What's Changed
- Make test verify if selfdestruct actually works by @maciejwitowski in #604
- basic contract assembler for testing EVM by @vyzo in #610
- Some housekeeping by @vyzo in #612
- EVM: Implement CALL by @vyzo in #614
- EVM: remove H160/H256 abstractions and transactions by @vyzo in #619
- fix: cleanup runtime dependencies. by @Stebalien in #623
- Forward port build & CI changes from master by @Stebalien in #627
- EVM: some small fixes by @vyzo in #621
- EVM runtime: implement GetBytecode and GetStorageAt getters. by @raulk in #631
- EVM: Implement CALLACTOR/METHODNUM and REVERT abort semantics by @vyzo in #633
- EVM runtime: implement EXT* opcodes. by @raulk in #632
New Contributors
- @maciejwitowski made their first contribution in #604
Full Changelog: dev/20220905-m2...dev/20220912-m2