aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcdump.cpp
AgeCommit message (Expand)Author
2018-10-31Merge #14454: Add SegWit support to importmultiWladimir J. van der Laan
2018-10-25Add SegWit support to importmulti with some ProcessImport cleanupMeshCollider
2018-09-26Move boost/std fstream to fsbridgeChun Kuan Lee
2018-09-24Merge #13424: Consistently validate txid / blockhash length and encoding in r...MarcoFalke
2018-09-10Merge #9332: Let wallet importmulti RPC accept labels for standard scriptPubKeysWladimir J. van der Laan
2018-08-27Make objects in range declarations immutable by default. Avoid unnecessary co...practicalswift
2018-08-27[wallet] Remove wallet account RPCsJohn Newbery
2018-08-15refactor: use fs:: over boost::filesystem::fanquake
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-07Consistently use ParseHashV to validate hash inputs in rpcBen Woosley
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-22Let wallet importmulti RPC accept labels for standard scriptPubKeysRussell Yanofsky
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