forked from ethereum-optimism/optimism
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: merge develop without conflicts (#48)
- Loading branch information
1 parent
b702f29
commit d517107
Showing
297 changed files
with
6,392 additions
and
28,266 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,35 @@ | ||
# Packages | ||
/packages/contracts-bedrock @ethereum-optimism/contract-reviewers | ||
/packages/sdk @ethereum-optimism/devxpod | ||
# Monorepo - default to go-reviewers | ||
* @ethereum-optimism/go-reviewers | ||
|
||
# OP Stack general | ||
/bedrock-devnet @ethereum-optimism/go-reviewers @ethereum-optimism/op-stack | ||
/op-alt-da @ethereum-optimism/go-reviewers @ethereum-optimism/op-stack | ||
/op-batcher @ethereum-optimism/go-reviewers @ethereum-optimism/op-stack | ||
/op-chain-ops @ethereum-optimism/go-reviewers @ethereum-optimism/op-stack | ||
/op-e2e @ethereum-optimism/go-reviewers @ethereum-optimism/op-stack | ||
/op-node @ethereum-optimism/go-reviewers @ethereum-optimism/op-stack | ||
/op-proposer @ethereum-optimism/go-reviewers @ethereum-optimism/op-stack | ||
/op-wheel @ethereum-optimism/go-reviewers @ethereum-optimism/op-stack | ||
/ops-bedrock @ethereum-optimism/go-reviewers @ethereum-optimism/op-stack | ||
|
||
# Expert areas | ||
/op-node/rollup @ethereum-optimism/go-reviewers @ethereum-optimism/consensus | ||
|
||
/op-supervisor @ethereum-optimism/go-reviewers @ethereum-optimism/interop | ||
|
||
# Bedrock codebases | ||
/bedrock-devnet @ethereum-optimism/go-reviewers | ||
/cannon @ethereum-optimism/go-reviewers | ||
/op-batcher @ethereum-optimism/go-reviewers | ||
/op-bootnode @ethereum-optimism/go-reviewers | ||
/op-chain-ops @ethereum-optimism/go-reviewers | ||
/op-challenger @ethereum-optimism/go-reviewers | ||
/op-dispute-mon @ethereum-optimism/go-reviewers | ||
/op-e2e @ethereum-optimism/go-reviewers | ||
/op-node @ethereum-optimism/go-reviewers | ||
/op-node/rollup @protolambda @ajsutton | ||
/op-alt-da @ethereum-optimism/go-reviewers | ||
/op-preimage @ethereum-optimism/go-reviewers | ||
/op-program @ethereum-optimism/go-reviewers | ||
/op-proposer @ethereum-optimism/go-reviewers | ||
/op-service @ethereum-optimism/go-reviewers | ||
/op-supervisor @ethereum-optimism/go-reviewers | ||
/op-wheel @ethereum-optimism/go-reviewers | ||
/ops-bedrock @ethereum-optimism/go-reviewers | ||
/op-conductor @0x00101010 @zhwrd @mslipper | ||
/op-conductor @ethereum-optimism/go-reviewers @ethereum-optimism/op-conductor | ||
|
||
/cannon @ethereum-optimism/go-reviewers @ethereum-optimism/proofs | ||
/op-dispute-mon @ethereum-optimism/go-reviewers @ethereum-optimism/proofs | ||
/op-challenger @ethereum-optimism/go-reviewers @ethereum-optimism/proofs | ||
/op-preimage @ethereum-optimism/go-reviewers @ethereum-optimism/proofs | ||
/op-program @ethereum-optimism/go-reviewers @ethereum-optimism/proofs | ||
|
||
# Ops | ||
/.circleci @ethereum-optimism/monorepo-ops-reviewers | ||
/.github @ethereum-optimism/monorepo-ops-reviewers | ||
/ops @ethereum-optimism/monorepo-ops-reviewers | ||
/docker-bake.hcl @ethereum-optimism/monorepo-ops-reviewers | ||
|
||
# Misc | ||
/proxyd @ethereum-optimism/infra-reviewers | ||
/infra @ethereum-optimism/infra-reviewers | ||
/specs @ethereum-optimism/contract-reviewers @ethereum-optimism/go-reviewers | ||
|
||
# Don't add owners if only package.json is updated | ||
/packages/*/package.json | ||
/*/package.json | ||
|
||
# JavaScript Releases | ||
/packages/*/CHANGELOG.md @ethereum-optimism/release-managers | ||
/*/CHANGELOG.md @ethereum-optimism/release-managers | ||
# Contracts | ||
/packages/contracts-bedrock @ethereum-optimism/contract-reviewers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"recommendations": [ | ||
"editorconfig.editorconfig", | ||
"juanblanco.solidity", | ||
"nomicfoundation.hardhat-solidity", | ||
"golang.go" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.