Skip to content
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

Fuzz test with various blob sizes #4275

Closed
rootulp opened this issue Jan 27, 2025 · 0 comments
Closed

Fuzz test with various blob sizes #4275

rootulp opened this issue Jan 27, 2025 · 0 comments
Labels
testing items that are strictly related to adding or extending test coverage

Comments

@rootulp
Copy link
Collaborator

rootulp commented 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).

@rootulp rootulp added the testing items that are strictly related to adding or extending test coverage label Jan 27, 2025
@rootulp rootulp closed this as not planned Won't fix, can't repro, duplicate, stale Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing items that are strictly related to adding or extending test coverage
Projects
None yet
Development

No branches or pull requests

1 participant