Closed renovate[bot] closed 1 month ago
In order to perform the update(s) described in the table above, Renovate ran the go get
command, which resulted in the following additional change(s):
Details:
Package | Change |
---|---|
github.com/supranational/blst |
v0.3.11 -> v0.3.13 |
This pull request updates the go-ethereum module from version v1.14.9 to v1.14.10 in the billing/wallet module. The update is a minor version bump that includes a hotfix for a blob pool regression and introduces stateless witness production and verification into the engine API.
No sequence diagrams generated as the changes look simple and do not need a visual representation.
Change | Details | Files |
---|---|---|
Update go-ethereum module to v1.14.10 |
|
boundaries/billing/wallet/go.mod |
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
This PR contains the following updates:
v1.14.9
->v1.14.10
Release Notes
ethereum/go-ethereum (github.com/ethereum/go-ethereum)
### [`v1.14.10`](https://redirect.github.com/ethereum/go-ethereum/releases/tag/v1.14.10): Kopis (v1.14.10) [Compare Source](https://redirect.github.com/ethereum/go-ethereum/compare/v1.14.9...v1.14.10) Geth v1.14.10 is a hotfix release to fix a [blob pool regression](https://redirect.github.com/ethereum/go-ethereum/pull/30518) introduced in v1.14.9. Users running the previous bad version should update ASAP. That said, there is no immediate danger to these users, just to the health of blob transaction propagation and inclusion in the network. Beside the hotfix, this release: - Ships stateless witness production and verification into the engine API ([#30069](https://redirect.github.com/ethereum/go-ethereum/pull/30069)). - Use 0 global gas cap as unlimited in simulated calls too ([#30474](https://redirect.github.com/ethereum/go-ethereum/pull/30474), [#30496](https://redirect.github.com/ethereum/go-ethereum/pull/30496)). For a full rundown of the changes please consult the Geth [1.14.10 release milestone](https://redirect.github.com/ethereum/go-ethereum/milestone/173?closed=1). *** As with all our previous releases, you can find the: - Pre-built binaries for all platforms on our [downloads page](https://geth.ethereum.org/downloads/). - Docker images published under [`ethereum/client-go`](https://cloud.docker.com/u/ethereum/repository/docker/ethereum/client-go). - Ubuntu packages in our [Launchpad PPA repository](https://launchpad.net/~ethereum/+archive/ubuntu/ethereum). - OSX packages in our [Homebrew Tap repository](https://redirect.github.com/ethereum/homebrew-ethereum).Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
Summary by Sourcery
Update the go-ethereum module to version 1.14.10 to fix a regression and enhance the engine API with stateless witness production and verification.
Bug Fixes:
Enhancements: