-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement new golang TX client #10513
Comments
this will more or less be covered by lens. Once dynamic cosmos is completed there we should opt to push people there |
Do you think we can replace all instances of our own TxBuilder with lens at some point? Also, wouldn't there be a circular dep sdk<->lens? |
oh I thought you meant for external client use. For internal use we can create a simple api for this |
Yeah the title is confusing. Let's keep this issue closed, we can track this simple API in #8138 |
Problem
The existing client Tx is too confusing, and too tied to the CLI (TxFactory)
Solution
A new
TxClient
with a well thought out API. ref: #10496 (comment)The text was updated successfully, but these errors were encountered: