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
/
wallet_tests.cpp
Age
Commit message (
Expand
)
Author
2018-07-20
Merge #9662: Add createwallet "disableprivatekeys" option: a sane mode for wa...
Wladimir J. van der Laan
2018-07-12
[QA] add createwallet disableprivatekey test
Jonas Schnelli
2018-07-11
Use common SetDataDir method to create temp directory in tests.
winder
2018-05-22
wallet: Use shared pointer to retain wallet instance
João Barbosa
2018-04-18
wallet: Add AddWallet, RemoveWallet, GetWallet and GetWallets
João Barbosa
2018-04-18
Merge #13007: test: Fix dangling wallet pointer in vpwallets
Wladimir J. van der Laan
2018-04-17
test: Fix dangling wallet pointer in vpwallets
João Barbosa
2018-04-11
tests: Avoid copies of CTransaction
MarcoFalke
2018-04-11
Merge #12920: test: Fix sign for expected values
Wladimir J. van der Laan
2018-04-11
test: Fix sign for expected values
Karl-Johan Alm
2018-04-07
scripted-diff: Rename wallet database classes
Russell Yanofsky
2018-04-05
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-02
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-03-17
wallet: Change output type globals to members
MarcoFalke
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
Move original knapsack solver tests to coinselector_tests.cpp
Andrew Chow
2018-03-13
Use a struct for output eligibility
Andrew Chow
2018-03-07
[wallet] Construct CWalletTx objects in CommitTransaction
Russell Yanofsky
2018-03-03
Allow wallet files in multiple directories
Russell Yanofsky
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-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-10-12
[Wallet] add rescanblockchain <start_height> <stop_height> RPC command
Jonas Schnelli
2017-08-24
Acquire cs_main lock before cs_wallet during wallet initialization
Russell Yanofsky
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-12
Merge #8694: Basic multiwallet support
Wladimir J. van der Laan
2017-06-09
Remove unused Boost includes
practicalswift
2017-06-06
Wallet: Replace pwalletMain with a vector of wallet pointers
Luke Dashjr
2017-06-05
Merge #10403: Fix importmulti failure to return rescan errors
Wladimir J. van der Laan
2017-05-23
Merge #10295: [qt] Move some WalletModel functions into CWallet
Wladimir J. van der Laan
2017-05-17
[test] Move some tests from qt -> wallet
Russell Yanofsky
2017-05-16
Fix importwallet edge case rescan bug
Russell Yanofsky
2017-05-15
Fix importmulti failure to return rescan errors
Russell Yanofsky
2017-04-19
Merge #9827: Improve ScanForWalletTransactions return value
Wladimir J. van der Laan
2017-04-08
[Wallet] Rename std::pair<const CWalletTx*, unsigned int> to CInputCoin
NicolasDorier
2017-03-10
Add COutput::fSafe member for safe handling of unconfirmed outputs
Russell Yanofsky
2017-03-08
Refactor: Remove using namespace <xxx> from wallet/
Karl-Johan Alm
2017-03-07
Merge #9369: Factor out CWallet::nTimeSmart computation into a method.
Wladimir J. van der Laan
2017-03-06
Merge #9908: Define 7200 second timestamp window constant
Wladimir J. van der Laan
[next]