meowsbits
meowsbits
> [re: forkid] What do i need to do to solve this? The tests are here and theyre pretty self-explanatory. https://github.com/etclabscore/core-geth/blob/master/core/forkid/forkid_test.go. You can use these together with a known ForkID...
> This is confuing, since it made it past our last fork at 1,600,000~ > So i am unsure whats causing the bad blocks. Especially since they are within the...
> `Error: invalid bloom` ... to me this suggests its not the gas (since that was ==), but the receipts or their transactions.. - https://github.com/etclabscore/core-geth/blob/master/core/block_validator.go#L113-L123 - https://eips.ethereum.org/EIPS/eip-658 ?
> The issue might be the IntrinsicGas function, as in our geth this is not enabled as part of enabling the EIP3860 EVM upgrade to CREATE and CREATE2 gas [...]...
Thanks for the report! Just for reference, here's another failing racy test command ``` go test -race ./eth [...] INFO [01-30|12:26:51.846] Rebuilding state snapshot INFO [01-30|12:26:51.847] Resuming state snapshot generation...
Closing this since #583 was merged. Let's see if the robots reopen.
Closing this. Kotti (ETC's Clique-based network) has sunsetted. Without further movement here, Clique is a low priority and its nuanced consensus issues even more so.
Hm, thanks for the report. I'll come back with another.
I'm still struggling to reproduce the issue, but [above](https://github.com/etclabscore/core-geth/pull/522/commits/5e018a53cc81b82a81a89f0e7c88073705d7907c) is another commit-swing at it. Thanks to @ziogaschr for being my canary in the coal mine. To test, I'm using: ```...
@Iftikhar3Mustafa > I am facing synchronization issues with version v1.12.19. The process of looking for peers repeats continuously. How long have you waited for synchronization to start? Your logs span...