Skip to content

Commit

Permalink
migration: specify that a new version of the init actor is deployed.
Browse files Browse the repository at this point in the history
  • Loading branch information
raulk committed Jan 9, 2023
1 parent 9a60842 commit 007f126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FIPS/fip-0055.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ During migration:

1. The Wasm bytecode of the EAM (referred by its CodeCID) is linked under the System actor's registry under the key `"eam"`.
2. A single copy of the EAM is deployed as a singleton actor under ID address `f010`.
3. The EAM is allowed-listed in the Init actor as an _authorized_ delegated address manager.
3. A new version of the _Init actor_ that recognized the EAM as an _authorized_ delegated address manager is deployed, by loading its Wasm bytecode to the blockstore, linking its CodeCID in the _System actor_, and updating `f01`'s CodeCID to it in the state tree.

#### Relationship with the Init actor

Expand Down

0 comments on commit 007f126

Please sign in to comment.