OffchainLabs / eth-pos-devnet

MIT License
103 stars 124 forks source link

Error:forkChoiceUpdateV1 called post-shanghai #20

Closed yepp4you closed 1 year ago

yepp4you commented 1 year ago

environment

I'm trying to configure devnet, but I'm getting the error below. Both latest and stable are giving the same error.

Geth log

023-04-30 09:54:56 INFO [04-30|05:54:56.742] Starting Geth on Ethereum mainnet... 2023-04-30 09:54:56 INFO [04-30|05:54:56.742] Bumping default cache on mainnet provided=1024 updated=4096 2023-04-30 09:54:56 INFO [04-30|05:54:56.744] Maximum peer count ETH=50 LES=0 total=50 2023-04-30 09:54:56 INFO [04-30|05:54:56.744] Smartcard socket not found, disabling err="stat /run/pcscd/pcscd.comm: no such file or directory" 2023-04-30 09:54:56 WARN [04-30|05:54:56.763] Sanitizing cache to Go's GC limits provided=4096 updated=2617 2023-04-30 09:54:56 INFO [04-30|05:54:56.763] Set global gas cap cap=50,000,000 2023-04-30 09:54:56 INFO [04-30|05:54:56.764] Allocated trie memory caches clean=392.00MiB dirty=654.00MiB 2023-04-30 09:54:56 INFO [04-30|05:54:56.769] Using leveldb as the backing database 2023-04-30 09:54:56 INFO [04-30|05:54:56.770] Allocated cache and file handles database=/execution/geth/chaindata cache=1.28GiB handles=524,288 2023-04-30 09:54:56 INFO [04-30|05:54:56.808] Using LevelDB as the backing database 2023-04-30 09:54:56 INFO [04-30|05:54:56.823] Opened ancient database database=/execution/geth/chaindata/ancient/chain readonly=false 2023-04-30 09:54:56 INFO [04-30|05:54:56.843] Initialising Ethereum protocol network=1 dbversion= 2023-04-30 09:54:56 INFO [04-30|05:54:56.845]
2023-04-30 09:54:56 INFO [04-30|05:54:56.845] --------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-04-30 09:54:56 INFO [04-30|05:54:56.845] Chain ID: 32382 (unknown) 2023-04-30 09:54:56 INFO [04-30|05:54:56.845] Consensus: Beacon (proof-of-stake), merging from Clique (proof-of-authority) 2023-04-30 09:54:56 INFO [04-30|05:54:56.845]
2023-04-30 09:54:56 INFO [04-30|05:54:56.845] Pre-Merge hard forks (block based): 2023-04-30 09:54:56 INFO [04-30|05:54:56.845] - Homestead: #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/homestead.md) 2023-04-30 09:54:56 INFO [04-30|05:54:56.845] - Tangerine Whistle (EIP 150): #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/tangerine-whistle.md) 2023-04-30 09:54:56 INFO [04-30|05:54:56.845] - Spurious Dragon/1 (EIP 155): #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/spurious-dragon.md) 2023-04-30 09:54:56 INFO [04-30|05:54:56.845] - Spurious Dragon/2 (EIP 158): #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/spurious-dragon.md) 2023-04-30 09:54:56 INFO [04-30|05:54:56.845] - Byzantium: #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/byzantium.md) 2023-04-30 09:54:56 INFO [04-30|05:54:56.845] - Constantinople: #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/constantinople.md) 2023-04-30 09:54:56 INFO [04-30|05:54:56.845] - Petersburg: #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/petersburg.md) 2023-04-30 09:54:56 INFO [04-30|05:54:56.845] - Istanbul: #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/istanbul.md) 2023-04-30 09:54:56 INFO [04-30|05:54:56.845] - Muir Glacier: #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/muir-glacier.md) 2023-04-30 09:54:56 INFO [04-30|05:54:56.845] - Berlin: #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/berlin.md) 2023-04-30 09:54:56 INFO [04-30|05:54:56.845] - London: #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/london.md) 2023-04-30 09:54:56 INFO [04-30|05:54:56.845] - Arrow Glacier: #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/arrow-glacier.md) 2023-04-30 09:54:56 INFO [04-30|05:54:56.845] - Gray Glacier: #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/gray-glacier.md) 2023-04-30 09:54:56 INFO [04-30|05:54:56.845]
2023-04-30 09:54:56 INFO [04-30|05:54:56.845] Merge configured: 2023-04-30 09:54:56 INFO [04-30|05:54:56.845] - Hard-fork specification: https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/paris.md 2023-04-30 09:54:56 INFO [04-30|05:54:56.845] - Network known to be merged: false 2023-04-30 09:54:56 INFO [04-30|05:54:56.845] - Total terminal difficulty: 0 2023-04-30 09:54:56 INFO [04-30|05:54:56.845]
2023-04-30 09:54:56 INFO [04-30|05:54:56.845] Post-Merge hard forks (timestamp based): 2023-04-30 09:54:56 INFO [04-30|05:54:56.845] - Shanghai: @1681499865 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/shanghai.md) 2023-04-30 09:54:56 INFO [04-30|05:54:56.845]
2023-04-30 09:54:56 INFO [04-30|05:54:56.845] --------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-04-30 09:54:56 INFO [04-30|05:54:56.845]
2023-04-30 09:54:56 INFO [04-30|05:54:56.845] Loaded most recent local block number=0 hash=18d31f..572037 td=1 age=2w1d10h 2023-04-30 09:54:56 WARN [04-30|05:54:56.845] Failed to load snapshot err="missing or corrupted snapshot" 2023-04-30 09:54:56 INFO [04-30|05:54:56.846] Rebuilding state snapshot 2023-04-30 09:54:56 INFO [04-30|05:54:56.848] Resuming state snapshot generation root=815538..801014 accounts=0 slots=0 storage=0.00B dangling=0 elapsed=1.398ms 2023-04-30 09:54:56 INFO [04-30|05:54:56.849] Generated state snapshot accounts=23 slots=0 storage=1.10KiB dangling=0 elapsed=2.662ms 2023-04-30 09:54:56 INFO [04-30|05:54:56.854] Regenerated local transaction journal transactions=0 accounts=0 2023-04-30 09:54:56 INFO [04-30|05:54:56.854] Chain post-TTD, sync via beacon client 2023-04-30 09:54:56 INFO [04-30|05:54:56.855] Gasprice oracle is ignoring threshold set threshold=2 2023-04-30 09:54:56 WARN [04-30|05:54:56.856] Error reading unclean shutdown markers error="leveldb: not found" 2023-04-30 09:54:56 WARN [04-30|05:54:56.856] Engine API enabled protocol=eth 2023-04-30 09:54:56 INFO [04-30|05:54:56.857] Starting peer-to-peer node instance=Geth/v1.11.6-stable-ea9e62ca/linux-arm64/go1.20.3 2023-04-30 09:54:56 INFO [04-30|05:54:56.880] New local node record seq=1,682,834,096,877 id=e89343fca61b559e ip=127.0.0.1 udp=0 tcp=30303 2023-04-30 09:54:56 INFO [04-30|05:54:56.880] Started P2P networking self="enode://11129a76596760d213c36cdc45267d04675c637424f0870493fa09e83ce47fe9f213689e1140c8018597cd182fc8d57e92e44e7deb35f171a97f4c5a3209a0ce@127.0.0.1:30303?discport=0" 2023-04-30 09:54:56 INFO [04-30|05:54:56.882] IPC endpoint opened url=/execution/geth.ipc 2023-04-30 09:54:56 INFO [04-30|05:54:56.883] Loaded JWT secret file path=/execution/jwtsecret crc32=0xb3e8e920 2023-04-30 09:54:56 INFO [04-30|05:54:56.883] HTTP server started endpoint=[::]:8545 auth=false prefix= cors= vhosts=localhost 2023-04-30 09:54:56 INFO [04-30|05:54:56.883] WebSocket enabled url=ws://[::]:8551 2023-04-30 09:54:56 INFO [04-30|05:54:56.883] HTTP server started endpoint=[::]:8551 auth=true prefix= cors=localhost vhosts=* 2023-04-30 09:54:57 INFO [04-30|05:54:57.654] Unlocked account address=0x123463a4B065722E99115D6c222f267d9cABb524 2023-04-30 09:55:08 WARN [04-30|05:55:08.500] Served engine_forkchoiceUpdatedV1 conn=172.30.0.3:41618 reqid=2 duration="141.334µs" err="Invalid parameters" errdata="{Error:forkChoiceUpdateV1 called post-shanghai}" 2023-04-30 09:55:20 WARN [04-30|05:55:20.374] Served engine_forkchoiceUpdatedV1 conn=172.30.0.3:34324 reqid=7 duration="84.958µs" err="Invalid parameters" errdata="{Error:forkChoiceUpdateV1 called post-shanghai}" 2023-04-30 09:55:32 WARN [04-30|05:55:32.312] Served engine_forkchoiceUpdatedV1 conn=172.30.0.3:34324 reqid=5 duration="48.667µs" err="Invalid parameters" errdata="{Error:forkChoiceUpdateV1 called post-shanghai}" 2023-04-30 09:55:44 WARN [04-30|05:55:44.333] Served engine_forkchoiceUpdatedV1 conn=172.30.0.3:34324 reqid=5 duration="123.917µs" err="Invalid parameters" errdata="{Error:forkChoiceUpdateV1 called post-shanghai}" 2023-04-30 09:55:56 WARN [04-30|05:55:56.344] Served engine_forkchoiceUpdatedV1 conn=172.30.0.3:34324 reqid=7 duration="47.583µs" err="Invalid parameters" errdata="{Error:forkChoiceUpdateV1 called post-shanghai}" 2023-04-30 09:56:08 WARN [04-30|05:56:08.408] Served engine_forkchoiceUpdatedV1 conn=172.30.0.3:34324 reqid=6 duration="71.959µs" err="Invalid parameters" errdata="{Error:forkChoiceUpdateV1 called post-shanghai}" 2023-04-30 09:56:20 WARN [04-30|05:56:20.454] Served engine_forkchoiceUpdatedV1 conn=172.30.0.3:34324 reqid=5 duration="66.417µs" err="Invalid parameters" errdata="{Error:forkChoiceUpdateV1 called post-shanghai}" 2023-04-30 09:56:32 WARN [04-30|05:56:32.320] Served engine_forkchoiceUpdatedV1 conn=172.30.0.3:34324 reqid=5 duration="50.666µs" err="Invalid parameters" errdata="{Error:forkChoiceUpdateV1 called post-shanghai}" 2023-04-30 09:56:44 WARN [04-30|05:56:44.304] Served engine_forkchoiceUpdatedV1 conn=172.30.0.3:34324 reqid=5 duration="99.792µs" err="Invalid parameters" errdata="{Error:forkChoiceUpdateV1 called post-shanghai}" 2023-04-30 09:56:56 WARN [04-30|05:56:56.348] Served engine_forkchoiceUpdatedV1 conn=172.30.0.3:34324 reqid=7 duration="77.625µs" err="Invalid parameters" errdata="{Error:forkChoiceUpdateV1 called post-shanghai}" 2023-04-30 09:57:08 WARN [04-30|05:57:08.313] Served engine_forkchoiceUpdatedV1 conn=172.30.0.3:34324 reqid=6 duration="76.125µs" err="Invalid parameters" errdata="{Error:forkChoiceUpdateV1 called post-shanghai}" 2023-04-30 09:57:20 WARN [04-30|05:57:20.452] Forkchoice requested unknown head hash=ef0919..61c10b 2023-04-30 09:57:32 WARN [04-30|05:57:32.457] Forkchoice requested unknown head hash=ef0919..61c10b 2023-04-30 09:57:44 WARN [04-30|05:57:44.318] Forkchoice requested unknown head hash=ef0919..61c10b 2023-04-30 09:57:56 WARN [04-30|05:57:56.338] Forkchoice requested unknown head hash=ef0919..61c10b 2023-04-30 09:58:08 WARN [04-30|05:58:08.364] Forkchoice requested unknown head hash=ef0919..61c10b 2023-04-30 09:58:20 WARN [04-30|05:58:20.326] Forkchoice requested unknown head hash=ef0919..61c10b

prysm log 2023-04-30 09:54:57 time="2023-04-30 05:54:57" level=info msg="Finished reading JWT secret from /execution/jwtsecret" 2023-04-30 09:54:57 time="2023-04-30 05:54:57" level=warning msg="Running on custom Ethereum network specified in a chain configuration yaml file" prefix=flags 2023-04-30 09:54:57 time="2023-04-30 05:54:57" level=warning msg="Fee recipient 0x123463a4b065722e99115d6c222f267d9cabb524 is not a checksum Ethereum address. The checksummed address is 0x123463a4B065722E99115D6c222f267d9cABb524 and will be used as the fee recipient. We recommend using a mixed-case address (checksum) to prevent spelling mistakes in your fee recipient Ethereum address" prefix=node 2023-04-30 09:54:57 time="2023-04-30 05:54:57" level=info msg="Default fee recipient is set to 0x123463a4B065722E99115D6c222f267d9cABb524, recipient may be overwritten from validator client and persist in db. Default fee recipient will be used as a fall back" prefix=node 2023-04-30 09:54:57 time="2023-04-30 05:54:57" level=info msg="Checking DB" database-path="/consensus/beacondata/beaconchaindata" prefix=node 2023-04-30 09:54:57 time="2023-04-30 05:54:57" level=info msg="Opening Bolt DB at /consensus/beacondata/beaconchaindata/beaconchain.db" prefix=db 2023-04-30 09:54:58 time="2023-04-30 05:54:58" level=info msg="Deposit contract: 0x4242424242424242424242424242424242424242" prefix=node 2023-04-30 09:54:58 time="2023-04-30 05:54:58" level=warning msg="No bootstrap addresses supplied" prefix=p2p 2023-04-30 09:54:58 time="2023-04-30 05:54:58" level=info msg="Running node with peer id of 16Uiu2HAmK1MqBuLx3gZxkcGjsym2kGmARhDEzv3rTKtVYWX4coxP " prefix=p2p 2023-04-30 09:54:58 time="2023-04-30 05:54:58" level=info msg="Waiting for state to be initialized" prefix=initial-sync 2023-04-30 09:54:58 time="2023-04-30 05:54:58" level=info msg="gRPC server listening on port" address="0.0.0.0:4000" prefix=rpc 2023-04-30 09:54:58 time="2023-04-30 05:54:58" level=warning msg="You are using an insecure gRPC server. If you are running your beacon node and validator on the same machines, you can ignore this message. If you want to know how to enable secure connections, see: https://docs.prylabs.network/docs/prysm-usage/secure-grpc" prefix=rpc 2023-04-30 09:54:58 time="2023-04-30 05:54:58" level=info msg="Starting beacon node" prefix=node version="Prysm/v4.0.3/f4681fde1946a86c5d33c389564241c7ca0e9c2f. Built at: 2023-04-20 18:05:47+00:00" 2023-04-30 09:54:58 time="2023-04-30 05:54:58" level=info msg="Blockchain data already exists in DB, initializing..." prefix=blockchain 2023-04-30 09:54:58 time="2023-04-30 05:54:58" level=info msg="Starting API middleware" prefix=gateway 2023-04-30 09:54:58 time="2023-04-30 05:54:58" level=info msg="Starting gRPC gateway" address="0.0.0.0:3500" prefix=gateway 2023-04-30 09:54:58 time="2023-04-30 05:54:58" level=info msg="Chain started within the last epoch - not syncing" genesisTime=2023-04-30 05:54:56 +0000 UTC prefix=initial-sync 2023-04-30 09:54:58 time="2023-04-30 05:54:58" level=error msg="could not process new slot" error="0x0000000000000000000000000000000000000000000000000000000000000000: unknown finalized root" prefix=blockchain 2023-04-30 09:54:58 time="2023-04-30 05:54:58" level=info msg="Subscribed to topic" prefix=sync topic="/eth2/8c910628/beacon_block/ssz_snappy" 2023-04-30 09:54:58 time="2023-04-30 05:54:58" level=info msg="Subscribed to topic" prefix=sync topic="/eth2/8c910628/beacon_aggregate_and_proof/ssz_snappy" 2023-04-30 09:54:58 time="2023-04-30 05:54:58" level=info msg="Subscribed to topic" prefix=sync topic="/eth2/8c910628/voluntary_exit/ssz_snappy" 2023-04-30 09:54:58 time="2023-04-30 05:54:58" level=info msg="Subscribed to topic" prefix=sync topic="/eth2/8c910628/proposer_slashing/ssz_snappy" 2023-04-30 09:54:58 time="2023-04-30 05:54:58" level=info msg="Subscribed to topic" prefix=sync topic="/eth2/8c910628/attester_slashing/ssz_snappy" 2023-04-30 09:54:58 time="2023-04-30 05:54:58" level=info msg="Subscribed to topic" prefix=sync topic="/eth2/8c910628/sync_committee_contribution_and_proof/ssz_snappy" 2023-04-30 09:54:58 time="2023-04-30 05:54:58" level=info msg="Started discovery v5" ENR="enr:-MK4QJ61YRKwoHXFC8T6asRexaQXtC1JLkM52KVQVYxqICkwX1D4f1i_u4Mh4jhaCxWOR_3L1ejLASGbAcr0T30wnfeGAYfQuojKh2F0dG5ldHOIAAAAAAAAAACEZXRoMpCMkQYoIAAAkgIAAAAAAAAAgmlkgnY0gmlwhKweAAOJc2VjcDI1NmsxoQNeXgbCQNmwaPr7GNWPf6j77es1vgrPX0jxLf5tTtF5LIhzeW5jbmV0cwCDdGNwgjLIg3VkcIIu4A" prefix=p2p 2023-04-30 09:54:58 time="2023-04-30 05:54:58" level=info msg="Node started p2p server" multiAddr="/ip4/172.30.0.3/tcp/13000/p2p/16Uiu2HAmK1MqBuLx3gZxkcGjsym2kGmARhDEzv3rTKtVYWX4coxP" prefix=p2p 2023-04-30 09:55:00 time="2023-04-30 05:55:00" level=info msg="gRPC client connected to beacon node" addr="172.30.0.4:48370" prefix=rpc 2023-04-30 09:55:08 time="2023-04-30 05:55:08" level=info msg="Subscribed to topic" prefix=sync topic="/eth2/8c910628/sync_committee_0/ssz_snappy" 2023-04-30 09:55:08 time="2023-04-30 05:55:08" level=warning msg="numPerSlot is 0, skipping initializing topic scoring" prefix=p2p 2023-04-30 09:55:08 time="2023-04-30 05:55:08" level=info msg="Subscribed to topic" prefix=sync topic="/eth2/8c910628/beacon_attestation_39/ssz_snappy" 2023-04-30 09:55:08 time="2023-04-30 05:55:08" level=warning msg="Beacon Node is no longer connected to an ETH1 chain, so ETH1 data votes are now mocked." prefix="rpc/validator" 2023-04-30 09:55:08 time="2023-04-30 05:55:08" level=error msg="Could not get unrealized justified payload block hash" error="invalid nil or unknown node" prefix="rpc/validator" 2023-04-30 09:55:13 time="2023-04-30 05:55:13" level=info msg="Connected to new endpoint: http://geth:8551" prefix=powchain 2023-04-30 09:55:20 time="2023-04-30 05:55:20" level=error msg="Could not get unrealized justified payload block hash" error="invalid nil or unknown node" prefix="rpc/validator" 2023-04-30 09:55:32 time="2023-04-30 05:55:32" level=error msg="Could not get unrealized justified payload block hash" error="invalid nil or unknown node" prefix="rpc/validator" 2023-04-30 09:55:44 time="2023-04-30 05:55:44" level=error msg="Could not get unrealized justified payload block hash" error="invalid nil or unknown node" prefix="rpc/validator" 2023-04-30 09:55:56 time="2023-04-30 05:55:56" level=error msg="Could not get unrealized justified payload block hash" error="invalid nil or unknown node" prefix="rpc/validator" 2023-04-30 09:55:58 time="2023-04-30 05:55:58" level=info msg="Peer summary" activePeers=0 inbound=0 outbound=0 prefix=p2p 2023-04-30 09:56:08 time="2023-04-30 05:56:08" level=error msg="could not process new slot" error="0x0000000000000000000000000000000000000000000000000000000000000000: unknown finalized root" prefix=blockchain 2023-04-30 09:56:08 time="2023-04-30 05:56:08" level=info msg="Subscribed to topic" prefix=sync topic="/eth2/5af31293/beacon_block/ssz_snappy" 2023-04-30 09:56:08 time="2023-04-30 05:56:08" level=info msg="Subscribed to topic" prefix=sync topic="/eth2/5af31293/beacon_aggregate_and_proof/ssz_snappy" 2023-04-30 09:56:08 time="2023-04-30 05:56:08" level=info msg="Subscribed to topic" prefix=sync topic="/eth2/5af31293/voluntary_exit/ssz_snappy" 2023-04-30 09:56:08 time="2023-04-30 05:56:08" level=info msg="Subscribed to topic" prefix=sync topic="/eth2/5af31293/proposer_slashing/ssz_snappy" 2023-04-30 09:56:08 time="2023-04-30 05:56:08" level=info msg="Subscribed to topic" prefix=sync topic="/eth2/5af31293/attester_slashing/ssz_snappy" 2023-04-30 09:56:08 time="2023-04-30 05:56:08" level=info msg="Subscribed to topic" prefix=sync topic="/eth2/5af31293/sync_committee_contribution_and_proof/ssz_snappy" 2023-04-30 09:56:08 time="2023-04-30 05:56:08" level=info msg="Subscribed to topic" prefix=sync topic="/eth2/5af31293/bls_to_execution_change/ssz_snappy" 2023-04-30 09:56:08 time="2023-04-30 05:56:08" level=error msg="Could not get unrealized justified payload block hash" error="invalid nil or unknown node" prefix="rpc/validator" 2023-04-30 09:56:20 time="2023-04-30 05:56:20" level=info msg="Subscribed to topic" prefix=sync topic="/eth2/5af31293/sync_committee_0/ssz_snappy" 2023-04-30 09:56:20 time="2023-04-30 05:56:20" level=warning msg="numPerSlot is 0, skipping initializing topic scoring" prefix=p2p 2023-04-30 09:56:20 time="2023-04-30 05:56:20" level=info msg="Subscribed to topic" prefix=sync topic="/eth2/5af31293/beacon_attestation_49/ssz_snappy" 2023-04-30 09:56:20 time="2023-04-30 05:56:20" level=error msg="Could not get unrealized justified payload block hash" error="invalid nil or unknown node" prefix="rpc/validator" 2023-04-30 09:56:32 time="2023-04-30 05:56:32" level=error msg="Could not get unrealized justified payload block hash" error="invalid nil or unknown node" prefix="rpc/validator" 2023-04-30 09:56:44 time="2023-04-30 05:56:44" level=error msg="Could not get unrealized justified payload block hash" error="invalid nil or unknown node" prefix="rpc/validator" 2023-04-30 09:56:56 time="2023-04-30 05:56:56" level=error msg="Could not get unrealized justified payload block hash" error="invalid nil or unknown node" prefix="rpc/validator" 2023-04-30 09:56:58 time="2023-04-30 05:56:58" level=info msg="Peer summary" activePeers=0 inbound=0 outbound=0 prefix=p2p 2023-04-30 09:57:08 time="2023-04-30 05:57:08" level=error msg="Could not get unrealized justified payload block hash" error="invalid nil or unknown node" prefix="rpc/validator" 2023-04-30 09:57:20 time="2023-04-30 05:57:20" level=error msg="could not process new slot" error="0x0000000000000000000000000000000000000000000000000000000000000000: unknown finalized root" prefix=blockchain

noirgif commented 1 year ago

I had similar problem and my solution was the same as #21.

yepp4you commented 1 year ago

@noirgif thanks for your help ^^

yepp4you commented 1 year ago

fixed by @noirgif