3636af4cd9
Update to go-state-types v0.11.0-alpha-1 Introduce dummy v11 actor bundles Make new actors adapters Add upgrade to Upgrade Schedules make jen Update to go-state-types v0.11.0-alpha-2
472 B
472 B
Actor version integration checklist
- Import new actors
- Define upgrade heights in
build/params_
- Generate adapters
- Update
gen/inlinegen-data.json
- Update adapter code in
chain/actors/builtin
if needed - Run
make actors-gen
- Update
- Update
chain/consensus/filcns/upgrades.go
- Schedule
- Migration
- Add upgrade field to
api/types.go/ForkUpgradeParams
and update the implementation of StateGetNetworkParams