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
/
qt
/
test
/
wallettests.cpp
Age
Commit message (
Expand
)
Author
2018-03-17
wallet: Change output type globals to members
MarcoFalke
2018-03-07
Merge #11687: External wallet files
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-02-25
Disable wallet fallbackfee by default on mainnet
Jonas Schnelli
2018-02-19
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-01-23
Make sure WalletRescanReserver has successfully reserved the rescan
Jonas Schnelli
2018-01-09
SegWit wallet support
Pieter Wuille
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-10
tests: Add missing locks to tests
practicalswift
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-19
[Tests] Add Qt GUI tests to Overview and ReceiveCoin Page
Anditto Heristyo
2017-09-06
Introduce wrappers around CBitcoinAddress
Pieter Wuille
2017-06-01
Fix bumpfee test after #10449
Russell Yanofsky
2017-05-25
Fix broken q4 test build
Russell Yanofsky
2017-05-23
Add Qt tests for wallet spends & bumpfee
Russell Yanofsky
2017-05-17
[test] Move some tests from qt -> wallet
Russell Yanofsky
2017-05-17
[test] Add tests for some walletmodel functions
Russell Yanofsky
2017-04-20
wallet: Introduce database handle wrapper
Wladimir J. van der Laan
2017-04-03
Run bitcoin_test-qt under minimal QPA platform
Russell Yanofsky
2017-03-27
Make qt wallet test compatible with qt4
Russell Yanofsky
2017-03-20
Avoid QTimer::singleShot compile error with Qt 5.3.2
Russell Yanofsky
2017-03-20
Avoid scoped_connection compile error with boost 1.55.0
Russell Yanofsky
2017-03-15
Add simple qt wallet test sending a transaction
Russell Yanofsky