alloy-rs / op-alloy

Transports, Middleware, and Networks for the OP Stack built on Alloy
https://alloy-rs.github.io/op-alloy/
Apache License 2.0
44 stars 36 forks source link

chore(protocol): Remove Add Compressed Data Method #267

Closed refcell closed 2 weeks ago

refcell commented 2 weeks ago

Component

protocol

Describe the feature you would like

Remove the add_raw_compressed_batch method on the ChannelOut, since the field is public, and the std method add_batch provides a clean way of setting the compressed data for a given batch.

Additional context

No response