filecoin-project / fvm-workbench

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

Placeholder Actor Code Cid mismatch #29

Open alexytsu opened 9 months ago

alexytsu commented 9 months ago

When new placeholder actors are created, the VM loads the PLACEHOLDER_ACTOR_CODE_ID from the builtin_actors manifest stored in the DefaultCallManager.

However, when checking this against the expected value (statically generated in the builtin-actors test code) there is a mismatch.

anorth commented 9 months ago

I would guess that it's the test code that needs to change here.

alexytsu commented 9 months ago

A separate, but related issue is that during evm_eth_create_external_test