Ava Chow
Ava Chow
> You might not want to write to the wallet database each time a block is connected if the block doesn't contain any relevant transactions I think you would since...
As discussed at CoreDev, I've updated this PR to sync the best block periodically or when a connected block contains a relevant transaction. I've also had to make a couple...
I added a change to make sure that the most recent best block is written to disk on wallet unload. However, it seems like this uncovered some weirdness in the...
I've removed the `BestBlock` struct refactor and walletdb changes so that this only changes how `m_last_block_processed` is updated. Those changes will be put into a separate PR at a later...
Updated the PR description.
Updated description mostly as suggested.
> Simplest fix would probably be to make the CWallet object a static variable in the function like the TestingSetup variable is, instead of a global variable. It can't be...
It should now be reachable.
Not sure why tor randomly stops working, but should be back up again.