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
88504cf3
Commit
88504cf3
authored
Jun 28, 2022
by
github-actions[bot]
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version Packages
parent
9d8d0f29
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
45 additions
and
62 deletions
+45
-62
curly-spoons-invent.md
.changeset/curly-spoons-invent.md
+0
-5
friendly-grapes-watch.md
.changeset/friendly-grapes-watch.md
+0
-5
gold-clocks-grin.md
.changeset/gold-clocks-grin.md
+0
-5
hot-crews-lie.md
.changeset/hot-crews-lie.md
+0
-5
mean-pumas-smoke.md
.changeset/mean-pumas-smoke.md
+0
-5
mighty-rockets-provide.md
.changeset/mighty-rockets-provide.md
+0
-5
moody-beds-guess.md
.changeset/moody-beds-guess.md
+0
-5
old-carpets-worry.md
.changeset/old-carpets-worry.md
+0
-5
quiet-avocados-wait.md
.changeset/quiet-avocados-wait.md
+0
-5
rare-ears-share.md
.changeset/rare-ears-share.md
+0
-5
serious-suits-reflect.md
.changeset/serious-suits-reflect.md
+0
-5
CHANGELOG.md
indexer/CHANGELOG.md
+8
-0
package.json
indexer/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/contracts-bedrock/CHANGELOG.md
+11
-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
+7
-0
package.json
packages/drippie-mon/package.json
+2
-2
No files found.
.changeset/curly-spoons-invent.md
deleted
100644 → 0
View file @
9d8d0f29
---
'
@eth-optimism/contracts-bedrock'
:
patch
---
Enable hardhat style buildinfo
.changeset/friendly-grapes-watch.md
deleted
100644 → 0
View file @
9d8d0f29
---
'
@eth-optimism/contracts-bedrock'
:
patch
---
Make the Portal upgradeable
.changeset/gold-clocks-grin.md
deleted
100644 → 0
View file @
9d8d0f29
---
'
@eth-optimism/indexer'
:
patch
---
Fix a couple semgrep issues
.changeset/hot-crews-lie.md
deleted
100644 → 0
View file @
9d8d0f29
---
'
@eth-optimism/contracts-bedrock'
:
patch
---
Add
`OptimismPortal.isOutputFinalized`
.changeset/mean-pumas-smoke.md
deleted
100644 → 0
View file @
9d8d0f29
---
'
@eth-optimism/indexer'
:
patch
---
Deduplicate some l2geth and geth utils
.changeset/mighty-rockets-provide.md
deleted
100644 → 0
View file @
9d8d0f29
---
'
@eth-optimism/contracts-bedrock'
:
patch
---
correct l33t sp34k in toCodeAddrr
.changeset/moody-beds-guess.md
deleted
100644 → 0
View file @
9d8d0f29
---
'
@eth-optimism/contracts-bedrock'
:
patch
---
Add deployer docker image
.changeset/old-carpets-worry.md
deleted
100644 → 0
View file @
9d8d0f29
---
'
@eth-optimism/hardhat-node'
:
minor
---
Correct configuration file behavior
.changeset/quiet-avocados-wait.md
deleted
100644 → 0
View file @
9d8d0f29
---
'
@eth-optimism/indexer'
:
patch
---
Use op-bindings package for address manager
.changeset/rare-ears-share.md
deleted
100644 → 0
View file @
9d8d0f29
---
'
@eth-optimism/contracts-periphery'
:
patch
---
Deploy Drippie to mainnet
.changeset/serious-suits-reflect.md
deleted
100644 → 0
View file @
9d8d0f29
---
'
@eth-optimism/contracts-bedrock'
:
patch
---
Optimize buildinfo support, only build through hardhat interface
indexer/CHANGELOG.md
View file @
88504cf3
# @eth-optimism/indexer
# @eth-optimism/indexer
## 0.1.2
### Patch Changes
-
b3921408: Fix a couple semgrep issues
-
c6f6d68b: Deduplicate some l2geth and geth utils
-
0b30ae05: Use op-bindings package for address manager
## 0.1.1
## 0.1.1
### Patch Changes
### Patch Changes
...
...
indexer/package.json
View file @
88504cf3
{
{
"name"
:
"@eth-optimism/indexer"
,
"name"
:
"@eth-optimism/indexer"
,
"version"
:
"0.1.
1
"
,
"version"
:
"0.1.
2
"
,
"private"
:
true
,
"private"
:
true
,
"license"
:
"MIT"
"license"
:
"MIT"
}
}
ops/docker/hardhat/CHANGELOG.md
View file @
88504cf3
# @eth-optimism/hardhat-node
# @eth-optimism/hardhat-node
## 0.2.0
### Minor Changes
-
587a7d0d: Correct configuration file behavior
## 0.1.5
## 0.1.5
### Patch Changes
### Patch Changes
...
...
ops/docker/hardhat/package.json
View file @
88504cf3
{
{
"name"
:
"@eth-optimism/hardhat-node"
,
"name"
:
"@eth-optimism/hardhat-node"
,
"version"
:
"0.
1.5
"
,
"version"
:
"0.
2.0
"
,
"scripts"
:
{
"scripts"
:
{
"start"
:
"hardhat node --network hardhat"
"start"
:
"hardhat node --network hardhat"
},
},
...
...
packages/contracts-bedrock/CHANGELOG.md
View file @
88504cf3
# @eth-optimism/contracts-bedrock
# @eth-optimism/contracts-bedrock
## 0.4.1
### Patch Changes
-
5c3b4bfa: Enable hardhat style buildinfo
-
ef29d8a5: Make the Portal upgradeable
-
5bb6f2c7: Add
`OptimismPortal.isOutputFinalized`
-
79f31007: correct l33t sp34k in toCodeAddrr
-
5a12c635: Add deployer docker image
-
8460865f: Optimize buildinfo support, only build through hardhat interface
## 0.4.0
## 0.4.0
### Minor Changes
### Minor Changes
...
...
packages/contracts-bedrock/package.json
View file @
88504cf3
{
{
"name"
:
"@eth-optimism/contracts-bedrock"
,
"name"
:
"@eth-optimism/contracts-bedrock"
,
"version"
:
"0.4.
0
"
,
"version"
:
"0.4.
1
"
,
"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 @
88504cf3
# @eth-optimism/contracts-periphery
# @eth-optimism/contracts-periphery
## 0.1.5
### Patch Changes
-
3799bb6f: Deploy Drippie to mainnet
## 0.1.4
## 0.1.4
### Patch Changes
### Patch Changes
...
...
packages/contracts-periphery/package.json
View file @
88504cf3
{
{
"name"
:
"@eth-optimism/contracts-periphery"
,
"name"
:
"@eth-optimism/contracts-periphery"
,
"version"
:
"0.1.
4
"
,
"version"
:
"0.1.
5
"
,
"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.29"
,
"@eth-optimism/contracts"
:
"^0.5.29"
,
"@eth-optimism/contracts-bedrock"
:
"^0.4.
0
"
,
"@eth-optimism/contracts-bedrock"
:
"^0.4.
1
"
,
"@eth-optimism/core-utils"
:
"^0.9.0"
,
"@eth-optimism/core-utils"
:
"^0.9.0"
,
"@eth-optimism/hardhat-deploy-config"
:
"^0.2.0"
,
"@eth-optimism/hardhat-deploy-config"
:
"^0.2.0"
,
"@ethersproject/hardware-wallets"
:
"^5.6.1"
,
"@ethersproject/hardware-wallets"
:
"^5.6.1"
,
...
...
packages/drippie-mon/CHANGELOG.md
View file @
88504cf3
# @eth-optimism/drippie-mon
# @eth-optimism/drippie-mon
## 0.3.5
### Patch Changes
-
Updated dependencies
[
3799bb6f
]
-
@eth-optimism/contracts-periphery@0.1.5
## 0.3.4
## 0.3.4
### Patch Changes
### Patch Changes
...
...
packages/drippie-mon/package.json
View file @
88504cf3
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/drippie-mon"
,
"name"
:
"@eth-optimism/drippie-mon"
,
"version"
:
"0.3.
4
"
,
"version"
:
"0.3.
5
"
,
"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,7 +33,7 @@
...
@@ -33,7 +33,7 @@
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.6.0"
,
"@eth-optimism/common-ts"
:
"0.6.0"
,
"@eth-optimism/contracts-periphery"
:
"0.1.
4
"
,
"@eth-optimism/contracts-periphery"
:
"0.1.
5
"
,
"@eth-optimism/core-utils"
:
"0.9.0"
,
"@eth-optimism/core-utils"
:
"0.9.0"
,
"@eth-optimism/sdk"
:
"1.2.0"
,
"@eth-optimism/sdk"
:
"1.2.0"
,
"ethers"
:
"^5.6.8"
"ethers"
:
"^5.6.8"
...
...
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