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
A block with MsgVote produces an error attempting to get txInfosByHeight
Error: not supported msg /cosmos.gov.v1.MsgVote, stack: Error: not supported msg /cosmos.gov.v1.MsgVote
at Object.fromData (/app/node_modules/@terra-money/terra.js/src/core/Msg.ts:436:15)
at /app/node_modules/@terra-money/terra.js/src/core/Tx.ts:176:34
at Array.map (<anonymous>)
at Function.TxBody.fromData (/app/node_modules/@terra-money/terra.js/src/core/Tx.ts:176:21)
at Function.Tx.fromData (/app/node_modules/@terra-money/terra.js/src/core/Tx.ts:51:14)
at Function.TxInfo.fromData (/app/node_modules/@terra-money/terra.js/src/core/TxInfo.ts:61:10)
at /app/node_modules/@terra-money/terra.js/src/client/lcd/api/TxAPI.ts:207:25
at runMicrotasks (<anonymous>)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
Code to reproduce the problem with a blockHeight which includes an error
A block with MsgVote produces an error attempting to get txInfosByHeight
Code to reproduce the problem with a blockHeight which includes an error
The text was updated successfully, but these errors were encountered: