Skip to content

Commit

Permalink
Merge pull request #6595 from onflow/vishal/hcu
Browse files Browse the repository at this point in the history
Marking v0.37.18 as backward compatible in terms of script execution
  • Loading branch information
franklywatson authored Oct 25, 2024
2 parents bfed72e + e8ac5d2 commit 1c2acbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/common/version/version_control.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ var NoHeight = uint64(0)
// deployed during the HCU are backwards compatible for scripts.
var defaultCompatibilityOverrides = map[string]struct{}{
"0.37.17": {},
"0.37.18": {},
}

// VersionControl manages the version control system for the node.
Expand Down

0 comments on commit 1c2acbd

Please sign in to comment.