Add reminder for NewestNetworkVersion to actors version checklist

This commit is contained in:
Aayush Rajasekaran
2021-05-10 19:46:44 -04:00
parent 60446b46c8
commit c95206cde1
@@ -1,6 +1,7 @@
### Actor version integration checklist
- [ ] Import new actors
- [ ] Define upgrade heights in `build/params_`
- [ ] Generate adapters
- [ ] Add the new version in `chain/actors/agen/main.go`
- [ ] Update adapter code in `chain/actors/builtin` if needed
@@ -13,6 +14,6 @@
- [ ] Update `chain/stmgr/forks.go`
- [ ] Schedule
- [ ] Migration
- [ ] Define upgrade heights in `build/params_`
- [ ] Update upgrade schedule in `api/test/test.go`
- [ ] Update `NewestNetworkVersion` in `build/params_shared_vals.go`
- [ ] Register in init in `chain/stmgr/utils.go`