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 #11897

Closed
wants to merge 12 commits into from
Closed

feat: Skeleton for nv23 #11897

wants to merge 12 commits into from

Conversation

rjan90
Copy link
Contributor

@rjan90 rjan90 commented Apr 18, 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 7 commits May 2, 2024 13:19
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
@rjan90 rjan90 changed the title [WIP] feat: Skeleton for nv23 feat: Skeleton for nv23 May 2, 2024
chain/actors/builtin/multisig/multisig.go Dismissed Show dismissed Hide dismissed
Add support for actor version 14 in actor registry
@rjan90 rjan90 marked this pull request as ready for review May 3, 2024 07:43
rjan90 added 3 commits May 6, 2024 08:58
Revert filecoin-ffi before rebase
Revert filecoin-ffi
@rjan90
Copy link
Contributor Author

rjan90 commented May 6, 2024

Had trouble rebasing this PR onto the latest master, encountering fatal: cannot rebase with locally recorded submodule modifications. Will re-open a new PR based on the latests master, so that I can get #11961 to run the CI.

@rjan90 rjan90 closed this May 6, 2024
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
1 participant