filecoin-project / go-state-types

Primitive and low level types used in chain state and actor method parameters
Other
27 stars 37 forks source link

feat: sector migration for nv19 #176

Closed arajasek closed 1 year ago

arajasek commented 1 year ago

This PR introduces the skeleton of the nv19 migration, including a cached migration that migrates all sectors as needed by https://github.com/filecoin-project/builtin-actors/pull/1229.

Tests will be written in Lotus.

anorth commented 1 year ago

LGTM, but I recommend having someone more familiar with the migration infrastructure also review.

ZenGround0 commented 1 year ago

Tests will be written in Lotus

Have these happened yet?