feat(no-std): add no_std support for reth-optimism-consensus (#13692)

This commit is contained in:
Emilia Hane
2025-01-08 00:51:58 +01:00
committed by GitHub
parent fb6902880c
commit 93667e0820
5 changed files with 47 additions and 36 deletions

View File

@ -1,5 +1,6 @@
//! Helper function for Receipt root calculation for Optimism hardforks.
use alloc::vec::Vec;
use alloy_consensus::TxReceipt;
use alloy_eips::eip2718::Encodable2718;
use alloy_primitives::B256;