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-06-18
rpc: Switch touched RPCs to IsValidNumArgs
MarcoFalke
2019-04-15
[rpc] Remove the addresses field from the getaddressinfo return object
John Newbery
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
2019-02-12
Merge #14918: RPCHelpMan: Check default values are given at compile-time
MarcoFalke
2019-02-12
Merge #15153: gui: Add Open Wallet menu
Jonas Schnelli
2019-02-11
Switch away from exceptions in refactored tx code
Glenn Willen
2019-02-11
Move PSBT definitions and code to separate files
Glenn Willen
2019-02-11
Split DecodePSBT into Base64 and Raw versions
Glenn Willen
2019-02-11
RPCHelpMan: Check default values are given at compile-time
MarcoFalke
2019-02-11
Merge #15226: Allow creating blank (empty) wallets (alternative)
MeshCollider
2019-02-10
[wallet] Support creating a blank wallet
Andrew Chow
2019-02-07
wallet: Add lock annotation for mapAddressBook
MarcoFalke
2019-02-05
Merge #15245: remove deprecated mentions of signrawtransaction from fundraw help
MarcoFalke
2019-02-04
remove deprecated mentions of signrawtransaction from fundraw help
Gregory Sanders
2019-02-04
wallet: Factor out LoadWallet
João Barbosa
2019-02-01
Document rescanblockchain returned stop_height being null
Russell Yanofsky
2019-02-01
Add suggested rescanblockchain comments
Russell Yanofsky
2019-02-01
Rename ScanResult stop_block field
Russell Yanofsky
2019-02-01
Merge #15235: Do not import private keys to wallets with private keys disabled
Wladimir J. van der Laan
2019-01-31
Do not import private keys to wallets with private keys disabled
Andrew Chow
2019-01-30
Merge #15292: Remove 'boost::optional'-related false positive -Wmaybe-uniniti...
Wladimir J. van der Laan
2019-01-30
Remove 'boost::optional'-related gcc warnings
Hennadii Stepanov
2019-01-30
Merge #15279: wallet: Clarify rescanblockchain doc
MarcoFalke
2019-01-30
Merge #14711: Remove uses of chainActive and mapBlockIndex in wallet code
MeshCollider
2019-01-29
wallet: Fixup rescanblockchain result doc
MarcoFalke
2019-01-25
RPCHelpMan: Pass through Result and Examples
MarcoFalke
2019-01-21
Merge #14906: refactor: Make explicit CMutableTransaction -> CTransaction con...
Wladimir J. van der Laan
2019-01-19
Remove errant past from walletcreatefundedpsbt for nLocktime replaceability
Gregory Sanders
2019-01-18
rpc: remove duplicate solvable field from getaddressinfo
fanquake
2019-01-15
Convert CWallet::ScanForWalletTransactions and SyncTransaction to the new Cha...
Russell Yanofsky
2019-01-15
Add findFork and findBlock to the Chain interface
Russell Yanofsky
2019-01-15
Add height, depth, and hash methods to the Chain interface
Russell Yanofsky
2019-01-15
Merge #14941: rpc: Make unloadwallet wait for complete wallet unload
Wladimir J. van der Laan
2019-01-15
rpc: Make unloadwallet wait for complete wallet unload
João Barbosa
2019-01-05
Use C++11 default member initializers
MarcoFalke
2018-12-21
Merge #14653: rpcwallet: Add missing transaction categories to rpc helptexts
MarcoFalke
2018-12-17
Minimal changes to comply with explicit CMutableTransaction -> CTranaction c...
lucash-dev
2018-12-12
Merge #13076: Fix ScanForWalletTransactions to return an enum indicating scan...
MeshCollider
2018-12-10
Merge #14877: rpc: Document default values for optional arguments
MarcoFalke
2018-12-07
rpc: Document default values for optional arguments
MarcoFalke
[next]