Jump start progress query returns None
before jumpstart is initiated.
#1115
Labels
Milestone
None
before jumpstart is initiated.
#1115
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 returnNone
rather than giving you aJumpStartDetails
with a status ofReady
, which is what i would have expected.I noticed this when trying to display these on the status page:
The text was updated successfully, but these errors were encountered: