ewasm / design

Ewasm Design Overview and Specification
Apache License 2.0
1.02k stars 125 forks source link

Drop EEI methods for accessing to contracts' code #175

Open chfast opened 5 years ago

chfast commented 5 years ago

Drop:

The externalCodeCopy() and getExternalCodeSize() might still be available in EVM1 compatibility mode.

Access to external code hash might be useful.

chfast commented 5 years ago

Hypothesis: (Not all) nodes would have to keep the original code, they can keep the compiled / optimized code and the hash of the original code.