node-real / bsc-erigon

Ethereum implementation on the efficiency frontier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

panic: "hertzfixBlock enabled at 35682300, but berlinBlock enabled at 31103030"

nivshitrit opened this issue · comments

System information

Erigon version: ./erigon --version 1.1.10

OS & Version: Linux

Erigon Command (with flags/config): ./erigon --chain=chapel --db.size.limit=7T --db.pagesize=4kb --torrent.download.rate=20mb --private.api.addr=0.0.0.0:9090

Chain/Network: testnet & mainnet

Expected behaviour

start syncing

Actual behaviour

getting the following error :
[EROR] catch panic err="unsupported fork ordering: hertzfixBlock enabled at 35682300, but berlinBlock enabled at 31103030" stack="[main.go:31 panic.go:884 backend.go:234 node.go:112 main.go:59 command.go:274 app.go:332 app.go:309 main.go:36 proc.go:250 asm_amd64.s:1598]"

im able to sync on version 1.1.9 with the same start up method

fixed in latest devel branch

fixed in latest devel branch

this is happening to me only on the latest devel release (1.1.10)

for versions 1.1.9 and lower erigon starts up normally, only latest version is having issues

Fixed in this pr: #262. Maybe you can try with this commit.

Fixed in this pr: #262. Maybe you can try with this commit.

when i try to build erigon from the branch, i get the following error :
"The version of quic-go you're using can't be built on Go 1.21 yet"

here too, this only happen on latest devel commit

Fixed in this pr: #262. Maybe you can try with this commit.

when i try to build erigon from the branch, i get the following error : "The version of quic-go you're using can't be built on Go 1.21 yet"

here too, this only happen on latest devel commit

Transfer to v1.20