From f5982b6ea5ed62263c93086f0a0aefd56660122e Mon Sep 17 00:00:00 2001 From: harry <53987565+h5law@users.noreply.github.com> Date: Thu, 9 Nov 2023 22:15:40 +0000 Subject: [PATCH] chore: fix bugs (#174) --- config.yml | 2 ++ docs/static/openapi.yml | 30 +++++++++++++-------------- go.mod | 4 ++-- localnet/poktrolld/config/client.toml | 2 +- 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/config.yml b/config.yml index 179f60bd7..f21fe2be6 100644 --- a/config.yml +++ b/config.yml @@ -81,6 +81,8 @@ genesis: - amount: "10000" denom: upokt application: + params: + maxDelegatedGateways: 7 applicationList: - address: pokt1mrqt5f7qh8uxs27cjm9t7v9e74a9vvdnq5jva4 delegatee_gateway_addresses: [] diff --git a/docs/static/openapi.yml b/docs/static/openapi.yml index f55a851f2..d82f777d7 100644 --- a/docs/static/openapi.yml +++ b/docs/static/openapi.yml @@ -46480,7 +46480,7 @@ paths: service: title: >- The Service for which the application is - configured for + configured type: object properties: id: @@ -46660,9 +46660,7 @@ paths: type: object properties: service: - title: >- - The Service for which the application is configured - for + title: The Service for which the application is configured type: object properties: id: @@ -47178,7 +47176,7 @@ paths: service: title: >- The Service for which the application is - configured for + configured type: object properties: id: @@ -47245,7 +47243,7 @@ paths: service: title: >- The Service for which the supplier is - configured for + configured type: object properties: id: @@ -76789,7 +76787,7 @@ definitions: type: object properties: service: - title: The Service for which the application is configured for + title: The Service for which the application is configured type: object properties: id: @@ -76873,7 +76871,7 @@ definitions: type: object properties: service: - title: The Service for which the application is configured for + title: The Service for which the application is configured type: object properties: id: @@ -76967,7 +76965,7 @@ definitions: type: object properties: service: - title: The Service for which the application is configured for + title: The Service for which the application is configured type: object properties: id: @@ -77018,7 +77016,7 @@ definitions: type: object properties: service: - title: The Service for which the application is configured for + title: The Service for which the application is configured type: object properties: id: @@ -77286,7 +77284,7 @@ definitions: type: object properties: service: - title: The Service for which the application is configured for + title: The Service for which the application is configured type: object properties: id: @@ -77350,7 +77348,7 @@ definitions: type: object properties: service: - title: The Service for which the supplier is configured for + title: The Service for which the supplier is configured type: object properties: id: @@ -77540,7 +77538,7 @@ definitions: type: object properties: service: - title: The Service for which the application is configured for + title: The Service for which the application is configured type: object properties: id: @@ -77602,7 +77600,7 @@ definitions: type: object properties: service: - title: The Service for which the supplier is configured for + title: The Service for which the supplier is configured type: object properties: id: @@ -77816,7 +77814,7 @@ definitions: type: object properties: service: - title: The Service for which the supplier is configured for + title: The Service for which the supplier is configured type: object properties: id: @@ -77945,7 +77943,7 @@ definitions: type: object properties: service: - title: The Service for which the supplier is configured for + title: The Service for which the supplier is configured type: object properties: id: diff --git a/go.mod b/go.mod index 6856b606c..51aa32938 100644 --- a/go.mod +++ b/go.mod @@ -9,6 +9,7 @@ require ( cosmossdk.io/math v1.0.1 github.com/cometbft/cometbft v0.37.2 github.com/cometbft/cometbft-db v0.8.0 + github.com/cosmos/cosmos-proto v1.0.0-beta.2 github.com/cosmos/cosmos-sdk v0.47.3 github.com/cosmos/gogoproto v1.4.10 github.com/cosmos/ibc-go/v7 v7.1.0 @@ -28,6 +29,7 @@ require ( go.uber.org/multierr v1.11.0 golang.org/x/crypto v0.12.0 golang.org/x/sync v0.3.0 + google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 google.golang.org/grpc v1.56.1 gopkg.in/yaml.v2 v2.4.0 ) @@ -71,7 +73,6 @@ require ( github.com/containerd/cgroups v1.1.0 // indirect github.com/coreos/go-systemd/v22 v22.5.0 // indirect github.com/cosmos/btcutil v1.0.5 // indirect - github.com/cosmos/cosmos-proto v1.0.0-beta.2 // indirect github.com/cosmos/go-bip39 v1.0.0 // indirect github.com/cosmos/gogogateway v1.2.0 // indirect github.com/cosmos/iavl v0.20.0 // indirect @@ -267,7 +268,6 @@ require ( gonum.org/v1/gonum v0.11.0 // indirect google.golang.org/api v0.122.0 // indirect google.golang.org/appengine v1.6.7 // indirect - google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect google.golang.org/protobuf v1.31.0 // indirect gopkg.in/ini.v1 v1.67.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect diff --git a/localnet/poktrolld/config/client.toml b/localnet/poktrolld/config/client.toml index e9164868e..4da12cd84 100644 --- a/localnet/poktrolld/config/client.toml +++ b/localnet/poktrolld/config/client.toml @@ -6,7 +6,7 @@ ############################################################################### # The network chain ID -chain-id = "pocket" +chain-id = "poktroll" # The keyring's backend, where the keys are stored (os|file|kwallet|pass|test|memory) keyring-backend = "test" # CLI output format (text|json)