monero/utils/python-rpc/framework
moneromooo-monero bcb86ae651
wallet_rpc_server: fix inconsistent wallet caches on reload
Loading the same wallet as the currently loaded one would autosave
the current state after loading it, leading to some kind of rollback
effect. We now save before loading to avoid this. If loading fails,
it means the current wallet will be saved (or maybe not, depending
on where the failure occurs: most of the sanity checks occur before
saving). There is a new autosave_current flag to open/restore calls
so the (enabled by default) autosave can be skipped.
2019-04-12 13:40:42 +00:00
..
__init__.py functional_tests: move RPC API to utils, it is not test specific 2019-03-22 15:29:44 +00:00
daemon.py console.py: can now connect to several daemons/wallets 2019-04-11 11:08:33 +00:00
rpc.py functional_tests: move RPC API to utils, it is not test specific 2019-03-22 15:29:44 +00:00
wallet.py wallet_rpc_server: fix inconsistent wallet caches on reload 2019-04-12 13:40:42 +00:00