aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpc/wallet.cpp
AgeCommit message (Expand)Author
2023-06-14Merge bitcoin/bitcoin#25634: wallet, tests: Expand and test when the blank wa...Ryan Ofsky
2023-06-08rpc, wallet: Include information about blank flagAndrew Chow
2023-06-01Merge bitcoin/bitcoin#26485: RPC: Accept options as named-only parametersAndrew Chow
2023-05-06Merge bitcoin/bitcoin#27405: util: Use steady clock instead of system clock t...fanquake
2023-05-03RPC: Allow RPC methods accepting options to take named parametersRyan Ofsky
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-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-10doc: fix/improve warning helps in {create,load,unload,restore}walletJon Atack
2023-04-04wallet: Use steady clock to measure scanning durationMarcoFalke
2023-02-22Merge bitcoin/bitcoin#27068: wallet: SecureString to allow null charactersAndrew Chow
2023-02-21wallet, rpc: Update migratewallet help text for encrypted walletsAndrew Chow
2023-02-21Pass all characters to SecureString including nullsJohn Moffett
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-01-22scripted-diff: use RPCArg::Optional::OMITTED over OMITTED_NAMED_ARGfanquake
2023-01-11rpc: Run type check against RPCArgsMarcoFalke
2023-01-09Merge bitcoin/bitcoin#26618: rpc: Prevent unloading a wallet when rescanningAndrew Chow
2023-01-03Merge bitcoin/bitcoin#26192: rpc: Improve error when wallet is already loadedAndrew Chow
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-08rpc: Prevent unloading a wallet when rescanningAurèle Oulès
2022-11-30wallet: Explicitly say migratewallet on encrypted wallets is unsupportedAndrew Chow
2022-11-30rpc, docs: Add note for commands that supports only legacy walletsYusuf Sahin HAMZA
2022-10-20rpc: Improve error when wallet is already loadedAurèle Oulès
2022-08-29Add migratewallet RPCAndrew Chow
2022-08-05rpc/wallet: add simulaterawtransaction RPCKarl-Johan Alm
2022-07-26refactor: remove unnecessary string initializationsfanquake
2022-07-25scripted-diff: Replace NullUniValue with UniValue::VNULLMacroFake
2022-07-14rpc: Select int-UniValue constructor for enum value in upgradewallet RPCMacroFake
2022-05-18scripted-diff: Use getInt<T> over get_int/get_int64MacroFake
2022-04-25Remove not needed clang-format off commentsMarcoFalke
2022-04-14rpc, wallet: setwalletflags warnings are optionalAndrew Chow
2022-03-30Merge bitcoin/bitcoin#24118: Add 'sendall' RPC née sweepMarcoFalke
2022-03-29Add sendall RPC née sweepMurch
2022-03-24rpc: Fail to return undocumented or misdocumented JSONMarcoFalke
2022-03-24Merge bitcoin/bitcoin#23732: refactor: Remove `gArgs` from `bdb.h` and `sqlit...MarcoFalke
2022-03-16Replace use of `ArgsManager` with `DatabaseOptions`Kiminuo
2022-03-10wallet: Add a deprecation warning for newly created legacy walletsAndrew Chow
2022-02-10RPC: Return external_signer in getwalletinfoKristaps Kaupe
2022-01-06Add src/wallet/* code to wallet:: namespaceRussell Yanofsky
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-16Merge bitcoin/bitcoin#23721: wallet, refactor: Move restorewallet() logic to ...MarcoFalke
2021-12-15refactor: Move restorewallet() RPC logic to the wallet sectionw0xlt
2021-12-08scripted-diff: Use named args in RPC docsMarcoFalke
2021-12-08MOVEONLY: Move abortrescan from backup.cpp to transactions.cppSamuel Dobson
2021-12-08Remove unused imports from rpc/wallet and reorder RPCsSamuel Dobson