Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion binaryVersion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tags/v2.0.0
2.0.2-testnet
27 changes: 27 additions & 0 deletions hardforkExclusions.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# HardforkExclusions defines round ranges per shard during which incoming headers and proofs must be rejected.
# Each entry maps a ShardID to one or more [Low, High] round ranges (both bounds inclusive).
# ShardID 4294967295 corresponds to the metachain.

[[HardforkExclusions.Exclusions]]
ShardID = 0
[[HardforkExclusions.Exclusions.Intervals]]
Low = 5535999
High = 7056000

[[HardforkExclusions.Exclusions]]
ShardID = 1
[[HardforkExclusions.Exclusions.Intervals]]
Low = 5535999
High = 7056000

[[HardforkExclusions.Exclusions]]
ShardID = 2
[[HardforkExclusions.Exclusions.Intervals]]
Low = 5535999
High = 7056000

[[HardforkExclusions.Exclusions]]
ShardID = 4294967295
[[HardforkExclusions.Exclusions.Intervals]]
Low = 5535999
High = 7056000
Loading