chore: turn off reth-revm default features (#10215)

Co-authored-by: Federico Gimenez <federico.gimenez@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Jonathan LEI
2024-10-15 18:32:25 +08:00
committed by GitHub
parent 5e386130da
commit 39f0ab4116
9 changed files with 36 additions and 4 deletions

View File

@ -1,4 +1,10 @@
//! Traits for configuring an EVM specifics.
//!
//! # Revm features
//!
//! This crate does __not__ enforce specific revm features such as `blst` or `c-kzg`, which are
//! critical for revm's evm internals, it is the responsibility of the implementer to ensure the
//! proper features are selected.
#![doc(
html_logo_url = "https://raw.githubusercontent.com/paradigmxyz/reth/main/assets/reth-docs.png",