likecoin / likecoin-chain

LikeCoin chain node binary - liked
https://docs.like.co/validator/likecoin-chain-node/setup-a-node
GNU General Public License v3.0
104 stars 23 forks source link

Fix "no RPC client is defined in offline mode" in REST API #90

Closed nnkken closed 1 year ago

nnkken commented 1 year ago

Also implement ApplicationQueryService for min gas price query (/cosmos/base/node/v1beta1/config in REST API)

nnkken commented 1 year ago

Figured out why the code would panic with ReadFromClientConfig: Viper was not setup in initClientCtx, so it was nil and caused nil pointer panic. Now SDK change is not needed.