New Features
- Update alloy to v1.1.0, revm to v31.0.0, remove revm_state and refactor accordingly
- Updated dependencies in Cargo.toml to their latest versions, including:
- alloy to 1.1.0
- revm to 31.0.0
- serde to 1.0.228
- tokio to 1.48.0
- criterion to 0.7.0
- tempfile to 3.23.0
- Updated imports from revm_state to revm::state for consistency.
- Modified EVM execution logic to use new transaction handling methods.
- Adjusted precompile functions to utilize U256 for block height instead of u64 (following revm).
- Added tests to ensure correct behavior with updated block height handling.
- Updated dependencies in Cargo.toml to their latest versions, including:
Commit Statistics
- 1 commit contributed to the release.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Update alloy to v1.1.0, revm to v31.0.0, remove revm_state and refactor accordingly (303738e)