This repository has been archived by the owner on Jun 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 360
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(mempool): Prevent runTx failures (#1425)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced new configuration settings for miners, including `ExtraData` and `GasFloor`. - Added transaction removal capabilities in the transaction pool. - **Enhancements** - Updated the EVMKeeper interface to support enhanced transaction pool management. - Improved transaction insertion logic to accommodate new caching mechanisms. - **Bug Fixes** - Fixed an issue with the RPC transaction fee cap configuration. - **Build System** - Included `pebbledb` support in build tags for enhanced database functionality. - **Refactor** - Simplified configuration by removing the default configuration function. - Enhanced the transaction pool with direct embedding of Ethereum's `TxPool` and new fields for better management. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Cal Bera <calbera@berachain.com>
- Loading branch information
1 parent
5231214
commit 859c8d7
Showing
81 changed files
with
1,470 additions
and
1,874 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.