Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2025

Bumps github.com/cosmos/evm from 0.4.1 to 0.4.2.

Release notes

Sourced from github.com/cosmos/evm's releases.

v0.4.2

This patch release contains bug fixes and dependency updates as well as updated testing. It is compatible with the v0.4.x release family of Cosmos EVM.

Changelog

Sourced from github.com/cosmos/evm's changelog.

CHANGELOG

UNRELEASED

DEPENDENCIES

IMPROVEMENTS

  • #758 Cleanup precompiles abi.json.

FEATURES

BUG FIXES

  • #748 Fix DynamicFeeChecker in Cosmos ante handler to respect NoBaseFee feemarkets' parameter.
  • #769 Fix erc20 ibc middleware to not to validate sender address format.
  • #756 Fix error message typo in NewMsgCancelProposal.
  • #772 Avoid panic on close if evm mempool not used.
  • #774 Emit proper allowance amount in erc20 event.

v0.5.0

DEPENDENCIES

BUG FIXES

  • #471 Notify new block for mempool in time
  • #492 Duplicate case switch to avoid empty execution block
  • #509 Allow value with slashes when query token_pairs
  • #495 Allow immediate SIGINT interrupt when mempool is not empty
  • #416 Fix regression in CometBlockResultByNumber when height is 0 to use the latest block. This fixes eth_getFilterLogs RPC.
  • #545 Check if mempool is not nil before accepting nonce gap error tx.
  • #585 Use zero constructor to avoid nil pointer panic when BaseFee is 0d
  • #591 CheckTxHandler should handle "invalid nonce" tx
  • #642 "tx not found in mempool" error on chain startup
  • #643 Support for mnemonic source (file, stdin,etc) flag in key add command.
  • #645 Align precise bank keeper for correct decimal conversion in evmd.
  • #656 Fix race condition in concurrent usage of mempool StateAt and NotifyNewBlock methods.
  • #658 Fix race condition between legacypool's RemoveTx and runReorg.
  • #687 Avoid blocking node shutdown when evm indexer is enabled, log startup failures instead of using errgroup.
  • #689 Align debug addr for hex address.
  • #668 Fix panic in legacy mempool when Reset() was called with a skipped header between old and new block.
  • #723 Fix TransactionIndex in receipt generation to use actual EthTxIndex instead of loop index.
  • #729 Remove non-deterministic state mutation from EVM pre-blocker.
  • #725 Fix inconsistent block hash in json-rpc.
  • #727 Avoid nil pointer for tx evm raw due to uninitialized EVM coin info.
  • #730 Fix panic if evm mempool not used.
  • #733 Avoid rejecting tx with unsupported extension option for ExtensionOptionDynamicFeeTx.
  • #736 Add InitEvmCoinInfo upgrade to avoid panic when denom is not registered.
  • #732 Fix gas meter race condition in integration tests

... (truncated)

Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [github.com/cosmos/evm](https://github.com/cosmos/evm) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/cosmos/evm/releases)
- [Changelog](https://github.com/cosmos/evm/blob/main/CHANGELOG.md)
- [Commits](cosmos/evm@v0.4.1...v0.4.2)

---
updated-dependencies:
- dependency-name: github.com/cosmos/evm
  dependency-version: 0.4.2
  dependency-type: indirect
...

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 Oct 30, 2025
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 30, 2025
@dependabot dependabot bot requested review from a team and fastfadingviolets as code owners October 30, 2025 17:51
@dependabot dependabot bot added the go Pull requests that update Go code label Oct 30, 2025
@github-actions github-actions bot requested a review from a team as a code owner October 30, 2025 17:51
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.

1 participant