erigon-pulse/cmd/integration/commands
battlmonstr ebe16d8360
bor: BorConfig setup fix (#9145)
A crash on startup happens on --chain=mumbai , because I've confused
chainConfig.Bor (from type chain.Config) and config.Bor (from type
ethconfig.Config) in the setup code.

ethconfig.Config.Bor property contained bogus values, and was used only
to check its type in CreateConsensusEngine(). Its value was never read
(before PR #9117).

This change removes the property to avoid confusion and fix the crash.

Devnet network.BorStateSyncDelay was implemented using
ethconfig.Config.Bor, but it wasn't taking any effect. It should be
fixed separately in a different way.
2024-01-05 20:03:19 +07:00
..
flags.go E2 snapshot uploading (#9056) 2023-12-27 22:05:09 +00:00
refetence_db.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
reset_state.go Added db loggers to all db callers and fixed flag settings (#9099) 2023-12-31 17:10:08 +07:00
root.go E2 snapshot uploading (#9056) 2023-12-27 22:05:09 +00:00
stages.go bor: BorConfig setup fix (#9145) 2024-01-05 20:03:19 +07:00
state_domains.go E2 snapshot uploading (#9056) 2023-12-27 22:05:09 +00:00
state_stages.go E2 snapshot uploading (#9056) 2023-12-27 22:05:09 +00:00