Module forest_filecoin::state_migration::common

source Β·
Expand description

Common code that’s shared across all migration code. Each network upgrade / state migration code lives in their own module.

Modules§

Structs§

Traits§

  • ActorMigration πŸ”’
    Trait that defines the interface for actor migration job.
  • Trait defining the interface for actor migration verifier.
  • PostMigrator πŸ”’
    Trait that defines the interface for actor migration job to be executed after the state migration.
  • TypeMigration πŸ”’
    Trait that migrates from one data structure to another, similar to std::convert::TryInto trait but taking an extra block store parameter

Type Aliases§