You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are three core things and none of them seems tested:
EVM / Ethermint operations
gravity bridge operations
cronos custom operations (e.g. ConvertVouchers)
not sure about the EVM, as the current Cosmos SDK simulation code may hardcode keypair types to secp256k1 (not ethsecp256k1)... but at least cronos custom operations may be possible by simply adding func (am AppModule) WeightedOperations(simState module.SimulationState) []simtypes.WeightedOperation generator to the module
The text was updated successfully, but these errors were encountered:
crypto-org-chain#150)
Solution:
- removed the sims pipelines temporarily:
1) sims-protected doesn't appear to be ever executed
2) sims take a lot of CI time (~1.5hour each) despite not being useful
- currently blocked by evmos/ethermint#658cosmos/cosmos-sdk#10495 etc.
There are three core things and none of them seems tested:
ConvertVouchers
)not sure about the EVM, as the current Cosmos SDK simulation code may hardcode keypair types to secp256k1 (not ethsecp256k1)... but at least cronos custom operations may be possible by simply adding
func (am AppModule) WeightedOperations(simState module.SimulationState) []simtypes.WeightedOperation
generator to the moduleThe text was updated successfully, but these errors were encountered: