aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcdump.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge #20153: wallet: do not import a descriptor with hardened derivations in...Wladimir J. van der Laan2020-11-091-1/+3
|\
| * wallet: fix importdescriptor silent failIvan Metlushko2020-10-151-1/+3
* | Fix change detection of imported internal descriptorsAndrew Chow2020-10-291-1/+1
* | Merge #19836: rpc: Properly deserialize txs with witness before signingfanquake2020-10-161-2/+3
|\ \ | |/ |/|
| * rpc: Adjust witness-tx deserialize error messageMarcoFalke2020-10-131-2/+3
* | Make Taproot spends standard + policy limitsPieter Wuille2020-10-121-0/+1
* | rpc: Assert that RPCArg names are equal to CRPCCommand ones (rpcdump)MarcoFalke2020-08-141-44/+66
|/
* refactor: Make HexStr take a spanWladimir J. van der Laan2020-08-061-1/+1
* Merge #19046: Replace CWallet::Set* functions that use memonly with Add/Load ...Samuel Dobson2020-07-111-1/+1
|\
| * Split SetActiveScriptPubKeyMan into Add/LoadActiveScriptPubKeyManAndrew Chow2020-05-211-1/+1
* | Merge #19114: scripted-diff: TxoutType C++11 scoped enum classMarcoFalke2020-06-281-10/+10
|\ \
| * | scripted-diff: TxoutType C++11 scoped enum classMarcoFalke2020-06-211-10/+10
* | | refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)Wladimir J. van der Laan2020-06-241-2/+2
|/ /
* | Remove an apparently unnecessary conversionBen Woosley2020-06-191-1/+1
* | wallet: Make RPC help compile-time staticMarcoFalke2020-06-111-45/+44
* | refactor: Combine GetWalletForJSONRPCRequest and EnsureWalletIsAvailable func...Russell Yanofsky2020-06-051-33/+11
* | Get rid of -Wthread-safety-precise warningsHennadii Stepanov2020-05-281-2/+2
|/
* Remove CWalletTx merging logic from AddToWalletRussell Yanofsky2020-05-011-4/+3
* [wallet] Remove locked_chain from CWallet, its RPCs and testsAntoine Riard2020-04-301-15/+1
* Merge #18777: wallet: Recommend absolute path for dumpwalletMarcoFalke2020-04-271-1/+1
|\
| * wallet: Recommned absolute path for dumpwalletMarcoFalke2020-04-261-1/+1
* | add importdescriptors RPC and tests for native descriptor walletsHugo Nguyen2020-04-231-0/+294
|/
* Merge #18671: wallet: Add BlockUntilSyncedToCurrentChain to dumpwalletSamuel Dobson2020-04-231-9/+13
|\
| * wallet: Add BlockUntilSyncedToCurrentChain to dumpwalletMarcoFalke2020-04-161-9/+13
* | wallet: Refactor WalletRescanReserver to use wallet referenceJoão Barbosa2020-04-191-5/+5
* | scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
|/
* Merge #17954: wallet: Remove calls to Chain::Lock methodsMarcoFalke2020-04-141-18/+12
|\
| * wallet: Avoid use of Chain::Lock in importmultiRussell Yanofsky2020-03-311-8/+1
| * wallet: Avoid use of Chain::Lock in importwallet and dumpwalletRussell Yanofsky2020-03-311-5/+5
| * wallet: Avoid use of Chain::Lock in importprunedfundsRussell Yanofsky2020-03-311-5/+6
* | Wallet: Replace CAddressBookData.name with GetLabel() methodLuke Dashjr2020-04-061-1/+1
* | Wallet: Avoid unnecessary/redundant m_address_book lookupsLuke Dashjr2020-04-021-1/+1
* | Wallet: Avoid treating change-in-the-addressbook as non-change everywhereLuke Dashjr2020-04-021-2/+3
* | scripted-diff: Wallet: Rename mapAddressBook to m_address_bookLuke Dashjr2020-04-021-3/+3
|/
* rpc: Document an RPCResult for all calls; Enforce at compile timeMarcoFalke2020-03-131-7/+7
* Merge #18241: wallet/refactor: refer to CWallet immutably when possiblefanquake2020-03-071-4/+4
|\
| * wallet: use constant CWallets in rpcdump.cppKarl-Johan Alm2020-03-021-4/+4
* | rpc: Auto-format RPCResultMarcoFalke2020-02-251-17/+20
|/
* Merge #17804: doc: Misc RPC help fixesWladimir J. van der Laan2020-02-051-2/+13
|\
| * doc: Use proper RPC help syntax in importmultiMarcoFalke2020-01-231-2/+13
* | Refactor: Allow LegacyScriptPubKeyMan to be nullAndrew Chow2020-01-231-5/+5
* | Locking: Lock cs_KeyStore instead of cs_wallet in legacy keymanAndrew Chow2020-01-231-3/+2
|/
* qa: unify unix epoch time descriptionsJon Atack2019-12-131-1/+1
* Merge #15931: Remove GetDepthInMainChain dependency on locked chain interfaceSamuel Dobson2019-11-081-20/+18
|\
| * Remove locked_chain from GetDepthInMainChain and its callersAntoine Riard2019-11-061-3/+3
| * Refactor some importprunedfunds checks with guard clauseAntoine Riard2019-11-061-18/+13
| * Add block_height field in struct ConfirmationAntoine Riard2019-11-061-2/+4
| * Replace CWalletTx::SetConf by Confirmation initialization listAntoine Riard2019-11-061-1/+2
* | Add EnsureLegacyScriptPubKeyMan and use in rpcwallet.cppRussell Yanofsky2019-11-051-16/+7
|/
* Merge #17318: replace asserts in RPC code with CHECK_NONFATAL and add linterMarcoFalke2019-11-041-3/+3
|\