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
Describe the bug
If I look at the messages sent by a wallet on through the LCD, the sequence is always set to 0. If I make transactions on Keplr, I can see my sequence isn't 0 and it's incrementing as I make transactions similar to other Cosmos SDK based Blockchains.
They're using 0.42. The sequences show up for me on Osmosis and Lum-network as well. I have a script that automates compounding staking rewards and I can calculate the sequence from an LCD Endpoint in every network I've tried (Osmosis, Lum, and BTSG) except Sentinels.
You can try any address on these as well to test it:
Describe the bug
If I look at the messages sent by a wallet on through the LCD, the sequence is always set to 0. If I make transactions on Keplr, I can see my sequence isn't 0 and it's incrementing as I make transactions similar to other Cosmos SDK based Blockchains.
To Reproduce
https://lcd-sentinel.keplr.app/cosmos/tx/v1beta1/txs?events=message.sender=%27sent1qx6kgrla69wmz90tn379p4kaux5prdku3lpren%27
See the sequence of transactions.
Expected behavior
The sequence number accurately reflects my current sequence like in this BTSG LCD endpoint:
https://lcd.explorebitsong.com/cosmos/tx/v1beta1/txs?events=message.sender=%27bitsong1t26ag4sn8075dk27d8zp6dh30prnqzymeh9syq%27&pagination.limit=0
Desktop (please complete the following information):
Windows OS & Chrome Browser. Same issue when trying on my iPhone w/ Safari and Chrome.
Additional context
If there's alternative method for calculating my current sequence for broadcasting transactions, that'd be good to know.
The text was updated successfully, but these errors were encountered: