Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/ethereum/go-ethereum from 1.14.5 to 1.14.8 #27

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 17, 2024

Bumps github.com/ethereum/go-ethereum from 1.14.5 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)
  • Previous releases will not build with Go 1.23, but this one will. (#30253)
  • 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.

... (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 <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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 17, 2024
fanhousanbu
fanhousanbu previously approved these changes Aug 17, 2024
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/ethereum/go-ethereum-1.14.8 branch from 4bd17dc to 1638beb Compare August 17, 2024 11:59
fanhousanbu
fanhousanbu previously approved these changes Aug 17, 2024
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.14.5 to 1.14.8.
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.14.5...v1.14.8)

---
updated-dependencies:
- dependency-name: github.com/ethereum/go-ethereum
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/ethereum/go-ethereum-1.14.8 branch from 1638beb to 4e8c00a Compare August 17, 2024 12:18
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 17, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@fanhousanbu fanhousanbu deleted the dependabot/go_modules/github.com/ethereum/go-ethereum-1.14.8 branch August 17, 2024 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant