Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
52eb1a26
Unverified
Commit
52eb1a26
authored
Jun 20, 2023
by
Matthew Slipper
Committed by
GitHub
Jun 20, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6076 from ethereum-optimism/develop
Developer -> Master
parents
cf8997a9
4dbbee29
Changes
22
Hide whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
107 additions
and
59 deletions
+107
-59
chilly-carrots-impress.md
.changeset/chilly-carrots-impress.md
+0
-5
fair-poems-give.md
.changeset/fair-poems-give.md
+0
-6
few-shoes-deny.md
.changeset/few-shoes-deny.md
+0
-5
moody-foxes-enjoy.md
.changeset/moody-foxes-enjoy.md
+0
-6
rotten-cheetahs-guess.md
.changeset/rotten-cheetahs-guess.md
+0
-5
smooth-bulldogs-hear.md
.changeset/smooth-bulldogs-hear.md
+0
-5
tasty-seahorses-add.md
.changeset/tasty-seahorses-add.md
+0
-5
CHANGELOG.md
packages/chain-mon/CHANGELOG.md
+18
-0
package.json
packages/chain-mon/package.json
+5
-5
CHANGELOG.md
packages/common-ts/CHANGELOG.md
+8
-0
package.json
packages/common-ts/package.json
+2
-2
CHANGELOG.md
packages/contracts-bedrock/CHANGELOG.md
+12
-0
package.json
packages/contracts-bedrock/package.json
+2
-2
package.json
packages/contracts-periphery/package.json
+2
-2
CHANGELOG.md
packages/core-utils/CHANGELOG.md
+7
-0
package.json
packages/core-utils/package.json
+1
-1
CHANGELOG.md
packages/fault-detector/CHANGELOG.md
+17
-0
package.json
packages/fault-detector/package.json
+4
-4
CHANGELOG.md
packages/replica-healthcheck/CHANGELOG.md
+9
-0
package.json
packages/replica-healthcheck/package.json
+3
-3
CHANGELOG.md
packages/sdk/CHANGELOG.md
+14
-0
package.json
packages/sdk/package.json
+3
-3
No files found.
.changeset/chilly-carrots-impress.md
deleted
100644 → 0
View file @
cf8997a9
---
'
@eth-optimism/core-utils'
:
patch
---
Delete legacy core-utils
.changeset/fair-poems-give.md
deleted
100644 → 0
View file @
cf8997a9
---
'
@eth-optimism/fault-detector'
:
major
'
@eth-optimism/sdk'
:
major
---
Make optimism/sdk default to bedrock mode
.changeset/few-shoes-deny.md
deleted
100644 → 0
View file @
cf8997a9
---
'
@eth-optimism/fault-detector'
:
patch
---
Fix false error to warning
.changeset/moody-foxes-enjoy.md
deleted
100644 → 0
View file @
cf8997a9
---
'
@eth-optimism/chain-mon'
:
minor
'
@eth-optimism/core-utils'
:
patch
---
Added a new service wallet-mon to identify unexpected transfers from key accounts
.changeset/rotten-cheetahs-guess.md
deleted
100644 → 0
View file @
cf8997a9
---
'
@eth-optimism/fault-detector'
:
patch
---
Add better source maps and developer support
.changeset/smooth-bulldogs-hear.md
deleted
100644 → 0
View file @
cf8997a9
---
'
@eth-optimism/chain-mon'
:
patch
---
Fixed an issue with logging the wrong timestamp.
.changeset/tasty-seahorses-add.md
deleted
100644 → 0
View file @
cf8997a9
---
'
@eth-optimism/contracts-bedrock'
:
minor
---
Fix issue with deposits running out of gas
packages/chain-mon/CHANGELOG.md
View file @
52eb1a26
# @eth-optimism/drippie-mon
# @eth-optimism/drippie-mon
## 0.4.0
### Minor Changes
-
d6388be4a: Added a new service wallet-mon to identify unexpected transfers from key accounts
### Patch Changes
-
287d317d3: Fixed an issue with logging the wrong timestamp.
-
Updated dependencies
[
8d7dcc70c
]
-
Updated dependencies
[
119754c2f
]
-
Updated dependencies
[
d6388be4a
]
-
Updated dependencies
[
af292562f
]
-
@eth-optimism/core-utils@0.12.1
-
@eth-optimism/sdk@3.0.0
-
@eth-optimism/contracts-bedrock@0.15.0
-
@eth-optimism/common-ts@0.8.2
## 0.3.1
## 0.3.1
### Patch Changes
### Patch Changes
...
...
packages/chain-mon/package.json
View file @
52eb1a26
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/chain-mon"
,
"name"
:
"@eth-optimism/chain-mon"
,
"version"
:
"0.
3.1
"
,
"version"
:
"0.
4.0
"
,
"description"
:
"[Optimism] Chain monitoring services"
,
"description"
:
"[Optimism] Chain monitoring services"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
@@ -34,11 +34,11 @@
...
@@ -34,11 +34,11 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.8.
1
"
,
"@eth-optimism/common-ts"
:
"0.8.
2
"
,
"@eth-optimism/contracts-periphery"
:
"1.0.8"
,
"@eth-optimism/contracts-periphery"
:
"1.0.8"
,
"@eth-optimism/contracts-bedrock"
:
"0.1
4
.0"
,
"@eth-optimism/contracts-bedrock"
:
"0.1
5
.0"
,
"@eth-optimism/core-utils"
:
"0.12.
0
"
,
"@eth-optimism/core-utils"
:
"0.12.
1
"
,
"@eth-optimism/sdk"
:
"
2.1
.0"
,
"@eth-optimism/sdk"
:
"
3.0
.0"
,
"ethers"
:
"^5.7.0"
,
"ethers"
:
"^5.7.0"
,
"@types/dateformat"
:
"^5.0.0"
,
"@types/dateformat"
:
"^5.0.0"
,
"chai-as-promised"
:
"^7.1.1"
,
"chai-as-promised"
:
"^7.1.1"
,
...
...
packages/common-ts/CHANGELOG.md
View file @
52eb1a26
# @eth-optimism/common-ts
# @eth-optimism/common-ts
## 0.8.2
### Patch Changes
-
Updated dependencies
[
8d7dcc70c
]
-
Updated dependencies
[
d6388be4a
]
-
@eth-optimism/core-utils@0.12.1
## 0.8.1
## 0.8.1
### Patch Changes
### Patch Changes
...
...
packages/common-ts/package.json
View file @
52eb1a26
{
{
"name"
:
"@eth-optimism/common-ts"
,
"name"
:
"@eth-optimism/common-ts"
,
"version"
:
"0.8.
1
"
,
"version"
:
"0.8.
2
"
,
"description"
:
"[Optimism] Advanced typescript tooling used by various services"
,
"description"
:
"[Optimism] Advanced typescript tooling used by various services"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/core-utils"
:
"0.12.
0
"
,
"@eth-optimism/core-utils"
:
"0.12.
1
"
,
"@sentry/node"
:
"^6.3.1"
,
"@sentry/node"
:
"^6.3.1"
,
"bcfg"
:
"^0.1.7"
,
"bcfg"
:
"^0.1.7"
,
"body-parser"
:
"^1.20.0"
,
"body-parser"
:
"^1.20.0"
,
...
...
packages/contracts-bedrock/CHANGELOG.md
View file @
52eb1a26
# @eth-optimism/contracts-bedrock
# @eth-optimism/contracts-bedrock
## 0.15.0
### Minor Changes
-
af292562f: Fix issue with deposits running out of gas
### Patch Changes
-
Updated dependencies
[
8d7dcc70c
]
-
Updated dependencies
[
d6388be4a
]
-
@eth-optimism/core-utils@0.12.1
## 0.14.0
## 0.14.0
### Minor Changes
### Minor Changes
...
...
packages/contracts-bedrock/package.json
View file @
52eb1a26
{
{
"name"
:
"@eth-optimism/contracts-bedrock"
,
"name"
:
"@eth-optimism/contracts-bedrock"
,
"version"
:
"0.1
4
.0"
,
"version"
:
"0.1
5
.0"
,
"description"
:
"Contracts for Optimism Specs"
,
"description"
:
"Contracts for Optimism Specs"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
"echidna:metering"
:
"echidna-test --contract EchidnaFuzzResourceMetering --config ./echidna.yaml ."
"echidna:metering"
:
"echidna-test --contract EchidnaFuzzResourceMetering --config ./echidna.yaml ."
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/core-utils"
:
"^0.12.
0
"
,
"@eth-optimism/core-utils"
:
"^0.12.
1
"
,
"@openzeppelin/contracts"
:
"4.7.3"
,
"@openzeppelin/contracts"
:
"4.7.3"
,
"@openzeppelin/contracts-upgradeable"
:
"4.7.3"
,
"@openzeppelin/contracts-upgradeable"
:
"4.7.3"
,
"ethers"
:
"^5.7.0"
"ethers"
:
"^5.7.0"
...
...
packages/contracts-periphery/package.json
View file @
52eb1a26
...
@@ -53,8 +53,8 @@
...
@@ -53,8 +53,8 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"@eth-optimism/contracts-bedrock"
:
"0.1
4
.0"
,
"@eth-optimism/contracts-bedrock"
:
"0.1
5
.0"
,
"@eth-optimism/core-utils"
:
"^0.12.
0
"
,
"@eth-optimism/core-utils"
:
"^0.12.
1
"
,
"@eth-optimism/hardhat-deploy-config"
:
"^0.2.6"
,
"@eth-optimism/hardhat-deploy-config"
:
"^0.2.6"
,
"@ethersproject/hardware-wallets"
:
"^5.7.0"
,
"@ethersproject/hardware-wallets"
:
"^5.7.0"
,
"@nomiclabs/hardhat-ethers"
:
"^2.0.2"
,
"@nomiclabs/hardhat-ethers"
:
"^2.0.2"
,
...
...
packages/core-utils/CHANGELOG.md
View file @
52eb1a26
# @eth-optimism/core-utils
# @eth-optimism/core-utils
## 0.12.1
### Patch Changes
-
8d7dcc70c: Delete legacy core-utils
-
d6388be4a: Added a new service wallet-mon to identify unexpected transfers from key accounts
## 0.12.0
## 0.12.0
### Minor Changes
### Minor Changes
...
...
packages/core-utils/package.json
View file @
52eb1a26
{
{
"name"
:
"@eth-optimism/core-utils"
,
"name"
:
"@eth-optimism/core-utils"
,
"version"
:
"0.12.
0
"
,
"version"
:
"0.12.
1
"
,
"description"
:
"[Optimism] Core typescript utilities"
,
"description"
:
"[Optimism] Core typescript utilities"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
packages/fault-detector/CHANGELOG.md
View file @
52eb1a26
# @eth-optimism/fault-detector
# @eth-optimism/fault-detector
## 1.0.0
### Major Changes
-
119754c2f: Make optimism/sdk default to bedrock mode
### Patch Changes
-
16ccbee24: Fix false error to warning
-
685addec2: Add better source maps and developer support
-
Updated dependencies
[
8d7dcc70c
]
-
Updated dependencies
[
119754c2f
]
-
Updated dependencies
[
d6388be4a
]
-
@eth-optimism/core-utils@0.12.1
-
@eth-optimism/sdk@3.0.0
-
@eth-optimism/common-ts@0.8.2
## 0.6.4
## 0.6.4
### Patch Changes
### Patch Changes
...
...
packages/fault-detector/package.json
View file @
52eb1a26
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/fault-detector"
,
"name"
:
"@eth-optimism/fault-detector"
,
"version"
:
"
0.6.4
"
,
"version"
:
"
1.0.0
"
,
"description"
:
"[Optimism] Service for detecting faulty L2 output proposals"
,
"description"
:
"[Optimism] Service for detecting faulty L2 output proposals"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
@@ -50,10 +50,10 @@
...
@@ -50,10 +50,10 @@
"tsx"
:
"^3.12.7"
"tsx"
:
"^3.12.7"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"^0.8.
1
"
,
"@eth-optimism/common-ts"
:
"^0.8.
2
"
,
"@eth-optimism/contracts"
:
"^0.6.0"
,
"@eth-optimism/contracts"
:
"^0.6.0"
,
"@eth-optimism/core-utils"
:
"^0.12.
0
"
,
"@eth-optimism/core-utils"
:
"^0.12.
1
"
,
"@eth-optimism/sdk"
:
"^
2.1
.0"
,
"@eth-optimism/sdk"
:
"^
3.0
.0"
,
"@ethersproject/abstract-provider"
:
"^5.7.0"
"@ethersproject/abstract-provider"
:
"^5.7.0"
}
}
}
}
packages/replica-healthcheck/CHANGELOG.md
View file @
52eb1a26
# @eth-optimism/replica-healthcheck
# @eth-optimism/replica-healthcheck
## 1.2.5
### Patch Changes
-
Updated dependencies
[
8d7dcc70c
]
-
Updated dependencies
[
d6388be4a
]
-
@eth-optimism/core-utils@0.12.1
-
@eth-optimism/common-ts@0.8.2
## 1.2.4
## 1.2.4
### Patch Changes
### Patch Changes
...
...
packages/replica-healthcheck/package.json
View file @
52eb1a26
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/replica-healthcheck"
,
"name"
:
"@eth-optimism/replica-healthcheck"
,
"version"
:
"1.2.
4
"
,
"version"
:
"1.2.
5
"
,
"description"
:
"[Optimism] Service for monitoring the health of replica nodes"
,
"description"
:
"[Optimism] Service for monitoring the health of replica nodes"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
@@ -32,8 +32,8 @@
...
@@ -32,8 +32,8 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.8.
1
"
,
"@eth-optimism/common-ts"
:
"0.8.
2
"
,
"@eth-optimism/core-utils"
:
"0.12.
0
"
,
"@eth-optimism/core-utils"
:
"0.12.
1
"
,
"@ethersproject/abstract-provider"
:
"^5.7.0"
"@ethersproject/abstract-provider"
:
"^5.7.0"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
...
...
packages/sdk/CHANGELOG.md
View file @
52eb1a26
# @eth-optimism/sdk
# @eth-optimism/sdk
## 3.0.0
### Major Changes
-
119754c2f: Make optimism/sdk default to bedrock mode
### Patch Changes
-
Updated dependencies
[
8d7dcc70c
]
-
Updated dependencies
[
d6388be4a
]
-
Updated dependencies
[
af292562f
]
-
@eth-optimism/core-utils@0.12.1
-
@eth-optimism/contracts-bedrock@0.15.0
## 2.1.0
## 2.1.0
### Minor Changes
### Minor Changes
...
...
packages/sdk/package.json
View file @
52eb1a26
{
{
"name"
:
"@eth-optimism/sdk"
,
"name"
:
"@eth-optimism/sdk"
,
"version"
:
"
2.1
.0"
,
"version"
:
"
3.0
.0"
,
"description"
:
"[Optimism] Tools for working with Optimism"
,
"description"
:
"[Optimism] Tools for working with Optimism"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
@@ -55,8 +55,8 @@
...
@@ -55,8 +55,8 @@
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/contracts"
:
"0.6.0"
,
"@eth-optimism/contracts"
:
"0.6.0"
,
"@eth-optimism/core-utils"
:
"0.12.
0
"
,
"@eth-optimism/core-utils"
:
"0.12.
1
"
,
"@eth-optimism/contracts-bedrock"
:
"0.1
4
.0"
,
"@eth-optimism/contracts-bedrock"
:
"0.1
5
.0"
,
"lodash"
:
"^4.17.21"
,
"lodash"
:
"^4.17.21"
,
"merkletreejs"
:
"^0.2.27"
,
"merkletreejs"
:
"^0.2.27"
,
"rlp"
:
"^2.2.7"
"rlp"
:
"^2.2.7"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment