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
We currently don't have a fuzz test that submits txs with blobs of various sizes. If the tx passes CheckTx then it should eventually get included in a block.
Proposal
We could use a fuzz test that submits blobs to the ante handler and verifies that if a valid PFB tx passes the ante handler then it also must be able to be included in an empty block (i.e. a block where it is the only tx).
The text was updated successfully, but these errors were encountered:
rootulp
added
the
testing
items that are strictly related to adding or extending test coverage
label
Jan 27, 2025
Context
#3072
Problem
We currently don't have a fuzz test that submits txs with blobs of various sizes. If the tx passes
CheckTx
then it should eventually get included in a block.Proposal
We could use a fuzz test that submits blobs to the ante handler and verifies that if a valid PFB tx passes the ante handler then it also must be able to be included in an empty block (i.e. a block where it is the only tx).
The text was updated successfully, but these errors were encountered: