Jeff
Jeff
Thanks for the report. Can you try deleting the contents in `%APPDATA\Chia Blockchain` (should be equivalent to `%USERHOME%\AppData\Roaming\Chia Blockchain`) and restarting Chia?
The latest fix makes this a bit better
Electron builder work has been completed
This should be fixed in 1.5.1
This should be fixed in 1.5.1
@ChiaMineJP I appreciate all the hard work that went into making this as simple as possible for installing BB2. Going forward, I think we need to seriously consider an alternative...
Repro'd against 1.6.0
Can you undo/restore the `chia-blockchain-gui` submodule pin since it's not relevant to this PR? Also, it looks like it's pointing at `baa47b29db10b0408c051cbf7da8f6e1f31a7b66` which is not up to date.
> I asked about whether we're looking for a final review or what but haven't heard quite yet. In the mean time I'll submit this partial review with some suggestions...
The issue in your first comment is caused by `get_legacy_keyring_instance()` returning `None`. Looking at the implementation, you could try changing the `elif platform == "linux":` to `else:` and see if...