-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Update for iya strategy v1 #699
Conversation
… fee and directly giving funds to unbonded user
I fixed a bug that allowed LPs to be issued even when the token was different from the vault denom. |
…multiple denoms management
…itVaultTransfer codebase
…feat/multiple_denoms_on_vaults
…& make the following changes
…a, ExecuteVaultTransfer
…pleDenomsVaultStakeStrategy
… & Resolve invalid callback id registration on vault transfer
…ent on vault transfer callback
Supporting multiple denoms on vault
@jununifi I think it need to make sure that the symbol in strategies and vault match when creating the vault. Also, we need a query to find the strategy by Symbol. As strategies with the same symbol in different denom can be put in the same vault. |
No description provided.