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
cdce80e2
Commit
cdce80e2
authored
Jan 10, 2023
by
github-actions[bot]
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version Packages
parent
0142d7a0
Changes
18
Show whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
64 additions
and
32 deletions
+64
-32
hot-badgers-boil.md
.changeset/hot-badgers-boil.md
+0
-5
light-olives-study.md
.changeset/light-olives-study.md
+0
-5
orange-penguins-reply.md
.changeset/orange-penguins-reply.md
+0
-5
package.json
integration-tests/package.json
+3
-3
CHANGELOG.md
l2geth/CHANGELOG.md
+6
-0
package.json
l2geth/package.json
+1
-1
CHANGELOG.md
packages/actor-tests/CHANGELOG.md
+8
-0
package.json
packages/actor-tests/package.json
+3
-3
CHANGELOG.md
packages/contracts-bedrock/CHANGELOG.md
+6
-0
package.json
packages/contracts-bedrock/package.json
+1
-1
CHANGELOG.md
packages/contracts-periphery/CHANGELOG.md
+6
-0
package.json
packages/contracts-periphery/package.json
+2
-2
CHANGELOG.md
packages/drippie-mon/CHANGELOG.md
+8
-0
package.json
packages/drippie-mon/package.json
+3
-3
CHANGELOG.md
packages/message-relayer/CHANGELOG.md
+6
-0
package.json
packages/message-relayer/package.json
+2
-2
CHANGELOG.md
packages/sdk/CHANGELOG.md
+7
-0
package.json
packages/sdk/package.json
+2
-2
No files found.
.changeset/hot-badgers-boil.md
deleted
100644 → 0
View file @
0142d7a0
---
'
@eth-optimism/contracts-periphery'
:
patch
---
Manually update the version on the contracts-bedrock dep.
.changeset/light-olives-study.md
deleted
100644 → 0
View file @
0142d7a0
---
'
@eth-optimism/l2geth'
:
patch
---
Patch release for additional instrumentation for the Bedrock upgrade.
.changeset/orange-penguins-reply.md
deleted
100644 → 0
View file @
0142d7a0
---
'
@eth-optimism/contracts-bedrock'
:
patch
---
Add invariant test for the L1 XDM's
`relayMessage`
minimum gas limits.
integration-tests/package.json
View file @
cdce80e2
...
@@ -30,10 +30,10 @@
...
@@ -30,10 +30,10 @@
"devDependencies"
:
{
"devDependencies"
:
{
"@babel/eslint-parser"
:
"^7.5.4"
,
"@babel/eslint-parser"
:
"^7.5.4"
,
"@eth-optimism/contracts"
:
"^0.5.40"
,
"@eth-optimism/contracts"
:
"^0.5.40"
,
"@eth-optimism/contracts-bedrock"
:
"0.11.
1
"
,
"@eth-optimism/contracts-bedrock"
:
"0.11.
2
"
,
"@eth-optimism/contracts-periphery"
:
"^1.0.
5
"
,
"@eth-optimism/contracts-periphery"
:
"^1.0.
6
"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@eth-optimism/sdk"
:
"1.9.
0
"
,
"@eth-optimism/sdk"
:
"1.9.
1
"
,
"@ethersproject/abstract-provider"
:
"^5.7.0"
,
"@ethersproject/abstract-provider"
:
"^5.7.0"
,
"@ethersproject/providers"
:
"^5.7.0"
,
"@ethersproject/providers"
:
"^5.7.0"
,
"@ethersproject/transactions"
:
"^5.7.0"
,
"@ethersproject/transactions"
:
"^5.7.0"
,
...
...
l2geth/CHANGELOG.md
View file @
cdce80e2
# Changelog
# Changelog
## 0.5.31
### Patch Changes
-
ccbca22c3: Patch release for additional instrumentation for the Bedrock upgrade.
## 0.5.30
## 0.5.30
### Patch Changes
### Patch Changes
...
...
l2geth/package.json
View file @
cdce80e2
{
{
"name"
:
"@eth-optimism/l2geth"
,
"name"
:
"@eth-optimism/l2geth"
,
"version"
:
"0.5.3
0
"
,
"version"
:
"0.5.3
1
"
,
"private"
:
true
,
"private"
:
true
,
"devDependencies"
:
{}
"devDependencies"
:
{}
}
}
packages/actor-tests/CHANGELOG.md
View file @
cdce80e2
# @eth-optimism/actor-tests
# @eth-optimism/actor-tests
## 0.0.17
### Patch Changes
-
Updated dependencies
[
8784bc0bc
]
-
@eth-optimism/contracts-bedrock@0.11.2
-
@eth-optimism/sdk@1.9.1
## 0.0.16
## 0.0.16
### Patch Changes
### Patch Changes
...
...
packages/actor-tests/package.json
View file @
cdce80e2
{
{
"name"
:
"@eth-optimism/actor-tests"
,
"name"
:
"@eth-optimism/actor-tests"
,
"version"
:
"0.0.1
6
"
,
"version"
:
"0.0.1
7
"
,
"description"
:
"A library and suite of tests to stress test Optimism Bedrock."
,
"description"
:
"A library and suite of tests to stress test Optimism Bedrock."
,
"license"
:
"MIT"
,
"license"
:
"MIT"
,
"author"
:
""
,
"author"
:
""
,
...
@@ -18,9 +18,9 @@
...
@@ -18,9 +18,9 @@
"test:coverage"
:
"yarn test"
"test:coverage"
:
"yarn test"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/contracts-bedrock"
:
"0.11.
1
"
,
"@eth-optimism/contracts-bedrock"
:
"0.11.
2
"
,
"@eth-optimism/core-utils"
:
"^0.12.0"
,
"@eth-optimism/core-utils"
:
"^0.12.0"
,
"@eth-optimism/sdk"
:
"^1.9.
0
"
,
"@eth-optimism/sdk"
:
"^1.9.
1
"
,
"@types/chai"
:
"^4.2.18"
,
"@types/chai"
:
"^4.2.18"
,
"@types/chai-as-promised"
:
"^7.1.4"
,
"@types/chai-as-promised"
:
"^7.1.4"
,
"async-mutex"
:
"^0.3.2"
,
"async-mutex"
:
"^0.3.2"
,
...
...
packages/contracts-bedrock/CHANGELOG.md
View file @
cdce80e2
# @eth-optimism/contracts-bedrock
# @eth-optimism/contracts-bedrock
## 0.11.2
### Patch Changes
-
8784bc0bc: Add invariant test for the L1 XDM's
`relayMessage`
minimum gas limits.
## 0.11.1
## 0.11.1
### Patch Changes
### Patch Changes
...
...
packages/contracts-bedrock/package.json
View file @
cdce80e2
{
{
"name"
:
"@eth-optimism/contracts-bedrock"
,
"name"
:
"@eth-optimism/contracts-bedrock"
,
"version"
:
"0.11.
1
"
,
"version"
:
"0.11.
2
"
,
"description"
:
"Contracts for Optimism Specs"
,
"description"
:
"Contracts for Optimism Specs"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
packages/contracts-periphery/CHANGELOG.md
View file @
cdce80e2
# @eth-optimism/contracts-periphery
# @eth-optimism/contracts-periphery
## 1.0.6
### Patch Changes
-
0222215f6: Manually update the version on the contracts-bedrock dep.
## 1.0.5
## 1.0.5
### Patch Changes
### Patch Changes
...
...
packages/contracts-periphery/package.json
View file @
cdce80e2
{
{
"name"
:
"@eth-optimism/contracts-periphery"
,
"name"
:
"@eth-optimism/contracts-periphery"
,
"version"
:
"1.0.
5
"
,
"version"
:
"1.0.
6
"
,
"description"
:
"[Optimism] External (out-of-protocol) L1 and L2 smart contracts for Optimism"
,
"description"
:
"[Optimism] External (out-of-protocol) L1 and L2 smart contracts for Optimism"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
@@ -55,7 +55,7 @@
...
@@ -55,7 +55,7 @@
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"@defi-wonderland/smock"
:
"^2.0.7"
,
"@defi-wonderland/smock"
:
"^2.0.7"
,
"@eth-optimism/contracts-bedrock"
:
"0.11.
1
"
,
"@eth-optimism/contracts-bedrock"
:
"0.11.
2
"
,
"@eth-optimism/core-utils"
:
"^0.12.0"
,
"@eth-optimism/core-utils"
:
"^0.12.0"
,
"@eth-optimism/hardhat-deploy-config"
:
"^0.2.5"
,
"@eth-optimism/hardhat-deploy-config"
:
"^0.2.5"
,
"@ethersproject/hardware-wallets"
:
"^5.7.0"
,
"@ethersproject/hardware-wallets"
:
"^5.7.0"
,
...
...
packages/drippie-mon/CHANGELOG.md
View file @
cdce80e2
# @eth-optimism/drippie-mon
# @eth-optimism/drippie-mon
## 0.4.1
### Patch Changes
-
Updated dependencies
[
0222215f6
]
-
@eth-optimism/contracts-periphery@1.0.6
-
@eth-optimism/sdk@1.9.1
## 0.4.0
## 0.4.0
### Minor Changes
### Minor Changes
...
...
packages/drippie-mon/package.json
View file @
cdce80e2
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/drippie-mon"
,
"name"
:
"@eth-optimism/drippie-mon"
,
"version"
:
"0.4.
0
"
,
"version"
:
"0.4.
1
"
,
"description"
:
"[Optimism] Service for monitoring Drippie instances"
,
"description"
:
"[Optimism] Service for monitoring Drippie instances"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
@@ -33,9 +33,9 @@
...
@@ -33,9 +33,9 @@
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.7.0"
,
"@eth-optimism/common-ts"
:
"0.7.0"
,
"@eth-optimism/contracts-periphery"
:
"1.0.
5
"
,
"@eth-optimism/contracts-periphery"
:
"1.0.
6
"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@eth-optimism/sdk"
:
"1.9.
0
"
,
"@eth-optimism/sdk"
:
"1.9.
1
"
,
"ethers"
:
"^5.7.0"
"ethers"
:
"^5.7.0"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
...
...
packages/message-relayer/CHANGELOG.md
View file @
cdce80e2
# @eth-optimism/message-relayer
# @eth-optimism/message-relayer
## 0.5.25
### Patch Changes
-
@eth-optimism/sdk@1.9.1
## 0.5.24
## 0.5.24
### Patch Changes
### Patch Changes
...
...
packages/message-relayer/package.json
View file @
cdce80e2
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/message-relayer"
,
"name"
:
"@eth-optimism/message-relayer"
,
"version"
:
"0.5.2
4
"
,
"version"
:
"0.5.2
5
"
,
"description"
:
"[Optimism] Service for automatically relaying L2 to L1 transactions"
,
"description"
:
"[Optimism] Service for automatically relaying L2 to L1 transactions"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.7.0"
,
"@eth-optimism/common-ts"
:
"0.7.0"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@eth-optimism/sdk"
:
"1.9.
0
"
,
"@eth-optimism/sdk"
:
"1.9.
1
"
,
"ethers"
:
"^5.7.0"
"ethers"
:
"^5.7.0"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
...
...
packages/sdk/CHANGELOG.md
View file @
cdce80e2
# @eth-optimism/sdk
# @eth-optimism/sdk
## 1.9.1
### Patch Changes
-
Updated dependencies
[
8784bc0bc
]
-
@eth-optimism/contracts-bedrock@0.11.2
## 1.9.0
## 1.9.0
### Minor Changes
### Minor Changes
...
...
packages/sdk/package.json
View file @
cdce80e2
{
{
"name"
:
"@eth-optimism/sdk"
,
"name"
:
"@eth-optimism/sdk"
,
"version"
:
"1.9.
0
"
,
"version"
:
"1.9.
1
"
,
"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"
,
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/contracts"
:
"0.5.40"
,
"@eth-optimism/contracts"
:
"0.5.40"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@eth-optimism/contracts-bedrock"
:
"0.11.
1
"
,
"@eth-optimism/contracts-bedrock"
:
"0.11.
2
"
,
"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