Canto-Network / Canto

Layer-1 blockchain powered by Free Public Infrastructure
GNU Lesser General Public License v3.0
82 stars 80 forks source link

Setting up client cobra commands and gRPC gateway for CSR #58

Closed davidterpay closed 1 year ago

davidterpay commented 1 year ago

In this PR,

I set up all of the server code needed to make rest requests as well as requests on the CLI. Additionally, this PR had significant updates to the protos of several different structs including params, CSR, and query. Most of the updates to that were related to previous deprecations of certain features and refactoring of new ones.

To test, run go test -v -race ./ in keeper and types.