aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpc
AgeCommit message (Expand)Author
2023-05-02Merge bitcoin/bitcoin#26094: rpc: Return block hash & height in getbalances, ...Andrew Chow
2023-05-01Merge bitcoin/bitcoin#25680: rpc, docs: Add note for commands that supports o...Andrew Chow
2023-04-26rpc: return block hash & height in getbalances, gettransaction & getwalletinf...Harris
2023-04-26Merge bitcoin/bitcoin#25158: rpc, wallet: add abandoned field for all categor...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: move WALLET_FLAG_CAVEATS to the compilation unit of its callerJon Atack
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-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-22Merge bitcoin/bitcoin#27068: wallet: SecureString to allow null charactersAndrew Chow
2023-02-22Merge bitcoin/bitcoin#26595: wallet: be able to specify a wallet name and pas...fanquake
2023-02-21wallet, rpc: Update migratewallet help text for encrypted walletsAndrew Chow
2023-02-21Detailed error message for passphrases with null charsJohn Moffett
2023-02-21Pass all characters to SecureString including nullsJohn Moffett
2023-02-21Merge bitcoin/bitcoin#26347: wallet: ensure the wallet is unlocked when neede...Andrew Chow
2023-02-17Merge bitcoin/bitcoin#26889: refactor: wallet, remove global 'ArgsManager' de...Andrew Chow
2023-02-16Merge bitcoin/bitcoin#25344: New `outputs` argument for `bumpfee`/`psbtbumpfee`Andrew Chow
2023-02-16wallet: Be able to unlock the wallet for migrationAndrew Chow
2023-02-16rpc: Allow users to specify wallet name for migratewalletAndrew Chow
2023-02-16wallet: Allow MigrateLegacyToDescriptor to take a wallet nameAndrew Chow
2023-02-15refactor: remove <util/system.h> include from wallet.hfurszy
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-02-01Fix clang-tidy readability-const-return-type violationsMarcoFalke
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-17doc: Fix incorrect sendmany RPC docMarcoFalke
2023-01-17wallet: add `outputs` arguments to `bumpfee` and `psbtbumpfee`Seibart Nedor
2023-01-17wallet: extract and reuse RPC argument format definition for outputsSeibart Nedor
2023-01-17Merge bitcoin/bitcoin#26039: refactor: Run type check against RPCArgs (1/2)fanquake
2023-01-13rpc, wallet: add `abandoned` field for all categories of transactions in List...brunoerg
2023-01-11rpc: add minconf and maxconf options to sendallishaanam
2023-01-11Wallet/RPC: Allow specifying min & max chain depth for inputs used by fund callsJuan Pablo Civile
2023-01-11rpc: Run type check against RPCArgsMarcoFalke
2023-01-11Merge bitcoin/bitcoin#26758: refactor: Add `performance-no-automatic-move` cl...MarcoFalke
2023-01-10Merge bitcoin/bitcoin#26186: rpc: Sanitize label name in various RPCs with testsAndrew Chow
2023-01-09Merge bitcoin/bitcoin#26618: rpc: Prevent unloading a wallet when rescanningAndrew Chow
2023-01-04refactor: Add sanity checks in LabelFromValueAurèle Oulès
2023-01-04rpc: Sanitize label name in various RPCsAurèle Oulès
2023-01-04Merge bitcoin/bitcoin#26795: rpc: Correct RPCHelpMan for fundrawtransaction's...MarcoFalke
2023-01-03Merge bitcoin/bitcoin#26192: rpc: Improve error when wallet is already loadedAndrew Chow