filecoin-project / fvm-workbench

Tooling for developing actors on the FVM
Other
6 stars 0 forks source link

Implement workbench as VM trait from builtin-actors #14

Closed alexytsu closed 11 months ago

alexytsu commented 1 year ago

TODOs

alexytsu commented 11 months ago

@anorth this is ready for re-review now.

Large parts of this diff can be skim-reviewed I think. The tests and utils in builtin had slightly diverged from their implementations in builtin-actors repo but they have now been copy-pasted from there.

The VM module inside the api crate is similar and should eventually be lifted out of here.