filecoin-project / fvm-workbench

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

Prefactor Bench #8

Closed alexytsu closed 1 year ago

alexytsu commented 1 year ago

See https://github.com/anorth/fvm-workbench/pull/6#discussion_r1191820626 for an example motivating use case.

This should make future access to kernel/primitives/blockstore etc. easier when using the ExecutionWrangler.

Alternative is for ExecutionWrangler to retain ownership of the Bench and expose a transactional method that exposes the Bench via a closure.