lambdaclass / era_vm

EraVM implementation
MIT License
19 stars 3 forks source link

Gas misscalculations #203

Open MarcosNicolau opened 1 month ago

MarcosNicolau commented 1 month ago

When comparing our vm with the vm1, there are several differences in the remaining gas, here are some of the places we are missing:

To test the differences in gas, this pr might be useful.

Btw, some fixes have been addressed in this pr, but it might got old since the newer changes so it might be better to just re-implement them.