Skip to content

inconsistency of proto msg's namespace #456

@hallazzang

Description

@hallazzang

In the proto files, liquidity types are defined under tendermint.liquidity.v1beta1 package.

package tendermint.liquidity.v1beta1;

But for the query endpoints, it uses /cosmos/liquidity/v1beta1/ as the path prefix.

option (google.api.http).get = "/cosmos/liquidity/v1beta1/pools";

We have to make it consistent around the files not to confuse users.
But for backward compatibility we cannot change it now.
We can fix this maybe in the next version of the liquidity module.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions