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
e73a66d0
Unverified
Commit
e73a66d0
authored
Nov 23, 2022
by
Zach Howard
Committed by
GitHub
Nov 23, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4075 from ethereum-optimism/changeset-release/master
Version Packages
parents
f2fe3029
4f790380
Changes
25
Hide whitespace changes
Inline
Side-by-side
Showing
25 changed files
with
101 additions
and
61 deletions
+101
-61
beige-clocks-wave.md
.changeset/beige-clocks-wave.md
+0
-5
blue-hornets-jam.md
.changeset/blue-hornets-jam.md
+0
-5
green-roses-prove.md
.changeset/green-roses-prove.md
+0
-5
lovely-sheep-wash.md
.changeset/lovely-sheep-wash.md
+0
-5
new-geese-applaud.md
.changeset/new-geese-applaud.md
+0
-7
pink-kiwis-wink.md
.changeset/pink-kiwis-wink.md
+0
-5
poor-dots-perform.md
.changeset/poor-dots-perform.md
+0
-7
strange-geckos-lay.md
.changeset/strange-geckos-lay.md
+0
-5
CHANGELOG.md
indexer/CHANGELOG.md
+10
-0
package.json
indexer/package.json
+1
-1
package.json
integration-tests/package.json
+2
-2
CHANGELOG.md
l2geth-exporter/CHANGELOG.md
+6
-0
package.json
l2geth-exporter/package.json
+1
-1
CHANGELOG.md
packages/actor-tests/CHANGELOG.md
+14
-0
package.json
packages/actor-tests/package.json
+3
-3
CHANGELOG.md
packages/contracts-bedrock/CHANGELOG.md
+15
-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
+9
-0
package.json
packages/drippie-mon/package.json
+3
-3
CHANGELOG.md
packages/message-relayer/CHANGELOG.md
+7
-0
package.json
packages/message-relayer/package.json
+2
-2
CHANGELOG.md
packages/sdk/CHANGELOG.md
+17
-0
package.json
packages/sdk/package.json
+2
-2
No files found.
.changeset/beige-clocks-wave.md
deleted
100644 → 0
View file @
f2fe3029
---
'
@eth-optimism/contracts-bedrock'
:
patch
---
Fixes a severe vulnerability found in ToB's November 2022 audit of the Bedrock contracts
.changeset/blue-hornets-jam.md
deleted
100644 → 0
View file @
f2fe3029
---
'
@eth-optimism/contracts-bedrock'
:
patch
---
Removes historicalTotalBlocks from the L2OutputOracle
.changeset/green-roses-prove.md
deleted
100644 → 0
View file @
f2fe3029
---
'
@eth-optimism/contracts-bedrock'
:
minor
---
Deleted Unused Variables fundAccount , impersonatedTx
.changeset/lovely-sheep-wash.md
deleted
100644 → 0
View file @
f2fe3029
---
'
@eth-optimism/contracts-bedrock'
:
patch
---
Updates L2OutputOracle to easily delete multiple outputs at once
.changeset/new-geese-applaud.md
deleted
100644 → 0
View file @
f2fe3029
---
'
@eth-optimism/indexer'
:
patch
'
@eth-optimism/contracts-bedrock'
:
patch
'
@eth-optimism/contracts-periphery'
:
patch
---
Updated forge-std version
.changeset/pink-kiwis-wink.md
deleted
100644 → 0
View file @
f2fe3029
---
"
@eth-optimism/l2geth-exporter"
:
patch
---
Fix: Adding proper debug output for L1 CTC Address env var in l2geth-exporter
.changeset/poor-dots-perform.md
deleted
100644 → 0
View file @
f2fe3029
---
'
@eth-optimism/indexer'
:
minor
'
@eth-optimism/contracts-bedrock'
:
minor
'
@eth-optimism/sdk'
:
minor
---
Adds an implementation of the Two Step Withdrawals V2 proposal
.changeset/strange-geckos-lay.md
deleted
100644 → 0
View file @
f2fe3029
---
'
@eth-optimism/contracts-bedrock'
:
patch
---
Allows owner and proposer addresses to be the same in L2OutputOracle
indexer/CHANGELOG.md
View file @
e73a66d0
# @eth-optimism/indexer
# @eth-optimism/indexer
## 0.4.0
### Minor Changes
-
1bfe79f20: Adds an implementation of the Two Step Withdrawals V2 proposal
### Patch Changes
-
f49b71d50: Updated forge-std version
## 0.3.3
## 0.3.3
### Patch Changes
### Patch Changes
...
...
indexer/package.json
View file @
e73a66d0
{
{
"name"
:
"@eth-optimism/indexer"
,
"name"
:
"@eth-optimism/indexer"
,
"version"
:
"0.
3.3
"
,
"version"
:
"0.
4.0
"
,
"private"
:
true
,
"private"
:
true
,
"license"
:
"MIT"
"license"
:
"MIT"
}
}
integration-tests/package.json
View file @
e73a66d0
...
@@ -30,9 +30,9 @@
...
@@ -30,9 +30,9 @@
"devDependencies"
:
{
"devDependencies"
:
{
"@babel/eslint-parser"
:
"^7.5.4"
,
"@babel/eslint-parser"
:
"^7.5.4"
,
"@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.
3
"
,
"@eth-optimism/core-utils"
:
"0.11.0"
,
"@eth-optimism/core-utils"
:
"0.11.0"
,
"@eth-optimism/sdk"
:
"1.
6.11
"
,
"@eth-optimism/sdk"
:
"1.
7.0
"
,
"@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-exporter/CHANGELOG.md
View file @
e73a66d0
# @eth-optimism/l2geth-exporter
# @eth-optimism/l2geth-exporter
## 0.0.7
### Patch Changes
-
896e23387: Fix: Adding proper debug output for L1 CTC Address env var in l2geth-exporter
## 0.0.6
## 0.0.6
### Patch Changes
### Patch Changes
...
...
l2geth-exporter/package.json
View file @
e73a66d0
{
{
"name"
:
"@eth-optimism/l2geth-exporter"
,
"name"
:
"@eth-optimism/l2geth-exporter"
,
"version"
:
"0.0.
6
"
,
"version"
:
"0.0.
7
"
,
"private"
:
true
,
"private"
:
true
,
"devDependencies"
:
{}
"devDependencies"
:
{}
}
}
packages/actor-tests/CHANGELOG.md
View file @
e73a66d0
# @eth-optimism/actor-tests
# @eth-optimism/actor-tests
## 0.0.14
### Patch Changes
-
Updated dependencies
[
c025a1153
]
-
Updated dependencies
[
f8697a607
]
-
Updated dependencies
[
59adcaa09
]
-
Updated dependencies
[
c71500a7e
]
-
Updated dependencies
[
f49b71d50
]
-
Updated dependencies
[
1bfe79f20
]
-
Updated dependencies
[
ccaf5bc83
]
-
@eth-optimism/contracts-bedrock@0.10.0
-
@eth-optimism/sdk@1.7.0
## 0.0.13
## 0.0.13
### Patch Changes
### Patch Changes
...
...
packages/actor-tests/package.json
View file @
e73a66d0
{
{
"name"
:
"@eth-optimism/actor-tests"
,
"name"
:
"@eth-optimism/actor-tests"
,
"version"
:
"0.0.1
3
"
,
"version"
:
"0.0.1
4
"
,
"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.1
"
,
"@eth-optimism/contracts-bedrock"
:
"0.
10.0
"
,
"@eth-optimism/core-utils"
:
"^0.11.0"
,
"@eth-optimism/core-utils"
:
"^0.11.0"
,
"@eth-optimism/sdk"
:
"^1.
6.11
"
,
"@eth-optimism/sdk"
:
"^1.
7.0
"
,
"@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 @
e73a66d0
# @eth-optimism/contracts-bedrock
# @eth-optimism/contracts-bedrock
## 0.10.0
### Minor Changes
-
59adcaa09: Deleted Unused Variables fundAccount , impersonatedTx
-
1bfe79f20: Adds an implementation of the Two Step Withdrawals V2 proposal
### Patch Changes
-
c025a1153: Fixes a severe vulnerability found in ToB's November 2022 audit of the Bedrock contracts
-
f8697a607: Removes historicalTotalBlocks from the L2OutputOracle
-
c71500a7e: Updates L2OutputOracle to easily delete multiple outputs at once
-
f49b71d50: Updated forge-std version
-
ccaf5bc83: Allows owner and proposer addresses to be the same in L2OutputOracle
## 0.9.1
## 0.9.1
### Patch Changes
### Patch Changes
...
...
packages/contracts-bedrock/package.json
View file @
e73a66d0
{
{
"name"
:
"@eth-optimism/contracts-bedrock"
,
"name"
:
"@eth-optimism/contracts-bedrock"
,
"version"
:
"0.
9.1
"
,
"version"
:
"0.
10.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/CHANGELOG.md
View file @
e73a66d0
# @eth-optimism/contracts-periphery
# @eth-optimism/contracts-periphery
## 1.0.3
### Patch Changes
-
f49b71d50: Updated forge-std version
## 1.0.2
## 1.0.2
### Patch Changes
### Patch Changes
...
...
packages/contracts-periphery/package.json
View file @
e73a66d0
{
{
"name"
:
"@eth-optimism/contracts-periphery"
,
"name"
:
"@eth-optimism/contracts-periphery"
,
"version"
:
"1.0.
2
"
,
"version"
:
"1.0.
3
"
,
"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"
:
"^0.5.38"
,
"@eth-optimism/contracts"
:
"^0.5.38"
,
"@eth-optimism/contracts-bedrock"
:
"^0.
9
.0"
,
"@eth-optimism/contracts-bedrock"
:
"^0.
10
.0"
,
"@eth-optimism/core-utils"
:
"^0.11.0"
,
"@eth-optimism/core-utils"
:
"^0.11.0"
,
"@eth-optimism/hardhat-deploy-config"
:
"^0.2.4"
,
"@eth-optimism/hardhat-deploy-config"
:
"^0.2.4"
,
"@ethersproject/hardware-wallets"
:
"^5.7.0"
,
"@ethersproject/hardware-wallets"
:
"^5.7.0"
,
...
...
packages/drippie-mon/CHANGELOG.md
View file @
e73a66d0
# @eth-optimism/drippie-mon
# @eth-optimism/drippie-mon
## 0.3.23
### Patch Changes
-
Updated dependencies
[
f49b71d50
]
-
Updated dependencies
[
1bfe79f20
]
-
@eth-optimism/contracts-periphery@1.0.3
-
@eth-optimism/sdk@1.7.0
## 0.3.22
## 0.3.22
### Patch Changes
### Patch Changes
...
...
packages/drippie-mon/package.json
View file @
e73a66d0
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/drippie-mon"
,
"name"
:
"@eth-optimism/drippie-mon"
,
"version"
:
"0.3.2
2
"
,
"version"
:
"0.3.2
3
"
,
"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.6.7"
,
"@eth-optimism/common-ts"
:
"0.6.7"
,
"@eth-optimism/contracts-periphery"
:
"1.0.
2
"
,
"@eth-optimism/contracts-periphery"
:
"1.0.
3
"
,
"@eth-optimism/core-utils"
:
"0.11.0"
,
"@eth-optimism/core-utils"
:
"0.11.0"
,
"@eth-optimism/sdk"
:
"1.
6.11
"
,
"@eth-optimism/sdk"
:
"1.
7.0
"
,
"ethers"
:
"^5.7.0"
"ethers"
:
"^5.7.0"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
...
...
packages/message-relayer/CHANGELOG.md
View file @
e73a66d0
# @eth-optimism/message-relayer
# @eth-optimism/message-relayer
## 0.5.22
### Patch Changes
-
Updated dependencies
[
1bfe79f20
]
-
@eth-optimism/sdk@1.7.0
## 0.5.21
## 0.5.21
### Patch Changes
### Patch Changes
...
...
packages/message-relayer/package.json
View file @
e73a66d0
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/message-relayer"
,
"name"
:
"@eth-optimism/message-relayer"
,
"version"
:
"0.5.2
1
"
,
"version"
:
"0.5.2
2
"
,
"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.11
"
,
"@eth-optimism/sdk"
:
"1.
7.0
"
,
"ethers"
:
"^5.7.0"
"ethers"
:
"^5.7.0"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
...
...
packages/sdk/CHANGELOG.md
View file @
e73a66d0
# @eth-optimism/sdk
# @eth-optimism/sdk
## 1.7.0
### Minor Changes
-
1bfe79f20: Adds an implementation of the Two Step Withdrawals V2 proposal
### Patch Changes
-
Updated dependencies
[
c025a1153
]
-
Updated dependencies
[
f8697a607
]
-
Updated dependencies
[
59adcaa09
]
-
Updated dependencies
[
c71500a7e
]
-
Updated dependencies
[
f49b71d50
]
-
Updated dependencies
[
1bfe79f20
]
-
Updated dependencies
[
ccaf5bc83
]
-
@eth-optimism/contracts-bedrock@0.10.0
## 1.6.11
## 1.6.11
### Patch Changes
### Patch Changes
...
...
packages/sdk/package.json
View file @
e73a66d0
{
{
"name"
:
"@eth-optimism/sdk"
,
"name"
:
"@eth-optimism/sdk"
,
"version"
:
"1.
6.11
"
,
"version"
:
"1.
7.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"
,
...
@@ -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.1
"
,
"@eth-optimism/contracts-bedrock"
:
"0.
10.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