Skip to content

Commit

Permalink
Merge pull request #6944 from onflow/petera/backport-version-control-…
Browse files Browse the repository at this point in the history
…overrides

[Access] Backport version control overrides from v0.37
  • Loading branch information
peterargue authored Jan 29, 2025
2 parents c8240d3 + cee5e54 commit 16537e5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion engine/common/version/version_control.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@ var NoHeight = uint64(0)
//
// IMPORTANT: only add versions to this list if you are certain that the cadence and fvm changes
// deployed during the HCU are backwards compatible for scripts.
var defaultCompatibilityOverrides = map[string]struct{}{}
var defaultCompatibilityOverrides = map[string]struct{}{
"0.37.17": {},
"0.37.18": {},
"0.37.22": {},
"0.37.26": {},
}

// VersionControl manages the version control system for the node.
// It consumes BlockFinalized events and updates the node's version control based on the latest version beacon.
Expand Down

0 comments on commit 16537e5

Please sign in to comment.