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

Support compatibility with the Cosmos Query APIs #1084

Closed
1 of 4 tasks
zemyblue opened this issue Aug 18, 2023 · 0 comments · Fixed by #1087
Closed
1 of 4 tasks

Support compatibility with the Cosmos Query APIs #1084

zemyblue opened this issue Aug 18, 2023 · 0 comments · Fixed by #1087
Assignees
Milestone

Comments

@zemyblue
Copy link
Member

zemyblue commented Aug 18, 2023

Summary

Support compatibility with the Cosmos Query APIs.

proto/cosmos/base/tendermint/v1beta1/query.proto

  • /cosmos/base/tendermint/v1beta1/node_info
  • /cosmos/base/tendermint/v1beta1/syncing
  • /cosmos/base/tendermint/v1beta1/blocks/latest
  • /cosmos/base/tendermint/v1beta1/blocks/{height}
  • /cosmos/base/tendermint/v1beta1/validatorsets/latest
  • /cosmos/base/tendermint/v1beta1/validatorsets/{height}

proto/cosmos/tx/v1beta1/service.proto

  • /cosmos/tx/v1beta1/txs

Problem Definition

The some query apis are not supported in finschia. So we cannot use any cosmos infra without modification because it makes a compatibility problem with cosmos. The basic problem is difference the block type between tendermint and ostracon. A entropy data was added more in ostracon. So I think we can convert it for tendermint.

Proposal


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
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.

1 participant