lambdaclass / era_vm

EraVM implementation
MIT License
20 stars 3 forks source link

Fix complex/yul instructions staticcall #153

Closed MarcosNicolau closed 3 months ago

MarcosNicolau commented 3 months ago

They were failing because we were not correctly panicking when checking static mode.

MarcosNicolau commented 3 months ago

depends on #152

juan518munoz commented 3 months ago

Ignore requested changes, I missed the part above where is_err() is checked, so you don't need to ? the Result.

You can still apply the suggestion to prevent having unwraps on our codebase, but it's up to you.