aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge AuxPoW support from NamecoreRoss Nicoll2019-07-131-1/+71
* rpc: Fix wallet unload during walletpassphrase timeoutJoão Barbosa2018-12-051-8/+12
* Refactor PSBTInput signing to enforce invariantGlenn Willen2018-12-031-18/+19
* Simplify arguments to SignPSBTInputGlenn Willen2018-12-031-2/+2
* New PartiallySignedTransaction constructor from CTransctionGlenn Willen2018-12-031-8/+1
* Remove redundant txConst parameter to FillPSBTGlenn Willen2018-12-031-15/+7
* More concise conversion of CDataStream to stringGlenn Willen2018-12-031-2/+2
* Merge #14196: [0.17][psbt] always drop the unnecessary utxo and convert non-w...MarcoFalke2018-12-011-2/+9
|\
| * Convert non-witness UTXOs to witness if witness sig createdAndrew Chow2018-09-111-0/+7
| * Drop the unnecessary UTXO based on the UTXOs present, not on earlier wallet t...Andrew Chow2018-09-111-2/+2
* | [wallet] Ensure wallet is unlocked before signinggustavonalle2018-11-281-0/+2
* | [wallet] Restore ability to list incoming transactions by labelRussell Yanofsky2018-10-101-8/+15
|/
* fix walletcreatefundedpsbt deriv paths, add testGregory Sanders2018-08-281-1/+1
* Docs: Fix help message typo optiona -> optionalBen Woosley2018-08-271-2/+2
* RPCTypeCheck bip32derivs arg in walletcreatefundedGregory Sanders2018-08-211-1/+2
* walletcreatefundedpsbt: remove duplicate replaceable argGregory Sanders2018-08-211-9/+7
* Only wipe wrong UTXO type data if overwritten by walletPieter Wuille2018-08-151-6/+9
* Use pushKV in some new PSBT RPCs.Daniel Kraft2018-08-091-2/+2
* Merge #9662: Add createwallet "disableprivatekeys" option: a sane mode for wa...Wladimir J. van der Laan2018-07-201-18/+38
|\
| * Add disable privatekeys option to createwalletJonas Schnelli2018-07-121-5/+11
| * Add option to disable private keys during internal wallet creationJonas Schnelli2018-07-121-13/+27
* | wallet: Add error handling. Check return value of ParseUInt32(...) in ParseHD...practicalswift2018-07-191-1/+3
* | Merge #13557: BIP 174 PSBT Serializations and RPCsWladimir J. van der Laan2018-07-181-90/+421
|\ \
| * | Create wallet RPCs for PSBTAndrew Chow2018-07-161-0/+328
| * | Refactor transaction creation and transaction funding logicAndrew Chow2018-07-131-90/+93
* | | Merge #13072: Update createmultisig RPC to support segwitPieter Wuille2018-07-131-2/+2
|\ \ \
| * | | Move AddAndGetDestinationForScript from wallet to outputype moduleAnthony Towns2018-07-101-2/+1
| * | | Add outputtype moduleAnthony Towns2018-07-091-0/+1
| | |/ | |/|
* | | Merge #13566: Fix get balancePieter Wuille2018-07-131-29/+36
|\ \ \ | |/ / |/| |
| * | [RPC] [wallet] allow getbalance to use min_conf and watch_only without accounts.John Newbery2018-06-291-29/+36
* | | Merge #13564: [wallet] loadwallet shouldn't create new wallets.MarcoFalke2018-07-071-0/+6
|\ \ \ | |_|/ |/| |
| * | [wallet] loadwallet shouldn't create new wallets.John Newbery2018-06-281-0/+6
| |/
* | Merge #13235: Break circular dependency: init -> * -> init by extracting shut...Wladimir J. van der Laan2018-07-041-3/+2
|\ \ | |/ |/|
| * Break circular dependency: init -> * -> init by extracting shutdown.hBen Woosley2018-06-251-3/+2
* | Merge #13498: [wallet] Fixups from account API deprecationPieter Wuille2018-06-261-3/+13
|\ \ | |/ |/|
| * [wallet] Don't use accounts when checking balance in sendmanyJohn Newbery2018-06-181-2/+4
| * [wallet] deprecate sendfrom RPC method.John Newbery2018-06-181-1/+9
* | Merge #13111: Add unloadwallet RPCJonas Schnelli2018-06-211-10/+64
|\ \ | |/ |/|
| * test: Wallet methods are disabled when no wallet is loadedJoão Barbosa2018-06-181-5/+0
| * rpc: Add unloadwallet RPCJoão Barbosa2018-06-181-2/+52
| * rpc: Extract GetWalletNameFromJSONRPCRequest from GetWalletForJSONRPCRequestJoão Barbosa2018-06-121-3/+12
* | Merge #13241: scripted-diff: Avoid temporary copies when looping over std::mapMarcoFalke2018-06-151-12/+12
|\ \
| * | scripted-diff: Avoid temporary copies when looping over std::mapBen Woosley2018-06-111-12/+12
* | | Merge #13120: policy: Treat segwit as always activeWladimir J. van der Laan2018-06-121-7/+0
|\ \ \ | |/ / |/| |
| * | policy: Treat segwit as always activeMarcoFalke2018-05-291-7/+0
* | | Merge #13060: [wallet] [rpc] Remove getlabeladdress RPCWladimir J. van der Laan2018-06-111-42/+34
|\ \ \ | |_|/ |/| |
| * | [wallet] [rpc] Remove getlabeladdress RPCJohn Newbery2018-05-161-42/+34
* | | [wallets] [docs] Add release notes for createwallet RPC.John Newbery2018-05-311-6/+7
* | | [wallet] [rpc] Add `createwallet` RPCJohn Newbery2018-05-251-0/+47
| |/ |/|
* | wallet: Use shared pointer to retain wallet instanceJoão Barbosa2018-05-221-54/+145