livepeer / protocol

Livepeer protocol
MIT License
152 stars 45 forks source link

LIP-73: Define MigrateMsg data structure that can be used cross-chain #485

Closed yondonfu closed 2 years ago

yondonfu commented 2 years ago

LIP-73 describes a MigrateMsg data structure that is passed to the migrate() function of the L1 Migrator that contains all the parameters required to execute the migration. This data structure is also passed to the finalizeMigrate() function of the L2 Migrator to complete the migration on L2. We should define the data structure up front so that both the L1 and L2 Migrator can use this shared definition of the data structure.