Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

related to the gasUsed --- Different behaviours between "aleth" and "go-ethereum" for the opcode "0xfd" #5905

Open
BattleBird opened this issue May 31, 2020 · 0 comments

Comments

@BattleBird
Copy link

when we use ./aleth-vm_1.8.0 stats --code fd
the result is :
Screenshot from 2020-05-31 21-53-30
when we use evm 1.9.11 to run a piece of bytecode, the result is:
Screenshot from 2020-05-31 21-57-26
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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant