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
In the Stargate version of the cosmos SDK, we accept signed AminoJSON encoded transactions via :1317/txs endpoint but there isn't an included tool to demonstrate what this JSON should look like.
I've prototyped a simple mechanism that uses a flag on tx sign and tx multisign to output AminoJSON encoded JSON instead of JSONEncoder() txs.
It's a pretty natural place for this and should help developers with porting.
Just asking for comments before making a PR.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
In the Stargate version of the cosmos SDK, we accept signed AminoJSON encoded transactions via
:1317/txs
endpoint but there isn't an included tool to demonstrate what this JSON should look like.I've prototyped a simple mechanism that uses a flag on
tx sign
andtx multisign
to output AminoJSON encoded JSON instead of JSONEncoder() txs.It's a pretty natural place for this and should help developers with porting.
Just asking for comments before making a PR.
For Admin Use
The text was updated successfully, but these errors were encountered: