aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge #14653: rpcwallet: Add missing transaction categories to rpc helptextsMarcoFalke2018-12-211-12/+27
|\ \ | |/ |/|
| * Add all category options to wallet rpc helpandrewtoth2018-12-011-12/+27
* | Merge #13076: Fix ScanForWalletTransactions to return an enum indicating scan...MeshCollider2018-12-121-9/+10
|\ \
| * | Add stop_block out arg to ScanForWalletTransactionsBen Woosley2018-11-131-4/+3
| * | Return a status enum from ScanForWalletTransactionsBen Woosley2018-11-131-8/+10
| * | Make CWallet::ScanForWalletTransactions args and return value constBen Woosley2018-11-131-1/+1
* | | Merge #14877: rpc: Document default values for optional argumentsMarcoFalke2018-12-101-47/+45
|\ \ \
| * | | rpc: Document default values for optional argumentsMarcoFalke2018-12-071-47/+45
* | | | rpc: Avoid creating non-standard raw transactionsMarcoFalke2018-12-061-1/+2
|/ / /
* | | Merge #14796: rpc: Pass argument descriptions to RPCHelpManMarcoFalke2018-12-051-464/+244
|\ \ \ | |_|/ |/| |
| * | rpc: Add description to fundrawtransaction vout_indexMarcoFalke2018-12-041-1/+1
| * | rpc: Pass argument descriptions to RPCHelpManMarcoFalke2018-11-271-464/+244
* | | Merge #14477: Add ability to convert solvability info to descriptorPieter Wuille2018-11-271-0/+13
|\ \ \ | |/ / |/| |
| * | Add descriptors to listunspent and getaddressinfo + testsPieter Wuille2018-11-141-0/+13
* | | qa: Add wallet_encryption error testsMarcoFalke2018-11-261-31/+12
* | | Use RPCHelpMan for all RPCsMarcoFalke2018-11-141-163/+399
* | | Rename ListTransactions filter variableRussell Yanofsky2018-11-131-9/+9
* | | [wallet] Restore ability to list incoming transactions by labelRussell Yanofsky2018-11-131-10/+20
* | | rpc: Correctly name argumentsJon Layton2018-11-131-2/+2
* | | Merge #14530: Use RPCHelpMan to generate RPC doc stringsMarcoFalke2018-11-131-4/+103
|\ \ \ | |_|/ |/| |
| * | rpc: Add RPCHelpMan for machine-generated helpMarcoFalke2018-11-121-4/+103
* | | Merge #14588: Refactor PSBT signing logic to enforce invariant and fix signin...Pieter Wuille2018-11-091-35/+30
|\ \ \ | |/ / |/| |
| * | Refactor PSBTInput signing to enforce invariantGlenn Willen2018-11-011-9/+19
| * | Simplify arguments to SignPSBTInputGlenn Willen2018-11-011-1/+1
| * | New PartiallySignedTransaction constructor from CTransctionGlenn Willen2018-11-011-8/+1
| * | Remove redundant txConst parameter to FillPSBTGlenn Willen2018-11-011-15/+7
| * | More concise conversion of CDataStream to stringGlenn Willen2018-11-011-2/+2
* | | Pass chain locked variables where neededRussell Yanofsky2018-11-061-31/+35
* | | Remove uses of cs_main in wallet codeRussell Yanofsky2018-11-061-32/+63
* | | Pass chain and client variables where neededRussell Yanofsky2018-11-061-9/+10
* | | Merge #14350: Add WalletLocation classWladimir J. van der Laan2018-11-051-15/+14
|\ \ \
| * | | wallet: Refactor to use WalletLocationJoão Barbosa2018-10-251-15/+14
| | |/ | |/|
* | | Merge #14555: Move util files to directoryWladimir J. van der Laan2018-11-051-2/+2
|\ \ \
| * | | scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-2/+2
| | |/ | |/|
* | | Merge #14410: rpcwallet: 'ischange' field for 'getaddressinfo' RPCMarcoFalke2018-11-041-0/+2
|\ \ \ | |/ / |/| |
| * | rpcwallet: add 'ischange' field to 'getaddressinfo' responsewhythat2018-10-131-0/+2
* | | Merge #14454: Add SegWit support to importmultiWladimir J. van der Laan2018-10-311-0/+2
|\ \ \ | |_|/ |/| |
| * | Make getaddressinfo return solvabilityMeshCollider2018-10-251-0/+2
* | | Merge #14453: rpc: Fix wallet unload during walletpassphrase timeoutWladimir J. van der Laan2018-10-241-8/+12
|\ \ \
| * | | rpc: Fix wallet unload during walletpassphrase timeoutJoão Barbosa2018-10-181-8/+12
| | |/ | |/|
* | | Merge #14296: [wallet] Remove addwitnessaddressMarcoFalke2018-10-241-126/+0
|\ \ \
| * | | [wallet] Remove deprecated addwitnessaddress RPC methodJohn Newbery2018-09-231-126/+0
* | | | Merge #11634: wallet: Add missing cs_wallet/cs_KeyStore locks to walletMarcoFalke2018-10-241-1/+1
|\ \ \ \
| * | | | wallet: Add Clang thread safety analysis annotationspracticalswift2018-10-091-1/+1
| | |/ / | |/| |
* | | | Merge #14468: [wallet] Deprecate generate RPC methodMarcoFalke2018-10-231-0/+6
|\ \ \ \
| * | | | [wallet] Deprecate the generate RPC methodJohn Newbery2018-10-181-0/+6
| | |_|/ | |/| |
* | | | Merge #14291: wallet: Add ListWalletDir utility functionWladimir J. van der Laan2018-10-191-0/+33
|\ \ \ \ | |/ / / |/| | |
| * | | rpc: Add listwalletdir RPCJoão Barbosa2018-10-181-0/+33
| | |/ | |/|
* | | [rpc] Descriptions: Textual consistency fixesJon Layton2018-10-091-15/+15
| |/ |/|
* | Merge #14310: [wallet] Ensure wallet is unlocked before signingMarcoFalke2018-09-261-0/+2
|\ \