Skip to content

Comments

Bump github.com/ethereum/go-ethereum from 1.10.17 to 1.11.3#18

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/ethereum/go-ethereum-1.11.3
Closed

Bump github.com/ethereum/go-ethereum from 1.10.17 to 1.11.3#18
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/ethereum/go-ethereum-1.11.3

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 8, 2023

Bumps github.com/ethereum/go-ethereum from 1.10.17 to 1.11.3.

Release notes

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

Spekilas (v1.11.3)

This is a minor release, fixing a couple of issues and enabling the Shanghai upgrade on Goerli at block timestamp 1678832736 (#26795).

⚠️ If you are running Goerli, this is a required update.

Minimum Go version

In accordance with our policy to only support the newest two versions of Go, we have changed the minimum required compiler version to Go 1.19 (#26803).

Pebble

In v1.11.0 we released Pebble support (guarded by the --db.engine=pebble flag). Thanks to everyone testing it! We found and fixed a few issues:

  • You can now set more than 4 GB in --cache when using Pebble. (#26776)
  • Range compaction now works correctly for Pebble. (#26771)
  • Pebble support is disabled on OpenBSD to resolve a compilation error. (#26801)

RPC changes

  • Add support for Parity-style flat traces with the new built-in flatCallTracer. (#26377)
  • The callTracer now reports a null address for failed contract creation operations. (#26779)
  • head and difficulty have been removed in admin_peerInfo responses. (#26804)

Other fixes

  • types.Receipt now contains the EffectiveGasPrice of the transaction, so you can get the true gas price using the TransactionReceipt method of ethclient. (#26713)
  • ethclient no longer panics when requesting missing blocks. This fixes a regression introduced in v1.11.2. (#26817)
  • ethclient now returns block withdrawals, if present. (#26778)
  • During building of new blocks, failed transactions no longer count towards used block gas, improving block space utilization. (#26799)
  • Faster crawling time for the DNS crawler (#26685)
  • Use the last announced finalized block instead of LES CHT for the ancient limit (#26685)
  • CPU usage metrics (geth.system/cpu/*) are more accurate (#26793)

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


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

Kite's Nest (v1.11.2)

Geth 1.11.2 (Kite's Nest) is a patch-release, fixing a couple of issues with the 1.11 release family.

... (truncated)

Commits
  • 5ed08c4 params: go-ethereum v1.11.3 stable
  • a54d91a build: update to go 1.20.2 (#26824)
  • 78429f7 beacon/engine: don't omit empty withdrawals in ExecutionPayloadBodies (#26698)
  • 1e3177d accounts/usbwallet: mitigate ledger app chunking issue (#26773)
  • 41af42e eth/tracers/native: set created address to nil in case of failure (#26779)
  • cb1f6bd cmd/evm: correct alloc for t8n testdata (#26822)
  • 39be753 internal/ethapi: add tests for transaction types JSON marshal/unmarshal (#26667)
  • 77e33e5 core, miner: revert block gas counter in case of invalid transaction (#26799)
  • 4688d3c ethclient: fix panic when requesting missing blocks (#26817)
  • 544e4a7 metrics: improve accuracy of CPU gauges (#26793)
  • 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 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)

Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.10.17 to 1.11.3.
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.10.17...v1.11.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 8, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 8, 2023

Dependabot tried to add @metachris as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/rootwarp/mev-boost/pulls/18/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the rootwarp/mev-boost repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 13, 2023

Superseded by #19.

@dependabot dependabot bot closed this Mar 13, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/ethereum/go-ethereum-1.11.3 branch March 13, 2023 12:10
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants