Skip to content

v8.1.0

Compare
Choose a tag to compare
@Reecepbcups Reecepbcups released this 05 Feb 17:00
· 68 commits to main since this release
23a8755

📝 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 and PollForProposalStatusV1 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) and ModuleAction for transactions.
    • chain.TokenFactoryQueryAdmin(...)
    • chain.BankQueryDenomMetadata(...)
    • chain.GetNode().TokenFactoryCreateDenom(...)
    • chain.GetNode().BankSend(...)

💥 Interchaintest Highlights

💥 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