2021-04-26 14:48:20 +00:00
|
|
|
### 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`
|
2021-10-18 15:50:31 +00:00
|
|
|
- [ ] Update `chain/actors/version.go`
|
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`
|
2021-04-26 14:48:20 +00:00
|
|
|
- [ ] Schedule
|
|
|
|
- [ ] Migration
|
2021-10-18 15:17:54 +00:00
|
|
|
- [ ] Update upgrade schedule in `chain/sync_test.go`
|