Open shawaj opened 2 years ago
fyi @SebastianMaj @kashifpk
Possibly relates to #248
@MuratUrsavas this might be related to what you were talking about?
I've still seen this during snapshot loads etc
@shawaj Yea could be. I'm seeing it nowadays with my Frankenstein miner, too. Especially if it's busy with catching the blockchain. And the last GA has such issue (the block height is always around 120 blocks behind)
This doesn't seem to be causing any issues anymore since moving to gateway-rs and no longer syncing blockchain.
Guess we can probably close now @KevinWassermann94 unless you want to perform any further tests on this?
when the miner is loading, the diagnostics pages just loads endlessly and then times out, as does the /json endpoint
initFile.txt eventually loads, but is pretty slow
seems like we have an error somewhere...
possibly due to jsonrpc not loading and/or snapshot load. once the snapshot loads and you have a 100% sync - the diagnostics page will load. There is clearly still some error with displaying the diagnostics page before the miner loads / stops hanging
Related-to: #264