Skip to content

Commit

Permalink
chore: Bump github.com/ethereum/go-ethereum from 1.14.7 to 1.14.8 (#328)
Browse files Browse the repository at this point in the history
Bumps
[github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum)
from 1.14.7 to 1.14.8.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ethereum/go-ethereum/releases">github.com/ethereum/go-ethereum's
releases</a>.</em></p>
<blockquote>
<h2>Rayingri (v1.14.8)</h2>
<p>This is a maintenance release with bug fixes only.</p>
<h3>Command changes</h3>
<ul>
<li>Blobpool related flags in Geth now actually work. (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30203">#30203</a>)</li>
<li>The <code>evm run</code> command no longer overwrites the sender
account in genesis.json. (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30259">#30259</a>)</li>
<li><code>evm run</code> now allows configuring
<code>baseFeePerGas</code> in genesis.json. (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30281">#30281</a>)</li>
</ul>
<h3>Go API</h3>
<ul>
<li><code>core/types.Transaction.ChainID</code> had a bug where it
modified the signature for very large ChainID (&gt;= 2^64). (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30157">#30157</a>)</li>
<li><code>ethclient.Client.NetworkID</code> now supports values returned
in hex format by the server. (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30263">#30263</a>)</li>
<li><code>ethclient/simulated.Backend.AdjustTime</code> was fixed to
apply the correct time divison. (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30138">#30138</a>)</li>
<li><code>accounts/abi/bind.TransactOpts</code> now supports setting an
access list for created transactions. (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30195">#30195</a>)</li>
<li>The package <code>p2p/simulations</code> has been removed. (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30250">#30250</a>)</li>
</ul>
<h3>Core</h3>
<ul>
<li>A snap-sync database corruption related to sync restarts is fixed in
this release. (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30258">#30258</a>)</li>
<li><code>eth_call</code> storage overrides now work as originally
intended: if a storage replacement object is specified in the call,
previous storage values of the account are cleared. (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30185">#30185</a>)</li>
<li>The txpool did not use the transaction's inline sender cache in some
cases. (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30208">#30208</a>)</li>
<li>The performance of EVM stack swaps was improved a bit. (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30249">#30249</a>)</li>
</ul>
<h3>Networking</h3>
<ul>
<li>The downloader now takes withdrawals into account when sizing its
queue. (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30276">#30276</a>)</li>
<li>The new discovery node revalidation could hot-spin in certain rare
scenarios. (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30239">#30239</a>)</li>
<li>Configuring an external IP using <code>--nat=extip:...</code> could
lead to invalid discovery packets being generated. (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30234">#30234</a>)</li>
</ul>
<h3>Build</h3>
<ul>
<li>github.com/btcsuite/btcd/btcec has been upgraded to resolve a build
error caused by upstream API changes. (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30181">#30181</a>)</li>
<li>This release is built with Go 1.22.6. (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/30273">#30273</a>)</li>
</ul>
<p>For a full rundown of the changes please consult the Geth <a
href="https://github.com/ethereum/go-ethereum/milestone/171?closed=1">1.14.8
release milestone</a>.</p>
<hr />
<p>As with all our previous releases, you can find the:</p>
<ul>
<li>Pre-built binaries for all platforms on our <a
href="https://geth.ethereum.org/downloads/">downloads page</a>.</li>
<li>Docker images published under <a
href="https://cloud.docker.com/u/ethereum/repository/docker/ethereum/client-go"><code>ethereum/client-go</code></a>.</li>
<li>Ubuntu packages in our <a
href="https://launchpad.net/~ethereum/+archive/ubuntu/ethereum">Launchpad
PPA repository</a>.</li>
<li>OSX packages in our <a
href="https://github.com/ethereum/homebrew-ethereum">Homebrew Tap
repository</a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/a9523b6428238a762e1a1e55e46ead47630c3a23"><code>a9523b6</code></a>
Merge branch 'master' into release/1.14</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/880511dc39e5d4788a07313a1289c928c8b7c7b7"><code>880511d</code></a>
params: release go-ethereum v1.14.8 stable</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/5adf4adc8ec2c497eddd3b1ff20d2d35d65ec5fc"><code>5adf4ad</code></a>
eth/protocols/snap: cleanup dangling account trie nodes due to
incomplete sto...</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/33a13b6f2110807a15c443ec234580cfce94a194"><code>33a13b6</code></a>
p2p/simulations: remove packages (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/30250">#30250</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/32a1e0643ca5012bda851d65194fb5eb3d83591b"><code>32a1e06</code></a>
beacon/engine, consensus/beacon: use params.MaximumExtraDataSize instead
of h...</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/811a69cd3cf77fe9b63c7dc260ff92a79c631846"><code>811a69c</code></a>
go.mod: update uint256 to 1.3.1 (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/30280">#30280</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/83e70aa3d00bbee9713b31768a30a7741eee8945"><code>83e70aa</code></a>
cmd/evm: fix evm basefee (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/30281">#30281</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/ebe31dfd5c8c053c098b65eac2ec3070b7f8e9a8"><code>ebe31df</code></a>
eth/downloader, core/types: take withdrawals-size into account in
downloader ...</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/d3dae66e594748c2fb608177726bd46715b0a3a6"><code>d3dae66</code></a>
tests: fix TransactionTest to actually run (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/30272">#30272</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/9ea766d6e9189e8fbec7dbcacaf4c3f5083276ca"><code>9ea766d</code></a>
build: upgrade -dlgo version to Go 1.22.6 (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/30273">#30273</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/ethereum/go-ethereum/compare/v1.14.7...v1.14.8">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/ethereum/go-ethereum&package-manager=go_modules&previous-version=1.14.7&new-version=1.14.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Updated dependencies that may introduce new functionalities or
improvements, enhancing overall module performance.
- **Bug Fixes**
- Potential fixes included in the updated versions of dependencies,
improving stability and reliability.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 13, 2024
1 parent 57c8c01 commit e88c524
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ module github.com/celestiaorg/blobstream-contracts/v4

go 1.21.1

require github.com/ethereum/go-ethereum v1.14.7
require github.com/ethereum/go-ethereum v1.14.8

require (
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/bits-and-blooms/bitset v1.10.0 // indirect
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
github.com/consensys/bavard v0.1.13 // indirect
github.com/consensys/gnark-crypto v0.12.1 // indirect
github.com/crate-crypto/go-kzg-4844 v1.0.0 // indirect
Expand All @@ -19,7 +19,7 @@ require (
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/holiman/uint256 v1.3.0 // indirect
github.com/holiman/uint256 v1.3.1 // indirect
github.com/mmcloughlin/addchain v0.4.0 // indirect
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
github.com/supranational/blst v0.3.11 // indirect
Expand Down
18 changes: 8 additions & 10 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/bits-and-blooms/bitset v1.10.0 h1:ePXTeiPEazB5+opbv5fr8umg2R/1NlzgDsyepwsSr88=
github.com/bits-and-blooms/bitset v1.10.0/go.mod h1:7hO7Gc7Pp1vODcmWvKMRA9BNmbv6a/7QIWpPxHddWR8=
github.com/btcsuite/btcd/btcec/v2 v2.2.0 h1:fzn1qaOt32TuLjFlkzYSsBC35Q3KUjT1SwPxiMSCF5k=
github.com/btcsuite/btcd/btcec/v2 v2.2.0/go.mod h1:U7MHm051Al6XmscBQ0BoNydpOTsFAn707034b5nY8zU=
github.com/btcsuite/btcd/btcec/v2 v2.3.4 h1:3EJjcN70HCu/mwqlUsGK8GcNVyLVxFDlWurTXGPFfiQ=
github.com/btcsuite/btcd/btcec/v2 v2.3.4/go.mod h1:zYzJ8etWJQIv1Ogk7OzpWjowwOdXY1W/17j2MW85J04=
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 h1:q0rUy8C/TYNBQS1+CGKw68tLOFYSNEs0TFnxxnS9+4U=
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1/go.mod h1:7SFka0XMvUgj3hfZtydOrQY2mwhPclbT2snogU7SQQc=
github.com/cespare/cp v0.1.0 h1:SE+dxFebS7Iik5LK0tsi1k9ZCxEaFX4AjQmoyA+1dJk=
Expand Down Expand Up @@ -50,12 +50,10 @@ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 h1:YLtO71vCjJRCBcrPMtQ9nqBsqpA1
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1/go.mod h1:hyedUtir6IdtD/7lIxGeCxkaw7y45JueMRL4DIyJDKs=
github.com/ethereum/c-kzg-4844 v1.0.0 h1:0X1LBXxaEtYD9xsyj9B9ctQEZIpnvVDeoBx8aHEwTNA=
github.com/ethereum/c-kzg-4844 v1.0.0/go.mod h1:VewdlzQmpT5QSrVhbBuGoCdFJkpaJlO1aQputP83wc0=
github.com/ethereum/go-ethereum v1.14.7 h1:EHpv3dE8evQmpVEQ/Ne2ahB06n2mQptdwqaMNhAT29g=
github.com/ethereum/go-ethereum v1.14.7/go.mod h1:Mq0biU2jbdmKSZoqOj29017ygFrMnB5/Rifwp980W4o=
github.com/ethereum/go-ethereum v1.14.8 h1:NgOWvXS+lauK+zFukEvi85UmmsS/OkV0N23UZ1VTIig=
github.com/ethereum/go-ethereum v1.14.8/go.mod h1:TJhyuDq0JDppAkFXgqjwpdlQApywnu/m10kFPxh8vvs=
github.com/ethereum/go-verkle v0.1.1-0.20240306133620-7d920df305f0 h1:KrE8I4reeVvf7C1tm8elRjj4BdscTYzz/WAbYyf/JI4=
github.com/ethereum/go-verkle v0.1.1-0.20240306133620-7d920df305f0/go.mod h1:D9AJLVXSyZQXJQVk8oh1EwjISE+sJTn2duYIZC0dy3w=
github.com/fjl/memsize v0.0.2 h1:27txuSD9or+NZlnOWdKUxeBzTAUkWCVh+4Gf2dWFOzA=
github.com/fjl/memsize v0.0.2/go.mod h1:VvhXpOYNQvB+uIk2RvXzuaQtkQJzzIx6lSBe1xv7hi0=
github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=
github.com/fsnotify/fsnotify v1.6.0/go.mod h1:sl3t1tCWJFWoRz9R8WJCbQihKKwmorjAbSClcnxKAGw=
github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff h1:tY80oXqGNY4FhTFhk+o9oFHGINQ/+vhlm8HFzi6znCI=
Expand Down Expand Up @@ -88,8 +86,8 @@ github.com/holiman/billy v0.0.0-20240216141850-2abb0c79d3c4 h1:X4egAf/gcS1zATw6w
github.com/holiman/billy v0.0.0-20240216141850-2abb0c79d3c4/go.mod h1:5GuXa7vkL8u9FkFuWdVvfR5ix8hRB7DbOAaYULamFpc=
github.com/holiman/bloomfilter/v2 v2.0.3 h1:73e0e/V0tCydx14a0SCYS/EWCxgwLZ18CZcZKVu0fao=
github.com/holiman/bloomfilter/v2 v2.0.3/go.mod h1:zpoh+gs7qcpqrHr3dB55AMiJwo0iURXE7ZOP9L9hSkA=
github.com/holiman/uint256 v1.3.0 h1:4wdcm/tnd0xXdu7iS3ruNvxkWwrb4aeBQv19ayYn8F4=
github.com/holiman/uint256 v1.3.0/go.mod h1:EOMSn4q6Nyt9P6efbI3bueV4e1b3dGlUCXeiRV4ng7E=
github.com/holiman/uint256 v1.3.1 h1:JfTzmih28bittyHM8z360dCjIA9dbPIBlcTI6lmctQs=
github.com/holiman/uint256 v1.3.1/go.mod h1:EOMSn4q6Nyt9P6efbI3bueV4e1b3dGlUCXeiRV4ng7E=
github.com/huin/goupnp v1.3.0 h1:UvLUlWDNpoUdYzb2TCn+MuTWtcjXKSza2n6CBdQ0xXc=
github.com/huin/goupnp v1.3.0/go.mod h1:gnGPsThkYa7bFi/KWmEysQRf48l2dvR5bxr2OFckNX8=
github.com/jackpal/go-nat-pmp v1.0.2 h1:KzKSgb7qkJvOUTqYl9/Hg/me3pWgBmERKrTGD7BdWus=
Expand Down Expand Up @@ -178,8 +176,8 @@ golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
golang.org/x/time v0.5.0 h1:o7cqy6amK/52YcAKIPlM3a+Fpj35zvRj2TP+e1xFSfk=
golang.org/x/time v0.5.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI=
google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
google.golang.org/protobuf v1.34.2 h1:6xV6lTsCfpGD21XK49h7MhtcApnLqkfYgPcdHftf6hg=
google.golang.org/protobuf v1.34.2/go.mod h1:qYOHts0dSfpeUzUFpOMr/WGzszTmLH+DiWniOlNbLDw=
gopkg.in/natefinch/lumberjack.v2 v2.2.1 h1:bBRl1b0OH9s/DuPhuXpNl+VtCaJXFZ5/uEFST95x9zc=
gopkg.in/natefinch/lumberjack.v2 v2.2.1/go.mod h1:YD8tP3GAjkrDg1eZH7EGmyESg/lsYskCTPBJVb9jqSc=
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
Expand Down

0 comments on commit e88c524

Please sign in to comment.