erigon-pulse/cmd
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
..
abigen Diag session routing (#8232) 2023-09-25 16:24:17 +01:00
bootnode Added db loggers to all db callers and fixed flag settings (#9099) 2023-12-31 17:10:08 +07:00
capcli E2 snapshot uploading (#9056) 2023-12-27 22:05:09 +00:00
caplin Caplin: Fixed Invalid reading for historical states (#9124) 2024-01-03 23:26:56 +01:00
caplin-regression --txpool.gossip.disable (#8800) 2023-11-23 12:00:41 +07:00
devnet bor: BorConfig setup fix (#9145) 2024-01-05 20:03:19 +07:00
downloader E2 snapshot uploading (#9056) 2023-12-27 22:05:09 +00:00
erigon [caplin/sentinel] config reorganizations (#8844) 2023-11-28 22:45:58 -06:00
erigoncustom erigon backup: v0 of sub-command (#7396) 2023-04-27 10:42:12 +07:00
evm chore(cmd/evm):fix link jump in cmd/evm/README.md (#9114) 2024-01-03 18:59:45 +07:00
hack E2 snapshot uploading (#9056) 2023-12-27 22:05:09 +00:00
integration bor: BorConfig setup fix (#9145) 2024-01-05 20:03:19 +07:00
observer Added db loggers to all db callers and fixed flag settings (#9099) 2023-12-31 17:10:08 +07:00
p2psim E2 snapshot uploading (#9056) 2023-12-27 22:05:09 +00:00
pics EthereumExecutionService in MockSentry (#8373) 2023-10-05 18:30:19 +02:00
prometheus grafana board: fix cpu chart (#8733) 2023-11-15 15:00:25 +07:00
release go.mod: minimal go version 1.20 (#8495) 2023-10-17 06:52:28 +07:00
rlpdump rename (#1978) 2021-05-20 19:25:53 +01:00
rpcdaemon polygon/sync: canonical chain builder (#9117) 2024-01-04 10:44:57 +01:00
rpctest Add create access list test (#9062) 2023-12-23 21:38:47 +07:00
sentinel Add blocksByRange & blocksByRoot P2P rpc handlers (#8885) 2023-12-23 14:32:00 +01:00
sentry p2p: silkworm sentry (#8527) 2023-11-02 08:35:13 +07:00
silkworm_api E2 snapshot uploading (#9056) 2023-12-27 22:05:09 +00:00
snapshots E2 snapshot uploading (#9056) 2023-12-27 22:05:09 +00:00
state bor: BorConfig setup fix (#9145) 2024-01-05 20:03:19 +07:00
tooling E2 snapshot uploading (#9056) 2023-12-27 22:05:09 +00:00
txpool --txpool.gossip.disable (#8800) 2023-11-23 12:00:41 +07:00
utils Make Caplin work with Otterscan (#9115) 2024-01-02 23:29:00 +01:00
verkle Adds flags to enable/disable backfilling and enable full historical beacon node (#8813) 2023-11-22 13:24:35 +01:00