aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcdump.cpp
AgeCommit message (Expand)Author
2021-12-03MOVEONLY: Move rpcdump.cpp to wallet/rpc/backup.cppSamuel Dobson
2021-12-02Merge bitcoin/bitcoin#22929: wallet: Automatically add receiving destinations...W. J. van der Laan
2021-12-01MOVEONLY: Move utility functions from rpcwallet to wallet/rpc/utilSamuel Dobson
2021-11-25Merge bitcoin/bitcoin#21206: refactor: Make CWalletTx sync state type-safeW. J. van der Laan
2021-11-16policy: Treat taproot as always activeMarcoFalke
2021-11-15refactor: Make CWalletTx sync state type-safeRussell Yanofsky
2021-11-10refactor: use `CWallet` const shared pointers in dump{privkey,wallet} RPCsSebastian Falbesoner
2021-11-10refactor: use const `LegacyScriptPubKeyMan` references in dump{privkey,wallet...Sebastian Falbesoner
2021-11-10refactor: avoid multiple key->metadata lookups in dumpwallet RPCSebastian Falbesoner
2021-11-01refactor: Take Span in SetSeedMarcoFalke
2021-10-25refactor: use CWallet const shared pointers when possibleKarl-Johan Alm
2021-10-06Add CWallet::IsInternalScriptPubKeyManS3RK
2021-10-05refactor: Block unsafe fs::path std::string conversion callsRussell Yanofsky
2021-09-30Remove -rescan startup parameterSamuel Dobson
2021-09-27scripted-diff: Rename overloaded int GetArg to GetIntArgRussell Yanofsky
2021-08-16wallet: use PACKAGE_NAME instead of "Bitcoin" in rpcdumpfanquake
2021-08-16wallet: use FormatFullVersion instead of CLIENT_BUILD in rpcdumpfanquake
2021-08-09Merge bitcoin/bitcoin#21500: wallet, rpc: add an option to list private descr...Samuel Dobson
2021-07-19Reorder dumpwallet so that cs_main functions go firstAndrew Chow
2021-07-10wallet, rpc: add listdescriptors private optionS3RK
2021-07-01Merge bitcoin/bitcoin#19651: wallet: importdescriptors update existingfanquake
2021-06-28wallet: deactivate descriptorS3RK
2021-06-28wallet: don't mute exceptions in importdescriptorsS3RK
2021-06-28wallet: allow to import same descriptor twiceS3RK
2021-06-24wallet, rpc: listdescriptors does not need unlockedAndrew Chow
2021-06-24Remove priv option for ToNormalizedStringAndrew Chow
2021-06-22Disallow bech32m addresses for legacy wallet thingsAndrew Chow
2021-06-10Allow tr() import only when Taproot is activeAndrew Chow
2021-05-10Merge bitcoin/bitcoin#21836: scripted-diff: Replace three dots with ellipsis ...W. J. van der Laan
2021-05-04refactor: Use CPubKey vector constructor where possibleMarcoFalke
2021-05-02scripted-diff: Replace three dots with ellipsis in the UI stringsHennadii Stepanov
2021-04-17rpc: Keep default argument value in correct typeJoão Barbosa
2021-04-02Merge #21063: wallet, rpc: update listdescriptors response formatfanquake
2021-03-17refactor: post Optional<> removal cleanupsfanquake
2021-03-15scripted-diff: remove Optional & nulloptfanquake
2021-03-11scripted-diff: remove MakeUnique<T>()fanquake
2021-03-09wallet, rpc: update listdescriptors response formatIvan Metlushko
2021-03-05rpc: refactor rpc wallet functions to take references instead of pointersfanquake
2021-03-05rpc: remove calls to CWallet.get()fanquake
2021-02-23wallet: listdescriptors uses normalized descriptor formIvan Metlushko
2021-02-11Merge #20211: Use -Wswitch for TxoutType where possibleMarcoFalke
2021-01-27wallet, rpc: add listdescriptors commandIvan Metlushko
2020-11-09Merge #20153: wallet: do not import a descriptor with hardened derivations in...Wladimir J. van der Laan
2020-10-29Fix change detection of imported internal descriptorsAndrew Chow
2020-10-21Use -Wswitch for TxoutType where possibleMarcoFalke
2020-10-16Merge #19836: rpc: Properly deserialize txs with witness before signingfanquake
2020-10-15wallet: fix importdescriptor silent failIvan Metlushko
2020-10-13rpc: Adjust witness-tx deserialize error messageMarcoFalke
2020-10-12Make Taproot spends standard + policy limitsPieter Wuille
2020-08-14rpc: Assert that RPCArg names are equal to CRPCCommand ones (rpcdump)MarcoFalke