primev / mev-commit

establishes a p2p network, allowing mev actors to issue bids and commitments for execution in real time
https://docs.primev.xyz/
Other
32 stars 1 forks source link

Unable to recover state from the previous chain #334

Open Mikelle opened 2 months ago

Mikelle commented 2 months ago
Screenshot 2024-08-13 at 22 12 13

Snapshot node was switched to the snap sync and I'm not able to get the previous state. {"t":"2024-08-11T13:27:15.445672583Z","lvl":"warn","msg":"Unclean shutdown detected","service":"mev-commit-geth-bootnode1-0","booted":"2024-08-08T16:45:09Z","age":"2d20h42m"}

{"t":"2024-08-11T13:27:15.444712548Z","lvl":"warn","msg":"Switch sync mode from full sync to snap sync","service":"mev-commit-geth-bootnode1-0","reason":"head state missing"}

Mikelle commented 2 months ago

Probably that issue was solved here: https://github.com/ethereum/go-ethereum/pull/30258