aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcdump.cpp
AgeCommit message (Expand)Author
2018-12-12Overhaul importmulti logicPieter Wuille
2018-12-07rpc: Document default values for optional argumentsMarcoFalke
2018-11-27rpc: Pass argument descriptions to RPCHelpManMarcoFalke
2018-11-14Use RPCHelpMan for all RPCsMarcoFalke
2018-11-13Merge #14720: rpc: Correctly name argumentsMarcoFalke
2018-11-13Merge #14679: importmulti: Don't add internal addresses to address bookWladimir J. van der Laan
2018-11-13rpc: Correctly name argumentsJon Layton
2018-11-13Merge #14530: Use RPCHelpMan to generate RPC doc stringsMarcoFalke
2018-11-13Merge #13381: RPC: creates possibility to preserve labels on importprivkeyJonas Schnelli
2018-11-09rpc: Include rpc/util.h where needed for RPCHelpManMarcoFalke
2018-11-07importmulti: Don't add internal addresses to address bookGregory Sanders
2018-11-06Pass chain locked variables where neededRussell Yanofsky
2018-11-06Remove uses of cs_main in wallet codeRussell Yanofsky
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
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-10-05rpc: creates possibility to preserve labels on importprivkeymarcoagner
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