This is a minor release, fixing a couple of issues and enabling the Shanghai upgrade on Goerli at block timestamp 1678832736 (#26795).
:warning: 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)
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 from 1.10.21 to 1.11.3.
Release notes
Sourced from github.com/ethereum/go-ethereum's releases.
... (truncated)
Commits
5ed08c4
params: go-ethereum v1.11.3 stablea54d91a
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: correctalloc
fort8n
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)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)