Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update the swagger docs for uibc #2329

Merged
merged 2 commits into from
Nov 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -186,7 +186,7 @@ export DAEMON_PREUPGRADE_MAX_RETRIES=3
- If you didn't build binary from source in the machine, you have to download the respective `libwasmvm` into your machine.

```bash
$ wget https://raw.githubusercontent.com/CosmWasm/wasmvm/v1.1.1/internal/api/libwasmvm.$(uname -m).so -O /lib/libwasmvm.$(uname -m).so
$ wget https://raw.githubusercontent.com/CosmWasm/wasmvm/v1.5.0/internal/api/libwasmvm.$(uname -m).so -O /lib/libwasmvm.$(uname -m).so
```

- To use `cosmovisor` for starting `umeed` process, instead of calling `umeed start`, use `cosmovisor run start [umeed flags]`
41 changes: 41 additions & 0 deletions swagger/swagger.yaml
Original file line number Diff line number Diff line change
@@ -2524,6 +2524,21 @@ paths:
title: >-
quota_duration defines quota expires for each ibc-transfer
denom in seconds
inflow_outflow_quota_base:
type: string
title: >-
inflow_outflow_quota_base defines the inflow outflow quota
base of ibc-transfer in USD
inflow_outflow_quota_rate:
type: string
title: >-
inflow_outflow_quota_rate defines the rate of total
inflows
inflow_outflow_quota_token_base:
type: string
title: >-
inflow_outflow_quota_token_base defines the inflow outflow
quota base for token
title: Params of x/uibc module
description: >-
QueryParamsResponse defines the response structure for the Params
@@ -6473,6 +6488,19 @@ definitions:
title: >-
quota_duration defines quota expires for each ibc-transfer denom in
seconds
inflow_outflow_quota_base:
type: string
title: >-
inflow_outflow_quota_base defines the inflow outflow quota base of
ibc-transfer in USD
inflow_outflow_quota_rate:
type: string
title: inflow_outflow_quota_rate defines the rate of total inflows
inflow_outflow_quota_token_base:
type: string
title: >-
inflow_outflow_quota_token_base defines the inflow outflow quota base
for token
title: Params of x/uibc module
umee.uibc.v1.QueryAllOutflowsResponse:
type: object
@@ -6531,6 +6559,19 @@ definitions:
title: >-
quota_duration defines quota expires for each ibc-transfer denom
in seconds
inflow_outflow_quota_base:
type: string
title: >-
inflow_outflow_quota_base defines the inflow outflow quota base of
ibc-transfer in USD
inflow_outflow_quota_rate:
type: string
title: inflow_outflow_quota_rate defines the rate of total inflows
inflow_outflow_quota_token_base:
type: string
title: >-
inflow_outflow_quota_token_base defines the inflow outflow quota
base for token
title: Params of x/uibc module
description: |-
QueryParamsResponse defines the response structure for the Params gRPC
Loading