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_test_fixture.h
Age
Commit message (
Expand
)
Author
2020-12-07
test: Remove no longer needed MakeChain calls
Russell Yanofsky
2020-09-08
Do not create default wallet
Andrew Chow
2020-08-27
refactor: Move wallet methods out of chain.h and node.h
Russell Yanofsky
2020-07-09
wallet: Pass unused args to StartWallets
MarcoFalke
2020-06-06
test: Avoid overwriting the NodeContext member of the testing setup
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-27
Fix wallet unload race condition
Russell Yanofsky
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-10-28
Pass NodeContext, ConnMan, BanMan references more places
Russell Yanofsky
2019-05-06
scripted-diff: Bump copyright headers in wallet
MarcoFalke
2019-04-11
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2019-03-05
Remove use of CRPCTable::appendCommand in wallet code
Russell Yanofsky
2019-03-05
Remove use CValidationInterface in wallet code
Russell Yanofsky
2018-11-06
Pass chain and client variables where needed
Russell Yanofsky
2018-07-27
Update copyright headers to 2018
DrahtBot
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-22
Fix missing or inconsistent include guards
practicalswift
2018-03-03
Allow wallet files in multiple directories
Russell Yanofsky
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-18
tests: move pwalletMain to wallet test fixture
Wladimir J. van der Laan
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2016-04-18
test: Create test fixture for wallet
Wladimir J. van der Laan