From eeea4fadea8b5195c342b9f0b34f09bac9d444c0 Mon Sep 17 00:00:00 2001 From: Hieu Vu <72878483+hieuvubk@users.noreply.github.com> Date: Fri, 3 Jun 2022 03:47:44 +0700 Subject: [PATCH 1/5] camelCase => snake_case --- docs/core/proto-docs.md | 110 ++++---- .../pool-models/balancer/balancerPool.proto | 18 +- .../gamm/pool-models/balancer/tx.proto | 4 +- .../stableswap/stableswap_pool.proto | 10 +- .../gamm/pool-models/stableswap/tx.proto | 2 +- proto/osmosis/gamm/v1beta1/query.proto | 42 +-- proto/osmosis/gamm/v1beta1/tx.proto | 70 ++--- .../pool-models/balancer/balancerPool.pb.go | 124 ++++----- x/gamm/pool-models/balancer/tx.pb.go | 58 ++-- .../stableswap/stableswap_pool.pb.go | 91 ++++--- x/gamm/pool-models/stableswap/tx.pb.go | 76 +++--- x/gamm/types/query.pb.go | 196 ++++++------- x/gamm/types/query.pb.gw.go | 104 +++---- x/gamm/types/tx.pb.go | 257 +++++++++--------- 14 files changed, 583 insertions(+), 579 deletions(-) diff --git a/docs/core/proto-docs.md b/docs/core/proto-docs.md index abb1a4f9445..4d1bb0d1d91 100644 --- a/docs/core/proto-docs.md +++ b/docs/core/proto-docs.md @@ -537,9 +537,9 @@ Params holds parameters for the incentives module | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | `sender` | [string](#string) | | | -| `poolId` | [uint64](#uint64) | | | -| `shareInAmount` | [string](#string) | | | -| `tokenOutMins` | [cosmos.base.v1beta1.Coin](#cosmos.base.v1beta1.Coin) | repeated | | +| `pool_id` | [uint64](#uint64) | | | +| `share_in_amount` | [string](#string) | | | +| `token_out_mins` | [cosmos.base.v1beta1.Coin](#cosmos.base.v1beta1.Coin) | repeated | | @@ -565,9 +565,9 @@ Params holds parameters for the incentives module | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | `sender` | [string](#string) | | | -| `poolId` | [uint64](#uint64) | | | -| `tokenOut` | [cosmos.base.v1beta1.Coin](#cosmos.base.v1beta1.Coin) | | | -| `shareInMaxAmount` | [string](#string) | | | +| `pool_id` | [uint64](#uint64) | | | +| `token_out` | [cosmos.base.v1beta1.Coin](#cosmos.base.v1beta1.Coin) | | | +| `share_in_max_amount` | [string](#string) | | | @@ -582,7 +582,7 @@ Params holds parameters for the incentives module | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| `shareInAmount` | [string](#string) | | | +| `share_in_amount` | [string](#string) | | | @@ -598,10 +598,10 @@ Params holds parameters for the incentives module | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | `sender` | [string](#string) | | | -| `poolId` | [uint64](#uint64) | | | -| `tokenOutDenom` | [string](#string) | | | -| `shareInAmount` | [string](#string) | | | -| `tokenOutMinAmount` | [string](#string) | | | +| `pool_id` | [uint64](#uint64) | | | +| `token_out_denom` | [string](#string) | | | +| `share_in_amount` | [string](#string) | | | +| `token_out_min_amount` | [string](#string) | | | @@ -616,7 +616,7 @@ Params holds parameters for the incentives module | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| `tokenOutAmount` | [string](#string) | | | +| `token_out_amount` | [string](#string) | | | @@ -633,9 +633,9 @@ This is really MsgJoinPoolNoSwap | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | `sender` | [string](#string) | | | -| `poolId` | [uint64](#uint64) | | | -| `shareOutAmount` | [string](#string) | | | -| `tokenInMaxs` | [cosmos.base.v1beta1.Coin](#cosmos.base.v1beta1.Coin) | repeated | | +| `pool_id` | [uint64](#uint64) | | | +| `pool_amount_out` | [string](#string) | | | +| `token_in_max` | [cosmos.base.v1beta1.Coin](#cosmos.base.v1beta1.Coin) | repeated | | @@ -662,9 +662,9 @@ TODO: Rename to MsgJoinSwapExactAmountIn | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | `sender` | [string](#string) | | | -| `poolId` | [uint64](#uint64) | | | -| `tokenIn` | [cosmos.base.v1beta1.Coin](#cosmos.base.v1beta1.Coin) | | | -| `shareOutMinAmount` | [string](#string) | | repeated cosmos.base.v1beta1.Coin tokensIn = 5 [ (gogoproto.moretags) = "yaml:\"tokens_in\"", (gogoproto.nullable) = false ]; | +| `pool_id` | [uint64](#uint64) | | | +| `token_in` | [cosmos.base.v1beta1.Coin](#cosmos.base.v1beta1.Coin) | | | +| `share_out_min_amount` | [string](#string) | | repeated cosmos.base.v1beta1.Coin tokensIn = 5 [ (gogoproto.moretags) = "yaml:\"tokens_in\"", (gogoproto.nullable) = false ]; | @@ -679,7 +679,7 @@ TODO: Rename to MsgJoinSwapExactAmountIn | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| `shareOutAmount` | [string](#string) | | | +| `share_out_amount` | [string](#string) | | | @@ -695,10 +695,10 @@ TODO: Rename to MsgJoinSwapExactAmountIn | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | `sender` | [string](#string) | | | -| `poolId` | [uint64](#uint64) | | | -| `tokenInDenom` | [string](#string) | | | -| `shareOutAmount` | [string](#string) | | | -| `tokenInMaxAmount` | [string](#string) | | | +| `pool_id` | [uint64](#uint64) | | | +| `token_in_denom` | [string](#string) | | | +| `share_out_amount` | [string](#string) | | | +| `token_in_max_amount` | [string](#string) | | | @@ -713,7 +713,7 @@ TODO: Rename to MsgJoinSwapExactAmountIn | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| `tokenInAmount` | [string](#string) | | | +| `token_in_amount` | [string](#string) | | | @@ -730,8 +730,8 @@ TODO: Rename to MsgJoinSwapExactAmountIn | ----- | ---- | ----- | ----------- | | `sender` | [string](#string) | | | | `routes` | [SwapAmountInRoute](#osmosis.gamm.v1beta1.SwapAmountInRoute) | repeated | | -| `tokenIn` | [cosmos.base.v1beta1.Coin](#cosmos.base.v1beta1.Coin) | | | -| `tokenOutMinAmount` | [string](#string) | | | +| `token_in` | [cosmos.base.v1beta1.Coin](#cosmos.base.v1beta1.Coin) | | | +| `token_out_min_amount` | [string](#string) | | | @@ -746,7 +746,7 @@ TODO: Rename to MsgJoinSwapExactAmountIn | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| `tokenOutAmount` | [string](#string) | | | +| `token_out_amount` | [string](#string) | | | @@ -763,8 +763,8 @@ TODO: Rename to MsgJoinSwapExactAmountIn | ----- | ---- | ----- | ----------- | | `sender` | [string](#string) | | | | `routes` | [SwapAmountOutRoute](#osmosis.gamm.v1beta1.SwapAmountOutRoute) | repeated | | -| `tokenInMaxAmount` | [string](#string) | | | -| `tokenOut` | [cosmos.base.v1beta1.Coin](#cosmos.base.v1beta1.Coin) | | | +| `token_in_max_amount` | [string](#string) | | | +| `token_out` | [cosmos.base.v1beta1.Coin](#cosmos.base.v1beta1.Coin) | | | @@ -779,7 +779,7 @@ TODO: Rename to MsgJoinSwapExactAmountIn | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| `tokenInAmount` | [string](#string) | | | +| `token_in_amount` | [string](#string) | | | @@ -794,8 +794,8 @@ TODO: Rename to MsgJoinSwapExactAmountIn | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| `poolId` | [uint64](#uint64) | | | -| `tokenOutDenom` | [string](#string) | | | +| `pool_id` | [uint64](#uint64) | | | +| `token_out_denom` | [string](#string) | | | @@ -810,8 +810,8 @@ TODO: Rename to MsgJoinSwapExactAmountIn | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| `poolId` | [uint64](#uint64) | | | -| `tokenInDenom` | [string](#string) | | | +| `pool_id` | [uint64](#uint64) | | | +| `token_out_denom` | [string](#string) | | | @@ -869,7 +869,7 @@ TODO: Rename to MsgJoinSwapExactAmountIn | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| `numPools` | [uint64](#uint64) | | | +| `num_pools` | [uint64](#uint64) | | | @@ -884,7 +884,7 @@ TODO: Rename to MsgJoinSwapExactAmountIn | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| `poolId` | [uint64](#uint64) | | | +| `pool_id` | [uint64](#uint64) | | | @@ -914,7 +914,7 @@ TODO: Rename to MsgJoinSwapExactAmountIn | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| `poolId` | [uint64](#uint64) | | | +| `pool_id` | [uint64](#uint64) | | | @@ -976,7 +976,7 @@ query. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| `poolId` | [uint64](#uint64) | | | +| `pool_id` | [uint64](#uint64) | | | | `base_asset_denom` | [string](#string) | | | | `quote_asset_denom` | [string](#string) | | | @@ -994,7 +994,7 @@ query. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| `spotPrice` | [string](#string) | | String of the Dec. Ex) 10.203uatom | +| `spot_price` | [string](#string) | | String of the Dec. Ex) 10.203uatom | @@ -1010,8 +1010,8 @@ query. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | `sender` | [string](#string) | | | -| `poolId` | [uint64](#uint64) | | | -| `tokenIn` | [string](#string) | | | +| `pool_id` | [uint64](#uint64) | | | +| `token_in` | [string](#string) | | | | `routes` | [SwapAmountInRoute](#osmosis.gamm.v1beta1.SwapAmountInRoute) | repeated | | @@ -1027,7 +1027,7 @@ query. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| `tokenOutAmount` | [string](#string) | | | +| `token_out_amount` | [string](#string) | | | @@ -1043,9 +1043,9 @@ query. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | `sender` | [string](#string) | | | -| `poolId` | [uint64](#uint64) | | | +| `pool_id` | [uint64](#uint64) | | | | `routes` | [SwapAmountOutRoute](#osmosis.gamm.v1beta1.SwapAmountOutRoute) | repeated | | -| `tokenOut` | [string](#string) | | | +| `token_out` | [string](#string) | | | @@ -1060,7 +1060,7 @@ query. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| `tokenInAmount` | [string](#string) | | | +| `token_in_amount` | [string](#string) | | | @@ -1100,7 +1100,7 @@ query. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| `poolId` | [uint64](#uint64) | | | +| `pool_id` | [uint64](#uint64) | | | @@ -1130,7 +1130,7 @@ query. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| `poolId` | [uint64](#uint64) | | | +| `pool_id` | [uint64](#uint64) | | | @@ -1145,7 +1145,7 @@ query. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| `totalShares` | [cosmos.base.v1beta1.Coin](#cosmos.base.v1beta1.Coin) | | | +| `total_shares` | [cosmos.base.v1beta1.Coin](#cosmos.base.v1beta1.Coin) | | | @@ -1168,13 +1168,13 @@ query. | `Pools` | [QueryPoolsRequest](#osmosis.gamm.v1beta1.QueryPoolsRequest) | [QueryPoolsResponse](#osmosis.gamm.v1beta1.QueryPoolsResponse) | | GET|/osmosis/gamm/v1beta1/pools| | `NumPools` | [QueryNumPoolsRequest](#osmosis.gamm.v1beta1.QueryNumPoolsRequest) | [QueryNumPoolsResponse](#osmosis.gamm.v1beta1.QueryNumPoolsResponse) | | GET|/osmosis/gamm/v1beta1/num_pools| | `TotalLiquidity` | [QueryTotalLiquidityRequest](#osmosis.gamm.v1beta1.QueryTotalLiquidityRequest) | [QueryTotalLiquidityResponse](#osmosis.gamm.v1beta1.QueryTotalLiquidityResponse) | | GET|/osmosis/gamm/v1beta1/total_liquidity| -| `Pool` | [QueryPoolRequest](#osmosis.gamm.v1beta1.QueryPoolRequest) | [QueryPoolResponse](#osmosis.gamm.v1beta1.QueryPoolResponse) | Per Pool gRPC Endpoints | GET|/osmosis/gamm/v1beta1/pools/{poolId}| -| `PoolParams` | [QueryPoolParamsRequest](#osmosis.gamm.v1beta1.QueryPoolParamsRequest) | [QueryPoolParamsResponse](#osmosis.gamm.v1beta1.QueryPoolParamsResponse) | | GET|/osmosis/gamm/v1beta1/pools/{poolId}/params| -| `TotalPoolLiquidity` | [QueryTotalPoolLiquidityRequest](#osmosis.gamm.v1beta1.QueryTotalPoolLiquidityRequest) | [QueryTotalPoolLiquidityResponse](#osmosis.gamm.v1beta1.QueryTotalPoolLiquidityResponse) | | GET|/osmosis/gamm/v1beta1/pools/{poolId}/total_pool_liquidity| -| `TotalShares` | [QueryTotalSharesRequest](#osmosis.gamm.v1beta1.QueryTotalSharesRequest) | [QueryTotalSharesResponse](#osmosis.gamm.v1beta1.QueryTotalSharesResponse) | | GET|/osmosis/gamm/v1beta1/pools/{poolId}/total_shares| -| `SpotPrice` | [QuerySpotPriceRequest](#osmosis.gamm.v1beta1.QuerySpotPriceRequest) | [QuerySpotPriceResponse](#osmosis.gamm.v1beta1.QuerySpotPriceResponse) | SpotPrice defines a gRPC query handler that returns the spot price given a base denomination and a quote denomination. | GET|/osmosis/gamm/v1beta1/pools/{poolId}/prices| -| `EstimateSwapExactAmountIn` | [QuerySwapExactAmountInRequest](#osmosis.gamm.v1beta1.QuerySwapExactAmountInRequest) | [QuerySwapExactAmountInResponse](#osmosis.gamm.v1beta1.QuerySwapExactAmountInResponse) | Estimate the swap. | GET|/osmosis/gamm/v1beta1/{poolId}/estimate/swap_exact_amount_in| -| `EstimateSwapExactAmountOut` | [QuerySwapExactAmountOutRequest](#osmosis.gamm.v1beta1.QuerySwapExactAmountOutRequest) | [QuerySwapExactAmountOutResponse](#osmosis.gamm.v1beta1.QuerySwapExactAmountOutResponse) | | GET|/osmosis/gamm/v1beta1/{poolId}/estimate/swap_exact_amount_out| +| `Pool` | [QueryPoolRequest](#osmosis.gamm.v1beta1.QueryPoolRequest) | [QueryPoolResponse](#osmosis.gamm.v1beta1.QueryPoolResponse) | Per Pool gRPC Endpoints | GET|/osmosis/gamm/v1beta1/pools/{pool_id}| +| `PoolParams` | [QueryPoolParamsRequest](#osmosis.gamm.v1beta1.QueryPoolParamsRequest) | [QueryPoolParamsResponse](#osmosis.gamm.v1beta1.QueryPoolParamsResponse) | | GET|/osmosis/gamm/v1beta1/pools/{pool_id}/params| +| `TotalPoolLiquidity` | [QueryTotalPoolLiquidityRequest](#osmosis.gamm.v1beta1.QueryTotalPoolLiquidityRequest) | [QueryTotalPoolLiquidityResponse](#osmosis.gamm.v1beta1.QueryTotalPoolLiquidityResponse) | | GET|/osmosis/gamm/v1beta1/pools/{pool_id}/total_pool_liquidity| +| `TotalShares` | [QueryTotalSharesRequest](#osmosis.gamm.v1beta1.QueryTotalSharesRequest) | [QueryTotalSharesResponse](#osmosis.gamm.v1beta1.QueryTotalSharesResponse) | | GET|/osmosis/gamm/v1beta1/pools/{pool_id}/total_shares| +| `SpotPrice` | [QuerySpotPriceRequest](#osmosis.gamm.v1beta1.QuerySpotPriceRequest) | [QuerySpotPriceResponse](#osmosis.gamm.v1beta1.QuerySpotPriceResponse) | SpotPrice defines a gRPC query handler that returns the spot price given a base denomination and a quote denomination. | GET|/osmosis/gamm/v1beta1/pools/{pool_id}/prices| +| `EstimateSwapExactAmountIn` | [QuerySwapExactAmountInRequest](#osmosis.gamm.v1beta1.QuerySwapExactAmountInRequest) | [QuerySwapExactAmountInResponse](#osmosis.gamm.v1beta1.QuerySwapExactAmountInResponse) | Estimate the swap. | GET|/osmosis/gamm/v1beta1/{pool_id}/estimate/swap_exact_amount_in| +| `EstimateSwapExactAmountOut` | [QuerySwapExactAmountOutRequest](#osmosis.gamm.v1beta1.QuerySwapExactAmountOutRequest) | [QuerySwapExactAmountOutResponse](#osmosis.gamm.v1beta1.QuerySwapExactAmountOutResponse) | | GET|/osmosis/gamm/v1beta1/{pool_id}/estimate/swap_exact_amount_out| diff --git a/proto/osmosis/gamm/pool-models/balancer/balancerPool.proto b/proto/osmosis/gamm/pool-models/balancer/balancerPool.proto index 09106e6f5e7..2cc51122f94 100644 --- a/proto/osmosis/gamm/pool-models/balancer/balancerPool.proto +++ b/proto/osmosis/gamm/pool-models/balancer/balancerPool.proto @@ -44,7 +44,7 @@ message SmoothWeightChangeParams { // The amount PoolAsset.token.amount field is ignored if present, // future type refactorings should just have a type with the denom & weight // here. - repeated osmosis.gamm.v1beta1.PoolAsset initialPoolWeights = 3 [ + repeated osmosis.gamm.v1beta1.PoolAsset initial_pool_weights = 3 [ (gogoproto.moretags) = "yaml:\"initial_pool_weights\"", (gogoproto.nullable) = false ]; @@ -52,7 +52,7 @@ message SmoothWeightChangeParams { // to time between start_time, and start_time + duration. The amount // PoolAsset.token.amount field is ignored if present, future type // refactorings should just have a type with the denom & weight here. - repeated osmosis.gamm.v1beta1.PoolAsset targetPoolWeights = 4 [ + repeated osmosis.gamm.v1beta1.PoolAsset target_pool_weights = 4 [ (gogoproto.moretags) = "yaml:\"target_pool_weights\"", (gogoproto.nullable) = false ]; @@ -70,17 +70,17 @@ message SmoothWeightChangeParams { // governance. Instead they will be managed by the token holders of the pool. // The pool's token holders are specified in future_pool_governor. message PoolParams { - string swapFee = 1 [ + string swap_fee = 1 [ (gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Dec", (gogoproto.moretags) = "yaml:\"swap_fee\"", (gogoproto.nullable) = false ]; - string exitFee = 2 [ + string exit_fee = 2 [ (gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Dec", (gogoproto.moretags) = "yaml:\"exit_fee\"", (gogoproto.nullable) = false ]; - SmoothWeightChangeParams smoothWeightChangeParams = 3 [ + SmoothWeightChangeParams smooth_weight_change_params = 3 [ (gogoproto.moretags) = "yaml:\"smooth_weight_change_params\"", (gogoproto.nullable) = true ]; @@ -111,7 +111,7 @@ message Pool { string address = 1 [ (gogoproto.moretags) = "yaml:\"address\"" ]; uint64 id = 2; - PoolParams poolParams = 3 [ + PoolParams pool_params = 3 [ (gogoproto.moretags) = "yaml:\"balancer_pool_params\"", (gogoproto.nullable) = false ]; @@ -128,18 +128,18 @@ message Pool { string future_pool_governor = 4 [ (gogoproto.moretags) = "yaml:\"future_pool_governor\"" ]; // sum of all LP tokens sent out - cosmos.base.v1beta1.Coin totalShares = 5 [ + cosmos.base.v1beta1.Coin total_shares = 5 [ (gogoproto.moretags) = "yaml:\"total_shares\"", (gogoproto.nullable) = false ]; // These are assumed to be sorted by denomiation. // They contain the pool asset and the information about the weight - repeated osmosis.gamm.v1beta1.PoolAsset poolAssets = 6 [ + repeated osmosis.gamm.v1beta1.PoolAsset pool_assets = 6 [ (gogoproto.moretags) = "yaml:\"pool_assets\"", (gogoproto.nullable) = false ]; // sum of all non-normalized pool weights - string totalWeight = 7 [ + string total_weight = 7 [ (gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Int", (gogoproto.moretags) = "yaml:\"total_weight\"", (gogoproto.nullable) = false diff --git a/proto/osmosis/gamm/pool-models/balancer/tx.proto b/proto/osmosis/gamm/pool-models/balancer/tx.proto index 5e169cbe3d1..bb2a20641d3 100644 --- a/proto/osmosis/gamm/pool-models/balancer/tx.proto +++ b/proto/osmosis/gamm/pool-models/balancer/tx.proto @@ -15,10 +15,10 @@ service Msg { message MsgCreateBalancerPool { string sender = 1 [ (gogoproto.moretags) = "yaml:\"sender\"" ]; - osmosis.gamm.v1beta1.PoolParams poolParams = 2 + osmosis.gamm.v1beta1.PoolParams pool_params = 2 [ (gogoproto.moretags) = "yaml:\"pool_params\"" ]; - repeated osmosis.gamm.v1beta1.PoolAsset poolAssets = 3 + repeated osmosis.gamm.v1beta1.PoolAsset pool_assets = 3 [ (gogoproto.nullable) = false ]; string future_pool_governor = 4 diff --git a/proto/osmosis/gamm/pool-models/stableswap/stableswap_pool.proto b/proto/osmosis/gamm/pool-models/stableswap/stableswap_pool.proto index d917f0eccde..9e625397b13 100644 --- a/proto/osmosis/gamm/pool-models/stableswap/stableswap_pool.proto +++ b/proto/osmosis/gamm/pool-models/stableswap/stableswap_pool.proto @@ -17,12 +17,12 @@ option go_package = "github.com/osmosis-labs/osmosis/v7/x/gamm/pool-models/stabl // governance. Instead they will be managed by the token holders of the pool. // The pool's token holders are specified in future_pool_governor. message PoolParams { - string swapFee = 1 [ + string swap_fee = 1 [ (gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Dec", (gogoproto.moretags) = "yaml:\"swap_fee\"", (gogoproto.nullable) = false ]; - string exitFee = 2 [ + string exit_fee = 2 [ (gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Dec", (gogoproto.moretags) = "yaml:\"exit_fee\"", (gogoproto.nullable) = false @@ -38,7 +38,7 @@ message Pool { string address = 1 [ (gogoproto.moretags) = "yaml:\"address\"" ]; uint64 id = 2; - PoolParams poolParams = 3 [ + PoolParams pool_params = 3 [ (gogoproto.moretags) = "yaml:\"stableswap_pool_params\"", (gogoproto.nullable) = false ]; @@ -54,12 +54,12 @@ message Pool { string future_pool_governor = 4 [ (gogoproto.moretags) = "yaml:\"future_pool_governor\"" ]; // sum of all LP shares - cosmos.base.v1beta1.Coin totalShares = 5 [ + cosmos.base.v1beta1.Coin total_shares = 5 [ (gogoproto.moretags) = "yaml:\"total_shares\"", (gogoproto.nullable) = false ]; // assets in the pool - repeated cosmos.base.v1beta1.Coin poolLiquidity = 6 [ + repeated cosmos.base.v1beta1.Coin pool_liquidity = 6 [ (gogoproto.nullable) = false, (gogoproto.castrepeated) = "github.com/cosmos/cosmos-sdk/types.Coins" ]; diff --git a/proto/osmosis/gamm/pool-models/stableswap/tx.proto b/proto/osmosis/gamm/pool-models/stableswap/tx.proto index 7327ce31d13..d38b220cef4 100644 --- a/proto/osmosis/gamm/pool-models/stableswap/tx.proto +++ b/proto/osmosis/gamm/pool-models/stableswap/tx.proto @@ -17,7 +17,7 @@ service Msg { message MsgCreateStableswapPool { string sender = 1 [ (gogoproto.moretags) = "yaml:\"sender\"" ]; - PoolParams poolParams = 2 [ (gogoproto.moretags) = "yaml:\"pool_params\"" ]; + PoolParams pool_params = 2 [ (gogoproto.moretags) = "yaml:\"pool_params\"" ]; repeated cosmos.base.v1beta1.Coin initial_pool_liquidity = 3 [ (gogoproto.nullable) = false, diff --git a/proto/osmosis/gamm/v1beta1/query.proto b/proto/osmosis/gamm/v1beta1/query.proto index 78867d6b8ba..29db4073604 100644 --- a/proto/osmosis/gamm/v1beta1/query.proto +++ b/proto/osmosis/gamm/v1beta1/query.proto @@ -28,49 +28,49 @@ service Query { // Per Pool gRPC Endpoints rpc Pool(QueryPoolRequest) returns (QueryPoolResponse) { - option (google.api.http).get = "/osmosis/gamm/v1beta1/pools/{poolId}"; + option (google.api.http).get = "/osmosis/gamm/v1beta1/pools/{pool_id}"; } rpc PoolParams(QueryPoolParamsRequest) returns (QueryPoolParamsResponse) { option (google.api.http).get = - "/osmosis/gamm/v1beta1/pools/{poolId}/params"; + "/osmosis/gamm/v1beta1/pools/{pool_id}/params"; } rpc TotalPoolLiquidity(QueryTotalPoolLiquidityRequest) returns (QueryTotalPoolLiquidityResponse) { option (google.api.http).get = - "/osmosis/gamm/v1beta1/pools/{poolId}/total_pool_liquidity"; + "/osmosis/gamm/v1beta1/pools/{pool_id}/total_pool_liquidity"; } rpc TotalShares(QueryTotalSharesRequest) returns (QueryTotalSharesResponse) { option (google.api.http).get = - "/osmosis/gamm/v1beta1/pools/{poolId}/total_shares"; + "/osmosis/gamm/v1beta1/pools/{pool_id}/total_shares"; } // SpotPrice defines a gRPC query handler that returns the spot price given // a base denomination and a quote denomination. rpc SpotPrice(QuerySpotPriceRequest) returns (QuerySpotPriceResponse) { option (google.api.http).get = - "/osmosis/gamm/v1beta1/pools/{poolId}/prices"; + "/osmosis/gamm/v1beta1/pools/{pool_id}/prices"; } // Estimate the swap. rpc EstimateSwapExactAmountIn(QuerySwapExactAmountInRequest) returns (QuerySwapExactAmountInResponse) { option (google.api.http).get = - "/osmosis/gamm/v1beta1/{poolId}/estimate/swap_exact_amount_in"; + "/osmosis/gamm/v1beta1/{pool_id}/estimate/swap_exact_amount_in"; } rpc EstimateSwapExactAmountOut(QuerySwapExactAmountOutRequest) returns (QuerySwapExactAmountOutResponse) { option (google.api.http).get = - "/osmosis/gamm/v1beta1/{poolId}/estimate/swap_exact_amount_out"; + "/osmosis/gamm/v1beta1/{pool_id}/estimate/swap_exact_amount_out"; } } //=============================== Pool message QueryPoolRequest { - uint64 poolId = 1 [ (gogoproto.moretags) = "yaml:\"pool_id\"" ]; + uint64 pool_id = 1 [ (gogoproto.moretags) = "yaml:\"pool_id\"" ]; } message QueryPoolResponse { google.protobuf.Any pool = 1 [ (cosmos_proto.accepts_interface) = "PoolI" ]; @@ -92,18 +92,18 @@ message QueryPoolsResponse { //=============================== NumPools message QueryNumPoolsRequest {} message QueryNumPoolsResponse { - uint64 numPools = 1 [ (gogoproto.moretags) = "yaml:\"num_pools\"" ]; + uint64 num_pools = 1 [ (gogoproto.moretags) = "yaml:\"num_pools\"" ]; } //=============================== PoolParams message QueryPoolParamsRequest { - uint64 poolId = 1 [ (gogoproto.moretags) = "yaml:\"pool_id\"" ]; + uint64 pool_id = 1 [ (gogoproto.moretags) = "yaml:\"pool_id\"" ]; } message QueryPoolParamsResponse { google.protobuf.Any params = 1; } //=============================== PoolLiquidity message QueryTotalPoolLiquidityRequest { - uint64 poolId = 1 [ (gogoproto.moretags) = "yaml:\"pool_id\"" ]; + uint64 pool_id = 1 [ (gogoproto.moretags) = "yaml:\"pool_id\"" ]; } message QueryTotalPoolLiquidityResponse { @@ -116,10 +116,10 @@ message QueryTotalPoolLiquidityResponse { //=============================== TotalShares message QueryTotalSharesRequest { - uint64 poolId = 1 [ (gogoproto.moretags) = "yaml:\"pool_id\"" ]; + uint64 pool_id = 1 [ (gogoproto.moretags) = "yaml:\"pool_id\"" ]; } message QueryTotalSharesResponse { - cosmos.base.v1beta1.Coin totalShares = 1 [ + cosmos.base.v1beta1.Coin total_shares = 1 [ (gogoproto.moretags) = "yaml:\"total_shares\"", (gogoproto.nullable) = false ]; @@ -128,7 +128,7 @@ message QueryTotalSharesResponse { // QuerySpotPriceRequest defines the gRPC request structure for a SpotPrice // query. message QuerySpotPriceRequest { - uint64 poolId = 1 [ (gogoproto.moretags) = "yaml:\"pool_id\"" ]; + uint64 pool_id = 1 [ (gogoproto.moretags) = "yaml:\"pool_id\"" ]; string base_asset_denom = 2 [ (gogoproto.moretags) = "yaml:\"base_asset_denom\"" ]; string quote_asset_denom = 3 @@ -141,14 +141,14 @@ message QuerySpotPriceRequest { // query. message QuerySpotPriceResponse { // String of the Dec. Ex) 10.203uatom - string spotPrice = 1 [ (gogoproto.moretags) = "yaml:\"spot_price\"" ]; + string spot_price = 1 [ (gogoproto.moretags) = "yaml:\"spot_price\"" ]; } //=============================== EstimateSwapExactAmountIn message QuerySwapExactAmountInRequest { string sender = 1 [ (gogoproto.moretags) = "yaml:\"sender\"" ]; - uint64 poolId = 2 [ (gogoproto.moretags) = "yaml:\"pool_id\"" ]; - string tokenIn = 3 [ (gogoproto.moretags) = "yaml:\"token_in\"" ]; + uint64 pool_id = 2 [ (gogoproto.moretags) = "yaml:\"pool_id\"" ]; + string token_in = 3 [ (gogoproto.moretags) = "yaml:\"token_in\"" ]; repeated SwapAmountInRoute routes = 4 [ (gogoproto.moretags) = "yaml:\"routes\"", (gogoproto.nullable) = false @@ -156,7 +156,7 @@ message QuerySwapExactAmountInRequest { } message QuerySwapExactAmountInResponse { - string tokenOutAmount = 1 [ + string token_out_amount = 1 [ (gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Int", (gogoproto.moretags) = "yaml:\"token_out_amount\"", (gogoproto.nullable) = false @@ -166,16 +166,16 @@ message QuerySwapExactAmountInResponse { //=============================== EstimateSwapExactAmountOut message QuerySwapExactAmountOutRequest { string sender = 1 [ (gogoproto.moretags) = "yaml:\"sender\"" ]; - uint64 poolId = 2 [ (gogoproto.moretags) = "yaml:\"pool_id\"" ]; + uint64 pool_id = 2 [ (gogoproto.moretags) = "yaml:\"pool_id\"" ]; repeated SwapAmountOutRoute routes = 3 [ (gogoproto.moretags) = "yaml:\"routes\"", (gogoproto.nullable) = false ]; - string tokenOut = 4 [ (gogoproto.moretags) = "yaml:\"token_out\"" ]; + string token_out = 4 [ (gogoproto.moretags) = "yaml:\"token_out\"" ]; } message QuerySwapExactAmountOutResponse { - string tokenInAmount = 1 [ + string token_in_amount = 1 [ (gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Int", (gogoproto.moretags) = "yaml:\"token_in_amount\"", (gogoproto.nullable) = false diff --git a/proto/osmosis/gamm/v1beta1/tx.proto b/proto/osmosis/gamm/v1beta1/tx.proto index 13534ff386d..707e05ebb02 100644 --- a/proto/osmosis/gamm/v1beta1/tx.proto +++ b/proto/osmosis/gamm/v1beta1/tx.proto @@ -27,13 +27,13 @@ service Msg { // This is really MsgJoinPoolNoSwap message MsgJoinPool { string sender = 1 [ (gogoproto.moretags) = "yaml:\"sender\"" ]; - uint64 poolId = 2 [ (gogoproto.moretags) = "yaml:\"pool_id\"" ]; - string shareOutAmount = 3 [ + uint64 pool_id = 2 [ (gogoproto.moretags) = "yaml:\"pool_id\"" ]; + string pool_amount_out = 3 [ (gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Int", (gogoproto.moretags) = "yaml:\"pool_amount_out\"", (gogoproto.nullable) = false ]; - repeated cosmos.base.v1beta1.Coin tokenInMaxs = 4 [ + repeated cosmos.base.v1beta1.Coin token_in_max = 4 [ (gogoproto.moretags) = "yaml:\"token_in_max_amounts\"", (gogoproto.nullable) = false ]; @@ -44,14 +44,14 @@ message MsgJoinPoolResponse {} // ===================== MsgExitPool message MsgExitPool { string sender = 1 [ (gogoproto.moretags) = "yaml:\"sender\"" ]; - uint64 poolId = 2 [ (gogoproto.moretags) = "yaml:\"pool_id\"" ]; - string shareInAmount = 3 [ + uint64 pool_id = 2 [ (gogoproto.moretags) = "yaml:\"pool_id\"" ]; + string share_in_amount = 3 [ (gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Int", (gogoproto.moretags) = "yaml:\"share_in_amount\"", (gogoproto.nullable) = false ]; - repeated cosmos.base.v1beta1.Coin tokenOutMins = 4 [ + repeated cosmos.base.v1beta1.Coin token_out_mins = 4 [ (gogoproto.moretags) = "yaml:\"token_out_min_amounts\"", (gogoproto.nullable) = false ]; @@ -61,19 +61,19 @@ message MsgExitPoolResponse {} // ===================== MsgSwapExactAmountIn message SwapAmountInRoute { - uint64 poolId = 1 [ (gogoproto.moretags) = "yaml:\"pool_id\"" ]; - string tokenOutDenom = 2 + uint64 pool_id = 1 [ (gogoproto.moretags) = "yaml:\"pool_id\"" ]; + string token_out_denom = 2 [ (gogoproto.moretags) = "yaml:\"token_out_denom\"" ]; } message MsgSwapExactAmountIn { string sender = 1 [ (gogoproto.moretags) = "yaml:\"sender\"" ]; repeated SwapAmountInRoute routes = 2 [ (gogoproto.nullable) = false ]; - cosmos.base.v1beta1.Coin tokenIn = 3 [ + cosmos.base.v1beta1.Coin token_in = 3 [ (gogoproto.moretags) = "yaml:\"token_in\"", (gogoproto.nullable) = false ]; - string tokenOutMinAmount = 4 [ + string token_out_min_amount = 4 [ (gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Int", (gogoproto.moretags) = "yaml:\"token_out_min_amount\"", (gogoproto.nullable) = false @@ -81,7 +81,7 @@ message MsgSwapExactAmountIn { } message MsgSwapExactAmountInResponse { - string tokenOutAmount = 1 [ + string token_out_amount = 1 [ (gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Int", (gogoproto.moretags) = "yaml:\"token_out_amount\"", (gogoproto.nullable) = false @@ -90,26 +90,27 @@ message MsgSwapExactAmountInResponse { // ===================== MsgSwapExactAmountOut message SwapAmountOutRoute { - uint64 poolId = 1 [ (gogoproto.moretags) = "yaml:\"pool_id\"" ]; - string tokenInDenom = 2 [ (gogoproto.moretags) = "yaml:\"token_out_denom\"" ]; + uint64 pool_id = 1 [ (gogoproto.moretags) = "yaml:\"pool_id\"" ]; + string token_out_denom = 2 + [ (gogoproto.moretags) = "yaml:\"token_out_denom\"" ]; } message MsgSwapExactAmountOut { string sender = 1 [ (gogoproto.moretags) = "yaml:\"sender\"" ]; repeated SwapAmountOutRoute routes = 2 [ (gogoproto.nullable) = false ]; - string tokenInMaxAmount = 3 [ + string token_in_max_amount = 3 [ (gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Int", (gogoproto.moretags) = "yaml:\"token_in_max_amount\"", (gogoproto.nullable) = false ]; - cosmos.base.v1beta1.Coin tokenOut = 4 [ + cosmos.base.v1beta1.Coin token_out = 4 [ (gogoproto.moretags) = "yaml:\"token_out\"", (gogoproto.nullable) = false ]; } message MsgSwapExactAmountOutResponse { - string tokenInAmount = 1 [ + string token_in_amount = 1 [ (gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Int", (gogoproto.moretags) = "yaml:\"token_in_amount\"", (gogoproto.nullable) = false @@ -120,12 +121,12 @@ message MsgSwapExactAmountOutResponse { // TODO: Rename to MsgJoinSwapExactAmountIn message MsgJoinSwapExternAmountIn { string sender = 1 [ (gogoproto.moretags) = "yaml:\"sender\"" ]; - uint64 poolId = 2 [ (gogoproto.moretags) = "yaml:\"pool_id\"" ]; - cosmos.base.v1beta1.Coin tokenIn = 3 [ + uint64 pool_id = 2 [ (gogoproto.moretags) = "yaml:\"pool_id\"" ]; + cosmos.base.v1beta1.Coin token_in = 3 [ (gogoproto.moretags) = "yaml:\"token_in\"", (gogoproto.nullable) = false ]; - string shareOutMinAmount = 4 [ + string share_out_min_amount = 4 [ (gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Int", (gogoproto.moretags) = "yaml:\"share_out_min_amount\"", (gogoproto.nullable) = false @@ -137,7 +138,7 @@ message MsgJoinSwapExternAmountIn { } message MsgJoinSwapExternAmountInResponse { - string shareOutAmount = 1 [ + string share_out_amount = 1 [ (gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Int", (gogoproto.moretags) = "yaml:\"share_out_amount\"", (gogoproto.nullable) = false @@ -147,14 +148,15 @@ message MsgJoinSwapExternAmountInResponse { // ===================== MsgJoinSwapShareAmountOut message MsgJoinSwapShareAmountOut { string sender = 1 [ (gogoproto.moretags) = "yaml:\"sender\"" ]; - uint64 poolId = 2 [ (gogoproto.moretags) = "yaml:\"pool_id\"" ]; - string tokenInDenom = 3 [ (gogoproto.moretags) = "yaml:\"token_in_denom\"" ]; - string shareOutAmount = 4 [ + uint64 pool_id = 2 [ (gogoproto.moretags) = "yaml:\"pool_id\"" ]; + string token_in_denom = 3 + [ (gogoproto.moretags) = "yaml:\"token_in_denom\"" ]; + string share_out_amount = 4 [ (gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Int", (gogoproto.moretags) = "yaml:\"share_out_amount\"", (gogoproto.nullable) = false ]; - string tokenInMaxAmount = 5 [ + string token_in_max_amount = 5 [ (gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Int", (gogoproto.moretags) = "yaml:\"token_in_max_amount\"", (gogoproto.nullable) = false @@ -162,7 +164,7 @@ message MsgJoinSwapShareAmountOut { } message MsgJoinSwapShareAmountOutResponse { - string tokenInAmount = 1 [ + string token_in_amount = 1 [ (gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Int", (gogoproto.moretags) = "yaml:\"token_in_amount\"", (gogoproto.nullable) = false @@ -172,15 +174,15 @@ message MsgJoinSwapShareAmountOutResponse { // ===================== MsgExitSwapShareAmountIn message MsgExitSwapShareAmountIn { string sender = 1 [ (gogoproto.moretags) = "yaml:\"sender\"" ]; - uint64 poolId = 2 [ (gogoproto.moretags) = "yaml:\"pool_id\"" ]; - string tokenOutDenom = 3 + uint64 pool_id = 2 [ (gogoproto.moretags) = "yaml:\"pool_id\"" ]; + string token_out_denom = 3 [ (gogoproto.moretags) = "yaml:\"token_out_denom\"" ]; - string shareInAmount = 4 [ + string share_in_amount = 4 [ (gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Int", (gogoproto.moretags) = "yaml:\"share_in_amount\"", (gogoproto.nullable) = false ]; - string tokenOutMinAmount = 5 [ + string token_out_min_amount = 5 [ (gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Int", (gogoproto.moretags) = "yaml:\"token_out_min_amount\"", (gogoproto.nullable) = false @@ -188,7 +190,7 @@ message MsgExitSwapShareAmountIn { } message MsgExitSwapShareAmountInResponse { - string tokenOutAmount = 1 [ + string token_out_amount = 1 [ (gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Int", (gogoproto.moretags) = "yaml:\"token_out_amount\"", (gogoproto.nullable) = false @@ -198,12 +200,12 @@ message MsgExitSwapShareAmountInResponse { // ===================== MsgExitSwapExternAmountOut message MsgExitSwapExternAmountOut { string sender = 1 [ (gogoproto.moretags) = "yaml:\"sender\"" ]; - uint64 poolId = 2 [ (gogoproto.moretags) = "yaml:\"pool_id\"" ]; - cosmos.base.v1beta1.Coin tokenOut = 3 [ + uint64 pool_id = 2 [ (gogoproto.moretags) = "yaml:\"pool_id\"" ]; + cosmos.base.v1beta1.Coin token_out = 3 [ (gogoproto.moretags) = "yaml:\"token_out\"", (gogoproto.nullable) = false ]; - string shareInMaxAmount = 4 [ + string share_in_max_amount = 4 [ (gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Int", (gogoproto.moretags) = "yaml:\"share_in_max_amount\"", (gogoproto.nullable) = false @@ -211,7 +213,7 @@ message MsgExitSwapExternAmountOut { } message MsgExitSwapExternAmountOutResponse { - string shareInAmount = 1 [ + string share_in_amount = 1 [ (gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Int", (gogoproto.moretags) = "yaml:\"share_in_amount\"", (gogoproto.nullable) = false diff --git a/x/gamm/pool-models/balancer/balancerPool.pb.go b/x/gamm/pool-models/balancer/balancerPool.pb.go index fe475d04b4f..cb2e33ea92b 100644 --- a/x/gamm/pool-models/balancer/balancerPool.pb.go +++ b/x/gamm/pool-models/balancer/balancerPool.pb.go @@ -55,12 +55,12 @@ type SmoothWeightChangeParams struct { // The amount PoolAsset.token.amount field is ignored if present, // future type refactorings should just have a type with the denom & weight // here. - InitialPoolWeights []PoolAsset `protobuf:"bytes,3,rep,name=initialPoolWeights,proto3" json:"initialPoolWeights" yaml:"initial_pool_weights"` + InitialPoolWeights []PoolAsset `protobuf:"bytes,3,rep,name=initial_pool_weights,json=initialPoolWeights,proto3" json:"initial_pool_weights" yaml:"initial_pool_weights"` // The target pool weights. The pool weights will change linearly with respect // to time between start_time, and start_time + duration. The amount // PoolAsset.token.amount field is ignored if present, future type // refactorings should just have a type with the denom & weight here. - TargetPoolWeights []PoolAsset `protobuf:"bytes,4,rep,name=targetPoolWeights,proto3" json:"targetPoolWeights" yaml:"target_pool_weights"` + TargetPoolWeights []PoolAsset `protobuf:"bytes,4,rep,name=target_pool_weights,json=targetPoolWeights,proto3" json:"target_pool_weights" yaml:"target_pool_weights"` } func (m *SmoothWeightChangeParams) Reset() { *m = SmoothWeightChangeParams{} } @@ -129,9 +129,9 @@ func (m *SmoothWeightChangeParams) GetTargetPoolWeights() []PoolAsset { // governance. Instead they will be managed by the token holders of the pool. // The pool's token holders are specified in future_pool_governor. type PoolParams struct { - SwapFee github_com_cosmos_cosmos_sdk_types.Dec `protobuf:"bytes,1,opt,name=swapFee,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Dec" json:"swapFee" yaml:"swap_fee"` - ExitFee github_com_cosmos_cosmos_sdk_types.Dec `protobuf:"bytes,2,opt,name=exitFee,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Dec" json:"exitFee" yaml:"exit_fee"` - SmoothWeightChangeParams *SmoothWeightChangeParams `protobuf:"bytes,3,opt,name=smoothWeightChangeParams,proto3" json:"smoothWeightChangeParams,omitempty" yaml:"smooth_weight_change_params"` + SwapFee github_com_cosmos_cosmos_sdk_types.Dec `protobuf:"bytes,1,opt,name=swap_fee,json=swapFee,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Dec" json:"swap_fee" yaml:"swap_fee"` + ExitFee github_com_cosmos_cosmos_sdk_types.Dec `protobuf:"bytes,2,opt,name=exit_fee,json=exitFee,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Dec" json:"exit_fee" yaml:"exit_fee"` + SmoothWeightChangeParams *SmoothWeightChangeParams `protobuf:"bytes,3,opt,name=smooth_weight_change_params,json=smoothWeightChangeParams,proto3" json:"smooth_weight_change_params,omitempty" yaml:"smooth_weight_change_params"` } func (m *PoolParams) Reset() { *m = PoolParams{} } @@ -229,7 +229,7 @@ func (m *PoolAsset) GetToken() types.Coin { type Pool struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty" yaml:"address"` Id uint64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"` - PoolParams PoolParams `protobuf:"bytes,3,opt,name=poolParams,proto3" json:"poolParams" yaml:"balancer_pool_params"` + PoolParams PoolParams `protobuf:"bytes,3,opt,name=pool_params,json=poolParams,proto3" json:"pool_params" yaml:"balancer_pool_params"` // This string specifies who will govern the pool in the future. // Valid forms of this are: // {token name},{duration} @@ -241,12 +241,12 @@ type Pool struct { // TODO: Further improve these docs FuturePoolGovernor string `protobuf:"bytes,4,opt,name=future_pool_governor,json=futurePoolGovernor,proto3" json:"future_pool_governor,omitempty" yaml:"future_pool_governor"` // sum of all LP tokens sent out - TotalShares types.Coin `protobuf:"bytes,5,opt,name=totalShares,proto3" json:"totalShares" yaml:"total_shares"` + TotalShares types.Coin `protobuf:"bytes,5,opt,name=total_shares,json=totalShares,proto3" json:"total_shares" yaml:"total_shares"` // These are assumed to be sorted by denomiation. // They contain the pool asset and the information about the weight - PoolAssets []PoolAsset `protobuf:"bytes,6,rep,name=poolAssets,proto3" json:"poolAssets" yaml:"pool_assets"` + PoolAssets []PoolAsset `protobuf:"bytes,6,rep,name=pool_assets,json=poolAssets,proto3" json:"pool_assets" yaml:"pool_assets"` // sum of all non-normalized pool weights - TotalWeight github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,7,opt,name=totalWeight,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"totalWeight" yaml:"total_weight"` + TotalWeight github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,7,opt,name=total_weight,json=totalWeight,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"total_weight" yaml:"total_weight"` } func (m *Pool) Reset() { *m = Pool{} } @@ -293,59 +293,59 @@ func init() { } var fileDescriptor_7e991f749f68c2a4 = []byte{ - // 821 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x95, 0xcf, 0x6f, 0xe3, 0x44, - 0x14, 0xc7, 0xe3, 0x24, 0x6d, 0xe9, 0x14, 0x16, 0x75, 0xc8, 0xc1, 0xcd, 0x8a, 0xb8, 0x1a, 0x24, - 0xb4, 0x42, 0x1b, 0x5b, 0x5d, 0x90, 0x90, 0xf6, 0x00, 0xda, 0x6c, 0x0b, 0xea, 0xad, 0xb8, 0x48, - 0xad, 0xe8, 0xc1, 0x9a, 0x24, 0x53, 0xc7, 0xaa, 0xed, 0x31, 0x9e, 0x49, 0x7f, 0xfc, 0x07, 0x1c, - 0x7b, 0x42, 0x3d, 0xf6, 0xce, 0x09, 0x89, 0xff, 0x81, 0x1e, 0x2b, 0x4e, 0x88, 0x83, 0x8b, 0xda, - 0x1b, 0xc7, 0xfc, 0x05, 0x68, 0x66, 0x9e, 0xd3, 0x90, 0x26, 0xa2, 0xd5, 0x9e, 0x9a, 0x99, 0x79, - 0xef, 0xf3, 0xbe, 0xf3, 0xde, 0x77, 0x5c, 0xf4, 0x05, 0x17, 0x09, 0x17, 0x91, 0xf0, 0x42, 0x9a, - 0x24, 0x5e, 0xc6, 0x79, 0xdc, 0x4e, 0x78, 0x9f, 0xc5, 0xc2, 0xeb, 0xd2, 0x98, 0xa6, 0x3d, 0x96, - 0x8f, 0x7f, 0xec, 0x70, 0x1e, 0xbb, 0x59, 0xce, 0x25, 0xc7, 0x0d, 0xc8, 0x72, 0x55, 0x96, 0x7b, - 0xbc, 0xd1, 0x65, 0x92, 0x6e, 0x34, 0xd7, 0x7a, 0x7a, 0x3b, 0xd0, 0x31, 0x9e, 0x59, 0x98, 0x84, - 0x66, 0x23, 0xe4, 0x21, 0x37, 0xfb, 0xea, 0x17, 0xec, 0xb6, 0x42, 0xce, 0xc3, 0x98, 0x79, 0x7a, - 0xd5, 0x1d, 0x1e, 0x7a, 0xfd, 0x61, 0x4e, 0x65, 0xc4, 0x53, 0x38, 0x77, 0xa6, 0xcf, 0x65, 0x94, - 0x30, 0x21, 0x69, 0x92, 0x95, 0x00, 0x53, 0xc4, 0xa3, 0x43, 0x39, 0xf0, 0x40, 0x86, 0x5e, 0x4c, - 0x9d, 0x77, 0xa9, 0x60, 0xe3, 0xf3, 0x1e, 0x8f, 0xa0, 0x00, 0xf9, 0xbd, 0x86, 0xec, 0xdd, 0x84, - 0x73, 0x39, 0xd8, 0x63, 0x51, 0x38, 0x90, 0x6f, 0x07, 0x34, 0x0d, 0xd9, 0x0e, 0xcd, 0x69, 0x22, - 0xf0, 0x3e, 0x42, 0x42, 0xd2, 0x5c, 0x06, 0xaa, 0xaa, 0x6d, 0xad, 0x5b, 0x2f, 0x56, 0x5e, 0x35, - 0x5d, 0x23, 0xc9, 0x2d, 0x25, 0xb9, 0xdf, 0x97, 0x92, 0x3a, 0x1f, 0x5f, 0x15, 0x4e, 0x65, 0x54, - 0x38, 0xab, 0x67, 0x34, 0x89, 0x5f, 0x93, 0xfb, 0x5c, 0x72, 0x7e, 0xe3, 0x58, 0xfe, 0xb2, 0xde, - 0x50, 0xe1, 0x78, 0x80, 0xde, 0x2b, 0x6f, 0x6a, 0x57, 0x35, 0x77, 0xed, 0x01, 0x77, 0x13, 0x02, - 0x3a, 0x1b, 0x0a, 0xfb, 0x4f, 0xe1, 0xe0, 0x32, 0xe5, 0x25, 0x4f, 0x22, 0xc9, 0x92, 0x4c, 0x9e, - 0x8d, 0x0a, 0xe7, 0x43, 0x53, 0xac, 0x3c, 0x23, 0x17, 0xaa, 0xd4, 0x98, 0x8e, 0x25, 0xc2, 0x51, - 0x1a, 0xc9, 0x88, 0xc6, 0x6a, 0x7a, 0xe6, 0x92, 0xc2, 0xae, 0xad, 0xd7, 0x5e, 0xac, 0xbc, 0x72, - 0xdc, 0x59, 0x53, 0x74, 0x55, 0xe0, 0x1b, 0x21, 0x98, 0xec, 0x7c, 0x02, 0x17, 0x7a, 0x6e, 0x6a, - 0x00, 0x28, 0x50, 0x26, 0x09, 0x4e, 0x0c, 0x8a, 0xf8, 0x33, 0xf8, 0xf8, 0x47, 0xb4, 0x2a, 0x69, - 0x1e, 0x32, 0x39, 0x59, 0xb4, 0xfe, 0xb8, 0xa2, 0x04, 0x8a, 0x36, 0x4d, 0x51, 0xc3, 0x99, 0xaa, - 0xf9, 0x90, 0x4e, 0x6e, 0xaa, 0x08, 0xa9, 0x35, 0xcc, 0xee, 0x00, 0x2d, 0x89, 0x13, 0x9a, 0x7d, - 0xc3, 0xcc, 0xe0, 0x96, 0x3b, 0x6f, 0x14, 0xf6, 0xaf, 0xc2, 0xf9, 0x34, 0x8c, 0xe4, 0x60, 0xd8, - 0x75, 0x7b, 0x3c, 0x01, 0x87, 0xc2, 0x9f, 0xb6, 0xe8, 0x1f, 0x79, 0xf2, 0x2c, 0x63, 0xc2, 0xdd, - 0x64, 0xbd, 0xfb, 0xce, 0x2a, 0x4c, 0x70, 0xc8, 0x18, 0xf1, 0x4b, 0xa2, 0x82, 0xb3, 0xd3, 0x48, - 0x2a, 0x78, 0xf5, 0xdd, 0xe0, 0x0a, 0x03, 0x70, 0x20, 0xe2, 0x9f, 0x2d, 0x64, 0x8b, 0x39, 0x96, - 0xb4, 0x6b, 0xda, 0x2c, 0xee, 0xec, 0x1e, 0xce, 0x33, 0x72, 0xe7, 0xb3, 0xab, 0xc2, 0xb1, 0x46, - 0x85, 0x43, 0xe0, 0x46, 0x3a, 0x0e, 0xba, 0x19, 0xf4, 0x74, 0x64, 0x90, 0xe9, 0x50, 0xe2, 0xcf, - 0xad, 0x4d, 0x7e, 0xb1, 0xd0, 0xf2, 0x78, 0x4c, 0x78, 0x0b, 0x2d, 0x48, 0x7e, 0xc4, 0x52, 0x78, - 0x17, 0x6b, 0x2e, 0x3c, 0x77, 0xf5, 0xd2, 0xc6, 0x8a, 0xde, 0xf2, 0x28, 0xed, 0x34, 0x60, 0xa0, - 0xef, 0xc3, 0x40, 0x55, 0x16, 0xf1, 0x4d, 0x36, 0xde, 0x43, 0x8b, 0x46, 0x07, 0x74, 0xf2, 0xeb, - 0x27, 0x74, 0x72, 0x3b, 0x95, 0xa3, 0xc2, 0xf9, 0xc0, 0x60, 0x0d, 0x85, 0xf8, 0x80, 0x23, 0xbf, - 0xd6, 0x51, 0x5d, 0xa9, 0xc5, 0x2f, 0xd1, 0x12, 0xed, 0xf7, 0x73, 0x26, 0x04, 0x38, 0x01, 0x8f, - 0x0a, 0xe7, 0x99, 0x49, 0x82, 0x03, 0xe2, 0x97, 0x21, 0xf8, 0x19, 0xaa, 0x46, 0x7d, 0xad, 0xa5, - 0xee, 0x57, 0xa3, 0x3e, 0x66, 0x08, 0x65, 0x63, 0x57, 0x41, 0xfb, 0xd7, 0xe7, 0x5b, 0x18, 0x1a, - 0x3e, 0xf5, 0x70, 0xca, 0x0f, 0xa8, 0x71, 0x71, 0xd9, 0xe9, 0x09, 0x30, 0xfe, 0x0e, 0x35, 0x0e, - 0x87, 0x72, 0x98, 0x33, 0x13, 0x12, 0xf2, 0x63, 0x96, 0xa7, 0x3c, 0xb7, 0xeb, 0x5a, 0xb1, 0x73, - 0x8f, 0x9a, 0x15, 0x45, 0x7c, 0x6c, 0xb6, 0x95, 0x82, 0x6f, 0x61, 0x13, 0xef, 0xa3, 0x15, 0xc9, - 0x25, 0x8d, 0x77, 0x07, 0x34, 0x67, 0xc2, 0x5e, 0xf8, 0xbf, 0x31, 0x3d, 0x07, 0xcd, 0x1f, 0x95, - 0x63, 0x92, 0x34, 0x0e, 0x84, 0x4e, 0x26, 0xfe, 0x24, 0x0a, 0x1f, 0x98, 0x9e, 0x68, 0x1f, 0x08, - 0x7b, 0xf1, 0x71, 0xcf, 0xba, 0x09, 0x78, 0x6c, 0xf0, 0xfa, 0x02, 0x54, 0x13, 0xa0, 0x13, 0x06, - 0x87, 0x43, 0x90, 0x6d, 0x0c, 0x68, 0x2f, 0xe9, 0x06, 0x6c, 0x3d, 0xd9, 0x15, 0xff, 0xb9, 0x45, - 0xe9, 0x8d, 0x49, 0xf2, 0xeb, 0xd5, 0x9f, 0x2e, 0x9d, 0xca, 0xc5, 0xa5, 0x53, 0xf9, 0xe3, 0xb7, - 0xf6, 0x82, 0xd2, 0xb9, 0xdd, 0xd9, 0xbf, 0xba, 0x6d, 0x59, 0xd7, 0xb7, 0x2d, 0xeb, 0xef, 0xdb, - 0x96, 0x75, 0x7e, 0xd7, 0xaa, 0x5c, 0xdf, 0xb5, 0x2a, 0x7f, 0xde, 0xb5, 0x2a, 0x3f, 0x7c, 0x35, - 0x51, 0x18, 0x2e, 0xda, 0x8e, 0x69, 0x57, 0x94, 0x0b, 0xef, 0xf8, 0x4b, 0xef, 0x74, 0xfe, 0xbf, - 0xd0, 0xee, 0xa2, 0xfe, 0xac, 0x7f, 0xfe, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xe8, 0x95, 0xe6, - 0x20, 0x6e, 0x07, 0x00, 0x00, + // 831 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x55, 0x4f, 0x6f, 0xeb, 0x44, + 0x10, 0x8f, 0x93, 0xb4, 0x79, 0xdd, 0x3c, 0x1e, 0xea, 0xbe, 0x1c, 0xdc, 0x54, 0xc4, 0xd5, 0x22, + 0xa1, 0x27, 0xf4, 0x62, 0xab, 0x0f, 0x24, 0xa4, 0x1e, 0x40, 0x4d, 0x5b, 0x50, 0x6f, 0xc5, 0x45, + 0x6a, 0x41, 0x95, 0xac, 0x4d, 0xb2, 0xb1, 0xad, 0xda, 0x5e, 0xcb, 0xbb, 0x49, 0xdb, 0x6f, 0xc0, + 0xb1, 0xc7, 0x72, 0xeb, 0x9d, 0x2b, 0x7c, 0x87, 0x4a, 0x5c, 0x2a, 0x4e, 0x88, 0x83, 0x41, 0x2d, + 0x27, 0x8e, 0xf9, 0x04, 0x68, 0xff, 0x38, 0x49, 0x4b, 0x22, 0x5a, 0x71, 0xca, 0xce, 0xec, 0xcc, + 0x6f, 0x7e, 0x33, 0xf3, 0x5b, 0x07, 0x7c, 0x4a, 0x59, 0x4c, 0x59, 0xc8, 0x1c, 0x1f, 0xc7, 0xb1, + 0x93, 0x52, 0x1a, 0xb5, 0x63, 0xda, 0x27, 0x11, 0x73, 0xba, 0x38, 0xc2, 0x49, 0x8f, 0x64, 0x93, + 0xc3, 0x01, 0xa5, 0x91, 0x9d, 0x66, 0x94, 0x53, 0xd8, 0xd0, 0x59, 0xb6, 0xc8, 0xb2, 0x47, 0x9b, + 0x5d, 0xc2, 0xf1, 0x66, 0x73, 0xad, 0x27, 0xdd, 0x9e, 0x8c, 0x71, 0x94, 0xa1, 0x12, 0x9a, 0x0d, + 0x9f, 0xfa, 0x54, 0xf9, 0xc5, 0x49, 0x7b, 0x5b, 0x3e, 0xa5, 0x7e, 0x44, 0x1c, 0x69, 0x75, 0x87, + 0x03, 0xa7, 0x3f, 0xcc, 0x30, 0x0f, 0x69, 0xa2, 0xef, 0xad, 0xc7, 0xf7, 0x3c, 0x8c, 0x09, 0xe3, + 0x38, 0x4e, 0x0b, 0x00, 0x55, 0xc4, 0xc1, 0x43, 0x1e, 0x38, 0x9a, 0x86, 0x34, 0x1e, 0xdd, 0x77, + 0x31, 0x23, 0x93, 0xfb, 0x1e, 0x0d, 0x75, 0x01, 0xf4, 0x4b, 0x05, 0x98, 0x87, 0x31, 0xa5, 0x3c, + 0x38, 0x22, 0xa1, 0x1f, 0xf0, 0x9d, 0x00, 0x27, 0x3e, 0x39, 0xc0, 0x19, 0x8e, 0x19, 0x3c, 0x06, + 0x80, 0x71, 0x9c, 0x71, 0x4f, 0x54, 0x35, 0x8d, 0x0d, 0xe3, 0x4d, 0xfd, 0x5d, 0xd3, 0x56, 0x94, + 0xec, 0x82, 0x92, 0xfd, 0x4d, 0x41, 0xa9, 0xf3, 0xc1, 0x4d, 0x6e, 0x95, 0xc6, 0xb9, 0xb5, 0x7a, + 0x81, 0xe3, 0x68, 0x0b, 0x4d, 0x73, 0xd1, 0xe5, 0x1f, 0x96, 0xe1, 0xae, 0x48, 0x87, 0x08, 0x87, + 0x01, 0x78, 0x51, 0x74, 0x6a, 0x96, 0x25, 0xee, 0xda, 0xbf, 0x70, 0x77, 0x75, 0x40, 0x67, 0x53, + 0xc0, 0xfe, 0x9d, 0x5b, 0xb0, 0x48, 0x79, 0x4b, 0xe3, 0x90, 0x93, 0x38, 0xe5, 0x17, 0xe3, 0xdc, + 0x7a, 0x5f, 0x15, 0x2b, 0xee, 0xd0, 0x95, 0x28, 0x35, 0x41, 0x87, 0x23, 0xd0, 0x08, 0x93, 0x90, + 0x87, 0x38, 0xf2, 0xc4, 0x6e, 0xbd, 0x33, 0xd9, 0x26, 0x33, 0x2b, 0x1b, 0x95, 0x37, 0xf5, 0x77, + 0x96, 0x3d, 0x6f, 0x8f, 0xb6, 0x58, 0xf4, 0x36, 0x63, 0x84, 0x77, 0x3e, 0xd4, 0x2d, 0xad, 0xab, + 0x2a, 0xf3, 0xa0, 0x90, 0x0b, 0xb5, 0x5b, 0xa4, 0xa9, 0x31, 0x32, 0xc8, 0xc0, 0x6b, 0x8e, 0x33, + 0x9f, 0xf0, 0x87, 0x65, 0xab, 0x4f, 0x2b, 0x8b, 0x74, 0xd9, 0xa6, 0x2a, 0x3b, 0x07, 0x09, 0xb9, + 0xab, 0xca, 0x3b, 0x53, 0x14, 0xfd, 0x55, 0x06, 0x40, 0xd8, 0x7a, 0x7f, 0x27, 0xe0, 0x05, 0x3b, + 0xc3, 0xa9, 0x37, 0x20, 0x6a, 0x7b, 0x2b, 0x9d, 0x6d, 0x81, 0xfb, 0x7b, 0x6e, 0x7d, 0xe4, 0x87, + 0x3c, 0x18, 0x76, 0xed, 0x1e, 0x8d, 0xb5, 0x4c, 0xf5, 0x4f, 0x9b, 0xf5, 0x4f, 0x1d, 0x7e, 0x91, + 0x12, 0x66, 0xef, 0x92, 0xde, 0x74, 0xbc, 0x05, 0x0e, 0x72, 0x6b, 0xe2, 0xf8, 0x25, 0x21, 0x02, + 0x9d, 0x9c, 0x87, 0x5c, 0xa2, 0x97, 0xff, 0x1f, 0x7a, 0x81, 0x83, 0xdc, 0x9a, 0x38, 0x0a, 0xf4, + 0x1f, 0x0c, 0xb0, 0xce, 0xa4, 0x30, 0x75, 0xc7, 0x5e, 0x4f, 0x4a, 0xd3, 0x4b, 0x65, 0x6f, 0x66, + 0x45, 0xaa, 0xc6, 0x9e, 0x3f, 0xc8, 0x45, 0x8a, 0xee, 0x7c, 0x7c, 0x93, 0x5b, 0xc6, 0x38, 0xb7, + 0x90, 0xee, 0x6a, 0x71, 0x01, 0xe4, 0x9a, 0x6c, 0x01, 0x0a, 0xfa, 0xd1, 0x00, 0x2b, 0x93, 0x5d, + 0xc1, 0x3d, 0xb0, 0xc4, 0xe9, 0x29, 0x49, 0xf4, 0x03, 0x59, 0xb3, 0xf5, 0xbb, 0x17, 0x4f, 0x6e, + 0xc2, 0x68, 0x87, 0x86, 0x49, 0xa7, 0xa1, 0xb7, 0xfa, 0x52, 0x6f, 0x55, 0x64, 0x21, 0x57, 0x65, + 0xc3, 0x23, 0xb0, 0xac, 0x78, 0xe8, 0x61, 0x7e, 0xf1, 0x8c, 0x61, 0xee, 0x27, 0x7c, 0x9c, 0x5b, + 0xef, 0x29, 0x58, 0x85, 0x82, 0x5c, 0x0d, 0x87, 0x7e, 0xae, 0x82, 0xaa, 0x60, 0x0b, 0xdf, 0x82, + 0x1a, 0xee, 0xf7, 0x33, 0xc2, 0x98, 0x56, 0x03, 0x1c, 0xe7, 0xd6, 0x2b, 0x95, 0xa4, 0x2f, 0x90, + 0x5b, 0x84, 0xc0, 0x57, 0xa0, 0x1c, 0xf6, 0x25, 0x97, 0xaa, 0x5b, 0x0e, 0xfb, 0x70, 0x00, 0xea, + 0x52, 0x7f, 0x0f, 0xe6, 0xbf, 0xb1, 0x58, 0xc8, 0x7a, 0xe2, 0x8f, 0x1e, 0x50, 0xf1, 0x29, 0xf5, + 0x66, 0xb0, 0x90, 0x0b, 0xd2, 0xa9, 0x68, 0xbf, 0x06, 0x8d, 0xc1, 0x90, 0x0f, 0x33, 0xa2, 0x42, + 0x7c, 0x3a, 0x22, 0x59, 0x42, 0x33, 0xb3, 0x2a, 0x29, 0x5b, 0x53, 0xa8, 0x79, 0x51, 0xc8, 0x85, + 0xca, 0x2d, 0x18, 0x7c, 0xa5, 0x9d, 0xf0, 0x5b, 0xf0, 0x92, 0x53, 0x8e, 0x23, 0x8f, 0x05, 0x38, + 0x23, 0xcc, 0x5c, 0xfa, 0xaf, 0x45, 0xad, 0x6b, 0xd2, 0xaf, 0x8b, 0x45, 0x4d, 0x93, 0x91, 0x5b, + 0x97, 0xe6, 0xa1, 0xb4, 0xe0, 0x89, 0x9e, 0x0a, 0x16, 0x52, 0x60, 0xe6, 0xf2, 0xd3, 0x9e, 0x77, + 0x53, 0xe3, 0x43, 0x85, 0x3f, 0x83, 0xa0, 0x67, 0x21, 0xc3, 0x18, 0x0c, 0x0a, 0xe2, 0x5a, 0x19, + 0x35, 0x39, 0x83, 0xbd, 0x67, 0x2b, 0xe3, 0x41, 0x1f, 0x85, 0x3e, 0x54, 0x1f, 0x4a, 0xde, 0x5b, + 0xab, 0xdf, 0x5f, 0x5b, 0xa5, 0xab, 0x6b, 0xab, 0xf4, 0xeb, 0x4f, 0xed, 0x25, 0x41, 0x74, 0xbf, + 0x73, 0x7c, 0x73, 0xd7, 0x32, 0x6e, 0xef, 0x5a, 0xc6, 0x9f, 0x77, 0x2d, 0xe3, 0xf2, 0xbe, 0x55, + 0xba, 0xbd, 0x6f, 0x95, 0x7e, 0xbb, 0x6f, 0x95, 0xbe, 0xfb, 0x7c, 0xa6, 0xb0, 0xee, 0xb4, 0x1d, + 0xe1, 0x2e, 0x2b, 0x0c, 0x67, 0xf4, 0x99, 0x73, 0xbe, 0xf8, 0xff, 0xb4, 0xbb, 0x2c, 0xbf, 0xf1, + 0x9f, 0xfc, 0x13, 0x00, 0x00, 0xff, 0xff, 0x61, 0x30, 0xa4, 0xf6, 0x7b, 0x07, 0x00, 0x00, } func (m *SmoothWeightChangeParams) Marshal() (dAtA []byte, err error) { diff --git a/x/gamm/pool-models/balancer/tx.pb.go b/x/gamm/pool-models/balancer/tx.pb.go index 885d5eb0f98..c61b47eff0d 100644 --- a/x/gamm/pool-models/balancer/tx.pb.go +++ b/x/gamm/pool-models/balancer/tx.pb.go @@ -31,8 +31,8 @@ const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package // ===================== MsgCreatePool type MsgCreateBalancerPool struct { Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty" yaml:"sender"` - PoolParams *PoolParams `protobuf:"bytes,2,opt,name=poolParams,proto3" json:"poolParams,omitempty" yaml:"pool_params"` - PoolAssets []PoolAsset `protobuf:"bytes,3,rep,name=poolAssets,proto3" json:"poolAssets"` + PoolParams *PoolParams `protobuf:"bytes,2,opt,name=pool_params,json=poolParams,proto3" json:"pool_params,omitempty" yaml:"pool_params"` + PoolAssets []PoolAsset `protobuf:"bytes,3,rep,name=pool_assets,json=poolAssets,proto3" json:"pool_assets"` FuturePoolGovernor string `protobuf:"bytes,4,opt,name=future_pool_governor,json=futurePoolGovernor,proto3" json:"future_pool_governor,omitempty" yaml:"future_pool_governor"` } @@ -151,34 +151,34 @@ func init() { } var fileDescriptor_26dfff9c7e076bd8 = []byte{ - // 423 bytes of a gzipped FileDescriptorProto + // 425 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x92, 0xc1, 0x8a, 0xd4, 0x30, - 0x18, 0xc7, 0x9b, 0x9d, 0xa1, 0x62, 0x16, 0x0f, 0x86, 0x55, 0xca, 0x88, 0x6d, 0xa9, 0x97, 0x2a, - 0x6c, 0xc2, 0x8e, 0x82, 0xe0, 0x41, 0xb1, 0xae, 0x2c, 0x7b, 0x58, 0x18, 0x7b, 0x5a, 0xbc, 0x2c, - 0xe9, 0x36, 0xd6, 0x81, 0xb6, 0x29, 0x49, 0x67, 0x58, 0xdf, 0xc2, 0x27, 0xf0, 0xe8, 0x23, 0xf8, - 0x0c, 0x73, 0x9c, 0xa3, 0xa7, 0x22, 0x9d, 0x37, 0x98, 0x27, 0x90, 0x24, 0xad, 0x8c, 0xd0, 0x41, - 0x61, 0x6f, 0xe9, 0x97, 0xdf, 0xff, 0xff, 0xff, 0xbe, 0xf4, 0x83, 0xcf, 0xb8, 0x2c, 0xb8, 0x9c, - 0x4b, 0x92, 0xd1, 0xa2, 0x20, 0x15, 0xe7, 0xf9, 0x71, 0xc1, 0x53, 0x96, 0x4b, 0x92, 0xd0, 0x9c, - 0x96, 0xd7, 0x4c, 0x90, 0xfa, 0x06, 0x57, 0x82, 0xd7, 0x1c, 0x85, 0x1d, 0x8b, 0x15, 0x8b, 0x15, - 0x6b, 0x50, 0xdc, 0xa3, 0x78, 0x79, 0x92, 0xb0, 0x9a, 0x9e, 0x4c, 0x8e, 0x32, 0x9e, 0x71, 0x2d, - 0x22, 0xea, 0x64, 0xf4, 0x93, 0x17, 0xff, 0xce, 0xea, 0x0f, 0x33, 0xce, 0x73, 0xa3, 0x0a, 0x7e, - 0x1c, 0xc0, 0x07, 0x17, 0x32, 0x7b, 0x27, 0x18, 0xad, 0x59, 0xb4, 0x73, 0x8f, 0x9e, 0x42, 0x5b, - 0xb2, 0x32, 0x65, 0xc2, 0x01, 0x3e, 0x08, 0xef, 0x46, 0xf7, 0xb7, 0x8d, 0x77, 0xef, 0x0b, 0x2d, - 0xf2, 0x57, 0x81, 0xa9, 0x07, 0x71, 0x07, 0xa0, 0x4b, 0x08, 0x55, 0xde, 0x8c, 0x0a, 0x5a, 0x48, - 0xe7, 0xc0, 0x07, 0xe1, 0xe1, 0xd4, 0xc7, 0x7f, 0xcd, 0xd3, 0xf5, 0x8e, 0x67, 0x7f, 0xb8, 0xe8, - 0xe1, 0xb6, 0xf1, 0x90, 0x31, 0x54, 0xea, 0xab, 0x4a, 0x97, 0x83, 0x78, 0xc7, 0x0b, 0xbd, 0x37, - 0xce, 0x6f, 0xa5, 0x64, 0xb5, 0x74, 0x46, 0xfe, 0x28, 0x3c, 0x9c, 0x7a, 0xfb, 0x9d, 0x35, 0x17, - 0x8d, 0x57, 0x8d, 0x67, 0xc5, 0x3b, 0x42, 0xf4, 0x01, 0x1e, 0x7d, 0x5a, 0xd4, 0x0b, 0xc1, 0xae, - 0x74, 0x52, 0xc6, 0x97, 0x4c, 0x94, 0x5c, 0x38, 0x63, 0x3d, 0x99, 0xb7, 0x6d, 0xbc, 0x47, 0xa6, - 0x91, 0x21, 0x2a, 0x88, 0x91, 0x29, 0xab, 0x84, 0xb3, 0xbe, 0x78, 0x0a, 0x1f, 0x0f, 0xbe, 0x5b, - 0xcc, 0x64, 0xc5, 0x4b, 0xc9, 0xd0, 0x13, 0x78, 0x47, 0xdb, 0xcc, 0x53, 0xfd, 0x80, 0xe3, 0x08, - 0xb6, 0x8d, 0x67, 0x2b, 0xe4, 0xfc, 0x34, 0xb6, 0xd5, 0xd5, 0x79, 0x3a, 0xfd, 0x0e, 0xe0, 0xe8, - 0x42, 0x66, 0xe8, 0x1b, 0x80, 0x68, 0xe0, 0x1f, 0xbc, 0xc1, 0xff, 0xbb, 0x14, 0x78, 0xb0, 0x99, - 0xc9, 0xd9, 0x2d, 0x0d, 0xfa, 0x69, 0xa2, 0xcb, 0x55, 0xeb, 0x82, 0x75, 0xeb, 0x82, 0x5f, 0xad, - 0x0b, 0xbe, 0x6e, 0x5c, 0x6b, 0xbd, 0x71, 0xad, 0x9f, 0x1b, 0xd7, 0xfa, 0xf8, 0x3a, 0x9b, 0xd7, - 0x9f, 0x17, 0x09, 0xbe, 0xe6, 0x05, 0xe9, 0xc2, 0x8e, 0x73, 0x9a, 0xc8, 0xfe, 0x83, 0x2c, 0x5f, - 0x92, 0x9b, 0xfd, 0x4b, 0x99, 0xd8, 0x7a, 0x11, 0x9f, 0xff, 0x0e, 0x00, 0x00, 0xff, 0xff, 0xd3, - 0x77, 0xc7, 0x02, 0x2c, 0x03, 0x00, 0x00, + 0x18, 0x80, 0x9b, 0x9d, 0xa1, 0x62, 0x06, 0x0f, 0x86, 0x55, 0xca, 0x88, 0x6d, 0xa9, 0x97, 0x2a, + 0x6c, 0xc2, 0x8e, 0x82, 0xe0, 0x41, 0xb1, 0x2e, 0x2e, 0x7b, 0x58, 0x58, 0x7b, 0x52, 0x2f, 0x4b, + 0xba, 0x8d, 0x75, 0xa0, 0x6d, 0x4a, 0xd2, 0x19, 0xd6, 0xb7, 0xf0, 0x09, 0x3c, 0xfa, 0x0c, 0x3e, + 0xc2, 0x1c, 0xe7, 0xe8, 0xa9, 0x48, 0xe7, 0x0d, 0xe6, 0x09, 0x24, 0x49, 0x2b, 0x23, 0x74, 0x50, + 0xd8, 0x5b, 0xfa, 0xe7, 0xfb, 0xbf, 0xff, 0xff, 0xd3, 0x1f, 0x3e, 0xe1, 0xb2, 0xe0, 0x72, 0x2e, + 0x49, 0x46, 0x8b, 0x82, 0x54, 0x9c, 0xe7, 0x47, 0x05, 0x4f, 0x59, 0x2e, 0x49, 0x42, 0x73, 0x5a, + 0x5e, 0x31, 0x41, 0xea, 0x6b, 0x5c, 0x09, 0x5e, 0x73, 0x14, 0x76, 0x2c, 0x56, 0x2c, 0x56, 0xac, + 0x41, 0x71, 0x8f, 0xe2, 0xe5, 0x71, 0xc2, 0x6a, 0x7a, 0x3c, 0x3d, 0xcc, 0x78, 0xc6, 0x75, 0x12, + 0x51, 0x27, 0x93, 0x3f, 0x7d, 0xf6, 0xef, 0x5a, 0xfd, 0xe1, 0x82, 0xf3, 0xdc, 0x64, 0x05, 0x3f, + 0x0e, 0xe0, 0xbd, 0x73, 0x99, 0xbd, 0x11, 0x8c, 0xd6, 0x2c, 0xda, 0xb9, 0x47, 0x8f, 0xa1, 0x2d, + 0x59, 0x99, 0x32, 0xe1, 0x00, 0x1f, 0x84, 0xb7, 0xa3, 0xbb, 0xdb, 0xc6, 0xbb, 0xf3, 0x85, 0x16, + 0xf9, 0x8b, 0xc0, 0xc4, 0x83, 0xb8, 0x03, 0xd0, 0x07, 0x38, 0x51, 0xf5, 0x2e, 0x2b, 0x2a, 0x68, + 0x21, 0x9d, 0x03, 0x1f, 0x84, 0x93, 0x99, 0x8f, 0xff, 0x1a, 0xa8, 0x6b, 0x1e, 0x2b, 0xf7, 0x85, + 0xe6, 0xa2, 0xfb, 0xdb, 0xc6, 0x43, 0xc6, 0xb8, 0x93, 0x1e, 0xc4, 0xb0, 0xfa, 0xc3, 0xa0, 0xb7, + 0x9d, 0x9a, 0x4a, 0xc9, 0x6a, 0xe9, 0x8c, 0xfc, 0x51, 0x38, 0x99, 0x79, 0xfb, 0xd5, 0xaf, 0x15, + 0x17, 0x8d, 0x57, 0x8d, 0x67, 0x19, 0x8f, 0x0e, 0x48, 0xf4, 0x0e, 0x1e, 0x7e, 0x5a, 0xd4, 0x0b, + 0xc1, 0x2e, 0xb5, 0x2e, 0xe3, 0x4b, 0x26, 0x4a, 0x2e, 0x9c, 0xb1, 0x9e, 0xcd, 0xdb, 0x36, 0xde, + 0x03, 0xd3, 0xc9, 0x10, 0x15, 0xc4, 0xc8, 0x84, 0x55, 0x85, 0xd3, 0x3e, 0x78, 0x02, 0x1f, 0x0e, + 0xbe, 0x5c, 0xcc, 0x64, 0xc5, 0x4b, 0xc9, 0xd0, 0x23, 0x78, 0x4b, 0x6b, 0xe6, 0xa9, 0x7e, 0xc2, + 0x71, 0x04, 0xdb, 0xc6, 0xb3, 0x15, 0x72, 0x76, 0x12, 0xdb, 0xea, 0xea, 0x2c, 0x9d, 0x7d, 0x07, + 0x70, 0x74, 0x2e, 0x33, 0xf4, 0x0d, 0x40, 0x34, 0xf0, 0x17, 0x5e, 0xe1, 0xff, 0x5d, 0x0b, 0x3c, + 0xd8, 0xcc, 0xf4, 0xf4, 0x86, 0x82, 0x7e, 0x9a, 0xe8, 0xfd, 0xaa, 0x75, 0xc1, 0xba, 0x75, 0xc1, + 0xaf, 0xd6, 0x05, 0x5f, 0x37, 0xae, 0xb5, 0xde, 0xb8, 0xd6, 0xcf, 0x8d, 0x6b, 0x7d, 0x7c, 0x99, + 0xcd, 0xeb, 0xcf, 0x8b, 0x04, 0x5f, 0xf1, 0x82, 0x74, 0xc5, 0x8e, 0x72, 0x9a, 0xc8, 0xfe, 0x83, + 0x2c, 0x9f, 0x93, 0xeb, 0xfd, 0x6b, 0x99, 0xd8, 0x7a, 0x15, 0x9f, 0xfe, 0x0e, 0x00, 0x00, 0xff, + 0xff, 0x94, 0x85, 0x8e, 0x85, 0x2e, 0x03, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/gamm/pool-models/stableswap/stableswap_pool.pb.go b/x/gamm/pool-models/stableswap/stableswap_pool.pb.go index c5352383a13..b64ce4d4997 100644 --- a/x/gamm/pool-models/stableswap/stableswap_pool.pb.go +++ b/x/gamm/pool-models/stableswap/stableswap_pool.pb.go @@ -34,8 +34,8 @@ const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package // governance. Instead they will be managed by the token holders of the pool. // The pool's token holders are specified in future_pool_governor. type PoolParams struct { - SwapFee github_com_cosmos_cosmos_sdk_types.Dec `protobuf:"bytes,1,opt,name=swapFee,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Dec" json:"swapFee" yaml:"swap_fee"` - ExitFee github_com_cosmos_cosmos_sdk_types.Dec `protobuf:"bytes,2,opt,name=exitFee,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Dec" json:"exitFee" yaml:"exit_fee"` + SwapFee github_com_cosmos_cosmos_sdk_types.Dec `protobuf:"bytes,1,opt,name=swap_fee,json=swapFee,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Dec" json:"swap_fee" yaml:"swap_fee"` + ExitFee github_com_cosmos_cosmos_sdk_types.Dec `protobuf:"bytes,2,opt,name=exit_fee,json=exitFee,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Dec" json:"exit_fee" yaml:"exit_fee"` } func (m *PoolParams) Reset() { *m = PoolParams{} } @@ -75,7 +75,7 @@ var xxx_messageInfo_PoolParams proto.InternalMessageInfo type Pool struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty" yaml:"address"` Id uint64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"` - PoolParams PoolParams `protobuf:"bytes,3,opt,name=poolParams,proto3" json:"poolParams" yaml:"stableswap_pool_params"` + PoolParams PoolParams `protobuf:"bytes,3,opt,name=pool_params,json=poolParams,proto3" json:"pool_params" yaml:"stableswap_pool_params"` // This string specifies who will govern the pool in the future. // Valid forms of this are: // {token name},{duration} @@ -86,9 +86,9 @@ type Pool struct { // would need to be locked up to count in governance. 0w means no lockup. FuturePoolGovernor string `protobuf:"bytes,4,opt,name=future_pool_governor,json=futurePoolGovernor,proto3" json:"future_pool_governor,omitempty" yaml:"future_pool_governor"` // sum of all LP shares - TotalShares types.Coin `protobuf:"bytes,5,opt,name=totalShares,proto3" json:"totalShares" yaml:"total_shares"` + TotalShares types.Coin `protobuf:"bytes,5,opt,name=total_shares,json=totalShares,proto3" json:"total_shares" yaml:"total_shares"` // assets in the pool - PoolLiquidity github_com_cosmos_cosmos_sdk_types.Coins `protobuf:"bytes,6,rep,name=poolLiquidity,proto3,castrepeated=github.com/cosmos/cosmos-sdk/types.Coins" json:"poolLiquidity"` + PoolLiquidity github_com_cosmos_cosmos_sdk_types.Coins `protobuf:"bytes,6,rep,name=pool_liquidity,json=poolLiquidity,proto3,castrepeated=github.com/cosmos/cosmos-sdk/types.Coins" json:"pool_liquidity"` // for calculation amognst assets with different precisions ScalingFactor []uint64 `protobuf:"varint,7,rep,packed,name=scaling_factor,json=scalingFactor,proto3" json:"scaling_factor,omitempty" yaml:"stableswap_scaling_factor"` // scaling_factor_governor is the address can adjust pool scaling factors @@ -137,46 +137,47 @@ func init() { } var fileDescriptor_ae0f054436f9999a = []byte{ - // 622 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x54, 0xcf, 0x6b, 0xd4, 0x40, - 0x14, 0x4e, 0xda, 0x6d, 0xab, 0x53, 0x5a, 0x71, 0xac, 0x98, 0xb6, 0x98, 0x59, 0x02, 0xca, 0x22, - 0x6e, 0x62, 0x15, 0x14, 0x7b, 0xd2, 0x55, 0x2a, 0x82, 0x60, 0x8d, 0x17, 0xa9, 0x87, 0x65, 0x92, - 0xcc, 0xa6, 0x83, 0xc9, 0x4e, 0x9a, 0x99, 0xd4, 0xf6, 0xe0, 0xdd, 0xa3, 0x47, 0x8f, 0x05, 0x6f, - 0x9e, 0xfd, 0x1b, 0xa4, 0xc7, 0xe2, 0x49, 0x3c, 0x44, 0xe9, 0xfe, 0x07, 0xfb, 0x17, 0xc8, 0x4c, - 0x66, 0x7f, 0xd5, 0x52, 0x0a, 0x9e, 0x36, 0xef, 0xbd, 0xef, 0xfb, 0xde, 0x7b, 0x5f, 0xde, 0x06, - 0x3c, 0x64, 0x3c, 0x65, 0x9c, 0x72, 0x2f, 0xc6, 0x69, 0xea, 0x65, 0x8c, 0x25, 0xcd, 0x94, 0x45, - 0x24, 0xe1, 0x1e, 0x17, 0x38, 0x48, 0x08, 0x7f, 0x8f, 0xb3, 0xb1, 0xc7, 0xb6, 0x44, 0xb8, 0x59, - 0xce, 0x04, 0x83, 0xb7, 0x34, 0xd5, 0x95, 0x54, 0x57, 0x16, 0x2a, 0xa6, 0x3b, 0x82, 0xbb, 0xbb, - 0x6b, 0x01, 0x11, 0x78, 0x6d, 0x65, 0x39, 0x54, 0xe0, 0xb6, 0x62, 0x7a, 0x55, 0x50, 0xc9, 0xac, - 0x2c, 0xc5, 0x2c, 0x66, 0x55, 0x5e, 0x3e, 0xe9, 0xac, 0x1d, 0x33, 0x16, 0x27, 0xc4, 0x53, 0x51, - 0x50, 0x74, 0xbc, 0xa8, 0xc8, 0xb1, 0xa0, 0xac, 0xab, 0xeb, 0xe8, 0x64, 0x5d, 0xd0, 0x94, 0x70, - 0x81, 0xd3, 0x6c, 0x20, 0x50, 0x35, 0xf1, 0x70, 0x21, 0xb6, 0x3d, 0x3d, 0x86, 0x0a, 0x4e, 0xd4, - 0x03, 0xcc, 0xc9, 0xb0, 0x1e, 0x32, 0xaa, 0x1b, 0x38, 0xdf, 0x4d, 0x00, 0x36, 0x19, 0x4b, 0x36, - 0x71, 0x8e, 0x53, 0x0e, 0xdf, 0x82, 0x39, 0xb9, 0xd0, 0x06, 0x21, 0x96, 0x59, 0x37, 0x1b, 0x17, - 0x5b, 0x8f, 0x0f, 0x4b, 0x64, 0xfc, 0x2a, 0xd1, 0xcd, 0x98, 0x8a, 0xed, 0x22, 0x70, 0x43, 0x96, - 0xea, 0xbd, 0xf4, 0x4f, 0x93, 0x47, 0xef, 0x3c, 0xb1, 0x9f, 0x11, 0xee, 0x3e, 0x25, 0x61, 0xbf, - 0x44, 0x97, 0xf6, 0x71, 0x9a, 0xac, 0x3b, 0xca, 0xc6, 0x0e, 0x21, 0x8e, 0x3f, 0x50, 0x94, 0xe2, - 0x64, 0x8f, 0x0a, 0x29, 0x3e, 0xf5, 0x7f, 0xe2, 0x52, 0x46, 0x8b, 0x6b, 0x45, 0xe7, 0xcb, 0x0c, - 0xa8, 0xc9, 0x45, 0xe0, 0x6d, 0x30, 0x87, 0xa3, 0x28, 0x27, 0x9c, 0xeb, 0x15, 0x60, 0xbf, 0x44, - 0x8b, 0x15, 0x4f, 0x17, 0x1c, 0x7f, 0x00, 0x81, 0x8b, 0x60, 0x8a, 0x46, 0x6a, 0x9c, 0x9a, 0x3f, - 0x45, 0x23, 0xf8, 0x01, 0x80, 0x6c, 0x68, 0x87, 0x35, 0x5d, 0x37, 0x1b, 0xf3, 0x77, 0xef, 0xbb, - 0xe7, 0x3f, 0x01, 0x77, 0x64, 0x66, 0xeb, 0x86, 0x5c, 0xaf, 0x5f, 0xa2, 0xeb, 0xda, 0x91, 0xc9, - 0xf3, 0x6a, 0x67, 0x0a, 0xe5, 0xf8, 0x63, 0x0d, 0xe1, 0x2b, 0xb0, 0xd4, 0x29, 0x44, 0x91, 0x93, - 0x0a, 0x12, 0xb3, 0x5d, 0x92, 0x77, 0x59, 0x6e, 0xd5, 0xd4, 0x26, 0xa8, 0x5f, 0xa2, 0xd5, 0x4a, - 0xec, 0x34, 0x94, 0xe3, 0xc3, 0x2a, 0x2d, 0x67, 0x78, 0xa6, 0x93, 0xf0, 0x0d, 0x98, 0x17, 0x4c, - 0xe0, 0xe4, 0xf5, 0x36, 0xce, 0x09, 0xb7, 0x66, 0xd4, 0x4a, 0xcb, 0xae, 0x3e, 0x4e, 0x79, 0x17, - 0xc3, 0xd9, 0x9f, 0x30, 0xda, 0x6d, 0xad, 0xea, 0xa9, 0xaf, 0x54, 0x8d, 0x14, 0xb7, 0xcd, 0x15, - 0xd9, 0xf1, 0xc7, 0xa5, 0xe0, 0x0e, 0x58, 0x90, 0xfd, 0x5f, 0xd0, 0x9d, 0x82, 0x46, 0x54, 0xec, - 0x5b, 0xb3, 0xf5, 0xe9, 0xb3, 0xb5, 0xef, 0x48, 0xed, 0xaf, 0xbf, 0x51, 0xe3, 0x1c, 0x2f, 0x5c, - 0x12, 0xb8, 0x3f, 0xd9, 0x01, 0xbe, 0x04, 0x8b, 0x3c, 0xc4, 0x09, 0xed, 0xc6, 0xed, 0x0e, 0x0e, - 0x05, 0xcb, 0xad, 0xb9, 0xfa, 0x74, 0xa3, 0xd6, 0x6a, 0xe8, 0xa1, 0xeb, 0xff, 0x58, 0x3d, 0x09, - 0x77, 0xfc, 0x05, 0x9d, 0xd8, 0x50, 0x31, 0xdc, 0x02, 0xd7, 0x26, 0x11, 0x23, 0xcf, 0x2f, 0x28, - 0xcf, 0x9d, 0x7e, 0x89, 0x6c, 0xad, 0x7a, 0x3a, 0xd0, 0xf1, 0xaf, 0x4e, 0x68, 0x0e, 0x9c, 0x5f, - 0xbf, 0xfc, 0xf1, 0x00, 0x19, 0x9f, 0x0f, 0x90, 0xf1, 0xe3, 0x5b, 0x73, 0x46, 0xbe, 0x93, 0xe7, - 0xad, 0xad, 0xc3, 0x63, 0xdb, 0x3c, 0x3a, 0xb6, 0xcd, 0x3f, 0xc7, 0xb6, 0xf9, 0xa9, 0x67, 0x1b, - 0x47, 0x3d, 0xdb, 0xf8, 0xd9, 0xb3, 0x8d, 0xad, 0x47, 0x63, 0x96, 0xe8, 0x73, 0x6b, 0x26, 0x38, - 0xe0, 0x83, 0xc0, 0xdb, 0x7d, 0xe0, 0xed, 0x9d, 0xf5, 0xf9, 0x0a, 0x66, 0xd5, 0x3f, 0xfa, 0xde, - 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x5f, 0x2c, 0x10, 0x79, 0xec, 0x04, 0x00, 0x00, + // 632 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x54, 0xc1, 0x6e, 0xd3, 0x40, + 0x10, 0x8d, 0xdb, 0xb4, 0x29, 0x5b, 0x1a, 0x84, 0x29, 0xc2, 0x6d, 0x85, 0x37, 0x5a, 0x09, 0x14, + 0x21, 0x62, 0x53, 0x90, 0x40, 0xf4, 0x04, 0x01, 0x15, 0x21, 0x21, 0x51, 0xcc, 0x89, 0x0a, 0x29, + 0x5a, 0xdb, 0x1b, 0x77, 0x85, 0x9d, 0x35, 0xde, 0x75, 0x69, 0x2f, 0x9c, 0x39, 0x72, 0xe4, 0xd8, + 0x13, 0x07, 0xce, 0x7c, 0x44, 0x8f, 0x15, 0x27, 0xc4, 0xc1, 0xa0, 0xf6, 0x0f, 0xf2, 0x05, 0x68, + 0xd7, 0xeb, 0x26, 0x29, 0x55, 0x55, 0x89, 0x53, 0x76, 0x66, 0xde, 0xbc, 0x99, 0x79, 0x33, 0x31, + 0x78, 0xc8, 0x78, 0xc2, 0x38, 0xe5, 0x6e, 0x84, 0x93, 0xc4, 0x4d, 0x19, 0x8b, 0x3b, 0x09, 0x0b, + 0x49, 0xcc, 0x5d, 0x2e, 0xb0, 0x1f, 0x13, 0xfe, 0x01, 0xa7, 0x63, 0xcf, 0x9e, 0x44, 0x38, 0x69, + 0xc6, 0x04, 0x33, 0x6f, 0xe9, 0x54, 0x47, 0xa6, 0x3a, 0x32, 0x50, 0x66, 0x3a, 0x23, 0xb8, 0xb3, + 0xbd, 0xea, 0x13, 0x81, 0x57, 0x97, 0x97, 0x02, 0x05, 0xee, 0xa9, 0x4c, 0xb7, 0x34, 0x4a, 0x9a, + 0xe5, 0xc5, 0x88, 0x45, 0xac, 0xf4, 0xcb, 0x97, 0xf6, 0xda, 0x11, 0x63, 0x51, 0x4c, 0x5c, 0x65, + 0xf9, 0x79, 0xdf, 0x0d, 0xf3, 0x0c, 0x0b, 0xca, 0x06, 0x3a, 0x0e, 0x4f, 0xc6, 0x05, 0x4d, 0x08, + 0x17, 0x38, 0x49, 0x2b, 0x82, 0xb2, 0x88, 0x8b, 0x73, 0xb1, 0xe5, 0xea, 0x36, 0x94, 0x71, 0x22, + 0xee, 0x63, 0x4e, 0x8e, 0xe3, 0x01, 0xa3, 0xba, 0x00, 0xda, 0x37, 0x00, 0xd8, 0x60, 0x2c, 0xde, + 0xc0, 0x19, 0x4e, 0xb8, 0xf9, 0x16, 0xcc, 0xa9, 0xf9, 0xfb, 0x84, 0x58, 0x46, 0xcb, 0x68, 0x5f, + 0xe8, 0x3e, 0xde, 0x2f, 0x60, 0xed, 0x57, 0x01, 0x6f, 0x46, 0x54, 0x6c, 0xe5, 0xbe, 0x13, 0xb0, + 0x44, 0x0f, 0xa6, 0x7f, 0x3a, 0x3c, 0x7c, 0xe7, 0x8a, 0xdd, 0x94, 0x70, 0xe7, 0x29, 0x09, 0x86, + 0x05, 0xbc, 0xb4, 0x8b, 0x93, 0x78, 0x0d, 0x55, 0x3c, 0xc8, 0x6b, 0xc8, 0xe7, 0x3a, 0x21, 0x92, + 0x9d, 0xec, 0x50, 0xa1, 0xd8, 0xa7, 0xfe, 0x8f, 0xbd, 0xe2, 0x41, 0x5e, 0x43, 0x3e, 0xd7, 0x09, + 0x41, 0x5f, 0x67, 0x40, 0x5d, 0x8e, 0x62, 0xde, 0x06, 0x0d, 0x1c, 0x86, 0x19, 0xe1, 0x5c, 0xcf, + 0x60, 0x0e, 0x0b, 0xd8, 0x2c, 0xf3, 0x74, 0x00, 0x79, 0x15, 0xc4, 0x6c, 0x82, 0x29, 0x1a, 0xaa, + 0x76, 0xea, 0xde, 0x14, 0x0d, 0xcd, 0x8f, 0x60, 0x5e, 0x2e, 0xb9, 0x97, 0x2a, 0x45, 0xac, 0xe9, + 0x96, 0xd1, 0x9e, 0xbf, 0x7b, 0xdf, 0x39, 0xff, 0x15, 0x38, 0x23, 0x3d, 0xbb, 0x37, 0xe4, 0x7c, + 0xc3, 0x02, 0x5e, 0xd7, 0x9a, 0x4c, 0x5e, 0x98, 0xae, 0x81, 0x3c, 0x90, 0x8e, 0x56, 0xf0, 0x0a, + 0x2c, 0xf6, 0x73, 0x91, 0x67, 0xa4, 0x84, 0x44, 0x6c, 0x9b, 0x64, 0x03, 0x96, 0x59, 0x75, 0x35, + 0x0a, 0x1c, 0x16, 0x70, 0xa5, 0x24, 0x3b, 0x0d, 0x85, 0x3c, 0xb3, 0x74, 0xcb, 0x1e, 0x9e, 0x69, + 0xa7, 0xf9, 0x06, 0x5c, 0x14, 0x4c, 0xe0, 0xb8, 0xc7, 0xb7, 0x70, 0x46, 0xb8, 0x35, 0xa3, 0x66, + 0x5a, 0x72, 0xf4, 0x81, 0xca, 0xdb, 0x38, 0x6e, 0xfe, 0x09, 0xa3, 0x83, 0xee, 0x8a, 0x6e, 0xfb, + 0x4a, 0x59, 0x69, 0x3c, 0x19, 0x79, 0xf3, 0xca, 0x7c, 0xad, 0x2c, 0x33, 0x03, 0x4d, 0xd5, 0x40, + 0x4c, 0xdf, 0xe7, 0x34, 0xa4, 0x62, 0xd7, 0x9a, 0x6d, 0x4d, 0x9f, 0x4d, 0x7e, 0x47, 0x92, 0x7f, + 0xfb, 0x0d, 0xdb, 0xe7, 0xd8, 0xb9, 0x4c, 0xe0, 0xde, 0x82, 0x2c, 0xf1, 0xa2, 0xaa, 0x60, 0xbe, + 0x04, 0x4d, 0x1e, 0xe0, 0x98, 0x0e, 0xa2, 0x5e, 0x1f, 0x07, 0x82, 0x65, 0x56, 0xa3, 0x35, 0xdd, + 0xae, 0x77, 0xdb, 0xba, 0xeb, 0xd6, 0x3f, 0x62, 0x4f, 0xc2, 0x91, 0xb7, 0xa0, 0x1d, 0xeb, 0xca, + 0x36, 0x37, 0xc1, 0xb5, 0x49, 0xc4, 0x48, 0xf5, 0x39, 0xa5, 0x3a, 0x1a, 0x16, 0xd0, 0xd6, 0xac, + 0xa7, 0x03, 0x91, 0x77, 0x75, 0x82, 0xb3, 0xd2, 0x7e, 0xed, 0xf2, 0xa7, 0x3d, 0x58, 0xfb, 0xb2, + 0x07, 0x6b, 0x3f, 0xbe, 0x77, 0x66, 0xe4, 0x56, 0x9e, 0x77, 0x37, 0xf7, 0x0f, 0x6d, 0xe3, 0xe0, + 0xd0, 0x36, 0xfe, 0x1c, 0xda, 0xc6, 0xe7, 0x23, 0xbb, 0x76, 0x70, 0x64, 0xd7, 0x7e, 0x1e, 0xd9, + 0xb5, 0xcd, 0x47, 0x63, 0x92, 0xe8, 0x83, 0xeb, 0xc4, 0xd8, 0xe7, 0x95, 0xe1, 0x6e, 0x3f, 0x70, + 0x77, 0xce, 0xfa, 0x86, 0xf9, 0xb3, 0xea, 0x6f, 0x7d, 0xef, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, + 0xda, 0xea, 0x60, 0xa2, 0xf1, 0x04, 0x00, 0x00, } func (m *PoolParams) Marshal() (dAtA []byte, err error) { diff --git a/x/gamm/pool-models/stableswap/tx.pb.go b/x/gamm/pool-models/stableswap/tx.pb.go index 4df92b60d4e..40a2b7f36f3 100644 --- a/x/gamm/pool-models/stableswap/tx.pb.go +++ b/x/gamm/pool-models/stableswap/tx.pb.go @@ -32,7 +32,7 @@ const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package type MsgCreateStableswapPool struct { Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty" yaml:"sender"` - PoolParams *PoolParams `protobuf:"bytes,2,opt,name=poolParams,proto3" json:"poolParams,omitempty" yaml:"pool_params"` + PoolParams *PoolParams `protobuf:"bytes,2,opt,name=pool_params,json=poolParams,proto3" json:"pool_params,omitempty" yaml:"pool_params"` InitialPoolLiquidity github_com_cosmos_cosmos_sdk_types.Coins `protobuf:"bytes,3,rep,name=initial_pool_liquidity,json=initialPoolLiquidity,proto3,castrepeated=github.com/cosmos/cosmos-sdk/types.Coins" json:"initial_pool_liquidity"` FuturePoolGovernor string `protobuf:"bytes,4,opt,name=future_pool_governor,json=futurePoolGovernor,proto3" json:"future_pool_governor,omitempty" yaml:"future_pool_governor"` } @@ -257,43 +257,43 @@ func init() { var fileDescriptor_46b7c8a0f24de97c = []byte{ // 583 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x54, 0x4f, 0x6f, 0xd3, 0x4e, - 0x10, 0x8d, 0x93, 0x28, 0x3f, 0xfd, 0xb6, 0x02, 0x84, 0x15, 0x95, 0x10, 0x24, 0x3b, 0x98, 0x4b, - 0x0a, 0xc4, 0x4b, 0x83, 0x04, 0x82, 0x13, 0x38, 0xa8, 0xa8, 0x82, 0x48, 0xa9, 0x23, 0x2e, 0xbd, - 0x44, 0xeb, 0x78, 0x6b, 0x16, 0x6c, 0xaf, 0xf1, 0x6e, 0xd2, 0xe6, 0xc8, 0x99, 0x0b, 0x1f, 0x03, - 0xf1, 0x41, 0xaa, 0x1e, 0x7b, 0xe4, 0x64, 0x50, 0xf2, 0x0d, 0x72, 0xe3, 0x86, 0xd6, 0xeb, 0xfc, - 0xa9, 0xd4, 0xb4, 0x8d, 0xd4, 0x93, 0xd7, 0xe3, 0x37, 0xef, 0xcd, 0xcc, 0x1b, 0x2f, 0x78, 0x4c, - 0x59, 0x40, 0x19, 0x61, 0xd0, 0x43, 0x41, 0x00, 0x23, 0x4a, 0xfd, 0x46, 0x40, 0x5d, 0xec, 0x33, - 0xc8, 0x38, 0x72, 0x7c, 0xcc, 0x0e, 0x51, 0x04, 0xf9, 0x91, 0x19, 0xc5, 0x94, 0x53, 0xf5, 0x61, - 0x86, 0x36, 0x05, 0xda, 0x14, 0x68, 0x09, 0x36, 0x17, 0x60, 0x73, 0xb8, 0xed, 0x60, 0x8e, 0xb6, - 0xab, 0x5a, 0x3f, 0x05, 0x43, 0x07, 0x31, 0x0c, 0xb3, 0x20, 0xec, 0x53, 0x12, 0x4a, 0xae, 0x6a, - 0xd9, 0xa3, 0x1e, 0x4d, 0x8f, 0x50, 0x9c, 0xb2, 0xe8, 0x8b, 0xab, 0xd4, 0xb3, 0x38, 0xf6, 0x04, - 0x42, 0xa6, 0x1a, 0xdf, 0x0a, 0xe0, 0x4e, 0x9b, 0x79, 0xad, 0x18, 0x23, 0x8e, 0xbb, 0x73, 0x48, - 0x87, 0x52, 0x5f, 0xdd, 0x02, 0x25, 0x86, 0x43, 0x17, 0xc7, 0x15, 0xa5, 0xa6, 0xd4, 0xff, 0xb7, - 0x6e, 0x4f, 0x13, 0xfd, 0xc6, 0x08, 0x05, 0xfe, 0x4b, 0x43, 0xc6, 0x0d, 0x3b, 0x03, 0xa8, 0x21, - 0x00, 0x82, 0xb4, 0x83, 0x62, 0x14, 0xb0, 0x4a, 0xbe, 0xa6, 0xd4, 0x37, 0x9a, 0xcf, 0xcc, 0xab, - 0x37, 0x6e, 0x76, 0xe6, 0xd9, 0xd6, 0xe6, 0x34, 0xd1, 0x55, 0x29, 0x23, 0x72, 0x7a, 0x51, 0x1a, - 0x36, 0xec, 0x25, 0x05, 0xf5, 0xab, 0x02, 0x36, 0x49, 0x48, 0x38, 0x41, 0x7e, 0xda, 0x4d, 0xcf, - 0x27, 0x5f, 0x06, 0xc4, 0x25, 0x7c, 0x54, 0x29, 0xd4, 0x0a, 0xf5, 0x8d, 0xe6, 0x5d, 0x53, 0x4e, - 0xd2, 0x14, 0x93, 0x9c, 0xab, 0xb4, 0x28, 0x09, 0xad, 0x27, 0x27, 0x89, 0x9e, 0xfb, 0xf9, 0x5b, - 0xaf, 0x7b, 0x84, 0x7f, 0x1c, 0x38, 0x66, 0x9f, 0x06, 0x30, 0x1b, 0xbb, 0x7c, 0x34, 0x98, 0xfb, - 0x19, 0xf2, 0x51, 0x84, 0x59, 0x9a, 0xc0, 0xec, 0x72, 0x26, 0x25, 0x8a, 0x7c, 0x3f, 0x13, 0x52, - 0xf7, 0x40, 0xf9, 0x60, 0xc0, 0x07, 0x31, 0x96, 0x15, 0x78, 0x74, 0x88, 0xe3, 0x90, 0xc6, 0x95, - 0x62, 0x3a, 0x2c, 0x7d, 0x9a, 0xe8, 0xf7, 0x64, 0x17, 0xe7, 0xa1, 0x0c, 0x5b, 0x95, 0x61, 0xc1, - 0xf9, 0x76, 0x16, 0xdc, 0x01, 0xfa, 0x0a, 0x33, 0x6c, 0xcc, 0x22, 0x1a, 0x32, 0xac, 0x3e, 0x00, - 0xff, 0xa5, 0x44, 0xc4, 0x4d, 0x5d, 0x29, 0x5a, 0x60, 0x9c, 0xe8, 0x25, 0x01, 0xd9, 0x7d, 0x63, - 0x97, 0xc4, 0xa7, 0x5d, 0xd7, 0x38, 0x56, 0xc0, 0xfd, 0x36, 0xf3, 0x24, 0x45, 0xf7, 0x10, 0x45, - 0xaf, 0xdd, 0x4f, 0x03, 0xc6, 0xbb, 0x7d, 0xe4, 0x93, 0xd0, 0xdb, 0x41, 0x7d, 0x4e, 0x63, 0xb6, - 0x8e, 0xbf, 0x4b, 0xaa, 0xf9, 0x55, 0xaa, 0xea, 0x1e, 0xb8, 0xc5, 0xa4, 0x42, 0xef, 0x40, 0x4a, - 0xa4, 0x66, 0x14, 0xad, 0xba, 0x98, 0xf8, 0x34, 0xd1, 0x6b, 0x19, 0xf9, 0x62, 0x13, 0xcf, 0xe2, - 0x0d, 0xfb, 0x26, 0x3b, 0x53, 0xa2, 0xf1, 0x08, 0x6c, 0x5d, 0xda, 0xc7, 0x6c, 0x34, 0xcd, 0xbf, - 0x79, 0x50, 0x68, 0x33, 0x4f, 0xfd, 0xa1, 0x80, 0xf2, 0xb9, 0x0b, 0xdd, 0x5a, 0x67, 0x23, 0x57, - 0x18, 0x51, 0x7d, 0x77, 0x0d, 0x24, 0x73, 0x37, 0x8f, 0x15, 0xa0, 0x5d, 0xe2, 0x52, 0x7b, 0x4d, - 0xbd, 0x8b, 0xe9, 0xaa, 0x1f, 0xae, 0x95, 0x6e, 0xd6, 0x88, 0xb5, 0x7f, 0x32, 0xd6, 0x94, 0xd3, - 0xb1, 0xa6, 0xfc, 0x19, 0x6b, 0xca, 0xf7, 0x89, 0x96, 0x3b, 0x9d, 0x68, 0xb9, 0x5f, 0x13, 0x2d, - 0xb7, 0xff, 0x6a, 0xe9, 0x37, 0xcb, 0xa4, 0x1b, 0x3e, 0x72, 0xd8, 0xec, 0x05, 0x0e, 0x9f, 0xc3, - 0xa3, 0x8b, 0x6e, 0x2e, 0xa7, 0x94, 0x5e, 0x55, 0x4f, 0xff, 0x05, 0x00, 0x00, 0xff, 0xff, 0x2a, - 0xa4, 0xbb, 0x04, 0x77, 0x05, 0x00, 0x00, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x94, 0x4d, 0x6f, 0xd3, 0x3e, + 0x1c, 0xc7, 0x9b, 0xb6, 0xea, 0x5f, 0x7f, 0x57, 0x80, 0x88, 0xaa, 0x51, 0x8a, 0x94, 0x94, 0x70, + 0xe9, 0x80, 0xc6, 0xac, 0x48, 0x20, 0x38, 0x41, 0x8a, 0x86, 0x26, 0xa8, 0xb4, 0xa5, 0xe2, 0xb2, + 0x4b, 0xe5, 0x34, 0x5e, 0x30, 0x24, 0x71, 0x88, 0xdd, 0x6e, 0x3d, 0x72, 0xe7, 0xc0, 0xcb, 0x40, + 0xbc, 0x90, 0x69, 0xc7, 0x1d, 0x39, 0x05, 0xd4, 0xbe, 0x83, 0xde, 0xb8, 0x21, 0xc7, 0xe9, 0xc3, + 0xa4, 0x75, 0x5b, 0xa5, 0x9d, 0xe2, 0xfc, 0xf2, 0xf1, 0xf7, 0xfb, 0x7b, 0x70, 0x0c, 0x1e, 0x53, + 0x16, 0x50, 0x46, 0x18, 0xf4, 0x50, 0x10, 0xc0, 0x88, 0x52, 0xbf, 0x19, 0x50, 0x17, 0xfb, 0x0c, + 0x32, 0x8e, 0x1c, 0x1f, 0xb3, 0x43, 0x14, 0x41, 0x7e, 0x64, 0x46, 0x31, 0xe5, 0x54, 0x7d, 0x98, + 0xd1, 0xa6, 0xa0, 0x4d, 0x41, 0x4b, 0xd8, 0x5c, 0xc0, 0xe6, 0x70, 0xcb, 0xc1, 0x1c, 0x6d, 0xd5, + 0xb4, 0x7e, 0x0a, 0x43, 0x07, 0x31, 0x0c, 0xb3, 0x20, 0xec, 0x53, 0x12, 0x4a, 0xad, 0x5a, 0xc5, + 0xa3, 0x1e, 0x4d, 0x97, 0x50, 0xac, 0xb2, 0xe8, 0x8b, 0xab, 0xe4, 0xb3, 0x58, 0xf6, 0x04, 0x21, + 0xb7, 0x1a, 0xdf, 0x0a, 0xe0, 0x4e, 0x87, 0x79, 0xed, 0x18, 0x23, 0x8e, 0xbb, 0x73, 0x64, 0x97, + 0x52, 0x5f, 0xdd, 0x04, 0x25, 0x86, 0x43, 0x17, 0xc7, 0x55, 0xa5, 0xae, 0x34, 0xfe, 0xb7, 0x6e, + 0x4f, 0x13, 0xfd, 0xc6, 0x08, 0x05, 0xfe, 0x4b, 0x43, 0xc6, 0x0d, 0x3b, 0x03, 0x54, 0x0a, 0xca, + 0x42, 0xb4, 0x17, 0xa1, 0x18, 0x05, 0xac, 0x9a, 0xaf, 0x2b, 0x8d, 0x72, 0xeb, 0x99, 0x79, 0xf5, + 0xca, 0x4d, 0xe1, 0xb8, 0x9b, 0xee, 0xb6, 0x36, 0xa6, 0x89, 0xae, 0x4a, 0x9f, 0x25, 0x51, 0xc3, + 0x06, 0xd1, 0x9c, 0x51, 0xbf, 0x2a, 0x60, 0x83, 0x84, 0x84, 0x13, 0xe4, 0xa7, 0xe5, 0xf4, 0x7c, + 0xf2, 0x65, 0x40, 0x5c, 0xc2, 0x47, 0xd5, 0x42, 0xbd, 0xd0, 0x28, 0xb7, 0xee, 0x9a, 0xb2, 0x95, + 0xa6, 0x68, 0xe5, 0xdc, 0xa5, 0x4d, 0x49, 0x68, 0x3d, 0x39, 0x49, 0xf4, 0xdc, 0xcf, 0xdf, 0x7a, + 0xc3, 0x23, 0xfc, 0xe3, 0xc0, 0x31, 0xfb, 0x34, 0x80, 0x59, 0xdf, 0xe5, 0xa3, 0xc9, 0xdc, 0xcf, + 0x90, 0x8f, 0x22, 0xcc, 0xd2, 0x0d, 0xcc, 0xae, 0x64, 0x56, 0x22, 0xc9, 0xf7, 0x33, 0x23, 0x75, + 0x0f, 0x54, 0x0e, 0x06, 0x7c, 0x10, 0x63, 0x99, 0x81, 0x47, 0x87, 0x38, 0x0e, 0x69, 0x5c, 0x2d, + 0xa6, 0xdd, 0xd2, 0xa7, 0x89, 0x7e, 0x4f, 0x56, 0x71, 0x1e, 0x65, 0xd8, 0xaa, 0x0c, 0x0b, 0xcd, + 0xb7, 0xb3, 0xe0, 0x36, 0xd0, 0x57, 0x4c, 0xc3, 0xc6, 0x2c, 0xa2, 0x21, 0xc3, 0xea, 0x03, 0xf0, + 0x5f, 0x2a, 0x44, 0xdc, 0x74, 0x2c, 0x45, 0x0b, 0x8c, 0x13, 0xbd, 0x24, 0x90, 0x9d, 0x37, 0x76, + 0x49, 0x7c, 0xda, 0x71, 0x8d, 0x63, 0x05, 0xdc, 0xef, 0x30, 0x4f, 0x4a, 0x74, 0x0f, 0x51, 0xf4, + 0xda, 0xfd, 0x34, 0x60, 0xbc, 0xdb, 0x47, 0x3e, 0x09, 0xbd, 0x6d, 0xd4, 0xe7, 0x34, 0x66, 0xeb, + 0x0c, 0x78, 0xc9, 0x35, 0xbf, 0xca, 0x55, 0xdd, 0x03, 0xb7, 0x98, 0x74, 0xe8, 0x1d, 0x48, 0x8b, + 0x74, 0x18, 0x45, 0xab, 0x21, 0x3a, 0x3e, 0x4d, 0xf4, 0x7a, 0x26, 0xbe, 0x38, 0x8a, 0x67, 0x79, + 0xc3, 0xbe, 0xc9, 0xce, 0xa4, 0x68, 0x3c, 0x02, 0x9b, 0x97, 0xd6, 0x31, 0x6b, 0x4d, 0xeb, 0x6f, + 0x1e, 0x14, 0x3a, 0xcc, 0x53, 0x7f, 0x28, 0xa0, 0x72, 0xee, 0x89, 0x6e, 0xaf, 0x73, 0x22, 0x57, + 0x0c, 0xa2, 0xf6, 0xee, 0x1a, 0x44, 0xe6, 0xd3, 0x3c, 0x56, 0x80, 0x76, 0xc9, 0x94, 0x3a, 0x6b, + 0xfa, 0x5d, 0x2c, 0x57, 0xfb, 0x70, 0xad, 0x72, 0xb3, 0x42, 0xac, 0xfd, 0x93, 0xb1, 0xa6, 0x9c, + 0x8e, 0x35, 0xe5, 0xcf, 0x58, 0x53, 0xbe, 0x4f, 0xb4, 0xdc, 0xe9, 0x44, 0xcb, 0xfd, 0x9a, 0x68, + 0xb9, 0xfd, 0x57, 0x4b, 0xbf, 0x59, 0x66, 0xdd, 0xf4, 0x91, 0xc3, 0x66, 0x2f, 0x70, 0xf8, 0x1c, + 0x1e, 0x5d, 0x74, 0x75, 0x39, 0xa5, 0xf4, 0xae, 0x7a, 0xfa, 0x2f, 0x00, 0x00, 0xff, 0xff, 0x28, + 0x03, 0x33, 0x73, 0x78, 0x05, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/gamm/types/query.pb.go b/x/gamm/types/query.pb.go index 54b4ce9c115..8c793040a9a 100644 --- a/x/gamm/types/query.pb.go +++ b/x/gamm/types/query.pb.go @@ -36,7 +36,7 @@ const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package //=============================== Pool type QueryPoolRequest struct { - PoolId uint64 `protobuf:"varint,1,opt,name=poolId,proto3" json:"poolId,omitempty" yaml:"pool_id"` + PoolId uint64 `protobuf:"varint,1,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty" yaml:"pool_id"` } func (m *QueryPoolRequest) Reset() { *m = QueryPoolRequest{} } @@ -260,7 +260,7 @@ func (m *QueryNumPoolsRequest) XXX_DiscardUnknown() { var xxx_messageInfo_QueryNumPoolsRequest proto.InternalMessageInfo type QueryNumPoolsResponse struct { - NumPools uint64 `protobuf:"varint,1,opt,name=numPools,proto3" json:"numPools,omitempty" yaml:"num_pools"` + NumPools uint64 `protobuf:"varint,1,opt,name=num_pools,json=numPools,proto3" json:"num_pools,omitempty" yaml:"num_pools"` } func (m *QueryNumPoolsResponse) Reset() { *m = QueryNumPoolsResponse{} } @@ -305,7 +305,7 @@ func (m *QueryNumPoolsResponse) GetNumPools() uint64 { //=============================== PoolParams type QueryPoolParamsRequest struct { - PoolId uint64 `protobuf:"varint,1,opt,name=poolId,proto3" json:"poolId,omitempty" yaml:"pool_id"` + PoolId uint64 `protobuf:"varint,1,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty" yaml:"pool_id"` } func (m *QueryPoolParamsRequest) Reset() { *m = QueryPoolParamsRequest{} } @@ -394,7 +394,7 @@ func (m *QueryPoolParamsResponse) GetParams() *types.Any { //=============================== PoolLiquidity type QueryTotalPoolLiquidityRequest struct { - PoolId uint64 `protobuf:"varint,1,opt,name=poolId,proto3" json:"poolId,omitempty" yaml:"pool_id"` + PoolId uint64 `protobuf:"varint,1,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty" yaml:"pool_id"` } func (m *QueryTotalPoolLiquidityRequest) Reset() { *m = QueryTotalPoolLiquidityRequest{} } @@ -483,7 +483,7 @@ func (m *QueryTotalPoolLiquidityResponse) GetLiquidity() github_com_cosmos_cosmo //=============================== TotalShares type QueryTotalSharesRequest struct { - PoolId uint64 `protobuf:"varint,1,opt,name=poolId,proto3" json:"poolId,omitempty" yaml:"pool_id"` + PoolId uint64 `protobuf:"varint,1,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty" yaml:"pool_id"` } func (m *QueryTotalSharesRequest) Reset() { *m = QueryTotalSharesRequest{} } @@ -527,7 +527,7 @@ func (m *QueryTotalSharesRequest) GetPoolId() uint64 { } type QueryTotalSharesResponse struct { - TotalShares types1.Coin `protobuf:"bytes,1,opt,name=totalShares,proto3" json:"totalShares" yaml:"total_shares"` + TotalShares types1.Coin `protobuf:"bytes,1,opt,name=total_shares,json=totalShares,proto3" json:"total_shares" yaml:"total_shares"` } func (m *QueryTotalSharesResponse) Reset() { *m = QueryTotalSharesResponse{} } @@ -573,7 +573,7 @@ func (m *QueryTotalSharesResponse) GetTotalShares() types1.Coin { // QuerySpotPriceRequest defines the gRPC request structure for a SpotPrice // query. type QuerySpotPriceRequest struct { - PoolId uint64 `protobuf:"varint,1,opt,name=poolId,proto3" json:"poolId,omitempty" yaml:"pool_id"` + PoolId uint64 `protobuf:"varint,1,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty" yaml:"pool_id"` BaseAssetDenom string `protobuf:"bytes,2,opt,name=base_asset_denom,json=baseAssetDenom,proto3" json:"base_asset_denom,omitempty" yaml:"base_asset_denom"` QuoteAssetDenom string `protobuf:"bytes,3,opt,name=quote_asset_denom,json=quoteAssetDenom,proto3" json:"quote_asset_denom,omitempty" yaml:"quote_asset_denom"` } @@ -636,7 +636,7 @@ func (m *QuerySpotPriceRequest) GetQuoteAssetDenom() string { // query. type QuerySpotPriceResponse struct { // String of the Dec. Ex) 10.203uatom - SpotPrice string `protobuf:"bytes,1,opt,name=spotPrice,proto3" json:"spotPrice,omitempty" yaml:"spot_price"` + SpotPrice string `protobuf:"bytes,1,opt,name=spot_price,json=spotPrice,proto3" json:"spot_price,omitempty" yaml:"spot_price"` } func (m *QuerySpotPriceResponse) Reset() { *m = QuerySpotPriceResponse{} } @@ -682,8 +682,8 @@ func (m *QuerySpotPriceResponse) GetSpotPrice() string { //=============================== EstimateSwapExactAmountIn type QuerySwapExactAmountInRequest struct { Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty" yaml:"sender"` - PoolId uint64 `protobuf:"varint,2,opt,name=poolId,proto3" json:"poolId,omitempty" yaml:"pool_id"` - TokenIn string `protobuf:"bytes,3,opt,name=tokenIn,proto3" json:"tokenIn,omitempty" yaml:"token_in"` + PoolId uint64 `protobuf:"varint,2,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty" yaml:"pool_id"` + TokenIn string `protobuf:"bytes,3,opt,name=token_in,json=tokenIn,proto3" json:"token_in,omitempty" yaml:"token_in"` Routes []SwapAmountInRoute `protobuf:"bytes,4,rep,name=routes,proto3" json:"routes" yaml:"routes"` } @@ -749,7 +749,7 @@ func (m *QuerySwapExactAmountInRequest) GetRoutes() []SwapAmountInRoute { } type QuerySwapExactAmountInResponse struct { - TokenOutAmount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,1,opt,name=tokenOutAmount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"tokenOutAmount" yaml:"token_out_amount"` + TokenOutAmount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,1,opt,name=token_out_amount,json=tokenOutAmount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"token_out_amount" yaml:"token_out_amount"` } func (m *QuerySwapExactAmountInResponse) Reset() { *m = QuerySwapExactAmountInResponse{} } @@ -788,9 +788,9 @@ var xxx_messageInfo_QuerySwapExactAmountInResponse proto.InternalMessageInfo //=============================== EstimateSwapExactAmountOut type QuerySwapExactAmountOutRequest struct { Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty" yaml:"sender"` - PoolId uint64 `protobuf:"varint,2,opt,name=poolId,proto3" json:"poolId,omitempty" yaml:"pool_id"` + PoolId uint64 `protobuf:"varint,2,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty" yaml:"pool_id"` Routes []SwapAmountOutRoute `protobuf:"bytes,3,rep,name=routes,proto3" json:"routes" yaml:"routes"` - TokenOut string `protobuf:"bytes,4,opt,name=tokenOut,proto3" json:"tokenOut,omitempty" yaml:"token_out"` + TokenOut string `protobuf:"bytes,4,opt,name=token_out,json=tokenOut,proto3" json:"token_out,omitempty" yaml:"token_out"` } func (m *QuerySwapExactAmountOutRequest) Reset() { *m = QuerySwapExactAmountOutRequest{} } @@ -855,7 +855,7 @@ func (m *QuerySwapExactAmountOutRequest) GetTokenOut() string { } type QuerySwapExactAmountOutResponse struct { - TokenInAmount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,1,opt,name=tokenInAmount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"tokenInAmount" yaml:"token_in_amount"` + TokenInAmount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,1,opt,name=token_in_amount,json=tokenInAmount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"token_in_amount" yaml:"token_in_amount"` } func (m *QuerySwapExactAmountOutResponse) Reset() { *m = QuerySwapExactAmountOutResponse{} } @@ -997,90 +997,90 @@ func init() { func init() { proto.RegisterFile("osmosis/gamm/v1beta1/query.proto", fileDescriptor_d9a717df9ca609ef) } var fileDescriptor_d9a717df9ca609ef = []byte{ - // 1319 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x97, 0xcf, 0x6f, 0x1b, 0x45, - 0x14, 0xc7, 0xb3, 0xa9, 0x13, 0xea, 0x89, 0x9a, 0x26, 0xd3, 0xb4, 0x75, 0x37, 0xad, 0xb7, 0x0c, - 0x90, 0x84, 0x36, 0xde, 0x6d, 0x9a, 0x56, 0xa8, 0xfc, 0x28, 0x8a, 0x49, 0xda, 0x1a, 0x15, 0x1a, - 0xb6, 0x08, 0x10, 0x1c, 0xac, 0x75, 0xbc, 0xb8, 0xab, 0xda, 0x3b, 0x1b, 0xcf, 0x6c, 0x53, 0x0b, - 0x55, 0x48, 0x95, 0xb8, 0x71, 0x00, 0x95, 0x03, 0x12, 0x08, 0x71, 0x40, 0x42, 0xe2, 0xcc, 0x9f, - 0xc0, 0xa1, 0x42, 0x1c, 0x2a, 0x71, 0x41, 0x1c, 0x0c, 0x6a, 0x91, 0xb8, 0xfb, 0x8e, 0x84, 0x76, - 0xe6, 0xed, 0x7a, 0x6d, 0x6f, 0xfc, 0x4b, 0x42, 0xe2, 0xd4, 0x7a, 0xde, 0x9b, 0xef, 0xfb, 0xbc, - 0xf7, 0x66, 0x76, 0x5e, 0xd0, 0x69, 0xca, 0x6a, 0x94, 0x39, 0xcc, 0xa8, 0x58, 0xb5, 0x9a, 0x71, - 0x67, 0xad, 0x64, 0x73, 0x6b, 0xcd, 0xd8, 0xf5, 0xed, 0x7a, 0x43, 0xf7, 0xea, 0x94, 0x53, 0xbc, - 0x00, 0x1e, 0x7a, 0xe0, 0xa1, 0x83, 0x87, 0xba, 0x50, 0xa1, 0x15, 0x2a, 0x1c, 0x8c, 0xe0, 0x7f, - 0xd2, 0x57, 0x3d, 0x95, 0xa8, 0xc6, 0xef, 0x82, 0x39, 0xbb, 0x23, 0xec, 0x46, 0xc9, 0x62, 0x76, - 0x64, 0xdd, 0xa1, 0x8e, 0x0b, 0xf6, 0x33, 0x71, 0xbb, 0x60, 0x88, 0xbc, 0x3c, 0xab, 0xe2, 0xb8, - 0x16, 0x77, 0x68, 0xe8, 0x7b, 0xb2, 0x42, 0x69, 0xa5, 0x6a, 0x1b, 0x96, 0xe7, 0x18, 0x96, 0xeb, - 0x52, 0x2e, 0x8c, 0x0c, 0xac, 0x27, 0xc0, 0x2a, 0x7e, 0x95, 0xfc, 0x0f, 0x0d, 0xcb, 0x6d, 0x84, - 0x26, 0x19, 0xa4, 0x28, 0xe1, 0xe5, 0x0f, 0x69, 0x22, 0x97, 0xd1, 0xdc, 0x5b, 0x41, 0xd4, 0x6d, - 0x4a, 0xab, 0xa6, 0xbd, 0xeb, 0xdb, 0x8c, 0xe3, 0x33, 0x68, 0xda, 0xa3, 0xb4, 0x5a, 0x28, 0x67, - 0x94, 0xd3, 0xca, 0x4a, 0x2a, 0x8f, 0x5b, 0x4d, 0x6d, 0xb6, 0x61, 0xd5, 0xaa, 0x2f, 0x92, 0x60, - 0xbd, 0xe8, 0x94, 0x89, 0x09, 0x1e, 0xe4, 0x1a, 0x9a, 0x8f, 0xed, 0x67, 0x1e, 0x75, 0x99, 0x8d, - 0xd7, 0x51, 0x2a, 0x30, 0x8b, 0xed, 0x33, 0xe7, 0x17, 0x74, 0x49, 0xa6, 0x87, 0x64, 0xfa, 0x86, - 0xdb, 0xc8, 0xa7, 0x7f, 0xfe, 0x31, 0x37, 0x15, 0xec, 0x2a, 0x98, 0xc2, 0x99, 0x7c, 0x10, 0x53, - 0x62, 0x21, 0xca, 0x15, 0x84, 0xda, 0x65, 0xc8, 0x4c, 0x0a, 0xbd, 0x25, 0x1d, 0x32, 0x08, 0x6a, - 0xa6, 0xcb, 0xbe, 0x41, 0xcd, 0xf4, 0x6d, 0xab, 0x62, 0xc3, 0x5e, 0x33, 0xb6, 0x93, 0x7c, 0xa1, - 0x20, 0x1c, 0x57, 0x07, 0xd0, 0x8b, 0x68, 0x2a, 0x88, 0xcd, 0x32, 0xca, 0xe9, 0x03, 0xc3, 0x90, - 0x4a, 0x6f, 0x7c, 0x35, 0x81, 0x6a, 0x79, 0x20, 0x95, 0x8c, 0xd9, 0x81, 0x75, 0x0c, 0x2d, 0x08, - 0xaa, 0x37, 0xfd, 0x5a, 0x3c, 0x6d, 0x52, 0x40, 0x47, 0xbb, 0xd6, 0x01, 0xf8, 0x1c, 0x3a, 0xe8, - 0xc2, 0x1a, 0x34, 0x67, 0xa1, 0xd5, 0xd4, 0xe6, 0x64, 0x73, 0x5c, 0xbf, 0x56, 0x14, 0x80, 0xc4, - 0x8c, 0xbc, 0xc8, 0x26, 0x3a, 0x16, 0x25, 0xbe, 0x6d, 0xd5, 0xad, 0x1a, 0x1b, 0xa7, 0xcd, 0x57, - 0xd1, 0xf1, 0x1e, 0x15, 0x40, 0x5a, 0x45, 0xd3, 0x9e, 0x58, 0xe9, 0xd7, 0x6e, 0x13, 0x7c, 0xc8, - 0x75, 0x94, 0x15, 0x42, 0x6f, 0x53, 0x6e, 0x55, 0x03, 0xb5, 0xeb, 0xce, 0xae, 0xef, 0x94, 0x1d, - 0xde, 0x18, 0x07, 0xeb, 0x5b, 0x05, 0x69, 0xfb, 0xca, 0x01, 0xdf, 0x3d, 0x94, 0xae, 0x86, 0x8b, - 0xd0, 0xe7, 0x13, 0x1d, 0xbd, 0x0a, 0xbb, 0xf4, 0x1a, 0x75, 0xdc, 0xfc, 0xe6, 0xc3, 0xa6, 0x36, - 0xd1, 0x2e, 0x69, 0xb4, 0x93, 0xfc, 0xf0, 0x87, 0xb6, 0x52, 0x71, 0xf8, 0x2d, 0xbf, 0xa4, 0xef, - 0xd0, 0x1a, 0x5c, 0x22, 0xf8, 0x27, 0xc7, 0xca, 0xb7, 0x0d, 0xde, 0xf0, 0x6c, 0x26, 0x44, 0x98, - 0xd9, 0x8e, 0x48, 0xb6, 0xa0, 0x72, 0x82, 0xf0, 0xe6, 0x2d, 0xab, 0x6e, 0x8f, 0xd5, 0x00, 0x8e, - 0x32, 0xbd, 0x32, 0x90, 0xe1, 0x7b, 0x68, 0x86, 0xb7, 0x97, 0xa1, 0x0d, 0x7d, 0x72, 0x5c, 0x84, - 0x1c, 0x8f, 0xc8, 0x58, 0x62, 0x6f, 0x91, 0x89, 0xcd, 0xc4, 0x8c, 0x4b, 0x91, 0xbf, 0x15, 0x38, - 0x88, 0x37, 0x3d, 0xca, 0xb7, 0xeb, 0xce, 0x8e, 0x3d, 0x06, 0x3b, 0xde, 0x42, 0x73, 0x01, 0x44, - 0xd1, 0x62, 0xcc, 0xe6, 0xc5, 0xb2, 0xed, 0xd2, 0x9a, 0xb8, 0x34, 0xe9, 0xfc, 0x62, 0xab, 0xa9, - 0x1d, 0x97, 0xbb, 0xba, 0x3d, 0x88, 0x39, 0x1b, 0x2c, 0x6d, 0x04, 0x2b, 0x9b, 0xc1, 0x02, 0xbe, - 0x86, 0xe6, 0x77, 0x7d, 0xca, 0x3b, 0x75, 0x0e, 0x08, 0x9d, 0x93, 0xad, 0xa6, 0x96, 0x91, 0x3a, - 0x3d, 0x2e, 0xc4, 0x3c, 0x2c, 0xd6, 0xda, 0x4a, 0xaf, 0xa7, 0x0e, 0xa6, 0xe6, 0xa6, 0xcc, 0x99, - 0x3d, 0x87, 0xdf, 0xba, 0xb9, 0x67, 0x79, 0x57, 0x6c, 0x9b, 0xbc, 0x01, 0xd7, 0x24, 0x96, 0x68, - 0xf4, 0x31, 0x4b, 0xb3, 0x70, 0x51, 0x24, 0x9b, 0xce, 0x1f, 0x6d, 0x35, 0xb5, 0x79, 0x19, 0x2e, - 0x30, 0x15, 0xbd, 0xc0, 0x46, 0xcc, 0xb6, 0x1f, 0xf9, 0x47, 0x41, 0xa7, 0xa4, 0xde, 0x9e, 0xe5, - 0x6d, 0xdd, 0xb5, 0x76, 0xf8, 0x46, 0x8d, 0xfa, 0x2e, 0x2f, 0xb8, 0x61, 0x01, 0x9f, 0x47, 0xd3, - 0xcc, 0x76, 0xcb, 0x76, 0x1d, 0x34, 0xe7, 0x5b, 0x4d, 0xed, 0x10, 0x68, 0x8a, 0x75, 0x62, 0x82, - 0x43, 0xac, 0xd6, 0x93, 0x03, 0x6b, 0x9d, 0x43, 0x4f, 0x71, 0x7a, 0xdb, 0x76, 0x0b, 0x2e, 0x94, - 0xe6, 0x48, 0xab, 0xa9, 0x1d, 0x0e, 0x1b, 0x7d, 0xdb, 0x76, 0x8b, 0x8e, 0x4b, 0xcc, 0xd0, 0x07, - 0xbf, 0x83, 0xa6, 0xeb, 0xd4, 0xe7, 0x36, 0xcb, 0xa4, 0xc4, 0xcd, 0x58, 0xd6, 0x93, 0x9e, 0x3e, - 0x3d, 0xc8, 0x22, 0x4a, 0x20, 0xf0, 0xcf, 0x1f, 0x85, 0x33, 0x04, 0xc8, 0x52, 0x84, 0x98, 0xa0, - 0x46, 0x1e, 0x28, 0x70, 0xcf, 0x13, 0xf2, 0x87, 0xba, 0xee, 0xa2, 0x59, 0x41, 0x71, 0xc3, 0x07, - 0x1b, 0x14, 0xa2, 0x10, 0x28, 0xff, 0xde, 0xd4, 0x96, 0x86, 0xb8, 0x6d, 0x05, 0x97, 0xb7, 0x4f, - 0x90, 0x4c, 0x8f, 0xfa, 0xbc, 0x68, 0x09, 0x3d, 0x62, 0x76, 0x05, 0x20, 0xf7, 0x27, 0x93, 0xa9, - 0x6e, 0xf8, 0xfc, 0x3f, 0x6e, 0xcb, 0xbb, 0x51, 0x9d, 0x0f, 0x88, 0x3a, 0xaf, 0x0c, 0xaa, 0x73, - 0x80, 0x34, 0x44, 0xa1, 0x83, 0x07, 0x21, 0x4c, 0x32, 0x93, 0x12, 0xc4, 0xb1, 0x07, 0x21, 0xaa, - 0x08, 0x31, 0x23, 0x2f, 0xf2, 0x79, 0xf8, 0xcd, 0x4c, 0x2a, 0x02, 0xf4, 0xc6, 0x45, 0x87, 0xe0, - 0x84, 0x74, 0xb4, 0xe6, 0xda, 0xc8, 0xad, 0x39, 0xd6, 0x79, 0xf2, 0xa2, 0xce, 0x74, 0xca, 0x93, - 0x93, 0x48, 0x6d, 0x7f, 0xdd, 0xba, 0x5f, 0x04, 0xf2, 0xb5, 0x82, 0x16, 0x13, 0xcd, 0xff, 0x8b, - 0x2f, 0xfc, 0xf9, 0x2f, 0x0f, 0xa1, 0x29, 0x81, 0x87, 0x3f, 0x46, 0x62, 0x4e, 0x60, 0x78, 0x9f, - 0x6b, 0xd4, 0x33, 0xdf, 0xa8, 0x2b, 0x83, 0x1d, 0x65, 0x92, 0xe4, 0x99, 0xfb, 0xbf, 0xfe, 0xf5, - 0x60, 0xf2, 0x14, 0x5e, 0x34, 0x12, 0x07, 0x4e, 0x39, 0x98, 0x7c, 0xaa, 0xa0, 0x83, 0xe1, 0xcc, - 0x80, 0xcf, 0xf4, 0xd1, 0xee, 0x1a, 0x38, 0xd4, 0xb3, 0x43, 0xf9, 0x02, 0xca, 0xb2, 0x40, 0x79, - 0x1a, 0x6b, 0xc9, 0x28, 0xd1, 0x18, 0x82, 0xbf, 0x53, 0xd0, 0x6c, 0x67, 0xcf, 0xf0, 0xb9, 0x3e, - 0x81, 0x12, 0xbb, 0xaf, 0xae, 0x8d, 0xb0, 0x03, 0x00, 0x73, 0x02, 0x70, 0x19, 0x3f, 0x97, 0x0c, - 0x28, 0x1f, 0xbc, 0xa8, 0x81, 0xf8, 0x13, 0x05, 0xa5, 0x82, 0x0c, 0xf1, 0xd2, 0x80, 0x6e, 0x84, - 0x48, 0xcb, 0x03, 0xfd, 0x00, 0x64, 0x55, 0x80, 0x2c, 0xe1, 0x67, 0xfb, 0x34, 0xcd, 0xf8, 0x48, - 0x7e, 0x23, 0xee, 0xe1, 0x6f, 0x14, 0x84, 0xda, 0x03, 0x16, 0x5e, 0x1d, 0x10, 0xa5, 0x63, 0x9a, - 0x53, 0x73, 0x43, 0x7a, 0x03, 0xd9, 0xba, 0x20, 0xcb, 0xe1, 0xb3, 0xc3, 0x90, 0x19, 0x72, 0x78, - 0xc3, 0x3f, 0x29, 0x08, 0xf7, 0x4e, 0x5a, 0xf8, 0xc2, 0xa0, 0x0e, 0x25, 0xcd, 0x79, 0xea, 0xc5, - 0x11, 0x77, 0x01, 0xf8, 0x86, 0x00, 0x7f, 0x09, 0x5f, 0x1a, 0x0a, 0x5c, 0xb6, 0x5a, 0x7c, 0x8e, - 0xdb, 0xfd, 0xfe, 0x5e, 0x41, 0x33, 0xb1, 0x39, 0x0a, 0xe7, 0x06, 0x91, 0x74, 0x8c, 0x6d, 0xaa, - 0x3e, 0xac, 0x3b, 0x10, 0x5f, 0x12, 0xc4, 0xeb, 0x78, 0x6d, 0x04, 0x62, 0x39, 0x8d, 0xe1, 0xaf, - 0x14, 0x94, 0x8e, 0x26, 0x12, 0xdc, 0xef, 0x92, 0x76, 0x0f, 0x68, 0xea, 0xea, 0x70, 0xce, 0xe3, - 0x1d, 0x87, 0x60, 0x2f, 0xc3, 0xbf, 0x28, 0xe8, 0xc4, 0x16, 0xe3, 0x4e, 0xcd, 0xe2, 0x76, 0xcf, - 0x3b, 0x8f, 0xd7, 0xfb, 0x01, 0xec, 0x33, 0x15, 0xa9, 0x17, 0x46, 0xdb, 0x04, 0xf4, 0x9b, 0x82, - 0xfe, 0x32, 0x7e, 0x39, 0x99, 0x3e, 0xe2, 0xb6, 0x01, 0xd6, 0x60, 0x7b, 0x96, 0x57, 0xb4, 0x03, - 0x2d, 0x78, 0x91, 0x8a, 0x8e, 0x8b, 0x1f, 0x29, 0x48, 0xdd, 0x27, 0x9d, 0x1b, 0x3e, 0xc7, 0x23, - 0xa0, 0xb5, 0xe7, 0x89, 0xbe, 0xa7, 0x7c, 0xff, 0x07, 0x98, 0x6c, 0x89, 0x8c, 0x5e, 0xc5, 0xaf, - 0x8c, 0x9f, 0x11, 0xf5, 0x79, 0xbe, 0xf0, 0xf0, 0x71, 0x56, 0x79, 0xf4, 0x38, 0xab, 0xfc, 0xf9, - 0x38, 0xab, 0x7c, 0xf6, 0x24, 0x3b, 0xf1, 0xe8, 0x49, 0x76, 0xe2, 0xb7, 0x27, 0xd9, 0x89, 0xf7, - 0x8d, 0xd8, 0x4b, 0x07, 0x21, 0x72, 0x55, 0xab, 0xc4, 0xa2, 0x78, 0x77, 0x5e, 0x30, 0xee, 0xca, - 0xa0, 0xe2, 0xd9, 0x2b, 0x4d, 0x8b, 0x3f, 0xe7, 0xd6, 0xff, 0x0d, 0x00, 0x00, 0xff, 0xff, 0x22, - 0xfc, 0xd6, 0x3e, 0x3e, 0x11, 0x00, 0x00, + // 1321 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x97, 0xcd, 0x6f, 0x1b, 0x45, + 0x14, 0xc0, 0xb3, 0xa9, 0x93, 0xc6, 0x13, 0x9a, 0x26, 0xd3, 0xb4, 0x75, 0x37, 0xad, 0xb7, 0x0c, + 0xa2, 0x09, 0x6d, 0xb2, 0x4b, 0xda, 0x54, 0x48, 0x15, 0x50, 0x6a, 0x9a, 0xb4, 0xae, 0xa0, 0x0d, + 0x5b, 0x04, 0x02, 0x0e, 0xd6, 0x26, 0x59, 0xdc, 0x55, 0xed, 0x9d, 0x8d, 0x67, 0xb6, 0x69, 0x84, + 0x2a, 0x24, 0x84, 0x38, 0x71, 0x40, 0x2a, 0xdc, 0x2a, 0x95, 0x03, 0x07, 0xc4, 0x99, 0x7f, 0x01, + 0xa9, 0x42, 0x42, 0x2a, 0xe2, 0x82, 0x38, 0x18, 0xd4, 0x72, 0xe0, 0xec, 0x7f, 0x00, 0x34, 0x33, + 0x6f, 0x3f, 0x1c, 0x6f, 0xfc, 0x11, 0x84, 0xc4, 0x29, 0xf6, 0xfb, 0xfc, 0xbd, 0xf7, 0x66, 0x3c, + 0x2f, 0xe8, 0x24, 0x65, 0x75, 0xca, 0x3c, 0x66, 0x55, 0x9d, 0x7a, 0xdd, 0xba, 0xb3, 0xb8, 0xe6, + 0x72, 0x67, 0xd1, 0xda, 0x0c, 0xdd, 0xc6, 0xb6, 0x19, 0x34, 0x28, 0xa7, 0x78, 0x1a, 0x2c, 0x4c, + 0x61, 0x61, 0x82, 0x85, 0x3e, 0x5d, 0xa5, 0x55, 0x2a, 0x0d, 0x2c, 0xf1, 0x49, 0xd9, 0xea, 0x27, + 0x32, 0xa3, 0xf1, 0xbb, 0xa0, 0x2e, 0xae, 0x4b, 0xbd, 0xb5, 0xe6, 0x30, 0x37, 0xd6, 0xae, 0x53, + 0xcf, 0x07, 0xfd, 0xe9, 0xb4, 0x5e, 0x32, 0xc4, 0x56, 0x81, 0x53, 0xf5, 0x7c, 0x87, 0x7b, 0x34, + 0xb2, 0x3d, 0x5e, 0xa5, 0xb4, 0x5a, 0x73, 0x2d, 0x27, 0xf0, 0x2c, 0xc7, 0xf7, 0x29, 0x97, 0x4a, + 0x06, 0xda, 0x63, 0xa0, 0x95, 0xdf, 0xd6, 0xc2, 0x0f, 0x2d, 0xc7, 0xdf, 0x8e, 0x54, 0x2a, 0x49, + 0x45, 0xc1, 0xab, 0x2f, 0x4a, 0x45, 0x2e, 0xa2, 0xc9, 0xb7, 0x44, 0xd6, 0x55, 0x4a, 0x6b, 0xb6, + 0xbb, 0x19, 0xba, 0x8c, 0xe3, 0x33, 0x68, 0x7f, 0x40, 0x69, 0xad, 0xe2, 0x6d, 0x14, 0xb4, 0x93, + 0xda, 0x5c, 0xae, 0x84, 0x5b, 0x4d, 0x63, 0x62, 0xdb, 0xa9, 0xd7, 0x2e, 0x10, 0x50, 0x10, 0x7b, + 0x54, 0x7c, 0x2a, 0x6f, 0x90, 0xab, 0x68, 0x2a, 0x15, 0x80, 0x05, 0xd4, 0x67, 0x2e, 0x3e, 0x87, + 0x72, 0x42, 0x2d, 0xdd, 0xc7, 0xcf, 0x4e, 0x9b, 0x0a, 0xcd, 0x8c, 0xd0, 0xcc, 0x4b, 0xfe, 0x76, + 0x29, 0xff, 0xe3, 0xf7, 0x0b, 0x23, 0xc2, 0xab, 0x6c, 0x4b, 0x63, 0xf2, 0x41, 0x2a, 0x12, 0x8b, + 0x58, 0x56, 0x10, 0x4a, 0xfa, 0x50, 0x18, 0x96, 0xf1, 0x4e, 0x99, 0x50, 0x82, 0x68, 0x9a, 0xa9, + 0x06, 0x07, 0x4d, 0x33, 0x57, 0x9d, 0xaa, 0x0b, 0xbe, 0x76, 0xca, 0x93, 0x7c, 0xa9, 0x21, 0x9c, + 0x8e, 0x0e, 0xa0, 0xe7, 0xd1, 0x88, 0xc8, 0xcd, 0x0a, 0xda, 0xc9, 0x7d, 0xfd, 0x90, 0x2a, 0x6b, + 0x7c, 0x25, 0x83, 0x6a, 0xb6, 0x27, 0x95, 0xca, 0xd9, 0x86, 0x75, 0x04, 0x4d, 0x4b, 0xaa, 0xeb, + 0x61, 0x3d, 0x5d, 0x36, 0xb9, 0x86, 0x0e, 0xef, 0x90, 0x03, 0xf0, 0x22, 0xca, 0xfb, 0x61, 0xbd, + 0x12, 0x41, 0x8b, 0xe9, 0x4c, 0xb7, 0x9a, 0xc6, 0xa4, 0x9a, 0x4e, 0xac, 0x22, 0xf6, 0x98, 0x0f, + 0xae, 0x64, 0x19, 0x1d, 0x89, 0x2b, 0x5f, 0x75, 0x1a, 0x4e, 0x9d, 0xed, 0x69, 0xd0, 0x57, 0xd0, + 0xd1, 0x8e, 0x30, 0x00, 0x35, 0x8f, 0x46, 0x03, 0x29, 0xe9, 0x36, 0x70, 0x1b, 0x6c, 0xc8, 0x9b, + 0xa8, 0x28, 0x03, 0xbd, 0x4d, 0xb9, 0x53, 0x13, 0xd1, 0xde, 0xf0, 0x36, 0x43, 0x6f, 0xc3, 0xe3, + 0xdb, 0x7b, 0xe2, 0xfa, 0x5a, 0x43, 0xc6, 0xae, 0xf1, 0x00, 0xf0, 0x1e, 0xca, 0xd7, 0x22, 0x21, + 0x8c, 0xfa, 0x58, 0xdb, 0xb8, 0xa2, 0x41, 0xbd, 0x4e, 0x3d, 0xbf, 0x74, 0xf9, 0x51, 0xd3, 0x18, + 0x4a, 0x9a, 0x1a, 0x7b, 0x92, 0xef, 0x7e, 0x37, 0xe6, 0xaa, 0x1e, 0xbf, 0x15, 0xae, 0x99, 0xeb, + 0xb4, 0x0e, 0x17, 0x09, 0xfe, 0x2c, 0xb0, 0x8d, 0xdb, 0x16, 0xdf, 0x0e, 0x5c, 0x26, 0x83, 0x30, + 0x3b, 0xc9, 0x48, 0x56, 0xa0, 0x75, 0x92, 0xf0, 0xe6, 0x2d, 0xa7, 0xe1, 0xee, 0x6d, 0x04, 0x21, + 0x2a, 0x74, 0xc6, 0x81, 0x12, 0xdf, 0x43, 0xcf, 0x70, 0x21, 0xae, 0x30, 0x29, 0x87, 0x49, 0x74, + 0xa9, 0x72, 0x06, 0xaa, 0x3c, 0xa4, 0x92, 0xa5, 0x9d, 0x89, 0x3d, 0xce, 0x93, 0x14, 0xe4, 0x2f, + 0x0d, 0x4e, 0xe3, 0xcd, 0x80, 0xf2, 0xd5, 0x86, 0xb7, 0xee, 0xee, 0x85, 0x1e, 0x2f, 0xa3, 0x49, + 0x41, 0x51, 0x71, 0x18, 0x73, 0x79, 0x65, 0xc3, 0xf5, 0x69, 0x5d, 0x5e, 0x9d, 0x7c, 0x69, 0xa6, + 0xd5, 0x34, 0x8e, 0x2a, 0xaf, 0x9d, 0x16, 0xc4, 0x9e, 0x10, 0xa2, 0x4b, 0x42, 0x72, 0x59, 0x08, + 0xf0, 0x55, 0x34, 0xb5, 0x19, 0x52, 0xde, 0x1e, 0x67, 0x9f, 0x8c, 0x73, 0xbc, 0xd5, 0x34, 0x0a, + 0x2a, 0x4e, 0x87, 0x09, 0xb1, 0x0f, 0x4a, 0x59, 0x12, 0xe9, 0x5a, 0x6e, 0x2c, 0x37, 0x39, 0x62, + 0x8f, 0x6f, 0x79, 0xfc, 0xd6, 0xcd, 0x2d, 0x27, 0x58, 0x71, 0x5d, 0x72, 0x1d, 0xee, 0x4a, 0xaa, + 0x52, 0xe8, 0xef, 0x12, 0x42, 0x2c, 0xa0, 0xbc, 0x12, 0x08, 0xa9, 0xac, 0x36, 0x5f, 0x3a, 0xdc, + 0x6a, 0x1a, 0x53, 0x2a, 0x5f, 0xa2, 0x23, 0x76, 0x9e, 0x45, 0xde, 0xe4, 0x6f, 0x0d, 0x9d, 0x50, + 0x01, 0xb7, 0x9c, 0x60, 0xf9, 0xae, 0xb3, 0xce, 0x2f, 0xd5, 0x69, 0xe8, 0xf3, 0xb2, 0x1f, 0xb5, + 0xf0, 0x05, 0x34, 0xca, 0x5c, 0x7f, 0xc3, 0x6d, 0x40, 0xcc, 0xa9, 0x56, 0xd3, 0x38, 0x00, 0x31, + 0xa5, 0x9c, 0xd8, 0x60, 0x90, 0xee, 0xf6, 0x70, 0xcf, 0x6e, 0x9b, 0x68, 0x8c, 0xd3, 0xdb, 0xae, + 0x5f, 0xf1, 0x7c, 0xe8, 0xce, 0xa1, 0x56, 0xd3, 0x38, 0x18, 0x0d, 0x5b, 0x69, 0x88, 0xbd, 0x5f, + 0x7e, 0x2c, 0xfb, 0xf8, 0x1d, 0x34, 0xda, 0xa0, 0x21, 0x77, 0x59, 0x21, 0x27, 0xef, 0xc7, 0xac, + 0x99, 0xf5, 0x08, 0x9a, 0xa2, 0x8e, 0xb8, 0x04, 0x61, 0x5f, 0x3a, 0x0c, 0xe7, 0x08, 0xa0, 0x55, + 0x10, 0x62, 0x43, 0x34, 0xf2, 0x95, 0x06, 0xd7, 0x3d, 0xa3, 0x03, 0xd0, 0x5a, 0x86, 0x26, 0x15, + 0x10, 0x0d, 0x79, 0xc5, 0x91, 0x5a, 0x68, 0x46, 0x59, 0xc4, 0xfe, 0xad, 0x69, 0x9c, 0xea, 0xe3, + 0xd6, 0x95, 0x7d, 0x9e, 0x1c, 0xa3, 0x9d, 0xf1, 0x88, 0x3d, 0x21, 0x45, 0x37, 0x42, 0x48, 0x4f, + 0x3e, 0x1d, 0xce, 0xe6, 0xba, 0x11, 0xf2, 0xff, 0x7a, 0x34, 0xef, 0xc6, 0xad, 0xde, 0x27, 0x5b, + 0x3d, 0xd7, 0xab, 0xd5, 0x82, 0xa9, 0x8f, 0x5e, 0x8b, 0xc7, 0x21, 0x2e, 0xbc, 0x90, 0x93, 0xcc, + 0xa9, 0xc7, 0x21, 0x56, 0x11, 0x7b, 0x2c, 0x6a, 0x06, 0xb9, 0x1f, 0xfd, 0x7a, 0x66, 0xb5, 0x01, + 0xe6, 0x13, 0xa0, 0x83, 0xd1, 0x81, 0x69, 0x1f, 0xcf, 0xd5, 0x81, 0xc7, 0x73, 0xa4, 0xfd, 0xfc, + 0xc5, 0xd3, 0x39, 0x00, 0xc7, 0x10, 0x86, 0x73, 0x1c, 0xe9, 0xc9, 0x0f, 0xdd, 0xce, 0xe7, 0x81, + 0x3c, 0xd0, 0xd0, 0x4c, 0xa6, 0xfa, 0x7f, 0xf1, 0x6b, 0x7f, 0xf6, 0xe1, 0x01, 0x34, 0x22, 0xf1, + 0xf0, 0xc7, 0x48, 0xae, 0x0d, 0x0c, 0xef, 0x72, 0x99, 0x3a, 0xd6, 0x1d, 0x7d, 0xae, 0xb7, 0xa1, + 0x2a, 0x92, 0x3c, 0xf7, 0xc9, 0x2f, 0x7f, 0xde, 0x1f, 0x3e, 0x81, 0x67, 0xac, 0xcc, 0x05, 0x54, + 0xed, 0x29, 0x9f, 0x6b, 0x68, 0x2c, 0x5a, 0x21, 0xf0, 0xe9, 0x2e, 0xb1, 0x77, 0xec, 0x1f, 0xfa, + 0x99, 0xbe, 0x6c, 0x01, 0x65, 0x56, 0xa2, 0x3c, 0x8b, 0x8d, 0x6c, 0x94, 0x78, 0x29, 0xc1, 0xdf, + 0x68, 0x68, 0xa2, 0x7d, 0x66, 0xf8, 0xc5, 0x2e, 0x89, 0x32, 0xa7, 0xaf, 0x2f, 0x0e, 0xe0, 0x01, + 0x80, 0x0b, 0x12, 0x70, 0x16, 0x3f, 0x9f, 0x0d, 0xa8, 0x9e, 0xbe, 0x78, 0x80, 0xf8, 0x33, 0x0d, + 0xe5, 0x44, 0x85, 0xf8, 0x54, 0x8f, 0x69, 0x44, 0x48, 0xb3, 0x3d, 0xed, 0xfa, 0x03, 0x91, 0x5d, + 0xb2, 0x3e, 0x82, 0x1f, 0x8c, 0x7b, 0xf8, 0xa1, 0x86, 0x50, 0xb2, 0x6e, 0xe1, 0xf9, 0x1e, 0x69, + 0xda, 0x96, 0x3b, 0x7d, 0xa1, 0x4f, 0x6b, 0x40, 0x5b, 0x92, 0x68, 0x26, 0x9e, 0xef, 0x0b, 0xcd, + 0x52, 0xbb, 0x1c, 0xfe, 0x41, 0x43, 0xb8, 0x73, 0xef, 0xc2, 0x4b, 0xbd, 0x66, 0x94, 0xb5, 0xf6, + 0xe9, 0xe7, 0x07, 0xf4, 0x02, 0xf2, 0x92, 0x24, 0x7f, 0x19, 0x5f, 0xe8, 0x8f, 0x5c, 0x4d, 0x5b, + 0x7e, 0x4d, 0x46, 0xfe, 0xad, 0x86, 0xc6, 0x53, 0x5b, 0x15, 0x5e, 0xe8, 0x85, 0xd2, 0xb6, 0xc5, + 0xe9, 0x66, 0xbf, 0xe6, 0x80, 0x7c, 0x41, 0x22, 0x2f, 0xe1, 0xb3, 0x83, 0x20, 0xab, 0xdd, 0x0c, + 0x3f, 0xd0, 0x50, 0x3e, 0x5e, 0x4f, 0x70, 0xb7, 0x8b, 0xba, 0x73, 0x5d, 0xd3, 0xe7, 0xfb, 0x33, + 0xde, 0xe3, 0x89, 0x10, 0xce, 0x0c, 0xff, 0xa4, 0xa1, 0x63, 0xcb, 0x8c, 0x7b, 0x75, 0x87, 0xbb, + 0x1d, 0x4f, 0x3e, 0x3e, 0xd7, 0x8d, 0x60, 0x97, 0x15, 0x49, 0x5f, 0x1a, 0xcc, 0x09, 0xf0, 0x97, + 0x25, 0xfe, 0x45, 0xfc, 0x4a, 0x36, 0x7e, 0x02, 0xee, 0x02, 0xad, 0xc5, 0xb6, 0x9c, 0xa0, 0xe2, + 0x8a, 0x60, 0xf0, 0x2e, 0x55, 0x3c, 0x1f, 0xff, 0xac, 0x21, 0x7d, 0x97, 0x7a, 0x6e, 0x84, 0x1c, + 0x0f, 0xc0, 0x96, 0x6c, 0x16, 0x5d, 0x4f, 0xfa, 0xee, 0x0f, 0x31, 0x59, 0x91, 0x25, 0xbd, 0x86, + 0x5f, 0xfd, 0x17, 0x25, 0xd1, 0x90, 0x97, 0xca, 0x8f, 0x9e, 0x14, 0xb5, 0xc7, 0x4f, 0x8a, 0xda, + 0x1f, 0x4f, 0x8a, 0xda, 0x17, 0x4f, 0x8b, 0x43, 0x8f, 0x9f, 0x16, 0x87, 0x7e, 0x7d, 0x5a, 0x1c, + 0x7a, 0xdf, 0x4a, 0x3d, 0x78, 0x90, 0x63, 0xa1, 0xe6, 0xac, 0xb1, 0x38, 0xe1, 0x9d, 0x97, 0xac, + 0xbb, 0x2a, 0xab, 0x7c, 0xfd, 0xd6, 0x46, 0xe5, 0xbf, 0x78, 0xe7, 0xfe, 0x09, 0x00, 0x00, 0xff, + 0xff, 0x5d, 0x47, 0xc7, 0xb1, 0x55, 0x11, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/gamm/types/query.pb.gw.go b/x/gamm/types/query.pb.gw.go index f46d56b8155..25d6b5b1df6 100644 --- a/x/gamm/types/query.pb.gw.go +++ b/x/gamm/types/query.pb.gw.go @@ -114,15 +114,15 @@ func request_Query_Pool_0(ctx context.Context, marshaler runtime.Marshaler, clie _ = err ) - val, ok = pathParams["poolId"] + val, ok = pathParams["pool_id"] if !ok { - return nil, metadata, status.Errorf(codes.InvalidArgument, "missing parameter %s", "poolId") + return nil, metadata, status.Errorf(codes.InvalidArgument, "missing parameter %s", "pool_id") } protoReq.PoolId, err = runtime.Uint64(val) if err != nil { - return nil, metadata, status.Errorf(codes.InvalidArgument, "type mismatch, parameter: %s, error: %v", "poolId", err) + return nil, metadata, status.Errorf(codes.InvalidArgument, "type mismatch, parameter: %s, error: %v", "pool_id", err) } msg, err := client.Pool(ctx, &protoReq, grpc.Header(&metadata.HeaderMD), grpc.Trailer(&metadata.TrailerMD)) @@ -141,15 +141,15 @@ func local_request_Query_Pool_0(ctx context.Context, marshaler runtime.Marshaler _ = err ) - val, ok = pathParams["poolId"] + val, ok = pathParams["pool_id"] if !ok { - return nil, metadata, status.Errorf(codes.InvalidArgument, "missing parameter %s", "poolId") + return nil, metadata, status.Errorf(codes.InvalidArgument, "missing parameter %s", "pool_id") } protoReq.PoolId, err = runtime.Uint64(val) if err != nil { - return nil, metadata, status.Errorf(codes.InvalidArgument, "type mismatch, parameter: %s, error: %v", "poolId", err) + return nil, metadata, status.Errorf(codes.InvalidArgument, "type mismatch, parameter: %s, error: %v", "pool_id", err) } msg, err := server.Pool(ctx, &protoReq) @@ -168,15 +168,15 @@ func request_Query_PoolParams_0(ctx context.Context, marshaler runtime.Marshaler _ = err ) - val, ok = pathParams["poolId"] + val, ok = pathParams["pool_id"] if !ok { - return nil, metadata, status.Errorf(codes.InvalidArgument, "missing parameter %s", "poolId") + return nil, metadata, status.Errorf(codes.InvalidArgument, "missing parameter %s", "pool_id") } protoReq.PoolId, err = runtime.Uint64(val) if err != nil { - return nil, metadata, status.Errorf(codes.InvalidArgument, "type mismatch, parameter: %s, error: %v", "poolId", err) + return nil, metadata, status.Errorf(codes.InvalidArgument, "type mismatch, parameter: %s, error: %v", "pool_id", err) } msg, err := client.PoolParams(ctx, &protoReq, grpc.Header(&metadata.HeaderMD), grpc.Trailer(&metadata.TrailerMD)) @@ -195,15 +195,15 @@ func local_request_Query_PoolParams_0(ctx context.Context, marshaler runtime.Mar _ = err ) - val, ok = pathParams["poolId"] + val, ok = pathParams["pool_id"] if !ok { - return nil, metadata, status.Errorf(codes.InvalidArgument, "missing parameter %s", "poolId") + return nil, metadata, status.Errorf(codes.InvalidArgument, "missing parameter %s", "pool_id") } protoReq.PoolId, err = runtime.Uint64(val) if err != nil { - return nil, metadata, status.Errorf(codes.InvalidArgument, "type mismatch, parameter: %s, error: %v", "poolId", err) + return nil, metadata, status.Errorf(codes.InvalidArgument, "type mismatch, parameter: %s, error: %v", "pool_id", err) } msg, err := server.PoolParams(ctx, &protoReq) @@ -222,15 +222,15 @@ func request_Query_TotalPoolLiquidity_0(ctx context.Context, marshaler runtime.M _ = err ) - val, ok = pathParams["poolId"] + val, ok = pathParams["pool_id"] if !ok { - return nil, metadata, status.Errorf(codes.InvalidArgument, "missing parameter %s", "poolId") + return nil, metadata, status.Errorf(codes.InvalidArgument, "missing parameter %s", "pool_id") } protoReq.PoolId, err = runtime.Uint64(val) if err != nil { - return nil, metadata, status.Errorf(codes.InvalidArgument, "type mismatch, parameter: %s, error: %v", "poolId", err) + return nil, metadata, status.Errorf(codes.InvalidArgument, "type mismatch, parameter: %s, error: %v", "pool_id", err) } msg, err := client.TotalPoolLiquidity(ctx, &protoReq, grpc.Header(&metadata.HeaderMD), grpc.Trailer(&metadata.TrailerMD)) @@ -249,15 +249,15 @@ func local_request_Query_TotalPoolLiquidity_0(ctx context.Context, marshaler run _ = err ) - val, ok = pathParams["poolId"] + val, ok = pathParams["pool_id"] if !ok { - return nil, metadata, status.Errorf(codes.InvalidArgument, "missing parameter %s", "poolId") + return nil, metadata, status.Errorf(codes.InvalidArgument, "missing parameter %s", "pool_id") } protoReq.PoolId, err = runtime.Uint64(val) if err != nil { - return nil, metadata, status.Errorf(codes.InvalidArgument, "type mismatch, parameter: %s, error: %v", "poolId", err) + return nil, metadata, status.Errorf(codes.InvalidArgument, "type mismatch, parameter: %s, error: %v", "pool_id", err) } msg, err := server.TotalPoolLiquidity(ctx, &protoReq) @@ -276,15 +276,15 @@ func request_Query_TotalShares_0(ctx context.Context, marshaler runtime.Marshale _ = err ) - val, ok = pathParams["poolId"] + val, ok = pathParams["pool_id"] if !ok { - return nil, metadata, status.Errorf(codes.InvalidArgument, "missing parameter %s", "poolId") + return nil, metadata, status.Errorf(codes.InvalidArgument, "missing parameter %s", "pool_id") } protoReq.PoolId, err = runtime.Uint64(val) if err != nil { - return nil, metadata, status.Errorf(codes.InvalidArgument, "type mismatch, parameter: %s, error: %v", "poolId", err) + return nil, metadata, status.Errorf(codes.InvalidArgument, "type mismatch, parameter: %s, error: %v", "pool_id", err) } msg, err := client.TotalShares(ctx, &protoReq, grpc.Header(&metadata.HeaderMD), grpc.Trailer(&metadata.TrailerMD)) @@ -303,15 +303,15 @@ func local_request_Query_TotalShares_0(ctx context.Context, marshaler runtime.Ma _ = err ) - val, ok = pathParams["poolId"] + val, ok = pathParams["pool_id"] if !ok { - return nil, metadata, status.Errorf(codes.InvalidArgument, "missing parameter %s", "poolId") + return nil, metadata, status.Errorf(codes.InvalidArgument, "missing parameter %s", "pool_id") } protoReq.PoolId, err = runtime.Uint64(val) if err != nil { - return nil, metadata, status.Errorf(codes.InvalidArgument, "type mismatch, parameter: %s, error: %v", "poolId", err) + return nil, metadata, status.Errorf(codes.InvalidArgument, "type mismatch, parameter: %s, error: %v", "pool_id", err) } msg, err := server.TotalShares(ctx, &protoReq) @@ -320,7 +320,7 @@ func local_request_Query_TotalShares_0(ctx context.Context, marshaler runtime.Ma } var ( - filter_Query_SpotPrice_0 = &utilities.DoubleArray{Encoding: map[string]int{"poolId": 0}, Base: []int{1, 1, 0}, Check: []int{0, 1, 2}} + filter_Query_SpotPrice_0 = &utilities.DoubleArray{Encoding: map[string]int{"pool_id": 0}, Base: []int{1, 1, 0}, Check: []int{0, 1, 2}} ) func request_Query_SpotPrice_0(ctx context.Context, marshaler runtime.Marshaler, client QueryClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { @@ -334,15 +334,15 @@ func request_Query_SpotPrice_0(ctx context.Context, marshaler runtime.Marshaler, _ = err ) - val, ok = pathParams["poolId"] + val, ok = pathParams["pool_id"] if !ok { - return nil, metadata, status.Errorf(codes.InvalidArgument, "missing parameter %s", "poolId") + return nil, metadata, status.Errorf(codes.InvalidArgument, "missing parameter %s", "pool_id") } protoReq.PoolId, err = runtime.Uint64(val) if err != nil { - return nil, metadata, status.Errorf(codes.InvalidArgument, "type mismatch, parameter: %s, error: %v", "poolId", err) + return nil, metadata, status.Errorf(codes.InvalidArgument, "type mismatch, parameter: %s, error: %v", "pool_id", err) } if err := req.ParseForm(); err != nil { @@ -368,15 +368,15 @@ func local_request_Query_SpotPrice_0(ctx context.Context, marshaler runtime.Mars _ = err ) - val, ok = pathParams["poolId"] + val, ok = pathParams["pool_id"] if !ok { - return nil, metadata, status.Errorf(codes.InvalidArgument, "missing parameter %s", "poolId") + return nil, metadata, status.Errorf(codes.InvalidArgument, "missing parameter %s", "pool_id") } protoReq.PoolId, err = runtime.Uint64(val) if err != nil { - return nil, metadata, status.Errorf(codes.InvalidArgument, "type mismatch, parameter: %s, error: %v", "poolId", err) + return nil, metadata, status.Errorf(codes.InvalidArgument, "type mismatch, parameter: %s, error: %v", "pool_id", err) } if err := req.ParseForm(); err != nil { @@ -392,7 +392,7 @@ func local_request_Query_SpotPrice_0(ctx context.Context, marshaler runtime.Mars } var ( - filter_Query_EstimateSwapExactAmountIn_0 = &utilities.DoubleArray{Encoding: map[string]int{"poolId": 0}, Base: []int{1, 1, 0}, Check: []int{0, 1, 2}} + filter_Query_EstimateSwapExactAmountIn_0 = &utilities.DoubleArray{Encoding: map[string]int{"pool_id": 0}, Base: []int{1, 1, 0}, Check: []int{0, 1, 2}} ) func request_Query_EstimateSwapExactAmountIn_0(ctx context.Context, marshaler runtime.Marshaler, client QueryClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { @@ -406,15 +406,15 @@ func request_Query_EstimateSwapExactAmountIn_0(ctx context.Context, marshaler ru _ = err ) - val, ok = pathParams["poolId"] + val, ok = pathParams["pool_id"] if !ok { - return nil, metadata, status.Errorf(codes.InvalidArgument, "missing parameter %s", "poolId") + return nil, metadata, status.Errorf(codes.InvalidArgument, "missing parameter %s", "pool_id") } protoReq.PoolId, err = runtime.Uint64(val) if err != nil { - return nil, metadata, status.Errorf(codes.InvalidArgument, "type mismatch, parameter: %s, error: %v", "poolId", err) + return nil, metadata, status.Errorf(codes.InvalidArgument, "type mismatch, parameter: %s, error: %v", "pool_id", err) } if err := req.ParseForm(); err != nil { @@ -440,15 +440,15 @@ func local_request_Query_EstimateSwapExactAmountIn_0(ctx context.Context, marsha _ = err ) - val, ok = pathParams["poolId"] + val, ok = pathParams["pool_id"] if !ok { - return nil, metadata, status.Errorf(codes.InvalidArgument, "missing parameter %s", "poolId") + return nil, metadata, status.Errorf(codes.InvalidArgument, "missing parameter %s", "pool_id") } protoReq.PoolId, err = runtime.Uint64(val) if err != nil { - return nil, metadata, status.Errorf(codes.InvalidArgument, "type mismatch, parameter: %s, error: %v", "poolId", err) + return nil, metadata, status.Errorf(codes.InvalidArgument, "type mismatch, parameter: %s, error: %v", "pool_id", err) } if err := req.ParseForm(); err != nil { @@ -464,7 +464,7 @@ func local_request_Query_EstimateSwapExactAmountIn_0(ctx context.Context, marsha } var ( - filter_Query_EstimateSwapExactAmountOut_0 = &utilities.DoubleArray{Encoding: map[string]int{"poolId": 0}, Base: []int{1, 1, 0}, Check: []int{0, 1, 2}} + filter_Query_EstimateSwapExactAmountOut_0 = &utilities.DoubleArray{Encoding: map[string]int{"pool_id": 0}, Base: []int{1, 1, 0}, Check: []int{0, 1, 2}} ) func request_Query_EstimateSwapExactAmountOut_0(ctx context.Context, marshaler runtime.Marshaler, client QueryClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { @@ -478,15 +478,15 @@ func request_Query_EstimateSwapExactAmountOut_0(ctx context.Context, marshaler r _ = err ) - val, ok = pathParams["poolId"] + val, ok = pathParams["pool_id"] if !ok { - return nil, metadata, status.Errorf(codes.InvalidArgument, "missing parameter %s", "poolId") + return nil, metadata, status.Errorf(codes.InvalidArgument, "missing parameter %s", "pool_id") } protoReq.PoolId, err = runtime.Uint64(val) if err != nil { - return nil, metadata, status.Errorf(codes.InvalidArgument, "type mismatch, parameter: %s, error: %v", "poolId", err) + return nil, metadata, status.Errorf(codes.InvalidArgument, "type mismatch, parameter: %s, error: %v", "pool_id", err) } if err := req.ParseForm(); err != nil { @@ -512,15 +512,15 @@ func local_request_Query_EstimateSwapExactAmountOut_0(ctx context.Context, marsh _ = err ) - val, ok = pathParams["poolId"] + val, ok = pathParams["pool_id"] if !ok { - return nil, metadata, status.Errorf(codes.InvalidArgument, "missing parameter %s", "poolId") + return nil, metadata, status.Errorf(codes.InvalidArgument, "missing parameter %s", "pool_id") } protoReq.PoolId, err = runtime.Uint64(val) if err != nil { - return nil, metadata, status.Errorf(codes.InvalidArgument, "type mismatch, parameter: %s, error: %v", "poolId", err) + return nil, metadata, status.Errorf(codes.InvalidArgument, "type mismatch, parameter: %s, error: %v", "pool_id", err) } if err := req.ParseForm(); err != nil { @@ -992,19 +992,19 @@ var ( pattern_Query_TotalLiquidity_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"osmosis", "gamm", "v1beta1", "total_liquidity"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_Pool_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4}, []string{"osmosis", "gamm", "v1beta1", "pools", "poolId"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_Pool_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4}, []string{"osmosis", "gamm", "v1beta1", "pools", "pool_id"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_PoolParams_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4, 2, 5}, []string{"osmosis", "gamm", "v1beta1", "pools", "poolId", "params"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_PoolParams_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4, 2, 5}, []string{"osmosis", "gamm", "v1beta1", "pools", "pool_id", "params"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_TotalPoolLiquidity_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4, 2, 5}, []string{"osmosis", "gamm", "v1beta1", "pools", "poolId", "total_pool_liquidity"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_TotalPoolLiquidity_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4, 2, 5}, []string{"osmosis", "gamm", "v1beta1", "pools", "pool_id", "total_pool_liquidity"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_TotalShares_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4, 2, 5}, []string{"osmosis", "gamm", "v1beta1", "pools", "poolId", "total_shares"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_TotalShares_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4, 2, 5}, []string{"osmosis", "gamm", "v1beta1", "pools", "pool_id", "total_shares"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_SpotPrice_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4, 2, 5}, []string{"osmosis", "gamm", "v1beta1", "pools", "poolId", "prices"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_SpotPrice_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4, 2, 5}, []string{"osmosis", "gamm", "v1beta1", "pools", "pool_id", "prices"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_EstimateSwapExactAmountIn_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 1, 0, 4, 1, 5, 3, 2, 4, 2, 5}, []string{"osmosis", "gamm", "v1beta1", "poolId", "estimate", "swap_exact_amount_in"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_EstimateSwapExactAmountIn_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 1, 0, 4, 1, 5, 3, 2, 4, 2, 5}, []string{"osmosis", "gamm", "v1beta1", "pool_id", "estimate", "swap_exact_amount_in"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_EstimateSwapExactAmountOut_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 1, 0, 4, 1, 5, 3, 2, 4, 2, 5}, []string{"osmosis", "gamm", "v1beta1", "poolId", "estimate", "swap_exact_amount_out"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_EstimateSwapExactAmountOut_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 1, 0, 4, 1, 5, 3, 2, 4, 2, 5}, []string{"osmosis", "gamm", "v1beta1", "pool_id", "estimate", "swap_exact_amount_out"}, "", runtime.AssumeColonVerbOpt(true))) ) var ( diff --git a/x/gamm/types/tx.pb.go b/x/gamm/types/tx.pb.go index 053a8092199..c151992a006 100644 --- a/x/gamm/types/tx.pb.go +++ b/x/gamm/types/tx.pb.go @@ -33,10 +33,10 @@ const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package // ===================== MsgJoinPool // This is really MsgJoinPoolNoSwap type MsgJoinPool struct { - Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty" yaml:"sender"` - PoolId uint64 `protobuf:"varint,2,opt,name=poolId,proto3" json:"poolId,omitempty" yaml:"pool_id"` - ShareOutAmount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,3,opt,name=shareOutAmount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"shareOutAmount" yaml:"pool_amount_out"` - TokenInMaxs []types.Coin `protobuf:"bytes,4,rep,name=tokenInMaxs,proto3" json:"tokenInMaxs" yaml:"token_in_max_amounts"` + Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty" yaml:"sender"` + PoolId uint64 `protobuf:"varint,2,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty" yaml:"pool_id"` + PoolAmountOut github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,3,opt,name=pool_amount_out,json=poolAmountOut,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"pool_amount_out" yaml:"pool_amount_out"` + TokenInMax []types.Coin `protobuf:"bytes,4,rep,name=token_in_max,json=tokenInMax,proto3" json:"token_in_max" yaml:"token_in_max_amounts"` } func (m *MsgJoinPool) Reset() { *m = MsgJoinPool{} } @@ -86,9 +86,9 @@ func (m *MsgJoinPool) GetPoolId() uint64 { return 0 } -func (m *MsgJoinPool) GetTokenInMaxs() []types.Coin { +func (m *MsgJoinPool) GetTokenInMax() []types.Coin { if m != nil { - return m.TokenInMaxs + return m.TokenInMax } return nil } @@ -132,9 +132,9 @@ var xxx_messageInfo_MsgJoinPoolResponse proto.InternalMessageInfo // ===================== MsgExitPool type MsgExitPool struct { Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty" yaml:"sender"` - PoolId uint64 `protobuf:"varint,2,opt,name=poolId,proto3" json:"poolId,omitempty" yaml:"pool_id"` - ShareInAmount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,3,opt,name=shareInAmount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"shareInAmount" yaml:"share_in_amount"` - TokenOutMins []types.Coin `protobuf:"bytes,4,rep,name=tokenOutMins,proto3" json:"tokenOutMins" yaml:"token_out_min_amounts"` + PoolId uint64 `protobuf:"varint,2,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty" yaml:"pool_id"` + ShareInAmount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,3,opt,name=share_in_amount,json=shareInAmount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"share_in_amount" yaml:"share_in_amount"` + TokenOutMins []types.Coin `protobuf:"bytes,4,rep,name=token_out_mins,json=tokenOutMins,proto3" json:"token_out_mins" yaml:"token_out_min_amounts"` } func (m *MsgExitPool) Reset() { *m = MsgExitPool{} } @@ -229,8 +229,8 @@ var xxx_messageInfo_MsgExitPoolResponse proto.InternalMessageInfo // ===================== MsgSwapExactAmountIn type SwapAmountInRoute struct { - PoolId uint64 `protobuf:"varint,1,opt,name=poolId,proto3" json:"poolId,omitempty" yaml:"pool_id"` - TokenOutDenom string `protobuf:"bytes,2,opt,name=tokenOutDenom,proto3" json:"tokenOutDenom,omitempty" yaml:"token_out_denom"` + PoolId uint64 `protobuf:"varint,1,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty" yaml:"pool_id"` + TokenOutDenom string `protobuf:"bytes,2,opt,name=token_out_denom,json=tokenOutDenom,proto3" json:"token_out_denom,omitempty" yaml:"token_out_denom"` } func (m *SwapAmountInRoute) Reset() { *m = SwapAmountInRoute{} } @@ -283,8 +283,8 @@ func (m *SwapAmountInRoute) GetTokenOutDenom() string { type MsgSwapExactAmountIn struct { Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty" yaml:"sender"` Routes []SwapAmountInRoute `protobuf:"bytes,2,rep,name=routes,proto3" json:"routes"` - TokenIn types.Coin `protobuf:"bytes,3,opt,name=tokenIn,proto3" json:"tokenIn" yaml:"token_in"` - TokenOutMinAmount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,4,opt,name=tokenOutMinAmount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"tokenOutMinAmount" yaml:"token_out_min_amount"` + TokenIn types.Coin `protobuf:"bytes,3,opt,name=token_in,json=tokenIn,proto3" json:"token_in" yaml:"token_in"` + TokenOutMinAmount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,4,opt,name=token_out_min_amount,json=tokenOutMinAmount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"token_out_min_amount" yaml:"token_out_min_amount"` } func (m *MsgSwapExactAmountIn) Reset() { *m = MsgSwapExactAmountIn{} } @@ -342,7 +342,7 @@ func (m *MsgSwapExactAmountIn) GetTokenIn() types.Coin { } type MsgSwapExactAmountInResponse struct { - TokenOutAmount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,1,opt,name=tokenOutAmount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"tokenOutAmount" yaml:"token_out_amount"` + TokenOutAmount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,1,opt,name=token_out_amount,json=tokenOutAmount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"token_out_amount" yaml:"token_out_amount"` } func (m *MsgSwapExactAmountInResponse) Reset() { *m = MsgSwapExactAmountInResponse{} } @@ -380,8 +380,8 @@ var xxx_messageInfo_MsgSwapExactAmountInResponse proto.InternalMessageInfo // ===================== MsgSwapExactAmountOut type SwapAmountOutRoute struct { - PoolId uint64 `protobuf:"varint,1,opt,name=poolId,proto3" json:"poolId,omitempty" yaml:"pool_id"` - TokenInDenom string `protobuf:"bytes,2,opt,name=tokenInDenom,proto3" json:"tokenInDenom,omitempty" yaml:"token_out_denom"` + PoolId uint64 `protobuf:"varint,1,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty" yaml:"pool_id"` + TokenOutDenom string `protobuf:"bytes,2,opt,name=token_out_denom,json=tokenOutDenom,proto3" json:"token_out_denom,omitempty" yaml:"token_out_denom"` } func (m *SwapAmountOutRoute) Reset() { *m = SwapAmountOutRoute{} } @@ -424,9 +424,9 @@ func (m *SwapAmountOutRoute) GetPoolId() uint64 { return 0 } -func (m *SwapAmountOutRoute) GetTokenInDenom() string { +func (m *SwapAmountOutRoute) GetTokenOutDenom() string { if m != nil { - return m.TokenInDenom + return m.TokenOutDenom } return "" } @@ -434,8 +434,8 @@ func (m *SwapAmountOutRoute) GetTokenInDenom() string { type MsgSwapExactAmountOut struct { Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty" yaml:"sender"` Routes []SwapAmountOutRoute `protobuf:"bytes,2,rep,name=routes,proto3" json:"routes"` - TokenInMaxAmount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,3,opt,name=tokenInMaxAmount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"tokenInMaxAmount" yaml:"token_in_max_amount"` - TokenOut types.Coin `protobuf:"bytes,4,opt,name=tokenOut,proto3" json:"tokenOut" yaml:"token_out"` + TokenInMaxAmount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,3,opt,name=token_in_max_amount,json=tokenInMaxAmount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"token_in_max_amount" yaml:"token_in_max_amount"` + TokenOut types.Coin `protobuf:"bytes,4,opt,name=token_out,json=tokenOut,proto3" json:"token_out" yaml:"token_out"` } func (m *MsgSwapExactAmountOut) Reset() { *m = MsgSwapExactAmountOut{} } @@ -493,7 +493,7 @@ func (m *MsgSwapExactAmountOut) GetTokenOut() types.Coin { } type MsgSwapExactAmountOutResponse struct { - TokenInAmount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,1,opt,name=tokenInAmount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"tokenInAmount" yaml:"token_in_amount"` + TokenInAmount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,1,opt,name=token_in_amount,json=tokenInAmount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"token_in_amount" yaml:"token_in_amount"` } func (m *MsgSwapExactAmountOutResponse) Reset() { *m = MsgSwapExactAmountOutResponse{} } @@ -533,9 +533,9 @@ var xxx_messageInfo_MsgSwapExactAmountOutResponse proto.InternalMessageInfo // TODO: Rename to MsgJoinSwapExactAmountIn type MsgJoinSwapExternAmountIn struct { Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty" yaml:"sender"` - PoolId uint64 `protobuf:"varint,2,opt,name=poolId,proto3" json:"poolId,omitempty" yaml:"pool_id"` - TokenIn types.Coin `protobuf:"bytes,3,opt,name=tokenIn,proto3" json:"tokenIn" yaml:"token_in"` - ShareOutMinAmount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,4,opt,name=shareOutMinAmount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"shareOutMinAmount" yaml:"share_out_min_amount"` + PoolId uint64 `protobuf:"varint,2,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty" yaml:"pool_id"` + TokenIn types.Coin `protobuf:"bytes,3,opt,name=token_in,json=tokenIn,proto3" json:"token_in" yaml:"token_in"` + ShareOutMinAmount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,4,opt,name=share_out_min_amount,json=shareOutMinAmount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"share_out_min_amount" yaml:"share_out_min_amount"` } func (m *MsgJoinSwapExternAmountIn) Reset() { *m = MsgJoinSwapExternAmountIn{} } @@ -593,7 +593,7 @@ func (m *MsgJoinSwapExternAmountIn) GetTokenIn() types.Coin { } type MsgJoinSwapExternAmountInResponse struct { - ShareOutAmount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,1,opt,name=shareOutAmount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"shareOutAmount" yaml:"share_out_amount"` + ShareOutAmount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,1,opt,name=share_out_amount,json=shareOutAmount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"share_out_amount" yaml:"share_out_amount"` } func (m *MsgJoinSwapExternAmountInResponse) Reset() { *m = MsgJoinSwapExternAmountInResponse{} } @@ -632,10 +632,10 @@ var xxx_messageInfo_MsgJoinSwapExternAmountInResponse proto.InternalMessageInfo // ===================== MsgJoinSwapShareAmountOut type MsgJoinSwapShareAmountOut struct { Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty" yaml:"sender"` - PoolId uint64 `protobuf:"varint,2,opt,name=poolId,proto3" json:"poolId,omitempty" yaml:"pool_id"` - TokenInDenom string `protobuf:"bytes,3,opt,name=tokenInDenom,proto3" json:"tokenInDenom,omitempty" yaml:"token_in_denom"` - ShareOutAmount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,4,opt,name=shareOutAmount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"shareOutAmount" yaml:"share_out_amount"` - TokenInMaxAmount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,5,opt,name=tokenInMaxAmount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"tokenInMaxAmount" yaml:"token_in_max_amount"` + PoolId uint64 `protobuf:"varint,2,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty" yaml:"pool_id"` + TokenInDenom string `protobuf:"bytes,3,opt,name=token_in_denom,json=tokenInDenom,proto3" json:"token_in_denom,omitempty" yaml:"token_in_denom"` + ShareOutAmount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,4,opt,name=share_out_amount,json=shareOutAmount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"share_out_amount" yaml:"share_out_amount"` + TokenInMaxAmount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,5,opt,name=token_in_max_amount,json=tokenInMaxAmount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"token_in_max_amount" yaml:"token_in_max_amount"` } func (m *MsgJoinSwapShareAmountOut) Reset() { *m = MsgJoinSwapShareAmountOut{} } @@ -693,7 +693,7 @@ func (m *MsgJoinSwapShareAmountOut) GetTokenInDenom() string { } type MsgJoinSwapShareAmountOutResponse struct { - TokenInAmount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,1,opt,name=tokenInAmount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"tokenInAmount" yaml:"token_in_amount"` + TokenInAmount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,1,opt,name=token_in_amount,json=tokenInAmount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"token_in_amount" yaml:"token_in_amount"` } func (m *MsgJoinSwapShareAmountOutResponse) Reset() { *m = MsgJoinSwapShareAmountOutResponse{} } @@ -732,10 +732,10 @@ var xxx_messageInfo_MsgJoinSwapShareAmountOutResponse proto.InternalMessageInfo // ===================== MsgExitSwapShareAmountIn type MsgExitSwapShareAmountIn struct { Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty" yaml:"sender"` - PoolId uint64 `protobuf:"varint,2,opt,name=poolId,proto3" json:"poolId,omitempty" yaml:"pool_id"` - TokenOutDenom string `protobuf:"bytes,3,opt,name=tokenOutDenom,proto3" json:"tokenOutDenom,omitempty" yaml:"token_out_denom"` - ShareInAmount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,4,opt,name=shareInAmount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"shareInAmount" yaml:"share_in_amount"` - TokenOutMinAmount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,5,opt,name=tokenOutMinAmount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"tokenOutMinAmount" yaml:"token_out_min_amount"` + PoolId uint64 `protobuf:"varint,2,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty" yaml:"pool_id"` + TokenOutDenom string `protobuf:"bytes,3,opt,name=token_out_denom,json=tokenOutDenom,proto3" json:"token_out_denom,omitempty" yaml:"token_out_denom"` + ShareInAmount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,4,opt,name=share_in_amount,json=shareInAmount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"share_in_amount" yaml:"share_in_amount"` + TokenOutMinAmount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,5,opt,name=token_out_min_amount,json=tokenOutMinAmount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"token_out_min_amount" yaml:"token_out_min_amount"` } func (m *MsgExitSwapShareAmountIn) Reset() { *m = MsgExitSwapShareAmountIn{} } @@ -793,7 +793,7 @@ func (m *MsgExitSwapShareAmountIn) GetTokenOutDenom() string { } type MsgExitSwapShareAmountInResponse struct { - TokenOutAmount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,1,opt,name=tokenOutAmount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"tokenOutAmount" yaml:"token_out_amount"` + TokenOutAmount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,1,opt,name=token_out_amount,json=tokenOutAmount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"token_out_amount" yaml:"token_out_amount"` } func (m *MsgExitSwapShareAmountInResponse) Reset() { *m = MsgExitSwapShareAmountInResponse{} } @@ -832,9 +832,9 @@ var xxx_messageInfo_MsgExitSwapShareAmountInResponse proto.InternalMessageInfo // ===================== MsgExitSwapExternAmountOut type MsgExitSwapExternAmountOut struct { Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty" yaml:"sender"` - PoolId uint64 `protobuf:"varint,2,opt,name=poolId,proto3" json:"poolId,omitempty" yaml:"pool_id"` - TokenOut types.Coin `protobuf:"bytes,3,opt,name=tokenOut,proto3" json:"tokenOut" yaml:"token_out"` - ShareInMaxAmount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,4,opt,name=shareInMaxAmount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"shareInMaxAmount" yaml:"share_in_max_amount"` + PoolId uint64 `protobuf:"varint,2,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty" yaml:"pool_id"` + TokenOut types.Coin `protobuf:"bytes,3,opt,name=token_out,json=tokenOut,proto3" json:"token_out" yaml:"token_out"` + ShareInMaxAmount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,4,opt,name=share_in_max_amount,json=shareInMaxAmount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"share_in_max_amount" yaml:"share_in_max_amount"` } func (m *MsgExitSwapExternAmountOut) Reset() { *m = MsgExitSwapExternAmountOut{} } @@ -892,7 +892,7 @@ func (m *MsgExitSwapExternAmountOut) GetTokenOut() types.Coin { } type MsgExitSwapExternAmountOutResponse struct { - ShareInAmount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,1,opt,name=shareInAmount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"shareInAmount" yaml:"share_in_amount"` + ShareInAmount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,1,opt,name=share_in_amount,json=shareInAmount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"share_in_amount" yaml:"share_in_amount"` } func (m *MsgExitSwapExternAmountOutResponse) Reset() { *m = MsgExitSwapExternAmountOutResponse{} } @@ -952,75 +952,76 @@ func init() { func init() { proto.RegisterFile("osmosis/gamm/v1beta1/tx.proto", fileDescriptor_cfc8fd3ac7df3247) } var fileDescriptor_cfc8fd3ac7df3247 = []byte{ - // 1083 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x58, 0xcf, 0x6f, 0x1b, 0x45, - 0x14, 0xce, 0xd8, 0x6e, 0x9a, 0xbe, 0x90, 0xd0, 0x2c, 0x49, 0xe3, 0x6c, 0x5b, 0x3b, 0x1d, 0x10, - 0xa4, 0x45, 0xdd, 0xa5, 0xa9, 0x44, 0x11, 0x12, 0x08, 0x0c, 0x41, 0x18, 0xd5, 0x32, 0xda, 0x5e, - 0x2a, 0x2e, 0x61, 0x6d, 0xaf, 0xdc, 0x55, 0xb3, 0x33, 0xc6, 0x33, 0x1b, 0x5c, 0x71, 0xe0, 0x87, - 0xc4, 0x19, 0x10, 0x3f, 0x8e, 0x88, 0x3f, 0x83, 0x1e, 0xe0, 0xdc, 0x63, 0x25, 0x84, 0x84, 0x38, - 0x58, 0x28, 0xf9, 0x0f, 0xfc, 0x17, 0xa0, 0xdd, 0x9d, 0x5d, 0xef, 0x4f, 0xdb, 0xdb, 0xc4, 0xed, - 0x29, 0xb1, 0xf7, 0xcd, 0x7b, 0xdf, 0x7c, 0xef, 0xdb, 0x6f, 0xde, 0x18, 0x2e, 0x53, 0x66, 0x51, - 0x66, 0x32, 0xb5, 0xab, 0x5b, 0x96, 0x7a, 0x78, 0xa3, 0x65, 0x70, 0xfd, 0x86, 0xca, 0x07, 0x4a, - 0xaf, 0x4f, 0x39, 0x95, 0xd6, 0xc5, 0x63, 0xc5, 0x79, 0xac, 0x88, 0xc7, 0xf2, 0x7a, 0x97, 0x76, - 0xa9, 0x1b, 0xa0, 0x3a, 0xff, 0x79, 0xb1, 0x72, 0xa5, 0xed, 0x06, 0xab, 0x2d, 0x9d, 0x19, 0x41, - 0xa6, 0x36, 0x35, 0x89, 0xf7, 0x1c, 0xff, 0x5e, 0x80, 0xe5, 0x06, 0xeb, 0x7e, 0x44, 0x4d, 0xf2, - 0x31, 0xa5, 0x07, 0xd2, 0x55, 0x58, 0x64, 0x06, 0xe9, 0x18, 0xfd, 0x32, 0xda, 0x46, 0x3b, 0xe7, - 0x6a, 0x6b, 0xa3, 0x61, 0x75, 0xe5, 0x81, 0x6e, 0x1d, 0xbc, 0x89, 0xbd, 0xef, 0xb1, 0x26, 0x02, - 0xa4, 0x6b, 0xb0, 0xd8, 0xa3, 0xf4, 0xa0, 0xde, 0x29, 0x17, 0xb6, 0xd1, 0x4e, 0xa9, 0x26, 0x8d, - 0x86, 0xd5, 0x55, 0x2f, 0xd4, 0xf9, 0x7e, 0xdf, 0xec, 0x60, 0x4d, 0x44, 0x48, 0x3d, 0x58, 0x65, - 0xf7, 0xf4, 0xbe, 0xd1, 0xb4, 0xf9, 0xbb, 0x16, 0xb5, 0x09, 0x2f, 0x17, 0xdd, 0xf4, 0x1f, 0x3e, - 0x1a, 0x56, 0x17, 0xfe, 0x1d, 0x56, 0x5f, 0xee, 0x9a, 0xfc, 0x9e, 0xdd, 0x52, 0xda, 0xd4, 0x52, - 0x05, 0x62, 0xef, 0xcf, 0x75, 0xd6, 0xb9, 0xaf, 0xf2, 0x07, 0x3d, 0x83, 0x29, 0x75, 0xc2, 0x47, - 0xc3, 0xea, 0x85, 0x50, 0x05, 0xdd, 0x4d, 0xb5, 0x4f, 0x6d, 0x8e, 0xb5, 0x58, 0x7e, 0xe9, 0x53, - 0x58, 0xe6, 0xf4, 0xbe, 0x41, 0xea, 0xa4, 0xa1, 0x0f, 0x58, 0xb9, 0xb4, 0x5d, 0xdc, 0x59, 0xde, - 0xdd, 0x52, 0xbc, 0xac, 0x8a, 0x43, 0x87, 0xcf, 0x9c, 0xf2, 0x1e, 0x35, 0x49, 0xed, 0x45, 0x07, - 0xc9, 0x68, 0x58, 0xbd, 0xe8, 0xe5, 0x77, 0xd7, 0xee, 0x9b, 0x64, 0xdf, 0xd2, 0x07, 0xa2, 0x0e, - 0xc3, 0x5a, 0x38, 0x25, 0xde, 0x80, 0x17, 0x42, 0xcc, 0x69, 0x06, 0xeb, 0x51, 0xc2, 0x0c, 0xfc, - 0xd0, 0x63, 0x74, 0x6f, 0x60, 0xf2, 0x79, 0x32, 0x4a, 0x60, 0xc5, 0xdd, 0x71, 0x9d, 0x9c, 0x0e, - 0xa1, 0x6e, 0x32, 0x67, 0xc3, 0xde, 0x66, 0xb1, 0x16, 0x4d, 0x2f, 0xb5, 0xe1, 0x39, 0x77, 0xf3, - 0x4d, 0x9b, 0x37, 0x4c, 0x32, 0x03, 0xa1, 0x2f, 0x09, 0x42, 0x2f, 0x85, 0x09, 0xa5, 0x36, 0xdf, - 0xb7, 0x82, 0x22, 0x0c, 0x6b, 0x91, 0xa4, 0x82, 0x52, 0x9f, 0xba, 0x80, 0xd2, 0xaf, 0x11, 0xac, - 0xdd, 0xf9, 0x5c, 0xef, 0x79, 0x50, 0xea, 0x44, 0xa3, 0x36, 0x37, 0x42, 0x6c, 0xa1, 0xa9, 0x6c, - 0xbd, 0x03, 0x2b, 0x7e, 0xa1, 0xf7, 0x0d, 0x42, 0x2d, 0x97, 0xe0, 0x73, 0x35, 0x79, 0xbc, 0xff, - 0x31, 0xbe, 0x8e, 0x13, 0x80, 0xb5, 0xe8, 0x02, 0xfc, 0x57, 0x01, 0xd6, 0x1b, 0xac, 0xeb, 0xc0, - 0xd8, 0x1b, 0xe8, 0x6d, 0xee, 0x63, 0xc9, 0xd3, 0xdf, 0x3d, 0x58, 0xec, 0x3b, 0xd0, 0x59, 0xb9, - 0xe0, 0xb2, 0xf7, 0x8a, 0x92, 0xf6, 0x26, 0x2b, 0x89, 0xad, 0xd6, 0x4a, 0x0e, 0x97, 0x9a, 0x58, - 0x2c, 0xdd, 0x86, 0xb3, 0x42, 0x87, 0x6e, 0xd3, 0x27, 0x76, 0x61, 0x53, 0x74, 0xe1, 0xf9, 0xa8, - 0xac, 0xb1, 0xe6, 0xa7, 0x90, 0xbe, 0x80, 0xb5, 0x50, 0x0f, 0x84, 0x98, 0x4a, 0xee, 0x56, 0x1a, - 0xb9, 0xc5, 0x74, 0x31, 0xbb, 0xd9, 0x58, 0x4b, 0xd6, 0xc1, 0x3f, 0x20, 0xb8, 0x94, 0xc6, 0xaa, - 0xdf, 0x7a, 0xe9, 0x33, 0x58, 0xf5, 0x57, 0x09, 0x68, 0x1e, 0xcb, 0xf5, 0xdc, 0xd0, 0x36, 0xe3, - 0xd0, 0x7c, 0x58, 0xb1, 0x02, 0xf8, 0x2b, 0x04, 0xd2, 0xb8, 0x05, 0x4d, 0x9b, 0xe7, 0x97, 0xdb, - 0xdb, 0xe2, 0x65, 0xa9, 0x93, 0x59, 0xd5, 0x16, 0x89, 0xc7, 0x7f, 0x17, 0x60, 0x23, 0x49, 0x4b, - 0xd3, 0xe6, 0x79, 0xd4, 0xf6, 0x41, 0x4c, 0x6d, 0x3b, 0xd3, 0xd4, 0xe6, 0x6f, 0x35, 0x26, 0xb7, - 0x01, 0x9c, 0x1f, 0xdb, 0x5e, 0xc4, 0x6c, 0x6e, 0xe7, 0x6e, 0x82, 0x9c, 0xe9, 0xae, 0x58, 0x4b, - 0x54, 0x91, 0x9a, 0xb0, 0xe4, 0xf7, 0xc6, 0x55, 0xe4, 0x44, 0xa5, 0x97, 0x85, 0xd2, 0xcf, 0xc7, - 0x18, 0xc6, 0x5a, 0x90, 0x04, 0x7f, 0x87, 0xe0, 0x72, 0x2a, 0xaf, 0x81, 0xde, 0x88, 0x30, 0x8a, - 0xc0, 0x56, 0xd1, 0xc9, 0x6c, 0x35, 0xd8, 0x69, 0x60, 0xab, 0x91, 0xf4, 0xf8, 0x8f, 0x02, 0x6c, - 0x89, 0x53, 0xc4, 0x43, 0xc5, 0x8d, 0x3e, 0x79, 0x12, 0x6f, 0xc9, 0x73, 0x76, 0x9c, 0xba, 0x81, - 0xf8, 0x67, 0xef, 0xa9, 0x19, 0x88, 0x77, 0x1a, 0x25, 0x0c, 0x24, 0x51, 0x07, 0xff, 0x82, 0xe0, - 0x4a, 0x26, 0x7f, 0x61, 0x17, 0x89, 0x8d, 0x1f, 0x27, 0x74, 0x91, 0x31, 0xbe, 0xc0, 0x45, 0xa2, - 0x05, 0xf0, 0xaf, 0xc5, 0x48, 0x63, 0xef, 0x38, 0x4f, 0x9f, 0xe8, 0x35, 0xce, 0xd3, 0xd8, 0xb7, - 0x62, 0xbe, 0xe3, 0xbd, 0xa6, 0x5b, 0xa3, 0x61, 0x75, 0x23, 0x26, 0xc7, 0x34, 0xdb, 0x49, 0xa1, - 0xa9, 0x34, 0x67, 0x9a, 0x52, 0xcd, 0xe5, 0xcc, 0xd3, 0x30, 0x17, 0xfc, 0x63, 0x54, 0x39, 0xd1, - 0x06, 0x3d, 0x33, 0x3f, 0xf8, 0xad, 0x08, 0x65, 0x31, 0x02, 0xc5, 0x50, 0xcd, 0xcf, 0x0e, 0x12, - 0xc3, 0x51, 0x31, 0xe7, 0x70, 0x94, 0x1c, 0x46, 0x4b, 0xf3, 0x1d, 0x46, 0x53, 0x67, 0x96, 0x33, - 0x4f, 0x69, 0x66, 0xf9, 0x19, 0xc1, 0x76, 0x56, 0x8b, 0x9e, 0xe5, 0xdc, 0xf2, 0x67, 0x01, 0xe4, - 0x10, 0xae, 0xb0, 0x15, 0xce, 0xd1, 0x72, 0xc2, 0x67, 0x74, 0xf1, 0x14, 0xce, 0x68, 0xc7, 0x11, - 0x44, 0xb3, 0xc7, 0x8e, 0x50, 0x3a, 0x99, 0x23, 0x04, 0x72, 0x8a, 0x38, 0x42, 0xbc, 0x0a, 0xfe, - 0x09, 0x01, 0xce, 0x26, 0x30, 0x6c, 0x09, 0x51, 0xb1, 0xa3, 0xb9, 0x8a, 0x7d, 0xf7, 0xe1, 0x59, - 0x28, 0x36, 0x58, 0x57, 0xba, 0x0b, 0x4b, 0xc1, 0x35, 0xfd, 0x4a, 0xfa, 0x2c, 0x17, 0xba, 0x8f, - 0xca, 0x57, 0xa7, 0x86, 0x04, 0x3b, 0xba, 0x0b, 0x4b, 0xc1, 0x75, 0x35, 0x3b, 0xb3, 0x1f, 0x32, - 0x21, 0x73, 0xfc, 0xe6, 0x26, 0x31, 0xef, 0xe2, 0x16, 0xbd, 0x31, 0x5d, 0xcb, 0x5c, 0x9f, 0x88, - 0x95, 0x77, 0x67, 0x8f, 0x0d, 0x8a, 0x1e, 0x7a, 0xf3, 0x7b, 0x6c, 0x72, 0x7e, 0x75, 0xd6, 0x4c, - 0x4d, 0x9b, 0xcb, 0x37, 0x73, 0x04, 0x07, 0x75, 0xbf, 0x41, 0x70, 0x21, 0x63, 0x90, 0x53, 0x27, - 0x36, 0x23, 0xb9, 0x40, 0xbe, 0x95, 0x73, 0x41, 0x2a, 0x88, 0xd8, 0xd0, 0x31, 0x1d, 0x44, 0x74, - 0xc1, 0x0c, 0x20, 0x32, 0x4e, 0xcd, 0x6f, 0x11, 0x6c, 0x66, 0xf9, 0xd0, 0x6b, 0x13, 0xd5, 0x93, - 0xb2, 0x42, 0x7e, 0x23, 0xef, 0x8a, 0x00, 0xc7, 0x97, 0xb0, 0x91, 0x7e, 0x92, 0x2a, 0x53, 0x53, - 0x46, 0xe2, 0xe5, 0xd7, 0xf3, 0xc5, 0xfb, 0x00, 0x6a, 0xf5, 0x47, 0x47, 0x15, 0xf4, 0xf8, 0xa8, - 0x82, 0xfe, 0x3b, 0xaa, 0xa0, 0xef, 0x8f, 0x2b, 0x0b, 0x8f, 0x8f, 0x2b, 0x0b, 0xff, 0x1c, 0x57, - 0x16, 0x3e, 0x51, 0x43, 0x36, 0x21, 0x72, 0x5f, 0x3f, 0xd0, 0x5b, 0xcc, 0xff, 0xa0, 0x1e, 0xde, - 0x52, 0x07, 0xde, 0x0f, 0x80, 0xae, 0x67, 0xb4, 0x16, 0xdd, 0x1f, 0xec, 0x6e, 0xfe, 0x1f, 0x00, - 0x00, 0xff, 0xff, 0x55, 0x14, 0xab, 0x6d, 0x1d, 0x14, 0x00, 0x00, + // 1099 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x58, 0x4d, 0x6f, 0x1b, 0x45, + 0x18, 0xce, 0xd8, 0x6e, 0x3e, 0xa6, 0xcd, 0xd7, 0x36, 0x69, 0x9c, 0x6d, 0x6b, 0xa7, 0x03, 0x82, + 0x94, 0xaa, 0xbb, 0x34, 0x95, 0x28, 0xe2, 0x82, 0x30, 0x04, 0x61, 0x84, 0x95, 0x6a, 0x7b, 0xa9, + 0xb8, 0x98, 0x75, 0xbc, 0x72, 0x57, 0xcd, 0xee, 0x58, 0x9e, 0xd9, 0xe0, 0x0a, 0x09, 0x24, 0x44, + 0xef, 0x20, 0xc4, 0xc7, 0x2f, 0x40, 0xfc, 0x85, 0x5e, 0x38, 0xc0, 0xa5, 0xc7, 0xde, 0xf8, 0x38, + 0x58, 0x28, 0xf9, 0x07, 0xfe, 0x05, 0xd5, 0xce, 0xc7, 0x7e, 0x65, 0xd7, 0xce, 0x36, 0x71, 0x72, + 0xb2, 0x3d, 0xf3, 0xce, 0xbb, 0xcf, 0x3c, 0xef, 0xb3, 0xcf, 0xbc, 0x63, 0x78, 0x1d, 0x13, 0x07, + 0x13, 0x9b, 0xe8, 0x1d, 0xd3, 0x71, 0xf4, 0xfd, 0x3b, 0x2d, 0x8b, 0x9a, 0x77, 0x74, 0xda, 0xd7, + 0xba, 0x3d, 0x4c, 0xb1, 0xb2, 0x22, 0xa6, 0x35, 0x7f, 0x5a, 0x13, 0xd3, 0xea, 0x4a, 0x07, 0x77, + 0x30, 0x0b, 0xd0, 0xfd, 0x6f, 0x3c, 0x56, 0xad, 0xec, 0xb2, 0x60, 0xbd, 0x65, 0x12, 0x2b, 0xc8, + 0xb4, 0x8b, 0x6d, 0x97, 0xcf, 0xa3, 0x67, 0x05, 0x78, 0xb1, 0x41, 0x3a, 0x9f, 0x62, 0xdb, 0xbd, + 0x8f, 0xf1, 0x9e, 0x72, 0x13, 0x4e, 0x13, 0xcb, 0x6d, 0x5b, 0xbd, 0x32, 0xd8, 0x00, 0x9b, 0x73, + 0xb5, 0xe5, 0xe1, 0xa0, 0x3a, 0xff, 0xc4, 0x74, 0xf6, 0xde, 0x43, 0x7c, 0x1c, 0x19, 0x22, 0x40, + 0xb9, 0x05, 0x67, 0xba, 0x18, 0xef, 0x35, 0xed, 0x76, 0xb9, 0xb0, 0x01, 0x36, 0x4b, 0x35, 0x65, + 0x38, 0xa8, 0x2e, 0xf0, 0x58, 0x31, 0x81, 0x8c, 0x69, 0xff, 0x5b, 0xbd, 0xad, 0x74, 0xe1, 0x22, + 0x1b, 0x33, 0x1d, 0xec, 0xb9, 0xb4, 0x89, 0x3d, 0x5a, 0x2e, 0xb2, 0x07, 0x7c, 0xf2, 0x7c, 0x50, + 0x9d, 0xfa, 0x6f, 0x50, 0x7d, 0xa3, 0x63, 0xd3, 0x47, 0x5e, 0x4b, 0xdb, 0xc5, 0x8e, 0x2e, 0x30, + 0xf3, 0x8f, 0xdb, 0xa4, 0xfd, 0x58, 0xa7, 0x4f, 0xba, 0x16, 0xd1, 0xea, 0x2e, 0x1d, 0x0e, 0xaa, + 0x57, 0x22, 0x8f, 0x08, 0xd3, 0x21, 0x63, 0xde, 0x1f, 0xf9, 0x80, 0x0d, 0xec, 0x78, 0x54, 0xf9, + 0x02, 0x5e, 0xa2, 0xf8, 0xb1, 0xe5, 0x36, 0x6d, 0xb7, 0xe9, 0x98, 0xfd, 0x72, 0x69, 0xa3, 0xb8, + 0x79, 0x71, 0x6b, 0x5d, 0xe3, 0x59, 0x35, 0x9f, 0x10, 0xc9, 0x9d, 0xf6, 0x21, 0xb6, 0xdd, 0xda, + 0x6b, 0x3e, 0x92, 0xe1, 0xa0, 0x7a, 0x95, 0xe7, 0x8f, 0x2e, 0x16, 0xcf, 0x21, 0xc8, 0x80, 0x6c, + 0xb8, 0xee, 0x36, 0xcc, 0x3e, 0x5a, 0x85, 0x97, 0x23, 0xd4, 0x19, 0x16, 0xe9, 0x62, 0x97, 0x58, + 0xe8, 0x0f, 0x4e, 0xe9, 0x76, 0xdf, 0xa6, 0x93, 0xa6, 0x94, 0x3c, 0x32, 0x7b, 0x96, 0x8f, 0x91, + 0xe3, 0x3b, 0x29, 0xa5, 0x89, 0x74, 0xc8, 0x98, 0x67, 0x23, 0x75, 0x97, 0xb3, 0xaa, 0x58, 0x70, + 0x81, 0xb3, 0x82, 0x3d, 0xda, 0x74, 0x6c, 0x97, 0x8c, 0x27, 0xf5, 0x75, 0x41, 0xea, 0xb5, 0x28, + 0xa9, 0x62, 0x79, 0xc8, 0x2a, 0xaf, 0xd4, 0x8e, 0x47, 0x1b, 0xb6, 0x4b, 0x04, 0xaf, 0x92, 0xbf, + 0x80, 0xd7, 0xef, 0x00, 0x5c, 0x7e, 0xf0, 0xa5, 0xd9, 0xe5, 0x60, 0xea, 0xae, 0x81, 0x3d, 0x6a, + 0x45, 0x29, 0x03, 0x63, 0x29, 0xab, 0xc1, 0xc5, 0x10, 0x41, 0xdb, 0x72, 0xb1, 0xc3, 0x78, 0x9e, + 0xab, 0xa9, 0x21, 0x09, 0x89, 0x00, 0x64, 0xcc, 0x4b, 0x70, 0x1f, 0xb1, 0xdf, 0x7f, 0x17, 0xe0, + 0x4a, 0x83, 0x74, 0x7c, 0x24, 0xdb, 0x7d, 0x73, 0x97, 0x4a, 0x38, 0x79, 0xea, 0xbc, 0x0d, 0xa7, + 0x7b, 0x3e, 0x7a, 0x52, 0x2e, 0x30, 0x02, 0xdf, 0xd4, 0xd2, 0x5e, 0x69, 0xed, 0xc8, 0x6e, 0x6b, + 0x25, 0x9f, 0x4e, 0x43, 0x2c, 0x56, 0x1a, 0x70, 0x56, 0xaa, 0x94, 0x95, 0x7e, 0x64, 0x25, 0xd6, + 0x44, 0x25, 0x16, 0xe3, 0xf2, 0x46, 0xc6, 0x8c, 0x90, 0xb4, 0xf2, 0x35, 0x5c, 0x49, 0xab, 0x4f, + 0xb9, 0xc4, 0xb6, 0xd3, 0xc8, 0xad, 0xaa, 0xab, 0xd9, 0x35, 0x47, 0xc6, 0x72, 0xa4, 0xe4, 0x7c, + 0x8f, 0xe8, 0x47, 0x00, 0xaf, 0xa5, 0x31, 0x2b, 0x15, 0xa0, 0x10, 0xb8, 0x14, 0x26, 0x13, 0xe0, + 0x38, 0xd7, 0xf5, 0xdc, 0xe0, 0xd6, 0x92, 0xe0, 0x24, 0xb0, 0x05, 0x09, 0x4c, 0xa0, 0x7a, 0x0a, + 0xa0, 0x12, 0x16, 0x62, 0xc7, 0xa3, 0xe7, 0xa4, 0xbb, 0x7f, 0x0b, 0x70, 0xf5, 0x28, 0x3b, 0xbe, + 0xd3, 0xe5, 0x10, 0xde, 0xc7, 0x09, 0xe1, 0x6d, 0x8e, 0x13, 0x9e, 0xdc, 0x6f, 0x42, 0x79, 0x5f, + 0xc1, 0xcb, 0x29, 0xfe, 0x28, 0xfc, 0xe7, 0xb3, 0xdc, 0xc5, 0x50, 0x33, 0x2d, 0x17, 0x19, 0x4b, + 0xa1, 0xe3, 0x0a, 0x1b, 0xba, 0x0f, 0xe7, 0x02, 0xb2, 0x98, 0x38, 0x47, 0xea, 0xbe, 0x2c, 0x74, + 0xbf, 0x94, 0xa0, 0x19, 0x19, 0xb3, 0x92, 0x60, 0xf4, 0x03, 0x80, 0xd7, 0x53, 0xb9, 0x0d, 0xa4, + 0xd7, 0x95, 0x15, 0x0c, 0x5f, 0x0b, 0x70, 0x32, 0xb3, 0x4d, 0xa4, 0x93, 0xf5, 0x96, 0x66, 0x8b, + 0xfe, 0x2c, 0xc0, 0x75, 0x71, 0xbc, 0x70, 0x5c, 0xd4, 0xea, 0xb9, 0xaf, 0x62, 0x36, 0xb9, 0x0e, + 0x95, 0xd3, 0xb7, 0x14, 0x7e, 0xa8, 0x9c, 0xae, 0xa5, 0xa4, 0xe5, 0x44, 0xc6, 0x32, 0x1b, 0x8e, + 0x59, 0xca, 0xaf, 0x00, 0xde, 0xc8, 0x24, 0x31, 0xea, 0x2b, 0x61, 0xc6, 0xd3, 0xf1, 0x95, 0x64, + 0x3e, 0x64, 0x2c, 0x48, 0x74, 0x02, 0xda, 0x6f, 0xc5, 0x58, 0x7d, 0x1f, 0xf8, 0xb3, 0xaf, 0xf4, + 0x4e, 0xe7, 0xaa, 0xef, 0xfb, 0xf2, 0x08, 0xb7, 0x5d, 0x61, 0x44, 0xfc, 0x9d, 0x5d, 0x1f, 0x0e, + 0xaa, 0xab, 0x09, 0x61, 0x0a, 0x1f, 0xba, 0x24, 0x8a, 0xc9, 0x6c, 0x28, 0x95, 0xab, 0xd2, 0x84, + 0xb9, 0xca, 0xb2, 0x9b, 0x0b, 0x67, 0x61, 0x37, 0xe8, 0xa7, 0xb8, 0x86, 0xe2, 0x85, 0x3a, 0x47, + 0x83, 0xf8, 0xbd, 0x08, 0xcb, 0xa2, 0x4f, 0x4a, 0xe0, 0x9a, 0xa0, 0x3f, 0xa4, 0x9c, 0x64, 0xc5, + 0x9c, 0x27, 0x59, 0x5a, 0xe3, 0x5a, 0x9a, 0x6c, 0xe3, 0x9a, 0xd5, 0xd9, 0x5c, 0x38, 0xa3, 0xce, + 0xe6, 0x17, 0x00, 0x37, 0xb2, 0x4a, 0x75, 0xbe, 0xdd, 0xcd, 0x5f, 0x05, 0xa8, 0x46, 0x90, 0x45, + 0x0d, 0x72, 0x92, 0x36, 0x14, 0x3b, 0xc2, 0x8b, 0xa7, 0x70, 0x84, 0xfb, 0x16, 0x11, 0xa8, 0x20, + 0x62, 0x11, 0xa5, 0x93, 0x59, 0x44, 0x4a, 0x4a, 0x64, 0x2c, 0x09, 0x71, 0x85, 0x16, 0xf1, 0x33, + 0x80, 0x28, 0x9b, 0xc5, 0xa8, 0x47, 0x24, 0x85, 0x0f, 0x26, 0x2a, 0xfc, 0xad, 0x67, 0x33, 0xb0, + 0xd8, 0x20, 0x1d, 0xe5, 0x21, 0x9c, 0x0d, 0xae, 0xf8, 0x37, 0xd2, 0x7b, 0xbe, 0xc8, 0x55, 0x56, + 0xbd, 0x39, 0x36, 0x24, 0xd8, 0xd3, 0x43, 0x38, 0x1b, 0xdc, 0x74, 0xb3, 0x33, 0xcb, 0x90, 0x11, + 0x99, 0x93, 0xf7, 0x3d, 0x85, 0xf0, 0xeb, 0x5e, 0xfc, 0x92, 0xf5, 0x56, 0xe6, 0xfa, 0x23, 0xb1, + 0xea, 0xd6, 0xf1, 0x63, 0x83, 0x87, 0xee, 0xf3, 0x66, 0x3f, 0xd1, 0x61, 0xdf, 0x3a, 0x6e, 0xa6, + 0x1d, 0x8f, 0xaa, 0x77, 0x73, 0x04, 0x07, 0xcf, 0xfd, 0x16, 0xc0, 0x2b, 0x19, 0xad, 0x9e, 0x3e, + 0xb2, 0x18, 0x47, 0x17, 0xa8, 0xf7, 0x72, 0x2e, 0x48, 0x05, 0x91, 0xe8, 0x47, 0xc6, 0x83, 0x88, + 0x2f, 0x38, 0x06, 0x88, 0x8c, 0x83, 0xf4, 0x29, 0x80, 0x6b, 0x59, 0x76, 0xf4, 0xf6, 0x48, 0xf5, + 0xa4, 0xac, 0x50, 0xdf, 0xcd, 0xbb, 0x22, 0xc0, 0xf1, 0x0d, 0x5c, 0x4d, 0x3f, 0x5a, 0xb5, 0xb1, + 0x29, 0x63, 0xf1, 0xea, 0x3b, 0xf9, 0xe2, 0x25, 0x80, 0x5a, 0xfd, 0xf9, 0x41, 0x05, 0xbc, 0x38, + 0xa8, 0x80, 0xff, 0x0f, 0x2a, 0xe0, 0xfb, 0xc3, 0xca, 0xd4, 0x8b, 0xc3, 0xca, 0xd4, 0x3f, 0x87, + 0x95, 0xa9, 0xcf, 0xf5, 0x88, 0x4d, 0x88, 0xdc, 0xb7, 0xf7, 0xcc, 0x16, 0x91, 0x3f, 0xf4, 0xfd, + 0x7b, 0x7a, 0x9f, 0xff, 0x79, 0xc8, 0x3c, 0xa3, 0x35, 0xcd, 0xfe, 0xec, 0xbb, 0xfb, 0x32, 0x00, + 0x00, 0xff, 0xff, 0x2e, 0xb5, 0x6e, 0x59, 0x59, 0x14, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -1375,10 +1376,10 @@ func (m *MsgJoinPool) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l - if len(m.TokenInMaxs) > 0 { - for iNdEx := len(m.TokenInMaxs) - 1; iNdEx >= 0; iNdEx-- { + if len(m.TokenInMax) > 0 { + for iNdEx := len(m.TokenInMax) - 1; iNdEx >= 0; iNdEx-- { { - size, err := m.TokenInMaxs[iNdEx].MarshalToSizedBuffer(dAtA[:i]) + size, err := m.TokenInMax[iNdEx].MarshalToSizedBuffer(dAtA[:i]) if err != nil { return 0, err } @@ -1390,9 +1391,9 @@ func (m *MsgJoinPool) MarshalToSizedBuffer(dAtA []byte) (int, error) { } } { - size := m.ShareOutAmount.Size() + size := m.PoolAmountOut.Size() i -= size - if _, err := m.ShareOutAmount.MarshalTo(dAtA[i:]); err != nil { + if _, err := m.PoolAmountOut.MarshalTo(dAtA[i:]); err != nil { return 0, err } i = encodeVarintTx(dAtA, i, uint64(size)) @@ -1671,10 +1672,10 @@ func (m *SwapAmountOutRoute) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l - if len(m.TokenInDenom) > 0 { - i -= len(m.TokenInDenom) - copy(dAtA[i:], m.TokenInDenom) - i = encodeVarintTx(dAtA, i, uint64(len(m.TokenInDenom))) + if len(m.TokenOutDenom) > 0 { + i -= len(m.TokenOutDenom) + copy(dAtA[i:], m.TokenOutDenom) + i = encodeVarintTx(dAtA, i, uint64(len(m.TokenOutDenom))) i-- dAtA[i] = 0x12 } @@ -2173,10 +2174,10 @@ func (m *MsgJoinPool) Size() (n int) { if m.PoolId != 0 { n += 1 + sovTx(uint64(m.PoolId)) } - l = m.ShareOutAmount.Size() + l = m.PoolAmountOut.Size() n += 1 + l + sovTx(uint64(l)) - if len(m.TokenInMaxs) > 0 { - for _, e := range m.TokenInMaxs { + if len(m.TokenInMax) > 0 { + for _, e := range m.TokenInMax { l = e.Size() n += 1 + l + sovTx(uint64(l)) } @@ -2285,7 +2286,7 @@ func (m *SwapAmountOutRoute) Size() (n int) { if m.PoolId != 0 { n += 1 + sovTx(uint64(m.PoolId)) } - l = len(m.TokenInDenom) + l = len(m.TokenOutDenom) if l > 0 { n += 1 + l + sovTx(uint64(l)) } @@ -2546,7 +2547,7 @@ func (m *MsgJoinPool) Unmarshal(dAtA []byte) error { } case 3: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field ShareOutAmount", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field PoolAmountOut", wireType) } var stringLen uint64 for shift := uint(0); ; shift += 7 { @@ -2574,13 +2575,13 @@ func (m *MsgJoinPool) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - if err := m.ShareOutAmount.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + if err := m.PoolAmountOut.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex case 4: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field TokenInMaxs", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field TokenInMax", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -2607,8 +2608,8 @@ func (m *MsgJoinPool) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - m.TokenInMaxs = append(m.TokenInMaxs, types.Coin{}) - if err := m.TokenInMaxs[len(m.TokenInMaxs)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + m.TokenInMax = append(m.TokenInMax, types.Coin{}) + if err := m.TokenInMax[len(m.TokenInMax)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex @@ -3320,7 +3321,7 @@ func (m *SwapAmountOutRoute) Unmarshal(dAtA []byte) error { } case 2: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field TokenInDenom", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field TokenOutDenom", wireType) } var stringLen uint64 for shift := uint(0); ; shift += 7 { @@ -3348,7 +3349,7 @@ func (m *SwapAmountOutRoute) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - m.TokenInDenom = string(dAtA[iNdEx:postIndex]) + m.TokenOutDenom = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex default: iNdEx = preIndex From 91ec81c2b6cf4a17a20750e78432711cbf9a41d4 Mon Sep 17 00:00:00 2001 From: Hieu Vu <72878483+hieuvubk@users.noreply.github.com> Date: Fri, 3 Jun 2022 04:03:42 +0700 Subject: [PATCH 2/5] fix --- docs/core/proto-docs.md | 6 +- proto/osmosis/gamm/v1beta1/tx.proto | 6 +- x/gamm/types/tx.pb.go | 199 ++++++++++++++-------------- 3 files changed, 106 insertions(+), 105 deletions(-) diff --git a/docs/core/proto-docs.md b/docs/core/proto-docs.md index 4d1bb0d1d91..f979c006b2c 100644 --- a/docs/core/proto-docs.md +++ b/docs/core/proto-docs.md @@ -634,8 +634,8 @@ This is really MsgJoinPoolNoSwap | ----- | ---- | ----- | ----------- | | `sender` | [string](#string) | | | | `pool_id` | [uint64](#uint64) | | | -| `pool_amount_out` | [string](#string) | | | -| `token_in_max` | [cosmos.base.v1beta1.Coin](#cosmos.base.v1beta1.Coin) | repeated | | +| `share_out_amount` | [string](#string) | | | +| `token_in_maxs` | [cosmos.base.v1beta1.Coin](#cosmos.base.v1beta1.Coin) | repeated | | @@ -811,7 +811,7 @@ TODO: Rename to MsgJoinSwapExactAmountIn | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | `pool_id` | [uint64](#uint64) | | | -| `token_out_denom` | [string](#string) | | | +| `token_in_denom` | [string](#string) | | | diff --git a/proto/osmosis/gamm/v1beta1/tx.proto b/proto/osmosis/gamm/v1beta1/tx.proto index 707e05ebb02..069b0d9d0ff 100644 --- a/proto/osmosis/gamm/v1beta1/tx.proto +++ b/proto/osmosis/gamm/v1beta1/tx.proto @@ -28,12 +28,12 @@ service Msg { message MsgJoinPool { string sender = 1 [ (gogoproto.moretags) = "yaml:\"sender\"" ]; uint64 pool_id = 2 [ (gogoproto.moretags) = "yaml:\"pool_id\"" ]; - string pool_amount_out = 3 [ + string share_out_amount = 3 [ (gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Int", (gogoproto.moretags) = "yaml:\"pool_amount_out\"", (gogoproto.nullable) = false ]; - repeated cosmos.base.v1beta1.Coin token_in_max = 4 [ + repeated cosmos.base.v1beta1.Coin token_in_maxs = 4 [ (gogoproto.moretags) = "yaml:\"token_in_max_amounts\"", (gogoproto.nullable) = false ]; @@ -91,7 +91,7 @@ message MsgSwapExactAmountInResponse { // ===================== MsgSwapExactAmountOut message SwapAmountOutRoute { uint64 pool_id = 1 [ (gogoproto.moretags) = "yaml:\"pool_id\"" ]; - string token_out_denom = 2 + string token_in_denom = 2 [ (gogoproto.moretags) = "yaml:\"token_out_denom\"" ]; } diff --git a/x/gamm/types/tx.pb.go b/x/gamm/types/tx.pb.go index c151992a006..d2391a299b5 100644 --- a/x/gamm/types/tx.pb.go +++ b/x/gamm/types/tx.pb.go @@ -33,10 +33,10 @@ const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package // ===================== MsgJoinPool // This is really MsgJoinPoolNoSwap type MsgJoinPool struct { - Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty" yaml:"sender"` - PoolId uint64 `protobuf:"varint,2,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty" yaml:"pool_id"` - PoolAmountOut github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,3,opt,name=pool_amount_out,json=poolAmountOut,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"pool_amount_out" yaml:"pool_amount_out"` - TokenInMax []types.Coin `protobuf:"bytes,4,rep,name=token_in_max,json=tokenInMax,proto3" json:"token_in_max" yaml:"token_in_max_amounts"` + Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty" yaml:"sender"` + PoolId uint64 `protobuf:"varint,2,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty" yaml:"pool_id"` + ShareOutAmount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,3,opt,name=share_out_amount,json=shareOutAmount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"share_out_amount" yaml:"pool_amount_out"` + TokenInMaxs []types.Coin `protobuf:"bytes,4,rep,name=token_in_maxs,json=tokenInMaxs,proto3" json:"token_in_maxs" yaml:"token_in_max_amounts"` } func (m *MsgJoinPool) Reset() { *m = MsgJoinPool{} } @@ -86,9 +86,9 @@ func (m *MsgJoinPool) GetPoolId() uint64 { return 0 } -func (m *MsgJoinPool) GetTokenInMax() []types.Coin { +func (m *MsgJoinPool) GetTokenInMaxs() []types.Coin { if m != nil { - return m.TokenInMax + return m.TokenInMaxs } return nil } @@ -380,8 +380,8 @@ var xxx_messageInfo_MsgSwapExactAmountInResponse proto.InternalMessageInfo // ===================== MsgSwapExactAmountOut type SwapAmountOutRoute struct { - PoolId uint64 `protobuf:"varint,1,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty" yaml:"pool_id"` - TokenOutDenom string `protobuf:"bytes,2,opt,name=token_out_denom,json=tokenOutDenom,proto3" json:"token_out_denom,omitempty" yaml:"token_out_denom"` + PoolId uint64 `protobuf:"varint,1,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty" yaml:"pool_id"` + TokenInDenom string `protobuf:"bytes,2,opt,name=token_in_denom,json=tokenInDenom,proto3" json:"token_in_denom,omitempty" yaml:"token_out_denom"` } func (m *SwapAmountOutRoute) Reset() { *m = SwapAmountOutRoute{} } @@ -424,9 +424,9 @@ func (m *SwapAmountOutRoute) GetPoolId() uint64 { return 0 } -func (m *SwapAmountOutRoute) GetTokenOutDenom() string { +func (m *SwapAmountOutRoute) GetTokenInDenom() string { if m != nil { - return m.TokenOutDenom + return m.TokenInDenom } return "" } @@ -952,76 +952,77 @@ func init() { func init() { proto.RegisterFile("osmosis/gamm/v1beta1/tx.proto", fileDescriptor_cfc8fd3ac7df3247) } var fileDescriptor_cfc8fd3ac7df3247 = []byte{ - // 1099 bytes of a gzipped FileDescriptorProto + // 1108 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x58, 0x4d, 0x6f, 0x1b, 0x45, - 0x18, 0xce, 0xd8, 0x6e, 0x3e, 0xa6, 0xcd, 0xd7, 0x36, 0x69, 0x9c, 0x6d, 0x6b, 0xa7, 0x03, 0x82, - 0x94, 0xaa, 0xbb, 0x34, 0x95, 0x28, 0xe2, 0x82, 0x30, 0x04, 0x61, 0x84, 0x95, 0x6a, 0x7b, 0xa9, - 0xb8, 0x98, 0x75, 0xbc, 0x72, 0x57, 0xcd, 0xee, 0x58, 0x9e, 0xd9, 0xe0, 0x0a, 0x09, 0x24, 0x44, - 0xef, 0x20, 0xc4, 0xc7, 0x2f, 0x40, 0xfc, 0x85, 0x5e, 0x38, 0xc0, 0xa5, 0xc7, 0xde, 0xf8, 0x38, - 0x58, 0x28, 0xf9, 0x07, 0xfe, 0x05, 0xd5, 0xce, 0xc7, 0x7e, 0x65, 0xd7, 0xce, 0x36, 0x71, 0x72, - 0xb2, 0x3d, 0xf3, 0xce, 0xbb, 0xcf, 0x3c, 0xef, 0xb3, 0xcf, 0xbc, 0x63, 0x78, 0x1d, 0x13, 0x07, - 0x13, 0x9b, 0xe8, 0x1d, 0xd3, 0x71, 0xf4, 0xfd, 0x3b, 0x2d, 0x8b, 0x9a, 0x77, 0x74, 0xda, 0xd7, - 0xba, 0x3d, 0x4c, 0xb1, 0xb2, 0x22, 0xa6, 0x35, 0x7f, 0x5a, 0x13, 0xd3, 0xea, 0x4a, 0x07, 0x77, - 0x30, 0x0b, 0xd0, 0xfd, 0x6f, 0x3c, 0x56, 0xad, 0xec, 0xb2, 0x60, 0xbd, 0x65, 0x12, 0x2b, 0xc8, - 0xb4, 0x8b, 0x6d, 0x97, 0xcf, 0xa3, 0x67, 0x05, 0x78, 0xb1, 0x41, 0x3a, 0x9f, 0x62, 0xdb, 0xbd, - 0x8f, 0xf1, 0x9e, 0x72, 0x13, 0x4e, 0x13, 0xcb, 0x6d, 0x5b, 0xbd, 0x32, 0xd8, 0x00, 0x9b, 0x73, - 0xb5, 0xe5, 0xe1, 0xa0, 0x3a, 0xff, 0xc4, 0x74, 0xf6, 0xde, 0x43, 0x7c, 0x1c, 0x19, 0x22, 0x40, - 0xb9, 0x05, 0x67, 0xba, 0x18, 0xef, 0x35, 0xed, 0x76, 0xb9, 0xb0, 0x01, 0x36, 0x4b, 0x35, 0x65, - 0x38, 0xa8, 0x2e, 0xf0, 0x58, 0x31, 0x81, 0x8c, 0x69, 0xff, 0x5b, 0xbd, 0xad, 0x74, 0xe1, 0x22, - 0x1b, 0x33, 0x1d, 0xec, 0xb9, 0xb4, 0x89, 0x3d, 0x5a, 0x2e, 0xb2, 0x07, 0x7c, 0xf2, 0x7c, 0x50, - 0x9d, 0xfa, 0x6f, 0x50, 0x7d, 0xa3, 0x63, 0xd3, 0x47, 0x5e, 0x4b, 0xdb, 0xc5, 0x8e, 0x2e, 0x30, - 0xf3, 0x8f, 0xdb, 0xa4, 0xfd, 0x58, 0xa7, 0x4f, 0xba, 0x16, 0xd1, 0xea, 0x2e, 0x1d, 0x0e, 0xaa, - 0x57, 0x22, 0x8f, 0x08, 0xd3, 0x21, 0x63, 0xde, 0x1f, 0xf9, 0x80, 0x0d, 0xec, 0x78, 0x54, 0xf9, - 0x02, 0x5e, 0xa2, 0xf8, 0xb1, 0xe5, 0x36, 0x6d, 0xb7, 0xe9, 0x98, 0xfd, 0x72, 0x69, 0xa3, 0xb8, - 0x79, 0x71, 0x6b, 0x5d, 0xe3, 0x59, 0x35, 0x9f, 0x10, 0xc9, 0x9d, 0xf6, 0x21, 0xb6, 0xdd, 0xda, - 0x6b, 0x3e, 0x92, 0xe1, 0xa0, 0x7a, 0x95, 0xe7, 0x8f, 0x2e, 0x16, 0xcf, 0x21, 0xc8, 0x80, 0x6c, - 0xb8, 0xee, 0x36, 0xcc, 0x3e, 0x5a, 0x85, 0x97, 0x23, 0xd4, 0x19, 0x16, 0xe9, 0x62, 0x97, 0x58, - 0xe8, 0x0f, 0x4e, 0xe9, 0x76, 0xdf, 0xa6, 0x93, 0xa6, 0x94, 0x3c, 0x32, 0x7b, 0x96, 0x8f, 0x91, - 0xe3, 0x3b, 0x29, 0xa5, 0x89, 0x74, 0xc8, 0x98, 0x67, 0x23, 0x75, 0x97, 0xb3, 0xaa, 0x58, 0x70, - 0x81, 0xb3, 0x82, 0x3d, 0xda, 0x74, 0x6c, 0x97, 0x8c, 0x27, 0xf5, 0x75, 0x41, 0xea, 0xb5, 0x28, - 0xa9, 0x62, 0x79, 0xc8, 0x2a, 0xaf, 0xd4, 0x8e, 0x47, 0x1b, 0xb6, 0x4b, 0x04, 0xaf, 0x92, 0xbf, - 0x80, 0xd7, 0xef, 0x00, 0x5c, 0x7e, 0xf0, 0xa5, 0xd9, 0xe5, 0x60, 0xea, 0xae, 0x81, 0x3d, 0x6a, - 0x45, 0x29, 0x03, 0x63, 0x29, 0xab, 0xc1, 0xc5, 0x10, 0x41, 0xdb, 0x72, 0xb1, 0xc3, 0x78, 0x9e, - 0xab, 0xa9, 0x21, 0x09, 0x89, 0x00, 0x64, 0xcc, 0x4b, 0x70, 0x1f, 0xb1, 0xdf, 0x7f, 0x17, 0xe0, - 0x4a, 0x83, 0x74, 0x7c, 0x24, 0xdb, 0x7d, 0x73, 0x97, 0x4a, 0x38, 0x79, 0xea, 0xbc, 0x0d, 0xa7, - 0x7b, 0x3e, 0x7a, 0x52, 0x2e, 0x30, 0x02, 0xdf, 0xd4, 0xd2, 0x5e, 0x69, 0xed, 0xc8, 0x6e, 0x6b, - 0x25, 0x9f, 0x4e, 0x43, 0x2c, 0x56, 0x1a, 0x70, 0x56, 0xaa, 0x94, 0x95, 0x7e, 0x64, 0x25, 0xd6, - 0x44, 0x25, 0x16, 0xe3, 0xf2, 0x46, 0xc6, 0x8c, 0x90, 0xb4, 0xf2, 0x35, 0x5c, 0x49, 0xab, 0x4f, - 0xb9, 0xc4, 0xb6, 0xd3, 0xc8, 0xad, 0xaa, 0xab, 0xd9, 0x35, 0x47, 0xc6, 0x72, 0xa4, 0xe4, 0x7c, - 0x8f, 0xe8, 0x47, 0x00, 0xaf, 0xa5, 0x31, 0x2b, 0x15, 0xa0, 0x10, 0xb8, 0x14, 0x26, 0x13, 0xe0, - 0x38, 0xd7, 0xf5, 0xdc, 0xe0, 0xd6, 0x92, 0xe0, 0x24, 0xb0, 0x05, 0x09, 0x4c, 0xa0, 0x7a, 0x0a, - 0xa0, 0x12, 0x16, 0x62, 0xc7, 0xa3, 0xe7, 0xa4, 0xbb, 0x7f, 0x0b, 0x70, 0xf5, 0x28, 0x3b, 0xbe, - 0xd3, 0xe5, 0x10, 0xde, 0xc7, 0x09, 0xe1, 0x6d, 0x8e, 0x13, 0x9e, 0xdc, 0x6f, 0x42, 0x79, 0x5f, - 0xc1, 0xcb, 0x29, 0xfe, 0x28, 0xfc, 0xe7, 0xb3, 0xdc, 0xc5, 0x50, 0x33, 0x2d, 0x17, 0x19, 0x4b, - 0xa1, 0xe3, 0x0a, 0x1b, 0xba, 0x0f, 0xe7, 0x02, 0xb2, 0x98, 0x38, 0x47, 0xea, 0xbe, 0x2c, 0x74, - 0xbf, 0x94, 0xa0, 0x19, 0x19, 0xb3, 0x92, 0x60, 0xf4, 0x03, 0x80, 0xd7, 0x53, 0xb9, 0x0d, 0xa4, - 0xd7, 0x95, 0x15, 0x0c, 0x5f, 0x0b, 0x70, 0x32, 0xb3, 0x4d, 0xa4, 0x93, 0xf5, 0x96, 0x66, 0x8b, - 0xfe, 0x2c, 0xc0, 0x75, 0x71, 0xbc, 0x70, 0x5c, 0xd4, 0xea, 0xb9, 0xaf, 0x62, 0x36, 0xb9, 0x0e, - 0x95, 0xd3, 0xb7, 0x14, 0x7e, 0xa8, 0x9c, 0xae, 0xa5, 0xa4, 0xe5, 0x44, 0xc6, 0x32, 0x1b, 0x8e, - 0x59, 0xca, 0xaf, 0x00, 0xde, 0xc8, 0x24, 0x31, 0xea, 0x2b, 0x61, 0xc6, 0xd3, 0xf1, 0x95, 0x64, - 0x3e, 0x64, 0x2c, 0x48, 0x74, 0x02, 0xda, 0x6f, 0xc5, 0x58, 0x7d, 0x1f, 0xf8, 0xb3, 0xaf, 0xf4, - 0x4e, 0xe7, 0xaa, 0xef, 0xfb, 0xf2, 0x08, 0xb7, 0x5d, 0x61, 0x44, 0xfc, 0x9d, 0x5d, 0x1f, 0x0e, - 0xaa, 0xab, 0x09, 0x61, 0x0a, 0x1f, 0xba, 0x24, 0x8a, 0xc9, 0x6c, 0x28, 0x95, 0xab, 0xd2, 0x84, - 0xb9, 0xca, 0xb2, 0x9b, 0x0b, 0x67, 0x61, 0x37, 0xe8, 0xa7, 0xb8, 0x86, 0xe2, 0x85, 0x3a, 0x47, - 0x83, 0xf8, 0xbd, 0x08, 0xcb, 0xa2, 0x4f, 0x4a, 0xe0, 0x9a, 0xa0, 0x3f, 0xa4, 0x9c, 0x64, 0xc5, - 0x9c, 0x27, 0x59, 0x5a, 0xe3, 0x5a, 0x9a, 0x6c, 0xe3, 0x9a, 0xd5, 0xd9, 0x5c, 0x38, 0xa3, 0xce, - 0xe6, 0x17, 0x00, 0x37, 0xb2, 0x4a, 0x75, 0xbe, 0xdd, 0xcd, 0x5f, 0x05, 0xa8, 0x46, 0x90, 0x45, - 0x0d, 0x72, 0x92, 0x36, 0x14, 0x3b, 0xc2, 0x8b, 0xa7, 0x70, 0x84, 0xfb, 0x16, 0x11, 0xa8, 0x20, - 0x62, 0x11, 0xa5, 0x93, 0x59, 0x44, 0x4a, 0x4a, 0x64, 0x2c, 0x09, 0x71, 0x85, 0x16, 0xf1, 0x33, - 0x80, 0x28, 0x9b, 0xc5, 0xa8, 0x47, 0x24, 0x85, 0x0f, 0x26, 0x2a, 0xfc, 0xad, 0x67, 0x33, 0xb0, - 0xd8, 0x20, 0x1d, 0xe5, 0x21, 0x9c, 0x0d, 0xae, 0xf8, 0x37, 0xd2, 0x7b, 0xbe, 0xc8, 0x55, 0x56, - 0xbd, 0x39, 0x36, 0x24, 0xd8, 0xd3, 0x43, 0x38, 0x1b, 0xdc, 0x74, 0xb3, 0x33, 0xcb, 0x90, 0x11, - 0x99, 0x93, 0xf7, 0x3d, 0x85, 0xf0, 0xeb, 0x5e, 0xfc, 0x92, 0xf5, 0x56, 0xe6, 0xfa, 0x23, 0xb1, - 0xea, 0xd6, 0xf1, 0x63, 0x83, 0x87, 0xee, 0xf3, 0x66, 0x3f, 0xd1, 0x61, 0xdf, 0x3a, 0x6e, 0xa6, - 0x1d, 0x8f, 0xaa, 0x77, 0x73, 0x04, 0x07, 0xcf, 0xfd, 0x16, 0xc0, 0x2b, 0x19, 0xad, 0x9e, 0x3e, - 0xb2, 0x18, 0x47, 0x17, 0xa8, 0xf7, 0x72, 0x2e, 0x48, 0x05, 0x91, 0xe8, 0x47, 0xc6, 0x83, 0x88, - 0x2f, 0x38, 0x06, 0x88, 0x8c, 0x83, 0xf4, 0x29, 0x80, 0x6b, 0x59, 0x76, 0xf4, 0xf6, 0x48, 0xf5, - 0xa4, 0xac, 0x50, 0xdf, 0xcd, 0xbb, 0x22, 0xc0, 0xf1, 0x0d, 0x5c, 0x4d, 0x3f, 0x5a, 0xb5, 0xb1, - 0x29, 0x63, 0xf1, 0xea, 0x3b, 0xf9, 0xe2, 0x25, 0x80, 0x5a, 0xfd, 0xf9, 0x41, 0x05, 0xbc, 0x38, - 0xa8, 0x80, 0xff, 0x0f, 0x2a, 0xe0, 0xfb, 0xc3, 0xca, 0xd4, 0x8b, 0xc3, 0xca, 0xd4, 0x3f, 0x87, - 0x95, 0xa9, 0xcf, 0xf5, 0x88, 0x4d, 0x88, 0xdc, 0xb7, 0xf7, 0xcc, 0x16, 0x91, 0x3f, 0xf4, 0xfd, - 0x7b, 0x7a, 0x9f, 0xff, 0x79, 0xc8, 0x3c, 0xa3, 0x35, 0xcd, 0xfe, 0xec, 0xbb, 0xfb, 0x32, 0x00, - 0x00, 0xff, 0xff, 0x2e, 0xb5, 0x6e, 0x59, 0x59, 0x14, 0x00, 0x00, + 0x18, 0xce, 0xd8, 0x6e, 0x3e, 0x26, 0x4d, 0xe2, 0x6c, 0x93, 0xc6, 0xd9, 0xb6, 0x76, 0x3a, 0x20, + 0x48, 0xa9, 0xba, 0x4b, 0x53, 0x89, 0x22, 0x2e, 0x80, 0x21, 0x08, 0x23, 0x2c, 0x57, 0xdb, 0x4b, + 0xc5, 0xc5, 0x5a, 0xc7, 0x2b, 0x77, 0xd5, 0x78, 0xc6, 0xf2, 0xcc, 0x06, 0x57, 0x48, 0x20, 0xf1, + 0x71, 0x07, 0x21, 0x3e, 0x7e, 0x01, 0xe2, 0x2f, 0x70, 0x80, 0x03, 0x5c, 0x7a, 0xec, 0x8d, 0x8f, + 0x83, 0x85, 0x92, 0x7f, 0xe0, 0x5f, 0x50, 0xed, 0xce, 0xcc, 0xee, 0x7a, 0xbd, 0x6b, 0x7b, 0x93, + 0xb8, 0x3d, 0xd9, 0xde, 0x79, 0xe7, 0x9d, 0x67, 0x9f, 0xf7, 0x99, 0x67, 0xde, 0x31, 0xbc, 0x46, + 0x68, 0x9b, 0x50, 0x9b, 0xea, 0x2d, 0xb3, 0xdd, 0xd6, 0x8f, 0x6e, 0x37, 0x2c, 0x66, 0xde, 0xd6, + 0x59, 0x4f, 0xeb, 0x74, 0x09, 0x23, 0xca, 0x86, 0x18, 0xd6, 0xdc, 0x61, 0x4d, 0x0c, 0xab, 0x1b, + 0x2d, 0xd2, 0x22, 0x5e, 0x80, 0xee, 0x7e, 0xe3, 0xb1, 0x6a, 0xf1, 0xc0, 0x0b, 0xd6, 0x1b, 0x26, + 0xb5, 0xfc, 0x4c, 0x07, 0xc4, 0xc6, 0x7c, 0x1c, 0xfd, 0x9e, 0x81, 0xcb, 0x55, 0xda, 0xfa, 0x88, + 0xd8, 0xf8, 0x1e, 0x21, 0x87, 0xca, 0x0d, 0x38, 0x4f, 0x2d, 0xdc, 0xb4, 0xba, 0x05, 0xb0, 0x03, + 0x76, 0x97, 0xca, 0xeb, 0x83, 0x7e, 0x69, 0xe5, 0xb1, 0xd9, 0x3e, 0x7c, 0x0b, 0xf1, 0xe7, 0xc8, + 0x10, 0x01, 0xca, 0x4d, 0xb8, 0xd0, 0x21, 0xe4, 0xb0, 0x6e, 0x37, 0x0b, 0x99, 0x1d, 0xb0, 0x9b, + 0x2b, 0x2b, 0x83, 0x7e, 0x69, 0x95, 0xc7, 0x8a, 0x01, 0x64, 0xcc, 0xbb, 0xdf, 0x2a, 0x4d, 0xa5, + 0x0b, 0xf3, 0xf4, 0xa1, 0xd9, 0xb5, 0xea, 0xc4, 0x61, 0x75, 0xb3, 0x4d, 0x1c, 0xcc, 0x0a, 0x59, + 0x6f, 0x85, 0x0f, 0x9f, 0xf4, 0x4b, 0x73, 0xff, 0xf5, 0x4b, 0xaf, 0xb4, 0x6c, 0xf6, 0xd0, 0x69, + 0x68, 0x07, 0xa4, 0xad, 0x0b, 0xd0, 0xfc, 0xe3, 0x16, 0x6d, 0x3e, 0xd2, 0xd9, 0xe3, 0x8e, 0x45, + 0xb5, 0x0a, 0x66, 0x83, 0x7e, 0xe9, 0x72, 0x68, 0x0d, 0x9e, 0xca, 0xcd, 0x8a, 0x8c, 0x55, 0x6f, + 0x85, 0x9a, 0xc3, 0xde, 0xf5, 0x1e, 0x2a, 0x0d, 0xb8, 0xc2, 0xc8, 0x23, 0x0b, 0xd7, 0x6d, 0x5c, + 0x6f, 0x9b, 0x3d, 0x5a, 0xc8, 0xed, 0x64, 0x77, 0x97, 0xf7, 0xb6, 0x35, 0x9e, 0x57, 0x73, 0x39, + 0x91, 0xf4, 0x69, 0xef, 0x11, 0x1b, 0x97, 0x5f, 0x72, 0xb1, 0x0c, 0xfa, 0xa5, 0x2b, 0x7c, 0x85, + 0xf0, 0x6c, 0xb1, 0x12, 0x45, 0xc6, 0xb2, 0xf7, 0xb8, 0x82, 0xab, 0x66, 0x8f, 0xa2, 0x4d, 0x78, + 0x29, 0x44, 0x9f, 0x61, 0xd1, 0x0e, 0xc1, 0xd4, 0x42, 0x7f, 0x70, 0x5a, 0xf7, 0x7b, 0x36, 0x9b, + 0x29, 0xad, 0x1d, 0xb8, 0xc6, 0x69, 0xb5, 0xf1, 0x39, 0xb1, 0x1a, 0x49, 0x87, 0x8c, 0x15, 0xef, + 0x49, 0x05, 0x0b, 0x52, 0x2d, 0xb8, 0xca, 0x69, 0x71, 0x0b, 0xd9, 0xb6, 0xf1, 0x14, 0xac, 0xbe, + 0x2c, 0x58, 0xbd, 0x1a, 0x66, 0x55, 0x4c, 0x0f, 0x68, 0xbd, 0xe8, 0x3d, 0xaf, 0x39, 0xac, 0x6a, + 0x63, 0xc9, 0xab, 0xe4, 0xcf, 0xe7, 0xf5, 0x6b, 0x00, 0xd7, 0xef, 0x7f, 0x6a, 0x76, 0x38, 0x98, + 0x0a, 0x36, 0x88, 0xc3, 0xac, 0x30, 0x65, 0x60, 0x22, 0x65, 0x65, 0xb8, 0x16, 0x20, 0x68, 0x5a, + 0x98, 0xb4, 0x3d, 0x9e, 0x97, 0xca, 0x6a, 0x40, 0x42, 0x24, 0x00, 0x19, 0x2b, 0x12, 0xdc, 0xfb, + 0xde, 0xef, 0xbf, 0x33, 0x70, 0xa3, 0x4a, 0x5b, 0x2e, 0x92, 0xfd, 0x9e, 0x79, 0xc0, 0x24, 0x9c, + 0x34, 0x75, 0xde, 0x87, 0xf3, 0x5d, 0x17, 0x3d, 0x2d, 0x64, 0x3c, 0x02, 0x5f, 0xd5, 0xe2, 0xb6, + 0xb5, 0x36, 0xf2, 0xb6, 0xe5, 0x9c, 0x4b, 0xa7, 0x21, 0x26, 0x2b, 0x55, 0xb8, 0x28, 0x65, 0xea, + 0x95, 0x7e, 0x6c, 0x25, 0xb6, 0x44, 0x25, 0xd6, 0x86, 0xf5, 0x8d, 0x8c, 0x05, 0xa1, 0x69, 0xe5, + 0x73, 0xb8, 0x11, 0x57, 0x9f, 0x42, 0xce, 0x7b, 0x9d, 0x6a, 0x6a, 0x55, 0x5d, 0x49, 0xae, 0x39, + 0x32, 0xd6, 0x43, 0x25, 0xe7, 0xef, 0x88, 0xbe, 0x07, 0xf0, 0x6a, 0x1c, 0xb3, 0x52, 0x01, 0x0a, + 0x85, 0xf9, 0x20, 0x99, 0x00, 0xc7, 0xb9, 0xae, 0xa4, 0x06, 0xb7, 0x15, 0x05, 0x27, 0x81, 0xad, + 0x4a, 0x60, 0x02, 0xd5, 0x57, 0x00, 0x2a, 0x41, 0x21, 0x6a, 0x0e, 0x3b, 0x85, 0xee, 0xde, 0x91, + 0x1b, 0xc7, 0xc6, 0x53, 0xcb, 0xee, 0xa2, 0x28, 0x0b, 0x57, 0xdd, 0xbf, 0x19, 0xb8, 0x39, 0xca, + 0x4d, 0xcd, 0x61, 0x69, 0x64, 0xf7, 0x41, 0x44, 0x76, 0xbb, 0x93, 0x64, 0x27, 0xdf, 0x36, 0xa2, + 0xbb, 0xcf, 0xe0, 0xa5, 0x18, 0x7b, 0x14, 0xee, 0xf3, 0x71, 0xea, 0x52, 0xa8, 0x89, 0x8e, 0x8b, + 0x8c, 0x7c, 0x60, 0xb8, 0xc2, 0x84, 0xee, 0xc1, 0x25, 0x9f, 0x2b, 0x4f, 0x9a, 0x63, 0x55, 0x5f, + 0x10, 0xaa, 0xcf, 0x47, 0x58, 0x46, 0xc6, 0xa2, 0xac, 0x33, 0xfa, 0x0e, 0xc0, 0x6b, 0xb1, 0xdc, + 0xfa, 0xc2, 0xeb, 0x48, 0xdf, 0x08, 0x36, 0x05, 0x38, 0x9b, 0xd5, 0x46, 0xd2, 0x49, 0x97, 0x91, + 0x56, 0x8b, 0xfe, 0xcc, 0xc0, 0x6d, 0x71, 0xb8, 0x70, 0x5c, 0xcc, 0xea, 0xe2, 0xd3, 0x58, 0x4d, + 0xaa, 0x23, 0xe5, 0xfc, 0x0d, 0x25, 0x38, 0xf8, 0xcf, 0xcf, 0x50, 0xe2, 0x72, 0x22, 0x63, 0x5d, + 0x76, 0x00, 0x81, 0xa1, 0xfc, 0x0c, 0xe0, 0xf5, 0x44, 0x12, 0xc3, 0xae, 0x32, 0xd2, 0x9e, 0x9c, + 0xd1, 0x55, 0xa2, 0xf9, 0x46, 0xfa, 0x13, 0xf4, 0x4b, 0x76, 0xa8, 0xbe, 0xf7, 0xdd, 0xd1, 0x53, + 0xed, 0xe9, 0x54, 0xf5, 0x7d, 0x7b, 0xc4, 0x87, 0xf8, 0x9e, 0xdd, 0x1e, 0xf4, 0x4b, 0x9b, 0x11, + 0x61, 0xc6, 0xd9, 0x50, 0x2c, 0x57, 0xb9, 0x19, 0x73, 0x95, 0x64, 0x37, 0x17, 0x9e, 0x87, 0xdd, + 0xa0, 0x1f, 0x86, 0x35, 0x34, 0x5c, 0xa8, 0x17, 0x68, 0x10, 0xbf, 0x66, 0x61, 0x41, 0x74, 0x49, + 0x11, 0x5c, 0x33, 0xf4, 0x87, 0x98, 0xfe, 0x29, 0x9b, 0xb2, 0x7f, 0x8a, 0x6b, 0x5b, 0x73, 0xb3, + 0x6d, 0x5b, 0x93, 0xfa, 0x9a, 0x0b, 0xcf, 0xa9, 0xaf, 0xf9, 0x09, 0xc0, 0x9d, 0xa4, 0x52, 0xbd, + 0xd8, 0xde, 0xe6, 0xaf, 0x0c, 0x54, 0x43, 0xc8, 0xc2, 0x06, 0x39, 0x4b, 0x1b, 0x1a, 0x3a, 0xc2, + 0xb3, 0xe7, 0x70, 0x84, 0xbb, 0x16, 0xe1, 0xab, 0x20, 0x64, 0x11, 0xb9, 0xb3, 0x59, 0x44, 0x4c, + 0x4a, 0x64, 0xe4, 0x85, 0xb8, 0x02, 0x8b, 0xf8, 0x11, 0x40, 0x94, 0xcc, 0x62, 0xd8, 0x23, 0xa2, + 0xc2, 0x07, 0x33, 0x15, 0xfe, 0xde, 0x6f, 0x0b, 0x30, 0x5b, 0xa5, 0x2d, 0xe5, 0x01, 0x5c, 0xf4, + 0x2f, 0xf9, 0xd7, 0xe3, 0x7b, 0xbe, 0xd0, 0x45, 0x56, 0xbd, 0x31, 0x31, 0xc4, 0x7f, 0xa7, 0x07, + 0x70, 0xd1, 0xbf, 0xe7, 0x26, 0x67, 0x96, 0x21, 0x63, 0x32, 0x47, 0x6f, 0x7b, 0x0a, 0xe5, 0x97, + 0xbd, 0xe1, 0x2b, 0xd6, 0x6b, 0x89, 0xf3, 0x47, 0x62, 0xd5, 0xbd, 0xe9, 0x63, 0xfd, 0x45, 0x8f, + 0x78, 0xab, 0x1f, 0xe9, 0xb0, 0x6f, 0x4e, 0x9b, 0xa9, 0xe6, 0x30, 0xf5, 0x4e, 0x8a, 0x60, 0x7f, + 0xdd, 0x2f, 0x01, 0xbc, 0x9c, 0xd0, 0xea, 0xe9, 0x63, 0x8b, 0x31, 0x3a, 0x41, 0xbd, 0x9b, 0x72, + 0x42, 0x2c, 0x88, 0x48, 0x3f, 0x32, 0x19, 0xc4, 0xf0, 0x84, 0x29, 0x40, 0x24, 0x1c, 0xa4, 0xdf, + 0x00, 0xb8, 0x95, 0x64, 0x47, 0xaf, 0x8f, 0x55, 0x4f, 0xcc, 0x0c, 0xf5, 0xcd, 0xb4, 0x33, 0x7c, + 0x1c, 0x5f, 0xc0, 0xcd, 0xf8, 0xa3, 0x55, 0x9b, 0x98, 0x72, 0x28, 0x5e, 0x7d, 0x23, 0x5d, 0xbc, + 0x04, 0x50, 0xae, 0x3c, 0x39, 0x2e, 0x82, 0xa7, 0xc7, 0x45, 0xf0, 0xff, 0x71, 0x11, 0x7c, 0x7b, + 0x52, 0x9c, 0x7b, 0x7a, 0x52, 0x9c, 0xfb, 0xe7, 0xa4, 0x38, 0xf7, 0x89, 0x1e, 0xb2, 0x09, 0x91, + 0xfb, 0xd6, 0xa1, 0xd9, 0xa0, 0xf2, 0x87, 0x7e, 0x74, 0x57, 0xef, 0xf1, 0xbf, 0x0f, 0x3d, 0xcf, + 0x68, 0xcc, 0x7b, 0x7f, 0xf7, 0xdd, 0x79, 0x16, 0x00, 0x00, 0xff, 0xff, 0x5d, 0xdb, 0x47, 0x35, + 0x5b, 0x14, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -1376,10 +1377,10 @@ func (m *MsgJoinPool) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l - if len(m.TokenInMax) > 0 { - for iNdEx := len(m.TokenInMax) - 1; iNdEx >= 0; iNdEx-- { + if len(m.TokenInMaxs) > 0 { + for iNdEx := len(m.TokenInMaxs) - 1; iNdEx >= 0; iNdEx-- { { - size, err := m.TokenInMax[iNdEx].MarshalToSizedBuffer(dAtA[:i]) + size, err := m.TokenInMaxs[iNdEx].MarshalToSizedBuffer(dAtA[:i]) if err != nil { return 0, err } @@ -1391,9 +1392,9 @@ func (m *MsgJoinPool) MarshalToSizedBuffer(dAtA []byte) (int, error) { } } { - size := m.PoolAmountOut.Size() + size := m.ShareOutAmount.Size() i -= size - if _, err := m.PoolAmountOut.MarshalTo(dAtA[i:]); err != nil { + if _, err := m.ShareOutAmount.MarshalTo(dAtA[i:]); err != nil { return 0, err } i = encodeVarintTx(dAtA, i, uint64(size)) @@ -1672,10 +1673,10 @@ func (m *SwapAmountOutRoute) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l - if len(m.TokenOutDenom) > 0 { - i -= len(m.TokenOutDenom) - copy(dAtA[i:], m.TokenOutDenom) - i = encodeVarintTx(dAtA, i, uint64(len(m.TokenOutDenom))) + if len(m.TokenInDenom) > 0 { + i -= len(m.TokenInDenom) + copy(dAtA[i:], m.TokenInDenom) + i = encodeVarintTx(dAtA, i, uint64(len(m.TokenInDenom))) i-- dAtA[i] = 0x12 } @@ -2174,10 +2175,10 @@ func (m *MsgJoinPool) Size() (n int) { if m.PoolId != 0 { n += 1 + sovTx(uint64(m.PoolId)) } - l = m.PoolAmountOut.Size() + l = m.ShareOutAmount.Size() n += 1 + l + sovTx(uint64(l)) - if len(m.TokenInMax) > 0 { - for _, e := range m.TokenInMax { + if len(m.TokenInMaxs) > 0 { + for _, e := range m.TokenInMaxs { l = e.Size() n += 1 + l + sovTx(uint64(l)) } @@ -2286,7 +2287,7 @@ func (m *SwapAmountOutRoute) Size() (n int) { if m.PoolId != 0 { n += 1 + sovTx(uint64(m.PoolId)) } - l = len(m.TokenOutDenom) + l = len(m.TokenInDenom) if l > 0 { n += 1 + l + sovTx(uint64(l)) } @@ -2547,7 +2548,7 @@ func (m *MsgJoinPool) Unmarshal(dAtA []byte) error { } case 3: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field PoolAmountOut", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field ShareOutAmount", wireType) } var stringLen uint64 for shift := uint(0); ; shift += 7 { @@ -2575,13 +2576,13 @@ func (m *MsgJoinPool) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - if err := m.PoolAmountOut.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + if err := m.ShareOutAmount.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex case 4: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field TokenInMax", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field TokenInMaxs", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -2608,8 +2609,8 @@ func (m *MsgJoinPool) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - m.TokenInMax = append(m.TokenInMax, types.Coin{}) - if err := m.TokenInMax[len(m.TokenInMax)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + m.TokenInMaxs = append(m.TokenInMaxs, types.Coin{}) + if err := m.TokenInMaxs[len(m.TokenInMaxs)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex @@ -3321,7 +3322,7 @@ func (m *SwapAmountOutRoute) Unmarshal(dAtA []byte) error { } case 2: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field TokenOutDenom", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field TokenInDenom", wireType) } var stringLen uint64 for shift := uint(0); ; shift += 7 { @@ -3349,7 +3350,7 @@ func (m *SwapAmountOutRoute) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - m.TokenOutDenom = string(dAtA[iNdEx:postIndex]) + m.TokenInDenom = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex default: iNdEx = preIndex From 80ed47b80993165d20e87114228679ef3c4cb87e Mon Sep 17 00:00:00 2001 From: Hieu Vu <72878483+hieuvubk@users.noreply.github.com> Date: Fri, 3 Jun 2022 04:21:38 +0700 Subject: [PATCH 3/5] regen proto --- .../pool-models/balancer/balancerPool.pb.go | 108 +++++++++--------- .../stableswap/stableswap_pool.pb.go | 81 ++++++------- x/gamm/types/query.pb.gw.go | 14 +-- 3 files changed, 102 insertions(+), 101 deletions(-) diff --git a/x/gamm/pool-models/balancer/balancerPool.pb.go b/x/gamm/pool-models/balancer/balancerPool.pb.go index 525da470555..ec3930ed3fc 100644 --- a/x/gamm/pool-models/balancer/balancerPool.pb.go +++ b/x/gamm/pool-models/balancer/balancerPool.pb.go @@ -240,7 +240,7 @@ type Pool struct { // TODO: Further improve these docs FuturePoolGovernor string `protobuf:"bytes,4,opt,name=future_pool_governor,json=futurePoolGovernor,proto3" json:"future_pool_governor,omitempty" yaml:"future_pool_governor"` // sum of all LP tokens sent out - TotalShares types1.Coin `protobuf:"bytes,5,opt,name=totalShares,proto3" json:"totalShares" yaml:"total_shares"` + TotalShares types1.Coin `protobuf:"bytes,5,opt,name=total_shares,json=totalShares,proto3" json:"total_shares" yaml:"total_shares"` // These are assumed to be sorted by denomiation. // They contain the pool asset and the information about the weight PoolAssets []PoolAsset `protobuf:"bytes,6,rep,name=pool_assets,json=poolAssets,proto3" json:"pool_assets" yaml:"pool_assets"` @@ -292,59 +292,59 @@ func init() { } var fileDescriptor_7e991f749f68c2a4 = []byte{ - // 821 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x95, 0xcf, 0x6f, 0xe3, 0x44, - 0x14, 0xc7, 0xe3, 0x24, 0x6d, 0xe9, 0x14, 0x16, 0x75, 0xc8, 0xc1, 0xcd, 0x8a, 0xb8, 0x1a, 0x24, - 0xb4, 0x42, 0x1b, 0x5b, 0x5d, 0x90, 0x90, 0xf6, 0x00, 0xda, 0x6c, 0x0b, 0xea, 0xad, 0xb8, 0x48, - 0xad, 0xe8, 0xc1, 0x9a, 0x24, 0x53, 0xc7, 0xaa, 0xed, 0x31, 0x9e, 0x49, 0x7f, 0xfc, 0x07, 0x1c, - 0x7b, 0x42, 0x3d, 0xf6, 0xce, 0x09, 0x89, 0xff, 0x81, 0x8a, 0x53, 0x8f, 0x88, 0x83, 0x8b, 0xda, - 0x1b, 0xc7, 0xfc, 0x05, 0x68, 0x66, 0x9e, 0xd3, 0x90, 0x26, 0xa2, 0xd5, 0x9e, 0x9a, 0x99, 0x79, - 0xef, 0xf3, 0xbe, 0xf3, 0xde, 0x77, 0x5c, 0xf4, 0x05, 0x17, 0x09, 0x17, 0x91, 0xf0, 0x42, 0x9a, - 0x24, 0x5e, 0xc6, 0x79, 0xdc, 0x4e, 0x78, 0x9f, 0xc5, 0xc2, 0xeb, 0xd2, 0x98, 0xa6, 0x3d, 0x96, - 0x8f, 0x7f, 0xec, 0x70, 0x1e, 0xbb, 0x59, 0xce, 0x25, 0xc7, 0x0d, 0xc8, 0x72, 0x55, 0x96, 0x7b, - 0xbc, 0xd1, 0x65, 0x92, 0x6e, 0x34, 0xd7, 0x7a, 0x7a, 0x3b, 0xd0, 0x31, 0x9e, 0x59, 0x98, 0x84, - 0x66, 0x23, 0xe4, 0x21, 0x37, 0xfb, 0xea, 0x17, 0xec, 0xb6, 0x42, 0xce, 0xc3, 0x98, 0x79, 0x7a, - 0xd5, 0x1d, 0x1e, 0x7a, 0xfd, 0x61, 0x4e, 0x65, 0xc4, 0x53, 0x38, 0x77, 0xa6, 0xcf, 0x65, 0x94, - 0x30, 0x21, 0x69, 0x92, 0x95, 0x00, 0x53, 0xc4, 0xa3, 0x43, 0x39, 0xf0, 0x40, 0x86, 0x5e, 0x4c, - 0x9d, 0x77, 0xa9, 0x60, 0xe3, 0xf3, 0x1e, 0x8f, 0xa0, 0x00, 0xf9, 0xbd, 0x86, 0xec, 0xdd, 0x84, - 0x73, 0x39, 0xd8, 0x63, 0x51, 0x38, 0x90, 0x6f, 0x07, 0x34, 0x0d, 0xd9, 0x0e, 0xcd, 0x69, 0x22, - 0xf0, 0x3e, 0x42, 0x42, 0xd2, 0x5c, 0x06, 0xaa, 0xaa, 0x6d, 0xad, 0x5b, 0x2f, 0x56, 0x5e, 0x35, - 0x5d, 0x23, 0xc9, 0x2d, 0x25, 0xb9, 0xdf, 0x97, 0x92, 0x3a, 0x1f, 0x5f, 0x15, 0x4e, 0x65, 0x54, - 0x38, 0xab, 0x67, 0x34, 0x89, 0x5f, 0x93, 0xfb, 0x5c, 0x72, 0x7e, 0xe3, 0x58, 0xfe, 0xb2, 0xde, - 0x50, 0xe1, 0x78, 0x80, 0xde, 0x2b, 0x6f, 0x6a, 0x57, 0x35, 0x77, 0xed, 0x01, 0x77, 0x13, 0x02, - 0x3a, 0x1b, 0x0a, 0xfb, 0x4f, 0xe1, 0xe0, 0x32, 0xe5, 0x25, 0x4f, 0x22, 0xc9, 0x92, 0x4c, 0x9e, - 0x8d, 0x0a, 0xe7, 0x43, 0x53, 0xac, 0x3c, 0x23, 0x17, 0xaa, 0xd4, 0x98, 0x8e, 0x25, 0xc2, 0x51, - 0x1a, 0xc9, 0x88, 0xc6, 0x6a, 0x7a, 0xe6, 0x92, 0xc2, 0xae, 0xad, 0xd7, 0x5e, 0xac, 0xbc, 0x72, - 0xdc, 0x59, 0x53, 0x74, 0x55, 0xe0, 0x1b, 0x21, 0x98, 0xec, 0x7c, 0x02, 0x17, 0x7a, 0x6e, 0x6a, - 0x00, 0x28, 0x50, 0x26, 0x09, 0x4e, 0x0c, 0x8a, 0xf8, 0x33, 0xf8, 0xf8, 0x47, 0xb4, 0x2a, 0x69, - 0x1e, 0x32, 0x39, 0x59, 0xb4, 0xfe, 0xb8, 0xa2, 0x04, 0x8a, 0x36, 0x4d, 0x51, 0xc3, 0x99, 0xaa, - 0xf9, 0x90, 0x4e, 0x6e, 0xaa, 0x08, 0xa9, 0x35, 0xcc, 0xee, 0x00, 0x2d, 0x89, 0x13, 0x9a, 0x7d, - 0xc3, 0xcc, 0xe0, 0x96, 0x3b, 0x6f, 0x14, 0xf6, 0xaf, 0xc2, 0xf9, 0x34, 0x8c, 0xe4, 0x60, 0xd8, - 0x75, 0x7b, 0x3c, 0x01, 0x87, 0xc2, 0x9f, 0xb6, 0xe8, 0x1f, 0x79, 0xf2, 0x2c, 0x63, 0xc2, 0xdd, - 0x64, 0xbd, 0xfb, 0xce, 0x2a, 0x4c, 0x70, 0xc8, 0x18, 0xf1, 0x4b, 0xa2, 0x82, 0xb3, 0xd3, 0x48, - 0x2a, 0x78, 0xf5, 0xdd, 0xe0, 0x0a, 0x03, 0x70, 0x20, 0xe2, 0x9f, 0x2d, 0x64, 0x8b, 0x39, 0x96, - 0xb4, 0x6b, 0xda, 0x2c, 0xee, 0xec, 0x1e, 0xce, 0x33, 0x72, 0xe7, 0xb3, 0xab, 0xc2, 0xb1, 0x46, - 0x85, 0x43, 0xe0, 0x46, 0x3a, 0x0e, 0xba, 0x19, 0xf4, 0x74, 0x64, 0x90, 0xe9, 0x50, 0xe2, 0xcf, - 0xad, 0x4d, 0x7e, 0xb1, 0xd0, 0xf2, 0x78, 0x4c, 0x78, 0x0b, 0x2d, 0x48, 0x7e, 0xc4, 0x52, 0x78, - 0x17, 0x6b, 0x2e, 0x3c, 0x77, 0xf5, 0xd2, 0xc6, 0x8a, 0xde, 0xf2, 0x28, 0xed, 0x34, 0x60, 0xa0, - 0xef, 0xc3, 0x40, 0x55, 0x16, 0xf1, 0x4d, 0x36, 0xde, 0x43, 0x8b, 0x46, 0x07, 0x74, 0xf2, 0xeb, - 0x27, 0x74, 0x72, 0x3b, 0x95, 0xa3, 0xc2, 0xf9, 0xc0, 0x60, 0x0d, 0x85, 0xf8, 0x80, 0x23, 0xbf, - 0xd6, 0x51, 0x5d, 0xa9, 0xc5, 0x2f, 0xd1, 0x12, 0xed, 0xf7, 0x73, 0x26, 0x04, 0x38, 0x01, 0x8f, - 0x0a, 0xe7, 0x99, 0x49, 0x82, 0x03, 0xe2, 0x97, 0x21, 0xf8, 0x19, 0xaa, 0x46, 0x7d, 0xad, 0xa5, - 0xee, 0x57, 0xa3, 0x3e, 0x66, 0x08, 0x65, 0x63, 0x57, 0x41, 0xfb, 0xd7, 0xe7, 0x5b, 0x18, 0x1a, - 0x3e, 0xf5, 0x70, 0xca, 0x0f, 0xa8, 0x71, 0x71, 0xd9, 0xe9, 0x09, 0x30, 0xfe, 0x0e, 0x35, 0x0e, - 0x87, 0x72, 0x98, 0x33, 0x13, 0x12, 0xf2, 0x63, 0x96, 0xa7, 0x3c, 0xb7, 0xeb, 0x5a, 0xb1, 0x73, - 0x8f, 0x9a, 0x15, 0x45, 0x7c, 0x6c, 0xb6, 0x95, 0x82, 0x6f, 0x61, 0x13, 0xef, 0xa3, 0x15, 0xc9, - 0x25, 0x8d, 0x77, 0x07, 0x34, 0x67, 0xc2, 0x5e, 0xf8, 0xbf, 0x31, 0x3d, 0x07, 0xcd, 0x1f, 0x95, - 0x63, 0x92, 0x34, 0x0e, 0x84, 0x4e, 0x26, 0xfe, 0x24, 0x0a, 0x1f, 0x98, 0x9e, 0x68, 0x1f, 0x08, - 0x7b, 0xf1, 0x71, 0xcf, 0xba, 0x09, 0x78, 0x6c, 0xf0, 0xfa, 0x02, 0x54, 0x13, 0xa0, 0x13, 0x06, - 0x87, 0x43, 0x90, 0x6d, 0x0c, 0x68, 0x2f, 0xe9, 0x06, 0x6c, 0x3d, 0xd9, 0x15, 0xff, 0xb9, 0x45, - 0xe9, 0x8d, 0x49, 0xf2, 0xeb, 0xd5, 0x9f, 0x2e, 0x9d, 0xca, 0xc5, 0xa5, 0x53, 0xf9, 0xe3, 0xb7, - 0xf6, 0x82, 0xd2, 0xb9, 0xdd, 0xd9, 0xbf, 0xba, 0x6d, 0x59, 0xd7, 0xb7, 0x2d, 0xeb, 0xef, 0xdb, - 0x96, 0x75, 0x7e, 0xd7, 0xaa, 0x5c, 0xdf, 0xb5, 0x2a, 0x7f, 0xde, 0xb5, 0x2a, 0x3f, 0x7c, 0x35, - 0x51, 0x18, 0x2e, 0xda, 0x8e, 0x69, 0x57, 0x94, 0x0b, 0xef, 0xf8, 0x4b, 0xef, 0x74, 0xfe, 0xbf, - 0xd0, 0xee, 0xa2, 0xfe, 0xac, 0x7f, 0xfe, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xdd, 0x78, 0x0b, - 0xc7, 0x6e, 0x07, 0x00, 0x00, + // 831 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x55, 0x4f, 0x6f, 0xeb, 0x44, + 0x10, 0x8f, 0x93, 0xb4, 0x79, 0xdd, 0x3c, 0x1e, 0xea, 0xbe, 0x1c, 0xdc, 0x54, 0xc4, 0xd5, 0x22, + 0xa1, 0x27, 0xf4, 0x62, 0xab, 0x0f, 0x24, 0xa4, 0x1e, 0x40, 0x4d, 0x5b, 0x50, 0x6f, 0xc5, 0x45, + 0x6a, 0x41, 0x95, 0xac, 0x4d, 0xb2, 0xb1, 0xad, 0xda, 0x5e, 0xcb, 0xbb, 0x49, 0xdb, 0x6f, 0xc0, + 0xb1, 0xc7, 0x72, 0xeb, 0x9d, 0x2b, 0x7c, 0x87, 0x0a, 0x2e, 0x3d, 0x22, 0x0e, 0x06, 0xb5, 0x9c, + 0x38, 0xe6, 0x13, 0xa0, 0xfd, 0xe3, 0x24, 0x2d, 0x89, 0x68, 0xc5, 0x29, 0x3b, 0xb3, 0x33, 0xbf, + 0xf9, 0xcd, 0xcc, 0x6f, 0x1d, 0xf0, 0x29, 0x65, 0x31, 0x65, 0x21, 0x73, 0x7c, 0x1c, 0xc7, 0x4e, + 0x4a, 0x69, 0xd4, 0x8e, 0x69, 0x9f, 0x44, 0xcc, 0xe9, 0xe2, 0x08, 0x27, 0x3d, 0x92, 0x4d, 0x0e, + 0x07, 0x94, 0x46, 0x76, 0x9a, 0x51, 0x4e, 0x61, 0x43, 0x67, 0xd9, 0x22, 0xcb, 0x1e, 0x6d, 0x76, + 0x09, 0xc7, 0x9b, 0xcd, 0xb5, 0x9e, 0x74, 0x7b, 0x32, 0xc6, 0x51, 0x86, 0x4a, 0x68, 0x36, 0x7c, + 0xea, 0x53, 0xe5, 0x17, 0x27, 0xed, 0x6d, 0xf9, 0x94, 0xfa, 0x11, 0x71, 0xa4, 0xd5, 0x1d, 0x0e, + 0x9c, 0xfe, 0x30, 0xc3, 0x3c, 0xa4, 0x89, 0xbe, 0xb7, 0x1e, 0xdf, 0xf3, 0x30, 0x26, 0x8c, 0xe3, + 0x38, 0x2d, 0x00, 0x54, 0x11, 0x07, 0x0f, 0x79, 0xe0, 0x68, 0x1a, 0xd2, 0x78, 0x74, 0xdf, 0xc5, + 0x8c, 0x4c, 0xee, 0x7b, 0x34, 0xd4, 0x05, 0xd0, 0xaf, 0x15, 0x60, 0x1e, 0xc6, 0x94, 0xf2, 0xe0, + 0x88, 0x84, 0x7e, 0xc0, 0x77, 0x02, 0x9c, 0xf8, 0xe4, 0x00, 0x67, 0x38, 0x66, 0xf0, 0x18, 0x00, + 0xc6, 0x71, 0xc6, 0x3d, 0x51, 0xd5, 0x34, 0x36, 0x8c, 0x37, 0xf5, 0x77, 0x4d, 0x5b, 0x51, 0xb2, + 0x0b, 0x4a, 0xf6, 0x37, 0x05, 0xa5, 0xce, 0x07, 0x37, 0xb9, 0x55, 0x1a, 0xe7, 0xd6, 0xea, 0x05, + 0x8e, 0xa3, 0x2d, 0x34, 0xcd, 0x45, 0x97, 0x7f, 0x58, 0x86, 0xbb, 0x22, 0x1d, 0x22, 0x1c, 0x06, + 0xe0, 0x45, 0xd1, 0xa9, 0x59, 0x96, 0xb8, 0x6b, 0xff, 0xc2, 0xdd, 0xd5, 0x01, 0x9d, 0x4d, 0x01, + 0xfb, 0x77, 0x6e, 0xc1, 0x22, 0xe5, 0x2d, 0x8d, 0x43, 0x4e, 0xe2, 0x94, 0x5f, 0x8c, 0x73, 0xeb, + 0x7d, 0x55, 0xac, 0xb8, 0x43, 0x57, 0xa2, 0xd4, 0x04, 0x1d, 0x8e, 0x40, 0x23, 0x4c, 0x42, 0x1e, + 0xe2, 0xc8, 0x13, 0xbb, 0xf5, 0xce, 0x64, 0x9b, 0xcc, 0xac, 0x6c, 0x54, 0xde, 0xd4, 0xdf, 0x59, + 0xf6, 0xbc, 0x3d, 0xda, 0x62, 0xd1, 0xdb, 0x8c, 0x11, 0xde, 0xf9, 0x50, 0xb7, 0xb4, 0xae, 0xaa, + 0xcc, 0x83, 0x42, 0x2e, 0xd4, 0x6e, 0x91, 0xa6, 0xc6, 0xc8, 0x20, 0x03, 0xaf, 0x39, 0xce, 0x7c, + 0xc2, 0x1f, 0x96, 0xad, 0x3e, 0xad, 0x2c, 0xd2, 0x65, 0x9b, 0xaa, 0xec, 0x1c, 0x24, 0xe4, 0xae, + 0x2a, 0xef, 0x4c, 0x51, 0xf4, 0x57, 0x19, 0x00, 0x61, 0xeb, 0xfd, 0x9d, 0x80, 0x17, 0xec, 0x0c, + 0xa7, 0xde, 0x80, 0xa8, 0xed, 0xad, 0x74, 0xb6, 0x05, 0xee, 0xef, 0xb9, 0xf5, 0x91, 0x1f, 0xf2, + 0x60, 0xd8, 0xb5, 0x7b, 0x34, 0xd6, 0x32, 0xd5, 0x3f, 0x6d, 0xd6, 0x3f, 0x75, 0xf8, 0x45, 0x4a, + 0x98, 0xbd, 0x4b, 0x7a, 0xd3, 0xf1, 0x16, 0x38, 0xc8, 0xad, 0x89, 0xe3, 0x97, 0x84, 0x08, 0x74, + 0x72, 0x1e, 0x72, 0x89, 0x5e, 0xfe, 0x7f, 0xe8, 0x05, 0x0e, 0x72, 0x6b, 0xe2, 0x28, 0xd0, 0x7f, + 0x30, 0xc0, 0x3a, 0x93, 0xc2, 0xd4, 0x1d, 0x7b, 0x3d, 0x29, 0x4d, 0x2f, 0x95, 0xbd, 0x99, 0x15, + 0xa9, 0x1a, 0x7b, 0xfe, 0x20, 0x17, 0x29, 0xba, 0xf3, 0xf1, 0x4d, 0x6e, 0x19, 0xe3, 0xdc, 0x42, + 0xba, 0xab, 0xc5, 0x05, 0x90, 0x6b, 0xb2, 0x05, 0x28, 0xe8, 0x47, 0x03, 0xac, 0x4c, 0x76, 0x05, + 0xf7, 0xc0, 0x12, 0xa7, 0xa7, 0x24, 0xd1, 0x0f, 0x64, 0xcd, 0xd6, 0xef, 0x5e, 0x3c, 0xb9, 0x09, + 0xa3, 0x1d, 0x1a, 0x26, 0x9d, 0x86, 0xde, 0xea, 0x4b, 0xbd, 0x55, 0x91, 0x85, 0x5c, 0x95, 0x0d, + 0x8f, 0xc0, 0xb2, 0xe2, 0xa1, 0x87, 0xf9, 0xc5, 0x33, 0x86, 0xb9, 0x9f, 0xf0, 0x71, 0x6e, 0xbd, + 0xa7, 0x60, 0x15, 0x0a, 0x72, 0x35, 0x1c, 0xfa, 0xb9, 0x0a, 0xaa, 0x82, 0x2d, 0x7c, 0x0b, 0x6a, + 0xb8, 0xdf, 0xcf, 0x08, 0x63, 0x5a, 0x0d, 0x70, 0x9c, 0x5b, 0xaf, 0x54, 0x92, 0xbe, 0x40, 0x6e, + 0x11, 0x02, 0x5f, 0x81, 0x72, 0xd8, 0x97, 0x5c, 0xaa, 0x6e, 0x39, 0xec, 0xc3, 0x01, 0xa8, 0x4b, + 0xfd, 0x3d, 0x98, 0xff, 0xc6, 0x62, 0x21, 0xeb, 0x89, 0x3f, 0x7a, 0x40, 0xc5, 0xa7, 0xd4, 0x9b, + 0xc1, 0x42, 0x2e, 0x48, 0xa7, 0xa2, 0xfd, 0x1a, 0x34, 0x06, 0x43, 0x3e, 0xcc, 0x88, 0x0a, 0xf1, + 0xe9, 0x88, 0x64, 0x09, 0xcd, 0xcc, 0xaa, 0xa4, 0x6c, 0x4d, 0xa1, 0xe6, 0x45, 0x21, 0x17, 0x2a, + 0xb7, 0x60, 0xf0, 0x95, 0x76, 0xc2, 0x6f, 0xc1, 0x4b, 0x4e, 0x39, 0x8e, 0x3c, 0x16, 0xe0, 0x8c, + 0x30, 0x73, 0xe9, 0xbf, 0x16, 0xb5, 0xae, 0x49, 0xbf, 0x2e, 0x16, 0x35, 0x4d, 0x46, 0x6e, 0x5d, + 0x9a, 0x87, 0xd2, 0x82, 0x27, 0x7a, 0x2a, 0x58, 0x48, 0x81, 0x99, 0xcb, 0x4f, 0x7b, 0xde, 0x4d, + 0x8d, 0x0f, 0x15, 0xfe, 0x0c, 0x82, 0x9e, 0x85, 0x0c, 0x63, 0x30, 0x28, 0x88, 0x6b, 0x65, 0xd4, + 0xe4, 0x0c, 0xf6, 0x9e, 0xad, 0x8c, 0x07, 0x7d, 0x14, 0xfa, 0x50, 0x7d, 0x28, 0x79, 0x6f, 0xad, + 0x7e, 0x7f, 0x6d, 0x95, 0xae, 0xae, 0xad, 0xd2, 0x2f, 0x3f, 0xb5, 0x97, 0x04, 0xd1, 0xfd, 0xce, + 0xf1, 0xcd, 0x5d, 0xcb, 0xb8, 0xbd, 0x6b, 0x19, 0x7f, 0xde, 0xb5, 0x8c, 0xcb, 0xfb, 0x56, 0xe9, + 0xf6, 0xbe, 0x55, 0xfa, 0xed, 0xbe, 0x55, 0xfa, 0xee, 0xf3, 0x99, 0xc2, 0xba, 0xd3, 0x76, 0x84, + 0xbb, 0xac, 0x30, 0x9c, 0xd1, 0x67, 0xce, 0xf9, 0xe2, 0xff, 0xd3, 0xee, 0xb2, 0xfc, 0xc6, 0x7f, + 0xf2, 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x54, 0xdd, 0x49, 0x11, 0x7b, 0x07, 0x00, 0x00, } func (m *SmoothWeightChangeParams) Marshal() (dAtA []byte, err error) { diff --git a/x/gamm/pool-models/stableswap/stableswap_pool.pb.go b/x/gamm/pool-models/stableswap/stableswap_pool.pb.go index fdb364f8ead..a2fdd1ab03f 100644 --- a/x/gamm/pool-models/stableswap/stableswap_pool.pb.go +++ b/x/gamm/pool-models/stableswap/stableswap_pool.pb.go @@ -136,46 +136,47 @@ func init() { } var fileDescriptor_ae0f054436f9999a = []byte{ - // 622 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x54, 0xcf, 0x6b, 0xd4, 0x40, - 0x14, 0x4e, 0xda, 0x6d, 0xab, 0x53, 0x5a, 0x71, 0xac, 0x98, 0xb6, 0x98, 0x59, 0x02, 0xca, 0x22, - 0x6e, 0x62, 0x15, 0x14, 0x7b, 0xd2, 0x55, 0x2a, 0x82, 0x60, 0x8d, 0x17, 0xa9, 0x87, 0x65, 0x92, - 0xcc, 0xa6, 0x83, 0xc9, 0x4e, 0x9a, 0x99, 0xd4, 0xf6, 0xe0, 0xdd, 0xa3, 0x47, 0x8f, 0x05, 0x6f, - 0x9e, 0xfd, 0x1b, 0xa4, 0x78, 0xea, 0x51, 0x3c, 0x44, 0xe9, 0xfe, 0x07, 0xfb, 0x17, 0xc8, 0x4c, - 0x66, 0x7f, 0xd5, 0x52, 0x0a, 0x9e, 0x36, 0xef, 0xbd, 0xef, 0xfb, 0xde, 0x7b, 0x5f, 0xde, 0x06, - 0x3c, 0x64, 0x3c, 0x65, 0x9c, 0x72, 0x2f, 0xc6, 0x69, 0xea, 0x65, 0x8c, 0x25, 0xcd, 0x94, 0x45, - 0x24, 0xe1, 0x1e, 0x17, 0x38, 0x48, 0x08, 0x7f, 0x8f, 0xb3, 0xb1, 0xc7, 0xb6, 0x44, 0xb8, 0x59, - 0xce, 0x04, 0x83, 0xb7, 0x34, 0xd5, 0x95, 0x54, 0x57, 0x16, 0x2a, 0xa6, 0x3b, 0x82, 0xbb, 0xbb, - 0x6b, 0x01, 0x11, 0x78, 0x6d, 0x65, 0x39, 0x54, 0xe0, 0xb6, 0x62, 0x7a, 0x55, 0x50, 0xc9, 0xac, - 0x2c, 0xc5, 0x2c, 0x66, 0x55, 0x5e, 0x3e, 0xe9, 0xac, 0x1d, 0x33, 0x16, 0x27, 0xc4, 0x53, 0x51, - 0x50, 0x74, 0xbc, 0xa8, 0xc8, 0xb1, 0xa0, 0xac, 0xab, 0xeb, 0xe8, 0x64, 0x5d, 0xd0, 0x94, 0x70, - 0x81, 0xd3, 0x6c, 0x20, 0x50, 0x35, 0xf1, 0x70, 0x21, 0xb6, 0x3d, 0x3d, 0x86, 0x0a, 0x4e, 0xd4, - 0x03, 0xcc, 0xc9, 0xb0, 0x1e, 0x32, 0xaa, 0x1b, 0x38, 0xdf, 0x4d, 0x00, 0x36, 0x19, 0x4b, 0x36, - 0x71, 0x8e, 0x53, 0x0e, 0xdf, 0x82, 0x39, 0xb9, 0xd0, 0x06, 0x21, 0x96, 0x59, 0x37, 0x1b, 0x17, - 0x5b, 0x8f, 0x0f, 0x4b, 0x64, 0xfc, 0x2a, 0xd1, 0xcd, 0x98, 0x8a, 0xed, 0x22, 0x70, 0x43, 0x96, - 0xea, 0xbd, 0xf4, 0x4f, 0x93, 0x47, 0xef, 0x3c, 0xb1, 0x9f, 0x11, 0xee, 0x3e, 0x25, 0x61, 0xbf, - 0x44, 0x97, 0xf6, 0x71, 0x9a, 0xac, 0x3b, 0xca, 0xc6, 0x0e, 0x21, 0x8e, 0x3f, 0x50, 0x94, 0xe2, - 0x64, 0x8f, 0x0a, 0x29, 0x3e, 0xf5, 0x7f, 0xe2, 0x52, 0x46, 0x8b, 0x6b, 0x45, 0xe7, 0xcb, 0x0c, - 0xa8, 0xc9, 0x45, 0xe0, 0x6d, 0x30, 0x87, 0xa3, 0x28, 0x27, 0x9c, 0xeb, 0x15, 0x60, 0xbf, 0x44, - 0x8b, 0x15, 0x4f, 0x17, 0x1c, 0x7f, 0x00, 0x81, 0x8b, 0x60, 0x8a, 0x46, 0x6a, 0x9c, 0x9a, 0x3f, - 0x45, 0x23, 0xf8, 0x01, 0x80, 0x6c, 0x68, 0x87, 0x35, 0x5d, 0x37, 0x1b, 0xf3, 0x77, 0xef, 0xbb, - 0xe7, 0x3f, 0x01, 0x77, 0x64, 0x66, 0xeb, 0x86, 0x5c, 0xaf, 0x5f, 0xa2, 0xeb, 0xda, 0x91, 0xc9, - 0xf3, 0x6a, 0x67, 0x0a, 0xe5, 0xf8, 0x63, 0x0d, 0xe1, 0x2b, 0xb0, 0xd4, 0x29, 0x44, 0x91, 0x93, - 0x0a, 0x12, 0xb3, 0x5d, 0x92, 0x77, 0x59, 0x6e, 0xd5, 0xd4, 0x26, 0xa8, 0x5f, 0xa2, 0xd5, 0x4a, - 0xec, 0x34, 0x94, 0xe3, 0xc3, 0x2a, 0x2d, 0x67, 0x78, 0xa6, 0x93, 0xf0, 0x0d, 0x98, 0x17, 0x4c, - 0xe0, 0xe4, 0xf5, 0x36, 0xce, 0x09, 0xb7, 0x66, 0xd4, 0x4a, 0xcb, 0xae, 0x3e, 0x4e, 0x79, 0x17, - 0xc3, 0xd9, 0x9f, 0x30, 0xda, 0x6d, 0xad, 0xea, 0xa9, 0xaf, 0x54, 0x8d, 0x14, 0xb7, 0xcd, 0x15, - 0xd9, 0xf1, 0xc7, 0xa5, 0xe0, 0x0e, 0x58, 0x90, 0xfd, 0x5f, 0xd0, 0x9d, 0x82, 0x46, 0x54, 0xec, - 0x5b, 0xb3, 0xf5, 0xe9, 0xb3, 0xb5, 0xef, 0x48, 0xed, 0xaf, 0xbf, 0x51, 0xe3, 0x1c, 0x2f, 0x5c, - 0x12, 0xb8, 0x3f, 0xd9, 0x01, 0xbe, 0x04, 0x8b, 0x3c, 0xc4, 0x09, 0xed, 0xc6, 0xed, 0x0e, 0x0e, - 0x05, 0xcb, 0xad, 0xb9, 0xfa, 0x74, 0xa3, 0xd6, 0x6a, 0xe8, 0xa1, 0xeb, 0xff, 0x58, 0x3d, 0x09, - 0x77, 0xfc, 0x05, 0x9d, 0xd8, 0x50, 0x31, 0xdc, 0x02, 0xd7, 0x26, 0x11, 0x23, 0xcf, 0x2f, 0x28, - 0xcf, 0x9d, 0x7e, 0x89, 0x6c, 0xad, 0x7a, 0x3a, 0xd0, 0xf1, 0xaf, 0x4e, 0x68, 0x0e, 0x9c, 0x5f, - 0xbf, 0xfc, 0xf1, 0x00, 0x19, 0x9f, 0x0f, 0x90, 0xf1, 0xe3, 0x5b, 0x73, 0x46, 0xbe, 0x93, 0xe7, - 0xad, 0xad, 0xc3, 0x63, 0xdb, 0x3c, 0x3a, 0xb6, 0xcd, 0x3f, 0xc7, 0xb6, 0xf9, 0xa9, 0x67, 0x1b, - 0x47, 0x3d, 0xdb, 0xf8, 0xd9, 0xb3, 0x8d, 0xad, 0x47, 0x63, 0x96, 0xe8, 0x73, 0x6b, 0x26, 0x38, - 0xe0, 0x83, 0xc0, 0xdb, 0x7d, 0xe0, 0xed, 0x9d, 0xf5, 0xf9, 0x0a, 0x66, 0xd5, 0x3f, 0xfa, 0xde, - 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, 0xc1, 0x97, 0x9a, 0x05, 0xec, 0x04, 0x00, 0x00, + // 632 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x54, 0xc1, 0x6e, 0xd3, 0x40, + 0x10, 0x8d, 0xdb, 0xb4, 0x29, 0x5b, 0x1a, 0x84, 0x29, 0xc2, 0x6d, 0x85, 0x37, 0x5a, 0x09, 0x14, + 0x21, 0x62, 0x53, 0x90, 0x40, 0xf4, 0x04, 0x01, 0x15, 0x21, 0x21, 0x51, 0xcc, 0x89, 0x0a, 0x29, + 0x5a, 0xdb, 0x1b, 0x77, 0x85, 0x9d, 0x35, 0xde, 0x75, 0x69, 0x2f, 0x9c, 0x39, 0x72, 0xe4, 0xd8, + 0x13, 0x07, 0xce, 0x7c, 0x44, 0xc5, 0xa9, 0x47, 0xc4, 0xc1, 0xa0, 0xf6, 0x0f, 0xf2, 0x05, 0x68, + 0xd7, 0xeb, 0x26, 0x29, 0x55, 0x55, 0x89, 0x53, 0x76, 0x66, 0xde, 0xbc, 0x99, 0x79, 0x33, 0x31, + 0x78, 0xc8, 0x78, 0xc2, 0x38, 0xe5, 0x6e, 0x84, 0x93, 0xc4, 0x4d, 0x19, 0x8b, 0x3b, 0x09, 0x0b, + 0x49, 0xcc, 0x5d, 0x2e, 0xb0, 0x1f, 0x13, 0xfe, 0x01, 0xa7, 0x63, 0xcf, 0x9e, 0x44, 0x38, 0x69, + 0xc6, 0x04, 0x33, 0x6f, 0xe9, 0x54, 0x47, 0xa6, 0x3a, 0x32, 0x50, 0x66, 0x3a, 0x23, 0xb8, 0xb3, + 0xbd, 0xea, 0x13, 0x81, 0x57, 0x97, 0x97, 0x02, 0x05, 0xee, 0xa9, 0x4c, 0xb7, 0x34, 0x4a, 0x9a, + 0xe5, 0xc5, 0x88, 0x45, 0xac, 0xf4, 0xcb, 0x97, 0xf6, 0xda, 0x11, 0x63, 0x51, 0x4c, 0x5c, 0x65, + 0xf9, 0x79, 0xdf, 0x0d, 0xf3, 0x0c, 0x0b, 0xca, 0x06, 0x3a, 0x0e, 0x4f, 0xc6, 0x05, 0x4d, 0x08, + 0x17, 0x38, 0x49, 0x2b, 0x82, 0xb2, 0x88, 0x8b, 0x73, 0xb1, 0xe5, 0xea, 0x36, 0x94, 0x71, 0x22, + 0xee, 0x63, 0x4e, 0x8e, 0xe3, 0x01, 0xa3, 0xba, 0x00, 0xda, 0x37, 0x00, 0xd8, 0x60, 0x2c, 0xde, + 0xc0, 0x19, 0x4e, 0xb8, 0xf9, 0x16, 0xcc, 0xa9, 0xf9, 0xfb, 0x84, 0x58, 0x46, 0xcb, 0x68, 0x5f, + 0xe8, 0x3e, 0xde, 0x2f, 0x60, 0xed, 0x57, 0x01, 0x6f, 0x46, 0x54, 0x6c, 0xe5, 0xbe, 0x13, 0xb0, + 0x44, 0x0f, 0xa6, 0x7f, 0x3a, 0x3c, 0x7c, 0xe7, 0x8a, 0xdd, 0x94, 0x70, 0xe7, 0x29, 0x09, 0x86, + 0x05, 0xbc, 0xb4, 0x8b, 0x93, 0x78, 0x0d, 0x55, 0x3c, 0xc8, 0x6b, 0xc8, 0xe7, 0x3a, 0x21, 0x92, + 0x9d, 0xec, 0x50, 0xa1, 0xd8, 0xa7, 0xfe, 0x8f, 0xbd, 0xe2, 0x41, 0x5e, 0x43, 0x3e, 0xd7, 0x09, + 0x41, 0x5f, 0x67, 0x40, 0x5d, 0x8e, 0x62, 0xde, 0x06, 0x0d, 0x1c, 0x86, 0x19, 0xe1, 0x5c, 0xcf, + 0x60, 0x0e, 0x0b, 0xd8, 0x2c, 0xf3, 0x74, 0x00, 0x79, 0x15, 0xc4, 0x6c, 0x82, 0x29, 0x1a, 0xaa, + 0x76, 0xea, 0xde, 0x14, 0x0d, 0xcd, 0x8f, 0x60, 0x5e, 0x2e, 0xb9, 0x97, 0x2a, 0x45, 0xac, 0xe9, + 0x96, 0xd1, 0x9e, 0xbf, 0x7b, 0xdf, 0x39, 0xff, 0x15, 0x38, 0x23, 0x3d, 0xbb, 0x37, 0xe4, 0x7c, + 0xc3, 0x02, 0x5e, 0xd7, 0x9a, 0x4c, 0x5e, 0x98, 0xae, 0x81, 0x3c, 0x90, 0x8e, 0x56, 0xf0, 0x0a, + 0x2c, 0xf6, 0x73, 0x91, 0x67, 0xa4, 0x84, 0x44, 0x6c, 0x9b, 0x64, 0x03, 0x96, 0x59, 0x75, 0x35, + 0x0a, 0x1c, 0x16, 0x70, 0xa5, 0x24, 0x3b, 0x0d, 0x85, 0x3c, 0xb3, 0x74, 0xcb, 0x1e, 0x9e, 0x69, + 0xa7, 0xf9, 0x06, 0x5c, 0x14, 0x4c, 0xe0, 0xb8, 0xc7, 0xb7, 0x70, 0x46, 0xb8, 0x35, 0xa3, 0x66, + 0x5a, 0x72, 0xf4, 0x81, 0xca, 0xdb, 0x38, 0x6e, 0xfe, 0x09, 0xa3, 0x83, 0xee, 0x8a, 0x6e, 0xfb, + 0x4a, 0x59, 0x69, 0x3c, 0x19, 0x79, 0xf3, 0xca, 0x7c, 0xad, 0x2c, 0x33, 0x03, 0x4d, 0xd5, 0x40, + 0x4c, 0xdf, 0xe7, 0x34, 0xa4, 0x62, 0xd7, 0x9a, 0x6d, 0x4d, 0x9f, 0x4d, 0x7e, 0x47, 0x92, 0x7f, + 0xfb, 0x0d, 0xdb, 0xe7, 0xd8, 0xb9, 0x4c, 0xe0, 0xde, 0x82, 0x2c, 0xf1, 0xa2, 0xaa, 0x60, 0xbe, + 0x04, 0x4d, 0x1e, 0xe0, 0x98, 0x0e, 0xa2, 0x5e, 0x1f, 0x07, 0x82, 0x65, 0x56, 0xa3, 0x35, 0xdd, + 0xae, 0x77, 0xdb, 0xba, 0xeb, 0xd6, 0x3f, 0x62, 0x4f, 0xc2, 0x91, 0xb7, 0xa0, 0x1d, 0xeb, 0xca, + 0x36, 0x37, 0xc1, 0xb5, 0x49, 0xc4, 0x48, 0xf5, 0x39, 0xa5, 0x3a, 0x1a, 0x16, 0xd0, 0xd6, 0xac, + 0xa7, 0x03, 0x91, 0x77, 0x75, 0x82, 0xb3, 0xd2, 0x7e, 0xed, 0xf2, 0xa7, 0x3d, 0x58, 0xfb, 0xb2, + 0x07, 0x6b, 0x3f, 0xbe, 0x77, 0x66, 0xe4, 0x56, 0x9e, 0x77, 0x37, 0xf7, 0x0f, 0x6d, 0xe3, 0xe0, + 0xd0, 0x36, 0xfe, 0x1c, 0xda, 0xc6, 0xe7, 0x23, 0xbb, 0x76, 0x70, 0x64, 0xd7, 0x7e, 0x1e, 0xd9, + 0xb5, 0xcd, 0x47, 0x63, 0x92, 0xe8, 0x83, 0xeb, 0xc4, 0xd8, 0xe7, 0x95, 0xe1, 0x6e, 0x3f, 0x70, + 0x77, 0xce, 0xfa, 0x86, 0xf9, 0xb3, 0xea, 0x6f, 0x7d, 0xef, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, + 0x44, 0x51, 0xea, 0xde, 0xf1, 0x04, 0x00, 0x00, } func (m *PoolParams) Marshal() (dAtA []byte, err error) { diff --git a/x/gamm/types/query.pb.gw.go b/x/gamm/types/query.pb.gw.go index c47761e1f6c..2762a4b466b 100644 --- a/x/gamm/types/query.pb.gw.go +++ b/x/gamm/types/query.pb.gw.go @@ -1024,19 +1024,19 @@ var ( pattern_Query_TotalLiquidity_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"osmosis", "gamm", "v1beta1", "total_liquidity"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_Pool_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4}, []string{"osmosis", "gamm", "v1beta1", "pools", "poolId"}, "", runtime.AssumeColonVerbOpt(false))) + pattern_Query_Pool_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4}, []string{"osmosis", "gamm", "v1beta1", "pools", "pool_id"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_PoolParams_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4, 2, 5}, []string{"osmosis", "gamm", "v1beta1", "pools", "poolId", "params"}, "", runtime.AssumeColonVerbOpt(false))) + pattern_Query_PoolParams_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4, 2, 5}, []string{"osmosis", "gamm", "v1beta1", "pools", "pool_id", "params"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_TotalPoolLiquidity_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4, 2, 5}, []string{"osmosis", "gamm", "v1beta1", "pools", "poolId", "total_pool_liquidity"}, "", runtime.AssumeColonVerbOpt(false))) + pattern_Query_TotalPoolLiquidity_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4, 2, 5}, []string{"osmosis", "gamm", "v1beta1", "pools", "pool_id", "total_pool_liquidity"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_TotalShares_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4, 2, 5}, []string{"osmosis", "gamm", "v1beta1", "pools", "poolId", "total_shares"}, "", runtime.AssumeColonVerbOpt(false))) + pattern_Query_TotalShares_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4, 2, 5}, []string{"osmosis", "gamm", "v1beta1", "pools", "pool_id", "total_shares"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_SpotPrice_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4, 2, 5}, []string{"osmosis", "gamm", "v1beta1", "pools", "poolId", "prices"}, "", runtime.AssumeColonVerbOpt(false))) + pattern_Query_SpotPrice_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4, 2, 5}, []string{"osmosis", "gamm", "v1beta1", "pools", "pool_id", "prices"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_EstimateSwapExactAmountIn_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 1, 0, 4, 1, 5, 3, 2, 4, 2, 5}, []string{"osmosis", "gamm", "v1beta1", "poolId", "estimate", "swap_exact_amount_in"}, "", runtime.AssumeColonVerbOpt(false))) + pattern_Query_EstimateSwapExactAmountIn_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 1, 0, 4, 1, 5, 3, 2, 4, 2, 5}, []string{"osmosis", "gamm", "v1beta1", "pool_id", "estimate", "swap_exact_amount_in"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_EstimateSwapExactAmountOut_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 1, 0, 4, 1, 5, 3, 2, 4, 2, 5}, []string{"osmosis", "gamm", "v1beta1", "poolId", "estimate", "swap_exact_amount_out"}, "", runtime.AssumeColonVerbOpt(false))) + pattern_Query_EstimateSwapExactAmountOut_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 1, 0, 4, 1, 5, 3, 2, 4, 2, 5}, []string{"osmosis", "gamm", "v1beta1", "pool_id", "estimate", "swap_exact_amount_out"}, "", runtime.AssumeColonVerbOpt(false))) ) var ( From c656c0bccb1d682b44d89759a4de56378522d65f Mon Sep 17 00:00:00 2001 From: Hieu Vu <72878483+hieuvubk@users.noreply.github.com> Date: Sat, 4 Jun 2022 10:34:46 +0700 Subject: [PATCH 4/5] add to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bce8ce1186..4b3d83370f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -95,6 +95,7 @@ Cosmwasm bindings have been added, to make swapping and creating these new token * Cosmwasm builds on M1 macs * [#1435](https://github.com/osmosis-labs/osmosis/pull/1435) `x/tokenfactory` create denom fee for spam resistance * [#1253](https://github.com/osmosis-labs/osmosis/pull/1253) Add a message to increase the duration of a bonded lock. +* [#1656](https://github.com/osmosis-labs/osmosis/pull/1656) Change camelCase to snake_case in proto. ## [v8.0.0 - Emergency proposals upgrade](https://github.com/osmosis-labs/osmosis/releases/tag/v8.0.0) From d17b1d46a84516bc378af79e5518ae0faf2a7cbd Mon Sep 17 00:00:00 2001 From: Hieu Vu <72878483+hieuvubk@users.noreply.github.com> Date: Sun, 5 Jun 2022 12:35:53 +0700 Subject: [PATCH 5/5] go through all proto files --- proto/osmosis/superfluid/query.proto | 2 +- proto/osmosis/superfluid/tx.proto | 4 +- .../v1beta1/authorityMetadata.proto | 2 +- proto/osmosis/tokenfactory/v1beta1/tx.proto | 2 +- x/superfluid/types/query.pb.go | 194 +++++++++--------- x/superfluid/types/tx.pb.go | 78 +++---- x/tokenfactory/types/authorityMetadata.pb.go | 18 +- x/tokenfactory/types/tx.pb.go | 69 ++++--- 8 files changed, 186 insertions(+), 183 deletions(-) diff --git a/proto/osmosis/superfluid/query.proto b/proto/osmosis/superfluid/query.proto index eb0e510a884..afe1979a842 100644 --- a/proto/osmosis/superfluid/query.proto +++ b/proto/osmosis/superfluid/query.proto @@ -156,7 +156,7 @@ message ConnectedIntermediaryAccountResponse { message TotalSuperfluidDelegationsRequest {} message TotalSuperfluidDelegationsResponse { - string totalDelegations = 1 [ + string total_delegations = 1 [ (gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Int", (gogoproto.moretags) = "yaml:\"total_superfluid_delegations\"", (gogoproto.nullable) = false diff --git a/proto/osmosis/superfluid/tx.proto b/proto/osmosis/superfluid/tx.proto index ef7b2003097..3ed1e4bb123 100644 --- a/proto/osmosis/superfluid/tx.proto +++ b/proto/osmosis/superfluid/tx.proto @@ -84,4 +84,6 @@ message MsgUnPoolWhitelistedPool { uint64 pool_id = 2 [ (gogoproto.moretags) = "yaml:\"pool_id\"" ]; } -message MsgUnPoolWhitelistedPoolResponse { repeated uint64 exitedLockIds = 1; } +message MsgUnPoolWhitelistedPoolResponse { + repeated uint64 exited_lock_ids = 1; +} diff --git a/proto/osmosis/tokenfactory/v1beta1/authorityMetadata.proto b/proto/osmosis/tokenfactory/v1beta1/authorityMetadata.proto index cf4f3129e3f..75befa6445a 100644 --- a/proto/osmosis/tokenfactory/v1beta1/authorityMetadata.proto +++ b/proto/osmosis/tokenfactory/v1beta1/authorityMetadata.proto @@ -13,5 +13,5 @@ message DenomAuthorityMetadata { option (gogoproto.equal) = true; // Can be empty for no admin, or a valid osmosis address - string Admin = 1 [ (gogoproto.moretags) = "yaml:\"admin\"" ]; + string admin = 1 [ (gogoproto.moretags) = "yaml:\"admin\"" ]; } diff --git a/proto/osmosis/tokenfactory/v1beta1/tx.proto b/proto/osmosis/tokenfactory/v1beta1/tx.proto index f7bb7d4ca11..8d358394592 100644 --- a/proto/osmosis/tokenfactory/v1beta1/tx.proto +++ b/proto/osmosis/tokenfactory/v1beta1/tx.proto @@ -81,7 +81,7 @@ message MsgBurnResponse {} message MsgChangeAdmin { string sender = 1 [ (gogoproto.moretags) = "yaml:\"sender\"" ]; string denom = 2 [ (gogoproto.moretags) = "yaml:\"denom\"" ]; - string newAdmin = 3 [ (gogoproto.moretags) = "yaml:\"new_admin\"" ]; + string new_admin = 3 [ (gogoproto.moretags) = "yaml:\"new_admin\"" ]; } message MsgChangeAdminResponse {} \ No newline at end of file diff --git a/x/superfluid/types/query.pb.go b/x/superfluid/types/query.pb.go index 1a05efa2151..c739f44072e 100644 --- a/x/superfluid/types/query.pb.go +++ b/x/superfluid/types/query.pb.go @@ -660,7 +660,7 @@ func (m *TotalSuperfluidDelegationsRequest) XXX_DiscardUnknown() { var xxx_messageInfo_TotalSuperfluidDelegationsRequest proto.InternalMessageInfo type TotalSuperfluidDelegationsResponse struct { - TotalDelegations github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,1,opt,name=totalDelegations,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"totalDelegations" yaml:"total_superfluid_delegations"` + TotalDelegations github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,1,opt,name=total_delegations,json=totalDelegations,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"total_delegations" yaml:"total_superfluid_delegations"` } func (m *TotalSuperfluidDelegationsResponse) Reset() { *m = TotalSuperfluidDelegationsResponse{} } @@ -1259,102 +1259,102 @@ func init() { func init() { proto.RegisterFile("osmosis/superfluid/query.proto", fileDescriptor_e3d9448e4ed3943f) } var fileDescriptor_e3d9448e4ed3943f = []byte{ - // 1516 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x58, 0xdd, 0x6f, 0x14, 0x55, - 0x14, 0xef, 0xdd, 0x42, 0x0b, 0x87, 0x04, 0xca, 0x05, 0x65, 0x19, 0x61, 0x0b, 0x53, 0x68, 0xd7, - 0x02, 0x33, 0x52, 0x2c, 0x54, 0x14, 0xc2, 0x96, 0x02, 0x36, 0x29, 0x16, 0x17, 0x5a, 0x12, 0x3f, - 0x32, 0x99, 0xdd, 0xb9, 0x2c, 0x13, 0x66, 0x67, 0xb6, 0x7b, 0x67, 0x2a, 0x1b, 0x42, 0x8c, 0x18, - 0x13, 0x89, 0x2f, 0x26, 0xfc, 0x03, 0xbe, 0x98, 0xa8, 0x0f, 0xc6, 0x3f, 0xc0, 0x17, 0xe3, 0x0b, - 0x89, 0x31, 0x21, 0xf1, 0xc5, 0xf8, 0x00, 0x06, 0x7c, 0xf5, 0xc5, 0x47, 0x7d, 0x31, 0x73, 0xef, - 0x9d, 0x8f, 0xed, 0xce, 0xcc, 0xee, 0x56, 0x84, 0xa7, 0x9d, 0xb9, 0xe7, 0xf3, 0x77, 0xce, 0xb9, - 0x67, 0xcf, 0x19, 0x28, 0x38, 0xb4, 0xee, 0x50, 0x93, 0xaa, 0xd4, 0x6b, 0x90, 0xe6, 0x35, 0xcb, - 0x33, 0x0d, 0x75, 0xc5, 0x23, 0xcd, 0x96, 0xd2, 0x68, 0x3a, 0xae, 0x83, 0xb1, 0xa0, 0x2b, 0x11, - 0x5d, 0xda, 0x59, 0x73, 0x6a, 0x0e, 0x23, 0xab, 0xfe, 0x13, 0xe7, 0x94, 0x0a, 0x55, 0xc6, 0xaa, - 0x56, 0x74, 0x4a, 0xd4, 0xd5, 0xa3, 0x15, 0xe2, 0xea, 0x47, 0xd5, 0xaa, 0x63, 0xda, 0x82, 0xbe, - 0xa7, 0xe6, 0x38, 0x35, 0x8b, 0xa8, 0x7a, 0xc3, 0x54, 0x75, 0xdb, 0x76, 0x5c, 0xdd, 0x35, 0x1d, - 0x9b, 0x0a, 0xea, 0xa8, 0xa0, 0xb2, 0xb7, 0x8a, 0x77, 0x4d, 0x75, 0xcd, 0x3a, 0xa1, 0xae, 0x5e, - 0x6f, 0x04, 0xea, 0xd7, 0x32, 0x18, 0x5e, 0x93, 0x69, 0x10, 0xf4, 0xb1, 0x04, 0x20, 0xd1, 0x63, - 0x60, 0x25, 0x81, 0xa9, 0xa1, 0x37, 0xf5, 0x7a, 0xe0, 0xc6, 0xee, 0x80, 0xc1, 0x72, 0xaa, 0x37, - 0xbc, 0x06, 0xfb, 0x11, 0xa4, 0xc9, 0x38, 0x3e, 0x16, 0xa2, 0x10, 0x65, 0x43, 0xaf, 0x99, 0x76, - 0xcc, 0x19, 0x79, 0x27, 0xe0, 0xb7, 0x7d, 0x8e, 0x4b, 0x4c, 0x77, 0x99, 0xac, 0x78, 0x84, 0xba, - 0xf2, 0x22, 0xec, 0x68, 0x3b, 0xa5, 0x0d, 0xc7, 0xa6, 0x04, 0xcf, 0xc0, 0x10, 0xf7, 0x21, 0x8f, - 0xf6, 0xa1, 0xe2, 0x96, 0x29, 0x49, 0xe9, 0x8c, 0xb9, 0xc2, 0x65, 0x66, 0x37, 0xdc, 0x7f, 0x38, - 0x3a, 0x50, 0x16, 0xfc, 0x72, 0x11, 0x46, 0x4a, 0x94, 0x12, 0xf7, 0x4a, 0xab, 0x41, 0x84, 0x11, - 0xbc, 0x13, 0x36, 0x1a, 0xc4, 0x76, 0xea, 0x4c, 0xd9, 0xe6, 0x32, 0x7f, 0x91, 0xdf, 0x85, 0xed, - 0x31, 0x4e, 0x61, 0xf8, 0x3c, 0x80, 0xee, 0x1f, 0x6a, 0x6e, 0xab, 0x41, 0x18, 0xff, 0xd6, 0xa9, - 0x89, 0x24, 0xe3, 0x97, 0xc3, 0xc7, 0x48, 0xc9, 0x66, 0x3d, 0x78, 0x94, 0x31, 0x8c, 0x94, 0x2c, - 0x8b, 0x91, 0x42, 0xac, 0xcb, 0xb0, 0x3d, 0x76, 0x26, 0x0c, 0x96, 0x60, 0x88, 0x49, 0xf9, 0x48, - 0x07, 0x8b, 0x5b, 0xa6, 0xc6, 0x7a, 0x30, 0x16, 0x40, 0xe6, 0x82, 0xb2, 0x02, 0x2f, 0xb2, 0xe3, - 0x8b, 0x9e, 0xe5, 0x9a, 0x0d, 0xcb, 0x24, 0xcd, 0x6c, 0xe0, 0x9f, 0x21, 0xd8, 0xd5, 0x21, 0x20, - 0xdc, 0x69, 0x80, 0xe4, 0xdb, 0xd7, 0xc8, 0x8a, 0x67, 0xae, 0xea, 0x16, 0xb1, 0x5d, 0xad, 0x1e, - 0x72, 0x89, 0x64, 0x4c, 0x25, 0xb9, 0xb8, 0x48, 0xeb, 0xce, 0xb9, 0x50, 0x28, 0xae, 0xb9, 0xea, - 0x34, 0x8d, 0x72, 0xde, 0x49, 0xa1, 0xcb, 0x77, 0x11, 0xec, 0x8f, 0xf0, 0xcd, 0xdb, 0x2e, 0x69, - 0xd6, 0x89, 0x61, 0xea, 0xcd, 0x56, 0xa9, 0x5a, 0x75, 0x3c, 0xdb, 0x9d, 0xb7, 0xaf, 0x39, 0xc9, - 0x48, 0xf0, 0x6e, 0xd8, 0xb4, 0xaa, 0x5b, 0x9a, 0x6e, 0x18, 0xcd, 0x7c, 0x8e, 0x11, 0x86, 0x57, - 0x75, 0xab, 0x64, 0x18, 0x4d, 0x9f, 0x54, 0xd3, 0xbd, 0x1a, 0xd1, 0x4c, 0x23, 0x3f, 0xb8, 0x0f, - 0x15, 0x37, 0x94, 0x87, 0xd9, 0xfb, 0xbc, 0x81, 0xf3, 0x30, 0xec, 0x4b, 0x10, 0x4a, 0xf3, 0x1b, - 0xb8, 0x90, 0x78, 0x95, 0xaf, 0x43, 0xa1, 0x64, 0x59, 0x09, 0x3e, 0x04, 0x39, 0xf4, 0xeb, 0x23, - 0xaa, 0x6c, 0x11, 0x8f, 0x71, 0x85, 0x5f, 0x03, 0xc5, 0xbf, 0x06, 0x0a, 0xef, 0x14, 0xe2, 0x1a, - 0x28, 0x97, 0xf4, 0x5a, 0x50, 0x86, 0xe5, 0x98, 0xa4, 0xfc, 0x23, 0x82, 0xd1, 0x54, 0x53, 0x22, - 0x17, 0x57, 0x61, 0x93, 0x2e, 0xce, 0x44, 0x71, 0x4c, 0x67, 0x17, 0x47, 0x4a, 0xf0, 0x44, 0xb9, - 0x84, 0xca, 0xf0, 0x85, 0x36, 0x10, 0x39, 0x06, 0x62, 0xa2, 0x2b, 0x08, 0xee, 0x55, 0x1b, 0x8a, - 0xd3, 0x30, 0x76, 0xd6, 0xb1, 0x6d, 0x52, 0x75, 0x49, 0x92, 0xf1, 0x20, 0x68, 0xbb, 0x60, 0xd8, - 0x6f, 0x1a, 0x7e, 0x2a, 0x10, 0x4b, 0xc5, 0x90, 0xff, 0x3a, 0x6f, 0xc8, 0x1f, 0xc0, 0x81, 0x6c, - 0x79, 0x11, 0x89, 0x45, 0x18, 0x16, 0xce, 0x8b, 0x90, 0xaf, 0x2f, 0x10, 0xe5, 0x40, 0x8b, 0x3c, - 0x06, 0xfb, 0xaf, 0x38, 0xae, 0x6e, 0x45, 0x22, 0x73, 0xc4, 0x22, 0x35, 0xde, 0x7e, 0x83, 0xfb, - 0xfa, 0x15, 0x02, 0x39, 0x8b, 0x4b, 0x38, 0xf7, 0x11, 0x82, 0x11, 0xd7, 0x67, 0x8b, 0x11, 0x79, - 0x99, 0xce, 0x2e, 0xf9, 0x81, 0xff, 0xed, 0xe1, 0xe8, 0x78, 0xcd, 0x74, 0xaf, 0x7b, 0x15, 0xa5, - 0xea, 0xd4, 0x55, 0xd1, 0x32, 0xf9, 0xcf, 0x11, 0x6a, 0xdc, 0x50, 0xfd, 0x56, 0x43, 0x95, 0x79, - 0xdb, 0xfd, 0xeb, 0xe1, 0xe8, 0x58, 0x4b, 0xaf, 0x5b, 0x27, 0x65, 0xa6, 0x4f, 0x8b, 0xb0, 0x69, - 0x46, 0xa4, 0x5b, 0x2e, 0x77, 0x98, 0x93, 0xef, 0xb5, 0x5d, 0xa2, 0x88, 0x52, 0xaa, 0xc7, 0xf3, - 0x70, 0x08, 0xb6, 0x0b, 0x3d, 0x4e, 0x53, 0x0b, 0xae, 0x00, 0xbf, 0x50, 0x23, 0x21, 0xa1, 0xc4, - 0xcf, 0x7d, 0xe6, 0x55, 0xdd, 0x32, 0x8d, 0x36, 0x66, 0x7e, 0xc9, 0x46, 0x42, 0x42, 0xc0, 0x1c, - 0x5e, 0xcf, 0xc1, 0x78, 0xa3, 0xb9, 0x8b, 0x40, 0xce, 0xf2, 0x4a, 0x04, 0xb0, 0x0a, 0x43, 0x7a, - 0x5d, 0x24, 0xd7, 0xaf, 0xf2, 0xdd, 0x6d, 0xa5, 0x18, 0x14, 0xe1, 0x59, 0xc7, 0xb4, 0x67, 0x5f, - 0xf1, 0x03, 0xfa, 0xcd, 0xa3, 0xd1, 0x62, 0x0f, 0x01, 0xf5, 0x05, 0x68, 0x59, 0xa8, 0x96, 0x97, - 0x61, 0x22, 0x31, 0x8d, 0xb3, 0xad, 0xb9, 0x00, 0xf9, 0x7a, 0xc2, 0x24, 0x7f, 0x99, 0x83, 0x62, - 0x77, 0xc5, 0x02, 0xe9, 0x4d, 0xd8, 0x9b, 0x98, 0x53, 0xad, 0xc9, 0xba, 0x64, 0x70, 0xcd, 0x95, - 0xec, 0xea, 0x8e, 0x8c, 0xf0, 0xe6, 0x2a, 0xee, 0xf7, 0x4b, 0x34, 0x95, 0x83, 0xe2, 0x0f, 0xe1, - 0x05, 0x5e, 0x53, 0xc2, 0x28, 0x31, 0x34, 0x7f, 0x0e, 0xf1, 0x33, 0xfa, 0xd4, 0x43, 0xbe, 0x23, - 0x5e, 0x9e, 0xc4, 0x60, 0x87, 0xb2, 0x0d, 0x2f, 0x47, 0x08, 0x96, 0x6c, 0xe3, 0xa9, 0x65, 0x20, - 0xaa, 0xbd, 0x5c, 0xbc, 0xf6, 0xfe, 0xce, 0xc1, 0x64, 0x2f, 0x06, 0x9f, 0x7b, 0x66, 0x3e, 0x46, - 0xb0, 0x8b, 0xa7, 0xc6, 0xb3, 0x9f, 0x41, 0x72, 0x78, 0x19, 0x2c, 0x45, 0xa6, 0xd8, 0x31, 0x5e, - 0x80, 0x6d, 0xb4, 0x65, 0xbb, 0xd7, 0x89, 0x6b, 0x56, 0x35, 0xbf, 0x3b, 0xd3, 0xfc, 0x20, 0x33, - 0xbe, 0x37, 0x44, 0xcc, 0xc7, 0x3f, 0xe5, 0x72, 0xc0, 0xb6, 0xe0, 0x54, 0x6f, 0x08, 0x80, 0x5b, - 0x69, 0xfc, 0x90, 0xca, 0x2b, 0x70, 0x38, 0xe5, 0x4e, 0x2c, 0x07, 0x9d, 0x63, 0xce, 0xcf, 0x52, - 0x2c, 0xdf, 0x9d, 0xbd, 0x06, 0x75, 0xeb, 0x35, 0x6d, 0xf9, 0xfe, 0x1a, 0xc1, 0x91, 0x1e, 0x6d, - 0x3e, 0xef, 0x94, 0xcb, 0xb7, 0x61, 0xe6, 0x1c, 0x75, 0xcd, 0xba, 0xee, 0x92, 0x0e, 0x45, 0xc4, - 0xe0, 0xdd, 0xf1, 0x7f, 0x0c, 0xd5, 0xf7, 0x08, 0x5e, 0x5b, 0x87, 0x7d, 0x11, 0xb6, 0xd4, 0x4e, - 0x82, 0x9e, 0x4d, 0x27, 0x99, 0xfa, 0x6e, 0x07, 0x6c, 0x64, 0x3b, 0x03, 0xfe, 0x04, 0xc1, 0x10, - 0x5f, 0x02, 0xf0, 0x78, 0x52, 0x96, 0x3a, 0xf7, 0x0d, 0x69, 0xa2, 0x2b, 0x1f, 0x87, 0x29, 0x4f, - 0xde, 0xf9, 0xe5, 0x8f, 0x7b, 0xb9, 0x03, 0x58, 0x56, 0x13, 0xf6, 0xa3, 0x68, 0xc9, 0x61, 0xc6, - 0x3f, 0x45, 0xb0, 0x39, 0xdc, 0x02, 0xf0, 0x81, 0x24, 0x13, 0x6b, 0x77, 0x12, 0xe9, 0x60, 0x17, - 0x2e, 0xe1, 0x86, 0xc2, 0xdc, 0x28, 0xe2, 0xf1, 0x2c, 0x37, 0xa2, 0x8d, 0x85, 0xbb, 0x12, 0x2c, - 0x19, 0x29, 0xae, 0xac, 0xd9, 0x4b, 0x52, 0x5c, 0x59, 0xbb, 0xa9, 0xf4, 0xe8, 0x8a, 0x65, 0x69, - 0x7c, 0x2d, 0xc1, 0x5f, 0x20, 0xd8, 0xb6, 0x66, 0xcd, 0xc0, 0x93, 0xa9, 0xa8, 0x3b, 0x96, 0x17, - 0xe9, 0x50, 0x4f, 0xbc, 0xc2, 0xb9, 0x57, 0x99, 0x73, 0x0a, 0x3e, 0xdc, 0x3d, 0x4e, 0xd1, 0x3e, - 0x83, 0x7f, 0xf0, 0x37, 0xa1, 0xe4, 0x29, 0x1c, 0x4f, 0xa5, 0x44, 0x25, 0x63, 0x3b, 0x90, 0x8e, - 0xf5, 0x25, 0x23, 0x5c, 0x3f, 0xc5, 0x5c, 0x3f, 0x81, 0xa7, 0xbb, 0xc5, 0xd5, 0x8c, 0x69, 0xd1, - 0xc2, 0x61, 0xfe, 0x11, 0x82, 0x3d, 0x59, 0x43, 0x34, 0x3e, 0x91, 0xe4, 0x54, 0x0f, 0x63, 0xbb, - 0x34, 0xd3, 0xbf, 0xa0, 0x80, 0xb4, 0xc0, 0x20, 0x9d, 0xc7, 0x73, 0x59, 0x90, 0xaa, 0x81, 0xa6, - 0x44, 0x60, 0xea, 0x2d, 0xb1, 0x32, 0xdc, 0xc6, 0x3f, 0x21, 0x90, 0xd2, 0xe7, 0x70, 0x9c, 0xb8, - 0x0b, 0x74, 0x9d, 0xee, 0xa5, 0xe3, 0xfd, 0x8a, 0x09, 0x6c, 0xa7, 0x19, 0xb6, 0x19, 0x7c, 0xbc, - 0x5b, 0xba, 0x92, 0xa7, 0x77, 0xfc, 0x33, 0x02, 0x29, 0x7d, 0x28, 0xc6, 0xd3, 0xbd, 0xfe, 0xdd, - 0xb4, 0x8d, 0xf6, 0xc9, 0x68, 0xba, 0xcf, 0xde, 0xf2, 0x19, 0x86, 0xe6, 0x24, 0x9e, 0xc9, 0x42, - 0x93, 0xfc, 0x37, 0xc9, 0x07, 0x6b, 0xfc, 0x27, 0x82, 0x7d, 0xdd, 0x06, 0x60, 0xfc, 0x7a, 0xaf, - 0xee, 0x25, 0x4c, 0x83, 0xd2, 0x1b, 0xeb, 0x13, 0x16, 0x08, 0xdf, 0x62, 0x08, 0xdf, 0xc4, 0xe7, - 0xfb, 0x46, 0x48, 0xd5, 0x5b, 0x1d, 0x53, 0xe8, 0x6d, 0x7c, 0x27, 0x17, 0x5f, 0x6a, 0xd2, 0x06, - 0x4b, 0x7c, 0x2a, 0xdb, 0xe9, 0x2e, 0x13, 0xb0, 0x74, 0x7a, 0xbd, 0xe2, 0x02, 0xf5, 0xfb, 0x0c, - 0xf5, 0x55, 0xbc, 0xd4, 0x23, 0x6a, 0x2f, 0xae, 0x50, 0xab, 0xb4, 0xb4, 0x10, 0x79, 0x62, 0x10, - 0xfe, 0x41, 0x70, 0xb0, 0xa7, 0x69, 0x0b, 0x9f, 0xe9, 0x23, 0x79, 0x89, 0x13, 0x8f, 0x54, 0xfa, - 0x0f, 0x1a, 0x44, 0x34, 0x2e, 0xb2, 0x68, 0x5c, 0xc0, 0xe7, 0xfa, 0xaf, 0x01, 0x3f, 0x16, 0xd1, - 0xc0, 0xc5, 0x3f, 0x3b, 0x7d, 0x9b, 0x83, 0xa3, 0x7d, 0x0f, 0x50, 0x78, 0x21, 0x09, 0xc7, 0x7a, - 0xe7, 0x40, 0xe9, 0xe2, 0x53, 0xd2, 0x26, 0x22, 0xf4, 0x1e, 0x8b, 0xd0, 0x32, 0xbe, 0x92, 0x15, - 0x21, 0x22, 0xd4, 0x6b, 0x59, 0x0d, 0x21, 0x21, 0x60, 0xb3, 0x8b, 0xf7, 0x1f, 0x17, 0xd0, 0x83, - 0xc7, 0x05, 0xf4, 0xfb, 0xe3, 0x02, 0xfa, 0xfc, 0x49, 0x61, 0xe0, 0xc1, 0x93, 0xc2, 0xc0, 0xaf, - 0x4f, 0x0a, 0x03, 0xef, 0x4c, 0xc7, 0x66, 0x41, 0x61, 0xf9, 0x88, 0xa5, 0x57, 0x68, 0xe8, 0xc6, - 0xea, 0x09, 0xf5, 0x66, 0xdc, 0x17, 0x36, 0x1e, 0x56, 0x86, 0xd8, 0x37, 0xe5, 0x63, 0xff, 0x06, - 0x00, 0x00, 0xff, 0xff, 0xd7, 0xc7, 0xdc, 0x64, 0xab, 0x17, 0x00, 0x00, + // 1517 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x58, 0xcf, 0x6f, 0xd4, 0xc6, + 0x17, 0xcf, 0x6c, 0x20, 0x81, 0x87, 0x04, 0xc9, 0xc0, 0xf7, 0xcb, 0xe2, 0xc2, 0x06, 0x1c, 0x48, + 0xb6, 0x01, 0xec, 0x12, 0x1a, 0x48, 0x69, 0x41, 0x6c, 0x08, 0xd0, 0x48, 0xa1, 0xa1, 0x0b, 0x09, + 0x52, 0x7f, 0xc8, 0xf2, 0xae, 0x87, 0xc5, 0xc2, 0x6b, 0x6f, 0x76, 0xec, 0x94, 0x15, 0x42, 0x95, + 0xa8, 0x2a, 0x15, 0xf5, 0x52, 0x89, 0x7f, 0xa0, 0x97, 0x1e, 0xe8, 0xa1, 0xea, 0x1f, 0xd0, 0x4b, + 0xd5, 0x0b, 0x52, 0x55, 0x09, 0xa9, 0x97, 0xaa, 0x07, 0xa8, 0xa0, 0xd7, 0x5e, 0x7a, 0x6c, 0x2f, + 0x95, 0x67, 0xc6, 0x3f, 0x36, 0x6b, 0x7b, 0x77, 0x53, 0x0a, 0xa7, 0xb5, 0xe7, 0xfd, 0xfc, 0xbc, + 0xf7, 0xe6, 0xed, 0x7b, 0x86, 0x82, 0x43, 0xeb, 0x0e, 0x35, 0xa9, 0x4a, 0xbd, 0x06, 0x69, 0x5e, + 0xb7, 0x3c, 0xd3, 0x50, 0x57, 0x3d, 0xd2, 0x6c, 0x29, 0x8d, 0xa6, 0xe3, 0x3a, 0x18, 0x0b, 0xba, + 0x12, 0xd1, 0xa5, 0x5d, 0x35, 0xa7, 0xe6, 0x30, 0xb2, 0xea, 0x3f, 0x71, 0x4e, 0xa9, 0x50, 0x65, + 0xac, 0x6a, 0x45, 0xa7, 0x44, 0x5d, 0x3b, 0x56, 0x21, 0xae, 0x7e, 0x4c, 0xad, 0x3a, 0xa6, 0x2d, + 0xe8, 0x7b, 0x6b, 0x8e, 0x53, 0xb3, 0x88, 0xaa, 0x37, 0x4c, 0x55, 0xb7, 0x6d, 0xc7, 0xd5, 0x5d, + 0xd3, 0xb1, 0xa9, 0xa0, 0x8e, 0x09, 0x2a, 0x7b, 0xab, 0x78, 0xd7, 0x55, 0xd7, 0xac, 0x13, 0xea, + 0xea, 0xf5, 0x46, 0xa0, 0x7e, 0x3d, 0x83, 0xe1, 0x35, 0x99, 0x06, 0x41, 0x1f, 0x4f, 0x00, 0x12, + 0x3d, 0x06, 0x56, 0x12, 0x98, 0x1a, 0x7a, 0x53, 0xaf, 0x07, 0x6e, 0xec, 0x09, 0x18, 0x2c, 0xa7, + 0x7a, 0xd3, 0x6b, 0xb0, 0x1f, 0x41, 0x9a, 0x8a, 0xe3, 0x63, 0x21, 0x0a, 0x51, 0x36, 0xf4, 0x9a, + 0x69, 0xc7, 0x9c, 0x91, 0x77, 0x01, 0x7e, 0xd7, 0xe7, 0xb8, 0xcc, 0x74, 0x97, 0xc9, 0xaa, 0x47, + 0xa8, 0x2b, 0x2f, 0xc1, 0xce, 0xb6, 0x53, 0xda, 0x70, 0x6c, 0x4a, 0xf0, 0x2c, 0x0c, 0x71, 0x1f, + 0xf2, 0x68, 0x3f, 0x2a, 0x6e, 0x9b, 0x96, 0x94, 0xce, 0x98, 0x2b, 0x5c, 0x66, 0x6e, 0xd3, 0xc3, + 0xc7, 0x63, 0x03, 0x65, 0xc1, 0x2f, 0x17, 0x61, 0xa4, 0x44, 0x29, 0x71, 0xaf, 0xb6, 0x1a, 0x44, + 0x18, 0xc1, 0xbb, 0x60, 0xb3, 0x41, 0x6c, 0xa7, 0xce, 0x94, 0x6d, 0x2d, 0xf3, 0x17, 0xf9, 0x7d, + 0x18, 0x8d, 0x71, 0x0a, 0xc3, 0x17, 0x00, 0x74, 0xff, 0x50, 0x73, 0x5b, 0x0d, 0xc2, 0xf8, 0xb7, + 0x4f, 0x4f, 0x26, 0x19, 0xbf, 0x12, 0x3e, 0x46, 0x4a, 0xb6, 0xea, 0xc1, 0xa3, 0x8c, 0x61, 0xa4, + 0x64, 0x59, 0x8c, 0x14, 0x62, 0x5d, 0x81, 0xd1, 0xd8, 0x99, 0x30, 0x58, 0x82, 0x21, 0x26, 0xe5, + 0x23, 0x1d, 0x2c, 0x6e, 0x9b, 0x1e, 0xef, 0xc1, 0x58, 0x00, 0x99, 0x0b, 0xca, 0x0a, 0xfc, 0x9f, + 0x1d, 0x5f, 0xf2, 0x2c, 0xd7, 0x6c, 0x58, 0x26, 0x69, 0x66, 0x03, 0xff, 0x1c, 0xc1, 0xee, 0x0e, + 0x01, 0xe1, 0x4e, 0x03, 0x24, 0xdf, 0xbe, 0x46, 0x56, 0x3d, 0x73, 0x4d, 0xb7, 0x88, 0xed, 0x6a, + 0xf5, 0x90, 0x4b, 0x24, 0x63, 0x3a, 0xc9, 0xc5, 0x25, 0x5a, 0x77, 0xce, 0x87, 0x42, 0x71, 0xcd, + 0x55, 0xa7, 0x69, 0x94, 0xf3, 0x4e, 0x0a, 0x5d, 0xbe, 0x87, 0xe0, 0x40, 0x84, 0x6f, 0xc1, 0x76, + 0x49, 0xb3, 0x4e, 0x0c, 0x53, 0x6f, 0xb6, 0x4a, 0xd5, 0xaa, 0xe3, 0xd9, 0xee, 0x82, 0x7d, 0xdd, + 0x49, 0x46, 0x82, 0xf7, 0xc0, 0x96, 0x35, 0xdd, 0xd2, 0x74, 0xc3, 0x68, 0xe6, 0x73, 0x8c, 0x30, + 0xbc, 0xa6, 0x5b, 0x25, 0xc3, 0x68, 0xfa, 0xa4, 0x9a, 0xee, 0xd5, 0x88, 0x66, 0x1a, 0xf9, 0xc1, + 0xfd, 0xa8, 0xb8, 0xa9, 0x3c, 0xcc, 0xde, 0x17, 0x0c, 0x9c, 0x87, 0x61, 0x5f, 0x82, 0x50, 0x9a, + 0xdf, 0xc4, 0x85, 0xc4, 0xab, 0x7c, 0x03, 0x0a, 0x25, 0xcb, 0x4a, 0xf0, 0x21, 0xc8, 0xa1, 0x5f, + 0x1f, 0x51, 0x65, 0x8b, 0x78, 0x4c, 0x28, 0xfc, 0x1a, 0x28, 0xfe, 0x35, 0x50, 0x78, 0xa7, 0x10, + 0xd7, 0x40, 0xb9, 0xac, 0xd7, 0x82, 0x32, 0x2c, 0xc7, 0x24, 0xe5, 0x1f, 0x10, 0x8c, 0xa5, 0x9a, + 0x12, 0xb9, 0xb8, 0x06, 0x5b, 0x74, 0x71, 0x26, 0x8a, 0x63, 0x26, 0xbb, 0x38, 0x52, 0x82, 0x27, + 0xca, 0x25, 0x54, 0x86, 0x2f, 0xb6, 0x81, 0xc8, 0x31, 0x10, 0x93, 0x5d, 0x41, 0x70, 0xaf, 0xda, + 0x50, 0x9c, 0x81, 0xf1, 0x73, 0x8e, 0x6d, 0x93, 0xaa, 0x4b, 0x92, 0x8c, 0x07, 0x41, 0xdb, 0x0d, + 0xc3, 0x7e, 0xd3, 0xf0, 0x53, 0x81, 0x58, 0x2a, 0x86, 0xfc, 0xd7, 0x05, 0x43, 0xfe, 0x08, 0x0e, + 0x66, 0xcb, 0x8b, 0x48, 0x2c, 0xc1, 0xb0, 0x70, 0x5e, 0x84, 0x7c, 0x63, 0x81, 0x28, 0x07, 0x5a, + 0xe4, 0x71, 0x38, 0x70, 0xd5, 0x71, 0x75, 0x2b, 0x12, 0x99, 0x27, 0x16, 0xa9, 0xf1, 0xf6, 0x1b, + 0xdc, 0xd7, 0x07, 0x08, 0xe4, 0x2c, 0x2e, 0xe1, 0xdc, 0x5d, 0x04, 0xa3, 0xae, 0xcf, 0xa6, 0x19, + 0x11, 0x95, 0xd7, 0xe9, 0xdc, 0xb2, 0x1f, 0xf9, 0x5f, 0x1f, 0x8f, 0x4d, 0xd4, 0x4c, 0xf7, 0x86, + 0x57, 0x51, 0xaa, 0x4e, 0x5d, 0x15, 0x3d, 0x93, 0xff, 0x1c, 0xa5, 0xc6, 0x4d, 0xd5, 0xef, 0x35, + 0x54, 0x59, 0xb0, 0xdd, 0x3f, 0x1f, 0x8f, 0x8d, 0xb7, 0xf4, 0xba, 0x75, 0x4a, 0xe6, 0x0a, 0x23, + 0x70, 0x71, 0xdd, 0x72, 0x79, 0x84, 0x91, 0x63, 0xce, 0xc8, 0xf7, 0xdb, 0x6e, 0x51, 0x44, 0x29, + 0xd5, 0xe3, 0x89, 0x38, 0x0c, 0xa3, 0x42, 0x8f, 0xd3, 0xd4, 0x82, 0x3b, 0xc0, 0x6f, 0xd4, 0x48, + 0x48, 0x28, 0xf1, 0x73, 0x9f, 0x79, 0x4d, 0xb7, 0x4c, 0xa3, 0x8d, 0x99, 0xdf, 0xb2, 0x91, 0x90, + 0x10, 0x30, 0x87, 0xf7, 0x73, 0x30, 0xde, 0x69, 0xee, 0x21, 0x90, 0xb3, 0xbc, 0x12, 0x11, 0xac, + 0xc2, 0x90, 0x5e, 0x17, 0xd9, 0xf5, 0xcb, 0x7c, 0x4f, 0x5b, 0x2d, 0x06, 0x55, 0x78, 0xce, 0x31, + 0xed, 0xb9, 0xd7, 0xfc, 0x80, 0x7e, 0xfd, 0x64, 0xac, 0xd8, 0x43, 0x40, 0x7d, 0x01, 0x5a, 0x16, + 0xaa, 0xe5, 0x15, 0x98, 0x4c, 0xcc, 0xe3, 0x5c, 0x6b, 0x3e, 0x40, 0xbe, 0x91, 0x30, 0xc9, 0x5f, + 0xe5, 0xa0, 0xd8, 0x5d, 0xb1, 0x40, 0x7a, 0x0b, 0xf6, 0x25, 0xe6, 0x54, 0x6b, 0xb2, 0x36, 0x19, + 0xdc, 0x73, 0x25, 0xbb, 0xbc, 0x23, 0x23, 0xbc, 0xbb, 0x8a, 0x0b, 0xfe, 0x0a, 0x4d, 0xe5, 0xa0, + 0xf8, 0x63, 0xf8, 0x5f, 0x5b, 0x91, 0x12, 0x43, 0xf3, 0x07, 0x11, 0x3f, 0xa3, 0xcf, 0x3d, 0xe4, + 0x3b, 0xe3, 0xe5, 0x49, 0x0c, 0x76, 0x28, 0xdb, 0xf0, 0x6a, 0x84, 0x60, 0xd9, 0x36, 0x9e, 0x5b, + 0x06, 0xa2, 0xda, 0xcb, 0xc5, 0x6b, 0xef, 0xaf, 0x1c, 0x4c, 0xf5, 0x62, 0xf0, 0xa5, 0x67, 0xe6, + 0x13, 0x04, 0xbb, 0x79, 0x6a, 0x3c, 0xfb, 0x05, 0x24, 0x87, 0x97, 0xc1, 0x72, 0x64, 0x8a, 0x1d, + 0xe3, 0x45, 0xd8, 0x41, 0x5b, 0xb6, 0x7b, 0x83, 0xb8, 0x66, 0x55, 0xf3, 0xdb, 0x33, 0xcd, 0x0f, + 0x32, 0xe3, 0xfb, 0x42, 0xc4, 0x7c, 0xfe, 0x53, 0xae, 0x04, 0x6c, 0x8b, 0x4e, 0xf5, 0xa6, 0x00, + 0xb8, 0x9d, 0xc6, 0x0f, 0xa9, 0xbc, 0x0a, 0x47, 0x52, 0xee, 0xc4, 0x4a, 0xd0, 0x39, 0xe6, 0xfd, + 0x2c, 0xc5, 0xf2, 0xdd, 0xd9, 0x6b, 0x50, 0xb7, 0x5e, 0xd3, 0x96, 0xef, 0x07, 0x08, 0x8e, 0xf6, + 0x68, 0xf3, 0x65, 0xa7, 0x5c, 0xbe, 0x03, 0xb3, 0xe7, 0xa9, 0x6b, 0xd6, 0x75, 0x97, 0x74, 0x28, + 0x22, 0x06, 0xef, 0x8e, 0xff, 0x61, 0xa8, 0xbe, 0x43, 0xf0, 0xc6, 0x06, 0xec, 0x8b, 0xb0, 0xa5, + 0x76, 0x12, 0xf4, 0x62, 0x3a, 0xc9, 0xf4, 0xb7, 0x3b, 0x61, 0x33, 0x5b, 0x1a, 0xf0, 0xa7, 0x08, + 0x86, 0xf8, 0x16, 0x80, 0x27, 0x92, 0xb2, 0xd4, 0xb9, 0x70, 0x48, 0x93, 0x5d, 0xf9, 0x38, 0x4c, + 0x79, 0xea, 0xee, 0xcf, 0xbf, 0xdf, 0xcf, 0x1d, 0xc4, 0xb2, 0x9a, 0xb0, 0x20, 0x45, 0x5b, 0x0e, + 0x33, 0xfe, 0x19, 0x82, 0xad, 0xe1, 0x1a, 0x80, 0x0f, 0x26, 0x99, 0x58, 0xbf, 0x94, 0x48, 0x87, + 0xba, 0x70, 0x09, 0x37, 0x14, 0xe6, 0x46, 0x11, 0x4f, 0x64, 0xb9, 0x11, 0xad, 0x2c, 0xdc, 0x95, + 0x60, 0xcb, 0x48, 0x71, 0x65, 0xdd, 0x62, 0x92, 0xe2, 0xca, 0xfa, 0x55, 0xa5, 0x47, 0x57, 0x2c, + 0x4b, 0xe3, 0x7b, 0x09, 0xfe, 0x12, 0xc1, 0x8e, 0x75, 0x7b, 0x06, 0x9e, 0x4a, 0x45, 0xdd, 0xb1, + 0xbd, 0x48, 0x87, 0x7b, 0xe2, 0x15, 0xce, 0xbd, 0xce, 0x9c, 0x53, 0xf0, 0x91, 0xee, 0x71, 0x8a, + 0x16, 0x1a, 0xfc, 0xbd, 0xbf, 0x0a, 0x25, 0x8f, 0xe1, 0x78, 0x3a, 0x25, 0x2a, 0x19, 0xeb, 0x81, + 0x74, 0xbc, 0x2f, 0x19, 0xe1, 0xfa, 0x69, 0xe6, 0xfa, 0x49, 0x3c, 0xd3, 0x2d, 0xae, 0x66, 0x4c, + 0x8b, 0x16, 0x4e, 0xf3, 0x4f, 0x10, 0xec, 0xcd, 0x9a, 0xa2, 0xf1, 0xc9, 0x24, 0xa7, 0x7a, 0x98, + 0xdb, 0xa5, 0xd9, 0xfe, 0x05, 0x05, 0xa4, 0x45, 0x06, 0xe9, 0x02, 0x9e, 0xcf, 0x82, 0x54, 0x0d, + 0x34, 0x25, 0x02, 0x53, 0x6f, 0x8b, 0x9d, 0xe1, 0x0e, 0xfe, 0x11, 0x81, 0x94, 0x3e, 0x88, 0xe3, + 0xc4, 0x65, 0xa0, 0xeb, 0x78, 0x2f, 0x9d, 0xe8, 0x57, 0x4c, 0x60, 0x3b, 0xc3, 0xb0, 0xcd, 0xe2, + 0x13, 0xdd, 0xd2, 0x95, 0x3c, 0xbd, 0xe3, 0x9f, 0x10, 0x48, 0xe9, 0x43, 0x31, 0x9e, 0xe9, 0xf5, + 0xef, 0xa6, 0x6d, 0xb4, 0x4f, 0x46, 0xd3, 0x7d, 0xf6, 0x96, 0xcf, 0x32, 0x34, 0xa7, 0xf0, 0x6c, + 0x16, 0x9a, 0xe4, 0xbf, 0x49, 0x3e, 0x58, 0xe3, 0x3f, 0x10, 0xec, 0xef, 0x36, 0x00, 0xe3, 0x37, + 0x7b, 0x75, 0x2f, 0x61, 0x1a, 0x94, 0xde, 0xda, 0x98, 0xb0, 0x40, 0xf8, 0x0e, 0x43, 0xf8, 0x36, + 0xbe, 0xd0, 0x37, 0x42, 0xaa, 0xde, 0xee, 0x98, 0x42, 0xef, 0xe0, 0xbb, 0xb9, 0xf8, 0x52, 0x93, + 0x36, 0x58, 0xe2, 0xd3, 0xd9, 0x4e, 0x77, 0x99, 0x80, 0xa5, 0x33, 0x1b, 0x15, 0x17, 0xa8, 0x3f, + 0x64, 0xa8, 0xaf, 0xe1, 0xe5, 0x1e, 0x51, 0x7b, 0x71, 0x85, 0x5a, 0xa5, 0xa5, 0x85, 0xc8, 0x13, + 0x83, 0xf0, 0x37, 0x82, 0x43, 0x3d, 0x4d, 0x5b, 0xf8, 0x6c, 0x1f, 0xc9, 0x4b, 0x9c, 0x78, 0xa4, + 0xd2, 0xbf, 0xd0, 0x20, 0xa2, 0x71, 0x89, 0x45, 0xe3, 0x22, 0x3e, 0xdf, 0x7f, 0x0d, 0xf8, 0xb1, + 0x88, 0x06, 0x2e, 0xfe, 0xdd, 0xe9, 0x9b, 0x1c, 0x1c, 0xeb, 0x7b, 0x80, 0xc2, 0x8b, 0x49, 0x38, + 0x36, 0x3a, 0x07, 0x4a, 0x97, 0x9e, 0x93, 0x36, 0x11, 0xa1, 0x0f, 0x58, 0x84, 0x56, 0xf0, 0xd5, + 0xac, 0x08, 0x11, 0xa1, 0x5e, 0xcb, 0x6a, 0x08, 0x09, 0x01, 0x9b, 0x5b, 0x7a, 0xf8, 0xb4, 0x80, + 0x1e, 0x3d, 0x2d, 0xa0, 0xdf, 0x9e, 0x16, 0xd0, 0x17, 0xcf, 0x0a, 0x03, 0x8f, 0x9e, 0x15, 0x06, + 0x7e, 0x79, 0x56, 0x18, 0x78, 0x6f, 0x26, 0x36, 0x0b, 0x0a, 0xcb, 0x47, 0x2d, 0xbd, 0x42, 0x43, + 0x37, 0xd6, 0x4e, 0xaa, 0xb7, 0xe2, 0xbe, 0xb0, 0xf1, 0xb0, 0x32, 0xc4, 0x3e, 0x2a, 0x1f, 0xff, + 0x27, 0x00, 0x00, 0xff, 0xff, 0x8a, 0x20, 0x0a, 0x60, 0xac, 0x17, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/superfluid/types/tx.pb.go b/x/superfluid/types/tx.pb.go index b820ad40007..2e00a381f2d 100644 --- a/x/superfluid/types/tx.pb.go +++ b/x/superfluid/types/tx.pb.go @@ -471,7 +471,7 @@ func (m *MsgUnPoolWhitelistedPool) GetPoolId() uint64 { } type MsgUnPoolWhitelistedPoolResponse struct { - ExitedLockIds []uint64 `protobuf:"varint,1,rep,packed,name=exitedLockIds,proto3" json:"exitedLockIds,omitempty"` + ExitedLockIds []uint64 `protobuf:"varint,1,rep,packed,name=exited_lock_ids,json=exitedLockIds,proto3" json:"exited_lock_ids,omitempty"` } func (m *MsgUnPoolWhitelistedPoolResponse) Reset() { *m = MsgUnPoolWhitelistedPoolResponse{} } @@ -530,45 +530,45 @@ func init() { func init() { proto.RegisterFile("osmosis/superfluid/tx.proto", fileDescriptor_55b645f187d22814) } var fileDescriptor_55b645f187d22814 = []byte{ - // 602 bytes of a gzipped FileDescriptorProto + // 607 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x55, 0xcd, 0x6e, 0xd3, 0x40, - 0x10, 0x8e, 0x93, 0x90, 0xc0, 0xa0, 0x56, 0xc2, 0x6a, 0x55, 0xc7, 0x80, 0x1d, 0x4c, 0x0f, 0x41, - 0xa5, 0xde, 0xa6, 0xe5, 0x4f, 0xdc, 0x1a, 0x72, 0x20, 0x12, 0x11, 0xc8, 0xa8, 0x42, 0x42, 0x42, - 0x95, 0x9d, 0xdd, 0xba, 0x56, 0x1c, 0x6f, 0xe4, 0x75, 0xa2, 0x54, 0x3c, 0x00, 0x57, 0x9e, 0x83, - 0x17, 0xa1, 0xc7, 0x1e, 0x39, 0x05, 0x94, 0xbc, 0x41, 0xc5, 0x03, 0x20, 0xff, 0x86, 0x80, 0x1d, - 0x12, 0x01, 0x27, 0xef, 0xcc, 0x7c, 0xfb, 0xcd, 0x37, 0x9a, 0x19, 0x2f, 0xdc, 0xa4, 0xac, 0x47, - 0x99, 0xc5, 0x10, 0x1b, 0xf4, 0x89, 0x7b, 0x62, 0x0f, 0x2c, 0x8c, 0xbc, 0x91, 0xda, 0x77, 0xa9, - 0x47, 0x79, 0x3e, 0x0a, 0xaa, 0xb3, 0xa0, 0xb8, 0x61, 0x52, 0x93, 0x06, 0x61, 0xe4, 0x9f, 0x42, - 0xa4, 0x28, 0x99, 0x94, 0x9a, 0x36, 0x41, 0x81, 0x65, 0x0c, 0x4e, 0x10, 0x1e, 0xb8, 0xba, 0x67, - 0x51, 0x27, 0x8e, 0x77, 0x02, 0x2a, 0x64, 0xe8, 0x8c, 0xa0, 0x61, 0xdd, 0x20, 0x9e, 0x5e, 0x47, - 0x1d, 0x6a, 0xc5, 0xf1, 0xbb, 0x29, 0x32, 0x66, 0xc7, 0x10, 0xa4, 0x0c, 0x61, 0xb3, 0xcd, 0xcc, - 0xd7, 0x89, 0xbb, 0x49, 0x6c, 0x62, 0xea, 0x1e, 0xe1, 0xef, 0x41, 0x89, 0x11, 0x07, 0x13, 0x57, - 0xe0, 0xaa, 0x5c, 0xed, 0x5a, 0xe3, 0xc6, 0xe5, 0x58, 0x5e, 0x3b, 0xd3, 0x7b, 0xf6, 0x53, 0x25, - 0xf4, 0x2b, 0x5a, 0x04, 0xe0, 0xb7, 0xa0, 0x6c, 0xd3, 0x4e, 0xf7, 0xd8, 0xc2, 0x42, 0xbe, 0xca, - 0xd5, 0x8a, 0x5a, 0xc9, 0x37, 0x5b, 0x98, 0xaf, 0xc0, 0xd5, 0xa1, 0x6e, 0x1f, 0xeb, 0x18, 0xbb, - 0x42, 0xc1, 0x67, 0xd1, 0xca, 0x43, 0xdd, 0x3e, 0xc4, 0xd8, 0x55, 0x64, 0xb8, 0x9d, 0x9a, 0x57, - 0x23, 0xac, 0x4f, 0x1d, 0x46, 0x94, 0x77, 0xb0, 0x35, 0x07, 0x38, 0x72, 0xf0, 0x3f, 0x94, 0xa6, - 0xdc, 0x01, 0x39, 0x83, 0x7e, 0x81, 0x02, 0x83, 0x3a, 0xf8, 0x05, 0xed, 0x74, 0xff, 0x93, 0x82, - 0x98, 0x3e, 0x51, 0xf0, 0x99, 0x83, 0x5b, 0x6d, 0x66, 0xfa, 0xbe, 0x43, 0x07, 0xff, 0x5d, 0x93, - 0x74, 0xb8, 0xe2, 0xcf, 0x06, 0x13, 0xf2, 0xd5, 0x42, 0xed, 0xfa, 0x7e, 0x45, 0x0d, 0xa7, 0x47, - 0xf5, 0xa7, 0x47, 0x8d, 0xa6, 0x47, 0x7d, 0x46, 0x2d, 0xa7, 0xb1, 0x77, 0x3e, 0x96, 0x73, 0x9f, - 0xbe, 0xca, 0x35, 0xd3, 0xf2, 0x4e, 0x07, 0x86, 0xda, 0xa1, 0x3d, 0x14, 0x8d, 0x5a, 0xf8, 0xd9, - 0x65, 0xb8, 0x8b, 0xbc, 0xb3, 0x3e, 0x61, 0xc1, 0x05, 0xa6, 0x85, 0xcc, 0x8b, 0xda, 0xfd, 0x08, - 0xb6, 0x17, 0x15, 0x12, 0x57, 0xcc, 0xaf, 0x43, 0xbe, 0xd5, 0x0c, 0x8a, 0x29, 0x6a, 0xf9, 0x56, - 0x53, 0x71, 0x41, 0x68, 0x33, 0xf3, 0xc8, 0x79, 0x45, 0xa9, 0xfd, 0xe6, 0xd4, 0xf2, 0x88, 0x6d, - 0x31, 0x8f, 0x60, 0xdf, 0x5c, 0xa5, 0xf8, 0x1d, 0x28, 0xf7, 0x29, 0xb5, 0x93, 0x26, 0x34, 0xf8, - 0xcb, 0xb1, 0xbc, 0x1e, 0x62, 0xa3, 0x80, 0xa2, 0x95, 0xfc, 0x53, 0x0b, 0x2b, 0xcf, 0xa1, 0x9a, - 0x95, 0x33, 0xd1, 0xb9, 0x0d, 0x6b, 0x64, 0x64, 0x79, 0x24, 0xe8, 0x57, 0x0b, 0x33, 0x81, 0xab, - 0x16, 0x6a, 0x45, 0x6d, 0xde, 0xb9, 0xff, 0xbd, 0x08, 0x85, 0x36, 0x33, 0x79, 0x17, 0xf8, 0xb4, - 0xe6, 0xa9, 0xbf, 0xff, 0x0a, 0xd4, 0xd4, 0xa5, 0x10, 0xeb, 0x4b, 0x43, 0x13, 0x85, 0x23, 0xd8, - 0x48, 0x5d, 0x9e, 0x9d, 0x3f, 0x52, 0xcd, 0xc0, 0xe2, 0xc1, 0x0a, 0xe0, 0xac, 0xcc, 0xc9, 0xd2, - 0x2c, 0x93, 0x39, 0x06, 0x2f, 0x95, 0xf9, 0xd7, 0x7d, 0xe1, 0x3f, 0x70, 0x50, 0xc9, 0x5e, 0x96, - 0xbd, 0x0c, 0xca, 0xcc, 0x1b, 0xe2, 0x93, 0x55, 0x6f, 0x24, 0x4a, 0xde, 0xc3, 0x66, 0xfa, 0xd0, - 0xde, 0xcf, 0xa0, 0x4c, 0x45, 0x8b, 0x0f, 0x56, 0x41, 0xc7, 0xc9, 0x1b, 0x2f, 0xcf, 0x27, 0x12, - 0x77, 0x31, 0x91, 0xb8, 0x6f, 0x13, 0x89, 0xfb, 0x38, 0x95, 0x72, 0x17, 0x53, 0x29, 0xf7, 0x65, - 0x2a, 0xe5, 0xde, 0x3e, 0xfc, 0x69, 0xa5, 0x23, 0xe6, 0x5d, 0x5b, 0x37, 0x58, 0x6c, 0xa0, 0xe1, - 0x63, 0x34, 0x9a, 0x7b, 0xb6, 0xfc, 0x2d, 0x37, 0x4a, 0xc1, 0x5b, 0x71, 0xf0, 0x23, 0x00, 0x00, - 0xff, 0xff, 0x08, 0xfb, 0x92, 0x0e, 0xd9, 0x06, 0x00, 0x00, + 0x10, 0x8e, 0x93, 0x90, 0xc2, 0xa0, 0x16, 0x61, 0xb5, 0xaa, 0x63, 0xc0, 0x0e, 0x06, 0xa1, 0xa0, + 0x52, 0x6f, 0xd3, 0xf2, 0x27, 0x6e, 0x0d, 0xb9, 0x04, 0x35, 0x02, 0x19, 0x55, 0x48, 0x48, 0x28, + 0xb2, 0xb3, 0x5b, 0xd7, 0x8a, 0xe3, 0x8d, 0xbc, 0x4e, 0x94, 0x8a, 0x07, 0xe0, 0xca, 0x73, 0xf0, + 0x22, 0xf4, 0xd8, 0x23, 0xa7, 0x80, 0x92, 0x37, 0xa8, 0x78, 0x00, 0xe4, 0xdf, 0x50, 0xb0, 0x43, + 0x22, 0xe0, 0xe4, 0x9d, 0x99, 0x6f, 0xbf, 0xf9, 0x46, 0x33, 0xe3, 0x85, 0x1b, 0x94, 0xf5, 0x28, + 0xb3, 0x18, 0x62, 0x83, 0x3e, 0x71, 0x8f, 0xec, 0x81, 0x85, 0x91, 0x37, 0x52, 0xfb, 0x2e, 0xf5, + 0x28, 0xcf, 0x47, 0x41, 0x75, 0x16, 0x14, 0xd7, 0x4d, 0x6a, 0xd2, 0x20, 0x8c, 0xfc, 0x53, 0x88, + 0x14, 0x25, 0x93, 0x52, 0xd3, 0x26, 0x28, 0xb0, 0x8c, 0xc1, 0x11, 0xc2, 0x03, 0x57, 0xf7, 0x2c, + 0xea, 0xc4, 0xf1, 0x4e, 0x40, 0x85, 0x0c, 0x9d, 0x11, 0x34, 0xac, 0x19, 0xc4, 0xd3, 0x6b, 0xa8, + 0x43, 0xad, 0x38, 0x7e, 0x27, 0x45, 0xc6, 0xec, 0x18, 0x82, 0x94, 0x21, 0x6c, 0xb4, 0x98, 0xf9, + 0x3a, 0x71, 0x37, 0x88, 0x4d, 0x4c, 0xdd, 0x23, 0xfc, 0x7d, 0x28, 0x31, 0xe2, 0x60, 0xe2, 0x0a, + 0x5c, 0x85, 0xab, 0x5e, 0xa9, 0x5f, 0x3f, 0x1f, 0xcb, 0xab, 0x27, 0x7a, 0xcf, 0x7e, 0xa6, 0x84, + 0x7e, 0x45, 0x8b, 0x00, 0xfc, 0x26, 0xac, 0xd8, 0xb4, 0xd3, 0x6d, 0x5b, 0x58, 0xc8, 0x57, 0xb8, + 0x6a, 0x51, 0x2b, 0xf9, 0x66, 0x13, 0xf3, 0x65, 0xb8, 0x3c, 0xd4, 0xed, 0xb6, 0x8e, 0xb1, 0x2b, + 0x14, 0x7c, 0x16, 0x6d, 0x65, 0xa8, 0xdb, 0xfb, 0x18, 0xbb, 0x8a, 0x0c, 0xb7, 0x52, 0xf3, 0x6a, + 0x84, 0xf5, 0xa9, 0xc3, 0x88, 0xf2, 0x0e, 0x36, 0x2f, 0x00, 0x0e, 0x1d, 0xfc, 0x0f, 0xa5, 0x29, + 0xb7, 0x41, 0xce, 0xa0, 0x9f, 0xa3, 0xc0, 0xa0, 0x0e, 0x3e, 0xa0, 0x9d, 0xee, 0x7f, 0x52, 0x10, + 0xd3, 0x27, 0x0a, 0x3e, 0x73, 0x70, 0xb3, 0xc5, 0x4c, 0xdf, 0xb7, 0xef, 0xe0, 0xbf, 0x6b, 0x92, + 0x0e, 0x97, 0xfc, 0xd9, 0x60, 0x42, 0xbe, 0x52, 0xa8, 0x5e, 0xdd, 0x2d, 0xab, 0xe1, 0xf4, 0xa8, + 0xfe, 0xf4, 0xa8, 0xd1, 0xf4, 0xa8, 0xcf, 0xa9, 0xe5, 0xd4, 0x77, 0x4e, 0xc7, 0x72, 0xee, 0xd3, + 0x57, 0xb9, 0x6a, 0x5a, 0xde, 0xf1, 0xc0, 0x50, 0x3b, 0xb4, 0x87, 0xa2, 0x51, 0x0b, 0x3f, 0xdb, + 0x0c, 0x77, 0x91, 0x77, 0xd2, 0x27, 0x2c, 0xb8, 0xc0, 0xb4, 0x90, 0x79, 0x5e, 0xbb, 0x1f, 0xc3, + 0xdd, 0x79, 0x85, 0xc4, 0x15, 0xf3, 0x6b, 0x90, 0x6f, 0x36, 0x82, 0x62, 0x8a, 0x5a, 0xbe, 0xd9, + 0x50, 0x5c, 0x10, 0x5a, 0xcc, 0x3c, 0x74, 0x5e, 0x51, 0x6a, 0xbf, 0x39, 0xb6, 0x3c, 0x62, 0x5b, + 0xcc, 0x23, 0xd8, 0x37, 0x97, 0x29, 0x7e, 0x0b, 0x56, 0xfa, 0x94, 0xda, 0x49, 0x13, 0xea, 0xfc, + 0xf9, 0x58, 0x5e, 0x0b, 0xb1, 0x51, 0x40, 0xd1, 0x4a, 0xfe, 0xa9, 0x89, 0x95, 0x17, 0x50, 0xc9, + 0xca, 0x99, 0xe8, 0xbc, 0x07, 0xd7, 0xc8, 0xc8, 0xf2, 0x08, 0x6e, 0x47, 0xcd, 0x65, 0x02, 0x57, + 0x29, 0x54, 0x8b, 0xda, 0x6a, 0xe8, 0x3e, 0x08, 0x7a, 0xcc, 0x76, 0xbf, 0x17, 0xa1, 0xd0, 0x62, + 0x26, 0xef, 0x02, 0x9f, 0xd6, 0x3e, 0xf5, 0xf7, 0x9f, 0x81, 0x9a, 0xba, 0x16, 0x62, 0x6d, 0x61, + 0x68, 0xa2, 0x71, 0x04, 0xeb, 0xa9, 0xeb, 0xb3, 0xf5, 0x47, 0xaa, 0x19, 0x58, 0xdc, 0x5b, 0x02, + 0x9c, 0x95, 0x39, 0x59, 0x9b, 0x45, 0x32, 0xc7, 0xe0, 0x85, 0x32, 0xff, 0xba, 0x31, 0xfc, 0x07, + 0x0e, 0xca, 0xd9, 0xeb, 0xb2, 0x93, 0x41, 0x99, 0x79, 0x43, 0x7c, 0xba, 0xec, 0x8d, 0x44, 0xc9, + 0x7b, 0xd8, 0x48, 0x1f, 0xdb, 0x07, 0x19, 0x94, 0xa9, 0x68, 0xf1, 0xe1, 0x32, 0xe8, 0x38, 0x79, + 0xfd, 0xe5, 0xe9, 0x44, 0xe2, 0xce, 0x26, 0x12, 0xf7, 0x6d, 0x22, 0x71, 0x1f, 0xa7, 0x52, 0xee, + 0x6c, 0x2a, 0xe5, 0xbe, 0x4c, 0xa5, 0xdc, 0xdb, 0x47, 0x3f, 0x2d, 0x75, 0xc4, 0xbc, 0x6d, 0xeb, + 0x06, 0x8b, 0x0d, 0x34, 0x7c, 0x82, 0x46, 0x17, 0x1e, 0x2e, 0x7f, 0xcf, 0x8d, 0x52, 0xf0, 0x5a, + 0xec, 0xfd, 0x08, 0x00, 0x00, 0xff, 0xff, 0x6d, 0xa8, 0x54, 0x0e, 0xdb, 0x06, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/tokenfactory/types/authorityMetadata.pb.go b/x/tokenfactory/types/authorityMetadata.pb.go index 115319e349d..484a1cd1fa9 100644 --- a/x/tokenfactory/types/authorityMetadata.pb.go +++ b/x/tokenfactory/types/authorityMetadata.pb.go @@ -29,7 +29,7 @@ const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package // permission, but is planned to be extended to the future. type DenomAuthorityMetadata struct { // Can be empty for no admin, or a valid osmosis address - Admin string `protobuf:"bytes,1,opt,name=Admin,proto3" json:"Admin,omitempty" yaml:"admin"` + Admin string `protobuf:"bytes,1,opt,name=admin,proto3" json:"admin,omitempty" yaml:"admin"` } func (m *DenomAuthorityMetadata) Reset() { *m = DenomAuthorityMetadata{} } @@ -81,7 +81,7 @@ func init() { } var fileDescriptor_99435de88ae175f7 = []byte{ - // 239 bytes of a gzipped FileDescriptorProto + // 238 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0xc9, 0x2f, 0xce, 0xcd, 0x2f, 0xce, 0x2c, 0xd6, 0x2f, 0xc9, 0xcf, 0x4e, 0xcd, 0x4b, 0x4b, 0x4c, 0x2e, 0xc9, 0x2f, 0xaa, 0xd4, 0x2f, 0x33, 0x4c, 0x4a, 0x2d, 0x49, 0x34, 0xd4, 0x4f, 0x2c, 0x2d, 0xc9, 0xc8, 0x2f, 0xca, @@ -89,14 +89,14 @@ var fileDescriptor_99435de88ae175f7 = []byte{ 0x17, 0x92, 0x81, 0xea, 0xd2, 0x43, 0xd6, 0xa5, 0x07, 0xd5, 0x25, 0x25, 0x92, 0x9e, 0x9f, 0x9e, 0x0f, 0x56, 0xa8, 0x0f, 0x62, 0x41, 0xf4, 0x48, 0xc9, 0x25, 0x83, 0x35, 0xe9, 0x27, 0x25, 0x16, 0xa7, 0xc2, 0x2d, 0x48, 0xce, 0xcf, 0xcc, 0x83, 0xc8, 0x2b, 0xb9, 0x71, 0x89, 0xb9, 0xa4, 0xe6, - 0xe5, 0xe7, 0x3a, 0xa2, 0xdb, 0x29, 0xa4, 0xc6, 0xc5, 0xea, 0x98, 0x92, 0x9b, 0x99, 0x27, 0xc1, + 0xe5, 0xe7, 0x3a, 0xa2, 0xdb, 0x29, 0xa4, 0xc6, 0xc5, 0x9a, 0x98, 0x92, 0x9b, 0x99, 0x27, 0xc1, 0xa8, 0xc0, 0xa8, 0xc1, 0xe9, 0x24, 0xf0, 0xe9, 0x9e, 0x3c, 0x4f, 0x65, 0x62, 0x6e, 0x8e, 0x95, - 0x52, 0x22, 0x48, 0x58, 0x29, 0x08, 0x22, 0x6d, 0xc5, 0xf2, 0x62, 0x81, 0x3c, 0xa3, 0x53, 0xe0, - 0x89, 0x47, 0x72, 0x8c, 0x17, 0x1e, 0xc9, 0x31, 0x3e, 0x78, 0x24, 0xc7, 0x38, 0xe1, 0xb1, 0x1c, - 0xc3, 0x85, 0xc7, 0x72, 0x0c, 0x37, 0x1e, 0xcb, 0x31, 0x44, 0x99, 0xa7, 0x67, 0x96, 0x64, 0x94, - 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0x43, 0x3d, 0xa0, 0x9b, 0x93, 0x98, 0x54, 0x0c, 0xe3, 0xe8, - 0x97, 0x99, 0xeb, 0x57, 0xa0, 0x06, 0x44, 0x49, 0x65, 0x41, 0x6a, 0x71, 0x12, 0x1b, 0xd8, 0x85, - 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0x06, 0xef, 0xbb, 0x91, 0x2d, 0x01, 0x00, 0x00, + 0x12, 0x58, 0x58, 0x29, 0x08, 0x22, 0x6d, 0xc5, 0xf2, 0x62, 0x81, 0x3c, 0xa3, 0x53, 0xe0, 0x89, + 0x47, 0x72, 0x8c, 0x17, 0x1e, 0xc9, 0x31, 0x3e, 0x78, 0x24, 0xc7, 0x38, 0xe1, 0xb1, 0x1c, 0xc3, + 0x85, 0xc7, 0x72, 0x0c, 0x37, 0x1e, 0xcb, 0x31, 0x44, 0x99, 0xa7, 0x67, 0x96, 0x64, 0x94, 0x26, + 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0x43, 0x3d, 0xa0, 0x9b, 0x93, 0x98, 0x54, 0x0c, 0xe3, 0xe8, 0x97, + 0x99, 0xeb, 0x57, 0xa0, 0x06, 0x44, 0x49, 0x65, 0x41, 0x6a, 0x71, 0x12, 0x1b, 0xd8, 0x85, 0xc6, + 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0x3b, 0xcc, 0xc4, 0x2f, 0x2d, 0x01, 0x00, 0x00, } func (this *DenomAuthorityMetadata) Equal(that interface{}) bool { diff --git a/x/tokenfactory/types/tx.pb.go b/x/tokenfactory/types/tx.pb.go index b6f0201e391..ead34210afa 100644 --- a/x/tokenfactory/types/tx.pb.go +++ b/x/tokenfactory/types/tx.pb.go @@ -320,7 +320,7 @@ var xxx_messageInfo_MsgBurnResponse proto.InternalMessageInfo type MsgChangeAdmin struct { Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty" yaml:"sender"` Denom string `protobuf:"bytes,2,opt,name=denom,proto3" json:"denom,omitempty" yaml:"denom"` - NewAdmin string `protobuf:"bytes,3,opt,name=newAdmin,proto3" json:"newAdmin,omitempty" yaml:"new_admin"` + NewAdmin string `protobuf:"bytes,3,opt,name=new_admin,json=newAdmin,proto3" json:"new_admin,omitempty" yaml:"new_admin"` } func (m *MsgChangeAdmin) Reset() { *m = MsgChangeAdmin{} } @@ -429,39 +429,40 @@ func init() { } var fileDescriptor_283b6c9a90a846b4 = []byte{ - // 510 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x94, 0x4f, 0x6e, 0xd3, 0x40, - 0x14, 0xc6, 0x63, 0x02, 0xa1, 0x4c, 0x29, 0x69, 0x4d, 0xa9, 0x82, 0x85, 0x6c, 0x34, 0x52, 0x11, - 0x48, 0x74, 0x86, 0x16, 0xa4, 0x4a, 0xec, 0x70, 0x59, 0xb0, 0xc9, 0x02, 0x8b, 0x15, 0xaa, 0x54, - 0x8d, 0x93, 0xc1, 0xb5, 0x88, 0x67, 0x82, 0x67, 0xd2, 0x34, 0x1b, 0xce, 0xc0, 0x86, 0x33, 0x70, - 0x95, 0x2e, 0xbb, 0x64, 0x65, 0xa1, 0xe4, 0x06, 0x3e, 0x01, 0xf2, 0xcc, 0xc4, 0x71, 0x40, 0x22, - 0xce, 0x8a, 0x5d, 0xe2, 0xf7, 0x7b, 0xdf, 0xfb, 0xf3, 0x3d, 0x1b, 0xec, 0x73, 0x91, 0x70, 0x11, - 0x0b, 0x2c, 0xf9, 0x67, 0xca, 0x3e, 0x91, 0x9e, 0xe4, 0xe9, 0x04, 0x5f, 0x1c, 0x86, 0x54, 0x92, - 0x43, 0x2c, 0x2f, 0xd1, 0x30, 0xe5, 0x92, 0xdb, 0x8f, 0x0c, 0x86, 0xaa, 0x18, 0x32, 0x98, 0xb3, - 0x1b, 0xf1, 0x88, 0x2b, 0x10, 0x17, 0xbf, 0x74, 0x8e, 0xe3, 0xf6, 0x54, 0x12, 0x0e, 0x89, 0xa0, - 0xa5, 0x62, 0x8f, 0xc7, 0x4c, 0xc7, 0xe1, 0x00, 0xdc, 0xeb, 0x8a, 0xe8, 0x24, 0xa5, 0x44, 0xd2, - 0xb7, 0x94, 0xf1, 0xc4, 0x7e, 0x06, 0x5a, 0x82, 0xb2, 0x3e, 0x4d, 0x3b, 0xd6, 0x63, 0xeb, 0xe9, - 0x1d, 0x7f, 0x27, 0xcf, 0xbc, 0xad, 0x09, 0x49, 0x06, 0xaf, 0xa1, 0x7e, 0x0e, 0x03, 0x03, 0xd8, - 0x18, 0x6c, 0x88, 0x51, 0xd8, 0x2f, 0xd2, 0x3a, 0x37, 0x14, 0x7c, 0x3f, 0xcf, 0xbc, 0xb6, 0x81, - 0x4d, 0x04, 0x06, 0x25, 0x04, 0x4f, 0xc1, 0xde, 0x72, 0xb5, 0x80, 0x8a, 0x21, 0x67, 0x82, 0xda, - 0x3e, 0x68, 0x33, 0x3a, 0x3e, 0x53, 0x93, 0x9d, 0x69, 0x45, 0x5d, 0xde, 0xc9, 0x33, 0x6f, 0x4f, - 0x2b, 0xfe, 0x01, 0xc0, 0x60, 0x8b, 0xd1, 0xf1, 0x87, 0xe2, 0x81, 0xd2, 0x82, 0x5f, 0xc1, 0xed, - 0xae, 0x88, 0xba, 0x31, 0x93, 0xeb, 0x0c, 0xf1, 0x0e, 0xb4, 0x48, 0xc2, 0x47, 0x4c, 0xaa, 0x11, - 0x36, 0x8f, 0x1e, 0x22, 0xbd, 0x32, 0x54, 0xac, 0x6c, 0xbe, 0x5d, 0x74, 0xc2, 0x63, 0xe6, 0x3f, - 0xb8, 0xca, 0xbc, 0xc6, 0x42, 0x49, 0xa7, 0xc1, 0xc0, 0xe4, 0xc3, 0x1d, 0xd0, 0x36, 0xf5, 0xe7, - 0x63, 0x99, 0x96, 0xfc, 0x51, 0xca, 0xfe, 0x67, 0x4b, 0x45, 0xfd, 0xb2, 0xa5, 0xef, 0x96, 0xb6, - 0xfc, 0x9c, 0xb0, 0x88, 0xbe, 0xe9, 0x27, 0xf1, 0x5a, 0xad, 0x3d, 0x01, 0xb7, 0xaa, 0x7e, 0x6f, - 0xe7, 0x99, 0x77, 0x57, 0x93, 0xc6, 0x13, 0x1d, 0xb6, 0x5f, 0x80, 0x0d, 0x46, 0xc7, 0x4a, 0xbe, - 0xd3, 0x54, 0xe8, 0x6e, 0x9e, 0x79, 0xdb, 0x0b, 0x23, 0x49, 0x11, 0x82, 0x41, 0x49, 0xc1, 0x8e, - 0xbe, 0x8d, 0x45, 0x5b, 0xf3, 0x8e, 0x8f, 0x7e, 0x34, 0x41, 0xb3, 0x2b, 0x22, 0xfb, 0x0b, 0xd8, - 0xac, 0x1e, 0xea, 0x73, 0xf4, 0xaf, 0xf7, 0x01, 0x2d, 0x1f, 0x9a, 0xf3, 0x6a, 0x1d, 0xba, 0x3c, - 0xcb, 0x53, 0x70, 0x53, 0xdd, 0xd3, 0xfe, 0xca, 0xec, 0x02, 0x73, 0x0e, 0x6a, 0x61, 0x55, 0x75, - 0x75, 0x1a, 0xab, 0xd5, 0x0b, 0xac, 0x86, 0x7a, 0xd5, 0x68, 0xb5, 0xae, 0x8a, 0xc9, 0x35, 0xd6, - 0xb5, 0xa0, 0xeb, 0xac, 0xeb, 0x6f, 0xa7, 0xfc, 0xf7, 0x57, 0x53, 0xd7, 0xba, 0x9e, 0xba, 0xd6, - 0xaf, 0xa9, 0x6b, 0x7d, 0x9b, 0xb9, 0x8d, 0xeb, 0x99, 0xdb, 0xf8, 0x39, 0x73, 0x1b, 0x1f, 0x8f, - 0xa3, 0x58, 0x9e, 0x8f, 0x42, 0xd4, 0xe3, 0x09, 0x36, 0xca, 0x07, 0x03, 0x12, 0x8a, 0xf9, 0x1f, - 0x7c, 0x71, 0x8c, 0x2f, 0x97, 0xbf, 0x7f, 0x72, 0x32, 0xa4, 0x22, 0x6c, 0xa9, 0xef, 0xd4, 0xcb, - 0xdf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x53, 0x09, 0xe1, 0xf2, 0x24, 0x05, 0x00, 0x00, + // 513 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x94, 0x4d, 0x6e, 0xd3, 0x40, + 0x14, 0xc7, 0x63, 0x02, 0xa1, 0x9d, 0x52, 0xd2, 0x9a, 0x52, 0x05, 0x0b, 0xd9, 0x68, 0xa4, 0x22, + 0x90, 0xe8, 0x8c, 0x52, 0x90, 0x2a, 0xb1, 0xc3, 0x65, 0xc1, 0x26, 0x0b, 0x2c, 0x56, 0xa8, 0x52, + 0x35, 0x4e, 0x06, 0xd7, 0x22, 0x9e, 0x09, 0x9e, 0x49, 0xd3, 0x6c, 0x38, 0x03, 0x2b, 0xae, 0xc0, + 0x55, 0xba, 0xec, 0x92, 0x95, 0x85, 0x92, 0x1b, 0xf8, 0x04, 0x68, 0x3e, 0x92, 0x38, 0x20, 0xd1, + 0x64, 0xc5, 0x2e, 0xf1, 0xfb, 0xbd, 0xff, 0xfb, 0xf8, 0x3f, 0x1b, 0x1c, 0x70, 0x91, 0x71, 0x91, + 0x0a, 0x2c, 0xf9, 0x67, 0xca, 0x3e, 0x91, 0xae, 0xe4, 0xf9, 0x18, 0x5f, 0xb4, 0x63, 0x2a, 0x49, + 0x1b, 0xcb, 0x4b, 0x34, 0xc8, 0xb9, 0xe4, 0xee, 0x63, 0x8b, 0xa1, 0x2a, 0x86, 0x2c, 0xe6, 0xed, + 0x25, 0x3c, 0xe1, 0x1a, 0xc4, 0xea, 0x97, 0xc9, 0xf1, 0xfc, 0xae, 0x4e, 0xc2, 0x31, 0x11, 0x74, + 0xae, 0xd8, 0xe5, 0x29, 0x33, 0x71, 0xd8, 0x07, 0xf7, 0x3b, 0x22, 0x39, 0xc9, 0x29, 0x91, 0xf4, + 0x2d, 0x65, 0x3c, 0x73, 0x9f, 0x83, 0x86, 0xa0, 0xac, 0x47, 0xf3, 0x96, 0xf3, 0xc4, 0x79, 0xb6, + 0x19, 0xee, 0x96, 0x45, 0xb0, 0x3d, 0x26, 0x59, 0xff, 0x35, 0x34, 0xcf, 0x61, 0x64, 0x01, 0x17, + 0x83, 0x0d, 0x31, 0x8c, 0x7b, 0x2a, 0xad, 0x75, 0x4b, 0xc3, 0x0f, 0xca, 0x22, 0x68, 0x5a, 0xd8, + 0x46, 0x60, 0x34, 0x87, 0xe0, 0x29, 0xd8, 0x5f, 0xae, 0x16, 0x51, 0x31, 0xe0, 0x4c, 0x50, 0x37, + 0x04, 0x4d, 0x46, 0x47, 0x67, 0x7a, 0xb2, 0x33, 0xa3, 0x68, 0xca, 0x7b, 0x65, 0x11, 0xec, 0x1b, + 0xc5, 0x3f, 0x00, 0x18, 0x6d, 0x33, 0x3a, 0xfa, 0xa0, 0x1e, 0x68, 0x2d, 0xf8, 0x15, 0xdc, 0xed, + 0x88, 0xa4, 0x93, 0x32, 0xb9, 0xce, 0x10, 0xef, 0x40, 0x83, 0x64, 0x7c, 0xc8, 0xa4, 0x1e, 0x61, + 0xeb, 0xe8, 0x11, 0x32, 0x2b, 0x43, 0x6a, 0x65, 0xb3, 0xed, 0xa2, 0x13, 0x9e, 0xb2, 0xf0, 0xe1, + 0x55, 0x11, 0xd4, 0x16, 0x4a, 0x26, 0x0d, 0x46, 0x36, 0x1f, 0xee, 0x82, 0xa6, 0xad, 0x3f, 0x1b, + 0xcb, 0xb6, 0x14, 0x0e, 0x73, 0xf6, 0x3f, 0x5b, 0x52, 0xf5, 0xe7, 0x2d, 0x7d, 0x77, 0x8c, 0xe5, + 0xe7, 0x84, 0x25, 0xf4, 0x4d, 0x2f, 0x4b, 0xd7, 0x6a, 0xed, 0x29, 0xb8, 0x53, 0xf5, 0x7b, 0xa7, + 0x2c, 0x82, 0x7b, 0x86, 0xb4, 0x9e, 0x98, 0xb0, 0xdb, 0x06, 0x9b, 0xca, 0x2e, 0xa2, 0xf4, 0x5b, + 0x75, 0xcd, 0xee, 0x95, 0x45, 0xb0, 0xb3, 0x70, 0x52, 0x87, 0x60, 0xb4, 0xc1, 0xe8, 0x48, 0x77, + 0x01, 0x5b, 0xe6, 0x38, 0x16, 0x7d, 0xcd, 0x5a, 0x3e, 0xfa, 0x51, 0x07, 0xf5, 0x8e, 0x48, 0xdc, + 0x2f, 0x60, 0xab, 0x7a, 0xa9, 0x2f, 0xd0, 0xbf, 0x5e, 0x08, 0xb4, 0x7c, 0x69, 0xde, 0xab, 0x75, + 0xe8, 0xf9, 0x5d, 0x9e, 0x82, 0xdb, 0xfa, 0xa0, 0x0e, 0x6e, 0xcc, 0x56, 0x98, 0x77, 0xb8, 0x12, + 0x56, 0x55, 0xd7, 0xb7, 0x71, 0xb3, 0xba, 0xc2, 0x56, 0x50, 0xaf, 0x3a, 0xad, 0xd7, 0x55, 0x71, + 0x79, 0x85, 0x75, 0x2d, 0xe8, 0x55, 0xd6, 0xf5, 0xb7, 0x53, 0xe1, 0xfb, 0xab, 0x89, 0xef, 0x5c, + 0x4f, 0x7c, 0xe7, 0xd7, 0xc4, 0x77, 0xbe, 0x4d, 0xfd, 0xda, 0xf5, 0xd4, 0xaf, 0xfd, 0x9c, 0xfa, + 0xb5, 0x8f, 0xc7, 0x49, 0x2a, 0xcf, 0x87, 0x31, 0xea, 0xf2, 0x0c, 0x5b, 0xe5, 0xc3, 0x3e, 0x89, + 0xc5, 0xec, 0x0f, 0xbe, 0x38, 0xc6, 0x97, 0xcb, 0x1f, 0x40, 0x39, 0x1e, 0x50, 0x11, 0x37, 0xf4, + 0x87, 0xea, 0xe5, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0x36, 0x53, 0xa0, 0x7f, 0x25, 0x05, 0x00, + 0x00, } // Reference imports to suppress errors if they are not otherwise used.