-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Empty ChainName in snapshots (#13018)
``` panic: ChainName is empty goroutine 358 [running]: github.com/erigontech/erigon/turbo/snapshotsync.NewCaplinStateSnapshots({_, _, _, _, _, {_, _}, {_, _}}, 0xc0bfcb6008, ...) github.com/erigontech/erigon/turbo/snapshotsync/caplin_state_snapshots.go:170 +0x39a github.com/erigontech/erigon/cmd/caplin/caplin1.RunCaplinService({_, _}, {_, _}, {0x1, 0x1, 0x0, 0x1, 0x1, 0x1, ...}, ...) github.com/erigontech/erigon/cmd/caplin/caplin1/run.go:401 +0x2da5 github.com/erigontech/erigon/eth.New.func14() github.com/erigontech/erigon/eth/backend.go:990 +0x265 created by github.com/erigontech/erigon/eth.New in goroutine 1 github.com/erigontech/erigon/eth/backend.go:988 +0x5849 ``` - revert some changes done by: #12995 - found that freezeCfg.ChainName is emtpy everywhere - not found ways to get ChainName in `RunCaplinService` - added warnings for future - created follow up: #13017
- Loading branch information
1 parent
5561b7d
commit e2d00e3
Showing
15 changed files
with
101 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.