Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NV18: FEVM implementation #9617

Closed
wants to merge 288 commits into from
Closed

NV18: FEVM implementation #9617

wants to merge 288 commits into from

Conversation

vyzo
Copy link
Contributor

@vyzo vyzo commented Nov 9, 2022

Cherrypicks the experimental/fvm-m2 (see #8803) branch to bring all FEVM related functionality into nv18.

raulk and others added 11 commits November 9, 2022 19:47
Make it use GasEstimateMessageGas, which applies overestimation
by default. This accounts for inclusion costs.
Also updates the actors to accommodate this change, and fix a bug in
looking up addresses for f4 actors.
Co-authored-by: Raúl Kripalani <raul@protocol.ai>
We need to add full FEVM state support, but that will require merging
master. This is enough for now.

fixes filecoin-project/ref-fvm#1022
and skip a non-testing test; printing doesn't constitute testing.
Only when actors version is >= 10
it breaks the gen script in proxy_gen
it's in the actor state only if it is a v5 (or later) state tree
it's a dummy, but at least it makes tests pass
@raulk
Copy link
Member

raulk commented Jan 12, 2023

TODO:

Some done, others tracked as TODO::FVM in code. I no longer have the will to deal with the GitHub UI on such a massive PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.