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
2021-12-02
Merge bitcoin/bitcoin#22929: wallet: Automatically add receiving destinations...
W. J. van der Laan
2021-12-01
Merge bitcoin/bitcoin#23546: scripted-diff: Use clang-tidy syntax for C++ nam...
fanquake
2021-11-27
Merge bitcoin/bitcoin#22868: wallet: Call load handlers without cs_wallet locked
Samuel Dobson
2021-11-25
Merge bitcoin/bitcoin#21206: refactor: Make CWalletTx sync state type-safe
W. J. van der Laan
2021-11-22
wallet: Call load handlers without cs_wallet locked
João Barbosa
2021-11-19
scripted-diff: Use clang-tidy syntax for C++ named arguments
MarcoFalke
2021-11-16
Create a tr() descriptor bech32m DescriptorScriptPubKeyMan by default
Andrew Chow
2021-11-15
refactor: Make CWalletTx sync state type-safe
Russell Yanofsky
2021-11-13
depends, wallet: fix typos
Dimitris Apostolou
2021-11-09
Remove `gArgs` from `wallet.h` and `wallet.cpp`
Kiminuo
2021-11-05
Merge bitcoin/bitcoin#23334: fuzz: Descriptor wallet
MarcoFalke
2021-10-31
test: Avoid excessive locking of `cs_wallet`
Hennadii Stepanov
2021-10-31
test: Fix segfault in the psbt_wallet_tests/psbt_updater_test
Hennadii Stepanov
2021-10-29
Merge bitcoin/bitcoin#22787: refactor: actual immutable pointing
MarcoFalke
2021-10-25
refactor: const shared_ptrs
Karl-Johan Alm
2021-10-22
tests: Place into mapWallet in coinselector_tests
Andrew Chow
2021-10-22
fuzz: Add wallet fuzz test
MarcoFalke
2021-10-15
tests: Use Descriptor wallets for generic wallet tests
Andrew Chow
2021-10-15
tests: Use legacy change type in subtract fee from outputs test
Andrew Chow
2021-10-15
tests: Use descriptors in psbt_wallet_tests
Andrew Chow
2021-10-15
tests: Use DescriptorScriptPubKeyMan in coinselector_tests
Andrew Chow
2021-10-15
tests: Remove global vCoins and testWallet from coinselector_tests
Andrew Chow
2021-10-06
Add to spends only transcations from me
S3RK
2021-10-05
refactor: Block unsafe fs::path std::string conversion calls
Russell Yanofsky
2021-10-05
Merge bitcoin/bitcoin#22951: consensus: move amount.h into consensus
MarcoFalke
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-09-30
Remove -rescan startup parameter
Samuel Dobson
2021-09-24
test: Add remaining scenarios of 0 waste
rajarshimaitra
2021-09-07
Enable clang-tidy bugprone-argument-comment and fix violations
MarcoFalke
2021-09-01
refactor: Detach wallet transaction methods (followup for move-only)
Russell Yanofsky
2021-09-01
Merge bitcoin/bitcoin#22009: wallet: Decide which coin selection solution to ...
Samuel Dobson
2021-08-27
tests: Test GetSelectionWaste
Andrew Chow
2021-08-27
scripted-diff: tests: Use KnapsackSolver directly
Andrew Chow
2021-08-27
tests: Add KnapsackGroupOutputs helper function
Andrew Chow
2021-08-27
tests: Use SelectCoinsBnB directly instead of AttemptSelection
Andrew Chow
2021-08-26
Merge bitcoin/bitcoin#22713: Fix build with Boost 1.77.0
fanquake
2021-08-24
Fix build with Boost 1.77.0
Rafael Sadowski
2021-08-24
Use `context.args` in `CWallet::Create` instead of `gArgs`.
Kiminuo
2021-08-17
refactor: remove ::vpwallets and related global variables
Russell Yanofsky
2021-08-09
Merge bitcoin/bitcoin#22337: wallet: Use bilingual_str for errors
Samuel Dobson
2021-08-04
[docs] Add release notes for #21528
Amiti Uttarwar
2021-07-27
Merge bitcoin/bitcoin#22155: wallet test: Add test for subtract fee from reci...
MarcoFalke
2021-07-01
Change SignTransaction's input_errors to use bilingual_str
Andrew Chow
2021-07-01
Use bilingual_str for address fetching functions
Andrew Chow
2021-06-12
Construct and use PrecomputedTransactionData in PSBT signing
Pieter Wuille
2021-06-12
wallet test: Add test for subtract fee from recipient behavior
Russell Yanofsky
2021-06-12
wallet test refactor: add CreateSyncedWallet function
Russell Yanofsky
2021-06-10
scripted-diff: wallet/test: Use existing chainman
Carl Dong
2021-06-09
Merge bitcoin/bitcoin#22008: wallet: Cleanup and refactor CreateTransactionIn...
Samuel Dobson
2021-06-03
Merge bitcoin/bitcoin#21353: interfaces: Stop exposing wallet destdata to gui
W. J. van der Laan
[next]