-
Notifications
You must be signed in to change notification settings - Fork 762
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
fix(forkdiff): update sub definitions to fix hydration #244
base: optimism
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
@@ -1,6 +1,6 @@ | ||||||||||
title: "op-geth - go-ethereum fork diff overview" | ||||||||||
footer: | | ||||||||||
Fork-diff overview of [`op-geth`](https://github.com/ethereum-optimism/op-geth), a fork of [`go-ethereum`](https://github.com/ethereum/go-ethereum). | ||||||||||
Fork-diff overview of [`op-geth`](https://github.com/ethereum-optimism/op-geth), a fork of [`go-ethereum, v1.13.8`](https://github.com/ethereum/go-ethereum). | ||||||||||
and execution-engine of the [OP-stack](https://github.com/ethereum-optimism/optimism). | ||||||||||
base: | ||||||||||
name: go-ethereum | ||||||||||
|
@@ -25,6 +25,8 @@ def: | |||||||||
|
||||||||||
- [L2 Execution Engine spec](https://github.com/ethereum-optimism/optimism/blob/develop/specs/exec-engine.md) | ||||||||||
- [Deposit Transaction spec](https://github.com/ethereum-optimism/optimism/blob/develop/specs/deposits.md) | ||||||||||
|
||||||||||
Last updated: Tue Feb 13 19:58:26 UTC 2024 | ||||||||||
Comment on lines
+28
to
+29
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
We're 100% going to forget updating this. The commit hash in the diff page is the best source of truth for last udpate. |
||||||||||
sub: | ||||||||||
- title: "Core modifications" | ||||||||||
sub: | ||||||||||
|
@@ -119,7 +121,7 @@ def: | |||||||||
description: | | ||||||||||
The rollup functionality is enabled with the `optimism` field in the chain config. | ||||||||||
The EIP-1559 parameters are configurable to adjust for faster more frequent and smaller blocks. | ||||||||||
The parameters can be overriden for testing. | ||||||||||
The parameters can be overridden for testing. | ||||||||||
globs: | ||||||||||
- "params/config.go" | ||||||||||
- "params/protocol_params.go" | ||||||||||
|
@@ -166,7 +168,6 @@ def: | |||||||||
- "eth/ethconfig/config.go" | ||||||||||
- title: Tx gossip disable option | ||||||||||
globs: | ||||||||||
- "eth/handler.go" | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think it spit out the error because of the usage of this diff in two places. We should add a description of the |
||||||||||
- "eth/handler_eth.go" | ||||||||||
- title: Warn on missing hardfork data | ||||||||||
globs: | ||||||||||
|
@@ -182,7 +183,6 @@ def: | |||||||||
- title: Historical data for Snap-sync | ||||||||||
description: Snap-sync has access to trusted Deposit Transaction Nonce Data. | ||||||||||
globs: | ||||||||||
- "eth/handler.go" | ||||||||||
- "eth/downloader/downloader.go" | ||||||||||
- "eth/downloader/receiptreference.go" | ||||||||||
- title: Discv5 node discovery | ||||||||||
|
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.
Same here, we won't maintain manual versions in multiple places. Can you revert this part of the change?