-
Notifications
You must be signed in to change notification settings - Fork 98
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
SDK Requirements #35
Comments
i think ideally this would link to ticket #'s in the SDK repo... 🌮 |
Awesome I will keep this is mind |
Ethan and me aligned on following requirements for the LCD: The LCD provides following endpoints: // for staking transactions // for fee withdrawal transactions // for proposal transactions All of those queries take following optional arguments: Coin-transactions look like this:
Tags to index those are: Bonding-transactions look like this:
Tags to index those are: Cashout-transactions look like this:
Tags to index those are: We probably need as well: // for proposals // TO BE DEFINED // for candidates Candidate-records look like this: (extracted from Spec)
Let me know what you guys think. @mappum @nylira @jolesbi @ethanfrey @rigelrozanski @melekes |
should not it be |
@faboweb there is no commission min (min no commission!) |
Was there any discussion around a websocket API to subscribe to new transactions for the types of filters we listed? |
@mappum bucky said we get it. So I think we can annoy people until it is there. |
You can subscribe to the filters via Tendermint websockets. What's the best way to proxy that through the LCD to the UI ? |
Would be cool to have a LCD websocket proxy that verifies proofs for every tx emitted from the upstream Tendermint full node. But until then, the UI could get the txs from Tendermint WS, and just use a LCD REST endpoint to verify the tx is in a block. |
Linked this in the open issues regarding the topics. |
The text was updated successfully, but these errors were encountered: