filecoin-project / fvm-workbench

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

Fixes account_creation #23

Closed alexytsu closed 1 year ago

alexytsu commented 1 year ago

This branch is patched to builtin-actors here: https://github.com/filecoin-project/builtin-actors/pull/1351

Conceptually all this does is change the faucet location from ID 102 -> 98.

102 doesn't work but 98 does. FVM sees 0 balance when calling transfer when at 102 despite the balance stored in state being correct.

The withdraw_balance_test still doesn't fully pass (due to missing take_invocations support) but it at least gets past create_accounts