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: Skeleton for nv23 #11964

Merged
merged 9 commits into from
May 7, 2024
Merged

feat: Skeleton for nv23 #11964

merged 9 commits into from
May 7, 2024

Conversation

rjan90
Copy link
Contributor

@rjan90 rjan90 commented May 6, 2024

Related Issues

Closes #11772

Depends on:

Proposed Changes

Introduces the network version 23 skeleton in Lotus

Checklist

Before you mark the PR ready for review, please make sure that:

  • Commits have a clear commit message.
  • PR title is in the form of of <PR type>: <area>: <change being made>
    • example: fix: mempool: Introduce a cache for valid signatures
    • PR type: fix, feat, build, chore, ci, docs, perf, refactor, revert, style, test
    • area, e.g. api, chain, state, market, mempool, multisig, networking, paych, proving, sealing, wallet, deps
  • If the PR affects users (e.g., new feature, bug fix, system requirements change), update the CHANGELOG.md and add details to the UNRELEASED section.
  • New features have usage guidelines and / or documentation updates in
  • Tests exist for new functionality or change in behavior
  • CI is green

rjan90 added 9 commits May 6, 2024 09:10
Use local GST
Creatin a mock actor-bundle and define upgrade heights
Updates gen/inlinegen-data.json, and runs make actors-gen
Add schedule and migration
Add upgrade and network version fields/params
Run make gen / make docsgen-cli
Update filecoin-ffi to the v1.28.0-dev tag, which supports the nv23 skeleton.
Update GST to v0.14.0-dev, which includes the nv23 skeleton
Add support for actor version 14 in actor registry
@rjan90 rjan90 marked this pull request as ready for review May 6, 2024 07:26
Copy link
Contributor

@ZenGround0 ZenGround0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you

chain/consensus/filcns/upgrades.go Show resolved Hide resolved
chain/consensus/filcns/upgrades.go Show resolved Hide resolved
chain/consensus/filcns/upgrades.go Show resolved Hide resolved
@rjan90 rjan90 merged commit 2d57bfe into master May 7, 2024
185 of 186 checks passed
@rjan90 rjan90 deleted the skeleton-nv23-2 branch May 7, 2024 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add skeleton for nv23 to support development and testing
2 participants