You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(l1): remove usage of assert_eq in frame decoding (rlpx) (#2456)
**Motivation**
Replaces `assert_eq` usage with proper errors in rlpx frame decoding
<!-- Why does this pull request exist? What are its goals? -->
**Description**
* Add error variant `RLPXError::InvalidMessageFrame`
* Remove usage of `assert_eq` in `RLPxCodec::decode` impl
<!-- A clear and concise general description of the changes this PR
introduces -->
<!-- Link to issues: Resolves#111, Resolves#222 -->
Closes#1748
0 commit comments