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

[LUM-754] - Batch withdrawals #45

Merged
merged 157 commits into from
Aug 3, 2023
Merged

[LUM-754] - Batch withdrawals #45

merged 157 commits into from
Aug 3, 2023

Conversation

Ricardo-Remy
Copy link
Contributor

@Ricardo-Remy Ricardo-Remy commented Jul 17, 2023

Context

Due to host zone undelegate limitations, we want to batch withdrawals instead of doing them in a standalone undelegation.

Implementation

  • Use an epoch approach by importing the epoch module from stride (similarly to osmosis)
  • New EpochUnbonding and EpochTracker proto
  • Hooks implementation to add new EpochUnbonding logic to batch withdrawals instead of stand alone
  • Migration for failed ICA Undelegations
  • Unit tests

proto/lum/network/millions/genesis.proto Outdated Show resolved Hide resolved
proto/lum/network/millions/query.proto Outdated Show resolved Hide resolved
proto/lum/network/millions/query.proto Outdated Show resolved Hide resolved
x/millions/genesis.go Outdated Show resolved Hide resolved
.gitignore Outdated Show resolved Hide resolved
proto/lum/network/millions/callbacks.proto Show resolved Hide resolved
@Segfaultd Segfaultd merged commit 0b46b16 into master Aug 3, 2023
5 checks passed
@Segfaultd Segfaultd deleted the feature/lum-754 branch August 3, 2023 17:07
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.

3 participants