What's Changed
- fix: really allow anyone to call EAM::create by @Stebalien in #820
- fix: explicitly reject "reserved" eth addresses in the EAM by @Stebalien in #822
- fix u256 encoding by @Stebalien in #828
- EVM: simplify and fix evm storage by @Stebalien in #831
- EVM: remove impossible result by @Stebalien in #833
- EVM: reserve methods < 1024 for EVM internals by @Stebalien in #823
- EVM: on unhandled methods, call handle_filecoin_method with solidity ABI by @Stebalien in #834
- chore: update storage plots by @Stebalien in #832
- FVM specific EVM precompiles by @mriise in #792
- EVM: use more EVM style parameters for FVM syscall precompiles by @mriise in #837
- upgrade fvm_shared@3.0.0-alpha.9, fvm_sdk@3.0.0-alpha.9. by @raulk in #838
Full Changelog: dev/20221108.1-m2...dev/20221114-fvm-m2