You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.
Version: 0.10.0 win64
OS & Version: windows 7
Node version: geth 1.8.2 according to Mist, but I've self-installed 1.8.3
Number of blocks synchronized: 5,441,756
I syncd it yesterday. After it catches up to the current block the bottom left part of Mist (pic attached) doesn't continue to update. But I just successfully sent a tx, so it does in fact remain syncd.
The text was updated successfully, but these errors were encountered:
Pardon the response delay and thanks for this report @housemobile. I don't see this behavior when synced with a light client. Which sync mode are you experiencing this with? And you're connected to your node not managed by Mist? We're hard at work on a new architecture that replaces this component, among others; so, if its not addressed before, it will be in the next release.
I have encountered a similar issue, altho im in a somewhat unusual scenario (running Mist code with a geth fork based on an earlier version of geth), so may be unrelated to OP. However thought I would chime in in-case it provides some insight. I am launching in development mode (yarn dev:meteor, yarn dev:electron)
In my case my node (launched by Mist) is staying sync'd with network (new blocks coming in as they are mined) however after a
Node started syncing, stopping app operation
Restart app operation again
takes place nodeInfo is not updating block number (or time since last block).
readding mistInit() (removed in a161cf6 ) forces reset, getting block number updated correctly, however this is not an ideal solution.
edit:
syncmode: full
occurring with both node launched by Mist and node launched before Mist launch.
Version:
0.10.0
win64OS & Version: windows 7
Node version:
geth 1.8.2
according to Mist, but I've self-installed 1.8.3Number of blocks synchronized: 5,441,756
I syncd it yesterday. After it catches up to the current block the bottom left part of Mist (pic attached) doesn't continue to update. But I just successfully sent a tx, so it does in fact remain syncd.
The text was updated successfully, but these errors were encountered: