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
EC members struggled to vote today. Signing with keplr + ledger seemed to go ok, but then their proposal would fail to appear or a question would fail for lack of quorum.
With seconds to spare, we diagnosed the problem as insufficient funds using the browser console:
sign spend action { ... }
SES_UNHANDLED_REJECTION: (Error#3)
Error#3: Broadcasting transaction failed with code 20 (codespace: sdk). Log: controller refused message admission: 150000uist is smaller than 200000uist: insufficient funds: mempool is full
at new BroadcastTxError
at Dt.broadcastTx
at async Object.submitSpendAction
That is: the 0.20IST batch fee threshold came up, but the voter had only 0.15IST in their account. When supplied with funds, the vote went thru and the board02152 proposal passed. (whew!)
EC members struggled to vote today. Signing with keplr + ledger seemed to go ok, but then their proposal would fail to appear or a question would fail for lack of quorum.
With seconds to spare, we diagnosed the problem as insufficient funds using the browser console:
That is: the 0.20IST batch fee threshold came up, but the voter had only 0.15IST in their account. When supplied with funds, the vote went thru and the board02152 proposal passed. (whew!)
Diagnosing this was complicated by
and by the fact that walletStatus data can be pruned:
Expected behavior
insufficient funds error should be prominently displayed.
cc @rowgraus @Chris-Hibbert @warner @turadg @samsiegart
The text was updated successfully, but these errors were encountered: