rust-ethereum / evm

Pure Rust implementation of Ethereum Virtual Machine
Apache License 2.0
1.16k stars 355 forks source link

[Note] Cancun hard fork and full ethereum tests passing for `evm-0.x` versions #290

Open mrLSD opened 2 months ago

mrLSD commented 2 months ago

Cancun hard fork implementation

As the fork implementation of SpuntiVM for Aurora, based on v0.x branches we relesed new version V0.42.0-aurora.

It includes:

Production-ready

It's in production for aurora-engine.

sorpaas commented 2 months ago

Nice work! I'll take a look soon and hopefully backport them here.