Péter Szilágyi
Péter Szilágyi
Could you please paste the error? Also, value and gasPrice should be hex really. Could you try with `web3.toWei(9, "gwei")` for the gas price and similarly for the value? Nonce...
> value and gasPrice should be hex
> Nonce and gasLimit is an int
Discussed that the PR is uglier than useful :P
@bFanek Your node is downloading 2 trie nodes per second (1 trie node is 500 bytes). On a different log, it says writing 7MB to the database took 14 seconds....
@kraymond37 You'll need to share some logs. How fast are trie nodes being downloaded?
@xrchz The logs you shared show the initial snap sync, even at that, only the beginning. You say you've been running state heal for weeks, but no such thing appears...
Oh, doh. Apologies. On Tue, Aug 3, 2021 at 4:36 PM Ramana Kumar ***@***.***> wrote: > @xrchz The logs you shared show the initial > snap sync, even at that,...
No no, don't ignore, that's just hiding the symptom. The reason we have that error is because it must not happen. If it happens something's wrong.
This is not enough though. That's why I didn't open it as a PR. Currently generation runs during block processing too, not just in between, that's the primary issue. Until...