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
The agent currently support the connection with Lotus FVM and FEVM-based subnets. The goal of this issue is to implement the integration of the agent with an underlying FEVM Fendermint subnet.
This implied the implementation of:
The SubnetManager and all the end-to-end operations for the lifecycle of a subnet.
The checkpoint manager.
Any other command implemented through the CLI.
Under the hood we will be using the ethers library to interact with Fendermint, so I would expect this integration to be "fairly simple"
The text was updated successfully, but these errors were encountered:
adlrocha
changed the title
Fendermint: Implement SubnetManager and integrations to Fendermint
FM: Implement SubnetManager and integrations to Fendermint
Aug 2, 2023
The agent currently support the connection with Lotus FVM and FEVM-based subnets. The goal of this issue is to implement the integration of the agent with an underlying FEVM Fendermint subnet.
This implied the implementation of:
SubnetManager
and all the end-to-end operations for the lifecycle of a subnet.Under the hood we will be using the
ethers
library to interact with Fendermint, so I would expect this integration to be "fairly simple"The text was updated successfully, but these errors were encountered: