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
/
rpcwallet.cpp
Age
Commit message (
Expand
)
Author
2018-11-05
Merge #14350: Add WalletLocation class
Wladimir J. van der Laan
2018-11-05
Merge #14555: Move util files to directory
Wladimir J. van der Laan
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
Merge #14410: rpcwallet: 'ischange' field for 'getaddressinfo' RPC
MarcoFalke
2018-10-31
Merge #14454: Add SegWit support to importmulti
Wladimir J. van der Laan
2018-10-25
wallet: Refactor to use WalletLocation
João Barbosa
2018-10-25
Make getaddressinfo return solvability
MeshCollider
2018-10-24
Merge #14453: rpc: Fix wallet unload during walletpassphrase timeout
Wladimir J. van der Laan
2018-10-24
Merge #14296: [wallet] Remove addwitnessaddress
MarcoFalke
2018-10-24
Merge #11634: wallet: Add missing cs_wallet/cs_KeyStore locks to wallet
MarcoFalke
2018-10-23
Merge #14468: [wallet] Deprecate generate RPC method
MarcoFalke
2018-10-19
Merge #14291: wallet: Add ListWalletDir utility function
Wladimir J. van der Laan
2018-10-18
rpc: Fix wallet unload during walletpassphrase timeout
João Barbosa
2018-10-18
rpc: Add listwalletdir RPC
João Barbosa
2018-10-18
[wallet] Deprecate the generate RPC method
John Newbery
2018-10-13
rpcwallet: add 'ischange' field to 'getaddressinfo' response
whythat
2018-10-09
[rpc] Descriptions: Textual consistency fixes
Jon Layton
2018-10-09
wallet: Add Clang thread safety analysis annotations
practicalswift
2018-09-26
Merge #14310: [wallet] Ensure wallet is unlocked before signing
MarcoFalke
2018-09-24
Merge #13424: Consistently validate txid / blockhash length and encoding in r...
MarcoFalke
2018-09-24
[wallet] Ensure wallet is unlocked before signing
gustavonalle
2018-09-23
[wallet] Remove deprecated addwitnessaddress RPC method
John Newbery
2018-09-14
Merge #12493: [wallet] Reopen CDBEnv after encryption instead of shutting down
Wladimir J. van der Laan
2018-09-10
Merge #14008: Preserve a format of RPC command definitions
Wladimir J. van der Laan
2018-09-04
Merge #13249: Make objects in range declarations immutable by default. Avoid ...
Wladimir J. van der Laan
2018-09-04
Merge #14094: refactoring: Remove unreferenced local variables
Wladimir J. van der Laan
2018-09-03
Increase signal to noise in appveyor build output by reducing the MSVC warnin...
practicalswift
2018-08-30
Merge #13825: [wallet] Kill accounts
Wladimir J. van der Laan
2018-08-30
[wallet] Kill accounts
John Newbery
2018-08-28
Merge #14055: fix walletcreatefundedpsbt deriv paths, add test
Wladimir J. van der Laan
2018-08-28
Merge #13723: PSBT key path cleanups
Wladimir J. van der Laan
2018-08-27
Make objects in range declarations immutable by default. Avoid unnecessary co...
practicalswift
2018-08-27
[wallet] Re-sort wallet RPC commands
John Newbery
2018-08-27
[wallet] Remove wallet account RPCs
John Newbery
2018-08-27
Merge #14056: Docs: Fix help message typo optiona -> optional
Wladimir J. van der Laan
2018-08-26
Add compile time checking for all cs_main runtime locking assertions
practicalswift
2018-08-25
Merge #13429: Return the script type from Solver
Wladimir J. van der Laan
2018-08-25
Merge #13631: Add CMerkleTx::IsImmatureCoinBase method
Wladimir J. van der Laan
2018-08-24
Docs: Fix help message typo optiona -> optional
Ben Woosley
2018-08-24
fix walletcreatefundedpsbt deriv paths, add test
Gregory Sanders
2018-08-23
Merge #12559: Avoid locking cs_main in some wallet RPC
Wladimir J. van der Laan
2018-08-23
rpc: Avoid locking cs_main in some wallet RPC
João Barbosa
2018-08-22
Merge #13988: Add checks for settxfee reasonableness
Wladimir J. van der Laan
2018-08-20
RPCTypeCheck bip32derivs arg in walletcreatefunded
Gregory Sanders
2018-08-20
walletcreatefundedpsbt: remove duplicate replaceable arg
Gregory Sanders
2018-08-20
Preserve a format of RPC command definitions
Kostiantyn Stepaniuk
2018-08-16
Add checks for settxfee reasonableness
Anthony Towns
2018-08-14
Merge #13917: Additional safety checks in PSBT signer
Wladimir J. van der Laan
2018-08-13
Remove unused dummy_tx variable from FillPSBT
Carl Dong
2018-08-13
Make SignPSBTInput operate on a private SignatureData object
Pieter Wuille
[next]