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
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-15
Merge bitcoin/bitcoin#26715: Introduce `MockableDatabase` for wallet unit tests
fanquake
2023-05-10
refactor: Move functions to BlockManager methods
TheCharlatan
2023-05-03
scripted-diff: Replace CreateMockWalletDB with CreateMockableWalletDB
Andrew Chow
2023-05-03
wallet, tests: Replace usage of dummy db with mockable db
Andrew Chow
2023-05-03
Introduce MockableDatabase for wallet unit tests
Andrew Chow
2023-04-12
refactor: Remove CAddressBookData::destdata
Ryan Ofsky
2023-04-12
wallet: Add DatabaseBatch::ErasePrefix method
Ryan Ofsky
2023-04-03
gui: bugfix, getAvailableBalance skips selected coins
furszy
2023-02-15
refactor: wallet, remove global 'ArgsManager' access
furszy
2023-02-01
Fix clang-tidy readability-const-return-type violations
MarcoFalke
2023-01-26
Use DataStream where possible
MarcoFalke
2023-01-23
Merge bitcoin/bitcoin#26690: wallet: Refactor database cursor into its own ob...
fanquake
2023-01-05
Merge bitcoin/bitcoin#23829: refactor: use braced init for integer literals i...
MarcoFalke
2023-01-04
Merge bitcoin/bitcoin#26752: wallet: Remove `mempool_sequence` from interface...
glozow
2023-01-03
refactor: use braced init for integer constants instead of c style casts
Pasta
2023-01-03
Merge bitcoin/bitcoin#25789: test: clean and extend availablecoins_tests cove...
Andrew Chow
2022-12-26
wallet: remove `mempool_sequence` from `transactionAddedToMempool`
w0xlt
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-16
db: Change DatabaseCursor::Next to return status enum
Andrew Chow
2022-12-14
wallet: Introduce DatabaseCursor RAII class for managing cursor
Andrew Chow
2022-12-14
test: move coins result test to wallet_tests.cpp
furszy
2022-12-05
Fixup clang-tidy named argument comments
fanquake
2022-08-17
Merge bitcoin/bitcoin#25077: Fix chain tip data race and corrupt rest response
fanquake
2022-08-16
Merge bitcoin/bitcoin#25734: wallet, refactor: #24584 follow-ups
Andrew Chow
2022-08-16
refactor: Add lock annotations to Active* methods
MacroFake
2022-08-10
wallet: Return `util::Result` from WalletLoader methods
w0xlt
2022-08-10
scripted-diff: Uppercase function names
josibake
2022-08-05
Merge bitcoin/bitcoin#24699: wallet: Improve AvailableCoins performance by re...
Andrew Chow
2022-08-03
Change mapTxSpends to be a std::unordered_multimap
Andrew Chow
2022-08-03
refactor: Replace BResult with util::Result
Ryan Ofsky
2022-08-02
Merge bitcoin/bitcoin#25272: wallet: guard and alert about a wallet invalid s...
Andrew Chow
2022-07-28
Merge bitcoin/bitcoin#24584: wallet: avoid mixing different `OutputTypes` dur...
Andrew Chow
2022-07-25
fix comment spellings from the codespell lint
Greg Weber
2022-07-20
Merge bitcoin/bitcoin#25543: wallet: cleanup cached amount and input mine che...
Andrew Chow
2022-07-19
refactor: store by OutputType in CoinsResult
josibake
2022-07-18
Merge bitcoin/bitcoin#25351: rpc, wallet: Scan mempool after import* - Second...
Andrew Chow
2022-07-18
test: add coverage for wallet inconsistent state during sync
furszy
2022-07-12
Merge bitcoin/bitcoin#25218: refactor: introduce generic 'Result' class and c...
MacroFake
2022-07-12
Merge bitcoin/bitcoin#25036: wallet: Save wallet scan progress
MacroFake
2022-07-08
wallet: refactor GetNewDestination, use BResult
furszy
2022-07-08
send: refactor CreateTransaction flow to return a BResult<CTransactionRef>
furszy
2022-07-08
wallet: refactor, include 'FeeCalculation' inside 'CreatedTransactionResult'
furszy
2022-07-05
wallet: unify CachedTxGetImmatureCredit and CachedTxGetImmatureWatchOnlyCredit
furszy
2022-07-03
wallet: Rescan mempool for transactions as well
Fabian Jahr
2022-06-23
wallet test: Add unit test for wallet scan save_progress option
Ryan Ofsky
2022-06-23
wallet: Save wallet scan progress
w0xlt
2022-06-08
wallet: return 'CoinsResult' struct in `AvailableCoins`
furszy
2022-05-21
Set effective_value when initializing a COutput
ishaanam
[next]