era-compiler-tester
                                
                                
                                
                                    era-compiler-tester copied to clipboard
                            
                            
                            
                        feat: support EXTCODECOPY
What ❔
Adds the EXTCODECOPY support.
Why ❔
Such precompile was added to System Contracts.
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 fmtand checked withcargo clippy.