You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: