forked from berachain/polaris
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(miner): Fix issue seen in prepare proposal (berachain#1396)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a new proposal system for validators to propose and process blocks. - Enhanced the EVMKeeper interface to support blockchain setup and state plugin factory retrieval. - Added a new interface for ABCI requests with methods for transaction and blockchain state retrieval. - Implemented a state plugin factory for creating and managing state plugins. - Updated the blockchain interface to manage state plugins more effectively. - **Improvements** - Removed unnecessary methods from the App interface to streamline blockchain interactions. - Updated Miner type to integrate with the Ethereum miner and state plugin factory. - Enhanced the Keeper type in EVM module to support new host chain interactions. - Modified the blockchain and chain writer interfaces to include state parameters in various methods. - **Bug Fixes** - Fixed issues in genesis state handling by correctly utilizing the state plugin factory. - Adjusted EndBlock and PrepareCheckState functions in the EVM module to align with the Cosmos-SDK lifecycle. - **Documentation** - Translated project introductory information and core principles to Korean. - **Refactor** - Updated various Go files to use the new Go version 1.21.6. - Simplified the chain and miner modules by removing redundant fields and imports. - Refined the EVM module to better manage gas metering and state overrides. - **Chores** - Updated Go version in workflow actions and Dockerfiles for consistent build environments. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: ocnc <[email protected]> Co-authored-by: Cal Bera <[email protected]>
- Loading branch information
1 parent
0855077
commit 759c0b0
Showing
53 changed files
with
806 additions
and
338 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
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
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
2 changes: 1 addition & 1 deletion
2
contracts/bindings/testing/distribution_testing_helper.abigen.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.