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
/
util.h
Age
Commit message (
Expand
)
Author
2023-08-14
Move CTxDestination to its own file
Andrew Chow
2023-06-01
wallet: Add GetPrefixCursor to DatabaseBatch
Andrew Chow
2023-05-25
tests: Move ADDRESS_BCRT1_UNSPENDABLE to wallet/test/util.h
Andrew Chow
2023-05-25
tests, bench: Consolidate {Test,Bench}Un/LoadWallet helper
Andrew Chow
2023-05-15
test: add coverage for wallet read write db deadlock
furszy
2023-05-03
tests: Update DuplicateMockDatabase for MockableDatabase
Andrew Chow
2023-05-03
Introduce MockableDatabase for wallet unit tests
Andrew Chow
2023-02-15
refactor: wallet, remove global 'ArgsManager' access
furszy
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-11-21
refactor: move DuplicateMockDatabase to wallet/test/util.h
furszy
2022-11-21
refactor: unify test/util/wallet.h with wallet/test/util.h
furszy
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2021-11-09
Remove `gArgs` from `wallet.h` and `wallet.cpp`
Kiminuo
2021-06-12
wallet test refactor: add CreateSyncedWallet function
Russell Yanofsky