You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.
when we use ./aleth-vm_1.8.0 stats --code fd
the result is :
when we use evm 1.9.11 to run a piece of bytecode, the result is:
Whatever errors the aleth meets, it will used up all the gas provided for example, the 0xfd opcode, but the go-ethereum will refund the remaining gas to the user. Do you have any comments for this different behaviour? I think the aleth is not very user-friendly
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
when we use ./aleth-vm_1.8.0 stats --code fd
the result is :
when we use evm 1.9.11 to run a piece of bytecode, the result is:
Whatever errors the aleth meets, it will used up all the gas provided for example, the 0xfd opcode, but the go-ethereum will refund the remaining gas to the user. Do you have any comments for this different behaviour? I think the aleth is not very user-friendly
The text was updated successfully, but these errors were encountered: