Skip to content

Commit 2060371

Browse files
chore: Bump github.com/ethereum/go-ethereum from 1.13.8 to 1.13.9 (#275)
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.13.8 to 1.13.9. <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>Sharjila (v1.13.9)</h2> <p>This release fixes a few issues and <strong>enables the Cancun upgrade for the Goerli network</strong> at block timestamp 1705473120 (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/28719">#28719</a>) which is 9:30am 10. Jan. 2024 UTC.</p> <p>:warning: <strong>If you are running Goerli, this is a required update!</strong></p> <p>Apart from the Goerli configuration update, we have a few other changes.</p> <ul> <li>The 'simulated backend' in package <code>accounts/abi/backends</code> was rewritten. The improved version is available from the new package <code>ethclient/simulated</code>. A backwards-compatibility wrapper remains in the old location. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/28202">#28202</a>)</li> <li>Fix ABI-encoding of negative big.Int in topics (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/28764">#28764</a>)</li> <li>In JSON logging output, the &quot;error&quot; level is now correctly emitted as <code>&quot;error&quot;</code>. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/28774">#28774</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/28780">#28780</a>)</li> <li>Fixed an issue with configuration of stdlib package <code>log</code> for consumers of the geth library (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/28747">#28747</a>)</li> <li><code>geth removedb</code> can now be run non-interactively (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/28725">#28725</a>)</li> <li>We're building a package for ubuntu 23.10: mantic minotaur now (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/28728">#28728</a>)</li> </ul> <h3>Testing</h3> <ul> <li>Add <code>currentExcessBlobGas</code> to the state tests for better coverage of state tests (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/28735">#28735</a>)</li> <li>Fixed an issue in t8n regarding blob gas usage (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/28734">#28735</a>)</li> </ul> <p>For a full rundown of the changes please consult the Geth 1.13.9 <a href="https://github.com/ethereum/go-ethereum/milestone/157?closed=1">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/dd938d103d41f5255a40f7441ad7f0ceae0f7b07"><code>dd938d1</code></a> Merge branch 'master' into release/1.13</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/4f825318ea6e52d6ac72790e58874d765b6cd02a"><code>4f82531</code></a> params: go-ethereum v1.13.9 stable</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/2d08c9900996b5e798f40a3cc6b47f4e51dc487d"><code>2d08c99</code></a> ethclient/simulated: implement new sim backend (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/28202">#28202</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/9e018ce3a51ded8c7f43de80b658e93a1f88377c"><code>9e018ce</code></a> cmd/geth: update log test data (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/28780">#28780</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/d0edc5af4a2f4e8e9961c5da4d710579ff19681f"><code>d0edc5a</code></a> accounts/abi: fix bigInt topic encoding (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/28764">#28764</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/1010a79c7cbcdb4741e9f30e8cdc19c679ad7377"><code>1010a79</code></a> cmd/geth: make it possible to autopilot removedb (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/28725">#28725</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/cfff3cbbf19eea2c105bb296ad7f79cb12047582"><code>cfff3cb</code></a> params, core/forkid: schedule cancun fork on goerli (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/28719">#28719</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/f29520ffdf2ee6b0ed14c53d8048887163750f61"><code>f29520f</code></a> cmd/devp2p/internal/ethtest: fix typos in comments (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/28772">#28772</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/e7fa158086987045bdd3886107fb2c5a8b05f033"><code>e7fa158</code></a> eth/filters: fix early Unsubscribe of log events (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/28769">#28769</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/07b17f991bb5d6b12c3fb00cf8efa3f5a28e3c2f"><code>07b17f9</code></a> log: emit error level string as &quot;error&quot;, not &quot;eror&quot; (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/28774">#28774</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ethereum/go-ethereum/compare/v1.13.8...v1.13.9">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.13.8&new-version=1.13.9)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7bbd771 commit 2060371

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/celestiaorg/blobstream-contracts/v4
22

33
go 1.21.1
44

5-
require github.com/ethereum/go-ethereum v1.13.8
5+
require github.com/ethereum/go-ethereum v1.13.9
66

77
require (
88
github.com/Microsoft/go-winio v0.6.1 // indirect

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 h1:YLtO71vCjJRCBcrPMtQ9nqBsqpA1
4848
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1/go.mod h1:hyedUtir6IdtD/7lIxGeCxkaw7y45JueMRL4DIyJDKs=
4949
github.com/ethereum/c-kzg-4844 v0.4.0 h1:3MS1s4JtA868KpJxroZoepdV0ZKBp3u/O5HcZ7R3nlY=
5050
github.com/ethereum/c-kzg-4844 v0.4.0/go.mod h1:VewdlzQmpT5QSrVhbBuGoCdFJkpaJlO1aQputP83wc0=
51-
github.com/ethereum/go-ethereum v1.13.8 h1:1od+thJel3tM52ZUNQwvpYOeRHlbkVFZ5S8fhi0Lgsg=
52-
github.com/ethereum/go-ethereum v1.13.8/go.mod h1:sc48XYQxCzH3fG9BcrXCOOgQk2JfZzNAmIKnceogzsA=
51+
github.com/ethereum/go-ethereum v1.13.9 h1:ed4e4c7NWPrO2VX2wsMhWs5+6Lf2D591DmdE8RgmtcU=
52+
github.com/ethereum/go-ethereum v1.13.9/go.mod h1:sc48XYQxCzH3fG9BcrXCOOgQk2JfZzNAmIKnceogzsA=
5353
github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=
5454
github.com/fsnotify/fsnotify v1.6.0/go.mod h1:sl3t1tCWJFWoRz9R8WJCbQihKKwmorjAbSClcnxKAGw=
5555
github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff h1:tY80oXqGNY4FhTFhk+o9oFHGINQ/+vhlm8HFzi6znCI=

0 commit comments

Comments
 (0)