We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 transaction inclusion works as expected when the block gas limit is exceeded.
The test case is expected to fail before #378, but success after it.
The text was updated successfully, but these errors were encountered:
Problem: tx inclusion logic when block gas limit exceeded is not tested
6cd9cb3
Closes: crypto-org-chain#379 Solution: - add integration test to test tx inclusion logic when block gas limit exceeded.
6fbadc4
a29f498
Problem: tx inclusion logic when block gas limit exceeded is not test…
58085b5
…ed (#380) Closes: #379 Solution: - add integration test to test tx inclusion logic when block gas limit exceeded.
yihuang
Successfully merging a pull request may close this issue.
Test transaction inclusion works as expected when the block gas limit is exceeded.
The test case is expected to fail before #378, but success after it.
The text was updated successfully, but these errors were encountered: