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
2019-05-22
rpc: Mention getwalletinfo where a rescan is triggered
João Barbosa
2019-05-13
Add option to create an encrypted wallet
Andrew Chow
2019-05-09
Merge #15452: Replace CScriptID and CKeyID in CTxDestination with dedicated t...
Wladimir J. van der Laan
2019-05-06
Merge #15730: rpc: Show scanning details in getwalletinfo
Wladimir J. van der Laan
2019-05-03
rpc: Deprecate getunconfirmedbalance and getwalletinfo balances
MarcoFalke
2019-05-02
rpc: Add getbalances RPC
MarcoFalke
2019-05-02
rpcwallet: Make helper methods const on CWallet
MarcoFalke
2019-05-02
rpc: Show scanning details in getwalletinfo
João Barbosa
2019-05-01
wallet: Use IsValidNumArgs in getwalletinfo rpc
MarcoFalke
2019-04-29
Replace CScriptID and CKeyID in CTxDestination with dedicated types
Gregory Sanders
2019-04-27
Merge #15784: rpc: Remove dependency on interfaces::Chain in SignTransaction
MeshCollider
2019-04-23
Merge #15463: rpc: Speedup getaddressesbylabel
MarcoFalke
2019-04-22
rpc: Speedup getaddressesbylabel
João Barbosa
2019-04-17
rpc: Remove dependency on interfaces::Chain in SignTransaction
Antoine Riard
2019-04-15
Merge #15750: [rpc] Remove the addresses field from the getaddressinfo return...
MarcoFalke
2019-04-11
[rpc] Remove the addresses field from the getaddressinfo return object
John Newbery
2019-04-11
generalize bumpfee to add inputs when needed
Gregory Sanders
2019-04-10
Remove access to node globals from wallet-linked code
Russell Yanofsky
2019-04-09
[build] Add several util units
John Newbery
2019-04-09
[build] Move rpc rawtransaction util functions to rpc/rawtransaction_util.cpp
John Newbery
2019-04-04
wallet: Get all balances in one call
MarcoFalke
2019-04-04
Merge #15596: rpc: Ignore sendmany::minconf as dummy value
MarcoFalke
2019-04-02
Merge #15680: Remove resendwallettransactions RPC method
MarcoFalke
2019-03-29
[rpc] remove resendwallettransactions RPC
John Newbery
2019-03-28
rpc: Fix help text for signtransactionwithXXX
Torkel Rogstad
2019-03-21
Merge #15625: refactor: Remove unused function
MeshCollider
2019-03-20
refactor: Remove unused function
practicalswift
2019-03-13
rpc: Document that minconf is an ignored dummy value
MarcoFalke
2019-03-06
Remove remaining wallet accesses to node globals
Russell Yanofsky
2019-03-05
Remove use of CRPCTable::appendCommand in wallet code
Russell Yanofsky
2019-03-04
Merge #15288: Remove wallet -> node global function calls
MarcoFalke
2019-02-27
[rpc] remove deprecated generate method
Sjors Provoost
2019-02-22
Change brace formatting
Russell Yanofsky
2019-02-22
Remove use of IsInitialBlockDownload in wallet code
Russell Yanofsky
2019-02-22
Remove use of g_connman / PushInventory in wallet code
Russell Yanofsky
2019-02-22
Remove uses of g_connman in wallet code
Russell Yanofsky
2019-02-22
Remove uses of fee globals in wallet code
Russell Yanofsky
2019-02-22
Remove use of IsRBFOptIn in wallet code
Russell Yanofsky
2019-02-22
Remove uses of CheckFinalTx in wallet code
Russell Yanofsky
2019-02-22
Merge #15408: Remove unused TransactionError constants
MarcoFalke
2019-02-16
[Doc] add missing newline to witnessScript in listunspent help
David A. Harding
2019-02-14
Fetch keys from keypool when private keys are disabled
Andrew Chow
2019-02-15
Merge #14021: Import key origin data through descriptors in importmulti
MeshCollider
2019-02-14
Store key origin info in key metadata
Andrew Chow
2019-02-14
Merge #14481: Add P2SH-P2WSH support to listunspent RPC
Wladimir J. van der Laan
2019-02-14
Remove hdmasterkeyid
Andrew Chow
2019-02-14
Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}
Andrew Chow
2019-02-14
Remove unused TransactionError constants
MarcoFalke
2019-02-14
Merge #14978: Factor out PSBT utilities from RPCs for use in GUI code; relate...
MeshCollider
2019-02-13
Make listunspent and signrawtransaction RPCs support witnessScript
MeshCollider
[next]