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
This just started happening a couple days ago. Have tested with a few versions now.
The transaction signs/broadcasts successfully, then this happens when the TX is parsed back in
Going through the events:
fromBase64('spender')
ends up getting called with the event key 'spender' for some reason.
This is the offending file:
node_modules/osmojs/node_modules/@cosmjs/tendermint-rpc/build/tendermint34/adaptor/responses.js
I'll look into this more tomorrow but hope someone else has encountered this/might have an idea.
The text was updated successfully, but these errors were encountered:
Osmosis testnet was upgraded to Cosmos SDK 0.47 as far as I can tell. In that case, using the Tendermint34Client won't work anymore. You need the Tendermint37Client. Can you report this to osmojs where those things are defined?
Osmosis testnet was upgraded to Cosmos SDK 0.47 as far as I can tell. In that case, using the Tendermint34Client won't work anymore. You need the Tendermint37Client. Can you report this to osmojs where those things are defined?
Thanks for this.
Does this also apply to Osmosis mainnet, or is there a date set for that?
"@cosmjs/tendermint-rpc": "^0.31.3",
"@cosmjs/tendermint-rpc": "^0.32.1",
This just started happening a couple days ago. Have tested with a few versions now.
The transaction signs/broadcasts successfully, then this happens when the TX is parsed back in
Going through the events:
fromBase64('spender')
ends up getting called with the event key 'spender' for some reason.
This is the offending file:
node_modules/osmojs/node_modules/@cosmjs/tendermint-rpc/build/tendermint34/adaptor/responses.js
I'll look into this more tomorrow but hope someone else has encountered this/might have an idea.
The text was updated successfully, but these errors were encountered: