Developer Preview – 2025-06-12
🚀 Features
Revm
- Migrated Revm to the latest v75 version (@xozzslip, @dmitry123)
- Enabled native multicall support (@dmitry123)
- Enabled BLS12-381 system precompiled contracts for Prague fork (@dmitry123)
- Integrated rWasm extension into Revm (@dmitry123)
🐞 Bug Fixes
Revm
- Fixed bug with setting init code hash; Added missing debug & clone derives into rwasm evm instance; Updated e2e testing suite and bugfixes after post-merge; Fixed Wasm deployment and SVM runtime check (@xozzslip, @dmitry123)
🛠 Refactoring
Fluentbase
- Refactored context reader for improved code structure (@dmitry123)
🧹 Chores
- CI: Added/fixed good coverage tests for Revm testing suite (@dmitry123)
- Misc: Tiny internal fixes, dependencies, test script improvements (@dmitry123)
What's Changed
- Fix rerun if changed in all build scripts by @xozzslip in #104
- Move compilation of Wasmtime modules to compile time by @xozzslip in #105
- Merge upstream revm v71 (v23.1.0) by @xozzslip in #108
Full Changelog: v0.1.0-dev...v0.2.0-dev