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

fix bugs regarding tx gas limit #1323

Merged
merged 3 commits into from
Oct 11, 2024
Merged

Conversation

eyusufatik
Copy link
Member

Description

The real "bug" turned out to be something different from my initial thoughts in the issue.

Linked Issues

Fixes #1322

Testing

Describe how these changes were tested. If you've added new features, have you added unit tests?

Docs

Describe where this code is documented. If it changes a documented interface, have the docs been updated?

@eyusufatik eyusufatik added the HOLD-MERGE PR is not draft but should not be merged yet label Oct 10, 2024
Copy link

codecov bot commented Oct 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.4%. Comparing base (3ce2f4f) to head (7f50cf2).
Report is 1 commits behind head on nightly.

Additional details and impacted files
Files with missing lines Coverage Δ
crates/evm/src/query.rs 89.7% <100.0%> (+0.3%) ⬆️
crates/sequencer/src/mempool.rs 93.7% <100.0%> (+0.2%) ⬆️

... and 3 files with indirect coverage changes

@eyusufatik eyusufatik merged commit ec3d2d5 into nightly Oct 11, 2024
14 checks passed
@eyusufatik eyusufatik deleted the esad/fix-tx-high-gas-inclusion-bug branch October 11, 2024 09:13
eyusufatik added a commit that referenced this pull request Oct 11, 2024
* only spawn_blocking for nonce search (#1321)

* Use spawn_blocking in bitcoin service not in tx builders (#1324)

* Use spawn_blocking in bitcoin service not in tx builders

* Clone outside of spawn

---------

Co-authored-by: yaziciahmet <[email protected]>

* fix bugs regarding tx gas limit (#1323)

* fix bugs regarding tx gas limit

* group gas limit capping functionality to a function

* prepare v0.5.4 (#1327)

* update version number in doc and update changelog

* update neglected CITREA_VERSION constant

---------

Co-authored-by: Ahmet Yazıcı <[email protected]>
Co-authored-by: Roman <[email protected]>
Co-authored-by: yaziciahmet <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HOLD-MERGE PR is not draft but should not be merged yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Transaction never included in block if gas limit > 8m
4 participants