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
Age
Commit message (
Expand
)
Author
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-11
Merge bitcoin/bitcoin#26758: refactor: Add `performance-no-automatic-move` cl...
MarcoFalke
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-04
Merge bitcoin/bitcoin#26020: test: Change coinselection parameter location to...
Andrew Chow
2023-01-03
refactor: use braced init for integer constants instead of c style casts
Pasta
2023-01-03
Merge bitcoin/bitcoin#26661: wallet: Coin Selection, return accurate error me...
Andrew Chow
2023-01-03
Merge bitcoin/bitcoin#25789: test: clean and extend availablecoins_tests cove...
Andrew Chow
2022-12-27
clang-tidy: Add `performance-no-automatic-move` check
Hennadii Stepanov
2022-12-26
wallet: remove `mempool_sequence` from `transactionAddedToMempool`
w0xlt
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-21
wallet: make SelectCoins flow return util::Result
furszy
2022-12-16
db: Change DatabaseCursor::Next to return status enum
Andrew Chow
2022-12-16
wallet: Have cursor users use DatabaseCursor directly
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-14
test: extend and simplify availablecoins_tests
furszy
2022-12-06
Merge bitcoin/bitcoin#25729: wallet: Check max transaction weight in CoinSele...
Andrew Chow
2022-12-06
Merge bitcoin/bitcoin#26238: clang-tidy: fixup named argument comments
MarcoFalke
2022-12-05
test: Check max transaction weight in CoinSelection
Aurèle Oulès
2022-12-05
Merge bitcoin/bitcoin#26560: wallet: bugfix, invalid CoinsResult cached total...
Andrew Chow
2022-12-05
Fixup clang-tidy named argument comments
fanquake
2022-12-02
test: bugfix, coinselector_test, use 'CoinsResult::Erase/Add' instead of dire...
furszy
2022-12-02
test: Coin Selection, duplicated preset inputs selection
furszy
2022-12-02
test: wallet, coverage for CoinsResult::Erase function
furszy
2022-11-30
Merge bitcoin/bitcoin#25942: test: add `ismine` test for descriptor ScriptPub...
Andrew Chow
2022-11-21
test: load wallet, coverage for crypted keys
furszy
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-10-26
wallet: remove fetch pre-selected-inputs responsibility from SelectCoins
furszy
2022-10-18
test: Remove unused txmempool include from tests
MacroFake
2022-10-04
Merge bitcoin/bitcoin#26203: wallet: Use correct effective value when checkin...
glozow
2022-10-02
test: Check external coin effective value is used in CoinSelection
Aurèle Oulès
2022-10-01
refactor: move Boost datetime usage to wallet
fanquake
2022-09-15
Fix issues identified by codespell 2.2.1 and update ignored words
Jon Atack
2022-09-09
wallet: coverage for loading an unknown descriptor
furszy
2022-09-06
test: Change coinselection parameter location to make tests independent
yancy
2022-09-01
Merge bitcoin/bitcoin#19602: wallet: Migrate legacy wallets to descriptor wal...
Andrew Chow
2022-08-27
test: add `ismine` test for descriptor scriptpubkeyman
w0xlt
2022-08-25
scriptpubkeyman: Implement GetScriptPubKeys in Legacy
Andrew Chow
2022-08-22
Merge bitcoin/bitcoin#25647: wallet: return change from SelectionResult
Andrew Chow
2022-08-19
wallet, tests: Test bumpfee's max input weight calculation
Andrew Chow
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-15
wallet: use GetChange() when computing waste
S3RK
2022-08-15
wallet: ensure m_min_change_target always covers change fee
S3RK
2022-08-10
wallet: Return `util::Result` from WalletLoader methods
w0xlt
[next]