-
Notifications
You must be signed in to change notification settings - Fork 17
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
Modify the gRPC interface to start including streaming block ranges #173
Comments
Lets try to follow as closely as we can to the dragon's mouth API: methods could be: streamBlocks |
if stream blocks looks good i can open similar PR for streamTransactions |
streamTransactions:
For the accounts filters:
If account_include is not specified, then iterate through all the blocks and return every transaction that doesn't mention account_exclude and that match vote/failed filter. If account_include is specified, then lookup in the get-signatures-for-address index to get all the signature+slot combos and then start reading these transactions one by one, applying the other filters account_exclude, account_include. To be able to do this we need to :
Remember:
|
The text was updated successfully, but these errors were encountered: