-
Notifications
You must be signed in to change notification settings - Fork 91
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
Add granite upgrade page to sidebar #367
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. The date confuses me a little but that hasn't changed in this PR so not a blocker.
@@ -256,7 +256,7 @@ but the matching L1-origin information may not be present at the time of activat | |||
[Governance Proposal](https://gov.optimism.io/t/upgrade-proposal-5-ecotone-network-upgrade/7669). | |||
- `v7.0.0`: 2024 Jul 10th - Fjord network upgrade (RIP-7212 precompile + FastLZ cost fn + Brotli compression). | |||
[Governance Proposal](https://gov.optimism.io/t/upgrade-proposal-9-fjord-network-upgrade/8236). | |||
- `v8.0.0`: 2024 Aug 19th (optimistic[^1]) - Granite network upgrade (Limit ecpairing input size + Reduce Channel Timeout). | |||
- `v8.0.0`: 2024 Aug 19th - Granite network upgrade (Limit ecpairing input size + Reduce Channel Timeout). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm unclear why this is Aug 19th....
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right. It was August 16 for Sepolia and will be today for mainnet. I'll fix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mean tomorrow. Fixed.
591d424
to
4986821
Compare
482cf42
to
1d224cf
Compare
Rebased onto main |
1d224cf
to
8beef43
Compare
8beef43
to
7658cc4
Compare
Adds granite upgrade page to the "Protocol Upgrades" sidebar section. Also removes footnote about granite not being approved yet.