Skip to content
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

Bump the go_modules group across 3 directories with 13 updates #29

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 20, 2024

Bumps the go_modules group with 7 updates in the / directory:

Package From To
github.com/cometbft/cometbft 0.37.5 0.38.15
github.com/ethereum/go-ethereum 1.13.8 1.13.15
github.com/gin-contrib/cors 1.5.0 1.6.0
github.com/hashicorp/go-retryablehttp 0.7.5 0.7.7
cosmossdk.io/math 1.3.0 1.4.0
github.com/CosmWasm/wasmvm 1.2.4 1.5.4
github.com/cosmos/ibc-go/v7 7.0.1 7.4.0

Bumps the go_modules group with 8 updates in the /core/scripts directory:

Package From To
github.com/cometbft/cometbft 0.37.5 0.38.15
github.com/cosmos/cosmos-sdk 0.47.11 0.50.5
github.com/ethereum/go-ethereum 1.13.8 1.13.15
github.com/gin-contrib/cors 1.5.0 1.6.0
github.com/hashicorp/go-retryablehttp 0.7.5 0.7.7
cosmossdk.io/math 1.3.0 1.4.0
github.com/CosmWasm/wasmd 0.40.1 0.53.0
github.com/docker/docker 24.0.7+incompatible 25.0.6+incompatible

Bumps the go_modules group with 10 updates in the /integration-tests/load directory:

Package From To
github.com/cometbft/cometbft 0.37.5 0.38.15
github.com/cosmos/cosmos-sdk 0.47.11 0.50.5
github.com/ethereum/go-ethereum 1.13.8 1.13.15
github.com/hashicorp/go-retryablehttp 0.7.5 0.7.7
cosmossdk.io/math 1.3.0 1.4.0
github.com/CosmWasm/wasmd 0.40.1 0.53.0
github.com/docker/docker 25.0.2+incompatible 25.0.6+incompatible
github.com/Azure/azure-sdk-for-go/sdk/azidentity 1.4.0 1.6.0
github.com/grafana/loki 1.6.2-0.20231215164305-b51b7d7b5503 6.7.8+incompatible
github.com/vektah/gqlparser/v2 2.5.11 2.5.15

Updates github.com/cometbft/cometbft from 0.37.5 to 0.38.15

Release notes

Sourced from github.com/cometbft/cometbft's releases.

v0.38.15

See the CHANGELOG for this release.

v0.38.13

See the CHANGELOG for this release.

v0.38.12

See the CHANGELOG for this release.

v0.38.11

CHANGELOG

v0.38.10

See the CHANGELOG for this release.

v0.38.9

See the CHANGELOG for this release.

v0.38.8

See the CHANGELOG for this release.

v0.38.7

See the CHANGELOG for this release.

v0.38.6

See the CHANGELOG for this release.

v0.38.5

See the CHANGELOG for this release.

v0.38.4

See the CHANGELOG for this release.

v0.38.3

See the CHANGELOG for this release.

v0.38.2

See the CHANGELOG for this release.

v0.38.1

See the CHANGELOG for this release.

v0.38.0

See the CHANGELOG for this release.

v0.38.0-rc3

See the CHANGELOG for changes available in this pre-release, but not yet officially released.

v0.38.0-rc2

... (truncated)

Changelog

Sourced from github.com/cometbft/cometbft's changelog.

v0.38.15

November 6, 2024

This release supersedes v0.38.14, which mistakenly updated the Go version to 1.23, introducing an unintended breaking change. It sets the Go version back to 1.22.7 by reverting #4297.

The release includes the bug fixes, performance improvements, and importantly, the fix for the security vulnerability in the vote extensions (VE) validation logic that were part of v0.38.14. For more details, please refer to ASA-2024-011.

v0.38.14

November 6, 2024

This release fixes a security vulnerability in the vote extensions (VE) validation logic. For more details, please refer to ASA-2024-011.

We recommend upgrading ASAP if you’re using vote extensions (VE).

BUG FIXES

  • [consensus] Do not panic if the validator index of a Vote message is out of bounds, when vote extensions are enabled (#ABC-0021)

DEPENDENCIES

  • Bump cometbft-db version to v0.15.0 (#4297)
  • [go/runtime] Bump Go version to 1.23 (#4297)

IMPROVEMENTS

  • [p2p] fix exponential backoff logic to increase reconnect retries close to 24 hours (#3519)

v0.38.13

October 24, 2024

This patch release addresses the issue where tx_search was not returning all results, which only arises when upgrading to CometBFT-DB version 0.13 or later. It includes a fix in the state indexer to resolve this problem. We recommend upgrading to this patch release if you are affected by this issue.

BUG FIXES

... (truncated)

Commits

Updates github.com/ethereum/go-ethereum from 1.13.8 to 1.13.15

Release notes

Sourced from github.com/ethereum/go-ethereum's releases.

Ontamalca (v1.13.15)

Geth v1.13.15 is a maintenance-release that contains some fixes mainly to avoid snapsync-related data-corruption.

We recommend all users to upgrade to v1.13.15 as soon as possible.


As with all our previous releases, you can find the:

Altaaya (v1.13.14)

Geth v1.13.14 is a small maintenance release with a handful of polishes to the blob pool:

  • Disallow blob transactions below the protocol minimum of 1 wei to enter the pool (#29081).
  • Reduce the blob pool's max capacity to 2.5GB for the rollout. (#29090).
  • Fix gas estimation for blob transactions (#29085).

This release is NOT critical for the Cancun fork, but recommended to make Geth lighter in anticipation to unknown blob load.

Other fixes:

  • Support overriding the basefee during tracing (#29051).
  • Fix call tracers missing top level logs in top-only mode (#29068).
  • Support unlimited gas for eth_createAccessList if --gascap=0 (#28846).

For a full rundown of the changes please consult the Geth 1.13.14 release milestone.


As with all our previous releases, you can find the:

Alsages (v1.13.13)

This is a minor release with fixes for several issues related to the upcoming Cancun mainnet fork. As such, it is recommended for all mainnet users.

Changes in this release:

  • Block-building performance with blob transactions has been improved a lot. (#29026, #29008, #29005)
  • A corner case in the EVM related to out-of-order fork scheduling has been fixed. (#29023)
  • eth_fillTransaction has seen some bug fixes related to blob transactions as well. (#28929, #29037)
  • A rare panic in the ethstats client related to chain reorgs is resolved. (#29020)
  • The blobpool database will now recover from disk corruption faults instead of crashing geth on startup. (#29001)

... (truncated)

Commits
  • c5ba367 params: release Geth v 1.13.15
  • 35e0525 core, eth/protocols/snap, trie: fix cause for snap-sync corruption, implement...
  • 7bcb553 eth/filters: enforce topic-limit early on filter criterias (#29535)
  • e343ddf core/rawdb: add sanity-limit to header accessor (#29534)
  • 5dcf503 eth/protocols/snap: skip retrieval for completed storages (#29378)
  • 2bd6bd0 Merge branch 'master' into release/1.13
  • 9038ba6 params: release Geth v1.13.14
  • 51b479e core/txpool: elevate the 'already reserved' error into a constant (#29095)
  • 5a0f468 eth/tracers: Fix callTracer logs on onlyTopCall == true (#29068)
  • 45a272c core/txpool: no need to log loud rotate if no local txs (#29083)
  • Additional commits viewable in compare view

Updates github.com/gin-contrib/cors from 1.5.0 to 1.6.0

Release notes

Sourced from github.com/gin-contrib/cors's releases.

v1.6.0

Changelog

Features

  • eac6c48 feat(schema): allow usage of custom schemas (#139)

Bug fixes

Enhancements

  • f41df75 chore: update GitHub actions to latest versions
  • 2451987 chore: update dependencies to latest versions
  • 7d356c2 chore: update dependencies to latest versions
  • 5da0aee chore: update third-party dependencies
  • 8263fce chore: update version of actions/setup-go in GitHub workflows

Others

  • fcbd06f ci: enhance testing matrix and tolerance limits
  • f08c1bc ci: refactor CI workflows and improve tests
  • 30792dc ci: refactor GitHub Actions workflows
  • 0e993b7 ci: update GitHub Actions to Version 3
  • 90a7c66 test(cors): enhance CORS wildcard handling tests (#145)
  • 85bf9fb test: improve CORS wildcard handling and testing (#144)
  • d5002f2 test: refactor tests and update CI configurations
Commits
  • 90a7c66 test(cors): enhance CORS wildcard handling tests (#145)
  • d5002f2 test: refactor tests and update CI configurations
  • eac6c48 feat(schema): allow usage of custom schemas (#139)
  • 27b723a fixe(domain): wildcard parse bug (#106)
  • 30792dc ci: refactor GitHub Actions workflows
  • f08c1bc ci: refactor CI workflows and improve tests
  • 2451987 chore: update dependencies to latest versions
  • 85bf9fb test: improve CORS wildcard handling and testing (#144)
  • fcbd06f ci: enhance testing matrix and tolerance limits
  • 5da0aee chore: update third-party dependencies
  • Additional commits viewable in compare view

Updates github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7

Changelog

Sourced from github.com/hashicorp/go-retryablehttp's changelog.

0.7.7 (May 30, 2024)

BUG FIXES:

  • client: avoid potentially leaking URL-embedded basic authentication credentials in logs (#158)

0.7.6 (May 9, 2024)

ENHANCEMENTS:

  • client: support a RetryPrepare function for modifying the request before retrying (#216)
  • client: support HTTP-date values for Retry-After header value (#138)
  • client: avoid reading entire body when the body is a *bytes.Reader (#197)

BUG FIXES:

  • client: fix a broken check for invalid server certificate in go 1.20+ (#210)
Commits
  • 1542b31 v0.7.7
  • defb9f4 v0.7.7
  • a99f07b Merge pull request #158 from dany74q/danny/redacted-url-in-logs
  • 8a28c57 Merge branch 'main' into danny/redacted-url-in-logs
  • 86e852d Merge pull request #227 from hashicorp/dependabot/github_actions/actions/chec...
  • 47fe99e Bump actions/checkout from 4.1.5 to 4.1.6
  • 490fc06 Merge pull request #226 from testwill/ioutil
  • f3e9417 chore: remove refs to deprecated io/ioutil
  • d969eaa Merge pull request #225 from hashicorp/manicminer-patch-2
  • 2ad8ed4 v0.7.6
  • Additional commits viewable in compare view

Updates cosmossdk.io/math from 1.3.0 to 1.4.0

Commits

Updates github.com/CosmWasm/wasmvm from 1.2.4 to 1.5.4

Release notes

Sourced from github.com/CosmWasm/wasmvm's releases.

v1.5.4

Build artifacts generated at this tag.

v1.5.3

Fix for CWA-2024-004

Consensus breaking!

v1.5.2

Upgrade cosmwasm from 1.5.1 to 1.5.2.

This fixes an issue with growing memory usage over time.

v1.5.2-rc.0

Build artifacts generated at this tag.

v1.5.1

Upgrade cosmwasm from 1.5.0 to 1.5.1. This fixes the CWA-2023-004 security vulnerability.

v1.5.0

Upgrade cosmwasm from 1.4.1 to 1.5.0. This enables contracts to use floating point operations (consensus-breaking).

v1.5.0-rc.0

Build artifacts generated at this tag.

v1.4.3

Upgrade cosmwasm from 1.4.2 to 1.4.3.

This fixes an issue with growing memory usage over time.

v1.4.2

Upgrade cosmwasm from 1.4.1 to 1.4.2. This fixes the CWA-2023-004 security vulnerability.

v1.4.1

v1.4.0

Build artifacts generated at this tag.

v1.4.0-rc.1

Build artifacts generated at this tag.

v1.3.1

Upgrade cosmwasm from 1.3.0 to 1.3.4. This fixes the CWA-2023-004 security vulnerability.

v1.3.0

... (truncated)

Commits
  • 9f85c0f [skip ci] Built release libraries
  • d58c82f Bump wasmvm version
  • 7d38121 Update cosmwasm to 1.5.7
  • c87ab21 [skip ci] Built release libraries
  • 6d4e359 Fix tests
  • cb00566 Bump wasmvm version
  • 04c9a4f Update to cosmwasm 1.5.6 and update once_cell and elliptic-curve
  • cf3b1f0 Update time crate
  • b742b26 [skip ci] Built release libraries
  • b6e68e7 Set libwasmvm version to 1.5.2
  • Additional commits viewable in compare view

Updates github.com/cosmos/ibc-go/v7 from 7.0.1 to 7.4.0

Release notes

Sourced from github.com/cosmos/ibc-go/v7's releases.

v7.4.0

This release includes a fix for the ASA-2024-007 security advisory. Credits to Maxwell Dulin (@​mdulin2) at Asymmetric Research for the discovery and disclosure via our bug bounty program.

Please note that this release, as indicated in our release versioning policy, is state machine breaking and requires a coordinated upgrade.

Please see the v7.4.0 changelog for the full set of changes included in this release.


To learn more about ibc-go versioning, please read our RELEASES.md.

IMPORTANT: Please read the migration guides for any versions of ibc-go that you might be going through when upgrading to this version. For example: if you upgrade from the IBC module contained in the Cosmos SDK 0.42.0 to SDK v0.47.8 and ibc-go v7.4.0, please follow:

  1. The migration from SDK 0.41.x or 0.42.x to the IBC module in the ibc-go repository based on the SDK v0.44.x.
  2. The migration from ibc-go v1 to v2.
  3. The migration from ibc-go v2 to v3.
  4. The migration from ibc-go v3 to v4.
  5. The migration from ibc-go v4 to v5.
  6. The migration from ibc-go v5 to v6.
  7. The migration from ibc-go v6 to v7.

v7.3.2

UPDATES


We present here a summary of the most relevant changes, please see the v7.3.2 changelog for the full set of changes included in this release.

dependencies

  • Cosmos SDK has been bumped to v0.47.8.
  • CometBFT has been bumped to v0.37.4.

core

  • The emission of events on erroneous IBC application callbacks was removed due to the huckleberry security advisory. Since then, many users have been unable to debug their IBC applications effectively causing a considerable uptick in support requests across many chains. In this release we are introducing re-enabling emission of events on erroneous IBC application callbacks by appending the prefix ibccallbackerror- to all event type and attribute keys.

Special thanks to our external contributors in this release: @​emidev98


To learn more about ibc-go versioning, please read our RELEASES.md.

IMPORTANT: Please read the migration guides for any versions of ibc-go that you might be going through when upgrading to this version. For example: if you upgrade from the IBC module contained in the Cosmos SDK 0.42.0 to SDK v0.47.8 and ibc-go v7.3.2, please follow:

  1. The migration from SDK 0.41.x or 0.42.x to the IBC module in the ibc-go repository based on the SDK v0.44.x.
  2. The migration from ibc-go v1 to v2.
  3. The migration from ibc-go v2 to v3.

... (truncated)

Changelog

Sourced from github.com/cosmos/ibc-go/v7's changelog.

v7.4.0 - 2024-04-05

v7.3.2 - 2024-01-31

Dependencies

  • #5717 Update Cosmos SDK to v0.47.8 and CometBFT to v0.37.4.

Improvements

  • (core) #5541 Enable emission of events on erroneous IBC application callbacks by appending a prefix to all event type and attribute keys.

Bug Fixes

  • (apps/27-interchain-accounts) #4944 Add missing proto interface registration.

v7.3.1 - 2023-10-20

Dependencies

  • #4539 Update Cosmos SDK to v0.47.5.

Improvements

  • (apps/27-interchain-accounts) #4537 Add argument to generate-packet-data cli to choose the encoding format for the messages in the ICA packet data.

Bug Fixes

  • (apps/transfer) #4709 Order query service RPCs to fix availability of denom traces endpoint when no args are provided.

v7.3.0 - 2023-08-31

Dependencies

  • #4122 Update Cosmos SDK to v0.47.4.

Improvements

  • #4187 Adds function WithICS4Wrapper to keepers to allow to set the middleware after the keeper's creation.
  • (light-clients/06-solomachine) #4429 Remove IBC key from path of bytes signed by solomachine and not escape the path.

Features

  • (apps/27-interchain-accounts) #3796 Adds support for json tx encoding for interchain accounts.
  • #4188 Adds optional PacketDataUnmarshaler interface that allows a middleware to request the packet data to be unmarshaled by the base application.
  • #4199 Adds optional PacketDataProvider interface for retrieving custom packet data stored on behalf of another application.
  • #4200 Adds optional PacketData interface which application's packet data may implement.

Bug Fixes

... (truncated)

Commits

Updates github.com/cometbft/cometbft from 0.37.5 to 0.38.15

Release notes

Sourced from github.com/cometbft/cometbft's releases.

v0.38.15

See the CHANGELOG for this release.

v0.38.13

See the CHANGELOG for this release.

v0.38.12

See the CHANGELOG for this release.

v0.38.11

CHANGELOG

v0.38.10

See the CHANGELOG for this release.

v0.38.9

See the CHANGELOG for this release.

v0.38.8

See the CHANGELOG for this release.

v0.38.7

See the CHANGELOG for this release.

v0.38.6

See the CHANGELOG for this release.

v0.38.5

See the CHANGELOG for this release.

v0.38.4

See the CHANGELOG for this release.

v0.38.3

See the CHANGELOG for this release.

v0.38.2

See the CHANGELOG for this release.

v0.38.1

See the CHANGELOG for this release.

v0.38.0

See the CHANGELOG for this release.

v0.38.0-rc3

See the CHANGELOG for changes available in this pre-release, but not yet officially released.

v0.38.0-rc2

... (truncated)

Changelog

Sourced from github.com/cometbft/cometbft's changelog.

v0.38.15

November 6, 2024

This release supersedes v0.38.14, which mistakenly updated the Go version to 1.23, introducing an unintended breaking change. It sets the Go version back to 1.22.7 by reverting #4297.

The release includes the bug fixes, performance improvements, and importantly, the fix for the security vulnerability in the vote extensions (VE) validation logic that were part of v0.38.14. For more details, please refer to ASA-2024-011.

v0.38.14

November 6, 2024

This release fixes a security vulnerability in the vote extensions (VE) validation logic. For more details, please refer to ASA-2024-011.

We recommend upgrading ASAP if you’re using vote extensions (VE).

BUG FIXES

  • [consensus] Do not panic if the validator index of a Vote message is out of bounds, when vote extensions are enabled (#ABC-0021)

DEPENDENCIES

  • Bump cometbft-db version to v0.15.0 (#4297)
  • [go/runtime] Bump Go version to 1.23 (#4297)

IMPROVEMENTS

  • [p2p] fix exponential backoff logic to increase reconnect retries close to 24 hours (#3519)

v0.38.13

October 24, 2024

This patch release addresses the issue where tx_search was not returning all results, which only arises when upgrading to CometBFT-DB version 0.13 or later. It includes a fix in the state indexer to resolve this problem. We recommend upgrading to this patch release if you are affected by this issue.

BUG FIXES

... (truncated)

Commits

Updates github.com/cosmos/cosmos-sdk from 0.47.11 to 0.50.5

Release notes

Sourced from github.com/cosmos/cosmos-sdk's releases.

v0.50.5

Cosmos SDK v0.50.5 Release Notes

💬 Release Discussion

🚀 Highlights

This is time for another patch release of Cosmos SDK Eden. This release includes a few notable fixes:

  • Fix a bypass delegator slashing: GHSA-86h5-xcpx-cfqc
  • Fix an issue in baseapp.ValidateVoteExtensions helper: GHSA-95rx-m9m5-m94v
  • Allow to provide custom signers for x/auth/tx using depinject

We recommended to upgrade to this patch release as soon as possible.
When upgrading from <= v0.50.4, please ensure that 2/3 of the validator power upgrade to v0.50.5.

📝 Changelog

Check out the changelog for an exhaustive list of changes, or compare changes from the last release.

Refer to the upgrading guide when migrating from v0.47.x to v0.50.1. Note, that the next SDK release, v0.51, will not include x/params migration, when migrating from < v0.47, v0.50.x or v0.47.x, is a mandatory migration.

v0.50.4

Cosmos SDK v0.50.4 Release Notes

💬 Release Discussion

🚀 Highlights

Some months ago Cosmos SDK Eden was released. Missed the announcement? Read it here. For this month patch release of the v0.50.x line, a few features and improvements were added to the SDK.

Notably, we added and fixed the following:

  • Adds in-place testnet CLI command for creating testnets from local state (kudos to @​czarcas7ic)
  • Multiple fixes in baseapp, with fixes in DefaultProposalHandler and vote extensions
  • Add a missed check in x/auth/vesting: GHSA-4j93-fm92-rp4m

We recommended to upgrade to this patch release as soon as possible.
When upgrading from <= v0.50.3, please ensure that 2/3 of the validator power upgrade to v0.50.4.

📝 Changelog

Check out the changelog for an exhaustive list of changes, or compare changes from the last release.

Refer to the upgrading guide when migrating from v0.47.x to v0.50.1. Note, that the next SDK release, v0.51.0, will not include x/params migration, when migrating from < v0.47, v0.50.x or v0.47.x, is a mandatory migration.

... (truncated)

Changelog

Sourced from github.com/cosmos/cosmos-sdk's changelog.

v0.50.5 - 2024-03-12

Features

  • (baseapp) #19626 Add DisableBlockGasMeter option to BaseApp, which removes the block gas meter during transaction execution.

Improvements

  • (x/distribution) #19707 Add autocli config for DelegationTotalRewards for CLI consistency with q rewards commands in previous versions.
  • (x/auth) #19651 Allow empty public keys in GetSignBytesAdapter.

Bug Fixes

  • (x/gov) #19725 Fetch a failed proposal tally from proposal.FinalTallyResult in the gprc query.
  • (types) #19709 Fix skip staking genesis export when using CoreAppModuleAdaptor / CoreAppModuleBasicAdaptor for it.
  • (x/auth) #19549 Accept custom get signers when injecting x/auth/tx.
  • (x/staking) Fix a possible bypass of delegator slashing: GHSA-86h5-xcpx-cfqc
  • (baseapp) Fix a bug in baseapp.ValidateVoteExtensions helper (GHSA-95rx-m9m5-m94v). The helper has been fixed and for avoiding API breaking changes currentHeight and chainID arguments are ignored. Those arguments are removed from the helper in v0.51+.

v0.50.4 - 2023-02-19

Features

  • (server) #19280 Adds in-place testnet CLI command.

Improvements

  • (client) #19393 Add ReadDefaultValuesFromDefaultClientConfig to populate the default values from the default client config in client.Context without creating a app folder.

Bug Fixes

  • (x/auth/vesting) GHSA-4j93-fm92-rp4m Add BlockedAddr check in CreatePeriodicVestingAccount.
  • (baseapp) #19338 Set HeaderInfo in context when calling setState.
  • (baseapp): #19200 Ensure that sdk side ve math matches cometbft.
  • #19106 Allow empty public keys when setting signatures. Public keys aren't needed for every transaction.
  • (baseapp) #19198 Remove usage of pointers in logs in all optimistic execution goroutines.
  • (baseapp) #19177 Fix baseapp DefaultProposalHandler same-sender non-sequential sequence.
  • (crypto) #19371 Avoid CLI redundant log in stdout, log to stderr instead.

v0.50.3 - 2023-01-15

Features

  • (types) #18991 Add SignerExtractionAdapter to PriorityNonceMempool/Config and provide Default implementation matching existing behavior.
  • (gRPC) #19043 Add halt_height to the gRPC /cosmos/base/node/v1beta1/config request.

Improvements

  • (x/bank) #18956 Introduced a new DenomOwnersByQuery query method for DenomOwners, which accepts the denom value as a query string parameter, resolving issues with denoms containing slashes.
  • (x/gov) #18707 Improve genesis validation.

... (truncated)

Commits

Updates github.com/ethereum/go-ethereum from 1.13.8 to 1.13.15

Release notes

Sourced from github.com/ethereum/go-ethereum's releases.

Ontamalca (v1.13.15)

Geth v1.13.15 is a maintenance-release that contains some fixes mainly to avoid snapsync-related data-corruption.

We recommend all users to upgrade to v1.13.15 as soon as possible.


As with all our previous releases, you can find the:

Altaaya (v1.13.14)

Geth v1.13.14 is a small maintenance release with a handful of polishes to the blob pool:

  • Disallow blob transactions below the protocol minimum of 1 wei to enter the pool (#29081).
  • Reduce the blob pool's max capacity to 2.5GB for the rollout. (#29090).
  • Fix gas estimation for blob transactions (#29085).

This release is NOT critical for the Cancun fork, but recommended to make Geth lighter in anticipation to unknown blob load.

Other fixes:

  • Support overriding the basefee during tracing (#29051).
  • Fix call tracers missing top level logs in top-only mode (#29068).
  • Support unlimited gas for eth_createAccessList if --gascap=0 (#28846).

For a full rundown of the changes please consult the Geth 1.13.14 release milestone.


As with all our previous releases, you can find the:

Bumps the go_modules group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft) | `0.37.5` | `0.38.15` |
| [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) | `1.13.8` | `1.13.15` |
| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.5.0` | `1.6.0` |
| [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) | `0.7.5` | `0.7.7` |
| [cosmossdk.io/math](https://github.com/cosmos/cosmos-sdk) | `1.3.0` | `1.4.0` |
| [github.com/CosmWasm/wasmvm](https://github.com/CosmWasm/wasmvm) | `1.2.4` | `1.5.4` |
| [github.com/cosmos/ibc-go/v7](https://github.com/cosmos/ibc-go) | `7.0.1` | `7.4.0` |

Bumps the go_modules group with 8 updates in the /core/scripts directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft) | `0.37.5` | `0.38.15` |
| [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) | `0.47.11` | `0.50.5` |
| [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) | `1.13.8` | `1.13.15` |
| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.5.0` | `1.6.0` |
| [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) | `0.7.5` | `0.7.7` |
| [cosmossdk.io/math](https://github.com/cosmos/cosmos-sdk) | `1.3.0` | `1.4.0` |
| [github.com/CosmWasm/wasmd](https://github.com/CosmWasm/wasmd) | `0.40.1` | `0.53.0` |
| [github.com/docker/docker](https://github.com/docker/docker) | `24.0.7+incompatible` | `25.0.6+incompatible` |

Bumps the go_modules group with 10 updates in the /integration-tests/load directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft) | `0.37.5` | `0.38.15` |
| [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) | `0.47.11` | `0.50.5` |
| [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) | `1.13.8` | `1.13.15` |
| [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) | `0.7.5` | `0.7.7` |
| [cosmossdk.io/math](https://github.com/cosmos/cosmos-sdk) | `1.3.0` | `1.4.0` |
| [github.com/CosmWasm/wasmd](https://github.com/CosmWasm/wasmd) | `0.40.1` | `0.53.0` |
| [github.com/docker/docker](https://github.com/docker/docker) | `25.0.2+incompatible` | `25.0.6+incompatible` |
| [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) | `1.4.0` | `1.6.0` |
| [github.com/grafana/loki](https://github.com/grafana/loki) | `1.6.2-0.20231215164305-b51b7d7b5503` | `6.7.8+incompatible` |
| [github.com/vektah/gqlparser/v2](https://github.com/vektah/gqlparser) | `2.5.11` | `2.5.15` |



Updates `github.com/cometbft/cometbft` from 0.37.5 to 0.38.15
- [Release notes](https://github.com/cometbft/cometbft/releases)
- [Changelog](https://github.com/cometbft/cometbft/blob/v0.38.15/CHANGELOG.md)
- [Commits](cometbft/cometbft@v0.37.5...v0.38.15)

Updates `github.com/ethereum/go-ethereum` from 1.13.8 to 1.13.15
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.13.8...v1.13.15)

Updates `github.com/gin-contrib/cors` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/gin-contrib/cors/releases)
- [Changelog](https://github.com/gin-contrib/cors/blob/master/.goreleaser.yaml)
- [Commits](gin-contrib/cors@v1.5.0...v1.6.0)

Updates `github.com/hashicorp/go-retryablehttp` from 0.7.5 to 0.7.7
- [Changelog](https://github.com/hashicorp/go-retryablehttp/blob/main/CHANGELOG.md)
- [Commits](hashicorp/go-retryablehttp@v0.7.5...v0.7.7)

Updates `cosmossdk.io/math` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@log/v1.3.0...log/v1.4.0)

Updates `github.com/CosmWasm/wasmvm` from 1.2.4 to 1.5.4
- [Release notes](https://github.com/CosmWasm/wasmvm/releases)
- [Changelog](https://github.com/CosmWasm/wasmvm/blob/main/CHANGELOG.md)
- [Commits](CosmWasm/wasmvm@v1.2.4...v1.5.4)

Updates `github.com/cosmos/ibc-go/v7` from 7.0.1 to 7.4.0
- [Release notes](https://github.com/cosmos/ibc-go/releases)
- [Changelog](https://github.com/cosmos/ibc-go/blob/main/CHANGELOG.md)
- [Commits](cosmos/ibc-go@v7.0.1...v7.4.0)

Updates `github.com/cometbft/cometbft` from 0.37.5 to 0.38.15
- [Release notes](https://github.com/cometbft/cometbft/releases)
- [Changelog](https://github.com/cometbft/cometbft/blob/v0.38.15/CHANGELOG.md)
- [Commits](cometbft/cometbft@v0.37.5...v0.38.15)

Updates `github.com/cosmos/cosmos-sdk` from 0.47.11 to 0.50.5
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@v0.47.11...v0.50.5)

Updates `github.com/ethereum/go-ethereum` from 1.13.8 to 1.13.15
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.13.8...v1.13.15)

Updates `github.com/gin-contrib/cors` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/gin-contrib/cors/releases)
- [Changelog](https://github.com/gin-contrib/cors/blob/master/.goreleaser.yaml)
- [Commits](gin-contrib/cors@v1.5.0...v1.6.0)

Updates `github.com/hashicorp/go-retryablehttp` from 0.7.5 to 0.7.7
- [Changelog](https://github.com/hashicorp/go-retryablehttp/blob/main/CHANGELOG.md)
- [Commits](hashicorp/go-retryablehttp@v0.7.5...v0.7.7)

Updates `cosmossdk.io/math` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@log/v1.3.0...log/v1.4.0)

Updates `github.com/CosmWasm/wasmd` from 0.40.1 to 0.53.0
- [Release notes](https://github.com/CosmWasm/wasmd/releases)
- [Changelog](https://github.com/CosmWasm/wasmd/blob/main/CHANGELOG.md)
- [Commits](CosmWasm/wasmd@v0.40.1...v0.53.0)

Updates `github.com/docker/docker` from 24.0.7+incompatible to 25.0.6+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v24.0.7...v25.0.6)

Updates `github.com/cometbft/cometbft` from 0.37.5 to 0.38.15
- [Release notes](https://github.com/cometbft/cometbft/releases)
- [Changelog](https://github.com/cometbft/cometbft/blob/v0.38.15/CHANGELOG.md)
- [Commits](cometbft/cometbft@v0.37.5...v0.38.15)

Updates `github.com/cosmos/cosmos-sdk` from 0.47.11 to 0.50.5
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@v0.47.11...v0.50.5)

Updates `github.com/ethereum/go-ethereum` from 1.13.8 to 1.13.15
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.13.8...v1.13.15)

Updates `github.com/hashicorp/go-retryablehttp` from 0.7.5 to 0.7.7
- [Changelog](https://github.com/hashicorp/go-retryablehttp/blob/main/CHANGELOG.md)
- [Commits](hashicorp/go-retryablehttp@v0.7.5...v0.7.7)

Updates `cosmossdk.io/math` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@log/v1.3.0...log/v1.4.0)

Updates `github.com/CosmWasm/wasmd` from 0.40.1 to 0.53.0
- [Release notes](https://github.com/CosmWasm/wasmd/releases)
- [Changelog](https://github.com/CosmWasm/wasmd/blob/main/CHANGELOG.md)
- [Commits](CosmWasm/wasmd@v0.40.1...v0.53.0)

Updates `github.com/docker/docker` from 25.0.2+incompatible to 25.0.6+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v24.0.7...v25.0.6)

Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.4.0 to 1.6.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.4.0...sdk/azcore/v1.6.0)

Updates `github.com/grafana/loki` from 1.6.2-0.20231215164305-b51b7d7b5503 to 6.7.8+incompatible
- [Release notes](https://github.com/grafana/loki/releases)
- [Changelog](https://github.com/grafana/loki/blob/main/CHANGELOG.md)
- [Commits](https://github.com/grafana/loki/commits)

Updates `github.com/vektah/gqlparser/v2` from 2.5.11 to 2.5.15
- [Release notes](https://github.com/vektah/gqlparser/releases)
- [Commits](vektah/gqlparser@v2.5.11...v2.5.15)

---
updated-dependencies:
- dependency-name: github.com/cometbft/cometbft
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: github.com/ethereum/go-ethereum
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: github.com/gin-contrib/cors
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: github.com/hashicorp/go-retryablehttp
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: cosmossdk.io/math
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/CosmWasm/wasmvm
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/cosmos/ibc-go/v7
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/cometbft/cometbft
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/cosmos/cosmos-sdk
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/ethereum/go-ethereum
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: github.com/gin-contrib/cors
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/hashicorp/go-retryablehttp
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: cosmossdk.io/math
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/CosmWasm/wasmd
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: github.com/cometbft/cometbft
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/cosmos/cosmos-sdk
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/ethereum/go-ethereum
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: github.com/hashicorp/go-retryablehttp
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: cosmossdk.io/math
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/CosmWasm/wasmd
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/docker/docker
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/grafana/loki
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/vektah/gqlparser/v2
  dependency-type: indirect
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants