-
Notifications
You must be signed in to change notification settings - Fork 140
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
feat: introduce network versions 19 and 20 #1726
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #1726 +/- ##
==========================================
- Coverage 55.62% 55.61% -0.01%
==========================================
Files 146 146
Lines 14016 14016
==========================================
- Hits 7796 7795 -1
- Misses 6220 6221 +1
|
shared/src/version/mod.rs
Outdated
@@ -50,6 +51,10 @@ impl NetworkVersion { | |||
pub const V17: Self = Self(17); | |||
/// Hygge (builtin-actors v10) | |||
pub const V18: Self = Self(18); | |||
/// Lightning (builtin-actors v11) | |||
pub const V19: Self = Self(19); | |||
/// Lightning (builtin-actors v11) |
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.
Idk how we're thinking about actors versioning now but wouldn't this be v12?
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.
No, because FIP-0061 proposes a 2-stage upgrade, with a rollover period.
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.
Call the second one Thunder, maybe?
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.
That's such a good idea, it's worth re-running CI.
shared/src/version/mod.rs
Outdated
@@ -50,6 +51,10 @@ impl NetworkVersion { | |||
pub const V17: Self = Self(17); | |||
/// Hygge (builtin-actors v10) | |||
pub const V18: Self = Self(18); | |||
/// Lightning (builtin-actors v11) | |||
pub const V19: Self = Self(19); | |||
/// Lightning (builtin-actors v11) |
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.
Call the second one Thunder, maybe?
As in the title.