index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
rpcwallet.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[doc] rpc: remove "fallback to" from RBF default help
Sjors Provoost
2019-08-17
1
-8
/
+8
*
[rpc] walletcreatefundedpsbt: use wallet default RBF
Sjors Provoost
2019-08-17
1
-1
/
+7
*
Make and get the multisig redeemscript and destination in one function instea...
Andrew Chow
2019-06-21
1
-2
/
+2
*
rpc: bugfix: Properly use iswitness in converttopsbt
MarcoFalke
2019-06-18
1
-2
/
+7
*
rpc: Switch touched RPCs to IsValidNumArgs
MarcoFalke
2019-06-18
1
-4
/
+6
*
[rpc] Remove the addresses field from the getaddressinfo return object
John Newbery
2019-04-15
1
-11
/
+2
*
Merge #15408: Remove unused TransactionError constants
MarcoFalke
2019-02-22
1
-4
/
+4
|
\
|
*
Remove unused TransactionError constants
MarcoFalke
2019-02-14
1
-4
/
+4
*
|
[Doc] add missing newline to witnessScript in listunspent help
David A. Harding
2019-02-16
1
-1
/
+1
*
|
Fetch keys from keypool when private keys are disabled
Andrew Chow
2019-02-14
1
-12
/
+1
*
|
Merge #14021: Import key origin data through descriptors in importmulti
MeshCollider
2019-02-15
1
-6
/
+5
|
\
\
|
*
|
Store key origin info in key metadata
Andrew Chow
2019-02-14
1
-2
/
+4
|
*
|
Remove hdmasterkeyid
Andrew Chow
2019-02-14
1
-4
/
+0
|
*
|
Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}
Andrew Chow
2019-02-14
1
-0
/
+1
|
|
/
*
|
Merge #14481: Add P2SH-P2WSH support to listunspent RPC
Wladimir J. van der Laan
2019-02-14
1
-2
/
+26
|
\
\
|
|
/
|
/
|
|
*
Make listunspent and signrawtransaction RPCs support witnessScript
MeshCollider
2019-02-13
1
-2
/
+26
*
|
Merge #14978: Factor out PSBT utilities from RPCs for use in GUI code; relate...
MeshCollider
2019-02-14
1
-57
/
+13
|
\
\
|
|
/
|
/
|
|
*
Switch away from exceptions in refactored tx code
Glenn Willen
2019-02-11
1
-2
/
+11
|
*
Move PSBT definitions and code to separate files
Glenn Willen
2019-02-11
1
-54
/
+1
|
*
Split DecodePSBT into Base64 and Raw versions
Glenn Willen
2019-02-11
1
-1
/
+1
*
|
Merge #14918: RPCHelpMan: Check default values are given at compile-time
MarcoFalke
2019-02-12
1
-149
/
+149
|
\
\
|
*
|
RPCHelpMan: Check default values are given at compile-time
MarcoFalke
2019-02-11
1
-149
/
+149
|
|
/
*
|
Merge #15153: gui: Add Open Wallet menu
Jonas Schnelli
2019-02-12
1
-13
/
+3
|
\
\
|
|
/
|
/
|
|
*
wallet: Factor out LoadWallet
João Barbosa
2019-02-04
1
-13
/
+3
*
|
Merge #15226: Allow creating blank (empty) wallets (alternative)
MeshCollider
2019-02-11
1
-7
/
+23
|
\
\
|
*
|
[wallet] Support creating a blank wallet
Andrew Chow
2019-02-10
1
-7
/
+23
|
|
/
*
|
wallet: Add lock annotation for mapAddressBook
MarcoFalke
2019-02-07
1
-1
/
+1
*
|
Merge #15245: remove deprecated mentions of signrawtransaction from fundraw help
MarcoFalke
2019-02-05
1
-2
/
+3
|
\
\
|
*
|
remove deprecated mentions of signrawtransaction from fundraw help
Gregory Sanders
2019-02-04
1
-2
/
+3
|
|
/
*
|
Document rescanblockchain returned stop_height being null
Russell Yanofsky
2019-02-01
1
-2
/
+2
*
|
Add suggested rescanblockchain comments
Russell Yanofsky
2019-02-01
1
-0
/
+5
*
|
Rename ScanResult stop_block field
Russell Yanofsky
2019-02-01
1
-1
/
+1
|
/
*
Merge #15235: Do not import private keys to wallets with private keys disabled
Wladimir J. van der Laan
2019-02-01
1
-0
/
+4
|
\
|
*
Do not import private keys to wallets with private keys disabled
Andrew Chow
2019-01-31
1
-0
/
+4
*
|
Merge #15292: Remove 'boost::optional'-related false positive -Wmaybe-uniniti...
Wladimir J. van der Laan
2019-01-30
1
-1
/
+2
|
\
\
|
*
|
Remove 'boost::optional'-related gcc warnings
Hennadii Stepanov
2019-01-30
1
-1
/
+2
*
|
|
Merge #15279: wallet: Clarify rescanblockchain doc
MarcoFalke
2019-01-30
1
-3
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
wallet: Fixup rescanblockchain result doc
MarcoFalke
2019-01-29
1
-3
/
+3
*
|
|
Merge #14711: Remove uses of chainActive and mapBlockIndex in wallet code
MeshCollider
2019-01-30
1
-44
/
+41
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Convert CWallet::ScanForWalletTransactions and SyncTransaction to the new Cha...
Russell Yanofsky
2019-01-15
1
-25
/
+23
|
*
|
Add findFork and findBlock to the Chain interface
Russell Yanofsky
2019-01-15
1
-17
/
+15
|
*
|
Add height, depth, and hash methods to the Chain interface
Russell Yanofsky
2019-01-15
1
-3
/
+4
*
|
|
RPCHelpMan: Pass through Result and Examples
MarcoFalke
2019-01-25
1
-255
/
+300
|
|
/
|
/
|
*
|
Merge #14906: refactor: Make explicit CMutableTransaction -> CTransaction con...
Wladimir J. van der Laan
2019-01-21
1
-1
/
+1
|
\
\
|
*
|
Minimal changes to comply with explicit CMutableTransaction -> CTranaction c...
lucash-dev
2018-12-17
1
-1
/
+1
*
|
|
Remove errant past from walletcreatefundedpsbt for nLocktime replaceability
Gregory Sanders
2019-01-19
1
-2
/
+1
*
|
|
rpc: remove duplicate solvable field from getaddressinfo
fanquake
2019-01-18
1
-3
/
+1
|
|
/
|
/
|
*
|
Merge #14941: rpc: Make unloadwallet wait for complete wallet unload
Wladimir J. van der Laan
2019-01-15
1
-9
/
+1
|
\
\
|
*
|
rpc: Make unloadwallet wait for complete wallet unload
João Barbosa
2019-01-15
1
-9
/
+1
|
|
/
*
|
Use C++11 default member initializers
MarcoFalke
2019-01-05
1
-6
/
+3
[next]