## Cancun hard fork implementation As the fork implementation of SpuntiVM for [Aurora](https://github.com/aurora-is-near/), based on `v0.x` branches we relesed new version [V0.42.0-aurora](https://github.com/aurora-is-near/sputnikvm/releases/tag/v0.42.0-aurora). It includes: - full support of `Cancun` hard fork - It passed all [ethereum/tests](https://github.com/ethereum/tests) for `v13.2` - preparing for passing `v13.3` (latest) - tests passing includes hard forks from `Istanbul` to the `latest` hard fork - refactored `json-tests` to: - pass all tests - added CLI tool - added verbosity levels - added information for analyzing and debuging - found & fixed bugs related to `v0.x` SputnikVM version - highly optimized implementation for WebAssembly: - optimized gas cost consumption for NEAR protocol (smartcontracts based on WebAssembly) ### Production-ready It's in production for [aurora-engine](https://github.com/aurora-is-near/aurora-engine).