What's Changed
- forward-port CI & build optimizations by @Stebalien in #644
- Introduce a check for unique Robust Address in the Init Actor by @Stebalien in #645
- Next: fix broken tests by @vyzo in #648
- Add ripemd160 precompile test by @mriise in #651
- fix: remove input_data from EVM constructor by @Stebalien in #661
- rename evm actor's
AddresstoEthAddressby @mriise in #665 - EVM: Fix Precompile Failure Modes & Implement Remaining Precompile Tests by @mriise in #654
- feat: add an embryo actor by @Stebalien in #667
- fix: make the empty array CID const and export it (#668) by @Stebalien in #683
- test: correctly compute the f2 address in the test vm (#686) by @Stebalien in #690
- feat: basic f4 support by @Stebalien in #684
- Traits and impls for adding context and exit codes to results. (#589) by @Stebalien in #692
- EVM-887: Storage footprint test contract by @aakoshh in #689
- fix: keep the embryo balance on deploy by @Stebalien in #694
- EVM-888: Storage footprint baseline test by @aakoshh in #697
- EVM-889: Visualize measurements by @aakoshh in #708
- EVM runtime: support GASPRICE, TIMESTAMP, CHAINID, GASLIMIT, GAS opcodes by @vyzo in #713
Full Changelog: dev/20220912-m2...dev/20221003-m2