Skip to content

Commit

Permalink
chore: Bump github.com/ethereum/go-ethereum from 1.13.13 to 1.13.14 (#…
Browse files Browse the repository at this point in the history
…294)

Bumps
[github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum)
from 1.13.13 to 1.13.14.
<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>Altaaya (v1.13.14)</h2>
<p>Geth v1.13.14 is a small maintenance release with a handful of
polishes to the blob pool:</p>
<ul>
<li>Disallow blob transactions below the protocol minimum of 1 wei to
enter the pool (<a
href="https://github.com/ethereum/go-ethereum/pull/29081">#29081</a>).</li>
<li>Reduce the blob pool's max capacity to 2.5GB for the rollout. (<a
href="https://github.com/ethereum/go-ethereum/pull/29090">#29090</a>).</li>
<li>Fix gas estimation for blob transactions (<a
href="https://github.com/ethereum/go-ethereum/pull/29085">#29085</a>).</li>
</ul>
<p><em><strong>This release is NOT critical for the Cancun fork, but
recommended to make Geth lighter in anticipation to unknown blob
load.</strong></em></p>
<p>Other fixes:</p>
<ul>
<li>Support overriding the basefee during tracing (<a
href="https://github.com/ethereum/go-ethereum/pull/29051">#29051</a>).</li>
<li>Fix call tracers missing top level logs in top-only mode (<a
href="https://github.com/ethereum/go-ethereum/pull/29068">#29068</a>).</li>
<li>Support unlimited gas for <code>eth_createAccessList</code> if
<code>--gascap=0</code> (<a
href="https://github.com/ethereum/go-ethereum/pull/28846">#28846</a>).</li>
</ul>
<p>For a full rundown of the changes please consult the Geth <a
href="https://github.com/ethereum/go-ethereum/milestone/162?closed=1">1.13.14
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/2bd6bd01d2e8561dd7fc21b631f4a34ac16627a1"><code>2bd6bd0</code></a>
Merge branch 'master' into release/1.13</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/9038ba69428a6ecada1f2acace6981854482748b"><code>9038ba6</code></a>
params: release Geth v1.13.14</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/51b479e56459d663a12f95fd8eaba82716c0d5ce"><code>51b479e</code></a>
core/txpool: elevate the 'already reserved' error into a constant (<a
href="https://github.com/ethereum/go-ethereum/issues/29095">#29095</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/5a0f468f8cb15b939bd85445d33c614a36942a8e"><code>5a0f468</code></a>
eth/tracers: Fix callTracer logs on onlyTopCall == true (<a
href="https://github.com/ethereum/go-ethereum/issues/29068">#29068</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/45a272c7b96cb260528bbc2e31d657488f97c4b0"><code>45a272c</code></a>
core/txpool: no need to log loud rotate if no local txs (<a
href="https://github.com/ethereum/go-ethereum/issues/29083">#29083</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/63aaac81007ad46b208570c17cae78b7f60931d4"><code>63aaac8</code></a>
core/txpool/blobpool: reduce default database cap for rollout (<a
href="https://github.com/ethereum/go-ethereum/issues/29090">#29090</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/c1f59b98f6b0351339767d71953eb4eb5d19c496"><code>c1f59b9</code></a>
eth/catalyst: remove variable in tx conversion loop (<a
href="https://github.com/ethereum/go-ethereum/issues/29076">#29076</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/821d70240d191ff451a813287a377466337a3cee"><code>821d702</code></a>
cmd/clef: add spaces in README.md table (<a
href="https://github.com/ethereum/go-ethereum/issues/29077">#29077</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/8bca93e82c59d04f23b0237292d17fe728f20a5b"><code>8bca93e</code></a>
internal/ethapi: pass blob hashes to gas estimation (<a
href="https://github.com/ethereum/go-ethereum/issues/29085">#29085</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/edffacca8f97d23298636e225d477818e58eafe7"><code>edffacc</code></a>
eth/catalyst: enable some commented-out testcases   (<a
href="https://github.com/ethereum/go-ethereum/issues/29073">#29073</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/ethereum/go-ethereum/compare/v1.13.13...v1.13.14">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.13&new-version=1.13.14)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 2, 2024
1 parent 73d32b1 commit 2db843d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/celestiaorg/blobstream-contracts/v4

go 1.21.1

require github.com/ethereum/go-ethereum v1.13.13
require github.com/ethereum/go-ethereum v1.13.14

require (
github.com/Microsoft/go-winio v0.6.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ 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 v0.4.0 h1:3MS1s4JtA868KpJxroZoepdV0ZKBp3u/O5HcZ7R3nlY=
github.com/ethereum/c-kzg-4844 v0.4.0/go.mod h1:VewdlzQmpT5QSrVhbBuGoCdFJkpaJlO1aQputP83wc0=
github.com/ethereum/go-ethereum v1.13.13 h1:KYn9w7pEWRI9oyZOzO94OVbctSusPByHdFDPj634jII=
github.com/ethereum/go-ethereum v1.13.13/go.mod h1:TN8ZiHrdJwSe8Cb6x+p0hs5CxhJZPbqB7hHkaUXcmIU=
github.com/ethereum/go-ethereum v1.13.14 h1:EwiY3FZP94derMCIam1iW4HFVrSgIcpsu0HwTQtm6CQ=
github.com/ethereum/go-ethereum v1.13.14/go.mod h1:TN8ZiHrdJwSe8Cb6x+p0hs5CxhJZPbqB7hHkaUXcmIU=
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=
Expand Down

0 comments on commit 2db843d

Please sign in to comment.