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

batching delegations/undelegations + stTIA migration #1223

Closed
wants to merge 35 commits into from
Closed

Conversation

sampocs
Copy link
Collaborator

@sampocs sampocs commented Jun 20, 2024

Context

We have a fixed number of undelegation messages that we can submit in a single tx for each chain due to gas limits. In order to be able to support a validator set of 100+ validators, we need to batch up the undelegation ICAs.

One motivating problem: We can only have 7 undelegations at one time on each validator. In particular, upon failure, we cannot re-unbond from the same validator again.

Another way to phrase this: for each unbonding record, we can only unbond one time per validator

Brief Changelog

@sampocs sampocs changed the title v23 v24 Jul 26, 2024
@sampocs sampocs changed the title v24 batching delegations/undelegations + stTIA migration Aug 16, 2024
@sampocs sampocs marked this pull request as ready for review August 23, 2024 21:06
@sampocs
Copy link
Collaborator Author

sampocs commented Aug 23, 2024

closing in favor of #1263

@sampocs sampocs closed this Aug 23, 2024
@sampocs sampocs mentioned this pull request Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants