2021-04-30 16:43:06 +00:00
|
|
|
### Actor version integration checklist
|
|
|
|
|
|
|
|
- [ ] Import new actors
|
2021-05-06 02:38:24 +00:00
|
|
|
- [ ] Define upgrade heights in `build/params_`
|
2021-04-30 16:43:06 +00:00
|
|
|
- [ ] Generate adapters
|
|
|
|
- [ ] Add the new version in `chain/actors/agen/main.go`
|
|
|
|
- [ ] Update adapter code in `chain/actors/builtin` if needed
|
|
|
|
- [ ] Update `chain/actors/policy/policy.go`
|
|
|
|
- [ ] Update `chain/actors/version.go`
|
|
|
|
- [ ] Register in `chain/vm/invoker.go`
|
|
|
|
- [ ] Register in `chain/vm/mkactor.go`
|
|
|
|
- [ ] Update `chain/types/state.go`
|
|
|
|
- [ ] Update `chain/state/statetree.go`
|
|
|
|
- [ ] Update `chain/stmgr/forks.go`
|
|
|
|
- [ ] Schedule
|
|
|
|
- [ ] Migration
|
|
|
|
- [ ] Update upgrade schedule in `api/test/test.go`
|
2021-05-06 02:38:24 +00:00
|
|
|
- [ ] Update `NewestNetworkVersion` in `build/params_shared_vals.go`
|
2021-04-30 16:43:06 +00:00
|
|
|
- [ ] Register in init in `chain/stmgr/utils.go`
|