-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add transaction indexing flag to rpc #1005
Comments
I'm going to add a feature to cosmos.directory very soon that will monitor whether nodes have indexing enabled, and provide this data via the status.cosmos.directory endpoints. I also plan to accept a header for the proxies to ensure the request is sent to an indexed node, something like I plan to have this implemented in January if at all possible, will post here with any updates. |
Would a simple "indexing" boolean be clear and sufficient?:
or do we need more, like |
It's very annoying when RPC doesn't have transaction indexing enabled, would be useful to know which RPC endpoints provide it and which not
Would also be cool to have a proxy only for indexing-enabled ones with cosmos.directory
(node:20819) UnhandledPromiseRejectionWarning: Error: {"code":-32603,"message":"Internal error","data":"transaction indexing is disabled"}
The text was updated successfully, but these errors were encountered: