v8.1.0
📝 Implementation
Integrate E2E Test Locally + Github Actions
require (
github.com/strangelove-ventures/interchaintest/v8 v8.1.0
)
State Breaking Changes
- Use math.Int instead of int64 for funds related functions
PollForProposalStatus
andPollForProposalStatusV1
now require govv1beta1 and govv1 status types.cosmos.PollForProposalStatus(ctx, chain, height, height+10, 1, govv1beta1.StatusPassed)
osmos.PollForProposalStatusV1(ctx, chain, height, height+10, 1, govv1.StatusPassed)
- Core module interactions renamed to ->
(Module)Query(Action)
andModuleAction
for transactions.chain.TokenFactoryQueryAdmin(...)
chain.BankQueryDenomMetadata(...)
chain.GetNode().TokenFactoryCreateDenom(...)
chain.GetNode().BankSend(...)
💥 Interchaintest Highlights
- Ethereum Support
- Support for other Coin Decimals i.e. Ethermint 18
- Native Core module SDK command support - Transactions and Queries
- CosmWasm
- Crisis
- Distribution
- Feegrant
- Gov
- Slashing
- Staking
- TokenFactory
- Upgrade
- Vesting
- Relayer SigningAlgorithm interface
- Relayer Create Client options
- Additional Start Arguments and Env
💥 Local Interchain Highlights
Find a full list of examples at v8: interchaintest/examples/cosmos
💻 Contributors
- Strangelove Team
Full Changelog: v8.0.0...v8.1.0