GO-2025-3684 : Cosmos EVM Allows Partial Precompile State Writes in github.com/cosmos/evm
Discover Packages
github.com/cosmos/evm
x
vm
runner
package
Version:
v0.7.0-beta.0
Opens a new window with list of versions in this module.
Published: Apr 27, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package runner installs a baseapp TxRunner wrapped with the EVM module's
post-execution log-index fix-up (evmtypes.PatchTxResponses).
SetRunner installs inner as bApp's block tx runner, wrapped so
PatchTxResponses runs once per block. Works for sequential and BlockSTM
runners alike; the SDK's SetBlockSTMTxRunner name is the same setter for
both.
Wrap returns a TxRunner that delegates to inner and then applies
PatchTxResponses to the block results.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.