filecoin-project / builtin-actors

The Filecoin built-in actors
Other
82 stars 79 forks source link

fix(integration): cron_tick to use implicit executions to avoid sender checks #1506

Closed rvagg closed 9 months ago

rvagg commented 10 months ago

When running in fvm the sender is checked for non-implicit executions, which matters when running these in fvm-workbench.

This has already been done to most integration tests, and cron_tick does a full execute-and-check, which is more than some of these tests are currently doing.

Stebalien commented 10 months ago

(I'll let someone who knows more about how this might conflict merge this)

anorth commented 10 months ago

Please wait for #1313 , then this will be great

Stebalien commented 9 months ago

This can be merged after a rebase.