-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(protocol): Remove panic in brotli compress method #296
Conversation
📚
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, one suggestion
1b4450e
to
5e319f9
Compare
@refcell for txdeposit we can actually move all of those into the trait impl Encode/Decode2718 op-alloy/crates/consensus/src/transaction/deposit.rs Lines 189 to 193 in 0959cbf
|
5e319f9
to
c3b3087
Compare
Description
Removes an unintended panic in the brotli compression method.