aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcdump.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge #13908: [Docs] upgrade rescan time warning from minutes to >1 hourMarcoFalke2018-08-101-4/+4
|\
| * [Docs] upgrade rescan time warning from minutes to >1 hourMason Simon2018-08-071-4/+4
* | Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan2018-08-081-1/+1
|\ \ | |/ |/|
| * Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* | [wallet] Add wallet name to log messagesPierre Rochard2018-08-021-5/+5
|/
* Merge #13658: [moveonly] Extract RescanWallet to handle a simple rescanWladimir J. van der Laan2018-07-251-28/+15
|\
| * [moveonly] Extract RescanWallet to handle a simple rescanBen Woosley2018-07-141-28/+15
* | Removes Boost predicate.hpp dependency2512018-07-221-2/+2
* | Merge #13074: [trivial] Correct help text for `importaddress` RPCMarcoFalke2018-07-191-6/+6
|\ \ | |/ |/|
| * [wallet] [rpc] Fix importaddress help textJohn Newbery2018-04-251-6/+6
* | Fix parameter count check for importpubkey.Kristaps Kaupe2018-06-201-1/+1
* | Merge #13069: docs: Fix typosMarcoFalke2018-05-301-1/+1
|\ \
| * | Fix typospracticalswift2018-05-071-1/+1
* | | wallet: Use shared pointer to retain wallet instanceJoão Barbosa2018-05-221-11/+21
* | | [refactor] manually change remaining instances of master key to seed.John Newbery2018-05-191-5/+5
* | | scripted-diff: Rename master key to seedJohn Newbery2018-05-191-6/+6
* | | Add compile time checking for all cs_wallet runtime locking assertionspracticalswift2018-05-141-3/+3
|/ /
* | Make it clear which functions that are intended to be translation unit localpracticalswift2018-05-031-7/+7
* | Merge #13090: Remove Safe mode (achow101)Wladimir J. van der Laan2018-04-271-2/+0
|\ \
| * | Remove Safe modeAndrew Chow2018-04-261-2/+0
| |/
* / Make CScript -> CScriptID conversion explicitPieter Wuille2018-04-181-7/+9
|/
* Give an error when rescan is aborted by the userAndrew Chow2018-04-121-4/+32
* Add cancel button to rescan progress dialogAndrew Chow2018-04-121-3/+5
* wallet: Make WalletInitInterface and DummyWalletInit privateJoão Barbosa2018-04-051-1/+0
* [wallet] [rpc] [doc] importprivkey: hint about importmultiKarl-Johan Alm2018-04-031-0/+1
* Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")Wladimir J. van der Laan2018-03-271-1/+1
|\
| * scripted-diff: Convert 11 enums into scoped enums (C++11)practicalswift2018-03-091-1/+1
* | wallet: Change output type globals to membersMarcoFalke2018-03-171-1/+1
* | Merge #11041: Add LookupBlockIndexWladimir J. van der Laan2018-03-131-2/+3
|\ \
| * | Add LookupBlockIndex functionJoão Barbosa2018-03-061-2/+3
* | | Format timestamps using ISO 8601 formatting (e.g. "2018-02-28T12:34:56Z")practicalswift2018-03-091-8/+4
| |/ |/|
* | Merge #11372: Address encoding cleanupWladimir J. van der Laan2018-03-071-34/+12
|\ \ | |/ |/|
| * Split key_io (address/key encodings) off from base58Pieter Wuille2018-02-191-1/+1
| * Stop using CBase58Data for ext keysPieter Wuille2018-02-191-4/+1
| * Replace CBitcoinSecret with {Encode,Decode}SecretPieter Wuille2018-02-191-29/+10
* | Remove useless string initialization.Alin Rus2018-02-131-2/+2
|/
* scripted-diff: Use UniValue.pushKV instead of push_back(Pair())Karel Bilek2018-02-101-1/+1
* Bech32 addresses in dumpwalletfivepiece2018-02-071-3/+26
* Mention that other RPC calls report keys as "imported" while txns are still m...Jonas Schnelli2018-01-231-3/+8
* Make sure WalletRescanReserver has successfully reserved the rescanJonas Schnelli2018-01-231-5/+10
* Add RAII wallet rescan reserverJonas Schnelli2018-01-231-0/+20
* Avoid pemanent cs_main/cs_wallet lock during wallet rescansJonas Schnelli2018-01-231-165/+169
* Merge #11403: SegWit wallet supportJonas Schnelli2018-01-101-5/+13
|\
| * SegWit wallet supportPieter Wuille2018-01-091-2/+10
| * Support P2WPKH and P2SH-P2WPKH in dumpprivkeyPieter Wuille2018-01-091-3/+3
* | Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* | Add script birthtime metadata to dump and import walletMeshCollider2017-12-201-1/+13
* | Add script dump note to RPC help text and release notesMeshCollider2017-12-201-1/+1
* | Add scripts to importwallet RPCMeshCollider2017-12-201-33/+45
* | Add CScripts to dumpwallet RPCMeshCollider2017-12-201-0/+11