0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-10 15:46:48 -04:00
bitcoin-core/src/wallet/rpc
Jon Atack 4a1e479ca6 rpc: add "warnings" field to RPCs {create,load,unload,restore}wallet
This new "warnings" field is a JSON array of strings intended to replace the
"warning" string field in these four RPCs, to better handle returning multiple
warning messages and for consistency with other wallet RPCs.
2023-04-10 10:41:35 -07:00
..
addresses.cpp rpc: extract wallet "warnings" fields to a util helper 2023-04-10 10:41:35 -07:00
backup.cpp rpc: add "warnings" field to RPCs {create,load,unload,restore}wallet 2023-04-10 10:41:35 -07:00
coins.cpp Merge bitcoin/bitcoin#15294: refactor: Extract RipeMd160 2023-01-30 09:49:01 +01:00
encrypt.cpp Detailed error message for passphrases with null chars 2023-02-21 14:53:54 -05:00
signmessage.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
spend.cpp Merge bitcoin/bitcoin#25344: New outputs argument for bumpfee/psbtbumpfee 2023-02-16 13:47:41 -05:00
transactions.cpp wallet: ensure that the passphrase is not deleted from memory when being used to rescan 2023-02-14 23:32:40 -05:00
util.cpp refactor: remove <util/system.h> include from wallet.h 2023-02-15 15:49:45 -03:00
util.h scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
wallet.cpp rpc: add "warnings" field to RPCs {create,load,unload,restore}wallet 2023-04-10 10:41:35 -07:00
wallet.h