Skip to content

Commit

Permalink
fork.yaml: document pathdb journal change (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
protolambda authored Aug 23, 2024
1 parent 6c8de76 commit 641e996
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions fork.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,14 @@ def:
- title: Generated TOML config update
globs:
- "eth/ethconfig/gen_config.go"
- title: "TrieDB PathDB-journal migration"
description: |
From version 1.13.15 to 1.14.0 upstream go-ethereum changed the PathDB journal version, without migration path.
For a better experience when updating op-geth, to not roll back any journaled stage changes,
op-geth implements backward-compatibility with the old journal version.
See upstream Geth PR 28940, and op-geth PR 368 for details.
globs:
- "triedb/pathdb/journal.go"
- title: "User API enhancements"
description: "Encode the Deposit Tx properties, the L1 costs, and daisy-chain RPC-calls for pre-Bedrock historical data"
sub:
Expand Down

0 comments on commit 641e996

Please sign in to comment.