Age | Commit message (Expand) | Author |
2023-04-26 | rpc: return block hash & height in getbalances, gettransaction & getwalletinf... | Harris |
2023-04-10 | rpc: move WALLET_FLAG_CAVEATS to the compilation unit of its caller | Jon Atack |
2023-04-10 | rpc: deprecate "warning" field in {create,load,unload,restore}wallet | Jon Atack |
2023-04-10 | rpc: add "warnings" field to RPCs {create,load,unload,restore}wallet | Jon Atack |
2023-04-10 | doc: fix/improve warning helps in {create,load,unload,restore}wallet | Jon Atack |
2023-02-22 | Merge bitcoin/bitcoin#27068: wallet: SecureString to allow null characters | Andrew Chow |
2023-02-21 | wallet, rpc: Update migratewallet help text for encrypted wallets | Andrew Chow |
2023-02-21 | Pass all characters to SecureString including nulls | John Moffett |
2023-02-16 | wallet: Be able to unlock the wallet for migration | Andrew Chow |
2023-02-16 | rpc: Allow users to specify wallet name for migratewallet | Andrew Chow |
2023-02-16 | wallet: Allow MigrateLegacyToDescriptor to take a wallet name | Andrew Chow |
2023-01-22 | scripted-diff: use RPCArg::Optional::OMITTED over OMITTED_NAMED_ARG | fanquake |
2023-01-11 | rpc: Run type check against RPCArgs | MarcoFalke |
2023-01-09 | Merge bitcoin/bitcoin#26618: rpc: Prevent unloading a wallet when rescanning | Andrew Chow |
2023-01-03 | Merge bitcoin/bitcoin#26192: rpc: Improve error when wallet is already loaded | Andrew Chow |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-12-08 | rpc: Prevent unloading a wallet when rescanning | Aurèle Oulès |
2022-11-30 | wallet: Explicitly say migratewallet on encrypted wallets is unsupported | Andrew Chow |
2022-10-20 | rpc: Improve error when wallet is already loaded | Aurèle Oulès |
2022-08-29 | Add migratewallet RPC | Andrew Chow |
2022-08-05 | rpc/wallet: add simulaterawtransaction RPC | Karl-Johan Alm |
2022-07-26 | refactor: remove unnecessary string initializations | fanquake |
2022-07-25 | scripted-diff: Replace NullUniValue with UniValue::VNULL | MacroFake |
2022-07-14 | rpc: Select int-UniValue constructor for enum value in upgradewallet RPC | MacroFake |
2022-05-18 | scripted-diff: Use getInt<T> over get_int/get_int64 | MacroFake |
2022-04-25 | Remove not needed clang-format off comments | MarcoFalke |
2022-04-14 | rpc, wallet: setwalletflags warnings are optional | Andrew Chow |
2022-03-30 | Merge bitcoin/bitcoin#24118: Add 'sendall' RPC née sweep | MarcoFalke |
2022-03-29 | Add sendall RPC née sweep | Murch |
2022-03-24 | rpc: Fail to return undocumented or misdocumented JSON | MarcoFalke |
2022-03-24 | Merge bitcoin/bitcoin#23732: refactor: Remove `gArgs` from `bdb.h` and `sqlit... | MarcoFalke |
2022-03-16 | Replace use of `ArgsManager` with `DatabaseOptions` | Kiminuo |
2022-03-10 | wallet: Add a deprecation warning for newly created legacy wallets | Andrew Chow |
2022-02-10 | RPC: Return external_signer in getwalletinfo | Kristaps Kaupe |
2022-01-06 | Add src/wallet/* code to wallet:: namespace | Russell Yanofsky |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-12-16 | Merge bitcoin/bitcoin#23721: wallet, refactor: Move restorewallet() logic to ... | MarcoFalke |
2021-12-15 | refactor: Move restorewallet() RPC logic to the wallet section | w0xlt |
2021-12-08 | scripted-diff: Use named args in RPC docs | MarcoFalke |
2021-12-08 | MOVEONLY: Move abortrescan from backup.cpp to transactions.cpp | Samuel Dobson |
2021-12-08 | Remove unused imports from rpc/wallet and reorder RPCs | Samuel Dobson |
2021-12-08 | MOVEONLY: Move rpcwallet to rpc/wallet | Samuel Dobson |