builtin-actors
builtin-actors copied to clipboard
Update the builtin actors to expose `create` entrypoints
WASM module level create
functions were added in https://github.com/filecoin-project/ref-fvm/pull/1821, and this PR adds support for them in the builtin actors. Only the unit tests for each individual test are passing, as well as the integration tests in the ref-fvm
repo. I'll update all of the other tests once I get some general approval on the approach taken in this PR and https://github.com/filecoin-project/ref-fvm/pull/1821.
A skim looked ok to me, but I've tagged @Stebalien for detailed review.
Will there be a FIP for this VM change which discusses the design tradeoffs involved in the approach generally?
There will absolutely be a FIP (and some discussion, we haven't landed on the final design yet). I'll review this and the related PRs this coming week.
Thanks @sistemd! :heart:
Reverting to draft until the FIP etc