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

docs: state: update actors_version_checklist #8844

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions documentation/misc/actors_version_checklist.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Actor version integration checklist
### Actor version integration checklist (v16 and onwards)

- [ ] Import new actors
- [ ] Import new go-state-types, if needed.
- [ ] Define upgrade heights in `build/params_`
Copy link
Contributor

Choose a reason for hiding this comment

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

Add point about bundles.toml

- [ ] Generate adapters
- [ ] Update `gen/inlinegen-data.json`
Expand All @@ -10,4 +10,5 @@
- [ ] Update `chain/consensus/filcns/upgrades.go`
- [ ] Schedule
- [ ] Migration
- [ ] Update upgrade schedule in `chain/sync_test.go`
- [ ] Create a new Migration that calls LiteMigration()
- [ ] Update upgrade schedule in `chain/sync_test.go`