-
Notifications
You must be signed in to change notification settings - Fork 145
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(firewall): remove decoding bundle for expired message #1682
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1682 +/- ##
==========================================
+ Coverage 75.07% 76.28% +1.21%
==========================================
Files 234 242 +8
Lines 12156 18639 +6483
==========================================
+ Hits 9126 14219 +5093
- Misses 2582 3960 +1378
- Partials 448 460 +12 🚀 New features to boost your workflow:
|
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.
If the reported consensus height in a message (here) is not same as the actual consensus height of a message, sender should be banned.
What your suggestion for fix this issue? |
Description
Remove decoding bundle for expired message
Related issue(s)