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

feat: introduce network versions 19 and 20 #1726

Merged
merged 1 commit into from
Mar 27, 2023
Merged

feat: introduce network versions 19 and 20 #1726

merged 1 commit into from
Mar 27, 2023

Conversation

arajasek
Copy link
Contributor

@arajasek arajasek commented Mar 24, 2023

As in the title.

@codecov-commenter
Copy link

codecov-commenter commented Mar 24, 2023

Codecov Report

Merging #1726 (2813862) into master (37643fc) will decrease coverage by 0.01%.
The diff coverage is 33.33%.

Additional details and impacted files

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
shared/src/version/mod.rs 7.69% <ø> (ø)
fvm/src/gas/price_list.rs 32.93% <20.00%> (ø)
fvm/src/machine/default.rs 53.12% <100.00%> (ø)

... and 1 file with indirect coverage changes

@@ -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)

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?

Copy link
Contributor Author

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.

Copy link
Member

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?

Copy link
Contributor Author

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.

@@ -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)
Copy link
Member

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?

@arajasek arajasek enabled auto-merge (squash) March 27, 2023 20:23
@arajasek arajasek merged commit c1bcbff into master Mar 27, 2023
@arajasek arajasek deleted the asr/nv19-20 branch March 27, 2023 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants