filecoin-project / fvm-workbench

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

Derive InvocationTrace from ExecutionTrace #24

Closed alexytsu closed 11 months ago

alexytsu commented 11 months ago

Closes https://github.com/anorth/fvm-workbench/issues/19

This allows the withdraw_balance_success_test imported from builtin-actors to fully pass

anorth commented 11 months ago

Most comments are minor. Things that need change in InvocationTrace can of course be deferred.