filecoin-project/go-state-types

Migrate actors to v5

Closed this issue · 3 comments

Migrate actors to v5

ActorV5 is already implemented in actor_tree.go. We just need to calculate and store the predictable address for any actors that we want to migrate.

@Stebalien can probably define what actor types need to be migrated here.

The answer is "none". We've decided to not store any predictable addresses, only f4 addresses. I'm currently updating FIP0048 to include this (instead of writing an entirely new FIP).