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
/
rpcdump.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Take non-importing keys into account for spendability warning in descriptor i...
Pieter Wuille
2019-04-16
1
-0
/
+3
*
Import all origin info in importmulti; even for non-importing pubkeys
Pieter Wuille
2019-04-16
1
-5
/
+4
*
Keep full pubkeys in FlatSigningProvider::origins
Pieter Wuille
2019-04-16
1
-2
/
+2
*
wallet: Move CWallet::ReacceptWalletTransactions locks to callers
João Barbosa
2019-04-01
1
-3
/
+15
*
Use stop/[start,stop] notation in importmulti desc range
Pieter Wuille
2019-02-28
1
-13
/
+5
*
[Doc] importmulti: add missing description of keypool option
David A. Harding
2019-02-16
1
-0
/
+1
*
Make descriptor checksums mandatory in deriveaddresses and importmulti
Pieter Wuille
2019-02-15
1
-1
/
+1
*
Import public keys in order
Andrew Chow
2019-02-14
1
-29
/
+37
*
Add option to importmulti add an imported pubkey to the keypool
Andrew Chow
2019-02-14
1
-0
/
+11
*
Import KeyOriginData when importing descriptors
Andrew Chow
2019-02-14
1
-1
/
+7
*
Store key origin info in key metadata
Andrew Chow
2019-02-14
1
-1
/
+2
*
RPCHelpMan: Check default values are given at compile-time
MarcoFalke
2019-02-11
1
-35
/
+35
*
Merge #15365: wallet: Add lock annotation for mapAddressBook
MarcoFalke
2019-02-08
1
-1
/
+1
|
\
|
*
wallet: Add lock annotation for mapAddressBook
MarcoFalke
2019-02-07
1
-1
/
+1
*
|
[wallet] Allow descriptor imports with importmulti
MeshCollider
2019-02-05
1
-7
/
+111
*
|
[wallet] Refactor ProcessImport() to call ProcessImportLegacy()
John Newbery
2019-02-05
1
-28
/
+30
*
|
[wallet] Add ProcessImportLegacy()
John Newbery
2019-02-05
1
-116
/
+124
*
|
[wallet] Refactor ProcessImport()
John Newbery
2019-02-05
1
-19
/
+31
|
/
*
Merge #15308: build: Restore compatibility with older boost
MarcoFalke
2019-02-01
1
-1
/
+1
|
\
|
*
Prefer boost::optional#get_value_or over #value_or
Ben Woosley
2019-01-31
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
-34
/
+68
|
\
\
|
|
/
|
/
|
|
*
Do not import private keys to wallets with private keys disabled
Andrew Chow
2019-01-31
1
-0
/
+13
|
*
Refactor importwallet to extract data from the file and then import
Andrew Chow
2019-01-31
1
-34
/
+55
*
|
Merge #14711: Remove uses of chainActive and mapBlockIndex in wallet code
MeshCollider
2019-01-30
1
-8
/
+10
|
\
\
|
*
|
Add time methods to the Chain interface
Russell Yanofsky
2019-01-15
1
-5
/
+7
|
*
|
Add height, depth, and hash methods to the Chain interface
Russell Yanofsky
2019-01-15
1
-3
/
+3
*
|
|
Merge #14987: RPCHelpMan: Pass through Result and Examples
MarcoFalke
2019-01-29
1
-62
/
+76
|
\
\
\
|
*
|
|
RPCHelpMan: Pass through Result and Examples
MarcoFalke
2019-01-25
1
-62
/
+76
|
|
|
/
|
|
/
|
*
/
|
Trivial: fixup a few doxygen comments
Ben Woosley
2019-01-24
1
-3
/
+3
|
/
/
*
/
[docs] Expand help text for importmulti changes
John Newbery
2019-01-15
1
-2
/
+4
|
/
*
Overhaul importmulti logic
Pieter Wuille
2018-12-12
1
-167
/
+212
*
rpc: Document default values for optional arguments
MarcoFalke
2018-12-07
1
-5
/
+5
*
rpc: Pass argument descriptions to RPCHelpMan
MarcoFalke
2018-11-27
1
-84
/
+52
*
Use RPCHelpMan for all RPCs
MarcoFalke
2018-11-14
1
-26
/
+90
*
Merge #14720: rpc: Correctly name arguments
MarcoFalke
2018-11-13
1
-3
/
+3
|
\
|
*
rpc: Correctly name arguments
Jon Layton
2018-11-13
1
-3
/
+3
*
|
Merge #14679: importmulti: Don't add internal addresses to address book
Wladimir J. van der Laan
2018-11-13
1
-3
/
+4
|
\
\
|
|
/
|
/
|
|
*
importmulti: Don't add internal addresses to address book
Gregory Sanders
2018-11-07
1
-3
/
+4
*
|
Merge #14530: Use RPCHelpMan to generate RPC doc strings
MarcoFalke
2018-11-13
1
-3
/
+4
|
\
\
|
*
|
rpc: Include rpc/util.h where needed for RPCHelpMan
MarcoFalke
2018-11-09
1
-3
/
+4
*
|
|
Merge #13381: RPC: creates possibility to preserve labels on importprivkey
Jonas Schnelli
2018-11-13
1
-3
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
rpc: creates possibility to preserve labels on importprivkey
marcoagner
2018-10-05
1
-3
/
+8
*
|
|
Pass chain locked variables where needed
Russell Yanofsky
2018-11-06
1
-1
/
+1
*
|
|
Remove uses of cs_main in wallet code
Russell Yanofsky
2018-11-06
1
-10
/
+20
|
|
/
|
/
|
*
|
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-2
/
+2
*
|
Merge #14454: Add SegWit support to importmulti
Wladimir J. van der Laan
2018-10-31
1
-151
/
+118
|
\
\
|
*
|
Add SegWit support to importmulti with some ProcessImport cleanup
MeshCollider
2018-10-25
1
-151
/
+118
|
|
/
*
/
Move boost/std fstream to fsbridge
Chun Kuan Lee
2018-09-26
1
-5
/
+4
|
/
*
Merge #13424: Consistently validate txid / blockhash length and encoding in r...
MarcoFalke
2018-09-24
1
-2
/
+1
|
\
|
*
Consistently use ParseHashV to validate hash inputs in rpc
Ben Woosley
2018-08-07
1
-2
/
+1
[next]