added giugliano block for mainnet#2164
Conversation
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review.
Tip: disable this comment in your organization's Code Review settings.
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. |
There was a problem hiding this comment.
Pull request overview
Adds the Giugliano Bor hardfork activation block to Polygon PoS mainnet configuration, aligning runtime chain configs and the builder genesis spec with the announced activation height.
Changes:
- Set
GiuglianoBlockto85268500in Bor mainnet chain config (params/config.go). - Mirror the same activation block in the CLI mainnet chain spec (
internal/cli/server/chains/mainnet.go). - Add
giuglianoBlockto the mainnet genesis builder JSON (builder/files/genesis-mainnet-v1.json).
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| params/config.go | Adds Giugliano hardfork activation height to Bor mainnet chain config. |
| internal/cli/server/chains/mainnet.go | Keeps CLI-provided mainnet chain spec in sync with the updated Bor config. |
| builder/files/genesis-mainnet-v1.json | Updates the builder genesis config to include the Giugliano activation block. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
marcello33
left a comment
There was a problem hiding this comment.
Approved, just please address the copilot concern to GatherForks
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## v2.7.0-candidate #2164 +/- ##
====================================================
- Coverage 51.34% 51.30% -0.04%
====================================================
Files 882 882
Lines 154210 154212 +2
====================================================
- Hits 79172 79120 -52
- Misses 69892 69941 +49
- Partials 5146 5151 +5
... and 13 files with indirect coverage changes
🚀 New features to boost your workflow:
|



Description
https://polygonscan.com/block/countdown/85268500
Changes
Breaking changes
Please complete this section if any breaking changes have been made, otherwise delete it
Nodes audience
In case this PR includes changes that must be applied only to a subset of nodes, please specify how you handled it (e.g. by adding a flag with a default value...)
Checklist
Cross repository changes
Testing
Manual tests
Please complete this section with the steps you performed if you ran manual tests for this functionality, otherwise delete it
Additional comments
Please post additional comments in this section if you have them, otherwise delete it