storyprotocol / story-geth

Go implementation of the Ethereum protocol
https://geth.ethereum.org
GNU Lesser General Public License v3.0
4 stars 8 forks source link

Fix the default snap sync feature #6

Open linear[bot] opened 3 months ago

linear[bot] commented 3 months ago

Currently geth's default synchronization mode is snapsync, which is currently not working for our execution client. Likely, this is due to a missing default snap sync checkpoint file.