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
2019-01-25
Remove errant past from walletcreatefundedpsbt for nLocktime replaceability
Gregory Sanders
2018-12-24
Merge #14893: 0.17 [Backport 14890] rpc: Avoid creating non-standard raw tran...
MarcoFalke
2018-12-09
importmulti: Don't add internal addresses to address book
Gregory Sanders
2018-12-07
rpc: Avoid creating non-standard raw transactions
MarcoFalke
2018-12-05
rpc: Fix wallet unload during walletpassphrase timeout
João Barbosa
2018-12-03
Refactor PSBTInput signing to enforce invariant
Glenn Willen
2018-12-03
Simplify arguments to SignPSBTInput
Glenn Willen
2018-12-03
New PartiallySignedTransaction constructor from CTransction
Glenn Willen
2018-12-03
Remove redundant txConst parameter to FillPSBT
Glenn Willen
2018-12-03
More concise conversion of CDataStream to string
Glenn Willen
2018-12-01
Merge #14196: [0.17][psbt] always drop the unnecessary utxo and convert non-w...
MarcoFalke
2018-11-30
CreateTransaction: Assume minimum p2sh-p2wpkh spend size for unknown change
Gregory Sanders
2018-11-30
Remove stale comment in CalculateMaximumSignedInputSize
Gregory Sanders
2018-11-28
wallet: Avoid potential use of unitialized value bnb_used in CWallet::CreateT...
practicalswift
2018-11-28
[wallet] Ensure wallet is unlocked before signing
gustavonalle
2018-10-10
[wallet] Restore ability to list incoming transactions by label
Russell Yanofsky
2018-09-11
Convert non-witness UTXOs to witness if witness sig created
Andrew Chow
2018-09-11
Drop the unnecessary UTXO based on the UTXOs present, not on earlier wallet t...
Andrew Chow
2018-08-28
fix walletcreatefundedpsbt deriv paths, add test
Gregory Sanders
2018-08-27
Docs: Fix help message typo optiona -> optional
Ben Woosley
2018-08-21
RPCTypeCheck bip32derivs arg in walletcreatefunded
Gregory Sanders
2018-08-21
walletcreatefundedpsbt: remove duplicate replaceable arg
Gregory Sanders
2018-08-15
Only wipe wrong UTXO type data if overwritten by wallet
Pieter Wuille
2018-08-13
Merge #13666: Always create signatures with Low R values
Wladimir J. van der Laan
2018-08-13
Merge #13808: wallet: shuffle coins before grouping, where warranted
Wladimir J. van der Laan
2018-08-10
Merge #13908: [Docs] upgrade rescan time warning from minutes to >1 hour
MarcoFalke
2018-08-09
Use 72 byte dummy signatures when watching only inputs may be used
Andrew Chow
2018-08-09
Use 71 byte signature for DUMMY_SIGNATURE_CREATOR
Andrew Chow
2018-08-10
wallet: shuffle coins before grouping, where warranted
Karl-Johan Alm
2018-08-09
Use pushKV in some new PSBT RPCs.
Daniel Kraft
2018-08-09
Merge #13911: doc: Revert translated string change, clarify wallet log messages
MarcoFalke
2018-08-09
Merge #13876: wallet: Catch filesystem_error and raise InitError
MarcoFalke
2018-08-08
Trivial: Revert translated string change, clarify wallet log messages
Pierre Rochard
2018-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-07
[Docs] upgrade rescan time warning from minutes to >1 hour
Mason Simon
2018-08-07
Merge #13812: wallet: sum ancestors rather than taking max in output groups
Wladimir J. van der Laan
2018-08-07
Merge #13843: [trivial] Add doxygen-compatible comments to CAffectedKeysVisitor
Wladimir J. van der Laan
2018-08-07
Merge #13657: wallet: assert to ensure accuracy of CMerkleTx::GetBlocksToMatu...
Wladimir J. van der Laan
2018-08-07
Merge #13667: wallet: Fix backupwallet for multiwallets
Wladimir J. van der Laan
2018-08-04
wallet: Catch filesystem_error and raise InitError
MarcoFalke
2018-08-03
[trivial] add doxygen-compatible comments to CAffectedKeysVisitor
Pierre Rochard
2018-08-02
[wallet] Add wallet name to log messages
Pierre Rochard
2018-08-02
trivial: correct typos
Varunram
2018-08-01
Merge #13805: [wallet] Correctly limit output group size
MarcoFalke
2018-07-31
wallet: sum ancestors rather than taking max in output groups
Karl-Johan Alm
2018-07-30
[wallet] correctly limit output group size
Suhas Daftuar
2018-07-29
refactor: Avoid locking tx pool cs thrice
MarcoFalke
2018-07-29
Merge #13774: Return void instead of bool for functions that cannot fail
MarcoFalke
2018-07-27
Fix accidental use of the addition assignment operator ("+="). Remove newline...
practicalswift
2018-07-27
Return void instead of bool for functions that cannot fail
practicalswift
[next]