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

feat: allow depositing vesting tokens in the vault #196

Merged
merged 30 commits into from
Aug 21, 2024

Conversation

neitdung
Copy link
Collaborator

@neitdung neitdung commented Jul 14, 2024

closes #90

Description

  • Modify bond and unbond function for allow user bond and unbond vesting token to vault contract by sending CustomMsg to mesh-security-provider module.

Note

  • Need to write new e2e test
  • Need to modify unit tests because ProviderCustomMsg doesn't work with current tests, I've created some mock.rs files for advoid this error.
  • Follow up PR on mesh-security

@neitdung neitdung mentioned this pull request Jul 24, 2024
@JakeHartnell
Copy link
Collaborator

cargo fmt again. Maybe update your text editor to format on save. : )

@neitdung neitdung force-pushed the feat/vesting-delegate-remake branch from 9999841 to ad46461 Compare July 29, 2024 03:15
@trinitys7 trinitys7 merged commit c6a34ff into osmosis-labs:main Aug 21, 2024
2 checks passed
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.

Allow depositing vesting tokens in the vault
3 participants