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

stake-pool-js: Fails to deserialize stake pool due to all the next fees #6677

Closed
joncinque opened this issue May 2, 2024 · 0 comments · Fixed by #6745
Closed

stake-pool-js: Fails to deserialize stake pool due to all the next fees #6677

joncinque opened this issue May 2, 2024 · 0 comments · Fixed by #6745

Comments

@joncinque
Copy link
Contributor

Problem

The serialization format for the next* fees was changed in 1.0 to take effect two epochs later instead of one. This breaks the previous serialization format used in the JS bindings, which only expects a 0 or 1.

Solution

Fix the serialization format for the next* fees.

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 a pull request may close this issue.

1 participant