Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gas-oracle: bump go-ethereum dep to v1.10.10 #1602

Merged
merged 3 commits into from Oct 19, 2021

Conversation

tynes
Copy link
Contributor

@tynes tynes commented Oct 19, 2021

Description

Bumps the go-ethereum dep to release v1.10.10
which fixes a bug with the transact opts where
it is mutated and can cause gas estimation errors.

See ethereum/go-ethereum#23719

Bumps the go-ethereum dep to release v1.10.10
which fixes a bug with the transact opts where
it is mutated and can cause gas estimation errors.

See ethereum/go-ethereum#23719
@changeset-bot
Copy link

changeset-bot bot commented Oct 19, 2021

🦋 Changeset detected

Latest commit: 4668331

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

codecov-commenter commented Oct 19, 2021

Codecov Report

Merging #1602 (4668331) into regenesis/0.5.0 (7c05692) will decrease coverage by 0.50%.
The diff coverage is n/a.

Impacted file tree graph

@@                 Coverage Diff                 @@
##           regenesis/0.5.0    #1602      +/-   ##
===================================================
- Coverage            73.39%   72.89%   -0.51%     
===================================================
  Files                   67       65       -2     
  Lines                 2218     2114     -104     
  Branches               327      315      -12     
===================================================
- Hits                  1628     1541      -87     
+ Misses                 590      573      -17     
Flag Coverage Δ
batch-submitter 61.77% <ø> (+0.02%) ⬆️
contracts 90.44% <ø> (ø)
core-utils 54.76% <ø> (ø)
data-transport-layer 38.23% <ø> (ø)
message-relayer ?

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

Impacted Files Coverage Δ
packages/message-relayer/hardhat.config.ts
packages/message-relayer/src/relay-tx.ts
...ubmitter/src/batch-submitter/tx-batch-submitter.ts 45.42% <0.00%> (+0.22%) ⬆️

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 7c05692...4668331. Read the comment docs.

@tynes tynes merged commit 9fb95cc into regenesis/0.5.0 Oct 19, 2021
@tynes tynes deleted the deps/gas-oracle-bump-geth branch October 19, 2021 17:28
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.

None yet

2 participants