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-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-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
2022-05-16
wallet: CreateTransaction(): return out-params as (optional) struct
Sebastian Falbesoner
2022-03-30
wallet: Postpone NotifyWalletLoaded() for encrypted wallets
Hennadii Stepanov
2022-03-25
test: fix incorrect named args in wallet tests
fanquake
2022-03-24
Merge bitcoin/bitcoin#24091: wallet: Consolidate CInputCoin and COutput
fanquake
2022-03-24
Merge bitcoin/bitcoin#23732: refactor: Remove `gArgs` from `bdb.h` and `sqlit...
MarcoFalke
2022-03-23
wallet: Replace CWalletTx in COutput with COutPoint and CTxOut
Andrew Chow
2022-03-16
Replace use of `ArgsManager` with `DatabaseOptions`
Kiminuo
2022-02-22
blockstorage: Make m_block_index own CBlockIndex's
Carl Dong
2022-02-17
doc: Fix typos
Taeik Lim
2022-02-01
Merge bitcoin/bitcoin#24083: Revert "Add to spends only transcations from me"
Andrew Chow
2022-01-25
Require CBlockIndex::GetBlockPos() to hold mutex cs_main
Jon Atack
2022-01-17
Revert "Add to spends only transcations from me"
S3RK
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2022-01-05
Move functions to BlockManager
MarcoFalke
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
[next]