Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions beacon_chain/networking/network_metadata.nim
Original file line number Diff line number Diff line change
Expand Up @@ -244,13 +244,11 @@ when IsGnosisSupported:
for network in [gnosisMetadata, chiadoMetadata]:
checkForkConsistency(network.cfg)
doAssert network.cfg.ELECTRA_FORK_EPOCH < FAR_FUTURE_EPOCH

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This ELECTRA_FORK_EPOCH check is now redundant. Nimbus checks the monotonicity of fork epochs elsewhere.

doAssert network.cfg.FULU_FORK_EPOCH < FAR_FUTURE_EPOCH
Comment thread
etan-status marked this conversation as resolved.
Outdated
doAssert network.cfg.GLOAS_FORK_EPOCH == FAR_FUTURE_EPOCH
doAssert ConsensusFork.high == ConsensusFork.Gloas
doAssert network.cfg.BLOB_SCHEDULE.len == 0

doAssert gnosisMetadata.cfg.FULU_FORK_EPOCH == FAR_FUTURE_EPOCH
doAssert chiadoMetadata.cfg.FULU_FORK_EPOCH < FAR_FUTURE_EPOCH

elif IsMainnetSupported:
when incbinEnabled:
# Nim is very inefficent at loading large constants from binary files so we
Expand Down
2 changes: 1 addition & 1 deletion vendor/gnosis-chain-configs
Loading