erigon-pulse/cmd/state
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
..
commands bor: BorConfig setup fix (#9145) 2024-01-05 20:03:19 +07:00
exec3 Added db loggers to all db callers and fixed flag settings (#9099) 2023-12-31 17:10:08 +07:00
exec22 lru lib version up (#7695) 2023-06-09 13:46:58 +07:00
stats e3: move domains to tables.go (#7707) 2023-06-11 21:12:05 +07:00
verify E2 snapshot uploading (#9056) 2023-12-27 22:05:09 +00:00
main.go rename (#1978) 2021-05-20 19:25:53 +01:00