polkadot-js / apps

Basic Polkadot/Substrate UI for interacting with a Polkadot and Substrate node. This is the main user-facing application, allowing access to all features available on Substrate chains.
https://dotapps.io
Apache License 2.0
1.74k stars 1.53k forks source link

Missing information about Referenda conviction locks #9413

Open anaelleltd opened 1 year ago

anaelleltd commented 1 year ago
jacogr commented 1 year ago

This is account specific - which account? The 2 entries come from different storage areas -

So in the case of the account, it would seem that there is a lock on one and not the other.

Since you mention "doing it manually", it could have been that the ordering was incorrect, i.e. it should always be referenda.removeVote followed by referenda.unlock, they have separate functions. (This is what the action menu item on the account does - first removes the vote, then clears the lock)

anaelleltd commented 1 year ago

Thanks for this critical info, @jacogr. 🙏🏿

I managed to find out how much time is left before the locks expire through another dapp. If the locks remain after this waiting period, I will be back to update this post.

Have a good week! 🌞