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
865c47fe
Commit
865c47fe
authored
Feb 23, 2023
by
github-actions[bot]
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version Packages
parent
22c905bb
Changes
23
Hide whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
73 additions
and
50 deletions
+73
-50
blue-garlics-hug.md
.changeset/blue-garlics-hug.md
+0
-5
gentle-wombats-count.md
.changeset/gentle-wombats-count.md
+0
-5
moody-planes-greet.md
.changeset/moody-planes-greet.md
+0
-5
rotten-foxes-grab.md
.changeset/rotten-foxes-grab.md
+0
-5
shiny-lizards-tap.md
.changeset/shiny-lizards-tap.md
+0
-5
silly-mangos-shop.md
.changeset/silly-mangos-shop.md
+0
-5
soft-poets-juggle.md
.changeset/soft-poets-juggle.md
+0
-5
CHANGELOG.md
batch-submitter/CHANGELOG.md
+6
-0
package.json
batch-submitter/package.json
+1
-1
package.json
integration-tests/package.json
+2
-2
CHANGELOG.md
packages/actor-tests/CHANGELOG.md
+11
-0
package.json
packages/actor-tests/package.json
+3
-3
CHANGELOG.md
packages/chain-mon/CHANGELOG.md
+6
-0
package.json
packages/chain-mon/package.json
+2
-2
CHANGELOG.md
packages/contracts-bedrock/CHANGELOG.md
+12
-0
package.json
packages/contracts-bedrock/package.json
+1
-1
package.json
packages/contracts-periphery/package.json
+1
-1
CHANGELOG.md
packages/message-relayer/CHANGELOG.md
+6
-0
package.json
packages/message-relayer/package.json
+2
-2
CHANGELOG.md
packages/sdk/CHANGELOG.md
+10
-0
package.json
packages/sdk/package.json
+2
-2
CHANGELOG.md
proxyd/CHANGELOG.md
+7
-0
package.json
proxyd/package.json
+1
-1
No files found.
.changeset/blue-garlics-hug.md
deleted
100644 → 0
View file @
22c905bb
---
"
@eth-optimism/batch-submitter-service"
:
patch
---
chore(deps): bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1 in /batch-submitter
.changeset/gentle-wombats-count.md
deleted
100644 → 0
View file @
22c905bb
---
"
@eth-optimism/proxyd"
:
patch
---
chore(deps): bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1 in /proxyd
.changeset/moody-planes-greet.md
deleted
100644 → 0
View file @
22c905bb
---
'
@eth-optimism/contracts-bedrock'
:
patch
---
add is IERC165 to IOptimismMintableERC20
.changeset/rotten-foxes-grab.md
deleted
100644 → 0
View file @
22c905bb
---
'
@eth-optimism/contracts-bedrock'
:
patch
---
Minor comment updates and cleanup to the SystemConfig contract.
.changeset/shiny-lizards-tap.md
deleted
100644 → 0
View file @
22c905bb
---
'
@eth-optimism/proxyd'
:
patch
---
Remove useless logging
.changeset/silly-mangos-shop.md
deleted
100644 → 0
View file @
22c905bb
---
'
@eth-optimism/contracts-bedrock'
:
minor
---
Change the
`relayMessage`
reentrancy guard in the XDMs to be per-message.
.changeset/soft-poets-juggle.md
deleted
100644 → 0
View file @
22c905bb
---
'
@eth-optimism/contracts-bedrock'
:
patch
---
Trigger a release including CrossDomainOwnable3
batch-submitter/CHANGELOG.md
View file @
865c47fe
# @eth-optimism/batch-submitter-service
# @eth-optimism/batch-submitter-service
## 0.1.14
### Patch Changes
-
72fa86bff: chore(deps): bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1 in /batch-submitter
## 0.1.13
## 0.1.13
### Patch Changes
### Patch Changes
...
...
batch-submitter/package.json
View file @
865c47fe
{
{
"name"
:
"@eth-optimism/batch-submitter-service"
,
"name"
:
"@eth-optimism/batch-submitter-service"
,
"version"
:
"0.1.1
3
"
,
"version"
:
"0.1.1
4
"
,
"private"
:
true
,
"private"
:
true
,
"devDependencies"
:
{}
"devDependencies"
:
{}
}
}
integration-tests/package.json
View file @
865c47fe
...
@@ -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.1
1.4
"
,
"@eth-optimism/contracts-bedrock"
:
"0.1
2.0
"
,
"@eth-optimism/contracts-periphery"
:
"^1.0.7"
,
"@eth-optimism/contracts-periphery"
:
"^1.0.7"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@eth-optimism/sdk"
:
"1.10.
2
"
,
"@eth-optimism/sdk"
:
"1.10.
3
"
,
"@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"
,
...
...
packages/actor-tests/CHANGELOG.md
View file @
865c47fe
# @eth-optimism/actor-tests
# @eth-optimism/actor-tests
## 0.0.20
### Patch Changes
-
Updated dependencies
[
7c0a2cc37
]
-
Updated dependencies
[
2865dd9b4
]
-
Updated dependencies
[
efc98d261
]
-
Updated dependencies
[
388f2c25a
]
-
@eth-optimism/contracts-bedrock@0.12.0
-
@eth-optimism/sdk@1.10.3
## 0.0.19
## 0.0.19
### Patch Changes
### Patch Changes
...
...
packages/actor-tests/package.json
View file @
865c47fe
{
{
"name"
:
"@eth-optimism/actor-tests"
,
"name"
:
"@eth-optimism/actor-tests"
,
"version"
:
"0.0.
19
"
,
"version"
:
"0.0.
20
"
,
"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.1
1.4
"
,
"@eth-optimism/contracts-bedrock"
:
"0.1
2.0
"
,
"@eth-optimism/core-utils"
:
"^0.12.0"
,
"@eth-optimism/core-utils"
:
"^0.12.0"
,
"@eth-optimism/sdk"
:
"^1.10.
2
"
,
"@eth-optimism/sdk"
:
"^1.10.
3
"
,
"@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/chain-mon/CHANGELOG.md
View file @
865c47fe
# @eth-optimism/drippie-mon
# @eth-optimism/drippie-mon
## 0.1.2
### Patch Changes
-
@eth-optimism/sdk@1.10.3
## 0.1.1
## 0.1.1
### Patch Changes
### Patch Changes
...
...
packages/chain-mon/package.json
View file @
865c47fe
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/chain-mon"
,
"name"
:
"@eth-optimism/chain-mon"
,
"version"
:
"0.1.
1
"
,
"version"
:
"0.1.
2
"
,
"description"
:
"[Optimism] Chain monitoring services"
,
"description"
:
"[Optimism] Chain monitoring services"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
"@eth-optimism/common-ts"
:
"0.8.0"
,
"@eth-optimism/common-ts"
:
"0.8.0"
,
"@eth-optimism/contracts-periphery"
:
"1.0.7"
,
"@eth-optimism/contracts-periphery"
:
"1.0.7"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@eth-optimism/sdk"
:
"1.10.
2
"
,
"@eth-optimism/sdk"
:
"1.10.
3
"
,
"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/contracts-bedrock/CHANGELOG.md
View file @
865c47fe
# @eth-optimism/contracts-bedrock
# @eth-optimism/contracts-bedrock
## 0.12.0
### Minor Changes
-
efc98d261: Change the
`relayMessage`
reentrancy guard in the XDMs to be per-message.
### Patch Changes
-
7c0a2cc37: add is IERC165 to IOptimismMintableERC20
-
2865dd9b4: Minor comment updates and cleanup to the SystemConfig contract.
-
388f2c25a: Trigger a release including CrossDomainOwnable3
## 0.11.4
## 0.11.4
### Patch Changes
### Patch Changes
...
...
packages/contracts-bedrock/package.json
View file @
865c47fe
{
{
"name"
:
"@eth-optimism/contracts-bedrock"
,
"name"
:
"@eth-optimism/contracts-bedrock"
,
"version"
:
"0.1
1.4
"
,
"version"
:
"0.1
2.0
"
,
"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/package.json
View file @
865c47fe
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"@eth-optimism/contracts-bedrock"
:
"0.1
1.4
"
,
"@eth-optimism/contracts-bedrock"
:
"0.1
2.0
"
,
"@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/message-relayer/CHANGELOG.md
View file @
865c47fe
# @eth-optimism/message-relayer
# @eth-optimism/message-relayer
## 0.5.29
### Patch Changes
-
@eth-optimism/sdk@1.10.3
## 0.5.28
## 0.5.28
### Patch Changes
### Patch Changes
...
...
packages/message-relayer/package.json
View file @
865c47fe
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/message-relayer"
,
"name"
:
"@eth-optimism/message-relayer"
,
"version"
:
"0.5.2
8
"
,
"version"
:
"0.5.2
9
"
,
"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.8.0"
,
"@eth-optimism/common-ts"
:
"0.8.0"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@eth-optimism/sdk"
:
"1.10.
2
"
,
"@eth-optimism/sdk"
:
"1.10.
3
"
,
"ethers"
:
"^5.7.0"
"ethers"
:
"^5.7.0"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
...
...
packages/sdk/CHANGELOG.md
View file @
865c47fe
# @eth-optimism/sdk
# @eth-optimism/sdk
## 1.10.3
### Patch Changes
-
Updated dependencies
[
7c0a2cc37
]
-
Updated dependencies
[
2865dd9b4
]
-
Updated dependencies
[
efc98d261
]
-
Updated dependencies
[
388f2c25a
]
-
@eth-optimism/contracts-bedrock@0.12.0
## 1.10.2
## 1.10.2
### Patch Changes
### Patch Changes
...
...
packages/sdk/package.json
View file @
865c47fe
{
{
"name"
:
"@eth-optimism/sdk"
,
"name"
:
"@eth-optimism/sdk"
,
"version"
:
"1.10.
2
"
,
"version"
:
"1.10.
3
"
,
"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.1
1.4
"
,
"@eth-optimism/contracts-bedrock"
:
"0.1
2.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"
...
...
proxyd/CHANGELOG.md
View file @
865c47fe
# @eth-optimism/proxyd
# @eth-optimism/proxyd
## 3.14.1
### Patch Changes
-
5602deec7: chore(deps): bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1 in /proxyd
-
6b3cf2070: Remove useless logging
## 3.14.0
## 3.14.0
### Minor Changes
### Minor Changes
...
...
proxyd/package.json
View file @
865c47fe
{
{
"name"
:
"@eth-optimism/proxyd"
,
"name"
:
"@eth-optimism/proxyd"
,
"version"
:
"3.14.
0
"
,
"version"
:
"3.14.
1
"
,
"private"
:
true
,
"private"
:
true
,
"dependencies"
:
{}
"dependencies"
:
{}
}
}
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