Skip to content

gas-oracle: bump go-ethereum version#1573

Merged
smartcontracts merged 1 commit intoexperimentalfrom
gas-oracle/bump-geth-dep
Oct 14, 2021
Merged

gas-oracle: bump go-ethereum version#1573
smartcontracts merged 1 commit intoexperimentalfrom
gas-oracle/bump-geth-dep

Conversation

@tynes
Copy link
Copy Markdown
Contributor

@tynes tynes commented Oct 14, 2021

Description
Bumps the version of the go-ethereum dependency used by the gas-oracle. This may fix the gas estimation error that we are currently seeing in the gas-oracle when it attempts to update the L1 base fee in the L2 state. I believe it is caused by L2 not supporting eip1559 yet and the underlying ethclient attempting to set eip1559 related fields

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Oct 14, 2021

🦋 Changeset detected

Latest commit: f62ed65

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@eth-optimism/gas-oracle Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Oct 14, 2021

Codecov Report

Merging #1573 (f62ed65) into experimental (b690575) will decrease coverage by 0.57%.
The diff coverage is 90.90%.

Impacted file tree graph

@@               Coverage Diff                @@
##           experimental    #1573      +/-   ##
================================================
- Coverage         74.20%   73.62%   -0.58%     
================================================
  Files                67       67              
  Lines              2210     2207       -3     
  Branches            321      324       +3     
================================================
- Hits               1640     1625      -15     
- Misses              570      582      +12     
Flag Coverage Δ
batch-submitter 61.74% <ø> (ø)
contracts 90.44% <90.90%> (-0.74%) ⬇️
core-utils 55.73% <ø> (-0.77%) ⬇️
data-transport-layer 38.23% <ø> (ø)
message-relayer 83.17% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
packages/batch-submitter/hardhat.config.ts 100.00% <ø> (ø)
packages/core-utils/src/common/hex-strings.ts 86.11% <ø> (-13.89%) ⬇️
packages/message-relayer/hardhat.config.ts 100.00% <ø> (ø)
.../contracts/L1/rollup/CanonicalTransactionChain.sol 85.04% <90.47%> (-2.89%) ⬇️
.../contracts/L1/messaging/L1CrossDomainMessenger.sol 96.77% <100.00%> (ø)
...acts/contracts/L1/rollup/ChainStorageContainer.sol 70.00% <0.00%> (-10.00%) ⬇️
...contracts/contracts/libraries/utils/Lib_Buffer.sol 92.85% <0.00%> (-7.15%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b5ae71a...f62ed65. Read the comment docs.

@smartcontracts smartcontracts merged commit 2cbaf90 into experimental Oct 14, 2021
@smartcontracts smartcontracts deleted the gas-oracle/bump-geth-dep branch October 14, 2021 17:46
theochap pushed a commit that referenced this pull request Dec 10, 2025
### Description

Implements peer protection rpc handling.

Closes #1573
Closes #1574

---------

Co-authored-by: clabby <ben@clab.by>
theochap pushed a commit that referenced this pull request Jan 14, 2026
### Description

Implements peer protection rpc handling.

Closes #1573
Closes #1574

---------

Co-authored-by: clabby <ben@clab.by>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants