forked from ethereum-optimism/optimism
-
Notifications
You must be signed in to change notification settings - Fork 3
/
fork.yaml
141 lines (136 loc) · 3.5 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
title: "CELO <> OP optimism forkdiff"
footer: |
Fork-diff overview of changes made in [Celo's `optimism`](https://github.com/celo-org/optimism),
a fork of [Optimism's `optimism`](https://github.com/ethereum-optimism/optimism).
base:
name: OP
url: https://github.com/ethereum-optimism/optimism
hash: 224c5fd65cb4e8204258291e74263c1e70466176 # tracks the last rebased commit
fork:
name: CELO
url: https://github.com/celo-org/optimism
ref: HEAD
def:
title: "Celo's optimism"
description: |
This is an overview of the changes in [Celo's `optimism` implementation](https://github.com/celo-org/optimism),
a fork of [Optimism's `optimism`](https://github.com/ethereum-optimism/optimism).
Changes are currently separated by sub-package or component. Check out the [README](https://github.com/celo-org/optimism/blob/develop/README.md)
for more details about each of these components and packages.
sub:
- title: "packages/*"
description: ""
sub:
- title: "common-ts"
description: ""
globs:
- "packages/common-ts/*"
- title: "contracts-bedrock"
description: ""
globs:
- "packages/contracts-bedrock/*"
- "packages/contracts-bedrock/*/*"
- "packages/contracts-bedrock/*/*/*"
- title: "core-utils"
description: ""
globs:
- "packages/core-utils/*"
- title: "chain-mon"
description: ""
globs:
- "packages/chain-mon/*"
- title: "sdk"
description: ""
globs:
- "packages/sdk/*"
- title: "op-bindings"
description: ""
globs:
- "op-bindings/*"
- "op-bindings/*/*"
- title: "op-batcher"
description: ""
globs:
- "op-batcher/*"
- title: "op-bootnode"
description: ""
globs:
- "op-bootnode/*"
- title: "op-chain-ops"
description: ""
globs:
- "op-chain-ops/*"
- "op-chain-ops/*/*"
- "op-chain-ops/*/*/*"
- title: "op-challenger"
description: ""
globs:
- "op-challenger/*"
- "op-challenger/*/*"
- "op-challenger/*/*/*"
- title: "op-e2e"
description: ""
globs:
- "op-e2e/*"
- "op-e2e/*/*"
- "op-e2e/*/*/*"
- "op-e2e/*/*/*/*"
- title: "op-exporter"
description: ""
globs:
- "op-exporter/*"
- title: "op-node"
description: ""
globs:
- "op-node/*"
- "op-node/*/*"
- "op-node/*/*/*"
- title: "op-program"
description: ""
globs:
- "op-program/*"
- title: "op-proposer"
description: ""
globs:
- "op-proposer/*"
- title: "op-service"
description: ""
globs:
- "op-service/*"
- title: "op-signer"
description: ""
globs:
- "op-signer/*"
- title: "op-wheel"
description: ""
globs:
- "op-wheel/*"
- title: "ops-bedrock"
description: ""
globs:
- "ops-bedrock/*"
- title: "proxyd"
description: ""
globs:
- "proxyd/*"
- title: "specs"
description: ""
globs:
- "specs/*"
- title: "indexer"
description: ""
globs:
- "indexer/*"
- "indexer/*/*"
- "indexer/*/*/*"
# ignored globally, does not count towards line count
ignore:
- ".circleci/*"
- "*.sum"
- "go.mod"
- "fork.yaml"
- ".github/workflows/*"
- ".changeset/*"
- ".github/*"
- "CONTRIBUTING.md"
- "pnpm-lock.yaml"