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
To allow early experimenters to get an initial impression of running FEVM contracts on Filecoin. Only basic contracts will be supported at this stage, i.e. contracts that are self-contained, do not make calls to other contracts nor to precompiles. For example, ERC-20 contracts should be deployable at this stage. No Ethereum JSON-RPC API is supported at this stage, and contracts can only be deployed by Filecoin messages via Init actor deployment. No universal addressing scheme is supported yet.
On the specs track, we plan to complete the specs work for Universal Addressing (#690) and wrap up the full picture for Account Abstraction and native Ethereum transaction support (#721 and filecoin-project/FIPs#388). (Moved to Selenium)
Implementation scope
Getting fvm-evm into the built-in actors bundle.
Drop/stash speculative and unused code in fvm-evm (e.g. bridge/registry?)
At this stage, EVM contract deployment is performed by instantiating the EVM runtime directly.
We are aiming to discard the bridge/registry as part of Universal addressing spec and foreign runtime support #690. If it ends up being necessary, we will reintroduce the components (potentially with different responsibilities/behaviour).
Goal
To allow early experimenters to get an initial impression of running FEVM contracts on Filecoin. Only basic contracts will be supported at this stage, i.e. contracts that are self-contained, do not make calls to other contracts nor to precompiles. For example, ERC-20 contracts should be deployable at this stage. No Ethereum JSON-RPC API is supported at this stage, and contracts can only be deployed by Filecoin messages via Init actor deployment. No universal addressing scheme is supported yet.
On the specs track, we plan to complete the specs work for Universal Addressing (#690) and wrap up the full picture for Account Abstraction and native Ethereum transaction support (#721 and
filecoin-project/FIPs#388). (Moved to Selenium)
Implementation scope
Work burndown
The text was updated successfully, but these errors were encountered: