Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump github.com/strangelove-ventures/interchaintest/v8 from 8.0.1-0.20231206154526-2f014d308bea to 8.1.0 in /e2e #5816

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 6, 2024

Bumps github.com/strangelove-ventures/interchaintest/v8 from 8.0.1-0.20231206154526-2f014d308bea to 8.1.0.

Release notes

Sourced from github.com/strangelove-ventures/interchaintest/v8's releases.

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 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

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/strangelove-ventures/interchaintest/v8](https://github.com/strangelove-ventures/interchaintest) from 8.0.1-0.20231206154526-2f014d308bea to 8.1.0.
- [Release notes](https://github.com/strangelove-ventures/interchaintest/releases)
- [Commits](https://github.com/strangelove-ventures/interchaintest/commits/v8.1.0)

---
updated-dependencies:
- dependency-name: github.com/strangelove-ventures/interchaintest/v8
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Issues or PRs to update a dependency label Feb 6, 2024
Copy link
Member

@damiannolan damiannolan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK pending all e2e's passing. (I just restarted one that looked like intermittent failure - I hope)

@crodriguezvega
Copy link
Contributor

All e2e tests green. 🚀

@crodriguezvega crodriguezvega merged commit f0a39ca into main Feb 7, 2024
65 checks passed
@crodriguezvega crodriguezvega deleted the dependabot/go_modules/e2e/github.com/strangelove-ventures/interchaintest/v8-8.1.0 branch February 7, 2024 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Issues or PRs to update a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants