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

chore: bump vault contract version before migration on terra #223

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

kerber0x
Copy link
Contributor

Description and Motivation

This PR increments the vault contract version so we can migrate it on terra once we compile with the new token (osmosis) factory.

Related Issues


Checklist:

  • I have read Migaloo's contribution guidelines.
  • My pull request has a sound title and description (not something vague like Update index.md)
  • All existing and new tests are passing.
  • I updated/added relevant documentation.
  • The code is formatted properly cargo fmt --all --.
  • Clippy doesn't report any issues cargo clippy -- -D warnings.
  • I have regenerated the schemas if needed cargo schema.

@codecov
Copy link

codecov bot commented Oct 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (054d320) 94.50% compared to head (9a38f37) 94.50%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #223   +/-   ##
=======================================
  Coverage   94.50%   94.50%           
=======================================
  Files         218      218           
  Lines       24750    24750           
=======================================
  Hits        23389    23389           
  Misses       1361     1361           
Files Coverage Δ
...ty_hub/pool-network/terraswap_pair/src/contract.rs 94.84% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kerber0x kerber0x merged commit e7e52be into main Oct 20, 2023
5 checks passed
@kerber0x kerber0x deleted the fix/terra-new-token-factory branch October 20, 2023 13:22
@@ -31,10 +31,10 @@ flag=""

case $chain in

juno)
juno | terra)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Terra is using now the osmosis token factory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants