Add DA Footprint Limit Acceptance Test#17034
Conversation
| wg.Add(1) | ||
| go func() { | ||
| defer wg.Done() | ||
| sendTx(t, eoaGroup[i], to, calldataSize) |
There was a problem hiding this comment.
Right now the mere presence of transactions, even with negligible calldata, is causing bad blocks and failure to include the tx. Not sure why, investigating this, but I assume it's an issue with the feature.
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## develop #17034 +/- ##
============================================
- Coverage 81.49% 66.03% -15.46%
============================================
Files 167 55 -112
Lines 9912 4785 -5127
============================================
- Hits 8078 3160 -4918
+ Misses 1690 1481 -209
Partials 144 144
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
2540261 to
5ac3f99
Compare
5ac3f99 to
94e8abc
Compare
94e8abc to
a1b972b
Compare
a1b972b to
d9496dd
Compare
d9496dd to
4432f01
Compare
|
This pr has been automatically marked as stale and will be closed in 5 days if no updates |
Draft.
Generates 60 simultaneous transactions with 120KB of data each.
Then, iterates over the chain and evaluates the
gasUsedfield of the block, as well as the accumulated gas and calldata of the transactions.TODO: