era-compiler-solidity
era-compiler-solidity copied to clipboard
feat: the EXTCODECOPY support
What ❔
Support the EXTCODECOPY
EVM instruction.
Checklist
- [x] PR title corresponds to the body of PR (we generate changelog entries from PRs).
- [x] Tests for the changes have been added / updated.
- [x] Documentation comments have been added / updated.
- [x] Code has been formatted via
cargo fmt
and checked withcargo clippy
.