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

Version Packages

parent 9caba306
---
'@eth-optimism/gas-oracle': patch
---
Add additional logging in the `gas-oracle`
---
'@eth-optimism/l2geth': patch
---
Fixes the flags to use float64 instead of bools for the `--rollup.feethresholddown` and `-rollup.feethresholdup` config options
---
'@eth-optimism/l2geth': patch
---
Prevents the sequencer from accepting transactions with a too high nonce
---
'@eth-optimism/smock': patch
---
Add a test and a doc section for returning multiple uint256 arrays
# @eth-optimism/gas-oracle
## 0.0.3
### Patch Changes
- 8c4f479c: Add additional logging in the `gas-oracle`
## 0.0.2
### Patch Changes
- ce3c353b: Initial implementation of the `gas-oracle`
{
"name": "@eth-optimism/gas-oracle",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"devDependencies": {}
}
# Changelog
## 0.4.5
### Patch Changes
- 53b37978: Fixes the flags to use float64 instead of bools for the `--rollup.feethresholddown` and `-rollup.feethresholdup` config options
- 709c85d6: Prevents the sequencer from accepting transactions with a too high nonce
## 0.4.4
### Patch Changes
......
{
"name": "@eth-optimism/l2geth",
"version": "0.4.4",
"version": "0.4.5",
"private": true,
"devDependencies": {}
}
# @eth-optimism/smock
## 1.1.8
### Patch Changes
- d1da05be: Add a test and a doc section for returning multiple uint256 arrays
## 1.1.7
### Patch Changes
......
......@@ -3,7 +3,7 @@
"files": [
"dist/src/*"
],
"version": "1.1.7",
"version": "1.1.8",
"main": "dist/src/index",
"types": "dist/src/index",
"author": "Optimism PBC",
......
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