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
Hi team, I was previously using older cosmos-sdk and posting to legacy /txs API with json signatures, now i upgraded to a newer, and its /cosmos/tx/v1beta1/txs API accepts only protobuf-encoding signatures.
Is it possible to convert existing json-encoding signatures to a protobuf one? and how, is there a proto file for it(e.g. MsgExecuteContract type)?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi team, I was previously using older cosmos-sdk and posting to legacy
/txs
API with json signatures, now i upgraded to a newer, and its/cosmos/tx/v1beta1/txs
API accepts only protobuf-encoding signatures.Is it possible to convert existing json-encoding signatures to a protobuf one? and how, is there a proto file for it(e.g.
MsgExecuteContract
type)?sample:
https://finder.terraclassic.community/mainnet/tx/E8C6F364213AC8728A58759BE8D83BAC87C6914473EDE17F0FE50B3DC24C3D4A
Beta Was this translation helpful? Give feedback.
All reactions