Skip to content

Commit

Permalink
[Access] Backport version control overrides from v0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
peterargue committed Jan 28, 2025
1 parent 64c8b79 commit cee5e54
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 cee5e54

Please sign in to comment.