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
fc59a8e8
Unverified
Commit
fc59a8e8
authored
Nov 10, 2022
by
Matthew Slipper
Committed by
GitHub
Nov 10, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3960 from ethereum-optimism/changeset-release/master
Version Packages
parents
2710a9f1
e6376142
Changes
28
Hide whitespace changes
Inline
Side-by-side
Showing
28 changed files
with
92 additions
and
56 deletions
+92
-56
forty-pigs-draw.md
.changeset/forty-pigs-draw.md
+0
-5
long-cameras-laugh.md
.changeset/long-cameras-laugh.md
+0
-5
lucky-walls-walk.md
.changeset/lucky-walls-walk.md
+0
-5
silver-nails-grab.md
.changeset/silver-nails-grab.md
+0
-8
thin-trees-visit.md
.changeset/thin-trees-visit.md
+0
-5
tricky-dryers-speak.md
.changeset/tricky-dryers-speak.md
+0
-6
tricky-rockets-remain.md
.changeset/tricky-rockets-remain.md
+0
-5
CHANGELOG.md
endpoint-monitor/CHANGELOG.md
+6
-0
package.json
endpoint-monitor/package.json
+1
-1
CHANGELOG.md
indexer/CHANGELOG.md
+6
-0
package.json
indexer/package.json
+1
-1
package.json
integration-tests/package.json
+1
-1
CHANGELOG.md
ops/docker/hardhat/CHANGELOG.md
+6
-0
package.json
ops/docker/hardhat/package.json
+1
-1
CHANGELOG.md
packages/actor-tests/CHANGELOG.md
+11
-0
package.json
packages/actor-tests/package.json
+3
-3
CHANGELOG.md
packages/contracts-bedrock/CHANGELOG.md
+9
-0
package.json
packages/contracts-bedrock/package.json
+1
-1
CHANGELOG.md
packages/drippie-mon/CHANGELOG.md
+7
-0
package.json
packages/drippie-mon/package.json
+2
-2
CHANGELOG.md
packages/fault-detector/CHANGELOG.md
+7
-0
package.json
packages/fault-detector/package.json
+2
-2
CHANGELOG.md
packages/message-relayer/CHANGELOG.md
+7
-0
package.json
packages/message-relayer/package.json
+2
-2
CHANGELOG.md
packages/replica-healthcheck/CHANGELOG.md
+6
-0
package.json
packages/replica-healthcheck/package.json
+1
-1
CHANGELOG.md
packages/sdk/CHANGELOG.md
+10
-0
package.json
packages/sdk/package.json
+2
-2
No files found.
.changeset/forty-pigs-draw.md
deleted
100644 → 0
View file @
2710a9f1
---
'
@eth-optimism/contracts-bedrock'
:
patch
---
Has ProxyAdmin use Ownable instead of Owned
.changeset/long-cameras-laugh.md
deleted
100644 → 0
View file @
2710a9f1
---
'
@eth-optimism/contracts-bedrock'
:
patch
---
Tweaks variable ordering in OptimismPortal
.changeset/lucky-walls-walk.md
deleted
100644 → 0
View file @
2710a9f1
---
'
@eth-optimism/hardhat-node'
:
patch
---
Trigger a release of the hardhat-node
.changeset/silver-nails-grab.md
deleted
100644 → 0
View file @
2710a9f1
---
'
@eth-optimism/drippie-mon'
:
patch
'
@eth-optimism/fault-detector'
:
patch
'
@eth-optimism/message-relayer'
:
patch
'
@eth-optimism/replica-healthcheck'
:
patch
---
Fixes how versions are imported for BaseServiceV2 services
.changeset/thin-trees-visit.md
deleted
100644 → 0
View file @
2710a9f1
---
'
@eth-optimism/contracts-bedrock'
:
patch
---
Removes the unused DeployConfig contract
.changeset/tricky-dryers-speak.md
deleted
100644 → 0
View file @
2710a9f1
---
'
@eth-optimism/endpoint-monitor'
:
patch
'
@eth-optimism/indexer'
:
patch
---
Update go-ethereum to v1.10.26
.changeset/tricky-rockets-remain.md
deleted
100644 → 0
View file @
2710a9f1
---
'
@eth-optimism/contracts-bedrock'
:
patch
---
Add comments to SystemConfig.sol
endpoint-monitor/CHANGELOG.md
View file @
fc59a8e8
# @eth-optimism/endpoint-monitor
# @eth-optimism/endpoint-monitor
## 1.0.1
### Patch Changes
-
f505078be: Update go-ethereum to v1.10.26
## 1.0.0
## 1.0.0
### Major Changes
### Major Changes
...
...
endpoint-monitor/package.json
View file @
fc59a8e8
{
{
"name"
:
"@eth-optimism/endpoint-monitor"
,
"name"
:
"@eth-optimism/endpoint-monitor"
,
"version"
:
"1.0.
0
"
,
"version"
:
"1.0.
1
"
,
"private"
:
true
,
"private"
:
true
,
"dependencies"
:
{}
"dependencies"
:
{}
}
}
indexer/CHANGELOG.md
View file @
fc59a8e8
# @eth-optimism/indexer
# @eth-optimism/indexer
## 0.3.2
### Patch Changes
-
f505078be: Update go-ethereum to v1.10.26
## 0.3.1
## 0.3.1
### Patch Changes
### Patch Changes
...
...
indexer/package.json
View file @
fc59a8e8
{
{
"name"
:
"@eth-optimism/indexer"
,
"name"
:
"@eth-optimism/indexer"
,
"version"
:
"0.3.
1
"
,
"version"
:
"0.3.
2
"
,
"private"
:
true
,
"private"
:
true
,
"license"
:
"MIT"
"license"
:
"MIT"
}
}
integration-tests/package.json
View file @
fc59a8e8
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
"@eth-optimism/contracts"
:
"^0.5.38"
,
"@eth-optimism/contracts"
:
"^0.5.38"
,
"@eth-optimism/contracts-periphery"
:
"^1.0.2"
,
"@eth-optimism/contracts-periphery"
:
"^1.0.2"
,
"@eth-optimism/core-utils"
:
"0.11.0"
,
"@eth-optimism/core-utils"
:
"0.11.0"
,
"@eth-optimism/sdk"
:
"1.6.1
0
"
,
"@eth-optimism/sdk"
:
"1.6.1
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"
,
...
...
ops/docker/hardhat/CHANGELOG.md
View file @
fc59a8e8
# @eth-optimism/hardhat-node
# @eth-optimism/hardhat-node
## 0.2.3
### Patch Changes
-
6c238212d: Trigger a release of the hardhat-node
## 0.2.2
## 0.2.2
### Patch Changes
### Patch Changes
...
...
ops/docker/hardhat/package.json
View file @
fc59a8e8
{
{
"name"
:
"@eth-optimism/hardhat-node"
,
"name"
:
"@eth-optimism/hardhat-node"
,
"version"
:
"0.2.
2
"
,
"version"
:
"0.2.
3
"
,
"scripts"
:
{
"scripts"
:
{
"start"
:
"hardhat node --network hardhat"
"start"
:
"hardhat node --network hardhat"
},
},
...
...
packages/actor-tests/CHANGELOG.md
View file @
fc59a8e8
# @eth-optimism/actor-tests
# @eth-optimism/actor-tests
## 0.0.13
### Patch Changes
-
Updated dependencies
[
52079cc12
]
-
Updated dependencies
[
13bfafb21
]
-
Updated dependencies
[
eeae96941
]
-
Updated dependencies
[
427831d86
]
-
@eth-optimism/contracts-bedrock@0.9.1
-
@eth-optimism/sdk@1.6.11
## 0.0.12
## 0.0.12
### Patch Changes
### Patch Changes
...
...
packages/actor-tests/package.json
View file @
fc59a8e8
{
{
"name"
:
"@eth-optimism/actor-tests"
,
"name"
:
"@eth-optimism/actor-tests"
,
"version"
:
"0.0.1
2
"
,
"version"
:
"0.0.1
3
"
,
"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.9.
0
"
,
"@eth-optimism/contracts-bedrock"
:
"0.9.
1
"
,
"@eth-optimism/core-utils"
:
"^0.11.0"
,
"@eth-optimism/core-utils"
:
"^0.11.0"
,
"@eth-optimism/sdk"
:
"^1.6.1
0
"
,
"@eth-optimism/sdk"
:
"^1.6.1
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 @
fc59a8e8
# @eth-optimism/contracts-bedrock
# @eth-optimism/contracts-bedrock
## 0.9.1
### Patch Changes
-
52079cc12: Has ProxyAdmin use Ownable instead of Owned
-
13bfafb21: Tweaks variable ordering in OptimismPortal
-
eeae96941: Removes the unused DeployConfig contract
-
427831d86: Add comments to SystemConfig.sol
## 0.9.0
## 0.9.0
### Minor Changes
### Minor Changes
...
...
packages/contracts-bedrock/package.json
View file @
fc59a8e8
{
{
"name"
:
"@eth-optimism/contracts-bedrock"
,
"name"
:
"@eth-optimism/contracts-bedrock"
,
"version"
:
"0.9.
0
"
,
"version"
:
"0.9.
1
"
,
"description"
:
"Contracts for Optimism Specs"
,
"description"
:
"Contracts for Optimism Specs"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
packages/drippie-mon/CHANGELOG.md
View file @
fc59a8e8
# @eth-optimism/drippie-mon
# @eth-optimism/drippie-mon
## 0.3.22
### Patch Changes
-
97b5f578c: Fixes how versions are imported for BaseServiceV2 services
-
@eth-optimism/sdk@1.6.11
## 0.3.21
## 0.3.21
### Patch Changes
### Patch Changes
...
...
packages/drippie-mon/package.json
View file @
fc59a8e8
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/drippie-mon"
,
"name"
:
"@eth-optimism/drippie-mon"
,
"version"
:
"0.3.2
1
"
,
"version"
:
"0.3.2
2
"
,
"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"
,
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
"@eth-optimism/common-ts"
:
"0.6.7"
,
"@eth-optimism/common-ts"
:
"0.6.7"
,
"@eth-optimism/contracts-periphery"
:
"1.0.2"
,
"@eth-optimism/contracts-periphery"
:
"1.0.2"
,
"@eth-optimism/core-utils"
:
"0.11.0"
,
"@eth-optimism/core-utils"
:
"0.11.0"
,
"@eth-optimism/sdk"
:
"1.6.1
0
"
,
"@eth-optimism/sdk"
:
"1.6.1
1
"
,
"ethers"
:
"^5.7.0"
"ethers"
:
"^5.7.0"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
...
...
packages/fault-detector/CHANGELOG.md
View file @
fc59a8e8
# @eth-optimism/fault-detector
# @eth-optimism/fault-detector
## 0.3.2
### Patch Changes
-
97b5f578c: Fixes how versions are imported for BaseServiceV2 services
-
@eth-optimism/sdk@1.6.11
## 0.3.1
## 0.3.1
### Patch Changes
### Patch Changes
...
...
packages/fault-detector/package.json
View file @
fc59a8e8
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/fault-detector"
,
"name"
:
"@eth-optimism/fault-detector"
,
"version"
:
"0.3.
1
"
,
"version"
:
"0.3.
2
"
,
"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,7 +50,7 @@
...
@@ -50,7 +50,7 @@
"@eth-optimism/common-ts"
:
"^0.6.7"
,
"@eth-optimism/common-ts"
:
"^0.6.7"
,
"@eth-optimism/contracts"
:
"^0.5.38"
,
"@eth-optimism/contracts"
:
"^0.5.38"
,
"@eth-optimism/core-utils"
:
"^0.11.0"
,
"@eth-optimism/core-utils"
:
"^0.11.0"
,
"@eth-optimism/sdk"
:
"^1.6.1
0
"
,
"@eth-optimism/sdk"
:
"^1.6.1
1
"
,
"@ethersproject/abstract-provider"
:
"^5.7.0"
"@ethersproject/abstract-provider"
:
"^5.7.0"
}
}
}
}
packages/message-relayer/CHANGELOG.md
View file @
fc59a8e8
# @eth-optimism/message-relayer
# @eth-optimism/message-relayer
## 0.5.21
### Patch Changes
-
97b5f578c: Fixes how versions are imported for BaseServiceV2 services
-
@eth-optimism/sdk@1.6.11
## 0.5.20
## 0.5.20
### Patch Changes
### Patch Changes
...
...
packages/message-relayer/package.json
View file @
fc59a8e8
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/message-relayer"
,
"name"
:
"@eth-optimism/message-relayer"
,
"version"
:
"0.5.2
0
"
,
"version"
:
"0.5.2
1
"
,
"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.6.7"
,
"@eth-optimism/common-ts"
:
"0.6.7"
,
"@eth-optimism/core-utils"
:
"0.11.0"
,
"@eth-optimism/core-utils"
:
"0.11.0"
,
"@eth-optimism/sdk"
:
"1.6.1
0
"
,
"@eth-optimism/sdk"
:
"1.6.1
1
"
,
"ethers"
:
"^5.7.0"
"ethers"
:
"^5.7.0"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
...
...
packages/replica-healthcheck/CHANGELOG.md
View file @
fc59a8e8
# @eth-optimism/replica-healthcheck
# @eth-optimism/replica-healthcheck
## 1.1.12
### Patch Changes
-
97b5f578c: Fixes how versions are imported for BaseServiceV2 services
## 1.1.11
## 1.1.11
### Patch Changes
### Patch Changes
...
...
packages/replica-healthcheck/package.json
View file @
fc59a8e8
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/replica-healthcheck"
,
"name"
:
"@eth-optimism/replica-healthcheck"
,
"version"
:
"1.1.1
1
"
,
"version"
:
"1.1.1
2
"
,
"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"
,
...
...
packages/sdk/CHANGELOG.md
View file @
fc59a8e8
# @eth-optimism/sdk
# @eth-optimism/sdk
## 1.6.11
### Patch Changes
-
Updated dependencies
[
52079cc12
]
-
Updated dependencies
[
13bfafb21
]
-
Updated dependencies
[
eeae96941
]
-
Updated dependencies
[
427831d86
]
-
@eth-optimism/contracts-bedrock@0.9.1
## 1.6.10
## 1.6.10
### Patch Changes
### Patch Changes
...
...
packages/sdk/package.json
View file @
fc59a8e8
{
{
"name"
:
"@eth-optimism/sdk"
,
"name"
:
"@eth-optimism/sdk"
,
"version"
:
"1.6.1
0
"
,
"version"
:
"1.6.1
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.38"
,
"@eth-optimism/contracts"
:
"0.5.38"
,
"@eth-optimism/core-utils"
:
"0.11.0"
,
"@eth-optimism/core-utils"
:
"0.11.0"
,
"@eth-optimism/contracts-bedrock"
:
"0.9.
0
"
,
"@eth-optimism/contracts-bedrock"
:
"0.9.
1
"
,
"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