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
/
rpcdump.cpp
Age
Commit message (
Expand
)
Author
2019-02-28
Use stop/[start,stop] notation in importmulti desc range
Pieter Wuille
2019-02-16
[Doc] importmulti: add missing description of keypool option
David A. Harding
2019-02-15
Make descriptor checksums mandatory in deriveaddresses and importmulti
Pieter Wuille
2019-02-14
Import public keys in order
Andrew Chow
2019-02-14
Add option to importmulti add an imported pubkey to the keypool
Andrew Chow
2019-02-14
Import KeyOriginData when importing descriptors
Andrew Chow
2019-02-14
Store key origin info in key metadata
Andrew Chow
2019-02-11
RPCHelpMan: Check default values are given at compile-time
MarcoFalke
2019-02-08
Merge #15365: wallet: Add lock annotation for mapAddressBook
MarcoFalke
2019-02-07
wallet: Add lock annotation for mapAddressBook
MarcoFalke
2019-02-05
[wallet] Allow descriptor imports with importmulti
MeshCollider
2019-02-05
[wallet] Refactor ProcessImport() to call ProcessImportLegacy()
John Newbery
2019-02-05
[wallet] Add ProcessImportLegacy()
John Newbery
2019-02-05
[wallet] Refactor ProcessImport()
John Newbery
2019-02-01
Merge #15308: build: Restore compatibility with older boost
MarcoFalke
2019-02-01
Merge #15235: Do not import private keys to wallets with private keys disabled
Wladimir J. van der Laan
2019-01-31
Prefer boost::optional#get_value_or over #value_or
Ben Woosley
2019-01-31
Do not import private keys to wallets with private keys disabled
Andrew Chow
2019-01-31
Refactor importwallet to extract data from the file and then import
Andrew Chow
2019-01-30
Merge #14711: Remove uses of chainActive and mapBlockIndex in wallet code
MeshCollider
2019-01-29
Merge #14987: RPCHelpMan: Pass through Result and Examples
MarcoFalke
2019-01-25
RPCHelpMan: Pass through Result and Examples
MarcoFalke
2019-01-24
Trivial: fixup a few doxygen comments
Ben Woosley
2019-01-15
[docs] Expand help text for importmulti changes
John Newbery
2019-01-15
Add time methods to the Chain interface
Russell Yanofsky
2019-01-15
Add height, depth, and hash methods to the Chain interface
Russell Yanofsky
2018-12-12
Overhaul importmulti logic
Pieter Wuille
2018-12-07
rpc: Document default values for optional arguments
MarcoFalke
2018-11-27
rpc: Pass argument descriptions to RPCHelpMan
MarcoFalke
2018-11-14
Use RPCHelpMan for all RPCs
MarcoFalke
2018-11-13
Merge #14720: rpc: Correctly name arguments
MarcoFalke
2018-11-13
Merge #14679: importmulti: Don't add internal addresses to address book
Wladimir J. van der Laan
2018-11-13
rpc: Correctly name arguments
Jon Layton
2018-11-13
Merge #14530: Use RPCHelpMan to generate RPC doc strings
MarcoFalke
2018-11-13
Merge #13381: RPC: creates possibility to preserve labels on importprivkey
Jonas Schnelli
2018-11-09
rpc: Include rpc/util.h where needed for RPCHelpMan
MarcoFalke
2018-11-07
importmulti: Don't add internal addresses to address book
Gregory Sanders
2018-11-06
Pass chain locked variables where needed
Russell Yanofsky
2018-11-06
Remove uses of cs_main in wallet code
Russell Yanofsky
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-31
Merge #14454: Add SegWit support to importmulti
Wladimir J. van der Laan
2018-10-25
Add SegWit support to importmulti with some ProcessImport cleanup
MeshCollider
2018-10-05
rpc: creates possibility to preserve labels on importprivkey
marcoagner
2018-09-26
Move boost/std fstream to fsbridge
Chun Kuan Lee
2018-09-24
Merge #13424: Consistently validate txid / blockhash length and encoding in r...
MarcoFalke
2018-09-10
Merge #9332: Let wallet importmulti RPC accept labels for standard scriptPubKeys
Wladimir J. van der Laan
2018-08-27
Make objects in range declarations immutable by default. Avoid unnecessary co...
practicalswift
2018-08-27
[wallet] Remove wallet account RPCs
John Newbery
2018-08-15
refactor: use fs:: over boost::filesystem::
fanquake
2018-08-10
Merge #13908: [Docs] upgrade rescan time warning from minutes to >1 hour
MarcoFalke
[next]