aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpc/backup.cpp
AgeCommit message (Expand)Author
2024-05-08Merge bitcoin/bitcoin#28336: rpc: parse legacy pubkeys consistently with spec...Ava Chow
2024-05-01scripted-diff: Add IWYU pragma keep to bitcoin-config.h includesMarcoFalke
2024-04-07[clang-tidy] Enable the misc-no-recursion checkdergoegge
2024-02-20Merge bitcoin/bitcoin#29404: refactor: bitcoin-config.h includes cleanupfanquake
2024-02-13scripted-diff: Fix bitcoin_config_h includesTheCharlatan
2024-02-12Merge bitcoin/bitcoin#28987: wallet: simplify and batch zap wallet txes processAva Chow
2024-02-09scripted-diff: rename ZapSelectTx to RemoveTxsfurszy
2024-02-09wallet: batch and simplify ZapSelectTx processfurszy
2024-02-09rpc: use `HexToPubKey` helper for all legacy pubkey-parsing RPCsSebastian Falbesoner
2023-12-14refactor: Rename fs::path::u8string() to fs::path::utf8string()MarcoFalke
2023-10-12tidy: modernize-use-emplaceMarcoFalke
2023-08-17Merge bitcoin/bitcoin#28123: Bugfix: RPC: Remove quotes from non-string oneli...fanquake
2023-08-14Rename script/standard.{cpp/h} to script/solver.{cpp/h}Andrew Chow
2023-07-22Bugfix: RPC: Remove quotes from non-string oneline descriptionsLuke Dashjr
2023-06-04Restorewallet/createwallet help documentation fixups/improvementsJon Atack
2023-06-04rpc: remove deprecated "warning" field from {create,load,restore,unload}walletSebastian Falbesoner
2023-06-01Merge bitcoin/bitcoin#26485: RPC: Accept options as named-only parametersAndrew Chow
2023-05-08Merge bitcoin/bitcoin#26076: Switch hardened derivation marker to hAndrew Chow
2023-05-03RPC: Allow RPC methods accepting options to take named parametersRyan Ofsky
2023-05-01Merge bitcoin/bitcoin#25680: rpc, docs: Add note for commands that supports o...Andrew Chow
2023-04-12Merge bitcoin/bitcoin#27279: Add "warnings", deprecate "warning" in {create,l...Andrew Chow
2023-04-11wallet: Replace use of purpose strings with an enumAndrew Chow
2023-04-10rpc: deprecate "warning" field in {create,load,unload,restore}walletJon Atack
2023-04-10rpc: add "warnings" field to RPCs {create,load,unload,restore}walletJon Atack
2023-04-10rpc: extract wallet "warnings" fields to a util helperJon Atack
2023-04-10doc: fix/improve warning helps in {create,load,unload,restore}walletJon Atack
2023-04-04Switch hardened derivation marker to h in descriptorsSjors Provoost
2023-04-03Merge bitcoin/bitcoin#27254: refactor: Extract util/fs from util/systemfanquake
2023-03-26clang-tidy: Add `performance-inefficient-vector-operation` checkHennadii Stepanov
2023-03-23refactor: Move fs.* to util/fs.*TheCharlatan
2023-03-08Merge bitcoin/bitcoin#26194: rpc, wallet: use the same `next_index` key in `l...Andrew Chow
2023-02-21Merge bitcoin/bitcoin#26347: wallet: ensure the wallet is unlocked when neede...Andrew Chow
2023-02-15wallet: set keypool_size instead of access global args managerfurszy
2023-02-14wallet: ensure that the passphrase is not deleted from memory when being used...ishaanam
2023-02-14wallet: keep track of when the passphrase is needed when rescanningishaanam
2023-01-30Merge bitcoin/bitcoin#15294: refactor: Extract RipeMd160MarcoFalke
2023-01-26refactor: Extract RIPEMD160Ben Woosley
2023-01-26Use DataStream where possibleMarcoFalke
2023-01-22scripted-diff: use RPCArg::Optional::OMITTED over OMITTED_NAMED_ARGfanquake
2023-01-11rpc: Run type check against RPCArgsMarcoFalke
2023-01-10Merge bitcoin/bitcoin#26186: rpc: Sanitize label name in various RPCs with testsAndrew Chow
2023-01-04refactor: Add sanity checks in LabelFromValueAurèle Oulès
2023-01-04rpc: Sanitize label name in various RPCsAurèle Oulès
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-08rpc: Enable wallet import on pruned nodesAurèle Oulès
2022-12-06rpc, wallet: use the same `next_index` in listdescriptors and importdescriptorsw0xlt
2022-12-05Fixup clang-tidy named argument commentsfanquake
2022-11-30rpc, docs: Add note for commands that supports only legacy walletsYusuf Sahin HAMZA
2022-10-25rpc: doc: mention rescan speedup using `blockfilterindex=1` in affected walle...Sebastian Falbesoner
2022-10-13Merge bitcoin/bitcoin#26205: wallet: #25768 follow upsfanquake