aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpc/wallet.cpp
AgeCommit message (Expand)Author
2023-04-18doc: fix/improve warning helps in {create,load,unload,restore}walletJon Atack
2023-02-27wallet, rpc: Update migratewallet help text for encrypted walletsAndrew Chow
2023-02-27wallet: Be able to unlock the wallet for migrationAndrew Chow
2023-02-27rpc: Allow users to specify wallet name for migratewalletAndrew Chow
2023-02-27wallet: Allow MigrateLegacyToDescriptor to take a wallet nameAndrew Chow
2022-12-01wallet: Explicitly say migratewallet on encrypted wallets is unsupportedAndrew Chow
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
2021-12-08MOVEONLY: Move rpcwallet to rpc/walletSamuel Dobson