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-20
Merge bitcoin/bitcoin#23258: doc: Fix outdated comments referring to ::ChainA...
fanquake
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
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
2021-09-27
Merge bitcoin/bitcoin#22892: doc: Clarify that change_cost cannot be negative...
W. J. van der Laan
2021-09-27
log: Avoid broken SELECTCOINS log
MarcoFalke
2021-09-27
scripted-diff: Rename overloaded int GetArg to GetIntArg
Russell Yanofsky
2021-09-26
Merge bitcoin/bitcoin#23065: Allow UTXO locks to be written to wallet DB
W. J. van der Laan
2021-09-26
Make legacy wallet upgrades from non-HD to HD always flush the keypool
Samuel Dobson
2021-09-26
Fix outdated keypool size default
Samuel Dobson
2021-09-26
Add newkeypool RPC to flush the keypool
Samuel Dobson
2021-09-25
Make GUI UTXO lock/unlock persistent
Samuel Dobson
2021-09-25
Allow lockunspent to store the lock in the wallet DB
Samuel Dobson
2021-09-25
Allow locked UTXOs to be store in the wallet database
Samuel Dobson
2021-09-24
rpc: remove deprecated addresses and reqSigs from rpc outputs
Michael Dietz
2021-09-24
test: Add remaining scenarios of 0 waste
rajarshimaitra
2021-09-21
doc: Fix RPC result documentation
MarcoFalke
2021-09-20
Merge bitcoin/bitcoin#12677: RPC: Add ancestor{count,size,fees} to listunspen...
W. J. van der Laan
[next]