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.cpp
Age
Commit message (
Expand
)
Author
2020-06-17
scripted-diff: Replace WalletDatabase::Create* with CreateWalletDatabase
Andrew Chow
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-27
Fix wallet unload race condition
Russell Yanofsky
2019-06-26
tests: Reduce compilation time and unneccessary recompiles by removing unused...
practicalswift
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-05-06
scripted-diff: Bump copyright headers in wallet
MarcoFalke
2019-04-17
refactor: Add handleNotifications method to wallet
MarcoFalke
2019-04-10
bitcoin-wallet tool: Drop MakeChain calls
Russell Yanofsky
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-10-25
wallet: Refactor to use WalletLocation
João Barbosa
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-04-09
Merge #11851: scripted-diff: Rename wallet database classes
Wladimir J. van der Laan
2018-04-09
Remove duplicate includes
practicalswift
2018-04-07
scripted-diff: Rename wallet database classes
Russell Yanofsky
2018-03-17
wallet: Change output type globals to members
MarcoFalke
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-02-25
Disable wallet fallbackfee by default on mainnet
Jonas Schnelli
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-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-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-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-06-06
Wallet: Replace pwalletMain with a vector of wallet pointers
Luke Dashjr
2017-04-20
wallet: Introduce database handle wrapper
Wladimir J. van der Laan
2016-08-22
Add copyright header to wallet_text_fixture.cpp
Wladimir J. van der Laan
2016-04-18
test: Rename wallet.dat to wallet_test.dat
Wladimir J. van der Laan
2016-04-18
test: Create test fixture for wallet
Wladimir J. van der Laan