wownero/utils/python-rpc
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
..
framework wallet_rpc_server: fix inconsistent wallet caches on reload 2019-04-12 13:40:42 +00:00
console console: simple shell over console.py 2019-04-11 11:08:39 +00:00
console.py console.py: can now connect to several daemons/wallets 2019-04-11 11:08:33 +00:00