-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,969 changed files
with
282,300 additions
and
53 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@eth-optimism/core-utils': patch | ||
--- | ||
|
||
Delete legacy core-utils |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@eth-optimism/fault-detector': major | ||
'@eth-optimism/sdk': major | ||
--- | ||
|
||
Make optimism/sdk default to bedrock mode |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@eth-optimism/fault-detector': patch | ||
--- | ||
|
||
Fix false error to warning |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@eth-optimism/chain-mon': minor | ||
'@eth-optimism/core-utils': patch | ||
--- | ||
|
||
Added a new service wallet-mon to identify unexpected transfers from key accounts |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@eth-optimism/fault-detector': patch | ||
--- | ||
|
||
Add better source maps and developer support |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@eth-optimism/chain-mon': patch | ||
--- | ||
|
||
Fixed an issue with logging the wrong timestamp. |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@eth-optimism/contracts-bedrock': minor | ||
--- | ||
|
||
Fix issue with deposits running out of gas |
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 |
---|---|---|
|
@@ -495,4 +495,4 @@ workflows: | |
docker_tags: mantlenetworkio/batch-submitter:nightly | ||
docker_context: . | ||
context: | ||
- mantle | ||
- mantle |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ indent_size = 4 | |
|
||
[*.go] | ||
indent_size = 4 | ||
indent_style = tab | ||
indent_style = tab |
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,2 +1,44 @@ | ||
<<<<<<< HEAD | ||
/.github @wukongcheng @shidaxi | ||
/* @wukongcheng | ||
======= | ||
# Legacy codebases | ||
/packages/common-ts @ethereum-optimism/typescript-reviewers | ||
/packages/contracts @ethereum-optimism/contract-reviewers | ||
/packages/contracts-bedrock @ethereum-optimism/contract-reviewers | ||
/packages/contracts-periphery @ethereum-optimism/contract-reviewers | ||
/packages/core-utils @ethereum-optimism/legacy-reviewers | ||
/packages/chain-mon @smartcontracts | ||
/packages/fault-detector @ethereum-optimism/devxpod | ||
/packages/hardhat-deploy-config @ethereum-optimism/legacy-reviewers | ||
/packages/replica-healthcheck @ethereum-optimism/legacy-reviewers | ||
/packages/sdk @ethereum-optimism/devxpod | ||
/packages/atst @ethereum-optimism/devxpod | ||
|
||
# Bedrock codebases | ||
/bedrock-devnet @ethereum-optimism/go-reviewers | ||
/op-batcher @ethereum-optimism/go-reviewers | ||
/op-chain-ops @ethereum-optimism/go-reviewers | ||
/op-e2e @ethereum-optimism/go-reviewers | ||
/op-node @ethereum-optimism/go-reviewers | ||
/op-node/rollup @protolambda @trianglesphere | ||
/op-proposer @ethereum-optimism/go-reviewers | ||
/op-bootnode @ethereum-optimism/go-reviewers | ||
/op-program @ethereum-optimism/go-reviewers | ||
/op-service @ethereum-optimism/go-reviewers | ||
/ops-bedrock @ethereum-optimism/go-reviewers | ||
|
||
|
||
# Ops | ||
/.circleci @ethereum-optimism/infra-reviewers | ||
/.github @ethereum-optimism/infra-reviewers | ||
/ops @ethereum-optimism/infra-reviewers | ||
/op-signer @ethereum-optimism/infra-reviewers | ||
|
||
# Misc | ||
/proxyd @ethereum-optimism/infra-reviewers | ||
/indexer @ethereum-optimism/devxpod | ||
/infra @ethereum-optimism/infra-reviewers | ||
/specs @ethereum-optimism/contract-reviewers @ethereum-optimism/go-reviewers | ||
/endpoint-monitor @ethereum-optimism/infra-reviewers | ||
>>>>>>> op-node/v1.1.1 |
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.