lotus/documentation/misc/actors_version_checklist.md

14 lines
478 B
Markdown
Raw Normal View History

### Actor version integration checklist
- [ ] Import new actors
- [ ] Define upgrade heights in `build/params_`
- [ ] Generate adapters
2021-10-18 15:46:50 +00:00
- [ ] Update `gen/inlinegen-data.json`
- [ ] Update adapter code in `chain/actors/version.go` if needed
2021-04-30 16:43:06 +00:00
- [ ] Update adapter code in `chain/actors/builtin` if needed
2021-10-18 15:46:50 +00:00
- [ ] Run `make actors-gen`
- [ ] Update `chain/consensus/filcns/upgrades.go`
- [ ] Schedule
- [ ] Migration
2021-10-18 15:17:54 +00:00
- [ ] Update upgrade schedule in `chain/sync_test.go`