Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

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

Release notes

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

v0.5.1

What's Changed

New Contributors

Full Changelog: cosmos/evm@v0.5.0...v0.5.1

v0.5.0

Major feature upgrades

  • EIP-7702 Support and Testing
  • JSON-RPC Compatibility aligned with go-ethereum v1.16.3
    • Inputs and outputs match
    • Added debug_traceCall, eth_createAccessList, eth_getHeaderByHash, eth_getHeaderByNumber
    • Fixed compatibility for eth_getBlockByHash, eth_getBlockByNumber, eth_getTransactionByHash, eth_getTransactionByBlockHashAndIndex, eth_getTransactionByBlockNumberAndIndex
    • Added state overrides to various tracing functions
  • IBC OnRecvPacket now supports recipient 0x addresses
  • Added go-ethereum metrics to Cosmos metrics server

Major quality of life improvements

  • Configuration improvements
    • EvmAppOptions was removed
    • Coin information was moved to genesis
    • EVM Chain ID is now possible to set as flags in the start command or tomls
    • Testing configs were deduplicated
    • EVM mempool can now be configured from the config tomls
    • Most config files moved out from /evmd and set as defaults found in the repo, making the simapp folder smaller
    • Added precompile builder for app.go
  • Refactored precompiles and removed transaction execution boilerplate code

For migrating from v0.4.x, please refer to the migration guide.

What's Changed

... (truncated)

Changelog

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

v0.5.1

DEPENDENCIES

IMPROVEMENTS

FEATURES

BUG FIXES

  • #690 Fix Ledger hardware wallet support for coin type 60.
  • #769 Fix erc20 ibc middleware to not to validate sender address format.
  • #790 fix panic in historical query due to missing EvmCoinInfo.
  • #816 Avoid nil pointer when RPC requests execute before evmCoinInfo initialization in PreBlock with defaultEvmCoinInfo fallback.

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.

IMPROVEMENTS

  • #708 Add configurable testnet validator powers
  • #698 Expose mempool configuration flags and move mempool configuration in app.go to helper
  • #538 Optimize eth_estimateGas gRPC path: short-circuit plain transfers, add optimistic gas bound based on MaxUsedGas.

... (truncated)

Commits
  • e2f6e47 fix: allow ledger flag work with coin type 60 (backport: 690) (#836)
  • 588c8df fix: evmCoinInfo not exists in historical state and set defaultEvmCoinInfo as...
  • 94baafc fix: event emission in erc20 precompile (backport #774) (#783)
  • e4914c3 fix: ibc middleware verify sender address incorrectly (backport #769) (#782)
  • 733ea61 Merge remote-tracking branch 'origin/main' into release/v0.5.x
  • a689881 Merge commit from fork
  • 79089fe Merge commit from fork
  • f463746 fix: add InitEvmCoinInfo upgrade to avoid panic when denom is not registered ...
  • 42e1141 fix: evm mempool should be disabled if max-txs < 0 (#734)
  • 6921258 test: example of configuring config.toml values in systest (#667)
  • Additional commits viewable in compare view

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)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2025

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/cosmos/evm-0.5.1 branch 3 times, most recently from db28a59 to 83742c5 Compare December 5, 2025 16:27
@dasanchez
Copy link
Contributor

@dependabot rebase

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

---
updated-dependencies:
- dependency-name: github.com/cosmos/evm
  dependency-version: 0.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/cosmos/evm-0.5.1 branch from 83742c5 to d3361b7 Compare December 5, 2025 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants