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

fix: staking delegations static typed correctly #750

Merged
merged 2 commits into from
Nov 13, 2024
Merged

Conversation

tyleroooo
Copy link
Contributor

Unstaking was entirely broken

@tyleroooo tyleroooo enabled auto-merge (squash) November 13, 2024 20:48
@@ -10,10 +10,15 @@ data class OnChainDelegationResponse(

@Serializable
data class OnChainDelegationObject(
val delegation: OnChainDelegationInfo? = null,
Copy link
Contributor

Choose a reason for hiding this comment

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

Hmmm. Is the change coming from codegen?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

no I didn't codegen, this is just what the object is

@tyleroooo tyleroooo merged commit 137d3ee into main Nov 13, 2024
3 checks passed
@tyleroooo tyleroooo deleted the tu/fix-unstake branch November 13, 2024 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants