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

Jump start progress query returns None before jumpstart is initiated. #1115

Open
ameba23 opened this issue Oct 17, 2024 · 0 comments
Open

Jump start progress query returns None before jumpstart is initiated. #1115

ameba23 opened this issue Oct 17, 2024 · 0 comments
Milestone

Comments

@ameba23
Copy link
Contributor

ameba23 commented Oct 17, 2024

This is not a big issue but i want to put it up in case someone else gets caught out by it.

The staking extension pallet's JumpStartProgress storage value gives us information about the jump start, including its 'status' which can be ready, in progress or done.

This value does not get set when building from the genesis config.

So with a fresh deployment, the jump_start_progress getter query will return None rather than giving you a JumpStartDetails with a status of Ready, which is what i would have expected.

I noticed this when trying to display these on the status page:
2024-10-17-151416_1564x775_scrot

@github-project-automation github-project-automation bot moved this to 📋 Backlog in Entropy Core Oct 17, 2024
@ameba23 ameba23 changed the title Jump start progress query returns None before jumpstart is completed. Jump start progress query returns None before jumpstart is initiated. Oct 17, 2024
@HCastano HCastano added this to the v0.4.0 milestone Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants