Commit 168c55f2 authored by github-actions[bot]'s avatar github-actions[bot]

Version Packages

parent 8674d465
---
'@eth-optimism/contracts-bedrock': patch
---
Clean up BytesUtils
---
'@eth-optimism/foundry': patch
---
Bump foundry to 3c49efe58ca4bdeec4729490501da06914446405
---
'@eth-optimism/contracts-bedrock': patch
---
Updates CrossDomainMessenger.baseGas to more accurately reflect gas costs
---
'@eth-optimism/contracts-bedrock': patch
---
Cleans up natspec in MerkleTrie and SecureMerkleTrie contracts
---
'@eth-optimism/ci-builder': minor
---
Fix unbound variable in check_changed script
This now uses -z to check if a variable is unbound instead of -n.
This should fix the error when the script is being ran on develop.
---
'@eth-optimism/contracts-bedrock': patch
---
Cleans up various compiler warnings
---
'@eth-optimism/contracts-bedrock': patch
---
Minor cleanups to initialization and semver for L1 contracts
---
'@eth-optimism/contracts-bedrock': patch
---
Clears most contract linting warnings
---
'@eth-optimism/fault-detector': patch
---
Properly handle connection failures for L2 node
# @eth-optimism/ci-builder # @eth-optimism/ci-builder
## 0.2.0
### Minor Changes
- e8909be0: Fix unbound variable in check_changed script
This now uses -z to check if a variable is unbound instead of -n.
This should fix the error when the script is being ran on develop.
## 0.1.2 ## 0.1.2
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/ci-builder", "name": "@eth-optimism/ci-builder",
"version": "0.1.2", "version": "0.2.0",
"scripts": {}, "scripts": {},
"license": "MIT", "license": "MIT",
"dependencies": {} "dependencies": {}
......
# @eth-optimism/foundry # @eth-optimism/foundry
## 0.1.1
### Patch Changes
- 921653f8: Bump foundry to 3c49efe58ca4bdeec4729490501da06914446405
## 0.1.0 ## 0.1.0
### Minor Changes ### Minor Changes
- 5ae9c133: Initial release, pin to b7b1ec471bdd38221773e1a569dc4f20297bd7db - 5ae9c133: Initial release, pin to b7b1ec471bdd38221773e1a569dc4f20297bd7db
......
{ {
"name": "@eth-optimism/foundry", "name": "@eth-optimism/foundry",
"version": "0.1.0", "version": "0.1.1",
"scripts": {}, "scripts": {},
"license": "MIT", "license": "MIT",
"dependencies": {} "dependencies": {}
......
# @eth-optimism/contracts-bedrock # @eth-optimism/contracts-bedrock
## 0.5.1
### Patch Changes
- e4693481: Clean up BytesUtils
- b7b77d6c: Updates CrossDomainMessenger.baseGas to more accurately reflect gas costs
- 9d435aec: Cleans up natspec in MerkleTrie and SecureMerkleTrie contracts
- 87f745b5: Cleans up various compiler warnings
- 8a3074ab: Minor cleanups to initialization and semver for L1 contracts
- e1501bc0: Clears most contract linting warnings
## 0.5.0 ## 0.5.0
### Minor Changes ### Minor Changes
......
{ {
"name": "@eth-optimism/contracts-bedrock", "name": "@eth-optimism/contracts-bedrock",
"version": "0.5.0", "version": "0.5.1",
"description": "Contracts for Optimism Specs", "description": "Contracts for Optimism Specs",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
......
# @eth-optimism/fault-detector # @eth-optimism/fault-detector
## 0.2.5
### Patch Changes
- 98206b7e: Properly handle connection failures for L2 node
## 0.2.4 ## 0.2.4
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/fault-detector", "name": "@eth-optimism/fault-detector",
"version": "0.2.4", "version": "0.2.5",
"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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment