flashbots / mev-boost-relay

MEV-Boost Relay for Ethereum proposer/builder separation (PBS)
https://boost-relay.flashbots.net
GNU Affero General Public License v3.0
417 stars 118 forks source link

Bump github.com/ethereum/go-ethereum from 1.13.10 to 1.14.8 #646

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 2 months ago

Bumps github.com/ethereum/go-ethereum from 1.13.10 to 1.14.8.

Release notes

Sourced from github.com/ethereum/go-ethereum's releases.

Rayingri (v1.14.8)

This is a maintenance release with bug fixes only.

Command changes

  • Blobpool related flags in Geth now actually work. (#30203)
  • The evm run command no longer overwrites the sender account in genesis.json. (#30259)
  • evm run now allows configuring baseFeePerGas in genesis.json. (#30281)

Go API

  • core/types.Transaction.ChainID had a bug where it modified the signature for very large ChainID (>= 2^64). (#30157)
  • ethclient.Client.NetworkID now supports values returned in hex format by the server. (#30263)
  • ethclient/simulated.Backend.AdjustTime was fixed to apply the correct time divison. (#30138)
  • accounts/abi/bind.TransactOpts now supports setting an access list for created transactions. (#30195)
  • The package p2p/simulations has been removed. (#30250)

Core

  • A snap-sync database corruption related to sync restarts is fixed in this release. (#30258)
  • eth_call 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. (#30185)
  • The txpool did not use the transaction's inline sender cache in some cases. (#30208)
  • The performance of EVM stack swaps was improved a bit. (#30249)

Networking

  • The downloader now takes withdrawals into account when sizing its queue. (#30276)
  • The new discovery node revalidation could hot-spin in certain rare scenarios. (#30239)
  • Configuring an external IP using --nat=extip:... could lead to invalid discovery packets being generated. (#30234)

Build

  • github.com/btcsuite/btcd/btcec has been upgraded to resolve a build error caused by upstream API changes. (#30181)
  • This release is built with Go 1.22.6. (#30273)

For a full rundown of the changes please consult the Geth 1.14.8 release milestone.


As with all our previous releases, you can find the:

Trident (v1.14.7)

This is a hot-fix release for a bug (#30139) which affects only the previous release. Users of v1.14.6 are kindly requested to update.

For a full rundown of the changes please consult the Geth 1.14.7 release milestone.

... (truncated)

Commits
  • a9523b6 Merge branch 'master' into release/1.14
  • 880511d params: release go-ethereum v1.14.8 stable
  • 5adf4ad eth/protocols/snap: cleanup dangling account trie nodes due to incomplete sto...
  • 33a13b6 p2p/simulations: remove packages (#30250)
  • 32a1e06 beacon/engine, consensus/beacon: use params.MaximumExtraDataSize instead of h...
  • 811a69c go.mod: update uint256 to 1.3.1 (#30280)
  • 83e70aa cmd/evm: fix evm basefee (#30281)
  • ebe31df eth/downloader, core/types: take withdrawals-size into account in downloader ...
  • d3dae66 tests: fix TransactionTest to actually run (#30272)
  • 9ea766d build: upgrade -dlgo version to Go 1.22.6 (#30273)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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 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)
dependabot[bot] commented 1 month ago

Superseded by #653.