You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
📝 batcher doc-links
indexer: Fix startup errors
- The block locator was being initialized with a zero hash, which caused `Update` return `nil` and crash the process.
- Adds an L2 conf depth parameter, since L2 can now reorg.
update changesets to latest version
op-node: Turn down log level of enode filtering
This was spamming ~12 log lines every 2 seconds, so I turned down the log level.
deletes old changeset patches
check-changed: Add additional patterns to force total rebuild
Adds a bunch of patterns that should trigger a rebuild of all dependencies. Mostly related to build stuff.
fix(bmon): Fix balance monitor name
Version Packages
indexer: changeset
Version Packages
creates indexer docker build cci configs
feat(ctb): commit prod Goerli config
Commits the production Goerli configuration for Bedrock.
Add vault recipients
Remove coinbase
feat(ctb): Goerli deployment artifacts
Commits deployment artifacts for Goerli
✨ typo fix
📝 update specs link for bedrock 🔨
fix: batcher doc line lengths
fix: batcher doc aliasing?
nit: remove doc link alias hyphen
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ There are plenty of ways to contribute, in particular we appreciate support in t
8
8
- Fixing and responding to existing issues. You can start off with those tagged ["good first issue"](https://github.com/ethereum-optimism/optimism/contribute) which are meant as introductory issues for external contributors.
9
9
- Improving the [community site](https://community.optimism.io/), [documentation](https://github.com/ethereum-optimism/community-hub) and [tutorials](https://github.com/ethereum-optimism/optimism-tutorial).
10
10
- Become an "Optimizer" and answer questions in the [Optimism Discord](https://discord.optimism.io).
11
-
- Get involved in the protocol design process by proposing changes or new features or write parts of the spec yourself in the [optimistic-specs repo](https://github.com/ethereum-optimism/optimistic-specs).
11
+
- Get involved in the protocol design process by proposing changes or new features or write parts of the spec yourself in the [specs subdirectory](./specs/).
12
12
13
13
Note that we have a [Code of Conduct](https://github.com/ethereum-optimism/.github/blob/master/CODE_OF_CONDUCT.md), please follow it in all your interactions with the project.
0 commit comments