The Goerli testnet is now internally configured as 'successfully merged'. (#25519, #24538)
JSON-RPC API
The log filtering system now uses a LRU cache for block logs, speeding up repeated queries for the same block range. The cache size can be configured using the --cache.blocklogs command-line flag. (#25459)
eth_createAccessList is now much faster when no gas limit is provided. (#25467)
eth_feeHistory now also works with the finalized block specifier. (#25442)
The built-in callTracer now supports an option onlyTopCall. Enabling this option makes the tracer skip internal calls. We added this option to enable use of the callTracer to get the return data of reverted transactions. (#25430)
Go-library changes
Storage of trie node hash preimages is now disabled by default. You can enable it again using the --cache.preimages flag. (#25287, #25538, #25533)
The ethash mining implemenation now removes temporary DAG files, which could be left of disk when geth was interrupted while generating a DAG. (#25381)
ethclient now supports the eth_feeHistory method. (#25403)
The eth wire protocol test suite now supports protocol version eth/67. (#25306)
RLP-decoding of trie nodes is ~33% faster due to reduced allocations in the decoder. (#25357)
The RPC server supports a new option ReadHeaderTimeout. (#25338)
Registering of clef ruleset UIs should now work correctly. (#25455)
Build
Geth binaries in docker are now statically-linked. (#25492)
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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/web3coach/the-blockchain-bar/network/alerts).
Bumps github.com/ethereum/go-ethereum from 1.9.25 to 1.10.22.
Release notes
Sourced from github.com/ethereum/go-ethereum's releases.
... (truncated)
Commits
2de49b0
params: release go-ethereum v1.10.22395f3d4
eth/catalyst: warn less frequently if no beacon client is available (#25569)02418c2
Revert "eth/fetcher: don't spend too much time on transaction inclusion" (#25...0ce494b
eth/fetcher: don't spend too much time on transaction inclusion (#25524)ac7ad81
internal/ethapi: fix build regression (#25555)0865880
accounts/abi: fix set function (#25477)36874b6
eth/filters: add global block logs cache (#25459)77308cd
consensus/beacon: check ttd reached on pos blocks (#25552)9762ddf
cmd/geth: parse uint64 value with ParseUint instead of Atoi (#25545)656dc8c
eth, les: unlock downloader peerSet if there's an error (#25546)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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/web3coach/the-blockchain-bar/network/alerts).