-
Notifications
You must be signed in to change notification settings - Fork 231
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
Tendermint client does not support batched RPC requests #3
Comments
Do we want similar semantics to how the Tendermint RPC client batch API works? See github.com/tendermint/tendermint/rpc/client/examples_test.go. Essentially these semantics require that we:
Once we agree on semantics, I can look at coding this in the coming weeks. |
@thanethomson I don't know the answers to your questions, but will say that the current client probably needs some refactoring in general, especially with the recent Rust developments in |
This was likely closed by mistake because a commit in 592 contained |
Copying/pasting this from tendermint/tmkms#301 as reported by @devashishdxt
The text was updated successfully, but these errors were encountered: