filecoin-project / fvm-workbench

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

Update to FVM3 #1

Closed alexytsu closed 1 year ago

alexytsu commented 1 year ago

The builtin-actors are moving to FVM3. For the work integrating this into the builtin-actors repo, we need to match FVM versions

alexytsu commented 1 year ago

@anorth I can't add you as a reviewer but here's some preliminary changes to unblock https://github.com/filecoin-project/builtin-actors/issues/1236

Also, are you ok with fvm-workbench living in this repo long term or would you like tighter integration into the builtin-actors repo?

anorth commented 1 year ago

are you ok with fvm-workbench living in this repo long term

Broadly yes, at least for a while. We might move it to filecoin-project if adopted widely (e.g. for built-ins).

I think two of the crates could be moved into ref-fvm, if we can demonstrate superiority to what's there at the moment. The api crate could possibly go in built-in actors, I'll have to think about it.