-
Notifications
You must be signed in to change notification settings - Fork 6
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
Stuff #194
Stuff #194
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few comments, lgtm
@@ -8,6 +8,7 @@ | |||
is_supported_protocol_version as _is_supported_protocol_version_by_common | |||
|
|||
_SUPPORTED_PROTOCOL_VERSIONS: typing.Final[set[semantic_version.Version]] = { | |||
semantic_version.Version('0.2.0'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The current contract on our chains are on 0.2.0. If we make a release this week without updating the contracts, we might potentially break something. Therefore I left it inside to make sure that we are compatible with the current contracts.
What type of PR is this? (check all applicable)
Description
Related Tickets & Documents
QA Instructions
Please replace this line with instructions on how to test your changes.
[optional] Are there any post deployment tasks we need to perform?