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
Retrieving derivation Paths [ 0 ]
Running Checks:
✔ 0x... is vote signer or registered account
✔ 2 is an existing proposal
✔ 2 is in stage Queued
Sending Transaction: upvoteTx... failed: Error: execution reverted: cannot upvote a proposal not in the queue
Error: Error: execution reverted: cannot upvote a proposal not in the queue
The text was updated successfully, but these errors were encountered:
Expected Behavior
Any proposal in the upvote stage can be upvoted. Proposals ready for dequeuing should be dequeued when attempting to upvote.
Current Behavior
Assuming these are the the proposals in upvote stage:
(id, upvotes)
#1 0
#2 1
#3 1
#4 1
If the cli tries to upvote #1 it will fail with
If it tries to upvote #2, #3 or #4, it will get:
The text was updated successfully, but these errors were encountered: