Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1226 strict versioning #1314

Merged
merged 22 commits into from
Jun 3, 2022
Merged

1226 strict versioning #1314

merged 22 commits into from
Jun 3, 2022

Conversation

LayneHaber
Copy link
Contributor

Description

Routers should be prevented from bidding if the contracts are updated and they have not made prerequisite updates in their offchain logic. To fix this, we add versioning to all of the nomad router contracts. This can be leveraged in offchain checks to prevent bidding with non-compatible contract versions

Type of change

  • Docs change / dependency upgrade
  • Configuration / tooling changes
  • Refactoring
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Requires changes in customer code

High-level change(s) description - from the user's perspective

  • Add the VERSION() getter to the IConnextHandler contract.

Related Issue(s)

Fixes #1226

Related pull request(s)

@LayneHaber LayneHaber marked this pull request as ready for review June 3, 2022 02:37
@LayneHaber LayneHaber merged commit 07629e8 into main Jun 3, 2022
@LayneHaber LayneHaber deleted the 1226-strict-versioning branch June 3, 2022 02:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants