forked from maticnetwork/heimdall
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Upgrade Heimdall to v1.0.7 for Dencun Hardfork Compatibility and Critical Bug Fixes #13
Closed
vinayak0035
wants to merge
19
commits into
v1.0.7-bone-beta-candidate
from
feature/vinayak-1.0.2-bone
Closed
Upgrade Heimdall to v1.0.7 for Dencun Hardfork Compatibility and Critical Bug Fixes #13
vinayak0035
wants to merge
19
commits into
v1.0.7-bone-beta-candidate
from
feature/vinayak-1.0.2-bone
Conversation
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
- Fixed CI/CD and added network configuration Co-authored-by: Vinayak <vinayak@shib.io>
* fix release pipeline * added genesis * dockerfile * aalborgHeight --------- Co-authored-by: Vinayak <vinayak@shib.io>
* Heimdall Bone Changes (#1) Heimdall Bone Changes Co-authored-by: Vinayak <vinayak@shib.io> * update package and config * update mainnet and testnet configuration with yml files * matic cli and lint * fixed IPC * docker coded added * docker coded added * docker coded added * docker coded added * fixing docker image * added public ecr * added public ecr * added genesis and update gorelease * docker image and shibariumtech * remove depreacted ci flow * cleanup extra genesis files * add shibarium and puppynet genesis * Configure AWS Credentials for gorleaser * update ecr path --------- Co-authored-by: Wizard <155009525+ShibWizard@users.noreply.github.com> Co-authored-by: Kumar Saurabh <itsksaurabh@gmail.com>
* Update aalborg height * Change HF block
* feat: expose status endpoint from rest-server * call status directly * remove public endpoint * remove endpoint from checkpoint module * server: add /status endpoint * server: only return sync info * server: rename fn to sync info * server: fix milestone grpc endpoint * server: rename sync_info to status
…one/heimdall into feature/vinayak-1.0.2-bone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Description: Upgrade Heimdall to v1.0.7 for Dencun Hardfork Compatibility and Critical Bug Fixes
This pull request upgrades Heimdall to v1.0.7, a mandatory release for Polygon Mainnet validators. The upgrade is necessary to ensure compatibility with the upcoming Dencun hardfork on the Ethereum Mainnet, scheduled for March 13, 2024, at 13:55 UTC. This release includes several critical updates and fixes, most notably the upgrade to the bor dependency to bor v1.2.7, which is crucial for processing Ethereum L1 blocks with blob transactions post-Dencun.
Key Updates:
bor
to v1.2.7 to support post-Dencun blob transactions.Notable Fixes and Improvements:
Additionally, this release includes the bug fixes and documentation updates from v1.0.5 and v1.0.6, further enhancing the reliability and security of the system.
Action Required:
All operators running Polygon validators are highly recommended to upgrade to v1.0.7 before the Dencun hardfork on Ethereum Mainnet to avoid potential issues with transaction processing.