forked from paradigmxyz/reth
-
Notifications
You must be signed in to change notification settings - Fork 3
/
fork.yaml
42 lines (41 loc) · 1.15 KB
/
fork.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
title: "scroll-reth - reth fork diff overview"
footer: |
Fork-diff overview of [`scroll-reth`](https://github.com/scroll-tech/reth), a fork of [`reth`](https://github.com/paradigmxyz/reth).
base:
name: reth
url: https://github.com/paradigmxyz/reth
hash: 3f9816e1c4d5302bd5a3f743f4f10ab079c2fd15
fork:
name: scroll-reth
url: https://github.com/scroll-tech/reth
ref: refs/heads/scroll
def:
title: "scroll-reth"
description: |
This is an overview of the changes in [`scroll-reth`](https://github.com/scroll-tech/reth),
a fork of [`reth`](https://github.com/paradigmxyz/reth).
sub:
- title: "crates/scroll"
globs:
- "crates/scroll/**/*"
- title: "crates/ethereum"
globs:
- "crates/ethereum/**/*"
- title: "crates/optimism"
globs:
- "crates/optimism/**/*"
- title: "crates/primitives"
globs:
- "crates/primitives*/**/*"
- title: "crates/stages"
globs:
- "crates/stages/**/*"
- title: "crates/storage"
globs:
- "crates/storage/**/*"
- title: "crates/trie"
globs:
- "crates/trie/**/*"
ignore:
- "fork.yaml"
- ".github/**"