-
Notifications
You must be signed in to change notification settings - Fork 42
Bump the gomod-updates group with 3 updates #925
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Bumps the gomod-updates group with 3 updates: [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver), [github.com/docker/docker](https://github.com/docker/docker) and [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum). Updates `github.com/Masterminds/semver/v3` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/Masterminds/semver/releases) - [Changelog](https://github.com/Masterminds/semver/blob/master/CHANGELOG.md) - [Commits](Masterminds/semver@v3.3.1...v3.4.0) Updates `github.com/docker/docker` from 28.2.2+incompatible to 28.3.0+incompatible - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v28.2.2...v28.3.0) Updates `github.com/ethereum/go-ethereum` from 1.15.1 to 1.16.0 - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.15.1...v1.16.0) --- updated-dependencies: - dependency-name: github.com/Masterminds/semver/v3 dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-updates - dependency-name: github.com/docker/docker dependency-version: 28.3.0+incompatible dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-updates - dependency-name: github.com/ethereum/go-ethereum dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-updates ... Signed-off-by: dependabot[bot] <[email protected]>
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
Update Go module dependencies including ethereum/go-ethereum from v1.15.1 to v1.16.1 and switch KZG cryptography implementations from go-kzg-4844 to go-eth-kzgUpdates multiple Go module dependencies in go.mod with the most significant changes being:
📍Where to StartStart with the dependency changes in go.mod to understand the scope of the updates, then review the import path changes in the mock files. Macroscope summarized b721c0e. |
|
it seems that geth is having some compatibility issues? |
It seems ethereum/go-ethereum#31887 (part of 1.16 release) introduced returning BlockTimestamp as part of logs, but it was returning not properly hex-encoded which made the marshal in CallContext fail, that's why our client.TransactionReceipt call was failing in the end. |
Bumps the gomod-updates group with 3 updates: github.com/Masterminds/semver/v3, github.com/docker/docker and github.com/ethereum/go-ethereum.
Updates
github.com/Masterminds/semver/v3from 3.3.1 to 3.4.0Release notes
Sourced from github.com/Masterminds/semver/v3's releases.
Changelog
Sourced from github.com/Masterminds/semver/v3's changelog.
Commits
61fc460Merge pull request #270 from mattfarina/relnotes-3.4.069a63e7Update the release notes and readme for new versiondc05094Merge pull request #269 from mattfarina/lowercase-error-stringsa2cd9c2Updating the error message handling9760c47Merge pull request #268 from mattfarina/include-prereleasec374751Add property to include prereleases057c901Merge pull request #267 from mattfarina/fix-259abab1c2Handle pre-releases on all in an and groupebda872Merge pull request #266 from mattfarina/restore-calver4ed619eRestore the ability to have leading 0's with NewVersionUpdates
github.com/docker/dockerfrom 28.2.2+incompatible to 28.3.0+incompatibleRelease notes
Sourced from github.com/docker/docker's releases.
... (truncated)
Commits
265f709Merge pull request #50247 from vvoland/50245-28.xb2a9318docs: cut api docs for v1.51b3e2e22Merge pull request #50244 from vvoland/50177-28.xc571cd8Merge pull request #50243 from vvoland/50238-28.x8c713c1gha: lower timeouts on "build" and "merge" steps539c115Merge pull request #50240 from thaJeztah/28.x_backport_validate_mirrors8e7ea47vendor: update buildkit to v0.23.1222baf4vendor: github.com/moby/buildkit v0.23.01627e82Merge pull request #50241 from thaJeztah/28.x_backport_update_cgroups4070ebdMerge pull request #50242 from thaJeztah/28.x_backport_fix_event_orderingUpdates
github.com/ethereum/go-ethereumfrom 1.15.1 to 1.16.0Release notes
Sourced from github.com/ethereum/go-ethereum's releases.
... (truncated)
Commits
57f8971version: release go-ethereum v1.16.0 stable0c90e4ball: incorporate state history indexing status into eth_syncing response (#32...36bcc24triedb/pathdb: fix journal resolution in pathdb (#32097)a92f2b8core, eth, triedb: serve historical states over RPC (#31161)ce63bbaeth, triedb/pathdb: permit write buffer allowance in PBSS archive mode (#32091)429e821cmd/utils: fix formatting for beacon flag errors to fit Fatalf form (#32090)cafa5e6core, consensus/beacon: defer trie resolution (#31725)6dd38d2cmd/geth, triedb: add pathdb state verification (#32086)9c5c0e3core/rawdb, triedb/pathdb: implement history indexer (#31156)ebff350miner: default gaslimit 45M (#32087)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions