feat(no-std): enable no_std support for op consensus rules (#13684)

This commit is contained in:
Emilia Hane
2025-01-06 22:48:45 +01:00
committed by GitHub
parent 28fde3fbf5
commit 89a93c5570
5 changed files with 212 additions and 180 deletions

View File

@ -1,5 +1,7 @@
//! 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;