mev-boost-relay
mev-boost-relay copied to clipboard
Bump github.com/ethereum/go-ethereum from 1.13.10 to 1.13.14
Bumps github.com/ethereum/go-ethereum from 1.13.10 to 1.13.14.
Release notes
Sourced from github.com/ethereum/go-ethereum's releases.
Altaaya (v1.13.14)
Geth v1.13.14 is a small maintenance release with a handful of polishes to the blob pool:
- Disallow blob transactions below the protocol minimum of 1 wei to enter the pool (#29081).
- Reduce the blob pool's max capacity to 2.5GB for the rollout. (#29090).
- Fix gas estimation for blob transactions (#29085).
This release is NOT critical for the Cancun fork, but recommended to make Geth lighter in anticipation to unknown blob load.
Other fixes:
- Support overriding the basefee during tracing (#29051).
- Fix call tracers missing top level logs in top-only mode (#29068).
- Support unlimited gas for
eth_createAccessListif--gascap=0(#28846).For a full rundown of the changes please consult the Geth 1.13.14 release milestone.
As with all our previous releases, you can find the:
- Pre-built binaries for all platforms on our downloads page.
- Docker images published under
ethereum/client-go.- Ubuntu packages in our Launchpad PPA repository.
- OSX packages in our Homebrew Tap repository.
Alsages (v1.13.13)
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.
Changes in this release:
- Block-building performance with blob transactions has been improved a lot. (#29026, #29008, #29005)
- A corner case in the EVM related to out-of-order fork scheduling has been fixed. (#29023)
eth_fillTransactionhas seen some bug fixes related to blob transactions as well. (#28929, #29037)- A rare panic in the ethstats client related to chain reorgs is resolved. (#29020)
- The blobpool database will now recover from disk corruption faults instead of crashing geth on startup. (#29001)
- Geth now implements
getClientVersionV1on the Engine API endpoint. (#28915, #28994)Go API changes:
ethereum.CallMsgnow contains EIP-4844 related fields (#28989)core.GenesisAllocis now available from packagecore/types. We hope this change will reduce external dependencies on packagecore. (#29003)For a full rundown of the changes please consult the Geth 1.13.13 release milestone.
As with all our previous releases, you can find the:
- Pre-built binaries for all platforms on our downloads page.
... (truncated)
Commits
2bd6bd0Merge branch 'master' into release/1.139038ba6params: release Geth v1.13.1451b479ecore/txpool: elevate the 'already reserved' error into a constant (#29095)5a0f468eth/tracers: Fix callTracer logs on onlyTopCall == true (#29068)45a272ccore/txpool: no need to log loud rotate if no local txs (#29083)63aaac8core/txpool/blobpool: reduce default database cap for rollout (#29090)c1f59b9eth/catalyst: remove variable in tx conversion loop (#29076)821d702cmd/clef: add spaces in README.md table (#29077)8bca93einternal/ethapi: pass blob hashes to gas estimation (#29085)edffacceth/catalyst: enable some commented-out testcases (#29073)- Additional commits viewable in compare view
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 30.44%. Comparing base (
108d5e3) to head (e053303).
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@ Coverage Diff @@
## main #588 +/- ##
=======================================
Coverage 30.44% 30.44%
=======================================
Files 41 41
Lines 6268 6268
=======================================
Hits 1908 1908
Misses 4113 4113
Partials 247 247
| Flag | Coverage Δ | |
|---|---|---|
| unittests | 30.44% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@dependabot rebase
Superseded by #607.