filecoin-project / fvm-workbench

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

Replace hardcoded behaviour for externs with injectable values #36

Closed alexytsu closed 8 months ago

alexytsu commented 8 months ago

Related: https://github.com/filecoin-project/builtin-actors/issues/1371 Related: https://github.com/filecoin-project/builtin-actors/issues/1348

epoch is such a value that is already modifiable. Other 'constants' or external-values of the VM should also be configurable by test-authors.