aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge #11289: Add wallet backup text to import* and add* RPCsWladimir J. van der Laan2017-11-081-2/+2
|\ \ \ \ \ \
| * | | | | | Add wallet backup text to import*, add* and dumpwallet RPCsMeshCollider2017-10-141-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge #11590: [Wallet] always show help-line of wallet encryption callsMarcoFalke2017-11-021-4/+4
|\ \ \ \ \ \
| * | | | | | [Wallet] always show help-line of wallet encryption callsJonas Schnelli2017-10-311-4/+4
* | | | | | | Make listsinceblock refuse unknown block hashRussell Yanofsky2017-10-261-9/+10
|/ / / / / /
* / / / / / Add missing comma from rescanblockchainMeshCollider2017-10-141-1/+1
|/ / / / /
* | | | | Merge #7061: [Wallet] Add RPC call "rescanblockchain <startheight> <stopheight>"Jonas Schnelli2017-10-131-0/+77
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | [Wallet] add rescanblockchain <start_height> <stop_height> RPC commandJonas Schnelli2017-10-121-0/+77
| | |/ / | |/| |
* | | | Support BIP173 in addwitnessaddressPieter Wuille2017-09-281-14/+45
* | | | Implement BIP173 addresses and testsPieter Wuille2017-09-281-2/+3
* | | | Merge #10767: [wallet] Clarify wallet initialization / destruction interfaceMarcoFalke2017-09-071-3/+0
|\ \ \ \
| * | | | [wallet] Add RegisterWalletRPC() function to wallet/init.cppJohn Newbery2017-09-071-3/+0
* | | | | Merge #10793: Changing &var[0] to var.data()Wladimir J. van der Laan2017-09-081-1/+1
|\ \ \ \ \
| * | | | | Changing &vec[0] to vec.data(), what 9804 missedMeshCollider2017-09-081-1/+1
| |/ / / /
* | / / / Introduce wrappers around CBitcoinAddressPieter Wuille2017-09-061-74/+85
| |/ / / |/| | |
* | | | Merge #11173: RPC: Fix currency unit string in the help textMarcoFalke2017-09-051-1/+1
|\ \ \ \
| * | | | Fix currency/fee-rate unit string in the help textAkio Nakamura2017-09-051-1/+1
| |/ / /
* / / / rpc: Push down safe mode checksAndrew Chow2017-08-291-54/+76
|/ / /
* | | Merge #10976: [MOVEONLY] Move some static functions out of wallet.h/cppWladimir J. van der Laan2017-08-251-1/+2
|\ \ \
| * | | Move some static functions out of wallet.h/cppRussell Yanofsky2017-08-141-1/+2
* | | | Merge #11050: Avoid treating null RPC arguments different from missing argumentsWladimir J. van der Laan2017-08-221-37/+49
|\ \ \ \
| * | | | Clean up getbalance RPC parameter handlingRussell Yanofsky2017-08-151-7/+20
| * | | | Avoid treating null RPC arguments different from missing argumentsRussell Yanofsky2017-08-141-13/+12
| * | | | Get rid of redundant RPC params.size() checksRussell Yanofsky2017-08-141-18/+18
| |/ / /
* | | | Merge #11039: Avoid second mapWallet lookupWladimir J. van der Laan2017-08-181-4/+6
|\ \ \ \
| * | | | wallet: Avoid second mapWallet lookupJoão Barbosa2017-08-141-4/+6
* | | | | Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-1/+1
* | | | | Use nullptr instead of zero (0) as the null pointer constantpracticalswift2017-08-161-2/+2
* | | | | Merge #10956: Fix typosMarcoFalke2017-08-161-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix typos.practicalswift2017-08-081-2/+2
| |/ / /
* | | | scripted-diff: stop using the gArgs wrappersMarko Bencun2017-08-141-2/+2
* | | | Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...Wladimir J. van der Laan2017-08-141-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-4/+4
* | | | [wallet] return correct error code from resendwallettransactionJohn Newbery2017-08-071-1/+1
* | | | Fix resendwallettransactions assert failure if -walletbroadcast=0Matt Corallo2017-08-061-0/+5
|/ / /
* | | Merge #10788: [RPC] Fix addwitnessaddress by replacing ismine with producesig...Wladimir J. van der Laan2017-08-011-8/+16
|\ \ \
| * | | Replace ismine with producesignature check in witnessifierAndrew Chow2017-07-271-8/+16
* | | | Change wallet method disabled error textRussell Yanofsky2017-07-261-2/+7
* | | | Fix misleading "Method not found" multiwallet errorsRussell Yanofsky2017-07-261-8/+9
* | | | Merge #10655: Properly document target_confirmations in listsinceblockWladimir J. van der Laan2017-07-261-2/+2
|\ \ \ \
| * | | | Properly document target_confirmations in listsinceblockRyan Havar2017-07-251-2/+2
* | | | | Merge #10799: Prevent user from specifying conflicting parameters to fundrawtxWladimir J. van der Laan2017-07-251-0/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Prevent user from specifying conflicting parameters to fundrawtxMatt Corallo2017-07-171-0/+6
* | | | | Merge #10789: Punctuation/grammer fixes in rpcwallet.cppWladimir J. van der Laan2017-07-251-5/+5
|\ \ \ \ \
| * | | | | Fix misspellings and remove safety verbiageSteven D. Lander2017-07-191-6/+6
| | |/ / / | |/| | |
* | | | | Merge #9622: [rpc] listsinceblock should include lost transactions when param...Wladimir J. van der Laan2017-07-241-21/+59
|\ \ \ \ \
| * | | | | listsinceblock: optionally find and list any transactions that were undone du...Karl-Johan Alm2017-07-211-21/+59
* | | | | | [wallet] [rpc] Add listwallets RPCJohn Newbery2017-07-201-0/+34
* | | | | | [wallet] [rpc] print wallet name in getwalletinfoJohn Newbery2017-07-201-0/+2
|/ / / / /
* | | | | Merge #10783: [RPC] Various rpc argument fixesWladimir J. van der Laan2017-07-201-24/+24
|\ \ \ \ \