Skip to content

Commit

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

Bumps
[github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum)
from 1.13.11 to 1.13.13.
<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>Alsages (v1.13.13)</h2>
<p>This is a minor release with fixes for several issues related to the
upcoming Cancun mainnet fork. As such, it is recommended for all mainnet
users.</p>
<p>Changes in this release:</p>
<ul>
<li>Block-building performance with blob transactions has been improved
a lot. (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/29026">#29026</a>,
<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/29008">#29008</a>,
<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/29005">#29005</a>)</li>
<li>A corner case in the EVM related to out-of-order fork scheduling has
been fixed. (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/29023">#29023</a>)</li>
<li><code>eth_fillTransaction</code> has seen some bug fixes related to
blob transactions as well. (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/28929">#28929</a>,
<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/29037">#29037</a>)</li>
<li>A rare panic in the ethstats client related to chain reorgs is
resolved. (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/29020">#29020</a>)</li>
<li>The blobpool database will now recover from disk corruption faults
instead of crashing geth on startup. (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/29001">#29001</a>)</li>
<li>Geth now implements <code>getClientVersionV1</code> on the Engine
API endpoint. (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/28915">#28915</a>,
<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/28994">#28994</a>)</li>
</ul>
<p>Go API changes:</p>
<ul>
<li><code>ethereum.CallMsg</code> now contains EIP-4844 related fields
(<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/28989">#28989</a>)</li>
<li><code>core.GenesisAlloc</code> is now available from package
<code>core/types</code>. We hope this change will reduce external
dependencies on package <code>core</code>. (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/29003">#29003</a>)</li>
</ul>
<p>For a full rundown of the changes please consult the Geth <a
href="https://github.com/ethereum/go-ethereum/milestone/161?closed=1">1.13.13
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>
<h2>Edolus (v1.13.12)</h2>
<p>This release embeds the mainnet fork number for Cancun, scheduled to
go live on 13th March, 2024 (unix <code>1710338135</code>). The
specification can be read <a
href="https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/cancun.md">here</a>,
and it contains the following changes:</p>
<ul>
<li><a href="https://eips.ethereum.org/EIPS/eip-1153">EIP-1153:
Transient storage opcodes</a></li>
<li><a href="https://eips.ethereum.org/EIPS/eip-4788">EIP-4788: Beacon
block root in the EVM </a></li>
<li><a href="https://eips.ethereum.org/EIPS/eip-4844">EIP-4844: Shard
Blob Transactions</a></li>
<li><a href="https://eips.ethereum.org/EIPS/eip-5656">EIP-5656: MCOPY -
Memory copying instruction</a></li>
<li><a href="https://eips.ethereum.org/EIPS/eip-6780">EIP-6780:
SELFDESTRUCT only in same transaction</a></li>
<li><a href="https://eips.ethereum.org/EIPS/eip-7516">EIP-7516:
BLOBBASEFEE opcode</a></li>
</ul>
<p>To go along Cancun, we're providing refreshed Grafana dashboards:</p>
<ul>
<li><a
href="https://github.com/ethereum/go-ethereum/files/14211069/Geth-Cancun-InfluxDB.json">Geth
Cancun InfluxDB Dashboard</a></li>
<li><a
href="https://github.com/ethereum/go-ethereum/files/14211070/Geth-Cancun-Prometheus.json">Geth
Cancun Prometheus Dashboard</a></li>
</ul>
<p>Other than that, the following assorted fixes and features are
included in this release:</p>
<ul>
<li>Initial implementation of the <code>era</code> format. The
<code>era</code> format is meant to provide a cross-client archive
format
for block data (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/26621">#26621</a>,
<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/28959">#28959</a>)</li>
<li>Make rpc request limits configurable (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/28948">#28948</a>)</li>
<li>Fix memory-leak with blob transactions (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/28917">#28917</a>)</li>
<li>Stricter adherence to engine api spec (<a
href="https://redirect.github.com/ethereum/go-ethereum/pull/28882">#28882</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/7f131dcbc9ffe986f91a1f51025bcfdcc0aa8f0e"><code>7f131dc</code></a>
Merge branch 'master' into release/1.13</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/3b4ede74443a15db27fddbb803a6b0cc4180ca75"><code>3b4ede7</code></a>
params: release go-ethereum v1.13.13 stable</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/b47cf8fe1de4f97ce38417d8136a58812734a7a9"><code>b47cf8f</code></a>
internal/ethapi: fix defaults for blob fields (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/29037">#29037</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/b9ca38b7358dbf7e236c624043bbab789a8d0389"><code>b9ca38b</code></a>
core/txpool: fix typo (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/29036">#29036</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/79e340fb1276cd5f0bbdc3825f90090488e3b978"><code>79e340f</code></a>
params: add cancun upgrade banner (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/29042">#29042</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/bba3fa9af9709ce6615d994edac7043e064fda0d"><code>bba3fa9</code></a>
core,eth,internal: fix typo (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/29024">#29024</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/7f5e96dc6c0d70f793a6a41c059c5dd660357964"><code>7f5e96d</code></a>
core/txpool: fix typo (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/29031">#29031</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/f4852b8ddc8bef962d34210a4f7774b95767e421"><code>f4852b8</code></a>
core/txpool, eth, miner: retrieve plain and blob txs separately (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/29026">#29026</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/ac0ff044606a663eeb47ef60ed5506f842753084"><code>ac0ff04</code></a>
core/vm, params: ensure order of forks, prevent overflow (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/29023">#29023</a>)</li>
<li><a
href="https://github.com/ethereum/go-ethereum/commit/6fb0d0992bd4eb91faf1e081b3c4aa46adb0ef7d"><code>6fb0d09</code></a>
core/txpool, miner: speed up blob pool pending retrievals (<a
href="https://redirect.github.com/ethereum/go-ethereum/issues/29008">#29008</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/ethereum/go-ethereum/compare/v1.13.11...v1.13.13">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.11&new-version=1.13.13)](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>
  • Loading branch information
dependabot[bot] authored Feb 23, 2024
1 parent 4f27c20 commit 6e79525
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.11
require github.com/ethereum/go-ethereum v1.13.13

require (
github.com/Microsoft/go-winio v0.6.1 // indirect
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +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 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.11 h1:b51Dsm+rEg7anFRUMGB8hODXHvNfcRKzz9vcj8wSdUs=
github.com/ethereum/go-ethereum v1.13.11/go.mod h1:gFtlVORuUcT+UUIcJ/veCNjkuOSujCi338uSHJrYAew=
github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5 h1:FtmdgXiUlNeRsoNMFlKLDt+S+6hbjVMEW6RGQ7aUf7c=
github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5/go.mod h1:VvhXpOYNQvB+uIk2RvXzuaQtkQJzzIx6lSBe1xv7hi0=
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/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 @@ -82,8 +82,8 @@ github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0U
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
github.com/hashicorp/go-bexpr v0.1.10 h1:9kuI5PFotCboP3dkDYFr/wi0gg0QVbSNz5oFRpxn4uE=
github.com/hashicorp/go-bexpr v0.1.10/go.mod h1:oxlubA2vC/gFVfX1A6JGp7ls7uCDlfJn732ehYYg+g0=
github.com/holiman/billy v0.0.0-20230718173358-1c7e68d277a7 h1:3JQNjnMRil1yD0IfZKHF9GxxWKDJGj8I0IqOUol//sw=
github.com/holiman/billy v0.0.0-20230718173358-1c7e68d277a7/go.mod h1:5GuXa7vkL8u9FkFuWdVvfR5ix8hRB7DbOAaYULamFpc=
github.com/holiman/billy v0.0.0-20240216141850-2abb0c79d3c4 h1:X4egAf/gcS1zATw6wn4Ej8vjuVGxeHdan+bRb2ebyv4=
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.2.4 h1:jUc4Nk8fm9jZabQuqr2JzednajVmBpC+oiTiXZJEApU=
Expand Down

0 comments on commit 6e79525

Please sign in to comment.