lambdaclass / era_vm

EraVM implementation
MIT License
20 stars 3 forks source link

Fix solidity/ethereum/inlineAssembly #164

Closed MarcosNicolau closed 3 months ago

MarcosNicolau commented 3 months ago

They were failing because we were not properly storing the values in the transient storage between frames. Also, in the fat_pointer_read opcode we were incorrectly reading the values.