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

fix(protocol): Remove panic in brotli compress method #296

Closed refcell closed 1 week ago

refcell commented 1 week ago

Description

Removes an unintended panic in the brotli compression method.

refcell commented 1 week ago

📚 $\text{Stack Overview}$

Pulls submitted in this stack:

This comment was automatically generated by st.

mattsse commented 1 week ago

@refcell for txdeposit we can actually move all of those into the trait impl Encode/Decode2718

https://github.com/alloy-rs/op-alloy/blob/0959cbfb727b1fe05d8ff52b85faab11fe8ef160/crates/consensus/src/transaction/deposit.rs#L189-L193