aionnetwork / aion_fastvm

Aion's FastVM implementation
MIT License
33 stars 15 forks source link

Fastvm opcode patch #21

Closed aionick closed 6 years ago

aionick commented 6 years ago

The fastVM is currently not handling the CALLCODE and DELEGATECALL opcodes correctly. Some small changes were made inside Callbackto fix the issue. A bunch of test cases accompany the fix.

See this PR for the aion side of things.

The main difference between the opcodes: