Documentation
¶
Index ¶
Constants ¶
View Source
const UpgradeName = "changes"
Key changes in this library bump:
- AccountKeeper now requires unordered-tx methods (satisfied via authKeeperEVMWrapper stub)
- EVMKeeper constructor takes additional params: store keys map, ConsensusParamsKeeper
- go-ethereum bumped to v1.15.11-cosmos-0; statedb.Account.Balance is now uint256.Int (not big.Int)
- erc20 module: NativePrecompiles moved from Params to a top-level genesis field
- Precompile constructors now require bankKeeper; gov precompile also requires appCodec
- vm.NewAppModule signature updated to accept AddressCodec
RunMigrations handles the erc20 state migration automatically (consensus version bump).
Variables ¶
This section is empty.
Functions ¶
func CreateUpgradeHandler ¶
func CreateUpgradeHandler( mm upgrades.ModuleManager, configurator module.Configurator, _ *upgrades.AppKeepers, ) upgradetypes.UpgradeHandler
func NewUpgrade ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.