Skip to content
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

Get rid of RPC proxy #94

Closed
arturalbov opened this issue Nov 26, 2018 · 3 comments
Closed

Get rid of RPC proxy #94

arturalbov opened this issue Nov 26, 2018 · 3 comments

Comments

@arturalbov
Copy link
Contributor

Get rid of RPC proxy.
Find a way to binary marshal transactions on client side.
Possible solution: https://github.com/TanNgocDo/Js-Amino

@arturalbov arturalbov added this to the Sprint 24 milestone Nov 26, 2018
@arturalbov arturalbov self-assigned this Nov 26, 2018
@hleb-albau
Copy link
Contributor

Use custom tx decoder.

@arturalbov
Copy link
Contributor Author

Blocked by cosmos/cosmos-sdk#2959

@arturalbov
Copy link
Contributor Author

Json marshaled structure weights 4x more times compare to binary marshaled. It is not the way we need.
The only way to binary marshal transaction in Go now is go-amino. As our js client cannot marshal transactions in way go-amino does, we have to wait for js-amino implementation or write our own solution on both sides (that'll take huge amount of time). Closed till better times.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants