aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcdump.cpp
AgeCommit message (Expand)Author
2018-12-09importmulti: Don't add internal addresses to address bookGregory Sanders
2018-08-10Merge #13908: [Docs] upgrade rescan time warning from minutes to >1 hourMarcoFalke
2018-08-08Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan
2018-08-07[Docs] upgrade rescan time warning from minutes to >1 hourMason Simon
2018-08-02[wallet] Add wallet name to log messagesPierre Rochard
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-25Merge #13658: [moveonly] Extract RescanWallet to handle a simple rescanWladimir J. van der Laan
2018-07-22Removes Boost predicate.hpp dependency251
2018-07-19Merge #13074: [trivial] Correct help text for `importaddress` RPCMarcoFalke
2018-07-14[moveonly] Extract RescanWallet to handle a simple rescanBen Woosley
2018-06-20Fix parameter count check for importpubkey.Kristaps Kaupe
2018-05-30Merge #13069: docs: Fix typosMarcoFalke
2018-05-22wallet: Use shared pointer to retain wallet instanceJoão Barbosa
2018-05-19[refactor] manually change remaining instances of master key to seed.John Newbery
2018-05-19scripted-diff: Rename master key to seedJohn Newbery
2018-05-14Add compile time checking for all cs_wallet runtime locking assertionspracticalswift
2018-05-07Fix typospracticalswift
2018-05-03Make it clear which functions that are intended to be translation unit localpracticalswift
2018-04-27Merge #13090: Remove Safe mode (achow101)Wladimir J. van der Laan
2018-04-26Remove Safe modeAndrew Chow
2018-04-25[wallet] [rpc] Fix importaddress help textJohn Newbery
2018-04-18Make CScript -> CScriptID conversion explicitPieter Wuille
2018-04-12Give an error when rescan is aborted by the userAndrew Chow
2018-04-12Add cancel button to rescan progress dialogAndrew Chow
2018-04-05wallet: Make WalletInitInterface and DummyWalletInit privateJoão Barbosa
2018-04-03[wallet] [rpc] [doc] importprivkey: hint about importmultiKarl-Johan Alm
2018-03-27Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")Wladimir J. van der Laan
2018-03-17wallet: Change output type globals to membersMarcoFalke
2018-03-13Merge #11041: Add LookupBlockIndexWladimir J. van der Laan
2018-03-09scripted-diff: Convert 11 enums into scoped enums (C++11)practicalswift
2018-03-09Format timestamps using ISO 8601 formatting (e.g. "2018-02-28T12:34:56Z")practicalswift
2018-03-07Merge #11372: Address encoding cleanupWladimir J. van der Laan
2018-03-06Add LookupBlockIndex functionJoão Barbosa
2018-02-19Split key_io (address/key encodings) off from base58Pieter Wuille
2018-02-19Stop using CBase58Data for ext keysPieter Wuille
2018-02-19Replace CBitcoinSecret with {Encode,Decode}SecretPieter Wuille
2018-02-13Remove useless string initialization.Alin Rus
2018-02-10scripted-diff: Use UniValue.pushKV instead of push_back(Pair())Karel Bilek
2018-02-07Bech32 addresses in dumpwalletfivepiece
2018-01-23Mention that other RPC calls report keys as "imported" while txns are still m...Jonas Schnelli
2018-01-23Make sure WalletRescanReserver has successfully reserved the rescanJonas Schnelli
2018-01-23Add RAII wallet rescan reserverJonas Schnelli
2018-01-23Avoid pemanent cs_main/cs_wallet lock during wallet rescansJonas Schnelli
2018-01-10Merge #11403: SegWit wallet supportJonas Schnelli
2018-01-09SegWit wallet supportPieter Wuille
2018-01-09Support P2WPKH and P2SH-P2WPKH in dumpprivkeyPieter Wuille
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-12-20Add script birthtime metadata to dump and import walletMeshCollider
2017-12-20Add script dump note to RPC help text and release notesMeshCollider
2017-12-20Add scripts to importwallet RPCMeshCollider