Fix unmarshalling JSON null values as a proper result instead of nil (#26723).
Fix dumpgenesis which failed due to a bad database key write (#26747).
Fix pending tx filter to return hashes, not full txs by default (#26757).
Fix eth_feeHistory to accept decimal blocks again (#26758).
Fix Ubuntu PPA builds after the Go 1.20 fallout.
Feature wise there's one change in this release: the downloader's chain sync messages are aggregated into periodic (8s) outputs instead of a log line for every batch of data imported (#26676).
Fix an issue where geth refused to start following a partial datadir wipe 26703
This version is ready for the Shanghai upgrade on Sepolia.
If have not already upgraded to v1.11.0, then you should also read the release notes for that version.
If you have already upgraded to v1.11.0, there is no urgency in upgrading to v1.11.1, unless you are directly affected by the issues; e.g. want to use of Sepolia.
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.26 to 1.11.2.
Release notes
Sourced from github.com/ethereum/go-ethereum's releases.
... (truncated)
Commits
73b01f4
params: release Geth v1.11.2f86f048
common/math: allow HexOrDecimal to accept unquoted decimals too (#26758)4034c67
eth/filters: fix a breaking change and return rpctransaction (#26757)fe01a2f
all: use unified emptyRootHash and emptyCodeHash (#26718)2f20fd3
core/rawdb: expose chain freezer constructor without internals (#26748)6d2d126
core: fix accessor mismatch for genesis state (#26747)90d2551
core, eth: merge snap-sync chain download progress logs (#26676)7d4db69
cmd/geth: clarify dumpconfig options (#26729)13ef21d
Revert "core/trie: remove trie tracer (#26665)" (#26732)ba4267f
build: enable Lunar Lobster PPA buildsDependabot 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)