index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
test
Age
Commit message (
Expand
)
Author
2018-03-22
Merge #12694: Actually disable BnB when there are preset inputs
Wladimir J. van der Laan
2018-03-17
wallet: Change output type globals to members
MarcoFalke
2018-03-15
Test that BnB is not used when there are preset inputs
Andrew Chow
2018-03-14
Merge #10637: Coin Selection with Murch's algorithm
Wladimir J. van der Laan
2018-03-13
Merge #9680: Unify CWalletTx construction
Pieter Wuille
2018-03-13
Fix ComputeTimeSmart test failure with -DDEBUG_LOCKORDER
Russell Yanofsky
2018-03-13
Add a test to make sure that negative effective values are filtered
Andrew Chow
2018-03-13
Have SelectCoinsMinConf and SelectCoins use BnB or Knapsack and use it
Andrew Chow
2018-03-13
Move original knapsack solver tests to coinselector_tests.cpp
Andrew Chow
2018-03-13
Add tests for the Branch and Bound algorithm
Andrew Chow
2018-03-13
Use a struct for output eligibility
Andrew Chow
2018-03-07
[wallet] Get rid of CWalletTx default constructor
Russell Yanofsky
2018-03-07
[wallet] Construct CWalletTx objects in CommitTransaction
Russell Yanofsky
2018-03-07
Merge #11687: External wallet files
Wladimir J. van der Laan
2018-03-05
Merge #12516: Avoid unintentional unsigned integer wraparounds in tests
Wladimir J. van der Laan
2018-03-03
Allow wallet files in multiple directories
Russell Yanofsky
2018-03-02
Fix ListCoins test failure due to unset g_wallet_allow_fallback_fee
Russell Yanofsky
2018-03-01
Merge #11882: Disable default fallbackfee on mainnet
Wladimir J. van der Laan
2018-02-25
Disable wallet fallbackfee by default on mainnet
Jonas Schnelli
2018-02-23
Avoid unintentional unsigned integer wraparounds in tests
practicalswift
2018-02-13
Fix rescan test failure due to unset g_address_type, g_change_type
Russell Yanofsky
2018-02-08
[wallet] Make CWallet::ListCoins atomic
João Barbosa
2018-01-28
Fix typos
practicalswift
2018-01-23
Make sure WalletRescanReserver has successfully reserved the rescan
Jonas Schnelli
2018-01-11
Fix ListCoins test failure due to unset g_address_type, g_change_type
Russell Yanofsky
2018-01-10
Merge #11403: SegWit wallet support
Jonas Schnelli
2018-01-09
SegWit wallet support
Pieter Wuille
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-26
Require no cs_main lock for ProcessNewBlock/ActivateBestChain
Matt Corallo
2017-11-18
tests: move pwalletMain to wallet test fixture
Wladimir J. van der Laan
2017-11-18
Fix for mismatched extern definition in wallet test classes which was breakin...
Aaron Clauson
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-10
tests: Add missing locks to tests
practicalswift
2017-11-09
Use MakeUnique<T>(...) instead of std::unique_ptr<T>(new T(...))
practicalswift
2017-11-09
Use unique_ptr for pwalletMain (CWallet)
practicalswift
2017-11-09
Merge #10368: [wallet] Remove helper conversion operator from wallet
Wladimir J. van der Laan
2017-10-13
Merge #7061: [Wallet] Add RPC call "rescanblockchain <startheight> <stopheight>"
Jonas Schnelli
2017-10-12
[Wallet] add rescanblockchain <start_height> <stop_height> RPC command
Jonas Schnelli
2017-09-08
Changing &vec[0] to vec.data(), what 9804 missed
MeshCollider
2017-08-24
Acquire cs_main lock before cs_wallet during wallet initialization
Russell Yanofsky
2017-08-22
Merge #11024: tests: Remove OldSetKeyFromPassphrase/OldEncrypt/OldDecrypt
Wladimir J. van der Laan
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-14
tests: Remove OldSetKeyFromPassphrase/OldEncrypt/OldDecrypt
practicalswift
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-26
Merge #10912: [tests] Fix incorrect memory_cleanse(…) call in crypto_tests.cpp
Wladimir J. van der Laan
2017-07-26
[tests] Fix incorrect memory_cleanse(…) call in crypto_tests.cpp
practicalswift
2017-07-25
test: Make sure wallet.backup is created in temp path
Wladimir J. van der Laan
2017-07-14
Make CoinControl a required argument to CreateTransaction
Alex Morcos
2017-06-22
scripted-diff: Remove #include <boost/foreach.hpp>
Jorge Timón
2017-06-13
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
[next]