lambdaclass / era_vm

EraVM implementation
MIT License
19 stars 3 forks source link

Fix complex/yul instructions/codecopy-calldatacopy-calldataload #154

Closed MarcosNicolau closed 1 month ago

MarcosNicolau commented 1 month ago

Fixes all remaining tests under:

They were failing because:

MarcosNicolau commented 1 month ago

depends on #153

MarcosNicolau commented 1 month ago

This single test is failing in various modes: FAILED tests/solidity/complex/yul_instructions/codecopy/test.json::ordinar_words_size[test:1]

I suspect the issue is actually the same for all the failed jobs.