Skip to content

Commit

Permalink
Update fork.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajsutton committed Aug 26, 2024
1 parent 5d4ded8 commit b65afb7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fork.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,13 @@ def:
See upstream Geth PR 28940, and op-geth PR 368 for details.
globs:
- "triedb/pathdb/journal.go"
- title: "Single threaded execution"
description: |
The cannon fault proofs virtual machine does not support the creation of threads. To ensure compatibility,
thread creation is avoided when only a single CPU is available.
globs:
- "core/state/workers.go"
- "trie/hasher.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 b65afb7

Please sign in to comment.