forked from paradigmxyz/reth
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Describe the feature
We currently compute the compressions ratio even for L1 messages, which isn't used since L1 fees aren't paid on L1 messages. Skip the calculation for L1 messages, similar to what is done for the encoding:
reth/crates/scroll/alloy/evm/src/tx/mod.rs
Line 164 in b2377df
let compression_ratio = compute_compression_ratio(base.input()); reth/crates/scroll/alloy/evm/src/tx/mod.rs
Line 273 in b2377df
let compression_ratio = compute_compression_ratio(base.input());
Additional context
No response
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers