Skip to content

Commit

Permalink
chore: rename rest apis (#130)
Browse files Browse the repository at this point in the history
* chore: fix uploading codecov result

* chore: rename rest apis
  • Loading branch information
Woosang Son authored Apr 19, 2021
1 parent 6c3cf97 commit c508498
Show file tree
Hide file tree
Showing 58 changed files with 1,482 additions and 1,488 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ jobs:
if: env.GIT_DIFF
- uses: codecov/codecov-action@v1.2.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.txt
if: env.GIT_DIFF

Expand Down
2 changes: 1 addition & 1 deletion client/docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
}
},
{
"url": "./tmp-swagger-gen/cosmos/tx/v1beta1/service.swagger.json",
"url": "./tmp-swagger-gen/lbm/tx/v1beta1/service.swagger.json",
"dereference": {
"circular": "ignore"
}
Expand Down
6 changes: 3 additions & 3 deletions client/docs/swagger-ui/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18030,7 +18030,7 @@ paths:
type: boolean
tags:
- Query
/cosmos/tx/v1beta1/simulate:
/lbm/tx/v1beta1/simulate:
post:
summary: Simulate simulates executing a transaction for estimating gas usage.
operationId: Simulate
Expand Down Expand Up @@ -18308,7 +18308,7 @@ paths:
$ref: '#/definitions/lbm.tx.v1beta1.SimulateRequest'
tags:
- Service
/cosmos/tx/v1beta1/txs:
/lbm/tx/v1beta1/txs:
get:
summary: GetTxsEvent fetches txs by event.
operationId: GetTxsEvent
Expand Down Expand Up @@ -18966,7 +18966,7 @@ paths:
RPC method.
tags:
- Service
'/cosmos/tx/v1beta1/txs/{hash}':
'/lbm/tx/v1beta1/txs/{hash}':
get:
summary: GetTx fetches a tx by hash.
operationId: GetTx
Expand Down
136 changes: 68 additions & 68 deletions client/grpc/tmservice/query.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions client/grpc/tmservice/query.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c508498

Please sign in to comment.