-
Notifications
You must be signed in to change notification settings - Fork 346
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
feat: reject tx if total blob size too large #2202
feat: reject tx if total blob size too large #2202
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2202 +/- ##
==========================================
+ Coverage 21.55% 21.70% +0.15%
==========================================
Files 128 129 +1
Lines 14346 14390 +44
==========================================
+ Hits 3092 3124 +32
- Misses 10949 10960 +11
- Partials 305 306 +1
|
I have low confidence that this will backport to the v1.x branch cleanly but at least mergify can open a PR that I can fix. |
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.
Nice work 👍
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.
nice!
Closes #2156 by implementing **Option C**
Closes #2156 by implementing Option C