You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order for IPC actors to have information about the membership set on-chain, every time a reconfiguration is triggered by Fendermint (after reading some change in the parent through the agent), this reconfiguration should trigger through a config message that calles set_membership in the gateway to update the membership set of the subnet on-chain. set_membership can't be called by external actors and it is executed through an implicit message.
Update (after sync CoLo)
Every time the membership set changes in the parent a new top-down message will be triggered with the information about the membership change.
Related to #237
Probably depends on #236
In order for IPC actors to have information about the membership set on-chain, every time a reconfiguration is triggered by Fendermint (after reading some change in the parent through the agent), this reconfiguration should trigger through a config message that calles
set_membership
in the gateway to update the membership set of the subnet on-chain.set_membership
can't be called by external actors and it is executed through an implicit message.Update (after sync CoLo)
The text was updated successfully, but these errors were encountered: