mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
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:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user