same compiler version produces different bytecode output #485
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: marc0olo
I experienced a worrying issue today which is important for a possible future bytecode verification in aeScan which I wanted to double check before deploying my contract on mainnet.
for whatever reason, the exact same script running against the exact same http compiler with api-version
v7.5.0
and compiler versionv7.3.0
produces different bytecodes.the expectation is of course that the produced bytecode does NOT differ.
I was running the following script:
3 example bytecodes:
one (currently committed)
two
three
Created by: marc0olo
Note: