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

Expose chain information via new RPC route #11582

Closed
jackzampolin opened this issue Apr 8, 2022 · 3 comments · Fixed by #13485
Closed

Expose chain information via new RPC route #11582

jackzampolin opened this issue Apr 8, 2022 · 3 comments · Fixed by #13485
Assignees

Comments

@jackzampolin
Copy link
Member

We should expose some chain specific information like account_prefix, bond_denom, gas_prices and some other chain/node specific data via a route

@hxrts
Copy link
Contributor

hxrts commented Apr 9, 2022

since chains can have more than one type of key, query might need to return a map with key_type: prefix

@alexanderbez
Copy link
Contributor

There's been a handful of these types of requests, especially for min_gas_prices. We can probably group all of these under a single endpoint or re-use an existing one like node_info or status

@jackzampolin
Copy link
Member Author

Either one of those options work

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

Successfully merging a pull request may close this issue.

3 participants