You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first symptom is the missing own stake both in p-js and pioneer.
On further inspection following chain queries return empty information as well:
staking.bonded
staking.ledger
In following screenshot for each query the first entry is for j4Rc8VUXGYAx7FNbVZBFU72rQw3GaCuG2AkrUQWnWTh5SpemP the second (correct): j4ShWRXxTG4K5Q5H7KXmdWN8HnaaLwppqM7GdiSwAy3eTLsJt. Both staking.payee and staking.validators return correct output for the first address (24) and are omitted here regarding the second (26) for brevity.
Please confirm that this problem persists and consult upstream if necessary. (cc @rossbulat )
Finally correct account information for 24 from the p-js details pane:
(feel free to change title based on findings)
The text was updated successfully, but these errors were encountered:
It ended up showing up for them randomly after some time. I did look on Polkadot and it appears some validators had the same thing happening to them. I also asked on the Polkadot Watercooler and linked the stackexchange thread but never got any response or interest from anyone.
I noticed another staking anomaly that shows and counts one nominator (j4RUKCimuWUSAC6tYVL5X1cn6qW2iVjgT35DFzgccCreqTnd6) twice for j4Wfvho5H5kdogeZfb3pnuZGzucyjUPVkvj4BNLVYPf4JzdVZ.
To my understanding one account can nominate a validator only once but here it makes the bulk of the total stake with 2x1.258M/3.8M.
I noticed a 'hole' querying validator info that may indicate a bug in substrate itself or for example modifications to Joystream/substrate.
The first symptom is the missing
own stake
both in p-js and pioneer.On further inspection following chain queries return empty information as well:
staking.bonded
staking.ledger
In following screenshot for each query the first entry is for
j4Rc8VUXGYAx7FNbVZBFU72rQw3GaCuG2AkrUQWnWTh5SpemP
the second (correct):j4ShWRXxTG4K5Q5H7KXmdWN8HnaaLwppqM7GdiSwAy3eTLsJt
. Bothstaking.payee
andstaking.validators
return correct output for the first address (24) and are omitted here regarding the second (26) for brevity.Please confirm that this problem persists and consult upstream if necessary. (cc @rossbulat )
Finally correct account information for 24 from the p-js details pane:
(feel free to change title based on findings)
The text was updated successfully, but these errors were encountered: