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

Test that we are only removing txs from the block at the max square size #1102

Closed
Tracked by #1256
evan-forbes opened this issue Dec 9, 2022 · 1 comment
Closed
Tracked by #1256
Assignees
Labels
testing items that are strictly related to adding or extending test coverage

Comments

@evan-forbes
Copy link
Member

ideally we should only be hitting this if we're at the max squaresize. that might be something we want to add a test for in the future

Originally posted by @evan-forbes in #1089 (comment)

this test could be as simple adding an additional check to an existing test that creates square not the max square size, and ensure that each transaction is getting included in the block.

@evan-forbes evan-forbes added the testing items that are strictly related to adding or extending test coverage label Dec 19, 2022
@evan-forbes evan-forbes added this to the Mainnet milestone Jan 17, 2023
@cmwaters cmwaters self-assigned this Feb 6, 2023
@cmwaters
Copy link
Contributor

Closing this as I believe it has been solved through this test:

func TestBuilderRejectsBlobTransactions(t *testing.T) {

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

2 participants