From c95206cde1068f9638f0e532686d6a135fbaec1b Mon Sep 17 00:00:00 2001 From: Aayush Rajasekaran Date: Wed, 5 May 2021 22:38:24 -0400 Subject: [PATCH] Add reminder for NewestNetworkVersion to actors version checklist --- documentation/misc/actors_version_checklist.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/documentation/misc/actors_version_checklist.md b/documentation/misc/actors_version_checklist.md index 764b52e55..308358948 100644 --- a/documentation/misc/actors_version_checklist.md +++ b/documentation/misc/actors_version_checklist.md @@ -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`