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
Age
Commit message (
Expand
)
Author
2021-10-22
walletdb: Use SQLiteDatabase for mock wallet databases
Andrew Chow
2021-10-22
tests: Place into mapWallet in coinselector_tests
Andrew Chow
2021-10-22
Merge bitcoin/bitcoin#23139: rpc: fix "trusted" field in TransactionDescripti...
W. J. van der Laan
2021-10-22
Merge bitcoin/bitcoin#23288: tests: remove usage of LegacyScriptPubKeyMan fro...
W. J. van der Laan
2021-10-22
Merge bitcoin/bitcoin#23333: wallet: fix segfault by avoiding invalid default...
fanquake
2021-10-22
Merge bitcoin/bitcoin#23002: Make descriptor wallets by default
MarcoFalke
2021-10-21
wallet: fix segfault by avoiding invalid default-ctored `external_spk_manager...
Sebastian Falbesoner
2021-10-20
Merge bitcoin/bitcoin#23258: doc: Fix outdated comments referring to ::ChainA...
fanquake
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-15
Merge bitcoin/bitcoin#22937: refactor: Forbid calling unsafe fs::path(std::st...
W. J. van der Laan
2021-10-14
Merge bitcoin/bitcoin#23093: Add ability to flush keypool and always flush wh...
W. J. van der Laan
2021-10-12
Fix outdated comments referring to ::ChainActive()
Samuel Dobson
2021-10-08
Merge bitcoin/bitcoin#23188: wallet: fund transaction external input cleanups
fanquake
2021-10-07
Merge bitcoin/bitcoin#23172: doc: Extract FundTxDoc in rpcwallet
fanquake
2021-10-06
External input fund support cleanups
Gregory Sanders
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-10-04
doc: Extract FundTxDoc
MarcoFalke
2021-10-04
Merge bitcoin/bitcoin#20452: util: Replace use of locale dependent atoi(…) ...
W. J. van der Laan
2021-10-04
Merge bitcoin/bitcoin#17211: Allow fundrawtransaction and walletcreatefundedp...
Samuel Dobson
2021-10-03
allow send rpc take external inputs and solving data
Andrew Chow
2021-10-03
allow fundtx rpcs to work with external inputs
Andrew Chow
2021-10-01
Merge bitcoin/bitcoin#23142: Return false on corrupt tx rather than asserting
W. J. van der Laan
2021-10-01
scripted-diff: rename DBErrors::RESCAN_REQUIRED to NEED_RESCAN
Samuel Dobson
2021-09-30
Merge bitcoin/bitcoin#23123: Remove `-rescan` startup parameter
W. J. van der Laan
2021-09-30
Replace use of locale dependent atoi(…) with locale-independent std::from_c...
practicalswift
2021-09-30
Merge bitcoin/bitcoin#23104: log: Avoid breaking single log lines over multip...
W. J. van der Laan
2021-09-30
Merge bitcoin/bitcoin#23112: wallet: enable SQLite extended result codes
W. J. van der Laan
2021-09-30
Return false on corrupt tx rather than asserting
Samuel Dobson
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-09-30
Remove -rescan startup parameter
Samuel Dobson
2021-09-30
Corrupt wallet tx shouldn't trigger rescan of all wallets
Samuel Dobson
2021-09-29
Allow Coin Selection be able to take external inputs
Andrew Chow
2021-09-29
Allow CInputCoin to also be constructed with COutPoint and CTxOut
Andrew Chow
2021-09-29
rpc: improve TransactionDescriptionString() "generated" help
Jon Atack
2021-09-29
rpc: fix "trusted" description in TransactionDescriptionString
Jon Atack
2021-09-29
log: Adjust coin selection log string
MarcoFalke
2021-09-29
Merge bitcoin/bitcoin#20591: wallet, bugfix: fix ComputeTimeSmart function du...
Samuel Dobson
2021-09-29
Merge bitcoin/bitcoin#22650: Remove -deprecatedrpc=addresses flag and corresp...
Samuel Dobson
2021-09-28
doc: update doxygen documention of ComputeTimeSmart() and AddToWalletIfInvolv...
BitcoinTsunami
2021-09-28
wallet: fix ComputeTimeSmart algorithm to use blocktime during old block resc...
BitcoinTsunami
2021-09-28
Merge bitcoin/bitcoin#23106: Ensure wallet is unlocked before signing PSBT wi...
MarcoFalke
2021-09-28
Merge bitcoin/bitcoin#22938: test: Add remaining scenarios of 0 waste, in wal...
Samuel Dobson
2021-09-28
wallet: enable SQLite extended result codes
Sebastian Falbesoner
2021-09-27
Merge bitcoin/bitcoin#22976: scripted-diff: Rename overloaded int GetArg to G...
merge-script
2021-09-28
Ensure wallet is unlocked before signing in walletprocesspsbt
Samuel Dobson
[next]