From 093f25e17b1c9fae38a8092f9582af7c84bbaee4 Mon Sep 17 00:00:00 2001 From: dev-stride <114107648+dev-stride@users.noreply.github.com> Date: Wed, 27 Mar 2024 15:48:59 -0500 Subject: [PATCH] v21 Import Paths (#1167) Co-authored-by: stride-dev --- app/app.go | 74 ++--- app/apptesting/test_helpers.go | 4 +- app/test_setup.go | 4 +- app/upgrades.go | 56 ++-- app/upgrades/v10/upgrades.go | 18 +- app/upgrades/v10/upgrades_test.go | 20 +- app/upgrades/v13/upgrades.go | 2 +- app/upgrades/v13/upgrades_test.go | 2 +- app/upgrades/v14/upgrades.go | 14 +- app/upgrades/v14/upgrades_test.go | 14 +- app/upgrades/v15/upgrades.go | 4 +- app/upgrades/v15/upgrades_test.go | 10 +- app/upgrades/v16/upgrades.go | 4 +- app/upgrades/v16/upgrades_test.go | 4 +- app/upgrades/v17/upgrades.go | 10 +- app/upgrades/v17/upgrades_test.go | 16 +- app/upgrades/v18/upgrades.go | 10 +- app/upgrades/v18/upgrades_test.go | 10 +- app/upgrades/v19/upgrades_test.go | 8 +- app/upgrades/v20/upgrades.go | 4 +- app/upgrades/v20/upgrades_test.go | 6 +- app/upgrades/v21/upgrades_test.go | 2 +- app/upgrades/v3/upgrades.go | 6 +- app/upgrades/v3/upgrades_test.go | 2 +- app/upgrades/v4/upgrades_test.go | 2 +- app/upgrades/v5/upgrades.go | 20 +- app/upgrades/v5/upgrades_test.go | 30 +- app/upgrades/v6/upgrades.go | 2 +- app/upgrades/v6/upgrades_test.go | 8 +- app/upgrades/v7/upgrades.go | 16 +- app/upgrades/v7/upgrades_test.go | 14 +- app/upgrades/v8/upgrades.go | 12 +- app/upgrades/v8/upgrades_test.go | 10 +- app/upgrades/v9/upgrades.go | 2 +- app/upgrades/v9/upgrades_test.go | 14 +- cmd/consumer.go | 2 +- cmd/strided/main.go | 6 +- cmd/strided/root.go | 4 +- go.mod | 2 +- proto/cosmos/staking/v1beta1/lsm_tx.proto | 2 +- proto/osmosis/gamm/v1beta1/osmosis.proto | 2 +- proto/stride/autopilot/genesis.proto | 2 +- proto/stride/autopilot/params.proto | 2 +- proto/stride/autopilot/query.proto | 2 +- proto/stride/claim/claim.proto | 2 +- proto/stride/claim/genesis.proto | 2 +- proto/stride/claim/params.proto | 2 +- proto/stride/claim/query.proto | 2 +- proto/stride/claim/tx.proto | 2 +- proto/stride/epochs/genesis.proto | 2 +- proto/stride/epochs/query.proto | 4 +- proto/stride/icacallbacks/callback_data.proto | 2 +- proto/stride/icacallbacks/genesis.proto | 2 +- proto/stride/icacallbacks/packet.proto | 2 +- proto/stride/icacallbacks/params.proto | 2 +- proto/stride/icacallbacks/query.proto | 2 +- proto/stride/icacallbacks/tx.proto | 2 +- proto/stride/icaoracle/callbacks.proto | 2 +- proto/stride/icaoracle/contract.proto | 2 +- proto/stride/icaoracle/genesis.proto | 2 +- proto/stride/icaoracle/icaoracle.proto | 2 +- proto/stride/icaoracle/query.proto | 2 +- proto/stride/icaoracle/tx.proto | 2 +- proto/stride/interchainquery/v1/genesis.proto | 2 +- .../stride/interchainquery/v1/messages.proto | 2 +- proto/stride/interchainquery/v1/query.proto | 2 +- proto/stride/mint/v1beta1/genesis.proto | 2 +- proto/stride/mint/v1beta1/mint.proto | 2 +- proto/stride/mint/v1beta1/query.proto | 2 +- proto/stride/records/callbacks.proto | 2 +- proto/stride/records/genesis.proto | 2 +- proto/stride/records/params.proto | 2 +- proto/stride/records/query.proto | 2 +- proto/stride/records/records.proto | 2 +- proto/stride/stakedym/genesis.proto | 2 +- proto/stride/stakedym/query.proto | 2 +- proto/stride/stakedym/stakedym.proto | 2 +- proto/stride/stakedym/tx.proto | 2 +- proto/stride/stakeibc/address_unbonding.proto | 2 +- proto/stride/stakeibc/callbacks.proto | 2 +- proto/stride/stakeibc/epoch_tracker.proto | 2 +- proto/stride/stakeibc/genesis.proto | 2 +- proto/stride/stakeibc/gov.proto | 2 +- proto/stride/stakeibc/host_zone.proto | 2 +- proto/stride/stakeibc/ica_account.proto | 2 +- proto/stride/stakeibc/packet.proto | 2 +- proto/stride/stakeibc/params.proto | 2 +- proto/stride/stakeibc/query.proto | 2 +- proto/stride/stakeibc/trade_route.proto | 2 +- proto/stride/stakeibc/tx.proto | 2 +- proto/stride/stakeibc/validator.proto | 2 +- proto/stride/staketia/genesis.proto | 2 +- proto/stride/staketia/query.proto | 2 +- proto/stride/staketia/staketia.proto | 2 +- proto/stride/staketia/tx.proto | 2 +- proto/stride/vesting/tx.proto | 2 +- proto/stride/vesting/vesting.proto | 2 +- scripts/protocgen.sh | 2 +- testutil/keeper/claim.go | 4 +- testutil/keeper/epochs.go | 4 +- testutil/keeper/icacallbacks.go | 4 +- testutil/keeper/interchainquery.go | 4 +- testutil/keeper/records.go | 4 +- testutil/keeper/stakeibc.go | 4 +- testutil/network/network.go | 4 +- utils/cache_ctx_test.go | 2 +- utils/module_account_test.go | 2 +- utils/utils.go | 6 +- utils/utils_test.go | 2 +- x/autopilot/client/cli/query.go | 2 +- x/autopilot/genesis.go | 4 +- x/autopilot/genesis_test.go | 6 +- x/autopilot/handler.go | 4 +- x/autopilot/keeper/airdrop.go | 6 +- x/autopilot/keeper/airdrop_test.go | 10 +- x/autopilot/keeper/fallback.go | 2 +- x/autopilot/keeper/grpc_query_params.go | 2 +- x/autopilot/keeper/grpc_query_params_test.go | 2 +- x/autopilot/keeper/ibc.go | 4 +- x/autopilot/keeper/keeper.go | 6 +- x/autopilot/keeper/keeper_test.go | 4 +- x/autopilot/keeper/liquidstake.go | 6 +- x/autopilot/keeper/liquidstake_test.go | 12 +- x/autopilot/keeper/params.go | 2 +- x/autopilot/keeper/params_test.go | 2 +- x/autopilot/keeper/redeem_stake.go | 6 +- x/autopilot/keeper/redeem_stake_test.go | 12 +- x/autopilot/module.go | 6 +- x/autopilot/module_ibc.go | 4 +- x/autopilot/types/genesis.pb.go | 4 +- x/autopilot/types/genesis_test.go | 2 +- x/autopilot/types/params.pb.go | 4 +- x/autopilot/types/parser_test.go | 4 +- x/autopilot/types/query.pb.go | 6 +- x/claim/client/cli/cli_test.go | 14 +- x/claim/client/cli/query.go | 2 +- x/claim/client/cli/tx.go | 2 +- x/claim/client/cli/tx_claim_free_amount.go | 2 +- x/claim/client/cli/tx_create_airdrop.go | 2 +- x/claim/client/cli/tx_delete_airdrop.go | 2 +- .../client/cli/tx_set_airdrop_allocations.go | 2 +- x/claim/genesis_test.go | 6 +- x/claim/handler.go | 4 +- x/claim/keeper/claim.go | 8 +- x/claim/keeper/claim_test.go | 10 +- x/claim/keeper/genesis.go | 2 +- x/claim/keeper/grpc_query.go | 2 +- x/claim/keeper/hooks.go | 6 +- x/claim/keeper/hooks_test.go | 6 +- x/claim/keeper/keeper.go | 2 +- x/claim/keeper/keeper_test.go | 6 +- x/claim/keeper/msg_server.go | 2 +- x/claim/keeper/msg_server_test.go | 4 +- x/claim/keeper/params.go | 2 +- x/claim/migrations/v2/convert.go | 4 +- x/claim/migrations/v2/convert_test.go | 4 +- x/claim/migrations/v2/migrations.go | 4 +- x/claim/module.go | 6 +- x/claim/types/claim.pb.go | 4 +- x/claim/types/expected_keepers.go | 2 +- x/claim/types/genesis.pb.go | 6 +- x/claim/types/msgs.go | 2 +- x/claim/types/params.pb.go | 60 ++-- x/claim/types/query.pb.go | 152 ++++----- x/claim/types/tx.pb.go | 84 ++--- x/claim/vesting/client/cli/tx.go | 2 +- x/claim/vesting/client/testutil/suite.go | 2 +- x/claim/vesting/handler.go | 2 +- x/claim/vesting/module.go | 4 +- x/claim/vesting/msg_server.go | 2 +- x/claim/vesting/types/codec.go | 2 +- x/claim/vesting/types/common_test.go | 2 +- x/claim/vesting/types/tx.pb.go | 4 +- x/claim/vesting/types/vesting.pb.go | 76 ++--- x/claim/vesting/types/vesting_account.go | 4 +- x/claim/vesting/types/vesting_account_test.go | 2 +- x/epochs/client/cli/query.go | 2 +- x/epochs/genesis.go | 4 +- x/epochs/genesis_test.go | 8 +- x/epochs/handler.go | 4 +- x/epochs/keeper/abci.go | 4 +- x/epochs/keeper/abci_test.go | 4 +- x/epochs/keeper/epoch.go | 2 +- x/epochs/keeper/epoch_test.go | 2 +- x/epochs/keeper/grpc_query.go | 2 +- x/epochs/keeper/grpc_query_test.go | 2 +- x/epochs/keeper/hooks.go | 2 +- x/epochs/keeper/keeper.go | 2 +- x/epochs/keeper/keeper_test.go | 4 +- x/epochs/module.go | 8 +- x/epochs/simulation/genesis.go | 2 +- x/epochs/types/genesis.pb.go | 28 +- x/epochs/types/query.pb.go | 58 ++-- x/icacallbacks/client/cli/query.go | 2 +- .../client/cli/query_callback_data.go | 2 +- .../client/cli/query_callback_data_test.go | 8 +- x/icacallbacks/client/cli/query_params.go | 2 +- x/icacallbacks/client/cli/tx.go | 2 +- x/icacallbacks/genesis.go | 4 +- x/icacallbacks/genesis_test.go | 8 +- x/icacallbacks/handler.go | 4 +- x/icacallbacks/ibc_module.go | 4 +- x/icacallbacks/icacallbacks.go | 2 +- x/icacallbacks/icacallbacks_test.go | 6 +- x/icacallbacks/keeper/callback_data.go | 2 +- x/icacallbacks/keeper/callback_data_test.go | 8 +- x/icacallbacks/keeper/grpc_query.go | 2 +- .../keeper/grpc_query_callback_data.go | 2 +- .../keeper/grpc_query_callback_data_test.go | 6 +- x/icacallbacks/keeper/grpc_query_params.go | 2 +- .../keeper/grpc_query_params_test.go | 4 +- x/icacallbacks/keeper/keeper.go | 2 +- x/icacallbacks/keeper/msg_server.go | 2 +- x/icacallbacks/keeper/params.go | 2 +- x/icacallbacks/keeper/params_test.go | 4 +- x/icacallbacks/migrations/v2/convert.go | 6 +- x/icacallbacks/migrations/v2/convert_test.go | 4 +- x/icacallbacks/migrations/v2/migrations.go | 2 +- x/icacallbacks/module.go | 6 +- x/icacallbacks/module_simulation.go | 6 +- x/icacallbacks/types/callback_data.pb.go | 4 +- x/icacallbacks/types/genesis.pb.go | 6 +- x/icacallbacks/types/genesis_test.go | 2 +- x/icacallbacks/types/packet.pb.go | 4 +- x/icacallbacks/types/params.pb.go | 4 +- x/icacallbacks/types/query.pb.go | 56 ++-- x/icacallbacks/types/tx.pb.go | 4 +- x/icaoracle/client/cli/cli_test.go | 10 +- x/icaoracle/client/cli/query.go | 2 +- x/icaoracle/client/cli/query_test.go | 2 +- x/icaoracle/client/cli/tx.go | 2 +- x/icaoracle/client/cli/tx_test.go | 2 +- x/icaoracle/ibc_middleware.go | 2 +- x/icaoracle/keeper/events.go | 2 +- x/icaoracle/keeper/genesis.go | 2 +- x/icaoracle/keeper/genesis_test.go | 2 +- x/icaoracle/keeper/grpc_query.go | 2 +- x/icaoracle/keeper/grpc_query_test.go | 2 +- x/icaoracle/keeper/ibc.go | 4 +- x/icaoracle/keeper/ibc_test.go | 4 +- x/icaoracle/keeper/icacallbacks.go | 2 +- .../keeper/icacallbacks_instantiate_oracle.go | 6 +- .../icacallbacks_instantiate_oracle_test.go | 4 +- .../keeper/icacallbacks_update_oracle.go | 6 +- .../keeper/icacallbacks_update_oracle_test.go | 4 +- x/icaoracle/keeper/icaoracle.go | 2 +- x/icaoracle/keeper/icaoracle_test.go | 6 +- x/icaoracle/keeper/keeper.go | 2 +- x/icaoracle/keeper/keeper_test.go | 6 +- x/icaoracle/keeper/metric.go | 2 +- x/icaoracle/keeper/metric_test.go | 2 +- x/icaoracle/keeper/msg_server.go | 2 +- .../keeper/msg_server_add_oracle_test.go | 2 +- .../msg_server_instantiate_oracle_test.go | 4 +- .../keeper/msg_server_remove_oracle_test.go | 2 +- .../msg_server_restore_oracle_ica_test.go | 2 +- .../keeper/msg_server_toggle_oracle_test.go | 2 +- x/icaoracle/keeper/oracle.go | 2 +- x/icaoracle/keeper/oracle_test.go | 2 +- x/icaoracle/module.go | 6 +- x/icaoracle/types/callbacks.pb.go | 6 +- x/icaoracle/types/contract.pb.go | 6 +- x/icaoracle/types/expected_keepers.go | 2 +- x/icaoracle/types/genesis.pb.go | 4 +- x/icaoracle/types/genesis_test.go | 4 +- x/icaoracle/types/ica_test.go | 2 +- x/icaoracle/types/icaoracle.pb.go | 4 +- x/icaoracle/types/message_add_oracle.go | 2 +- x/icaoracle/types/message_add_oracle_test.go | 4 +- .../types/message_instantiate_oracle.go | 2 +- .../types/message_instantiate_oracle_test.go | 4 +- .../types/message_remove_oracle_test.go | 4 +- ..._restore_oracle_interchain_account_test.go | 4 +- .../types/message_toggle_oracle_test.go | 4 +- x/icaoracle/types/metric_test.go | 2 +- x/icaoracle/types/oracle_test.go | 2 +- x/icaoracle/types/query.pb.go | 28 +- x/icaoracle/types/tx.pb.go | 16 +- x/interchainquery/client/cli/query.go | 2 +- x/interchainquery/genesis.go | 4 +- x/interchainquery/handler.go | 4 +- x/interchainquery/keeper/abci.go | 2 +- x/interchainquery/keeper/grpc_query.go | 2 +- x/interchainquery/keeper/keeper.go | 4 +- x/interchainquery/keeper/keeper_test.go | 6 +- x/interchainquery/keeper/msg_server.go | 4 +- .../keeper/msg_submit_query_response_test.go | 4 +- x/interchainquery/keeper/queries.go | 2 +- x/interchainquery/keeper/queries_test.go | 8 +- x/interchainquery/module.go | 6 +- x/interchainquery/types/genesis.pb.go | 90 +++--- x/interchainquery/types/messages.pb.go | 66 ++-- x/interchainquery/types/query.pb.go | 4 +- x/mint/client/cli/cli_test.go | 4 +- x/mint/client/cli/query.go | 2 +- x/mint/client/rest/grpc_query_test.go | 4 +- x/mint/genesis.go | 4 +- x/mint/keeper/grpc_query.go | 2 +- x/mint/keeper/hooks.go | 4 +- x/mint/keeper/keeper.go | 2 +- x/mint/module.go | 8 +- x/mint/types/expected_keepers.go | 2 +- x/mint/types/genesis.pb.go | 36 +-- x/mint/types/mint.pb.go | 82 ++--- x/mint/types/params.go | 2 +- x/mint/types/query.pb.go | 52 +-- x/records/client/cli/query.go | 2 +- x/records/client/cli/query_deposit_record.go | 2 +- .../client/cli/query_deposit_record_test.go | 8 +- .../cli/query_epoch_unbonding_record.go | 2 +- x/records/client/cli/query_lsm_deposits.go | 2 +- x/records/client/cli/query_params.go | 2 +- .../cli/query_user_redemption_record.go | 2 +- .../cli/query_user_redemption_record_test.go | 8 +- x/records/client/cli/tx.go | 2 +- x/records/genesis.go | 4 +- x/records/genesis_test.go | 8 +- x/records/handler.go | 4 +- x/records/keeper/callback_lsm_transfer.go | 6 +- .../keeper/callback_lsm_transfer_test.go | 4 +- x/records/keeper/callback_native_transfer.go | 4 +- .../keeper/callback_native_transfer_test.go | 6 +- x/records/keeper/callbacks.go | 2 +- x/records/keeper/deposit_record.go | 2 +- x/records/keeper/epoch_unbonding_record.go | 4 +- .../keeper/epoch_unbonding_record_test.go | 8 +- x/records/keeper/grpc_query.go | 2 +- x/records/keeper/grpc_query_deposit_record.go | 2 +- .../keeper/grpc_query_deposit_record_test.go | 8 +- .../grpc_query_epoch_unbonding_record.go | 2 +- .../grpc_query_epoch_unbonding_record_test.go | 6 +- x/records/keeper/grpc_query_lsm_deposits.go | 2 +- .../keeper/grpc_query_lsm_deposits_test.go | 2 +- x/records/keeper/grpc_query_params.go | 2 +- x/records/keeper/grpc_query_params_test.go | 4 +- .../grpc_query_user_redemption_record.go | 2 +- ...c_query_user_redemption_record_for_user.go | 2 +- .../grpc_query_user_redemption_record_test.go | 6 +- x/records/keeper/ibc.go | 4 +- x/records/keeper/keeper.go | 4 +- x/records/keeper/keeper_test.go | 2 +- x/records/keeper/lsm_token_deposit.go | 2 +- x/records/keeper/lsm_token_deposit_test.go | 2 +- x/records/keeper/params.go | 2 +- x/records/keeper/params_test.go | 4 +- x/records/keeper/transfer.go | 6 +- x/records/keeper/transfer_test.go | 4 +- x/records/keeper/user_redemption_record.go | 2 +- .../keeper/user_redemption_record_test.go | 8 +- x/records/migrations/v2/convert.go | 4 +- x/records/migrations/v2/convert_test.go | 4 +- x/records/migrations/v2/migrations.go | 4 +- x/records/module.go | 6 +- x/records/module_ibc.go | 2 +- x/records/module_simulation.go | 6 +- x/records/types/callbacks.pb.go | 4 +- x/records/types/genesis.pb.go | 16 +- x/records/types/genesis_test.go | 2 +- x/records/types/params.pb.go | 4 +- x/records/types/query.pb.go | 152 ++++----- x/records/types/records.pb.go | 126 ++++---- x/records/types/records_test.go | 2 +- x/stakedym/client/cli/parser.go | 2 +- x/stakedym/client/cli/query.go | 2 +- x/stakedym/client/cli/tx.go | 2 +- x/stakedym/ibc_middleware.go | 2 +- x/stakedym/keeper/delegation.go | 6 +- x/stakedym/keeper/delegation_record.go | 2 +- x/stakedym/keeper/delegation_record_test.go | 2 +- x/stakedym/keeper/delegation_test.go | 2 +- x/stakedym/keeper/events.go | 2 +- x/stakedym/keeper/genesis.go | 2 +- x/stakedym/keeper/grpc_query.go | 2 +- x/stakedym/keeper/grpc_query_test.go | 2 +- x/stakedym/keeper/hooks.go | 2 +- x/stakedym/keeper/host_zone.go | 2 +- x/stakedym/keeper/host_zone_test.go | 2 +- x/stakedym/keeper/ibc.go | 6 +- x/stakedym/keeper/ibc_test.go | 2 +- x/stakedym/keeper/invariants.go | 2 +- x/stakedym/keeper/invariants_test.go | 2 +- x/stakedym/keeper/keeper.go | 2 +- x/stakedym/keeper/keeper_test.go | 6 +- x/stakedym/keeper/msg_server.go | 4 +- x/stakedym/keeper/msg_server_test.go | 4 +- x/stakedym/keeper/operator_test.go | 2 +- x/stakedym/keeper/operatorlist.go | 2 +- x/stakedym/keeper/redemption_rate.go | 6 +- x/stakedym/keeper/redemption_rate_test.go | 2 +- x/stakedym/keeper/redemption_record.go | 2 +- x/stakedym/keeper/redemption_record_test.go | 2 +- x/stakedym/keeper/slash_record.go | 2 +- x/stakedym/keeper/slash_record_test.go | 2 +- x/stakedym/keeper/transfer_callback.go | 2 +- x/stakedym/keeper/transfer_callback_test.go | 2 +- x/stakedym/keeper/unbonding.go | 4 +- x/stakedym/keeper/unbonding_record.go | 2 +- x/stakedym/keeper/unbonding_record_test.go | 2 +- x/stakedym/keeper/unbonding_test.go | 6 +- x/stakedym/module.go | 6 +- x/stakedym/types/genesis.pb.go | 4 +- x/stakedym/types/host_zone_test.go | 4 +- x/stakedym/types/msgs.go | 2 +- x/stakedym/types/msgs_test.go | 6 +- x/stakedym/types/query.pb.go | 108 +++---- x/stakedym/types/records_test.go | 2 +- x/stakedym/types/stakedym.pb.go | 86 ++--- x/stakedym/types/tx.pb.go | 172 +++++----- x/stakeibc/client/cli/query.go | 2 +- x/stakeibc/client/cli/query_epoch_tracker.go | 2 +- .../client/cli/query_epoch_tracker_test.go | 6 +- x/stakeibc/client/cli/query_host_zone.go | 2 +- x/stakeibc/client/cli/query_module_address.go | 2 +- .../client/cli/query_next_packet_sequence.go | 2 +- x/stakeibc/client/cli/query_params.go | 2 +- x/stakeibc/client/cli/query_register_ica.go | 2 +- x/stakeibc/client/cli/query_trade_routes.go | 2 +- x/stakeibc/client/cli/query_validator.go | 2 +- x/stakeibc/client/cli/tx.go | 2 +- x/stakeibc/client/cli/tx_add_validators.go | 2 +- .../client/cli/tx_add_validators_proposal.go | 2 +- .../client/cli/tx_calibrate_delegation.go | 2 +- .../client/cli/tx_change_validator_weight.go | 2 +- .../client/cli/tx_claim_undelegated_tokens.go | 2 +- x/stakeibc/client/cli/tx_clear_balance.go | 2 +- x/stakeibc/client/cli/tx_delete_validator.go | 2 +- x/stakeibc/client/cli/tx_liquid_stake.go | 2 +- x/stakeibc/client/cli/tx_lsm_liquid_stake.go | 2 +- .../client/cli/tx_rebalance_validators.go | 2 +- x/stakeibc/client/cli/tx_redeem_stake.go | 2 +- .../client/cli/tx_register_host_zone.go | 2 +- .../cli/tx_restore_interchain_account.go | 2 +- x/stakeibc/client/cli/tx_resume_host_zone.go | 2 +- .../cli/tx_set_community_pool_rebate.go | 2 +- .../client/cli/tx_toggle_lsm_proposal.go | 2 +- .../client/cli/tx_toggle_trade_controller.go | 2 +- x/stakeibc/client/cli/tx_update_delegation.go | 2 +- .../tx_update_inner_redemption_rate_bounds.go | 2 +- x/stakeibc/client/proposal_handler.go | 2 +- x/stakeibc/genesis.go | 4 +- x/stakeibc/genesis_test.go | 8 +- x/stakeibc/handler.go | 4 +- x/stakeibc/ibc_middleware.go | 2 +- x/stakeibc/keeper/abci.go | 2 +- x/stakeibc/keeper/claim.go | 6 +- x/stakeibc/keeper/claim_test.go | 8 +- x/stakeibc/keeper/community_pool.go | 8 +- x/stakeibc/keeper/community_pool_test.go | 10 +- x/stakeibc/keeper/consumer.go | 2 +- x/stakeibc/keeper/consumer_test.go | 2 +- x/stakeibc/keeper/delegation.go | 6 +- x/stakeibc/keeper/delegation_test.go | 8 +- x/stakeibc/keeper/epoch_tracker.go | 4 +- x/stakeibc/keeper/epoch_tracker_test.go | 12 +- x/stakeibc/keeper/events.go | 4 +- x/stakeibc/keeper/gov.go | 2 +- x/stakeibc/keeper/grpc_query.go | 4 +- x/stakeibc/keeper/grpc_query_test.go | 12 +- x/stakeibc/keeper/hooks.go | 4 +- x/stakeibc/keeper/host_zone.go | 6 +- x/stakeibc/keeper/host_zone_test.go | 8 +- x/stakeibc/keeper/ibc.go | 2 +- x/stakeibc/keeper/ibc_test.go | 2 +- x/stakeibc/keeper/icacallbacks.go | 2 +- x/stakeibc/keeper/icacallbacks_claim.go | 8 +- x/stakeibc/keeper/icacallbacks_claim_test.go | 6 +- x/stakeibc/keeper/icacallbacks_delegate.go | 8 +- .../keeper/icacallbacks_delegate_test.go | 6 +- x/stakeibc/keeper/icacallbacks_detokenize.go | 8 +- .../keeper/icacallbacks_detokenize_test.go | 8 +- x/stakeibc/keeper/icacallbacks_rebalance.go | 6 +- .../keeper/icacallbacks_rebalance_test.go | 6 +- x/stakeibc/keeper/icacallbacks_redemption.go | 8 +- .../keeper/icacallbacks_redemption_test.go | 6 +- x/stakeibc/keeper/icacallbacks_reinvest.go | 12 +- .../keeper/icacallbacks_reinvest_test.go | 16 +- x/stakeibc/keeper/icacallbacks_undelegate.go | 8 +- .../keeper/icacallbacks_undelegate_test.go | 6 +- x/stakeibc/keeper/icqcallbacks.go | 2 +- .../icqcallbacks_callibrate_delegation.go | 6 +- ...icqcallbacks_callibrate_delegation_test.go | 6 +- ...icqcallbacks_community_pool_ica_balance.go | 8 +- .../keeper/icqcallbacks_delegator_shares.go | 6 +- .../icqcallbacks_delegator_shares_test.go | 6 +- x/stakeibc/keeper/icqcallbacks_fee_balance.go | 10 +- .../keeper/icqcallbacks_fee_balance_test.go | 8 +- x/stakeibc/keeper/icqcallbacks_pool_price.go | 6 +- .../keeper/icqcallbacks_pool_price_test.go | 6 +- .../icqcallbacks_trade_converted_balance.go | 8 +- ...qcallbacks_trade_converted_balance_test.go | 8 +- .../icqcallbacks_trade_reward_balance.go | 8 +- .../icqcallbacks_trade_reward_balance_test.go | 8 +- .../icqcallbacks_validator_exchange_rate.go | 6 +- ...qcallbacks_validator_exchange_rate_test.go | 8 +- .../icqcallbacks_withdrawal_host_balance.go | 8 +- ...qcallbacks_withdrawal_host_balance_test.go | 10 +- .../icqcallbacks_withdrawal_reward_balance.go | 8 +- ...allbacks_withdrawal_reward_balance_test.go | 8 +- x/stakeibc/keeper/interchainaccounts.go | 8 +- x/stakeibc/keeper/interchainaccounts_test.go | 6 +- x/stakeibc/keeper/interchainqueries.go | 8 +- x/stakeibc/keeper/interchainqueries_test.go | 2 +- x/stakeibc/keeper/invariants.go | 4 +- x/stakeibc/keeper/invariants_test.go | 2 +- x/stakeibc/keeper/keeper.go | 8 +- x/stakeibc/keeper/keeper_test.go | 8 +- x/stakeibc/keeper/lsm.go | 6 +- x/stakeibc/keeper/lsm_test.go | 6 +- x/stakeibc/keeper/msg_server.go | 10 +- x/stakeibc/keeper/msg_server_test.go | 16 +- x/stakeibc/keeper/params.go | 2 +- x/stakeibc/keeper/params_test.go | 4 +- x/stakeibc/keeper/rebalance.go | 6 +- x/stakeibc/keeper/rebalance_test.go | 6 +- x/stakeibc/keeper/records.go | 4 +- x/stakeibc/keeper/records_test.go | 6 +- x/stakeibc/keeper/redemption_rate.go | 8 +- x/stakeibc/keeper/redemption_rate_test.go | 6 +- x/stakeibc/keeper/redemption_sweep.go | 6 +- x/stakeibc/keeper/redemption_sweep_test.go | 6 +- x/stakeibc/keeper/reward_allocation.go | 2 +- x/stakeibc/keeper/reward_allocation_test.go | 6 +- x/stakeibc/keeper/reward_converter.go | 8 +- x/stakeibc/keeper/reward_converter_test.go | 10 +- x/stakeibc/keeper/trade_route.go | 2 +- x/stakeibc/keeper/trade_route_test.go | 2 +- x/stakeibc/keeper/transfer.go | 8 +- x/stakeibc/keeper/transfer_test.go | 4 +- x/stakeibc/keeper/unbonding.go | 6 +- x/stakeibc/keeper/unbonding_test.go | 8 +- x/stakeibc/keeper/validator.go | 4 +- x/stakeibc/keeper/validator_test.go | 2 +- x/stakeibc/migrations/v2/convert.go | 4 +- x/stakeibc/migrations/v2/convert_test.go | 4 +- x/stakeibc/migrations/v2/migrations.go | 4 +- x/stakeibc/migrations/v3/convert.go | 4 +- x/stakeibc/migrations/v3/convert_test.go | 4 +- x/stakeibc/migrations/v3/migrations.go | 4 +- x/stakeibc/module.go | 6 +- x/stakeibc/module_simulation.go | 6 +- x/stakeibc/simulation/add_validator.go | 4 +- .../simulation/change_validator_weight.go | 4 +- .../simulation/claim_undelegated_tokens.go | 4 +- x/stakeibc/simulation/delete_validator.go | 4 +- x/stakeibc/simulation/liquid_stake.go | 4 +- x/stakeibc/simulation/rebalance_validators.go | 4 +- .../simulation/restore_interchain_account.go | 4 +- x/stakeibc/simulation/update_delegation.go | 4 +- x/stakeibc/types/address_unbonding.pb.go | 4 +- x/stakeibc/types/callbacks.pb.go | 110 +++---- x/stakeibc/types/epoch_tracker.pb.go | 4 +- x/stakeibc/types/genesis.pb.go | 4 +- x/stakeibc/types/genesis_test.go | 2 +- x/stakeibc/types/gov.pb.go | 4 +- x/stakeibc/types/host_zone.pb.go | 6 +- x/stakeibc/types/host_zone_test.go | 2 +- x/stakeibc/types/ica_account.pb.go | 4 +- x/stakeibc/types/ica_account_test.go | 2 +- x/stakeibc/types/lsm_tx.pb.go | 46 +-- x/stakeibc/types/message_add_validators.go | 2 +- .../types/message_add_validators_test.go | 4 +- .../types/message_change_validator_weight.go | 2 +- .../message_change_validator_weight_test.go | 4 +- .../message_claim_undelegated_tokens_test.go | 2 +- x/stakeibc/types/message_clear_balance.go | 2 +- .../types/message_create_trade_route_test.go | 4 +- .../types/message_delete_trade_route_test.go | 4 +- x/stakeibc/types/message_delete_validator.go | 2 +- .../types/message_delete_validator_test.go | 2 +- x/stakeibc/types/message_liquid_stake_test.go | 2 +- .../types/message_lsm_liquid_stake_test.go | 4 +- .../types/message_rebalance_validators.go | 2 +- .../message_rebalance_validators_test.go | 4 +- x/stakeibc/types/message_redeem_stake_test.go | 2 +- .../types/message_register_host_zone.go | 2 +- ...message_restore_interchain_account_test.go | 2 +- x/stakeibc/types/message_resume_host_zone.go | 2 +- .../message_set_community_pool_rebate.go | 2 +- .../message_set_community_pool_rebate_test.go | 4 +- .../types/message_toggle_trade_controller.go | 2 +- .../message_toggle_trade_controller_test.go | 4 +- ...age_update_inner_redemption_rate_bounds.go | 2 +- .../types/message_update_trade_route_test.go | 4 +- x/stakeibc/types/osmosis.pb.go | 6 +- x/stakeibc/types/packet.pb.go | 4 +- x/stakeibc/types/params.pb.go | 68 ++-- x/stakeibc/types/query.pb.go | 158 +++++----- x/stakeibc/types/trade_route.pb.go | 6 +- x/stakeibc/types/tx.pb.go | 296 +++++++++--------- x/stakeibc/types/validator.pb.go | 4 +- x/staketia/client/cli/parser.go | 2 +- x/staketia/client/cli/query.go | 2 +- x/staketia/client/cli/tx.go | 2 +- x/staketia/ibc_middleware.go | 2 +- x/staketia/keeper/delegation.go | 6 +- x/staketia/keeper/delegation_record.go | 2 +- x/staketia/keeper/delegation_record_test.go | 2 +- x/staketia/keeper/delegation_test.go | 2 +- x/staketia/keeper/events.go | 2 +- x/staketia/keeper/genesis.go | 2 +- x/staketia/keeper/grpc_query.go | 2 +- x/staketia/keeper/grpc_query_test.go | 2 +- x/staketia/keeper/hooks.go | 2 +- x/staketia/keeper/host_zone.go | 2 +- x/staketia/keeper/host_zone_test.go | 2 +- x/staketia/keeper/ibc.go | 6 +- x/staketia/keeper/ibc_test.go | 2 +- x/staketia/keeper/invariants.go | 2 +- x/staketia/keeper/invariants_test.go | 2 +- x/staketia/keeper/keeper.go | 2 +- x/staketia/keeper/keeper_test.go | 6 +- x/staketia/keeper/msg_server.go | 4 +- x/staketia/keeper/msg_server_test.go | 4 +- x/staketia/keeper/operator_test.go | 2 +- x/staketia/keeper/operatorlist.go | 2 +- x/staketia/keeper/redemption_rate.go | 6 +- x/staketia/keeper/redemption_rate_test.go | 2 +- x/staketia/keeper/redemption_record.go | 2 +- x/staketia/keeper/redemption_record_test.go | 2 +- x/staketia/keeper/slash_record.go | 2 +- x/staketia/keeper/slash_record_test.go | 2 +- x/staketia/keeper/transfer_callback.go | 2 +- x/staketia/keeper/transfer_callback_test.go | 2 +- x/staketia/keeper/unbonding.go | 4 +- x/staketia/keeper/unbonding_record.go | 2 +- x/staketia/keeper/unbonding_record_test.go | 2 +- x/staketia/keeper/unbonding_test.go | 6 +- x/staketia/module.go | 6 +- x/staketia/types/genesis.pb.go | 4 +- x/staketia/types/host_zone_test.go | 4 +- x/staketia/types/msgs.go | 2 +- x/staketia/types/msgs_test.go | 6 +- x/staketia/types/query.pb.go | 108 +++---- x/staketia/types/records_test.go | 2 +- x/staketia/types/staketia.pb.go | 83 ++--- x/staketia/types/tx.pb.go | 172 +++++----- 636 files changed, 2587 insertions(+), 2586 deletions(-) diff --git a/app/app.go b/app/app.go index 459d74ae95..bae1ae10a6 100644 --- a/app/app.go +++ b/app/app.go @@ -118,43 +118,43 @@ import ( evmosvestingtypes "github.com/evmos/vesting/x/vesting/types" "github.com/spf13/cast" - "github.com/Stride-Labs/stride/v20/utils" - "github.com/Stride-Labs/stride/v20/x/autopilot" - autopilotkeeper "github.com/Stride-Labs/stride/v20/x/autopilot/keeper" - autopilottypes "github.com/Stride-Labs/stride/v20/x/autopilot/types" - "github.com/Stride-Labs/stride/v20/x/claim" - claimkeeper "github.com/Stride-Labs/stride/v20/x/claim/keeper" - claimtypes "github.com/Stride-Labs/stride/v20/x/claim/types" - claimvesting "github.com/Stride-Labs/stride/v20/x/claim/vesting" - claimvestingtypes "github.com/Stride-Labs/stride/v20/x/claim/vesting/types" - epochsmodule "github.com/Stride-Labs/stride/v20/x/epochs" - epochsmodulekeeper "github.com/Stride-Labs/stride/v20/x/epochs/keeper" - epochsmoduletypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - icacallbacksmodule "github.com/Stride-Labs/stride/v20/x/icacallbacks" - icacallbacksmodulekeeper "github.com/Stride-Labs/stride/v20/x/icacallbacks/keeper" - icacallbacksmoduletypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" - icaoracle "github.com/Stride-Labs/stride/v20/x/icaoracle" - icaoraclekeeper "github.com/Stride-Labs/stride/v20/x/icaoracle/keeper" - icaoracletypes "github.com/Stride-Labs/stride/v20/x/icaoracle/types" - "github.com/Stride-Labs/stride/v20/x/interchainquery" - interchainquerykeeper "github.com/Stride-Labs/stride/v20/x/interchainquery/keeper" - interchainquerytypes "github.com/Stride-Labs/stride/v20/x/interchainquery/types" - "github.com/Stride-Labs/stride/v20/x/mint" - mintkeeper "github.com/Stride-Labs/stride/v20/x/mint/keeper" - minttypes "github.com/Stride-Labs/stride/v20/x/mint/types" - recordsmodule "github.com/Stride-Labs/stride/v20/x/records" - recordsmodulekeeper "github.com/Stride-Labs/stride/v20/x/records/keeper" - recordsmoduletypes "github.com/Stride-Labs/stride/v20/x/records/types" - stakedym "github.com/Stride-Labs/stride/v20/x/stakedym" - stakedymkeeper "github.com/Stride-Labs/stride/v20/x/stakedym/keeper" - stakedymtypes "github.com/Stride-Labs/stride/v20/x/stakedym/types" - stakeibcmodule "github.com/Stride-Labs/stride/v20/x/stakeibc" - stakeibcclient "github.com/Stride-Labs/stride/v20/x/stakeibc/client" - stakeibcmodulekeeper "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - stakeibcmoduletypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" - staketia "github.com/Stride-Labs/stride/v20/x/staketia" - staketiakeeper "github.com/Stride-Labs/stride/v20/x/staketia/keeper" - staketiatypes "github.com/Stride-Labs/stride/v20/x/staketia/types" + "github.com/Stride-Labs/stride/v21/utils" + "github.com/Stride-Labs/stride/v21/x/autopilot" + autopilotkeeper "github.com/Stride-Labs/stride/v21/x/autopilot/keeper" + autopilottypes "github.com/Stride-Labs/stride/v21/x/autopilot/types" + "github.com/Stride-Labs/stride/v21/x/claim" + claimkeeper "github.com/Stride-Labs/stride/v21/x/claim/keeper" + claimtypes "github.com/Stride-Labs/stride/v21/x/claim/types" + claimvesting "github.com/Stride-Labs/stride/v21/x/claim/vesting" + claimvestingtypes "github.com/Stride-Labs/stride/v21/x/claim/vesting/types" + epochsmodule "github.com/Stride-Labs/stride/v21/x/epochs" + epochsmodulekeeper "github.com/Stride-Labs/stride/v21/x/epochs/keeper" + epochsmoduletypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + icacallbacksmodule "github.com/Stride-Labs/stride/v21/x/icacallbacks" + icacallbacksmodulekeeper "github.com/Stride-Labs/stride/v21/x/icacallbacks/keeper" + icacallbacksmoduletypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" + icaoracle "github.com/Stride-Labs/stride/v21/x/icaoracle" + icaoraclekeeper "github.com/Stride-Labs/stride/v21/x/icaoracle/keeper" + icaoracletypes "github.com/Stride-Labs/stride/v21/x/icaoracle/types" + "github.com/Stride-Labs/stride/v21/x/interchainquery" + interchainquerykeeper "github.com/Stride-Labs/stride/v21/x/interchainquery/keeper" + interchainquerytypes "github.com/Stride-Labs/stride/v21/x/interchainquery/types" + "github.com/Stride-Labs/stride/v21/x/mint" + mintkeeper "github.com/Stride-Labs/stride/v21/x/mint/keeper" + minttypes "github.com/Stride-Labs/stride/v21/x/mint/types" + recordsmodule "github.com/Stride-Labs/stride/v21/x/records" + recordsmodulekeeper "github.com/Stride-Labs/stride/v21/x/records/keeper" + recordsmoduletypes "github.com/Stride-Labs/stride/v21/x/records/types" + stakedym "github.com/Stride-Labs/stride/v21/x/stakedym" + stakedymkeeper "github.com/Stride-Labs/stride/v21/x/stakedym/keeper" + stakedymtypes "github.com/Stride-Labs/stride/v21/x/stakedym/types" + stakeibcmodule "github.com/Stride-Labs/stride/v21/x/stakeibc" + stakeibcclient "github.com/Stride-Labs/stride/v21/x/stakeibc/client" + stakeibcmodulekeeper "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + stakeibcmoduletypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" + staketia "github.com/Stride-Labs/stride/v21/x/staketia" + staketiakeeper "github.com/Stride-Labs/stride/v21/x/staketia/keeper" + staketiatypes "github.com/Stride-Labs/stride/v21/x/staketia/types" ) const ( diff --git a/app/apptesting/test_helpers.go b/app/apptesting/test_helpers.go index 5d33de7ed3..db6a918ab5 100644 --- a/app/apptesting/test_helpers.go +++ b/app/apptesting/test_helpers.go @@ -35,8 +35,8 @@ import ( "github.com/stretchr/testify/require" "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v20/app" - "github.com/Stride-Labs/stride/v20/utils" + "github.com/Stride-Labs/stride/v21/app" + "github.com/Stride-Labs/stride/v21/utils" ) var ( diff --git a/app/test_setup.go b/app/test_setup.go index 46c7ea2e6d..5b09c07284 100644 --- a/app/test_setup.go +++ b/app/test_setup.go @@ -25,8 +25,8 @@ import ( consumertypes "github.com/cosmos/interchain-security/v4/x/ccv/consumer/types" ccvtypes "github.com/cosmos/interchain-security/v4/x/ccv/types" - cmdcfg "github.com/Stride-Labs/stride/v20/cmd/strided/config" - testutil "github.com/Stride-Labs/stride/v20/testutil" + cmdcfg "github.com/Stride-Labs/stride/v21/cmd/strided/config" + testutil "github.com/Stride-Labs/stride/v21/testutil" ) const Bech32Prefix = "stride" diff --git a/app/upgrades.go b/app/upgrades.go index 8c8acf01df..26f2be573d 100644 --- a/app/upgrades.go +++ b/app/upgrades.go @@ -17,34 +17,34 @@ import ( ratelimittypes "github.com/Stride-Labs/ibc-rate-limiting/ratelimit/types" - v10 "github.com/Stride-Labs/stride/v20/app/upgrades/v10" - v11 "github.com/Stride-Labs/stride/v20/app/upgrades/v11" - v12 "github.com/Stride-Labs/stride/v20/app/upgrades/v12" - v13 "github.com/Stride-Labs/stride/v20/app/upgrades/v13" - v14 "github.com/Stride-Labs/stride/v20/app/upgrades/v14" - v15 "github.com/Stride-Labs/stride/v20/app/upgrades/v15" - v16 "github.com/Stride-Labs/stride/v20/app/upgrades/v16" - v17 "github.com/Stride-Labs/stride/v20/app/upgrades/v17" - v18 "github.com/Stride-Labs/stride/v20/app/upgrades/v18" - v19 "github.com/Stride-Labs/stride/v20/app/upgrades/v19" - v2 "github.com/Stride-Labs/stride/v20/app/upgrades/v2" - v20 "github.com/Stride-Labs/stride/v20/app/upgrades/v20" - v21 "github.com/Stride-Labs/stride/v20/app/upgrades/v21" - v3 "github.com/Stride-Labs/stride/v20/app/upgrades/v3" - v4 "github.com/Stride-Labs/stride/v20/app/upgrades/v4" - v5 "github.com/Stride-Labs/stride/v20/app/upgrades/v5" - v6 "github.com/Stride-Labs/stride/v20/app/upgrades/v6" - v7 "github.com/Stride-Labs/stride/v20/app/upgrades/v7" - v8 "github.com/Stride-Labs/stride/v20/app/upgrades/v8" - v9 "github.com/Stride-Labs/stride/v20/app/upgrades/v9" - autopilottypes "github.com/Stride-Labs/stride/v20/x/autopilot/types" - claimtypes "github.com/Stride-Labs/stride/v20/x/claim/types" - icacallbacktypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" - icaoracletypes "github.com/Stride-Labs/stride/v20/x/icaoracle/types" - recordtypes "github.com/Stride-Labs/stride/v20/x/records/types" - stakedymtypes "github.com/Stride-Labs/stride/v20/x/stakedym/types" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" - staketiatypes "github.com/Stride-Labs/stride/v20/x/staketia/types" + v10 "github.com/Stride-Labs/stride/v21/app/upgrades/v10" + v11 "github.com/Stride-Labs/stride/v21/app/upgrades/v11" + v12 "github.com/Stride-Labs/stride/v21/app/upgrades/v12" + v13 "github.com/Stride-Labs/stride/v21/app/upgrades/v13" + v14 "github.com/Stride-Labs/stride/v21/app/upgrades/v14" + v15 "github.com/Stride-Labs/stride/v21/app/upgrades/v15" + v16 "github.com/Stride-Labs/stride/v21/app/upgrades/v16" + v17 "github.com/Stride-Labs/stride/v21/app/upgrades/v17" + v18 "github.com/Stride-Labs/stride/v21/app/upgrades/v18" + v19 "github.com/Stride-Labs/stride/v21/app/upgrades/v19" + v2 "github.com/Stride-Labs/stride/v21/app/upgrades/v2" + v20 "github.com/Stride-Labs/stride/v21/app/upgrades/v20" + v21 "github.com/Stride-Labs/stride/v21/app/upgrades/v21" + v3 "github.com/Stride-Labs/stride/v21/app/upgrades/v3" + v4 "github.com/Stride-Labs/stride/v21/app/upgrades/v4" + v5 "github.com/Stride-Labs/stride/v21/app/upgrades/v5" + v6 "github.com/Stride-Labs/stride/v21/app/upgrades/v6" + v7 "github.com/Stride-Labs/stride/v21/app/upgrades/v7" + v8 "github.com/Stride-Labs/stride/v21/app/upgrades/v8" + v9 "github.com/Stride-Labs/stride/v21/app/upgrades/v9" + autopilottypes "github.com/Stride-Labs/stride/v21/x/autopilot/types" + claimtypes "github.com/Stride-Labs/stride/v21/x/claim/types" + icacallbacktypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" + icaoracletypes "github.com/Stride-Labs/stride/v21/x/icaoracle/types" + recordtypes "github.com/Stride-Labs/stride/v21/x/records/types" + stakedymtypes "github.com/Stride-Labs/stride/v21/x/stakedym/types" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" + staketiatypes "github.com/Stride-Labs/stride/v21/x/staketia/types" ) func (app *StrideApp) setupUpgradeHandlers(appOpts servertypes.AppOptions) { diff --git a/app/upgrades/v10/upgrades.go b/app/upgrades/v10/upgrades.go index caea3988f6..407ef915cb 100644 --- a/app/upgrades/v10/upgrades.go +++ b/app/upgrades/v10/upgrades.go @@ -28,15 +28,15 @@ import ( ratelimitkeeper "github.com/Stride-Labs/ibc-rate-limiting/ratelimit/keeper" ratelimittypes "github.com/Stride-Labs/ibc-rate-limiting/ratelimit/types" - claimkeeper "github.com/Stride-Labs/stride/v20/x/claim/keeper" - claimtypes "github.com/Stride-Labs/stride/v20/x/claim/types" - icacallbackskeeper "github.com/Stride-Labs/stride/v20/x/icacallbacks/keeper" - mintkeeper "github.com/Stride-Labs/stride/v20/x/mint/keeper" - minttypes "github.com/Stride-Labs/stride/v20/x/mint/types" - recordskeeper "github.com/Stride-Labs/stride/v20/x/records/keeper" - recordstypes "github.com/Stride-Labs/stride/v20/x/records/types" - stakeibckeeper "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + claimkeeper "github.com/Stride-Labs/stride/v21/x/claim/keeper" + claimtypes "github.com/Stride-Labs/stride/v21/x/claim/types" + icacallbackskeeper "github.com/Stride-Labs/stride/v21/x/icacallbacks/keeper" + mintkeeper "github.com/Stride-Labs/stride/v21/x/mint/keeper" + minttypes "github.com/Stride-Labs/stride/v21/x/mint/types" + recordskeeper "github.com/Stride-Labs/stride/v21/x/records/keeper" + recordstypes "github.com/Stride-Labs/stride/v21/x/records/types" + stakeibckeeper "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" cosmosproto "github.com/cosmos/gogoproto/proto" deprecatedproto "github.com/golang/protobuf/proto" //nolint:staticcheck diff --git a/app/upgrades/v10/upgrades_test.go b/app/upgrades/v10/upgrades_test.go index 79b827af72..53129fd128 100644 --- a/app/upgrades/v10/upgrades_test.go +++ b/app/upgrades/v10/upgrades_test.go @@ -16,23 +16,23 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - "github.com/Stride-Labs/stride/v20/app/apptesting" - v10 "github.com/Stride-Labs/stride/v20/app/upgrades/v10" - "github.com/Stride-Labs/stride/v20/utils" + "github.com/Stride-Labs/stride/v21/app/apptesting" + v10 "github.com/Stride-Labs/stride/v21/app/upgrades/v10" + "github.com/Stride-Labs/stride/v21/utils" ratelimittypes "github.com/Stride-Labs/ibc-rate-limiting/ratelimit/types" - icacallbackstypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" - recordskeeper "github.com/Stride-Labs/stride/v20/x/records/keeper" - recordstypes "github.com/Stride-Labs/stride/v20/x/records/types" - stakeibckeeper "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + icacallbackstypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" + recordskeeper "github.com/Stride-Labs/stride/v21/x/records/keeper" + recordstypes "github.com/Stride-Labs/stride/v21/x/records/types" + stakeibckeeper "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" cosmosproto "github.com/cosmos/gogoproto/proto" deprecatedproto "github.com/golang/protobuf/proto" //nolint:staticcheck - claimtypes "github.com/Stride-Labs/stride/v20/x/claim/types" + claimtypes "github.com/Stride-Labs/stride/v21/x/claim/types" ) var initialRateLimitChannelValue = sdk.NewInt(1_000_000) diff --git a/app/upgrades/v13/upgrades.go b/app/upgrades/v13/upgrades.go index b40787dcd2..90c12429c7 100644 --- a/app/upgrades/v13/upgrades.go +++ b/app/upgrades/v13/upgrades.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" - stakeibckeeper "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" + stakeibckeeper "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" ) var ( diff --git a/app/upgrades/v13/upgrades_test.go b/app/upgrades/v13/upgrades_test.go index 5cb2c35925..97013cf5e7 100644 --- a/app/upgrades/v13/upgrades_test.go +++ b/app/upgrades/v13/upgrades_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v20/app/apptesting" + "github.com/Stride-Labs/stride/v21/app/apptesting" ) type UpgradeTestSuite struct { diff --git a/app/upgrades/v14/upgrades.go b/app/upgrades/v14/upgrades.go index 4844dd5fee..8a6db580f9 100644 --- a/app/upgrades/v14/upgrades.go +++ b/app/upgrades/v14/upgrades.go @@ -23,13 +23,13 @@ import ( "github.com/evmos/vesting/x/vesting/types" evmosvestingtypes "github.com/evmos/vesting/x/vesting/types" - "github.com/Stride-Labs/stride/v20/utils" - claimkeeper "github.com/Stride-Labs/stride/v20/x/claim/keeper" - claimtypes "github.com/Stride-Labs/stride/v20/x/claim/types" - icqkeeper "github.com/Stride-Labs/stride/v20/x/interchainquery/keeper" - stakeibckeeper "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - stakeibcmigration "github.com/Stride-Labs/stride/v20/x/stakeibc/migrations/v3" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/utils" + claimkeeper "github.com/Stride-Labs/stride/v21/x/claim/keeper" + claimtypes "github.com/Stride-Labs/stride/v21/x/claim/types" + icqkeeper "github.com/Stride-Labs/stride/v21/x/interchainquery/keeper" + stakeibckeeper "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + stakeibcmigration "github.com/Stride-Labs/stride/v21/x/stakeibc/migrations/v3" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) var ( diff --git a/app/upgrades/v14/upgrades_test.go b/app/upgrades/v14/upgrades_test.go index 32bc0fdc58..44d3eb5f50 100644 --- a/app/upgrades/v14/upgrades_test.go +++ b/app/upgrades/v14/upgrades_test.go @@ -13,13 +13,13 @@ import ( evmosvestingtypes "github.com/evmos/vesting/x/vesting/types" "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v20/app" - "github.com/Stride-Labs/stride/v20/app/apptesting" - v14 "github.com/Stride-Labs/stride/v20/app/upgrades/v14" - claimtypes "github.com/Stride-Labs/stride/v20/x/claim/types" - interchainquerytypes "github.com/Stride-Labs/stride/v20/x/interchainquery/types" - oldstakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/migrations/v3/types" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/app" + "github.com/Stride-Labs/stride/v21/app/apptesting" + v14 "github.com/Stride-Labs/stride/v21/app/upgrades/v14" + claimtypes "github.com/Stride-Labs/stride/v21/x/claim/types" + interchainquerytypes "github.com/Stride-Labs/stride/v21/x/interchainquery/types" + oldstakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/migrations/v3/types" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) var ( diff --git a/app/upgrades/v15/upgrades.go b/app/upgrades/v15/upgrades.go index c447e5b91a..582e9d1d1f 100644 --- a/app/upgrades/v15/upgrades.go +++ b/app/upgrades/v15/upgrades.go @@ -5,8 +5,8 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" - icqkeeper "github.com/Stride-Labs/stride/v20/x/interchainquery/keeper" - stakeibckeeper "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" + icqkeeper "github.com/Stride-Labs/stride/v21/x/interchainquery/keeper" + stakeibckeeper "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" ) var ( diff --git a/app/upgrades/v15/upgrades_test.go b/app/upgrades/v15/upgrades_test.go index 1a717e03ba..3f0a5dc00f 100644 --- a/app/upgrades/v15/upgrades_test.go +++ b/app/upgrades/v15/upgrades_test.go @@ -8,11 +8,11 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/app/apptesting" - v15 "github.com/Stride-Labs/stride/v20/app/upgrades/v15" - icqtypes "github.com/Stride-Labs/stride/v20/x/interchainquery/types" - stakeibckeeper "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + v15 "github.com/Stride-Labs/stride/v21/app/upgrades/v15" + icqtypes "github.com/Stride-Labs/stride/v21/x/interchainquery/types" + stakeibckeeper "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) type UpgradeTestSuite struct { diff --git a/app/upgrades/v16/upgrades.go b/app/upgrades/v16/upgrades.go index 1121feb6bc..1efa3ed83c 100644 --- a/app/upgrades/v16/upgrades.go +++ b/app/upgrades/v16/upgrades.go @@ -7,8 +7,8 @@ import ( ratelimitkeeper "github.com/Stride-Labs/ibc-rate-limiting/ratelimit/keeper" - stakeibckeeper "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + stakeibckeeper "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) var ( diff --git a/app/upgrades/v16/upgrades_test.go b/app/upgrades/v16/upgrades_test.go index 2c1e1943c3..9e9bcfa1c5 100644 --- a/app/upgrades/v16/upgrades_test.go +++ b/app/upgrades/v16/upgrades_test.go @@ -8,8 +8,8 @@ import ( "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v20/app/apptesting" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) type UpgradeTestSuite struct { diff --git a/app/upgrades/v17/upgrades.go b/app/upgrades/v17/upgrades.go index f98f34b67a..2b0d21c69a 100644 --- a/app/upgrades/v17/upgrades.go +++ b/app/upgrades/v17/upgrades.go @@ -18,11 +18,11 @@ import ( ratelimitkeeper "github.com/Stride-Labs/ibc-rate-limiting/ratelimit/keeper" - "github.com/Stride-Labs/stride/v20/utils" - icqkeeper "github.com/Stride-Labs/stride/v20/x/interchainquery/keeper" - recordtypes "github.com/Stride-Labs/stride/v20/x/records/types" - stakeibckeeper "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/utils" + icqkeeper "github.com/Stride-Labs/stride/v21/x/interchainquery/keeper" + recordtypes "github.com/Stride-Labs/stride/v21/x/records/types" + stakeibckeeper "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) var ( diff --git a/app/upgrades/v17/upgrades_test.go b/app/upgrades/v17/upgrades_test.go index 660877f3e9..34600c4ada 100644 --- a/app/upgrades/v17/upgrades_test.go +++ b/app/upgrades/v17/upgrades_test.go @@ -13,14 +13,14 @@ import ( ratelimittypes "github.com/Stride-Labs/ibc-rate-limiting/ratelimit/types" - icqtypes "github.com/Stride-Labs/stride/v20/x/interchainquery/types" - recordtypes "github.com/Stride-Labs/stride/v20/x/records/types" - - "github.com/Stride-Labs/stride/v20/app/apptesting" - v17 "github.com/Stride-Labs/stride/v20/app/upgrades/v17" - "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - stakeibckeeper "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + icqtypes "github.com/Stride-Labs/stride/v21/x/interchainquery/types" + recordtypes "github.com/Stride-Labs/stride/v21/x/records/types" + + "github.com/Stride-Labs/stride/v21/app/apptesting" + v17 "github.com/Stride-Labs/stride/v21/app/upgrades/v17" + "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + stakeibckeeper "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) const ( diff --git a/app/upgrades/v18/upgrades.go b/app/upgrades/v18/upgrades.go index fc79798e4a..69998ddfcb 100644 --- a/app/upgrades/v18/upgrades.go +++ b/app/upgrades/v18/upgrades.go @@ -12,11 +12,11 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types/v1" upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" - recordskeeper "github.com/Stride-Labs/stride/v20/x/records/keeper" - recordtypes "github.com/Stride-Labs/stride/v20/x/records/types" - stakeibckeeper "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + recordskeeper "github.com/Stride-Labs/stride/v21/x/records/keeper" + recordtypes "github.com/Stride-Labs/stride/v21/x/records/types" + stakeibckeeper "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // CreateUpgradeHandler creates an SDK upgrade handler for v18 diff --git a/app/upgrades/v18/upgrades_test.go b/app/upgrades/v18/upgrades_test.go index 08e9dfa9c1..98043200ef 100644 --- a/app/upgrades/v18/upgrades_test.go +++ b/app/upgrades/v18/upgrades_test.go @@ -10,11 +10,11 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types/v1" - "github.com/Stride-Labs/stride/v20/app/apptesting" - v18 "github.com/Stride-Labs/stride/v20/app/upgrades/v18" - recordtypes "github.com/Stride-Labs/stride/v20/x/records/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + v18 "github.com/Stride-Labs/stride/v21/app/upgrades/v18" + recordtypes "github.com/Stride-Labs/stride/v21/x/records/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) type UpdateRedemptionRateBounds struct { diff --git a/app/upgrades/v19/upgrades_test.go b/app/upgrades/v19/upgrades_test.go index 9a44dd1c06..30085122da 100644 --- a/app/upgrades/v19/upgrades_test.go +++ b/app/upgrades/v19/upgrades_test.go @@ -13,10 +13,10 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v20/app" - "github.com/Stride-Labs/stride/v20/app/apptesting" - v19 "github.com/Stride-Labs/stride/v20/app/upgrades/v19" - legacyratelimittypes "github.com/Stride-Labs/stride/v20/app/upgrades/v19/legacyratelimit/types" + "github.com/Stride-Labs/stride/v21/app" + "github.com/Stride-Labs/stride/v21/app/apptesting" + v19 "github.com/Stride-Labs/stride/v21/app/upgrades/v19" + legacyratelimittypes "github.com/Stride-Labs/stride/v21/app/upgrades/v19/legacyratelimit/types" ) var ( diff --git a/app/upgrades/v20/upgrades.go b/app/upgrades/v20/upgrades.go index c2d1547227..fd739c02fd 100644 --- a/app/upgrades/v20/upgrades.go +++ b/app/upgrades/v20/upgrades.go @@ -10,8 +10,8 @@ import ( ccvconsumerkeeper "github.com/cosmos/interchain-security/v4/x/ccv/consumer/keeper" ccvtypes "github.com/cosmos/interchain-security/v4/x/ccv/types" - stakeibckeeper "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + stakeibckeeper "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) const ( diff --git a/app/upgrades/v20/upgrades_test.go b/app/upgrades/v20/upgrades_test.go index 8b1127c9ad..0508db1c41 100644 --- a/app/upgrades/v20/upgrades_test.go +++ b/app/upgrades/v20/upgrades_test.go @@ -5,9 +5,9 @@ import ( "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v20/app/apptesting" - v20 "github.com/Stride-Labs/stride/v20/app/upgrades/v20" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + v20 "github.com/Stride-Labs/stride/v21/app/upgrades/v20" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) type UpgradeTestSuite struct { diff --git a/app/upgrades/v21/upgrades_test.go b/app/upgrades/v21/upgrades_test.go index 4d898e7606..b6f3ed05ef 100644 --- a/app/upgrades/v21/upgrades_test.go +++ b/app/upgrades/v21/upgrades_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v20/app/apptesting" + "github.com/Stride-Labs/stride/v21/app/apptesting" ) type UpgradeTestSuite struct { diff --git a/app/upgrades/v3/upgrades.go b/app/upgrades/v3/upgrades.go index d1e60a9995..363898d9d6 100644 --- a/app/upgrades/v3/upgrades.go +++ b/app/upgrades/v3/upgrades.go @@ -7,9 +7,9 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" - claimkeeper "github.com/Stride-Labs/stride/v20/x/claim/keeper" - "github.com/Stride-Labs/stride/v20/x/claim/types" - claimtypes "github.com/Stride-Labs/stride/v20/x/claim/types" + claimkeeper "github.com/Stride-Labs/stride/v21/x/claim/keeper" + "github.com/Stride-Labs/stride/v21/x/claim/types" + claimtypes "github.com/Stride-Labs/stride/v21/x/claim/types" ) // Note: ensure these values are properly set before running upgrade diff --git a/app/upgrades/v3/upgrades_test.go b/app/upgrades/v3/upgrades_test.go index 9d81bdf53a..f84ece7cc7 100644 --- a/app/upgrades/v3/upgrades_test.go +++ b/app/upgrades/v3/upgrades_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v20/app/apptesting" + "github.com/Stride-Labs/stride/v21/app/apptesting" ) var ( diff --git a/app/upgrades/v4/upgrades_test.go b/app/upgrades/v4/upgrades_test.go index fb666a80b5..31b3b76c5e 100644 --- a/app/upgrades/v4/upgrades_test.go +++ b/app/upgrades/v4/upgrades_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v20/app/apptesting" + "github.com/Stride-Labs/stride/v21/app/apptesting" ) const dummyUpgradeHeight = 5 diff --git a/app/upgrades/v5/upgrades.go b/app/upgrades/v5/upgrades.go index 84880867eb..e16f0656d9 100644 --- a/app/upgrades/v5/upgrades.go +++ b/app/upgrades/v5/upgrades.go @@ -12,16 +12,16 @@ import ( authz "github.com/cosmos/cosmos-sdk/x/authz" upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" - claimmigration "github.com/Stride-Labs/stride/v20/x/claim/migrations/v2" - claimtypes "github.com/Stride-Labs/stride/v20/x/claim/types" - icacallbacksmigration "github.com/Stride-Labs/stride/v20/x/icacallbacks/migrations/v2" - icacallbacktypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" - interchainquerykeeper "github.com/Stride-Labs/stride/v20/x/interchainquery/keeper" - recordsmigration "github.com/Stride-Labs/stride/v20/x/records/migrations/v2" - recordtypes "github.com/Stride-Labs/stride/v20/x/records/types" - stakeibckeeper "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - stakeibcmigration "github.com/Stride-Labs/stride/v20/x/stakeibc/migrations/v2" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + claimmigration "github.com/Stride-Labs/stride/v21/x/claim/migrations/v2" + claimtypes "github.com/Stride-Labs/stride/v21/x/claim/types" + icacallbacksmigration "github.com/Stride-Labs/stride/v21/x/icacallbacks/migrations/v2" + icacallbacktypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" + interchainquerykeeper "github.com/Stride-Labs/stride/v21/x/interchainquery/keeper" + recordsmigration "github.com/Stride-Labs/stride/v21/x/records/migrations/v2" + recordtypes "github.com/Stride-Labs/stride/v21/x/records/types" + stakeibckeeper "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + stakeibcmigration "github.com/Stride-Labs/stride/v21/x/stakeibc/migrations/v2" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // Note: ensure these values are properly set before running upgrade diff --git a/app/upgrades/v5/upgrades_test.go b/app/upgrades/v5/upgrades_test.go index 599a7da7f9..d340259452 100644 --- a/app/upgrades/v5/upgrades_test.go +++ b/app/upgrades/v5/upgrades_test.go @@ -12,21 +12,21 @@ import ( paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v20/app" - - "github.com/Stride-Labs/stride/v20/app/apptesting" - upgradev5 "github.com/Stride-Labs/stride/v20/app/upgrades/v5" - oldclaimtypes "github.com/Stride-Labs/stride/v20/x/claim/migrations/v2/types" - claimtypes "github.com/Stride-Labs/stride/v20/x/claim/types" - icacallbacktypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" - icqtypes "github.com/Stride-Labs/stride/v20/x/interchainquery/types" - recordkeeper "github.com/Stride-Labs/stride/v20/x/records/keeper" - oldrecordtypes "github.com/Stride-Labs/stride/v20/x/records/migrations/v2/types" - recordtypes "github.com/Stride-Labs/stride/v20/x/records/types" - stakeibckeeper "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - oldstakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/migrations/v2/types" - newstakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/migrations/v3/types" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/app" + + "github.com/Stride-Labs/stride/v21/app/apptesting" + upgradev5 "github.com/Stride-Labs/stride/v21/app/upgrades/v5" + oldclaimtypes "github.com/Stride-Labs/stride/v21/x/claim/migrations/v2/types" + claimtypes "github.com/Stride-Labs/stride/v21/x/claim/types" + icacallbacktypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" + icqtypes "github.com/Stride-Labs/stride/v21/x/interchainquery/types" + recordkeeper "github.com/Stride-Labs/stride/v21/x/records/keeper" + oldrecordtypes "github.com/Stride-Labs/stride/v21/x/records/migrations/v2/types" + recordtypes "github.com/Stride-Labs/stride/v21/x/records/types" + stakeibckeeper "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + oldstakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/migrations/v2/types" + newstakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/migrations/v3/types" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) const dummyUpgradeHeight = 5 diff --git a/app/upgrades/v6/upgrades.go b/app/upgrades/v6/upgrades.go index 3929544c87..2d1652e3c6 100644 --- a/app/upgrades/v6/upgrades.go +++ b/app/upgrades/v6/upgrades.go @@ -9,7 +9,7 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" - claimkeeper "github.com/Stride-Labs/stride/v20/x/claim/keeper" + claimkeeper "github.com/Stride-Labs/stride/v21/x/claim/keeper" ) // Note: ensure these values are properly set before running upgrade diff --git a/app/upgrades/v6/upgrades_test.go b/app/upgrades/v6/upgrades_test.go index 2b6ff42e10..fe47c04dbd 100644 --- a/app/upgrades/v6/upgrades_test.go +++ b/app/upgrades/v6/upgrades_test.go @@ -10,11 +10,11 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v20/app" + "github.com/Stride-Labs/stride/v21/app" - "github.com/Stride-Labs/stride/v20/app/apptesting" - "github.com/Stride-Labs/stride/v20/x/claim/types" - claimtypes "github.com/Stride-Labs/stride/v20/x/claim/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + "github.com/Stride-Labs/stride/v21/x/claim/types" + claimtypes "github.com/Stride-Labs/stride/v21/x/claim/types" ) const dummyUpgradeHeight = 5 diff --git a/app/upgrades/v7/upgrades.go b/app/upgrades/v7/upgrades.go index 7605119452..b732cc9a2c 100644 --- a/app/upgrades/v7/upgrades.go +++ b/app/upgrades/v7/upgrades.go @@ -23,14 +23,14 @@ import ( icahosttypes "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/host/types" transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" - "github.com/Stride-Labs/stride/v20/utils" - epochskeeper "github.com/Stride-Labs/stride/v20/x/epochs/keeper" - epochstypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - mintkeeper "github.com/Stride-Labs/stride/v20/x/mint/keeper" - minttypes "github.com/Stride-Labs/stride/v20/x/mint/types" - stakeibckeeper "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - newstakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/migrations/v3/types" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/utils" + epochskeeper "github.com/Stride-Labs/stride/v21/x/epochs/keeper" + epochstypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + mintkeeper "github.com/Stride-Labs/stride/v21/x/mint/keeper" + minttypes "github.com/Stride-Labs/stride/v21/x/mint/types" + stakeibckeeper "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + newstakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/migrations/v3/types" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // CreateUpgradeHandler creates an SDK upgrade handler for v7 diff --git a/app/upgrades/v7/upgrades_test.go b/app/upgrades/v7/upgrades_test.go index 8832278832..b576a8f480 100644 --- a/app/upgrades/v7/upgrades_test.go +++ b/app/upgrades/v7/upgrades_test.go @@ -9,17 +9,17 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/app" - "github.com/Stride-Labs/stride/v20/app/apptesting" - v7 "github.com/Stride-Labs/stride/v20/app/upgrades/v7" - epochstypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - newstakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/migrations/v3/types" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/app" + "github.com/Stride-Labs/stride/v21/app/apptesting" + v7 "github.com/Stride-Labs/stride/v21/app/upgrades/v7" + epochstypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + newstakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/migrations/v3/types" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" // This isn't the exact type host zone schema as the one that's will be in the store // before the upgrade, but the only thing that matters, for the sake of the test, // is that it doesn't have min/max redemption rate as attributes - oldstakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/migrations/v2/types" + oldstakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/migrations/v2/types" ) var ( diff --git a/app/upgrades/v8/upgrades.go b/app/upgrades/v8/upgrades.go index faa4f7ae96..38da13d149 100644 --- a/app/upgrades/v8/upgrades.go +++ b/app/upgrades/v8/upgrades.go @@ -12,12 +12,12 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" - "github.com/Stride-Labs/stride/v20/utils" - autopilotkeeper "github.com/Stride-Labs/stride/v20/x/autopilot/keeper" - autopilottypes "github.com/Stride-Labs/stride/v20/x/autopilot/types" - claimkeeper "github.com/Stride-Labs/stride/v20/x/claim/keeper" - "github.com/Stride-Labs/stride/v20/x/claim/types" - claimtypes "github.com/Stride-Labs/stride/v20/x/claim/types" + "github.com/Stride-Labs/stride/v21/utils" + autopilotkeeper "github.com/Stride-Labs/stride/v21/x/autopilot/keeper" + autopilottypes "github.com/Stride-Labs/stride/v21/x/autopilot/types" + claimkeeper "github.com/Stride-Labs/stride/v21/x/claim/keeper" + "github.com/Stride-Labs/stride/v21/x/claim/types" + claimtypes "github.com/Stride-Labs/stride/v21/x/claim/types" ) var ( diff --git a/app/upgrades/v8/upgrades_test.go b/app/upgrades/v8/upgrades_test.go index 2c507d23b1..dce2e72a9e 100644 --- a/app/upgrades/v8/upgrades_test.go +++ b/app/upgrades/v8/upgrades_test.go @@ -9,11 +9,11 @@ import ( sdkmath "cosmossdk.io/math" "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v20/app/apptesting" - v8 "github.com/Stride-Labs/stride/v20/app/upgrades/v8" - autopilottypes "github.com/Stride-Labs/stride/v20/x/autopilot/types" - "github.com/Stride-Labs/stride/v20/x/claim/types" - claimtypes "github.com/Stride-Labs/stride/v20/x/claim/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + v8 "github.com/Stride-Labs/stride/v21/app/upgrades/v8" + autopilottypes "github.com/Stride-Labs/stride/v21/x/autopilot/types" + "github.com/Stride-Labs/stride/v21/x/claim/types" + claimtypes "github.com/Stride-Labs/stride/v21/x/claim/types" ) var ( diff --git a/app/upgrades/v9/upgrades.go b/app/upgrades/v9/upgrades.go index 9073dbebd9..df6879c462 100644 --- a/app/upgrades/v9/upgrades.go +++ b/app/upgrades/v9/upgrades.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" - claimkeeper "github.com/Stride-Labs/stride/v20/x/claim/keeper" + claimkeeper "github.com/Stride-Labs/stride/v21/x/claim/keeper" ) // CreateUpgradeHandler creates an SDK upgrade handler for v29 diff --git a/app/upgrades/v9/upgrades_test.go b/app/upgrades/v9/upgrades_test.go index ed56d5d0eb..099f6a0b18 100644 --- a/app/upgrades/v9/upgrades_test.go +++ b/app/upgrades/v9/upgrades_test.go @@ -6,18 +6,18 @@ import ( "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v20/app" - "github.com/Stride-Labs/stride/v20/app/apptesting" - v9 "github.com/Stride-Labs/stride/v20/app/upgrades/v9" - "github.com/Stride-Labs/stride/v20/utils" + "github.com/Stride-Labs/stride/v21/app" + "github.com/Stride-Labs/stride/v21/app/apptesting" + v9 "github.com/Stride-Labs/stride/v21/app/upgrades/v9" + "github.com/Stride-Labs/stride/v21/utils" - claimtypes "github.com/Stride-Labs/stride/v20/x/claim/types" + claimtypes "github.com/Stride-Labs/stride/v21/x/claim/types" // This isn't the exact type host zone schema as the one that's will be in the store // before the upgrade, but the only thing that matters, for the sake of the test, // is that it doesn't have min/max redemption rate as attributes - "github.com/Stride-Labs/stride/v20/x/claim/migrations/v2/types" - oldclaimtypes "github.com/Stride-Labs/stride/v20/x/claim/migrations/v2/types" + "github.com/Stride-Labs/stride/v21/x/claim/migrations/v2/types" + oldclaimtypes "github.com/Stride-Labs/stride/v21/x/claim/migrations/v2/types" ) type UpgradeTestSuite struct { diff --git a/cmd/consumer.go b/cmd/consumer.go index 10e42bbc02..c09cfe46df 100644 --- a/cmd/consumer.go +++ b/cmd/consumer.go @@ -19,7 +19,7 @@ import ( ccvtypes "github.com/cosmos/interchain-security/v4/x/ccv/types" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/testutil" + "github.com/Stride-Labs/stride/v21/testutil" ) func AddConsumerSectionCmd(defaultNodeHome string) *cobra.Command { diff --git a/cmd/strided/main.go b/cmd/strided/main.go index 4062e592de..d52c458e66 100644 --- a/cmd/strided/main.go +++ b/cmd/strided/main.go @@ -5,10 +5,10 @@ import ( svrcmd "github.com/cosmos/cosmos-sdk/server/cmd" - "github.com/Stride-Labs/stride/v20/app" - "github.com/Stride-Labs/stride/v20/cmd" + "github.com/Stride-Labs/stride/v21/app" + "github.com/Stride-Labs/stride/v21/cmd" - cmdcfg "github.com/Stride-Labs/stride/v20/cmd/strided/config" + cmdcfg "github.com/Stride-Labs/stride/v21/cmd/strided/config" ) func main() { diff --git a/cmd/strided/root.go b/cmd/strided/root.go index 0f1bcc3159..de0036c6a6 100644 --- a/cmd/strided/root.go +++ b/cmd/strided/root.go @@ -47,8 +47,8 @@ import ( "github.com/spf13/pflag" "gopkg.in/yaml.v2" - "github.com/Stride-Labs/stride/v20/app" - "github.com/Stride-Labs/stride/v20/utils" + "github.com/Stride-Labs/stride/v21/app" + "github.com/Stride-Labs/stride/v21/utils" ) var ChainID string diff --git a/go.mod b/go.mod index 748e038049..4fb4a64cf2 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/Stride-Labs/stride/v20 +module github.com/Stride-Labs/stride/v21 go 1.21.1 diff --git a/proto/cosmos/staking/v1beta1/lsm_tx.proto b/proto/cosmos/staking/v1beta1/lsm_tx.proto index 3dd807d939..eceb5cb261 100644 --- a/proto/cosmos/staking/v1beta1/lsm_tx.proto +++ b/proto/cosmos/staking/v1beta1/lsm_tx.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "cosmos/base/v1beta1/coin.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/stakeibc/types"; // Given SDK version conflicts between gaia with LSM and Stride, // we can't import the RedeemTokensForShares type diff --git a/proto/osmosis/gamm/v1beta1/osmosis.proto b/proto/osmosis/gamm/v1beta1/osmosis.proto index f00d66effc..fd7fcae57d 100644 --- a/proto/osmosis/gamm/v1beta1/osmosis.proto +++ b/proto/osmosis/gamm/v1beta1/osmosis.proto @@ -6,7 +6,7 @@ import "amino/amino.proto"; import "cosmos/base/v1beta1/coin.proto"; import "google/protobuf/timestamp.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/stakeibc/types"; // MsgSwapExactAmountIn stores the tx Msg type to swap tokens in the trade ICA message MsgSwapExactAmountIn { diff --git a/proto/stride/autopilot/genesis.proto b/proto/stride/autopilot/genesis.proto index 6109835786..b10f7a6fbe 100644 --- a/proto/stride/autopilot/genesis.proto +++ b/proto/stride/autopilot/genesis.proto @@ -4,7 +4,7 @@ package stride.autopilot; import "gogoproto/gogo.proto"; import "stride/autopilot/params.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/autopilot/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/autopilot/types"; // GenesisState defines the claim module's genesis state. message GenesisState { diff --git a/proto/stride/autopilot/params.proto b/proto/stride/autopilot/params.proto index 2917366792..a035a74927 100644 --- a/proto/stride/autopilot/params.proto +++ b/proto/stride/autopilot/params.proto @@ -3,7 +3,7 @@ package stride.autopilot; import "gogoproto/gogo.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/autopilot/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/autopilot/types"; // Params defines the parameters for the module. // next id: 1 diff --git a/proto/stride/autopilot/query.proto b/proto/stride/autopilot/query.proto index b12ab16def..6186319e43 100644 --- a/proto/stride/autopilot/query.proto +++ b/proto/stride/autopilot/query.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "google/api/annotations.proto"; import "stride/autopilot/params.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/autopilot/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/autopilot/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/stride/claim/claim.proto b/proto/stride/claim/claim.proto index e199eda932..02ff2e7f07 100644 --- a/proto/stride/claim/claim.proto +++ b/proto/stride/claim/claim.proto @@ -3,7 +3,7 @@ package stride.claim; import "gogoproto/gogo.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/claim/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/claim/types"; enum Action { option (gogoproto.goproto_enum_prefix) = false; diff --git a/proto/stride/claim/genesis.proto b/proto/stride/claim/genesis.proto index 5d8606b407..7e100c7897 100644 --- a/proto/stride/claim/genesis.proto +++ b/proto/stride/claim/genesis.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "stride/claim/claim.proto"; import "stride/claim/params.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/claim/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/claim/types"; // GenesisState defines the claim module's genesis state. message GenesisState { diff --git a/proto/stride/claim/params.proto b/proto/stride/claim/params.proto index bb4837e598..9aaccccc29 100644 --- a/proto/stride/claim/params.proto +++ b/proto/stride/claim/params.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "google/protobuf/duration.proto"; import "google/protobuf/timestamp.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/claim/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/claim/types"; // Params defines the claim module's parameters. message Params { repeated Airdrop airdrops = 1; } diff --git a/proto/stride/claim/query.proto b/proto/stride/claim/query.proto index 2a3bcec6e9..c5f3c1a1b3 100644 --- a/proto/stride/claim/query.proto +++ b/proto/stride/claim/query.proto @@ -9,7 +9,7 @@ import "stride/claim/params.proto"; import "stride/vesting/vesting.proto"; import "google/protobuf/timestamp.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/claim/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/claim/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/stride/claim/tx.proto b/proto/stride/claim/tx.proto index a606b19a71..88afa18bf2 100644 --- a/proto/stride/claim/tx.proto +++ b/proto/stride/claim/tx.proto @@ -4,7 +4,7 @@ package stride.claim; import "gogoproto/gogo.proto"; import "cosmos/base/v1beta1/coin.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/claim/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/claim/types"; // Msg defines the Msg service. service Msg { diff --git a/proto/stride/epochs/genesis.proto b/proto/stride/epochs/genesis.proto index 0bcfa8a657..f29dc76c70 100755 --- a/proto/stride/epochs/genesis.proto +++ b/proto/stride/epochs/genesis.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "google/protobuf/duration.proto"; import "google/protobuf/timestamp.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/epochs/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/epochs/types"; message EpochInfo { string identifier = 1; diff --git a/proto/stride/epochs/query.proto b/proto/stride/epochs/query.proto index b03cdabaae..5f25bdf207 100644 --- a/proto/stride/epochs/query.proto +++ b/proto/stride/epochs/query.proto @@ -6,7 +6,7 @@ import "google/api/annotations.proto"; import "cosmos/base/query/v1beta1/pagination.proto"; import "stride/epochs/genesis.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/epochs/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/epochs/types"; // Query defines the gRPC querier service. service Query { @@ -51,7 +51,7 @@ message QueryEpochInfoResponse { // import "epochs/params.proto"; // // this line is used by starport scaffolding # 1 -// option go_package = "github.com/Stride-Labs/stride/v20/x/epochs/types"; +// option go_package = "github.com/Stride-Labs/stride/v21/x/epochs/types"; // // Query defines the gRPC querier service. // service Query { diff --git a/proto/stride/icacallbacks/callback_data.proto b/proto/stride/icacallbacks/callback_data.proto index 2352fe7f25..760f3b45e2 100755 --- a/proto/stride/icacallbacks/callback_data.proto +++ b/proto/stride/icacallbacks/callback_data.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package stride.icacallbacks; -option go_package = "github.com/Stride-Labs/stride/v20/x/icacallbacks/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/icacallbacks/types"; message CallbackData { string callback_key = 1; diff --git a/proto/stride/icacallbacks/genesis.proto b/proto/stride/icacallbacks/genesis.proto index a46b530c4e..0b92f4e4c1 100755 --- a/proto/stride/icacallbacks/genesis.proto +++ b/proto/stride/icacallbacks/genesis.proto @@ -6,7 +6,7 @@ import "stride/icacallbacks/params.proto"; import "stride/icacallbacks/callback_data.proto"; // this line is used by starport scaffolding # genesis/proto/import -option go_package = "github.com/Stride-Labs/stride/v20/x/icacallbacks/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/icacallbacks/types"; // GenesisState defines the icacallbacks module's genesis state. message GenesisState { diff --git a/proto/stride/icacallbacks/packet.proto b/proto/stride/icacallbacks/packet.proto index bc59474fe0..aa8ceb54cd 100755 --- a/proto/stride/icacallbacks/packet.proto +++ b/proto/stride/icacallbacks/packet.proto @@ -3,7 +3,7 @@ package stride.icacallbacks; // this line is used by starport scaffolding # proto/packet/import -option go_package = "github.com/Stride-Labs/stride/v20/x/icacallbacks/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/icacallbacks/types"; message IcacallbacksPacketData { oneof packet { diff --git a/proto/stride/icacallbacks/params.proto b/proto/stride/icacallbacks/params.proto index 2f518a0cda..6bdb39f149 100755 --- a/proto/stride/icacallbacks/params.proto +++ b/proto/stride/icacallbacks/params.proto @@ -3,7 +3,7 @@ package stride.icacallbacks; import "gogoproto/gogo.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/icacallbacks/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/icacallbacks/types"; // Params defines the parameters for the module. message Params { option (gogoproto.goproto_stringer) = false; } diff --git a/proto/stride/icacallbacks/query.proto b/proto/stride/icacallbacks/query.proto index 5889a43a24..7a0ab6499a 100644 --- a/proto/stride/icacallbacks/query.proto +++ b/proto/stride/icacallbacks/query.proto @@ -8,7 +8,7 @@ import "stride/icacallbacks/params.proto"; import "stride/icacallbacks/callback_data.proto"; // this line is used by starport scaffolding # 1 -option go_package = "github.com/Stride-Labs/stride/v20/x/icacallbacks/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/icacallbacks/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/stride/icacallbacks/tx.proto b/proto/stride/icacallbacks/tx.proto index 1d4460c4f6..b9698a65b8 100755 --- a/proto/stride/icacallbacks/tx.proto +++ b/proto/stride/icacallbacks/tx.proto @@ -3,7 +3,7 @@ package stride.icacallbacks; // this line is used by starport scaffolding # proto/tx/import -option go_package = "github.com/Stride-Labs/stride/v20/x/icacallbacks/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/icacallbacks/types"; // Msg defines the Msg service. service Msg { diff --git a/proto/stride/icaoracle/callbacks.proto b/proto/stride/icaoracle/callbacks.proto index 1685a21875..2343953b5d 100644 --- a/proto/stride/icaoracle/callbacks.proto +++ b/proto/stride/icaoracle/callbacks.proto @@ -3,7 +3,7 @@ package stride.icaoracle; import "stride/icaoracle/icaoracle.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/icaoracle/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/icaoracle/types"; // Callback data for instantiating an oracle message InstantiateOracleCallback { string oracle_chain_id = 1; } diff --git a/proto/stride/icaoracle/contract.proto b/proto/stride/icaoracle/contract.proto index 4d0155a571..3eb7073b7f 100644 --- a/proto/stride/icaoracle/contract.proto +++ b/proto/stride/icaoracle/contract.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package stride.icaoracle; -option go_package = "github.com/Stride-Labs/stride/v20/x/icaoracle/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/icaoracle/types"; // InstanitateOracleContract is the contract-specific instantiate message message MsgInstantiateOracleContract { diff --git a/proto/stride/icaoracle/genesis.proto b/proto/stride/icaoracle/genesis.proto index 0440fdd69a..7579a06820 100644 --- a/proto/stride/icaoracle/genesis.proto +++ b/proto/stride/icaoracle/genesis.proto @@ -4,7 +4,7 @@ package stride.icaoracle; import "gogoproto/gogo.proto"; import "stride/icaoracle/icaoracle.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/icaoracle/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/icaoracle/types"; // Params defines the icaoracle module parameters. message Params {} diff --git a/proto/stride/icaoracle/icaoracle.proto b/proto/stride/icaoracle/icaoracle.proto index 49fbb9bde0..552a0e5995 100644 --- a/proto/stride/icaoracle/icaoracle.proto +++ b/proto/stride/icaoracle/icaoracle.proto @@ -3,7 +3,7 @@ package stride.icaoracle; import "gogoproto/gogo.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/icaoracle/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/icaoracle/types"; // Oracle structure stores context about the CW oracle sitting a different chain message Oracle { diff --git a/proto/stride/icaoracle/query.proto b/proto/stride/icaoracle/query.proto index 1fb03b2fb0..bcd6919cbb 100644 --- a/proto/stride/icaoracle/query.proto +++ b/proto/stride/icaoracle/query.proto @@ -5,7 +5,7 @@ import "stride/icaoracle/icaoracle.proto"; import "google/api/annotations.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/icaoracle/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/icaoracle/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/stride/icaoracle/tx.proto b/proto/stride/icaoracle/tx.proto index b7b574bf7d..31ada2d9bc 100644 --- a/proto/stride/icaoracle/tx.proto +++ b/proto/stride/icaoracle/tx.proto @@ -5,7 +5,7 @@ import "cosmos_proto/cosmos.proto"; import "cosmos/msg/v1/msg.proto"; import "amino/amino.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/icaoracle/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/icaoracle/types"; // Msg defines the Msg service. service Msg { diff --git a/proto/stride/interchainquery/v1/genesis.proto b/proto/stride/interchainquery/v1/genesis.proto index 134ef8fa3d..bfdd7cabfe 100644 --- a/proto/stride/interchainquery/v1/genesis.proto +++ b/proto/stride/interchainquery/v1/genesis.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "google/protobuf/duration.proto"; import "cosmos_proto/cosmos.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/interchainquery/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/interchainquery/types"; enum TimeoutPolicy { REJECT_QUERY_RESPONSE = 0; diff --git a/proto/stride/interchainquery/v1/messages.proto b/proto/stride/interchainquery/v1/messages.proto index ceb29401e5..c8d3f0182c 100755 --- a/proto/stride/interchainquery/v1/messages.proto +++ b/proto/stride/interchainquery/v1/messages.proto @@ -6,7 +6,7 @@ import "cosmos_proto/cosmos.proto"; import "google/api/annotations.proto"; import "tendermint/crypto/proof.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/interchainquery/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/interchainquery/types"; // Msg defines the interchainquery Msg service. service Msg { diff --git a/proto/stride/interchainquery/v1/query.proto b/proto/stride/interchainquery/v1/query.proto index cb9236ebbc..4b725de4fb 100644 --- a/proto/stride/interchainquery/v1/query.proto +++ b/proto/stride/interchainquery/v1/query.proto @@ -5,7 +5,7 @@ import "stride/interchainquery/v1/genesis.proto"; import "google/api/annotations.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/interchainquery/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/interchainquery/types"; service QueryService { rpc PendingQueries(QueryPendingQueriesRequest) diff --git a/proto/stride/mint/v1beta1/genesis.proto b/proto/stride/mint/v1beta1/genesis.proto index bf1ea3b7cb..42883bba51 100755 --- a/proto/stride/mint/v1beta1/genesis.proto +++ b/proto/stride/mint/v1beta1/genesis.proto @@ -4,7 +4,7 @@ package stride.mint.v1beta1; import "gogoproto/gogo.proto"; import "stride/mint/v1beta1/mint.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/mint/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/mint/types"; // GenesisState defines the mint module's genesis state. message GenesisState { diff --git a/proto/stride/mint/v1beta1/mint.proto b/proto/stride/mint/v1beta1/mint.proto index e1ece950bb..bcc328ab16 100755 --- a/proto/stride/mint/v1beta1/mint.proto +++ b/proto/stride/mint/v1beta1/mint.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package stride.mint.v1beta1; -option go_package = "github.com/Stride-Labs/stride/v20/x/mint/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/mint/types"; import "gogoproto/gogo.proto"; diff --git a/proto/stride/mint/v1beta1/query.proto b/proto/stride/mint/v1beta1/query.proto index c7d75401b5..c1fe229140 100755 --- a/proto/stride/mint/v1beta1/query.proto +++ b/proto/stride/mint/v1beta1/query.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "google/api/annotations.proto"; import "stride/mint/v1beta1/mint.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/mint/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/mint/types"; // Query provides defines the gRPC querier service. service Query { diff --git a/proto/stride/records/callbacks.proto b/proto/stride/records/callbacks.proto index 09dd83b146..79870c761a 100644 --- a/proto/stride/records/callbacks.proto +++ b/proto/stride/records/callbacks.proto @@ -3,7 +3,7 @@ package stride.records; import "stride/records/records.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/records/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/records/types"; message TransferCallback { uint64 deposit_record_id = 1; } diff --git a/proto/stride/records/genesis.proto b/proto/stride/records/genesis.proto index 53b9041ec2..551d12f53b 100644 --- a/proto/stride/records/genesis.proto +++ b/proto/stride/records/genesis.proto @@ -5,7 +5,7 @@ import "stride/records/params.proto"; import "stride/records/records.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/records/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/records/types"; // GenesisState defines the records module's genesis state. message GenesisState { diff --git a/proto/stride/records/params.proto b/proto/stride/records/params.proto index 3385522132..92552b78b0 100644 --- a/proto/stride/records/params.proto +++ b/proto/stride/records/params.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package stride.records; -option go_package = "github.com/Stride-Labs/stride/v20/x/records/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/records/types"; // Params defines the parameters for the module. message Params {} \ No newline at end of file diff --git a/proto/stride/records/query.proto b/proto/stride/records/query.proto index 83e921fcb6..15281f520e 100644 --- a/proto/stride/records/query.proto +++ b/proto/stride/records/query.proto @@ -8,7 +8,7 @@ import "gogoproto/gogo.proto"; import "google/api/annotations.proto"; import "cosmos/base/query/v1beta1/pagination.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/records/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/records/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/stride/records/records.proto b/proto/stride/records/records.proto index cf446b5631..bf150f7dbc 100644 --- a/proto/stride/records/records.proto +++ b/proto/stride/records/records.proto @@ -4,7 +4,7 @@ package stride.records; import "cosmos/base/v1beta1/coin.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/records/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/records/types"; message UserRedemptionRecord { string id = 1; // {chain_id}.{epoch}.{receiver} diff --git a/proto/stride/stakedym/genesis.proto b/proto/stride/stakedym/genesis.proto index 012e16a00c..d1a03b449d 100644 --- a/proto/stride/stakedym/genesis.proto +++ b/proto/stride/stakedym/genesis.proto @@ -4,7 +4,7 @@ package stride.stakedym; import "gogoproto/gogo.proto"; import "stride/stakedym/stakedym.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/stakedym/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/stakedym/types"; // Params defines the stakedym module parameters. message Params {} diff --git a/proto/stride/stakedym/query.proto b/proto/stride/stakedym/query.proto index ba210c2320..6ec397cf08 100644 --- a/proto/stride/stakedym/query.proto +++ b/proto/stride/stakedym/query.proto @@ -7,7 +7,7 @@ import "gogoproto/gogo.proto"; import "google/api/annotations.proto"; import "cosmos/base/query/v1beta1/pagination.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/stakedym/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/stakedym/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/stride/stakedym/stakedym.proto b/proto/stride/stakedym/stakedym.proto index 6ccf02c2b2..5bd23d18de 100644 --- a/proto/stride/stakedym/stakedym.proto +++ b/proto/stride/stakedym/stakedym.proto @@ -4,7 +4,7 @@ package stride.stakedym; import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/stakedym/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/stakedym/types"; message HostZone { // Chain ID diff --git a/proto/stride/stakedym/tx.proto b/proto/stride/stakedym/tx.proto index b6b45cd757..e3d0989351 100644 --- a/proto/stride/stakedym/tx.proto +++ b/proto/stride/stakedym/tx.proto @@ -9,7 +9,7 @@ import "cosmos/base/v1beta1/coin.proto"; import "cosmos_proto/cosmos.proto"; import "stride/stakedym/stakedym.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/stakedym/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/stakedym/types"; enum OverwritableRecordType { option (gogoproto.goproto_enum_prefix) = false; diff --git a/proto/stride/stakeibc/address_unbonding.proto b/proto/stride/stakeibc/address_unbonding.proto index e700657a3a..9dc0920db7 100644 --- a/proto/stride/stakeibc/address_unbonding.proto +++ b/proto/stride/stakeibc/address_unbonding.proto @@ -3,7 +3,7 @@ package stride.stakeibc; import "gogoproto/gogo.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/stakeibc/types"; message AddressUnbonding { string address = 1; diff --git a/proto/stride/stakeibc/callbacks.proto b/proto/stride/stakeibc/callbacks.proto index 529f3d2eab..9913b59f82 100644 --- a/proto/stride/stakeibc/callbacks.proto +++ b/proto/stride/stakeibc/callbacks.proto @@ -7,7 +7,7 @@ import "stride/stakeibc/host_zone.proto"; import "stride/stakeibc/validator.proto"; import "stride/stakeibc/ica_account.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/stakeibc/types"; message SplitDelegation { string validator = 1; diff --git a/proto/stride/stakeibc/epoch_tracker.proto b/proto/stride/stakeibc/epoch_tracker.proto index c7d4383a7f..b8f87886d6 100755 --- a/proto/stride/stakeibc/epoch_tracker.proto +++ b/proto/stride/stakeibc/epoch_tracker.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package stride.stakeibc; -option go_package = "github.com/Stride-Labs/stride/v20/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/stakeibc/types"; message EpochTracker { string epoch_identifier = 1; diff --git a/proto/stride/stakeibc/genesis.proto b/proto/stride/stakeibc/genesis.proto index c375af52bd..fea22c4e00 100644 --- a/proto/stride/stakeibc/genesis.proto +++ b/proto/stride/stakeibc/genesis.proto @@ -7,7 +7,7 @@ import "stride/stakeibc/host_zone.proto"; import "stride/stakeibc/epoch_tracker.proto"; // this line is used by starport scaffolding # genesis/proto/import -option go_package = "github.com/Stride-Labs/stride/v20/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/stakeibc/types"; // GenesisState defines the stakeibc module's genesis state. message GenesisState { diff --git a/proto/stride/stakeibc/gov.proto b/proto/stride/stakeibc/gov.proto index bf83fb46fa..6207c8241c 100644 --- a/proto/stride/stakeibc/gov.proto +++ b/proto/stride/stakeibc/gov.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package stride.stakeibc; import "gogoproto/gogo.proto"; import "stride/stakeibc/validator.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/stakeibc/types"; message AddValidatorsProposal { option (gogoproto.equal) = true; diff --git a/proto/stride/stakeibc/host_zone.proto b/proto/stride/stakeibc/host_zone.proto index a9253134ca..37ddac7a77 100644 --- a/proto/stride/stakeibc/host_zone.proto +++ b/proto/stride/stakeibc/host_zone.proto @@ -5,7 +5,7 @@ import "stride/stakeibc/validator.proto"; import "gogoproto/gogo.proto"; import "cosmos_proto/cosmos.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/stakeibc/types"; // CommunityPoolRebate stores the size of the community pool liquid stake // (denominated in stTokens) and the rebate rate as a decimal diff --git a/proto/stride/stakeibc/ica_account.proto b/proto/stride/stakeibc/ica_account.proto index 2c0549c05d..d516ab9723 100644 --- a/proto/stride/stakeibc/ica_account.proto +++ b/proto/stride/stakeibc/ica_account.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package stride.stakeibc; -option go_package = "github.com/Stride-Labs/stride/v20/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/stakeibc/types"; enum ICAAccountType { DELEGATION = 0; diff --git a/proto/stride/stakeibc/packet.proto b/proto/stride/stakeibc/packet.proto index a04dc23bee..42d0e8a215 100755 --- a/proto/stride/stakeibc/packet.proto +++ b/proto/stride/stakeibc/packet.proto @@ -3,7 +3,7 @@ package stride.stakeibc; // this line is used by starport scaffolding # proto/packet/import -option go_package = "github.com/Stride-Labs/stride/v20/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/stakeibc/types"; message StakeibcPacketData { oneof packet { diff --git a/proto/stride/stakeibc/params.proto b/proto/stride/stakeibc/params.proto index b01292950e..5cef8ce437 100755 --- a/proto/stride/stakeibc/params.proto +++ b/proto/stride/stakeibc/params.proto @@ -3,7 +3,7 @@ package stride.stakeibc; import "gogoproto/gogo.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/stakeibc/types"; // Params defines the parameters for the module. // next id: 20 diff --git a/proto/stride/stakeibc/query.proto b/proto/stride/stakeibc/query.proto index 266fe814da..59bc521f4c 100644 --- a/proto/stride/stakeibc/query.proto +++ b/proto/stride/stakeibc/query.proto @@ -11,7 +11,7 @@ import "stride/stakeibc/epoch_tracker.proto"; import "stride/stakeibc/address_unbonding.proto"; import "stride/stakeibc/trade_route.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/stakeibc/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/stride/stakeibc/trade_route.proto b/proto/stride/stakeibc/trade_route.proto index 8c17c156a6..679addc36e 100644 --- a/proto/stride/stakeibc/trade_route.proto +++ b/proto/stride/stakeibc/trade_route.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "stride/stakeibc/ica_account.proto"; import "cosmos_proto/cosmos.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/stakeibc/types"; // Stores pool information needed to execute the swap along a trade route message TradeConfig { diff --git a/proto/stride/stakeibc/tx.proto b/proto/stride/stakeibc/tx.proto index d6c8028a1e..c4cbd2ecd3 100644 --- a/proto/stride/stakeibc/tx.proto +++ b/proto/stride/stakeibc/tx.proto @@ -3,7 +3,7 @@ package stride.stakeibc; import "stride/stakeibc/validator.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/stakeibc/types"; import "gogoproto/gogo.proto"; import "cosmos_proto/cosmos.proto"; import "cosmos/base/v1beta1/coin.proto"; diff --git a/proto/stride/stakeibc/validator.proto b/proto/stride/stakeibc/validator.proto index 11fb514f96..e904634fa3 100644 --- a/proto/stride/stakeibc/validator.proto +++ b/proto/stride/stakeibc/validator.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package stride.stakeibc; import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/stakeibc/types"; message Validator { string name = 1; diff --git a/proto/stride/staketia/genesis.proto b/proto/stride/staketia/genesis.proto index ff05c4f052..24e475700f 100644 --- a/proto/stride/staketia/genesis.proto +++ b/proto/stride/staketia/genesis.proto @@ -4,7 +4,7 @@ package stride.staketia; import "gogoproto/gogo.proto"; import "stride/staketia/staketia.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/staketia/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/staketia/types"; // Params defines the staketia module parameters. message Params {} diff --git a/proto/stride/staketia/query.proto b/proto/stride/staketia/query.proto index fcd80fa84d..6e0346a5e2 100644 --- a/proto/stride/staketia/query.proto +++ b/proto/stride/staketia/query.proto @@ -7,7 +7,7 @@ import "gogoproto/gogo.proto"; import "google/api/annotations.proto"; import "cosmos/base/query/v1beta1/pagination.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/staketia/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/staketia/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/stride/staketia/staketia.proto b/proto/stride/staketia/staketia.proto index 0ac695e667..d7eaaf6def 100644 --- a/proto/stride/staketia/staketia.proto +++ b/proto/stride/staketia/staketia.proto @@ -4,7 +4,7 @@ package stride.staketia; import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/staketia/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/staketia/types"; message HostZone { // Chain ID diff --git a/proto/stride/staketia/tx.proto b/proto/stride/staketia/tx.proto index 2f81630be9..72c9d09c74 100644 --- a/proto/stride/staketia/tx.proto +++ b/proto/stride/staketia/tx.proto @@ -9,7 +9,7 @@ import "cosmos/base/v1beta1/coin.proto"; import "cosmos_proto/cosmos.proto"; import "stride/staketia/staketia.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/staketia/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/staketia/types"; enum OverwritableRecordType { option (gogoproto.goproto_enum_prefix) = false; diff --git a/proto/stride/vesting/tx.proto b/proto/stride/vesting/tx.proto index d53408ff02..b232b104fb 100644 --- a/proto/stride/vesting/tx.proto +++ b/proto/stride/vesting/tx.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package stride.vesting; -option go_package = "github.com/Stride-Labs/stride/v20/x/claim/vesting/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/claim/vesting/types"; // Msg defines the bank Msg service. service Msg {} diff --git a/proto/stride/vesting/vesting.proto b/proto/stride/vesting/vesting.proto index f645dec925..f0032ec914 100644 --- a/proto/stride/vesting/vesting.proto +++ b/proto/stride/vesting/vesting.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "cosmos/base/v1beta1/coin.proto"; import "cosmos/auth/v1beta1/auth.proto"; -option go_package = "github.com/Stride-Labs/stride/v20/x/claim/vesting/types"; +option go_package = "github.com/Stride-Labs/stride/v21/x/claim/vesting/types"; // BaseVestingAccount implements the VestingAccount interface. It contains all // the necessary fields needed for any vesting account implementation. diff --git a/scripts/protocgen.sh b/scripts/protocgen.sh index bd5067824b..6704480167 100644 --- a/scripts/protocgen.sh +++ b/scripts/protocgen.sh @@ -26,5 +26,5 @@ cd .. # move proto files to the right places # # Note: Proto files are suffixed with the current binary version. -cp -r github.com/Stride-Labs/stride/v20/* ./ +cp -r github.com/Stride-Labs/stride/v21/* ./ rm -rf github.com diff --git a/testutil/keeper/claim.go b/testutil/keeper/claim.go index ea7f31330c..8cd5650b52 100644 --- a/testutil/keeper/claim.go +++ b/testutil/keeper/claim.go @@ -7,8 +7,8 @@ import ( tmproto "github.com/cometbft/cometbft/proto/tendermint/types" sdk "github.com/cosmos/cosmos-sdk/types" - strideapp "github.com/Stride-Labs/stride/v20/app" - "github.com/Stride-Labs/stride/v20/x/claim/keeper" + strideapp "github.com/Stride-Labs/stride/v21/app" + "github.com/Stride-Labs/stride/v21/x/claim/keeper" ) func ClaimKeeper(t testing.TB) (*keeper.Keeper, sdk.Context) { diff --git a/testutil/keeper/epochs.go b/testutil/keeper/epochs.go index 98f6385351..ae007069dc 100644 --- a/testutil/keeper/epochs.go +++ b/testutil/keeper/epochs.go @@ -7,8 +7,8 @@ import ( tmproto "github.com/cometbft/cometbft/proto/tendermint/types" sdk "github.com/cosmos/cosmos-sdk/types" - strideapp "github.com/Stride-Labs/stride/v20/app" - "github.com/Stride-Labs/stride/v20/x/epochs/keeper" + strideapp "github.com/Stride-Labs/stride/v21/app" + "github.com/Stride-Labs/stride/v21/x/epochs/keeper" ) func EpochsKeeper(t testing.TB) (*keeper.Keeper, sdk.Context) { diff --git a/testutil/keeper/icacallbacks.go b/testutil/keeper/icacallbacks.go index 30b51782cc..e0184e72bc 100644 --- a/testutil/keeper/icacallbacks.go +++ b/testutil/keeper/icacallbacks.go @@ -7,8 +7,8 @@ import ( tmproto "github.com/cometbft/cometbft/proto/tendermint/types" sdk "github.com/cosmos/cosmos-sdk/types" - strideapp "github.com/Stride-Labs/stride/v20/app" - "github.com/Stride-Labs/stride/v20/x/icacallbacks/keeper" + strideapp "github.com/Stride-Labs/stride/v21/app" + "github.com/Stride-Labs/stride/v21/x/icacallbacks/keeper" ) func IcacallbacksKeeper(t testing.TB) (*keeper.Keeper, sdk.Context) { diff --git a/testutil/keeper/interchainquery.go b/testutil/keeper/interchainquery.go index c562801501..beaf4bbaca 100644 --- a/testutil/keeper/interchainquery.go +++ b/testutil/keeper/interchainquery.go @@ -7,8 +7,8 @@ import ( tmproto "github.com/cometbft/cometbft/proto/tendermint/types" sdk "github.com/cosmos/cosmos-sdk/types" - strideapp "github.com/Stride-Labs/stride/v20/app" - "github.com/Stride-Labs/stride/v20/x/interchainquery/keeper" + strideapp "github.com/Stride-Labs/stride/v21/app" + "github.com/Stride-Labs/stride/v21/x/interchainquery/keeper" ) func InterchainqueryKeeper(t testing.TB) (*keeper.Keeper, sdk.Context) { diff --git a/testutil/keeper/records.go b/testutil/keeper/records.go index 26b7c74b3f..009a19980e 100644 --- a/testutil/keeper/records.go +++ b/testutil/keeper/records.go @@ -7,8 +7,8 @@ import ( tmproto "github.com/cometbft/cometbft/proto/tendermint/types" sdk "github.com/cosmos/cosmos-sdk/types" - strideapp "github.com/Stride-Labs/stride/v20/app" - "github.com/Stride-Labs/stride/v20/x/records/keeper" + strideapp "github.com/Stride-Labs/stride/v21/app" + "github.com/Stride-Labs/stride/v21/x/records/keeper" ) func RecordsKeeper(t testing.TB) (*keeper.Keeper, sdk.Context) { diff --git a/testutil/keeper/stakeibc.go b/testutil/keeper/stakeibc.go index 28b7504fec..619ef17b3f 100644 --- a/testutil/keeper/stakeibc.go +++ b/testutil/keeper/stakeibc.go @@ -7,8 +7,8 @@ import ( tmproto "github.com/cometbft/cometbft/proto/tendermint/types" sdk "github.com/cosmos/cosmos-sdk/types" - strideapp "github.com/Stride-Labs/stride/v20/app" - "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" + strideapp "github.com/Stride-Labs/stride/v21/app" + "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" ) func StakeibcKeeper(t testing.TB) (*keeper.Keeper, sdk.Context) { diff --git a/testutil/network/network.go b/testutil/network/network.go index 0a7e978230..48a6c70bd8 100644 --- a/testutil/network/network.go +++ b/testutil/network/network.go @@ -26,8 +26,8 @@ import ( genutiltypes "github.com/cosmos/cosmos-sdk/x/genutil/types" ccvconsumertypes "github.com/cosmos/interchain-security/v4/x/ccv/consumer/types" - "github.com/Stride-Labs/stride/v20/app" - testutil "github.com/Stride-Labs/stride/v20/testutil" + "github.com/Stride-Labs/stride/v21/app" + testutil "github.com/Stride-Labs/stride/v21/testutil" ) type ( diff --git a/utils/cache_ctx_test.go b/utils/cache_ctx_test.go index 2570a4cf2d..7c852df057 100644 --- a/utils/cache_ctx_test.go +++ b/utils/cache_ctx_test.go @@ -4,7 +4,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/utils" + "github.com/Stride-Labs/stride/v21/utils" ) var expectedOutOfGasError = types.ErrorOutOfGas{Descriptor: "my func"} diff --git a/utils/module_account_test.go b/utils/module_account_test.go index 6032c42497..3edad4ce49 100644 --- a/utils/module_account_test.go +++ b/utils/module_account_test.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/types/address" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/Stride-Labs/stride/v20/utils" + "github.com/Stride-Labs/stride/v21/utils" ) func (s *UtilsTestSuite) TestCreateModuleAccount() { diff --git a/utils/utils.go b/utils/utils.go index f70b4af0a0..0bce892356 100644 --- a/utils/utils.go +++ b/utils/utils.go @@ -18,9 +18,9 @@ import ( channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - config "github.com/Stride-Labs/stride/v20/cmd/strided/config" - icacallbacktypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" - recordstypes "github.com/Stride-Labs/stride/v20/x/records/types" + config "github.com/Stride-Labs/stride/v21/cmd/strided/config" + icacallbacktypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" + recordstypes "github.com/Stride-Labs/stride/v21/x/records/types" ) func FilterDepositRecords(arr []recordstypes.DepositRecord, condition func(recordstypes.DepositRecord) bool) (ret []recordstypes.DepositRecord) { diff --git a/utils/utils_test.go b/utils/utils_test.go index 56f89b748e..e642a1d1be 100644 --- a/utils/utils_test.go +++ b/utils/utils_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v20/app/apptesting" + "github.com/Stride-Labs/stride/v21/app/apptesting" ) type UtilsTestSuite struct { diff --git a/x/autopilot/client/cli/query.go b/x/autopilot/client/cli/query.go index 1f25face9d..2baa94172e 100644 --- a/x/autopilot/client/cli/query.go +++ b/x/autopilot/client/cli/query.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" - "github.com/Stride-Labs/stride/v20/x/autopilot/types" + "github.com/Stride-Labs/stride/v21/x/autopilot/types" "github.com/cosmos/cosmos-sdk/client/flags" ) diff --git a/x/autopilot/genesis.go b/x/autopilot/genesis.go index bc0c898976..dd30adf025 100644 --- a/x/autopilot/genesis.go +++ b/x/autopilot/genesis.go @@ -3,8 +3,8 @@ package autopilot import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/autopilot/keeper" - "github.com/Stride-Labs/stride/v20/x/autopilot/types" + "github.com/Stride-Labs/stride/v21/x/autopilot/keeper" + "github.com/Stride-Labs/stride/v21/x/autopilot/types" ) // InitGenesis initializes the capability module's state from a provided genesis diff --git a/x/autopilot/genesis_test.go b/x/autopilot/genesis_test.go index a6a7a19aa3..ba34b377ef 100644 --- a/x/autopilot/genesis_test.go +++ b/x/autopilot/genesis_test.go @@ -5,9 +5,9 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v20/app/apptesting" - "github.com/Stride-Labs/stride/v20/x/autopilot" - "github.com/Stride-Labs/stride/v20/x/autopilot/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + "github.com/Stride-Labs/stride/v21/x/autopilot" + "github.com/Stride-Labs/stride/v21/x/autopilot/types" ) func TestGenesis(t *testing.T) { diff --git a/x/autopilot/handler.go b/x/autopilot/handler.go index cd4b585ce2..b2ad550439 100644 --- a/x/autopilot/handler.go +++ b/x/autopilot/handler.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v20/x/autopilot/keeper" - "github.com/Stride-Labs/stride/v20/x/autopilot/types" + "github.com/Stride-Labs/stride/v21/x/autopilot/keeper" + "github.com/Stride-Labs/stride/v21/x/autopilot/types" ) // NewHandler returns autopilot module messages diff --git a/x/autopilot/keeper/airdrop.go b/x/autopilot/keeper/airdrop.go index 8431cfb21e..661f9b7b24 100644 --- a/x/autopilot/keeper/airdrop.go +++ b/x/autopilot/keeper/airdrop.go @@ -11,9 +11,9 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - "github.com/Stride-Labs/stride/v20/utils" - claimtypes "github.com/Stride-Labs/stride/v20/x/claim/types" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/utils" + claimtypes "github.com/Stride-Labs/stride/v21/x/claim/types" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // Attempt to link a host address with a stride address to enable airdrop claims diff --git a/x/autopilot/keeper/airdrop_test.go b/x/autopilot/keeper/airdrop_test.go index 276a4e0893..4c64952689 100644 --- a/x/autopilot/keeper/airdrop_test.go +++ b/x/autopilot/keeper/airdrop_test.go @@ -12,11 +12,11 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/utils" - "github.com/Stride-Labs/stride/v20/x/autopilot" - "github.com/Stride-Labs/stride/v20/x/autopilot/types" - claimtypes "github.com/Stride-Labs/stride/v20/x/claim/types" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/utils" + "github.com/Stride-Labs/stride/v21/x/autopilot" + "github.com/Stride-Labs/stride/v21/x/autopilot/types" + claimtypes "github.com/Stride-Labs/stride/v21/x/claim/types" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // TODO: Separate out tests cases that are not necessarily Claim or Stakeibc related, diff --git a/x/autopilot/keeper/fallback.go b/x/autopilot/keeper/fallback.go index fc3ec55f4a..d5abad4936 100644 --- a/x/autopilot/keeper/fallback.go +++ b/x/autopilot/keeper/fallback.go @@ -4,7 +4,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/autopilot/types" + "github.com/Stride-Labs/stride/v21/x/autopilot/types" ) // Stores a fallback address for an outbound transfer diff --git a/x/autopilot/keeper/grpc_query_params.go b/x/autopilot/keeper/grpc_query_params.go index d4bed9431d..b3463a3da0 100644 --- a/x/autopilot/keeper/grpc_query_params.go +++ b/x/autopilot/keeper/grpc_query_params.go @@ -7,7 +7,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v20/x/autopilot/types" + "github.com/Stride-Labs/stride/v21/x/autopilot/types" ) func (k Keeper) Params(c context.Context, req *types.QueryParamsRequest) (*types.QueryParamsResponse, error) { diff --git a/x/autopilot/keeper/grpc_query_params_test.go b/x/autopilot/keeper/grpc_query_params_test.go index afeb60926c..91d57512cc 100644 --- a/x/autopilot/keeper/grpc_query_params_test.go +++ b/x/autopilot/keeper/grpc_query_params_test.go @@ -3,7 +3,7 @@ package keeper_test import ( "context" - "github.com/Stride-Labs/stride/v20/x/autopilot/types" + "github.com/Stride-Labs/stride/v21/x/autopilot/types" ) func (s *KeeperTestSuite) TestParamsQuery() { diff --git a/x/autopilot/keeper/ibc.go b/x/autopilot/keeper/ibc.go index 30f35525c9..02a42b6bdb 100644 --- a/x/autopilot/keeper/ibc.go +++ b/x/autopilot/keeper/ibc.go @@ -9,8 +9,8 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - "github.com/Stride-Labs/stride/v20/x/icacallbacks" - icacallbacktypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v21/x/icacallbacks" + icacallbacktypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" ) // In the event of an ack error after a outbound transfer, we'll have to bank send to a fallback address diff --git a/x/autopilot/keeper/keeper.go b/x/autopilot/keeper/keeper.go index 22bbbdfd85..56e15aaa5d 100644 --- a/x/autopilot/keeper/keeper.go +++ b/x/autopilot/keeper/keeper.go @@ -10,9 +10,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/Stride-Labs/stride/v20/x/autopilot/types" - claimkeeper "github.com/Stride-Labs/stride/v20/x/claim/keeper" - stakeibckeeper "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v21/x/autopilot/types" + claimkeeper "github.com/Stride-Labs/stride/v21/x/claim/keeper" + stakeibckeeper "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" ) type ( diff --git a/x/autopilot/keeper/keeper_test.go b/x/autopilot/keeper/keeper_test.go index 56c433135a..f36d5ef1b8 100644 --- a/x/autopilot/keeper/keeper_test.go +++ b/x/autopilot/keeper/keeper_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v20/app/apptesting" - "github.com/Stride-Labs/stride/v20/x/autopilot/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + "github.com/Stride-Labs/stride/v21/x/autopilot/types" ) const ( diff --git a/x/autopilot/keeper/liquidstake.go b/x/autopilot/keeper/liquidstake.go index 384959180a..9fd44c9b50 100644 --- a/x/autopilot/keeper/liquidstake.go +++ b/x/autopilot/keeper/liquidstake.go @@ -11,9 +11,9 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - "github.com/Stride-Labs/stride/v20/x/autopilot/types" - stakeibckeeper "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/autopilot/types" + stakeibckeeper "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) const ( diff --git a/x/autopilot/keeper/liquidstake_test.go b/x/autopilot/keeper/liquidstake_test.go index cc0ab278f9..e59931076a 100644 --- a/x/autopilot/keeper/liquidstake_test.go +++ b/x/autopilot/keeper/liquidstake_test.go @@ -10,12 +10,12 @@ import ( channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" ibctesting "github.com/cosmos/ibc-go/v7/testing" - "github.com/Stride-Labs/stride/v20/x/autopilot" - "github.com/Stride-Labs/stride/v20/x/autopilot/types" - epochtypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - recordsmodule "github.com/Stride-Labs/stride/v20/x/records" - recordstypes "github.com/Stride-Labs/stride/v20/x/records/types" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/autopilot" + "github.com/Stride-Labs/stride/v21/x/autopilot/types" + epochtypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + recordsmodule "github.com/Stride-Labs/stride/v21/x/records" + recordstypes "github.com/Stride-Labs/stride/v21/x/records/types" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) var ( diff --git a/x/autopilot/keeper/params.go b/x/autopilot/keeper/params.go index 7089007395..039937c234 100644 --- a/x/autopilot/keeper/params.go +++ b/x/autopilot/keeper/params.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/autopilot/types" + "github.com/Stride-Labs/stride/v21/x/autopilot/types" ) // GetParams get all parameters as types.Params diff --git a/x/autopilot/keeper/params_test.go b/x/autopilot/keeper/params_test.go index a77578d5e5..763a6aa82c 100644 --- a/x/autopilot/keeper/params_test.go +++ b/x/autopilot/keeper/params_test.go @@ -1,7 +1,7 @@ package keeper_test import ( - "github.com/Stride-Labs/stride/v20/x/autopilot/types" + "github.com/Stride-Labs/stride/v21/x/autopilot/types" ) func (s *KeeperTestSuite) TestGetParams() { diff --git a/x/autopilot/keeper/redeem_stake.go b/x/autopilot/keeper/redeem_stake.go index ecbec8bc62..80c7bf185e 100644 --- a/x/autopilot/keeper/redeem_stake.go +++ b/x/autopilot/keeper/redeem_stake.go @@ -9,9 +9,9 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - "github.com/Stride-Labs/stride/v20/x/autopilot/types" - stakeibckeeper "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/autopilot/types" + stakeibckeeper "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func (k Keeper) TryRedeemStake( diff --git a/x/autopilot/keeper/redeem_stake_test.go b/x/autopilot/keeper/redeem_stake_test.go index b34e4b1b43..3c1c068541 100644 --- a/x/autopilot/keeper/redeem_stake_test.go +++ b/x/autopilot/keeper/redeem_stake_test.go @@ -8,15 +8,15 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - recordsmodule "github.com/Stride-Labs/stride/v20/x/records" + recordsmodule "github.com/Stride-Labs/stride/v21/x/records" sdk "github.com/cosmos/cosmos-sdk/types" - router "github.com/Stride-Labs/stride/v20/x/autopilot" - "github.com/Stride-Labs/stride/v20/x/autopilot/types" - epochtypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - recordstypes "github.com/Stride-Labs/stride/v20/x/records/types" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + router "github.com/Stride-Labs/stride/v21/x/autopilot" + "github.com/Stride-Labs/stride/v21/x/autopilot/types" + epochtypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + recordstypes "github.com/Stride-Labs/stride/v21/x/records/types" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func getRedeemStakeStakeibcPacketMetadata(strideAddress, redemptionReceiver string) string { diff --git a/x/autopilot/module.go b/x/autopilot/module.go index 1f6109243f..7f480b9598 100644 --- a/x/autopilot/module.go +++ b/x/autopilot/module.go @@ -18,9 +18,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/Stride-Labs/stride/v20/x/autopilot/client/cli" - "github.com/Stride-Labs/stride/v20/x/autopilot/keeper" - "github.com/Stride-Labs/stride/v20/x/autopilot/types" + "github.com/Stride-Labs/stride/v21/x/autopilot/client/cli" + "github.com/Stride-Labs/stride/v21/x/autopilot/keeper" + "github.com/Stride-Labs/stride/v21/x/autopilot/types" ) var ( diff --git a/x/autopilot/module_ibc.go b/x/autopilot/module_ibc.go index d20dc60013..dd92d6fb37 100644 --- a/x/autopilot/module_ibc.go +++ b/x/autopilot/module_ibc.go @@ -11,8 +11,8 @@ import ( channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" porttypes "github.com/cosmos/ibc-go/v7/modules/core/05-port/types" - "github.com/Stride-Labs/stride/v20/x/autopilot/keeper" - "github.com/Stride-Labs/stride/v20/x/autopilot/types" + "github.com/Stride-Labs/stride/v21/x/autopilot/keeper" + "github.com/Stride-Labs/stride/v21/x/autopilot/types" ibcexported "github.com/cosmos/ibc-go/v7/modules/core/exported" ) diff --git a/x/autopilot/types/genesis.pb.go b/x/autopilot/types/genesis.pb.go index d3234b3c77..47294296f1 100644 --- a/x/autopilot/types/genesis.pb.go +++ b/x/autopilot/types/genesis.pb.go @@ -88,8 +88,8 @@ var fileDescriptor_a7e087b21fd12e65 = []byte{ 0xbb, 0x93, 0xef, 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, 0x19, 0xa7, 0x67, 0x96, 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0x07, 0x83, 0x0d, 0xd7, 0xf5, 0x49, 0x4c, - 0x2a, 0xd6, 0x87, 0x3a, 0xb4, 0xcc, 0xc8, 0x40, 0xbf, 0x02, 0xc9, 0xb9, 0x25, 0x95, 0x05, 0xa9, - 0xc5, 0x49, 0x6c, 0x60, 0xe7, 0x1a, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0xd3, 0x02, 0x79, 0xc4, + 0x2a, 0xd6, 0x87, 0x3a, 0xb4, 0xcc, 0xc8, 0x50, 0xbf, 0x02, 0xc9, 0xb9, 0x25, 0x95, 0x05, 0xa9, + 0xc5, 0x49, 0x6c, 0x60, 0xe7, 0x1a, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0x92, 0x19, 0xf5, 0xaa, 0x17, 0x01, 0x00, 0x00, } diff --git a/x/autopilot/types/genesis_test.go b/x/autopilot/types/genesis_test.go index d95de5953a..407ffa26af 100644 --- a/x/autopilot/types/genesis_test.go +++ b/x/autopilot/types/genesis_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v20/x/autopilot/types" + "github.com/Stride-Labs/stride/v21/x/autopilot/types" ) func TestGenesisState_Validate(t *testing.T) { diff --git a/x/autopilot/types/params.pb.go b/x/autopilot/types/params.pb.go index eb163493c6..14aa8517b7 100644 --- a/x/autopilot/types/params.pb.go +++ b/x/autopilot/types/params.pb.go @@ -96,8 +96,8 @@ var fileDescriptor_b0b993e9f5195319 = []byte{ 0x23, 0x39, 0xc6, 0x0b, 0x8f, 0xe4, 0x18, 0x1f, 0x3c, 0x92, 0x63, 0x9c, 0xf0, 0x58, 0x8e, 0xe1, 0xc2, 0x63, 0x39, 0x86, 0x1b, 0x8f, 0xe5, 0x18, 0xa2, 0x8c, 0xd3, 0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, 0x92, 0xf3, 0x73, 0xf5, 0x83, 0xc1, 0x0e, 0xd5, 0xf5, 0x49, 0x4c, 0x2a, 0xd6, 0x87, 0xfa, - 0xa9, 0xcc, 0xc8, 0x40, 0xbf, 0x02, 0xc9, 0x67, 0x25, 0x95, 0x05, 0xa9, 0xc5, 0x49, 0x6c, 0x60, - 0x17, 0x1b, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0x17, 0x68, 0xca, 0x41, 0xfa, 0x00, 0x00, 0x00, + 0xa9, 0xcc, 0xc8, 0x50, 0xbf, 0x02, 0xc9, 0x67, 0x25, 0x95, 0x05, 0xa9, 0xc5, 0x49, 0x6c, 0x60, + 0x17, 0x1b, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0x56, 0x73, 0x46, 0x2f, 0xfa, 0x00, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/autopilot/types/parser_test.go b/x/autopilot/types/parser_test.go index 9a32f3dcaf..b93945efa3 100644 --- a/x/autopilot/types/parser_test.go +++ b/x/autopilot/types/parser_test.go @@ -6,8 +6,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v20/app/apptesting" - "github.com/Stride-Labs/stride/v20/x/autopilot/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + "github.com/Stride-Labs/stride/v21/x/autopilot/types" ) func init() { diff --git a/x/autopilot/types/query.pb.go b/x/autopilot/types/query.pb.go index 0365c9f9ff..ad88cdd68f 100644 --- a/x/autopilot/types/query.pb.go +++ b/x/autopilot/types/query.pb.go @@ -136,9 +136,9 @@ var fileDescriptor_1dd160550c308365 = []byte{ 0xfd, 0x60, 0xb0, 0x72, 0x5d, 0x9f, 0xc4, 0xa4, 0x62, 0x7d, 0x1c, 0x5e, 0x77, 0xf2, 0x3d, 0xf1, 0x48, 0x8e, 0xf1, 0xc2, 0x23, 0x39, 0xc6, 0x07, 0x8f, 0xe4, 0x18, 0x27, 0x3c, 0x96, 0x63, 0xb8, 0xf0, 0x58, 0x8e, 0xe1, 0xc6, 0x63, 0x39, 0x86, 0x28, 0xe3, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, - 0xbd, 0xe4, 0xfc, 0x5c, 0x6c, 0x26, 0x95, 0x19, 0x19, 0xe8, 0x57, 0x20, 0x99, 0x57, 0x52, 0x59, - 0x90, 0x5a, 0x9c, 0xc4, 0x06, 0x0e, 0x4a, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0x43, 0xa0, - 0x88, 0x2a, 0xcf, 0x01, 0x00, 0x00, + 0xbd, 0xe4, 0xfc, 0x5c, 0x6c, 0x26, 0x95, 0x19, 0x19, 0xea, 0x57, 0x20, 0x99, 0x57, 0x52, 0x59, + 0x90, 0x5a, 0x9c, 0xc4, 0x06, 0x0e, 0x4a, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0x02, 0xbb, + 0x04, 0x44, 0xcf, 0x01, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/claim/client/cli/cli_test.go b/x/claim/client/cli/cli_test.go index 66e1356d01..4c2e249e48 100644 --- a/x/claim/client/cli/cli_test.go +++ b/x/claim/client/cli/cli_test.go @@ -14,23 +14,23 @@ import ( clitestutil "github.com/cosmos/cosmos-sdk/testutil/cli" - strideclitestutil "github.com/Stride-Labs/stride/v20/testutil/cli" + strideclitestutil "github.com/Stride-Labs/stride/v21/testutil/cli" - "github.com/Stride-Labs/stride/v20/testutil/network" + "github.com/Stride-Labs/stride/v21/testutil/network" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" tmcli "github.com/cometbft/cometbft/libs/cli" - "github.com/Stride-Labs/stride/v20/x/claim/client/cli" + "github.com/Stride-Labs/stride/v21/x/claim/client/cli" sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v20/app" - cmdcfg "github.com/Stride-Labs/stride/v20/cmd/strided/config" - "github.com/Stride-Labs/stride/v20/x/claim/types" - claimtypes "github.com/Stride-Labs/stride/v20/x/claim/types" + "github.com/Stride-Labs/stride/v21/app" + cmdcfg "github.com/Stride-Labs/stride/v21/cmd/strided/config" + "github.com/Stride-Labs/stride/v21/x/claim/types" + claimtypes "github.com/Stride-Labs/stride/v21/x/claim/types" ) var addr1 sdk.AccAddress diff --git a/x/claim/client/cli/query.go b/x/claim/client/cli/query.go index b56dff8ef6..e92acbe81e 100644 --- a/x/claim/client/cli/query.go +++ b/x/claim/client/cli/query.go @@ -10,7 +10,7 @@ import ( "github.com/cosmos/cosmos-sdk/version" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/claim/types" + "github.com/Stride-Labs/stride/v21/x/claim/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/claim/client/cli/tx.go b/x/claim/client/cli/tx.go index fa59dd5c81..68e93e138f 100644 --- a/x/claim/client/cli/tx.go +++ b/x/claim/client/cli/tx.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/claim/types" + "github.com/Stride-Labs/stride/v21/x/claim/types" ) // GetTxCmd returns the transaction commands for this module diff --git a/x/claim/client/cli/tx_claim_free_amount.go b/x/claim/client/cli/tx_claim_free_amount.go index d15aef1188..c03e5d78a9 100644 --- a/x/claim/client/cli/tx_claim_free_amount.go +++ b/x/claim/client/cli/tx_claim_free_amount.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/claim/types" + "github.com/Stride-Labs/stride/v21/x/claim/types" ) func CmdClaimFreeAmount() *cobra.Command { diff --git a/x/claim/client/cli/tx_create_airdrop.go b/x/claim/client/cli/tx_create_airdrop.go index 9f8cdabc28..7dd7a84ec6 100644 --- a/x/claim/client/cli/tx_create_airdrop.go +++ b/x/claim/client/cli/tx_create_airdrop.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/claim/types" + "github.com/Stride-Labs/stride/v21/x/claim/types" ) func CmdCreateAirdrop() *cobra.Command { diff --git a/x/claim/client/cli/tx_delete_airdrop.go b/x/claim/client/cli/tx_delete_airdrop.go index ac80e50fe1..d69c50cb4c 100644 --- a/x/claim/client/cli/tx_delete_airdrop.go +++ b/x/claim/client/cli/tx_delete_airdrop.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/claim/types" + "github.com/Stride-Labs/stride/v21/x/claim/types" ) func CmdDeleteAirdrop() *cobra.Command { diff --git a/x/claim/client/cli/tx_set_airdrop_allocations.go b/x/claim/client/cli/tx_set_airdrop_allocations.go index cf990a0e9c..82937f2df6 100644 --- a/x/claim/client/cli/tx_set_airdrop_allocations.go +++ b/x/claim/client/cli/tx_set_airdrop_allocations.go @@ -10,7 +10,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/claim/types" + "github.com/Stride-Labs/stride/v21/x/claim/types" ) func CmdSetAirdropAllocations() *cobra.Command { diff --git a/x/claim/genesis_test.go b/x/claim/genesis_test.go index 9fa20a2db7..0f4797acf6 100644 --- a/x/claim/genesis_test.go +++ b/x/claim/genesis_test.go @@ -9,9 +9,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - keepertest "github.com/Stride-Labs/stride/v20/testutil/keeper" - "github.com/Stride-Labs/stride/v20/testutil/nullify" - "github.com/Stride-Labs/stride/v20/x/claim/types" + keepertest "github.com/Stride-Labs/stride/v21/testutil/keeper" + "github.com/Stride-Labs/stride/v21/testutil/nullify" + "github.com/Stride-Labs/stride/v21/x/claim/types" ) func TestGenesis(t *testing.T) { diff --git a/x/claim/handler.go b/x/claim/handler.go index 004958998a..9a79710c31 100644 --- a/x/claim/handler.go +++ b/x/claim/handler.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v20/x/claim/keeper" - "github.com/Stride-Labs/stride/v20/x/claim/types" + "github.com/Stride-Labs/stride/v21/x/claim/keeper" + "github.com/Stride-Labs/stride/v21/x/claim/types" ) // NewHandler returns claim module messages diff --git a/x/claim/keeper/claim.go b/x/claim/keeper/claim.go index d106727e48..0d9afa4d6c 100644 --- a/x/claim/keeper/claim.go +++ b/x/claim/keeper/claim.go @@ -14,10 +14,10 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" "github.com/cosmos/gogoproto/proto" - "github.com/Stride-Labs/stride/v20/utils" - "github.com/Stride-Labs/stride/v20/x/claim/types" - vestingtypes "github.com/Stride-Labs/stride/v20/x/claim/vesting/types" - epochstypes "github.com/Stride-Labs/stride/v20/x/epochs/types" + "github.com/Stride-Labs/stride/v21/utils" + "github.com/Stride-Labs/stride/v21/x/claim/types" + vestingtypes "github.com/Stride-Labs/stride/v21/x/claim/vesting/types" + epochstypes "github.com/Stride-Labs/stride/v21/x/epochs/types" ) func (k Keeper) LoadAllocationData(ctx sdk.Context, allocationData string) bool { diff --git a/x/claim/keeper/claim_test.go b/x/claim/keeper/claim_test.go index 6d2124e99b..c14206cd79 100644 --- a/x/claim/keeper/claim_test.go +++ b/x/claim/keeper/claim_test.go @@ -11,12 +11,12 @@ import ( vestingtypes "github.com/cosmos/cosmos-sdk/x/auth/vesting/types" - "github.com/Stride-Labs/stride/v20/app/apptesting" - "github.com/Stride-Labs/stride/v20/utils" - claimkeeper "github.com/Stride-Labs/stride/v20/x/claim/keeper" + "github.com/Stride-Labs/stride/v21/app/apptesting" + "github.com/Stride-Labs/stride/v21/utils" + claimkeeper "github.com/Stride-Labs/stride/v21/x/claim/keeper" - "github.com/Stride-Labs/stride/v20/x/claim/types" - stridevestingtypes "github.com/Stride-Labs/stride/v20/x/claim/vesting/types" + "github.com/Stride-Labs/stride/v21/x/claim/types" + stridevestingtypes "github.com/Stride-Labs/stride/v21/x/claim/vesting/types" ) // Test functionality for loading allocation data(csv) diff --git a/x/claim/keeper/genesis.go b/x/claim/keeper/genesis.go index 337113278a..a6ea56976f 100644 --- a/x/claim/keeper/genesis.go +++ b/x/claim/keeper/genesis.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/claim/types" + "github.com/Stride-Labs/stride/v21/x/claim/types" ) // InitGenesis initializes the capability module's state from a provided genesis diff --git a/x/claim/keeper/grpc_query.go b/x/claim/keeper/grpc_query.go index d73002bd2b..5f58968d10 100644 --- a/x/claim/keeper/grpc_query.go +++ b/x/claim/keeper/grpc_query.go @@ -7,7 +7,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v20/x/claim/types" + "github.com/Stride-Labs/stride/v21/x/claim/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/claim/keeper/hooks.go b/x/claim/keeper/hooks.go index 5d1f9bcebd..17ace9a0b8 100644 --- a/x/claim/keeper/hooks.go +++ b/x/claim/keeper/hooks.go @@ -7,10 +7,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - epochstypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - stakingibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + epochstypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + stakingibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" - "github.com/Stride-Labs/stride/v20/x/claim/types" + "github.com/Stride-Labs/stride/v21/x/claim/types" ) func (k Keeper) AfterDelegationModified(ctx sdk.Context, delAddr sdk.AccAddress, valAddr sdk.ValAddress) error { diff --git a/x/claim/keeper/hooks_test.go b/x/claim/keeper/hooks_test.go index 77e7e8eb6c..9e45782611 100644 --- a/x/claim/keeper/hooks_test.go +++ b/x/claim/keeper/hooks_test.go @@ -5,9 +5,9 @@ import ( sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v20/app/apptesting" - "github.com/Stride-Labs/stride/v20/x/claim/types" - epochtypes "github.com/Stride-Labs/stride/v20/x/epochs/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + "github.com/Stride-Labs/stride/v21/x/claim/types" + epochtypes "github.com/Stride-Labs/stride/v21/x/epochs/types" ) func (s *KeeperTestSuite) TestAfterEpochEnd() { diff --git a/x/claim/keeper/keeper.go b/x/claim/keeper/keeper.go index c4e1447e94..de7bdce7f6 100644 --- a/x/claim/keeper/keeper.go +++ b/x/claim/keeper/keeper.go @@ -9,7 +9,7 @@ import ( storetypes "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/claim/types" + "github.com/Stride-Labs/stride/v21/x/claim/types" ) // Keeper struct diff --git a/x/claim/keeper/keeper_test.go b/x/claim/keeper/keeper_test.go index 75b072039e..41226756de 100644 --- a/x/claim/keeper/keeper_test.go +++ b/x/claim/keeper/keeper_test.go @@ -12,9 +12,9 @@ import ( sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v20/app" - "github.com/Stride-Labs/stride/v20/x/claim/types" - minttypes "github.com/Stride-Labs/stride/v20/x/mint/types" + "github.com/Stride-Labs/stride/v21/app" + "github.com/Stride-Labs/stride/v21/x/claim/types" + minttypes "github.com/Stride-Labs/stride/v21/x/mint/types" ) type KeeperTestSuite struct { diff --git a/x/claim/keeper/msg_server.go b/x/claim/keeper/msg_server.go index f7d908802f..d67c275f9d 100644 --- a/x/claim/keeper/msg_server.go +++ b/x/claim/keeper/msg_server.go @@ -8,7 +8,7 @@ import ( errorsmod "cosmossdk.io/errors" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v20/x/claim/types" + "github.com/Stride-Labs/stride/v21/x/claim/types" ) type msgServer struct { diff --git a/x/claim/keeper/msg_server_test.go b/x/claim/keeper/msg_server_test.go index 2b93a57e7b..824834fcc8 100644 --- a/x/claim/keeper/msg_server_test.go +++ b/x/claim/keeper/msg_server_test.go @@ -4,8 +4,8 @@ import ( "github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/claim/keeper" - "github.com/Stride-Labs/stride/v20/x/claim/types" + "github.com/Stride-Labs/stride/v21/x/claim/keeper" + "github.com/Stride-Labs/stride/v21/x/claim/types" ) func (suite *KeeperTestSuite) TestSetAirdropAllocationsForMultiAirdrops() { diff --git a/x/claim/keeper/params.go b/x/claim/keeper/params.go index 3628ed48ab..b8db083dee 100644 --- a/x/claim/keeper/params.go +++ b/x/claim/keeper/params.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/claim/types" + "github.com/Stride-Labs/stride/v21/x/claim/types" ) // GetParams get params diff --git a/x/claim/migrations/v2/convert.go b/x/claim/migrations/v2/convert.go index d2079cbe0e..687c127a71 100644 --- a/x/claim/migrations/v2/convert.go +++ b/x/claim/migrations/v2/convert.go @@ -3,8 +3,8 @@ package v2 import ( sdkmath "cosmossdk.io/math" - oldclaimtypes "github.com/Stride-Labs/stride/v20/x/claim/migrations/v2/types" - claimtypes "github.com/Stride-Labs/stride/v20/x/claim/types" + oldclaimtypes "github.com/Stride-Labs/stride/v21/x/claim/migrations/v2/types" + claimtypes "github.com/Stride-Labs/stride/v21/x/claim/types" ) func convertToNewAirdrop(oldAirdrop oldclaimtypes.Airdrop) claimtypes.Airdrop { diff --git a/x/claim/migrations/v2/convert_test.go b/x/claim/migrations/v2/convert_test.go index c23800881b..bc9878c3ca 100644 --- a/x/claim/migrations/v2/convert_test.go +++ b/x/claim/migrations/v2/convert_test.go @@ -10,8 +10,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - oldclaimtypes "github.com/Stride-Labs/stride/v20/x/claim/migrations/v2/types" - claimtypes "github.com/Stride-Labs/stride/v20/x/claim/types" + oldclaimtypes "github.com/Stride-Labs/stride/v21/x/claim/migrations/v2/types" + claimtypes "github.com/Stride-Labs/stride/v21/x/claim/types" ) func TestConvertToNewAirdrop(t *testing.T) { diff --git a/x/claim/migrations/v2/migrations.go b/x/claim/migrations/v2/migrations.go index 53f21cbac5..9da6498f58 100644 --- a/x/claim/migrations/v2/migrations.go +++ b/x/claim/migrations/v2/migrations.go @@ -7,8 +7,8 @@ import ( errorsmod "cosmossdk.io/errors" - oldclaimtypes "github.com/Stride-Labs/stride/v20/x/claim/migrations/v2/types" - claimtypes "github.com/Stride-Labs/stride/v20/x/claim/types" + oldclaimtypes "github.com/Stride-Labs/stride/v21/x/claim/migrations/v2/types" + claimtypes "github.com/Stride-Labs/stride/v21/x/claim/types" ) func migrateClaimParams(store sdk.KVStore, cdc codec.Codec) error { diff --git a/x/claim/module.go b/x/claim/module.go index 029980650e..d951b17783 100644 --- a/x/claim/module.go +++ b/x/claim/module.go @@ -16,9 +16,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/Stride-Labs/stride/v20/x/claim/client/cli" - "github.com/Stride-Labs/stride/v20/x/claim/keeper" - "github.com/Stride-Labs/stride/v20/x/claim/types" + "github.com/Stride-Labs/stride/v21/x/claim/client/cli" + "github.com/Stride-Labs/stride/v21/x/claim/keeper" + "github.com/Stride-Labs/stride/v21/x/claim/types" ) var ( diff --git a/x/claim/types/claim.pb.go b/x/claim/types/claim.pb.go index bcd3b12930..e68eb9046a 100644 --- a/x/claim/types/claim.pb.go +++ b/x/claim/types/claim.pb.go @@ -130,7 +130,7 @@ var fileDescriptor_b4747d999b9dc0da = []byte{ // 394 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x91, 0x4f, 0xce, 0xd2, 0x40, 0x00, 0xc5, 0x5b, 0x20, 0xa8, 0x83, 0x0a, 0x8e, 0x1a, 0x0a, 0xc6, 0x96, 0x74, 0x61, 0x88, 0x91, - 0xd6, 0xe8, 0xce, 0x8d, 0x29, 0x50, 0x4c, 0x63, 0xa3, 0xb1, 0x60, 0x4c, 0xdc, 0x34, 0xa5, 0x33, + 0x36, 0xea, 0xce, 0x8d, 0x29, 0x50, 0x4c, 0x63, 0xa3, 0xb1, 0x60, 0x4c, 0xdc, 0x34, 0xa5, 0x33, 0x96, 0x89, 0x94, 0x69, 0x3a, 0xe3, 0x1f, 0x6e, 0xe0, 0xd2, 0x3b, 0xb8, 0xf3, 0x24, 0x2c, 0x59, 0x1a, 0x17, 0x8d, 0x81, 0x1b, 0xf4, 0x04, 0x86, 0xe9, 0x60, 0xcc, 0xf7, 0x6d, 0xda, 0xe6, 0xf7, 0x7b, 0x79, 0xe9, 0xcc, 0x03, 0x1a, 0xe3, 0x39, 0x41, 0xd8, 0x8e, 0xd7, 0x11, 0x49, 0xab, 0xa7, @@ -152,7 +152,7 @@ var fileDescriptor_b4747d999b9dc0da = []byte{ 0x83, 0xae, 0xfe, 0x39, 0xe8, 0xea, 0xf7, 0xa3, 0xae, 0xec, 0x8f, 0xba, 0xf2, 0xeb, 0xa8, 0x2b, 0xef, 0xed, 0xff, 0xce, 0x3d, 0x17, 0x53, 0x8e, 0xfc, 0x68, 0xc9, 0x6c, 0x39, 0xf8, 0xe7, 0x27, 0x8f, 0xed, 0xaf, 0x72, 0x76, 0x71, 0x09, 0xcb, 0xa6, 0xd8, 0xf4, 0xe9, 0xdf, 0x00, 0x00, 0x00, - 0xff, 0xff, 0xf6, 0xa3, 0xc2, 0xd0, 0x13, 0x02, 0x00, 0x00, + 0xff, 0xff, 0x22, 0x49, 0xb1, 0x4b, 0x13, 0x02, 0x00, 0x00, } func (m *ClaimRecord) Marshal() (dAtA []byte, err error) { diff --git a/x/claim/types/expected_keepers.go b/x/claim/types/expected_keepers.go index 795d0ca4be..59760a3422 100644 --- a/x/claim/types/expected_keepers.go +++ b/x/claim/types/expected_keepers.go @@ -4,7 +4,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - epochstypes "github.com/Stride-Labs/stride/v20/x/epochs/types" + epochstypes "github.com/Stride-Labs/stride/v21/x/epochs/types" ) // BankKeeper defines the banking contract that must be fulfilled when diff --git a/x/claim/types/genesis.pb.go b/x/claim/types/genesis.pb.go index fe5bfb1b41..7cf150be0f 100644 --- a/x/claim/types/genesis.pb.go +++ b/x/claim/types/genesis.pb.go @@ -100,9 +100,9 @@ var fileDescriptor_ecf5648202726596 = []byte{ 0xa1, 0xb4, 0xd8, 0xc9, 0xf3, 0xc4, 0x23, 0x39, 0xc6, 0x0b, 0x8f, 0xe4, 0x18, 0x1f, 0x3c, 0x92, 0x63, 0x9c, 0xf0, 0x58, 0x8e, 0xe1, 0xc2, 0x63, 0x39, 0x86, 0x1b, 0x8f, 0xe5, 0x18, 0xa2, 0xf4, 0xd3, 0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, 0x92, 0xf3, 0x73, 0xf5, 0x83, 0xc1, 0x56, 0xe9, 0xfa, - 0x24, 0x26, 0x15, 0xeb, 0x43, 0xfd, 0x5f, 0x66, 0x64, 0xa0, 0x5f, 0x01, 0x0d, 0x85, 0x92, 0xca, - 0x82, 0xd4, 0xe2, 0x24, 0x36, 0x70, 0x28, 0x18, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0xdb, 0x47, - 0x46, 0x24, 0x7c, 0x01, 0x00, 0x00, + 0x24, 0x26, 0x15, 0xeb, 0x43, 0xfd, 0x5f, 0x66, 0x64, 0xa8, 0x5f, 0x01, 0x0d, 0x85, 0x92, 0xca, + 0x82, 0xd4, 0xe2, 0x24, 0x36, 0x70, 0x28, 0x18, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0x0f, 0xad, + 0x35, 0xbf, 0x7c, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/claim/types/msgs.go b/x/claim/types/msgs.go index f15104d09a..7b7b58b5e2 100644 --- a/x/claim/types/msgs.go +++ b/x/claim/types/msgs.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v20/utils" + "github.com/Stride-Labs/stride/v21/utils" ) // Msg type for MsgSetAirdropAllocations diff --git a/x/claim/types/params.pb.go b/x/claim/types/params.pb.go index 2266f3a7b6..5598583ddc 100644 --- a/x/claim/types/params.pb.go +++ b/x/claim/types/params.pb.go @@ -183,36 +183,36 @@ var fileDescriptor_dd7ac871d3875dc3 = []byte{ // 515 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x53, 0x41, 0x6f, 0xd3, 0x30, 0x18, 0x6d, 0xd8, 0x68, 0x8b, 0x3b, 0xc1, 0x66, 0x40, 0xa4, 0x95, 0x48, 0xaa, 0x48, 0xa0, 0x4a, - 0xb0, 0x18, 0xca, 0x0d, 0x4e, 0xad, 0x06, 0x52, 0xa5, 0x1d, 0x50, 0xba, 0x13, 0x97, 0xc8, 0xa9, - 0xdd, 0xce, 0xa2, 0x89, 0x23, 0xdb, 0x45, 0xf4, 0x17, 0x70, 0xdd, 0x91, 0xdf, 0xc3, 0x69, 0xc7, - 0x1d, 0x11, 0x87, 0x80, 0xda, 0x1b, 0xc7, 0xfd, 0x02, 0x64, 0xc7, 0xe9, 0xca, 0x7a, 0x6a, 0xfd, - 0xde, 0xfb, 0xbe, 0xf7, 0x3e, 0x7f, 0x31, 0x68, 0x4b, 0x25, 0x18, 0xa1, 0x68, 0x32, 0xc7, 0x2c, - 0x45, 0x39, 0x16, 0x38, 0x95, 0x61, 0x2e, 0xb8, 0xe2, 0xf0, 0xa0, 0xa4, 0x42, 0x43, 0x75, 0x1e, - 0xcd, 0xf8, 0x8c, 0x1b, 0x02, 0xe9, 0x7f, 0xa5, 0xa6, 0xe3, 0xcd, 0x38, 0x9f, 0xcd, 0x29, 0x32, - 0xa7, 0x64, 0x31, 0x45, 0x64, 0x21, 0xb0, 0x62, 0x3c, 0xb3, 0xbc, 0x7f, 0x9b, 0x57, 0x2c, 0xa5, - 0x52, 0xe1, 0x34, 0x2f, 0x05, 0xc1, 0x3b, 0x50, 0xff, 0x68, 0x4c, 0xe1, 0x6b, 0xd0, 0xc4, 0x4c, - 0x10, 0xc1, 0x73, 0xe9, 0x3a, 0xdd, 0xbd, 0x5e, 0xab, 0xff, 0x38, 0xdc, 0x4e, 0x10, 0x0e, 0x4a, - 0x36, 0xda, 0xc8, 0x82, 0x1f, 0xfb, 0xa0, 0x61, 0x51, 0x78, 0x0a, 0xa0, 0xc5, 0x63, 0x46, 0x68, - 0xa6, 0xd8, 0x94, 0x51, 0xe1, 0x3a, 0x5d, 0xa7, 0x77, 0x6f, 0xf8, 0xf4, 0xba, 0xf0, 0xdb, 0x4b, - 0x9c, 0xce, 0xdf, 0x06, 0xbb, 0x9a, 0x20, 0x3a, 0xb2, 0xe0, 0x68, 0x83, 0xc1, 0x36, 0x68, 0x4e, - 0xce, 0x31, 0xcb, 0x62, 0x46, 0xdc, 0x86, 0xee, 0x11, 0x35, 0xcc, 0x79, 0x44, 0x20, 0xbf, 0x31, - 0x92, 0x0a, 0x0b, 0x15, 0xeb, 0x91, 0xdc, 0x3b, 0x5d, 0xa7, 0xd7, 0xea, 0x77, 0xc2, 0x72, 0xde, - 0xb0, 0x9a, 0x37, 0x3c, 0xab, 0xe6, 0x1d, 0x3e, 0xbb, 0x2c, 0xfc, 0xda, 0x6e, 0x90, 0x9b, 0x1e, - 0xc1, 0xc5, 0x6f, 0xdf, 0x89, 0x0e, 0x2d, 0x31, 0xd6, 0xb8, 0xae, 0x86, 0xdf, 0x1c, 0x50, 0x81, - 0x71, 0x75, 0xbd, 0xee, 0x9e, 0xf1, 0x6b, 0xef, 0xf8, 0x9d, 0x58, 0xc1, 0x70, 0xa0, 0xed, 0xfe, - 0x16, 0x7e, 0xe7, 0x76, 0xe9, 0x4b, 0x9e, 0x32, 0x45, 0xd3, 0x5c, 0x2d, 0xaf, 0x0b, 0xff, 0xc9, - 0xff, 0x61, 0x2a, 0x4d, 0xf0, 0x5d, 0x47, 0x79, 0x60, 0xe1, 0xaa, 0x27, 0xf4, 0x41, 0xcb, 0xac, - 0x22, 0x26, 0x34, 0xe3, 0xa9, 0xbb, 0x6f, 0x2e, 0x06, 0x18, 0xe8, 0x44, 0x23, 0x10, 0x81, 0x87, - 0x84, 0xe9, 0xa5, 0x25, 0x0b, 0xc5, 0x45, 0x8c, 0x09, 0x11, 0x54, 0x4a, 0xf7, 0xae, 0x11, 0xc2, - 0x2d, 0x6a, 0x50, 0x32, 0xf0, 0x0c, 0xdc, 0x37, 0xe5, 0x94, 0xc4, 0x92, 0xc7, 0x53, 0x2c, 0xdc, - 0xba, 0xd9, 0x58, 0xa8, 0xd3, 0xff, 0x2a, 0xfc, 0xe7, 0x33, 0xa6, 0xce, 0x17, 0x49, 0x38, 0xe1, - 0x29, 0x9a, 0x70, 0x99, 0x72, 0x69, 0x7f, 0x8e, 0x25, 0xf9, 0x8c, 0xd4, 0x32, 0xa7, 0x32, 0x1c, - 0x65, 0x2a, 0x3a, 0xb0, 0x5d, 0xc6, 0xfc, 0x03, 0x16, 0xf0, 0x05, 0x38, 0xc2, 0x0b, 0xc5, 0x73, - 0x36, 0xe7, 0x2a, 0xa6, 0x19, 0x4e, 0xe6, 0x94, 0xb8, 0xcd, 0xae, 0xd3, 0x6b, 0x46, 0x87, 0x1b, - 0xe2, 0x7d, 0x89, 0x0f, 0x47, 0x97, 0x2b, 0xcf, 0xb9, 0x5a, 0x79, 0xce, 0x9f, 0x95, 0xe7, 0x5c, - 0xac, 0xbd, 0xda, 0xd5, 0xda, 0xab, 0xfd, 0x5c, 0x7b, 0xb5, 0x4f, 0x68, 0xcb, 0x7c, 0x6c, 0xbe, - 0xc4, 0xe3, 0x53, 0x9c, 0x48, 0x64, 0x9f, 0xcc, 0x97, 0xfe, 0x2b, 0xf4, 0xd5, 0x3e, 0x1c, 0x93, - 0x24, 0xa9, 0x9b, 0x35, 0xbc, 0xf9, 0x17, 0x00, 0x00, 0xff, 0xff, 0xa1, 0x31, 0x23, 0xf2, 0x55, + 0xb0, 0x58, 0x2b, 0x37, 0x38, 0xb5, 0x1a, 0x48, 0x95, 0x76, 0x40, 0xe9, 0x4e, 0x5c, 0x22, 0xa7, + 0x76, 0x3b, 0x8b, 0x26, 0x8e, 0x6c, 0x17, 0xd1, 0x5f, 0xc0, 0x75, 0x47, 0x7e, 0x0f, 0xa7, 0x1d, + 0x77, 0x44, 0x1c, 0x02, 0x6a, 0x6f, 0x1c, 0xf7, 0x0b, 0x90, 0x1d, 0xa7, 0x2b, 0xeb, 0xa9, 0xf5, + 0x7b, 0xef, 0xfb, 0xde, 0xfb, 0xfc, 0xc5, 0xa0, 0x2d, 0x95, 0x60, 0x84, 0xa2, 0xc9, 0x1c, 0xb3, + 0x14, 0xe5, 0x58, 0xe0, 0x54, 0x86, 0xb9, 0xe0, 0x8a, 0xc3, 0x83, 0x92, 0x0a, 0x0d, 0xd5, 0x79, + 0x32, 0xe3, 0x33, 0x6e, 0x08, 0xa4, 0xff, 0x95, 0x9a, 0x8e, 0x37, 0xe3, 0x7c, 0x36, 0xa7, 0xc8, + 0x9c, 0x92, 0xc5, 0x14, 0x91, 0x85, 0xc0, 0x8a, 0xf1, 0xcc, 0xf2, 0xfe, 0x5d, 0x5e, 0xb1, 0x94, + 0x4a, 0x85, 0xd3, 0xbc, 0x14, 0x04, 0xef, 0x40, 0xfd, 0xa3, 0x31, 0x85, 0x27, 0xa0, 0x89, 0x99, + 0x20, 0x82, 0xe7, 0xd2, 0x75, 0xba, 0x7b, 0xbd, 0x56, 0xff, 0x69, 0xb8, 0x9d, 0x20, 0x1c, 0x94, + 0x6c, 0xb4, 0x91, 0x05, 0x3f, 0xf6, 0x41, 0xc3, 0xa2, 0xf0, 0x0c, 0x40, 0x8b, 0xc7, 0x8c, 0xd0, + 0x4c, 0xb1, 0x29, 0xa3, 0xc2, 0x75, 0xba, 0x4e, 0xef, 0xc1, 0xf0, 0xf9, 0x4d, 0xe1, 0xb7, 0x97, + 0x38, 0x9d, 0xbf, 0x0d, 0x76, 0x35, 0x41, 0x74, 0x64, 0xc1, 0xd1, 0x06, 0x83, 0x6d, 0xd0, 0x9c, + 0x5c, 0x60, 0x96, 0xc5, 0x8c, 0xb8, 0x0d, 0xdd, 0x23, 0x6a, 0x98, 0xf3, 0x88, 0x40, 0x7e, 0x6b, + 0x24, 0x15, 0x16, 0x2a, 0xd6, 0x23, 0xb9, 0xf7, 0xba, 0x4e, 0xaf, 0xd5, 0xef, 0x84, 0xe5, 0xbc, + 0x61, 0x35, 0x6f, 0x78, 0x5e, 0xcd, 0x3b, 0x7c, 0x71, 0x55, 0xf8, 0xb5, 0xdd, 0x20, 0xb7, 0x3d, + 0x82, 0xcb, 0xdf, 0xbe, 0x13, 0x1d, 0x5a, 0x62, 0xac, 0x71, 0x5d, 0x0d, 0xbf, 0x39, 0xa0, 0x02, + 0xe3, 0xea, 0x7a, 0xdd, 0x3d, 0xe3, 0xd7, 0xde, 0xf1, 0x3b, 0xb5, 0x82, 0xe1, 0x40, 0xdb, 0xfd, + 0x2d, 0xfc, 0xce, 0xdd, 0xd2, 0xd7, 0x3c, 0x65, 0x8a, 0xa6, 0xb9, 0x5a, 0xde, 0x14, 0xfe, 0xb3, + 0xff, 0xc3, 0x54, 0x9a, 0xe0, 0xbb, 0x8e, 0xf2, 0xc8, 0xc2, 0x55, 0x4f, 0xe8, 0x83, 0x96, 0x59, + 0x45, 0x4c, 0x68, 0xc6, 0x53, 0x77, 0xdf, 0x5c, 0x0c, 0x30, 0xd0, 0xa9, 0x46, 0x20, 0x02, 0x8f, + 0x09, 0xd3, 0x4b, 0x4b, 0x16, 0x8a, 0x8b, 0x18, 0x13, 0x22, 0xa8, 0x94, 0xee, 0x7d, 0x23, 0x84, + 0x5b, 0xd4, 0xa0, 0x64, 0xe0, 0x39, 0x78, 0x68, 0xca, 0x29, 0x89, 0x25, 0x8f, 0xa7, 0x58, 0xb8, + 0x75, 0xb3, 0xb1, 0x50, 0xa7, 0xff, 0x55, 0xf8, 0x2f, 0x67, 0x4c, 0x5d, 0x2c, 0x92, 0x70, 0xc2, + 0x53, 0x34, 0xe1, 0x32, 0xe5, 0xd2, 0xfe, 0x1c, 0x4b, 0xf2, 0x19, 0xa9, 0x65, 0x4e, 0x65, 0x38, + 0xca, 0x54, 0x74, 0x60, 0xbb, 0x8c, 0xf9, 0x07, 0x2c, 0xe0, 0x2b, 0x70, 0x84, 0x17, 0x8a, 0xe7, + 0x6c, 0xce, 0x55, 0x4c, 0x33, 0x9c, 0xcc, 0x29, 0x71, 0x9b, 0x5d, 0xa7, 0xd7, 0x8c, 0x0e, 0x37, + 0xc4, 0xfb, 0x12, 0x1f, 0x8e, 0xae, 0x56, 0x9e, 0x73, 0xbd, 0xf2, 0x9c, 0x3f, 0x2b, 0xcf, 0xb9, + 0x5c, 0x7b, 0xb5, 0xeb, 0xb5, 0x57, 0xfb, 0xb9, 0xf6, 0x6a, 0x9f, 0xd0, 0x96, 0xf9, 0xd8, 0x7c, + 0x89, 0xc7, 0x67, 0x38, 0x91, 0xc8, 0x3e, 0x99, 0x2f, 0xfd, 0x13, 0xf4, 0xd5, 0x3e, 0x1c, 0x93, + 0x24, 0xa9, 0x9b, 0x35, 0xbc, 0xf9, 0x17, 0x00, 0x00, 0xff, 0xff, 0x75, 0xdb, 0x50, 0x69, 0x55, 0x03, 0x00, 0x00, } diff --git a/x/claim/types/query.pb.go b/x/claim/types/query.pb.go index 57f66953d5..651b81b427 100644 --- a/x/claim/types/query.pb.go +++ b/x/claim/types/query.pb.go @@ -6,7 +6,7 @@ package types import ( context "context" fmt "fmt" - types2 "github.com/Stride-Labs/stride/v20/x/claim/vesting/types" + types2 "github.com/Stride-Labs/stride/v21/x/claim/vesting/types" github_com_cosmos_cosmos_sdk_types "github.com/cosmos/cosmos-sdk/types" types1 "github.com/cosmos/cosmos-sdk/types" _ "github.com/cosmos/gogoproto/gogoproto" @@ -927,81 +927,81 @@ var fileDescriptor_baa87682a02846df = []byte{ // 1225 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x57, 0x4d, 0x6f, 0x1b, 0x45, 0x18, 0xce, 0x24, 0x6d, 0xd2, 0x4e, 0x12, 0x47, 0x99, 0x7c, 0xd4, 0xde, 0x34, 0xb6, 0x19, 0x48, - 0x62, 0xa4, 0x66, 0xb7, 0x75, 0x11, 0x07, 0x2e, 0xc0, 0x86, 0x8f, 0x06, 0x15, 0xa9, 0x6c, 0x4a, - 0x24, 0xb8, 0x58, 0xe3, 0xdd, 0x89, 0x59, 0x61, 0xef, 0x3a, 0x3b, 0xbb, 0x15, 0x51, 0x55, 0x21, - 0xe0, 0xc0, 0x0d, 0x22, 0x01, 0x3f, 0x02, 0x24, 0x0e, 0xfc, 0x04, 0x0e, 0x48, 0x3d, 0x56, 0xe2, - 0xc2, 0x01, 0x52, 0x94, 0xf0, 0x0b, 0x22, 0xc1, 0x19, 0xed, 0xcc, 0xbb, 0xce, 0xae, 0xb3, 0xae, - 0x13, 0x24, 0xd4, 0x5e, 0xe2, 0xec, 0xbc, 0x5f, 0xcf, 0xfb, 0x31, 0xcf, 0xcc, 0xe0, 0xa2, 0x08, - 0x03, 0xd7, 0xe1, 0x86, 0xdd, 0x66, 0x6e, 0xc7, 0xd8, 0x8d, 0x78, 0xb0, 0xa7, 0x77, 0x03, 0x3f, - 0xf4, 0xc9, 0x94, 0x92, 0xe8, 0x52, 0xa2, 0xcd, 0xb7, 0xfc, 0x96, 0x2f, 0x05, 0x46, 0xfc, 0x9f, - 0xd2, 0xd1, 0xae, 0xb6, 0x7c, 0xbf, 0xd5, 0xe6, 0x06, 0xeb, 0xba, 0x06, 0xf3, 0x3c, 0x3f, 0x64, - 0xa1, 0xeb, 0x7b, 0x02, 0xa4, 0x65, 0xdb, 0x17, 0x1d, 0x5f, 0x18, 0x4d, 0x26, 0xb8, 0x71, 0xef, - 0x46, 0x93, 0x87, 0xec, 0x86, 0x61, 0xfb, 0xae, 0x07, 0xf2, 0x6c, 0x6c, 0xf9, 0x17, 0x24, 0xa5, - 0x8c, 0xa4, 0xcb, 0x02, 0xd6, 0x49, 0x9c, 0x5e, 0x05, 0xd1, 0x3d, 0x2e, 0x42, 0xd7, 0x6b, 0x25, - 0xbf, 0x20, 0xad, 0x00, 0x20, 0xf9, 0xd5, 0x8c, 0x76, 0x8c, 0xd0, 0xed, 0x70, 0x11, 0xb2, 0x4e, - 0x57, 0x29, 0xd0, 0x6d, 0x3c, 0xb9, 0x11, 0x3b, 0xdd, 0x0a, 0x59, 0x18, 0x09, 0xb2, 0x8e, 0x09, - 0x73, 0x03, 0x27, 0xf0, 0xbb, 0x0d, 0xd7, 0xe1, 0x5e, 0xe8, 0xee, 0xb8, 0x3c, 0x28, 0xa2, 0x2a, - 0xaa, 0x5d, 0xb6, 0x66, 0x41, 0xb2, 0xd9, 0x13, 0x90, 0x22, 0x9e, 0x90, 0x90, 0xb8, 0x53, 0x1c, - 0xad, 0xa2, 0xda, 0x25, 0x2b, 0xf9, 0xa4, 0x6f, 0xe3, 0x2b, 0xef, 0xc5, 0xc5, 0x4b, 0x39, 0xb7, - 0xf8, 0x6e, 0xc4, 0x45, 0x48, 0xae, 0xe1, 0x09, 0xe6, 0x38, 0x01, 0x17, 0x42, 0x39, 0x36, 0xc9, - 0xf1, 0x41, 0xa5, 0xb0, 0xc7, 0x3a, 0xed, 0x57, 0x28, 0x08, 0xa8, 0x95, 0xa8, 0xd0, 0x08, 0x17, - 0x4f, 0x3b, 0x12, 0x5d, 0xdf, 0x13, 0x9c, 0x7c, 0x80, 0xa7, 0x64, 0xbc, 0x86, 0x90, 0xeb, 0x45, - 0x54, 0x1d, 0xab, 0x4d, 0xd6, 0x4b, 0x7a, 0xba, 0x53, 0x7a, 0xca, 0xd0, 0x5c, 0x7a, 0x78, 0x50, - 0x19, 0x39, 0x3e, 0xa8, 0xcc, 0xa9, 0x68, 0x69, 0x63, 0x6a, 0x4d, 0xda, 0x27, 0x9a, 0xf4, 0x97, - 0x51, 0x3c, 0x2d, 0x2d, 0xdf, 0xe5, 0x21, 0x73, 0x58, 0xc8, 0xce, 0x5b, 0x9a, 0xe7, 0xf1, 0xb4, - 0x1d, 0x05, 0x01, 0xf7, 0xc2, 0x46, 0xe0, 0x47, 0x9e, 0x2a, 0xd0, 0x65, 0x6b, 0x0a, 0x16, 0xad, - 0x78, 0x8d, 0x04, 0x78, 0x2e, 0xa3, 0x14, 0x63, 0x09, 0xc2, 0xe2, 0x58, 0x15, 0xd5, 0x26, 0xeb, - 0x9a, 0xae, 0x9a, 0xa7, 0x27, 0xcd, 0xd3, 0xef, 0x26, 0xcd, 0x33, 0x57, 0x21, 0x11, 0x0d, 0x12, - 0x39, 0xed, 0x84, 0xee, 0x3f, 0xae, 0x20, 0x6b, 0x36, 0x1d, 0x6e, 0x2b, 0x5e, 0x27, 0x6d, 0x3c, - 0x9b, 0x55, 0xe7, 0x9e, 0x53, 0xbc, 0x30, 0x34, 0xe2, 0x0b, 0x10, 0xb1, 0x98, 0x17, 0x91, 0x7b, - 0x8e, 0x8a, 0x37, 0x93, 0x8e, 0xf7, 0xa6, 0xe7, 0xd0, 0x25, 0x5c, 0x3a, 0x69, 0x5f, 0x52, 0x4b, - 0x98, 0x04, 0xfa, 0x29, 0xd6, 0xf2, 0x84, 0xd0, 0x5d, 0x86, 0x0b, 0xaa, 0x41, 0x1d, 0x90, 0x40, - 0x7f, 0x97, 0x72, 0xfa, 0x9b, 0x18, 0x9b, 0xcb, 0x00, 0x73, 0x21, 0xdd, 0xe1, 0xc4, 0x01, 0xb5, - 0xa6, 0xed, 0xb4, 0x36, 0x8d, 0xf0, 0x8a, 0x04, 0xf0, 0x86, 0x1b, 0xbb, 0x6c, 0x46, 0xa1, 0x1f, - 0xbc, 0x6e, 0xdb, 0x7e, 0xe4, 0x85, 0x26, 0x6b, 0x33, 0xcf, 0xe6, 0xc9, 0xcc, 0xde, 0x1e, 0xdc, - 0x7c, 0x73, 0xf9, 0xf8, 0xa0, 0x52, 0x82, 0xf1, 0x3d, 0xa5, 0x43, 0x73, 0x66, 0x83, 0xfe, 0x8e, - 0xf0, 0xea, 0xb0, 0xb8, 0x50, 0x84, 0x9f, 0x10, 0x5e, 0x72, 0x4e, 0xb4, 0x1a, 0x4c, 0xa9, 0x35, - 0x9a, 0x4a, 0xaf, 0x37, 0xf2, 0x8a, 0x5a, 0xf4, 0x98, 0x5a, 0x74, 0xa0, 0x16, 0x7d, 0xc3, 0x77, - 0x3d, 0x73, 0x1b, 0x0a, 0x42, 0x15, 0xc2, 0x27, 0xf8, 0xa2, 0x3f, 0x3c, 0xae, 0xd4, 0x5a, 0x6e, - 0xf8, 0x51, 0xd4, 0xd4, 0x6d, 0xbf, 0x63, 0x00, 0x5b, 0xa9, 0x9f, 0x75, 0xe1, 0x7c, 0x6c, 0x84, - 0x7b, 0x5d, 0x2e, 0xa4, 0x5b, 0x61, 0x95, 0x9c, 0x41, 0xd8, 0xe9, 0x3c, 0x26, 0x32, 0xbb, 0x3b, - 0x92, 0xa7, 0x92, 0x66, 0x6f, 0xe2, 0xb9, 0xcc, 0x2a, 0x24, 0x58, 0xc7, 0xe3, 0x8a, 0xcf, 0x64, - 0x35, 0x27, 0xeb, 0xf3, 0xd9, 0xee, 0x2a, 0x6d, 0xf3, 0x42, 0x9c, 0x85, 0x05, 0x9a, 0xf4, 0x3b, - 0x94, 0x66, 0x17, 0x8b, 0xdb, 0x7e, 0xe0, 0xfc, 0x2f, 0x9d, 0x4a, 0x73, 0xd5, 0xe8, 0x39, 0xb9, - 0x2a, 0x81, 0xd5, 0xcf, 0x55, 0x81, 0x5c, 0x87, 0x6c, 0xf3, 0xb8, 0x4a, 0x19, 0xe6, 0x73, 0x95, - 0x32, 0x4e, 0xb8, 0x4a, 0x69, 0xd2, 0x3f, 0x10, 0x2e, 0x9f, 0xc4, 0x65, 0xcd, 0x36, 0x7f, 0x2b, - 0xee, 0x49, 0x7c, 0xf4, 0x3c, 0x03, 0x55, 0x21, 0xaf, 0xe2, 0x71, 0x26, 0xc1, 0x48, 0x5e, 0x2b, - 0xf4, 0x77, 0x58, 0x01, 0x35, 0x67, 0x8f, 0x0f, 0x2a, 0xd3, 0xe0, 0x42, 0xae, 0x50, 0x0b, 0xcc, - 0xe8, 0xb7, 0x08, 0x57, 0x06, 0xe6, 0x07, 0xe5, 0xdd, 0xc5, 0x17, 0xe3, 0x93, 0x54, 0x0c, 0xdf, - 0x10, 0xaf, 0x41, 0x5d, 0xa7, 0xa0, 0xae, 0xb1, 0xd5, 0xf9, 0x46, 0x5f, 0x45, 0xa2, 0x3f, 0x23, - 0xa0, 0xaf, 0xbb, 0x7e, 0xc8, 0xda, 0x3d, 0x6c, 0xcf, 0x42, 0xc9, 0xd7, 0xf0, 0x8c, 0xeb, 0xd9, - 0xed, 0xc8, 0xe1, 0x8d, 0xe4, 0x7c, 0x1e, 0x93, 0xe7, 0x73, 0x01, 0x96, 0x37, 0xe0, 0x98, 0xde, - 0x47, 0x78, 0x29, 0x37, 0x87, 0xa7, 0x57, 0xd6, 0x5b, 0xb0, 0x89, 0xde, 0x17, 0x3c, 0xd8, 0x56, - 0x97, 0x99, 0xff, 0x78, 0x75, 0xf8, 0x07, 0xc1, 0xe1, 0x93, 0x75, 0x05, 0xa9, 0x7d, 0x85, 0xf0, - 0x8c, 0xe8, 0x72, 0xcf, 0x89, 0x13, 0x6e, 0xa8, 0x2c, 0xc7, 0x86, 0x65, 0xf9, 0x0e, 0x64, 0xb9, - 0xa8, 0x62, 0xf6, 0xd9, 0x9f, 0x2f, 0xdf, 0x42, 0xcf, 0x5a, 0x7e, 0x93, 0x5b, 0x78, 0xa2, 0xcb, - 0x03, 0xd7, 0x77, 0x92, 0x6a, 0x2f, 0x26, 0x1b, 0x25, 0xb9, 0xd3, 0xdd, 0x91, 0x62, 0x73, 0x11, - 0x40, 0x40, 0xe2, 0x60, 0x44, 0xad, 0xc4, 0xbc, 0xfe, 0xf7, 0x25, 0x7c, 0x51, 0x26, 0x4e, 0x7e, - 0x44, 0xb8, 0x34, 0xf0, 0x90, 0x21, 0x37, 0xb3, 0x3b, 0xf1, 0x4c, 0x47, 0xa1, 0xf6, 0xd2, 0xf9, - 0x8c, 0x54, 0xb5, 0xe9, 0xca, 0xe7, 0xbf, 0xfe, 0xf5, 0xcd, 0x68, 0x85, 0x2c, 0xc3, 0x1d, 0xb6, - 0xe3, 0x3b, 0x51, 0x9b, 0xf7, 0x1f, 0x41, 0xc4, 0xc1, 0xe3, 0x8a, 0xf1, 0x49, 0x35, 0x27, 0x4c, - 0xe6, 0x40, 0xd1, 0x9e, 0x7b, 0x82, 0x06, 0x44, 0x5d, 0x90, 0x51, 0x67, 0xc8, 0x74, 0xe6, 0xe6, - 0x4c, 0xbe, 0x40, 0x70, 0xeb, 0x55, 0x04, 0x4a, 0x56, 0x72, 0x3c, 0x9d, 0x3e, 0x5a, 0xb4, 0xd5, - 0x61, 0x6a, 0x03, 0x72, 0x4d, 0x53, 0xb7, 0x71, 0x1f, 0xa6, 0xf3, 0x01, 0xf9, 0x1e, 0x61, 0x72, - 0x9a, 0xd1, 0xc8, 0xb5, 0x41, 0x51, 0xf2, 0x88, 0x5d, 0x5b, 0x3f, 0xa3, 0x36, 0x40, 0x7b, 0x59, - 0x42, 0xbb, 0x4e, 0xf4, 0x34, 0x34, 0x39, 0xc0, 0x3b, 0xf2, 0x42, 0x10, 0x2b, 0x9f, 0x40, 0x34, - 0xee, 0xab, 0x95, 0x07, 0xe4, 0x6b, 0x84, 0x0b, 0x59, 0x8a, 0x20, 0xb5, 0x9c, 0xc8, 0xb9, 0x4c, - 0xa8, 0xbd, 0x78, 0x06, 0x4d, 0xc0, 0x57, 0x93, 0xf8, 0x28, 0xa9, 0x02, 0xbe, 0x30, 0x56, 0x6b, - 0xf4, 0x50, 0xa6, 0xaa, 0xf7, 0x25, 0xc2, 0x53, 0xe9, 0x7d, 0x4d, 0xf2, 0xba, 0x93, 0xc3, 0x21, - 0xda, 0xda, 0x50, 0x3d, 0xc0, 0xb2, 0x2a, 0xb1, 0x54, 0x49, 0x19, 0xb0, 0x44, 0x82, 0x07, 0x0d, - 0xd8, 0x8a, 0x22, 0x85, 0xa4, 0x37, 0x4d, 0xf0, 0x86, 0x1a, 0x38, 0x4d, 0x99, 0x67, 0xd0, 0xe0, - 0x69, 0xca, 0x3e, 0x72, 0x06, 0x4c, 0x93, 0x7a, 0xb4, 0xa4, 0x50, 0x7c, 0x86, 0xfa, 0x1f, 0x2c, - 0x6b, 0x83, 0x02, 0xf4, 0x5d, 0xc3, 0xb5, 0xda, 0x70, 0x45, 0xc0, 0xb2, 0x2c, 0xb1, 0x5c, 0x21, - 0x0b, 0x19, 0x2c, 0xc9, 0xf5, 0xda, 0xdc, 0x7c, 0x78, 0x58, 0x46, 0x8f, 0x0e, 0xcb, 0xe8, 0xcf, - 0xc3, 0x32, 0xda, 0x3f, 0x2a, 0x8f, 0x3c, 0x3a, 0x2a, 0x8f, 0xfc, 0x76, 0x54, 0x1e, 0xf9, 0xd0, - 0x48, 0xb1, 0xe2, 0x96, 0x0c, 0xb6, 0x7e, 0x9b, 0x35, 0x85, 0x91, 0x3c, 0x5e, 0xeb, 0xd7, 0x8d, - 0x4f, 0x92, 0x96, 0xc7, 0x14, 0xd9, 0x1c, 0x97, 0x4f, 0x90, 0x9b, 0xff, 0x06, 0x00, 0x00, 0xff, - 0xff, 0xad, 0x79, 0xc2, 0xdf, 0x90, 0x0f, 0x00, 0x00, + 0x62, 0xa4, 0x66, 0x97, 0xb8, 0x88, 0x03, 0x17, 0x60, 0xc3, 0x47, 0x83, 0x8a, 0x54, 0x36, 0x25, + 0x12, 0x5c, 0xac, 0xf1, 0xee, 0xc4, 0xac, 0xb0, 0x77, 0x9d, 0x9d, 0xdd, 0x8a, 0xa8, 0xaa, 0x10, + 0x70, 0xe0, 0x06, 0x91, 0x80, 0x1f, 0x01, 0x12, 0x07, 0x7e, 0x02, 0x07, 0xa4, 0x1e, 0x2b, 0x71, + 0xe1, 0x00, 0x29, 0x4a, 0xf8, 0x05, 0x91, 0xe0, 0x8c, 0x76, 0xe6, 0x5d, 0x67, 0xd7, 0x59, 0xd7, + 0x09, 0x12, 0xa2, 0x97, 0x38, 0x3b, 0xef, 0xd7, 0xf3, 0x7e, 0xcc, 0x33, 0x33, 0xb8, 0x28, 0xc2, + 0xc0, 0x75, 0xb8, 0x61, 0xb7, 0x99, 0xdb, 0x31, 0xf6, 0x22, 0x1e, 0xec, 0xeb, 0xdd, 0xc0, 0x0f, + 0x7d, 0x32, 0xa5, 0x24, 0xba, 0x94, 0x68, 0xf3, 0x2d, 0xbf, 0xe5, 0x4b, 0x81, 0x11, 0xff, 0xa7, + 0x74, 0xb4, 0xeb, 0x2d, 0xdf, 0x6f, 0xb5, 0xb9, 0xc1, 0xba, 0xae, 0xc1, 0x3c, 0xcf, 0x0f, 0x59, + 0xe8, 0xfa, 0x9e, 0x00, 0x69, 0xd9, 0xf6, 0x45, 0xc7, 0x17, 0x46, 0x93, 0x09, 0x6e, 0xdc, 0xdb, + 0x68, 0xf2, 0x90, 0x6d, 0x18, 0xb6, 0xef, 0x7a, 0x20, 0xcf, 0xc6, 0x96, 0x7f, 0x41, 0x52, 0xca, + 0x48, 0xba, 0x2c, 0x60, 0x9d, 0xc4, 0xe9, 0x75, 0x10, 0xdd, 0xe3, 0x22, 0x74, 0xbd, 0x56, 0xf2, + 0x0b, 0xd2, 0x0a, 0x00, 0x92, 0x5f, 0xcd, 0x68, 0xd7, 0x08, 0xdd, 0x0e, 0x17, 0x21, 0xeb, 0x74, + 0x95, 0x02, 0xdd, 0xc1, 0x93, 0x9b, 0xb1, 0xd3, 0xed, 0x90, 0x85, 0x91, 0x20, 0xeb, 0x98, 0x30, + 0x37, 0x70, 0x02, 0xbf, 0xdb, 0x70, 0x1d, 0xee, 0x85, 0xee, 0xae, 0xcb, 0x83, 0x22, 0xaa, 0xa2, + 0xda, 0x55, 0x6b, 0x16, 0x24, 0x5b, 0x3d, 0x01, 0x29, 0xe2, 0x09, 0x09, 0x89, 0x3b, 0xc5, 0xd1, + 0x2a, 0xaa, 0x5d, 0xb1, 0x92, 0x4f, 0xfa, 0x16, 0xbe, 0xf6, 0x6e, 0x5c, 0xbc, 0x94, 0x73, 0x8b, + 0xef, 0x45, 0x5c, 0x84, 0xe4, 0x06, 0x9e, 0x60, 0x8e, 0x13, 0x70, 0x21, 0x94, 0x63, 0x93, 0x9c, + 0x1c, 0x56, 0x0a, 0xfb, 0xac, 0xd3, 0x7e, 0x99, 0x82, 0x80, 0x5a, 0x89, 0x0a, 0x8d, 0x70, 0xf1, + 0xac, 0x23, 0xd1, 0xf5, 0x3d, 0xc1, 0xc9, 0xfb, 0x78, 0x4a, 0xc6, 0x6b, 0x08, 0xb9, 0x5e, 0x44, + 0xd5, 0xb1, 0xda, 0x64, 0xbd, 0xa4, 0xa7, 0x3b, 0xa5, 0xa7, 0x0c, 0xcd, 0xa5, 0x87, 0x87, 0x95, + 0x91, 0x93, 0xc3, 0xca, 0x9c, 0x8a, 0x96, 0x36, 0xa6, 0xd6, 0xa4, 0x7d, 0xaa, 0x49, 0x7f, 0x1e, + 0xc5, 0xd3, 0xd2, 0xf2, 0x1d, 0x1e, 0x32, 0x87, 0x85, 0xec, 0xa2, 0xa5, 0x79, 0x16, 0x4f, 0xdb, + 0x51, 0x10, 0x70, 0x2f, 0x6c, 0x04, 0x7e, 0xe4, 0xa9, 0x02, 0x5d, 0xb5, 0xa6, 0x60, 0xd1, 0x8a, + 0xd7, 0x48, 0x80, 0xe7, 0x32, 0x4a, 0x31, 0x96, 0x20, 0x2c, 0x8e, 0x55, 0x51, 0x6d, 0xb2, 0xae, + 0xe9, 0xaa, 0x79, 0x7a, 0xd2, 0x3c, 0xfd, 0x6e, 0xd2, 0x3c, 0x73, 0x15, 0x12, 0xd1, 0x20, 0x91, + 0xb3, 0x4e, 0xe8, 0xc1, 0xe3, 0x0a, 0xb2, 0x66, 0xd3, 0xe1, 0xb6, 0xe3, 0x75, 0xd2, 0xc6, 0xb3, + 0x59, 0x75, 0xee, 0x39, 0xc5, 0x4b, 0x43, 0x23, 0x3e, 0x07, 0x11, 0x8b, 0x79, 0x11, 0xb9, 0xe7, + 0xa8, 0x78, 0x33, 0xe9, 0x78, 0x6f, 0x78, 0x0e, 0x5d, 0xc2, 0xa5, 0xd3, 0xf6, 0x25, 0xb5, 0x84, + 0x49, 0xa0, 0x9f, 0x60, 0x2d, 0x4f, 0x08, 0xdd, 0x65, 0xb8, 0xa0, 0x1a, 0xd4, 0x01, 0x09, 0xf4, + 0x77, 0x29, 0xa7, 0xbf, 0x89, 0xb1, 0xb9, 0x0c, 0x30, 0x17, 0xd2, 0x1d, 0x4e, 0x1c, 0x50, 0x6b, + 0xda, 0x4e, 0x6b, 0xd3, 0x08, 0xaf, 0x48, 0x00, 0xaf, 0xbb, 0xb1, 0xcb, 0x66, 0x14, 0xfa, 0xc1, + 0x6b, 0xb6, 0xed, 0x47, 0x5e, 0x68, 0xb2, 0x36, 0xf3, 0x6c, 0x9e, 0xcc, 0xec, 0xed, 0xc1, 0xcd, + 0x37, 0x97, 0x4f, 0x0e, 0x2b, 0x25, 0x18, 0xdf, 0x33, 0x3a, 0x34, 0x67, 0x36, 0xe8, 0x6f, 0x08, + 0xaf, 0x0e, 0x8b, 0x0b, 0x45, 0xf8, 0x11, 0xe1, 0x25, 0xe7, 0x54, 0xab, 0xc1, 0x94, 0x5a, 0xa3, + 0xa9, 0xf4, 0x7a, 0x23, 0xaf, 0xa8, 0x45, 0x8f, 0xa9, 0x45, 0x07, 0x6a, 0xd1, 0x37, 0x7d, 0xd7, + 0x33, 0x77, 0xa0, 0x20, 0x54, 0x21, 0x7c, 0x82, 0x2f, 0xfa, 0xfd, 0xe3, 0x4a, 0xad, 0xe5, 0x86, + 0x1f, 0x46, 0x4d, 0xdd, 0xf6, 0x3b, 0x06, 0xb0, 0x95, 0xfa, 0x59, 0x17, 0xce, 0x47, 0x46, 0xb8, + 0xdf, 0xe5, 0x42, 0xba, 0x15, 0x56, 0xc9, 0x19, 0x84, 0x9d, 0xce, 0x63, 0x22, 0xb3, 0xbb, 0x23, + 0x79, 0x2a, 0x69, 0xf6, 0x16, 0x9e, 0xcb, 0xac, 0x42, 0x82, 0x75, 0x3c, 0xae, 0xf8, 0x4c, 0x56, + 0x73, 0xb2, 0x3e, 0x9f, 0xed, 0xae, 0xd2, 0x36, 0x2f, 0xc5, 0x59, 0x58, 0xa0, 0x49, 0xbf, 0x45, + 0x69, 0x76, 0xb1, 0xb8, 0xed, 0x07, 0xce, 0x7f, 0xd2, 0xa9, 0x34, 0x57, 0x8d, 0x5e, 0x90, 0xab, + 0x12, 0x58, 0xfd, 0x5c, 0x15, 0xc8, 0x75, 0xc8, 0x36, 0x8f, 0xab, 0x94, 0x61, 0x3e, 0x57, 0x29, + 0xe3, 0x84, 0xab, 0x94, 0x26, 0xfd, 0x1d, 0xe1, 0xf2, 0x69, 0x5c, 0xd6, 0x6c, 0xf3, 0x37, 0xe3, + 0x9e, 0xc4, 0x47, 0xcf, 0x53, 0x50, 0x15, 0xf2, 0x0a, 0x1e, 0x67, 0x12, 0x8c, 0xe4, 0xb5, 0x42, + 0x7f, 0x87, 0x15, 0x50, 0x73, 0xf6, 0xe4, 0xb0, 0x32, 0x0d, 0x2e, 0xe4, 0x0a, 0xb5, 0xc0, 0x8c, + 0x7e, 0x83, 0x70, 0x65, 0x60, 0x7e, 0x50, 0xde, 0x3d, 0x7c, 0x39, 0x3e, 0x49, 0xc5, 0xf0, 0x0d, + 0xf1, 0x2a, 0xd4, 0x75, 0x0a, 0xea, 0x1a, 0x5b, 0x5d, 0x6c, 0xf4, 0x55, 0x24, 0xfa, 0x13, 0x02, + 0xfa, 0xba, 0xeb, 0x87, 0xac, 0xdd, 0xc3, 0xf6, 0x34, 0x94, 0x7c, 0x0d, 0xcf, 0xb8, 0x9e, 0xdd, + 0x8e, 0x1c, 0xde, 0x48, 0xce, 0xe7, 0x31, 0x79, 0x3e, 0x17, 0x60, 0x79, 0x13, 0x8e, 0xe9, 0x03, + 0x84, 0x97, 0x72, 0x73, 0xf8, 0xff, 0xca, 0x7a, 0x0b, 0x36, 0xd1, 0x7b, 0x82, 0x07, 0x3b, 0xea, + 0x32, 0xf3, 0x2f, 0xaf, 0x0e, 0x7f, 0x23, 0x38, 0x7c, 0xb2, 0xae, 0x20, 0xb5, 0x2f, 0x11, 0x9e, + 0x11, 0x5d, 0xee, 0x39, 0x71, 0xc2, 0x0d, 0x95, 0xe5, 0xd8, 0xb0, 0x2c, 0xdf, 0x86, 0x2c, 0x17, + 0x55, 0xcc, 0x3e, 0xfb, 0x8b, 0xe5, 0x5b, 0xe8, 0x59, 0xcb, 0x6f, 0x72, 0x0b, 0x4f, 0x74, 0x79, + 0xe0, 0xfa, 0x4e, 0x52, 0xed, 0xc5, 0x64, 0xa3, 0x24, 0x77, 0xba, 0x3b, 0x52, 0x6c, 0x2e, 0x02, + 0x08, 0x48, 0x1c, 0x8c, 0xa8, 0x95, 0x98, 0xd7, 0xff, 0xba, 0x82, 0x2f, 0xcb, 0xc4, 0xc9, 0x0f, + 0x08, 0x97, 0x06, 0x1e, 0x32, 0xe4, 0x66, 0x76, 0x27, 0x9e, 0xeb, 0x28, 0xd4, 0x5e, 0xbc, 0x98, + 0x91, 0xaa, 0x36, 0x5d, 0xf9, 0xec, 0x97, 0x3f, 0xbf, 0x1e, 0xad, 0x90, 0x65, 0xb8, 0xc3, 0x76, + 0x7c, 0x27, 0x6a, 0xf3, 0xfe, 0x23, 0x88, 0x38, 0x78, 0x5c, 0x31, 0x3e, 0xa9, 0xe6, 0x84, 0xc9, + 0x1c, 0x28, 0xda, 0x33, 0x4f, 0xd0, 0x80, 0xa8, 0x0b, 0x32, 0xea, 0x0c, 0x99, 0xce, 0xdc, 0x9c, + 0xc9, 0xe7, 0x08, 0x6e, 0xbd, 0x8a, 0x40, 0xc9, 0x4a, 0x8e, 0xa7, 0xb3, 0x47, 0x8b, 0xb6, 0x3a, + 0x4c, 0x6d, 0x40, 0xae, 0x69, 0xea, 0x36, 0xee, 0xc3, 0x74, 0x3e, 0x20, 0xdf, 0x21, 0x4c, 0xce, + 0x32, 0x1a, 0xb9, 0x31, 0x28, 0x4a, 0x1e, 0xb1, 0x6b, 0xeb, 0xe7, 0xd4, 0x06, 0x68, 0x2f, 0x49, + 0x68, 0x2f, 0x10, 0x3d, 0x0d, 0x4d, 0x0e, 0xf0, 0xae, 0xbc, 0x10, 0xc4, 0xca, 0xa7, 0x10, 0x8d, + 0xfb, 0x6a, 0xe5, 0x01, 0xf9, 0x0a, 0xe1, 0x42, 0x96, 0x22, 0x48, 0x2d, 0x27, 0x72, 0x2e, 0x13, + 0x6a, 0xcf, 0x9f, 0x43, 0x13, 0xf0, 0xd5, 0x24, 0x3e, 0x4a, 0xaa, 0x80, 0x2f, 0x8c, 0xd5, 0x1a, + 0x3d, 0x94, 0xa9, 0xea, 0x7d, 0x81, 0xf0, 0x54, 0x7a, 0x5f, 0x93, 0xbc, 0xee, 0xe4, 0x70, 0x88, + 0xb6, 0x36, 0x54, 0x0f, 0xb0, 0xac, 0x4a, 0x2c, 0x55, 0x52, 0x06, 0x2c, 0x91, 0xe0, 0x41, 0x03, + 0xb6, 0xa2, 0x48, 0x21, 0xe9, 0x4d, 0x13, 0xbc, 0xa1, 0x06, 0x4e, 0x53, 0xe6, 0x19, 0x34, 0x78, + 0x9a, 0xb2, 0x8f, 0x9c, 0x01, 0xd3, 0xa4, 0x1e, 0x2d, 0x29, 0x14, 0x9f, 0xa2, 0xfe, 0x07, 0xcb, + 0xda, 0xa0, 0x00, 0x7d, 0xd7, 0x70, 0xad, 0x36, 0x5c, 0x11, 0xb0, 0x2c, 0x4b, 0x2c, 0xd7, 0xc8, + 0x42, 0x06, 0x4b, 0x72, 0xbd, 0x36, 0xb7, 0x1e, 0x1e, 0x95, 0xd1, 0xa3, 0xa3, 0x32, 0xfa, 0xe3, + 0xa8, 0x8c, 0x0e, 0x8e, 0xcb, 0x23, 0x8f, 0x8e, 0xcb, 0x23, 0xbf, 0x1e, 0x97, 0x47, 0x3e, 0x30, + 0x52, 0xac, 0xb8, 0x2d, 0x83, 0xad, 0xdf, 0x66, 0x4d, 0x61, 0x24, 0x8f, 0xd7, 0xfa, 0x86, 0xf1, + 0x71, 0xd2, 0xf2, 0x98, 0x22, 0x9b, 0xe3, 0xf2, 0x09, 0x72, 0xf3, 0x9f, 0x00, 0x00, 0x00, 0xff, + 0xff, 0x79, 0x93, 0xb1, 0x44, 0x90, 0x0f, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/claim/types/tx.pb.go b/x/claim/types/tx.pb.go index e1d2bc3430..11ee53b88d 100644 --- a/x/claim/types/tx.pb.go +++ b/x/claim/types/tx.pb.go @@ -445,48 +445,48 @@ func init() { func init() { proto.RegisterFile("stride/claim/tx.proto", fileDescriptor_9d435242bf328977) } var fileDescriptor_9d435242bf328977 = []byte{ - // 645 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x54, 0x4f, 0x4f, 0xdb, 0x4e, - 0x10, 0x8d, 0x7f, 0x09, 0x7f, 0xb2, 0xfc, 0xa0, 0xb0, 0x02, 0xc9, 0x58, 0xc5, 0xb1, 0x7c, 0x40, - 0x96, 0x2a, 0x6c, 0xa0, 0xb7, 0x9e, 0x4a, 0xa0, 0x95, 0x90, 0xe0, 0x62, 0x90, 0x2a, 0x21, 0x55, - 0xd1, 0xda, 0x9e, 0x9a, 0x55, 0x6d, 0x6f, 0xe4, 0xdd, 0x50, 0xf8, 0x04, 0xbd, 0xf2, 0x39, 0xfa, - 0x49, 0x38, 0x72, 0xac, 0x7a, 0x48, 0x2b, 0x38, 0xf7, 0xc2, 0xa9, 0xc7, 0xca, 0xbb, 0x4e, 0x70, - 0x48, 0x68, 0x39, 0xf4, 0x64, 0xcf, 0x7b, 0xb3, 0x6f, 0x77, 0xe6, 0xcd, 0x2e, 0x5a, 0xe1, 0x22, - 0xa7, 0x11, 0x78, 0x61, 0x42, 0x68, 0xea, 0x89, 0x73, 0xb7, 0x9b, 0x33, 0xc1, 0xf0, 0xff, 0x0a, - 0x76, 0x25, 0x6c, 0x2c, 0xc7, 0x2c, 0x66, 0x92, 0xf0, 0x8a, 0x3f, 0x95, 0x63, 0x98, 0x21, 0xe3, - 0x29, 0xe3, 0x5e, 0x40, 0x38, 0x78, 0x67, 0x5b, 0x01, 0x08, 0xb2, 0xe5, 0x85, 0x8c, 0x66, 0x8a, - 0xb7, 0x7f, 0x69, 0x48, 0x3f, 0xe4, 0xf1, 0x11, 0x88, 0x1d, 0x9a, 0x47, 0x39, 0xeb, 0xee, 0x24, - 0x09, 0x0b, 0x89, 0xa0, 0x2c, 0xe3, 0xf8, 0x39, 0x6a, 0x12, 0x15, 0xb2, 0x5c, 0xd7, 0x2c, 0xcd, - 0x69, 0xfa, 0xf7, 0x00, 0x3e, 0x40, 0x98, 0xa8, 0x35, 0x1d, 0x1a, 0x41, 0x26, 0xe8, 0x07, 0x0a, - 0xb9, 0xfe, 0x5f, 0x91, 0xd6, 0x5e, 0xbb, 0xeb, 0xb7, 0x56, 0x2f, 0x48, 0x9a, 0xbc, 0xb2, 0xc7, - 0x73, 0x6c, 0x7f, 0xa9, 0x04, 0xf7, 0x87, 0x18, 0x5e, 0x46, 0x53, 0x3d, 0x0e, 0x39, 0xd7, 0xeb, - 0x56, 0xdd, 0x69, 0xfa, 0x2a, 0xc0, 0x27, 0x68, 0xe6, 0x13, 0xd0, 0xf8, 0x54, 0x70, 0xbd, 0x51, - 0xe0, 0xed, 0xd7, 0x57, 0xfd, 0x56, 0xed, 0x5b, 0xbf, 0xb5, 0x1e, 0x53, 0x71, 0xda, 0x0b, 0xdc, - 0x90, 0xa5, 0x5e, 0x59, 0xa2, 0xfa, 0x6c, 0xf0, 0xe8, 0xa3, 0x27, 0x2e, 0xba, 0xc0, 0xdd, 0x3d, - 0x08, 0xef, 0xfa, 0xad, 0x05, 0x75, 0x8c, 0x52, 0xc6, 0xf6, 0x07, 0x82, 0xb6, 0x8d, 0xac, 0xc7, - 0x2a, 0xf7, 0x81, 0x77, 0x59, 0xc6, 0xc1, 0x76, 0x10, 0x3e, 0xe4, 0xf1, 0x6e, 0xd1, 0xe0, 0xb7, - 0x39, 0xc0, 0x4e, 0xca, 0x7a, 0x99, 0xc0, 0x18, 0x35, 0x8a, 0xe3, 0x95, 0x2d, 0x91, 0xff, 0xf6, - 0xa5, 0x86, 0x8c, 0xf1, 0xd4, 0x81, 0x10, 0xce, 0xd1, 0x82, 0xb4, 0x09, 0xa2, 0x0e, 0x91, 0x8c, - 0xac, 0x73, 0x6e, 0x7b, 0xd5, 0x55, 0xc7, 0x76, 0x0b, 0x83, 0xdc, 0xd2, 0x20, 0x77, 0x97, 0xd1, - 0xac, 0xbd, 0x59, 0x94, 0xfa, 0xe5, 0x7b, 0xcb, 0x79, 0x42, 0xa9, 0xc5, 0x02, 0xee, 0xcf, 0x97, - 0x5b, 0xa8, 0xbd, 0xed, 0x9f, 0x1a, 0x5a, 0x2c, 0x8e, 0x94, 0x03, 0x11, 0x50, 0x16, 0x89, 0x2d, - 0x34, 0x17, 0xd1, 0x62, 0x70, 0x82, 0xde, 0xbd, 0xab, 0x55, 0x08, 0x9b, 0x08, 0x3d, 0xf4, 0xd3, - 0xaf, 0x20, 0x78, 0x15, 0xcd, 0x86, 0xa7, 0x84, 0x66, 0x1d, 0x1a, 0xe9, 0xd3, 0x92, 0x9d, 0x91, - 0xf1, 0x7e, 0x54, 0x98, 0x18, 0x41, 0xc6, 0x52, 0x7d, 0x4a, 0xe2, 0x2a, 0xc0, 0x6b, 0x08, 0x71, - 0x41, 0x72, 0xd1, 0x11, 0x34, 0x05, 0xbd, 0x6e, 0x69, 0x4e, 0xc3, 0x6f, 0x4a, 0xe4, 0x98, 0xa6, - 0x80, 0x0d, 0x34, 0x1b, 0xf5, 0x72, 0xd9, 0x78, 0xbd, 0x21, 0xc9, 0x61, 0x8c, 0x5f, 0xa0, 0x25, - 0xd2, 0x13, 0xac, 0x4b, 0x13, 0x26, 0x3a, 0x90, 0x91, 0x20, 0x81, 0x48, 0x9f, 0xb1, 0x34, 0x67, - 0xd6, 0x5f, 0x1c, 0x12, 0x6f, 0x14, 0x6e, 0x1b, 0x72, 0x94, 0x47, 0xca, 0x1d, 0x1a, 0x79, 0x2c, - 0x5b, 0xb1, 0x07, 0x09, 0xfc, 0xc3, 0x56, 0x94, 0x3b, 0x8e, 0xa8, 0x0e, 0x76, 0xdc, 0xfe, 0x5c, - 0x47, 0xf5, 0x43, 0x1e, 0x63, 0x86, 0x56, 0x26, 0xdf, 0xae, 0x75, 0xb7, 0x7a, 0x7f, 0xdd, 0xc7, - 0x66, 0xd1, 0x70, 0x9f, 0x96, 0x37, 0x1c, 0xb5, 0xf7, 0xe8, 0xd9, 0xc3, 0x81, 0xb5, 0xc6, 0x24, - 0x1e, 0x64, 0x18, 0xce, 0xdf, 0x32, 0x86, 0xf2, 0xef, 0xd0, 0xfc, 0xe8, 0x44, 0x99, 0xe3, 0x4b, - 0xab, 0xbc, 0xb1, 0xfe, 0x67, 0xbe, 0x2a, 0x3c, 0xea, 0xcf, 0xb8, 0xf0, 0x08, 0x3f, 0x41, 0x78, - 0xa2, 0x13, 0xed, 0xfd, 0xab, 0x1b, 0x53, 0xbb, 0xbe, 0x31, 0xb5, 0x1f, 0x37, 0xa6, 0x76, 0x79, - 0x6b, 0xd6, 0xae, 0x6f, 0xcd, 0xda, 0xd7, 0x5b, 0xb3, 0x76, 0xe2, 0x55, 0xae, 0xd6, 0x91, 0xd4, - 0xda, 0x38, 0x20, 0x01, 0xf7, 0xca, 0xf7, 0xf6, 0x6c, 0x7b, 0xd3, 0x3b, 0x1f, 0xbc, 0xba, 0xc5, - 0x3d, 0x0b, 0xa6, 0xe5, 0xab, 0xf9, 0xf2, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0xeb, 0x8f, 0x9c, - 0x73, 0x92, 0x05, 0x00, 0x00, + // 643 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x54, 0xbf, 0x4f, 0xdb, 0x40, + 0x14, 0x8e, 0x9b, 0xf0, 0x23, 0x47, 0xa1, 0x70, 0x02, 0xc9, 0x58, 0xc5, 0xb1, 0x3c, 0x20, 0x4b, + 0x15, 0x76, 0xa1, 0x5b, 0xa7, 0x12, 0x68, 0x25, 0x24, 0x58, 0x0c, 0x52, 0x25, 0xa4, 0x2a, 0x3a, + 0xdb, 0xaf, 0xe6, 0x54, 0xdb, 0x17, 0xf9, 0x2e, 0x14, 0xfe, 0x82, 0xae, 0xfc, 0x1d, 0xfd, 0x4b, + 0x18, 0x19, 0xab, 0x0e, 0x69, 0x05, 0x73, 0x17, 0xa6, 0x8e, 0x95, 0xef, 0x9c, 0xe0, 0x90, 0xd0, + 0x32, 0x74, 0xb2, 0xdf, 0xf7, 0xbd, 0xfb, 0xee, 0xde, 0xfb, 0xde, 0x1d, 0x5a, 0xe1, 0x22, 0xa7, + 0x11, 0x78, 0x61, 0x42, 0x68, 0xea, 0x89, 0x33, 0xb7, 0x9b, 0x33, 0xc1, 0xf0, 0x53, 0x05, 0xbb, + 0x12, 0x36, 0x96, 0x63, 0x16, 0x33, 0x49, 0x78, 0xc5, 0x9f, 0xca, 0x31, 0xcc, 0x90, 0xf1, 0x94, + 0x71, 0x2f, 0x20, 0x1c, 0xbc, 0xd3, 0xcd, 0x00, 0x04, 0xd9, 0xf4, 0x42, 0x46, 0x33, 0xc5, 0xdb, + 0xbf, 0x35, 0xa4, 0x1f, 0xf0, 0xf8, 0x10, 0xc4, 0x36, 0xcd, 0xa3, 0x9c, 0x75, 0xb7, 0x93, 0x84, + 0x85, 0x44, 0x50, 0x96, 0x71, 0xfc, 0x1c, 0x35, 0x89, 0x0a, 0x59, 0xae, 0x6b, 0x96, 0xe6, 0x34, + 0xfd, 0x3b, 0x00, 0xef, 0x23, 0x4c, 0xd4, 0x9a, 0x0e, 0x8d, 0x20, 0x13, 0xf4, 0x23, 0x85, 0x5c, + 0x7f, 0x52, 0xa4, 0xb5, 0xd7, 0x6e, 0xfb, 0xad, 0xd5, 0x73, 0x92, 0x26, 0xaf, 0xed, 0xf1, 0x1c, + 0xdb, 0x5f, 0x2a, 0xc1, 0xbd, 0x21, 0x86, 0x97, 0xd1, 0x54, 0x8f, 0x43, 0xce, 0xf5, 0xba, 0x55, + 0x77, 0x9a, 0xbe, 0x0a, 0xf0, 0x31, 0x9a, 0xf9, 0x0c, 0x34, 0x3e, 0x11, 0x5c, 0x6f, 0x14, 0x78, + 0xfb, 0xcd, 0x65, 0xbf, 0x55, 0xfb, 0xde, 0x6f, 0xad, 0xc7, 0x54, 0x9c, 0xf4, 0x02, 0x37, 0x64, + 0xa9, 0x57, 0x96, 0xa8, 0x3e, 0x1b, 0x3c, 0xfa, 0xe4, 0x89, 0xf3, 0x2e, 0x70, 0x77, 0x17, 0xc2, + 0xdb, 0x7e, 0x6b, 0x41, 0x1d, 0xa3, 0x94, 0xb1, 0xfd, 0x81, 0xa0, 0x6d, 0x23, 0xeb, 0xa1, 0xca, + 0x7d, 0xe0, 0x5d, 0x96, 0x71, 0xb0, 0x1d, 0x84, 0x0f, 0x78, 0xbc, 0x53, 0x34, 0xf8, 0x5d, 0x0e, + 0xb0, 0x9d, 0xb2, 0x5e, 0x26, 0x30, 0x46, 0x8d, 0xe2, 0x78, 0x65, 0x4b, 0xe4, 0xbf, 0x7d, 0xa1, + 0x21, 0x63, 0x3c, 0x75, 0x20, 0x84, 0x73, 0xb4, 0x20, 0x6d, 0x82, 0xa8, 0x43, 0x24, 0x23, 0xeb, + 0x9c, 0xdb, 0x5a, 0x75, 0xd5, 0xb1, 0xdd, 0xc2, 0x20, 0xb7, 0x34, 0xc8, 0xdd, 0x61, 0x34, 0x6b, + 0xbf, 0x2c, 0x4a, 0xfd, 0xfa, 0xa3, 0xe5, 0x3c, 0xa2, 0xd4, 0x62, 0x01, 0xf7, 0xe7, 0xcb, 0x2d, + 0xd4, 0xde, 0xf6, 0x2f, 0x0d, 0x2d, 0x16, 0x47, 0xca, 0x81, 0x08, 0x28, 0x8b, 0xc4, 0x16, 0x9a, + 0x8b, 0x68, 0x31, 0x38, 0x41, 0xef, 0xce, 0xd5, 0x2a, 0x84, 0x4d, 0x84, 0xee, 0xfb, 0xe9, 0x57, + 0x10, 0xbc, 0x8a, 0x66, 0xc3, 0x13, 0x42, 0xb3, 0x0e, 0x8d, 0xf4, 0x69, 0xc9, 0xce, 0xc8, 0x78, + 0x2f, 0x2a, 0x4c, 0x8c, 0x20, 0x63, 0xa9, 0x3e, 0x25, 0x71, 0x15, 0xe0, 0x35, 0x84, 0xb8, 0x20, + 0xb9, 0xe8, 0x08, 0x9a, 0x82, 0x5e, 0xb7, 0x34, 0xa7, 0xe1, 0x37, 0x25, 0x72, 0x44, 0x53, 0xc0, + 0x06, 0x9a, 0x8d, 0x7a, 0xb9, 0x6c, 0xbc, 0xde, 0x90, 0xe4, 0x30, 0xc6, 0x2f, 0xd0, 0x12, 0xe9, + 0x09, 0xd6, 0xa5, 0x09, 0x13, 0x1d, 0xc8, 0x48, 0x90, 0x40, 0xa4, 0xcf, 0x58, 0x9a, 0x33, 0xeb, + 0x2f, 0x0e, 0x89, 0xb7, 0x0a, 0xb7, 0x0d, 0x39, 0xca, 0x23, 0xe5, 0x0e, 0x8d, 0x3c, 0x92, 0xad, + 0xd8, 0x85, 0x04, 0xfe, 0x63, 0x2b, 0xca, 0x1d, 0x47, 0x54, 0x07, 0x3b, 0x6e, 0x7d, 0xa9, 0xa3, + 0xfa, 0x01, 0x8f, 0x31, 0x43, 0x2b, 0x93, 0x6f, 0xd7, 0xba, 0x5b, 0xbd, 0xbf, 0xee, 0x43, 0xb3, + 0x68, 0xb8, 0x8f, 0xcb, 0x1b, 0x8e, 0xda, 0x07, 0xf4, 0xec, 0xfe, 0xc0, 0x5a, 0x63, 0x12, 0xf7, + 0x32, 0x0c, 0xe7, 0x5f, 0x19, 0x43, 0xf9, 0xf7, 0x68, 0x7e, 0x74, 0xa2, 0xcc, 0xf1, 0xa5, 0x55, + 0xde, 0x58, 0xff, 0x3b, 0x5f, 0x15, 0x1e, 0xf5, 0x67, 0x5c, 0x78, 0x84, 0x9f, 0x20, 0x3c, 0xd1, + 0x89, 0xf6, 0xde, 0xe5, 0xb5, 0xa9, 0x5d, 0x5d, 0x9b, 0xda, 0xcf, 0x6b, 0x53, 0xbb, 0xb8, 0x31, + 0x6b, 0x57, 0x37, 0x66, 0xed, 0xdb, 0x8d, 0x59, 0x3b, 0xf6, 0x2a, 0x57, 0xeb, 0x50, 0x6a, 0x6d, + 0xec, 0x93, 0x80, 0x7b, 0xe5, 0x7b, 0x7b, 0xba, 0xb5, 0xe9, 0x9d, 0x0d, 0x5e, 0xdd, 0xe2, 0x9e, + 0x05, 0xd3, 0xf2, 0xd5, 0x7c, 0xf5, 0x27, 0x00, 0x00, 0xff, 0xff, 0x3f, 0x65, 0xef, 0xe8, 0x92, + 0x05, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/claim/vesting/client/cli/tx.go b/x/claim/vesting/client/cli/tx.go index 9040d53984..b5be7da6ac 100644 --- a/x/claim/vesting/client/cli/tx.go +++ b/x/claim/vesting/client/cli/tx.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" - "github.com/Stride-Labs/stride/v20/x/claim/vesting/types" + "github.com/Stride-Labs/stride/v21/x/claim/vesting/types" ) // GetTxCmd returns stride vesting module's transaction commands. diff --git a/x/claim/vesting/client/testutil/suite.go b/x/claim/vesting/client/testutil/suite.go index 7f1e43ef61..454827062d 100644 --- a/x/claim/vesting/client/testutil/suite.go +++ b/x/claim/vesting/client/testutil/suite.go @@ -3,7 +3,7 @@ package testutil import ( "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v20/testutil/network" + "github.com/Stride-Labs/stride/v21/testutil/network" ) type IntegrationTestSuite struct { diff --git a/x/claim/vesting/handler.go b/x/claim/vesting/handler.go index a31d74346b..c6d09e07f8 100644 --- a/x/claim/vesting/handler.go +++ b/x/claim/vesting/handler.go @@ -6,7 +6,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/cosmos/cosmos-sdk/x/auth/keeper" - "github.com/Stride-Labs/stride/v20/x/claim/vesting/types" + "github.com/Stride-Labs/stride/v21/x/claim/vesting/types" ) // NewHandler returns a handler for x/auth message types. diff --git a/x/claim/vesting/module.go b/x/claim/vesting/module.go index 441e4f882a..e7bc1b9998 100644 --- a/x/claim/vesting/module.go +++ b/x/claim/vesting/module.go @@ -15,8 +15,8 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" "github.com/cosmos/cosmos-sdk/x/auth/keeper" - "github.com/Stride-Labs/stride/v20/x/claim/vesting/client/cli" - "github.com/Stride-Labs/stride/v20/x/claim/vesting/types" + "github.com/Stride-Labs/stride/v21/x/claim/vesting/client/cli" + "github.com/Stride-Labs/stride/v21/x/claim/vesting/types" ) var ( diff --git a/x/claim/vesting/msg_server.go b/x/claim/vesting/msg_server.go index 7fa838443b..b72e4be9c4 100644 --- a/x/claim/vesting/msg_server.go +++ b/x/claim/vesting/msg_server.go @@ -3,7 +3,7 @@ package vesting import ( "github.com/cosmos/cosmos-sdk/x/auth/keeper" - "github.com/Stride-Labs/stride/v20/x/claim/vesting/types" + "github.com/Stride-Labs/stride/v21/x/claim/vesting/types" ) type msgServer struct { diff --git a/x/claim/vesting/types/codec.go b/x/claim/vesting/types/codec.go index 73a3c344d7..92223bcd8a 100644 --- a/x/claim/vesting/types/codec.go +++ b/x/claim/vesting/types/codec.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/types/msgservice" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/Stride-Labs/stride/v20/x/claim/vesting/exported" + "github.com/Stride-Labs/stride/v21/x/claim/vesting/exported" ) // RegisterLegacyAminoCodec registers the vesting interfaces and concrete types on the diff --git a/x/claim/vesting/types/common_test.go b/x/claim/vesting/types/common_test.go index f6b7697f81..b2683371db 100644 --- a/x/claim/vesting/types/common_test.go +++ b/x/claim/vesting/types/common_test.go @@ -1,7 +1,7 @@ package types_test import ( - strideApp "github.com/Stride-Labs/stride/v20/app" + strideApp "github.com/Stride-Labs/stride/v21/app" ) var ( diff --git a/x/claim/vesting/types/tx.pb.go b/x/claim/vesting/types/tx.pb.go index 02ba123cc8..053be3b214 100644 --- a/x/claim/vesting/types/tx.pb.go +++ b/x/claim/vesting/types/tx.pb.go @@ -33,9 +33,9 @@ var fileDescriptor_5ebed07aad5e90bd = []byte{ 0xd3, 0x9d, 0x02, 0x4f, 0x3c, 0x92, 0x63, 0xbc, 0xf0, 0x48, 0x8e, 0xf1, 0xc1, 0x23, 0x39, 0xc6, 0x09, 0x8f, 0xe5, 0x18, 0x2e, 0x3c, 0x96, 0x63, 0xb8, 0xf1, 0x58, 0x8e, 0x21, 0xca, 0x3c, 0x3d, 0xb3, 0x24, 0xa3, 0x34, 0x49, 0x2f, 0x39, 0x3f, 0x57, 0x3f, 0x18, 0xac, 0x57, 0xd7, 0x27, 0x31, - 0xa9, 0x58, 0x1f, 0x66, 0x81, 0x91, 0x81, 0x7e, 0x85, 0x7e, 0x72, 0x4e, 0x62, 0x66, 0x2e, 0xc2, + 0xa9, 0x58, 0x1f, 0x66, 0x81, 0x91, 0xa1, 0x7e, 0x85, 0x7e, 0x72, 0x4e, 0x62, 0x66, 0x2e, 0xc2, 0xb2, 0xca, 0x82, 0xd4, 0xe2, 0x24, 0x36, 0xb0, 0x85, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, - 0xe5, 0xc6, 0x81, 0x42, 0x8b, 0x00, 0x00, 0x00, + 0x34, 0x2e, 0x66, 0x4c, 0x8b, 0x00, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/claim/vesting/types/vesting.pb.go b/x/claim/vesting/types/vesting.pb.go index 264507978f..f2603afbcd 100644 --- a/x/claim/vesting/types/vesting.pb.go +++ b/x/claim/vesting/types/vesting.pb.go @@ -184,44 +184,44 @@ func init() { func init() { proto.RegisterFile("stride/vesting/vesting.proto", fileDescriptor_41f0278a453c26b3) } var fileDescriptor_41f0278a453c26b3 = []byte{ - // 590 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0x41, 0x6f, 0xd3, 0x3e, - 0x1c, 0x8d, 0xd7, 0xae, 0xff, 0xfd, 0x5d, 0xd8, 0x46, 0x18, 0x25, 0x4c, 0x23, 0xa9, 0x72, 0xea, - 0x65, 0xc9, 0x56, 0x0e, 0x48, 0xbd, 0x11, 0x24, 0xa4, 0x89, 0x1d, 0x20, 0x4c, 0x1c, 0x76, 0x89, - 0x9c, 0xc4, 0xa4, 0x16, 0x4d, 0x5c, 0xc5, 0xee, 0x44, 0xbf, 0x01, 0x12, 0x17, 0x90, 0x38, 0x70, - 0xdc, 0x99, 0x4f, 0x32, 0x89, 0x4b, 0xc5, 0x89, 0x53, 0x41, 0xad, 0xf8, 0x02, 0xfb, 0x04, 0x28, - 0xb6, 0xd3, 0xb2, 0xec, 0x50, 0x8d, 0x53, 0x62, 0xff, 0xfc, 0x9e, 0xdf, 0xef, 0xd9, 0xcf, 0x70, - 0x8f, 0xf1, 0x9c, 0xc4, 0xd8, 0x3d, 0xc3, 0x8c, 0x93, 0x2c, 0x29, 0xbf, 0xce, 0x30, 0xa7, 0x9c, - 0xea, 0x9b, 0xb2, 0xea, 0xa8, 0xd9, 0xdd, 0x9d, 0x84, 0x26, 0x54, 0x94, 0xdc, 0xe2, 0x4f, 0xae, - 0xda, 0x35, 0x23, 0xca, 0x52, 0xca, 0xdc, 0x10, 0x31, 0xec, 0x9e, 0x1d, 0x86, 0x98, 0xa3, 0x43, - 0x37, 0xa2, 0x24, 0xab, 0xd4, 0xd1, 0x88, 0xf7, 0x17, 0xf5, 0x62, 0x20, 0xeb, 0xf6, 0xf7, 0x3a, - 0xd4, 0x3d, 0xc4, 0xf0, 0x6b, 0xb9, 0xcb, 0x93, 0x28, 0xa2, 0xa3, 0x8c, 0xeb, 0x47, 0xf0, 0x56, - 0xc1, 0x18, 0x20, 0x39, 0x36, 0x40, 0x1b, 0x74, 0x9a, 0xdd, 0xb6, 0x23, 0xd9, 0x1c, 0x41, 0xa0, - 0xd8, 0x9c, 0x02, 0xae, 0x70, 0x5e, 0x7d, 0x32, 0xb5, 0x80, 0xdf, 0x0c, 0x97, 0x53, 0xfa, 0x27, - 0x00, 0xb7, 0x69, 0x4e, 0x12, 0x92, 0xa1, 0x41, 0xa0, 0x9a, 0x31, 0xd6, 0xda, 0xb5, 0x4e, 0xb3, - 0xfb, 0xa0, 0xe4, 0x2b, 0xd6, 0x2f, 0xf8, 0x9e, 0x52, 0x92, 0x79, 0xcf, 0x2f, 0xa6, 0x96, 0x76, - 0x39, 0xb5, 0xee, 0x8f, 0x51, 0x3a, 0xe8, 0xd9, 0x55, 0x02, 0xfb, 0xeb, 0x4f, 0xab, 0x93, 0x10, - 0xde, 0x1f, 0x85, 0x4e, 0x44, 0x53, 0x57, 0x75, 0x29, 0x3f, 0xfb, 0x2c, 0x7e, 0xeb, 0xf2, 0xf1, - 0x10, 0x33, 0xc1, 0xc5, 0xfc, 0xad, 0x12, 0xae, 0xba, 0xd4, 0x3f, 0x00, 0xb8, 0x19, 0xe3, 0x01, - 0x4e, 0x10, 0xc7, 0x71, 0xf0, 0x26, 0xc7, 0xd8, 0xa8, 0xad, 0x52, 0x74, 0xa4, 0x14, 0xdd, 0x93, - 0x8a, 0xae, 0xc2, 0x6f, 0xa6, 0xe7, 0xf6, 0x02, 0xfc, 0x2c, 0xc7, 0x58, 0xff, 0x0c, 0xe0, 0x9d, - 0x25, 0x5d, 0x69, 0x51, 0x7d, 0x95, 0xa0, 0x63, 0x25, 0xc8, 0xa8, 0x0a, 0xfa, 0x27, 0x8f, 0xb6, - 0x17, 0xf8, 0xd2, 0x24, 0x07, 0x6e, 0xe0, 0x2c, 0x0e, 0x38, 0x49, 0xb1, 0xb1, 0xde, 0x06, 0x9d, - 0x9a, 0x77, 0xf7, 0x72, 0x6a, 0x6d, 0xc9, 0xdd, 0xca, 0x8a, 0xed, 0xff, 0x87, 0xb3, 0xf8, 0x84, - 0xa4, 0xb8, 0xb7, 0xf1, 0xfe, 0xdc, 0xd2, 0xbe, 0x9c, 0x5b, 0x9a, 0xfd, 0x0d, 0xc0, 0xc6, 0x0b, - 0x9c, 0x13, 0x1a, 0xeb, 0x0f, 0x21, 0x64, 0x1c, 0xe5, 0x5c, 0xd2, 0x14, 0xd7, 0xa8, 0xe6, 0xff, - 0x2f, 0x66, 0x0a, 0x8c, 0xde, 0x82, 0x8d, 0x01, 0xce, 0x12, 0xde, 0x37, 0xd6, 0x44, 0x49, 0x8d, - 0xf4, 0x08, 0x36, 0x50, 0x2a, 0x6e, 0xde, 0xca, 0x73, 0x39, 0x28, 0x6c, 0xb8, 0x51, 0xab, 0x8a, - 0x5a, 0xb7, 0x60, 0x13, 0x45, 0x9c, 0xd0, 0x2c, 0x28, 0xaa, 0x46, 0xbd, 0x0d, 0x3a, 0xeb, 0x3e, - 0x94, 0x53, 0x27, 0xe3, 0x21, 0xee, 0xd5, 0x45, 0x37, 0xbf, 0x01, 0xdc, 0x7b, 0x25, 0xb2, 0x28, - 0x7b, 0x22, 0x51, 0x25, 0x2c, 0xa7, 0x70, 0x47, 0x84, 0x45, 0xf9, 0x5e, 0x09, 0x8d, 0xed, 0x5c, - 0x0d, 0xb2, 0x73, 0x3d, 0x6e, 0x2a, 0x36, 0x7a, 0x78, 0x3d, 0x88, 0x01, 0xdc, 0x2a, 0x69, 0x87, - 0x62, 0x77, 0xa6, 0x1c, 0x69, 0x55, 0x69, 0xa5, 0x38, 0xcf, 0x54, 0xb7, 0xa2, 0x25, 0xcf, 0xa9, - 0x02, 0xb6, 0xfd, 0x4d, 0x35, 0x23, 0x97, 0xb3, 0xe5, 0xa9, 0x79, 0x2f, 0x2f, 0x66, 0x26, 0x98, - 0xcc, 0x4c, 0xf0, 0x6b, 0x66, 0x82, 0x8f, 0x73, 0x53, 0x9b, 0xcc, 0x4d, 0xed, 0xc7, 0xdc, 0xd4, - 0x4e, 0x1f, 0xff, 0x65, 0xad, 0x74, 0x62, 0xff, 0x18, 0x85, 0xcc, 0x2d, 0xdf, 0xaf, 0xee, 0x81, - 0xfb, 0xce, 0x8d, 0x06, 0x88, 0xa4, 0x8b, 0xb7, 0x4c, 0xf8, 0x1d, 0x36, 0xc4, 0x23, 0xf3, 0xe8, - 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xa8, 0x12, 0x4f, 0x75, 0xea, 0x04, 0x00, 0x00, + // 588 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0x41, 0x6f, 0xd3, 0x30, + 0x18, 0x8d, 0xd7, 0xae, 0x0c, 0x17, 0xb6, 0x11, 0xc6, 0x08, 0xd3, 0x48, 0xaa, 0x9c, 0x7a, 0x59, + 0x42, 0xcb, 0x01, 0xa9, 0x37, 0x82, 0x84, 0x34, 0xb1, 0x03, 0x84, 0x89, 0xc3, 0x2e, 0x91, 0x93, + 0x98, 0xd4, 0xa2, 0x89, 0xab, 0xd8, 0x9d, 0xe8, 0x3f, 0x40, 0xe2, 0x02, 0x12, 0x07, 0x8e, 0x3b, + 0xf3, 0x4b, 0x26, 0x71, 0xa9, 0x38, 0x71, 0x2a, 0xa8, 0x15, 0x7f, 0x60, 0xbf, 0x00, 0xc5, 0x76, + 0x5a, 0x96, 0x1d, 0xaa, 0x71, 0x4a, 0xec, 0xcf, 0xef, 0xf9, 0x7d, 0xcf, 0x7e, 0x86, 0xfb, 0x8c, + 0xe7, 0x24, 0xc6, 0xee, 0x29, 0x66, 0x9c, 0x64, 0x49, 0xf9, 0x75, 0x86, 0x39, 0xe5, 0x54, 0xdf, + 0x94, 0x55, 0x47, 0xcd, 0xee, 0xed, 0x24, 0x34, 0xa1, 0xa2, 0xe4, 0x16, 0x7f, 0x72, 0xd5, 0x9e, + 0x19, 0x51, 0x96, 0x52, 0xe6, 0x86, 0x88, 0x61, 0xf7, 0xb4, 0x13, 0x62, 0x8e, 0x3a, 0x6e, 0x44, + 0x49, 0x56, 0xa9, 0xa3, 0x11, 0xef, 0x2f, 0xea, 0xc5, 0x40, 0xd6, 0xed, 0x1f, 0x75, 0xa8, 0x7b, + 0x88, 0xe1, 0x37, 0x72, 0x97, 0xa7, 0x51, 0x44, 0x47, 0x19, 0xd7, 0x0f, 0xe1, 0xad, 0x82, 0x31, + 0x40, 0x72, 0x6c, 0x80, 0x16, 0x68, 0x37, 0xbb, 0x2d, 0x47, 0xb2, 0x39, 0x82, 0x40, 0xb1, 0x39, + 0x05, 0x5c, 0xe1, 0xbc, 0xfa, 0x64, 0x6a, 0x01, 0xbf, 0x19, 0x2e, 0xa7, 0xf4, 0xcf, 0x00, 0x6e, + 0xd3, 0x9c, 0x24, 0x24, 0x43, 0x83, 0x40, 0x35, 0x63, 0xac, 0xb5, 0x6a, 0xed, 0x66, 0xf7, 0x41, + 0xc9, 0x57, 0xac, 0x5f, 0xf0, 0x3d, 0xa3, 0x24, 0xf3, 0x5e, 0x9c, 0x4f, 0x2d, 0xed, 0x62, 0x6a, + 0xdd, 0x1f, 0xa3, 0x74, 0xd0, 0xb3, 0xab, 0x04, 0xf6, 0xb7, 0x5f, 0x56, 0x3b, 0x21, 0xbc, 0x3f, + 0x0a, 0x9d, 0x88, 0xa6, 0xae, 0xea, 0x52, 0x7e, 0x0e, 0x58, 0xfc, 0xce, 0xe5, 0xe3, 0x21, 0x66, + 0x82, 0x8b, 0xf9, 0x5b, 0x25, 0x5c, 0x75, 0xa9, 0x7f, 0x04, 0x70, 0x33, 0xc6, 0x03, 0x9c, 0x20, + 0x8e, 0xe3, 0xe0, 0x6d, 0x8e, 0xb1, 0x51, 0x5b, 0xa5, 0xe8, 0x50, 0x29, 0xba, 0x27, 0x15, 0x5d, + 0x86, 0x5f, 0x4f, 0xcf, 0xed, 0x05, 0xf8, 0x79, 0x8e, 0xb1, 0xfe, 0x05, 0xc0, 0x3b, 0x4b, 0xba, + 0xd2, 0xa2, 0xfa, 0x2a, 0x41, 0x47, 0x4a, 0x90, 0x51, 0x15, 0xf4, 0x5f, 0x1e, 0x6d, 0x2f, 0xf0, + 0xa5, 0x49, 0x0e, 0xdc, 0xc0, 0x59, 0x1c, 0x70, 0x92, 0x62, 0x63, 0xbd, 0x05, 0xda, 0x35, 0xef, + 0xee, 0xc5, 0xd4, 0xda, 0x92, 0xbb, 0x95, 0x15, 0xdb, 0xbf, 0x81, 0xb3, 0xf8, 0x98, 0xa4, 0xb8, + 0xb7, 0xf1, 0xe1, 0xcc, 0xd2, 0xbe, 0x9e, 0x59, 0x9a, 0xfd, 0x1d, 0xc0, 0xc6, 0x4b, 0x9c, 0x13, + 0x1a, 0xeb, 0x0f, 0x21, 0x64, 0x1c, 0xe5, 0x5c, 0xd2, 0x14, 0xd7, 0xa8, 0xe6, 0xdf, 0x14, 0x33, + 0x05, 0x46, 0xdf, 0x85, 0x8d, 0x01, 0xce, 0x12, 0xde, 0x37, 0xd6, 0x44, 0x49, 0x8d, 0xf4, 0x08, + 0x36, 0x50, 0x2a, 0x6e, 0xde, 0xca, 0x73, 0x79, 0x54, 0xd8, 0x70, 0xad, 0x56, 0x15, 0xb5, 0x6e, + 0xc1, 0x26, 0x8a, 0x38, 0xa1, 0x59, 0x50, 0x54, 0x8d, 0x7a, 0x0b, 0xb4, 0xd7, 0x7d, 0x28, 0xa7, + 0x8e, 0xc7, 0x43, 0xdc, 0xab, 0x8b, 0x6e, 0xfe, 0x00, 0xb8, 0xff, 0x5a, 0x64, 0x51, 0xf6, 0x44, + 0xa2, 0x4a, 0x58, 0x4e, 0xe0, 0x8e, 0x08, 0x8b, 0xf2, 0xbd, 0x12, 0x1a, 0xdb, 0xb9, 0x1c, 0x64, + 0xe7, 0x6a, 0xdc, 0x54, 0x6c, 0xf4, 0xf0, 0x6a, 0x10, 0x03, 0xb8, 0x55, 0xd2, 0x0e, 0xc5, 0xee, + 0x4c, 0x39, 0xb2, 0x5b, 0xa5, 0x95, 0xe2, 0x3c, 0x53, 0xdd, 0x8a, 0x5d, 0x79, 0x4e, 0x15, 0xb0, + 0xed, 0x6f, 0xaa, 0x19, 0xb9, 0x9c, 0x2d, 0x4f, 0xcd, 0x7b, 0x75, 0x3e, 0x33, 0xc1, 0x64, 0x66, + 0x82, 0xdf, 0x33, 0x13, 0x7c, 0x9a, 0x9b, 0xda, 0x64, 0x6e, 0x6a, 0x3f, 0xe7, 0xa6, 0x76, 0xf2, + 0xe4, 0x1f, 0x6b, 0xa5, 0x13, 0x07, 0x47, 0x28, 0x64, 0x6e, 0xf9, 0x7e, 0x75, 0x3b, 0xee, 0x7b, + 0x37, 0x1a, 0x20, 0x92, 0x2e, 0xde, 0x32, 0xe1, 0x77, 0xd8, 0x10, 0x8f, 0xcc, 0xe3, 0xbf, 0x01, + 0x00, 0x00, 0xff, 0xff, 0x79, 0xfa, 0xa8, 0x7b, 0xea, 0x04, 0x00, 0x00, } func (m *BaseVestingAccount) Marshal() (dAtA []byte, err error) { diff --git a/x/claim/vesting/types/vesting_account.go b/x/claim/vesting/types/vesting_account.go index 51b4c28291..f0c2b46360 100644 --- a/x/claim/vesting/types/vesting_account.go +++ b/x/claim/vesting/types/vesting_account.go @@ -12,8 +12,8 @@ import ( sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v20/utils" - vestexported "github.com/Stride-Labs/stride/v20/x/claim/vesting/exported" + "github.com/Stride-Labs/stride/v21/utils" + vestexported "github.com/Stride-Labs/stride/v21/x/claim/vesting/exported" ) // Compile-time type assertions diff --git a/x/claim/vesting/types/vesting_account_test.go b/x/claim/vesting/types/vesting_account_test.go index f8180fdd99..46b4df413a 100644 --- a/x/claim/vesting/types/vesting_account_test.go +++ b/x/claim/vesting/types/vesting_account_test.go @@ -11,7 +11,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/Stride-Labs/stride/v20/x/claim/vesting/types" + "github.com/Stride-Labs/stride/v21/x/claim/vesting/types" ) var ( diff --git a/x/epochs/client/cli/query.go b/x/epochs/client/cli/query.go index 38f91e8e46..13aed451d1 100644 --- a/x/epochs/client/cli/query.go +++ b/x/epochs/client/cli/query.go @@ -12,7 +12,7 @@ import ( "github.com/spf13/cast" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/epochs/types" + "github.com/Stride-Labs/stride/v21/x/epochs/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/epochs/genesis.go b/x/epochs/genesis.go index 6a0287099b..e2cbdd395c 100644 --- a/x/epochs/genesis.go +++ b/x/epochs/genesis.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/epochs/keeper" - "github.com/Stride-Labs/stride/v20/x/epochs/types" + "github.com/Stride-Labs/stride/v21/x/epochs/keeper" + "github.com/Stride-Labs/stride/v21/x/epochs/types" ) // InitGenesis initializes the capability module's state from a provided genesis diff --git a/x/epochs/genesis_test.go b/x/epochs/genesis_test.go index fb59b60936..0b149d7b8e 100644 --- a/x/epochs/genesis_test.go +++ b/x/epochs/genesis_test.go @@ -5,10 +5,10 @@ import ( "github.com/stretchr/testify/require" - keepertest "github.com/Stride-Labs/stride/v20/testutil/keeper" - "github.com/Stride-Labs/stride/v20/testutil/nullify" - "github.com/Stride-Labs/stride/v20/x/epochs" - "github.com/Stride-Labs/stride/v20/x/epochs/types" + keepertest "github.com/Stride-Labs/stride/v21/testutil/keeper" + "github.com/Stride-Labs/stride/v21/testutil/nullify" + "github.com/Stride-Labs/stride/v21/x/epochs" + "github.com/Stride-Labs/stride/v21/x/epochs/types" ) func TestGenesis(t *testing.T) { diff --git a/x/epochs/handler.go b/x/epochs/handler.go index 097a37023c..c03ddd9e19 100644 --- a/x/epochs/handler.go +++ b/x/epochs/handler.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v20/x/epochs/keeper" - "github.com/Stride-Labs/stride/v20/x/epochs/types" + "github.com/Stride-Labs/stride/v21/x/epochs/keeper" + "github.com/Stride-Labs/stride/v21/x/epochs/types" ) // NewHandler returns a handler for epochs module messages diff --git a/x/epochs/keeper/abci.go b/x/epochs/keeper/abci.go index 21ce6434c3..596c5463d8 100644 --- a/x/epochs/keeper/abci.go +++ b/x/epochs/keeper/abci.go @@ -9,8 +9,8 @@ import ( "github.com/cosmos/cosmos-sdk/telemetry" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/utils" - "github.com/Stride-Labs/stride/v20/x/epochs/types" + "github.com/Stride-Labs/stride/v21/utils" + "github.com/Stride-Labs/stride/v21/x/epochs/types" ) // BeginBlocker of epochs module diff --git a/x/epochs/keeper/abci_test.go b/x/epochs/keeper/abci_test.go index 644c4d036f..244f27a854 100644 --- a/x/epochs/keeper/abci_test.go +++ b/x/epochs/keeper/abci_test.go @@ -4,8 +4,8 @@ import ( "fmt" "time" - "github.com/Stride-Labs/stride/v20/x/epochs" - "github.com/Stride-Labs/stride/v20/x/epochs/types" + "github.com/Stride-Labs/stride/v21/x/epochs" + "github.com/Stride-Labs/stride/v21/x/epochs/types" ) func (suite *KeeperTestSuite) TestEpochInfoChangesBeginBlockerAndInitGenesis() { diff --git a/x/epochs/keeper/epoch.go b/x/epochs/keeper/epoch.go index 5243b722a3..0d1feb30f9 100644 --- a/x/epochs/keeper/epoch.go +++ b/x/epochs/keeper/epoch.go @@ -4,7 +4,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/epochs/types" + "github.com/Stride-Labs/stride/v21/x/epochs/types" ) // GetEpochInfo returns epoch info by identifier diff --git a/x/epochs/keeper/epoch_test.go b/x/epochs/keeper/epoch_test.go index c62d188aa7..9423eb772a 100644 --- a/x/epochs/keeper/epoch_test.go +++ b/x/epochs/keeper/epoch_test.go @@ -5,7 +5,7 @@ import ( _ "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v20/x/epochs/types" + "github.com/Stride-Labs/stride/v21/x/epochs/types" ) func (suite *KeeperTestSuite) TestEpochLifeCycle() { diff --git a/x/epochs/keeper/grpc_query.go b/x/epochs/keeper/grpc_query.go index 0daa4074e6..3fa1bee5fe 100644 --- a/x/epochs/keeper/grpc_query.go +++ b/x/epochs/keeper/grpc_query.go @@ -9,7 +9,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v20/x/epochs/types" + "github.com/Stride-Labs/stride/v21/x/epochs/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/epochs/keeper/grpc_query_test.go b/x/epochs/keeper/grpc_query_test.go index d131a2f25e..6cd0186b9c 100644 --- a/x/epochs/keeper/grpc_query_test.go +++ b/x/epochs/keeper/grpc_query_test.go @@ -6,7 +6,7 @@ import ( _ "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v20/x/epochs/types" + "github.com/Stride-Labs/stride/v21/x/epochs/types" ) func (suite *KeeperTestSuite) TestQueryEpochInfos() { diff --git a/x/epochs/keeper/hooks.go b/x/epochs/keeper/hooks.go index 11b427b106..ae4439751b 100644 --- a/x/epochs/keeper/hooks.go +++ b/x/epochs/keeper/hooks.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/epochs/types" + "github.com/Stride-Labs/stride/v21/x/epochs/types" ) // AfterEpochEnd executes the indicated hook after epochs ends diff --git a/x/epochs/keeper/keeper.go b/x/epochs/keeper/keeper.go index 8293152146..7e1e75d5e4 100644 --- a/x/epochs/keeper/keeper.go +++ b/x/epochs/keeper/keeper.go @@ -8,7 +8,7 @@ import ( storetypes "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/epochs/types" + "github.com/Stride-Labs/stride/v21/x/epochs/types" ) // Keeper of this module maintains collections of epochs and hooks. diff --git a/x/epochs/keeper/keeper_test.go b/x/epochs/keeper/keeper_test.go index 161a197a29..bcb56a8a8f 100644 --- a/x/epochs/keeper/keeper_test.go +++ b/x/epochs/keeper/keeper_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v20/app/apptesting" - "github.com/Stride-Labs/stride/v20/x/epochs/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + "github.com/Stride-Labs/stride/v21/x/epochs/types" ) type KeeperTestSuite struct { diff --git a/x/epochs/module.go b/x/epochs/module.go index ee07d3d24e..44a12785d3 100644 --- a/x/epochs/module.go +++ b/x/epochs/module.go @@ -20,10 +20,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/Stride-Labs/stride/v20/x/epochs/client/cli" - "github.com/Stride-Labs/stride/v20/x/epochs/keeper" - "github.com/Stride-Labs/stride/v20/x/epochs/simulation" - "github.com/Stride-Labs/stride/v20/x/epochs/types" + "github.com/Stride-Labs/stride/v21/x/epochs/client/cli" + "github.com/Stride-Labs/stride/v21/x/epochs/keeper" + "github.com/Stride-Labs/stride/v21/x/epochs/simulation" + "github.com/Stride-Labs/stride/v21/x/epochs/types" ) var ( diff --git a/x/epochs/simulation/genesis.go b/x/epochs/simulation/genesis.go index fc31a758c9..aff935be2d 100644 --- a/x/epochs/simulation/genesis.go +++ b/x/epochs/simulation/genesis.go @@ -9,7 +9,7 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" - "github.com/Stride-Labs/stride/v20/x/epochs/types" + "github.com/Stride-Labs/stride/v21/x/epochs/types" ) // RandomizedGenState generates a random GenesisState for mint diff --git a/x/epochs/types/genesis.pb.go b/x/epochs/types/genesis.pb.go index 96a4225382..5fb288ef73 100644 --- a/x/epochs/types/genesis.pb.go +++ b/x/epochs/types/genesis.pb.go @@ -175,7 +175,7 @@ var fileDescriptor_92af8154b2eb736d = []byte{ // 467 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x93, 0xbf, 0x8f, 0xd3, 0x30, 0x14, 0xc7, 0x6b, 0x5a, 0xca, 0xd5, 0x77, 0x27, 0x84, 0x75, 0x80, 0x29, 0x22, 0x89, 0xc2, 0x12, - 0x09, 0x48, 0x8e, 0x82, 0x18, 0x60, 0x2b, 0xbf, 0x11, 0x53, 0xca, 0x80, 0x58, 0xaa, 0xb4, 0x75, + 0x09, 0x48, 0xb8, 0x82, 0x18, 0x60, 0x2b, 0xbf, 0x11, 0x53, 0xca, 0x80, 0x58, 0xaa, 0xb4, 0x75, 0x1d, 0x4b, 0x97, 0x38, 0x8a, 0x5f, 0x10, 0xdd, 0x98, 0x99, 0x6e, 0xe4, 0x4f, 0xba, 0xf1, 0x46, 0xa6, 0x80, 0xda, 0x8d, 0xf1, 0xfe, 0x02, 0x14, 0x3b, 0x29, 0x3d, 0x0a, 0x62, 0x4b, 0xfc, 0xf9, 0xbe, 0xef, 0xd7, 0xef, 0xe9, 0x19, 0xdf, 0x54, 0x90, 0x8b, 0x19, 0x0b, 0x58, 0x26, 0xa7, 0xb1, @@ -188,20 +188,20 @@ var fileDescriptor_92af8154b2eb736d = []byte{ 0x64, 0xf8, 0x4d, 0x86, 0xff, 0xae, 0xc9, 0x18, 0xde, 0x3a, 0x29, 0xed, 0xd6, 0x59, 0x69, 0x5f, 0x59, 0x44, 0xc9, 0xd1, 0x63, 0xf7, 0x77, 0xad, 0x7b, 0xfc, 0xdd, 0x46, 0x61, 0x4f, 0x1f, 0x54, 0x72, 0x12, 0xe3, 0x9d, 0xe6, 0xea, 0xb4, 0xad, 0x7d, 0x6f, 0x6c, 0xf9, 0x3e, 0xab, 0x05, 0xc3, - 0xfb, 0x95, 0xed, 0xcf, 0xd2, 0x26, 0x4d, 0xc9, 0x5d, 0x99, 0x08, 0x60, 0x49, 0x06, 0x8b, 0xb3, - 0xd2, 0xbe, 0x6c, 0xc2, 0x1a, 0xe6, 0x7e, 0xad, 0xa2, 0xd6, 0xee, 0xe4, 0x36, 0xde, 0x9f, 0x16, - 0x79, 0xce, 0x52, 0x18, 0xeb, 0xd1, 0xd2, 0x8e, 0x83, 0xbc, 0x76, 0xb8, 0x57, 0x1f, 0xea, 0x61, - 0x90, 0xcf, 0x08, 0xd3, 0x73, 0xaa, 0xf1, 0x46, 0xdf, 0x17, 0xff, 0xdb, 0xf7, 0x9d, 0xba, 0x6f, - 0xdb, 0x5c, 0xe5, 0x5f, 0x4e, 0x66, 0x0a, 0x57, 0x37, 0x93, 0x47, 0xeb, 0x89, 0x3c, 0xc4, 0xd7, - 0x8c, 0x7e, 0x2a, 0x8b, 0x14, 0x44, 0xca, 0x4d, 0x21, 0x9b, 0xd1, 0xae, 0x83, 0xbc, 0x9d, 0xf0, - 0x40, 0xd3, 0xa7, 0x35, 0x1c, 0x19, 0x46, 0x9e, 0xe0, 0xfe, 0xdf, 0xd2, 0x62, 0x26, 0x78, 0x0c, - 0xf4, 0x92, 0x6e, 0xf5, 0xfa, 0x56, 0xe0, 0x2b, 0x8d, 0xdd, 0x17, 0x78, 0xef, 0xa5, 0xd9, 0xc1, - 0x11, 0x44, 0xc0, 0xc8, 0x23, 0xdc, 0x35, 0xdb, 0x47, 0x91, 0xd3, 0xf6, 0x76, 0x07, 0xd4, 0x3f, - 0xb7, 0x93, 0xfe, 0x7a, 0x71, 0x86, 0x9d, 0xaa, 0xe1, 0xb0, 0x56, 0x0f, 0xdf, 0x9c, 0x2c, 0x2d, - 0x74, 0xba, 0xb4, 0xd0, 0x8f, 0xa5, 0x85, 0x8e, 0x57, 0x56, 0xeb, 0x74, 0x65, 0xb5, 0xbe, 0xad, - 0xac, 0xd6, 0x87, 0x43, 0x2e, 0x20, 0x2e, 0x26, 0xfe, 0x54, 0x26, 0xc1, 0x48, 0x7b, 0xdd, 0x7b, + 0xc3, 0xca, 0xf6, 0x67, 0x69, 0x93, 0xa6, 0xe4, 0xae, 0x4c, 0x04, 0xb0, 0x24, 0x83, 0xc5, 0x59, + 0x69, 0x5f, 0x36, 0x61, 0x0d, 0x73, 0xbf, 0x56, 0x51, 0x6b, 0x77, 0x72, 0x1b, 0xef, 0x4f, 0x8b, + 0x3c, 0x67, 0x29, 0x8c, 0xf5, 0x68, 0x69, 0xc7, 0x41, 0x5e, 0x3b, 0xdc, 0xab, 0x0f, 0xf5, 0x30, + 0xc8, 0x67, 0x84, 0xe9, 0x39, 0xd5, 0x78, 0xa3, 0xef, 0x8b, 0xff, 0xed, 0xfb, 0x4e, 0xdd, 0xb7, + 0x6d, 0xae, 0xf2, 0x2f, 0x27, 0x33, 0x85, 0xab, 0x9b, 0xc9, 0xa3, 0xf5, 0x44, 0x1e, 0xe2, 0x6b, + 0x46, 0x3f, 0x95, 0x45, 0x0a, 0x22, 0xe5, 0xa6, 0x90, 0xcd, 0x68, 0xd7, 0x41, 0xde, 0x4e, 0x78, + 0xa0, 0xe9, 0xd3, 0x1a, 0x8e, 0x0c, 0x23, 0x4f, 0x70, 0xff, 0x6f, 0x69, 0x31, 0x13, 0x3c, 0x06, + 0x7a, 0x49, 0xb7, 0x7a, 0x7d, 0x2b, 0xf0, 0x95, 0xc6, 0xee, 0x0b, 0xbc, 0xf7, 0xd2, 0xec, 0xe0, + 0x08, 0x22, 0x60, 0xe4, 0x11, 0xee, 0x9a, 0xed, 0xa3, 0xc8, 0x69, 0x7b, 0xbb, 0x03, 0xea, 0x9f, + 0xdb, 0x49, 0x7f, 0xbd, 0x38, 0xc3, 0x4e, 0xd5, 0x70, 0x58, 0xab, 0x87, 0x6f, 0x4e, 0x96, 0x16, + 0x3a, 0x5d, 0x5a, 0xe8, 0xc7, 0xd2, 0x42, 0xc7, 0x2b, 0xab, 0x75, 0xba, 0xb2, 0x5a, 0xdf, 0x56, + 0x56, 0xeb, 0xc3, 0x7d, 0x2e, 0x20, 0x2e, 0x26, 0xfe, 0x54, 0x26, 0xc1, 0x48, 0x7b, 0xdd, 0x7b, 0x1b, 0x4d, 0x54, 0x50, 0x3f, 0x84, 0x8f, 0x83, 0xc3, 0xe0, 0x53, 0xf3, 0x1c, 0x60, 0x91, 0x31, - 0x35, 0xe9, 0xea, 0xf1, 0x3e, 0xf8, 0x15, 0x00, 0x00, 0xff, 0xff, 0xbf, 0xcb, 0x46, 0xc1, 0x2c, + 0x35, 0xe9, 0xea, 0xf1, 0x3e, 0xf8, 0x15, 0x00, 0x00, 0xff, 0xff, 0x98, 0xae, 0x63, 0x40, 0x2c, 0x03, 0x00, 0x00, } diff --git a/x/epochs/types/query.pb.go b/x/epochs/types/query.pb.go index 7c0022b364..b6a8c1c276 100644 --- a/x/epochs/types/query.pb.go +++ b/x/epochs/types/query.pb.go @@ -317,36 +317,36 @@ var fileDescriptor_de81e87fff8f1327 = []byte{ // 508 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x54, 0x4d, 0x6f, 0xd3, 0x30, 0x18, 0xae, 0x57, 0x36, 0x69, 0xef, 0xb6, 0x8b, 0xc5, 0x47, 0xdb, 0xa1, 0x30, 0xc2, 0xd6, 0x16, - 0x04, 0xf6, 0x56, 0x10, 0x48, 0x9c, 0x10, 0x08, 0x10, 0x08, 0x21, 0x08, 0x37, 0x2e, 0x23, 0xc9, - 0xbc, 0xcc, 0xd2, 0x66, 0x67, 0xb1, 0x3b, 0xb1, 0x0b, 0x07, 0x0e, 0x9c, 0x11, 0xdc, 0xb8, 0xf3, - 0x5f, 0x76, 0x9c, 0xc4, 0x85, 0x13, 0x42, 0x2d, 0x3f, 0x04, 0xc5, 0xf6, 0xda, 0x04, 0x52, 0xe5, - 0xd4, 0xca, 0xef, 0xf3, 0xe5, 0xe7, 0xb5, 0x02, 0x6d, 0xa5, 0x33, 0xbe, 0xc3, 0x28, 0x4b, 0x65, - 0xbc, 0xa7, 0xe8, 0xe1, 0x90, 0x65, 0xc7, 0x24, 0xcd, 0xa4, 0x96, 0x78, 0xc5, 0x8e, 0x88, 0x1d, + 0x04, 0x36, 0x2d, 0x08, 0x24, 0x4e, 0x08, 0x04, 0x08, 0x84, 0x10, 0x84, 0x1b, 0x97, 0x91, 0x64, + 0x5e, 0x66, 0x69, 0xb3, 0xb3, 0xd8, 0x9d, 0xd8, 0x85, 0x03, 0x07, 0xce, 0x08, 0x6e, 0xdc, 0xf9, + 0x2f, 0x3b, 0x4e, 0xe2, 0xc2, 0x09, 0xa1, 0x96, 0x1f, 0x82, 0x62, 0x7b, 0x6b, 0xc2, 0x52, 0xe5, + 0xd4, 0xca, 0xef, 0xf3, 0xe5, 0xe7, 0xb5, 0x02, 0x6d, 0xa5, 0x33, 0xbe, 0xc5, 0x28, 0x4b, 0x65, + 0xbc, 0xa3, 0xe8, 0xfe, 0x88, 0x65, 0x87, 0x24, 0xcd, 0xa4, 0x96, 0x78, 0xc5, 0x8e, 0x88, 0x1d, 0x75, 0xce, 0x27, 0x32, 0x91, 0x66, 0x42, 0xf3, 0x7f, 0x16, 0xd4, 0xb9, 0x9c, 0x48, 0x99, 0xec, - 0x33, 0x1a, 0xa6, 0x9c, 0x86, 0x42, 0x48, 0x1d, 0x6a, 0x2e, 0x85, 0x72, 0xd3, 0x1b, 0xb1, 0x54, - 0x07, 0x52, 0xd1, 0x28, 0x54, 0xcc, 0x6a, 0xd3, 0xa3, 0xad, 0x88, 0xe9, 0x70, 0x8b, 0xa6, 0x61, - 0xc2, 0x85, 0x01, 0x3b, 0xec, 0x6a, 0x39, 0x49, 0xc2, 0x04, 0x53, 0xdc, 0x09, 0xf9, 0xef, 0xe0, - 0xe2, 0xeb, 0x9c, 0xfe, 0xd8, 0x0c, 0x9f, 0x89, 0x5d, 0x19, 0xb0, 0xc3, 0x21, 0x53, 0x1a, 0x3f, - 0x01, 0x98, 0x4a, 0xb5, 0xd0, 0x1a, 0xea, 0x2f, 0x0d, 0xba, 0xc4, 0xfa, 0x92, 0xdc, 0x97, 0xd8, - 0x3b, 0x39, 0x5f, 0xf2, 0x2a, 0x4c, 0x98, 0xe3, 0x06, 0x05, 0xa6, 0xff, 0x0d, 0xc1, 0xa5, 0xff, - 0x2c, 0x54, 0x2a, 0x85, 0x62, 0xf8, 0x2e, 0x2c, 0xd8, 0x54, 0x2d, 0xb4, 0xd6, 0xec, 0x2f, 0x0d, - 0x5a, 0xa4, 0x54, 0x0d, 0x31, 0x94, 0x9c, 0xf1, 0xf0, 0xdc, 0xc9, 0xaf, 0x2b, 0x8d, 0xc0, 0xa1, - 0xf1, 0xd3, 0x52, 0xb6, 0x39, 0x93, 0xad, 0x57, 0x9b, 0xcd, 0x9a, 0x96, 0xc2, 0xdd, 0x87, 0x96, - 0xc9, 0xf6, 0x68, 0x98, 0x65, 0x4c, 0x68, 0xe3, 0x77, 0x56, 0x80, 0x07, 0xc0, 0x77, 0x98, 0xd0, - 0x7c, 0x97, 0xb3, 0xcc, 0x14, 0xb0, 0x18, 0x14, 0x4e, 0xfc, 0x07, 0xd0, 0xae, 0xe0, 0xba, 0x9b, - 0x5d, 0x83, 0x95, 0xd8, 0x9e, 0x6f, 0x9b, 0xcc, 0x86, 0xdf, 0x0c, 0x96, 0xe3, 0x02, 0xd8, 0xbf, - 0x07, 0x17, 0xa6, 0xcd, 0x14, 0xbb, 0xaf, 0xb3, 0x7e, 0x59, 0xdc, 0x5a, 0xa9, 0xd1, 0x3b, 0x30, - 0x3f, 0xf5, 0xab, 0x2f, 0xd4, 0x82, 0x07, 0xdf, 0x9b, 0x30, 0x6f, 0x04, 0xf1, 0x07, 0x80, 0x09, - 0x46, 0xe1, 0x8d, 0x7f, 0xe8, 0xd5, 0x4f, 0xa5, 0xd3, 0xad, 0x83, 0xd9, 0x70, 0xfe, 0xd5, 0x8f, - 0x3f, 0xfe, 0x7c, 0x9d, 0x5b, 0xc5, 0x6d, 0xfa, 0xc6, 0xe0, 0xf7, 0xc3, 0x48, 0xd1, 0xd2, 0xeb, - 0xc4, 0x5f, 0x10, 0x2c, 0x17, 0x0b, 0xc5, 0xbd, 0x2a, 0xed, 0x8a, 0x75, 0x75, 0xfa, 0xf5, 0x40, - 0x17, 0x83, 0x9a, 0x18, 0xd7, 0x71, 0x6f, 0x66, 0x0c, 0x5a, 0xda, 0x1d, 0xfe, 0x84, 0x60, 0x71, - 0xd2, 0x0a, 0x5e, 0x9f, 0x79, 0xdb, 0x62, 0x27, 0x1b, 0x35, 0x28, 0x97, 0xe5, 0xa6, 0xc9, 0xd2, - 0xc5, 0xeb, 0xb3, 0xb3, 0x98, 0x9f, 0x6d, 0x9e, 0x2f, 0xed, 0xf9, 0xc9, 0xc8, 0x43, 0xa7, 0x23, - 0x0f, 0xfd, 0x1e, 0x79, 0xe8, 0xf3, 0xd8, 0x6b, 0x9c, 0x8e, 0xbd, 0xc6, 0xcf, 0xb1, 0xd7, 0x78, - 0xbb, 0x99, 0x70, 0xbd, 0x37, 0x8c, 0x48, 0x2c, 0x0f, 0x9c, 0xd2, 0xad, 0x17, 0x05, 0xa9, 0xa3, - 0xc1, 0x26, 0x7d, 0x7f, 0x26, 0xa8, 0x8f, 0x53, 0xa6, 0xa2, 0x05, 0xf3, 0x01, 0xb8, 0xfd, 0x37, - 0x00, 0x00, 0xff, 0xff, 0x27, 0x34, 0x00, 0xb2, 0xa9, 0x04, 0x00, 0x00, + 0x32, 0x1a, 0xa6, 0x9c, 0x86, 0x42, 0x48, 0x1d, 0x6a, 0x2e, 0x85, 0x72, 0xd3, 0x1b, 0xb1, 0x54, + 0x7b, 0x52, 0xd1, 0x28, 0x54, 0xcc, 0x6a, 0xd3, 0x83, 0x41, 0xc4, 0x74, 0x38, 0xa0, 0x69, 0x98, + 0x70, 0x61, 0xc0, 0x0e, 0xbb, 0x5a, 0x4e, 0x92, 0x30, 0xc1, 0x14, 0x77, 0x42, 0xfe, 0x7b, 0xb8, + 0xf8, 0x26, 0xa7, 0x3f, 0x31, 0xc3, 0xe7, 0x62, 0x5b, 0x06, 0x6c, 0x7f, 0xc4, 0x94, 0xc6, 0x4f, + 0x01, 0xa6, 0x52, 0x2d, 0xb4, 0x86, 0xfa, 0x4b, 0xc3, 0x2e, 0xb1, 0xbe, 0x24, 0xf7, 0x25, 0xf6, + 0x4e, 0xce, 0x97, 0xbc, 0x0e, 0x13, 0xe6, 0xb8, 0x41, 0x81, 0xe9, 0x7f, 0x47, 0x70, 0xe9, 0x8c, + 0x85, 0x4a, 0xa5, 0x50, 0x0c, 0xdf, 0x83, 0x05, 0x9b, 0xaa, 0x85, 0xd6, 0x9a, 0xfd, 0xa5, 0x61, + 0x8b, 0x94, 0xaa, 0x21, 0x86, 0x92, 0x33, 0x1e, 0x9d, 0x3b, 0xfa, 0x7d, 0xa5, 0x11, 0x38, 0x34, + 0x7e, 0x56, 0xca, 0x36, 0x67, 0xb2, 0xf5, 0x6a, 0xb3, 0x59, 0xd3, 0x52, 0xb8, 0x07, 0xd0, 0x32, + 0xd9, 0x1e, 0x8f, 0xb2, 0x8c, 0x09, 0x6d, 0xfc, 0x4e, 0x0a, 0xf0, 0x00, 0xf8, 0x16, 0x13, 0x9a, + 0x6f, 0x73, 0x96, 0x99, 0x02, 0x16, 0x83, 0xc2, 0x89, 0xff, 0x10, 0xda, 0x15, 0x5c, 0x77, 0xb3, + 0x6b, 0xb0, 0x12, 0xdb, 0xf3, 0x4d, 0x93, 0xd9, 0xf0, 0x9b, 0xc1, 0x72, 0x5c, 0x00, 0xfb, 0xf7, + 0xe1, 0xc2, 0xb4, 0x99, 0x62, 0xf7, 0x75, 0xd6, 0xaf, 0x8a, 0x5b, 0x2b, 0x35, 0x7a, 0x17, 0xe6, + 0xa7, 0x7e, 0xf5, 0x85, 0x5a, 0xf0, 0xf0, 0x47, 0x13, 0xe6, 0x8d, 0x20, 0xfe, 0x08, 0x70, 0x8a, + 0x51, 0x78, 0xe3, 0x3f, 0x7a, 0xf5, 0x53, 0xe9, 0x74, 0xeb, 0x60, 0x36, 0x9c, 0x7f, 0xf5, 0xd3, + 0xcf, 0xbf, 0xdf, 0xe6, 0x56, 0x71, 0x9b, 0xbe, 0x35, 0xf8, 0xdd, 0x30, 0x52, 0xb4, 0xf4, 0x3a, + 0xf1, 0x57, 0x04, 0xcb, 0xc5, 0x42, 0x71, 0xaf, 0x4a, 0xbb, 0x62, 0x5d, 0x9d, 0x7e, 0x3d, 0xd0, + 0xc5, 0xa0, 0x26, 0xc6, 0x75, 0xdc, 0x9b, 0x19, 0x83, 0x96, 0x76, 0x87, 0x3f, 0x23, 0x58, 0x3c, + 0x6d, 0x05, 0xaf, 0xcf, 0xbc, 0x6d, 0xb1, 0x93, 0x8d, 0x1a, 0x94, 0xcb, 0x72, 0xd3, 0x64, 0xe9, + 0xe2, 0xf5, 0xd9, 0x59, 0xcc, 0xcf, 0x26, 0xcf, 0x97, 0xf6, 0xe2, 0x68, 0xec, 0xa1, 0xe3, 0xb1, + 0x87, 0xfe, 0x8c, 0x3d, 0xf4, 0x65, 0xe2, 0x35, 0x8e, 0x27, 0x5e, 0xe3, 0xd7, 0xc4, 0x6b, 0xbc, + 0xbb, 0x9d, 0x70, 0xbd, 0x33, 0x8a, 0x48, 0x2c, 0xf7, 0x9c, 0xd2, 0xad, 0x97, 0x05, 0xa9, 0x83, + 0xe1, 0x80, 0x7e, 0x38, 0x11, 0xd4, 0x87, 0x29, 0x53, 0xd1, 0x82, 0xf9, 0x00, 0xdc, 0xf9, 0x17, + 0x00, 0x00, 0xff, 0xff, 0x00, 0x51, 0x25, 0x33, 0xa9, 0x04, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/icacallbacks/client/cli/query.go b/x/icacallbacks/client/cli/query.go index 9b514b01d5..3c7fdd84a6 100644 --- a/x/icacallbacks/client/cli/query.go +++ b/x/icacallbacks/client/cli/query.go @@ -10,7 +10,7 @@ import ( // "github.com/cosmos/cosmos-sdk/client/flags" // sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/icacallbacks/client/cli/query_callback_data.go b/x/icacallbacks/client/cli/query_callback_data.go index 4d78aa6658..dc6f84d61e 100644 --- a/x/icacallbacks/client/cli/query_callback_data.go +++ b/x/icacallbacks/client/cli/query_callback_data.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" ) func CmdListCallbackData() *cobra.Command { diff --git a/x/icacallbacks/client/cli/query_callback_data_test.go b/x/icacallbacks/client/cli/query_callback_data_test.go index 870baf87e7..deb12e6c0e 100644 --- a/x/icacallbacks/client/cli/query_callback_data_test.go +++ b/x/icacallbacks/client/cli/query_callback_data_test.go @@ -12,10 +12,10 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v20/testutil/network" - "github.com/Stride-Labs/stride/v20/testutil/nullify" - "github.com/Stride-Labs/stride/v20/x/icacallbacks/client/cli" - "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v21/testutil/network" + "github.com/Stride-Labs/stride/v21/testutil/nullify" + "github.com/Stride-Labs/stride/v21/x/icacallbacks/client/cli" + "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" ) // Prevent strconv unused error diff --git a/x/icacallbacks/client/cli/query_params.go b/x/icacallbacks/client/cli/query_params.go index 15221e57e8..5b8f8ae669 100644 --- a/x/icacallbacks/client/cli/query_params.go +++ b/x/icacallbacks/client/cli/query_params.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" ) func CmdQueryParams() *cobra.Command { diff --git a/x/icacallbacks/client/cli/tx.go b/x/icacallbacks/client/cli/tx.go index fa24101020..4f3d5d8c17 100644 --- a/x/icacallbacks/client/cli/tx.go +++ b/x/icacallbacks/client/cli/tx.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" // "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" ) // GetTxCmd returns the transaction commands for this module diff --git a/x/icacallbacks/genesis.go b/x/icacallbacks/genesis.go index 88353d8064..12baa27234 100644 --- a/x/icacallbacks/genesis.go +++ b/x/icacallbacks/genesis.go @@ -3,8 +3,8 @@ package icacallbacks import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/icacallbacks/keeper" - "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v21/x/icacallbacks/keeper" + "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" ) // InitGenesis initializes the capability module's state from a provided genesis diff --git a/x/icacallbacks/genesis_test.go b/x/icacallbacks/genesis_test.go index 80159a3cca..350fa62fcd 100644 --- a/x/icacallbacks/genesis_test.go +++ b/x/icacallbacks/genesis_test.go @@ -5,10 +5,10 @@ import ( "github.com/stretchr/testify/require" - keepertest "github.com/Stride-Labs/stride/v20/testutil/keeper" - "github.com/Stride-Labs/stride/v20/testutil/nullify" - "github.com/Stride-Labs/stride/v20/x/icacallbacks" - "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" + keepertest "github.com/Stride-Labs/stride/v21/testutil/keeper" + "github.com/Stride-Labs/stride/v21/testutil/nullify" + "github.com/Stride-Labs/stride/v21/x/icacallbacks" + "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" ) func TestGenesis(t *testing.T) { diff --git a/x/icacallbacks/handler.go b/x/icacallbacks/handler.go index 06c14f557a..db9fa85f0e 100644 --- a/x/icacallbacks/handler.go +++ b/x/icacallbacks/handler.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v20/x/icacallbacks/keeper" - "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v21/x/icacallbacks/keeper" + "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" ) // NewHandler ... diff --git a/x/icacallbacks/ibc_module.go b/x/icacallbacks/ibc_module.go index 0caa041e1a..a5486d69af 100644 --- a/x/icacallbacks/ibc_module.go +++ b/x/icacallbacks/ibc_module.go @@ -10,8 +10,8 @@ import ( porttypes "github.com/cosmos/ibc-go/v7/modules/core/05-port/types" ibcexported "github.com/cosmos/ibc-go/v7/modules/core/exported" - "github.com/Stride-Labs/stride/v20/x/icacallbacks/keeper" - "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v21/x/icacallbacks/keeper" + "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" ) var _ porttypes.IBCModule = &IBCModule{} diff --git a/x/icacallbacks/icacallbacks.go b/x/icacallbacks/icacallbacks.go index 69a4286b1b..692eb39778 100644 --- a/x/icacallbacks/icacallbacks.go +++ b/x/icacallbacks/icacallbacks.go @@ -11,7 +11,7 @@ import ( ibctransfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" ) // Parses ICA tx responses and returns a list of each serialized response diff --git a/x/icacallbacks/icacallbacks_test.go b/x/icacallbacks/icacallbacks_test.go index 15c6001ebe..3dc0039910 100644 --- a/x/icacallbacks/icacallbacks_test.go +++ b/x/icacallbacks/icacallbacks_test.go @@ -17,9 +17,9 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v20/app/apptesting" - "github.com/Stride-Labs/stride/v20/x/icacallbacks" - icacallbacktypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + "github.com/Stride-Labs/stride/v21/x/icacallbacks" + icacallbacktypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" ) func TestParseTxMsgDataCurrent(t *testing.T) { diff --git a/x/icacallbacks/keeper/callback_data.go b/x/icacallbacks/keeper/callback_data.go index 3ffab0094a..e98e2d8e7b 100644 --- a/x/icacallbacks/keeper/callback_data.go +++ b/x/icacallbacks/keeper/callback_data.go @@ -4,7 +4,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" ) // SetCallbackData set a specific callbackData in the store from its index diff --git a/x/icacallbacks/keeper/callback_data_test.go b/x/icacallbacks/keeper/callback_data_test.go index 2ab8ee3e20..631e7c2ba3 100644 --- a/x/icacallbacks/keeper/callback_data_test.go +++ b/x/icacallbacks/keeper/callback_data_test.go @@ -7,10 +7,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - keepertest "github.com/Stride-Labs/stride/v20/testutil/keeper" - "github.com/Stride-Labs/stride/v20/testutil/nullify" - "github.com/Stride-Labs/stride/v20/x/icacallbacks/keeper" - "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" + keepertest "github.com/Stride-Labs/stride/v21/testutil/keeper" + "github.com/Stride-Labs/stride/v21/testutil/nullify" + "github.com/Stride-Labs/stride/v21/x/icacallbacks/keeper" + "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" ) // Prevent strconv unused error diff --git a/x/icacallbacks/keeper/grpc_query.go b/x/icacallbacks/keeper/grpc_query.go index 4a7f4b53fe..54dfeccd7a 100644 --- a/x/icacallbacks/keeper/grpc_query.go +++ b/x/icacallbacks/keeper/grpc_query.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/icacallbacks/keeper/grpc_query_callback_data.go b/x/icacallbacks/keeper/grpc_query_callback_data.go index c5279afd46..2dcd816e64 100644 --- a/x/icacallbacks/keeper/grpc_query_callback_data.go +++ b/x/icacallbacks/keeper/grpc_query_callback_data.go @@ -9,7 +9,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" ) func (k Keeper) CallbackDataAll(c context.Context, req *types.QueryAllCallbackDataRequest) (*types.QueryAllCallbackDataResponse, error) { diff --git a/x/icacallbacks/keeper/grpc_query_callback_data_test.go b/x/icacallbacks/keeper/grpc_query_callback_data_test.go index d2a7893c33..d9378f9b3c 100644 --- a/x/icacallbacks/keeper/grpc_query_callback_data_test.go +++ b/x/icacallbacks/keeper/grpc_query_callback_data_test.go @@ -10,9 +10,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/Stride-Labs/stride/v20/testutil/keeper" - "github.com/Stride-Labs/stride/v20/testutil/nullify" - "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" + keepertest "github.com/Stride-Labs/stride/v21/testutil/keeper" + "github.com/Stride-Labs/stride/v21/testutil/nullify" + "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" ) // Prevent strconv unused error diff --git a/x/icacallbacks/keeper/grpc_query_params.go b/x/icacallbacks/keeper/grpc_query_params.go index 12196da35d..2b41279247 100644 --- a/x/icacallbacks/keeper/grpc_query_params.go +++ b/x/icacallbacks/keeper/grpc_query_params.go @@ -7,7 +7,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" ) func (k Keeper) Params(c context.Context, req *types.QueryParamsRequest) (*types.QueryParamsResponse, error) { diff --git a/x/icacallbacks/keeper/grpc_query_params_test.go b/x/icacallbacks/keeper/grpc_query_params_test.go index 5674c7b412..ae8d0411b0 100644 --- a/x/icacallbacks/keeper/grpc_query_params_test.go +++ b/x/icacallbacks/keeper/grpc_query_params_test.go @@ -6,8 +6,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - testkeeper "github.com/Stride-Labs/stride/v20/testutil/keeper" - "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" + testkeeper "github.com/Stride-Labs/stride/v21/testutil/keeper" + "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" ) func TestParamsQuery(t *testing.T) { diff --git a/x/icacallbacks/keeper/keeper.go b/x/icacallbacks/keeper/keeper.go index 452f1bf866..339a67ab18 100644 --- a/x/icacallbacks/keeper/keeper.go +++ b/x/icacallbacks/keeper/keeper.go @@ -13,7 +13,7 @@ import ( ibckeeper "github.com/cosmos/ibc-go/v7/modules/core/keeper" - "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" diff --git a/x/icacallbacks/keeper/msg_server.go b/x/icacallbacks/keeper/msg_server.go index d4b2b4ca7f..4bb3e566cb 100644 --- a/x/icacallbacks/keeper/msg_server.go +++ b/x/icacallbacks/keeper/msg_server.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" ) type msgServer struct { diff --git a/x/icacallbacks/keeper/params.go b/x/icacallbacks/keeper/params.go index 6d5a5076ae..fe483bdd71 100644 --- a/x/icacallbacks/keeper/params.go +++ b/x/icacallbacks/keeper/params.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" ) // GetParams get all parameters as types.Params diff --git a/x/icacallbacks/keeper/params_test.go b/x/icacallbacks/keeper/params_test.go index 20a88ec00c..a9dcb5c14e 100644 --- a/x/icacallbacks/keeper/params_test.go +++ b/x/icacallbacks/keeper/params_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/require" - testkeeper "github.com/Stride-Labs/stride/v20/testutil/keeper" - "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" + testkeeper "github.com/Stride-Labs/stride/v21/testutil/keeper" + "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" ) func TestGetParams(t *testing.T) { diff --git a/x/icacallbacks/migrations/v2/convert.go b/x/icacallbacks/migrations/v2/convert.go index 023563f3c7..f958946d0a 100644 --- a/x/icacallbacks/migrations/v2/convert.go +++ b/x/icacallbacks/migrations/v2/convert.go @@ -5,9 +5,9 @@ import ( sdkmath "cosmossdk.io/math" "github.com/golang/protobuf/proto" //nolint:staticcheck - icacallbacktypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" - oldstakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/migrations/v2/types" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + icacallbacktypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" + oldstakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/migrations/v2/types" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) const ( diff --git a/x/icacallbacks/migrations/v2/convert_test.go b/x/icacallbacks/migrations/v2/convert_test.go index 348f687e30..dc0f0046c8 100644 --- a/x/icacallbacks/migrations/v2/convert_test.go +++ b/x/icacallbacks/migrations/v2/convert_test.go @@ -7,8 +7,8 @@ import ( "github.com/golang/protobuf/proto" //nolint:staticcheck "github.com/stretchr/testify/require" - icacallbacktypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" - oldstakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/migrations/v2/types" + icacallbacktypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" + oldstakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/migrations/v2/types" ) func TestConvertDelegateCallback(t *testing.T) { diff --git a/x/icacallbacks/migrations/v2/migrations.go b/x/icacallbacks/migrations/v2/migrations.go index 68f6972179..7520b4e063 100644 --- a/x/icacallbacks/migrations/v2/migrations.go +++ b/x/icacallbacks/migrations/v2/migrations.go @@ -8,7 +8,7 @@ import ( errorsmod "cosmossdk.io/errors" - icacallbacktypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" + icacallbacktypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" ) func migrateCallbacks(store sdk.KVStore, cdc codec.BinaryCodec) error { diff --git a/x/icacallbacks/module.go b/x/icacallbacks/module.go index 1e188e5266..587b8f780b 100644 --- a/x/icacallbacks/module.go +++ b/x/icacallbacks/module.go @@ -17,9 +17,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/Stride-Labs/stride/v20/x/icacallbacks/client/cli" - "github.com/Stride-Labs/stride/v20/x/icacallbacks/keeper" - "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v21/x/icacallbacks/client/cli" + "github.com/Stride-Labs/stride/v21/x/icacallbacks/keeper" + "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" ) var ( diff --git a/x/icacallbacks/module_simulation.go b/x/icacallbacks/module_simulation.go index d22605eaf4..0a554695a1 100644 --- a/x/icacallbacks/module_simulation.go +++ b/x/icacallbacks/module_simulation.go @@ -10,9 +10,9 @@ import ( simtypes "github.com/cosmos/cosmos-sdk/types/simulation" "github.com/cosmos/cosmos-sdk/x/simulation" - "github.com/Stride-Labs/stride/v20/testutil/sample" - icacallbackssimulation "github.com/Stride-Labs/stride/v20/x/icacallbacks/simulation" - "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v21/testutil/sample" + icacallbackssimulation "github.com/Stride-Labs/stride/v21/x/icacallbacks/simulation" + "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" ) // avoid unused import issue diff --git a/x/icacallbacks/types/callback_data.pb.go b/x/icacallbacks/types/callback_data.pb.go index 5b0dcd85f0..2e27e5f2c8 100644 --- a/x/icacallbacks/types/callback_data.pb.go +++ b/x/icacallbacks/types/callback_data.pb.go @@ -131,8 +131,8 @@ var fileDescriptor_19b6f19ce856679b = []byte{ 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, 0xcb, 0x31, 0x5c, 0x78, 0x2c, 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x43, 0x94, 0x59, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x7e, 0x30, 0x38, 0x1c, 0x74, 0x7d, 0x12, 0x93, 0x8a, 0xf5, 0xa1, 0x81, 0x57, 0x66, 0x64, - 0xa0, 0x5f, 0x81, 0x1a, 0x84, 0x25, 0x95, 0x05, 0xa9, 0xc5, 0x49, 0x6c, 0xe0, 0xb0, 0x33, 0x06, - 0x04, 0x00, 0x00, 0xff, 0xff, 0x8c, 0xd9, 0x45, 0x71, 0x66, 0x01, 0x00, 0x00, + 0xa8, 0x5f, 0x81, 0x1a, 0x84, 0x25, 0x95, 0x05, 0xa9, 0xc5, 0x49, 0x6c, 0xe0, 0xb0, 0x33, 0x06, + 0x04, 0x00, 0x00, 0xff, 0xff, 0x84, 0x3a, 0x25, 0x4d, 0x66, 0x01, 0x00, 0x00, } func (m *CallbackData) Marshal() (dAtA []byte, err error) { diff --git a/x/icacallbacks/types/genesis.pb.go b/x/icacallbacks/types/genesis.pb.go index 9f13e52655..0fb7446b2f 100644 --- a/x/icacallbacks/types/genesis.pb.go +++ b/x/icacallbacks/types/genesis.pb.go @@ -107,9 +107,9 @@ var fileDescriptor_8c333baddfa20681 = []byte{ 0x32, 0x8b, 0x4b, 0x9c, 0x02, 0x4e, 0x3c, 0x92, 0x63, 0xbc, 0xf0, 0x48, 0x8e, 0xf1, 0xc1, 0x23, 0x39, 0xc6, 0x09, 0x8f, 0xe5, 0x18, 0x2e, 0x3c, 0x96, 0x63, 0xb8, 0xf1, 0x58, 0x8e, 0x21, 0xca, 0x2c, 0x3d, 0xb3, 0x24, 0xa3, 0x34, 0x49, 0x2f, 0x39, 0x3f, 0x57, 0x3f, 0x18, 0x6c, 0xbc, 0xae, - 0x4f, 0x62, 0x52, 0xb1, 0x3e, 0x34, 0x54, 0xca, 0x8c, 0x0c, 0xf4, 0x2b, 0x50, 0xc3, 0xa6, 0xa4, - 0xb2, 0x20, 0xb5, 0x38, 0x89, 0x0d, 0x1c, 0x28, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0x91, - 0xfa, 0xe2, 0xaa, 0xaf, 0x01, 0x00, 0x00, + 0x4f, 0x62, 0x52, 0xb1, 0x3e, 0x34, 0x54, 0xca, 0x8c, 0x0c, 0xf5, 0x2b, 0x50, 0xc3, 0xa6, 0xa4, + 0xb2, 0x20, 0xb5, 0x38, 0x89, 0x0d, 0x1c, 0x28, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0x99, + 0x19, 0x82, 0x96, 0xaf, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/icacallbacks/types/genesis_test.go b/x/icacallbacks/types/genesis_test.go index 49dd76c96c..50772024e0 100644 --- a/x/icacallbacks/types/genesis_test.go +++ b/x/icacallbacks/types/genesis_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" ) func TestGenesisState_Validate(t *testing.T) { diff --git a/x/icacallbacks/types/packet.pb.go b/x/icacallbacks/types/packet.pb.go index 5944453572..291ee6ed55 100644 --- a/x/icacallbacks/types/packet.pb.go +++ b/x/icacallbacks/types/packet.pb.go @@ -150,8 +150,8 @@ var fileDescriptor_e68b4c401320f2a0 = []byte{ 0x14, 0x70, 0xe2, 0x91, 0x1c, 0xe3, 0x85, 0x47, 0x72, 0x8c, 0x0f, 0x1e, 0xc9, 0x31, 0x4e, 0x78, 0x2c, 0xc7, 0x70, 0xe1, 0xb1, 0x1c, 0xc3, 0x8d, 0xc7, 0x72, 0x0c, 0x51, 0x66, 0xe9, 0x99, 0x25, 0x19, 0xa5, 0x49, 0x7a, 0xc9, 0xf9, 0xb9, 0xfa, 0xc1, 0x60, 0xe3, 0x75, 0x7d, 0x12, 0x93, 0x8a, - 0xf5, 0xa1, 0xbe, 0x29, 0x33, 0x32, 0xd0, 0xaf, 0x40, 0xf5, 0x53, 0x49, 0x65, 0x41, 0x6a, 0x71, - 0x12, 0x1b, 0xd8, 0x4f, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0x13, 0xae, 0xd8, 0xbb, 0xf7, + 0xf5, 0xa1, 0xbe, 0x29, 0x33, 0x32, 0xd4, 0xaf, 0x40, 0xf5, 0x53, 0x49, 0x65, 0x41, 0x6a, 0x71, + 0x12, 0x1b, 0xd8, 0x4f, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0x1b, 0x4d, 0xb8, 0x87, 0xf7, 0x00, 0x00, 0x00, } diff --git a/x/icacallbacks/types/params.pb.go b/x/icacallbacks/types/params.pb.go index 2748531d69..f35e05d3ca 100644 --- a/x/icacallbacks/types/params.pb.go +++ b/x/icacallbacks/types/params.pb.go @@ -75,8 +75,8 @@ var fileDescriptor_4c402599e6cfed62 = []byte{ 0xf1, 0x48, 0x8e, 0xf1, 0xc2, 0x23, 0x39, 0xc6, 0x07, 0x8f, 0xe4, 0x18, 0x27, 0x3c, 0x96, 0x63, 0xb8, 0xf0, 0x58, 0x8e, 0xe1, 0xc6, 0x63, 0x39, 0x86, 0x28, 0xb3, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0xfd, 0x60, 0xb0, 0xf9, 0xba, 0x3e, 0x89, 0x49, 0xc5, 0xfa, 0x50, - 0xd7, 0x94, 0x19, 0x19, 0xe8, 0x57, 0xa0, 0xba, 0xa9, 0xa4, 0xb2, 0x20, 0xb5, 0x38, 0x89, 0x0d, - 0x6c, 0x91, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0xc5, 0xb2, 0x8f, 0xad, 0xb7, 0x00, 0x00, 0x00, + 0xd7, 0x94, 0x19, 0x19, 0xea, 0x57, 0xa0, 0xba, 0xa9, 0xa4, 0xb2, 0x20, 0xb5, 0x38, 0x89, 0x0d, + 0x6c, 0x91, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0xcd, 0x51, 0xef, 0x91, 0xb7, 0x00, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/icacallbacks/types/query.pb.go b/x/icacallbacks/types/query.pb.go index ea705ac0b0..0aa76f50a3 100644 --- a/x/icacallbacks/types/query.pb.go +++ b/x/icacallbacks/types/query.pb.go @@ -312,37 +312,37 @@ var fileDescriptor_5e73b99abb7e91c2 = []byte{ // 520 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x94, 0x3f, 0x6f, 0x13, 0x31, 0x18, 0xc6, 0xe3, 0x52, 0x22, 0xe1, 0x16, 0x21, 0xb9, 0x1d, 0x50, 0x5a, 0x5d, 0xdb, 0x1b, 0x48, - 0x41, 0xc2, 0x4e, 0x82, 0x54, 0x89, 0x01, 0x41, 0xcb, 0x9f, 0x0e, 0x74, 0x08, 0x61, 0x63, 0x41, + 0x41, 0xc2, 0x6e, 0x82, 0x54, 0x89, 0x01, 0x41, 0xcb, 0x9f, 0x0e, 0x74, 0x08, 0x61, 0x63, 0x41, 0xef, 0x5d, 0xad, 0xe3, 0x54, 0xe7, 0x7c, 0x8d, 0x9d, 0x8a, 0x08, 0xb1, 0x20, 0x46, 0x06, 0x24, 0xbe, 0x07, 0x1b, 0x0b, 0x9f, 0xa0, 0x63, 0x25, 0x16, 0x26, 0x84, 0x12, 0x3e, 0x08, 0x8a, 0xed, - 0x94, 0x3b, 0xd5, 0x69, 0x14, 0x36, 0xcb, 0x7e, 0xde, 0xe7, 0xf9, 0xbd, 0xf7, 0xbe, 0x3a, 0xbc, - 0xa1, 0x74, 0x2f, 0x3d, 0xe4, 0x2c, 0x8d, 0x21, 0x06, 0x21, 0x22, 0x88, 0x8f, 0x14, 0x3b, 0xee, - 0xf3, 0xde, 0x80, 0xe6, 0x3d, 0xa9, 0x25, 0x59, 0xb1, 0x02, 0x5a, 0x14, 0xd4, 0x56, 0x13, 0x99, - 0x48, 0xf3, 0xce, 0xc6, 0x27, 0x2b, 0xad, 0xad, 0x27, 0x52, 0x26, 0x82, 0x33, 0xc8, 0x53, 0x06, - 0x59, 0x26, 0x35, 0xe8, 0x54, 0x66, 0xca, 0xbd, 0xde, 0x89, 0xa5, 0xea, 0x4a, 0xc5, 0x22, 0x50, - 0xdc, 0x26, 0xb0, 0x93, 0x66, 0xc4, 0x35, 0x34, 0x59, 0x0e, 0x49, 0x9a, 0x19, 0xb1, 0xd3, 0x6e, - 0xfa, 0xa8, 0x72, 0xe8, 0x41, 0x77, 0xe2, 0x56, 0xf7, 0x29, 0x26, 0xa7, 0xd7, 0x87, 0xa0, 0xc1, - 0x0a, 0xc3, 0x55, 0x4c, 0x5e, 0x8c, 0xc3, 0xda, 0xa6, 0xba, 0xc3, 0x8f, 0xfb, 0x5c, 0xe9, 0xb0, - 0x8d, 0x57, 0x4a, 0xb7, 0x2a, 0x97, 0x99, 0xe2, 0xe4, 0x3e, 0xae, 0xda, 0x94, 0x9b, 0x68, 0x13, - 0x6d, 0x2f, 0xb5, 0xd6, 0xa8, 0xa7, 0x7b, 0x6a, 0x8b, 0xf6, 0x16, 0x4f, 0x7f, 0x6d, 0x54, 0x3a, - 0xae, 0x20, 0x7c, 0x84, 0xd7, 0x8c, 0xe3, 0x3e, 0xd7, 0x8f, 0x9d, 0xf2, 0x09, 0x68, 0x70, 0x81, - 0x64, 0x0b, 0x2f, 0x9f, 0xd3, 0x1d, 0xf1, 0x81, 0xf1, 0xbf, 0xd6, 0x59, 0x9a, 0xdc, 0x3d, 0xe7, - 0x83, 0x50, 0xe0, 0x75, 0xbf, 0x83, 0x83, 0x3b, 0xc0, 0xd7, 0x4b, 0x0d, 0x3a, 0xc6, 0x2d, 0x2f, - 0x63, 0xd1, 0xc1, 0x91, 0x9e, 0x03, 0x8c, 0xef, 0x42, 0xee, 0x78, 0x77, 0x85, 0xf0, 0xf1, 0x3e, - 0xc3, 0xf8, 0xdf, 0x54, 0x5c, 0xd2, 0x2d, 0x6a, 0x47, 0x48, 0xc7, 0x23, 0xa4, 0x76, 0x49, 0xdc, - 0x08, 0x69, 0x1b, 0x12, 0xee, 0x6a, 0x3b, 0x85, 0xca, 0xf0, 0x1b, 0x72, 0x5d, 0x5d, 0xc8, 0x99, - 0xde, 0xd5, 0x95, 0xff, 0xee, 0x8a, 0xec, 0x97, 0xb0, 0x17, 0x0c, 0x76, 0x7d, 0x26, 0xb6, 0x45, - 0x29, 0x72, 0xb7, 0x3e, 0x2e, 0xe2, 0xab, 0x86, 0x9b, 0x7c, 0x42, 0xb8, 0x6a, 0x27, 0x4e, 0xea, - 0x5e, 0xa8, 0x8b, 0xeb, 0x55, 0xdb, 0x9e, 0x2d, 0xb4, 0x99, 0x21, 0xfb, 0xf0, 0xe3, 0xcf, 0x97, - 0x85, 0xdb, 0xa4, 0xce, 0x5e, 0x9a, 0x8a, 0xbb, 0x07, 0x10, 0x29, 0x36, 0x7d, 0xfd, 0xc9, 0x77, - 0x84, 0x97, 0x8b, 0x9f, 0x81, 0x34, 0xa6, 0x67, 0xf9, 0x77, 0xb1, 0xd6, 0x9c, 0xa3, 0xc2, 0x61, + 0x94, 0x3b, 0xd5, 0xd7, 0xa8, 0x6c, 0x96, 0xfd, 0xbc, 0xcf, 0xf3, 0x7b, 0xef, 0x7d, 0x75, 0x78, + 0x4d, 0xe9, 0x7e, 0x7a, 0xc0, 0x59, 0x1a, 0x43, 0x0c, 0x42, 0x44, 0x10, 0x1f, 0x2a, 0x76, 0x34, + 0xe0, 0xfd, 0x21, 0xcd, 0xfb, 0x52, 0x4b, 0xb2, 0x64, 0x05, 0xb4, 0x28, 0x68, 0x2c, 0x27, 0x32, + 0x91, 0xe6, 0x9d, 0x4d, 0x4e, 0x56, 0xda, 0x58, 0x4d, 0xa4, 0x4c, 0x04, 0x67, 0x90, 0xa7, 0x0c, + 0xb2, 0x4c, 0x6a, 0xd0, 0xa9, 0xcc, 0x94, 0x7b, 0xbd, 0x13, 0x4b, 0xd5, 0x93, 0x8a, 0x45, 0xa0, + 0xb8, 0x4d, 0x60, 0xc7, 0xad, 0x88, 0x6b, 0x68, 0xb1, 0x1c, 0x92, 0x34, 0x33, 0x62, 0xa7, 0x5d, + 0xf7, 0x51, 0xe5, 0xd0, 0x87, 0xde, 0xd4, 0xad, 0xe9, 0x53, 0x4c, 0x4f, 0xaf, 0x0f, 0x40, 0x83, + 0x15, 0x86, 0xcb, 0x98, 0xbc, 0x98, 0x84, 0x75, 0x4c, 0x75, 0x97, 0x1f, 0x0d, 0xb8, 0xd2, 0x61, + 0x07, 0x2f, 0x95, 0x6e, 0x55, 0x2e, 0x33, 0xc5, 0xc9, 0x7d, 0x5c, 0xb7, 0x29, 0x37, 0xd1, 0x3a, + 0xda, 0x5c, 0x68, 0xaf, 0x50, 0x4f, 0xf7, 0xd4, 0x16, 0xed, 0xce, 0x9f, 0xfc, 0x5a, 0xab, 0x75, + 0x5d, 0x41, 0xf8, 0x08, 0xaf, 0x18, 0xc7, 0x3d, 0xae, 0x1f, 0x3b, 0xe5, 0x13, 0xd0, 0xe0, 0x02, + 0xc9, 0x06, 0x5e, 0x3c, 0xa3, 0x3b, 0xe4, 0x43, 0xe3, 0x7f, 0xad, 0xbb, 0x30, 0xbd, 0x7b, 0xce, + 0x87, 0xa1, 0xc0, 0xab, 0x7e, 0x07, 0x07, 0xb7, 0x8f, 0xaf, 0x97, 0x1a, 0x74, 0x8c, 0x1b, 0x5e, + 0xc6, 0xa2, 0x83, 0x23, 0x3d, 0x03, 0x98, 0xdc, 0x85, 0xdc, 0xf1, 0xee, 0x08, 0xe1, 0xe3, 0x7d, + 0x86, 0xf1, 0xbf, 0xa9, 0xb8, 0xa4, 0x5b, 0xd4, 0x8e, 0x90, 0x4e, 0x46, 0x48, 0xed, 0x92, 0xb8, + 0x11, 0xd2, 0x0e, 0x24, 0xdc, 0xd5, 0x76, 0x0b, 0x95, 0xe1, 0x37, 0xe4, 0xba, 0x3a, 0x97, 0x53, + 0xdd, 0xd5, 0x95, 0xff, 0xee, 0x8a, 0xec, 0x95, 0xb0, 0xe7, 0x0c, 0x76, 0x73, 0x26, 0xb6, 0x45, + 0x29, 0x72, 0xb7, 0x3f, 0xce, 0xe3, 0xab, 0x86, 0x9b, 0x7c, 0x42, 0xb8, 0x6e, 0x27, 0x4e, 0x9a, + 0x5e, 0xa8, 0xf3, 0xeb, 0xd5, 0xd8, 0x9c, 0x2d, 0xb4, 0x99, 0x21, 0xfb, 0xf0, 0xe3, 0xcf, 0x97, + 0xb9, 0xdb, 0xa4, 0xc9, 0x5e, 0x9a, 0x8a, 0xbb, 0xfb, 0x10, 0x29, 0x56, 0xbd, 0xfe, 0xe4, 0x3b, + 0xc2, 0x8b, 0xc5, 0xcf, 0x40, 0xb6, 0xaa, 0xb3, 0xfc, 0xbb, 0xd8, 0x68, 0x5d, 0xa2, 0xc2, 0x61, 0x3e, 0x35, 0x98, 0x0f, 0xc9, 0x83, 0x99, 0x98, 0xa5, 0x61, 0xb2, 0x77, 0xc5, 0xa5, 0x7f, 0x4f, - 0xbe, 0x22, 0x7c, 0xa3, 0xe8, 0xbf, 0x2b, 0xc4, 0x65, 0xfc, 0xfe, 0xdd, 0xbc, 0x8c, 0x7f, 0xca, - 0x96, 0x85, 0x3b, 0x86, 0xbf, 0x41, 0xe8, 0x7c, 0xfc, 0x7b, 0xed, 0xd3, 0x61, 0x80, 0xce, 0x86, - 0x01, 0xfa, 0x3d, 0x0c, 0xd0, 0xe7, 0x51, 0x50, 0x39, 0x1b, 0x05, 0x95, 0x9f, 0xa3, 0xa0, 0xf2, - 0x6a, 0x27, 0x49, 0xf5, 0x9b, 0x7e, 0x44, 0x63, 0xd9, 0xf5, 0x79, 0x9e, 0xb4, 0x1a, 0xec, 0x6d, - 0xd9, 0x59, 0x0f, 0x72, 0xae, 0xa2, 0xaa, 0xf9, 0x2d, 0xdd, 0xfb, 0x1b, 0x00, 0x00, 0xff, 0xff, - 0xfd, 0xe1, 0x66, 0x81, 0x79, 0x05, 0x00, 0x00, + 0xbe, 0x22, 0x7c, 0xa3, 0xe8, 0xbf, 0x23, 0xc4, 0x45, 0xfc, 0xfe, 0xdd, 0xbc, 0x88, 0xbf, 0x62, + 0xcb, 0xc2, 0x6d, 0xc3, 0xbf, 0x45, 0xe8, 0xe5, 0xf8, 0x77, 0x3b, 0x27, 0xa3, 0x00, 0x9d, 0x8e, + 0x02, 0xf4, 0x7b, 0x14, 0xa0, 0xcf, 0xe3, 0xa0, 0x76, 0x3a, 0x0e, 0x6a, 0x3f, 0xc7, 0x41, 0xed, + 0xd5, 0x76, 0x92, 0xea, 0x37, 0x83, 0x88, 0xc6, 0xb2, 0xe7, 0xf3, 0x3c, 0x6e, 0xb7, 0xd8, 0xdb, + 0xb2, 0xb3, 0x1e, 0xe6, 0x5c, 0x45, 0x75, 0xf3, 0x5b, 0xba, 0xf7, 0x37, 0x00, 0x00, 0xff, 0xff, + 0xf5, 0x02, 0x06, 0xbd, 0x79, 0x05, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/icacallbacks/types/tx.pb.go b/x/icacallbacks/types/tx.pb.go index d06acf057e..f979ad1945 100644 --- a/x/icacallbacks/types/tx.pb.go +++ b/x/icacallbacks/types/tx.pb.go @@ -33,9 +33,9 @@ var fileDescriptor_c4981fec5f7fee51 = []byte{ 0xb1, 0x72, 0x31, 0xfb, 0x16, 0xa7, 0x3b, 0x05, 0x9c, 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, 0xcb, 0x31, 0x5c, 0x78, 0x2c, 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x43, 0x94, 0x59, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x7e, 0x30, - 0xd8, 0x00, 0x5d, 0x9f, 0xc4, 0xa4, 0x62, 0x7d, 0xa8, 0x55, 0x65, 0x46, 0x06, 0xfa, 0x15, 0x68, + 0xd8, 0x00, 0x5d, 0x9f, 0xc4, 0xa4, 0x62, 0x7d, 0xa8, 0x55, 0x65, 0x46, 0x86, 0xfa, 0x15, 0x68, 0x16, 0x56, 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0x2d, 0x35, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, - 0xa4, 0x26, 0x1e, 0x23, 0x94, 0x00, 0x00, 0x00, + 0xac, 0xc5, 0x7e, 0x1f, 0x94, 0x00, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/icaoracle/client/cli/cli_test.go b/x/icaoracle/client/cli/cli_test.go index e44cd820b1..c773ad898d 100644 --- a/x/icaoracle/client/cli/cli_test.go +++ b/x/icaoracle/client/cli/cli_test.go @@ -11,11 +11,11 @@ import ( "github.com/spf13/cobra" "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v20/app" - cmdcfg "github.com/Stride-Labs/stride/v20/cmd/strided/config" - strideclitestutil "github.com/Stride-Labs/stride/v20/testutil/cli" - "github.com/Stride-Labs/stride/v20/testutil/network" - "github.com/Stride-Labs/stride/v20/x/icaoracle/types" + "github.com/Stride-Labs/stride/v21/app" + cmdcfg "github.com/Stride-Labs/stride/v21/cmd/strided/config" + strideclitestutil "github.com/Stride-Labs/stride/v21/testutil/cli" + "github.com/Stride-Labs/stride/v21/testutil/network" + "github.com/Stride-Labs/stride/v21/x/icaoracle/types" ) var ( diff --git a/x/icaoracle/client/cli/query.go b/x/icaoracle/client/cli/query.go index c18e0e6f63..74e1ea2bb4 100644 --- a/x/icaoracle/client/cli/query.go +++ b/x/icaoracle/client/cli/query.go @@ -13,7 +13,7 @@ import ( "github.com/cosmos/cosmos-sdk/version" "github.com/gogo/protobuf/proto" - "github.com/Stride-Labs/stride/v20/x/icaoracle/types" + "github.com/Stride-Labs/stride/v21/x/icaoracle/types" ) const ( diff --git a/x/icaoracle/client/cli/query_test.go b/x/icaoracle/client/cli/query_test.go index e0cc5bef24..1962400347 100644 --- a/x/icaoracle/client/cli/query_test.go +++ b/x/icaoracle/client/cli/query_test.go @@ -1,6 +1,6 @@ package cli_test -import "github.com/Stride-Labs/stride/v20/x/icaoracle/client/cli" +import "github.com/Stride-Labs/stride/v21/x/icaoracle/client/cli" func (s *ClientTestSuite) TestCmdQueryOracle() { args := []string{ diff --git a/x/icaoracle/client/cli/tx.go b/x/icaoracle/client/cli/tx.go index 6c04393452..7f06eea6ad 100644 --- a/x/icaoracle/client/cli/tx.go +++ b/x/icaoracle/client/cli/tx.go @@ -12,7 +12,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" "github.com/cosmos/cosmos-sdk/version" - "github.com/Stride-Labs/stride/v20/x/icaoracle/types" + "github.com/Stride-Labs/stride/v21/x/icaoracle/types" ) // GetTxCmd returns the transaction commands for this module diff --git a/x/icaoracle/client/cli/tx_test.go b/x/icaoracle/client/cli/tx_test.go index 0988632e7e..4b2d1cea2e 100644 --- a/x/icaoracle/client/cli/tx_test.go +++ b/x/icaoracle/client/cli/tx_test.go @@ -1,7 +1,7 @@ package cli_test import ( - "github.com/Stride-Labs/stride/v20/x/icaoracle/client/cli" + "github.com/Stride-Labs/stride/v21/x/icaoracle/client/cli" ) func (s *ClientTestSuite) TestCmdRestoreOracleICA() { diff --git a/x/icaoracle/ibc_middleware.go b/x/icaoracle/ibc_middleware.go index 52a43f4de2..09dec09fd6 100644 --- a/x/icaoracle/ibc_middleware.go +++ b/x/icaoracle/ibc_middleware.go @@ -11,7 +11,7 @@ import ( porttypes "github.com/cosmos/ibc-go/v7/modules/core/05-port/types" ibcexported "github.com/cosmos/ibc-go/v7/modules/core/exported" - "github.com/Stride-Labs/stride/v20/x/icaoracle/keeper" + "github.com/Stride-Labs/stride/v21/x/icaoracle/keeper" ) var _ porttypes.Middleware = &IBCMiddleware{} diff --git a/x/icaoracle/keeper/events.go b/x/icaoracle/keeper/events.go index d5ec8a3a55..ed3bddc855 100644 --- a/x/icaoracle/keeper/events.go +++ b/x/icaoracle/keeper/events.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/icaoracle/types" + "github.com/Stride-Labs/stride/v21/x/icaoracle/types" ) // Emits an event for an oracle update diff --git a/x/icaoracle/keeper/genesis.go b/x/icaoracle/keeper/genesis.go index ba1e2c71f1..c62a63dc8b 100644 --- a/x/icaoracle/keeper/genesis.go +++ b/x/icaoracle/keeper/genesis.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/icaoracle/types" + "github.com/Stride-Labs/stride/v21/x/icaoracle/types" ) // InitGenesis initializes the capability module's state from a provided genesis diff --git a/x/icaoracle/keeper/genesis_test.go b/x/icaoracle/keeper/genesis_test.go index b8d9fe76d7..6e075af614 100644 --- a/x/icaoracle/keeper/genesis_test.go +++ b/x/icaoracle/keeper/genesis_test.go @@ -1,7 +1,7 @@ package keeper_test import ( - "github.com/Stride-Labs/stride/v20/x/icaoracle/types" + "github.com/Stride-Labs/stride/v21/x/icaoracle/types" ) func (s *KeeperTestSuite) TestGenesis() { diff --git a/x/icaoracle/keeper/grpc_query.go b/x/icaoracle/keeper/grpc_query.go index d23e9fe7d6..6a10929ea9 100644 --- a/x/icaoracle/keeper/grpc_query.go +++ b/x/icaoracle/keeper/grpc_query.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/icaoracle/types" + "github.com/Stride-Labs/stride/v21/x/icaoracle/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/icaoracle/keeper/grpc_query_test.go b/x/icaoracle/keeper/grpc_query_test.go index 04f8e73ed8..989b1d927f 100644 --- a/x/icaoracle/keeper/grpc_query_test.go +++ b/x/icaoracle/keeper/grpc_query_test.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - "github.com/Stride-Labs/stride/v20/x/icaoracle/types" + "github.com/Stride-Labs/stride/v21/x/icaoracle/types" ) func (s *KeeperTestSuite) TestQueryOracle() { diff --git a/x/icaoracle/keeper/ibc.go b/x/icaoracle/keeper/ibc.go index 7ae2e52770..e19566e22f 100644 --- a/x/icaoracle/keeper/ibc.go +++ b/x/icaoracle/keeper/ibc.go @@ -10,8 +10,8 @@ import ( icacontrollertypes "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/controller/types" icatypes "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/types" - icacallbacktypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v20/x/icaoracle/types" + icacallbacktypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v21/x/icaoracle/types" ) func (k Keeper) OnChanOpenAck(ctx sdk.Context, portID, channelID string) error { diff --git a/x/icaoracle/keeper/ibc_test.go b/x/icaoracle/keeper/ibc_test.go index 9a4a4b1f85..6f472eb305 100644 --- a/x/icaoracle/keeper/ibc_test.go +++ b/x/icaoracle/keeper/ibc_test.go @@ -10,9 +10,9 @@ import ( proto "github.com/cosmos/gogoproto/proto" - icacallbacktypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" + icacallbacktypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v20/x/icaoracle/types" + "github.com/Stride-Labs/stride/v21/x/icaoracle/types" ) // ------------------------------------------ diff --git a/x/icaoracle/keeper/icacallbacks.go b/x/icaoracle/keeper/icacallbacks.go index 1c1a4786e0..054588bcfd 100644 --- a/x/icaoracle/keeper/icacallbacks.go +++ b/x/icaoracle/keeper/icacallbacks.go @@ -1,7 +1,7 @@ package keeper import ( - icacallbackstypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" + icacallbackstypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" ) const ( diff --git a/x/icaoracle/keeper/icacallbacks_instantiate_oracle.go b/x/icaoracle/keeper/icacallbacks_instantiate_oracle.go index 55218f3827..25800dec0c 100644 --- a/x/icaoracle/keeper/icacallbacks_instantiate_oracle.go +++ b/x/icaoracle/keeper/icacallbacks_instantiate_oracle.go @@ -8,9 +8,9 @@ import ( "github.com/cosmos/gogoproto/proto" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - "github.com/Stride-Labs/stride/v20/utils" - icacallbackstypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v20/x/icaoracle/types" + "github.com/Stride-Labs/stride/v21/utils" + icacallbackstypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v21/x/icaoracle/types" ) // Callback after an instantiating an oracle's CW contract diff --git a/x/icaoracle/keeper/icacallbacks_instantiate_oracle_test.go b/x/icaoracle/keeper/icacallbacks_instantiate_oracle_test.go index e3d58b0978..91d01e7ccb 100644 --- a/x/icaoracle/keeper/icacallbacks_instantiate_oracle_test.go +++ b/x/icaoracle/keeper/icacallbacks_instantiate_oracle_test.go @@ -5,8 +5,8 @@ import ( "github.com/cosmos/gogoproto/proto" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - icacallbacktypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v20/x/icaoracle/types" + icacallbacktypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v21/x/icaoracle/types" ) type InstantiateOracleCallbackTestCase struct { diff --git a/x/icaoracle/keeper/icacallbacks_update_oracle.go b/x/icaoracle/keeper/icacallbacks_update_oracle.go index 2323d2faab..1ca2cc49ec 100644 --- a/x/icaoracle/keeper/icacallbacks_update_oracle.go +++ b/x/icaoracle/keeper/icacallbacks_update_oracle.go @@ -3,10 +3,10 @@ package keeper import ( errorsmod "cosmossdk.io/errors" - "github.com/Stride-Labs/stride/v20/utils" - "github.com/Stride-Labs/stride/v20/x/icaoracle/types" + "github.com/Stride-Labs/stride/v21/utils" + "github.com/Stride-Labs/stride/v21/x/icaoracle/types" - icacallbackstypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" + icacallbackstypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/gogoproto/proto" diff --git a/x/icaoracle/keeper/icacallbacks_update_oracle_test.go b/x/icaoracle/keeper/icacallbacks_update_oracle_test.go index eec92dd378..a79a191389 100644 --- a/x/icaoracle/keeper/icacallbacks_update_oracle_test.go +++ b/x/icaoracle/keeper/icacallbacks_update_oracle_test.go @@ -4,8 +4,8 @@ import ( "github.com/cosmos/gogoproto/proto" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - icacallbacktypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v20/x/icaoracle/types" + icacallbacktypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v21/x/icaoracle/types" ) func (s *KeeperTestSuite) SetupTestUpdateOracleCallback() types.Metric { diff --git a/x/icaoracle/keeper/icaoracle.go b/x/icaoracle/keeper/icaoracle.go index 269e6c1086..5b12bb2836 100644 --- a/x/icaoracle/keeper/icaoracle.go +++ b/x/icaoracle/keeper/icaoracle.go @@ -10,7 +10,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" proto "github.com/cosmos/gogoproto/proto" - "github.com/Stride-Labs/stride/v20/x/icaoracle/types" + "github.com/Stride-Labs/stride/v21/x/icaoracle/types" ) var ( diff --git a/x/icaoracle/keeper/icaoracle_test.go b/x/icaoracle/keeper/icaoracle_test.go index bbfa0cf854..3f0e2e4536 100644 --- a/x/icaoracle/keeper/icaoracle_test.go +++ b/x/icaoracle/keeper/icaoracle_test.go @@ -5,9 +5,9 @@ import ( channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" ibctesting "github.com/cosmos/ibc-go/v7/testing" - icacallbacktypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v20/x/icaoracle/keeper" - "github.com/Stride-Labs/stride/v20/x/icaoracle/types" + icacallbacktypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v21/x/icaoracle/keeper" + "github.com/Stride-Labs/stride/v21/x/icaoracle/types" ) type SubmitMetricUpdateTestCase struct { diff --git a/x/icaoracle/keeper/keeper.go b/x/icaoracle/keeper/keeper.go index a7b1e50879..8368e958a8 100644 --- a/x/icaoracle/keeper/keeper.go +++ b/x/icaoracle/keeper/keeper.go @@ -10,7 +10,7 @@ import ( paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" icacontrollerkeeper "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/controller/keeper" - "github.com/Stride-Labs/stride/v20/x/icaoracle/types" + "github.com/Stride-Labs/stride/v21/x/icaoracle/types" ) type Keeper struct { diff --git a/x/icaoracle/keeper/keeper_test.go b/x/icaoracle/keeper/keeper_test.go index 267de9b96e..b69ce17276 100644 --- a/x/icaoracle/keeper/keeper_test.go +++ b/x/icaoracle/keeper/keeper_test.go @@ -7,9 +7,9 @@ import ( channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v20/app/apptesting" - "github.com/Stride-Labs/stride/v20/x/icaoracle/keeper" - "github.com/Stride-Labs/stride/v20/x/icaoracle/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + "github.com/Stride-Labs/stride/v21/x/icaoracle/keeper" + "github.com/Stride-Labs/stride/v21/x/icaoracle/types" ) var ( diff --git a/x/icaoracle/keeper/metric.go b/x/icaoracle/keeper/metric.go index a9c88e098a..022a643c45 100644 --- a/x/icaoracle/keeper/metric.go +++ b/x/icaoracle/keeper/metric.go @@ -4,7 +4,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/icaoracle/types" + "github.com/Stride-Labs/stride/v21/x/icaoracle/types" ) // Stores a metric in the main metric store and then either diff --git a/x/icaoracle/keeper/metric_test.go b/x/icaoracle/keeper/metric_test.go index 3ecca75bfc..23bd865177 100644 --- a/x/icaoracle/keeper/metric_test.go +++ b/x/icaoracle/keeper/metric_test.go @@ -3,7 +3,7 @@ package keeper_test import ( "strconv" - "github.com/Stride-Labs/stride/v20/x/icaoracle/types" + "github.com/Stride-Labs/stride/v21/x/icaoracle/types" ) // Helper function to create 5 metric objects with various attributes diff --git a/x/icaoracle/keeper/msg_server.go b/x/icaoracle/keeper/msg_server.go index 7b5fee57ce..fae1b0235b 100644 --- a/x/icaoracle/keeper/msg_server.go +++ b/x/icaoracle/keeper/msg_server.go @@ -13,7 +13,7 @@ import ( icatypes "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/types" ibctmtypes "github.com/cosmos/ibc-go/v7/modules/light-clients/07-tendermint" - "github.com/Stride-Labs/stride/v20/x/icaoracle/types" + "github.com/Stride-Labs/stride/v21/x/icaoracle/types" ) type msgServer struct { diff --git a/x/icaoracle/keeper/msg_server_add_oracle_test.go b/x/icaoracle/keeper/msg_server_add_oracle_test.go index 87b760eb0b..dae0349057 100644 --- a/x/icaoracle/keeper/msg_server_add_oracle_test.go +++ b/x/icaoracle/keeper/msg_server_add_oracle_test.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/icaoracle/types" + "github.com/Stride-Labs/stride/v21/x/icaoracle/types" ) func (s *KeeperTestSuite) SetupTestAddOracle() types.MsgAddOracle { diff --git a/x/icaoracle/keeper/msg_server_instantiate_oracle_test.go b/x/icaoracle/keeper/msg_server_instantiate_oracle_test.go index 53fef5d3e2..22042c7f9a 100644 --- a/x/icaoracle/keeper/msg_server_instantiate_oracle_test.go +++ b/x/icaoracle/keeper/msg_server_instantiate_oracle_test.go @@ -5,8 +5,8 @@ import ( ibctesting "github.com/cosmos/ibc-go/v7/testing" - icacallbacktypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v20/x/icaoracle/types" + icacallbacktypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v21/x/icaoracle/types" ) type InstantiateOracleTestCase struct { diff --git a/x/icaoracle/keeper/msg_server_remove_oracle_test.go b/x/icaoracle/keeper/msg_server_remove_oracle_test.go index 71f3cb598b..10b7e8a310 100644 --- a/x/icaoracle/keeper/msg_server_remove_oracle_test.go +++ b/x/icaoracle/keeper/msg_server_remove_oracle_test.go @@ -3,7 +3,7 @@ package keeper_test import ( "fmt" - "github.com/Stride-Labs/stride/v20/x/icaoracle/types" + "github.com/Stride-Labs/stride/v21/x/icaoracle/types" ) func (s *KeeperTestSuite) TestGovRemoveOracle() { diff --git a/x/icaoracle/keeper/msg_server_restore_oracle_ica_test.go b/x/icaoracle/keeper/msg_server_restore_oracle_ica_test.go index 3ab0192099..53b809bd3c 100644 --- a/x/icaoracle/keeper/msg_server_restore_oracle_ica_test.go +++ b/x/icaoracle/keeper/msg_server_restore_oracle_ica_test.go @@ -8,7 +8,7 @@ import ( channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" ibctesting "github.com/cosmos/ibc-go/v7/testing" - "github.com/Stride-Labs/stride/v20/x/icaoracle/types" + "github.com/Stride-Labs/stride/v21/x/icaoracle/types" ) type RestoreOracleICATestCase struct { diff --git a/x/icaoracle/keeper/msg_server_toggle_oracle_test.go b/x/icaoracle/keeper/msg_server_toggle_oracle_test.go index 33dd27be1d..3dfa0d1dde 100644 --- a/x/icaoracle/keeper/msg_server_toggle_oracle_test.go +++ b/x/icaoracle/keeper/msg_server_toggle_oracle_test.go @@ -1,7 +1,7 @@ package keeper_test import ( - "github.com/Stride-Labs/stride/v20/x/icaoracle/types" + "github.com/Stride-Labs/stride/v21/x/icaoracle/types" ) func (s *KeeperTestSuite) TestGovToggleOracle() { diff --git a/x/icaoracle/keeper/oracle.go b/x/icaoracle/keeper/oracle.go index 47d1a0ab91..731d746708 100644 --- a/x/icaoracle/keeper/oracle.go +++ b/x/icaoracle/keeper/oracle.go @@ -7,7 +7,7 @@ import ( channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - "github.com/Stride-Labs/stride/v20/x/icaoracle/types" + "github.com/Stride-Labs/stride/v21/x/icaoracle/types" ) // Stores/updates an oracle object in the store diff --git a/x/icaoracle/keeper/oracle_test.go b/x/icaoracle/keeper/oracle_test.go index 400dc31635..d11b26ca7b 100644 --- a/x/icaoracle/keeper/oracle_test.go +++ b/x/icaoracle/keeper/oracle_test.go @@ -5,7 +5,7 @@ import ( channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" ibctesting "github.com/cosmos/ibc-go/v7/testing" - "github.com/Stride-Labs/stride/v20/x/icaoracle/types" + "github.com/Stride-Labs/stride/v21/x/icaoracle/types" ) func (s *KeeperTestSuite) TestGetOracle() { diff --git a/x/icaoracle/module.go b/x/icaoracle/module.go index 2dd2b003f9..c77c91fca5 100644 --- a/x/icaoracle/module.go +++ b/x/icaoracle/module.go @@ -17,9 +17,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/Stride-Labs/stride/v20/x/icaoracle/client/cli" - "github.com/Stride-Labs/stride/v20/x/icaoracle/keeper" - "github.com/Stride-Labs/stride/v20/x/icaoracle/types" + "github.com/Stride-Labs/stride/v21/x/icaoracle/client/cli" + "github.com/Stride-Labs/stride/v21/x/icaoracle/keeper" + "github.com/Stride-Labs/stride/v21/x/icaoracle/types" ) var ( diff --git a/x/icaoracle/types/callbacks.pb.go b/x/icaoracle/types/callbacks.pb.go index 1b1c29902e..17ae7df895 100644 --- a/x/icaoracle/types/callbacks.pb.go +++ b/x/icaoracle/types/callbacks.pb.go @@ -141,9 +141,9 @@ var fileDescriptor_7b4c39df2554f0a2 = []byte{ 0x08, 0xaa, 0xce, 0xc9, 0xf7, 0xc4, 0x23, 0x39, 0xc6, 0x0b, 0x8f, 0xe4, 0x18, 0x1f, 0x3c, 0x92, 0x63, 0x9c, 0xf0, 0x58, 0x8e, 0xe1, 0xc2, 0x63, 0x39, 0x86, 0x1b, 0x8f, 0xe5, 0x18, 0xa2, 0x8c, 0xd3, 0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, 0x92, 0xf3, 0x73, 0xf5, 0x83, 0xc1, 0xa6, 0xe8, 0xfa, - 0x24, 0x26, 0x15, 0xeb, 0x43, 0x43, 0xa2, 0xcc, 0xc8, 0x40, 0xbf, 0x02, 0x29, 0x3c, 0x4a, 0x2a, - 0x0b, 0x52, 0x8b, 0x93, 0xd8, 0xc0, 0x81, 0x61, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0x1c, 0xfc, - 0x1f, 0x42, 0x64, 0x01, 0x00, 0x00, + 0x24, 0x26, 0x15, 0xeb, 0x43, 0x43, 0xa2, 0xcc, 0xc8, 0x50, 0xbf, 0x02, 0x29, 0x3c, 0x4a, 0x2a, + 0x0b, 0x52, 0x8b, 0x93, 0xd8, 0xc0, 0x81, 0x61, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0x5d, 0xe7, + 0x93, 0x2c, 0x64, 0x01, 0x00, 0x00, } func (m *InstantiateOracleCallback) Marshal() (dAtA []byte, err error) { diff --git a/x/icaoracle/types/contract.pb.go b/x/icaoracle/types/contract.pb.go index d1153c9625..1a7e2c5ff0 100644 --- a/x/icaoracle/types/contract.pb.go +++ b/x/icaoracle/types/contract.pb.go @@ -217,7 +217,7 @@ var fileDescriptor_8bf036e49b48ee03 = []byte{ // 374 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x5c, 0x91, 0xc1, 0xce, 0xd2, 0x40, 0x10, 0xc7, 0xa9, 0x08, 0x89, 0x5b, 0x48, 0x70, 0xf5, 0xd0, 0x83, 0x29, 0x88, 0x17, 0x2e, 0xb6, - 0x06, 0x5e, 0x40, 0x25, 0x26, 0x92, 0xd8, 0x68, 0x90, 0x93, 0x97, 0xba, 0xdd, 0x8e, 0xed, 0x86, + 0x11, 0x5e, 0x40, 0x25, 0x26, 0x92, 0xd8, 0x68, 0x90, 0x93, 0x97, 0xba, 0xdd, 0x8e, 0xed, 0x86, 0xb6, 0xdb, 0xec, 0x4e, 0x09, 0xbc, 0x85, 0x0f, 0xe4, 0x03, 0x78, 0xe4, 0xe8, 0xd1, 0xc0, 0x8b, 0x18, 0x76, 0x2b, 0x7c, 0xdf, 0x77, 0x9b, 0xf9, 0xfd, 0xff, 0x93, 0xff, 0xec, 0x0e, 0x19, 0x6b, 0x54, 0x22, 0x85, 0x50, 0x70, 0x26, 0x15, 0xe3, 0x05, 0x84, 0x5c, 0x56, 0xa8, 0x18, 0xc7, 0xa0, @@ -237,8 +237,8 @@ var fileDescriptor_8bf036e49b48ee03 = []byte{ 0x47, 0xbf, 0x4f, 0xbe, 0x73, 0x3c, 0xf9, 0xce, 0xdf, 0x93, 0xef, 0xfc, 0x3c, 0xfb, 0x9d, 0xe3, 0xd9, 0xef, 0xfc, 0x39, 0xfb, 0x9d, 0x6f, 0x8b, 0x4c, 0x60, 0xde, 0x24, 0x01, 0x97, 0x65, 0xf8, 0xd5, 0xfc, 0xc7, 0xeb, 0x4f, 0x2c, 0xd1, 0x61, 0x7b, 0xf9, 0xdd, 0xfc, 0x4d, 0xb8, 0xbf, 0x73, - 0xff, 0xcb, 0x1b, 0x74, 0xd2, 0x37, 0xd7, 0x5f, 0xfc, 0x0b, 0x00, 0x00, 0xff, 0xff, 0xb5, 0xc5, - 0xfa, 0xb5, 0x20, 0x02, 0x00, 0x00, + 0xff, 0xcb, 0x1b, 0x74, 0xd2, 0x37, 0xd7, 0x5f, 0xfc, 0x0b, 0x00, 0x00, 0xff, 0xff, 0xf4, 0xde, + 0x76, 0xdb, 0x20, 0x02, 0x00, 0x00, } func (m *MsgInstantiateOracleContract) Marshal() (dAtA []byte, err error) { diff --git a/x/icaoracle/types/expected_keepers.go b/x/icaoracle/types/expected_keepers.go index 49d8a87175..7e3a6ae0e5 100644 --- a/x/icaoracle/types/expected_keepers.go +++ b/x/icaoracle/types/expected_keepers.go @@ -9,7 +9,7 @@ import ( "github.com/cosmos/ibc-go/v7/modules/core/exported" ibcexported "github.com/cosmos/ibc-go/v7/modules/core/exported" - icacallbackstypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" + icacallbackstypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" ) // ClientKeeper defines the expected IBC client keeper diff --git a/x/icaoracle/types/genesis.pb.go b/x/icaoracle/types/genesis.pb.go index 47f67c9c09..f91149efb6 100644 --- a/x/icaoracle/types/genesis.pb.go +++ b/x/icaoracle/types/genesis.pb.go @@ -145,8 +145,8 @@ var fileDescriptor_89fd81957c6adfb8 = []byte{ 0xdf, 0x13, 0x8f, 0xe4, 0x18, 0x2f, 0x3c, 0x92, 0x63, 0x7c, 0xf0, 0x48, 0x8e, 0x71, 0xc2, 0x63, 0x39, 0x86, 0x0b, 0x8f, 0xe5, 0x18, 0x6e, 0x3c, 0x96, 0x63, 0x88, 0x32, 0x4e, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0x0f, 0x06, 0x1b, 0xaf, 0xeb, 0x93, 0x98, 0x54, 0xac, - 0x0f, 0x0d, 0xce, 0x32, 0x23, 0x03, 0xfd, 0x0a, 0xa4, 0x40, 0x2d, 0xa9, 0x2c, 0x48, 0x2d, 0x4e, - 0x62, 0x03, 0x87, 0xa8, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0x9a, 0xaf, 0x4e, 0xd6, 0xbd, 0x01, + 0x0f, 0x0d, 0xce, 0x32, 0x23, 0x43, 0xfd, 0x0a, 0xa4, 0x40, 0x2d, 0xa9, 0x2c, 0x48, 0x2d, 0x4e, + 0x62, 0x03, 0x87, 0xa8, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0xdb, 0xb4, 0xc2, 0xb8, 0xbd, 0x01, 0x00, 0x00, } diff --git a/x/icaoracle/types/genesis_test.go b/x/icaoracle/types/genesis_test.go index 3f5fb15175..7c45adabae 100644 --- a/x/icaoracle/types/genesis_test.go +++ b/x/icaoracle/types/genesis_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v20/app/apptesting" - "github.com/Stride-Labs/stride/v20/x/icaoracle/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + "github.com/Stride-Labs/stride/v21/x/icaoracle/types" ) func TestValidateGenesis(t *testing.T) { diff --git a/x/icaoracle/types/ica_test.go b/x/icaoracle/types/ica_test.go index cfdbc0adbd..70b1cbd8de 100644 --- a/x/icaoracle/types/ica_test.go +++ b/x/icaoracle/types/ica_test.go @@ -9,7 +9,7 @@ import ( proto "github.com/cosmos/gogoproto/proto" - "github.com/Stride-Labs/stride/v20/x/icaoracle/types" + "github.com/Stride-Labs/stride/v21/x/icaoracle/types" ) func TestValidateICATx(t *testing.T) { diff --git a/x/icaoracle/types/icaoracle.pb.go b/x/icaoracle/types/icaoracle.pb.go index c532d900be..08ece742fd 100644 --- a/x/icaoracle/types/icaoracle.pb.go +++ b/x/icaoracle/types/icaoracle.pb.go @@ -305,7 +305,7 @@ var fileDescriptor_842e38c1f0da9e66 = []byte{ // 557 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x93, 0xc1, 0x6e, 0xd3, 0x4c, 0x14, 0x85, 0xe3, 0xe6, 0xaf, 0xdb, 0xde, 0xa6, 0x7f, 0xcd, 0x28, 0x82, 0x34, 0x12, 0xc6, 0xa4, - 0x2c, 0x02, 0x52, 0x1d, 0xd4, 0x4a, 0x6c, 0x51, 0x68, 0x0c, 0x58, 0x22, 0x6d, 0xb1, 0x93, 0x0d, + 0x2c, 0x02, 0x52, 0x1d, 0xd1, 0x4a, 0x6c, 0x51, 0x68, 0x0c, 0x58, 0x22, 0x6d, 0xb1, 0x93, 0x0d, 0x1b, 0x6b, 0x32, 0x33, 0x4a, 0x46, 0x89, 0x3d, 0x96, 0x3d, 0x89, 0xc8, 0x2b, 0x74, 0xc5, 0x82, 0x25, 0x7d, 0x1f, 0x96, 0x5d, 0xb2, 0x44, 0x09, 0x0f, 0x82, 0x3c, 0x76, 0x5a, 0x03, 0xbb, 0xb9, 0xdf, 0x39, 0xbe, 0xf2, 0xb9, 0x33, 0x17, 0xac, 0x54, 0x26, 0x9c, 0xb2, 0x0e, 0x27, 0x58, 0x24, @@ -337,7 +337,7 @@ var fileDescriptor_842e38c1f0da9e66 = []byte{ 0xbe, 0xac, 0xcd, 0xca, 0xed, 0xda, 0xac, 0xfc, 0x58, 0x9b, 0x95, 0x4f, 0x67, 0x63, 0x2e, 0x27, 0xf3, 0x91, 0x4d, 0x44, 0xd8, 0xf1, 0xd5, 0x8c, 0x4e, 0x3e, 0xe0, 0x51, 0xda, 0x29, 0x16, 0x6b, 0x71, 0xfa, 0xb2, 0xf3, 0xb9, 0xb4, 0x5e, 0xd9, 0x13, 0x48, 0x47, 0xba, 0xda, 0x99, 0xb3, 0xdf, - 0x01, 0x00, 0x00, 0xff, 0xff, 0xc4, 0xfe, 0xd4, 0x77, 0x7f, 0x03, 0x00, 0x00, + 0x01, 0x00, 0x00, 0xff, 0xff, 0x85, 0xe5, 0x58, 0x19, 0x7f, 0x03, 0x00, 0x00, } func (m *Oracle) Marshal() (dAtA []byte, err error) { diff --git a/x/icaoracle/types/message_add_oracle.go b/x/icaoracle/types/message_add_oracle.go index 1cef657cc3..868304bb88 100644 --- a/x/icaoracle/types/message_add_oracle.go +++ b/x/icaoracle/types/message_add_oracle.go @@ -8,7 +8,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/cosmos/cosmos-sdk/x/auth/migrations/legacytx" - "github.com/Stride-Labs/stride/v20/utils" + "github.com/Stride-Labs/stride/v21/utils" ) const TypeMsgAddOracle = "add_oracle" diff --git a/x/icaoracle/types/message_add_oracle_test.go b/x/icaoracle/types/message_add_oracle_test.go index 704ca75b22..9f61247f29 100644 --- a/x/icaoracle/types/message_add_oracle_test.go +++ b/x/icaoracle/types/message_add_oracle_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v20/app/apptesting" - "github.com/Stride-Labs/stride/v20/x/icaoracle/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + "github.com/Stride-Labs/stride/v21/x/icaoracle/types" ) func TestMsgAddOracle(t *testing.T) { diff --git a/x/icaoracle/types/message_instantiate_oracle.go b/x/icaoracle/types/message_instantiate_oracle.go index 57fd2210c3..ece377e8cd 100644 --- a/x/icaoracle/types/message_instantiate_oracle.go +++ b/x/icaoracle/types/message_instantiate_oracle.go @@ -8,7 +8,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/cosmos/cosmos-sdk/x/auth/migrations/legacytx" - "github.com/Stride-Labs/stride/v20/utils" + "github.com/Stride-Labs/stride/v21/utils" ) const TypeMsgInstantiateOracle = "instantiate_oracle" diff --git a/x/icaoracle/types/message_instantiate_oracle_test.go b/x/icaoracle/types/message_instantiate_oracle_test.go index d3a572a07b..e95f40899d 100644 --- a/x/icaoracle/types/message_instantiate_oracle_test.go +++ b/x/icaoracle/types/message_instantiate_oracle_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v20/app/apptesting" - "github.com/Stride-Labs/stride/v20/x/icaoracle/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + "github.com/Stride-Labs/stride/v21/x/icaoracle/types" ) func TestMsgInstantiateOracle(t *testing.T) { diff --git a/x/icaoracle/types/message_remove_oracle_test.go b/x/icaoracle/types/message_remove_oracle_test.go index f1ed1a4957..2fa5c22587 100644 --- a/x/icaoracle/types/message_remove_oracle_test.go +++ b/x/icaoracle/types/message_remove_oracle_test.go @@ -7,8 +7,8 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v20/app/apptesting" - "github.com/Stride-Labs/stride/v20/x/icaoracle/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + "github.com/Stride-Labs/stride/v21/x/icaoracle/types" ) func TestMsgRemoveOracle(t *testing.T) { diff --git a/x/icaoracle/types/message_restore_oracle_interchain_account_test.go b/x/icaoracle/types/message_restore_oracle_interchain_account_test.go index 0980b20d2e..c5c5a18ad0 100644 --- a/x/icaoracle/types/message_restore_oracle_interchain_account_test.go +++ b/x/icaoracle/types/message_restore_oracle_interchain_account_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v20/app/apptesting" - "github.com/Stride-Labs/stride/v20/x/icaoracle/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + "github.com/Stride-Labs/stride/v21/x/icaoracle/types" ) func TestMsgRestoreOracleICA(t *testing.T) { diff --git a/x/icaoracle/types/message_toggle_oracle_test.go b/x/icaoracle/types/message_toggle_oracle_test.go index 9df99ce0d6..a1a5810d1b 100644 --- a/x/icaoracle/types/message_toggle_oracle_test.go +++ b/x/icaoracle/types/message_toggle_oracle_test.go @@ -7,8 +7,8 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v20/app/apptesting" - "github.com/Stride-Labs/stride/v20/x/icaoracle/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + "github.com/Stride-Labs/stride/v21/x/icaoracle/types" ) func TestMsgMsgToggleOracle(t *testing.T) { diff --git a/x/icaoracle/types/metric_test.go b/x/icaoracle/types/metric_test.go index 4fe069e2ad..48c9185690 100644 --- a/x/icaoracle/types/metric_test.go +++ b/x/icaoracle/types/metric_test.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v20/x/icaoracle/types" + "github.com/Stride-Labs/stride/v21/x/icaoracle/types" ) // Tests NewMetric and GetMetricID diff --git a/x/icaoracle/types/oracle_test.go b/x/icaoracle/types/oracle_test.go index 65aef770b2..18144c0a0b 100644 --- a/x/icaoracle/types/oracle_test.go +++ b/x/icaoracle/types/oracle_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v20/x/icaoracle/types" + "github.com/Stride-Labs/stride/v21/x/icaoracle/types" ) func TestValidateICASetup(t *testing.T) { diff --git a/x/icaoracle/types/query.pb.go b/x/icaoracle/types/query.pb.go index 10bd5b4437..2a6fc6b755 100644 --- a/x/icaoracle/types/query.pb.go +++ b/x/icaoracle/types/query.pb.go @@ -402,7 +402,7 @@ var fileDescriptor_d4d4563f64cd9510 = []byte{ // 518 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x54, 0x41, 0x6b, 0x13, 0x41, 0x14, 0xce, 0xd4, 0x9a, 0xb4, 0x4f, 0x8a, 0xf2, 0x2c, 0x35, 0x5d, 0xea, 0x1a, 0x16, 0x5b, 0x2b, - 0xda, 0x9d, 0x9a, 0x1c, 0xf4, 0x6a, 0x3d, 0x88, 0x68, 0x51, 0x53, 0xf0, 0x20, 0x42, 0xd8, 0x6c, + 0xda, 0x1d, 0x9b, 0x1c, 0xf4, 0x6a, 0x3d, 0x88, 0x68, 0x51, 0x53, 0xf0, 0x20, 0x42, 0xd8, 0x6c, 0x86, 0xed, 0x60, 0xba, 0x93, 0xee, 0x4c, 0x8a, 0x8b, 0x78, 0xf1, 0xe2, 0x4d, 0x0a, 0xfe, 0x04, 0xff, 0x4c, 0x8f, 0x05, 0x2f, 0x82, 0x20, 0x92, 0xf8, 0x43, 0xa4, 0x33, 0x93, 0xd4, 0x75, 0x93, 0x26, 0xea, 0x29, 0xb3, 0xef, 0x7d, 0xef, 0xfb, 0xbe, 0x79, 0xf3, 0x11, 0x58, 0x91, 0x2a, 0xe1, @@ -412,17 +412,17 @@ var fileDescriptor_d4d4563f64cd9510 = []byte{ 0x5d, 0x8c, 0x44, 0x24, 0xf4, 0x91, 0x9e, 0x9c, 0x4c, 0xd5, 0xa3, 0x80, 0xcf, 0x4f, 0x64, 0x9f, 0x6a, 0xa2, 0x3a, 0xdb, 0xef, 0x32, 0xa9, 0x70, 0x19, 0xe6, 0xc2, 0xdd, 0x80, 0xc7, 0x0d, 0xde, 0x2a, 0x93, 0x0a, 0x59, 0x9f, 0xaf, 0x97, 0xf4, 0xf7, 0xa3, 0x96, 0xf7, 0x10, 0x2e, 0x67, 0x06, - 0x64, 0x47, 0xc4, 0x92, 0xe1, 0x26, 0x14, 0x8d, 0x17, 0x8d, 0xbf, 0x50, 0x2d, 0xfb, 0x7f, 0x5e, - 0xc0, 0xb7, 0x13, 0x16, 0xe7, 0x95, 0x61, 0x49, 0x13, 0xdd, 0x6f, 0xb7, 0x4d, 0x47, 0x5a, 0x75, - 0x6f, 0x07, 0xae, 0xe4, 0x3a, 0x56, 0xe6, 0x1e, 0x94, 0xcc, 0xb8, 0x2c, 0x93, 0xca, 0xb9, 0xb3, - 0x74, 0xb6, 0x66, 0x8f, 0xbe, 0x5f, 0x2b, 0xd4, 0x07, 0x70, 0xaf, 0x06, 0xcb, 0x86, 0x34, 0x54, - 0xfc, 0x80, 0x65, 0x15, 0x71, 0x09, 0x8a, 0x81, 0xae, 0x6b, 0xf7, 0x73, 0x75, 0xfb, 0xe5, 0xbd, - 0x00, 0x67, 0xd4, 0xd0, 0x7f, 0x9b, 0x79, 0x65, 0x97, 0xb8, 0xcd, 0x54, 0xc2, 0xc3, 0xa1, 0x8d, - 0xab, 0x00, 0x7b, 0xba, 0xd2, 0x78, 0xcd, 0x52, 0xbb, 0xf8, 0x79, 0x53, 0x79, 0xcc, 0x52, 0x5c, - 0x83, 0x8b, 0x86, 0xa0, 0x31, 0x7c, 0x9c, 0x19, 0x8d, 0x59, 0x30, 0xe5, 0x07, 0xf6, 0x89, 0x9e, - 0xc1, 0x62, 0x96, 0xfd, 0xd4, 0xaf, 0x21, 0x3b, 0xc3, 0xaf, 0x99, 0x19, 0xf8, 0xb5, 0xf0, 0xea, - 0xb7, 0x59, 0x38, 0xaf, 0x29, 0xf1, 0x23, 0x81, 0xa2, 0xb9, 0x13, 0x5e, 0xcf, 0x4f, 0xe7, 0xa3, - 0xe4, 0xac, 0x4e, 0x40, 0x19, 0x6f, 0xde, 0xdd, 0xf7, 0x5f, 0x7e, 0x7e, 0x9a, 0xb9, 0x83, 0x94, + 0x64, 0x47, 0xc4, 0x92, 0xe1, 0x1d, 0x28, 0x1a, 0x2f, 0x1a, 0x7f, 0xa1, 0x5a, 0xf6, 0xff, 0xbc, + 0x80, 0x6f, 0x27, 0x2c, 0xce, 0x2b, 0xc3, 0x92, 0x26, 0xba, 0xdf, 0x6e, 0x9b, 0x8e, 0xb4, 0xea, + 0xde, 0x0e, 0x5c, 0xc9, 0x75, 0xac, 0xcc, 0x3d, 0x28, 0x99, 0x71, 0x59, 0x26, 0x95, 0x73, 0x67, + 0xe9, 0x6c, 0xcd, 0x1e, 0x7d, 0xbf, 0x56, 0xa8, 0x0f, 0xe0, 0x5e, 0x0d, 0x96, 0x0d, 0x69, 0xa8, + 0xf8, 0x01, 0xcb, 0x2a, 0xe2, 0x12, 0x14, 0x03, 0x5d, 0xd7, 0xee, 0xe7, 0xea, 0xf6, 0xcb, 0x7b, + 0x01, 0xce, 0xa8, 0xa1, 0xff, 0x36, 0xf3, 0xca, 0x2e, 0x71, 0x9b, 0xa9, 0x84, 0x87, 0x43, 0x1b, + 0x57, 0x01, 0xf6, 0x74, 0xa5, 0xf1, 0x9a, 0xa5, 0x76, 0xf1, 0xf3, 0xa6, 0xf2, 0x98, 0xa5, 0xb8, + 0x06, 0x17, 0x0d, 0x41, 0x63, 0xf8, 0x38, 0x33, 0x1a, 0xb3, 0x60, 0xca, 0x0f, 0xec, 0x13, 0x3d, + 0x83, 0xc5, 0x2c, 0xfb, 0xa9, 0x5f, 0x43, 0x76, 0x86, 0x5f, 0x33, 0x33, 0xf0, 0x6b, 0xe1, 0xd5, + 0x6f, 0xb3, 0x70, 0x5e, 0x53, 0xe2, 0x47, 0x02, 0x45, 0x73, 0x27, 0xbc, 0x9e, 0x9f, 0xce, 0x47, + 0xc9, 0x59, 0x9d, 0x80, 0x32, 0xde, 0xbc, 0xbb, 0xef, 0xbf, 0xfc, 0xfc, 0x34, 0xb3, 0x89, 0x94, 0xee, 0x68, 0xf8, 0xc6, 0x93, 0xa0, 0x29, 0x69, 0x2e, 0xf2, 0xf6, 0xe7, 0xed, 0x60, 0x01, 0xef, 0xf0, 0x90, 0x00, 0x9c, 0x06, 0x05, 0xd7, 0xc7, 0xc8, 0xe5, 0x52, 0xe6, 0xdc, 0x9c, 0x02, 0x69, 0xcd, 0x6d, 0x68, 0x73, 0x37, 0x70, 0x75, 0x1a, 0x73, 0x12, 0x3f, 0x13, 0x58, 0xc8, 0x24, 0x06, @@ -431,8 +431,8 @@ var fileDescriptor_d4d4563f64cd9510 = []byte{ 0x82, 0xfd, 0xdd, 0xbe, 0x6c, 0xba, 0xb6, 0xb6, 0x8f, 0x7a, 0x2e, 0x39, 0xee, 0xb9, 0xe4, 0x47, 0xcf, 0x25, 0x87, 0x7d, 0xb7, 0x70, 0xdc, 0x77, 0x0b, 0x5f, 0xfb, 0x6e, 0xe1, 0x65, 0x2d, 0xe2, 0x6a, 0xb7, 0xdb, 0xf4, 0x43, 0xb1, 0x37, 0x8a, 0xea, 0xa0, 0xba, 0x49, 0xdf, 0xfc, 0x46, 0xa8, - 0xd2, 0x0e, 0x93, 0xcd, 0xa2, 0xfe, 0x67, 0xab, 0xfd, 0x0a, 0x00, 0x00, 0xff, 0xff, 0xe9, 0x74, - 0x17, 0x97, 0x61, 0x05, 0x00, 0x00, + 0xd2, 0x0e, 0x93, 0xcd, 0xa2, 0xfe, 0x67, 0xab, 0xfd, 0x0a, 0x00, 0x00, 0xff, 0xff, 0xa8, 0x6f, + 0x9b, 0xf9, 0x61, 0x05, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/icaoracle/types/tx.pb.go b/x/icaoracle/types/tx.pb.go index 44c53ec388..17f3db18bc 100644 --- a/x/icaoracle/types/tx.pb.go +++ b/x/icaoracle/types/tx.pb.go @@ -522,18 +522,18 @@ var fileDescriptor_6e58a377bb8520d3 = []byte{ // 626 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x95, 0x3d, 0x6f, 0xd3, 0x40, 0x18, 0xc7, 0xeb, 0xb6, 0x2a, 0xf4, 0xd4, 0xd2, 0xd6, 0x54, 0x4d, 0x62, 0xc0, 0xb4, 0x46, 0x84, - 0x50, 0x29, 0x76, 0x49, 0xc5, 0x8b, 0xc2, 0x94, 0x66, 0x8a, 0x44, 0x54, 0xc9, 0x61, 0x42, 0x48, + 0x50, 0x29, 0x36, 0x4d, 0xc5, 0x8b, 0xc2, 0x94, 0x66, 0x8a, 0x44, 0x54, 0xc9, 0x61, 0x42, 0x48, 0xd6, 0xe5, 0x7c, 0x38, 0x16, 0xc9, 0x5d, 0x74, 0x77, 0x8d, 0xda, 0x95, 0x91, 0x09, 0x89, 0x89, 0x6f, 0x80, 0x98, 0x3a, 0xf0, 0x01, 0x18, 0x19, 0x2b, 0x26, 0x46, 0x94, 0x0c, 0x9d, 0xf8, 0x0e, 0xc8, 0xaf, 0x71, 0x1c, 0x97, 0x06, 0x21, 0x58, 0x12, 0xdd, 0xf3, 0xfc, 0xef, 0x7f, 0xcf, 0xef, 0xee, 0xb9, 0x33, 0x28, 0x70, 0xc1, 0x5c, 0x1b, 0x1b, 0x2e, 0x82, 0x94, 0x41, 0xd4, 0xc5, 0x86, 0x38, 0xd6, 0xfb, 0x8c, 0x0a, 0x2a, 0xaf, 0x07, 0x29, 0x3d, 0x4e, 0x29, 0x05, 0x44, 0x79, 0x8f, - 0x72, 0xcb, 0xcf, 0x1b, 0xc1, 0x20, 0x10, 0x2b, 0xb9, 0x60, 0x64, 0xf4, 0xb8, 0x63, 0x0c, 0x1e, - 0x78, 0x7f, 0x61, 0x62, 0x03, 0xf6, 0x5c, 0x42, 0x0d, 0xff, 0x37, 0x08, 0x69, 0x1f, 0x24, 0xb0, - 0xd2, 0xe4, 0x4e, 0xcd, 0xb6, 0x0f, 0x7d, 0x5f, 0xb9, 0x02, 0xae, 0x20, 0x86, 0xa1, 0xa0, 0x2c, - 0x2f, 0x6d, 0x4b, 0xa5, 0xe5, 0x83, 0xfc, 0xb7, 0xcf, 0xe5, 0xcd, 0xd0, 0xbf, 0x66, 0xdb, 0x0c, - 0x73, 0xde, 0x12, 0xcc, 0x25, 0x8e, 0x19, 0x09, 0xe5, 0x3b, 0x60, 0x15, 0x51, 0x42, 0x30, 0x12, - 0x2e, 0x25, 0x96, 0x6b, 0xe7, 0xe7, 0xbd, 0x99, 0xe6, 0xca, 0x38, 0xd8, 0xb0, 0xab, 0x7b, 0x6f, + 0x72, 0xcb, 0xcf, 0x1b, 0xc1, 0x20, 0x10, 0x2b, 0xb9, 0x60, 0x64, 0xf4, 0xb8, 0x63, 0x0c, 0xf6, + 0xbc, 0xbf, 0x30, 0xb1, 0x01, 0x7b, 0x2e, 0xa1, 0x86, 0xff, 0x1b, 0x84, 0xb4, 0x0f, 0x12, 0x58, + 0x69, 0x72, 0xa7, 0x66, 0xdb, 0x87, 0xbe, 0xaf, 0x5c, 0x01, 0x57, 0x10, 0xc3, 0x50, 0x50, 0x96, + 0x97, 0xb6, 0xa5, 0xd2, 0xf2, 0x41, 0xfe, 0xdb, 0xe7, 0xf2, 0x66, 0xe8, 0x5f, 0xb3, 0x6d, 0x86, + 0x39, 0x6f, 0x09, 0xe6, 0x12, 0xc7, 0x8c, 0x84, 0xf2, 0x1d, 0xb0, 0x8a, 0x28, 0x21, 0x18, 0x09, + 0x97, 0x12, 0xcb, 0xb5, 0xf3, 0xf3, 0xde, 0x4c, 0x73, 0x65, 0x1c, 0x6c, 0xd8, 0xd5, 0x07, 0x6f, 0xce, 0x4f, 0x77, 0xa3, 0x29, 0x6f, 0xcf, 0x4f, 0x77, 0x6f, 0x87, 0xb8, 0xc7, 0x09, 0xe0, 0x64, 0x29, 0xda, 0x16, 0xd8, 0x4c, 0x8e, 0x4d, 0xcc, 0xfb, 0x94, 0x70, 0xac, 0xbd, 0x9f, 0xf7, 0x13, 0x0d, 0xc2, 0x05, 0x24, 0xc2, 0x85, 0x02, 0xff, 0x45, 0xed, 0x45, 0xb0, 0x16, 0xac, 0x6d, 0xa1, @@ -558,7 +558,7 @@ var fileDescriptor_6e58a377bb8520d3 = []byte{ 0x0d, 0x55, 0xe9, 0xc7, 0x50, 0x95, 0xde, 0x8d, 0xd4, 0xb9, 0xb3, 0x91, 0x3a, 0xf7, 0x7d, 0xa4, 0xce, 0xbd, 0xd8, 0x77, 0x5c, 0xd1, 0x39, 0x6a, 0xeb, 0x88, 0xf6, 0x8c, 0x96, 0x6f, 0x57, 0x7e, 0x06, 0xdb, 0xdc, 0x08, 0xfb, 0x6b, 0x50, 0xd9, 0x9b, 0xe8, 0x31, 0x71, 0xd2, 0xc7, 0xbc, 0xbd, - 0xe4, 0x7f, 0x9f, 0xf6, 0x7f, 0x05, 0x00, 0x00, 0xff, 0xff, 0x00, 0x8f, 0x9d, 0x7d, 0x15, 0x07, + 0xe4, 0x7f, 0x9f, 0xf6, 0x7f, 0x05, 0x00, 0x00, 0xff, 0xff, 0x41, 0x94, 0x11, 0x13, 0x15, 0x07, 0x00, 0x00, } diff --git a/x/interchainquery/client/cli/query.go b/x/interchainquery/client/cli/query.go index c129bb9b11..3733f7b665 100644 --- a/x/interchainquery/client/cli/query.go +++ b/x/interchainquery/client/cli/query.go @@ -12,7 +12,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/version" - "github.com/Stride-Labs/stride/v20/x/interchainquery/types" + "github.com/Stride-Labs/stride/v21/x/interchainquery/types" ) // GetQueryCmd returns the cli query commands for this module. diff --git a/x/interchainquery/genesis.go b/x/interchainquery/genesis.go index c56858bd1e..ab80f23bc8 100644 --- a/x/interchainquery/genesis.go +++ b/x/interchainquery/genesis.go @@ -3,8 +3,8 @@ package interchainquery import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/interchainquery/keeper" - "github.com/Stride-Labs/stride/v20/x/interchainquery/types" + "github.com/Stride-Labs/stride/v21/x/interchainquery/keeper" + "github.com/Stride-Labs/stride/v21/x/interchainquery/types" ) // InitGenesis initializes the capability module's state from a provided genesis diff --git a/x/interchainquery/handler.go b/x/interchainquery/handler.go index 60171b87c7..c8bfc243c0 100644 --- a/x/interchainquery/handler.go +++ b/x/interchainquery/handler.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v20/x/interchainquery/keeper" - "github.com/Stride-Labs/stride/v20/x/interchainquery/types" + "github.com/Stride-Labs/stride/v21/x/interchainquery/keeper" + "github.com/Stride-Labs/stride/v21/x/interchainquery/types" ) // NewHandler returns a handler for interchainquery module messages diff --git a/x/interchainquery/keeper/abci.go b/x/interchainquery/keeper/abci.go index d6b7cde30a..583637d45d 100644 --- a/x/interchainquery/keeper/abci.go +++ b/x/interchainquery/keeper/abci.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/telemetry" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/interchainquery/types" + "github.com/Stride-Labs/stride/v21/x/interchainquery/types" ) // EndBlocker of interchainquery module diff --git a/x/interchainquery/keeper/grpc_query.go b/x/interchainquery/keeper/grpc_query.go index d1f7385c24..76fbbe6902 100644 --- a/x/interchainquery/keeper/grpc_query.go +++ b/x/interchainquery/keeper/grpc_query.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/interchainquery/types" + "github.com/Stride-Labs/stride/v21/x/interchainquery/types" ) var _ types.QueryServiceServer = Keeper{} diff --git a/x/interchainquery/keeper/keeper.go b/x/interchainquery/keeper/keeper.go index 37c7bfc794..a199869f3c 100644 --- a/x/interchainquery/keeper/keeper.go +++ b/x/interchainquery/keeper/keeper.go @@ -13,8 +13,8 @@ import ( connectiontypes "github.com/cosmos/ibc-go/v7/modules/core/03-connection/types" ibckeeper "github.com/cosmos/ibc-go/v7/modules/core/keeper" - "github.com/Stride-Labs/stride/v20/utils" - "github.com/Stride-Labs/stride/v20/x/interchainquery/types" + "github.com/Stride-Labs/stride/v21/utils" + "github.com/Stride-Labs/stride/v21/x/interchainquery/types" ) // Keeper of this module maintains collections of registered zones. diff --git a/x/interchainquery/keeper/keeper_test.go b/x/interchainquery/keeper/keeper_test.go index fe06304a75..3c1fe77b3d 100644 --- a/x/interchainquery/keeper/keeper_test.go +++ b/x/interchainquery/keeper/keeper_test.go @@ -5,9 +5,9 @@ import ( "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v20/app/apptesting" - "github.com/Stride-Labs/stride/v20/x/interchainquery/keeper" - "github.com/Stride-Labs/stride/v20/x/interchainquery/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + "github.com/Stride-Labs/stride/v21/x/interchainquery/keeper" + "github.com/Stride-Labs/stride/v21/x/interchainquery/types" ) type KeeperTestSuite struct { diff --git a/x/interchainquery/keeper/msg_server.go b/x/interchainquery/keeper/msg_server.go index d20db6bad1..b02fcb4b4d 100644 --- a/x/interchainquery/keeper/msg_server.go +++ b/x/interchainquery/keeper/msg_server.go @@ -15,8 +15,8 @@ import ( ics23 "github.com/cosmos/ics23/go" "github.com/spf13/cast" - "github.com/Stride-Labs/stride/v20/utils" - "github.com/Stride-Labs/stride/v20/x/interchainquery/types" + "github.com/Stride-Labs/stride/v21/utils" + "github.com/Stride-Labs/stride/v21/x/interchainquery/types" ) type msgServer struct { diff --git a/x/interchainquery/keeper/msg_submit_query_response_test.go b/x/interchainquery/keeper/msg_submit_query_response_test.go index 456c9db6fb..35c1f15ffa 100644 --- a/x/interchainquery/keeper/msg_submit_query_response_test.go +++ b/x/interchainquery/keeper/msg_submit_query_response_test.go @@ -10,8 +10,8 @@ import ( banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" _ "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v20/x/interchainquery/types" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/interchainquery/types" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) const ( diff --git a/x/interchainquery/keeper/queries.go b/x/interchainquery/keeper/queries.go index c3b243bbb6..6ee25f6a43 100644 --- a/x/interchainquery/keeper/queries.go +++ b/x/interchainquery/keeper/queries.go @@ -16,7 +16,7 @@ import ( "github.com/cosmos/cosmos-sdk/codec" "github.com/cosmos/cosmos-sdk/store/prefix" - "github.com/Stride-Labs/stride/v20/x/interchainquery/types" + "github.com/Stride-Labs/stride/v21/x/interchainquery/types" ) // Generates a query ID based on the request information diff --git a/x/interchainquery/keeper/queries_test.go b/x/interchainquery/keeper/queries_test.go index d81159d99c..5109985542 100644 --- a/x/interchainquery/keeper/queries_test.go +++ b/x/interchainquery/keeper/queries_test.go @@ -10,10 +10,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v20/x/interchainquery/keeper" - "github.com/Stride-Labs/stride/v20/x/interchainquery/types" - stakeibckeeper "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/interchainquery/keeper" + "github.com/Stride-Labs/stride/v21/x/interchainquery/types" + stakeibckeeper "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func (s *KeeperTestSuite) TestGetQueryId() { diff --git a/x/interchainquery/module.go b/x/interchainquery/module.go index f780c3dbab..1dcd17c753 100644 --- a/x/interchainquery/module.go +++ b/x/interchainquery/module.go @@ -19,10 +19,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/Stride-Labs/stride/v20/x/interchainquery/keeper" + "github.com/Stride-Labs/stride/v21/x/interchainquery/keeper" - "github.com/Stride-Labs/stride/v20/x/interchainquery/client/cli" - "github.com/Stride-Labs/stride/v20/x/interchainquery/types" + "github.com/Stride-Labs/stride/v21/x/interchainquery/client/cli" + "github.com/Stride-Labs/stride/v21/x/interchainquery/types" ) var ( diff --git a/x/interchainquery/types/genesis.pb.go b/x/interchainquery/types/genesis.pb.go index 89bedf35c1..3dddcc0b9c 100644 --- a/x/interchainquery/types/genesis.pb.go +++ b/x/interchainquery/types/genesis.pb.go @@ -308,52 +308,52 @@ func init() { } var fileDescriptor_74cd646eb05658fd = []byte{ - // 717 bytes of a gzipped FileDescriptorProto + // 716 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x54, 0xc1, 0x6e, 0xd3, 0x4a, - 0x14, 0x8d, 0xd3, 0xf4, 0x35, 0x99, 0x38, 0x69, 0xde, 0xbc, 0xbe, 0xf7, 0x9c, 0x4a, 0x24, 0xa6, - 0x48, 0xd4, 0x2a, 0xd4, 0xa6, 0x61, 0x85, 0xc4, 0x82, 0x26, 0xb5, 0x20, 0x50, 0xda, 0xd4, 0x49, - 0x25, 0xca, 0xc6, 0x72, 0xec, 0x21, 0x19, 0xd5, 0xf6, 0xa4, 0x9e, 0x71, 0x44, 0xbe, 0x81, 0x0d, - 0x4b, 0xbe, 0x80, 0x2f, 0xe0, 0x23, 0xba, 0xac, 0x58, 0x21, 0x16, 0x05, 0xb5, 0x3b, 0xbe, 0x02, - 0x79, 0xec, 0x69, 0x0b, 0x15, 0xac, 0x58, 0xd9, 0x73, 0xcf, 0xb9, 0xe7, 0x5e, 0xdf, 0x7b, 0x3c, - 0x60, 0x95, 0xb2, 0x08, 0x7b, 0xc8, 0xc0, 0x21, 0x43, 0x91, 0x3b, 0x76, 0x70, 0x78, 0x14, 0xa3, - 0x68, 0x66, 0x4c, 0x37, 0x8c, 0x11, 0x0a, 0x11, 0xc5, 0x54, 0x9f, 0x44, 0x84, 0x11, 0x58, 0x4f, - 0x89, 0xfa, 0x4f, 0x44, 0x7d, 0xba, 0xb1, 0xbc, 0x34, 0x22, 0x23, 0xc2, 0x59, 0x46, 0xf2, 0x96, - 0x26, 0x2c, 0x37, 0x46, 0x84, 0x8c, 0x7c, 0x64, 0xf0, 0xd3, 0x30, 0x7e, 0x65, 0x78, 0x71, 0xe4, - 0x30, 0x4c, 0xc2, 0x0c, 0xaf, 0xbb, 0x84, 0x06, 0x84, 0xda, 0x69, 0x62, 0x7a, 0x48, 0xa1, 0x95, - 0xf7, 0x05, 0x30, 0xbf, 0x97, 0xa8, 0xc3, 0x2a, 0xc8, 0x63, 0x4f, 0x91, 0x54, 0x49, 0x2b, 0x59, - 0x79, 0xec, 0xc1, 0x5b, 0xa0, 0xe2, 0x92, 0x30, 0x44, 0x6e, 0x22, 0x64, 0x63, 0x4f, 0xc9, 0x73, - 0x48, 0xbe, 0x0c, 0x76, 0x3d, 0x58, 0x07, 0x45, 0xde, 0x60, 0x82, 0xcf, 0x71, 0x7c, 0x81, 0x9f, - 0xbb, 0x1e, 0xbc, 0x01, 0x00, 0x6f, 0xdb, 0x66, 0xb3, 0x09, 0x52, 0x0a, 0x1c, 0x2c, 0xf1, 0xc8, - 0x60, 0x36, 0x41, 0xf0, 0x26, 0x90, 0x23, 0x74, 0x14, 0x23, 0xca, 0x6c, 0xcf, 0x61, 0x8e, 0x32, - 0xaf, 0x4a, 0x9a, 0x6c, 0x95, 0xb3, 0xd8, 0x96, 0xc3, 0x1c, 0xb8, 0x0a, 0x16, 0x5d, 0xc7, 0xf7, - 0x87, 0x8e, 0x7b, 0x68, 0x07, 0xc4, 0x8b, 0x7d, 0xa4, 0x54, 0xb8, 0x4c, 0x55, 0x84, 0x9f, 0xf3, - 0x28, 0x6c, 0x82, 0xf2, 0x05, 0x11, 0x7b, 0x4a, 0x91, 0x93, 0x80, 0x08, 0x75, 0xd3, 0x6f, 0x11, - 0x04, 0x5e, 0x4d, 0xe6, 0xd5, 0x64, 0x11, 0xe4, 0xe5, 0x76, 0x41, 0x95, 0xe1, 0x00, 0x91, 0x98, - 0xd9, 0x13, 0xe2, 0x63, 0x77, 0xa6, 0x2c, 0xaa, 0x92, 0x56, 0x6d, 0x69, 0xfa, 0x2f, 0xf7, 0xa1, - 0x0f, 0xd2, 0x84, 0x1e, 0xe7, 0x5b, 0x15, 0x76, 0xf5, 0x08, 0x77, 0x40, 0x4d, 0x08, 0x8a, 0x85, - 0x28, 0x55, 0x55, 0xd2, 0xca, 0xad, 0xba, 0x9e, 0x6e, 0x4c, 0x17, 0x1b, 0xd3, 0xb7, 0x32, 0x42, - 0xbb, 0x78, 0x7c, 0xda, 0xcc, 0xbd, 0xfb, 0xd2, 0x94, 0xac, 0xc5, 0x2c, 0x59, 0x40, 0xf0, 0x0e, - 0xf8, 0x5b, 0xe8, 0x25, 0x4f, 0xca, 0x9c, 0x60, 0xa2, 0x94, 0x54, 0x49, 0x2b, 0x58, 0xa2, 0xd0, - 0x40, 0xc4, 0xaf, 0xce, 0x97, 0xa2, 0x90, 0x29, 0x65, 0x55, 0xd2, 0x8a, 0x17, 0xf3, 0xed, 0xa3, - 0x90, 0x25, 0x7a, 0x34, 0x1e, 0x06, 0x98, 0xd2, 0x64, 0xc3, 0x63, 0x84, 0x47, 0x63, 0xa6, 0xd4, - 0x52, 0xbd, 0x4b, 0xe0, 0x09, 0x8f, 0xaf, 0xbc, 0xc9, 0x83, 0x52, 0x32, 0xa6, 0x1e, 0xc1, 0x21, - 0xbb, 0x66, 0x16, 0x07, 0x54, 0x22, 0x14, 0x10, 0x86, 0x84, 0x0c, 0x37, 0x4b, 0xfb, 0x61, 0xf2, - 0x31, 0x9f, 0x4f, 0x9b, 0xb7, 0x47, 0x98, 0x8d, 0xe3, 0xa1, 0xee, 0x92, 0x20, 0xb3, 0x5f, 0xf6, - 0x58, 0xa7, 0xde, 0xa1, 0x91, 0x18, 0x84, 0xea, 0xdd, 0x90, 0x7d, 0xfc, 0xb0, 0x0e, 0x32, 0x77, - 0x76, 0x43, 0x66, 0xc9, 0xa9, 0x64, 0xda, 0x00, 0xb4, 0x81, 0xec, 0x13, 0xd7, 0xf1, 0x45, 0x85, - 0xb9, 0x3f, 0x50, 0xa1, 0xcc, 0x15, 0xb3, 0x02, 0x6b, 0x60, 0x7e, 0xea, 0xf8, 0x71, 0xea, 0x55, - 0xb9, 0xbd, 0xf4, 0xed, 0xb4, 0x59, 0x8b, 0x10, 0x8d, 0x7d, 0x76, 0x97, 0x04, 0x98, 0xa1, 0x60, - 0xc2, 0x66, 0x56, 0x4a, 0x59, 0xe9, 0x01, 0xf9, 0x71, 0xfa, 0xcf, 0xf6, 0x99, 0xc3, 0x10, 0x7c, - 0x04, 0x16, 0x12, 0x4f, 0x60, 0x44, 0x15, 0x49, 0x9d, 0xd3, 0xca, 0x2d, 0xf5, 0x37, 0xa6, 0xe1, - 0xff, 0x5b, 0xbb, 0x90, 0x74, 0x6e, 0x89, 0xb4, 0x35, 0x1b, 0x54, 0x7e, 0x30, 0x13, 0xac, 0x83, - 0x7f, 0x2d, 0xf3, 0xa9, 0xd9, 0x19, 0xd8, 0x7b, 0xfb, 0xa6, 0x75, 0x60, 0x5b, 0x66, 0xbf, 0xb7, - 0xbb, 0xd3, 0x37, 0x6b, 0x39, 0xf8, 0x3f, 0xf8, 0xc7, 0x32, 0x07, 0xd6, 0xc1, 0x05, 0xb2, 0xb7, - 0x6f, 0xf6, 0x07, 0x35, 0x09, 0x2e, 0x83, 0xff, 0xcc, 0x17, 0x66, 0x67, 0x7f, 0x60, 0x66, 0x50, - 0x67, 0x73, 0x7b, 0xbb, 0xbd, 0xd9, 0x79, 0x56, 0xcb, 0xb7, 0xfb, 0xc7, 0x67, 0x0d, 0xe9, 0xe4, - 0xac, 0x21, 0x7d, 0x3d, 0x6b, 0x48, 0x6f, 0xcf, 0x1b, 0xb9, 0x93, 0xf3, 0x46, 0xee, 0xd3, 0x79, - 0x23, 0xf7, 0xf2, 0xc1, 0x95, 0xd9, 0xf5, 0x79, 0xd7, 0xeb, 0xdb, 0xce, 0x90, 0x1a, 0xd9, 0x7d, - 0x35, 0x6d, 0xdd, 0x33, 0x5e, 0x5f, 0xbb, 0xb5, 0xf8, 0x48, 0x87, 0x7f, 0x71, 0x03, 0xdf, 0xff, - 0x1e, 0x00, 0x00, 0xff, 0xff, 0xbd, 0xd4, 0x9d, 0x67, 0xdc, 0x04, 0x00, 0x00, + 0x14, 0x8d, 0xd3, 0xf4, 0x35, 0x99, 0x38, 0x69, 0xde, 0xbc, 0x3e, 0x70, 0x2a, 0x91, 0x98, 0x22, + 0x51, 0xab, 0x50, 0x5b, 0x0d, 0x2b, 0x24, 0x16, 0x34, 0xa9, 0x05, 0x81, 0xd2, 0xa6, 0x4e, 0x2a, + 0x51, 0x36, 0x96, 0x63, 0x0f, 0xc9, 0xa8, 0xb6, 0x27, 0xf5, 0x8c, 0x23, 0xf2, 0x0d, 0x6c, 0x58, + 0xf2, 0x05, 0x7c, 0x01, 0x1f, 0xd1, 0x65, 0xc5, 0x0a, 0xb1, 0x28, 0xa8, 0xdd, 0xf1, 0x15, 0xc8, + 0x63, 0x4f, 0x5b, 0xa8, 0x60, 0xc5, 0xca, 0x9e, 0x7b, 0xce, 0x3d, 0xf7, 0xfa, 0xde, 0xe3, 0x01, + 0xab, 0x94, 0x45, 0xd8, 0x43, 0x06, 0x0e, 0x19, 0x8a, 0xdc, 0xb1, 0x83, 0xc3, 0xa3, 0x18, 0x45, + 0x33, 0x63, 0xba, 0x61, 0x8c, 0x50, 0x88, 0x28, 0xa6, 0xfa, 0x24, 0x22, 0x8c, 0xc0, 0x7a, 0x4a, + 0xd4, 0x7f, 0x21, 0xea, 0xd3, 0x8d, 0xe5, 0xa5, 0x11, 0x19, 0x11, 0xce, 0x32, 0x92, 0xb7, 0x34, + 0x61, 0xb9, 0x31, 0x22, 0x64, 0xe4, 0x23, 0x83, 0x9f, 0x86, 0xf1, 0x6b, 0xc3, 0x8b, 0x23, 0x87, + 0x61, 0x12, 0x66, 0x78, 0xdd, 0x25, 0x34, 0x20, 0xd4, 0x4e, 0x13, 0xd3, 0x43, 0x0a, 0xad, 0x7c, + 0x28, 0x80, 0xf9, 0xbd, 0x44, 0x1d, 0x56, 0x41, 0x1e, 0x7b, 0x8a, 0xa4, 0x4a, 0x5a, 0xc9, 0xca, + 0x63, 0x0f, 0xde, 0x01, 0x15, 0x97, 0x84, 0x21, 0x72, 0x13, 0x21, 0x1b, 0x7b, 0x4a, 0x9e, 0x43, + 0xf2, 0x65, 0xb0, 0xeb, 0xc1, 0x3a, 0x28, 0xf2, 0x06, 0x13, 0x7c, 0x8e, 0xe3, 0x0b, 0xfc, 0xdc, + 0xf5, 0xe0, 0x2d, 0x00, 0x78, 0xdb, 0x36, 0x9b, 0x4d, 0x90, 0x52, 0xe0, 0x60, 0x89, 0x47, 0x06, + 0xb3, 0x09, 0x82, 0xb7, 0x81, 0x1c, 0xa1, 0xa3, 0x18, 0x51, 0x66, 0x7b, 0x0e, 0x73, 0x94, 0x79, + 0x55, 0xd2, 0x64, 0xab, 0x9c, 0xc5, 0xb6, 0x1c, 0xe6, 0xc0, 0x55, 0xb0, 0xe8, 0x3a, 0xbe, 0x3f, + 0x74, 0xdc, 0x43, 0x3b, 0x20, 0x5e, 0xec, 0x23, 0xa5, 0xc2, 0x65, 0xaa, 0x22, 0xfc, 0x82, 0x47, + 0x61, 0x13, 0x94, 0x2f, 0x88, 0xd8, 0x53, 0x8a, 0x9c, 0x04, 0x44, 0xa8, 0x9b, 0x7e, 0x8b, 0x20, + 0xf0, 0x6a, 0x32, 0xaf, 0x26, 0x8b, 0x20, 0x2f, 0xb7, 0x0b, 0xaa, 0x0c, 0x07, 0x88, 0xc4, 0xcc, + 0x9e, 0x10, 0x1f, 0xbb, 0x33, 0x65, 0x51, 0x95, 0xb4, 0x6a, 0x4b, 0xd3, 0x7f, 0xbb, 0x0f, 0x7d, + 0x90, 0x26, 0xf4, 0x38, 0xdf, 0xaa, 0xb0, 0xab, 0x47, 0xb8, 0x03, 0x6a, 0x42, 0x50, 0x2c, 0x44, + 0xa9, 0xaa, 0x92, 0x56, 0x6e, 0xd5, 0xf5, 0x74, 0x63, 0xba, 0xd8, 0x98, 0xbe, 0x95, 0x11, 0xda, + 0xc5, 0xe3, 0xd3, 0x66, 0xee, 0xfd, 0xd7, 0xa6, 0x64, 0x2d, 0x66, 0xc9, 0x02, 0x82, 0xf7, 0xc0, + 0xbf, 0x42, 0x2f, 0x79, 0x52, 0xe6, 0x04, 0x13, 0xa5, 0xa4, 0x4a, 0x5a, 0xc1, 0x12, 0x85, 0x06, + 0x22, 0x7e, 0x75, 0xbe, 0x14, 0x85, 0x4c, 0x29, 0xab, 0x92, 0x56, 0xbc, 0x98, 0x6f, 0x1f, 0x85, + 0x2c, 0xd1, 0xa3, 0xf1, 0x30, 0xc0, 0x94, 0x26, 0x1b, 0x1e, 0x23, 0x3c, 0x1a, 0x33, 0xa5, 0x96, + 0xea, 0x5d, 0x02, 0x4f, 0x79, 0x7c, 0xe5, 0x6d, 0x1e, 0x94, 0x92, 0x31, 0xf5, 0x08, 0x0e, 0xd9, + 0x35, 0xb3, 0x38, 0xa0, 0x12, 0xa1, 0x80, 0x30, 0x24, 0x64, 0xb8, 0x59, 0xda, 0x8f, 0x92, 0x8f, + 0xf9, 0x72, 0xda, 0xbc, 0x3b, 0xc2, 0x6c, 0x1c, 0x0f, 0x75, 0x97, 0x04, 0x99, 0xfd, 0xb2, 0xc7, + 0x3a, 0xf5, 0x0e, 0x8d, 0xc4, 0x20, 0x54, 0xef, 0x86, 0xec, 0xd3, 0xc7, 0x75, 0x90, 0xb9, 0xb3, + 0x1b, 0x32, 0x4b, 0x4e, 0x25, 0xd3, 0x06, 0xa0, 0x0d, 0x64, 0x9f, 0xb8, 0x8e, 0x2f, 0x2a, 0xcc, + 0xfd, 0x85, 0x0a, 0x65, 0xae, 0x98, 0x15, 0x58, 0x03, 0xf3, 0x53, 0xc7, 0x8f, 0x53, 0xaf, 0xca, + 0xed, 0xa5, 0xef, 0xa7, 0xcd, 0x5a, 0x84, 0x68, 0xec, 0xb3, 0xfb, 0x24, 0xc0, 0x0c, 0x05, 0x13, + 0x36, 0xb3, 0x52, 0xca, 0x4a, 0x0f, 0xc8, 0x4f, 0xd2, 0x7f, 0xb6, 0xcf, 0x1c, 0x86, 0xe0, 0x63, + 0xb0, 0x90, 0x78, 0x02, 0x23, 0xaa, 0x48, 0xea, 0x9c, 0x56, 0x6e, 0xa9, 0x7f, 0x30, 0x0d, 0xff, + 0xdf, 0xda, 0x85, 0xa4, 0x73, 0x4b, 0xa4, 0xad, 0xd9, 0xa0, 0xf2, 0x93, 0x99, 0x60, 0x1d, 0xfc, + 0x6f, 0x99, 0xcf, 0xcc, 0xce, 0xc0, 0xde, 0xdb, 0x37, 0xad, 0x03, 0xdb, 0x32, 0xfb, 0xbd, 0xdd, + 0x9d, 0xbe, 0x59, 0xcb, 0xc1, 0x9b, 0xe0, 0x3f, 0xcb, 0x1c, 0x58, 0x07, 0x17, 0xc8, 0xde, 0xbe, + 0xd9, 0x1f, 0xd4, 0x24, 0xb8, 0x0c, 0x6e, 0x98, 0x2f, 0xcd, 0xce, 0xfe, 0xc0, 0xcc, 0xa0, 0xce, + 0xe6, 0xf6, 0x76, 0x7b, 0xb3, 0xf3, 0xbc, 0x96, 0x6f, 0xf7, 0x8f, 0xcf, 0x1a, 0xd2, 0xc9, 0x59, + 0x43, 0xfa, 0x76, 0xd6, 0x90, 0xde, 0x9d, 0x37, 0x72, 0x27, 0xe7, 0x8d, 0xdc, 0xe7, 0xf3, 0x46, + 0xee, 0xd5, 0xc3, 0x2b, 0xb3, 0xeb, 0xf3, 0xae, 0xd7, 0xb7, 0x9d, 0x21, 0x35, 0xb2, 0xfb, 0x6a, + 0xda, 0xda, 0x30, 0xde, 0x5c, 0xbb, 0xb5, 0xf8, 0x48, 0x87, 0xff, 0x70, 0x03, 0x3f, 0xf8, 0x11, + 0x00, 0x00, 0xff, 0xff, 0x4e, 0x44, 0x6f, 0x51, 0xdc, 0x04, 0x00, 0x00, } func (m *Query) Marshal() (dAtA []byte, err error) { diff --git a/x/interchainquery/types/messages.pb.go b/x/interchainquery/types/messages.pb.go index 02a5aedb5f..fc5a71efe6 100644 --- a/x/interchainquery/types/messages.pb.go +++ b/x/interchainquery/types/messages.pb.go @@ -122,39 +122,39 @@ func init() { } var fileDescriptor_25adad4f8ed32400 = []byte{ - // 512 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x93, 0x3f, 0x8f, 0xd3, 0x3e, - 0x18, 0xc7, 0xeb, 0xf6, 0xf7, 0xeb, 0xdd, 0xe5, 0x8a, 0x80, 0x5c, 0x85, 0x72, 0x05, 0x92, 0xca, - 0x0b, 0x05, 0x71, 0x36, 0x2d, 0xd3, 0x95, 0x89, 0x6e, 0x27, 0x71, 0xfc, 0x49, 0x37, 0x96, 0x2a, - 0x69, 0x7c, 0xae, 0xa5, 0x26, 0x0e, 0xb6, 0x5b, 0x5d, 0x57, 0x26, 0x46, 0x24, 0x16, 0xc6, 0xbe, - 0x08, 0x24, 0x46, 0x56, 0xc6, 0x13, 0x2c, 0x4c, 0x15, 0x6a, 0x19, 0x60, 0xed, 0x2b, 0x40, 0xb1, - 0x13, 0x40, 0x77, 0x65, 0x60, 0xf2, 0x93, 0xe7, 0xfb, 0x79, 0xfe, 0xc5, 0x8f, 0xad, 0x96, 0x54, - 0x82, 0x45, 0x04, 0xb3, 0x44, 0x11, 0x31, 0x1c, 0x05, 0x2c, 0x79, 0x31, 0x21, 0x62, 0x86, 0xa7, - 0x6d, 0x1c, 0x13, 0x29, 0x03, 0x4a, 0x24, 0x4a, 0x05, 0x57, 0xdc, 0xde, 0x37, 0x24, 0x3a, 0x47, - 0xa2, 0x69, 0xbb, 0x51, 0xa7, 0x9c, 0x72, 0x4d, 0xe1, 0xcc, 0x32, 0x01, 0x8d, 0xfd, 0x21, 0x97, - 0x31, 0x97, 0x03, 0x23, 0x98, 0x8f, 0x5c, 0xba, 0x41, 0x39, 0xa7, 0x63, 0x82, 0x83, 0x94, 0xe1, - 0x20, 0x49, 0xb8, 0x0a, 0x14, 0xe3, 0x49, 0xa1, 0xde, 0x54, 0x24, 0x89, 0x88, 0x88, 0x59, 0xa2, - 0xf0, 0x50, 0xcc, 0x52, 0xc5, 0x71, 0x2a, 0x38, 0x3f, 0x31, 0x32, 0xfc, 0x51, 0xb6, 0xae, 0x1d, - 0x4b, 0xda, 0x9f, 0x84, 0x31, 0x53, 0xcf, 0xb2, 0x1e, 0x7c, 0x22, 0x53, 0x9e, 0x48, 0x62, 0x23, - 0x6b, 0x5b, 0x77, 0x36, 0x60, 0x91, 0x03, 0x9a, 0xa0, 0xb5, 0xd3, 0xdb, 0x5b, 0x2f, 0xbc, 0xcb, - 0xb3, 0x20, 0x1e, 0x77, 0x61, 0xa1, 0x40, 0x7f, 0x4b, 0x9b, 0x47, 0x51, 0xc6, 0xeb, 0x21, 0x32, - 0xbe, 0x7c, 0x9e, 0x2f, 0x14, 0xe8, 0x6f, 0x69, 0xf3, 0x28, 0xb2, 0x6f, 0x5b, 0x55, 0x41, 0xe4, - 0x64, 0xac, 0x9c, 0x4a, 0x13, 0xb4, 0x6a, 0xbd, 0xab, 0xeb, 0x85, 0x77, 0xc9, 0xd0, 0xc6, 0x0f, - 0xfd, 0x1c, 0xb0, 0x1f, 0x5b, 0x3b, 0xba, 0xe9, 0x01, 0x4f, 0xa5, 0xf3, 0x5f, 0x13, 0xb4, 0x76, - 0x3b, 0xd7, 0xd1, 0xef, 0xc1, 0x90, 0x19, 0x0c, 0x3d, 0xcd, 0x98, 0x27, 0xa9, 0xec, 0xd5, 0xd7, - 0x0b, 0xef, 0x8a, 0x49, 0xf5, 0x2b, 0x0e, 0xfa, 0xdb, 0x69, 0xae, 0x67, 0xa5, 0x47, 0x84, 0xd1, - 0x91, 0x72, 0xfe, 0x6f, 0x82, 0x56, 0xe5, 0xcf, 0xd2, 0xc6, 0x0f, 0xfd, 0x1c, 0xb0, 0x1f, 0x58, - 0xb5, 0x13, 0xc1, 0xe3, 0x41, 0x10, 0x45, 0x82, 0x48, 0xe9, 0x54, 0xf5, 0x64, 0xce, 0xa7, 0x77, - 0x07, 0xf5, 0xfc, 0x16, 0x1e, 0x1a, 0xa5, 0xaf, 0x04, 0x4b, 0xa8, 0xbf, 0x9b, 0xd1, 0xb9, 0xab, - 0x5b, 0x7b, 0x35, 0xf7, 0x4a, 0x6f, 0xe7, 0x1e, 0xf8, 0x3e, 0xf7, 0x4a, 0xb0, 0x69, 0xb9, 0x9b, - 0x7f, 0x75, 0x71, 0x76, 0x3e, 0x00, 0xab, 0x72, 0x2c, 0xa9, 0xfd, 0x1e, 0x58, 0x7b, 0x9b, 0xae, - 0xa4, 0x8d, 0xfe, 0xba, 0x37, 0x68, 0x73, 0xea, 0xc6, 0xe1, 0x3f, 0x87, 0x14, 0x27, 0xec, 0xbc, - 0xfc, 0xfc, 0xed, 0x4d, 0xf9, 0x6e, 0x17, 0xdc, 0x81, 0xb7, 0x2e, 0xec, 0xb4, 0x3a, 0xc5, 0xd3, - 0x76, 0x48, 0x54, 0xd0, 0xc6, 0x52, 0xe7, 0xd0, 0xee, 0x5e, 0xff, 0xe3, 0xd2, 0x05, 0x67, 0x4b, - 0x17, 0x7c, 0x5d, 0xba, 0xe0, 0xf5, 0xca, 0x2d, 0x9d, 0xad, 0xdc, 0xd2, 0x97, 0x95, 0x5b, 0x7a, - 0x7e, 0x48, 0x99, 0x1a, 0x4d, 0x42, 0x34, 0xe4, 0x31, 0xee, 0xeb, 0x96, 0x0e, 0x1e, 0x05, 0xa1, - 0xc4, 0xf9, 0x9b, 0x99, 0x76, 0xee, 0xe1, 0xd3, 0x8b, 0x55, 0x66, 0x29, 0x91, 0x61, 0x55, 0xef, - 0xea, 0xfd, 0x9f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x37, 0xd3, 0x9a, 0xf8, 0x60, 0x03, 0x00, 0x00, + // 510 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x93, 0xbf, 0x8f, 0xd3, 0x30, + 0x14, 0xc7, 0xeb, 0x16, 0x7a, 0x77, 0xb9, 0x22, 0x20, 0x57, 0xa1, 0x5c, 0x81, 0xa4, 0xf2, 0x42, + 0x41, 0x9c, 0xad, 0x94, 0xe9, 0xca, 0x44, 0xb7, 0x93, 0x38, 0x7e, 0xa4, 0x1b, 0x4b, 0x95, 0x36, + 0x3e, 0xd7, 0x52, 0x13, 0x07, 0xdb, 0xad, 0xae, 0x2b, 0x13, 0x23, 0x12, 0x0b, 0x63, 0xff, 0x08, + 0x24, 0x46, 0x56, 0xc6, 0x13, 0x2c, 0x4c, 0x15, 0x6a, 0x19, 0x60, 0xed, 0x5f, 0x80, 0x62, 0x27, + 0x80, 0xee, 0xca, 0xc0, 0xe4, 0x97, 0xf7, 0xfd, 0xbc, 0x5f, 0xf1, 0xb3, 0xd5, 0x92, 0x4a, 0xb0, + 0x88, 0x60, 0x96, 0x28, 0x22, 0x86, 0xa3, 0x90, 0x25, 0x2f, 0x27, 0x44, 0xcc, 0xf0, 0xd4, 0xc7, + 0x31, 0x91, 0x32, 0xa4, 0x44, 0xa2, 0x54, 0x70, 0xc5, 0xed, 0x7d, 0x43, 0xa2, 0x73, 0x24, 0x9a, + 0xfa, 0x8d, 0x3a, 0xe5, 0x94, 0x6b, 0x0a, 0x67, 0x96, 0x09, 0x68, 0xec, 0x0f, 0xb9, 0x8c, 0xb9, + 0xec, 0x1b, 0xc1, 0x7c, 0xe4, 0xd2, 0x2d, 0xca, 0x39, 0x1d, 0x13, 0x1c, 0xa6, 0x0c, 0x87, 0x49, + 0xc2, 0x55, 0xa8, 0x18, 0x4f, 0x0a, 0xf5, 0xb6, 0x22, 0x49, 0x44, 0x44, 0xcc, 0x12, 0x85, 0x87, + 0x62, 0x96, 0x2a, 0x8e, 0x53, 0xc1, 0xf9, 0x89, 0x91, 0xe1, 0xcf, 0xb2, 0x75, 0xe3, 0x58, 0xd2, + 0xde, 0x64, 0x10, 0x33, 0xf5, 0x3c, 0xeb, 0x21, 0x20, 0x32, 0xe5, 0x89, 0x24, 0x36, 0xb2, 0xb6, + 0x75, 0x67, 0x7d, 0x16, 0x39, 0xa0, 0x09, 0x5a, 0x3b, 0xdd, 0xbd, 0xf5, 0xc2, 0xbb, 0x3a, 0x0b, + 0xe3, 0x71, 0x07, 0x16, 0x0a, 0x0c, 0xb6, 0xb4, 0x79, 0x14, 0x65, 0xbc, 0x1e, 0x22, 0xe3, 0xcb, + 0xe7, 0xf9, 0x42, 0x81, 0xc1, 0x96, 0x36, 0x8f, 0x22, 0xfb, 0xae, 0x55, 0x15, 0x44, 0x4e, 0xc6, + 0xca, 0xa9, 0x34, 0x41, 0xab, 0xd6, 0xbd, 0xbe, 0x5e, 0x78, 0x57, 0x0c, 0x6d, 0xfc, 0x30, 0xc8, + 0x01, 0xfb, 0x89, 0xb5, 0xa3, 0x9b, 0xee, 0xf3, 0x54, 0x3a, 0x97, 0x9a, 0xa0, 0xb5, 0xdb, 0xbe, + 0x89, 0xfe, 0x0c, 0x86, 0xcc, 0x60, 0xe8, 0x59, 0xc6, 0x3c, 0x4d, 0x65, 0xb7, 0xbe, 0x5e, 0x78, + 0xd7, 0x4c, 0xaa, 0xdf, 0x71, 0x30, 0xd8, 0x4e, 0x73, 0x3d, 0x2b, 0x3d, 0x22, 0x8c, 0x8e, 0x94, + 0x73, 0xb9, 0x09, 0x5a, 0x95, 0xbf, 0x4b, 0x1b, 0x3f, 0x0c, 0x72, 0xc0, 0x7e, 0x68, 0xd5, 0x4e, + 0x04, 0x8f, 0xfb, 0x61, 0x14, 0x09, 0x22, 0xa5, 0x53, 0xd5, 0x93, 0x39, 0x9f, 0xdf, 0x1f, 0xd4, + 0xf3, 0x5b, 0x78, 0x64, 0x94, 0x9e, 0x12, 0x2c, 0xa1, 0xc1, 0x6e, 0x46, 0xe7, 0xae, 0x4e, 0xed, + 0xf5, 0xdc, 0x2b, 0xbd, 0x9b, 0x7b, 0xe0, 0xc7, 0xdc, 0x2b, 0xc1, 0xa6, 0xe5, 0x6e, 0xfe, 0xd5, + 0xc5, 0xd9, 0xfe, 0x08, 0xac, 0xca, 0xb1, 0xa4, 0xf6, 0x07, 0x60, 0xed, 0x6d, 0xba, 0x12, 0x1f, + 0xfd, 0x73, 0x6f, 0xd0, 0xe6, 0xd4, 0x8d, 0xc3, 0xff, 0x0e, 0x29, 0x4e, 0xd8, 0x7e, 0xf5, 0xe5, + 0xfb, 0xdb, 0xf2, 0xfd, 0x0e, 0xb8, 0x07, 0xef, 0x5c, 0xd8, 0x69, 0x75, 0x8a, 0xa7, 0xfe, 0x80, + 0xa8, 0xd0, 0xc7, 0x52, 0xe7, 0xd0, 0xee, 0x6e, 0xef, 0xd3, 0xd2, 0x05, 0x67, 0x4b, 0x17, 0x7c, + 0x5b, 0xba, 0xe0, 0xcd, 0xca, 0x2d, 0x9d, 0xad, 0xdc, 0xd2, 0xd7, 0x95, 0x5b, 0x7a, 0x71, 0x48, + 0x99, 0x1a, 0x4d, 0x06, 0x68, 0xc8, 0x63, 0xdc, 0xd3, 0x2d, 0x1d, 0x3c, 0x0e, 0x07, 0x12, 0xe7, + 0x6f, 0x66, 0xda, 0xf6, 0xf1, 0xe9, 0xc5, 0x2a, 0xb3, 0x94, 0xc8, 0x41, 0x55, 0xef, 0xea, 0x83, + 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xc4, 0x43, 0x68, 0xce, 0x60, 0x03, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/interchainquery/types/query.pb.go b/x/interchainquery/types/query.pb.go index 1715b6ab12..36d9b62b17 100644 --- a/x/interchainquery/types/query.pb.go +++ b/x/interchainquery/types/query.pb.go @@ -137,9 +137,9 @@ var fileDescriptor_b720c147b9144d5b = []byte{ 0x85, 0x8c, 0xf5, 0x83, 0xc1, 0xfa, 0x75, 0x7d, 0x12, 0x93, 0x8a, 0xf5, 0x71, 0x44, 0x09, 0x5a, 0x68, 0x38, 0x05, 0x9f, 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, 0xcb, 0x31, 0x5c, 0x78, 0x2c, 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x43, 0x94, 0x65, 0x7a, - 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0x2e, 0x36, 0x83, 0xcb, 0x8c, 0x0c, 0xf4, 0x2b, + 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0x2e, 0x36, 0x83, 0xcb, 0x8c, 0x0c, 0xf5, 0x2b, 0x30, 0x8c, 0x2f, 0xa9, 0x2c, 0x48, 0x2d, 0x4e, 0x62, 0x03, 0xc7, 0x9c, 0x31, 0x20, 0x00, 0x00, - 0xff, 0xff, 0x4e, 0xfc, 0x83, 0x29, 0x5a, 0x02, 0x00, 0x00, + 0xff, 0xff, 0xbd, 0x6c, 0x71, 0x1f, 0x5a, 0x02, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/mint/client/cli/cli_test.go b/x/mint/client/cli/cli_test.go index b1f3a81994..a816c39e93 100644 --- a/x/mint/client/cli/cli_test.go +++ b/x/mint/client/cli/cli_test.go @@ -11,8 +11,8 @@ import ( tmcli "github.com/cometbft/cometbft/libs/cli" "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v20/app" - "github.com/Stride-Labs/stride/v20/x/mint/client/cli" + "github.com/Stride-Labs/stride/v21/app" + "github.com/Stride-Labs/stride/v21/x/mint/client/cli" "github.com/cosmos/cosmos-sdk/client/flags" clitestutil "github.com/cosmos/cosmos-sdk/testutil/cli" diff --git a/x/mint/client/cli/query.go b/x/mint/client/cli/query.go index fb339eb92e..3fa3f08114 100644 --- a/x/mint/client/cli/query.go +++ b/x/mint/client/cli/query.go @@ -6,7 +6,7 @@ import ( "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/mint/types" + "github.com/Stride-Labs/stride/v21/x/mint/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" diff --git a/x/mint/client/rest/grpc_query_test.go b/x/mint/client/rest/grpc_query_test.go index de18eee68d..8d2c2aea7f 100644 --- a/x/mint/client/rest/grpc_query_test.go +++ b/x/mint/client/rest/grpc_query_test.go @@ -14,8 +14,8 @@ import ( "github.com/cosmos/gogoproto/proto" "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v20/app" - minttypes "github.com/Stride-Labs/stride/v20/x/mint/types" + "github.com/Stride-Labs/stride/v21/app" + minttypes "github.com/Stride-Labs/stride/v21/x/mint/types" "github.com/cosmos/cosmos-sdk/testutil/network" ) diff --git a/x/mint/genesis.go b/x/mint/genesis.go index 7feedf610c..c5037f4152 100644 --- a/x/mint/genesis.go +++ b/x/mint/genesis.go @@ -3,8 +3,8 @@ package mint import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/mint/keeper" - "github.com/Stride-Labs/stride/v20/x/mint/types" + "github.com/Stride-Labs/stride/v21/x/mint/keeper" + "github.com/Stride-Labs/stride/v21/x/mint/types" ) // InitGenesis new mint genesis. diff --git a/x/mint/keeper/grpc_query.go b/x/mint/keeper/grpc_query.go index 4d64ad258f..73acbde978 100644 --- a/x/mint/keeper/grpc_query.go +++ b/x/mint/keeper/grpc_query.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/mint/types" + "github.com/Stride-Labs/stride/v21/x/mint/types" ) var _ types.QueryServer = Querier{} diff --git a/x/mint/keeper/hooks.go b/x/mint/keeper/hooks.go index 7fa35a81ab..99fc4cd650 100644 --- a/x/mint/keeper/hooks.go +++ b/x/mint/keeper/hooks.go @@ -3,8 +3,8 @@ package keeper import ( "fmt" - epochstypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - "github.com/Stride-Labs/stride/v20/x/mint/types" + epochstypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + "github.com/Stride-Labs/stride/v21/x/mint/types" "github.com/cosmos/cosmos-sdk/telemetry" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/mint/keeper/keeper.go b/x/mint/keeper/keeper.go index 05836ba234..d7d2655488 100644 --- a/x/mint/keeper/keeper.go +++ b/x/mint/keeper/keeper.go @@ -10,7 +10,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/Stride-Labs/stride/v20/x/mint/types" + "github.com/Stride-Labs/stride/v21/x/mint/types" "github.com/cosmos/cosmos-sdk/codec" storetypes "github.com/cosmos/cosmos-sdk/store/types" diff --git a/x/mint/module.go b/x/mint/module.go index 17f46d5821..d2cfa9cdd6 100644 --- a/x/mint/module.go +++ b/x/mint/module.go @@ -17,11 +17,11 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/Stride-Labs/stride/v20/x/mint/client/cli" - "github.com/Stride-Labs/stride/v20/x/mint/keeper" + "github.com/Stride-Labs/stride/v21/x/mint/client/cli" + "github.com/Stride-Labs/stride/v21/x/mint/keeper" - //"github.com/Stride-Labs/stride/v20/x/mint/simulation" - "github.com/Stride-Labs/stride/v20/x/mint/types" + //"github.com/Stride-Labs/stride/v21/x/mint/simulation" + "github.com/Stride-Labs/stride/v21/x/mint/types" ) var ( diff --git a/x/mint/types/expected_keepers.go b/x/mint/types/expected_keepers.go index 8c75897749..2293c85353 100644 --- a/x/mint/types/expected_keepers.go +++ b/x/mint/types/expected_keepers.go @@ -1,7 +1,7 @@ package types // noalias import ( - epochstypes "github.com/Stride-Labs/stride/v20/x/epochs/types" + epochstypes "github.com/Stride-Labs/stride/v21/x/epochs/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/x/auth/types" diff --git a/x/mint/types/genesis.pb.go b/x/mint/types/genesis.pb.go index a4f752b574..0984fe1850 100644 --- a/x/mint/types/genesis.pb.go +++ b/x/mint/types/genesis.pb.go @@ -95,24 +95,24 @@ func init() { proto.RegisterFile("stride/mint/v1beta1/genesis.proto", fileDescri var fileDescriptor_f4521d63f51851f3 = []byte{ // 283 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x2c, 0x2e, 0x29, 0xca, - 0x4c, 0x49, 0xd5, 0xcf, 0xcd, 0xcc, 0x2b, 0xd1, 0x2f, 0x33, 0x4c, 0x4a, 0x2d, 0x49, 0x34, 0xd4, - 0x4f, 0x4f, 0xcd, 0x4b, 0x2d, 0xce, 0x2c, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x86, - 0x28, 0xd1, 0x03, 0x29, 0xd1, 0x83, 0x2a, 0x91, 0x12, 0x49, 0xcf, 0x4f, 0xcf, 0x07, 0xcb, 0xeb, - 0x83, 0x58, 0x10, 0xa5, 0x52, 0x72, 0xd8, 0x4c, 0x03, 0xeb, 0x03, 0xcb, 0x2b, 0x3d, 0x60, 0xe4, - 0xe2, 0x71, 0x87, 0x18, 0x1e, 0x5c, 0x92, 0x58, 0x92, 0x2a, 0x64, 0xc9, 0xc5, 0x06, 0x92, 0x4e, - 0x2d, 0x92, 0x60, 0x54, 0x60, 0xd4, 0xe0, 0x36, 0x92, 0xd6, 0xc3, 0x62, 0x99, 0x9e, 0x2f, 0x58, - 0x89, 0x13, 0xcb, 0x89, 0x7b, 0xf2, 0x0c, 0x41, 0x50, 0x0d, 0x20, 0xad, 0x05, 0x89, 0x45, 0x89, - 0xb9, 0xc5, 0x12, 0x4c, 0x78, 0xb4, 0x06, 0x80, 0x95, 0xc0, 0xb4, 0x42, 0x34, 0x08, 0x45, 0x71, - 0x89, 0x17, 0xa5, 0xa6, 0x94, 0x26, 0x97, 0x64, 0xe6, 0xe7, 0xc5, 0x17, 0x97, 0x24, 0x16, 0x95, - 0xa4, 0xa6, 0xc4, 0xa7, 0x16, 0xe4, 0x27, 0x67, 0x48, 0x30, 0x2b, 0x30, 0x6a, 0x30, 0x3b, 0x29, - 0x7d, 0xba, 0x27, 0x2f, 0x57, 0x99, 0x98, 0x9b, 0x63, 0xa5, 0x84, 0x43, 0xa1, 0x52, 0x90, 0x28, - 0x5c, 0x26, 0x18, 0x22, 0xe1, 0x0a, 0x12, 0x77, 0xf2, 0x38, 0xf1, 0x48, 0x8e, 0xf1, 0xc2, 0x23, - 0x39, 0xc6, 0x07, 0x8f, 0xe4, 0x18, 0x27, 0x3c, 0x96, 0x63, 0xb8, 0xf0, 0x58, 0x8e, 0xe1, 0xc6, - 0x63, 0x39, 0x86, 0x28, 0xbd, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0xfd, - 0x60, 0xb0, 0x53, 0x75, 0x7d, 0x12, 0x93, 0x8a, 0xf5, 0xa1, 0x61, 0x56, 0x66, 0x64, 0xa0, 0x5f, - 0x01, 0x09, 0xb9, 0x92, 0xca, 0x82, 0xd4, 0xe2, 0x24, 0x36, 0x70, 0x98, 0x19, 0x03, 0x02, 0x00, - 0x00, 0xff, 0xff, 0x25, 0x99, 0x79, 0xf5, 0xa3, 0x01, 0x00, 0x00, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x31, 0x4e, 0xc3, 0x30, + 0x14, 0x40, 0x63, 0x8a, 0x3a, 0x04, 0xa6, 0x00, 0x22, 0x2a, 0x92, 0x5b, 0x32, 0x75, 0xc1, 0x56, + 0xca, 0x04, 0x63, 0x24, 0x04, 0x03, 0x48, 0xa8, 0xd9, 0xba, 0x54, 0x4e, 0x62, 0xa5, 0x91, 0x48, + 0x1c, 0xd9, 0xbf, 0x15, 0xbd, 0x05, 0xc7, 0xea, 0xd8, 0x91, 0xa9, 0xaa, 0x92, 0x1b, 0x70, 0x02, + 0x64, 0x3b, 0x30, 0x15, 0x36, 0xcb, 0xef, 0xbd, 0x6f, 0xeb, 0xbb, 0xd7, 0x0a, 0x64, 0x91, 0x71, + 0x5a, 0x16, 0x15, 0xd0, 0x55, 0x98, 0x70, 0x60, 0x21, 0xcd, 0x79, 0xc5, 0x55, 0xa1, 0x48, 0x2d, + 0x05, 0x08, 0xef, 0xcc, 0x2a, 0x44, 0x2b, 0xa4, 0x53, 0x06, 0xe7, 0xb9, 0xc8, 0x85, 0xe1, 0x54, + 0x9f, 0xac, 0x3a, 0xc0, 0x87, 0xa6, 0x99, 0xce, 0xf0, 0x60, 0x8f, 0xdc, 0xd3, 0x47, 0x3b, 0x3c, + 0x06, 0x06, 0xdc, 0xbb, 0x73, 0xfb, 0x1a, 0x73, 0xe9, 0xa3, 0x11, 0x1a, 0x9f, 0x4c, 0xae, 0xc8, + 0x81, 0xc7, 0xc8, 0x8b, 0x51, 0xa2, 0xe3, 0xcd, 0x6e, 0xe8, 0x4c, 0xbb, 0x40, 0xa7, 0x35, 0x93, + 0xac, 0x54, 0xfe, 0xd1, 0x3f, 0xe9, 0xab, 0x51, 0x7e, 0x52, 0x1b, 0x78, 0x33, 0xf7, 0x52, 0xf2, + 0x6c, 0x99, 0x42, 0x21, 0xaa, 0xb9, 0x02, 0x26, 0x81, 0x67, 0x73, 0x5e, 0x8b, 0x74, 0xe1, 0xf7, + 0x46, 0x68, 0xdc, 0x8b, 0x82, 0xaf, 0xdd, 0x10, 0xaf, 0x59, 0xf9, 0x76, 0x1f, 0xfc, 0x21, 0x06, + 0xd3, 0x8b, 0x5f, 0x12, 0x5b, 0xf0, 0xa0, 0xef, 0xa3, 0xa7, 0x4d, 0x83, 0xd1, 0xb6, 0xc1, 0x68, + 0xdf, 0x60, 0xf4, 0xd1, 0x62, 0x67, 0xdb, 0x62, 0xe7, 0xb3, 0xc5, 0xce, 0x8c, 0xe4, 0x05, 0x2c, + 0x96, 0x09, 0x49, 0x45, 0x49, 0x63, 0xf3, 0xd5, 0x9b, 0x67, 0x96, 0x28, 0xda, 0xed, 0x6c, 0x35, + 0x09, 0xe9, 0xbb, 0xdd, 0x1c, 0xac, 0x6b, 0xae, 0x92, 0xbe, 0xd9, 0xd9, 0xed, 0x77, 0x00, 0x00, + 0x00, 0xff, 0xff, 0xe5, 0xfd, 0x51, 0xe2, 0xa3, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/mint/types/mint.pb.go b/x/mint/types/mint.pb.go index a72eb87512..37e75327c6 100644 --- a/x/mint/types/mint.pb.go +++ b/x/mint/types/mint.pb.go @@ -206,47 +206,47 @@ func init() { func init() { proto.RegisterFile("stride/mint/v1beta1/mint.proto", fileDescriptor_5ad5fa4b1fdb702f) } var fileDescriptor_5ad5fa4b1fdb702f = []byte{ - // 632 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x54, 0x4d, 0x6f, 0xd3, 0x40, - 0x10, 0x8d, 0x69, 0x9b, 0xaa, 0x8b, 0x44, 0x8b, 0x4b, 0x89, 0xd5, 0x0a, 0xbb, 0x58, 0x80, 0x7a, - 0xa0, 0x36, 0x6d, 0x6f, 0x3d, 0xa1, 0xa8, 0xb4, 0x54, 0x02, 0x29, 0x38, 0xb7, 0x5e, 0x2c, 0x7f, - 0x6c, 0x9d, 0x55, 0xe3, 0x5d, 0x6b, 0x77, 0x9d, 0x12, 0x21, 0xf1, 0x07, 0xca, 0x81, 0x23, 0x47, - 0x7e, 0x4e, 0x8f, 0x3d, 0xa2, 0x1e, 0x22, 0x94, 0xfc, 0x83, 0x5c, 0xb8, 0xa2, 0xdd, 0x75, 0x3e, - 0x21, 0x12, 0x11, 0x3d, 0xc5, 0xfb, 0x66, 0x76, 0xde, 0xcb, 0xdb, 0x99, 0x01, 0x26, 0xe3, 0x14, - 0xc5, 0xd0, 0x4d, 0x11, 0xe6, 0x6e, 0x6b, 0x2f, 0x84, 0x3c, 0xd8, 0x93, 0x07, 0x27, 0xa3, 0x84, - 0x13, 0x7d, 0x5d, 0xc5, 0x1d, 0x09, 0x15, 0xf1, 0xcd, 0x47, 0x09, 0x49, 0x88, 0x8c, 0xbb, 0xe2, - 0x4b, 0xa5, 0xda, 0x9f, 0x41, 0xf9, 0x3d, 0xc2, 0x1c, 0x52, 0x9d, 0x83, 0x35, 0x98, 0x91, 0xa8, - 0xe1, 0x67, 0x94, 0xb4, 0x10, 0x43, 0x04, 0x33, 0x43, 0xdb, 0xd6, 0x76, 0x56, 0xaa, 0xa7, 0xd7, - 0x1d, 0xab, 0x74, 0xdb, 0xb1, 0x5e, 0x24, 0x88, 0x37, 0xf2, 0xd0, 0x89, 0x48, 0xea, 0x46, 0x84, - 0xa5, 0x84, 0x15, 0x3f, 0xbb, 0x2c, 0xbe, 0x70, 0x79, 0x3b, 0x83, 0xcc, 0x39, 0x82, 0x51, 0xbf, - 0x63, 0x55, 0xda, 0x41, 0xda, 0x3c, 0xb4, 0xa7, 0xeb, 0xd9, 0xde, 0xaa, 0x84, 0x6a, 0x23, 0xe4, - 0xd7, 0x02, 0xa8, 0x1c, 0x21, 0xa1, 0x37, 0xcc, 0x39, 0x22, 0xb8, 0x46, 0x49, 0x46, 0xa8, 0xf8, - 0x62, 0xfa, 0x19, 0x58, 0x66, 0x3c, 0xb8, 0x40, 0x38, 0x29, 0x84, 0xbc, 0x9e, 0x5b, 0xc8, 0x03, - 0x25, 0xa4, 0x28, 0x63, 0x7b, 0x83, 0x82, 0xfa, 0x27, 0xb0, 0x11, 0x91, 0x34, 0xcd, 0x31, 0xe2, - 0x6d, 0x3f, 0x23, 0xa4, 0xe9, 0x27, 0x94, 0x5c, 0xf2, 0x86, 0x71, 0x4f, 0x32, 0x9d, 0xcc, 0xcd, - 0xb4, 0xa1, 0x98, 0x26, 0x8b, 0xda, 0xde, 0xfa, 0x10, 0xa8, 0x11, 0xd2, 0x3c, 0x91, 0x1c, 0xfa, - 0x17, 0x0d, 0x98, 0x53, 0xec, 0x0c, 0x46, 0x39, 0x15, 0xa7, 0x30, 0x8f, 0x13, 0xc8, 0x8d, 0x85, - 0xbb, 0x95, 0xb1, 0x35, 0x21, 0xa3, 0x5e, 0x90, 0x55, 0x25, 0x97, 0xce, 0xc1, 0x43, 0xc6, 0x69, - 0xc0, 0x61, 0x82, 0x22, 0x9f, 0x42, 0x06, 0x69, 0x0b, 0x1a, 0x8b, 0x77, 0x2b, 0x60, 0x6d, 0xc8, - 0xe0, 0x29, 0x02, 0xfb, 0x76, 0x09, 0x94, 0x6b, 0x01, 0x0d, 0x52, 0xa6, 0x3f, 0x01, 0x40, 0xb4, - 0xaa, 0x1f, 0x43, 0x4c, 0x52, 0xf5, 0xd6, 0xde, 0x8a, 0x40, 0x8e, 0x04, 0xa0, 0x5f, 0x69, 0xc0, - 0x48, 0x20, 0x86, 0x0c, 0x31, 0xff, 0x8f, 0x16, 0x55, 0xef, 0xf5, 0x61, 0x6e, 0x9d, 0x96, 0xd2, - 0x39, 0xab, 0xae, 0xed, 0x3d, 0x2e, 0x42, 0x6f, 0x26, 0x3b, 0x56, 0x3f, 0x1e, 0xcc, 0x09, 0x8a, - 0x21, 0xe6, 0xe8, 0x1c, 0x41, 0x5a, 0xbc, 0xd6, 0xd6, 0x74, 0xe7, 0x8f, 0x32, 0x06, 0x9d, 0x7f, - 0x3a, 0x44, 0xf4, 0x10, 0x6c, 0x52, 0x18, 0xe7, 0x91, 0xe8, 0x75, 0x3f, 0x83, 0x14, 0x91, 0xd8, - 0x47, 0x58, 0x09, 0x61, 0xd2, 0xfe, 0x85, 0xea, 0xf3, 0x7e, 0xc7, 0x7a, 0xaa, 0x2a, 0xce, 0xce, - 0xb5, 0xbd, 0xca, 0x30, 0x58, 0x93, 0xb1, 0x53, 0x2c, 0x45, 0x33, 0x31, 0xd3, 0xa3, 0x7b, 0xe7, - 0x41, 0xc4, 0x09, 0x35, 0x96, 0xfe, 0x6f, 0xa6, 0xa7, 0xeb, 0xd9, 0xde, 0xea, 0x10, 0x3a, 0x96, - 0x88, 0x9e, 0x02, 0x23, 0x1e, 0x1b, 0x69, 0xe1, 0xea, 0x60, 0xa6, 0x8d, 0xf2, 0xb6, 0xb6, 0x73, - 0x7f, 0xff, 0xa5, 0xf3, 0x97, 0x0d, 0xe5, 0xcc, 0xd8, 0x03, 0xd5, 0x45, 0xa1, 0xd5, 0xab, 0xc4, - 0x33, 0xd6, 0xc4, 0x95, 0x06, 0x76, 0x44, 0x1d, 0x84, 0x13, 0x9f, 0xc2, 0xcb, 0x80, 0xc6, 0xcc, - 0x9f, 0xe0, 0x67, 0x3c, 0xa0, 0x5c, 0x99, 0x65, 0x2c, 0x4b, 0x5f, 0x0f, 0xfa, 0x1d, 0xcb, 0x55, - 0xff, 0xe7, 0x5f, 0x6f, 0xda, 0xde, 0xb3, 0x22, 0xd5, 0x53, 0x99, 0xe3, 0x6a, 0xeb, 0x22, 0x4f, - 0x7a, 0x7e, 0xb8, 0xf8, 0xed, 0xbb, 0x55, 0xaa, 0xbe, 0xbd, 0xee, 0x9a, 0xda, 0x4d, 0xd7, 0xd4, - 0x7e, 0x76, 0x4d, 0xed, 0x6b, 0xcf, 0x2c, 0xdd, 0xf4, 0xcc, 0xd2, 0x8f, 0x9e, 0x59, 0x3a, 0x73, - 0xc6, 0x0c, 0xaf, 0x4b, 0x13, 0x76, 0xdf, 0x05, 0x21, 0x73, 0x8b, 0x95, 0xde, 0xda, 0x7f, 0xe5, - 0x7e, 0x54, 0x8b, 0x5d, 0x9a, 0x1f, 0x96, 0xe5, 0x9e, 0x3e, 0xf8, 0x1d, 0x00, 0x00, 0xff, 0xff, - 0xec, 0xef, 0x0c, 0x70, 0xf4, 0x05, 0x00, 0x00, + // 634 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x54, 0xcd, 0x6e, 0xd3, 0x4c, + 0x14, 0x8d, 0xbf, 0xb6, 0xa9, 0x3a, 0x9f, 0x44, 0x8b, 0x4b, 0x89, 0xd5, 0x0a, 0xbb, 0x58, 0x80, + 0xba, 0xa0, 0xb6, 0xda, 0xee, 0xba, 0x42, 0x51, 0x69, 0x89, 0x04, 0x52, 0x70, 0x76, 0xdd, 0x58, + 0xfe, 0x99, 0x3a, 0xa3, 0xc6, 0x33, 0xd6, 0xcc, 0x38, 0x25, 0x42, 0xe2, 0x05, 0xca, 0x82, 0x25, + 0x4b, 0x1e, 0xa7, 0xcb, 0x2e, 0x51, 0x17, 0x11, 0x4a, 0xde, 0x20, 0x1b, 0xb6, 0x68, 0x66, 0x9c, + 0x5f, 0x88, 0x44, 0x44, 0x57, 0xf1, 0x9c, 0x7b, 0xe7, 0x9e, 0x93, 0x33, 0xf7, 0x5e, 0x60, 0x32, + 0x4e, 0x51, 0x0c, 0xdd, 0x14, 0x61, 0xee, 0xb6, 0x0f, 0x42, 0xc8, 0x83, 0x03, 0x79, 0x70, 0x32, + 0x4a, 0x38, 0xd1, 0x37, 0x55, 0xdc, 0x91, 0x50, 0x11, 0xdf, 0x7e, 0x94, 0x90, 0x84, 0xc8, 0xb8, + 0x2b, 0xbe, 0x54, 0xaa, 0xfd, 0x09, 0x94, 0xdf, 0x21, 0xcc, 0x21, 0xd5, 0x39, 0xd8, 0x80, 0x19, + 0x89, 0x9a, 0x7e, 0x46, 0x49, 0x1b, 0x31, 0x44, 0x30, 0x33, 0xb4, 0x5d, 0x6d, 0x6f, 0xad, 0x5a, + 0xbb, 0xe9, 0x5a, 0xa5, 0xbb, 0xae, 0xf5, 0x22, 0x41, 0xbc, 0x99, 0x87, 0x4e, 0x44, 0x52, 0x37, + 0x22, 0x2c, 0x25, 0xac, 0xf8, 0xd9, 0x67, 0xf1, 0xa5, 0xcb, 0x3b, 0x19, 0x64, 0xce, 0x09, 0x8c, + 0x06, 0x5d, 0xab, 0xd2, 0x09, 0xd2, 0xd6, 0xb1, 0x3d, 0x5b, 0xcf, 0xf6, 0xd6, 0x25, 0x54, 0x1f, + 0x23, 0x3f, 0x97, 0x40, 0xe5, 0x04, 0x09, 0xbd, 0x61, 0xce, 0x11, 0xc1, 0x75, 0x4a, 0x32, 0x42, + 0xc5, 0x17, 0xd3, 0xcf, 0xc1, 0x2a, 0xe3, 0xc1, 0x25, 0xc2, 0x49, 0x21, 0xe4, 0xd5, 0xc2, 0x42, + 0x1e, 0x28, 0x21, 0x45, 0x19, 0xdb, 0x1b, 0x16, 0xd4, 0x3f, 0x82, 0xad, 0x88, 0xa4, 0x69, 0x8e, + 0x11, 0xef, 0xf8, 0x19, 0x21, 0x2d, 0x3f, 0xa1, 0xe4, 0x8a, 0x37, 0x8d, 0xff, 0x24, 0xd3, 0xd9, + 0xc2, 0x4c, 0x5b, 0x8a, 0x69, 0xba, 0xa8, 0xed, 0x6d, 0x8e, 0x80, 0x3a, 0x21, 0xad, 0x33, 0xc9, + 0xa1, 0x7f, 0xd6, 0x80, 0x39, 0xc3, 0xce, 0x60, 0x94, 0x53, 0x71, 0x0a, 0xf3, 0x38, 0x81, 0xdc, + 0x58, 0xba, 0x5f, 0x19, 0x3b, 0x53, 0x32, 0x1a, 0x05, 0x59, 0x55, 0x72, 0xe9, 0x1c, 0x3c, 0x64, + 0x9c, 0x06, 0x1c, 0x26, 0x28, 0xf2, 0x29, 0x64, 0x90, 0xb6, 0xa1, 0xb1, 0x7c, 0xbf, 0x02, 0x36, + 0x46, 0x0c, 0x9e, 0x22, 0xb0, 0xef, 0x56, 0x40, 0xb9, 0x1e, 0xd0, 0x20, 0x65, 0xfa, 0x13, 0x00, + 0x44, 0xab, 0xfa, 0x31, 0xc4, 0x24, 0x55, 0x6f, 0xed, 0xad, 0x09, 0xe4, 0x44, 0x00, 0xfa, 0xb5, + 0x06, 0x8c, 0x04, 0x62, 0xc8, 0x10, 0xf3, 0x7f, 0x6b, 0x51, 0xf5, 0x5e, 0xef, 0x17, 0xd6, 0x69, + 0x29, 0x9d, 0xf3, 0xea, 0xda, 0xde, 0xe3, 0x22, 0xf4, 0x7a, 0xba, 0x63, 0xf5, 0xd3, 0xe1, 0x9c, + 0xa0, 0x18, 0x62, 0x8e, 0x2e, 0x10, 0xa4, 0xc5, 0x6b, 0xed, 0xcc, 0x76, 0xfe, 0x38, 0x63, 0xd8, + 0xf9, 0xb5, 0x11, 0xa2, 0x87, 0x60, 0x9b, 0xc2, 0x38, 0x8f, 0x44, 0xaf, 0xfb, 0x19, 0xa4, 0x88, + 0xc4, 0x3e, 0xc2, 0x4a, 0x08, 0x93, 0xf6, 0x2f, 0x55, 0x9f, 0x0f, 0xba, 0xd6, 0x53, 0x55, 0x71, + 0x7e, 0xae, 0xed, 0x55, 0x46, 0xc1, 0xba, 0x8c, 0xd5, 0xb0, 0x14, 0xcd, 0xc4, 0x4c, 0x8f, 0xef, + 0x5d, 0x04, 0x11, 0x27, 0xd4, 0x58, 0xf9, 0xb7, 0x99, 0x9e, 0xad, 0x67, 0x7b, 0xeb, 0x23, 0xe8, + 0x54, 0x22, 0x7a, 0x0a, 0x8c, 0x78, 0x62, 0xa4, 0x85, 0xab, 0xc3, 0x99, 0x36, 0xca, 0xbb, 0xda, + 0xde, 0xff, 0x87, 0x2f, 0x9d, 0x3f, 0x6c, 0x28, 0x67, 0xce, 0x1e, 0xa8, 0x2e, 0x0b, 0xad, 0x5e, + 0x25, 0x9e, 0xb3, 0x26, 0xae, 0x35, 0xb0, 0x27, 0xea, 0x20, 0x9c, 0xf8, 0x14, 0x5e, 0x05, 0x34, + 0x66, 0xfe, 0x14, 0x3f, 0xe3, 0x01, 0xe5, 0xca, 0x2c, 0x63, 0x55, 0xfa, 0x7a, 0x34, 0xe8, 0x5a, + 0xae, 0xfa, 0x3f, 0x7f, 0x7b, 0xd3, 0xf6, 0x9e, 0x15, 0xa9, 0x9e, 0xca, 0x9c, 0x54, 0xdb, 0x10, + 0x79, 0xd2, 0xf3, 0xe3, 0xe5, 0xaf, 0xdf, 0xac, 0x52, 0xf5, 0xcd, 0x4d, 0xcf, 0xd4, 0x6e, 0x7b, + 0xa6, 0xf6, 0xa3, 0x67, 0x6a, 0x5f, 0xfa, 0x66, 0xe9, 0xb6, 0x6f, 0x96, 0xbe, 0xf7, 0xcd, 0xd2, + 0xb9, 0x33, 0x61, 0x78, 0x43, 0x9a, 0xb0, 0xff, 0x36, 0x08, 0x99, 0x5b, 0xac, 0xf4, 0xf6, 0xe1, + 0x81, 0xfb, 0x41, 0x2d, 0x76, 0x69, 0x7e, 0x58, 0x96, 0x7b, 0xfa, 0xe8, 0x57, 0x00, 0x00, 0x00, + 0xff, 0xff, 0x2c, 0x8b, 0x24, 0x67, 0xf4, 0x05, 0x00, 0x00, } func (m *Minter) Marshal() (dAtA []byte, err error) { diff --git a/x/mint/types/params.go b/x/mint/types/params.go index d3ec760e0f..b898f0e1dd 100644 --- a/x/mint/types/params.go +++ b/x/mint/types/params.go @@ -7,7 +7,7 @@ import ( yaml "gopkg.in/yaml.v2" - epochtypes "github.com/Stride-Labs/stride/v20/x/epochs/types" + epochtypes "github.com/Stride-Labs/stride/v21/x/epochs/types" sdk "github.com/cosmos/cosmos-sdk/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" diff --git a/x/mint/types/query.pb.go b/x/mint/types/query.pb.go index 015be1e33e..f09060539f 100644 --- a/x/mint/types/query.pb.go +++ b/x/mint/types/query.pb.go @@ -201,32 +201,32 @@ func init() { func init() { proto.RegisterFile("stride/mint/v1beta1/query.proto", fileDescriptor_b5a371e09ad2a41a) } var fileDescriptor_b5a371e09ad2a41a = []byte{ - // 394 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x52, 0x31, 0x4f, 0xe3, 0x30, - 0x18, 0x4d, 0xaa, 0xbb, 0x0e, 0xbe, 0x93, 0x7a, 0x72, 0xab, 0x13, 0x4a, 0x8b, 0x5b, 0x65, 0x28, - 0x5d, 0x6a, 0xb7, 0x65, 0x62, 0xad, 0x40, 0x62, 0x60, 0x28, 0x65, 0x82, 0x05, 0x25, 0xa9, 0x95, - 0x46, 0x90, 0x38, 0x8d, 0xdd, 0x8a, 0xac, 0xfc, 0x02, 0x24, 0x76, 0x16, 0xfe, 0x4c, 0xc7, 0x4a, - 0x2c, 0x88, 0xa1, 0x42, 0x2d, 0x3f, 0x04, 0xc5, 0x31, 0x88, 0x94, 0x20, 0xc4, 0x94, 0xc8, 0xef, - 0x7d, 0xef, 0xbd, 0xef, 0xd9, 0xa0, 0xce, 0x45, 0xe4, 0x8d, 0x28, 0xf1, 0xbd, 0x40, 0x90, 0x59, - 0xd7, 0xa6, 0xc2, 0xea, 0x92, 0xc9, 0x94, 0x46, 0x31, 0x0e, 0x23, 0x26, 0x18, 0x2c, 0xa7, 0x04, - 0x9c, 0x10, 0xb0, 0x22, 0x18, 0x15, 0x97, 0xb9, 0x4c, 0xe2, 0x24, 0xf9, 0x4b, 0xa9, 0x46, 0xcd, - 0x65, 0xcc, 0xbd, 0xa4, 0xc4, 0x0a, 0x3d, 0x62, 0x05, 0x01, 0x13, 0x96, 0xf0, 0x58, 0xc0, 0x15, - 0x8a, 0xf2, 0x9c, 0xa4, 0xaa, 0xc4, 0xcd, 0x0a, 0x80, 0xc7, 0x89, 0xef, 0xc0, 0x8a, 0x2c, 0x9f, - 0x0f, 0xe9, 0x64, 0x4a, 0xb9, 0x30, 0x07, 0xa0, 0x9c, 0x39, 0xe5, 0x21, 0x0b, 0x38, 0x85, 0x7b, - 0xa0, 0x18, 0xca, 0x93, 0x2d, 0xbd, 0xa1, 0xb7, 0xfe, 0xf4, 0xaa, 0x38, 0x27, 0x26, 0x4e, 0x87, - 0xfa, 0xbf, 0xe6, 0xcb, 0xba, 0x36, 0x54, 0x03, 0xe6, 0x36, 0xa8, 0x4a, 0xc5, 0x83, 0x90, 0x39, - 0xe3, 0x41, 0xc4, 0x66, 0x1e, 0x4f, 0x52, 0xbe, 0x19, 0xc6, 0xa0, 0x96, 0x0f, 0x2b, 0xe7, 0x53, - 0xf0, 0x8f, 0x26, 0xd0, 0x79, 0xf8, 0x8e, 0xc9, 0x0c, 0x7f, 0xfb, 0x38, 0xb1, 0x79, 0x5a, 0xd6, - 0x9b, 0xae, 0x27, 0xc6, 0x53, 0x1b, 0x3b, 0xcc, 0x27, 0x0e, 0xe3, 0x3e, 0xe3, 0xea, 0xd3, 0xe6, - 0xa3, 0x0b, 0x22, 0xe2, 0x90, 0x72, 0xbc, 0x4f, 0x9d, 0x61, 0x89, 0x66, 0x2d, 0x7a, 0xf7, 0x05, - 0xf0, 0x5b, 0x7a, 0xc3, 0x18, 0x14, 0xd3, 0xec, 0x70, 0x27, 0x77, 0xb1, 0xcf, 0x45, 0x19, 0xad, - 0xef, 0x89, 0xe9, 0x06, 0x66, 0xed, 0xfa, 0xe1, 0xe5, 0xb6, 0xf0, 0x1f, 0x56, 0xb2, 0x57, 0x91, - 0xd6, 0x03, 0xef, 0x74, 0x50, 0xda, 0xd8, 0x1d, 0x76, 0xbe, 0xd6, 0xce, 0x6f, 0xd1, 0xe8, 0xfe, - 0x60, 0x42, 0xc5, 0x6a, 0xca, 0x58, 0x0d, 0x88, 0xb2, 0xb1, 0x36, 0xcb, 0xee, 0x1f, 0xce, 0x57, - 0x48, 0x5f, 0xac, 0x90, 0xfe, 0xbc, 0x42, 0xfa, 0xcd, 0x1a, 0x69, 0x8b, 0x35, 0xd2, 0x1e, 0xd7, - 0x48, 0x3b, 0xc3, 0x1f, 0x8a, 0x3f, 0x91, 0xf6, 0xed, 0x23, 0xcb, 0xe6, 0x44, 0x3d, 0xbc, 0x59, - 0xaf, 0x43, 0xae, 0x52, 0x71, 0x79, 0x09, 0x76, 0x51, 0x3e, 0xbc, 0xdd, 0xd7, 0x00, 0x00, 0x00, - 0xff, 0xff, 0x3f, 0x89, 0x05, 0x9b, 0x04, 0x03, 0x00, 0x00, + // 390 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x52, 0x31, 0x4f, 0xc2, 0x40, + 0x18, 0x6d, 0x89, 0x32, 0x9c, 0x26, 0x98, 0x83, 0x18, 0x53, 0xf0, 0x20, 0x1d, 0x90, 0x85, 0x3b, + 0x8b, 0x93, 0x2b, 0xd1, 0xc4, 0xc1, 0x01, 0x71, 0xd2, 0xc5, 0xb4, 0xe5, 0x52, 0x1a, 0x6d, 0xaf, + 0xf4, 0x0e, 0x62, 0x57, 0x7f, 0x81, 0x89, 0xbb, 0x8b, 0x7f, 0x86, 0x91, 0xc4, 0xc5, 0x38, 0x10, + 0x03, 0xfe, 0x10, 0xd3, 0x6b, 0x35, 0x16, 0x6b, 0x8c, 0x53, 0x9b, 0x7b, 0xef, 0x7b, 0xef, 0x7d, + 0xef, 0x0e, 0xd4, 0xb9, 0x08, 0xdd, 0x01, 0x25, 0x9e, 0xeb, 0x0b, 0x32, 0x31, 0x2c, 0x2a, 0x4c, + 0x83, 0x8c, 0xc6, 0x34, 0x8c, 0x70, 0x10, 0x32, 0xc1, 0x60, 0x39, 0x21, 0xe0, 0x98, 0x80, 0x53, + 0x82, 0x56, 0x71, 0x98, 0xc3, 0x24, 0x4e, 0xe2, 0xbf, 0x84, 0xaa, 0xd5, 0x1c, 0xc6, 0x9c, 0x1b, + 0x4a, 0xcc, 0xc0, 0x25, 0xa6, 0xef, 0x33, 0x61, 0x0a, 0x97, 0xf9, 0x3c, 0x45, 0x51, 0x9e, 0x93, + 0x54, 0x95, 0xb8, 0x5e, 0x01, 0xf0, 0x2c, 0xf6, 0xed, 0x99, 0xa1, 0xe9, 0xf1, 0x3e, 0x1d, 0x8d, + 0x29, 0x17, 0x7a, 0x0f, 0x94, 0x33, 0xa7, 0x3c, 0x60, 0x3e, 0xa7, 0xf0, 0x10, 0x14, 0x03, 0x79, + 0xb2, 0xa3, 0x36, 0xd4, 0xd6, 0x46, 0xa7, 0x8a, 0x73, 0x62, 0xe2, 0x64, 0xa8, 0xbb, 0x36, 0x9d, + 0xd7, 0x95, 0x7e, 0x3a, 0xa0, 0xef, 0x82, 0xaa, 0x54, 0x3c, 0x0e, 0x98, 0x3d, 0xec, 0x85, 0x6c, + 0xe2, 0xf2, 0x38, 0xe5, 0xa7, 0x61, 0x04, 0x6a, 0xf9, 0x70, 0xea, 0x7c, 0x01, 0xb6, 0x68, 0x0c, + 0x5d, 0x05, 0x5f, 0x98, 0xcc, 0xb0, 0xd9, 0xc5, 0xb1, 0xcd, 0xeb, 0xbc, 0xde, 0x74, 0x5c, 0x31, + 0x1c, 0x5b, 0xd8, 0x66, 0x1e, 0xb1, 0x19, 0xf7, 0x18, 0x4f, 0x3f, 0x6d, 0x3e, 0xb8, 0x26, 0x22, + 0x0a, 0x28, 0xc7, 0x47, 0xd4, 0xee, 0x97, 0x68, 0xd6, 0xa2, 0xf3, 0x54, 0x00, 0xeb, 0xd2, 0x1b, + 0x46, 0xa0, 0x98, 0x64, 0x87, 0x7b, 0xb9, 0x8b, 0xfd, 0x2c, 0x4a, 0x6b, 0xfd, 0x4d, 0x4c, 0x36, + 0xd0, 0x6b, 0x77, 0xcf, 0xef, 0x0f, 0x85, 0x6d, 0x58, 0xc9, 0x5e, 0x45, 0x52, 0x0f, 0x7c, 0x54, + 0x41, 0x69, 0x65, 0x77, 0xb8, 0xff, 0xbb, 0x76, 0x7e, 0x8b, 0x9a, 0xf1, 0x8f, 0x89, 0x34, 0x56, + 0x53, 0xc6, 0x6a, 0x40, 0x94, 0x8d, 0xb5, 0x5a, 0x76, 0xf7, 0x64, 0xba, 0x40, 0xea, 0x6c, 0x81, + 0xd4, 0xb7, 0x05, 0x52, 0xef, 0x97, 0x48, 0x99, 0x2d, 0x91, 0xf2, 0xb2, 0x44, 0xca, 0x25, 0xfe, + 0x56, 0xfc, 0xb9, 0xb4, 0x6f, 0x9f, 0x9a, 0x16, 0x27, 0xe9, 0xc3, 0x9b, 0x74, 0x0c, 0x72, 0x9b, + 0x88, 0xcb, 0x4b, 0xb0, 0x8a, 0xf2, 0xe1, 0x1d, 0x7c, 0x04, 0x00, 0x00, 0xff, 0xff, 0xff, 0xed, + 0x2d, 0x8c, 0x04, 0x03, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/records/client/cli/query.go b/x/records/client/cli/query.go index df5d6b4604..d14d2dcea9 100644 --- a/x/records/client/cli/query.go +++ b/x/records/client/cli/query.go @@ -10,7 +10,7 @@ import ( // "github.com/cosmos/cosmos-sdk/client/flags" // sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/records/types" + "github.com/Stride-Labs/stride/v21/x/records/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/records/client/cli/query_deposit_record.go b/x/records/client/cli/query_deposit_record.go index 68aaf5aeab..0ba3ec59a2 100644 --- a/x/records/client/cli/query_deposit_record.go +++ b/x/records/client/cli/query_deposit_record.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/records/types" + "github.com/Stride-Labs/stride/v21/x/records/types" ) func CmdListDepositRecord() *cobra.Command { diff --git a/x/records/client/cli/query_deposit_record_test.go b/x/records/client/cli/query_deposit_record_test.go index 3adeb05e69..633108c079 100644 --- a/x/records/client/cli/query_deposit_record_test.go +++ b/x/records/client/cli/query_deposit_record_test.go @@ -11,10 +11,10 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v20/testutil/network" - "github.com/Stride-Labs/stride/v20/testutil/nullify" - "github.com/Stride-Labs/stride/v20/x/records/client/cli" - "github.com/Stride-Labs/stride/v20/x/records/types" + "github.com/Stride-Labs/stride/v21/testutil/network" + "github.com/Stride-Labs/stride/v21/testutil/nullify" + "github.com/Stride-Labs/stride/v21/x/records/client/cli" + "github.com/Stride-Labs/stride/v21/x/records/types" ) func networkWithDepositRecordObjects(t *testing.T, n int) (*network.Network, []types.DepositRecord) { diff --git a/x/records/client/cli/query_epoch_unbonding_record.go b/x/records/client/cli/query_epoch_unbonding_record.go index 3c764d115c..f12f631bac 100644 --- a/x/records/client/cli/query_epoch_unbonding_record.go +++ b/x/records/client/cli/query_epoch_unbonding_record.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/records/types" + "github.com/Stride-Labs/stride/v21/x/records/types" ) func CmdListEpochUnbondingRecord() *cobra.Command { diff --git a/x/records/client/cli/query_lsm_deposits.go b/x/records/client/cli/query_lsm_deposits.go index 350fe685f5..15e13c4bf6 100644 --- a/x/records/client/cli/query_lsm_deposits.go +++ b/x/records/client/cli/query_lsm_deposits.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/records/types" + "github.com/Stride-Labs/stride/v21/x/records/types" ) const ( diff --git a/x/records/client/cli/query_params.go b/x/records/client/cli/query_params.go index 7f703cbaf4..cf6a259462 100644 --- a/x/records/client/cli/query_params.go +++ b/x/records/client/cli/query_params.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/records/types" + "github.com/Stride-Labs/stride/v21/x/records/types" ) func CmdQueryParams() *cobra.Command { diff --git a/x/records/client/cli/query_user_redemption_record.go b/x/records/client/cli/query_user_redemption_record.go index 2124bf7970..cc55cbcfb8 100644 --- a/x/records/client/cli/query_user_redemption_record.go +++ b/x/records/client/cli/query_user_redemption_record.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/records/types" + "github.com/Stride-Labs/stride/v21/x/records/types" ) func CmdListUserRedemptionRecord() *cobra.Command { diff --git a/x/records/client/cli/query_user_redemption_record_test.go b/x/records/client/cli/query_user_redemption_record_test.go index e55f9b1628..ca59c2029c 100644 --- a/x/records/client/cli/query_user_redemption_record_test.go +++ b/x/records/client/cli/query_user_redemption_record_test.go @@ -14,10 +14,10 @@ import ( sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v20/testutil/network" - "github.com/Stride-Labs/stride/v20/testutil/nullify" - "github.com/Stride-Labs/stride/v20/x/records/client/cli" - "github.com/Stride-Labs/stride/v20/x/records/types" + "github.com/Stride-Labs/stride/v21/testutil/network" + "github.com/Stride-Labs/stride/v21/testutil/nullify" + "github.com/Stride-Labs/stride/v21/x/records/client/cli" + "github.com/Stride-Labs/stride/v21/x/records/types" ) // TODO [cleanup] - Migrate to new CLI testing framework diff --git a/x/records/client/cli/tx.go b/x/records/client/cli/tx.go index 0b161fec02..9eedd3c17a 100644 --- a/x/records/client/cli/tx.go +++ b/x/records/client/cli/tx.go @@ -9,7 +9,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" // "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/Stride-Labs/stride/v20/x/records/types" + "github.com/Stride-Labs/stride/v21/x/records/types" ) var DefaultRelativePacketTimeoutTimestamp = cast.ToUint64((time.Duration(10) * time.Minute).Nanoseconds()) diff --git a/x/records/genesis.go b/x/records/genesis.go index 23143bde3f..252c1fe2e7 100644 --- a/x/records/genesis.go +++ b/x/records/genesis.go @@ -3,8 +3,8 @@ package records import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/records/keeper" - "github.com/Stride-Labs/stride/v20/x/records/types" + "github.com/Stride-Labs/stride/v21/x/records/keeper" + "github.com/Stride-Labs/stride/v21/x/records/types" ) // InitGenesis initializes the capability module's state from a provided genesis diff --git a/x/records/genesis_test.go b/x/records/genesis_test.go index 5ad7197353..1b66a6b417 100644 --- a/x/records/genesis_test.go +++ b/x/records/genesis_test.go @@ -5,10 +5,10 @@ import ( "github.com/stretchr/testify/require" - keepertest "github.com/Stride-Labs/stride/v20/testutil/keeper" - "github.com/Stride-Labs/stride/v20/testutil/nullify" - "github.com/Stride-Labs/stride/v20/x/records" - "github.com/Stride-Labs/stride/v20/x/records/types" + keepertest "github.com/Stride-Labs/stride/v21/testutil/keeper" + "github.com/Stride-Labs/stride/v21/testutil/nullify" + "github.com/Stride-Labs/stride/v21/x/records" + "github.com/Stride-Labs/stride/v21/x/records/types" ) func TestGenesis(t *testing.T) { diff --git a/x/records/handler.go b/x/records/handler.go index d54ee6a61f..69aa0b6d35 100644 --- a/x/records/handler.go +++ b/x/records/handler.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v20/x/records/keeper" - "github.com/Stride-Labs/stride/v20/x/records/types" + "github.com/Stride-Labs/stride/v21/x/records/keeper" + "github.com/Stride-Labs/stride/v21/x/records/types" ) // NewHandler ... diff --git a/x/records/keeper/callback_lsm_transfer.go b/x/records/keeper/callback_lsm_transfer.go index 62c982279e..65d672bcb9 100644 --- a/x/records/keeper/callback_lsm_transfer.go +++ b/x/records/keeper/callback_lsm_transfer.go @@ -1,9 +1,9 @@ package keeper import ( - "github.com/Stride-Labs/stride/v20/utils" - icacallbackstypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v20/x/records/types" + "github.com/Stride-Labs/stride/v21/utils" + icacallbackstypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v21/x/records/types" errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/records/keeper/callback_lsm_transfer_test.go b/x/records/keeper/callback_lsm_transfer_test.go index d94814cd21..90a29dc1f9 100644 --- a/x/records/keeper/callback_lsm_transfer_test.go +++ b/x/records/keeper/callback_lsm_transfer_test.go @@ -9,8 +9,8 @@ import ( channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" ibctesting "github.com/cosmos/ibc-go/v7/testing" - icacallbackstypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v20/x/records/types" + icacallbackstypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v21/x/records/types" ) var ( diff --git a/x/records/keeper/callback_native_transfer.go b/x/records/keeper/callback_native_transfer.go index 79d402b461..b666d791c7 100644 --- a/x/records/keeper/callback_native_transfer.go +++ b/x/records/keeper/callback_native_transfer.go @@ -5,8 +5,8 @@ import ( ibctransfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" - icacallbackstypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v20/x/records/types" + icacallbackstypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v21/x/records/types" errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/records/keeper/callback_native_transfer_test.go b/x/records/keeper/callback_native_transfer_test.go index 8c001b7e75..69c2932bc2 100644 --- a/x/records/keeper/callback_native_transfer_test.go +++ b/x/records/keeper/callback_native_transfer_test.go @@ -8,9 +8,9 @@ import ( sdkmath "cosmossdk.io/math" - icacallbacktypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v20/x/records/types" - recordtypes "github.com/Stride-Labs/stride/v20/x/records/types" + icacallbacktypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v21/x/records/types" + recordtypes "github.com/Stride-Labs/stride/v21/x/records/types" ) const chainId = "GAIA" diff --git a/x/records/keeper/callbacks.go b/x/records/keeper/callbacks.go index e6c1cc4298..5054977c9c 100644 --- a/x/records/keeper/callbacks.go +++ b/x/records/keeper/callbacks.go @@ -1,7 +1,7 @@ package keeper import ( - icacallbackstypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" + icacallbackstypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" ) const IBCCallbacksID_NativeTransfer = "transfer" diff --git a/x/records/keeper/deposit_record.go b/x/records/keeper/deposit_record.go index 5525bbc6c6..dcb5b040b2 100644 --- a/x/records/keeper/deposit_record.go +++ b/x/records/keeper/deposit_record.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/records/types" + "github.com/Stride-Labs/stride/v21/x/records/types" ) // GetDepositRecordCount get the total number of depositRecord diff --git a/x/records/keeper/epoch_unbonding_record.go b/x/records/keeper/epoch_unbonding_record.go index 7c3323c30e..b39d86d655 100644 --- a/x/records/keeper/epoch_unbonding_record.go +++ b/x/records/keeper/epoch_unbonding_record.go @@ -9,9 +9,9 @@ import ( errorsmod "cosmossdk.io/errors" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" - "github.com/Stride-Labs/stride/v20/x/records/types" + "github.com/Stride-Labs/stride/v21/x/records/types" ) // SetEpochUnbondingRecord set a specific epochUnbondingRecord in the store diff --git a/x/records/keeper/epoch_unbonding_record_test.go b/x/records/keeper/epoch_unbonding_record_test.go index 298b25f61f..12d12fa379 100644 --- a/x/records/keeper/epoch_unbonding_record_test.go +++ b/x/records/keeper/epoch_unbonding_record_test.go @@ -8,10 +8,10 @@ import ( sdkmath "cosmossdk.io/math" - keepertest "github.com/Stride-Labs/stride/v20/testutil/keeper" - "github.com/Stride-Labs/stride/v20/testutil/nullify" - "github.com/Stride-Labs/stride/v20/x/records/keeper" - "github.com/Stride-Labs/stride/v20/x/records/types" + keepertest "github.com/Stride-Labs/stride/v21/testutil/keeper" + "github.com/Stride-Labs/stride/v21/testutil/nullify" + "github.com/Stride-Labs/stride/v21/x/records/keeper" + "github.com/Stride-Labs/stride/v21/x/records/types" ) func createNEpochUnbondingRecord(keeper *keeper.Keeper, ctx sdk.Context, n int) ([]types.EpochUnbondingRecord, map[string]types.HostZoneUnbonding) { diff --git a/x/records/keeper/grpc_query.go b/x/records/keeper/grpc_query.go index adfe77cf10..72d09dd9e5 100644 --- a/x/records/keeper/grpc_query.go +++ b/x/records/keeper/grpc_query.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/Stride-Labs/stride/v20/x/records/types" + "github.com/Stride-Labs/stride/v21/x/records/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/records/keeper/grpc_query_deposit_record.go b/x/records/keeper/grpc_query_deposit_record.go index 46bc6c0150..a9e99a1e1a 100644 --- a/x/records/keeper/grpc_query_deposit_record.go +++ b/x/records/keeper/grpc_query_deposit_record.go @@ -11,7 +11,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v20/x/records/types" + "github.com/Stride-Labs/stride/v21/x/records/types" ) func (k Keeper) DepositRecordAll(c context.Context, req *types.QueryAllDepositRecordRequest) (*types.QueryAllDepositRecordResponse, error) { diff --git a/x/records/keeper/grpc_query_deposit_record_test.go b/x/records/keeper/grpc_query_deposit_record_test.go index 41fda26e32..f57a6bc900 100644 --- a/x/records/keeper/grpc_query_deposit_record_test.go +++ b/x/records/keeper/grpc_query_deposit_record_test.go @@ -10,13 +10,13 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/Stride-Labs/stride/v20/testutil/keeper" - "github.com/Stride-Labs/stride/v20/testutil/nullify" + keepertest "github.com/Stride-Labs/stride/v21/testutil/keeper" + "github.com/Stride-Labs/stride/v21/testutil/nullify" sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v20/x/records/keeper" - "github.com/Stride-Labs/stride/v20/x/records/types" + "github.com/Stride-Labs/stride/v21/x/records/keeper" + "github.com/Stride-Labs/stride/v21/x/records/types" ) func createNDepositRecord(keeper *keeper.Keeper, ctx sdk.Context, n int) []types.DepositRecord { diff --git a/x/records/keeper/grpc_query_epoch_unbonding_record.go b/x/records/keeper/grpc_query_epoch_unbonding_record.go index 27b4ab08bc..6038f1c785 100644 --- a/x/records/keeper/grpc_query_epoch_unbonding_record.go +++ b/x/records/keeper/grpc_query_epoch_unbonding_record.go @@ -11,7 +11,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v20/x/records/types" + "github.com/Stride-Labs/stride/v21/x/records/types" ) func (k Keeper) EpochUnbondingRecordAll(c context.Context, req *types.QueryAllEpochUnbondingRecordRequest) (*types.QueryAllEpochUnbondingRecordResponse, error) { diff --git a/x/records/keeper/grpc_query_epoch_unbonding_record_test.go b/x/records/keeper/grpc_query_epoch_unbonding_record_test.go index 5d82613835..552337163f 100644 --- a/x/records/keeper/grpc_query_epoch_unbonding_record_test.go +++ b/x/records/keeper/grpc_query_epoch_unbonding_record_test.go @@ -10,9 +10,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/Stride-Labs/stride/v20/testutil/keeper" - "github.com/Stride-Labs/stride/v20/testutil/nullify" - "github.com/Stride-Labs/stride/v20/x/records/types" + keepertest "github.com/Stride-Labs/stride/v21/testutil/keeper" + "github.com/Stride-Labs/stride/v21/testutil/nullify" + "github.com/Stride-Labs/stride/v21/x/records/types" ) func TestEpochUnbondingRecordQuerySingle(t *testing.T) { diff --git a/x/records/keeper/grpc_query_lsm_deposits.go b/x/records/keeper/grpc_query_lsm_deposits.go index 831c76d6da..df28d690c6 100644 --- a/x/records/keeper/grpc_query_lsm_deposits.go +++ b/x/records/keeper/grpc_query_lsm_deposits.go @@ -8,7 +8,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v20/x/records/types" + "github.com/Stride-Labs/stride/v21/x/records/types" ) func (k Keeper) LSMDeposit(c context.Context, req *types.QueryLSMDepositRequest) (*types.QueryLSMDepositResponse, error) { diff --git a/x/records/keeper/grpc_query_lsm_deposits_test.go b/x/records/keeper/grpc_query_lsm_deposits_test.go index 2a8bcb3bda..f2be3675b6 100644 --- a/x/records/keeper/grpc_query_lsm_deposits_test.go +++ b/x/records/keeper/grpc_query_lsm_deposits_test.go @@ -5,7 +5,7 @@ import ( _ "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v20/x/records/types" + "github.com/Stride-Labs/stride/v21/x/records/types" ) func (s *KeeperTestSuite) TestLSMDeposit() { diff --git a/x/records/keeper/grpc_query_params.go b/x/records/keeper/grpc_query_params.go index 5768bbe5d5..3f142c72a8 100644 --- a/x/records/keeper/grpc_query_params.go +++ b/x/records/keeper/grpc_query_params.go @@ -7,7 +7,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v20/x/records/types" + "github.com/Stride-Labs/stride/v21/x/records/types" ) func (k Keeper) Params(c context.Context, req *types.QueryParamsRequest) (*types.QueryParamsResponse, error) { diff --git a/x/records/keeper/grpc_query_params_test.go b/x/records/keeper/grpc_query_params_test.go index 7afa70de4f..8e37e116f1 100644 --- a/x/records/keeper/grpc_query_params_test.go +++ b/x/records/keeper/grpc_query_params_test.go @@ -6,8 +6,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - testkeeper "github.com/Stride-Labs/stride/v20/testutil/keeper" - "github.com/Stride-Labs/stride/v20/x/records/types" + testkeeper "github.com/Stride-Labs/stride/v21/testutil/keeper" + "github.com/Stride-Labs/stride/v21/x/records/types" ) func TestParamsQuery(t *testing.T) { diff --git a/x/records/keeper/grpc_query_user_redemption_record.go b/x/records/keeper/grpc_query_user_redemption_record.go index b1c6297bea..e13d86b0a3 100644 --- a/x/records/keeper/grpc_query_user_redemption_record.go +++ b/x/records/keeper/grpc_query_user_redemption_record.go @@ -11,7 +11,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v20/x/records/types" + "github.com/Stride-Labs/stride/v21/x/records/types" ) func (k Keeper) UserRedemptionRecordAll(c context.Context, req *types.QueryAllUserRedemptionRecordRequest) (*types.QueryAllUserRedemptionRecordResponse, error) { diff --git a/x/records/keeper/grpc_query_user_redemption_record_for_user.go b/x/records/keeper/grpc_query_user_redemption_record_for_user.go index 90f4268e8e..4d039c6b22 100644 --- a/x/records/keeper/grpc_query_user_redemption_record_for_user.go +++ b/x/records/keeper/grpc_query_user_redemption_record_for_user.go @@ -7,7 +7,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v20/x/records/types" + "github.com/Stride-Labs/stride/v21/x/records/types" ) func (k Keeper) UserRedemptionRecordForUser(c context.Context, req *types.QueryAllUserRedemptionRecordForUserRequest) (*types.QueryAllUserRedemptionRecordForUserResponse, error) { diff --git a/x/records/keeper/grpc_query_user_redemption_record_test.go b/x/records/keeper/grpc_query_user_redemption_record_test.go index 71f07587a5..a69cd63b40 100644 --- a/x/records/keeper/grpc_query_user_redemption_record_test.go +++ b/x/records/keeper/grpc_query_user_redemption_record_test.go @@ -11,9 +11,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/Stride-Labs/stride/v20/testutil/keeper" - "github.com/Stride-Labs/stride/v20/testutil/nullify" - "github.com/Stride-Labs/stride/v20/x/records/types" + keepertest "github.com/Stride-Labs/stride/v21/testutil/keeper" + "github.com/Stride-Labs/stride/v21/testutil/nullify" + "github.com/Stride-Labs/stride/v21/x/records/types" ) func TestUserRedemptionRecordQuerySingle(t *testing.T) { diff --git a/x/records/keeper/ibc.go b/x/records/keeper/ibc.go index e90415cafd..2c6aca8805 100644 --- a/x/records/keeper/ibc.go +++ b/x/records/keeper/ibc.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - "github.com/Stride-Labs/stride/v20/x/icacallbacks" - icacallbacktypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v21/x/icacallbacks" + icacallbacktypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" ) // OnAcknowledgementPacket unmarshals the acknowledgement object to determine if the ack was successful and diff --git a/x/records/keeper/keeper.go b/x/records/keeper/keeper.go index 81e9247108..781b76656b 100644 --- a/x/records/keeper/keeper.go +++ b/x/records/keeper/keeper.go @@ -11,9 +11,9 @@ import ( ibctransferkeeper "github.com/cosmos/ibc-go/v7/modules/apps/transfer/keeper" ibckeeper "github.com/cosmos/ibc-go/v7/modules/core/keeper" - icacallbackskeeper "github.com/Stride-Labs/stride/v20/x/icacallbacks/keeper" + icacallbackskeeper "github.com/Stride-Labs/stride/v21/x/icacallbacks/keeper" - "github.com/Stride-Labs/stride/v20/x/records/types" + "github.com/Stride-Labs/stride/v21/x/records/types" ) type ( diff --git a/x/records/keeper/keeper_test.go b/x/records/keeper/keeper_test.go index 847f5823a8..73243c600a 100644 --- a/x/records/keeper/keeper_test.go +++ b/x/records/keeper/keeper_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v20/app/apptesting" + "github.com/Stride-Labs/stride/v21/app/apptesting" ) const ( diff --git a/x/records/keeper/lsm_token_deposit.go b/x/records/keeper/lsm_token_deposit.go index 2e31b7e872..725b78e492 100644 --- a/x/records/keeper/lsm_token_deposit.go +++ b/x/records/keeper/lsm_token_deposit.go @@ -4,7 +4,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/records/types" + "github.com/Stride-Labs/stride/v21/x/records/types" ) func (k Keeper) SetLSMTokenDeposit(ctx sdk.Context, deposit types.LSMTokenDeposit) { diff --git a/x/records/keeper/lsm_token_deposit_test.go b/x/records/keeper/lsm_token_deposit_test.go index 289c757aa1..4e11cdff89 100644 --- a/x/records/keeper/lsm_token_deposit_test.go +++ b/x/records/keeper/lsm_token_deposit_test.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/records/types" + "github.com/Stride-Labs/stride/v21/x/records/types" ) func (s *KeeperTestSuite) createNLSMTokenDeposit(n int) []types.LSMTokenDeposit { diff --git a/x/records/keeper/params.go b/x/records/keeper/params.go index 8e8442f8b0..73790070e3 100644 --- a/x/records/keeper/params.go +++ b/x/records/keeper/params.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/records/types" + "github.com/Stride-Labs/stride/v21/x/records/types" ) // GetParams get all parameters as types.Params diff --git a/x/records/keeper/params_test.go b/x/records/keeper/params_test.go index 12632981b1..584dfd45d3 100644 --- a/x/records/keeper/params_test.go +++ b/x/records/keeper/params_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/require" - testkeeper "github.com/Stride-Labs/stride/v20/testutil/keeper" - "github.com/Stride-Labs/stride/v20/x/records/types" + testkeeper "github.com/Stride-Labs/stride/v21/testutil/keeper" + "github.com/Stride-Labs/stride/v21/x/records/types" ) func TestGetParams(t *testing.T) { diff --git a/x/records/keeper/transfer.go b/x/records/keeper/transfer.go index 1553c798cd..6897c5686b 100644 --- a/x/records/keeper/transfer.go +++ b/x/records/keeper/transfer.go @@ -8,10 +8,10 @@ import ( "github.com/cosmos/gogoproto/proto" transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" - "github.com/Stride-Labs/stride/v20/utils" - icacallbackstypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v21/utils" + icacallbackstypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v20/x/records/types" + "github.com/Stride-Labs/stride/v21/x/records/types" ) var ( diff --git a/x/records/keeper/transfer_test.go b/x/records/keeper/transfer_test.go index 178288f704..795a991c6c 100644 --- a/x/records/keeper/transfer_test.go +++ b/x/records/keeper/transfer_test.go @@ -9,8 +9,8 @@ import ( sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v20/x/records/types" - recordtypes "github.com/Stride-Labs/stride/v20/x/records/types" + "github.com/Stride-Labs/stride/v21/x/records/types" + recordtypes "github.com/Stride-Labs/stride/v21/x/records/types" ) type TransferTestCase struct { diff --git a/x/records/keeper/user_redemption_record.go b/x/records/keeper/user_redemption_record.go index 7f4f883633..55c491c24d 100644 --- a/x/records/keeper/user_redemption_record.go +++ b/x/records/keeper/user_redemption_record.go @@ -4,7 +4,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/records/types" + "github.com/Stride-Labs/stride/v21/x/records/types" ) // SetUserRedemptionRecord set a specific userRedemptionRecord in the store diff --git a/x/records/keeper/user_redemption_record_test.go b/x/records/keeper/user_redemption_record_test.go index a18e2cd3e8..a98e363b5a 100644 --- a/x/records/keeper/user_redemption_record_test.go +++ b/x/records/keeper/user_redemption_record_test.go @@ -9,10 +9,10 @@ import ( sdkmath "cosmossdk.io/math" - keepertest "github.com/Stride-Labs/stride/v20/testutil/keeper" - "github.com/Stride-Labs/stride/v20/testutil/nullify" - "github.com/Stride-Labs/stride/v20/x/records/keeper" - "github.com/Stride-Labs/stride/v20/x/records/types" + keepertest "github.com/Stride-Labs/stride/v21/testutil/keeper" + "github.com/Stride-Labs/stride/v21/testutil/nullify" + "github.com/Stride-Labs/stride/v21/x/records/keeper" + "github.com/Stride-Labs/stride/v21/x/records/types" ) // TODO [cleanup]: Migrate to new KeeperTestSuite framework and remove use of nullify diff --git a/x/records/migrations/v2/convert.go b/x/records/migrations/v2/convert.go index 85f29ae20e..f8dbc2d5f0 100644 --- a/x/records/migrations/v2/convert.go +++ b/x/records/migrations/v2/convert.go @@ -3,8 +3,8 @@ package v2 import ( sdkmath "cosmossdk.io/math" - oldrecordstypes "github.com/Stride-Labs/stride/v20/x/records/migrations/v2/types" - recordstypes "github.com/Stride-Labs/stride/v20/x/records/types" + oldrecordstypes "github.com/Stride-Labs/stride/v21/x/records/migrations/v2/types" + recordstypes "github.com/Stride-Labs/stride/v21/x/records/types" ) func convertToNewDepositRecord(oldDepositRecord oldrecordstypes.DepositRecord) recordstypes.DepositRecord { diff --git a/x/records/migrations/v2/convert_test.go b/x/records/migrations/v2/convert_test.go index a02240a8b9..7e2eacbacb 100644 --- a/x/records/migrations/v2/convert_test.go +++ b/x/records/migrations/v2/convert_test.go @@ -7,8 +7,8 @@ import ( "github.com/stretchr/testify/require" - oldrecordstypes "github.com/Stride-Labs/stride/v20/x/records/migrations/v2/types" - recordstypes "github.com/Stride-Labs/stride/v20/x/records/types" + oldrecordstypes "github.com/Stride-Labs/stride/v21/x/records/migrations/v2/types" + recordstypes "github.com/Stride-Labs/stride/v21/x/records/types" ) func TestConvertDepositRecord(t *testing.T) { diff --git a/x/records/migrations/v2/migrations.go b/x/records/migrations/v2/migrations.go index c4224532aa..398a5bbd40 100644 --- a/x/records/migrations/v2/migrations.go +++ b/x/records/migrations/v2/migrations.go @@ -8,8 +8,8 @@ import ( errorsmod "cosmossdk.io/errors" - oldrecordtypes "github.com/Stride-Labs/stride/v20/x/records/migrations/v2/types" - recordtypes "github.com/Stride-Labs/stride/v20/x/records/types" + oldrecordtypes "github.com/Stride-Labs/stride/v21/x/records/migrations/v2/types" + recordtypes "github.com/Stride-Labs/stride/v21/x/records/types" ) func migrateDepositRecord(store sdk.KVStore, cdc codec.BinaryCodec) error { diff --git a/x/records/module.go b/x/records/module.go index 14d687674c..ece9c25829 100644 --- a/x/records/module.go +++ b/x/records/module.go @@ -17,9 +17,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/Stride-Labs/stride/v20/x/records/client/cli" - "github.com/Stride-Labs/stride/v20/x/records/keeper" - "github.com/Stride-Labs/stride/v20/x/records/types" + "github.com/Stride-Labs/stride/v21/x/records/client/cli" + "github.com/Stride-Labs/stride/v21/x/records/keeper" + "github.com/Stride-Labs/stride/v21/x/records/types" ) var ( diff --git a/x/records/module_ibc.go b/x/records/module_ibc.go index 7c6e28f782..83b2af5eb5 100644 --- a/x/records/module_ibc.go +++ b/x/records/module_ibc.go @@ -12,7 +12,7 @@ import ( porttypes "github.com/cosmos/ibc-go/v7/modules/core/05-port/types" ibcexported "github.com/cosmos/ibc-go/v7/modules/core/exported" - "github.com/Stride-Labs/stride/v20/x/records/keeper" + "github.com/Stride-Labs/stride/v21/x/records/keeper" ) // IBC MODULE IMPLEMENTATION diff --git a/x/records/module_simulation.go b/x/records/module_simulation.go index 14e7c3cce6..49c832fb42 100644 --- a/x/records/module_simulation.go +++ b/x/records/module_simulation.go @@ -10,9 +10,9 @@ import ( simtypes "github.com/cosmos/cosmos-sdk/types/simulation" "github.com/cosmos/cosmos-sdk/x/simulation" - "github.com/Stride-Labs/stride/v20/testutil/sample" - recordssimulation "github.com/Stride-Labs/stride/v20/x/records/simulation" - "github.com/Stride-Labs/stride/v20/x/records/types" + "github.com/Stride-Labs/stride/v21/testutil/sample" + recordssimulation "github.com/Stride-Labs/stride/v21/x/records/simulation" + "github.com/Stride-Labs/stride/v21/x/records/types" ) // avoid unused import issue diff --git a/x/records/types/callbacks.pb.go b/x/records/types/callbacks.pb.go index 9c6c9de17f..758ace9fcf 100644 --- a/x/records/types/callbacks.pb.go +++ b/x/records/types/callbacks.pb.go @@ -131,8 +131,8 @@ var fileDescriptor_6f7cdd5c1d8b3a46 = []byte{ 0xf1, 0x48, 0x8e, 0xf1, 0xc2, 0x23, 0x39, 0xc6, 0x07, 0x8f, 0xe4, 0x18, 0x27, 0x3c, 0x96, 0x63, 0xb8, 0xf0, 0x58, 0x8e, 0xe1, 0xc6, 0x63, 0x39, 0x86, 0x28, 0xc3, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0xfd, 0x60, 0xb0, 0x69, 0xba, 0x3e, 0x89, 0x49, 0xc5, 0xfa, 0x50, - 0x5f, 0x96, 0x19, 0x19, 0xe8, 0x57, 0xc0, 0xfd, 0x5a, 0x52, 0x59, 0x90, 0x5a, 0x9c, 0xc4, 0x06, - 0xf6, 0xaa, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0x86, 0x01, 0x10, 0x63, 0x3a, 0x01, 0x00, 0x00, + 0x5f, 0x96, 0x19, 0x19, 0xea, 0x57, 0xc0, 0xfd, 0x5a, 0x52, 0x59, 0x90, 0x5a, 0x9c, 0xc4, 0x06, + 0xf6, 0xaa, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0x88, 0x91, 0x9b, 0xc6, 0x3a, 0x01, 0x00, 0x00, } func (m *TransferCallback) Marshal() (dAtA []byte, err error) { diff --git a/x/records/types/genesis.pb.go b/x/records/types/genesis.pb.go index baf873b8ba..b906e8b7ad 100644 --- a/x/records/types/genesis.pb.go +++ b/x/records/types/genesis.pb.go @@ -134,7 +134,7 @@ var fileDescriptor_98cfd0253c8b6797 = []byte{ // 417 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x92, 0x4f, 0xcf, 0x93, 0x30, 0x1c, 0xc7, 0xc1, 0x07, 0xf7, 0xf8, 0xf4, 0x31, 0x26, 0xb2, 0x65, 0xe2, 0x36, 0x19, 0x31, 0x1e, - 0xb8, 0x08, 0x73, 0x7a, 0x37, 0x99, 0x1a, 0x63, 0x9c, 0x89, 0x01, 0x77, 0xd9, 0x85, 0x00, 0x6d, + 0xb8, 0x08, 0x6e, 0x7a, 0x37, 0x99, 0x1a, 0x63, 0x9c, 0x89, 0x01, 0x77, 0xd9, 0x85, 0x00, 0x6d, 0x58, 0xe3, 0xa0, 0xa4, 0x2d, 0x46, 0xdf, 0x85, 0x2f, 0x6b, 0xc7, 0xdd, 0xf4, 0x64, 0xcc, 0xf6, 0x46, 0x0c, 0x6d, 0xb7, 0x0c, 0x82, 0x27, 0xca, 0xef, 0xf7, 0xfd, 0xf3, 0x69, 0x52, 0x30, 0x61, 0x9c, 0x62, 0x88, 0x7c, 0x8a, 0x52, 0x42, 0x21, 0xf3, 0x33, 0x54, 0x20, 0x86, 0x99, 0x57, 0x52, @@ -150,14 +150,14 @@ var fileDescriptor_98cfd0253c8b6797 = []byte{ 0x97, 0xff, 0x4d, 0x2d, 0xa8, 0x59, 0x51, 0x49, 0xd2, 0x4d, 0x54, 0x15, 0x09, 0x29, 0x20, 0x2e, 0xb2, 0x06, 0xeb, 0xdd, 0x6e, 0xd6, 0x77, 0xb5, 0x65, 0x75, 0x72, 0x34, 0x59, 0x51, 0xc7, 0x4e, 0xb0, 0x86, 0xa0, 0x0f, 0x51, 0x49, 0x18, 0xe6, 0x8d, 0x8a, 0x6b, 0x51, 0xf1, 0xa4, 0x5d, 0xf1, - 0x56, 0x4a, 0x1b, 0xd9, 0x0f, 0xe1, 0xe5, 0x50, 0x84, 0xce, 0xc0, 0xa0, 0x15, 0x2a, 0x2f, 0x7e, - 0x4f, 0x5c, 0xdc, 0x6c, 0x18, 0xe4, 0x8d, 0xd7, 0x60, 0xb8, 0x65, 0x79, 0xc4, 0xc9, 0x57, 0x54, - 0x44, 0x27, 0xaf, 0x20, 0xb9, 0x11, 0x24, 0xd3, 0x36, 0xc9, 0x32, 0xfc, 0xf4, 0xa5, 0x16, 0x2b, - 0x22, 0xc5, 0xd2, 0xdf, 0xb2, 0xfc, 0x72, 0x5c, 0xd3, 0x2c, 0x3e, 0xee, 0x0e, 0xb6, 0xbe, 0x3f, - 0xd8, 0xfa, 0xdf, 0x83, 0xad, 0xff, 0x3c, 0xda, 0xda, 0xfe, 0x68, 0x6b, 0xbf, 0x8f, 0xb6, 0xb6, - 0x7e, 0x91, 0x61, 0xbe, 0xa9, 0x12, 0x2f, 0x25, 0xb9, 0x1f, 0x8a, 0xfc, 0xe7, 0xcb, 0x38, 0x61, + 0x56, 0x4a, 0x1b, 0xd9, 0x0f, 0xe1, 0xe5, 0x50, 0x84, 0xbe, 0x00, 0x83, 0x56, 0xa8, 0xbc, 0xf8, + 0x3d, 0x71, 0x71, 0xb3, 0x61, 0x90, 0x37, 0x5e, 0x83, 0xe1, 0x96, 0xe5, 0x11, 0x27, 0x5f, 0x51, + 0x11, 0x9d, 0xbc, 0x82, 0xe4, 0x46, 0x90, 0x4c, 0xdb, 0x24, 0xcb, 0xf0, 0xd3, 0x97, 0x5a, 0xac, + 0x88, 0x14, 0x4b, 0x7f, 0xcb, 0xf2, 0xcb, 0x71, 0x4d, 0xb3, 0xf8, 0xb8, 0x3b, 0xd8, 0xfa, 0xfe, + 0x60, 0xeb, 0x7f, 0x0f, 0xb6, 0xfe, 0xf3, 0x68, 0x6b, 0xfb, 0xa3, 0xad, 0xfd, 0x3e, 0xda, 0xda, + 0x7a, 0x96, 0x61, 0xbe, 0xa9, 0x12, 0x2f, 0x25, 0xb9, 0x1f, 0x8a, 0xfc, 0xe7, 0xcb, 0x38, 0x61, 0xbe, 0x7a, 0xbe, 0xdf, 0xe6, 0x33, 0xff, 0xfb, 0xf9, 0x11, 0xf3, 0x1f, 0x25, 0x62, 0x49, 0x4f, - 0xbc, 0xd6, 0x97, 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, 0x47, 0x89, 0xae, 0xb0, 0x2e, 0x03, 0x00, + 0xbc, 0xd6, 0x97, 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, 0x49, 0x19, 0x25, 0x15, 0x2e, 0x03, 0x00, 0x00, } diff --git a/x/records/types/genesis_test.go b/x/records/types/genesis_test.go index fd10e991cb..5e850f42f1 100644 --- a/x/records/types/genesis_test.go +++ b/x/records/types/genesis_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v20/x/records/types" + "github.com/Stride-Labs/stride/v21/x/records/types" ) func TestGenesisState_Validate(t *testing.T) { diff --git a/x/records/types/params.pb.go b/x/records/types/params.pb.go index 5075d380e7..af42563f96 100644 --- a/x/records/types/params.pb.go +++ b/x/records/types/params.pb.go @@ -73,9 +73,9 @@ var fileDescriptor_5d92633ea4bee482 = []byte{ 0xb8, 0xd8, 0x02, 0xc0, 0xf2, 0x4e, 0xde, 0x27, 0x1e, 0xc9, 0x31, 0x5e, 0x78, 0x24, 0xc7, 0xf8, 0xe0, 0x91, 0x1c, 0xe3, 0x84, 0xc7, 0x72, 0x0c, 0x17, 0x1e, 0xcb, 0x31, 0xdc, 0x78, 0x2c, 0xc7, 0x10, 0x65, 0x98, 0x9e, 0x59, 0x92, 0x51, 0x9a, 0xa4, 0x97, 0x9c, 0x9f, 0xab, 0x1f, 0x0c, 0xd6, - 0xae, 0xeb, 0x93, 0x98, 0x54, 0xac, 0x0f, 0xb5, 0xa7, 0xcc, 0xc8, 0x40, 0xbf, 0x02, 0x6e, 0x5b, + 0xae, 0xeb, 0x93, 0x98, 0x54, 0xac, 0x0f, 0xb5, 0xa7, 0xcc, 0xc8, 0x50, 0xbf, 0x02, 0x6e, 0x5b, 0x49, 0x65, 0x41, 0x6a, 0x71, 0x12, 0x1b, 0xd8, 0x36, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, - 0x00, 0xbd, 0xd5, 0x15, 0x8c, 0x00, 0x00, 0x00, + 0x0e, 0x2d, 0x5e, 0xb0, 0x8c, 0x00, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/records/types/query.pb.go b/x/records/types/query.pb.go index a1f9dc0402..575035d3cf 100644 --- a/x/records/types/query.pb.go +++ b/x/records/types/query.pb.go @@ -1118,82 +1118,82 @@ func init() { func init() { proto.RegisterFile("stride/records/query.proto", fileDescriptor_25e7cc311be81f7b) } var fileDescriptor_25e7cc311be81f7b = []byte{ - // 1193 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x98, 0x4f, 0x4f, 0x1b, 0xc7, - 0x1b, 0xc7, 0x59, 0xfe, 0x86, 0x87, 0x84, 0x1f, 0xbf, 0x89, 0x45, 0xa8, 0x43, 0x0c, 0x59, 0xa2, - 0xfc, 0x01, 0xe2, 0x09, 0x84, 0x2a, 0x6a, 0xa2, 0x2a, 0x72, 0x68, 0x09, 0x34, 0x24, 0x4a, 0x4d, - 0x73, 0x41, 0x6a, 0x37, 0x6b, 0xef, 0x60, 0x56, 0xd8, 0x3b, 0xce, 0xce, 0x1a, 0xd5, 0x75, 0x7d, - 0xe9, 0xa9, 0xc7, 0x4a, 0x79, 0x07, 0xad, 0xfa, 0x0e, 0xfa, 0x02, 0xaa, 0x9e, 0x38, 0xf4, 0x90, - 0xa8, 0x97, 0x9c, 0xaa, 0x0a, 0xfa, 0x12, 0x7a, 0xae, 0x2a, 0xcf, 0xcc, 0x1a, 0xaf, 0x3d, 0xbb, - 0x5e, 0x23, 0xf7, 0xd0, 0x13, 0xde, 0x99, 0x67, 0x9e, 0xe7, 0xf3, 0x7d, 0xe6, 0x99, 0x7f, 0x40, - 0x92, 0x79, 0xae, 0x6d, 0x11, 0xec, 0x92, 0x3c, 0x75, 0x2d, 0x86, 0x5f, 0x55, 0x88, 0x5b, 0x4d, - 0x97, 0x5d, 0xea, 0x51, 0x34, 0x29, 0xfa, 0xd2, 0xb2, 0x2f, 0x39, 0xdb, 0x66, 0x2b, 0xff, 0x0a, - 0xeb, 0xe4, 0xe5, 0xb6, 0xde, 0xb2, 0xe9, 0x9a, 0x25, 0xbf, 0x33, 0x51, 0xa0, 0x05, 0xca, 0x7f, - 0xe2, 0xc6, 0x2f, 0xd9, 0x3a, 0x5b, 0xa0, 0xb4, 0x50, 0x24, 0xd8, 0x2c, 0xdb, 0xd8, 0x74, 0x1c, - 0xea, 0x99, 0x9e, 0x4d, 0x1d, 0x7f, 0xcc, 0x62, 0x9e, 0xb2, 0x12, 0x65, 0x38, 0x67, 0x32, 0x22, - 0xb8, 0xf0, 0xe1, 0x4a, 0x8e, 0x78, 0xe6, 0x0a, 0x2e, 0x9b, 0x05, 0xdb, 0xe1, 0xc6, 0xc2, 0x56, - 0x4f, 0x00, 0xfa, 0xb4, 0x61, 0xf1, 0x9c, 0x07, 0xcd, 0x92, 0x57, 0x15, 0xc2, 0x3c, 0xfd, 0x09, - 0x5c, 0x0c, 0xb4, 0xb2, 0x32, 0x75, 0x18, 0x41, 0x6b, 0x30, 0x2a, 0xe0, 0x66, 0xb4, 0x79, 0xed, - 0xe6, 0xc4, 0xea, 0x74, 0x3a, 0x28, 0x34, 0x2d, 0xec, 0x1f, 0x0d, 0x1f, 0xfd, 0x3e, 0x37, 0x90, - 0x95, 0xb6, 0x7a, 0x1a, 0x66, 0xb9, 0xb3, 0xc7, 0xc4, 0xfb, 0x88, 0x94, 0x29, 0xb3, 0xbd, 0x2c, - 0x37, 0x97, 0xc1, 0xd0, 0x24, 0x0c, 0xda, 0x16, 0xf7, 0x38, 0x9c, 0x1d, 0xb4, 0x2d, 0xfd, 0x00, - 0xae, 0x84, 0xd8, 0x4b, 0x8c, 0x4f, 0x60, 0xd2, 0x12, 0x1d, 0x86, 0x08, 0x2c, 0x71, 0xae, 0xb4, - 0xe3, 0x04, 0x86, 0x4b, 0xaa, 0x0b, 0x56, 0x6b, 0xa3, 0xbe, 0x27, 0xe1, 0x32, 0xc5, 0xa2, 0x12, - 0x6e, 0x03, 0xe0, 0x34, 0x67, 0x32, 0xce, 0xf5, 0xb4, 0x48, 0x70, 0xba, 0x91, 0xe0, 0xb4, 0x98, - 0x78, 0x99, 0xe0, 0xf4, 0x73, 0xb3, 0x40, 0xe4, 0xd8, 0x6c, 0xcb, 0x48, 0xfd, 0x27, 0x4d, 0xaa, - 0xea, 0x0c, 0x14, 0xa1, 0x6a, 0xe8, 0x6c, 0xaa, 0xd0, 0xe3, 0x00, 0xf5, 0x20, 0xa7, 0xbe, 0xd1, - 0x95, 0x5a, 0x80, 0x04, 0xb0, 0xd7, 0x61, 0x8e, 0x53, 0x07, 0x63, 0x56, 0x37, 0x29, 0xf3, 0xfc, - 0x0c, 0xcd, 0xc3, 0xf9, 0x7d, 0xca, 0x3c, 0xe3, 0x2b, 0xea, 0x10, 0x43, 0x4e, 0xe4, 0x78, 0x16, - 0x1a, 0x6d, 0xbb, 0xd4, 0x21, 0x5b, 0x96, 0xee, 0xc0, 0x7c, 0xb8, 0x93, 0xfe, 0xab, 0xd7, 0xdf, - 0x87, 0x05, 0xbf, 0x80, 0x5e, 0x30, 0xe2, 0x66, 0x89, 0x45, 0x4a, 0xe5, 0x86, 0x9c, 0xb0, 0xba, - 0x1b, 0xe7, 0x75, 0xf7, 0xad, 0x06, 0xd7, 0xa2, 0xc7, 0x49, 0xd6, 0x97, 0x30, 0x5d, 0x61, 0xc4, - 0x35, 0xdc, 0xa6, 0x41, 0xb0, 0x0e, 0xaf, 0xb5, 0x33, 0xab, 0xbc, 0x49, 0xf4, 0x44, 0x45, 0xd1, - 0xa7, 0x97, 0xa4, 0x82, 0x4c, 0xb1, 0x18, 0xa5, 0xa0, 0x5f, 0xc5, 0xf9, 0xd6, 0x57, 0x1e, 0x1a, - 0x2f, 0x86, 0xf2, 0xa1, 0x7e, 0x28, 0xef, 0x5f, 0xe5, 0xbe, 0xd5, 0x60, 0x31, 0x4a, 0xd3, 0x06, - 0x75, 0x45, 0xb3, 0x48, 0xe5, 0x7b, 0x70, 0x2e, 0xbf, 0x6f, 0xda, 0xce, 0x69, 0x05, 0x8f, 0xf1, - 0xef, 0x2d, 0x0b, 0x4d, 0xc1, 0x90, 0x65, 0x56, 0x39, 0xcb, 0x70, 0xb6, 0xf1, 0x13, 0xcd, 0xc0, - 0x98, 0x69, 0x59, 0x2e, 0x61, 0x6c, 0x66, 0x48, 0xd8, 0xca, 0x4f, 0x94, 0x80, 0x91, 0xa2, 0x5d, - 0xb2, 0xbd, 0x99, 0x61, 0x6e, 0x2d, 0x3e, 0xda, 0xe6, 0x69, 0xe4, 0xcc, 0xf3, 0xf4, 0x4e, 0x83, - 0xa5, 0x58, 0x9a, 0xfe, 0x7b, 0xd3, 0xb5, 0x79, 0xba, 0x66, 0x3f, 0x2e, 0xd3, 0xfc, 0xfe, 0x0b, - 0x27, 0x47, 0x1d, 0xcb, 0x76, 0x0a, 0xc1, 0x8a, 0xbf, 0x0a, 0xe7, 0x49, 0xa3, 0xdb, 0x70, 0x2a, - 0xa5, 0x1c, 0x71, 0xe5, 0xa9, 0x31, 0xc1, 0xdb, 0x9e, 0xf1, 0xa6, 0xc0, 0x32, 0x56, 0xbb, 0x3a, - 0xcd, 0x8e, 0xf0, 0x55, 0xf1, 0x0d, 0xba, 0x2c, 0x63, 0x95, 0x37, 0x3f, 0x3b, 0x44, 0xd1, 0xd7, - 0xba, 0x8c, 0xa3, 0x44, 0xfd, 0x1b, 0xcb, 0xf8, 0xcc, 0xca, 0x87, 0xfa, 0xa1, 0xbc, 0x7f, 0x75, - 0xb1, 0x05, 0xd3, 0x5c, 0xd2, 0xf6, 0xce, 0xd3, 0xe6, 0xce, 0xdf, 0x75, 0xc5, 0x26, 0x60, 0xc4, - 0x22, 0x0e, 0x2d, 0xf1, 0xc0, 0xe3, 0x59, 0xf1, 0xa1, 0xef, 0xc2, 0xa5, 0x0e, 0x57, 0x32, 0x21, - 0x0f, 0x61, 0x4c, 0x1e, 0x21, 0x32, 0xfd, 0x73, 0xed, 0x19, 0xd8, 0xde, 0x79, 0xfa, 0x19, 0x3d, - 0x20, 0x8e, 0x1c, 0x29, 0xc5, 0xfb, 0xa3, 0xf4, 0x6a, 0x87, 0x6f, 0x16, 0x83, 0x73, 0x09, 0xfe, - 0x7f, 0x68, 0x16, 0x6d, 0xcb, 0xf4, 0xa8, 0x6b, 0xf8, 0x3b, 0x8a, 0x60, 0x9e, 0x6a, 0x76, 0x64, - 0xe4, 0xd6, 0x32, 0x0d, 0xa3, 0xcc, 0x33, 0xbd, 0x8a, 0xbf, 0xe7, 0xc8, 0x2f, 0xfd, 0x73, 0x98, - 0xe9, 0x0c, 0x2d, 0x75, 0x65, 0xe0, 0x9c, 0x24, 0x64, 0x72, 0x6a, 0x63, 0x0a, 0x6b, 0x0e, 0x5b, - 0xfd, 0xeb, 0x7f, 0x30, 0xc2, 0xfd, 0xa3, 0xaf, 0x61, 0x54, 0xdc, 0xef, 0x90, 0xde, 0xee, 0xa4, - 0xf3, 0x0a, 0x99, 0x5c, 0x88, 0xb4, 0x11, 0x7c, 0xfa, 0xad, 0x6f, 0x7e, 0xfb, 0xf3, 0xf5, 0xe0, - 0x02, 0xba, 0x8a, 0x77, 0xb8, 0xf1, 0xb6, 0x99, 0x63, 0x58, 0x79, 0x1d, 0x46, 0xbf, 0x68, 0x90, - 0x50, 0x6d, 0x4f, 0xe8, 0xae, 0x32, 0x50, 0xf4, 0xd9, 0x9f, 0x5c, 0xeb, 0x6d, 0x90, 0xc4, 0x7d, - 0xc8, 0x71, 0x3f, 0x40, 0xf7, 0x24, 0xee, 0x6d, 0x15, 0xaf, 0x7a, 0xc7, 0xc5, 0x35, 0xdb, 0xaa, - 0xa3, 0x9f, 0x35, 0xb8, 0xa4, 0x8a, 0x90, 0x29, 0x16, 0x43, 0x74, 0x44, 0xdf, 0x00, 0x42, 0x74, - 0x74, 0x39, 0xc6, 0xf5, 0xfb, 0x5c, 0xc7, 0x1a, 0x5a, 0xed, 0x5d, 0x07, 0xfa, 0x5b, 0x83, 0xcb, - 0x11, 0x67, 0x0f, 0xba, 0xdf, 0x0b, 0x51, 0xf0, 0x10, 0x4e, 0x3e, 0x38, 0xd3, 0x58, 0x29, 0x6a, - 0x8f, 0x8b, 0x7a, 0x89, 0xbe, 0xe8, 0x5d, 0x94, 0xb1, 0x47, 0x5d, 0xa3, 0xd1, 0x85, 0x6b, 0xfe, - 0x52, 0xad, 0xe3, 0x9a, 0x65, 0x56, 0xeb, 0xb8, 0x26, 0x97, 0x65, 0x1d, 0xd7, 0xf8, 0x59, 0x5e, - 0x47, 0xbf, 0x6a, 0x90, 0x50, 0xed, 0x87, 0xe1, 0x85, 0x18, 0xb1, 0xf7, 0x87, 0x17, 0x62, 0xd4, - 0x06, 0xae, 0x6f, 0x71, 0xad, 0xeb, 0x28, 0x13, 0xa5, 0x55, 0xbd, 0xc5, 0xe3, 0x5a, 0xeb, 0x01, - 0x2a, 0x4a, 0x52, 0x15, 0x2b, 0xb2, 0x24, 0x7b, 0x57, 0xd4, 0xe5, 0x48, 0x8a, 0x57, 0x92, 0x6a, - 0x45, 0xe8, 0x47, 0x0d, 0x2e, 0x04, 0x9e, 0x05, 0x68, 0x39, 0x2c, 0xab, 0xaa, 0x37, 0x5e, 0xf2, - 0x76, 0x4c, 0x6b, 0x89, 0x7a, 0x8f, 0xa3, 0xae, 0x20, 0x1c, 0x85, 0x1a, 0x7c, 0xcc, 0x88, 0xd5, - 0xff, 0x83, 0x06, 0x53, 0x01, 0x97, 0x8d, 0x1c, 0x2f, 0x87, 0xa5, 0xab, 0x07, 0xd4, 0xb0, 0x37, - 0xa5, 0xbe, 0xca, 0x51, 0x97, 0xd1, 0x62, 0x7c, 0x54, 0x74, 0xa4, 0xc1, 0x45, 0xc5, 0x4b, 0x0d, - 0x61, 0x65, 0xe8, 0xf0, 0x87, 0x61, 0xf2, 0x4e, 0xfc, 0x01, 0x12, 0xf7, 0x19, 0xc7, 0xdd, 0x44, - 0x1b, 0xf1, 0x71, 0x8d, 0x5c, 0xd5, 0x68, 0x3e, 0x3f, 0x71, 0xad, 0xf5, 0x25, 0x5a, 0x47, 0xdf, - 0x6b, 0x00, 0xa7, 0xc7, 0x22, 0xba, 0xae, 0x04, 0xea, 0xb8, 0x59, 0x24, 0x6f, 0x74, 0xb5, 0x93, - 0xbc, 0xeb, 0x9c, 0xf7, 0x43, 0xf4, 0x40, 0xc5, 0xcb, 0x3c, 0xf3, 0x80, 0xd8, 0xb9, 0x3c, 0x2e, - 0xb2, 0x92, 0x21, 0xa1, 0x83, 0xfb, 0x4b, 0xe3, 0x56, 0x52, 0x47, 0xaf, 0x35, 0x98, 0x68, 0x39, - 0xbb, 0x51, 0xb7, 0xe8, 0xcd, 0x13, 0xf6, 0x66, 0x77, 0x43, 0xc9, 0xb9, 0xc2, 0x39, 0x97, 0xd0, - 0xad, 0xb8, 0x9c, 0xec, 0xd1, 0x93, 0xa3, 0xe3, 0x94, 0xf6, 0xe6, 0x38, 0xa5, 0xfd, 0x71, 0x9c, - 0xd2, 0xbe, 0x3b, 0x49, 0x0d, 0xbc, 0x39, 0x49, 0x0d, 0xbc, 0x3b, 0x49, 0x0d, 0xec, 0xae, 0x14, - 0x6c, 0x6f, 0xbf, 0x92, 0x4b, 0xe7, 0x69, 0x49, 0xe5, 0xee, 0x70, 0xf5, 0x0e, 0xfe, 0xb2, 0x39, - 0x59, 0x5e, 0xb5, 0x4c, 0x58, 0x6e, 0x94, 0xff, 0xaf, 0xe9, 0xee, 0x3f, 0x01, 0x00, 0x00, 0xff, - 0xff, 0x89, 0x80, 0x2d, 0xd9, 0x34, 0x13, 0x00, 0x00, + // 1191 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x98, 0x4d, 0x6f, 0x1b, 0x45, + 0x18, 0xc7, 0xb3, 0x79, 0x6d, 0x9e, 0xb4, 0x21, 0x4c, 0xad, 0x34, 0xb8, 0xa9, 0x93, 0x6e, 0xaa, + 0xbe, 0x24, 0xa9, 0x07, 0xa7, 0x41, 0x15, 0xad, 0x50, 0xe5, 0x06, 0xd2, 0x84, 0xa6, 0x55, 0x71, + 0xe8, 0x25, 0x12, 0x6c, 0xd7, 0xde, 0x89, 0xb3, 0x8a, 0xbd, 0xe3, 0xee, 0xac, 0x23, 0x8c, 0xf1, + 0x85, 0x13, 0x47, 0xa4, 0x7e, 0x03, 0x10, 0xdf, 0x80, 0x0f, 0x80, 0x38, 0xe5, 0xc0, 0xa1, 0x15, + 0x97, 0x9e, 0x10, 0x4a, 0xf8, 0x08, 0x9c, 0x11, 0xf2, 0xcc, 0xac, 0xed, 0xb5, 0x67, 0xd7, 0x76, + 0x64, 0x0e, 0x9c, 0xe2, 0x9d, 0x79, 0xe6, 0x79, 0x7e, 0xff, 0x67, 0x9e, 0x79, 0x0b, 0xc4, 0x99, + 0xe7, 0xda, 0x16, 0xc1, 0x2e, 0xc9, 0x51, 0xd7, 0x62, 0xf8, 0x65, 0x99, 0xb8, 0x95, 0x64, 0xc9, + 0xa5, 0x1e, 0x45, 0xd3, 0xa2, 0x2f, 0x29, 0xfb, 0xe2, 0xf3, 0x6d, 0xb6, 0xf2, 0xaf, 0xb0, 0x8e, + 0x5f, 0x6e, 0xeb, 0x2d, 0x99, 0xae, 0x59, 0xf4, 0x3b, 0x63, 0x79, 0x9a, 0xa7, 0xfc, 0x27, 0xae, + 0xff, 0x92, 0xad, 0xf3, 0x79, 0x4a, 0xf3, 0x05, 0x82, 0xcd, 0x92, 0x8d, 0x4d, 0xc7, 0xa1, 0x9e, + 0xe9, 0xd9, 0xd4, 0xf1, 0xc7, 0x2c, 0xe7, 0x28, 0x2b, 0x52, 0x86, 0xb3, 0x26, 0x23, 0x82, 0x0b, + 0x1f, 0xa5, 0xb2, 0xc4, 0x33, 0x53, 0xb8, 0x64, 0xe6, 0x6d, 0x87, 0x1b, 0x0b, 0x5b, 0x3d, 0x06, + 0xe8, 0xb3, 0xba, 0xc5, 0x33, 0x1e, 0x34, 0x43, 0x5e, 0x96, 0x09, 0xf3, 0xf4, 0xc7, 0x70, 0x31, + 0xd0, 0xca, 0x4a, 0xd4, 0x61, 0x04, 0xad, 0xc3, 0xb8, 0x80, 0x9b, 0xd3, 0x16, 0xb5, 0x9b, 0x53, + 0x6b, 0xb3, 0xc9, 0xa0, 0xd0, 0xa4, 0xb0, 0x7f, 0x38, 0x7a, 0xfc, 0xc7, 0xc2, 0x50, 0x46, 0xda, + 0xea, 0x49, 0x98, 0xe7, 0xce, 0x1e, 0x11, 0xef, 0x63, 0x52, 0xa2, 0xcc, 0xf6, 0x32, 0xdc, 0x5c, + 0x06, 0x43, 0xd3, 0x30, 0x6c, 0x5b, 0xdc, 0xe3, 0x68, 0x66, 0xd8, 0xb6, 0xf4, 0x43, 0xb8, 0x12, + 0x62, 0x2f, 0x31, 0x3e, 0x85, 0x69, 0x4b, 0x74, 0x18, 0x22, 0xb0, 0xc4, 0xb9, 0xd2, 0x8e, 0x13, + 0x18, 0x2e, 0xa9, 0x2e, 0x58, 0xad, 0x8d, 0xfa, 0xbe, 0x84, 0x4b, 0x17, 0x0a, 0x4a, 0xb8, 0x4d, + 0x80, 0x66, 0xce, 0x64, 0x9c, 0xeb, 0x49, 0x91, 0xe0, 0x64, 0x3d, 0xc1, 0x49, 0x31, 0xf1, 0x32, + 0xc1, 0xc9, 0x67, 0x66, 0x9e, 0xc8, 0xb1, 0x99, 0x96, 0x91, 0xfa, 0xcf, 0x9a, 0x54, 0xd5, 0x19, + 0x28, 0x42, 0xd5, 0xc8, 0xd9, 0x54, 0xa1, 0x47, 0x01, 0xea, 0x61, 0x4e, 0x7d, 0xa3, 0x2b, 0xb5, + 0x00, 0x09, 0x60, 0x6f, 0xc0, 0x02, 0xa7, 0x0e, 0xc6, 0xac, 0x6c, 0x51, 0xe6, 0xf9, 0x19, 0x5a, + 0x84, 0xf3, 0x07, 0x94, 0x79, 0xc6, 0xd7, 0xd4, 0x21, 0x86, 0x9c, 0xc8, 0xc9, 0x0c, 0xd4, 0xdb, + 0xf6, 0xa8, 0x43, 0xb6, 0x2d, 0xdd, 0x81, 0xc5, 0x70, 0x27, 0x83, 0x57, 0xaf, 0x7f, 0x00, 0x4b, + 0x7e, 0x01, 0x3d, 0x67, 0xc4, 0xcd, 0x10, 0x8b, 0x14, 0x4b, 0x75, 0x39, 0x61, 0x75, 0x37, 0xc9, + 0xeb, 0xee, 0x3b, 0x0d, 0xae, 0x45, 0x8f, 0x93, 0xac, 0x2f, 0x60, 0xb6, 0xcc, 0x88, 0x6b, 0xb8, + 0x0d, 0x83, 0x60, 0x1d, 0x5e, 0x6b, 0x67, 0x56, 0x79, 0x93, 0xe8, 0xb1, 0xb2, 0xa2, 0x4f, 0x2f, + 0x4a, 0x05, 0xe9, 0x42, 0x21, 0x4a, 0xc1, 0xa0, 0x8a, 0xf3, 0x8d, 0xaf, 0x3c, 0x34, 0x5e, 0x0f, + 0xca, 0x47, 0x06, 0xa1, 0x7c, 0x70, 0x95, 0xfb, 0x46, 0x83, 0xe5, 0x28, 0x4d, 0x9b, 0xd4, 0x15, + 0xcd, 0x22, 0x95, 0xef, 0xc1, 0xb9, 0xdc, 0x81, 0x69, 0x3b, 0xcd, 0x0a, 0x9e, 0xe0, 0xdf, 0xdb, + 0x16, 0x9a, 0x81, 0x11, 0xcb, 0xac, 0x70, 0x96, 0xd1, 0x4c, 0xfd, 0x27, 0x9a, 0x83, 0x09, 0xd3, + 0xb2, 0x5c, 0xc2, 0xd8, 0xdc, 0x88, 0xb0, 0x95, 0x9f, 0x28, 0x06, 0x63, 0x05, 0xbb, 0x68, 0x7b, + 0x73, 0xa3, 0xdc, 0x5a, 0x7c, 0xb4, 0xcd, 0xd3, 0xd8, 0x99, 0xe7, 0xe9, 0xad, 0x06, 0x2b, 0x3d, + 0x69, 0xfa, 0xff, 0x4d, 0xd7, 0x56, 0x73, 0xcd, 0x7e, 0x52, 0xa2, 0xb9, 0x83, 0xe7, 0x4e, 0x96, + 0x3a, 0x96, 0xed, 0xe4, 0x83, 0x15, 0x7f, 0x15, 0xce, 0x93, 0x7a, 0xb7, 0xe1, 0x94, 0x8b, 0x59, + 0xe2, 0xca, 0x53, 0x63, 0x8a, 0xb7, 0x3d, 0xe5, 0x4d, 0x81, 0x65, 0xac, 0x76, 0xd5, 0xcc, 0x8e, + 0xf0, 0x55, 0xf6, 0x0d, 0xba, 0x2c, 0x63, 0x95, 0x37, 0x3f, 0x3b, 0x44, 0xd1, 0xd7, 0xba, 0x8c, + 0xa3, 0x44, 0xfd, 0x17, 0xcb, 0xf8, 0xcc, 0xca, 0x47, 0x06, 0xa1, 0x7c, 0x70, 0x75, 0xb1, 0x0d, + 0xb3, 0x5c, 0xd2, 0xce, 0xee, 0x93, 0xc6, 0xce, 0xdf, 0x75, 0xc5, 0xc6, 0x60, 0xcc, 0x22, 0x0e, + 0x2d, 0xf2, 0xc0, 0x93, 0x19, 0xf1, 0xa1, 0xef, 0xc1, 0xa5, 0x0e, 0x57, 0x32, 0x21, 0x0f, 0x60, + 0x42, 0x1e, 0x21, 0x32, 0xfd, 0x0b, 0xed, 0x19, 0xd8, 0xd9, 0x7d, 0xf2, 0x39, 0x3d, 0x24, 0x8e, + 0x1c, 0x29, 0xc5, 0xfb, 0xa3, 0xf4, 0x4a, 0x87, 0x6f, 0xd6, 0x03, 0xe7, 0x0a, 0xbc, 0x7b, 0x64, + 0x16, 0x6c, 0xcb, 0xf4, 0xa8, 0x6b, 0xf8, 0x3b, 0x8a, 0x60, 0x9e, 0x69, 0x74, 0xa4, 0xe5, 0xd6, + 0x32, 0x0b, 0xe3, 0xcc, 0x33, 0xbd, 0xb2, 0xbf, 0xe7, 0xc8, 0x2f, 0xfd, 0x0b, 0x98, 0xeb, 0x0c, + 0x2d, 0x75, 0xa5, 0xe1, 0x9c, 0x24, 0x64, 0x72, 0x6a, 0x7b, 0x14, 0xd6, 0x18, 0xb6, 0xf6, 0xf7, + 0x3b, 0x30, 0xc6, 0xfd, 0xa3, 0x6f, 0x60, 0x5c, 0xdc, 0xef, 0x90, 0xde, 0xee, 0xa4, 0xf3, 0x0a, + 0x19, 0x5f, 0x8a, 0xb4, 0x11, 0x7c, 0xfa, 0xad, 0x6f, 0x7f, 0xff, 0xeb, 0xd5, 0xf0, 0x12, 0xba, + 0x8a, 0x77, 0xb9, 0xf1, 0x8e, 0x99, 0x65, 0x58, 0x79, 0x1d, 0x46, 0xbf, 0x6a, 0x10, 0x53, 0x6d, + 0x4f, 0xe8, 0x8e, 0x32, 0x50, 0xf4, 0xd9, 0x1f, 0x5f, 0xef, 0x6f, 0x90, 0xc4, 0x7d, 0xc0, 0x71, + 0x3f, 0x44, 0x77, 0x25, 0xee, 0x6d, 0x15, 0xaf, 0x7a, 0xc7, 0xc5, 0x55, 0xdb, 0xaa, 0xa1, 0x5f, + 0x34, 0xb8, 0xa4, 0x8a, 0x90, 0x2e, 0x14, 0x42, 0x74, 0x44, 0xdf, 0x00, 0x42, 0x74, 0x74, 0x39, + 0xc6, 0xf5, 0x7b, 0x5c, 0xc7, 0x3a, 0x5a, 0xeb, 0x5f, 0x07, 0xfa, 0x47, 0x83, 0xcb, 0x11, 0x67, + 0x0f, 0xba, 0xd7, 0x0f, 0x51, 0xf0, 0x10, 0x8e, 0xdf, 0x3f, 0xd3, 0x58, 0x29, 0x6a, 0x9f, 0x8b, + 0x7a, 0x81, 0xbe, 0xec, 0x5f, 0x94, 0xb1, 0x4f, 0x5d, 0xa3, 0xde, 0x85, 0xab, 0xfe, 0x52, 0xad, + 0xe1, 0xaa, 0x65, 0x56, 0x6a, 0xb8, 0x2a, 0x97, 0x65, 0x0d, 0x57, 0xf9, 0x59, 0x5e, 0x43, 0xbf, + 0x69, 0x10, 0x53, 0xed, 0x87, 0xe1, 0x85, 0x18, 0xb1, 0xf7, 0x87, 0x17, 0x62, 0xd4, 0x06, 0xae, + 0x6f, 0x73, 0xad, 0x1b, 0x28, 0x1d, 0xa5, 0x55, 0xbd, 0xc5, 0xe3, 0x6a, 0xeb, 0x01, 0x2a, 0x4a, + 0x52, 0x15, 0x2b, 0xb2, 0x24, 0xfb, 0x57, 0xd4, 0xe5, 0x48, 0xea, 0xad, 0x24, 0xd5, 0x8a, 0xd0, + 0x4f, 0x1a, 0x5c, 0x08, 0x3c, 0x0b, 0xd0, 0x6a, 0x58, 0x56, 0x55, 0x6f, 0xbc, 0xf8, 0xed, 0x1e, + 0xad, 0x25, 0xea, 0x5d, 0x8e, 0x9a, 0x42, 0x38, 0x0a, 0x35, 0xf8, 0x98, 0x11, 0xab, 0xff, 0x47, + 0x0d, 0x66, 0x02, 0x2e, 0xeb, 0x39, 0x5e, 0x0d, 0x4b, 0x57, 0x1f, 0xa8, 0x61, 0x6f, 0x4a, 0x7d, + 0x8d, 0xa3, 0xae, 0xa2, 0xe5, 0xde, 0x51, 0xd1, 0xb1, 0x06, 0x17, 0x15, 0x2f, 0x35, 0x84, 0x95, + 0xa1, 0xc3, 0x1f, 0x86, 0xf1, 0xf7, 0x7b, 0x1f, 0x20, 0x71, 0x9f, 0x72, 0xdc, 0x2d, 0xb4, 0xd9, + 0x3b, 0xae, 0x91, 0xad, 0x18, 0x8d, 0xe7, 0x27, 0xae, 0xb6, 0xbe, 0x44, 0x6b, 0xe8, 0x07, 0x0d, + 0xa0, 0x79, 0x2c, 0xa2, 0xeb, 0x4a, 0xa0, 0x8e, 0x9b, 0x45, 0xfc, 0x46, 0x57, 0x3b, 0xc9, 0xbb, + 0xc1, 0x79, 0x3f, 0x42, 0xf7, 0x55, 0xbc, 0xcc, 0x33, 0x0f, 0x89, 0x9d, 0xcd, 0xe1, 0x02, 0x2b, + 0x1a, 0x12, 0x3a, 0xb8, 0xbf, 0xd4, 0x6f, 0x25, 0x35, 0xf4, 0x4a, 0x83, 0xa9, 0x96, 0xb3, 0x1b, + 0x75, 0x8b, 0xde, 0x38, 0x61, 0x6f, 0x76, 0x37, 0x94, 0x9c, 0x29, 0xce, 0xb9, 0x82, 0x6e, 0xf5, + 0xca, 0xc9, 0x1e, 0x3e, 0x3e, 0x3e, 0x49, 0x68, 0xaf, 0x4f, 0x12, 0xda, 0x9f, 0x27, 0x09, 0xed, + 0xfb, 0xd3, 0xc4, 0xd0, 0xeb, 0xd3, 0xc4, 0xd0, 0xdb, 0xd3, 0xc4, 0xd0, 0x5e, 0x2a, 0x6f, 0x7b, + 0x07, 0xe5, 0x6c, 0x32, 0x47, 0x8b, 0x2a, 0x77, 0x47, 0x6b, 0x29, 0xfc, 0x55, 0x63, 0xb2, 0xbc, + 0x4a, 0x89, 0xb0, 0xec, 0x38, 0xff, 0x5f, 0xd3, 0x9d, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0x87, + 0x10, 0xa6, 0x7c, 0x34, 0x13, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/records/types/records.pb.go b/x/records/types/records.pb.go index bdb88f58b3..d4dc13616d 100644 --- a/x/records/types/records.pb.go +++ b/x/records/types/records.pb.go @@ -580,69 +580,69 @@ func init() { proto.RegisterFile("stride/records/records.proto", fileDescriptor_ var fileDescriptor_295ee594cc85d8ca = []byte{ // 998 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0xc1, 0x6e, 0xdb, 0x46, - 0x10, 0x35, 0x45, 0x5a, 0x96, 0xc6, 0x91, 0x4c, 0xaf, 0x95, 0x86, 0x56, 0x1b, 0x45, 0x11, 0x9a, - 0x40, 0x40, 0x11, 0x2a, 0x76, 0x81, 0x1e, 0x8a, 0xa2, 0x28, 0x65, 0xd1, 0x0e, 0x13, 0x45, 0x72, - 0x29, 0xa9, 0x29, 0x7c, 0x28, 0x41, 0x91, 0x0b, 0x6b, 0xe1, 0x88, 0x2b, 0x70, 0x29, 0xa1, 0xed, - 0xa5, 0xa7, 0xde, 0x7b, 0xe8, 0x2f, 0xf4, 0x13, 0xfa, 0x0f, 0x39, 0x15, 0x39, 0x16, 0x3d, 0x04, - 0x85, 0x7d, 0xe8, 0x6f, 0x14, 0x5c, 0x52, 0x94, 0x44, 0xc5, 0x0d, 0x9a, 0xe4, 0x44, 0xf2, 0xcd, - 0xcc, 0x0e, 0x77, 0xe6, 0xcd, 0xdb, 0x85, 0x8f, 0x58, 0xe0, 0x13, 0x17, 0x37, 0x7c, 0xec, 0x50, - 0xdf, 0x65, 0xf3, 0xa7, 0x3a, 0xf1, 0x69, 0x40, 0x51, 0x31, 0xb2, 0xaa, 0x31, 0x5a, 0xae, 0x38, - 0x94, 0x8d, 0x29, 0x6b, 0x0c, 0x6d, 0x86, 0x1b, 0xb3, 0x83, 0x21, 0x0e, 0xec, 0x83, 0x86, 0x43, - 0x89, 0x17, 0xf9, 0x97, 0x4b, 0xe7, 0xf4, 0x9c, 0xf2, 0xd7, 0x46, 0xf8, 0x16, 0xa1, 0xb5, 0x9f, - 0x45, 0x28, 0x0d, 0x18, 0xf6, 0x4d, 0xec, 0xe2, 0xf1, 0x24, 0x20, 0xd4, 0x33, 0xf9, 0x7a, 0xa8, - 0x08, 0x19, 0xe2, 0x2a, 0x42, 0x55, 0xa8, 0xe7, 0xcd, 0x0c, 0x71, 0x51, 0x19, 0x72, 0x3e, 0x76, - 0x30, 0x99, 0x61, 0x5f, 0x11, 0x39, 0x9a, 0x7c, 0xa3, 0xef, 0x60, 0xcf, 0xb3, 0x03, 0x32, 0xc3, - 0x56, 0x40, 0x2f, 0xb0, 0x67, 0xd9, 0x63, 0x3a, 0xf5, 0x02, 0x45, 0x0a, 0xdd, 0x9a, 0xea, 0x8b, - 0x57, 0x77, 0x36, 0xfe, 0x7a, 0x75, 0xe7, 0xfe, 0x39, 0x09, 0x46, 0xd3, 0xa1, 0xea, 0xd0, 0x71, - 0x23, 0xfe, 0xd5, 0xe8, 0xf1, 0x80, 0xb9, 0x17, 0x8d, 0xe0, 0x87, 0x09, 0x66, 0xaa, 0xe1, 0x05, - 0xe6, 0x6e, 0xb4, 0x54, 0x3f, 0x5c, 0x49, 0xe3, 0x0b, 0xa1, 0x12, 0x6c, 0xba, 0xd8, 0xa3, 0x63, - 0x65, 0x93, 0x27, 0x8e, 0x3e, 0x50, 0x15, 0x6e, 0x8c, 0x28, 0x0b, 0xac, 0x1f, 0xa9, 0x87, 0x2d, - 0xe2, 0x2a, 0x59, 0x6e, 0x84, 0x10, 0x3b, 0xa3, 0x1e, 0x36, 0x5c, 0x74, 0x17, 0x6e, 0xe0, 0x09, - 0x75, 0x46, 0x96, 0x37, 0x1d, 0x0f, 0xb1, 0xaf, 0x6c, 0x55, 0x85, 0xba, 0x64, 0x6e, 0x73, 0xac, - 0xc3, 0x21, 0x54, 0x07, 0xd9, 0x79, 0x6e, 0x93, 0xb1, 0x45, 0x98, 0x35, 0xc1, 0x9e, 0x4b, 0xbc, - 0x73, 0x25, 0x57, 0x15, 0xea, 0x39, 0xb3, 0xc8, 0x71, 0x83, 0x9d, 0x46, 0x28, 0xfa, 0x06, 0x76, - 0x58, 0xb0, 0xba, 0xc1, 0xfc, 0x5b, 0x6d, 0xb0, 0xc0, 0x82, 0xa5, 0xcd, 0x3d, 0x96, 0x72, 0x19, - 0x59, 0xac, 0xfd, 0x23, 0x42, 0xa1, 0x85, 0x27, 0x94, 0x91, 0x60, 0xad, 0x01, 0x12, 0x6f, 0xc0, - 0x31, 0x64, 0xe3, 0xb4, 0x99, 0xb7, 0x4a, 0x1b, 0x47, 0x2f, 0x8a, 0x29, 0xfe, 0x57, 0x31, 0xa5, - 0xb5, 0x62, 0x7e, 0x01, 0x59, 0x16, 0xd8, 0xc1, 0x94, 0xf1, 0x42, 0x17, 0x0f, 0x3f, 0x56, 0x57, - 0x09, 0xa8, 0xae, 0xfc, 0xbe, 0xda, 0xe3, 0xbe, 0x66, 0x1c, 0x83, 0x1e, 0x42, 0xc9, 0x8d, 0xec, - 0xd6, 0x6b, 0x5a, 0x82, 0x62, 0x9b, 0xbe, 0xd4, 0x99, 0x30, 0x1f, 0x9d, 0xfa, 0x0e, 0xe6, 0xfd, - 0x78, 0x73, 0x3e, 0xee, 0x6b, 0xc6, 0x31, 0xb5, 0x11, 0x64, 0xa3, 0x3f, 0x40, 0x08, 0x8a, 0x7d, - 0x53, 0xeb, 0xf4, 0x8e, 0x75, 0xd3, 0xfa, 0x7a, 0xa0, 0x0f, 0x74, 0x79, 0x03, 0x29, 0x50, 0x4a, - 0x30, 0xa3, 0x63, 0x9d, 0x9a, 0xdd, 0x13, 0x53, 0xef, 0xf5, 0xe4, 0x0c, 0x2a, 0x81, 0xdc, 0xd2, - 0xdb, 0xfa, 0x89, 0xd6, 0x37, 0xba, 0x9d, 0xd8, 0x5f, 0x40, 0x65, 0xf8, 0x60, 0x09, 0x5d, 0x8e, - 0x10, 0x6b, 0x75, 0xc8, 0x46, 0xb9, 0x11, 0x40, 0xb6, 0xd7, 0x37, 0x8d, 0x56, 0x98, 0x01, 0x41, - 0xf1, 0x99, 0xd1, 0x7f, 0xd4, 0x32, 0xb5, 0x67, 0x5a, 0xdb, 0x32, 0x8e, 0x34, 0x59, 0x78, 0x2c, - 0xe5, 0x36, 0xe5, 0x6c, 0xed, 0x37, 0x09, 0x76, 0x1f, 0xc5, 0x65, 0x1d, 0x78, 0x43, 0x7a, 0x2d, - 0xbb, 0x84, 0xf7, 0xc0, 0xae, 0xeb, 0x46, 0x33, 0xf3, 0xde, 0x47, 0xf3, 0x7f, 0xb2, 0xe9, 0x1e, - 0x14, 0xa7, 0xf3, 0xcd, 0x5b, 0x01, 0x19, 0x63, 0x3e, 0xdb, 0x92, 0x59, 0x48, 0xd0, 0x3e, 0x19, - 0x63, 0xf4, 0x55, 0x8a, 0x74, 0xf5, 0x34, 0x09, 0xd6, 0x2a, 0x99, 0x26, 0xde, 0x67, 0x70, 0x6b, - 0xca, 0xb0, 0x6f, 0xf9, 0x89, 0xc0, 0x59, 0x71, 0xac, 0xb2, 0x55, 0x15, 0xeb, 0x79, 0xf3, 0xe6, - 0xf4, 0x35, 0xf2, 0xc7, 0x6a, 0x3f, 0x25, 0x04, 0xda, 0x83, 0x9d, 0x41, 0xa7, 0xd9, 0xed, 0xb4, - 0x8c, 0xce, 0x49, 0xc2, 0xa0, 0x7d, 0xb8, 0xb9, 0x00, 0x57, 0x08, 0x81, 0x6e, 0xc1, 0x9e, 0xfe, - 0xad, 0xd1, 0xb7, 0x52, 0xac, 0x13, 0xd0, 0x6d, 0xd8, 0x5f, 0x35, 0x2c, 0xc7, 0x49, 0xa8, 0x00, - 0xf9, 0xa3, 0xb6, 0x66, 0x3c, 0xd5, 0x9a, 0x6d, 0x5d, 0xce, 0xd4, 0x7e, 0x15, 0xa0, 0xc4, 0xe7, - 0x21, 0xd9, 0x5a, 0x2c, 0x0c, 0x69, 0x55, 0x13, 0xd6, 0x55, 0xad, 0x07, 0xa5, 0x45, 0xfd, 0x93, - 0x8a, 0x32, 0x45, 0xac, 0x8a, 0xf5, 0xed, 0xc3, 0xbb, 0x6f, 0x2c, 0xa2, 0x89, 0x46, 0x69, 0x88, - 0xc5, 0x42, 0xf5, 0x87, 0x04, 0x3b, 0xed, 0xde, 0x53, 0xce, 0x81, 0x78, 0x02, 0xd1, 0x6d, 0x80, - 0xf9, 0x70, 0x27, 0x67, 0x46, 0x3e, 0x46, 0x0c, 0x17, 0xed, 0x43, 0xce, 0x19, 0xd9, 0xc4, 0x0b, - 0x8d, 0x9c, 0x78, 0xe6, 0x16, 0xff, 0x36, 0xdc, 0x6b, 0xe8, 0xf3, 0x21, 0xe4, 0xc9, 0xd0, 0xb1, - 0x22, 0x4b, 0xc4, 0x9d, 0x1c, 0x19, 0x3a, 0x2d, 0x6e, 0xbc, 0x07, 0x45, 0x16, 0xd8, 0x17, 0xd8, - 0xb7, 0x6c, 0xd7, 0xf5, 0x31, 0x63, 0xf1, 0xa9, 0x50, 0x88, 0x50, 0x2d, 0x02, 0xd1, 0x27, 0xb0, - 0x3b, 0xb3, 0x9f, 0x13, 0xd7, 0x0e, 0xe8, 0xc2, 0x33, 0x3a, 0x22, 0xe4, 0xc4, 0x30, 0x77, 0x5e, - 0x68, 0xeb, 0xd6, 0x3b, 0x69, 0xeb, 0xe7, 0x90, 0x9b, 0x4f, 0x31, 0x57, 0xad, 0xed, 0xc3, 0x7d, - 0x35, 0x0a, 0x50, 0xc3, 0x63, 0x59, 0x8d, 0x8f, 0x65, 0xf5, 0x88, 0x12, 0xaf, 0x29, 0x85, 0x49, - 0xcc, 0xad, 0x78, 0x5e, 0xd1, 0x97, 0x09, 0xd5, 0xf3, 0x9c, 0xea, 0xf7, 0xd3, 0x5d, 0x4a, 0x55, - 0x3d, 0x45, 0xf4, 0xda, 0xef, 0xc2, 0x32, 0x63, 0x5b, 0xfa, 0x69, 0xb7, 0x67, 0xf4, 0xad, 0x53, - 0x9d, 0x53, 0x34, 0x52, 0xa4, 0x35, 0x46, 0x5e, 0xaf, 0x83, 0x7b, 0xb0, 0x93, 0x58, 0x8e, 0x35, - 0xa3, 0xad, 0xb7, 0x64, 0x31, 0x74, 0x6f, 0xe9, 0xfd, 0xee, 0x13, 0xbd, 0x63, 0x9c, 0x2d, 0x0b, - 0xa4, 0x84, 0x2a, 0x50, 0x4e, 0x59, 0x96, 0x97, 0xdb, 0x0c, 0xc7, 0x25, 0x65, 0x8f, 0x17, 0xcd, - 0x36, 0x9f, 0xbc, 0xb8, 0xac, 0x08, 0x2f, 0x2f, 0x2b, 0xc2, 0xdf, 0x97, 0x15, 0xe1, 0x97, 0xab, - 0xca, 0xc6, 0xcb, 0xab, 0xca, 0xc6, 0x9f, 0x57, 0x95, 0x8d, 0xb3, 0x83, 0xa5, 0xea, 0xf7, 0x78, - 0x2d, 0x1e, 0xb4, 0xed, 0x21, 0x6b, 0xc4, 0xd7, 0xa2, 0xd9, 0xe1, 0xc3, 0xc6, 0xf7, 0xc9, 0xe5, - 0x88, 0x37, 0x63, 0x98, 0xe5, 0xb7, 0x9a, 0x4f, 0xff, 0x0d, 0x00, 0x00, 0xff, 0xff, 0x69, 0xe4, - 0x37, 0x97, 0x3b, 0x09, 0x00, 0x00, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0x4f, 0x8f, 0xdb, 0x44, + 0x14, 0x5f, 0xc7, 0xde, 0xfc, 0x79, 0x6d, 0xb2, 0xde, 0xd9, 0x94, 0x7a, 0x03, 0x4d, 0xd3, 0x88, + 0x56, 0x91, 0x50, 0x1d, 0x76, 0x91, 0x38, 0x20, 0x84, 0x70, 0x36, 0xde, 0xad, 0xdb, 0x34, 0x59, + 0x9c, 0x84, 0xa2, 0x3d, 0x60, 0x39, 0xf6, 0x68, 0x33, 0xda, 0xc6, 0x13, 0x79, 0x9c, 0x08, 0xb8, + 0x70, 0xe2, 0xce, 0x81, 0xaf, 0xc0, 0x47, 0xe0, 0x3b, 0xf4, 0x84, 0x7a, 0x44, 0x1c, 0x2a, 0xb4, + 0x7b, 0xe0, 0x6b, 0x20, 0x8f, 0x1d, 0x27, 0x71, 0xba, 0x54, 0x94, 0x9e, 0x6c, 0xff, 0xde, 0x7b, + 0xf3, 0x3c, 0xef, 0xfd, 0xde, 0x6f, 0x06, 0x3e, 0x60, 0x81, 0x4f, 0x5c, 0xdc, 0xf4, 0xb1, 0x43, + 0x7d, 0x97, 0x2d, 0x9e, 0xea, 0xd4, 0xa7, 0x01, 0x45, 0xa5, 0xc8, 0xaa, 0xc6, 0x68, 0xa5, 0xea, + 0x50, 0x36, 0xa1, 0xac, 0x39, 0xb2, 0x19, 0x6e, 0xce, 0x0f, 0x46, 0x38, 0xb0, 0x0f, 0x9a, 0x0e, + 0x25, 0x5e, 0xe4, 0x5f, 0x29, 0x9f, 0xd3, 0x73, 0xca, 0x5f, 0x9b, 0xe1, 0x5b, 0x84, 0xd6, 0x7f, + 0x12, 0xa1, 0x3c, 0x64, 0xd8, 0x37, 0xb1, 0x8b, 0x27, 0xd3, 0x80, 0x50, 0xcf, 0xe4, 0xeb, 0xa1, + 0x12, 0x64, 0x88, 0xab, 0x08, 0x35, 0xa1, 0x51, 0x30, 0x33, 0xc4, 0x45, 0x15, 0xc8, 0xfb, 0xd8, + 0xc1, 0x64, 0x8e, 0x7d, 0x45, 0xe4, 0x68, 0xf2, 0x8d, 0xbe, 0x85, 0x3d, 0xcf, 0x0e, 0xc8, 0x1c, + 0x5b, 0x01, 0xbd, 0xc0, 0x9e, 0x65, 0x4f, 0xe8, 0xcc, 0x0b, 0x14, 0x29, 0x74, 0x6b, 0xa9, 0x2f, + 0x5e, 0xdd, 0xdd, 0xfa, 0xf3, 0xd5, 0xdd, 0x07, 0xe7, 0x24, 0x18, 0xcf, 0x46, 0xaa, 0x43, 0x27, + 0xcd, 0xf8, 0x57, 0xa3, 0xc7, 0x43, 0xe6, 0x5e, 0x34, 0x83, 0xef, 0xa7, 0x98, 0xa9, 0x86, 0x17, + 0x98, 0xbb, 0xd1, 0x52, 0x83, 0x70, 0x25, 0x8d, 0x2f, 0x84, 0xca, 0xb0, 0xed, 0x62, 0x8f, 0x4e, + 0x94, 0x6d, 0x9e, 0x38, 0xfa, 0x40, 0x35, 0xb8, 0x39, 0xa6, 0x2c, 0xb0, 0x7e, 0xa0, 0x1e, 0xb6, + 0x88, 0xab, 0x64, 0xb9, 0x11, 0x42, 0xec, 0x8c, 0x7a, 0xd8, 0x70, 0xd1, 0x3d, 0xb8, 0x89, 0xa7, + 0xd4, 0x19, 0x5b, 0xde, 0x6c, 0x32, 0xc2, 0xbe, 0x92, 0xab, 0x09, 0x0d, 0xc9, 0xbc, 0xc1, 0xb1, + 0x2e, 0x87, 0x50, 0x03, 0x64, 0xe7, 0xb9, 0x4d, 0x26, 0x16, 0x61, 0xd6, 0x14, 0x7b, 0x2e, 0xf1, + 0xce, 0x95, 0x7c, 0x4d, 0x68, 0xe4, 0xcd, 0x12, 0xc7, 0x0d, 0x76, 0x1a, 0xa1, 0xe8, 0x6b, 0xd8, + 0x61, 0xc1, 0xfa, 0x06, 0x0b, 0x6f, 0xb5, 0xc1, 0x22, 0x0b, 0x56, 0x36, 0xf7, 0x58, 0xca, 0x67, + 0x64, 0xb1, 0xfe, 0xb7, 0x08, 0xc5, 0x36, 0x9e, 0x52, 0x46, 0x82, 0x8d, 0x06, 0x48, 0xbc, 0x01, + 0xc7, 0x90, 0x8d, 0xd3, 0x66, 0xde, 0x2a, 0x6d, 0x1c, 0xbd, 0x2c, 0xa6, 0xf8, 0x6f, 0xc5, 0x94, + 0x36, 0x8a, 0xf9, 0x39, 0x64, 0x59, 0x60, 0x07, 0x33, 0xc6, 0x0b, 0x5d, 0x3a, 0xfc, 0x50, 0x5d, + 0x27, 0xa0, 0xba, 0xf6, 0xfb, 0x6a, 0x9f, 0xfb, 0x9a, 0x71, 0x0c, 0xfa, 0x18, 0xca, 0x6e, 0x64, + 0xb7, 0x5e, 0xd3, 0x12, 0x14, 0xdb, 0xf4, 0x95, 0xce, 0x84, 0xf9, 0xe8, 0xcc, 0x77, 0x30, 0xef, + 0xc7, 0x9b, 0xf3, 0x71, 0x5f, 0x33, 0x8e, 0xa9, 0x8f, 0x21, 0x1b, 0xfd, 0x01, 0x42, 0x50, 0x1a, + 0x98, 0x5a, 0xb7, 0x7f, 0xac, 0x9b, 0xd6, 0x57, 0x43, 0x7d, 0xa8, 0xcb, 0x5b, 0x48, 0x81, 0x72, + 0x82, 0x19, 0x5d, 0xeb, 0xd4, 0xec, 0x9d, 0x98, 0x7a, 0xbf, 0x2f, 0x67, 0x50, 0x19, 0xe4, 0xb6, + 0xde, 0xd1, 0x4f, 0xb4, 0x81, 0xd1, 0xeb, 0xc6, 0xfe, 0x02, 0xaa, 0xc0, 0x7b, 0x2b, 0xe8, 0x6a, + 0x84, 0x58, 0x6f, 0x40, 0x36, 0xca, 0x8d, 0x00, 0xb2, 0xfd, 0x81, 0x69, 0xb4, 0xc3, 0x0c, 0x08, + 0x4a, 0xcf, 0x8c, 0xc1, 0xa3, 0xb6, 0xa9, 0x3d, 0xd3, 0x3a, 0x96, 0x71, 0xa4, 0xc9, 0xc2, 0x63, + 0x29, 0xbf, 0x2d, 0x67, 0xeb, 0xbf, 0x4a, 0xb0, 0xfb, 0x28, 0x2e, 0xeb, 0xd0, 0x1b, 0xd1, 0x6b, + 0xd9, 0x25, 0xbc, 0x03, 0x76, 0x5d, 0x37, 0x9a, 0x99, 0x77, 0x3e, 0x9a, 0xff, 0x91, 0x4d, 0xf7, + 0xa1, 0x34, 0x5b, 0x6c, 0xde, 0x0a, 0xc8, 0x04, 0xf3, 0xd9, 0x96, 0xcc, 0x62, 0x82, 0x0e, 0xc8, + 0x04, 0xa3, 0x2f, 0x53, 0xa4, 0x6b, 0xa4, 0x49, 0xb0, 0x51, 0xc9, 0x34, 0xf1, 0x3e, 0x85, 0xdb, + 0x33, 0x86, 0x7d, 0xcb, 0x4f, 0x04, 0xce, 0x8a, 0x63, 0x95, 0x5c, 0x4d, 0x6c, 0x14, 0xcc, 0x5b, + 0xb3, 0xd7, 0xc8, 0x1f, 0xab, 0xff, 0x98, 0x10, 0x68, 0x0f, 0x76, 0x86, 0xdd, 0x56, 0xaf, 0xdb, + 0x36, 0xba, 0x27, 0x09, 0x83, 0xf6, 0xe1, 0xd6, 0x12, 0x5c, 0x23, 0x04, 0xba, 0x0d, 0x7b, 0xfa, + 0x37, 0xc6, 0xc0, 0x4a, 0xb1, 0x4e, 0x40, 0x77, 0x60, 0x7f, 0xdd, 0xb0, 0x1a, 0x27, 0xa1, 0x22, + 0x14, 0x8e, 0x3a, 0x9a, 0xf1, 0x54, 0x6b, 0x75, 0x74, 0x39, 0x53, 0xff, 0x45, 0x80, 0x32, 0x9f, + 0x87, 0x64, 0x6b, 0xb1, 0x30, 0xa4, 0x55, 0x4d, 0xd8, 0x54, 0xb5, 0x3e, 0x94, 0x97, 0xf5, 0x4f, + 0x2a, 0xca, 0x14, 0xb1, 0x26, 0x36, 0x6e, 0x1c, 0xde, 0x7b, 0x63, 0x11, 0x4d, 0x34, 0x4e, 0x43, + 0x2c, 0x16, 0xaa, 0xdf, 0x25, 0xd8, 0xe9, 0xf4, 0x9f, 0x72, 0x0e, 0xc4, 0x13, 0x88, 0xee, 0x00, + 0x2c, 0x86, 0x3b, 0x39, 0x33, 0x0a, 0x31, 0x62, 0xb8, 0x68, 0x1f, 0xf2, 0xce, 0xd8, 0x26, 0x5e, + 0x68, 0xe4, 0xc4, 0x33, 0x73, 0xfc, 0xdb, 0x70, 0xaf, 0xa1, 0xcf, 0xfb, 0x50, 0x20, 0x23, 0xc7, + 0x8a, 0x2c, 0x11, 0x77, 0xf2, 0x64, 0xe4, 0xb4, 0xb9, 0xf1, 0x3e, 0x94, 0x58, 0x60, 0x5f, 0x60, + 0xdf, 0xb2, 0x5d, 0xd7, 0xc7, 0x8c, 0xc5, 0xa7, 0x42, 0x31, 0x42, 0xb5, 0x08, 0x44, 0x1f, 0xc1, + 0xee, 0xdc, 0x7e, 0x4e, 0x5c, 0x3b, 0xa0, 0x4b, 0xcf, 0xe8, 0x88, 0x90, 0x13, 0xc3, 0xc2, 0x79, + 0xa9, 0xad, 0xb9, 0xff, 0xa5, 0xad, 0x9f, 0x41, 0x7e, 0x31, 0xc5, 0x5c, 0xb5, 0x6e, 0x1c, 0xee, + 0xab, 0x51, 0x80, 0x1a, 0x1e, 0xcb, 0x6a, 0x7c, 0x2c, 0xab, 0x47, 0x94, 0x78, 0x2d, 0x29, 0x4c, + 0x62, 0xe6, 0xe2, 0x79, 0x45, 0x5f, 0x24, 0x54, 0x2f, 0x70, 0xaa, 0x3f, 0x48, 0x77, 0x29, 0x55, + 0xf5, 0x14, 0xd1, 0xeb, 0xbf, 0x09, 0xab, 0x8c, 0x6d, 0xeb, 0xa7, 0xbd, 0xbe, 0x31, 0xb0, 0x4e, + 0x75, 0x4e, 0xd1, 0x48, 0x91, 0x36, 0x18, 0x79, 0xbd, 0x0e, 0xee, 0xc1, 0x4e, 0x62, 0x39, 0xd6, + 0x8c, 0x8e, 0xde, 0x96, 0xc5, 0xd0, 0xbd, 0xad, 0x0f, 0x7a, 0x4f, 0xf4, 0xae, 0x71, 0xb6, 0x2a, + 0x90, 0x12, 0xaa, 0x42, 0x25, 0x65, 0x59, 0x5d, 0x6e, 0x3b, 0x1c, 0x97, 0x94, 0x3d, 0x5e, 0x34, + 0xdb, 0x7a, 0xf2, 0xe2, 0xb2, 0x2a, 0xbc, 0xbc, 0xac, 0x0a, 0x7f, 0x5d, 0x56, 0x85, 0x9f, 0xaf, + 0xaa, 0x5b, 0x2f, 0xaf, 0xaa, 0x5b, 0x7f, 0x5c, 0x55, 0xb7, 0xce, 0x0e, 0x56, 0xaa, 0xdf, 0xe7, + 0xb5, 0x78, 0xd8, 0xb1, 0x47, 0xac, 0x19, 0x5f, 0x8b, 0xe6, 0x87, 0x07, 0xcd, 0xef, 0x92, 0xcb, + 0x11, 0x6f, 0xc6, 0x28, 0xcb, 0x6f, 0x35, 0x9f, 0xfc, 0x13, 0x00, 0x00, 0xff, 0xff, 0x67, 0x74, + 0xbc, 0x32, 0x3b, 0x09, 0x00, 0x00, } func (m *UserRedemptionRecord) Marshal() (dAtA []byte, err error) { diff --git a/x/records/types/records_test.go b/x/records/types/records_test.go index 16cfa17516..d66dc30fde 100644 --- a/x/records/types/records_test.go +++ b/x/records/types/records_test.go @@ -7,7 +7,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v20/x/records/types" + "github.com/Stride-Labs/stride/v21/x/records/types" ) func TestShouldInitiateUnbonding(t *testing.T) { diff --git a/x/stakedym/client/cli/parser.go b/x/stakedym/client/cli/parser.go index 1a9013d1a2..04962d7cdd 100644 --- a/x/stakedym/client/cli/parser.go +++ b/x/stakedym/client/cli/parser.go @@ -10,7 +10,7 @@ import ( "github.com/gogo/protobuf/proto" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/stakedym/types" + "github.com/Stride-Labs/stride/v21/x/stakedym/types" ) ////////////////////////////////////////////// diff --git a/x/stakedym/client/cli/query.go b/x/stakedym/client/cli/query.go index c20d0510ef..e334b60e42 100644 --- a/x/stakedym/client/cli/query.go +++ b/x/stakedym/client/cli/query.go @@ -13,7 +13,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/version" - "github.com/Stride-Labs/stride/v20/x/stakedym/types" + "github.com/Stride-Labs/stride/v21/x/stakedym/types" ) const ( diff --git a/x/stakedym/client/cli/tx.go b/x/stakedym/client/cli/tx.go index f1dafa87bd..4355561814 100644 --- a/x/stakedym/client/cli/tx.go +++ b/x/stakedym/client/cli/tx.go @@ -14,7 +14,7 @@ import ( "github.com/cosmos/cosmos-sdk/version" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/stakedym/types" + "github.com/Stride-Labs/stride/v21/x/stakedym/types" ) const ( diff --git a/x/stakedym/ibc_middleware.go b/x/stakedym/ibc_middleware.go index 58660ef5b4..487c8a1468 100644 --- a/x/stakedym/ibc_middleware.go +++ b/x/stakedym/ibc_middleware.go @@ -10,7 +10,7 @@ import ( porttypes "github.com/cosmos/ibc-go/v7/modules/core/05-port/types" ibcexported "github.com/cosmos/ibc-go/v7/modules/core/exported" - "github.com/Stride-Labs/stride/v20/x/stakedym/keeper" + "github.com/Stride-Labs/stride/v21/x/stakedym/keeper" ) var _ porttypes.Middleware = &IBCMiddleware{} diff --git a/x/stakedym/keeper/delegation.go b/x/stakedym/keeper/delegation.go index 69f47b3e20..5e33dc45af 100644 --- a/x/stakedym/keeper/delegation.go +++ b/x/stakedym/keeper/delegation.go @@ -10,9 +10,9 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" - "github.com/Stride-Labs/stride/v20/utils" - "github.com/Stride-Labs/stride/v20/x/stakedym/types" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/utils" + "github.com/Stride-Labs/stride/v21/x/stakedym/types" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // Liquid stakes native tokens and returns stTokens to the user diff --git a/x/stakedym/keeper/delegation_record.go b/x/stakedym/keeper/delegation_record.go index 7210fce108..4346865493 100644 --- a/x/stakedym/keeper/delegation_record.go +++ b/x/stakedym/keeper/delegation_record.go @@ -4,7 +4,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/stakedym/types" + "github.com/Stride-Labs/stride/v21/x/stakedym/types" ) // Writes a delegation record to the active store diff --git a/x/stakedym/keeper/delegation_record_test.go b/x/stakedym/keeper/delegation_record_test.go index fed8d294e5..cab720844d 100644 --- a/x/stakedym/keeper/delegation_record_test.go +++ b/x/stakedym/keeper/delegation_record_test.go @@ -3,7 +3,7 @@ package keeper_test import ( sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v20/x/stakedym/types" + "github.com/Stride-Labs/stride/v21/x/stakedym/types" ) func (s *KeeperTestSuite) addDelegationRecords() (delegationRecords []types.DelegationRecord) { diff --git a/x/stakedym/keeper/delegation_test.go b/x/stakedym/keeper/delegation_test.go index 1218c6c26c..ec1d9edff4 100644 --- a/x/stakedym/keeper/delegation_test.go +++ b/x/stakedym/keeper/delegation_test.go @@ -9,7 +9,7 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" ibctesting "github.com/cosmos/ibc-go/v7/testing" - "github.com/Stride-Labs/stride/v20/x/stakedym/types" + "github.com/Stride-Labs/stride/v21/x/stakedym/types" ) var InitialDelegation = sdkmath.NewInt(1_000_000) diff --git a/x/stakedym/keeper/events.go b/x/stakedym/keeper/events.go index 6abfb3cac3..101b6f7eed 100644 --- a/x/stakedym/keeper/events.go +++ b/x/stakedym/keeper/events.go @@ -6,7 +6,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/stakedym/types" + "github.com/Stride-Labs/stride/v21/x/stakedym/types" ) // Emits a successful liquid stake event, and displays metadata such as the stToken amount diff --git a/x/stakedym/keeper/genesis.go b/x/stakedym/keeper/genesis.go index 62d36c5e3e..13403157d0 100644 --- a/x/stakedym/keeper/genesis.go +++ b/x/stakedym/keeper/genesis.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/stakedym/types" + "github.com/Stride-Labs/stride/v21/x/stakedym/types" ) // Initializes the genesis state in the store diff --git a/x/stakedym/keeper/grpc_query.go b/x/stakedym/keeper/grpc_query.go index c5a8a74baf..348b540a0a 100644 --- a/x/stakedym/keeper/grpc_query.go +++ b/x/stakedym/keeper/grpc_query.go @@ -10,7 +10,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v20/x/stakedym/types" + "github.com/Stride-Labs/stride/v21/x/stakedym/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/stakedym/keeper/grpc_query_test.go b/x/stakedym/keeper/grpc_query_test.go index 9941e894b3..f12badcb60 100644 --- a/x/stakedym/keeper/grpc_query_test.go +++ b/x/stakedym/keeper/grpc_query_test.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/query" - "github.com/Stride-Labs/stride/v20/x/stakedym/types" + "github.com/Stride-Labs/stride/v21/x/stakedym/types" ) func (s *KeeperTestSuite) TestQueryHostZone() { diff --git a/x/stakedym/keeper/hooks.go b/x/stakedym/keeper/hooks.go index d91116ab21..4a5f9ad244 100644 --- a/x/stakedym/keeper/hooks.go +++ b/x/stakedym/keeper/hooks.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - epochstypes "github.com/Stride-Labs/stride/v20/x/epochs/types" + epochstypes "github.com/Stride-Labs/stride/v21/x/epochs/types" ) // This module has the following epochly triggers diff --git a/x/stakedym/keeper/host_zone.go b/x/stakedym/keeper/host_zone.go index 3155204e63..465324b1b6 100644 --- a/x/stakedym/keeper/host_zone.go +++ b/x/stakedym/keeper/host_zone.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/stakedym/types" + "github.com/Stride-Labs/stride/v21/x/stakedym/types" ) // Writes a host zone to the store diff --git a/x/stakedym/keeper/host_zone_test.go b/x/stakedym/keeper/host_zone_test.go index 9e6cb29269..8c76dcd212 100644 --- a/x/stakedym/keeper/host_zone_test.go +++ b/x/stakedym/keeper/host_zone_test.go @@ -3,7 +3,7 @@ package keeper_test import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/stakedym/types" + "github.com/Stride-Labs/stride/v21/x/stakedym/types" ) // Helper function to create the singleton HostZone with attributes diff --git a/x/stakedym/keeper/ibc.go b/x/stakedym/keeper/ibc.go index ff3e5dd51d..8ba9c3f672 100644 --- a/x/stakedym/keeper/ibc.go +++ b/x/stakedym/keeper/ibc.go @@ -5,10 +5,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - icacallbacktypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v20/x/stakedym/types" + icacallbacktypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v21/x/stakedym/types" - "github.com/Stride-Labs/stride/v20/x/icacallbacks" + "github.com/Stride-Labs/stride/v21/x/icacallbacks" ) func (k Keeper) ArchiveFailedTransferRecord(ctx sdk.Context, recordId uint64) error { diff --git a/x/stakedym/keeper/ibc_test.go b/x/stakedym/keeper/ibc_test.go index e047adc491..a8fdb425fb 100644 --- a/x/stakedym/keeper/ibc_test.go +++ b/x/stakedym/keeper/ibc_test.go @@ -5,7 +5,7 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - "github.com/Stride-Labs/stride/v20/x/stakedym/types" + "github.com/Stride-Labs/stride/v21/x/stakedym/types" ) type PacketCallbackTestCase struct { diff --git a/x/stakedym/keeper/invariants.go b/x/stakedym/keeper/invariants.go index ce53e3644e..4332a184a9 100644 --- a/x/stakedym/keeper/invariants.go +++ b/x/stakedym/keeper/invariants.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/utils" + "github.com/Stride-Labs/stride/v21/utils" ) func (k Keeper) HaltZone(ctx sdk.Context) { diff --git a/x/stakedym/keeper/invariants_test.go b/x/stakedym/keeper/invariants_test.go index c1d4f0b914..be59211e70 100644 --- a/x/stakedym/keeper/invariants_test.go +++ b/x/stakedym/keeper/invariants_test.go @@ -1,7 +1,7 @@ package keeper_test import ( - "github.com/Stride-Labs/stride/v20/x/stakedym/types" + "github.com/Stride-Labs/stride/v21/x/stakedym/types" ) func (s *KeeperTestSuite) TestHaltZone() { diff --git a/x/stakedym/keeper/keeper.go b/x/stakedym/keeper/keeper.go index e8ad2926a5..9eb42c41b1 100644 --- a/x/stakedym/keeper/keeper.go +++ b/x/stakedym/keeper/keeper.go @@ -8,7 +8,7 @@ import ( storetypes "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/stakedym/types" + "github.com/Stride-Labs/stride/v21/x/stakedym/types" ) type Keeper struct { diff --git a/x/stakedym/keeper/keeper_test.go b/x/stakedym/keeper/keeper_test.go index 7564ae2bfa..35a907dea0 100644 --- a/x/stakedym/keeper/keeper_test.go +++ b/x/stakedym/keeper/keeper_test.go @@ -5,9 +5,9 @@ import ( "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v20/app/apptesting" - "github.com/Stride-Labs/stride/v20/x/stakedym/keeper" - "github.com/Stride-Labs/stride/v20/x/stakedym/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + "github.com/Stride-Labs/stride/v21/x/stakedym/keeper" + "github.com/Stride-Labs/stride/v21/x/stakedym/types" ) const ( diff --git a/x/stakedym/keeper/msg_server.go b/x/stakedym/keeper/msg_server.go index 460a8cd39f..9d07e3c9d4 100644 --- a/x/stakedym/keeper/msg_server.go +++ b/x/stakedym/keeper/msg_server.go @@ -6,9 +6,9 @@ import ( errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/utils" + "github.com/Stride-Labs/stride/v21/utils" - "github.com/Stride-Labs/stride/v20/x/stakedym/types" + "github.com/Stride-Labs/stride/v21/x/stakedym/types" ) type msgServer struct { diff --git a/x/stakedym/keeper/msg_server_test.go b/x/stakedym/keeper/msg_server_test.go index 3dd875defb..06d02c9086 100644 --- a/x/stakedym/keeper/msg_server_test.go +++ b/x/stakedym/keeper/msg_server_test.go @@ -4,8 +4,8 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/app/apptesting" - "github.com/Stride-Labs/stride/v20/x/stakedym/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + "github.com/Stride-Labs/stride/v21/x/stakedym/types" ) // ---------------------------------------------- diff --git a/x/stakedym/keeper/operator_test.go b/x/stakedym/keeper/operator_test.go index b04294fa48..78f59af71f 100644 --- a/x/stakedym/keeper/operator_test.go +++ b/x/stakedym/keeper/operator_test.go @@ -1,7 +1,7 @@ package keeper_test import ( - "github.com/Stride-Labs/stride/v20/x/stakedym/types" + "github.com/Stride-Labs/stride/v21/x/stakedym/types" ) // test that the admin address helpers work as expected diff --git a/x/stakedym/keeper/operatorlist.go b/x/stakedym/keeper/operatorlist.go index 92c57398f6..81f12157c1 100644 --- a/x/stakedym/keeper/operatorlist.go +++ b/x/stakedym/keeper/operatorlist.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/stakedym/types" + "github.com/Stride-Labs/stride/v21/x/stakedym/types" ) // CheckIsOperatorAddress checks if the given address is the operator address diff --git a/x/stakedym/keeper/redemption_rate.go b/x/stakedym/keeper/redemption_rate.go index a6e05ee6c5..b7529bb68f 100644 --- a/x/stakedym/keeper/redemption_rate.go +++ b/x/stakedym/keeper/redemption_rate.go @@ -9,9 +9,9 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/utils" - icaoracletypes "github.com/Stride-Labs/stride/v20/x/icaoracle/types" - "github.com/Stride-Labs/stride/v20/x/stakedym/types" + "github.com/Stride-Labs/stride/v21/utils" + icaoracletypes "github.com/Stride-Labs/stride/v21/x/icaoracle/types" + "github.com/Stride-Labs/stride/v21/x/stakedym/types" ) // Updates the redemption rate for each host zone diff --git a/x/stakedym/keeper/redemption_rate_test.go b/x/stakedym/keeper/redemption_rate_test.go index e822f513be..2e82cccb59 100644 --- a/x/stakedym/keeper/redemption_rate_test.go +++ b/x/stakedym/keeper/redemption_rate_test.go @@ -6,7 +6,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/stakedym/types" + "github.com/Stride-Labs/stride/v21/x/stakedym/types" ) func (s *KeeperTestSuite) TestUpdateRedemptionRate() { diff --git a/x/stakedym/keeper/redemption_record.go b/x/stakedym/keeper/redemption_record.go index c65e862a14..f37bb1a2de 100644 --- a/x/stakedym/keeper/redemption_record.go +++ b/x/stakedym/keeper/redemption_record.go @@ -4,7 +4,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/stakedym/types" + "github.com/Stride-Labs/stride/v21/x/stakedym/types" ) // Writes a redemption record to the store diff --git a/x/stakedym/keeper/redemption_record_test.go b/x/stakedym/keeper/redemption_record_test.go index 314943fc59..a87c514f36 100644 --- a/x/stakedym/keeper/redemption_record_test.go +++ b/x/stakedym/keeper/redemption_record_test.go @@ -5,7 +5,7 @@ import ( sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v20/x/stakedym/types" + "github.com/Stride-Labs/stride/v21/x/stakedym/types" ) func (s *KeeperTestSuite) addRedemptionRecords() (redemptionRecords []types.RedemptionRecord) { diff --git a/x/stakedym/keeper/slash_record.go b/x/stakedym/keeper/slash_record.go index 9282ca59c2..0b34f3ce24 100644 --- a/x/stakedym/keeper/slash_record.go +++ b/x/stakedym/keeper/slash_record.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/stakedym/types" + "github.com/Stride-Labs/stride/v21/x/stakedym/types" ) // Writes a slash record to the store diff --git a/x/stakedym/keeper/slash_record_test.go b/x/stakedym/keeper/slash_record_test.go index 07941fc8a3..7d6b25d28b 100644 --- a/x/stakedym/keeper/slash_record_test.go +++ b/x/stakedym/keeper/slash_record_test.go @@ -3,7 +3,7 @@ package keeper_test import ( math "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v20/x/stakedym/types" + "github.com/Stride-Labs/stride/v21/x/stakedym/types" ) // Helper function to create and set 5 slashRecord objects with various attributes diff --git a/x/stakedym/keeper/transfer_callback.go b/x/stakedym/keeper/transfer_callback.go index e58cb81b08..6087750661 100644 --- a/x/stakedym/keeper/transfer_callback.go +++ b/x/stakedym/keeper/transfer_callback.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/stakedym/types" + "github.com/Stride-Labs/stride/v21/x/stakedym/types" ) // Stores the record ID for a pending outbound transfer of native tokens diff --git a/x/stakedym/keeper/transfer_callback_test.go b/x/stakedym/keeper/transfer_callback_test.go index 38e841403a..53a8f73c6a 100644 --- a/x/stakedym/keeper/transfer_callback_test.go +++ b/x/stakedym/keeper/transfer_callback_test.go @@ -3,7 +3,7 @@ package keeper_test import ( "fmt" - "github.com/Stride-Labs/stride/v20/x/stakedym/types" + "github.com/Stride-Labs/stride/v21/x/stakedym/types" ) type transferData struct { diff --git a/x/stakedym/keeper/unbonding.go b/x/stakedym/keeper/unbonding.go index bff16d106f..a9d3ab37a8 100644 --- a/x/stakedym/keeper/unbonding.go +++ b/x/stakedym/keeper/unbonding.go @@ -9,8 +9,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v20/utils" - "github.com/Stride-Labs/stride/v20/x/stakedym/types" + "github.com/Stride-Labs/stride/v21/utils" + "github.com/Stride-Labs/stride/v21/x/stakedym/types" ) // Takes custody of staked tokens in an escrow account, updates the current diff --git a/x/stakedym/keeper/unbonding_record.go b/x/stakedym/keeper/unbonding_record.go index bcc4da4b21..e0b815fec3 100644 --- a/x/stakedym/keeper/unbonding_record.go +++ b/x/stakedym/keeper/unbonding_record.go @@ -4,7 +4,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/stakedym/types" + "github.com/Stride-Labs/stride/v21/x/stakedym/types" ) // Writes an unbonding record to the active store diff --git a/x/stakedym/keeper/unbonding_record_test.go b/x/stakedym/keeper/unbonding_record_test.go index 0fa3282722..106527ef95 100644 --- a/x/stakedym/keeper/unbonding_record_test.go +++ b/x/stakedym/keeper/unbonding_record_test.go @@ -3,7 +3,7 @@ package keeper_test import ( sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v20/x/stakedym/types" + "github.com/Stride-Labs/stride/v21/x/stakedym/types" ) func (s *KeeperTestSuite) addUnbondingRecords() (unbondingRecords []types.UnbondingRecord) { diff --git a/x/stakedym/keeper/unbonding_test.go b/x/stakedym/keeper/unbonding_test.go index b0132ddfb6..c1916af95f 100644 --- a/x/stakedym/keeper/unbonding_test.go +++ b/x/stakedym/keeper/unbonding_test.go @@ -7,9 +7,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v20/app/apptesting" - "github.com/Stride-Labs/stride/v20/utils" - "github.com/Stride-Labs/stride/v20/x/stakedym/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + "github.com/Stride-Labs/stride/v21/utils" + "github.com/Stride-Labs/stride/v21/x/stakedym/types" ) const DefaultClaimFundingAmount = 2600 // sum of NativeTokenAmount of records with status UNBONDED diff --git a/x/stakedym/module.go b/x/stakedym/module.go index b8a1ecf2c7..f8bc700f9b 100644 --- a/x/stakedym/module.go +++ b/x/stakedym/module.go @@ -15,9 +15,9 @@ import ( "github.com/grpc-ecosystem/grpc-gateway/runtime" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/stakedym/client/cli" - "github.com/Stride-Labs/stride/v20/x/stakedym/keeper" - "github.com/Stride-Labs/stride/v20/x/stakedym/types" + "github.com/Stride-Labs/stride/v21/x/stakedym/client/cli" + "github.com/Stride-Labs/stride/v21/x/stakedym/keeper" + "github.com/Stride-Labs/stride/v21/x/stakedym/types" ) var ( diff --git a/x/stakedym/types/genesis.pb.go b/x/stakedym/types/genesis.pb.go index e6da884966..04ecd487bc 100644 --- a/x/stakedym/types/genesis.pb.go +++ b/x/stakedym/types/genesis.pb.go @@ -227,7 +227,7 @@ var fileDescriptor_c9f69b9927e2a0f2 = []byte{ // 479 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x93, 0x41, 0x6f, 0xd3, 0x30, 0x14, 0xc7, 0x1b, 0x5a, 0x4a, 0xeb, 0x6e, 0x82, 0x59, 0x20, 0x4a, 0xcb, 0xd2, 0x92, 0x53, 0x0f, - 0x90, 0xa0, 0x70, 0x43, 0x9c, 0x26, 0xc4, 0xa8, 0xb4, 0xc3, 0x94, 0x02, 0x87, 0x5d, 0x22, 0xb7, + 0x90, 0x88, 0x70, 0x43, 0x9c, 0x26, 0xc4, 0xa8, 0xb4, 0xc3, 0x94, 0x02, 0x87, 0x5d, 0x22, 0xb7, 0x36, 0x49, 0x44, 0x63, 0x07, 0x3f, 0x07, 0xad, 0x7c, 0x0a, 0x3e, 0xd6, 0x8e, 0x3b, 0x72, 0x40, 0x13, 0x6a, 0xbf, 0x01, 0x9f, 0x00, 0x25, 0x4e, 0x33, 0xa5, 0xd1, 0x7a, 0xb3, 0xdf, 0xfb, 0xbf, 0xdf, 0xfb, 0xdb, 0x7a, 0x0f, 0x1d, 0x83, 0x92, 0x11, 0x65, 0x0e, 0x28, 0xf2, 0x8d, 0xd1, 0x55, @@ -254,7 +254,7 @@ var fileDescriptor_c9f69b9927e2a0f2 = []byte{ 0x5d, 0x9b, 0xc6, 0xaf, 0x8d, 0xd9, 0xb8, 0xde, 0x98, 0x8d, 0xdf, 0x1b, 0xb3, 0x71, 0xe1, 0x06, 0x91, 0x0a, 0xd3, 0xb9, 0xbd, 0x10, 0xb1, 0x33, 0xcb, 0x9b, 0xbe, 0x3a, 0x23, 0x73, 0x70, 0x8a, 0x85, 0xf9, 0xe1, 0xbe, 0x76, 0x2e, 0x6f, 0xd7, 0x46, 0xad, 0x12, 0x06, 0xf3, 0x76, 0xbe, 0x34, - 0x6f, 0xfe, 0x07, 0x00, 0x00, 0xff, 0xff, 0xb2, 0x6b, 0x5c, 0xea, 0x9c, 0x03, 0x00, 0x00, + 0x6f, 0xfe, 0x07, 0x00, 0x00, 0xff, 0xff, 0x25, 0xcd, 0x41, 0x0d, 0x9c, 0x03, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/stakedym/types/host_zone_test.go b/x/stakedym/types/host_zone_test.go index b45d4b479a..fad2b197bc 100644 --- a/x/stakedym/types/host_zone_test.go +++ b/x/stakedym/types/host_zone_test.go @@ -7,8 +7,8 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v20/app/apptesting" - "github.com/Stride-Labs/stride/v20/x/stakedym/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + "github.com/Stride-Labs/stride/v21/x/stakedym/types" ) const ( diff --git a/x/stakedym/types/msgs.go b/x/stakedym/types/msgs.go index 07dd82477e..8aef6460c2 100644 --- a/x/stakedym/types/msgs.go +++ b/x/stakedym/types/msgs.go @@ -7,7 +7,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/cosmos/cosmos-sdk/x/auth/migrations/legacytx" - "github.com/Stride-Labs/stride/v20/utils" + "github.com/Stride-Labs/stride/v21/utils" ) const ( diff --git a/x/stakedym/types/msgs_test.go b/x/stakedym/types/msgs_test.go index 095217eff9..ac313f6f4a 100644 --- a/x/stakedym/types/msgs_test.go +++ b/x/stakedym/types/msgs_test.go @@ -8,9 +8,9 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v20/app/apptesting" - "github.com/Stride-Labs/stride/v20/testutil/sample" - "github.com/Stride-Labs/stride/v20/x/stakedym/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + "github.com/Stride-Labs/stride/v21/testutil/sample" + "github.com/Stride-Labs/stride/v21/x/stakedym/types" ) // ---------------------------------------------- diff --git a/x/stakedym/types/query.pb.go b/x/stakedym/types/query.pb.go index 1cbdb07986..d094054e46 100644 --- a/x/stakedym/types/query.pb.go +++ b/x/stakedym/types/query.pb.go @@ -655,61 +655,61 @@ func init() { func init() { proto.RegisterFile("stride/stakedym/query.proto", fileDescriptor_20841970448ef724) } var fileDescriptor_20841970448ef724 = []byte{ - // 853 bytes of a gzipped FileDescriptorProto + // 854 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x56, 0x4d, 0x6f, 0xd3, 0x4a, - 0x14, 0xcd, 0xa4, 0x7d, 0xef, 0xa5, 0xd3, 0x3e, 0x35, 0x19, 0x0a, 0x72, 0xdd, 0x62, 0x52, 0x4b, - 0x94, 0xb4, 0xa2, 0x76, 0x1b, 0xa4, 0xb2, 0xa6, 0x20, 0x4a, 0x51, 0x55, 0x8a, 0x03, 0x5d, 0x74, - 0x13, 0x39, 0xf1, 0xc8, 0xb1, 0x48, 0x3c, 0xa9, 0xc7, 0xa9, 0x5a, 0xaa, 0x6e, 0xd8, 0x00, 0x3b, - 0x24, 0x56, 0xfc, 0x04, 0x16, 0x2c, 0x58, 0xf0, 0x1f, 0xca, 0xae, 0x12, 0x1b, 0xc4, 0x02, 0xa1, - 0x96, 0x1f, 0x82, 0x32, 0x1e, 0xe7, 0xc3, 0xf6, 0x24, 0x11, 0x3b, 0x67, 0xee, 0xf5, 0xb9, 0xe7, - 0x5c, 0xdf, 0x7b, 0x26, 0x70, 0x8e, 0xfa, 0x9e, 0x63, 0x61, 0x9d, 0xfa, 0xe6, 0x0b, 0x6c, 0x1d, - 0x37, 0xf4, 0x83, 0x16, 0xf6, 0x8e, 0xb5, 0xa6, 0x47, 0x7c, 0x82, 0xa6, 0x83, 0xa0, 0x16, 0x06, - 0x65, 0x25, 0x9a, 0x1d, 0x3e, 0x04, 0x2f, 0xc8, 0x33, 0x36, 0xb1, 0x09, 0x7b, 0xd4, 0xdb, 0x4f, - 0xfc, 0x74, 0xde, 0x26, 0xc4, 0xae, 0x63, 0xdd, 0x6c, 0x3a, 0xba, 0xe9, 0xba, 0xc4, 0x37, 0x7d, - 0x87, 0xb8, 0x94, 0x47, 0x97, 0xab, 0x84, 0x36, 0x08, 0xd5, 0x2b, 0x26, 0xc5, 0x41, 0x75, 0xfd, - 0x70, 0xad, 0x82, 0x7d, 0x73, 0x4d, 0x6f, 0x9a, 0xb6, 0xe3, 0xb2, 0xe4, 0x20, 0x57, 0xbd, 0x06, - 0x67, 0x9e, 0xb6, 0x33, 0x1e, 0x11, 0xea, 0xef, 0x13, 0x17, 0x1b, 0xf8, 0xa0, 0x85, 0xa9, 0xaf, - 0x3e, 0x81, 0x57, 0x23, 0xe7, 0xb4, 0x49, 0x5c, 0x8a, 0xd1, 0x3a, 0x9c, 0xa8, 0x11, 0xea, 0x97, - 0x5f, 0x12, 0x17, 0x4b, 0x20, 0x0f, 0x0a, 0x93, 0xc5, 0x59, 0x2d, 0xa2, 0x4a, 0xeb, 0xbc, 0x95, - 0xa9, 0xf1, 0x27, 0xf5, 0x31, 0xbc, 0xce, 0x00, 0x1f, 0xe0, 0x3a, 0xb6, 0x19, 0x03, 0x03, 0x57, - 0x89, 0x67, 0x51, 0x5e, 0x11, 0x2d, 0xc1, 0xac, 0xe3, 0x56, 0xeb, 0x2d, 0x0b, 0x97, 0x4d, 0xaf, - 0x5a, 0x73, 0x0e, 0xb1, 0xc5, 0xf0, 0x33, 0xc6, 0x34, 0x3f, 0xbf, 0xc7, 0x8f, 0xd5, 0x23, 0xa8, - 0x88, 0xb0, 0x38, 0xcb, 0x3d, 0x88, 0xac, 0x4e, 0xb0, 0xec, 0x05, 0x51, 0x09, 0xe4, 0xc7, 0x0a, - 0x93, 0xc5, 0x85, 0x18, 0xdd, 0x28, 0xce, 0xc6, 0xf8, 0xd9, 0xcf, 0x1b, 0x29, 0x23, 0x67, 0x45, - 0xf1, 0xd5, 0x2d, 0x38, 0xcf, 0x2a, 0x3f, 0x77, 0x2b, 0xc4, 0xb5, 0x1c, 0xd7, 0xfe, 0x7b, 0x11, - 0x3e, 0x6f, 0x48, 0x1c, 0x8a, 0x6b, 0x28, 0xc1, 0x5c, 0x2b, 0x8c, 0x45, 0x24, 0xe4, 0x63, 0x12, - 0x22, 0x28, 0x5c, 0x41, 0xb6, 0x15, 0x01, 0x57, 0x6b, 0x5c, 0x80, 0x81, 0x2d, 0xdc, 0x68, 0x76, - 0xa5, 0x85, 0x02, 0x34, 0x78, 0x25, 0x5a, 0xb4, 0xec, 0x04, 0x1a, 0xc6, 0x8d, 0x5c, 0x04, 0x6e, - 0xcb, 0x42, 0x12, 0xfc, 0xcf, 0xb4, 0x2c, 0x0f, 0x53, 0x2a, 0xa5, 0xf3, 0xa0, 0x30, 0x61, 0x84, - 0x3f, 0xd5, 0x37, 0x80, 0x0b, 0x8c, 0x97, 0xe2, 0x02, 0x6d, 0x28, 0x7b, 0x9d, 0x58, 0x58, 0xcc, - 0xe3, 0x51, 0x3e, 0x5b, 0x4b, 0x31, 0xa5, 0x22, 0x38, 0x43, 0xf2, 0x04, 0x11, 0xf5, 0xb3, 0x88, - 0x4a, 0xe7, 0xbb, 0xf5, 0xc8, 0x00, 0x7d, 0x32, 0x44, 0x0d, 0x49, 0x8b, 0x1a, 0xf2, 0x10, 0xc2, - 0xee, 0x92, 0x49, 0x63, 0x4c, 0xc4, 0xa2, 0x16, 0x6c, 0xa4, 0xd6, 0xde, 0x48, 0x2d, 0xf0, 0x03, - 0xbe, 0x91, 0xda, 0xae, 0x69, 0x87, 0x4b, 0x67, 0xf4, 0xbc, 0xa9, 0xfe, 0x00, 0x7c, 0xc8, 0x13, - 0x38, 0xf3, 0xfe, 0x11, 0x38, 0x27, 0xee, 0x5f, 0x38, 0x2a, 0xa3, 0x37, 0x90, 0xcf, 0xcc, 0xac, - 0xa8, 0x8d, 0x14, 0x6d, 0xf6, 0x69, 0x4b, 0x33, 0x6d, 0xb7, 0x86, 0x6a, 0xe3, 0x9f, 0xa7, 0x57, - 0x9c, 0x0c, 0x25, 0xa6, 0xad, 0x54, 0x37, 0x69, 0xad, 0xff, 0x53, 0xa8, 0x16, 0x9c, 0x4d, 0x88, - 0x71, 0xc9, 0x9b, 0xf0, 0x7f, 0xda, 0x3e, 0x8f, 0xec, 0xc3, 0x7c, 0x4c, 0x64, 0xcf, 0xdb, 0x5c, - 0xd7, 0x14, 0xed, 0x01, 0x54, 0xbf, 0x00, 0x28, 0x09, 0x07, 0x73, 0x07, 0xe6, 0x62, 0x8d, 0xe5, - 0xf3, 0xb8, 0x30, 0xbc, 0x9d, 0xd9, 0x68, 0x03, 0xd1, 0x16, 0x5c, 0xe8, 0xce, 0x50, 0x95, 0x34, - 0x9a, 0x75, 0xcc, 0x90, 0x7d, 0xa7, 0x81, 0xcb, 0x14, 0x57, 0x89, 0x6b, 0x51, 0x3e, 0x51, 0x4a, - 0x27, 0xf1, 0x7e, 0x27, 0xef, 0x99, 0xd3, 0xc0, 0xa5, 0x20, 0xab, 0xf8, 0x3a, 0x03, 0xff, 0x61, - 0xed, 0x41, 0x6f, 0x01, 0xcc, 0x84, 0x3e, 0x8b, 0x6e, 0xc6, 0x68, 0x25, 0xb9, 0xba, 0xbc, 0x38, - 0x2c, 0x8d, 0x2f, 0x8c, 0xf6, 0xea, 0xdb, 0xef, 0xf7, 0xe9, 0x02, 0x5a, 0xd4, 0x4b, 0x2c, 0x7f, - 0x65, 0xdb, 0xac, 0x50, 0x3d, 0x7a, 0x55, 0x75, 0xee, 0x01, 0xf4, 0x09, 0xc0, 0x5c, 0xcc, 0x8c, - 0x91, 0x96, 0x5c, 0x4d, 0x74, 0x03, 0xc8, 0xfa, 0xc8, 0xf9, 0x9c, 0xe6, 0x5d, 0x46, 0x73, 0x0d, - 0xe9, 0x03, 0x69, 0xc6, 0x2f, 0x02, 0xf4, 0x11, 0xc0, 0x6c, 0xd4, 0x77, 0xd1, 0x4a, 0x72, 0x79, - 0x81, 0xd5, 0xcb, 0xda, 0xa8, 0xe9, 0x9c, 0xec, 0x3a, 0x23, 0xbb, 0x8a, 0xb4, 0x81, 0x64, 0x63, - 0x8e, 0x8f, 0xbe, 0x02, 0x98, 0x8d, 0xce, 0x98, 0x88, 0xab, 0xc0, 0xd5, 0x45, 0x5c, 0x45, 0x0b, - 0xa0, 0xee, 0x31, 0xae, 0xbb, 0x68, 0x67, 0x20, 0xd7, 0xd8, 0x8e, 0xe8, 0x27, 0x09, 0x56, 0x79, - 0xaa, 0x9f, 0x70, 0x2f, 0x3d, 0x65, 0x73, 0x12, 0xf3, 0x33, 0x34, 0x22, 0xbb, 0x61, 0x73, 0x22, - 0x34, 0xca, 0x11, 0xe7, 0x24, 0x26, 0x87, 0xa2, 0x0f, 0x00, 0x4e, 0xf5, 0xfa, 0x10, 0x5a, 0x4a, - 0x2e, 0x9d, 0xe0, 0x63, 0xf2, 0xf2, 0x28, 0xa9, 0x9c, 0x60, 0x91, 0x11, 0xbc, 0x8d, 0x96, 0x07, - 0x12, 0xec, 0x73, 0xbe, 0x8d, 0xed, 0xb3, 0x0b, 0x05, 0x9c, 0x5f, 0x28, 0xe0, 0xd7, 0x85, 0x02, - 0xde, 0x5d, 0x2a, 0xa9, 0xf3, 0x4b, 0x25, 0xf5, 0xfd, 0x52, 0x49, 0xed, 0x17, 0x6d, 0xc7, 0xaf, - 0xb5, 0x2a, 0x5a, 0x95, 0x34, 0x92, 0xf0, 0x0e, 0x8b, 0xab, 0xfa, 0x51, 0x17, 0xd5, 0x3f, 0x6e, - 0x62, 0x5a, 0xf9, 0x97, 0xfd, 0x1d, 0xbc, 0xf3, 0x27, 0x00, 0x00, 0xff, 0xff, 0xc3, 0xb9, 0x2a, - 0xc7, 0xbe, 0x0a, 0x00, 0x00, + 0x14, 0xcd, 0xa4, 0x7d, 0xef, 0xa5, 0xd3, 0x3e, 0x35, 0x99, 0xd7, 0x87, 0x5c, 0xb7, 0x98, 0xd4, + 0x12, 0x25, 0xad, 0xa8, 0x4d, 0x82, 0x54, 0xd6, 0x14, 0x44, 0x29, 0xaa, 0x4a, 0x71, 0xa0, 0x8b, + 0x6e, 0x22, 0x27, 0x1e, 0x39, 0x16, 0x89, 0x27, 0xf5, 0x38, 0x55, 0x4b, 0xd5, 0x0d, 0x1b, 0x60, + 0x87, 0xc4, 0x8a, 0x9f, 0xc0, 0x82, 0x05, 0x0b, 0xfe, 0x43, 0xd9, 0x55, 0x62, 0x83, 0x58, 0x20, + 0xd4, 0xf2, 0x43, 0x50, 0xc6, 0xe3, 0x7c, 0xd8, 0x9e, 0x24, 0x62, 0xe7, 0xcc, 0xbd, 0x3e, 0xf7, + 0x9c, 0xeb, 0x7b, 0xcf, 0x04, 0x2e, 0x50, 0xdf, 0x73, 0x2c, 0xac, 0x53, 0xdf, 0x7c, 0x8e, 0xad, + 0xe3, 0xa6, 0x7e, 0xd0, 0xc6, 0xde, 0xb1, 0xd6, 0xf2, 0x88, 0x4f, 0xd0, 0x6c, 0x10, 0xd4, 0xc2, + 0xa0, 0xac, 0x44, 0xb3, 0xc3, 0x87, 0xe0, 0x05, 0x79, 0xce, 0x26, 0x36, 0x61, 0x8f, 0x7a, 0xe7, + 0x89, 0x9f, 0x2e, 0xda, 0x84, 0xd8, 0x0d, 0xac, 0x9b, 0x2d, 0x47, 0x37, 0x5d, 0x97, 0xf8, 0xa6, + 0xef, 0x10, 0x97, 0xf2, 0xe8, 0x6a, 0x8d, 0xd0, 0x26, 0xa1, 0x7a, 0xd5, 0xa4, 0x38, 0xa8, 0xae, + 0x1f, 0x16, 0xab, 0xd8, 0x37, 0x8b, 0x7a, 0xcb, 0xb4, 0x1d, 0x97, 0x25, 0x07, 0xb9, 0xea, 0x15, + 0x38, 0xf7, 0xa4, 0x93, 0xf1, 0x90, 0x50, 0x7f, 0x9f, 0xb8, 0xd8, 0xc0, 0x07, 0x6d, 0x4c, 0x7d, + 0xf5, 0x31, 0xfc, 0x3f, 0x72, 0x4e, 0x5b, 0xc4, 0xa5, 0x18, 0xad, 0xc3, 0xa9, 0x3a, 0xa1, 0x7e, + 0xe5, 0x05, 0x71, 0xb1, 0x04, 0xf2, 0xa0, 0x30, 0x5d, 0x9a, 0xd7, 0x22, 0xaa, 0xb4, 0xee, 0x5b, + 0x99, 0x3a, 0x7f, 0x52, 0x1f, 0xc1, 0xab, 0x0c, 0xf0, 0x3e, 0x6e, 0x60, 0x9b, 0x31, 0x30, 0x70, + 0x8d, 0x78, 0x16, 0xe5, 0x15, 0xd1, 0x0a, 0xcc, 0x3a, 0x6e, 0xad, 0xd1, 0xb6, 0x70, 0xc5, 0xf4, + 0x6a, 0x75, 0xe7, 0x10, 0x5b, 0x0c, 0x3f, 0x63, 0xcc, 0xf2, 0xf3, 0xbb, 0xfc, 0x58, 0x3d, 0x82, + 0x8a, 0x08, 0x8b, 0xb3, 0xdc, 0x83, 0xc8, 0xea, 0x06, 0x2b, 0x5e, 0x10, 0x95, 0x40, 0x7e, 0xa2, + 0x30, 0x5d, 0x5a, 0x8a, 0xd1, 0x8d, 0xe2, 0x6c, 0x4c, 0x9e, 0xfd, 0xb8, 0x96, 0x32, 0x72, 0x56, + 0x14, 0x5f, 0xdd, 0x82, 0x8b, 0xac, 0xf2, 0x33, 0xb7, 0x4a, 0x5c, 0xcb, 0x71, 0xed, 0x3f, 0x17, + 0xe1, 0xf3, 0x86, 0xc4, 0xa1, 0xb8, 0x86, 0x32, 0xcc, 0xb5, 0xc3, 0x58, 0x44, 0x42, 0x3e, 0x26, + 0x21, 0x82, 0xc2, 0x15, 0x64, 0xdb, 0x11, 0x70, 0xb5, 0xce, 0x05, 0x18, 0xd8, 0xc2, 0xcd, 0x56, + 0x4f, 0x5a, 0x28, 0x40, 0x83, 0xff, 0x45, 0x8b, 0x56, 0x9c, 0x40, 0xc3, 0xa4, 0x91, 0x8b, 0xc0, + 0x6d, 0x59, 0x48, 0x82, 0xff, 0x98, 0x96, 0xe5, 0x61, 0x4a, 0xa5, 0x74, 0x1e, 0x14, 0xa6, 0x8c, + 0xf0, 0xa7, 0xfa, 0x1a, 0x70, 0x81, 0xf1, 0x52, 0x5c, 0xa0, 0x0d, 0x65, 0xaf, 0x1b, 0x0b, 0x8b, + 0x79, 0x3c, 0xca, 0x67, 0x6b, 0x25, 0xa6, 0x54, 0x04, 0x67, 0x48, 0x9e, 0x20, 0xa2, 0x7e, 0x12, + 0x51, 0xe9, 0x7e, 0xb7, 0x3e, 0x19, 0x60, 0x40, 0x86, 0xa8, 0x21, 0x69, 0x51, 0x43, 0x1e, 0x40, + 0xd8, 0x5b, 0x32, 0x69, 0x82, 0x89, 0x58, 0xd6, 0x82, 0x8d, 0xd4, 0x3a, 0x1b, 0xa9, 0x05, 0x7e, + 0xc0, 0x37, 0x52, 0xdb, 0x35, 0xed, 0x70, 0xe9, 0x8c, 0xbe, 0x37, 0xd5, 0xef, 0x80, 0x0f, 0x79, + 0x02, 0x67, 0xde, 0x3f, 0x02, 0x17, 0xc4, 0xfd, 0x0b, 0x47, 0x65, 0xfc, 0x06, 0xf2, 0x99, 0x99, + 0x17, 0xb5, 0x91, 0xa2, 0xcd, 0x01, 0x6d, 0x69, 0xa6, 0xed, 0xc6, 0x48, 0x6d, 0xfc, 0xf3, 0xf4, + 0x8b, 0x93, 0xa1, 0xc4, 0xb4, 0x95, 0x1b, 0x26, 0xad, 0x0f, 0x7e, 0x0a, 0xd5, 0x82, 0xf3, 0x09, + 0x31, 0x2e, 0x79, 0x13, 0xfe, 0x4b, 0x3b, 0xe7, 0x91, 0x7d, 0x58, 0x8c, 0x89, 0xec, 0x7b, 0x9b, + 0xeb, 0x9a, 0xa1, 0x7d, 0x80, 0xea, 0x67, 0x00, 0x25, 0xe1, 0x60, 0xee, 0xc0, 0x5c, 0xac, 0xb1, + 0x7c, 0x1e, 0x97, 0x46, 0xb7, 0x33, 0x1b, 0x6d, 0x20, 0xda, 0x82, 0x4b, 0xbd, 0x19, 0xaa, 0x91, + 0x66, 0xab, 0x81, 0x19, 0xb2, 0xef, 0x34, 0x71, 0x85, 0xe2, 0x1a, 0x71, 0x2d, 0xca, 0x27, 0x4a, + 0xe9, 0x26, 0xde, 0xeb, 0xe6, 0x3d, 0x75, 0x9a, 0xb8, 0x1c, 0x64, 0x95, 0x5e, 0x65, 0xe0, 0x5f, + 0xac, 0x3d, 0xe8, 0x0d, 0x80, 0x99, 0xd0, 0x67, 0xd1, 0xf5, 0x18, 0xad, 0x24, 0x57, 0x97, 0x97, + 0x47, 0xa5, 0xf1, 0x85, 0xd1, 0x5e, 0x7e, 0xfd, 0xf5, 0x2e, 0x5d, 0x40, 0xcb, 0x7a, 0x99, 0xe5, + 0xaf, 0x6d, 0x9b, 0x55, 0xaa, 0x47, 0xaf, 0xaa, 0xee, 0x3d, 0x80, 0x3e, 0x02, 0x98, 0x8b, 0x99, + 0x31, 0xd2, 0x92, 0xab, 0x89, 0x6e, 0x00, 0x59, 0x1f, 0x3b, 0x9f, 0xd3, 0xbc, 0xc3, 0x68, 0x16, + 0x91, 0x3e, 0x94, 0x66, 0xfc, 0x22, 0x40, 0x1f, 0x00, 0xcc, 0x46, 0x7d, 0x17, 0xad, 0x25, 0x97, + 0x17, 0x58, 0xbd, 0xac, 0x8d, 0x9b, 0xce, 0xc9, 0xae, 0x33, 0xb2, 0xb7, 0x90, 0x36, 0x94, 0x6c, + 0xcc, 0xf1, 0xd1, 0x17, 0x00, 0xb3, 0xd1, 0x19, 0x13, 0x71, 0x15, 0xb8, 0xba, 0x88, 0xab, 0x68, + 0x01, 0xd4, 0x3d, 0xc6, 0x75, 0x17, 0xed, 0x0c, 0xe5, 0x1a, 0xdb, 0x11, 0xfd, 0x24, 0xc1, 0x2a, + 0x4f, 0xf5, 0x13, 0xee, 0xa5, 0xa7, 0x6c, 0x4e, 0x62, 0x7e, 0x86, 0xc6, 0x64, 0x37, 0x6a, 0x4e, + 0x84, 0x46, 0x39, 0xe6, 0x9c, 0xc4, 0xe4, 0x50, 0xf4, 0x1e, 0xc0, 0x99, 0x7e, 0x1f, 0x42, 0x2b, + 0xc9, 0xa5, 0x13, 0x7c, 0x4c, 0x5e, 0x1d, 0x27, 0x95, 0x13, 0x2c, 0x31, 0x82, 0x37, 0xd1, 0xea, + 0x50, 0x82, 0x03, 0xce, 0xb7, 0xb1, 0x7d, 0x76, 0xa1, 0x80, 0xf3, 0x0b, 0x05, 0xfc, 0xbc, 0x50, + 0xc0, 0xdb, 0x4b, 0x25, 0x75, 0x7e, 0xa9, 0xa4, 0xbe, 0x5d, 0x2a, 0xa9, 0xfd, 0x92, 0xed, 0xf8, + 0xf5, 0x76, 0x55, 0xab, 0x91, 0x66, 0x12, 0xde, 0x61, 0xa9, 0xa8, 0x1f, 0xf5, 0x50, 0xfd, 0xe3, + 0x16, 0xa6, 0xd5, 0xbf, 0xd9, 0xdf, 0xc1, 0xdb, 0xbf, 0x03, 0x00, 0x00, 0xff, 0xff, 0x54, 0x1f, + 0x37, 0x20, 0xbe, 0x0a, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/stakedym/types/records_test.go b/x/stakedym/types/records_test.go index 3a2bce7c36..128aa58060 100644 --- a/x/stakedym/types/records_test.go +++ b/x/stakedym/types/records_test.go @@ -7,7 +7,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v20/x/stakedym/types" + "github.com/Stride-Labs/stride/v21/x/stakedym/types" ) func TestValidateDelegationRecordGenesis(t *testing.T) { diff --git a/x/stakedym/types/stakedym.pb.go b/x/stakedym/types/stakedym.pb.go index 09f95d8393..9e9960644a 100644 --- a/x/stakedym/types/stakedym.pb.go +++ b/x/stakedym/types/stakedym.pb.go @@ -584,74 +584,74 @@ var fileDescriptor_d78132ac6adfd885 = []byte{ // 1120 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x57, 0x4f, 0x6f, 0x1a, 0x47, 0x14, 0x67, 0x81, 0xd8, 0xe4, 0xc5, 0xc0, 0x32, 0x10, 0xb2, 0xb6, 0x22, 0x92, 0xfa, 0x90, 0x5a, - 0x69, 0x8d, 0x23, 0xe7, 0xd2, 0x43, 0x9b, 0x08, 0xc3, 0xc6, 0x59, 0x09, 0x63, 0x77, 0x81, 0x1e, + 0x69, 0x8d, 0x5b, 0xe7, 0xd2, 0x43, 0x9b, 0x08, 0xc3, 0xc6, 0x59, 0x09, 0x63, 0x77, 0x81, 0x1e, 0xd2, 0xc3, 0x6a, 0xd8, 0x9d, 0xc0, 0xca, 0xec, 0x2c, 0xda, 0x19, 0x6c, 0x22, 0xf5, 0xde, 0x4a, 0xbd, 0xf4, 0xd2, 0x4f, 0xd0, 0x8f, 0xd0, 0x7c, 0x88, 0x48, 0xbd, 0xa4, 0x39, 0x55, 0x3d, 0x44, 0x95, 0xfd, 0x45, 0xaa, 0x9d, 0xfd, 0x03, 0x06, 0x5b, 0x28, 0x15, 0x97, 0x9e, 0xd8, 0x79, 0xbf, 0xf7, 0x7e, 0xbf, 0x79, 0xef, 0xcd, 0xec, 0x5b, 0xa0, 0xc2, 0xb8, 0x67, 0x5b, 0x64, 0x8f, 0x71, - 0x7c, 0x4a, 0xac, 0x37, 0x4e, 0xfc, 0x50, 0x1d, 0x79, 0x2e, 0x77, 0x51, 0x3e, 0xc0, 0xab, 0x91, + 0x7c, 0x4a, 0xac, 0xd7, 0x4e, 0xfc, 0x50, 0x1d, 0x79, 0x2e, 0x77, 0x51, 0x3e, 0xc0, 0xab, 0x91, 0x79, 0x6b, 0xd3, 0x74, 0x99, 0xe3, 0x32, 0x43, 0xc0, 0x7b, 0xc1, 0x22, 0xf0, 0xdd, 0x2a, 0xf5, - 0xdd, 0xbe, 0x1b, 0xd8, 0xfd, 0xa7, 0xc0, 0xba, 0xfd, 0xe3, 0x06, 0x64, 0x5e, 0xba, 0x8c, 0xbf, - 0x72, 0x29, 0x41, 0x9b, 0x90, 0x31, 0x07, 0xd8, 0xa6, 0x86, 0x6d, 0x29, 0xd2, 0x43, 0x69, 0xe7, - 0xb6, 0xbe, 0x2e, 0xd6, 0x9a, 0x85, 0xbe, 0x04, 0x44, 0x31, 0xb7, 0xcf, 0x88, 0xc1, 0xdd, 0x53, + 0xdd, 0xbe, 0x1b, 0xd8, 0xfd, 0xa7, 0xc0, 0xba, 0xfd, 0xe3, 0x06, 0x64, 0x5e, 0xb8, 0x8c, 0xbf, + 0x74, 0x29, 0x41, 0x9b, 0x90, 0x31, 0x07, 0xd8, 0xa6, 0x86, 0x6d, 0x29, 0xd2, 0x43, 0x69, 0xe7, + 0xb6, 0xbe, 0x2e, 0xd6, 0x9a, 0x85, 0x3e, 0x07, 0x44, 0x31, 0xb7, 0xcf, 0x88, 0xc1, 0xdd, 0x53, 0x42, 0x0d, 0x8b, 0x50, 0xd7, 0x51, 0x92, 0xc2, 0x49, 0x0e, 0x90, 0x8e, 0x0f, 0x34, 0x7c, 0x3b, - 0x7a, 0x0a, 0xe5, 0x2b, 0xde, 0x76, 0xcf, 0x0c, 0x23, 0x52, 0x22, 0xa2, 0x38, 0x13, 0xa1, 0xf5, - 0xcc, 0x20, 0xa8, 0x0a, 0x45, 0xee, 0x61, 0xca, 0x5e, 0x13, 0xcf, 0x30, 0x07, 0x98, 0x52, 0x32, + 0x7a, 0x02, 0xe5, 0x2b, 0xde, 0x76, 0xcf, 0x0c, 0x23, 0x52, 0x22, 0xa2, 0x38, 0x13, 0xa1, 0xf5, + 0xcc, 0x20, 0xa8, 0x0a, 0x45, 0xee, 0x61, 0xca, 0x5e, 0x11, 0xcf, 0x30, 0x07, 0x98, 0x52, 0x32, 0xf4, 0x37, 0x92, 0x16, 0x11, 0x85, 0x08, 0xaa, 0x07, 0x88, 0x66, 0xa1, 0x43, 0x40, 0x16, 0x19, 0x92, 0x3e, 0xe6, 0xb6, 0x4b, 0x0d, 0x6c, 0x59, 0x1e, 0x61, 0x4c, 0xb9, 0xe5, 0xbb, 0x1f, 0x28, - 0x1f, 0xde, 0xee, 0x96, 0xc2, 0xf4, 0x6b, 0x01, 0xd2, 0xe6, 0x9e, 0x4d, 0xfb, 0x7a, 0x61, 0x1a, - 0x13, 0x02, 0xe8, 0x39, 0xe4, 0x3c, 0x72, 0x8e, 0x3d, 0x2b, 0x26, 0x59, 0x5b, 0x42, 0x92, 0x0d, + 0xef, 0xdf, 0xec, 0x96, 0xc2, 0xf4, 0x6b, 0x01, 0xd2, 0xe6, 0x9e, 0x4d, 0xfb, 0x7a, 0x61, 0x1a, + 0x13, 0x02, 0xe8, 0x19, 0xe4, 0x3c, 0x72, 0x8e, 0x3d, 0x2b, 0x26, 0x59, 0x5b, 0x42, 0x92, 0x0d, 0xfc, 0x23, 0x82, 0x1a, 0xe4, 0x2d, 0x32, 0x72, 0x99, 0xcd, 0x63, 0x86, 0xf5, 0x25, 0x0c, 0xb9, 0x30, 0x20, 0xa2, 0x38, 0x04, 0xe4, 0x11, 0x8b, 0x38, 0xa3, 0x2b, 0xc9, 0x64, 0x96, 0x25, 0x33, 0x8d, 0x89, 0x88, 0xbe, 0x81, 0xac, 0x39, 0xc4, 0xb6, 0x13, 0x73, 0xdc, 0x5e, 0xc2, 0xb1, 0x21, 0xdc, 0xa3, 0xf0, 0x2e, 0x6c, 0xb9, 0x23, 0xe2, 0x61, 0xee, 0x7a, 0x11, 0x83, 0xe1, 0x52, 0x23, 0x38, 0x67, 0x0a, 0x2c, 0xe1, 0xba, 0x17, 0xc5, 0x86, 0xe6, 0x63, 0xda, 0x16, 0x81, 0xe8, 0x08, - 0xca, 0x0c, 0xbf, 0x26, 0xd7, 0x50, 0xde, 0x59, 0x42, 0x59, 0xf4, 0xe3, 0xe6, 0xe9, 0x28, 0x94, - 0x86, 0x98, 0x71, 0x63, 0xa6, 0x64, 0x1e, 0xe6, 0x44, 0xd9, 0x10, 0x64, 0x5f, 0xbf, 0xfb, 0xf8, - 0x20, 0xf1, 0xf7, 0xc7, 0x07, 0x8f, 0xfa, 0x36, 0x1f, 0x8c, 0x7b, 0x55, 0xd3, 0x75, 0xc2, 0xab, - 0x10, 0xfe, 0xec, 0x32, 0xeb, 0x74, 0x8f, 0xbf, 0x19, 0x11, 0x56, 0x6d, 0x10, 0xf3, 0xc3, 0xdb, + 0xca, 0x0c, 0xbf, 0x22, 0xd7, 0x50, 0xde, 0x59, 0x42, 0x59, 0xf4, 0xe3, 0xe6, 0xe9, 0x28, 0x94, + 0x86, 0x98, 0x71, 0x63, 0xa6, 0x64, 0x1e, 0xe6, 0x44, 0xd9, 0x10, 0x64, 0x5f, 0xbf, 0xfd, 0xf0, + 0x20, 0xf1, 0xf7, 0x87, 0x07, 0x8f, 0xfa, 0x36, 0x1f, 0x8c, 0x7b, 0x55, 0xd3, 0x75, 0xc2, 0xab, + 0x10, 0xfe, 0xec, 0x32, 0xeb, 0x74, 0x8f, 0xbf, 0x1e, 0x11, 0x56, 0x6d, 0x10, 0xf3, 0xfd, 0x9b, 0x5d, 0x08, 0xa5, 0x1b, 0xc4, 0xd4, 0x91, 0xcf, 0xac, 0xc7, 0xc4, 0x3a, 0xe6, 0x04, 0x11, 0xc8, 0xcf, 0x4b, 0x65, 0x57, 0x20, 0x95, 0xf3, 0xae, 0xca, 0x0c, 0xa1, 0xe8, 0xd8, 0x74, 0x21, 0xab, 0xdc, 0x0a, 0xa4, 0x0a, 0x8e, 0x4d, 0xf5, 0x45, 0x35, 0x3c, 0x59, 0x50, 0xcb, 0xaf, 0x44, 0x0d, 0x4f, 0xe6, 0xd4, 0xce, 0x61, 0xd3, 0xcf, 0xcd, 0xa6, 0x94, 0x78, 0x0b, 0x9a, 0xf2, 0x0a, 0x34, 0xcb, 0x8e, 0x4d, 0x35, 0x9f, 0xfd, 0x1a, 0x61, 0x3c, 0xb9, 0x41, 0xb8, 0xb0, 0x12, 0x61, 0x3c, 0xb9, 0x4e, 0xf8, 0x7b, 0x88, 0xde, 0x35, 0xc4, 0x32, 0x7a, 0x78, 0x88, 0xa9, 0x49, 0x14, 0x24, - 0x04, 0xab, 0x9f, 0x20, 0xa8, 0x51, 0xae, 0xcb, 0x31, 0xd1, 0x41, 0xc0, 0x83, 0xbe, 0x02, 0x65, + 0x04, 0xab, 0x1f, 0x21, 0xa8, 0x51, 0xae, 0xcb, 0x31, 0xd1, 0x41, 0xc0, 0x83, 0xbe, 0x02, 0x65, 0x4c, 0x7b, 0x2e, 0xb5, 0x6c, 0xda, 0x37, 0x46, 0xc4, 0xb3, 0x5d, 0xcb, 0x60, 0xc4, 0x74, 0xa9, 0xc5, 0x94, 0xe2, 0x43, 0x69, 0x27, 0xad, 0x97, 0x63, 0xfc, 0x44, 0xc0, 0xed, 0x00, 0x45, 0x65, 0x58, 0x1b, 0xe0, 0x21, 0x27, 0x96, 0x52, 0x7a, 0x28, 0xed, 0x64, 0xf4, 0x70, 0xb5, 0xfd, 0xa7, 0x04, 0x72, 0x23, 0x7e, 0x37, 0xea, 0xc4, 0x74, 0x3d, 0x0b, 0xe5, 0x20, 0x19, 0xce, 0x82, 0xb4, - 0x9e, 0xb4, 0x2d, 0xd4, 0x86, 0x6c, 0xf8, 0x62, 0xc7, 0x8e, 0x3b, 0xa6, 0x3c, 0x98, 0x00, 0x9f, - 0x9c, 0xcf, 0x46, 0x40, 0x52, 0x13, 0x1c, 0xe8, 0x39, 0xac, 0x31, 0x8e, 0xf9, 0x98, 0x89, 0xe9, - 0x90, 0xdb, 0xff, 0xbc, 0x3a, 0x37, 0xd6, 0xaa, 0xf3, 0xfb, 0x6a, 0x0b, 0x77, 0x3d, 0x0c, 0x43, - 0xf7, 0x60, 0x9d, 0x4f, 0x8c, 0x01, 0x66, 0x83, 0x70, 0x5a, 0xac, 0xf1, 0xc9, 0x4b, 0xcc, 0x06, - 0xdb, 0x7f, 0xa4, 0x20, 0xdf, 0x8d, 0xca, 0x70, 0x43, 0x4a, 0xcf, 0x62, 0xf5, 0xa4, 0x50, 0x7f, + 0x9e, 0xb4, 0x2d, 0xd4, 0x86, 0x6c, 0xf8, 0x62, 0xc7, 0x8e, 0x3b, 0xa6, 0x3c, 0x98, 0x00, 0x1f, + 0x9d, 0xcf, 0x46, 0x40, 0x52, 0x13, 0x1c, 0xe8, 0x19, 0xac, 0x31, 0x8e, 0xf9, 0x98, 0x89, 0xe9, + 0x90, 0xdb, 0xff, 0xb4, 0x3a, 0x37, 0xd6, 0xaa, 0xf3, 0xfb, 0x6a, 0x0b, 0x77, 0x3d, 0x0c, 0x43, + 0xf7, 0x60, 0x9d, 0x4f, 0x8c, 0x01, 0x66, 0x83, 0x70, 0x5a, 0xac, 0xf1, 0xc9, 0x0b, 0xcc, 0x06, + 0xdb, 0x7f, 0xa4, 0x20, 0xdf, 0x8d, 0xca, 0x70, 0x43, 0x4a, 0x4f, 0x63, 0xf5, 0xa4, 0x50, 0x7f, 0xb4, 0xa0, 0x3e, 0xc7, 0x30, 0x27, 0xfe, 0x1d, 0xe4, 0x19, 0x0f, 0xe7, 0x5c, 0x58, 0x94, 0xd4, 0x7f, 0x2a, 0x4a, 0x96, 0x71, 0x31, 0x10, 0xc3, 0xaa, 0x2c, 0x94, 0x3a, 0xbd, 0x82, 0x52, 0x6b, - 0xf0, 0xd9, 0xf4, 0xd8, 0x98, 0xae, 0x33, 0x1a, 0x12, 0x71, 0x19, 0xb8, 0xed, 0x90, 0xf8, 0xfc, - 0xdc, 0x12, 0xb5, 0xa9, 0xc4, 0x8e, 0xf5, 0xd8, 0xaf, 0x63, 0x3b, 0x24, 0x3a, 0x47, 0x4f, 0xa0, - 0x34, 0xa6, 0x33, 0x03, 0x38, 0xea, 0x80, 0x98, 0x9d, 0x3a, 0x9a, 0xc5, 0x3a, 0xa2, 0x1b, 0xe8, - 0x19, 0xdc, 0x0f, 0x38, 0x89, 0x15, 0xd6, 0x8b, 0x9d, 0x13, 0x32, 0x8a, 0x23, 0xc5, 0xcc, 0xd4, - 0x95, 0xc8, 0x47, 0x14, 0xa3, 0xed, 0x7b, 0x04, 0xf1, 0xdb, 0x3f, 0x27, 0x41, 0x9e, 0xb9, 0x63, - 0x41, 0x3b, 0xab, 0x50, 0x9c, 0x66, 0xe4, 0x09, 0x9b, 0x11, 0xf7, 0xb7, 0x30, 0xbe, 0xda, 0x3a, - 0xcd, 0x42, 0x5b, 0x90, 0xf1, 0x5f, 0x02, 0xc4, 0x21, 0x5e, 0xf8, 0xf9, 0x12, 0xaf, 0xff, 0x57, - 0xad, 0xdc, 0xfe, 0x5d, 0x82, 0x3b, 0xed, 0x21, 0x66, 0x83, 0x1b, 0xce, 0x35, 0x82, 0xb4, 0xdf, - 0x55, 0x91, 0x64, 0x5a, 0x17, 0xcf, 0x8b, 0x1b, 0x49, 0xad, 0xe0, 0x4c, 0x7d, 0x01, 0x85, 0x33, - 0x3c, 0xb4, 0xad, 0xd9, 0x6f, 0x86, 0xf0, 0x1e, 0xca, 0x31, 0x10, 0x4e, 0xf0, 0xc7, 0x3f, 0x40, - 0xf9, 0xfa, 0xcb, 0x8c, 0x14, 0x28, 0x75, 0xf4, 0x5a, 0xab, 0xfd, 0x42, 0xd5, 0x0d, 0xad, 0x65, - 0x9c, 0xe8, 0xc7, 0x87, 0xba, 0xda, 0x6e, 0xcb, 0x09, 0x54, 0x84, 0x7c, 0x8c, 0xbc, 0xa8, 0x69, - 0x4d, 0xb5, 0x21, 0x4b, 0xa8, 0x04, 0x72, 0x43, 0x6d, 0xaa, 0x87, 0xb5, 0x8e, 0x76, 0xdc, 0x32, - 0xbe, 0xed, 0xaa, 0x5d, 0x55, 0x4e, 0xa2, 0x7b, 0x50, 0x9c, 0xb1, 0xd6, 0x8f, 0x8f, 0x4e, 0x9a, - 0x6a, 0x47, 0x95, 0x53, 0x5b, 0xe9, 0x9f, 0x7e, 0xab, 0x24, 0x1e, 0xff, 0x2a, 0xc1, 0xdd, 0x6b, - 0x6f, 0x33, 0xba, 0x0f, 0x4a, 0xad, 0x5e, 0xef, 0x1e, 0x75, 0x9b, 0xb5, 0x8e, 0xd6, 0x3a, 0x34, - 0x74, 0xb5, 0xa1, 0x1e, 0x9d, 0xf8, 0x2c, 0xe1, 0x0e, 0xba, 0xad, 0x83, 0xe3, 0x56, 0xc3, 0x87, - 0x02, 0x2d, 0x09, 0x6d, 0xc2, 0xdd, 0xa9, 0x71, 0x76, 0xc7, 0x49, 0xb4, 0x01, 0x99, 0x00, 0x52, - 0x1b, 0x72, 0x0a, 0x65, 0xe1, 0x76, 0xbd, 0x59, 0xd3, 0x8e, 0x6a, 0x07, 0x4d, 0x55, 0x4e, 0xa3, - 0x3b, 0xb0, 0x2e, 0x96, 0x6a, 0x43, 0xbe, 0x15, 0xec, 0xeb, 0xa0, 0xf9, 0xee, 0xa2, 0x22, 0xbd, - 0xbf, 0xa8, 0x48, 0xff, 0x5c, 0x54, 0xa4, 0x5f, 0x2e, 0x2b, 0x89, 0xf7, 0x97, 0x95, 0xc4, 0x5f, - 0x97, 0x95, 0xc4, 0xab, 0xfd, 0x99, 0x96, 0x04, 0x1f, 0x3f, 0xbb, 0x4d, 0xdc, 0x63, 0x7b, 0xe1, - 0x1f, 0x83, 0xb3, 0xfd, 0x27, 0x7b, 0x93, 0xe9, 0xdf, 0x03, 0xd1, 0xa2, 0xde, 0x9a, 0xf8, 0xb4, - 0x7f, 0xfa, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x34, 0x48, 0xb1, 0x22, 0x3e, 0x0c, 0x00, 0x00, + 0xf0, 0xc9, 0xf4, 0xd8, 0x98, 0xae, 0x33, 0x1a, 0x12, 0x71, 0x19, 0xb8, 0xed, 0x90, 0xf8, 0xfc, + 0xdc, 0x12, 0xb5, 0xa9, 0xc4, 0x8e, 0xf5, 0xd8, 0xaf, 0x63, 0x3b, 0x24, 0x3a, 0x47, 0x5f, 0x40, + 0x69, 0x4c, 0x67, 0x06, 0x70, 0xd4, 0x01, 0x31, 0x3b, 0x75, 0x34, 0x8b, 0x75, 0x44, 0x37, 0xd0, + 0x53, 0xb8, 0x1f, 0x70, 0x12, 0x2b, 0xac, 0x17, 0x3b, 0x27, 0x64, 0x14, 0x47, 0x8a, 0x99, 0xa9, + 0x2b, 0x91, 0x8f, 0x28, 0x46, 0xdb, 0xf7, 0x08, 0xe2, 0xb7, 0x7f, 0x4e, 0x82, 0x3c, 0x73, 0xc7, + 0x82, 0x76, 0x56, 0xa1, 0x38, 0xcd, 0xc8, 0x13, 0x36, 0x23, 0xee, 0x6f, 0x61, 0x7c, 0xb5, 0x75, + 0x9a, 0x85, 0xb6, 0x20, 0xe3, 0xbf, 0x04, 0x88, 0x43, 0xbc, 0xf0, 0xf3, 0x25, 0x5e, 0xff, 0xaf, + 0x5a, 0xb9, 0xfd, 0xbb, 0x04, 0x77, 0xda, 0x43, 0xcc, 0x06, 0x37, 0x9c, 0x6b, 0x04, 0x69, 0xbf, + 0xab, 0x22, 0xc9, 0xb4, 0x2e, 0x9e, 0x17, 0x37, 0x92, 0x5a, 0xc1, 0x99, 0xfa, 0x0c, 0x0a, 0x67, + 0x78, 0x68, 0x5b, 0xb3, 0xdf, 0x0c, 0xe1, 0x3d, 0x94, 0x63, 0x20, 0x9c, 0xe0, 0x8f, 0x7f, 0x80, + 0xf2, 0xf5, 0x97, 0x19, 0x29, 0x50, 0xea, 0xe8, 0xb5, 0x56, 0xfb, 0xb9, 0xaa, 0x1b, 0x5a, 0xcb, + 0x38, 0xd1, 0x8f, 0x0f, 0x75, 0xb5, 0xdd, 0x96, 0x13, 0xa8, 0x08, 0xf9, 0x18, 0x79, 0x5e, 0xd3, + 0x9a, 0x6a, 0x43, 0x96, 0x50, 0x09, 0xe4, 0x86, 0xda, 0x54, 0x0f, 0x6b, 0x1d, 0xed, 0xb8, 0x65, + 0x7c, 0xdb, 0x55, 0xbb, 0xaa, 0x9c, 0x44, 0xf7, 0xa0, 0x38, 0x63, 0xad, 0x1f, 0x1f, 0x9d, 0x34, + 0xd5, 0x8e, 0x2a, 0xa7, 0xb6, 0xd2, 0x3f, 0xfd, 0x56, 0x49, 0x3c, 0xfe, 0x55, 0x82, 0xbb, 0xd7, + 0xde, 0x66, 0x74, 0x1f, 0x94, 0x5a, 0xbd, 0xde, 0x3d, 0xea, 0x36, 0x6b, 0x1d, 0xad, 0x75, 0x68, + 0xe8, 0x6a, 0x43, 0x3d, 0x3a, 0xf1, 0x59, 0xc2, 0x1d, 0x74, 0x5b, 0x07, 0xc7, 0xad, 0x86, 0x0f, + 0x05, 0x5a, 0x12, 0xda, 0x84, 0xbb, 0x53, 0xe3, 0xec, 0x8e, 0x93, 0x68, 0x03, 0x32, 0x01, 0xa4, + 0x36, 0xe4, 0x14, 0xca, 0xc2, 0xed, 0x7a, 0xb3, 0xa6, 0x1d, 0xd5, 0x0e, 0x9a, 0xaa, 0x9c, 0x46, + 0x77, 0x60, 0x5d, 0x2c, 0xd5, 0x86, 0x7c, 0x2b, 0xd8, 0xd7, 0x41, 0xf3, 0xed, 0x45, 0x45, 0x7a, + 0x77, 0x51, 0x91, 0xfe, 0xb9, 0xa8, 0x48, 0xbf, 0x5c, 0x56, 0x12, 0xef, 0x2e, 0x2b, 0x89, 0xbf, + 0x2e, 0x2b, 0x89, 0x97, 0xfb, 0x33, 0x2d, 0x09, 0x3e, 0x7e, 0x76, 0x9b, 0xb8, 0xc7, 0xf6, 0xc2, + 0x3f, 0x06, 0x67, 0xfb, 0x5f, 0xee, 0x4d, 0xa6, 0x7f, 0x0f, 0x44, 0x8b, 0x7a, 0x6b, 0xe2, 0xd3, + 0xfe, 0xc9, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0xa3, 0xee, 0xac, 0xc5, 0x3e, 0x0c, 0x00, 0x00, } func (m *HostZone) Marshal() (dAtA []byte, err error) { diff --git a/x/stakedym/types/tx.pb.go b/x/stakedym/types/tx.pb.go index c453526959..747717eacc 100644 --- a/x/stakedym/types/tx.pb.go +++ b/x/stakedym/types/tx.pb.go @@ -1260,92 +1260,92 @@ func init() { func init() { proto.RegisterFile("stride/stakedym/tx.proto", fileDescriptor_85c52040fb1554a8) } var fileDescriptor_85c52040fb1554a8 = []byte{ - // 1354 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0xcf, 0x8f, 0xd3, 0x46, - 0x14, 0x8e, 0x17, 0xc4, 0x8f, 0x49, 0x81, 0xac, 0x0b, 0x21, 0x31, 0x25, 0x59, 0x0c, 0x2c, 0x10, - 0x58, 0x9b, 0x0d, 0xd0, 0x4a, 0x69, 0x2f, 0x1b, 0x12, 0xc1, 0xaa, 0x9b, 0x0d, 0xca, 0xee, 0x16, - 0x95, 0x1e, 0x5c, 0x27, 0x9e, 0x75, 0x5c, 0xd6, 0x9e, 0xe0, 0x99, 0x84, 0xa0, 0x4a, 0x55, 0xdb, - 0x13, 0xea, 0xa9, 0x52, 0x4f, 0x3d, 0xf4, 0x54, 0xa9, 0x52, 0x7b, 0x29, 0x87, 0xde, 0x7a, 0xe9, - 0x91, 0x23, 0xea, 0xa9, 0xea, 0x81, 0x56, 0x70, 0x40, 0xfd, 0x07, 0xda, 0x6b, 0xe5, 0x9f, 0x8c, - 0xed, 0x71, 0x12, 0x68, 0xb9, 0x6c, 0xe2, 0x79, 0xdf, 0xbc, 0xf7, 0xbd, 0xef, 0x8d, 0xdf, 0xbc, - 0x0d, 0x28, 0x60, 0x62, 0x1b, 0x1a, 0x94, 0x31, 0x51, 0x6f, 0x43, 0xed, 0x9e, 0x29, 0x93, 0xb1, - 0x34, 0xb0, 0x11, 0x41, 0xfc, 0x21, 0xcf, 0x22, 0x05, 0x16, 0xe1, 0x68, 0x0f, 0x61, 0x13, 0x61, - 0xd9, 0xc4, 0xba, 0x3c, 0x5a, 0x76, 0x3e, 0x3c, 0xa4, 0x30, 0xaf, 0x9a, 0x86, 0x85, 0x64, 0xf7, - 0xaf, 0xbf, 0x74, 0x58, 0x47, 0x3a, 0x72, 0xbf, 0xca, 0xce, 0x37, 0x7f, 0xb5, 0xe4, 0x7b, 0xe8, - 0xaa, 0x18, 0xca, 0xa3, 0xe5, 0x2e, 0x24, 0xea, 0xb2, 0xdc, 0x43, 0x86, 0xe5, 0xdb, 0x8b, 0x9e, - 0x5d, 0xf1, 0x36, 0x7a, 0x0f, 0xc1, 0xd6, 0x38, 0xcf, 0xe0, 0x8b, 0x67, 0x17, 0xbf, 0xe3, 0xc0, - 0xc1, 0x16, 0xd6, 0xd7, 0x8c, 0x3b, 0x43, 0x43, 0xdb, 0x70, 0x6c, 0x7c, 0x1e, 0xec, 0x71, 0x41, - 0x76, 0x81, 0x5b, 0xe0, 0xce, 0xee, 0xef, 0xf8, 0x4f, 0xfc, 0x06, 0x38, 0x60, 0xa9, 0xc4, 0x18, - 0x41, 0x45, 0x35, 0xd1, 0xd0, 0x22, 0x85, 0x39, 0xc7, 0x5c, 0x97, 0x1e, 0x3e, 0x2e, 0x67, 0x7e, - 0x7f, 0x5c, 0x5e, 0xd4, 0x0d, 0xd2, 0x1f, 0x76, 0xa5, 0x1e, 0x32, 0x7d, 0x0a, 0xfe, 0xc7, 0x12, - 0xd6, 0x6e, 0xcb, 0xe4, 0xde, 0x00, 0x62, 0x69, 0xd5, 0x22, 0x9d, 0xd7, 0x3c, 0x27, 0x2b, 0xae, - 0x8f, 0xda, 0x99, 0xcf, 0x9f, 0x3d, 0xa8, 0xf8, 0x11, 0xbe, 0x78, 0xf6, 0xa0, 0x72, 0x34, 0x24, - 0x1a, 0x65, 0x25, 0x7e, 0xca, 0x81, 0x7c, 0x74, 0xa9, 0x03, 0xf1, 0x00, 0x59, 0x18, 0xf2, 0xdb, - 0x60, 0x1f, 0x26, 0x0a, 0x41, 0xb7, 0xa1, 0xe5, 0x52, 0xce, 0x56, 0x8b, 0x92, 0x2f, 0x82, 0xa3, - 0x98, 0xe4, 0x2b, 0x26, 0x5d, 0x45, 0x86, 0x55, 0xbf, 0xe8, 0xd0, 0xfd, 0xe1, 0x8f, 0xf2, 0xd9, - 0x19, 0xe8, 0x3a, 0x1b, 0x70, 0x67, 0x2f, 0x26, 0x9b, 0x8e, 0x6f, 0xf1, 0x47, 0x4f, 0xab, 0x0e, - 0xd4, 0x20, 0x34, 0x3d, 0xad, 0x04, 0xb0, 0xcf, 0x76, 0x1f, 0x43, 0xb5, 0xc2, 0x67, 0xfe, 0x3d, - 0x70, 0x28, 0xa0, 0xf5, 0xdf, 0x14, 0x3b, 0xe0, 0x13, 0xf0, 0x25, 0x3b, 0xe7, 0x48, 0x16, 0x86, - 0x49, 0x88, 0x46, 0xd1, 0x13, 0xef, 0x7b, 0xa2, 0x51, 0x4b, 0xa1, 0x68, 0x16, 0xf0, 0x0b, 0xf1, - 0xea, 0x84, 0xcb, 0x7a, 0x01, 0x3c, 0xf1, 0xbe, 0xe6, 0xc0, 0xe1, 0x16, 0xd6, 0xaf, 0x22, 0x6b, - 0xdb, 0xb0, 0xcd, 0x06, 0xdc, 0x81, 0xba, 0x4a, 0x0c, 0x64, 0x39, 0x12, 0xa2, 0x01, 0xb4, 0x55, - 0x82, 0x42, 0x09, 0x83, 0x67, 0xfe, 0x18, 0xd8, 0x6f, 0xc3, 0x1e, 0xb2, 0x35, 0xc5, 0xd0, 0x5c, - 0xf1, 0x76, 0x3b, 0xfa, 0x3a, 0x0b, 0xab, 0x1a, 0x7f, 0x14, 0xec, 0x25, 0x63, 0xa5, 0xaf, 0xe2, - 0x7e, 0x61, 0x97, 0x77, 0x50, 0xc9, 0xf8, 0xba, 0x8a, 0xfb, 0x35, 0xd9, 0x15, 0x28, 0x70, 0xe2, - 0x08, 0x74, 0x9c, 0x16, 0x28, 0x41, 0x41, 0x2c, 0x81, 0x37, 0x58, 0xeb, 0x81, 0x56, 0xe2, 0x37, - 0x9e, 0x8c, 0x3e, 0x60, 0xcb, 0xd2, 0x5e, 0x25, 0xfb, 0xe5, 0x04, 0xfb, 0x32, 0x83, 0x3d, 0x4d, - 0x42, 0x5c, 0x00, 0x25, 0xb6, 0x25, 0xcc, 0xe0, 0x7b, 0x8e, 0x4e, 0x71, 0xcb, 0xea, 0x22, 0x4b, - 0x83, 0x9a, 0x5b, 0x99, 0x8d, 0xbb, 0x10, 0x0e, 0x5e, 0x41, 0x1e, 0x6f, 0x25, 0xf2, 0x38, 0xcd, - 0xcc, 0x23, 0x4e, 0x45, 0x5c, 0x04, 0xa7, 0x26, 0xd9, 0xc3, 0x9c, 0xfe, 0xe1, 0x40, 0xb1, 0x85, - 0xf5, 0x15, 0xed, 0xa3, 0x21, 0x26, 0x7e, 0xd5, 0xa0, 0x56, 0x57, 0x77, 0x54, 0xab, 0x07, 0x27, - 0x26, 0xf4, 0x01, 0x98, 0x7f, 0xae, 0x91, 0x82, 0xb6, 0xb7, 0x31, 0x7c, 0xd9, 0x77, 0x33, 0xf7, - 0xdc, 0x51, 0xdb, 0xf5, 0xc3, 0x9f, 0x07, 0xf3, 0x23, 0x75, 0xc7, 0xd0, 0x9c, 0x48, 0x8a, 0xaa, - 0x69, 0x36, 0xc4, 0xd8, 0x97, 0x26, 0x17, 0x1a, 0x56, 0xbc, 0xf5, 0xda, 0xe5, 0x84, 0x48, 0x22, - 0x2d, 0x12, 0x3b, 0x37, 0xf1, 0x24, 0x38, 0x91, 0x6a, 0x0c, 0xe5, 0xf9, 0x6b, 0x0e, 0x88, 0x2d, - 0xac, 0x6f, 0x0d, 0x34, 0x95, 0xc0, 0x55, 0xcb, 0x82, 0xb6, 0xd3, 0x06, 0xcc, 0x81, 0x7b, 0x2e, - 0x54, 0x02, 0xeb, 0x68, 0x68, 0x69, 0x98, 0x2f, 0x80, 0xbd, 0x3d, 0x1b, 0x52, 0x32, 0x05, 0x8f, - 0xfc, 0x5d, 0x50, 0x34, 0x0d, 0x4b, 0x31, 0x9c, 0xad, 0x8a, 0x1d, 0xee, 0x55, 0x6c, 0x95, 0x40, - 0x5f, 0xad, 0x77, 0x5e, 0x40, 0xad, 0x06, 0xec, 0xfd, 0xfa, 0xd3, 0x12, 0xf0, 0xfb, 0x4b, 0x03, - 0xf6, 0x3a, 0x79, 0xd3, 0xb0, 0x18, 0xc4, 0xdc, 0xc0, 0xea, 0x38, 0x25, 0xf0, 0xae, 0xff, 0x25, - 0xb0, 0x3a, 0x66, 0x04, 0xf6, 0x8e, 0x6c, 0x90, 0xbf, 0x53, 0x8c, 0x45, 0xba, 0x18, 0x9e, 0x92, - 0x2c, 0x11, 0xc5, 0x0b, 0xa0, 0x32, 0x5d, 0xea, 0xb0, 0x32, 0xb7, 0xc0, 0xbc, 0xdb, 0x94, 0xf1, - 0xd0, 0x84, 0xd7, 0x11, 0x26, 0xb7, 0x90, 0x05, 0xd3, 0xeb, 0x50, 0x3b, 0x1f, 0x67, 0x25, 0x44, - 0xdb, 0x3d, 0xed, 0x46, 0x3c, 0xe6, 0xbe, 0x13, 0xd1, 0xc5, 0x30, 0x70, 0x1f, 0x14, 0x5c, 0xe3, - 0xb6, 0x0d, 0x71, 0x3f, 0x26, 0x7a, 0x7a, 0xfc, 0x6a, 0x3c, 0xfe, 0x89, 0x68, 0x7c, 0x86, 0x37, - 0x51, 0x04, 0x0b, 0x69, 0xb6, 0x90, 0xcd, 0x2f, 0x5e, 0x4f, 0x6a, 0x8f, 0xa0, 0x7d, 0xd7, 0x36, - 0x08, 0xa4, 0x1b, 0xaf, 0xd3, 0x5c, 0x26, 0x1c, 0xcd, 0xf5, 0xc8, 0x0b, 0xec, 0xf5, 0x22, 0xf7, - 0x48, 0x66, 0xab, 0x27, 0xa4, 0xd8, 0xfc, 0x25, 0xc5, 0xfd, 0xd2, 0xef, 0xac, 0xb7, 0x52, 0x7b, - 0x33, 0x9e, 0x62, 0xa4, 0x55, 0xa5, 0x32, 0xf4, 0x5b, 0x55, 0xaa, 0x3d, 0x4c, 0xf5, 0x67, 0x0e, - 0x1c, 0xa3, 0x81, 0x5e, 0x57, 0x33, 0x2c, 0x7d, 0x6a, 0xa6, 0xef, 0x82, 0xdc, 0x30, 0x00, 0x47, - 0x13, 0x5d, 0x48, 0x24, 0x1a, 0xf3, 0xda, 0x39, 0x34, 0x8c, 0x2e, 0xd4, 0xae, 0xc4, 0xd3, 0x3c, - 0xc5, 0x4c, 0x33, 0xe6, 0x47, 0x3c, 0x0d, 0x4e, 0x4e, 0x30, 0xa7, 0xd6, 0x93, 0x2a, 0xfb, 0x0c, - 0xf5, 0xa4, 0xdf, 0xf3, 0xc9, 0xf5, 0x8c, 0xfb, 0xed, 0xe4, 0xec, 0xd8, 0xca, 0xac, 0xf5, 0x8c, - 0x7b, 0x8a, 0xd7, 0x33, 0x11, 0x29, 0x48, 0xf5, 0x63, 0x70, 0xa4, 0x85, 0xf5, 0x0d, 0x48, 0xda, - 0x7e, 0xe7, 0xf6, 0xfb, 0xb9, 0x3b, 0x3b, 0x1b, 0xba, 0x45, 0xcd, 0xce, 0xee, 0x53, 0xe4, 0x36, - 0x9a, 0x8b, 0xde, 0x46, 0x35, 0xc9, 0x1b, 0x81, 0x5d, 0xa0, 0xc3, 0xb5, 0x44, 0x73, 0x4d, 0xc6, - 0x10, 0xcb, 0xe0, 0x38, 0xd3, 0x10, 0xb0, 0xab, 0xdc, 0x01, 0xf9, 0x20, 0x05, 0xb5, 0xbb, 0x03, - 0x3d, 0xee, 0x9b, 0xf7, 0x06, 0xce, 0xa5, 0x98, 0xef, 0x34, 0xaf, 0xb6, 0x3b, 0x0d, 0x65, 0xf3, - 0xfd, 0x1b, 0x4d, 0xa5, 0xd1, 0x5c, 0x6b, 0x5e, 0x5b, 0xd9, 0x5c, 0x6d, 0xaf, 0xe7, 0x32, 0x7c, - 0x11, 0x1c, 0xa1, 0x6d, 0x5b, 0xeb, 0xf5, 0xf6, 0x7a, 0x63, 0x75, 0xfd, 0x5a, 0x8e, 0x8b, 0x6f, - 0xeb, 0x34, 0x1b, 0xcd, 0xd6, 0x0d, 0x77, 0xdb, 0x9c, 0xb0, 0xfb, 0xfe, 0xb7, 0xa5, 0x4c, 0xf5, - 0xef, 0x2c, 0xd8, 0xd5, 0xc2, 0x3a, 0x7f, 0x13, 0x64, 0xe9, 0x7f, 0x25, 0xca, 0x89, 0xe2, 0x45, - 0x47, 0x78, 0xe1, 0xcc, 0x14, 0x40, 0x38, 0xae, 0xde, 0x04, 0x59, 0x7a, 0xee, 0x66, 0x3a, 0xa6, - 0x00, 0x6c, 0xc7, 0xac, 0x39, 0xd8, 0x00, 0xf3, 0xc9, 0x99, 0xf4, 0x34, 0x6b, 0x77, 0x02, 0x26, - 0x2c, 0xcd, 0x04, 0x0b, 0x43, 0x21, 0xf0, 0x3a, 0x6b, 0x84, 0x3c, 0x33, 0xc1, 0x0b, 0x0d, 0x14, - 0xe4, 0x19, 0x81, 0x61, 0xc0, 0xcf, 0x38, 0x50, 0x4c, 0x1f, 0xf9, 0x96, 0x26, 0xba, 0x8b, 0xc3, - 0x85, 0x2b, 0x2f, 0x04, 0x0f, 0x39, 0x8c, 0x41, 0x3e, 0x65, 0x42, 0xab, 0xb0, 0x1c, 0xb2, 0xb1, - 0x42, 0x75, 0x76, 0x6c, 0x18, 0xf9, 0x2b, 0x0e, 0x94, 0xa7, 0x4d, 0x3f, 0x97, 0x58, 0x7e, 0xa7, - 0x6c, 0x12, 0xde, 0x7e, 0x89, 0x4d, 0x21, 0xab, 0x0f, 0xc1, 0xc1, 0xd8, 0xcd, 0x2f, 0xb2, 0x8f, - 0x2a, 0x8d, 0x11, 0x2a, 0xd3, 0x31, 0x61, 0x84, 0x21, 0x38, 0xc2, 0xbe, 0xe2, 0xcf, 0xb1, 0x9d, - 0x30, 0xa0, 0xc2, 0xf2, 0xcc, 0xd0, 0xc8, 0x61, 0x4b, 0xbf, 0xcb, 0x99, 0x87, 0x2d, 0x15, 0xce, - 0x3e, 0x6c, 0x53, 0xef, 0x59, 0xfe, 0x13, 0x50, 0x48, 0xbd, 0x63, 0x2f, 0x4c, 0x74, 0x19, 0x43, - 0x0b, 0x97, 0x5f, 0x04, 0xcd, 0xd6, 0x20, 0x71, 0xff, 0x4d, 0xd6, 0x20, 0x0e, 0x9f, 0xa2, 0x41, - 0xda, 0xdd, 0xc4, 0xef, 0x00, 0x9e, 0x71, 0x31, 0x2d, 0xb2, 0x9c, 0x25, 0x71, 0x82, 0x34, 0x1b, - 0x2e, 0x88, 0x56, 0x5f, 0x7b, 0xf8, 0xa4, 0xc4, 0x3d, 0x7a, 0x52, 0xe2, 0xfe, 0x7c, 0x52, 0xe2, - 0xbe, 0x7c, 0x5a, 0xca, 0x3c, 0x7a, 0x5a, 0xca, 0xfc, 0xf6, 0xb4, 0x94, 0xb9, 0x55, 0xa5, 0x46, - 0xf3, 0x0d, 0xd7, 0xe7, 0xd2, 0x9a, 0xda, 0xc5, 0xb2, 0xff, 0x83, 0xd4, 0xa8, 0x7a, 0x51, 0x1e, - 0x53, 0x3f, 0x9f, 0x39, 0xa3, 0x7a, 0x77, 0x8f, 0xfb, 0xa3, 0xd4, 0xa5, 0x7f, 0x03, 0x00, 0x00, - 0xff, 0xff, 0x95, 0x02, 0x44, 0x75, 0x5e, 0x13, 0x00, 0x00, + // 1356 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0xcf, 0x8f, 0xd3, 0xc6, + 0x17, 0x5f, 0x2f, 0x88, 0x1f, 0x93, 0x2f, 0x90, 0xf5, 0x17, 0x42, 0x62, 0x4a, 0xb2, 0x18, 0x58, + 0x20, 0xb0, 0x76, 0x13, 0xa0, 0x95, 0xd2, 0x5e, 0x36, 0x24, 0x82, 0x55, 0x37, 0x1b, 0x94, 0xdd, + 0x2d, 0x2a, 0x3d, 0xb8, 0x4e, 0x3c, 0xeb, 0xb8, 0xac, 0x3d, 0xc1, 0x33, 0x09, 0x41, 0x95, 0xaa, + 0xb6, 0x27, 0xd4, 0x53, 0xa5, 0x9e, 0x7a, 0xe8, 0xa9, 0x52, 0xa5, 0xf6, 0x52, 0x0e, 0xbd, 0xf5, + 0xd2, 0x23, 0x47, 0xd4, 0x53, 0xd5, 0x03, 0xad, 0xe0, 0x80, 0xfa, 0x0f, 0xb4, 0xd7, 0xca, 0x3f, + 0x19, 0xdb, 0xe3, 0x24, 0xd0, 0xee, 0x65, 0x13, 0xcf, 0xfb, 0xcc, 0x7b, 0x9f, 0xf7, 0x79, 0xe3, + 0x37, 0x6f, 0x03, 0xf2, 0x98, 0xd8, 0x86, 0x06, 0x65, 0x4c, 0xd4, 0x3b, 0x50, 0xbb, 0x6f, 0xca, + 0x64, 0x2c, 0x0d, 0x6c, 0x44, 0x10, 0x7f, 0xc4, 0xb3, 0x48, 0x81, 0x45, 0x38, 0xde, 0x43, 0xd8, + 0x44, 0x58, 0x36, 0xb1, 0x2e, 0x8f, 0x2a, 0xce, 0x87, 0x87, 0x14, 0x16, 0x54, 0xd3, 0xb0, 0x90, + 0xec, 0xfe, 0xf5, 0x97, 0x8e, 0xea, 0x48, 0x47, 0xee, 0x57, 0xd9, 0xf9, 0xe6, 0xaf, 0x16, 0x7d, + 0x0f, 0x5d, 0x15, 0x43, 0x79, 0x54, 0xe9, 0x42, 0xa2, 0x56, 0xe4, 0x1e, 0x32, 0x2c, 0xdf, 0x5e, + 0xf0, 0xec, 0x8a, 0xb7, 0xd1, 0x7b, 0x08, 0xb6, 0xc6, 0x79, 0x06, 0x5f, 0x3c, 0xbb, 0xf8, 0x2d, + 0x07, 0x0e, 0xb7, 0xb0, 0xbe, 0x66, 0xdc, 0x1d, 0x1a, 0xda, 0x86, 0x63, 0xe3, 0x73, 0x60, 0x9f, + 0x0b, 0xb2, 0xf3, 0xdc, 0x22, 0x77, 0xfe, 0x60, 0xc7, 0x7f, 0xe2, 0x37, 0xc0, 0x21, 0x4b, 0x25, + 0xc6, 0x08, 0x2a, 0xaa, 0x89, 0x86, 0x16, 0xc9, 0xcf, 0x3b, 0xe6, 0xba, 0xf4, 0xe8, 0x49, 0x69, + 0xee, 0xb7, 0x27, 0xa5, 0x25, 0xdd, 0x20, 0xfd, 0x61, 0x57, 0xea, 0x21, 0xd3, 0xa7, 0xe0, 0x7f, + 0x2c, 0x63, 0xed, 0x8e, 0x4c, 0xee, 0x0f, 0x20, 0x96, 0x56, 0x2d, 0xd2, 0xf9, 0x9f, 0xe7, 0x64, + 0xc5, 0xf5, 0x51, 0x3b, 0xf7, 0xd9, 0xf3, 0x87, 0x65, 0x3f, 0xc2, 0xe7, 0xcf, 0x1f, 0x96, 0x8f, + 0x87, 0x44, 0xa3, 0xac, 0xc4, 0x4f, 0x38, 0x90, 0x8b, 0x2e, 0x75, 0x20, 0x1e, 0x20, 0x0b, 0x43, + 0x7e, 0x1b, 0x1c, 0xc0, 0x44, 0x21, 0xe8, 0x0e, 0xb4, 0x5c, 0xca, 0x99, 0x6a, 0x41, 0xf2, 0x45, + 0x70, 0x14, 0x93, 0x7c, 0xc5, 0xa4, 0x6b, 0xc8, 0xb0, 0xea, 0xaf, 0x3b, 0x74, 0xbf, 0xff, 0xbd, + 0x74, 0x7e, 0x06, 0xba, 0xce, 0x06, 0xdc, 0xd9, 0x8f, 0xc9, 0xa6, 0xe3, 0x5b, 0xfc, 0xc1, 0xd3, + 0xaa, 0x03, 0x35, 0x08, 0x4d, 0x4f, 0x2b, 0x01, 0x1c, 0xb0, 0xdd, 0xc7, 0x50, 0xad, 0xf0, 0x99, + 0x7f, 0x17, 0x1c, 0x09, 0x68, 0xfd, 0x3b, 0xc5, 0x0e, 0xf9, 0x04, 0x7c, 0xc9, 0x2e, 0x38, 0x92, + 0x85, 0x61, 0x12, 0xa2, 0x51, 0xf4, 0xc4, 0x07, 0x9e, 0x68, 0xd4, 0x52, 0x28, 0x9a, 0x05, 0xfc, + 0x42, 0xec, 0x9e, 0x70, 0x19, 0x2f, 0x80, 0x27, 0xde, 0x57, 0x1c, 0x38, 0xda, 0xc2, 0xfa, 0x35, + 0x64, 0x6d, 0x1b, 0xb6, 0xd9, 0x80, 0x3b, 0x50, 0x57, 0x89, 0x81, 0x2c, 0x47, 0x42, 0x34, 0x80, + 0xb6, 0x4a, 0x50, 0x28, 0x61, 0xf0, 0xcc, 0x9f, 0x00, 0x07, 0x6d, 0xd8, 0x43, 0xb6, 0xa6, 0x18, + 0x9a, 0x2b, 0xde, 0x5e, 0x47, 0x5f, 0x67, 0x61, 0x55, 0xe3, 0x8f, 0x83, 0xfd, 0x64, 0xac, 0xf4, + 0x55, 0xdc, 0xcf, 0xef, 0xf1, 0x0e, 0x2a, 0x19, 0xdf, 0x50, 0x71, 0xbf, 0x26, 0xbb, 0x02, 0x05, + 0x4e, 0x1c, 0x81, 0x4e, 0xd2, 0x02, 0x25, 0x28, 0x88, 0x45, 0xf0, 0x1a, 0x6b, 0x3d, 0xd0, 0x4a, + 0xfc, 0xda, 0x93, 0xd1, 0x07, 0x6c, 0x59, 0xda, 0x6e, 0xb2, 0xaf, 0x24, 0xd8, 0x97, 0x18, 0xec, + 0x69, 0x12, 0xe2, 0x22, 0x28, 0xb2, 0x2d, 0x61, 0x06, 0xdf, 0x71, 0x74, 0x8a, 0x5b, 0x56, 0x17, + 0x59, 0x1a, 0xd4, 0xdc, 0xca, 0x6c, 0xdc, 0x83, 0x70, 0xb0, 0x0b, 0x79, 0xbc, 0x99, 0xc8, 0xe3, + 0x2c, 0x33, 0x8f, 0x38, 0x15, 0x71, 0x09, 0x9c, 0x99, 0x64, 0x0f, 0x73, 0xfa, 0x9b, 0x03, 0x85, + 0x16, 0xd6, 0x57, 0xb4, 0x0f, 0x87, 0x98, 0xf8, 0x55, 0x83, 0x5a, 0x5d, 0xdd, 0x51, 0xad, 0x1e, + 0x9c, 0x98, 0xd0, 0xfb, 0x60, 0xe1, 0x85, 0x46, 0x0a, 0xda, 0xde, 0xc6, 0xf0, 0x55, 0xdf, 0xcd, + 0xec, 0x0b, 0x47, 0x6d, 0xd7, 0x0f, 0x7f, 0x11, 0x2c, 0x8c, 0xd4, 0x1d, 0x43, 0x73, 0x22, 0x29, + 0xaa, 0xa6, 0xd9, 0x10, 0x63, 0x5f, 0x9a, 0x6c, 0x68, 0x58, 0xf1, 0xd6, 0x6b, 0x57, 0x12, 0x22, + 0x89, 0xb4, 0x48, 0xec, 0xdc, 0xc4, 0xd3, 0xe0, 0x54, 0xaa, 0x31, 0x94, 0xe7, 0xcf, 0x79, 0x20, + 0xb6, 0xb0, 0xbe, 0x35, 0xd0, 0x54, 0x02, 0x57, 0x2d, 0x0b, 0xda, 0x4e, 0x1b, 0x30, 0x07, 0xee, + 0xb9, 0x50, 0x09, 0xac, 0xa3, 0xa1, 0xa5, 0x61, 0x3e, 0x0f, 0xf6, 0xf7, 0x6c, 0x48, 0xc9, 0x14, + 0x3c, 0xf2, 0xf7, 0x40, 0xc1, 0x34, 0x2c, 0xc5, 0x70, 0xb6, 0x2a, 0x76, 0xb8, 0x57, 0xb1, 0x55, + 0x02, 0x7d, 0xb5, 0xde, 0x7e, 0x09, 0xb5, 0x1a, 0xb0, 0xf7, 0xcb, 0x8f, 0xcb, 0xc0, 0xef, 0x2f, + 0x0d, 0xd8, 0xeb, 0xe4, 0x4c, 0xc3, 0x62, 0x10, 0x73, 0x03, 0xab, 0xe3, 0x94, 0xc0, 0x7b, 0xfe, + 0x93, 0xc0, 0xea, 0x98, 0x11, 0xd8, 0x3b, 0xb2, 0x41, 0xfe, 0x4e, 0x31, 0x96, 0xe8, 0x62, 0x78, + 0x4a, 0xb2, 0x44, 0x14, 0x2f, 0x81, 0xf2, 0x74, 0xa9, 0xc3, 0xca, 0xdc, 0x06, 0x0b, 0x6e, 0x53, + 0xc6, 0x43, 0x13, 0xde, 0x40, 0x98, 0xdc, 0x46, 0x16, 0x4c, 0xaf, 0x43, 0xed, 0x62, 0x9c, 0x95, + 0x10, 0x6d, 0xf7, 0xb4, 0x1b, 0xf1, 0x84, 0xfb, 0x4e, 0x44, 0x17, 0xc3, 0xc0, 0x7d, 0x90, 0x77, + 0x8d, 0xdb, 0x36, 0xc4, 0xfd, 0x98, 0xe8, 0xe9, 0xf1, 0xab, 0xf1, 0xf8, 0xa7, 0xa2, 0xf1, 0x19, + 0xde, 0x44, 0x11, 0x2c, 0xa6, 0xd9, 0x42, 0x36, 0x3f, 0x7b, 0x3d, 0xa9, 0x3d, 0x82, 0xf6, 0x3d, + 0xdb, 0x20, 0x90, 0x6e, 0xbc, 0x4e, 0x73, 0x99, 0x70, 0x34, 0xd7, 0x23, 0x2f, 0xb0, 0xd7, 0x8b, + 0xdc, 0x23, 0x99, 0xa9, 0x9e, 0x92, 0x62, 0xf3, 0x97, 0x14, 0xf7, 0x4b, 0xbf, 0xb3, 0xde, 0x4a, + 0xed, 0x8d, 0x78, 0x8a, 0x91, 0x56, 0x95, 0xca, 0xd0, 0x6f, 0x55, 0xa9, 0xf6, 0x30, 0xd5, 0x9f, + 0x38, 0x70, 0x82, 0x06, 0x7a, 0x5d, 0xcd, 0xb0, 0xf4, 0xa9, 0x99, 0xbe, 0x03, 0xb2, 0xc3, 0x00, + 0x1c, 0x4d, 0x74, 0x31, 0x91, 0x68, 0xcc, 0x6b, 0xe7, 0xc8, 0x30, 0xba, 0x50, 0xbb, 0x1a, 0x4f, + 0xf3, 0x0c, 0x33, 0xcd, 0x98, 0x1f, 0xf1, 0x2c, 0x38, 0x3d, 0xc1, 0x9c, 0x5a, 0x4f, 0xaa, 0xec, + 0x33, 0xd4, 0x93, 0x7e, 0xcf, 0x27, 0xd7, 0x33, 0xee, 0xb7, 0x93, 0xb5, 0x63, 0x2b, 0xb3, 0xd6, + 0x33, 0xee, 0x29, 0x5e, 0xcf, 0x44, 0xa4, 0x20, 0xd5, 0x8f, 0xc0, 0xb1, 0x16, 0xd6, 0x37, 0x20, + 0x69, 0xfb, 0x9d, 0xdb, 0xef, 0xe7, 0xee, 0xec, 0x6c, 0xe8, 0x16, 0x35, 0x3b, 0xbb, 0x4f, 0x91, + 0xdb, 0x68, 0x3e, 0x7a, 0x1b, 0xd5, 0x24, 0x6f, 0x04, 0x76, 0x81, 0x0e, 0xd7, 0x22, 0xcd, 0x35, + 0x19, 0x43, 0x2c, 0x81, 0x93, 0x4c, 0x43, 0xc0, 0xae, 0x7c, 0x17, 0xe4, 0x82, 0x14, 0xd4, 0xee, + 0x0e, 0xf4, 0xb8, 0x6f, 0xde, 0x1f, 0x38, 0x97, 0x62, 0xae, 0xd3, 0xbc, 0xd6, 0xee, 0x34, 0x94, + 0xcd, 0xf7, 0x6e, 0x36, 0x95, 0x46, 0x73, 0xad, 0x79, 0x7d, 0x65, 0x73, 0xb5, 0xbd, 0x9e, 0x9d, + 0xe3, 0x0b, 0xe0, 0x18, 0x6d, 0xdb, 0x5a, 0xaf, 0xb7, 0xd7, 0x1b, 0xab, 0xeb, 0xd7, 0xb3, 0x5c, + 0x7c, 0x5b, 0xa7, 0xd9, 0x68, 0xb6, 0x6e, 0xba, 0xdb, 0xe6, 0x85, 0xbd, 0x0f, 0xbe, 0x29, 0xce, + 0x55, 0xff, 0xca, 0x80, 0x3d, 0x2d, 0xac, 0xf3, 0xb7, 0x40, 0x86, 0xfe, 0x57, 0xa2, 0x94, 0x28, + 0x5e, 0x74, 0x84, 0x17, 0xce, 0x4d, 0x01, 0x84, 0xe3, 0xea, 0x2d, 0x90, 0xa1, 0xe7, 0x6e, 0xa6, + 0x63, 0x0a, 0xc0, 0x76, 0xcc, 0x9a, 0x83, 0x0d, 0xb0, 0x90, 0x9c, 0x49, 0xcf, 0xb2, 0x76, 0x27, + 0x60, 0xc2, 0xf2, 0x4c, 0xb0, 0x30, 0x14, 0x02, 0xff, 0x67, 0x8d, 0x90, 0xe7, 0x26, 0x78, 0xa1, + 0x81, 0x82, 0x3c, 0x23, 0x30, 0x0c, 0xf8, 0x29, 0x07, 0x0a, 0xe9, 0x23, 0xdf, 0xf2, 0x44, 0x77, + 0x71, 0xb8, 0x70, 0xf5, 0xa5, 0xe0, 0x21, 0x87, 0x31, 0xc8, 0xa5, 0x4c, 0x68, 0x65, 0x96, 0x43, + 0x36, 0x56, 0xa8, 0xce, 0x8e, 0x0d, 0x23, 0x7f, 0xc9, 0x81, 0xd2, 0xb4, 0xe9, 0xe7, 0x32, 0xcb, + 0xef, 0x94, 0x4d, 0xc2, 0x5b, 0xaf, 0xb0, 0x29, 0x64, 0xf5, 0x01, 0x38, 0x1c, 0xbb, 0xf9, 0x45, + 0xf6, 0x51, 0xa5, 0x31, 0x42, 0x79, 0x3a, 0x26, 0x8c, 0x30, 0x04, 0xc7, 0xd8, 0x57, 0xfc, 0x05, + 0xb6, 0x13, 0x06, 0x54, 0xa8, 0xcc, 0x0c, 0x8d, 0x1c, 0xb6, 0xf4, 0xbb, 0x9c, 0x79, 0xd8, 0x52, + 0xe1, 0xec, 0xc3, 0x36, 0xf5, 0x9e, 0xe5, 0x3f, 0x06, 0xf9, 0xd4, 0x3b, 0xf6, 0xd2, 0x44, 0x97, + 0x31, 0xb4, 0x70, 0xe5, 0x65, 0xd0, 0x6c, 0x0d, 0x12, 0xf7, 0xdf, 0x64, 0x0d, 0xe2, 0xf0, 0x29, + 0x1a, 0xa4, 0xdd, 0x4d, 0xfc, 0x0e, 0xe0, 0x19, 0x17, 0xd3, 0x12, 0xcb, 0x59, 0x12, 0x27, 0x48, + 0xb3, 0xe1, 0x82, 0x68, 0xf5, 0xb5, 0x47, 0x4f, 0x8b, 0xdc, 0xe3, 0xa7, 0x45, 0xee, 0x8f, 0xa7, + 0x45, 0xee, 0x8b, 0x67, 0xc5, 0xb9, 0xc7, 0xcf, 0x8a, 0x73, 0xbf, 0x3e, 0x2b, 0xce, 0xdd, 0xae, + 0x52, 0xa3, 0xf9, 0x86, 0xeb, 0x73, 0x79, 0x4d, 0xed, 0x62, 0xd9, 0xff, 0x41, 0x6a, 0x54, 0xad, + 0xc8, 0x63, 0xea, 0xe7, 0x33, 0x67, 0x54, 0xef, 0xee, 0x73, 0x7f, 0x94, 0xba, 0xfc, 0x4f, 0x00, + 0x00, 0x00, 0xff, 0xff, 0x02, 0xa4, 0x59, 0x92, 0x5e, 0x13, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/stakeibc/client/cli/query.go b/x/stakeibc/client/cli/query.go index 4e655e4275..88d934d25e 100644 --- a/x/stakeibc/client/cli/query.go +++ b/x/stakeibc/client/cli/query.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/stakeibc/client/cli/query_epoch_tracker.go b/x/stakeibc/client/cli/query_epoch_tracker.go index 32f81b23b3..a4133600b5 100644 --- a/x/stakeibc/client/cli/query_epoch_tracker.go +++ b/x/stakeibc/client/cli/query_epoch_tracker.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func CmdListEpochTracker() *cobra.Command { diff --git a/x/stakeibc/client/cli/query_epoch_tracker_test.go b/x/stakeibc/client/cli/query_epoch_tracker_test.go index ce5ee2371c..a44110d1cd 100644 --- a/x/stakeibc/client/cli/query_epoch_tracker_test.go +++ b/x/stakeibc/client/cli/query_epoch_tracker_test.go @@ -11,9 +11,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v20/testutil/network" - "github.com/Stride-Labs/stride/v20/x/stakeibc/client/cli" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/testutil/network" + "github.com/Stride-Labs/stride/v21/x/stakeibc/client/cli" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // Prevent strconv unused error diff --git a/x/stakeibc/client/cli/query_host_zone.go b/x/stakeibc/client/cli/query_host_zone.go index 2d4eee1971..45b6a974df 100644 --- a/x/stakeibc/client/cli/query_host_zone.go +++ b/x/stakeibc/client/cli/query_host_zone.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func CmdListHostZone() *cobra.Command { diff --git a/x/stakeibc/client/cli/query_module_address.go b/x/stakeibc/client/cli/query_module_address.go index 123d451622..1f490433a7 100644 --- a/x/stakeibc/client/cli/query_module_address.go +++ b/x/stakeibc/client/cli/query_module_address.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) var _ = strconv.Itoa(0) diff --git a/x/stakeibc/client/cli/query_next_packet_sequence.go b/x/stakeibc/client/cli/query_next_packet_sequence.go index cfc0d55edb..7036ba8044 100644 --- a/x/stakeibc/client/cli/query_next_packet_sequence.go +++ b/x/stakeibc/client/cli/query_next_packet_sequence.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func CmdNextPacketSequence() *cobra.Command { diff --git a/x/stakeibc/client/cli/query_params.go b/x/stakeibc/client/cli/query_params.go index 865c43e8c1..b341bdc1cf 100644 --- a/x/stakeibc/client/cli/query_params.go +++ b/x/stakeibc/client/cli/query_params.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func CmdQueryParams() *cobra.Command { diff --git a/x/stakeibc/client/cli/query_register_ica.go b/x/stakeibc/client/cli/query_register_ica.go index cbfb069f5b..31ec29327d 100644 --- a/x/stakeibc/client/cli/query_register_ica.go +++ b/x/stakeibc/client/cli/query_register_ica.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func CmdShowInterchainAccount() *cobra.Command { diff --git a/x/stakeibc/client/cli/query_trade_routes.go b/x/stakeibc/client/cli/query_trade_routes.go index 3f7ec81317..e0a17849ca 100644 --- a/x/stakeibc/client/cli/query_trade_routes.go +++ b/x/stakeibc/client/cli/query_trade_routes.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func CmdListTradeRoutes() *cobra.Command { diff --git a/x/stakeibc/client/cli/query_validator.go b/x/stakeibc/client/cli/query_validator.go index 237754d732..1842f25813 100644 --- a/x/stakeibc/client/cli/query_validator.go +++ b/x/stakeibc/client/cli/query_validator.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func CmdShowValidators() *cobra.Command { diff --git a/x/stakeibc/client/cli/tx.go b/x/stakeibc/client/cli/tx.go index 78ad0fa049..22c912997a 100644 --- a/x/stakeibc/client/cli/tx.go +++ b/x/stakeibc/client/cli/tx.go @@ -9,7 +9,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) var DefaultRelativePacketTimeoutTimestamp = cast.ToUint64((time.Duration(10) * time.Minute).Nanoseconds()) diff --git a/x/stakeibc/client/cli/tx_add_validators.go b/x/stakeibc/client/cli/tx_add_validators.go index d27554a426..7b537fe5f8 100644 --- a/x/stakeibc/client/cli/tx_add_validators.go +++ b/x/stakeibc/client/cli/tx_add_validators.go @@ -9,7 +9,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) type ValidatorsList struct { diff --git a/x/stakeibc/client/cli/tx_add_validators_proposal.go b/x/stakeibc/client/cli/tx_add_validators_proposal.go index bb950ab99d..2c1c7509af 100644 --- a/x/stakeibc/client/cli/tx_add_validators_proposal.go +++ b/x/stakeibc/client/cli/tx_add_validators_proposal.go @@ -18,7 +18,7 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func parseAddValidatorsProposalFile(cdc codec.JSONCodec, proposalFile string) (proposal types.AddValidatorsProposal, err error) { diff --git a/x/stakeibc/client/cli/tx_calibrate_delegation.go b/x/stakeibc/client/cli/tx_calibrate_delegation.go index ea5c770946..f5e3d66ac6 100644 --- a/x/stakeibc/client/cli/tx_calibrate_delegation.go +++ b/x/stakeibc/client/cli/tx_calibrate_delegation.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func CmdCalibrateDelegation() *cobra.Command { diff --git a/x/stakeibc/client/cli/tx_change_validator_weight.go b/x/stakeibc/client/cli/tx_change_validator_weight.go index 84021e6f86..a9c14a0020 100644 --- a/x/stakeibc/client/cli/tx_change_validator_weight.go +++ b/x/stakeibc/client/cli/tx_change_validator_weight.go @@ -11,7 +11,7 @@ import ( "github.com/spf13/cast" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) type ValidatorWeightList struct { diff --git a/x/stakeibc/client/cli/tx_claim_undelegated_tokens.go b/x/stakeibc/client/cli/tx_claim_undelegated_tokens.go index 903f5c67bc..3c3d95e293 100644 --- a/x/stakeibc/client/cli/tx_claim_undelegated_tokens.go +++ b/x/stakeibc/client/cli/tx_claim_undelegated_tokens.go @@ -9,7 +9,7 @@ import ( "github.com/spf13/cast" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) var _ = strconv.Itoa(0) diff --git a/x/stakeibc/client/cli/tx_clear_balance.go b/x/stakeibc/client/cli/tx_clear_balance.go index e6f04eb8b6..d48fe74c28 100644 --- a/x/stakeibc/client/cli/tx_clear_balance.go +++ b/x/stakeibc/client/cli/tx_clear_balance.go @@ -12,7 +12,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) var _ = strconv.Itoa(0) diff --git a/x/stakeibc/client/cli/tx_delete_validator.go b/x/stakeibc/client/cli/tx_delete_validator.go index 83c6d0264f..41005c0b75 100644 --- a/x/stakeibc/client/cli/tx_delete_validator.go +++ b/x/stakeibc/client/cli/tx_delete_validator.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func CmdDeleteValidator() *cobra.Command { diff --git a/x/stakeibc/client/cli/tx_liquid_stake.go b/x/stakeibc/client/cli/tx_liquid_stake.go index 1037ac3227..dae2974b94 100644 --- a/x/stakeibc/client/cli/tx_liquid_stake.go +++ b/x/stakeibc/client/cli/tx_liquid_stake.go @@ -12,7 +12,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) var _ = strconv.Itoa(0) diff --git a/x/stakeibc/client/cli/tx_lsm_liquid_stake.go b/x/stakeibc/client/cli/tx_lsm_liquid_stake.go index 46bfe79911..80df5b6fe0 100644 --- a/x/stakeibc/client/cli/tx_lsm_liquid_stake.go +++ b/x/stakeibc/client/cli/tx_lsm_liquid_stake.go @@ -10,7 +10,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func CmdLSMLiquidStake() *cobra.Command { diff --git a/x/stakeibc/client/cli/tx_rebalance_validators.go b/x/stakeibc/client/cli/tx_rebalance_validators.go index cf64e39bef..01ee9f87ba 100644 --- a/x/stakeibc/client/cli/tx_rebalance_validators.go +++ b/x/stakeibc/client/cli/tx_rebalance_validators.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) var _ = strconv.Itoa(0) diff --git a/x/stakeibc/client/cli/tx_redeem_stake.go b/x/stakeibc/client/cli/tx_redeem_stake.go index a1ce14ccdd..04274688ef 100644 --- a/x/stakeibc/client/cli/tx_redeem_stake.go +++ b/x/stakeibc/client/cli/tx_redeem_stake.go @@ -12,7 +12,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) var _ = strconv.Itoa(0) diff --git a/x/stakeibc/client/cli/tx_register_host_zone.go b/x/stakeibc/client/cli/tx_register_host_zone.go index 5197b3b49c..7f402ce496 100644 --- a/x/stakeibc/client/cli/tx_register_host_zone.go +++ b/x/stakeibc/client/cli/tx_register_host_zone.go @@ -9,7 +9,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) const ( diff --git a/x/stakeibc/client/cli/tx_restore_interchain_account.go b/x/stakeibc/client/cli/tx_restore_interchain_account.go index c479b9b602..4092bfcbce 100644 --- a/x/stakeibc/client/cli/tx_restore_interchain_account.go +++ b/x/stakeibc/client/cli/tx_restore_interchain_account.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func CmdRestoreInterchainAccount() *cobra.Command { diff --git a/x/stakeibc/client/cli/tx_resume_host_zone.go b/x/stakeibc/client/cli/tx_resume_host_zone.go index cc5d24f729..35d7b096b2 100644 --- a/x/stakeibc/client/cli/tx_resume_host_zone.go +++ b/x/stakeibc/client/cli/tx_resume_host_zone.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func CmdResumeHostZone() *cobra.Command { diff --git a/x/stakeibc/client/cli/tx_set_community_pool_rebate.go b/x/stakeibc/client/cli/tx_set_community_pool_rebate.go index 97185979d9..aa98dbf34d 100644 --- a/x/stakeibc/client/cli/tx_set_community_pool_rebate.go +++ b/x/stakeibc/client/cli/tx_set_community_pool_rebate.go @@ -12,7 +12,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func CmdSetCommunityPoolRebate() *cobra.Command { diff --git a/x/stakeibc/client/cli/tx_toggle_lsm_proposal.go b/x/stakeibc/client/cli/tx_toggle_lsm_proposal.go index 0acd7b1340..b289a3e2f4 100644 --- a/x/stakeibc/client/cli/tx_toggle_lsm_proposal.go +++ b/x/stakeibc/client/cli/tx_toggle_lsm_proposal.go @@ -16,7 +16,7 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func parseToggleLSMProposalFile(cdc codec.JSONCodec, proposalFile string) (proposal types.ToggleLSMProposal, err error) { diff --git a/x/stakeibc/client/cli/tx_toggle_trade_controller.go b/x/stakeibc/client/cli/tx_toggle_trade_controller.go index 45d435ece2..e4cbd56d97 100644 --- a/x/stakeibc/client/cli/tx_toggle_trade_controller.go +++ b/x/stakeibc/client/cli/tx_toggle_trade_controller.go @@ -9,7 +9,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func CmdToggleTradeController() *cobra.Command { diff --git a/x/stakeibc/client/cli/tx_update_delegation.go b/x/stakeibc/client/cli/tx_update_delegation.go index a22da24173..220eaf69b4 100644 --- a/x/stakeibc/client/cli/tx_update_delegation.go +++ b/x/stakeibc/client/cli/tx_update_delegation.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) var _ = strconv.Itoa(0) diff --git a/x/stakeibc/client/cli/tx_update_inner_redemption_rate_bounds.go b/x/stakeibc/client/cli/tx_update_inner_redemption_rate_bounds.go index f4a9271e9e..cebfe42676 100644 --- a/x/stakeibc/client/cli/tx_update_inner_redemption_rate_bounds.go +++ b/x/stakeibc/client/cli/tx_update_inner_redemption_rate_bounds.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func CmdUpdateInnerRedemptionRateBounds() *cobra.Command { diff --git a/x/stakeibc/client/proposal_handler.go b/x/stakeibc/client/proposal_handler.go index 34985d60e9..cf46d96a36 100644 --- a/x/stakeibc/client/proposal_handler.go +++ b/x/stakeibc/client/proposal_handler.go @@ -1,7 +1,7 @@ package client import ( - "github.com/Stride-Labs/stride/v20/x/stakeibc/client/cli" + "github.com/Stride-Labs/stride/v21/x/stakeibc/client/cli" govclient "github.com/cosmos/cosmos-sdk/x/gov/client" ) diff --git a/x/stakeibc/genesis.go b/x/stakeibc/genesis.go index a2c6bb579f..c0770b4a72 100644 --- a/x/stakeibc/genesis.go +++ b/x/stakeibc/genesis.go @@ -3,8 +3,8 @@ package stakeibc import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // InitGenesis initializes the capability module's state from a provided genesis diff --git a/x/stakeibc/genesis_test.go b/x/stakeibc/genesis_test.go index 2f5b3eb161..2714e2eeaa 100644 --- a/x/stakeibc/genesis_test.go +++ b/x/stakeibc/genesis_test.go @@ -5,10 +5,10 @@ import ( "github.com/stretchr/testify/require" - keepertest "github.com/Stride-Labs/stride/v20/testutil/keeper" - "github.com/Stride-Labs/stride/v20/testutil/nullify" - "github.com/Stride-Labs/stride/v20/x/stakeibc" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + keepertest "github.com/Stride-Labs/stride/v21/testutil/keeper" + "github.com/Stride-Labs/stride/v21/testutil/nullify" + "github.com/Stride-Labs/stride/v21/x/stakeibc" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func TestGenesis(t *testing.T) { diff --git a/x/stakeibc/handler.go b/x/stakeibc/handler.go index 5dceb06eb8..80a0a5322d 100644 --- a/x/stakeibc/handler.go +++ b/x/stakeibc/handler.go @@ -9,8 +9,8 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1" - "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // Handles stakeibc transactions diff --git a/x/stakeibc/ibc_middleware.go b/x/stakeibc/ibc_middleware.go index 357a3be2ca..55b5dc0437 100644 --- a/x/stakeibc/ibc_middleware.go +++ b/x/stakeibc/ibc_middleware.go @@ -10,7 +10,7 @@ import ( porttypes "github.com/cosmos/ibc-go/v7/modules/core/05-port/types" ibcexported "github.com/cosmos/ibc-go/v7/modules/core/exported" - "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" ) var _ porttypes.Middleware = &IBCMiddleware{} diff --git a/x/stakeibc/keeper/abci.go b/x/stakeibc/keeper/abci.go index b1c7acd1c8..5c99377d2d 100644 --- a/x/stakeibc/keeper/abci.go +++ b/x/stakeibc/keeper/abci.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/telemetry" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/stakeibc/keeper/claim.go b/x/stakeibc/keeper/claim.go index e757015887..8563fa0976 100644 --- a/x/stakeibc/keeper/claim.go +++ b/x/stakeibc/keeper/claim.go @@ -4,15 +4,15 @@ import ( "context" "fmt" - recordstypes "github.com/Stride-Labs/stride/v20/x/records/types" + recordstypes "github.com/Stride-Labs/stride/v21/x/records/types" errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" bankTypes "github.com/cosmos/cosmos-sdk/x/bank/types" proto "github.com/cosmos/gogoproto/proto" - epochstypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + epochstypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) type IcaTx struct { diff --git a/x/stakeibc/keeper/claim_test.go b/x/stakeibc/keeper/claim_test.go index 021a91e8ad..d1af48acc9 100644 --- a/x/stakeibc/keeper/claim_test.go +++ b/x/stakeibc/keeper/claim_test.go @@ -10,10 +10,10 @@ import ( ibctesting "github.com/cosmos/ibc-go/v7/testing" _ "github.com/stretchr/testify/suite" - epochtypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - recordtypes "github.com/Stride-Labs/stride/v20/x/records/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + recordtypes "github.com/Stride-Labs/stride/v21/x/records/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) type ClaimUndelegatedState struct { diff --git a/x/stakeibc/keeper/community_pool.go b/x/stakeibc/keeper/community_pool.go index fc4c60f578..662d579757 100644 --- a/x/stakeibc/keeper/community_pool.go +++ b/x/stakeibc/keeper/community_pool.go @@ -15,10 +15,10 @@ import ( "github.com/cosmos/gogoproto/proto" - "github.com/Stride-Labs/stride/v20/utils" - epochstypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - icqtypes "github.com/Stride-Labs/stride/v20/x/interchainquery/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/utils" + epochstypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + icqtypes "github.com/Stride-Labs/stride/v21/x/interchainquery/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // For each hostZone with a valid community pool, trigger the ICQs and ICAs to transfer tokens from DepositICA or back to ReturnICA diff --git a/x/stakeibc/keeper/community_pool_test.go b/x/stakeibc/keeper/community_pool_test.go index 524e42b0a2..bdd03ecdda 100644 --- a/x/stakeibc/keeper/community_pool_test.go +++ b/x/stakeibc/keeper/community_pool_test.go @@ -12,11 +12,11 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" - epochtypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - icqtypes "github.com/Stride-Labs/stride/v20/x/interchainquery/types" - recordtypes "github.com/Stride-Labs/stride/v20/x/records/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + icqtypes "github.com/Stride-Labs/stride/v21/x/interchainquery/types" + recordtypes "github.com/Stride-Labs/stride/v21/x/records/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // ----------------------------- diff --git a/x/stakeibc/keeper/consumer.go b/x/stakeibc/keeper/consumer.go index d3ad704dbb..b7ee90d946 100644 --- a/x/stakeibc/keeper/consumer.go +++ b/x/stakeibc/keeper/consumer.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // Register new stTokens to the consumer reward denom whitelist diff --git a/x/stakeibc/keeper/consumer_test.go b/x/stakeibc/keeper/consumer_test.go index eef90ea69e..a43769db64 100644 --- a/x/stakeibc/keeper/consumer_test.go +++ b/x/stakeibc/keeper/consumer_test.go @@ -4,7 +4,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" _ "github.com/stretchr/testify/suite" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func (s *KeeperTestSuite) TestRegisterStTokenDenomsToWhitelist() { diff --git a/x/stakeibc/keeper/delegation.go b/x/stakeibc/keeper/delegation.go index 327d1b7b7c..d3162002af 100644 --- a/x/stakeibc/keeper/delegation.go +++ b/x/stakeibc/keeper/delegation.go @@ -12,9 +12,9 @@ import ( icatypes "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/types" - "github.com/Stride-Labs/stride/v20/utils" - recordstypes "github.com/Stride-Labs/stride/v20/x/records/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/utils" + recordstypes "github.com/Stride-Labs/stride/v21/x/records/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func (k Keeper) DelegateOnHost(ctx sdk.Context, hostZone types.HostZone, amt sdk.Coin, depositRecord recordstypes.DepositRecord) error { diff --git a/x/stakeibc/keeper/delegation_test.go b/x/stakeibc/keeper/delegation_test.go index e2c127ef65..458153685e 100644 --- a/x/stakeibc/keeper/delegation_test.go +++ b/x/stakeibc/keeper/delegation_test.go @@ -10,10 +10,10 @@ import ( sdkmath "cosmossdk.io/math" - epochtypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - icacallbackstypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" - recordstypes "github.com/Stride-Labs/stride/v20/x/records/types" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + icacallbackstypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" + recordstypes "github.com/Stride-Labs/stride/v21/x/records/types" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) type TestDepositRecords struct { diff --git a/x/stakeibc/keeper/epoch_tracker.go b/x/stakeibc/keeper/epoch_tracker.go index d86cc201a3..21f3651f58 100644 --- a/x/stakeibc/keeper/epoch_tracker.go +++ b/x/stakeibc/keeper/epoch_tracker.go @@ -9,8 +9,8 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/spf13/cast" - epochstypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + epochstypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // SetEpochTracker set a specific epochTracker in the store from its index diff --git a/x/stakeibc/keeper/epoch_tracker_test.go b/x/stakeibc/keeper/epoch_tracker_test.go index 82940f1389..075acae75f 100644 --- a/x/stakeibc/keeper/epoch_tracker_test.go +++ b/x/stakeibc/keeper/epoch_tracker_test.go @@ -9,12 +9,12 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - keepertest "github.com/Stride-Labs/stride/v20/testutil/keeper" - "github.com/Stride-Labs/stride/v20/testutil/nullify" - epochtypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + keepertest "github.com/Stride-Labs/stride/v21/testutil/keeper" + "github.com/Stride-Labs/stride/v21/testutil/nullify" + epochtypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // These are used to indicate that the value does not matter for the sake of the test diff --git a/x/stakeibc/keeper/events.go b/x/stakeibc/keeper/events.go index 57098ff342..60213ab68b 100644 --- a/x/stakeibc/keeper/events.go +++ b/x/stakeibc/keeper/events.go @@ -4,8 +4,8 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - recordstypes "github.com/Stride-Labs/stride/v20/x/records/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + recordstypes "github.com/Stride-Labs/stride/v21/x/records/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // Emits a successful liquid stake event, and displays metadata such as the stToken amount diff --git a/x/stakeibc/keeper/gov.go b/x/stakeibc/keeper/gov.go index 0f3dba59c2..0023065322 100644 --- a/x/stakeibc/keeper/gov.go +++ b/x/stakeibc/keeper/gov.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func (k Keeper) AddValidatorsProposal(ctx sdk.Context, msg *types.AddValidatorsProposal) error { diff --git a/x/stakeibc/keeper/grpc_query.go b/x/stakeibc/keeper/grpc_query.go index 099e9e1980..853875411d 100644 --- a/x/stakeibc/keeper/grpc_query.go +++ b/x/stakeibc/keeper/grpc_query.go @@ -16,8 +16,8 @@ import ( icatypes "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/types" - epochtypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) const nanosecondsInDay = 86400000000000 diff --git a/x/stakeibc/keeper/grpc_query_test.go b/x/stakeibc/keeper/grpc_query_test.go index 49a42a2a82..0dad4d48ec 100644 --- a/x/stakeibc/keeper/grpc_query_test.go +++ b/x/stakeibc/keeper/grpc_query_test.go @@ -11,12 +11,12 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/Stride-Labs/stride/v20/testutil/keeper" - testkeeper "github.com/Stride-Labs/stride/v20/testutil/keeper" - "github.com/Stride-Labs/stride/v20/testutil/nullify" - epochtypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - recordtypes "github.com/Stride-Labs/stride/v20/x/records/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + keepertest "github.com/Stride-Labs/stride/v21/testutil/keeper" + testkeeper "github.com/Stride-Labs/stride/v21/testutil/keeper" + "github.com/Stride-Labs/stride/v21/testutil/nullify" + epochtypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + recordtypes "github.com/Stride-Labs/stride/v21/x/records/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func TestParamsQuery(t *testing.T) { diff --git a/x/stakeibc/keeper/hooks.go b/x/stakeibc/keeper/hooks.go index 45ecc7c8b0..d659bd1274 100644 --- a/x/stakeibc/keeper/hooks.go +++ b/x/stakeibc/keeper/hooks.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/gogoproto/proto" - epochstypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + epochstypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) const StrideEpochsPerDayEpoch = uint64(4) diff --git a/x/stakeibc/keeper/host_zone.go b/x/stakeibc/keeper/host_zone.go index d508b1dc6c..6bec755b18 100644 --- a/x/stakeibc/keeper/host_zone.go +++ b/x/stakeibc/keeper/host_zone.go @@ -10,9 +10,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v20/utils" - recordstypes "github.com/Stride-Labs/stride/v20/x/records/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/utils" + recordstypes "github.com/Stride-Labs/stride/v21/x/records/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) const ( diff --git a/x/stakeibc/keeper/host_zone_test.go b/x/stakeibc/keeper/host_zone_test.go index af8b3dad90..b6c09a785a 100644 --- a/x/stakeibc/keeper/host_zone_test.go +++ b/x/stakeibc/keeper/host_zone_test.go @@ -10,10 +10,10 @@ import ( ibctesting "github.com/cosmos/ibc-go/v7/testing" "github.com/stretchr/testify/require" - keepertest "github.com/Stride-Labs/stride/v20/testutil/keeper" - "github.com/Stride-Labs/stride/v20/testutil/nullify" - "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + keepertest "github.com/Stride-Labs/stride/v21/testutil/keeper" + "github.com/Stride-Labs/stride/v21/testutil/nullify" + "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func createNHostZone(keeper *keeper.Keeper, ctx sdk.Context, n int) []types.HostZone { diff --git a/x/stakeibc/keeper/ibc.go b/x/stakeibc/keeper/ibc.go index 4fa2324f0d..9b34767828 100644 --- a/x/stakeibc/keeper/ibc.go +++ b/x/stakeibc/keeper/ibc.go @@ -13,7 +13,7 @@ import ( ratelimittypes "github.com/Stride-Labs/ibc-rate-limiting/ratelimit/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func (k Keeper) OnChanOpenAck(ctx sdk.Context, portID, channelID string) error { diff --git a/x/stakeibc/keeper/ibc_test.go b/x/stakeibc/keeper/ibc_test.go index 80818d6f8c..f649ebc482 100644 --- a/x/stakeibc/keeper/ibc_test.go +++ b/x/stakeibc/keeper/ibc_test.go @@ -3,7 +3,7 @@ package keeper_test import ( icatypes "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // ------------------------------------------ diff --git a/x/stakeibc/keeper/icacallbacks.go b/x/stakeibc/keeper/icacallbacks.go index b3ccf34700..dd5ab51177 100644 --- a/x/stakeibc/keeper/icacallbacks.go +++ b/x/stakeibc/keeper/icacallbacks.go @@ -1,7 +1,7 @@ package keeper import ( - icacallbackstypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" + icacallbackstypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" ) const ( diff --git a/x/stakeibc/keeper/icacallbacks_claim.go b/x/stakeibc/keeper/icacallbacks_claim.go index e2ee281947..c8730c4cfe 100644 --- a/x/stakeibc/keeper/icacallbacks_claim.go +++ b/x/stakeibc/keeper/icacallbacks_claim.go @@ -3,10 +3,10 @@ package keeper import ( "fmt" - "github.com/Stride-Labs/stride/v20/utils" - icacallbackstypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" - recordstypes "github.com/Stride-Labs/stride/v20/x/records/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/utils" + icacallbackstypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" + recordstypes "github.com/Stride-Labs/stride/v21/x/records/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/stakeibc/keeper/icacallbacks_claim_test.go b/x/stakeibc/keeper/icacallbacks_claim_test.go index 030f00eacd..8d3e5bd157 100644 --- a/x/stakeibc/keeper/icacallbacks_claim_test.go +++ b/x/stakeibc/keeper/icacallbacks_claim_test.go @@ -7,9 +7,9 @@ import ( channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" _ "github.com/stretchr/testify/suite" - icacallbacktypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" - recordtypes "github.com/Stride-Labs/stride/v20/x/records/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + icacallbacktypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" + recordtypes "github.com/Stride-Labs/stride/v21/x/records/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) type ClaimCallbackState struct { diff --git a/x/stakeibc/keeper/icacallbacks_delegate.go b/x/stakeibc/keeper/icacallbacks_delegate.go index 6056534ca5..941ac94b3c 100644 --- a/x/stakeibc/keeper/icacallbacks_delegate.go +++ b/x/stakeibc/keeper/icacallbacks_delegate.go @@ -5,11 +5,11 @@ import ( "github.com/spf13/cast" - "github.com/Stride-Labs/stride/v20/utils" - recordstypes "github.com/Stride-Labs/stride/v20/x/records/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/utils" + recordstypes "github.com/Stride-Labs/stride/v21/x/records/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" - icacallbackstypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" + icacallbackstypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/stakeibc/keeper/icacallbacks_delegate_test.go b/x/stakeibc/keeper/icacallbacks_delegate_test.go index 719e5c9bed..094dce6d16 100644 --- a/x/stakeibc/keeper/icacallbacks_delegate_test.go +++ b/x/stakeibc/keeper/icacallbacks_delegate_test.go @@ -6,10 +6,10 @@ import ( channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" _ "github.com/stretchr/testify/suite" - icacallbacktypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" + icacallbacktypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" - recordtypes "github.com/Stride-Labs/stride/v20/x/records/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + recordtypes "github.com/Stride-Labs/stride/v21/x/records/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) type DelegateCallbackState struct { diff --git a/x/stakeibc/keeper/icacallbacks_detokenize.go b/x/stakeibc/keeper/icacallbacks_detokenize.go index 734d5b46ad..b3367182ea 100644 --- a/x/stakeibc/keeper/icacallbacks_detokenize.go +++ b/x/stakeibc/keeper/icacallbacks_detokenize.go @@ -8,10 +8,10 @@ import ( "github.com/cosmos/gogoproto/proto" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - "github.com/Stride-Labs/stride/v20/utils" - icacallbackstypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" - recordstypes "github.com/Stride-Labs/stride/v20/x/records/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/utils" + icacallbackstypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" + recordstypes "github.com/Stride-Labs/stride/v21/x/records/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // ICACallback after an LSM token is detokenized into native stake diff --git a/x/stakeibc/keeper/icacallbacks_detokenize_test.go b/x/stakeibc/keeper/icacallbacks_detokenize_test.go index bc6c5b077d..d3683b37b0 100644 --- a/x/stakeibc/keeper/icacallbacks_detokenize_test.go +++ b/x/stakeibc/keeper/icacallbacks_detokenize_test.go @@ -6,10 +6,10 @@ import ( "github.com/cosmos/gogoproto/proto" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - icacallbackstypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" - icacallbacktypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" - recordstypes "github.com/Stride-Labs/stride/v20/x/records/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + icacallbackstypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" + icacallbacktypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" + recordstypes "github.com/Stride-Labs/stride/v21/x/records/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) type DetokenizeCallbackTestCase struct { diff --git a/x/stakeibc/keeper/icacallbacks_rebalance.go b/x/stakeibc/keeper/icacallbacks_rebalance.go index de0a407109..26ea02b11e 100644 --- a/x/stakeibc/keeper/icacallbacks_rebalance.go +++ b/x/stakeibc/keeper/icacallbacks_rebalance.go @@ -3,9 +3,9 @@ package keeper import ( "fmt" - "github.com/Stride-Labs/stride/v20/utils" - icacallbackstypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/utils" + icacallbackstypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/stakeibc/keeper/icacallbacks_rebalance_test.go b/x/stakeibc/keeper/icacallbacks_rebalance_test.go index 85f169ccb8..1fe7f2a3bf 100644 --- a/x/stakeibc/keeper/icacallbacks_rebalance_test.go +++ b/x/stakeibc/keeper/icacallbacks_rebalance_test.go @@ -6,9 +6,9 @@ import ( ibctesting "github.com/cosmos/ibc-go/v7/testing" _ "github.com/stretchr/testify/suite" - epochtypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - icacallbacktypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + icacallbacktypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) type RebalanceCallbackState struct { diff --git a/x/stakeibc/keeper/icacallbacks_redemption.go b/x/stakeibc/keeper/icacallbacks_redemption.go index 9fbe6e80ab..e7aa1cc1d3 100644 --- a/x/stakeibc/keeper/icacallbacks_redemption.go +++ b/x/stakeibc/keeper/icacallbacks_redemption.go @@ -3,10 +3,10 @@ package keeper import ( "fmt" - "github.com/Stride-Labs/stride/v20/utils" - icacallbackstypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" - recordstypes "github.com/Stride-Labs/stride/v20/x/records/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/utils" + icacallbackstypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" + recordstypes "github.com/Stride-Labs/stride/v21/x/records/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/stakeibc/keeper/icacallbacks_redemption_test.go b/x/stakeibc/keeper/icacallbacks_redemption_test.go index 8d286c9b09..c8f0ffd514 100644 --- a/x/stakeibc/keeper/icacallbacks_redemption_test.go +++ b/x/stakeibc/keeper/icacallbacks_redemption_test.go @@ -7,10 +7,10 @@ import ( channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" _ "github.com/stretchr/testify/suite" - icacallbacktypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" - recordtypes "github.com/Stride-Labs/stride/v20/x/records/types" + icacallbacktypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" + recordtypes "github.com/Stride-Labs/stride/v21/x/records/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) type RedemptionCallbackState struct { diff --git a/x/stakeibc/keeper/icacallbacks_reinvest.go b/x/stakeibc/keeper/icacallbacks_reinvest.go index 918c9c51dd..2d8cd3a4a5 100644 --- a/x/stakeibc/keeper/icacallbacks_reinvest.go +++ b/x/stakeibc/keeper/icacallbacks_reinvest.go @@ -8,13 +8,13 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" - icqtypes "github.com/Stride-Labs/stride/v20/x/interchainquery/types" + icqtypes "github.com/Stride-Labs/stride/v21/x/interchainquery/types" - "github.com/Stride-Labs/stride/v20/utils" - epochtypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - icacallbackstypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" - recordstypes "github.com/Stride-Labs/stride/v20/x/records/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/utils" + epochtypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + icacallbackstypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" + recordstypes "github.com/Stride-Labs/stride/v21/x/records/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/stakeibc/keeper/icacallbacks_reinvest_test.go b/x/stakeibc/keeper/icacallbacks_reinvest_test.go index 5ee02a14e9..f37dd994a5 100644 --- a/x/stakeibc/keeper/icacallbacks_reinvest_test.go +++ b/x/stakeibc/keeper/icacallbacks_reinvest_test.go @@ -9,16 +9,16 @@ import ( ibctesting "github.com/cosmos/ibc-go/v7/testing" _ "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v20/app/apptesting" - epochtypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - icqtypes "github.com/Stride-Labs/stride/v20/x/interchainquery/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + epochtypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + icqtypes "github.com/Stride-Labs/stride/v21/x/interchainquery/types" - icacallbacktypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" - recordtypes "github.com/Stride-Labs/stride/v20/x/records/types" - stakeibckeeper "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" + icacallbacktypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" + recordtypes "github.com/Stride-Labs/stride/v21/x/records/types" + stakeibckeeper "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) type ReinvestCallbackState struct { diff --git a/x/stakeibc/keeper/icacallbacks_undelegate.go b/x/stakeibc/keeper/icacallbacks_undelegate.go index 351c64d19a..f10f8cb710 100644 --- a/x/stakeibc/keeper/icacallbacks_undelegate.go +++ b/x/stakeibc/keeper/icacallbacks_undelegate.go @@ -7,10 +7,10 @@ import ( sdkmath "cosmossdk.io/math" "github.com/spf13/cast" - "github.com/Stride-Labs/stride/v20/utils" - icacallbackstypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" - recordstypes "github.com/Stride-Labs/stride/v20/x/records/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/utils" + icacallbackstypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" + recordstypes "github.com/Stride-Labs/stride/v21/x/records/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/stakeibc/keeper/icacallbacks_undelegate_test.go b/x/stakeibc/keeper/icacallbacks_undelegate_test.go index 92b0623e32..1eb1fb9c46 100644 --- a/x/stakeibc/keeper/icacallbacks_undelegate_test.go +++ b/x/stakeibc/keeper/icacallbacks_undelegate_test.go @@ -10,9 +10,9 @@ import ( channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" _ "github.com/stretchr/testify/suite" - icacallbacktypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" - recordtypes "github.com/Stride-Labs/stride/v20/x/records/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + icacallbacktypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" + recordtypes "github.com/Stride-Labs/stride/v21/x/records/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) type UndelegateCallbackState struct { diff --git a/x/stakeibc/keeper/icqcallbacks.go b/x/stakeibc/keeper/icqcallbacks.go index 5ec21d0044..f88722b02f 100644 --- a/x/stakeibc/keeper/icqcallbacks.go +++ b/x/stakeibc/keeper/icqcallbacks.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - icqtypes "github.com/Stride-Labs/stride/v20/x/interchainquery/types" + icqtypes "github.com/Stride-Labs/stride/v21/x/interchainquery/types" ) const ( diff --git a/x/stakeibc/keeper/icqcallbacks_callibrate_delegation.go b/x/stakeibc/keeper/icqcallbacks_callibrate_delegation.go index 4724237676..028b662ff9 100644 --- a/x/stakeibc/keeper/icqcallbacks_callibrate_delegation.go +++ b/x/stakeibc/keeper/icqcallbacks_callibrate_delegation.go @@ -5,9 +5,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/Stride-Labs/stride/v20/utils" - icqtypes "github.com/Stride-Labs/stride/v20/x/interchainquery/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/utils" + icqtypes "github.com/Stride-Labs/stride/v21/x/interchainquery/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // CalibrationThreshold is the max amount of tokens by which a calibration can alter internal record keeping of delegations diff --git a/x/stakeibc/keeper/icqcallbacks_callibrate_delegation_test.go b/x/stakeibc/keeper/icqcallbacks_callibrate_delegation_test.go index d8caf8c4ea..72c89d4a06 100644 --- a/x/stakeibc/keeper/icqcallbacks_callibrate_delegation_test.go +++ b/x/stakeibc/keeper/icqcallbacks_callibrate_delegation_test.go @@ -5,9 +5,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - icqtypes "github.com/Stride-Labs/stride/v20/x/interchainquery/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + icqtypes "github.com/Stride-Labs/stride/v21/x/interchainquery/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func (s *KeeperTestSuite) TestCalibrateDelegation_Success() { diff --git a/x/stakeibc/keeper/icqcallbacks_community_pool_ica_balance.go b/x/stakeibc/keeper/icqcallbacks_community_pool_ica_balance.go index 29b4fa0570..6fa5b72cc8 100644 --- a/x/stakeibc/keeper/icqcallbacks_community_pool_ica_balance.go +++ b/x/stakeibc/keeper/icqcallbacks_community_pool_ica_balance.go @@ -7,10 +7,10 @@ import ( errorsmod "cosmossdk.io/errors" - "github.com/Stride-Labs/stride/v20/utils" - icqkeeper "github.com/Stride-Labs/stride/v20/x/interchainquery/keeper" - icqtypes "github.com/Stride-Labs/stride/v20/x/interchainquery/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/utils" + icqkeeper "github.com/Stride-Labs/stride/v21/x/interchainquery/keeper" + icqtypes "github.com/Stride-Labs/stride/v21/x/interchainquery/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // CommunityPoolBalanceCallback is a callback handler for CommunityPoolBalance queries. diff --git a/x/stakeibc/keeper/icqcallbacks_delegator_shares.go b/x/stakeibc/keeper/icqcallbacks_delegator_shares.go index 17d396461a..4cb1e748f3 100644 --- a/x/stakeibc/keeper/icqcallbacks_delegator_shares.go +++ b/x/stakeibc/keeper/icqcallbacks_delegator_shares.go @@ -12,9 +12,9 @@ import ( "github.com/cosmos/gogoproto/proto" "github.com/spf13/cast" - "github.com/Stride-Labs/stride/v20/utils" - icqtypes "github.com/Stride-Labs/stride/v20/x/interchainquery/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/utils" + icqtypes "github.com/Stride-Labs/stride/v21/x/interchainquery/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // DelegatorSharesCallback is a callback handler for UpdateValidatorSharesExchRate queries. diff --git a/x/stakeibc/keeper/icqcallbacks_delegator_shares_test.go b/x/stakeibc/keeper/icqcallbacks_delegator_shares_test.go index 104cc61a71..155f23d8f1 100644 --- a/x/stakeibc/keeper/icqcallbacks_delegator_shares_test.go +++ b/x/stakeibc/keeper/icqcallbacks_delegator_shares_test.go @@ -11,9 +11,9 @@ import ( "github.com/cosmos/gogoproto/proto" ibctesting "github.com/cosmos/ibc-go/v7/testing" - icqtypes "github.com/Stride-Labs/stride/v20/x/interchainquery/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + icqtypes "github.com/Stride-Labs/stride/v21/x/interchainquery/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) type DelegatorSharesICQCallbackArgs struct { diff --git a/x/stakeibc/keeper/icqcallbacks_fee_balance.go b/x/stakeibc/keeper/icqcallbacks_fee_balance.go index bbeb7fd817..9d227362f3 100644 --- a/x/stakeibc/keeper/icqcallbacks_fee_balance.go +++ b/x/stakeibc/keeper/icqcallbacks_fee_balance.go @@ -11,11 +11,11 @@ import ( clienttypes "github.com/cosmos/ibc-go/v7/modules/core/02-client/types" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - "github.com/Stride-Labs/stride/v20/utils" - epochtypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - icqkeeper "github.com/Stride-Labs/stride/v20/x/interchainquery/keeper" - icqtypes "github.com/Stride-Labs/stride/v20/x/interchainquery/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/utils" + epochtypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + icqkeeper "github.com/Stride-Labs/stride/v21/x/interchainquery/keeper" + icqtypes "github.com/Stride-Labs/stride/v21/x/interchainquery/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // FeeBalanceCallback is a callback handler for FeeBalnce queries. diff --git a/x/stakeibc/keeper/icqcallbacks_fee_balance_test.go b/x/stakeibc/keeper/icqcallbacks_fee_balance_test.go index 6ae2b19f40..a3be3b9bef 100644 --- a/x/stakeibc/keeper/icqcallbacks_fee_balance_test.go +++ b/x/stakeibc/keeper/icqcallbacks_fee_balance_test.go @@ -6,10 +6,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" ibctesting "github.com/cosmos/ibc-go/v7/testing" - epochtypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - icqtypes "github.com/Stride-Labs/stride/v20/x/interchainquery/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + icqtypes "github.com/Stride-Labs/stride/v21/x/interchainquery/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) type FeeBalanceICQCallbackState struct { diff --git a/x/stakeibc/keeper/icqcallbacks_pool_price.go b/x/stakeibc/keeper/icqcallbacks_pool_price.go index 5334f7a6d5..d369277d37 100644 --- a/x/stakeibc/keeper/icqcallbacks_pool_price.go +++ b/x/stakeibc/keeper/icqcallbacks_pool_price.go @@ -7,9 +7,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/gogoproto/proto" - "github.com/Stride-Labs/stride/v20/utils" - icqtypes "github.com/Stride-Labs/stride/v20/x/interchainquery/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/utils" + icqtypes "github.com/Stride-Labs/stride/v21/x/interchainquery/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // PoolPriceCallback is a callback handler for PoolPrice query. diff --git a/x/stakeibc/keeper/icqcallbacks_pool_price_test.go b/x/stakeibc/keeper/icqcallbacks_pool_price_test.go index 8f4c1069b1..da0d159f88 100644 --- a/x/stakeibc/keeper/icqcallbacks_pool_price_test.go +++ b/x/stakeibc/keeper/icqcallbacks_pool_price_test.go @@ -4,9 +4,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/gogoproto/proto" - icqtypes "github.com/Stride-Labs/stride/v20/x/interchainquery/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + icqtypes "github.com/Stride-Labs/stride/v21/x/interchainquery/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) type PoolPriceQueryCallbackTestCase struct { diff --git a/x/stakeibc/keeper/icqcallbacks_trade_converted_balance.go b/x/stakeibc/keeper/icqcallbacks_trade_converted_balance.go index d5e63e04f9..f43f52169e 100644 --- a/x/stakeibc/keeper/icqcallbacks_trade_converted_balance.go +++ b/x/stakeibc/keeper/icqcallbacks_trade_converted_balance.go @@ -7,11 +7,11 @@ import ( errorsmod "cosmossdk.io/errors" "github.com/cosmos/gogoproto/proto" - icqkeeper "github.com/Stride-Labs/stride/v20/x/interchainquery/keeper" + icqkeeper "github.com/Stride-Labs/stride/v21/x/interchainquery/keeper" - "github.com/Stride-Labs/stride/v20/utils" - icqtypes "github.com/Stride-Labs/stride/v20/x/interchainquery/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/utils" + icqtypes "github.com/Stride-Labs/stride/v21/x/interchainquery/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // TradeConvertedBalanceCallback is a callback handler for TradeConvertedBalance queries. diff --git a/x/stakeibc/keeper/icqcallbacks_trade_converted_balance_test.go b/x/stakeibc/keeper/icqcallbacks_trade_converted_balance_test.go index 0e1acb5eb6..d12cd753f3 100644 --- a/x/stakeibc/keeper/icqcallbacks_trade_converted_balance_test.go +++ b/x/stakeibc/keeper/icqcallbacks_trade_converted_balance_test.go @@ -7,10 +7,10 @@ import ( "github.com/cosmos/gogoproto/proto" ibctesting "github.com/cosmos/ibc-go/v7/testing" - epochtypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - icqtypes "github.com/Stride-Labs/stride/v20/x/interchainquery/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + icqtypes "github.com/Stride-Labs/stride/v21/x/interchainquery/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func (s *KeeperTestSuite) SetupTradeConvertedBalanceCallbackTestCase() BalanceQueryCallbackTestCase { diff --git a/x/stakeibc/keeper/icqcallbacks_trade_reward_balance.go b/x/stakeibc/keeper/icqcallbacks_trade_reward_balance.go index e23c6f7257..4451a49d0d 100644 --- a/x/stakeibc/keeper/icqcallbacks_trade_reward_balance.go +++ b/x/stakeibc/keeper/icqcallbacks_trade_reward_balance.go @@ -7,11 +7,11 @@ import ( errorsmod "cosmossdk.io/errors" "github.com/cosmos/gogoproto/proto" - icqkeeper "github.com/Stride-Labs/stride/v20/x/interchainquery/keeper" + icqkeeper "github.com/Stride-Labs/stride/v21/x/interchainquery/keeper" - "github.com/Stride-Labs/stride/v20/utils" - icqtypes "github.com/Stride-Labs/stride/v20/x/interchainquery/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/utils" + icqtypes "github.com/Stride-Labs/stride/v21/x/interchainquery/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // TradeRewardBalanceCallback is a callback handler for TradeRewardBalance queries. diff --git a/x/stakeibc/keeper/icqcallbacks_trade_reward_balance_test.go b/x/stakeibc/keeper/icqcallbacks_trade_reward_balance_test.go index f8129f6f8a..938bc152cd 100644 --- a/x/stakeibc/keeper/icqcallbacks_trade_reward_balance_test.go +++ b/x/stakeibc/keeper/icqcallbacks_trade_reward_balance_test.go @@ -8,10 +8,10 @@ import ( "github.com/cosmos/gogoproto/proto" ibctesting "github.com/cosmos/ibc-go/v7/testing" - epochtypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - icqtypes "github.com/Stride-Labs/stride/v20/x/interchainquery/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + icqtypes "github.com/Stride-Labs/stride/v21/x/interchainquery/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func (s *KeeperTestSuite) SetupTradeRewardBalanceCallbackTestCase() BalanceQueryCallbackTestCase { diff --git a/x/stakeibc/keeper/icqcallbacks_validator_exchange_rate.go b/x/stakeibc/keeper/icqcallbacks_validator_exchange_rate.go index 3497f56814..a476388edb 100644 --- a/x/stakeibc/keeper/icqcallbacks_validator_exchange_rate.go +++ b/x/stakeibc/keeper/icqcallbacks_validator_exchange_rate.go @@ -9,9 +9,9 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/Stride-Labs/stride/v20/utils" - icqtypes "github.com/Stride-Labs/stride/v20/x/interchainquery/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/utils" + icqtypes "github.com/Stride-Labs/stride/v21/x/interchainquery/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // ValidatorCallback is a callback handler for validator queries. diff --git a/x/stakeibc/keeper/icqcallbacks_validator_exchange_rate_test.go b/x/stakeibc/keeper/icqcallbacks_validator_exchange_rate_test.go index 6420af701e..000e544068 100644 --- a/x/stakeibc/keeper/icqcallbacks_validator_exchange_rate_test.go +++ b/x/stakeibc/keeper/icqcallbacks_validator_exchange_rate_test.go @@ -13,10 +13,10 @@ import ( "github.com/cosmos/cosmos-sdk/types/bech32" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - icqtypes "github.com/Stride-Labs/stride/v20/x/interchainquery/types" - recordstypes "github.com/Stride-Labs/stride/v20/x/records/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + icqtypes "github.com/Stride-Labs/stride/v21/x/interchainquery/types" + recordstypes "github.com/Stride-Labs/stride/v21/x/records/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) type ValidatorICQCallbackState struct { diff --git a/x/stakeibc/keeper/icqcallbacks_withdrawal_host_balance.go b/x/stakeibc/keeper/icqcallbacks_withdrawal_host_balance.go index 5b2bea942a..2c80580a8e 100644 --- a/x/stakeibc/keeper/icqcallbacks_withdrawal_host_balance.go +++ b/x/stakeibc/keeper/icqcallbacks_withdrawal_host_balance.go @@ -8,11 +8,11 @@ import ( banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" "github.com/cosmos/gogoproto/proto" - icqkeeper "github.com/Stride-Labs/stride/v20/x/interchainquery/keeper" + icqkeeper "github.com/Stride-Labs/stride/v21/x/interchainquery/keeper" - "github.com/Stride-Labs/stride/v20/utils" - icqtypes "github.com/Stride-Labs/stride/v20/x/interchainquery/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/utils" + icqtypes "github.com/Stride-Labs/stride/v21/x/interchainquery/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // WithdrawalHostBalanceCallback is a callback handler for WithdrawalBalance queries. diff --git a/x/stakeibc/keeper/icqcallbacks_withdrawal_host_balance_test.go b/x/stakeibc/keeper/icqcallbacks_withdrawal_host_balance_test.go index ef1d3f5436..44f186e404 100644 --- a/x/stakeibc/keeper/icqcallbacks_withdrawal_host_balance_test.go +++ b/x/stakeibc/keeper/icqcallbacks_withdrawal_host_balance_test.go @@ -7,11 +7,11 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" ibctesting "github.com/cosmos/ibc-go/v7/testing" - epochtypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - icacallbackstypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" - icqtypes "github.com/Stride-Labs/stride/v20/x/interchainquery/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + icacallbackstypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" + icqtypes "github.com/Stride-Labs/stride/v21/x/interchainquery/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) type WithdrawalBalanceICQCallbackState struct { diff --git a/x/stakeibc/keeper/icqcallbacks_withdrawal_reward_balance.go b/x/stakeibc/keeper/icqcallbacks_withdrawal_reward_balance.go index b127e8b2f0..caf4c49426 100644 --- a/x/stakeibc/keeper/icqcallbacks_withdrawal_reward_balance.go +++ b/x/stakeibc/keeper/icqcallbacks_withdrawal_reward_balance.go @@ -7,11 +7,11 @@ import ( errorsmod "cosmossdk.io/errors" "github.com/cosmos/gogoproto/proto" - icqkeeper "github.com/Stride-Labs/stride/v20/x/interchainquery/keeper" + icqkeeper "github.com/Stride-Labs/stride/v21/x/interchainquery/keeper" - "github.com/Stride-Labs/stride/v20/utils" - icqtypes "github.com/Stride-Labs/stride/v20/x/interchainquery/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/utils" + icqtypes "github.com/Stride-Labs/stride/v21/x/interchainquery/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // WithdrawalRewardBalanceCallback is a callback handler for WithdrawalRewardBalance queries. diff --git a/x/stakeibc/keeper/icqcallbacks_withdrawal_reward_balance_test.go b/x/stakeibc/keeper/icqcallbacks_withdrawal_reward_balance_test.go index 7188a36b7b..08eaab93ad 100644 --- a/x/stakeibc/keeper/icqcallbacks_withdrawal_reward_balance_test.go +++ b/x/stakeibc/keeper/icqcallbacks_withdrawal_reward_balance_test.go @@ -8,10 +8,10 @@ import ( "github.com/cosmos/gogoproto/proto" ibctesting "github.com/cosmos/ibc-go/v7/testing" - epochtypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - icqtypes "github.com/Stride-Labs/stride/v20/x/interchainquery/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + icqtypes "github.com/Stride-Labs/stride/v21/x/interchainquery/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // WithdrawalRewardBalanceCallback will trigger TransferRewardTokensHostToTrade diff --git a/x/stakeibc/keeper/interchainaccounts.go b/x/stakeibc/keeper/interchainaccounts.go index 5661f4e2f4..45409cf4c7 100644 --- a/x/stakeibc/keeper/interchainaccounts.go +++ b/x/stakeibc/keeper/interchainaccounts.go @@ -13,10 +13,10 @@ import ( icatypes "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/types" connectiontypes "github.com/cosmos/ibc-go/v7/modules/core/03-connection/types" - "github.com/Stride-Labs/stride/v20/utils" - epochstypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - icacallbackstypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/utils" + epochstypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + icacallbackstypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) const ( diff --git a/x/stakeibc/keeper/interchainaccounts_test.go b/x/stakeibc/keeper/interchainaccounts_test.go index ee514cd310..b393a4482a 100644 --- a/x/stakeibc/keeper/interchainaccounts_test.go +++ b/x/stakeibc/keeper/interchainaccounts_test.go @@ -6,9 +6,9 @@ import ( "cosmossdk.io/math" _ "github.com/stretchr/testify/suite" - epochtypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - stakeibckeeper "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - types "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + stakeibckeeper "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + types "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // constant number of zero delegations diff --git a/x/stakeibc/keeper/interchainqueries.go b/x/stakeibc/keeper/interchainqueries.go index 1cf2a8ff11..6dbb90a507 100644 --- a/x/stakeibc/keeper/interchainqueries.go +++ b/x/stakeibc/keeper/interchainqueries.go @@ -13,11 +13,11 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" "github.com/cosmos/gogoproto/proto" - epochstypes "github.com/Stride-Labs/stride/v20/x/epochs/types" + epochstypes "github.com/Stride-Labs/stride/v21/x/epochs/types" - "github.com/Stride-Labs/stride/v20/utils" - icqtypes "github.com/Stride-Labs/stride/v20/x/interchainquery/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/utils" + icqtypes "github.com/Stride-Labs/stride/v21/x/interchainquery/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // Submit a validator sharesToTokens rate ICQ as triggered either manually or epochly with a conservative timeout diff --git a/x/stakeibc/keeper/interchainqueries_test.go b/x/stakeibc/keeper/interchainqueries_test.go index 57e7372a5d..dd0123af9c 100644 --- a/x/stakeibc/keeper/interchainqueries_test.go +++ b/x/stakeibc/keeper/interchainqueries_test.go @@ -8,7 +8,7 @@ import ( ibctesting "github.com/cosmos/ibc-go/v7/testing" _ "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // ----------------------------------------------------------- diff --git a/x/stakeibc/keeper/invariants.go b/x/stakeibc/keeper/invariants.go index 56c228e234..219bbaaad4 100644 --- a/x/stakeibc/keeper/invariants.go +++ b/x/stakeibc/keeper/invariants.go @@ -8,8 +8,8 @@ import ( errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - epochtypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // RegisterInvariants registers all governance invariants. diff --git a/x/stakeibc/keeper/invariants_test.go b/x/stakeibc/keeper/invariants_test.go index c77176cdb1..d1f6a6b149 100644 --- a/x/stakeibc/keeper/invariants_test.go +++ b/x/stakeibc/keeper/invariants_test.go @@ -3,7 +3,7 @@ package keeper_test import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func (s *KeeperTestSuite) TestIsRedemptionRateWithinSafetyBounds() { diff --git a/x/stakeibc/keeper/keeper.go b/x/stakeibc/keeper/keeper.go index 8fa133e124..f8d4435429 100644 --- a/x/stakeibc/keeper/keeper.go +++ b/x/stakeibc/keeper/keeper.go @@ -16,10 +16,10 @@ import ( ibckeeper "github.com/cosmos/ibc-go/v7/modules/core/keeper" "github.com/spf13/cast" - icacallbackskeeper "github.com/Stride-Labs/stride/v20/x/icacallbacks/keeper" - icqkeeper "github.com/Stride-Labs/stride/v20/x/interchainquery/keeper" - recordsmodulekeeper "github.com/Stride-Labs/stride/v20/x/records/keeper" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + icacallbackskeeper "github.com/Stride-Labs/stride/v21/x/icacallbacks/keeper" + icqkeeper "github.com/Stride-Labs/stride/v21/x/interchainquery/keeper" + recordsmodulekeeper "github.com/Stride-Labs/stride/v21/x/records/keeper" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) type ( diff --git a/x/stakeibc/keeper/keeper_test.go b/x/stakeibc/keeper/keeper_test.go index b930f109cd..9f6bf465a6 100644 --- a/x/stakeibc/keeper/keeper_test.go +++ b/x/stakeibc/keeper/keeper_test.go @@ -10,10 +10,10 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" - "github.com/Stride-Labs/stride/v20/app/apptesting" - icqtypes "github.com/Stride-Labs/stride/v20/x/interchainquery/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + icqtypes "github.com/Stride-Labs/stride/v21/x/interchainquery/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) var ( diff --git a/x/stakeibc/keeper/lsm.go b/x/stakeibc/keeper/lsm.go index df2ce5e85d..6e972cc77c 100644 --- a/x/stakeibc/keeper/lsm.go +++ b/x/stakeibc/keeper/lsm.go @@ -16,10 +16,10 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - icqtypes "github.com/Stride-Labs/stride/v20/x/interchainquery/types" + icqtypes "github.com/Stride-Labs/stride/v21/x/interchainquery/types" - recordstypes "github.com/Stride-Labs/stride/v20/x/records/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + recordstypes "github.com/Stride-Labs/stride/v21/x/records/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) var ( diff --git a/x/stakeibc/keeper/lsm_test.go b/x/stakeibc/keeper/lsm_test.go index 9b74182188..379baf2e7c 100644 --- a/x/stakeibc/keeper/lsm_test.go +++ b/x/stakeibc/keeper/lsm_test.go @@ -9,9 +9,9 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" ibctesting "github.com/cosmos/ibc-go/v7/testing" - recordstypes "github.com/Stride-Labs/stride/v20/x/records/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + recordstypes "github.com/Stride-Labs/stride/v21/x/records/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" "github.com/cosmos/gogoproto/proto" ) diff --git a/x/stakeibc/keeper/msg_server.go b/x/stakeibc/keeper/msg_server.go index dbb03fe4d4..f8e6b99cf7 100644 --- a/x/stakeibc/keeper/msg_server.go +++ b/x/stakeibc/keeper/msg_server.go @@ -16,11 +16,11 @@ import ( connectiontypes "github.com/cosmos/ibc-go/v7/modules/core/03-connection/types" "github.com/spf13/cast" - "github.com/Stride-Labs/stride/v20/utils" - epochtypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - recordstypes "github.com/Stride-Labs/stride/v20/x/records/types" - recordtypes "github.com/Stride-Labs/stride/v20/x/records/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/utils" + epochtypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + recordstypes "github.com/Stride-Labs/stride/v21/x/records/types" + recordtypes "github.com/Stride-Labs/stride/v21/x/records/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) var ( diff --git a/x/stakeibc/keeper/msg_server_test.go b/x/stakeibc/keeper/msg_server_test.go index c5f9337fe3..e07b2b7cdc 100644 --- a/x/stakeibc/keeper/msg_server_test.go +++ b/x/stakeibc/keeper/msg_server_test.go @@ -13,14 +13,14 @@ import ( channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" ibctesting "github.com/cosmos/ibc-go/v7/testing" - "github.com/Stride-Labs/stride/v20/utils" - epochtypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - icqtypes "github.com/Stride-Labs/stride/v20/x/interchainquery/types" - recordstypes "github.com/Stride-Labs/stride/v20/x/records/types" - recordtypes "github.com/Stride-Labs/stride/v20/x/records/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/utils" + epochtypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + icqtypes "github.com/Stride-Labs/stride/v21/x/interchainquery/types" + recordstypes "github.com/Stride-Labs/stride/v21/x/records/types" + recordtypes "github.com/Stride-Labs/stride/v21/x/records/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // ---------------------------------------------------- diff --git a/x/stakeibc/keeper/params.go b/x/stakeibc/keeper/params.go index 42c1d02fb8..ac9ddf2274 100644 --- a/x/stakeibc/keeper/params.go +++ b/x/stakeibc/keeper/params.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // GetParams get all parameters as types.Params diff --git a/x/stakeibc/keeper/params_test.go b/x/stakeibc/keeper/params_test.go index 33edd52f21..2a2d87d42f 100644 --- a/x/stakeibc/keeper/params_test.go +++ b/x/stakeibc/keeper/params_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/require" - testkeeper "github.com/Stride-Labs/stride/v20/testutil/keeper" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + testkeeper "github.com/Stride-Labs/stride/v21/testutil/keeper" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func TestGetParams(t *testing.T) { diff --git a/x/stakeibc/keeper/rebalance.go b/x/stakeibc/keeper/rebalance.go index 35cb3a659e..b494b96004 100644 --- a/x/stakeibc/keeper/rebalance.go +++ b/x/stakeibc/keeper/rebalance.go @@ -11,9 +11,9 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" "github.com/cosmos/gogoproto/proto" - "github.com/Stride-Labs/stride/v20/utils" - epochstypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/utils" + epochstypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) const RebalanceIcaBatchSize = 5 diff --git a/x/stakeibc/keeper/rebalance_test.go b/x/stakeibc/keeper/rebalance_test.go index 1fef7cf289..3e0a0b73bd 100644 --- a/x/stakeibc/keeper/rebalance_test.go +++ b/x/stakeibc/keeper/rebalance_test.go @@ -11,9 +11,9 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" ibctesting "github.com/cosmos/ibc-go/v7/testing" - epochtypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) type RebalanceDelegationsForHostZoneTestCase struct { diff --git a/x/stakeibc/keeper/records.go b/x/stakeibc/keeper/records.go index 32ca2f6e91..4e44c395c4 100644 --- a/x/stakeibc/keeper/records.go +++ b/x/stakeibc/keeper/records.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/spf13/cast" - "github.com/Stride-Labs/stride/v20/utils" - recordstypes "github.com/Stride-Labs/stride/v20/x/records/types" + "github.com/Stride-Labs/stride/v21/utils" + recordstypes "github.com/Stride-Labs/stride/v21/x/records/types" ) // Create a new deposit record for each host zone for the given epoch diff --git a/x/stakeibc/keeper/records_test.go b/x/stakeibc/keeper/records_test.go index 92332c28e5..6d8bd91fe2 100644 --- a/x/stakeibc/keeper/records_test.go +++ b/x/stakeibc/keeper/records_test.go @@ -4,10 +4,10 @@ import ( sdkmath "cosmossdk.io/math" _ "github.com/stretchr/testify/suite" - recordstypes "github.com/Stride-Labs/stride/v20/x/records/types" - recordtypes "github.com/Stride-Labs/stride/v20/x/records/types" + recordstypes "github.com/Stride-Labs/stride/v21/x/records/types" + recordtypes "github.com/Stride-Labs/stride/v21/x/records/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func (s *KeeperTestSuite) TestCreateDepositRecordsForEpoch_Successful() { diff --git a/x/stakeibc/keeper/redemption_rate.go b/x/stakeibc/keeper/redemption_rate.go index ef12d096c7..172cc5dff3 100644 --- a/x/stakeibc/keeper/redemption_rate.go +++ b/x/stakeibc/keeper/redemption_rate.go @@ -7,10 +7,10 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/utils" - icaoracletypes "github.com/Stride-Labs/stride/v20/x/icaoracle/types" - recordstypes "github.com/Stride-Labs/stride/v20/x/records/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/utils" + icaoracletypes "github.com/Stride-Labs/stride/v21/x/icaoracle/types" + recordstypes "github.com/Stride-Labs/stride/v21/x/records/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // Updates the redemption rate for each host zone diff --git a/x/stakeibc/keeper/redemption_rate_test.go b/x/stakeibc/keeper/redemption_rate_test.go index 7365d5783c..f725575bfb 100644 --- a/x/stakeibc/keeper/redemption_rate_test.go +++ b/x/stakeibc/keeper/redemption_rate_test.go @@ -8,9 +8,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" _ "github.com/stretchr/testify/suite" - minttypes "github.com/Stride-Labs/stride/v20/x/mint/types" - recordtypes "github.com/Stride-Labs/stride/v20/x/records/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + minttypes "github.com/Stride-Labs/stride/v21/x/mint/types" + recordtypes "github.com/Stride-Labs/stride/v21/x/records/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) type UpdateRedemptionRateTestCase struct { diff --git a/x/stakeibc/keeper/redemption_sweep.go b/x/stakeibc/keeper/redemption_sweep.go index ed417db427..9ef8c64751 100644 --- a/x/stakeibc/keeper/redemption_sweep.go +++ b/x/stakeibc/keeper/redemption_sweep.go @@ -8,9 +8,9 @@ import ( banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" "github.com/cosmos/gogoproto/proto" - "github.com/Stride-Labs/stride/v20/utils" - recordstypes "github.com/Stride-Labs/stride/v20/x/records/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/utils" + recordstypes "github.com/Stride-Labs/stride/v21/x/records/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // Batch transfers any unbonded tokens from the delegation account to the redemption account diff --git a/x/stakeibc/keeper/redemption_sweep_test.go b/x/stakeibc/keeper/redemption_sweep_test.go index a412f353ef..de1cd94585 100644 --- a/x/stakeibc/keeper/redemption_sweep_test.go +++ b/x/stakeibc/keeper/redemption_sweep_test.go @@ -5,10 +5,10 @@ import ( ibctesting "github.com/cosmos/ibc-go/v7/testing" _ "github.com/stretchr/testify/suite" - recordtypes "github.com/Stride-Labs/stride/v20/x/records/types" + recordtypes "github.com/Stride-Labs/stride/v21/x/records/types" - epochtypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - stakeibc "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + stakeibc "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) type SweepUnbondedTokensTestCase struct { diff --git a/x/stakeibc/keeper/reward_allocation.go b/x/stakeibc/keeper/reward_allocation.go index 7f68d77af0..0ac86ce659 100644 --- a/x/stakeibc/keeper/reward_allocation.go +++ b/x/stakeibc/keeper/reward_allocation.go @@ -8,7 +8,7 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // Liquid Stake Reward Collector Balance diff --git a/x/stakeibc/keeper/reward_allocation_test.go b/x/stakeibc/keeper/reward_allocation_test.go index a66b428e1b..16906b82b6 100644 --- a/x/stakeibc/keeper/reward_allocation_test.go +++ b/x/stakeibc/keeper/reward_allocation_test.go @@ -15,9 +15,9 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" _ "github.com/stretchr/testify/suite" - epochtypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - recordtypes "github.com/Stride-Labs/stride/v20/x/records/types" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + recordtypes "github.com/Stride-Labs/stride/v21/x/records/types" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func (s *KeeperTestSuite) SetupTestRewardAllocation() { diff --git a/x/stakeibc/keeper/reward_converter.go b/x/stakeibc/keeper/reward_converter.go index ebeb263012..7af0f1218e 100644 --- a/x/stakeibc/keeper/reward_converter.go +++ b/x/stakeibc/keeper/reward_converter.go @@ -16,10 +16,10 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" - "github.com/Stride-Labs/stride/v20/utils" - epochstypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - icqtypes "github.com/Stride-Labs/stride/v20/x/interchainquery/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/utils" + epochstypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + icqtypes "github.com/Stride-Labs/stride/v21/x/interchainquery/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // JSON Memo for PFM transfers diff --git a/x/stakeibc/keeper/reward_converter_test.go b/x/stakeibc/keeper/reward_converter_test.go index c5b8794fa5..03c3fbb965 100644 --- a/x/stakeibc/keeper/reward_converter_test.go +++ b/x/stakeibc/keeper/reward_converter_test.go @@ -11,11 +11,11 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" ibctesting "github.com/cosmos/ibc-go/v7/testing" - "github.com/Stride-Labs/stride/v20/utils" - epochtypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - icqtypes "github.com/Stride-Labs/stride/v20/x/interchainquery/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/utils" + epochtypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + icqtypes "github.com/Stride-Labs/stride/v21/x/interchainquery/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // Useful across all balance query icqcallback tests diff --git a/x/stakeibc/keeper/trade_route.go b/x/stakeibc/keeper/trade_route.go index 359623b3eb..a3f4b3c6ae 100644 --- a/x/stakeibc/keeper/trade_route.go +++ b/x/stakeibc/keeper/trade_route.go @@ -4,7 +4,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // SetTradeRoute set a specific tradeRoute in the store diff --git a/x/stakeibc/keeper/trade_route_test.go b/x/stakeibc/keeper/trade_route_test.go index 333bc84e36..efefee6db0 100644 --- a/x/stakeibc/keeper/trade_route_test.go +++ b/x/stakeibc/keeper/trade_route_test.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func (s *KeeperTestSuite) CreateTradeRoutes() (routes []types.TradeRoute) { diff --git a/x/stakeibc/keeper/transfer.go b/x/stakeibc/keeper/transfer.go index 743a0d2089..7895a58780 100644 --- a/x/stakeibc/keeper/transfer.go +++ b/x/stakeibc/keeper/transfer.go @@ -14,10 +14,10 @@ import ( clienttypes "github.com/cosmos/ibc-go/v7/modules/core/02-client/types" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - "github.com/Stride-Labs/stride/v20/utils" - epochstypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - recordstypes "github.com/Stride-Labs/stride/v20/x/records/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/utils" + epochstypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + recordstypes "github.com/Stride-Labs/stride/v21/x/records/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // Iterate each deposit record marked TRANSFER_QUEUE and IBC transfer tokens from the Stride controller account to the delegation ICAs on each host zone diff --git a/x/stakeibc/keeper/transfer_test.go b/x/stakeibc/keeper/transfer_test.go index fe58fd65bf..2dcedc7a7d 100644 --- a/x/stakeibc/keeper/transfer_test.go +++ b/x/stakeibc/keeper/transfer_test.go @@ -10,8 +10,8 @@ import ( sdkmath "cosmossdk.io/math" - epochtypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) const chainId = "GAIA" diff --git a/x/stakeibc/keeper/unbonding.go b/x/stakeibc/keeper/unbonding.go index 1a5a685845..759ad2b66a 100644 --- a/x/stakeibc/keeper/unbonding.go +++ b/x/stakeibc/keeper/unbonding.go @@ -12,9 +12,9 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" "github.com/cosmos/gogoproto/proto" - "github.com/Stride-Labs/stride/v20/utils" - recordstypes "github.com/Stride-Labs/stride/v20/x/records/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/utils" + recordstypes "github.com/Stride-Labs/stride/v21/x/records/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) const ( diff --git a/x/stakeibc/keeper/unbonding_test.go b/x/stakeibc/keeper/unbonding_test.go index 0deafe016d..a290d72f73 100644 --- a/x/stakeibc/keeper/unbonding_test.go +++ b/x/stakeibc/keeper/unbonding_test.go @@ -11,10 +11,10 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - epochstypes "github.com/Stride-Labs/stride/v20/x/epochs/types" - recordtypes "github.com/Stride-Labs/stride/v20/x/records/types" - "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + epochstypes "github.com/Stride-Labs/stride/v21/x/epochs/types" + recordtypes "github.com/Stride-Labs/stride/v21/x/records/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) type ValidatorUnbonding struct { diff --git a/x/stakeibc/keeper/validator.go b/x/stakeibc/keeper/validator.go index 71fc5804b7..f69285b43e 100644 --- a/x/stakeibc/keeper/validator.go +++ b/x/stakeibc/keeper/validator.go @@ -9,8 +9,8 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/utils" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/utils" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // Get a validator and its index from a list of validators, by address diff --git a/x/stakeibc/keeper/validator_test.go b/x/stakeibc/keeper/validator_test.go index 48b5068692..c377b9fc45 100644 --- a/x/stakeibc/keeper/validator_test.go +++ b/x/stakeibc/keeper/validator_test.go @@ -1,7 +1,7 @@ package keeper_test import ( - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func (s *KeeperTestSuite) TestGetTotalValidatorWeight() { diff --git a/x/stakeibc/migrations/v2/convert.go b/x/stakeibc/migrations/v2/convert.go index ee3fe222ed..6d5460b701 100644 --- a/x/stakeibc/migrations/v2/convert.go +++ b/x/stakeibc/migrations/v2/convert.go @@ -3,8 +3,8 @@ package v2 import ( sdkmath "cosmossdk.io/math" - oldstakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/migrations/v2/types" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/migrations/v3/types" + oldstakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/migrations/v2/types" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/migrations/v3/types" ) func convertToNewValidator(oldValidator oldstakeibctypes.Validator) stakeibctypes.Validator { diff --git a/x/stakeibc/migrations/v2/convert_test.go b/x/stakeibc/migrations/v2/convert_test.go index 621b3375c3..fae61de1fd 100644 --- a/x/stakeibc/migrations/v2/convert_test.go +++ b/x/stakeibc/migrations/v2/convert_test.go @@ -8,8 +8,8 @@ import ( "github.com/stretchr/testify/require" - oldstakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/migrations/v2/types" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/migrations/v3/types" + oldstakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/migrations/v2/types" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/migrations/v3/types" ) func TestConvertToNewValidator(t *testing.T) { diff --git a/x/stakeibc/migrations/v2/migrations.go b/x/stakeibc/migrations/v2/migrations.go index f8d0d990a1..ea1f8878d7 100644 --- a/x/stakeibc/migrations/v2/migrations.go +++ b/x/stakeibc/migrations/v2/migrations.go @@ -8,8 +8,8 @@ import ( errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - oldstakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/migrations/v2/types" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + oldstakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/migrations/v2/types" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func migrateHostZone(store sdk.KVStore, cdc codec.BinaryCodec) error { diff --git a/x/stakeibc/migrations/v3/convert.go b/x/stakeibc/migrations/v3/convert.go index bdcb131935..159bbb1b9b 100644 --- a/x/stakeibc/migrations/v3/convert.go +++ b/x/stakeibc/migrations/v3/convert.go @@ -4,8 +4,8 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - oldstakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/migrations/v3/types" - newstakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + oldstakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/migrations/v3/types" + newstakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) var ( diff --git a/x/stakeibc/migrations/v3/convert_test.go b/x/stakeibc/migrations/v3/convert_test.go index 0c2ff26aa4..c2afad2458 100644 --- a/x/stakeibc/migrations/v3/convert_test.go +++ b/x/stakeibc/migrations/v3/convert_test.go @@ -8,8 +8,8 @@ import ( "github.com/stretchr/testify/require" - oldstakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/migrations/v3/types" - newstakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + oldstakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/migrations/v3/types" + newstakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func TestConvertToNewValidator(t *testing.T) { diff --git a/x/stakeibc/migrations/v3/migrations.go b/x/stakeibc/migrations/v3/migrations.go index b383b3c918..25f14f9967 100644 --- a/x/stakeibc/migrations/v3/migrations.go +++ b/x/stakeibc/migrations/v3/migrations.go @@ -8,8 +8,8 @@ import ( errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - oldstakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/migrations/v3/types" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + oldstakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/migrations/v3/types" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func migrateHostZone(store sdk.KVStore, cdc codec.BinaryCodec) error { diff --git a/x/stakeibc/module.go b/x/stakeibc/module.go index b1648d0ce4..115dbd75a0 100644 --- a/x/stakeibc/module.go +++ b/x/stakeibc/module.go @@ -19,9 +19,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/Stride-Labs/stride/v20/x/stakeibc/client/cli" - "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/client/cli" + "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) var ( diff --git a/x/stakeibc/module_simulation.go b/x/stakeibc/module_simulation.go index f363b0fe8d..c1c11b6976 100644 --- a/x/stakeibc/module_simulation.go +++ b/x/stakeibc/module_simulation.go @@ -10,9 +10,9 @@ import ( simtypes "github.com/cosmos/cosmos-sdk/types/simulation" "github.com/cosmos/cosmos-sdk/x/simulation" - "github.com/Stride-Labs/stride/v20/testutil/sample" - stakeibcsimulation "github.com/Stride-Labs/stride/v20/x/stakeibc/simulation" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/testutil/sample" + stakeibcsimulation "github.com/Stride-Labs/stride/v21/x/stakeibc/simulation" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) // avoid unused import issue diff --git a/x/stakeibc/simulation/add_validator.go b/x/stakeibc/simulation/add_validator.go index e9a6964f0f..6f7b6222b5 100644 --- a/x/stakeibc/simulation/add_validator.go +++ b/x/stakeibc/simulation/add_validator.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func SimulateMsgAddValidator( diff --git a/x/stakeibc/simulation/change_validator_weight.go b/x/stakeibc/simulation/change_validator_weight.go index 0d98a9ecce..87a540cb95 100644 --- a/x/stakeibc/simulation/change_validator_weight.go +++ b/x/stakeibc/simulation/change_validator_weight.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func SimulateMsgChangeValidatorWeight( diff --git a/x/stakeibc/simulation/claim_undelegated_tokens.go b/x/stakeibc/simulation/claim_undelegated_tokens.go index 902efab3fa..4213947199 100644 --- a/x/stakeibc/simulation/claim_undelegated_tokens.go +++ b/x/stakeibc/simulation/claim_undelegated_tokens.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func SimulateMsgClaimUndelegatedTokens( diff --git a/x/stakeibc/simulation/delete_validator.go b/x/stakeibc/simulation/delete_validator.go index 60dcafe7b3..f3546f5baf 100644 --- a/x/stakeibc/simulation/delete_validator.go +++ b/x/stakeibc/simulation/delete_validator.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func SimulateMsgDeleteValidator( diff --git a/x/stakeibc/simulation/liquid_stake.go b/x/stakeibc/simulation/liquid_stake.go index 8f9f2480d1..50d73acae9 100644 --- a/x/stakeibc/simulation/liquid_stake.go +++ b/x/stakeibc/simulation/liquid_stake.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func SimulateMsgLiquidStake( diff --git a/x/stakeibc/simulation/rebalance_validators.go b/x/stakeibc/simulation/rebalance_validators.go index 1285a52fdf..ac3d872a1c 100644 --- a/x/stakeibc/simulation/rebalance_validators.go +++ b/x/stakeibc/simulation/rebalance_validators.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func SimulateMsgRebalanceValidators( diff --git a/x/stakeibc/simulation/restore_interchain_account.go b/x/stakeibc/simulation/restore_interchain_account.go index fc350c9a9a..b259fdbd35 100644 --- a/x/stakeibc/simulation/restore_interchain_account.go +++ b/x/stakeibc/simulation/restore_interchain_account.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func SimulateMsgRestoreInterchainAccount( diff --git a/x/stakeibc/simulation/update_delegation.go b/x/stakeibc/simulation/update_delegation.go index e0d65ed19f..5c15df830b 100644 --- a/x/stakeibc/simulation/update_delegation.go +++ b/x/stakeibc/simulation/update_delegation.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/Stride-Labs/stride/v20/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func SimulateMsgUpdateValidatorSharesExchRate( diff --git a/x/stakeibc/types/address_unbonding.pb.go b/x/stakeibc/types/address_unbonding.pb.go index 0c91dd3f15..4263b9cf48 100644 --- a/x/stakeibc/types/address_unbonding.pb.go +++ b/x/stakeibc/types/address_unbonding.pb.go @@ -121,7 +121,7 @@ var fileDescriptor_6491082275bcb473 = []byte{ // 348 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x4c, 0x51, 0xcd, 0x4e, 0xea, 0x40, 0x18, 0x6d, 0xb9, 0xc0, 0x85, 0xb9, 0x37, 0x4a, 0x26, 0xc4, 0x4c, 0x58, 0x14, 0x74, 0xa1, 0xdd, - 0xd0, 0x1a, 0xdc, 0xb8, 0x95, 0x44, 0x13, 0x12, 0x62, 0x4c, 0xd5, 0x8d, 0x9b, 0xa6, 0x3f, 0x5f, + 0xd0, 0x46, 0xdc, 0xb8, 0x95, 0x44, 0x13, 0x12, 0x62, 0x4c, 0xd5, 0x8d, 0x9b, 0xa6, 0x3f, 0x5f, 0xca, 0x04, 0x67, 0xa6, 0xe9, 0x4c, 0x89, 0xbe, 0x85, 0x2f, 0xe2, 0x7b, 0xb0, 0x64, 0x69, 0x5c, 0x10, 0x03, 0x2f, 0x62, 0x98, 0xb6, 0xe8, 0x6a, 0xe6, 0x3b, 0xe7, 0xcc, 0xf9, 0x4e, 0xe6, 0xa0, 0x33, 0xa9, 0x32, 0x1a, 0x83, 0x2b, 0x55, 0x30, 0x07, 0x1a, 0x46, 0x6e, 0x10, 0xc7, 0x19, 0x48, @@ -140,7 +140,7 @@ var fileDescriptor_6491082275bcb473 = []byte{ 0x8d, 0x65, 0xae, 0x36, 0x96, 0xf9, 0xb5, 0xb1, 0xcc, 0xb7, 0xad, 0x65, 0xac, 0xb6, 0x96, 0xf1, 0xb1, 0xb5, 0x8c, 0xa7, 0xd1, 0xaf, 0xb0, 0xf7, 0xfa, 0xef, 0x87, 0xd3, 0x20, 0x94, 0x6e, 0x59, 0xd8, 0x62, 0x74, 0xee, 0xbe, 0xfc, 0xd4, 0xa6, 0xc3, 0x87, 0x4d, 0x5d, 0xc2, 0xc5, 0x77, 0x00, - 0x00, 0x00, 0xff, 0xff, 0x1d, 0xf7, 0x53, 0xbf, 0xd6, 0x01, 0x00, 0x00, + 0x00, 0x00, 0xff, 0xff, 0x8a, 0x51, 0x4e, 0x58, 0xd6, 0x01, 0x00, 0x00, } func (m *AddressUnbonding) Marshal() (dAtA []byte, err error) { diff --git a/x/stakeibc/types/callbacks.pb.go b/x/stakeibc/types/callbacks.pb.go index 92f1b66422..9b6ff45f70 100644 --- a/x/stakeibc/types/callbacks.pb.go +++ b/x/stakeibc/types/callbacks.pb.go @@ -5,7 +5,7 @@ package types import ( fmt "fmt" - types1 "github.com/Stride-Labs/stride/v20/x/records/types" + types1 "github.com/Stride-Labs/stride/v21/x/records/types" github_com_cosmos_cosmos_sdk_types "github.com/cosmos/cosmos-sdk/types" types "github.com/cosmos/cosmos-sdk/types" _ "github.com/cosmos/gogoproto/gogoproto" @@ -773,62 +773,62 @@ var fileDescriptor_f41c99b09b96a5ac = []byte{ // 932 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x55, 0xcd, 0x6e, 0xdb, 0x46, 0x10, 0x36, 0xad, 0x34, 0xb6, 0x47, 0xf2, 0x1f, 0x11, 0xb4, 0xb2, 0xa0, 0x4a, 0x36, 0x53, 0xb4, - 0x41, 0x81, 0x90, 0x8d, 0x0b, 0x14, 0xfd, 0xb9, 0xc4, 0x96, 0x51, 0x54, 0x80, 0x5c, 0xb4, 0x94, + 0x41, 0x81, 0x90, 0xb0, 0x0b, 0x14, 0xfd, 0xb9, 0xc4, 0x96, 0x51, 0x54, 0x80, 0x5c, 0xb4, 0x94, 0x9d, 0x43, 0x2e, 0xc4, 0x92, 0x5c, 0x48, 0x0b, 0x93, 0xbb, 0x0a, 0x77, 0x69, 0xd7, 0x79, 0x82, 0x1e, 0x73, 0xed, 0x23, 0xb4, 0x97, 0x3e, 0x41, 0x2f, 0x3d, 0xe5, 0x98, 0x63, 0xd1, 0x43, 0x5a, - 0xd8, 0x2f, 0x52, 0xec, 0x0f, 0x29, 0x4a, 0x4e, 0x8d, 0xaa, 0x39, 0x49, 0x9c, 0xfd, 0x66, 0xe6, - 0x9b, 0xf9, 0x66, 0x76, 0xa1, 0xcb, 0x45, 0x46, 0x62, 0xec, 0x71, 0x81, 0xce, 0x30, 0x09, 0x23, - 0x2f, 0x42, 0x49, 0x12, 0xa2, 0xe8, 0x8c, 0xbb, 0x93, 0x8c, 0x09, 0x66, 0x6f, 0x6a, 0x80, 0x5b, - 0x00, 0x5a, 0xf7, 0x46, 0x6c, 0xc4, 0xd4, 0x99, 0x27, 0xff, 0x69, 0x58, 0xab, 0x13, 0x31, 0x9e, - 0x32, 0xee, 0x85, 0x88, 0x63, 0xef, 0xfc, 0x51, 0x88, 0x05, 0x7a, 0xe4, 0x45, 0x8c, 0x50, 0x73, - 0xde, 0x36, 0x79, 0x32, 0x1c, 0xb1, 0x2c, 0xe6, 0xc5, 0xaf, 0x39, 0xbd, 0xc1, 0x62, 0xcc, 0xb8, - 0x08, 0x9e, 0x33, 0x8a, 0xff, 0x0d, 0x70, 0x8e, 0x12, 0x12, 0x23, 0xc1, 0x32, 0x03, 0xd8, 0x9b, - 0x07, 0x90, 0x08, 0x05, 0x28, 0x8a, 0x58, 0x4e, 0x85, 0x86, 0x38, 0x17, 0xb0, 0x39, 0x9c, 0x24, - 0x44, 0x1c, 0xe1, 0x04, 0x8f, 0x90, 0x20, 0x8c, 0xda, 0x6d, 0x58, 0x2b, 0x03, 0x35, 0xad, 0x5d, - 0xeb, 0xc1, 0x9a, 0x3f, 0x35, 0xd8, 0x5f, 0xc3, 0x5d, 0x94, 0xca, 0x00, 0xcd, 0x65, 0x79, 0x74, - 0xe8, 0xbe, 0x7c, 0xdd, 0x5d, 0xfa, 0xf3, 0x75, 0xf7, 0xc3, 0x11, 0x11, 0xe3, 0x3c, 0x74, 0x23, - 0x96, 0x7a, 0xa6, 0x6c, 0xfd, 0xf3, 0x90, 0xc7, 0x67, 0x9e, 0xb8, 0x9c, 0x60, 0xee, 0xf6, 0xa9, - 0xf0, 0x8d, 0xb7, 0xf3, 0xab, 0x05, 0x5b, 0x26, 0x29, 0xee, 0x99, 0xf6, 0xda, 0xbb, 0xd0, 0x28, - 0x8b, 0x0c, 0x48, 0x6c, 0xb2, 0x83, 0xb4, 0x3d, 0x65, 0x14, 0xf7, 0x63, 0xfb, 0x63, 0xd8, 0x8e, - 0xf1, 0x84, 0x71, 0x22, 0x02, 0xdd, 0x2d, 0x09, 0x93, 0x4c, 0xee, 0xf8, 0x9b, 0xe6, 0xc0, 0x57, - 0xf6, 0x7e, 0x6c, 0x1f, 0xc3, 0x36, 0x97, 0xb5, 0x05, 0x71, 0x59, 0x1c, 0x6f, 0xd6, 0x76, 0x6b, - 0x0f, 0xea, 0xfb, 0xbb, 0xee, 0x9c, 0x82, 0xee, 0x5c, 0x17, 0xfc, 0x2d, 0x3e, 0x6b, 0xe0, 0xce, - 0x8f, 0x16, 0xac, 0xf7, 0x12, 0x44, 0xd2, 0x92, 0xee, 0x17, 0xb0, 0x93, 0x73, 0x9c, 0x05, 0x19, - 0x8e, 0x71, 0x3a, 0x91, 0xa8, 0x0a, 0x29, 0xcd, 0xfd, 0x5d, 0x09, 0xf0, 0xcb, 0xf3, 0x92, 0xdb, - 0x0e, 0xac, 0x46, 0x63, 0x44, 0x68, 0x41, 0x7f, 0xcd, 0x5f, 0x51, 0xdf, 0xfd, 0xd8, 0xde, 0x83, - 0x06, 0x9e, 0xb0, 0x68, 0x1c, 0xd0, 0x3c, 0x0d, 0x71, 0xd6, 0xac, 0xa9, 0xea, 0xea, 0xca, 0xf6, - 0xad, 0x32, 0x39, 0x3f, 0x5b, 0xb0, 0xe5, 0x63, 0x42, 0xcf, 0x31, 0x17, 0x25, 0x1b, 0x0e, 0x9b, - 0x99, 0xb1, 0x05, 0x46, 0x22, 0xc9, 0xa1, 0xbe, 0xbf, 0xe3, 0x6a, 0x25, 0x5c, 0x39, 0x87, 0xae, - 0x99, 0x43, 0xb7, 0xc7, 0x08, 0x3d, 0xf4, 0xa4, 0x7a, 0xbf, 0xfc, 0xd5, 0xfd, 0xe8, 0x3f, 0xa8, - 0x27, 0x1d, 0xfc, 0x8d, 0x22, 0xc5, 0x81, 0xca, 0x70, 0x43, 0xb1, 0xda, 0xbc, 0x62, 0xce, 0xef, - 0x16, 0xd8, 0xa7, 0x34, 0x5e, 0x5c, 0xea, 0x37, 0xca, 0xb7, 0xfc, 0x7f, 0xe5, 0xb3, 0xbf, 0x82, - 0x96, 0x6e, 0x6b, 0x4e, 0x43, 0x46, 0x63, 0x42, 0x47, 0x53, 0xb1, 0xf4, 0x58, 0xdc, 0xf1, 0xdf, - 0x53, 0x88, 0xd3, 0x02, 0x50, 0xa8, 0xc5, 0x1d, 0x0e, 0xf6, 0x54, 0xc4, 0x05, 0x6a, 0xb8, 0x3d, - 0xe9, 0xf2, 0xed, 0x49, 0x7f, 0xb2, 0xa0, 0xee, 0xe3, 0x10, 0x25, 0x88, 0x46, 0x84, 0x8e, 0xec, - 0xfb, 0xb0, 0xce, 0xb3, 0x28, 0x98, 0x5f, 0xce, 0x06, 0xcf, 0xa2, 0x27, 0xe5, 0x7e, 0xde, 0x87, - 0xf5, 0x98, 0x8b, 0x0a, 0x48, 0x4f, 0x57, 0x23, 0xe6, 0x62, 0x0a, 0x7a, 0x0c, 0x35, 0x94, 0x0a, - 0x2d, 0xd6, 0xc2, 0x1b, 0x2c, 0x5d, 0x9d, 0x0b, 0xd8, 0x2e, 0xa8, 0x2d, 0xa2, 0xe9, 0x63, 0x68, - 0x64, 0xd3, 0x8a, 0x0a, 0x39, 0xdb, 0x37, 0xe4, 0xac, 0x94, 0xed, 0xcf, 0x78, 0x38, 0xa7, 0xd0, - 0x3c, 0xc2, 0x82, 0x9d, 0x61, 0x4a, 0x9e, 0xe3, 0xe1, 0x18, 0x65, 0x98, 0x57, 0xf6, 0x71, 0xc5, - 0xdc, 0x01, 0x66, 0xf2, 0xbb, 0x45, 0xe0, 0xe2, 0x66, 0x1d, 0x0c, 0x8f, 0x4f, 0xa4, 0xef, 0x91, - 0xb9, 0x2a, 0x0a, 0xbc, 0xf3, 0x9b, 0x05, 0x1b, 0x83, 0xe1, 0xf1, 0x80, 0x3c, 0xcb, 0x49, 0x3c, - 0x94, 0x34, 0xde, 0x22, 0x9a, 0xfd, 0x19, 0xac, 0x95, 0x8d, 0x50, 0x02, 0xc8, 0x25, 0x9c, 0xaf, - 0xf1, 0x1b, 0xd3, 0x16, 0x7f, 0xb5, 0x68, 0x90, 0xfd, 0x79, 0xf5, 0xea, 0xad, 0x29, 0xbf, 0xd6, - 0x0d, 0xbf, 0x52, 0xc6, 0xca, 0xb5, 0xec, 0x3c, 0x83, 0x0f, 0x4a, 0xbb, 0xee, 0xca, 0x09, 0x53, - 0xdc, 0xf8, 0xf7, 0x39, 0xce, 0x2e, 0xcb, 0x16, 0xf5, 0x61, 0x2b, 0xe1, 0x69, 0x90, 0xa8, 0x3a, - 0x03, 0x15, 0x73, 0xbe, 0xba, 0x32, 0xd1, 0x6c, 0x3f, 0xfc, 0x8d, 0x84, 0xa7, 0x95, 0x6f, 0xe7, - 0x85, 0x05, 0x6d, 0xb3, 0x60, 0x45, 0xce, 0xd9, 0x5c, 0x13, 0x68, 0x13, 0x4a, 0x04, 0x41, 0xc9, - 0x74, 0x1c, 0x2b, 0xcb, 0xac, 0xc7, 0x63, 0xe1, 0xf1, 0x6b, 0x99, 0x98, 0x65, 0xb9, 0xd3, 0x25, - 0x77, 0x72, 0xd8, 0xeb, 0xb1, 0x34, 0xcd, 0x29, 0x11, 0x97, 0xdf, 0x31, 0x96, 0x1c, 0xea, 0x01, - 0x9d, 0xa5, 0xf5, 0x25, 0xac, 0xca, 0x77, 0x50, 0x46, 0x54, 0x14, 0x36, 0xde, 0x50, 0x7a, 0xbf, - 0x77, 0x70, 0xa0, 0xdf, 0xc9, 0x93, 0xcb, 0x09, 0xf6, 0x57, 0x48, 0x84, 0xe4, 0x1f, 0xfb, 0x1e, - 0xbc, 0x13, 0x63, 0xca, 0x52, 0xb3, 0x55, 0xfa, 0xc3, 0x79, 0x02, 0xf6, 0x49, 0x86, 0x62, 0xec, - 0xb3, 0xbc, 0x72, 0xc3, 0xed, 0xc9, 0x59, 0xbf, 0x40, 0x59, 0x1c, 0x68, 0x17, 0xbd, 0x0d, 0x75, - 0x6d, 0x3b, 0x92, 0x26, 0xfb, 0x7d, 0x50, 0xcb, 0x11, 0x54, 0x63, 0xaa, 0xc9, 0x51, 0xc7, 0x87, - 0x83, 0x97, 0x57, 0x1d, 0xeb, 0xd5, 0x55, 0xc7, 0xfa, 0xfb, 0xaa, 0x63, 0xbd, 0xb8, 0xee, 0x2c, - 0xbd, 0xba, 0xee, 0x2c, 0xfd, 0x71, 0xdd, 0x59, 0x7a, 0xba, 0x5f, 0x69, 0xd6, 0x50, 0x71, 0x7f, - 0x38, 0x40, 0x21, 0xf7, 0xcc, 0x83, 0x7f, 0xbe, 0xff, 0x89, 0xf7, 0xc3, 0xf4, 0xd9, 0x57, 0xcd, - 0x0b, 0xef, 0xaa, 0x17, 0xff, 0xd3, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x69, 0xf6, 0xcd, 0xcc, + 0xd8, 0x2f, 0x52, 0xec, 0x0f, 0x29, 0x4a, 0x4e, 0x8d, 0xaa, 0x3d, 0x49, 0x9c, 0xfd, 0x66, 0xe6, + 0x9b, 0xf9, 0x66, 0x76, 0xa1, 0xcb, 0x45, 0x46, 0x62, 0xec, 0x71, 0x81, 0xce, 0x31, 0x09, 0x23, + 0x2f, 0x42, 0x49, 0x12, 0xa2, 0xe8, 0x9c, 0xbb, 0x93, 0x8c, 0x09, 0x66, 0x6f, 0x6a, 0x80, 0x5b, + 0x00, 0x5a, 0x0f, 0x46, 0x6c, 0xc4, 0xd4, 0x99, 0x27, 0xff, 0x69, 0x58, 0xab, 0x13, 0x31, 0x9e, + 0x32, 0xee, 0x85, 0x88, 0x63, 0xef, 0x62, 0x3f, 0xc4, 0x02, 0xed, 0x7b, 0x11, 0x23, 0xd4, 0x9c, + 0xb7, 0x4d, 0x9e, 0x0c, 0x47, 0x2c, 0x8b, 0x79, 0xf1, 0x6b, 0x4e, 0x6f, 0xb1, 0x18, 0x33, 0x2e, + 0x82, 0x17, 0x8c, 0xe2, 0x7f, 0x02, 0x5c, 0xa0, 0x84, 0xc4, 0x48, 0xb0, 0xcc, 0x00, 0xf6, 0xe6, + 0x01, 0x24, 0x42, 0x01, 0x8a, 0x22, 0x96, 0x53, 0xa1, 0x21, 0xce, 0x25, 0x6c, 0x0e, 0x27, 0x09, + 0x11, 0xc7, 0x38, 0xc1, 0x23, 0x24, 0x08, 0xa3, 0x76, 0x1b, 0xd6, 0xca, 0x40, 0x4d, 0x6b, 0xd7, + 0x7a, 0xb4, 0xe6, 0x4f, 0x0d, 0xf6, 0x57, 0x70, 0x1f, 0xa5, 0x32, 0x40, 0x73, 0x59, 0x1e, 0x1d, + 0xb9, 0xaf, 0xde, 0x74, 0x97, 0xfe, 0x78, 0xd3, 0xfd, 0x70, 0x44, 0xc4, 0x38, 0x0f, 0xdd, 0x88, + 0xa5, 0x9e, 0x29, 0x5b, 0xff, 0x3c, 0xe6, 0xf1, 0xb9, 0x27, 0xae, 0x26, 0x98, 0xbb, 0x7d, 0x2a, + 0x7c, 0xe3, 0xed, 0xfc, 0x62, 0xc1, 0x96, 0x49, 0x8a, 0x7b, 0xa6, 0xbd, 0xf6, 0x2e, 0x34, 0xca, + 0x22, 0x03, 0x12, 0x9b, 0xec, 0x20, 0x6d, 0xcf, 0x18, 0xc5, 0xfd, 0xd8, 0xfe, 0x18, 0xb6, 0x63, + 0x3c, 0x61, 0x9c, 0x88, 0x40, 0x77, 0x4b, 0xc2, 0x24, 0x93, 0x7b, 0xfe, 0xa6, 0x39, 0xf0, 0x95, + 0xbd, 0x1f, 0xdb, 0x27, 0xb0, 0xcd, 0x65, 0x6d, 0x41, 0x5c, 0x16, 0xc7, 0x9b, 0xb5, 0xdd, 0xda, + 0xa3, 0xfa, 0xc1, 0xae, 0x3b, 0xa7, 0xa0, 0x3b, 0xd7, 0x05, 0x7f, 0x8b, 0xcf, 0x1a, 0xb8, 0xf3, + 0x83, 0x05, 0xeb, 0xbd, 0x04, 0x91, 0xb4, 0xa4, 0xfb, 0x39, 0xec, 0xe4, 0x1c, 0x67, 0x41, 0x86, + 0x63, 0x9c, 0x4e, 0x24, 0xaa, 0x42, 0x4a, 0x73, 0x7f, 0x57, 0x02, 0xfc, 0xf2, 0xbc, 0xe4, 0xb6, + 0x03, 0xab, 0xd1, 0x18, 0x11, 0x5a, 0xd0, 0x5f, 0xf3, 0x57, 0xd4, 0x77, 0x3f, 0xb6, 0xf7, 0xa0, + 0x81, 0x27, 0x2c, 0x1a, 0x07, 0x34, 0x4f, 0x43, 0x9c, 0x35, 0x6b, 0xaa, 0xba, 0xba, 0xb2, 0x7d, + 0xa3, 0x4c, 0xce, 0x4f, 0x16, 0x6c, 0xf9, 0x98, 0xd0, 0x0b, 0xcc, 0x45, 0xc9, 0x86, 0xc3, 0x66, + 0x66, 0x6c, 0x81, 0x91, 0x48, 0x72, 0xa8, 0x1f, 0xec, 0xb8, 0x5a, 0x09, 0x57, 0xce, 0xa1, 0x6b, + 0xe6, 0xd0, 0xed, 0x31, 0x42, 0x8f, 0x3c, 0xa9, 0xde, 0xcf, 0x7f, 0x76, 0x3f, 0xfa, 0x17, 0xea, + 0x49, 0x07, 0x7f, 0xa3, 0x48, 0x71, 0xa8, 0x32, 0xdc, 0x52, 0xac, 0x36, 0xaf, 0x98, 0xf3, 0x9b, + 0x05, 0xf6, 0x19, 0x8d, 0x17, 0x97, 0xfa, 0xad, 0xf2, 0x2d, 0xff, 0x57, 0xf9, 0xec, 0x2f, 0xa1, + 0xa5, 0xdb, 0x9a, 0xd3, 0x90, 0xd1, 0x98, 0xd0, 0xd1, 0x54, 0x2c, 0x3d, 0x16, 0xf7, 0xfc, 0xf7, + 0x14, 0xe2, 0xac, 0x00, 0x14, 0x6a, 0x71, 0x87, 0x83, 0x3d, 0x15, 0x71, 0x81, 0x1a, 0xee, 0x4e, + 0xba, 0x7c, 0x77, 0xd2, 0x1f, 0x2d, 0xa8, 0xfb, 0x38, 0x44, 0x09, 0xa2, 0x11, 0xa1, 0x23, 0xfb, + 0x21, 0xac, 0xf3, 0x2c, 0x0a, 0xe6, 0x97, 0xb3, 0xc1, 0xb3, 0xe8, 0x69, 0xb9, 0x9f, 0x0f, 0x61, + 0x3d, 0xe6, 0xa2, 0x02, 0xd2, 0xd3, 0xd5, 0x88, 0xb9, 0x98, 0x82, 0x9e, 0x40, 0x0d, 0xa5, 0x42, + 0x8b, 0xb5, 0xf0, 0x06, 0x4b, 0x57, 0xe7, 0x12, 0xb6, 0x0b, 0x6a, 0x8b, 0x68, 0xfa, 0x04, 0x1a, + 0xd9, 0xb4, 0xa2, 0x42, 0xce, 0xf6, 0x2d, 0x39, 0x2b, 0x65, 0xfb, 0x33, 0x1e, 0xce, 0x19, 0x34, + 0x8f, 0xb1, 0x60, 0xe7, 0x98, 0x92, 0x17, 0x78, 0x38, 0x46, 0x19, 0xe6, 0x95, 0x7d, 0x5c, 0x31, + 0x77, 0x80, 0x99, 0xfc, 0x6e, 0x11, 0xb8, 0xb8, 0x59, 0x07, 0xc3, 0x93, 0x53, 0xe9, 0x7b, 0x6c, + 0xae, 0x8a, 0x02, 0xef, 0xfc, 0x6a, 0xc1, 0xc6, 0x60, 0x78, 0x32, 0x20, 0xcf, 0x73, 0x12, 0x0f, + 0x25, 0x8d, 0xff, 0x11, 0xcd, 0xfe, 0x14, 0xd6, 0xca, 0x46, 0x28, 0x01, 0xe4, 0x12, 0xce, 0xd7, + 0xf8, 0xb5, 0x69, 0x8b, 0xbf, 0x5a, 0x34, 0xc8, 0xfe, 0xac, 0x7a, 0xf5, 0xd6, 0x94, 0x5f, 0xeb, + 0x96, 0x5f, 0x29, 0x63, 0xe5, 0x5a, 0x76, 0x9e, 0xc3, 0x07, 0xa5, 0x5d, 0x77, 0xe5, 0x94, 0x29, + 0x6e, 0xfc, 0xbb, 0x1c, 0x67, 0x57, 0x65, 0x8b, 0xfa, 0xb0, 0x95, 0xf0, 0x34, 0x48, 0x54, 0x9d, + 0x81, 0x8a, 0x39, 0x5f, 0x5d, 0x99, 0x68, 0xb6, 0x1f, 0xfe, 0x46, 0xc2, 0xd3, 0xca, 0xb7, 0xf3, + 0xd2, 0x82, 0xb6, 0x59, 0xb0, 0x22, 0xe7, 0x6c, 0xae, 0x09, 0xb4, 0x09, 0x25, 0x82, 0xa0, 0x64, + 0x3a, 0x8e, 0x95, 0x65, 0xd6, 0xe3, 0xb1, 0xf0, 0xf8, 0xb5, 0x4c, 0xcc, 0xb2, 0xdc, 0xe9, 0x92, + 0x3b, 0x39, 0xec, 0xf5, 0x58, 0x9a, 0xe6, 0x94, 0x88, 0xab, 0x6f, 0x19, 0x4b, 0x8e, 0xf4, 0x80, + 0xce, 0xd2, 0xfa, 0x02, 0x56, 0xe5, 0x3b, 0x28, 0x23, 0x2a, 0x0a, 0x1b, 0x6f, 0x29, 0xbd, 0xdf, + 0x3b, 0x3c, 0xd4, 0xef, 0xe4, 0xe9, 0xd5, 0x04, 0xfb, 0x2b, 0x24, 0x42, 0xf2, 0x8f, 0xfd, 0x00, + 0xde, 0x89, 0x31, 0x65, 0xa9, 0xd9, 0x2a, 0xfd, 0xe1, 0x3c, 0x05, 0xfb, 0x34, 0x43, 0x31, 0xf6, + 0x59, 0x5e, 0xb9, 0xe1, 0xf6, 0xe4, 0xac, 0x5f, 0xa2, 0x2c, 0x0e, 0xb4, 0x8b, 0xde, 0x86, 0xba, + 0xb6, 0x1d, 0x4b, 0x93, 0xfd, 0x3e, 0xa8, 0xe5, 0x08, 0xaa, 0x31, 0xd5, 0xe4, 0xa8, 0xe3, 0xa3, + 0xc1, 0xab, 0xeb, 0x8e, 0xf5, 0xfa, 0xba, 0x63, 0xfd, 0x75, 0xdd, 0xb1, 0x5e, 0xde, 0x74, 0x96, + 0x5e, 0xdf, 0x74, 0x96, 0x7e, 0xbf, 0xe9, 0x2c, 0x3d, 0x3b, 0xa8, 0x34, 0x6b, 0xa8, 0xb8, 0x3f, + 0x1e, 0xa0, 0x90, 0x7b, 0xe6, 0xc1, 0xbf, 0x38, 0xd8, 0xf7, 0xbe, 0x9f, 0x3e, 0xfb, 0xaa, 0x79, + 0xe1, 0x7d, 0xf5, 0xe2, 0x7f, 0xf2, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0xfe, 0x50, 0xd0, 0x2b, 0xde, 0x08, 0x00, 0x00, } diff --git a/x/stakeibc/types/epoch_tracker.pb.go b/x/stakeibc/types/epoch_tracker.pb.go index 07aeacb694..ae50125204 100644 --- a/x/stakeibc/types/epoch_tracker.pb.go +++ b/x/stakeibc/types/epoch_tracker.pb.go @@ -114,8 +114,8 @@ var fileDescriptor_e7c48143f24adf66 = []byte{ 0xc4, 0x23, 0x39, 0xc6, 0x0b, 0x8f, 0xe4, 0x18, 0x1f, 0x3c, 0x92, 0x63, 0x9c, 0xf0, 0x58, 0x8e, 0xe1, 0xc2, 0x63, 0x39, 0x86, 0x1b, 0x8f, 0xe5, 0x18, 0xa2, 0x8c, 0xd2, 0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, 0x92, 0xf3, 0x73, 0xf5, 0x83, 0xc1, 0x7e, 0xd4, 0xf5, 0x49, 0x4c, 0x2a, 0xd6, 0x87, - 0x06, 0x4a, 0x99, 0x91, 0x81, 0x7e, 0x05, 0x22, 0x68, 0x4a, 0x2a, 0x0b, 0x52, 0x8b, 0x93, 0xd8, - 0xc0, 0x61, 0x62, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0xe1, 0xbe, 0x1f, 0xad, 0x3a, 0x01, 0x00, + 0x06, 0x4a, 0x99, 0x91, 0xa1, 0x7e, 0x05, 0x22, 0x68, 0x4a, 0x2a, 0x0b, 0x52, 0x8b, 0x93, 0xd8, + 0xc0, 0x61, 0x62, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0x76, 0x18, 0x02, 0x4a, 0x3a, 0x01, 0x00, 0x00, } diff --git a/x/stakeibc/types/genesis.pb.go b/x/stakeibc/types/genesis.pb.go index ef05549002..4f226b8cfd 100644 --- a/x/stakeibc/types/genesis.pb.go +++ b/x/stakeibc/types/genesis.pb.go @@ -103,7 +103,7 @@ var fileDescriptor_dea81129ed6fb77a = []byte{ // 346 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x90, 0xcd, 0x4e, 0xc2, 0x40, 0x14, 0x85, 0x5b, 0x18, 0x4a, 0x19, 0x88, 0x36, 0x8d, 0x09, 0x48, 0xa4, 0x10, 0xdd, 0xb0, 0xb1, - 0x35, 0x35, 0xbe, 0x00, 0x09, 0x51, 0x1b, 0x16, 0x0a, 0xae, 0xd8, 0x34, 0x6d, 0x99, 0xb4, 0x0d, + 0x8d, 0x35, 0xbe, 0x00, 0x09, 0x51, 0x1b, 0x16, 0x0a, 0xae, 0xd8, 0x34, 0x6d, 0x99, 0xb4, 0x0d, 0xc2, 0x34, 0x9d, 0xab, 0x51, 0x9f, 0xc2, 0x95, 0xcf, 0xc4, 0x92, 0xa5, 0x2b, 0x63, 0xe0, 0x45, 0x4c, 0x3b, 0xe3, 0x5f, 0xd9, 0xcd, 0x9d, 0xf3, 0xe5, 0xbb, 0x27, 0x17, 0x77, 0x18, 0xa4, 0xf1, 0x8c, 0x58, 0x0c, 0xbc, 0x39, 0x89, 0xfd, 0xc0, 0x0a, 0xc9, 0x92, 0xb0, 0x98, 0x99, 0x49, 0x4a, @@ -122,7 +122,7 @@ var fileDescriptor_dea81129ed6fb77a = []byte{ 0xba, 0x35, 0xa4, 0xf5, 0xd6, 0x90, 0xde, 0xb7, 0x86, 0x34, 0xb5, 0xc3, 0x18, 0xa2, 0x07, 0xdf, 0x0c, 0xe8, 0xc2, 0x9a, 0xe4, 0x8b, 0x4f, 0x47, 0x9e, 0xcf, 0x2c, 0x71, 0xee, 0x47, 0xfb, 0xcc, 0x7a, 0xfa, 0x3d, 0x3a, 0x3c, 0x27, 0x84, 0xf9, 0x4a, 0x7e, 0xed, 0xf3, 0xaf, 0x00, 0x00, 0x00, - 0xff, 0xff, 0xa5, 0x67, 0x55, 0x8a, 0x19, 0x02, 0x00, 0x00, + 0xff, 0xff, 0x32, 0xc1, 0x48, 0x6d, 0x19, 0x02, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/stakeibc/types/genesis_test.go b/x/stakeibc/types/genesis_test.go index 0b95daa435..59fc847529 100644 --- a/x/stakeibc/types/genesis_test.go +++ b/x/stakeibc/types/genesis_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func TestGenesisState_Validate(t *testing.T) { diff --git a/x/stakeibc/types/gov.pb.go b/x/stakeibc/types/gov.pb.go index 79d38db187..e00e049f2a 100644 --- a/x/stakeibc/types/gov.pb.go +++ b/x/stakeibc/types/gov.pb.go @@ -132,8 +132,8 @@ var fileDescriptor_8204317b384c5680 = []byte{ 0x85, 0x47, 0x72, 0x8c, 0x0f, 0x1e, 0xc9, 0x31, 0x4e, 0x78, 0x2c, 0xc7, 0x70, 0xe1, 0xb1, 0x1c, 0xc3, 0x8d, 0xc7, 0x72, 0x0c, 0x51, 0x46, 0xe9, 0x99, 0x25, 0x19, 0xa5, 0x49, 0x7a, 0xc9, 0xf9, 0xb9, 0xfa, 0xc1, 0xe0, 0x80, 0xd4, 0xf5, 0x49, 0x4c, 0x2a, 0xd6, 0x87, 0xc6, 0x7c, 0x99, 0x91, - 0x81, 0x7e, 0x05, 0x22, 0xfe, 0x4b, 0x2a, 0x0b, 0x52, 0x8b, 0x93, 0xd8, 0xc0, 0x91, 0x6f, 0x0c, - 0x08, 0x00, 0x00, 0xff, 0xff, 0xa1, 0xc5, 0xc9, 0xf6, 0x61, 0x02, 0x00, 0x00, + 0xa1, 0x7e, 0x05, 0x22, 0xfe, 0x4b, 0x2a, 0x0b, 0x52, 0x8b, 0x93, 0xd8, 0xc0, 0x91, 0x6f, 0x0c, + 0x08, 0x00, 0x00, 0xff, 0xff, 0x36, 0x63, 0xd4, 0x11, 0x61, 0x02, 0x00, 0x00, } func (this *AddValidatorsProposal) Equal(that interface{}) bool { diff --git a/x/stakeibc/types/host_zone.pb.go b/x/stakeibc/types/host_zone.pb.go index 5c9fb16bdb..9d65b7e111 100644 --- a/x/stakeibc/types/host_zone.pb.go +++ b/x/stakeibc/types/host_zone.pb.go @@ -332,7 +332,7 @@ var fileDescriptor_f81bf5b42c61245a = []byte{ // 949 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x96, 0x41, 0x6f, 0xdb, 0x36, 0x14, 0x80, 0xe3, 0xd6, 0x4d, 0x14, 0xa6, 0x89, 0x65, 0xc5, 0xf1, 0xe4, 0xb4, 0xb1, 0x1d, 0xb7, - 0x1b, 0xbc, 0x43, 0xec, 0xc1, 0x3d, 0x0c, 0x18, 0x76, 0x58, 0xda, 0x0c, 0xa8, 0x8d, 0xa0, 0x2b, + 0x1b, 0xbc, 0x43, 0x6c, 0xcc, 0x3d, 0x0c, 0x18, 0x76, 0x58, 0xda, 0x0c, 0xa8, 0x8d, 0xa0, 0x2b, 0x94, 0x62, 0x18, 0xba, 0x03, 0x41, 0x89, 0x8c, 0xcd, 0x45, 0x22, 0x3d, 0x92, 0x6e, 0x9c, 0xfd, 0x88, 0x61, 0x3f, 0xa6, 0x3f, 0xa2, 0xc7, 0xa2, 0xa7, 0x62, 0x87, 0x62, 0x48, 0xfe, 0xc8, 0x20, 0x4a, 0xb2, 0x65, 0x2b, 0x83, 0xd0, 0xc1, 0x27, 0x4b, 0x7c, 0x8f, 0xdf, 0xe7, 0x67, 0x3d, 0xd1, @@ -388,8 +388,8 @@ var fileDescriptor_f81bf5b42c61245a = []byte{ 0xd3, 0x77, 0xd7, 0xf5, 0xc2, 0xfb, 0xeb, 0x7a, 0xe1, 0x9f, 0xeb, 0x7a, 0xe1, 0xaf, 0x9b, 0xfa, 0xda, 0xfb, 0x9b, 0xfa, 0xda, 0xc7, 0x9b, 0xfa, 0xda, 0xeb, 0x5e, 0xea, 0xc7, 0x3b, 0xd3, 0x95, 0x1d, 0x9d, 0x22, 0x57, 0x76, 0xe3, 0x71, 0xef, 0x4d, 0xef, 0x9b, 0xee, 0x74, 0x3e, 0xf4, 0xe9, - 0x1f, 0xd3, 0x5d, 0xd7, 0x03, 0xdc, 0x93, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0x5b, 0x5d, 0x7e, - 0xaa, 0x46, 0x0a, 0x00, 0x00, + 0x1f, 0xd3, 0x5d, 0xd7, 0x03, 0xdc, 0x93, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0xcc, 0xfb, 0x63, + 0x4d, 0x46, 0x0a, 0x00, 0x00, } func (m *CommunityPoolRebate) Marshal() (dAtA []byte, err error) { diff --git a/x/stakeibc/types/host_zone_test.go b/x/stakeibc/types/host_zone_test.go index a8b4738ac4..bff105e987 100644 --- a/x/stakeibc/types/host_zone_test.go +++ b/x/stakeibc/types/host_zone_test.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func TestHostZoneUnbondingFrequency(t *testing.T) { diff --git a/x/stakeibc/types/ica_account.pb.go b/x/stakeibc/types/ica_account.pb.go index 6a6ba2f7f9..282ae8ac41 100644 --- a/x/stakeibc/types/ica_account.pb.go +++ b/x/stakeibc/types/ica_account.pb.go @@ -144,7 +144,7 @@ var fileDescriptor_2976ae6e7f6ce824 = []byte{ // 365 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x5c, 0x91, 0xc1, 0x4e, 0xe2, 0x40, 0x18, 0xc7, 0x3b, 0xc0, 0xd2, 0xdd, 0xc9, 0x2e, 0x4c, 0x66, 0x77, 0x4d, 0xf1, 0x50, 0x51, 0x2f, - 0xc4, 0xc4, 0xd6, 0xc0, 0x13, 0x54, 0x3a, 0xea, 0x24, 0xa5, 0x25, 0xc3, 0x20, 0xd1, 0x4b, 0xd3, + 0xc4, 0xc4, 0x36, 0xc2, 0x13, 0x54, 0x3a, 0xea, 0x24, 0xa5, 0x25, 0xc3, 0x20, 0xd1, 0x4b, 0xd3, 0x4e, 0x1b, 0x69, 0x8c, 0x2d, 0xa1, 0xc5, 0xc8, 0x5b, 0x78, 0xf7, 0x11, 0x7c, 0x11, 0x8f, 0x1c, 0x3d, 0x1a, 0x78, 0x11, 0x43, 0xc1, 0x34, 0x72, 0xfc, 0x7f, 0xdf, 0x2f, 0xbf, 0x2f, 0xf9, 0xfe, 0xf0, 0x30, 0xcd, 0xa6, 0x51, 0x10, 0xea, 0x69, 0xe6, 0xdd, 0x87, 0x91, 0x2f, 0xf4, 0x48, 0x78, @@ -164,7 +164,7 @@ var fileDescriptor_2976ae6e7f6ce824 = []byte{ 0xb1, 0x54, 0xc1, 0xf3, 0x4a, 0x95, 0x16, 0x2b, 0x55, 0x7a, 0x5f, 0xa9, 0xd2, 0x6d, 0xfb, 0x2e, 0xca, 0xc6, 0x33, 0x5f, 0x13, 0xc9, 0x83, 0x3e, 0xc8, 0xff, 0x76, 0x6a, 0x79, 0x7e, 0xaa, 0x6f, 0x0b, 0x7b, 0x6c, 0x9f, 0xe9, 0x4f, 0x45, 0x6d, 0xeb, 0xcf, 0xa5, 0x7e, 0x35, 0x6f, 0xac, 0xf3, - 0x19, 0x00, 0x00, 0xff, 0xff, 0x36, 0x70, 0xde, 0x31, 0xd6, 0x01, 0x00, 0x00, + 0x19, 0x00, 0x00, 0xff, 0xff, 0xa1, 0xd6, 0xc3, 0xd6, 0xd6, 0x01, 0x00, 0x00, } func (m *ICAAccount) Marshal() (dAtA []byte, err error) { diff --git a/x/stakeibc/types/ica_account_test.go b/x/stakeibc/types/ica_account_test.go index 449060cd94..b45acad574 100644 --- a/x/stakeibc/types/ica_account_test.go +++ b/x/stakeibc/types/ica_account_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func TestFormatHostZoneICAOwner(t *testing.T) { diff --git a/x/stakeibc/types/lsm_tx.pb.go b/x/stakeibc/types/lsm_tx.pb.go index c13684d905..9f5453544e 100644 --- a/x/stakeibc/types/lsm_tx.pb.go +++ b/x/stakeibc/types/lsm_tx.pb.go @@ -159,29 +159,29 @@ func init() { } var fileDescriptor_34c3b474a863e424 = []byte{ - // 349 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x4e, 0xce, 0x2f, 0xce, - 0xcd, 0x2f, 0xd6, 0x2f, 0x2e, 0x49, 0xcc, 0xce, 0xcc, 0x4b, 0xd7, 0x2f, 0x33, 0x4c, 0x4a, 0x2d, - 0x49, 0x34, 0xd4, 0xcf, 0x29, 0xce, 0x8d, 0x2f, 0xa9, 0xd0, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, - 0x12, 0x83, 0x28, 0xd2, 0x83, 0x2a, 0xd2, 0x83, 0x2a, 0x92, 0x12, 0x49, 0xcf, 0x4f, 0xcf, 0x07, - 0x2b, 0xd1, 0x07, 0xb1, 0x20, 0xaa, 0xa5, 0xe4, 0xa0, 0x46, 0x26, 0x25, 0x16, 0xa7, 0xc2, 0xcd, - 0x4b, 0xce, 0xcf, 0xcc, 0x83, 0xc8, 0x2b, 0xad, 0x60, 0xe4, 0x92, 0xf0, 0x2d, 0x4e, 0x0f, 0x4a, - 0x4d, 0x49, 0x4d, 0xcd, 0x0d, 0xc9, 0xcf, 0x4e, 0xcd, 0x2b, 0x76, 0xcb, 0x2f, 0x0a, 0xce, 0x48, - 0x2c, 0x4a, 0x2d, 0x16, 0xf2, 0xe4, 0x12, 0x4c, 0x49, 0xcd, 0x49, 0x4d, 0x4f, 0x2c, 0xc9, 0x2f, - 0x8a, 0x4f, 0x4c, 0x49, 0x29, 0x4a, 0x2d, 0x2e, 0x96, 0x60, 0x54, 0x60, 0xd4, 0xe0, 0x74, 0x92, - 0xf9, 0x74, 0x4f, 0x5e, 0xa2, 0x32, 0x31, 0x37, 0xc7, 0x4a, 0x09, 0x43, 0x89, 0x52, 0x90, 0x00, - 0x5c, 0xcc, 0x11, 0x22, 0x24, 0x64, 0xce, 0xc5, 0x96, 0x98, 0x9b, 0x5f, 0x9a, 0x57, 0x22, 0xc1, - 0xa4, 0xc0, 0xa8, 0xc1, 0x6d, 0x24, 0xa9, 0x07, 0xf5, 0x06, 0xc8, 0x61, 0x30, 0x3f, 0xe8, 0x39, - 0xe7, 0x67, 0xe6, 0x39, 0xb1, 0x9c, 0xb8, 0x27, 0xcf, 0x10, 0x04, 0x55, 0x6e, 0xc5, 0xd1, 0xb1, - 0x40, 0x9e, 0xe1, 0xc5, 0x02, 0x79, 0x06, 0xa5, 0x68, 0x2e, 0x05, 0x5c, 0x2e, 0x0d, 0x4a, 0x2d, - 0x2e, 0xc8, 0xcf, 0x2b, 0x4e, 0x45, 0xb2, 0x86, 0x91, 0x24, 0x6b, 0x94, 0xf2, 0xc1, 0xc1, 0xe0, - 0x92, 0x59, 0x9c, 0x98, 0x94, 0x93, 0x0a, 0x36, 0x3d, 0xb3, 0x2a, 0x95, 0xea, 0xc1, 0x80, 0xf0, - 0x8d, 0x93, 0xcf, 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, 0x19, 0xa5, 0x67, - 0x96, 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0x07, 0x97, 0x14, 0x65, 0xa6, 0xa4, 0xea, - 0xfa, 0x24, 0x26, 0x81, 0x52, 0x05, 0x88, 0xad, 0x5f, 0x66, 0x64, 0xa0, 0x5f, 0x01, 0x4e, 0x22, - 0xa9, 0x99, 0x49, 0xc9, 0xfa, 0x25, 0x95, 0x05, 0xa9, 0xc5, 0x49, 0x6c, 0xe0, 0xd8, 0x34, 0x06, - 0x04, 0x00, 0x00, 0xff, 0xff, 0xf8, 0x96, 0xef, 0x1b, 0x42, 0x02, 0x00, 0x00, + // 347 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x92, 0xbf, 0x4a, 0xc3, 0x50, + 0x14, 0xc6, 0x73, 0x45, 0x8a, 0xc6, 0x45, 0x8b, 0x48, 0x2c, 0x92, 0x94, 0xb8, 0x74, 0x31, 0x97, + 0xd6, 0x41, 0xe8, 0x66, 0x15, 0x41, 0xa8, 0x4b, 0xea, 0xa4, 0x43, 0xb9, 0x37, 0x39, 0xa4, 0x97, + 0x26, 0x39, 0x25, 0xf7, 0xb6, 0xb4, 0x3e, 0x81, 0xa3, 0x8f, 0xd0, 0xd1, 0x47, 0xe9, 0xd8, 0xd1, + 0xa9, 0x48, 0xbb, 0x38, 0xfb, 0x04, 0x92, 0x3f, 0x56, 0x41, 0x1c, 0x04, 0xb7, 0xc3, 0xb9, 0x3f, + 0xbe, 0x73, 0xbe, 0x73, 0x3f, 0xfd, 0xd8, 0x43, 0x19, 0xa1, 0xa4, 0x52, 0xb1, 0xbe, 0x88, 0x03, + 0x3a, 0xaa, 0x73, 0x50, 0xac, 0x4e, 0x43, 0x19, 0x75, 0xd5, 0xd8, 0x19, 0x24, 0xa8, 0xb0, 0x7c, + 0x90, 0x43, 0x4e, 0x01, 0x39, 0x05, 0x54, 0xd9, 0x0f, 0x30, 0xc0, 0x0c, 0xa1, 0x69, 0x95, 0xd3, + 0x15, 0xb3, 0x90, 0xe4, 0x4c, 0xc2, 0x5a, 0xcf, 0x43, 0x11, 0xe7, 0xef, 0xf6, 0x33, 0xd1, 0x8d, + 0x1b, 0x19, 0xb8, 0xe0, 0x03, 0x44, 0xb7, 0xd8, 0x87, 0x58, 0x5e, 0x61, 0xd2, 0xe9, 0xb1, 0x04, + 0x64, 0xf9, 0x5a, 0xdf, 0xf3, 0x21, 0x84, 0x80, 0x29, 0x4c, 0xba, 0xcc, 0xf7, 0x13, 0x90, 0xd2, + 0x20, 0x55, 0x52, 0xdb, 0x6e, 0x1d, 0xbd, 0x2f, 0x2c, 0x63, 0xc2, 0xa2, 0xb0, 0x69, 0xff, 0x40, + 0x6c, 0x77, 0x77, 0xdd, 0x3b, 0xcf, 0x5b, 0xe5, 0x33, 0xbd, 0xc4, 0x22, 0x1c, 0xc6, 0xca, 0xd8, + 0xa8, 0x92, 0xda, 0x4e, 0xe3, 0xd0, 0x29, 0x6c, 0xa4, 0x8b, 0x7d, 0x7a, 0x70, 0x2e, 0x50, 0xc4, + 0xad, 0xcd, 0xd9, 0xc2, 0xd2, 0xdc, 0x02, 0x6f, 0x6e, 0x3d, 0x4e, 0x2d, 0xed, 0x6d, 0x6a, 0x69, + 0xf6, 0xbd, 0x5e, 0xfd, 0x6d, 0x53, 0x17, 0xe4, 0x00, 0x63, 0x09, 0xdf, 0xc6, 0x90, 0x3f, 0x8d, + 0xb1, 0x31, 0x3b, 0xc3, 0xa5, 0x90, 0x8c, 0x87, 0x90, 0xa9, 0x8b, 0x07, 0xf8, 0xf7, 0x33, 0x7c, + 0xb9, 0x69, 0xb5, 0x67, 0x4b, 0x93, 0xcc, 0x97, 0x26, 0x79, 0x5d, 0x9a, 0xe4, 0x69, 0x65, 0x6a, + 0xf3, 0x95, 0xa9, 0xbd, 0xac, 0x4c, 0xed, 0xae, 0x11, 0x08, 0xd5, 0x1b, 0x72, 0xc7, 0xc3, 0x88, + 0x76, 0x54, 0x22, 0x7c, 0x38, 0x69, 0x33, 0x9e, 0xa6, 0x22, 0xad, 0xe9, 0xa8, 0x51, 0xa7, 0xe3, + 0x2c, 0x22, 0x20, 0xb8, 0x47, 0xd5, 0x64, 0x00, 0x92, 0x97, 0xb2, 0xdf, 0x3c, 0xfd, 0x08, 0x00, + 0x00, 0xff, 0xff, 0x6f, 0x30, 0xf2, 0xfc, 0x42, 0x02, 0x00, 0x00, } func (m *MsgRedeemTokensForShares) Marshal() (dAtA []byte, err error) { diff --git a/x/stakeibc/types/message_add_validators.go b/x/stakeibc/types/message_add_validators.go index 2591883c49..9e7f94eae6 100644 --- a/x/stakeibc/types/message_add_validators.go +++ b/x/stakeibc/types/message_add_validators.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v20/utils" + "github.com/Stride-Labs/stride/v21/utils" ) const TypeMsgAddValidators = "add_validators" diff --git a/x/stakeibc/types/message_add_validators_test.go b/x/stakeibc/types/message_add_validators_test.go index ff634b99ff..b63da67df3 100644 --- a/x/stakeibc/types/message_add_validators_test.go +++ b/x/stakeibc/types/message_add_validators_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v20/app/apptesting" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func TestMsgAddValidators_ValidateBasic(t *testing.T) { diff --git a/x/stakeibc/types/message_change_validator_weight.go b/x/stakeibc/types/message_change_validator_weight.go index 2952674538..e99a56a867 100644 --- a/x/stakeibc/types/message_change_validator_weight.go +++ b/x/stakeibc/types/message_change_validator_weight.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v20/utils" + "github.com/Stride-Labs/stride/v21/utils" ) const TypeMsgChangeValidatorWeights = "change_validator_weight" diff --git a/x/stakeibc/types/message_change_validator_weight_test.go b/x/stakeibc/types/message_change_validator_weight_test.go index 2a8b50adb9..1b6c80e86c 100644 --- a/x/stakeibc/types/message_change_validator_weight_test.go +++ b/x/stakeibc/types/message_change_validator_weight_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v20/app/apptesting" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func TestMsgChangeValidatorWeight_ValidateBasic(t *testing.T) { diff --git a/x/stakeibc/types/message_claim_undelegated_tokens_test.go b/x/stakeibc/types/message_claim_undelegated_tokens_test.go index 471abbc206..01b068bc10 100644 --- a/x/stakeibc/types/message_claim_undelegated_tokens_test.go +++ b/x/stakeibc/types/message_claim_undelegated_tokens_test.go @@ -7,7 +7,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v20/testutil/sample" + "github.com/Stride-Labs/stride/v21/testutil/sample" ) func TestMsgClaimUndelegatedTokens_ValidateBasic(t *testing.T) { diff --git a/x/stakeibc/types/message_clear_balance.go b/x/stakeibc/types/message_clear_balance.go index 068414e754..aa5615aab7 100644 --- a/x/stakeibc/types/message_clear_balance.go +++ b/x/stakeibc/types/message_clear_balance.go @@ -8,7 +8,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - "github.com/Stride-Labs/stride/v20/utils" + "github.com/Stride-Labs/stride/v21/utils" ) const TypeMsgClearBalance = "clear_balance" diff --git a/x/stakeibc/types/message_create_trade_route_test.go b/x/stakeibc/types/message_create_trade_route_test.go index e5d86fc2bf..d6df42ae96 100644 --- a/x/stakeibc/types/message_create_trade_route_test.go +++ b/x/stakeibc/types/message_create_trade_route_test.go @@ -8,8 +8,8 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v20/app/apptesting" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func TestMsgCreateTradeRoute(t *testing.T) { diff --git a/x/stakeibc/types/message_delete_trade_route_test.go b/x/stakeibc/types/message_delete_trade_route_test.go index eba07fbf26..4cac2b4d70 100644 --- a/x/stakeibc/types/message_delete_trade_route_test.go +++ b/x/stakeibc/types/message_delete_trade_route_test.go @@ -7,8 +7,8 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v20/app/apptesting" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func TestMsgDeleteTradeRoute(t *testing.T) { diff --git a/x/stakeibc/types/message_delete_validator.go b/x/stakeibc/types/message_delete_validator.go index f35fdc0904..6b4cc1698f 100644 --- a/x/stakeibc/types/message_delete_validator.go +++ b/x/stakeibc/types/message_delete_validator.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v20/utils" + "github.com/Stride-Labs/stride/v21/utils" ) const TypeMsgDeleteValidator = "delete_validator" diff --git a/x/stakeibc/types/message_delete_validator_test.go b/x/stakeibc/types/message_delete_validator_test.go index 01afab4579..09c4f1d7db 100644 --- a/x/stakeibc/types/message_delete_validator_test.go +++ b/x/stakeibc/types/message_delete_validator_test.go @@ -6,7 +6,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v20/testutil/sample" + "github.com/Stride-Labs/stride/v21/testutil/sample" ) func TestMsgDeleteValidator_ValidateBasic(t *testing.T) { diff --git a/x/stakeibc/types/message_liquid_stake_test.go b/x/stakeibc/types/message_liquid_stake_test.go index 24ff90f952..95baae9bf9 100644 --- a/x/stakeibc/types/message_liquid_stake_test.go +++ b/x/stakeibc/types/message_liquid_stake_test.go @@ -7,7 +7,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v20/testutil/sample" + "github.com/Stride-Labs/stride/v21/testutil/sample" ) func TestMsgLiquidStake_ValidateBasic(t *testing.T) { diff --git a/x/stakeibc/types/message_lsm_liquid_stake_test.go b/x/stakeibc/types/message_lsm_liquid_stake_test.go index e03bdafae0..5fe3ce8f8b 100644 --- a/x/stakeibc/types/message_lsm_liquid_stake_test.go +++ b/x/stakeibc/types/message_lsm_liquid_stake_test.go @@ -7,8 +7,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v20/app/apptesting" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func TestMsgLSMLiquidStake(t *testing.T) { diff --git a/x/stakeibc/types/message_rebalance_validators.go b/x/stakeibc/types/message_rebalance_validators.go index 4f979cab80..103666b77c 100644 --- a/x/stakeibc/types/message_rebalance_validators.go +++ b/x/stakeibc/types/message_rebalance_validators.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v20/utils" + "github.com/Stride-Labs/stride/v21/utils" ) const ( diff --git a/x/stakeibc/types/message_rebalance_validators_test.go b/x/stakeibc/types/message_rebalance_validators_test.go index 357c860624..ed9a38d8c6 100644 --- a/x/stakeibc/types/message_rebalance_validators_test.go +++ b/x/stakeibc/types/message_rebalance_validators_test.go @@ -6,8 +6,8 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v20/app/apptesting" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func TestMsgRebalanceValidators_ValidateBasic(t *testing.T) { diff --git a/x/stakeibc/types/message_redeem_stake_test.go b/x/stakeibc/types/message_redeem_stake_test.go index b4ce630e40..7443299097 100644 --- a/x/stakeibc/types/message_redeem_stake_test.go +++ b/x/stakeibc/types/message_redeem_stake_test.go @@ -8,7 +8,7 @@ import ( sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v20/testutil/sample" + "github.com/Stride-Labs/stride/v21/testutil/sample" ) func TestMsgRedeemStake_ValidateBasic(t *testing.T) { diff --git a/x/stakeibc/types/message_register_host_zone.go b/x/stakeibc/types/message_register_host_zone.go index 98498b3606..bba68fbb65 100644 --- a/x/stakeibc/types/message_register_host_zone.go +++ b/x/stakeibc/types/message_register_host_zone.go @@ -9,7 +9,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" ibctransfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" - "github.com/Stride-Labs/stride/v20/utils" + "github.com/Stride-Labs/stride/v21/utils" ) const TypeMsgRegisterHostZone = "register_host_zone" diff --git a/x/stakeibc/types/message_restore_interchain_account_test.go b/x/stakeibc/types/message_restore_interchain_account_test.go index 06228fe047..7d82afc983 100644 --- a/x/stakeibc/types/message_restore_interchain_account_test.go +++ b/x/stakeibc/types/message_restore_interchain_account_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v20/testutil/sample" + "github.com/Stride-Labs/stride/v21/testutil/sample" ) func TestMsgRestoreInterchainAccount_ValidateBasic(t *testing.T) { diff --git a/x/stakeibc/types/message_resume_host_zone.go b/x/stakeibc/types/message_resume_host_zone.go index b1650cc567..27da3684ab 100644 --- a/x/stakeibc/types/message_resume_host_zone.go +++ b/x/stakeibc/types/message_resume_host_zone.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v20/utils" + "github.com/Stride-Labs/stride/v21/utils" ) const TypeMsgResumeHostZone = "resume_host_zone" diff --git a/x/stakeibc/types/message_set_community_pool_rebate.go b/x/stakeibc/types/message_set_community_pool_rebate.go index 206cb61767..c2d1a8a67c 100644 --- a/x/stakeibc/types/message_set_community_pool_rebate.go +++ b/x/stakeibc/types/message_set_community_pool_rebate.go @@ -9,7 +9,7 @@ import ( sdkmath "cosmossdk.io/math" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v20/utils" + "github.com/Stride-Labs/stride/v21/utils" ) const TypeMsgSetCommunityPoolRebate = "set_community_pool_rebate" diff --git a/x/stakeibc/types/message_set_community_pool_rebate_test.go b/x/stakeibc/types/message_set_community_pool_rebate_test.go index fe2b72f97c..1bdaa863b7 100644 --- a/x/stakeibc/types/message_set_community_pool_rebate_test.go +++ b/x/stakeibc/types/message_set_community_pool_rebate_test.go @@ -8,8 +8,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v20/app/apptesting" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func TestMsgSetCommunityPoolRebate(t *testing.T) { diff --git a/x/stakeibc/types/message_toggle_trade_controller.go b/x/stakeibc/types/message_toggle_trade_controller.go index c66537c22f..9440f38015 100644 --- a/x/stakeibc/types/message_toggle_trade_controller.go +++ b/x/stakeibc/types/message_toggle_trade_controller.go @@ -8,7 +8,7 @@ import ( errorsmod "cosmossdk.io/errors" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v20/utils" + "github.com/Stride-Labs/stride/v21/utils" ) const TypeMsgToggleTradeController = "toggle_trade_controller" diff --git a/x/stakeibc/types/message_toggle_trade_controller_test.go b/x/stakeibc/types/message_toggle_trade_controller_test.go index 20580921c4..95298fa5b8 100644 --- a/x/stakeibc/types/message_toggle_trade_controller_test.go +++ b/x/stakeibc/types/message_toggle_trade_controller_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v20/app/apptesting" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func TestMsgToggleTradeController(t *testing.T) { diff --git a/x/stakeibc/types/message_update_inner_redemption_rate_bounds.go b/x/stakeibc/types/message_update_inner_redemption_rate_bounds.go index 008cd3d8f3..63c7126f1f 100644 --- a/x/stakeibc/types/message_update_inner_redemption_rate_bounds.go +++ b/x/stakeibc/types/message_update_inner_redemption_rate_bounds.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v20/utils" + "github.com/Stride-Labs/stride/v21/utils" ) const TypeMsgUpdateInnerRedemptionRateBounds = "update_inner_redemption_rate_bounds" diff --git a/x/stakeibc/types/message_update_trade_route_test.go b/x/stakeibc/types/message_update_trade_route_test.go index 5d7abcd059..9c3d087b22 100644 --- a/x/stakeibc/types/message_update_trade_route_test.go +++ b/x/stakeibc/types/message_update_trade_route_test.go @@ -8,8 +8,8 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v20/app/apptesting" - "github.com/Stride-Labs/stride/v20/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + "github.com/Stride-Labs/stride/v21/x/stakeibc/types" ) func TestMsgUpdateTradeRoute(t *testing.T) { diff --git a/x/stakeibc/types/osmosis.pb.go b/x/stakeibc/types/osmosis.pb.go index e57aed4205..8311b9c2d2 100644 --- a/x/stakeibc/types/osmosis.pb.go +++ b/x/stakeibc/types/osmosis.pb.go @@ -302,9 +302,9 @@ var fileDescriptor_39668b2e9488de8c = []byte{ 0xea, 0xa1, 0x28, 0x0a, 0x9e, 0x3f, 0xbe, 0xbc, 0x36, 0xb5, 0xab, 0x6b, 0x53, 0xfb, 0xe3, 0xda, 0xd4, 0x2e, 0x6e, 0xcc, 0xca, 0xd5, 0x8d, 0x59, 0xf9, 0xf5, 0xc6, 0xac, 0xfc, 0x38, 0x88, 0x31, 0x9f, 0xe5, 0x13, 0x27, 0xa2, 0xc4, 0x3d, 0xe6, 0x19, 0x9e, 0xa2, 0xde, 0x18, 0x4e, 0x98, 0xcb, - 0xe4, 0xd9, 0x3d, 0x1d, 0xf4, 0xdd, 0x33, 0x97, 0x71, 0x78, 0x82, 0xf0, 0x24, 0x72, 0xf9, 0x79, - 0x8a, 0xd8, 0xa4, 0x2e, 0x9b, 0xfa, 0xf6, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x0c, 0x0c, 0xd5, - 0xae, 0x3d, 0x06, 0x00, 0x00, + 0xe4, 0xd9, 0x3d, 0x1d, 0x78, 0xee, 0x99, 0xcb, 0x38, 0x3c, 0x41, 0x78, 0x12, 0xb9, 0xfc, 0x3c, + 0x45, 0x6c, 0x52, 0x97, 0x4d, 0x7d, 0xfb, 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x9b, 0xaa, 0xc8, + 0x49, 0x3d, 0x06, 0x00, 0x00, } func (m *MsgSwapExactAmountIn) Marshal() (dAtA []byte, err error) { diff --git a/x/stakeibc/types/packet.pb.go b/x/stakeibc/types/packet.pb.go index a80b31e5b9..12900e7b78 100644 --- a/x/stakeibc/types/packet.pb.go +++ b/x/stakeibc/types/packet.pb.go @@ -150,8 +150,8 @@ var fileDescriptor_a86fa6a12773333f = []byte{ 0x8c, 0x17, 0x1e, 0xc9, 0x31, 0x3e, 0x78, 0x24, 0xc7, 0x38, 0xe1, 0xb1, 0x1c, 0xc3, 0x85, 0xc7, 0x72, 0x0c, 0x37, 0x1e, 0xcb, 0x31, 0x44, 0x19, 0xa5, 0x67, 0x96, 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0x07, 0x83, 0x8d, 0xd6, 0xf5, 0x49, 0x4c, 0x2a, 0xd6, 0x87, 0xba, 0xbe, 0xcc, - 0xc8, 0x40, 0xbf, 0x02, 0xe1, 0x87, 0x92, 0xca, 0x82, 0xd4, 0xe2, 0x24, 0x36, 0xb0, 0x1f, 0x8c, - 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0x8d, 0x8b, 0x72, 0x70, 0xe3, 0x00, 0x00, 0x00, + 0xc8, 0x50, 0xbf, 0x02, 0xe1, 0x87, 0x92, 0xca, 0x82, 0xd4, 0xe2, 0x24, 0x36, 0xb0, 0x1f, 0x8c, + 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0x1a, 0x2d, 0x6f, 0x97, 0xe3, 0x00, 0x00, 0x00, } func (m *StakeibcPacketData) Marshal() (dAtA []byte, err error) { diff --git a/x/stakeibc/types/params.pb.go b/x/stakeibc/types/params.pb.go index 0d34762c77..f608c9e3cb 100644 --- a/x/stakeibc/types/params.pb.go +++ b/x/stakeibc/types/params.pb.go @@ -199,40 +199,40 @@ var fileDescriptor_5aeaab6a38c2b438 = []byte{ // 580 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x94, 0x41, 0x6f, 0xd3, 0x3e, 0x18, 0xc6, 0xdb, 0xff, 0x3f, 0xda, 0x3a, 0x0f, 0x58, 0x9a, 0x4d, 0x10, 0x4d, 0x23, 0x03, 0x24, - 0x24, 0xc6, 0x60, 0x99, 0xc6, 0x05, 0xb1, 0x03, 0xd2, 0xa6, 0x1d, 0x36, 0x0d, 0x54, 0xda, 0x4a, - 0x48, 0x5c, 0x2c, 0xc7, 0x79, 0xdb, 0x58, 0x4b, 0xe2, 0x60, 0xbb, 0x5d, 0xb7, 0x8f, 0xc0, 0x89, - 0x23, 0x47, 0x3e, 0x0e, 0xc7, 0x1d, 0x39, 0xa2, 0xf6, 0x8b, 0xa0, 0xd8, 0x69, 0xd2, 0xa0, 0xc1, - 0xad, 0x7a, 0x9e, 0xdf, 0xfb, 0xe4, 0xc9, 0xeb, 0xc6, 0x68, 0x4b, 0x2a, 0xc1, 0x42, 0xf0, 0xa5, - 0x22, 0x17, 0xc0, 0x02, 0xea, 0x67, 0x44, 0x90, 0x44, 0xee, 0x65, 0x82, 0x2b, 0xee, 0xac, 0x19, - 0x77, 0x6f, 0xee, 0x6e, 0x6e, 0x0c, 0xf9, 0x90, 0x6b, 0xcf, 0xcf, 0x7f, 0x19, 0xec, 0xc9, 0x97, - 0x65, 0xb4, 0xd4, 0xd1, 0x73, 0xce, 0x0e, 0xb2, 0x05, 0x5c, 0x12, 0x11, 0x4a, 0xcc, 0x52, 0x05, - 0x62, 0x4c, 0x62, 0xb7, 0xf9, 0xa8, 0xf9, 0xcc, 0xea, 0xae, 0x15, 0xfa, 0x69, 0x21, 0x3b, 0xbb, - 0xa8, 0x1d, 0x42, 0x0c, 0x43, 0xa2, 0xa0, 0x62, 0x97, 0x34, 0x6b, 0xcf, 0x8d, 0x12, 0xde, 0x41, - 0x76, 0x08, 0x19, 0x97, 0x4c, 0x55, 0xec, 0x7f, 0x26, 0xb7, 0xd0, 0x4b, 0xf4, 0x35, 0x72, 0x05, - 0x84, 0x90, 0x64, 0x8a, 0xf1, 0x14, 0x8b, 0x5a, 0xfc, 0xff, 0x7a, 0xe4, 0x7e, 0xe5, 0x77, 0x17, - 0x1f, 0xb2, 0x8b, 0xda, 0xe6, 0x85, 0x31, 0xe5, 0x49, 0xc2, 0xa4, 0x64, 0x3c, 0x75, 0x2d, 0xd3, - 0xc8, 0x18, 0xc7, 0xa5, 0x9e, 0xc3, 0x02, 0x58, 0x3a, 0x06, 0xb9, 0x50, 0x69, 0xd9, 0xc0, 0x73, - 0xa3, 0x4c, 0x7e, 0x8e, 0xda, 0x8c, 0x12, 0xac, 0x58, 0x02, 0x7c, 0xa4, 0x70, 0x4a, 0x52, 0x2e, - 0xdd, 0x15, 0xd3, 0x9f, 0x51, 0xd2, 0x37, 0xfa, 0xfb, 0x5c, 0x76, 0xb6, 0xd1, 0x6a, 0x30, 0x1a, - 0x0c, 0x40, 0x60, 0xc9, 0xae, 0xc1, 0x45, 0x9a, 0x42, 0x46, 0xea, 0xb1, 0x6b, 0x70, 0x5e, 0x20, - 0x87, 0x05, 0xb4, 0x0c, 0x0b, 0x62, 0x4e, 0x2f, 0xa4, 0xbb, 0x6a, 0x1e, 0xcd, 0x02, 0x5a, 0xa4, - 0x1d, 0x69, 0xdd, 0x39, 0x44, 0x9b, 0x03, 0x00, 0xac, 0x04, 0x49, 0x65, 0x1e, 0x5a, 0xef, 0x70, - 0x47, 0x4f, 0x3d, 0x18, 0x00, 0xf4, 0x0b, 0xa0, 0xd6, 0xe5, 0x2d, 0x7a, 0x98, 0x90, 0x09, 0xd6, - 0xe7, 0x8f, 0xf3, 0x37, 0xa0, 0x24, 0x8e, 0x25, 0xce, 0x40, 0x60, 0xc8, 0x38, 0x8d, 0xdc, 0xbb, - 0x7a, 0xde, 0x4d, 0xc8, 0xa4, 0x97, 0x33, 0xa7, 0x94, 0x1c, 0xe7, 0x44, 0x07, 0xc4, 0x49, 0xee, - 0x3b, 0x1d, 0xf4, 0x34, 0x84, 0x01, 0x19, 0xc5, 0x0a, 0x27, 0x2c, 0xc5, 0x7f, 0x1e, 0x8c, 0x8a, - 0x04, 0xc8, 0x88, 0xc7, 0xa1, 0x7b, 0x4f, 0x07, 0x3d, 0x2e, 0xe0, 0x77, 0x2c, 0xed, 0xd6, 0xce, - 0xa8, 0x3f, 0x07, 0x6b, 0x89, 0x64, 0xf2, 0x8f, 0xc4, 0xb5, 0x7a, 0x22, 0x99, 0xfc, 0x2d, 0xf1, - 0x10, 0x6d, 0xea, 0x7d, 0xde, 0xbe, 0x21, 0xdb, 0x6c, 0x28, 0xdf, 0xeb, 0x6d, 0x1b, 0x3a, 0x41, - 0xdb, 0x63, 0x12, 0xb3, 0x90, 0x28, 0x2e, 0xb0, 0x8c, 0x89, 0x8c, 0xf0, 0xe7, 0x11, 0x88, 0xab, - 0x85, 0x22, 0xeb, 0x3a, 0x61, 0xab, 0xc4, 0x7a, 0x39, 0xf5, 0x21, 0x87, 0xaa, 0x0e, 0xfb, 0x68, - 0xa3, 0x8a, 0xb9, 0x04, 0x36, 0x8c, 0x14, 0xa6, 0x24, 0x73, 0x37, 0xf4, 0xac, 0x53, 0x7a, 0x1f, - 0xb5, 0x75, 0x4c, 0xb2, 0x37, 0xd6, 0xb7, 0xef, 0xdb, 0x8d, 0x33, 0xab, 0xd5, 0xb2, 0x57, 0xce, - 0xac, 0x56, 0xdb, 0x76, 0xce, 0xac, 0x96, 0x63, 0xaf, 0x1f, 0x9d, 0xff, 0x98, 0x7a, 0xcd, 0x9b, - 0xa9, 0xd7, 0xfc, 0x35, 0xf5, 0x9a, 0x5f, 0x67, 0x5e, 0xe3, 0x66, 0xe6, 0x35, 0x7e, 0xce, 0xbc, - 0xc6, 0xa7, 0x83, 0x21, 0x53, 0xd1, 0x28, 0xd8, 0xa3, 0x3c, 0xf1, 0x7b, 0xfa, 0xef, 0xfc, 0xf2, - 0x9c, 0x04, 0xd2, 0x2f, 0xae, 0x80, 0xf1, 0xc1, 0xbe, 0x3f, 0xa9, 0x2e, 0x02, 0x75, 0x95, 0x81, - 0x0c, 0x96, 0xf4, 0x17, 0xfe, 0xea, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0x06, 0xbc, 0xaf, 0xf9, + 0x24, 0xc6, 0x60, 0x81, 0x71, 0x41, 0xec, 0x80, 0xb4, 0x69, 0x87, 0x4d, 0x03, 0x95, 0xb6, 0x12, + 0x12, 0x17, 0xcb, 0x71, 0xde, 0x36, 0xd6, 0x92, 0x38, 0xd8, 0x6e, 0xd7, 0xed, 0x23, 0x70, 0xe2, + 0xc8, 0x91, 0x8f, 0xc3, 0x71, 0x47, 0x8e, 0xa8, 0xfd, 0x22, 0x28, 0x76, 0x9a, 0x34, 0x68, 0x70, + 0xab, 0x9e, 0xe7, 0xf7, 0x3e, 0x79, 0xf2, 0xba, 0x31, 0xda, 0x92, 0x4a, 0xb0, 0x10, 0x7c, 0xa9, + 0xc8, 0x39, 0xb0, 0x80, 0xfa, 0x19, 0x11, 0x24, 0x91, 0x7b, 0x99, 0xe0, 0x8a, 0x3b, 0x6b, 0xc6, + 0xdd, 0x9b, 0xbb, 0x9b, 0x1b, 0x43, 0x3e, 0xe4, 0xda, 0xf3, 0xf3, 0x5f, 0x06, 0x7b, 0xf4, 0x65, + 0x19, 0x2d, 0x75, 0xf4, 0x9c, 0xb3, 0x83, 0x6c, 0x01, 0x17, 0x44, 0x84, 0x12, 0xb3, 0x54, 0x81, + 0x18, 0x93, 0xd8, 0x6d, 0x3e, 0x68, 0x3e, 0xb1, 0xba, 0x6b, 0x85, 0x7e, 0x52, 0xc8, 0xce, 0x2e, + 0x6a, 0x87, 0x10, 0xc3, 0x90, 0x28, 0xa8, 0xd8, 0x25, 0xcd, 0xda, 0x73, 0xa3, 0x84, 0x77, 0x90, + 0x1d, 0x42, 0xc6, 0x25, 0x53, 0x15, 0xfb, 0x9f, 0xc9, 0x2d, 0xf4, 0x12, 0x7d, 0x8d, 0x5c, 0x01, + 0x21, 0x24, 0x99, 0x62, 0x3c, 0xc5, 0xa2, 0x16, 0xff, 0xbf, 0x1e, 0xb9, 0x5b, 0xf9, 0xdd, 0xc5, + 0x87, 0xec, 0xa2, 0xb6, 0x79, 0x61, 0x4c, 0x79, 0x92, 0x30, 0x29, 0x19, 0x4f, 0x5d, 0xcb, 0x34, + 0x32, 0xc6, 0x51, 0xa9, 0xe7, 0xb0, 0x00, 0x96, 0x8e, 0x41, 0x2e, 0x54, 0x5a, 0x36, 0xf0, 0xdc, + 0x28, 0x93, 0x9f, 0xa2, 0x36, 0xa3, 0x04, 0x2b, 0x96, 0x00, 0x1f, 0x29, 0x9c, 0x92, 0x94, 0x4b, + 0x77, 0xc5, 0xf4, 0x67, 0x94, 0xf4, 0x8d, 0xfe, 0x3e, 0x97, 0x9d, 0x6d, 0xb4, 0x1a, 0x8c, 0x06, + 0x03, 0x10, 0x58, 0xb2, 0x2b, 0x70, 0x91, 0xa6, 0x90, 0x91, 0x7a, 0xec, 0x0a, 0x9c, 0x67, 0xc8, + 0x61, 0x01, 0x2d, 0xc3, 0x82, 0x98, 0xd3, 0x73, 0xe9, 0xae, 0x9a, 0x47, 0xb3, 0x80, 0x16, 0x69, + 0x87, 0x5a, 0x77, 0x0e, 0xd0, 0xe6, 0x00, 0x00, 0x2b, 0x41, 0x52, 0x99, 0x87, 0xd6, 0x3b, 0xdc, + 0xd2, 0x53, 0xf7, 0x06, 0x00, 0xfd, 0x02, 0xa8, 0x75, 0x79, 0x8b, 0xee, 0x27, 0x64, 0x82, 0xf5, + 0xf9, 0xe3, 0xfc, 0x0d, 0x28, 0x89, 0x63, 0x89, 0x33, 0x10, 0x18, 0x32, 0x4e, 0x23, 0xf7, 0xb6, + 0x9e, 0x77, 0x13, 0x32, 0xe9, 0xe5, 0xcc, 0x09, 0x25, 0x47, 0x39, 0xd1, 0x01, 0x71, 0x9c, 0xfb, + 0x4e, 0x07, 0x3d, 0x0e, 0x61, 0x40, 0x46, 0xb1, 0xc2, 0x09, 0x4b, 0xf1, 0x9f, 0x07, 0xa3, 0x22, + 0x01, 0x32, 0xe2, 0x71, 0xe8, 0xde, 0xd1, 0x41, 0x0f, 0x0b, 0xf8, 0x1d, 0x4b, 0xbb, 0xb5, 0x33, + 0xea, 0xcf, 0xc1, 0x5a, 0x22, 0x99, 0xfc, 0x23, 0x71, 0xad, 0x9e, 0x48, 0x26, 0x7f, 0x4b, 0x3c, + 0x40, 0x9b, 0x7a, 0x9f, 0x37, 0x6f, 0xc8, 0x36, 0x1b, 0xca, 0xf7, 0x7a, 0xd3, 0x86, 0x8e, 0xd1, + 0xf6, 0x98, 0xc4, 0x2c, 0x24, 0x8a, 0x0b, 0x2c, 0x63, 0x22, 0x23, 0xfc, 0x79, 0x04, 0xe2, 0x72, + 0xa1, 0xc8, 0xba, 0x4e, 0xd8, 0x2a, 0xb1, 0x5e, 0x4e, 0x7d, 0xc8, 0xa1, 0xaa, 0xc3, 0x0b, 0xb4, + 0x51, 0xc5, 0x5c, 0x00, 0x1b, 0x46, 0x0a, 0x53, 0x92, 0xb9, 0x1b, 0x7a, 0xd6, 0x29, 0xbd, 0x8f, + 0xda, 0x3a, 0x22, 0xd9, 0x1b, 0xeb, 0xdb, 0xf7, 0xed, 0xc6, 0xa9, 0xd5, 0x6a, 0xd9, 0x2b, 0xa7, + 0x56, 0xab, 0x6d, 0x3b, 0xa7, 0x56, 0xcb, 0xb1, 0xd7, 0x0f, 0xcf, 0x7e, 0x4c, 0xbd, 0xe6, 0xf5, + 0xd4, 0x6b, 0xfe, 0x9a, 0x7a, 0xcd, 0xaf, 0x33, 0xaf, 0x71, 0x3d, 0xf3, 0x1a, 0x3f, 0x67, 0x5e, + 0xe3, 0xd3, 0xfe, 0x90, 0xa9, 0x68, 0x14, 0xec, 0x51, 0x9e, 0xf8, 0x3d, 0xfd, 0x77, 0x7e, 0x7e, + 0x46, 0x02, 0xe9, 0x17, 0x57, 0xc0, 0x78, 0xff, 0xa5, 0x3f, 0xa9, 0x2e, 0x02, 0x75, 0x99, 0x81, + 0x0c, 0x96, 0xf4, 0x17, 0xfe, 0xea, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0x91, 0x1a, 0xb2, 0x1e, 0x28, 0x04, 0x00, 0x00, } diff --git a/x/stakeibc/types/query.pb.go b/x/stakeibc/types/query.pb.go index d93690c4ac..d42e48c7b8 100644 --- a/x/stakeibc/types/query.pb.go +++ b/x/stakeibc/types/query.pb.go @@ -1039,85 +1039,85 @@ func init() { func init() { proto.RegisterFile("stride/stakeibc/query.proto", fileDescriptor_494b786fe66f2b80) } var fileDescriptor_494b786fe66f2b80 = []byte{ - // 1239 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x97, 0x4d, 0x6f, 0x1b, 0x45, - 0x18, 0xc7, 0xb3, 0x6d, 0x9a, 0xa6, 0x4f, 0xd2, 0x86, 0x0e, 0x81, 0x38, 0x9b, 0xc4, 0x21, 0xd3, - 0xd0, 0xbc, 0x34, 0xf5, 0x36, 0x4e, 0x41, 0x6a, 0x44, 0x05, 0x8e, 0x68, 0x1b, 0xa3, 0x80, 0x82, - 0x5b, 0x2a, 0x54, 0x0e, 0xd6, 0x78, 0x77, 0xb0, 0x57, 0x5d, 0xef, 0xb8, 0xbb, 0xe3, 0x90, 0x10, - 0x59, 0x95, 0xf8, 0x00, 0xa8, 0x02, 0x21, 0x24, 0x6e, 0x45, 0x1c, 0x38, 0xf3, 0x29, 0x7a, 0xa3, - 0x12, 0x17, 0x4e, 0x11, 0x4a, 0xf8, 0x04, 0xfd, 0x04, 0x68, 0x67, 0x67, 0xd7, 0xeb, 0x7d, 0x31, - 0x4e, 0x6f, 0x9e, 0x99, 0xe7, 0xe5, 0x37, 0xcf, 0xcc, 0x3c, 0xff, 0x35, 0xcc, 0xb8, 0xdc, 0x31, - 0x0d, 0xaa, 0xb9, 0x9c, 0x3c, 0xa6, 0x66, 0x4d, 0xd7, 0x9e, 0xb4, 0xa9, 0x73, 0x50, 0x68, 0x39, - 0x8c, 0x33, 0x34, 0xe1, 0x2f, 0x16, 0x82, 0x45, 0x75, 0xb2, 0xce, 0xea, 0x4c, 0xac, 0x69, 0xde, - 0x2f, 0xdf, 0x4c, 0x9d, 0xad, 0x33, 0x56, 0xb7, 0xa8, 0x46, 0x5a, 0xa6, 0x46, 0x6c, 0x9b, 0x71, - 0xc2, 0x4d, 0x66, 0xbb, 0x72, 0x75, 0x55, 0x67, 0x6e, 0x93, 0xb9, 0x5a, 0x8d, 0xb8, 0xd4, 0x8f, - 0xae, 0xed, 0xad, 0xd7, 0x28, 0x27, 0xeb, 0x5a, 0x8b, 0xd4, 0x4d, 0x5b, 0x18, 0x07, 0x91, 0xe2, - 0x34, 0x2d, 0xe2, 0x90, 0x66, 0x10, 0x69, 0x3e, 0xbe, 0xba, 0x47, 0x2c, 0xd3, 0x20, 0x9c, 0x39, - 0x59, 0x06, 0x0d, 0xe6, 0xf2, 0xea, 0xb7, 0xcc, 0xa6, 0xd2, 0xe0, 0x4a, 0xdc, 0x80, 0xb6, 0x98, - 0xde, 0xa8, 0x72, 0x87, 0xe8, 0x8f, 0x69, 0x10, 0x65, 0x29, 0x6e, 0x44, 0x0c, 0xc3, 0xa1, 0xae, - 0x5b, 0x6d, 0xdb, 0x35, 0x66, 0x1b, 0xa6, 0x5d, 0x97, 0x86, 0x0b, 0x71, 0x43, 0xee, 0x10, 0x83, - 0x56, 0x1d, 0xd6, 0xe6, 0x32, 0x21, 0x7e, 0x0a, 0xcb, 0x9f, 0x7b, 0x5b, 0x2e, 0xdb, 0x9c, 0x3a, - 0x7a, 0x83, 0x98, 0x76, 0x49, 0xd7, 0x59, 0xdb, 0xe6, 0x77, 0x1d, 0xd6, 0x2c, 0xf9, 0x71, 0x2b, - 0xf4, 0x49, 0x9b, 0xba, 0x1c, 0x4d, 0xc2, 0x39, 0xf6, 0x8d, 0x4d, 0x9d, 0x9c, 0xf2, 0x8e, 0xb2, - 0x7c, 0xa1, 0xe2, 0x0f, 0xd0, 0x6d, 0xb8, 0xa8, 0x33, 0xdb, 0xa6, 0xba, 0x57, 0xa6, 0xaa, 0x69, - 0xe4, 0xce, 0x78, 0xab, 0x5b, 0xb9, 0x57, 0x47, 0xf3, 0x93, 0x07, 0xa4, 0x69, 0x6d, 0xe2, 0x9e, - 0x65, 0x5c, 0x19, 0xef, 0x8e, 0xcb, 0x06, 0x7e, 0xa6, 0xc0, 0xca, 0x00, 0x04, 0x6e, 0x8b, 0xd9, - 0x2e, 0x45, 0x3a, 0xa8, 0x66, 0x68, 0x57, 0x25, 0xbe, 0x61, 0x55, 0xee, 0xdf, 0xe7, 0xda, 0x7a, - 0xf7, 0xd5, 0xd1, 0xfc, 0x82, 0x9f, 0x39, 0xdb, 0x16, 0x57, 0x72, 0x66, 0x3c, 0xa1, 0x4c, 0x86, - 0x27, 0x01, 0x09, 0xa2, 0x5d, 0x71, 0xb6, 0x72, 0xf7, 0x78, 0x07, 0xde, 0xec, 0x99, 0x95, 0x44, - 0xef, 0xc1, 0x88, 0x7f, 0x07, 0x44, 0xf6, 0xb1, 0xe2, 0x54, 0x21, 0x76, 0x27, 0x0b, 0xbe, 0xc3, - 0xd6, 0xf0, 0x8b, 0xa3, 0xf9, 0xa1, 0x8a, 0x34, 0xc6, 0xef, 0xc3, 0xb4, 0x88, 0x76, 0x8f, 0xf2, - 0x87, 0xc1, 0x25, 0x09, 0x0b, 0x3d, 0x0d, 0xa3, 0x3e, 0xb4, 0x69, 0xc8, 0x5a, 0x9f, 0x17, 0xe3, - 0xb2, 0x81, 0xbf, 0x04, 0x35, 0xcd, 0x4f, 0xc2, 0x6c, 0x02, 0x84, 0x57, 0xce, 0x03, 0x3a, 0xbb, - 0x3c, 0x56, 0x54, 0x13, 0x40, 0xa1, 0x63, 0x25, 0x62, 0x8d, 0x6f, 0xc2, 0x54, 0x10, 0x79, 0x9b, - 0xb9, 0xfc, 0x11, 0xb3, 0xe9, 0x40, 0x3c, 0xb9, 0xa4, 0x97, 0xa4, 0xf9, 0x00, 0x2e, 0x84, 0xf7, - 0x5b, 0x56, 0x67, 0x3a, 0x01, 0x13, 0x78, 0xc9, 0xfa, 0x8c, 0x36, 0xe4, 0x18, 0x13, 0xc9, 0x53, - 0xb2, 0xac, 0x38, 0xcf, 0x5d, 0x80, 0xee, 0xcb, 0x94, 0x91, 0xaf, 0x16, 0xfc, 0x67, 0x5c, 0xf0, - 0x9e, 0x71, 0xc1, 0x6f, 0x12, 0xf2, 0x19, 0x17, 0x76, 0x49, 0x3d, 0xf0, 0xad, 0x44, 0x3c, 0xf1, - 0x73, 0x45, 0xd2, 0xf7, 0xe4, 0x48, 0xa7, 0x3f, 0x7b, 0x2a, 0x7a, 0x74, 0xaf, 0x07, 0xf1, 0x8c, - 0x40, 0x5c, 0xfa, 0x5f, 0x44, 0x3f, 0x75, 0x0f, 0xa3, 0x26, 0x2f, 0xca, 0xa7, 0xcc, 0x68, 0x5b, - 0x34, 0xf6, 0x22, 0x11, 0x0c, 0xdb, 0xa4, 0x49, 0xe5, 0xa1, 0x88, 0xdf, 0xf8, 0x86, 0xbc, 0x21, - 0x31, 0x07, 0xb9, 0x2b, 0x04, 0xc3, 0xde, 0x0b, 0x08, 0x3c, 0xbc, 0xdf, 0x78, 0x1b, 0x66, 0x82, - 0x33, 0xbc, 0xe3, 0xb5, 0x9b, 0x07, 0x7e, 0xb7, 0x09, 0x92, 0xac, 0xc0, 0x1b, 0x7e, 0x17, 0x32, - 0x0d, 0x6a, 0x73, 0xf3, 0x6b, 0x33, 0xec, 0x00, 0x13, 0x62, 0xbe, 0x1c, 0x4e, 0xe3, 0x06, 0xcc, - 0xa6, 0x47, 0x92, 0xd9, 0xb7, 0xe1, 0x62, 0x4f, 0x43, 0x93, 0x67, 0x37, 0x97, 0xa8, 0x6b, 0xd4, - 0x5b, 0xd6, 0x76, 0x9c, 0x46, 0xe6, 0xf0, 0x9c, 0x64, 0x2e, 0x59, 0x56, 0x0a, 0x73, 0x08, 0x92, - 0x58, 0xce, 0x06, 0x39, 0xfb, 0x7a, 0x20, 0x5f, 0xc1, 0x42, 0xb0, 0xe5, 0xcf, 0xe8, 0x3e, 0xdf, - 0xf5, 0x66, 0xf9, 0x7d, 0x0f, 0xc3, 0xd6, 0xc3, 0x0b, 0x3b, 0x07, 0xa0, 0x37, 0x88, 0x6d, 0x53, - 0xab, 0xfb, 0x84, 0x2e, 0xc8, 0x99, 0xb2, 0x81, 0xa6, 0xe0, 0x7c, 0x8b, 0x39, 0x3c, 0x6c, 0x9e, - 0x95, 0x11, 0x6f, 0x58, 0x36, 0xf0, 0x47, 0x80, 0xfb, 0x05, 0x97, 0x9b, 0x51, 0x61, 0xd4, 0x95, - 0x73, 0x22, 0xf6, 0x70, 0x25, 0x1c, 0xe3, 0x22, 0xbc, 0xed, 0x17, 0xc2, 0xbf, 0x07, 0x5f, 0x04, - 0x0a, 0xe1, 0xa2, 0x1c, 0x9c, 0xef, 0xe9, 0x9b, 0x95, 0x60, 0x88, 0xf7, 0x21, 0x9f, 0xee, 0x13, - 0x66, 0x7c, 0x08, 0x28, 0xa1, 0x39, 0x41, 0xbf, 0x59, 0x48, 0xd4, 0x30, 0x1e, 0x47, 0xd6, 0xf1, - 0x32, 0x89, 0xc7, 0xc7, 0x6f, 0xc9, 0x1e, 0x5b, 0xb2, 0xac, 0x07, 0x9e, 0x54, 0x55, 0x3c, 0xa5, - 0x72, 0xb1, 0xde, 0x3d, 0xec, 0xc8, 0x74, 0x48, 0xf3, 0x31, 0x8c, 0x47, 0x84, 0x2d, 0xe0, 0x98, - 0x49, 0x70, 0x74, 0x7d, 0x25, 0xc1, 0x18, 0xef, 0x46, 0x2b, 0x7e, 0x7f, 0x09, 0xce, 0x89, 0x2c, - 0xe8, 0x29, 0x8c, 0xf8, 0x3d, 0x1b, 0x5d, 0x49, 0xc4, 0x48, 0x0a, 0x83, 0xba, 0xd8, 0xdf, 0xc8, - 0x87, 0xc4, 0xab, 0xdf, 0xfd, 0xf5, 0xef, 0x8f, 0x67, 0x16, 0x11, 0xd6, 0xee, 0x0b, 0x6b, 0x8b, - 0xd4, 0x5c, 0x2d, 0xfd, 0x6b, 0x02, 0x3d, 0x57, 0x00, 0xba, 0xdd, 0x1d, 0xad, 0xa6, 0x27, 0x48, - 0x93, 0x0e, 0xf5, 0xda, 0x40, 0xb6, 0x92, 0x69, 0x53, 0x30, 0xdd, 0x44, 0x45, 0xc9, 0x74, 0x7d, - 0x27, 0x0d, 0xaa, 0xab, 0x11, 0xda, 0x61, 0x20, 0x03, 0x1d, 0xf4, 0x8b, 0x02, 0xa3, 0x41, 0xf7, - 0x43, 0xcb, 0x99, 0x59, 0x63, 0xad, 0x5b, 0x5d, 0x19, 0xc0, 0x52, 0xd2, 0xdd, 0x12, 0x74, 0x1b, - 0x68, 0xbd, 0x2f, 0x5d, 0xd8, 0xa3, 0xa3, 0x70, 0x3f, 0x28, 0x30, 0x16, 0xc4, 0x2b, 0x59, 0x56, - 0x16, 0x5f, 0x52, 0x5a, 0xb2, 0xf8, 0x52, 0x04, 0x02, 0x17, 0x04, 0xdf, 0x32, 0xba, 0x3a, 0x18, - 0x1f, 0xfa, 0x4d, 0x81, 0x8b, 0x3d, 0x4d, 0x39, 0xeb, 0x60, 0xd3, 0x5a, 0x7d, 0xd6, 0xc1, 0xa6, - 0x76, 0xf9, 0x01, 0x0f, 0xb6, 0x29, 0x7c, 0x83, 0x2f, 0x22, 0xed, 0xd0, 0x93, 0x8f, 0x0e, 0xfa, - 0x49, 0x81, 0xd9, 0x7e, 0xdf, 0x62, 0xe8, 0x56, 0x3a, 0xc9, 0x00, 0x5f, 0x90, 0xea, 0xe6, 0xeb, - 0xb8, 0xca, 0x57, 0xfe, 0x87, 0x02, 0xe3, 0xd1, 0x6e, 0x8c, 0xd6, 0x32, 0xaf, 0x52, 0x8a, 0x22, - 0xa8, 0xd7, 0x07, 0xb4, 0x96, 0x15, 0xbc, 0x23, 0x2a, 0xf8, 0x21, 0xba, 0xdd, 0xb7, 0x82, 0x3d, - 0x1a, 0xa2, 0x1d, 0xc6, 0x65, 0xb2, 0x83, 0x7e, 0x55, 0x60, 0x22, 0x1a, 0xdf, 0xbb, 0x8c, 0x6b, - 0x99, 0x57, 0xec, 0x14, 0xdc, 0x19, 0xc2, 0x86, 0x8b, 0x82, 0x7b, 0x0d, 0xad, 0x0e, 0xce, 0x8d, - 0xfe, 0x54, 0x00, 0x25, 0xe5, 0x05, 0x15, 0x33, 0x2b, 0x96, 0x29, 0x74, 0xea, 0xc6, 0xa9, 0x7c, - 0x24, 0xf3, 0xae, 0x60, 0xfe, 0x04, 0x6d, 0xf7, 0x65, 0xb6, 0xe9, 0x3e, 0xaf, 0xb6, 0x44, 0x84, - 0x6a, 0x20, 0x6f, 0xe2, 0xcd, 0x4b, 0x59, 0xed, 0x68, 0x87, 0x52, 0x44, 0x3b, 0xe8, 0x77, 0x05, - 0x2e, 0x27, 0x15, 0x6f, 0x29, 0xa3, 0x94, 0x71, 0x43, 0x55, 0x1b, 0xd0, 0xf0, 0x94, 0xad, 0xaa, - 0x2b, 0x95, 0xda, 0xa1, 0x7c, 0x74, 0x1d, 0xf4, 0xb3, 0x02, 0x97, 0x7a, 0x75, 0x0d, 0x2d, 0x66, - 0x1e, 0x79, 0xc4, 0x4a, 0x5d, 0x1b, 0xc4, 0x2a, 0x24, 0x5c, 0x17, 0x84, 0xd7, 0xd0, 0x4a, 0x5f, - 0xc2, 0xa8, 0x8c, 0x6e, 0xed, 0xbc, 0x38, 0xce, 0x2b, 0x2f, 0x8f, 0xf3, 0xca, 0x3f, 0xc7, 0x79, - 0xe5, 0xd9, 0x49, 0x7e, 0xe8, 0xe5, 0x49, 0x7e, 0xe8, 0xef, 0x93, 0xfc, 0xd0, 0xa3, 0x62, 0xdd, - 0xe4, 0x8d, 0x76, 0xad, 0xa0, 0xb3, 0x66, 0x5a, 0xb8, 0xbd, 0xe2, 0x0d, 0x6d, 0x3f, 0x12, 0xf4, - 0xa0, 0x45, 0xdd, 0xda, 0x88, 0xf8, 0xbf, 0xb9, 0xf1, 0x5f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xd3, - 0x4a, 0x6a, 0xa4, 0xd0, 0x0f, 0x00, 0x00, + // 1240 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x97, 0xdd, 0x6e, 0x1b, 0x45, + 0x1b, 0xc7, 0xb3, 0x6d, 0x9a, 0xa6, 0x4f, 0x92, 0xe6, 0xed, 0xbc, 0x81, 0x38, 0x9b, 0xc4, 0x21, + 0xd3, 0xd0, 0x7c, 0x34, 0xf5, 0x12, 0xa7, 0x20, 0x35, 0xa2, 0x02, 0x47, 0xb4, 0x8d, 0x51, 0x40, + 0xc1, 0x2d, 0x15, 0x2a, 0x07, 0xd6, 0x78, 0x77, 0xb0, 0x57, 0x5d, 0xef, 0xb8, 0xbb, 0xe3, 0x90, + 0x10, 0x59, 0x95, 0xb8, 0x00, 0x54, 0x81, 0x10, 0x12, 0x67, 0x45, 0x1c, 0x70, 0xcc, 0x55, 0xf4, + 0x8c, 0x4a, 0x9c, 0x70, 0x14, 0xa1, 0x84, 0x2b, 0xe8, 0x15, 0xa0, 0x9d, 0x9d, 0x5d, 0xaf, 0xf7, + 0xc3, 0x38, 0x3d, 0xf3, 0xcc, 0x3c, 0x1f, 0xbf, 0x79, 0x66, 0xe6, 0xf9, 0xaf, 0x61, 0xd6, 0xe5, + 0x8e, 0x69, 0x50, 0xcd, 0xe5, 0xe4, 0x31, 0x35, 0x6b, 0xba, 0xf6, 0xa4, 0x4d, 0x9d, 0xc3, 0x42, + 0xcb, 0x61, 0x9c, 0xa1, 0x49, 0x7f, 0xb1, 0x10, 0x2c, 0xaa, 0x53, 0x75, 0x56, 0x67, 0x62, 0x4d, + 0xf3, 0x7e, 0xf9, 0x66, 0xea, 0x5c, 0x9d, 0xb1, 0xba, 0x45, 0x35, 0xd2, 0x32, 0x35, 0x62, 0xdb, + 0x8c, 0x13, 0x6e, 0x32, 0xdb, 0x95, 0xab, 0x6b, 0x3a, 0x73, 0x9b, 0xcc, 0xd5, 0x6a, 0xc4, 0xa5, + 0x7e, 0x74, 0x6d, 0x7f, 0xa3, 0x46, 0x39, 0xd9, 0xd0, 0x5a, 0xa4, 0x6e, 0xda, 0xc2, 0x38, 0x88, + 0x14, 0xa7, 0x69, 0x11, 0x87, 0x34, 0x83, 0x48, 0x0b, 0xf1, 0xd5, 0x7d, 0x62, 0x99, 0x06, 0xe1, + 0xcc, 0xc9, 0x32, 0x68, 0x30, 0x97, 0x57, 0xbf, 0x61, 0x36, 0x95, 0x06, 0x57, 0xe3, 0x06, 0xb4, + 0xc5, 0xf4, 0x46, 0x95, 0x3b, 0x44, 0x7f, 0x4c, 0x83, 0x28, 0xcb, 0x71, 0x23, 0x62, 0x18, 0x0e, + 0x75, 0xdd, 0x6a, 0xdb, 0xae, 0x31, 0xdb, 0x30, 0xed, 0xba, 0x34, 0x5c, 0x8c, 0x1b, 0x72, 0x87, + 0x18, 0xb4, 0xea, 0xb0, 0x36, 0x97, 0x09, 0xf1, 0x53, 0x58, 0xf9, 0xcc, 0xdb, 0x72, 0xd9, 0xe6, + 0xd4, 0xd1, 0x1b, 0xc4, 0xb4, 0x4b, 0xba, 0xce, 0xda, 0x36, 0xbf, 0xeb, 0xb0, 0x66, 0xc9, 0x8f, + 0x5b, 0xa1, 0x4f, 0xda, 0xd4, 0xe5, 0x68, 0x0a, 0x2e, 0xb0, 0xaf, 0x6d, 0xea, 0xe4, 0x94, 0xb7, + 0x94, 0x95, 0x4b, 0x15, 0x7f, 0x80, 0x6e, 0xc3, 0x84, 0xce, 0x6c, 0x9b, 0xea, 0x5e, 0x99, 0xaa, + 0xa6, 0x91, 0x3b, 0xe7, 0xad, 0x6e, 0xe7, 0x5e, 0x1d, 0x2f, 0x4c, 0x1d, 0x92, 0xa6, 0xb5, 0x85, + 0x7b, 0x96, 0x71, 0x65, 0xbc, 0x3b, 0x2e, 0x1b, 0xf8, 0x99, 0x02, 0xab, 0x03, 0x10, 0xb8, 0x2d, + 0x66, 0xbb, 0x14, 0xe9, 0xa0, 0x9a, 0xa1, 0x5d, 0x95, 0xf8, 0x86, 0x55, 0xb9, 0x7f, 0x9f, 0x6b, + 0xfb, 0xed, 0x57, 0xc7, 0x0b, 0x8b, 0x7e, 0xe6, 0x6c, 0x5b, 0x5c, 0xc9, 0x99, 0xf1, 0x84, 0x32, + 0x19, 0x9e, 0x02, 0x24, 0x88, 0xf6, 0xc4, 0xd9, 0xca, 0xdd, 0xe3, 0x5d, 0xf8, 0x7f, 0xcf, 0xac, + 0x24, 0x7a, 0x17, 0x46, 0xfc, 0x3b, 0x20, 0xb2, 0x8f, 0x15, 0xa7, 0x0b, 0xb1, 0x3b, 0x59, 0xf0, + 0x1d, 0xb6, 0x87, 0x5f, 0x1c, 0x2f, 0x0c, 0x55, 0xa4, 0x31, 0x7e, 0x0f, 0x66, 0x44, 0xb4, 0x7b, + 0x94, 0x3f, 0x0c, 0x2e, 0x49, 0x58, 0xe8, 0x19, 0x18, 0xf5, 0xa1, 0x4d, 0x43, 0xd6, 0xfa, 0xa2, + 0x18, 0x97, 0x0d, 0xfc, 0x05, 0xa8, 0x69, 0x7e, 0x12, 0x66, 0x0b, 0x20, 0xbc, 0x72, 0x1e, 0xd0, + 0xf9, 0x95, 0xb1, 0xa2, 0x9a, 0x00, 0x0a, 0x1d, 0x2b, 0x11, 0x6b, 0x7c, 0x13, 0xa6, 0x83, 0xc8, + 0x3b, 0xcc, 0xe5, 0x8f, 0x98, 0x4d, 0x07, 0xe2, 0xc9, 0x25, 0xbd, 0x24, 0xcd, 0xfb, 0x70, 0x29, + 0xbc, 0xdf, 0xb2, 0x3a, 0x33, 0x09, 0x98, 0xc0, 0x4b, 0xd6, 0x67, 0xb4, 0x21, 0xc7, 0x98, 0x48, + 0x9e, 0x92, 0x65, 0xc5, 0x79, 0xee, 0x02, 0x74, 0x5f, 0xa6, 0x8c, 0x7c, 0xad, 0xe0, 0x3f, 0xe3, + 0x82, 0xf7, 0x8c, 0x0b, 0x7e, 0x93, 0x90, 0xcf, 0xb8, 0xb0, 0x47, 0xea, 0x81, 0x6f, 0x25, 0xe2, + 0x89, 0x9f, 0x2b, 0x92, 0xbe, 0x27, 0x47, 0x3a, 0xfd, 0xf9, 0x33, 0xd1, 0xa3, 0x7b, 0x3d, 0x88, + 0xe7, 0x04, 0xe2, 0xf2, 0x7f, 0x22, 0xfa, 0xa9, 0x7b, 0x18, 0x35, 0x79, 0x51, 0x3e, 0x61, 0x46, + 0xdb, 0xa2, 0xb1, 0x17, 0x89, 0x60, 0xd8, 0x26, 0x4d, 0x2a, 0x0f, 0x45, 0xfc, 0xc6, 0xef, 0xc8, + 0x1b, 0x12, 0x73, 0x90, 0xbb, 0x42, 0x30, 0xec, 0xbd, 0x80, 0xc0, 0xc3, 0xfb, 0x8d, 0x77, 0x60, + 0x36, 0x38, 0xc3, 0x3b, 0x5e, 0xbb, 0x79, 0xe0, 0x77, 0x9b, 0x20, 0xc9, 0x2a, 0xfc, 0xcf, 0xef, + 0x42, 0xa6, 0x41, 0x6d, 0x6e, 0x7e, 0x65, 0x86, 0x1d, 0x60, 0x52, 0xcc, 0x97, 0xc3, 0x69, 0xdc, + 0x80, 0xb9, 0xf4, 0x48, 0x32, 0xfb, 0x0e, 0x4c, 0xf4, 0x34, 0x34, 0x79, 0x76, 0xf3, 0x89, 0xba, + 0x46, 0xbd, 0x65, 0x6d, 0xc7, 0x69, 0x64, 0x0e, 0xcf, 0x4b, 0xe6, 0x92, 0x65, 0xa5, 0x30, 0x87, + 0x20, 0x89, 0xe5, 0x6c, 0x90, 0xf3, 0xaf, 0x07, 0xf2, 0x25, 0x2c, 0x06, 0x5b, 0xfe, 0x94, 0x1e, + 0xf0, 0x3d, 0x6f, 0x96, 0xdf, 0xf7, 0x30, 0x6c, 0x3d, 0xbc, 0xb0, 0xf3, 0x00, 0x7a, 0x83, 0xd8, + 0x36, 0xb5, 0xba, 0x4f, 0xe8, 0x92, 0x9c, 0x29, 0x1b, 0x68, 0x1a, 0x2e, 0xb6, 0x98, 0xc3, 0xc3, + 0xe6, 0x59, 0x19, 0xf1, 0x86, 0x65, 0x03, 0x7f, 0x08, 0xb8, 0x5f, 0x70, 0xb9, 0x19, 0x15, 0x46, + 0x5d, 0x39, 0x27, 0x62, 0x0f, 0x57, 0xc2, 0x31, 0x2e, 0xc2, 0x9b, 0x7e, 0x21, 0xfc, 0x7b, 0xf0, + 0x79, 0xa0, 0x10, 0x2e, 0xca, 0xc1, 0xc5, 0x9e, 0xbe, 0x59, 0x09, 0x86, 0xf8, 0x00, 0xf2, 0xe9, + 0x3e, 0x61, 0xc6, 0x87, 0x80, 0x12, 0x9a, 0x13, 0xf4, 0x9b, 0xc5, 0x44, 0x0d, 0xe3, 0x71, 0x64, + 0x1d, 0xaf, 0x90, 0x78, 0x7c, 0xfc, 0x86, 0xec, 0xb1, 0x25, 0xcb, 0x7a, 0xe0, 0x49, 0x55, 0xc5, + 0x53, 0x2a, 0x17, 0xeb, 0xdd, 0xc3, 0x8e, 0x4c, 0x87, 0x34, 0x1f, 0xc1, 0x78, 0x44, 0xd8, 0x02, + 0x8e, 0xd9, 0x04, 0x47, 0xd7, 0x57, 0x12, 0x8c, 0xf1, 0x6e, 0xb4, 0xe2, 0x77, 0x97, 0xe1, 0x82, + 0xc8, 0x82, 0x9e, 0xc2, 0x88, 0xdf, 0xb3, 0xd1, 0xd5, 0x44, 0x8c, 0xa4, 0x30, 0xa8, 0x4b, 0xfd, + 0x8d, 0x7c, 0x48, 0xbc, 0xf6, 0xed, 0x9f, 0xff, 0xfc, 0x70, 0x6e, 0x09, 0x61, 0xed, 0xbe, 0xb0, + 0xb6, 0x48, 0xcd, 0xd5, 0xd2, 0xbf, 0x26, 0xd0, 0x73, 0x05, 0xa0, 0xdb, 0xdd, 0xd1, 0x5a, 0x7a, + 0x82, 0x34, 0xe9, 0x50, 0xaf, 0x0f, 0x64, 0x2b, 0x99, 0xb6, 0x04, 0xd3, 0x4d, 0x54, 0x94, 0x4c, + 0x37, 0x76, 0xd3, 0xa0, 0xba, 0x1a, 0xa1, 0x1d, 0x05, 0x32, 0xd0, 0x41, 0x3f, 0x2b, 0x30, 0x1a, + 0x74, 0x3f, 0xb4, 0x92, 0x99, 0x35, 0xd6, 0xba, 0xd5, 0xd5, 0x01, 0x2c, 0x25, 0xdd, 0x2d, 0x41, + 0xb7, 0x89, 0x36, 0xfa, 0xd2, 0x85, 0x3d, 0x3a, 0x0a, 0xf7, 0xbd, 0x02, 0x63, 0x41, 0xbc, 0x92, + 0x65, 0x65, 0xf1, 0x25, 0xa5, 0x25, 0x8b, 0x2f, 0x45, 0x20, 0x70, 0x41, 0xf0, 0xad, 0xa0, 0x6b, + 0x83, 0xf1, 0xa1, 0x5f, 0x15, 0x98, 0xe8, 0x69, 0xca, 0x59, 0x07, 0x9b, 0xd6, 0xea, 0xb3, 0x0e, + 0x36, 0xb5, 0xcb, 0x0f, 0x78, 0xb0, 0x4d, 0xe1, 0x1b, 0x7c, 0x11, 0x69, 0x47, 0x9e, 0x7c, 0x74, + 0xd0, 0x8f, 0x0a, 0xcc, 0xf5, 0xfb, 0x16, 0x43, 0xb7, 0xd2, 0x49, 0x06, 0xf8, 0x82, 0x54, 0xb7, + 0x5e, 0xc7, 0x55, 0xbe, 0xf2, 0xdf, 0x15, 0x18, 0x8f, 0x76, 0x63, 0xb4, 0x9e, 0x79, 0x95, 0x52, + 0x14, 0x41, 0xbd, 0x31, 0xa0, 0xb5, 0xac, 0xe0, 0x1d, 0x51, 0xc1, 0x0f, 0xd0, 0xed, 0xbe, 0x15, + 0xec, 0xd1, 0x10, 0xed, 0x28, 0x2e, 0x93, 0x1d, 0xf4, 0x8b, 0x02, 0x93, 0xd1, 0xf8, 0xde, 0x65, + 0x5c, 0xcf, 0xbc, 0x62, 0x67, 0xe0, 0xce, 0x10, 0x36, 0x5c, 0x14, 0xdc, 0xeb, 0x68, 0x6d, 0x70, + 0x6e, 0xf4, 0x87, 0x02, 0x28, 0x29, 0x2f, 0xa8, 0x98, 0x59, 0xb1, 0x4c, 0xa1, 0x53, 0x37, 0xcf, + 0xe4, 0x23, 0x99, 0xf7, 0x04, 0xf3, 0xc7, 0x68, 0xa7, 0x2f, 0xb3, 0x4d, 0x0f, 0x78, 0xb5, 0x25, + 0x22, 0x54, 0x03, 0x79, 0x13, 0x6f, 0x5e, 0xca, 0x6a, 0x47, 0x3b, 0x92, 0x22, 0xda, 0x41, 0xbf, + 0x29, 0x70, 0x25, 0xa9, 0x78, 0xcb, 0x19, 0xa5, 0x8c, 0x1b, 0xaa, 0xda, 0x80, 0x86, 0x67, 0x6c, + 0x55, 0x5d, 0xa9, 0xd4, 0x8e, 0xe4, 0xa3, 0xeb, 0xa0, 0x9f, 0x14, 0xb8, 0xdc, 0xab, 0x6b, 0x68, + 0x29, 0xf3, 0xc8, 0x23, 0x56, 0xea, 0xfa, 0x20, 0x56, 0x21, 0xe1, 0x86, 0x20, 0xbc, 0x8e, 0x56, + 0xfb, 0x12, 0x46, 0x65, 0x74, 0x7b, 0xf7, 0xc5, 0x49, 0x5e, 0x79, 0x79, 0x92, 0x57, 0xfe, 0x3e, + 0xc9, 0x2b, 0xcf, 0x4e, 0xf3, 0x43, 0x2f, 0x4f, 0xf3, 0x43, 0x7f, 0x9d, 0xe6, 0x87, 0x1e, 0x15, + 0xeb, 0x26, 0x6f, 0xb4, 0x6b, 0x05, 0x9d, 0x35, 0xd3, 0xc2, 0xed, 0x17, 0x37, 0xb4, 0x83, 0x48, + 0xd0, 0xc3, 0x16, 0x75, 0x6b, 0x23, 0xe2, 0xff, 0xe6, 0xe6, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, + 0x44, 0xec, 0x77, 0x43, 0xd0, 0x0f, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/stakeibc/types/trade_route.pb.go b/x/stakeibc/types/trade_route.pb.go index f9c96c67ba..0f09253cd1 100644 --- a/x/stakeibc/types/trade_route.pb.go +++ b/x/stakeibc/types/trade_route.pb.go @@ -262,7 +262,7 @@ var fileDescriptor_c252b142ecf88017 = []byte{ // 661 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x94, 0xcf, 0x4f, 0x13, 0x41, 0x14, 0xc7, 0x5b, 0xf9, 0x65, 0xa7, 0x45, 0x92, 0x15, 0x61, 0x29, 0xa6, 0x20, 0x07, 0xc3, 0x85, - 0x5d, 0x83, 0x84, 0x10, 0xc3, 0xa5, 0x50, 0x0d, 0x4d, 0x48, 0x34, 0x4b, 0xf5, 0x80, 0x87, 0xc9, + 0xdd, 0x88, 0x84, 0x10, 0xc3, 0xa5, 0x50, 0x0d, 0x4d, 0x48, 0x34, 0x4b, 0xf5, 0x80, 0x87, 0xc9, 0x74, 0x77, 0x2c, 0x1b, 0xba, 0xf3, 0x36, 0x3b, 0x53, 0xbb, 0xfa, 0x57, 0xf8, 0xc7, 0xf8, 0x47, 0x70, 0x24, 0x9e, 0x8c, 0x07, 0x62, 0xe8, 0x9f, 0xe1, 0xc5, 0xcc, 0x9b, 0x5d, 0xd8, 0x82, 0x07, 0x34, 0x9e, 0xda, 0xd9, 0xf7, 0x3e, 0xdf, 0x37, 0x6f, 0xbe, 0x33, 0x8f, 0x3c, 0x91, 0x2a, 0x09, @@ -300,8 +300,8 @@ var fileDescriptor_c252b142ecf88017 = []byte{ 0x2a, 0x7c, 0x3a, 0x3c, 0xbb, 0x6c, 0x94, 0xcf, 0x2f, 0x1b, 0xe5, 0x9f, 0x97, 0x8d, 0xf2, 0x97, 0x51, 0xa3, 0x74, 0x3e, 0x6a, 0x94, 0xbe, 0x8f, 0x1a, 0xa5, 0xe3, 0xcd, 0xc2, 0x73, 0x3a, 0x42, 0xd1, 0x8d, 0x43, 0xd6, 0x95, 0x6e, 0x36, 0x52, 0x3f, 0x6e, 0x3e, 0x73, 0xd3, 0xc2, 0x88, 0xd6, - 0xcf, 0xab, 0x3b, 0x8d, 0x83, 0xf3, 0xf9, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0x9a, 0x8e, 0x8d, - 0x1a, 0xc2, 0x05, 0x00, 0x00, + 0xcf, 0xab, 0x3b, 0x8d, 0x83, 0xf3, 0xf9, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0x0d, 0x28, 0x90, + 0xfd, 0xc2, 0x05, 0x00, 0x00, } func (m *TradeConfig) Marshal() (dAtA []byte, err error) { diff --git a/x/stakeibc/types/tx.pb.go b/x/stakeibc/types/tx.pb.go index 52ab70e8b2..ab350a7345 100644 --- a/x/stakeibc/types/tx.pb.go +++ b/x/stakeibc/types/tx.pb.go @@ -2242,154 +2242,154 @@ func init() { func init() { proto.RegisterFile("stride/stakeibc/tx.proto", fileDescriptor_9b7e09c9ad51cd54) } var fileDescriptor_9b7e09c9ad51cd54 = []byte{ - // 2342 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x5a, 0xcf, 0x6f, 0xdc, 0xc6, - 0xf5, 0xd7, 0x5a, 0xbf, 0x56, 0x4f, 0x92, 0xb5, 0xa2, 0x24, 0x7b, 0x45, 0x47, 0xbb, 0x32, 0x95, - 0xe4, 0xab, 0xaf, 0x1c, 0xef, 0x46, 0x72, 0xd0, 0x1f, 0x4a, 0x0a, 0x54, 0x92, 0xdd, 0x44, 0x8d, - 0x65, 0x1b, 0x94, 0x62, 0x03, 0x06, 0x02, 0x96, 0x4b, 0x8e, 0x77, 0x09, 0x93, 0x9c, 0x0d, 0xc9, - 0x95, 0xd6, 0x39, 0x14, 0x41, 0x81, 0x02, 0x45, 0xd1, 0xa2, 0x2d, 0x8a, 0xde, 0x7a, 0x48, 0x81, - 0x02, 0x2d, 0xda, 0x4b, 0x0e, 0xf9, 0x23, 0x52, 0x14, 0x28, 0x82, 0x9c, 0x8a, 0x1e, 0xd4, 0xc2, - 0x3e, 0xa4, 0x40, 0x6f, 0xbe, 0xf5, 0x56, 0xcc, 0x0f, 0xce, 0x92, 0xdc, 0xd9, 0x5d, 0x49, 0x51, - 0x8d, 0x5e, 0x2c, 0x71, 0xe6, 0x33, 0xef, 0x7d, 0xde, 0x9b, 0x37, 0x6f, 0xde, 0x3c, 0x19, 0x8a, - 0x61, 0x14, 0x38, 0x36, 0xaa, 0x86, 0x91, 0xf9, 0x18, 0x39, 0x35, 0xab, 0x1a, 0xb5, 0x2b, 0xcd, - 0x00, 0x47, 0x58, 0x99, 0x61, 0x33, 0x95, 0x78, 0x46, 0x2d, 0x67, 0xa1, 0x87, 0xa6, 0xeb, 0xd8, - 0x66, 0x84, 0x03, 0xb6, 0x42, 0x9d, 0xaf, 0xe3, 0x3a, 0xa6, 0xbf, 0x56, 0xc9, 0x6f, 0x7c, 0x74, - 0xd1, 0xc2, 0xa1, 0x87, 0x43, 0x83, 0x4d, 0xb0, 0x0f, 0x3e, 0x55, 0x62, 0x5f, 0xd5, 0x9a, 0x19, - 0xa2, 0xea, 0xe1, 0x7a, 0x0d, 0x45, 0xe6, 0x7a, 0xd5, 0xc2, 0x8e, 0xcf, 0xe7, 0x2f, 0xf3, 0x79, - 0x2f, 0xac, 0x57, 0x0f, 0xd7, 0xc9, 0x0f, 0x3e, 0x31, 0x6b, 0x7a, 0x8e, 0x8f, 0xab, 0xf4, 0x5f, - 0x36, 0xa4, 0xfd, 0xf9, 0x02, 0x68, 0x7b, 0x61, 0xfd, 0xbd, 0xa6, 0x6d, 0x46, 0x68, 0xd7, 0xf7, - 0x51, 0xa0, 0x23, 0x1b, 0x79, 0xcd, 0xc8, 0xc1, 0xbe, 0x6e, 0x46, 0x68, 0x1b, 0xb7, 0x7c, 0x3b, - 0x54, 0x8a, 0x30, 0x6e, 0x05, 0x88, 0x90, 0x2e, 0xe6, 0x96, 0x73, 0xab, 0x13, 0x7a, 0xfc, 0xa9, - 0x2c, 0x42, 0xde, 0x6a, 0x98, 0x8e, 0x6f, 0x38, 0x76, 0xf1, 0x02, 0x9f, 0x22, 0xdf, 0xbb, 0xb6, - 0x72, 0x04, 0x8b, 0x1e, 0x99, 0x20, 0x52, 0x8d, 0x40, 0x88, 0x35, 0x02, 0x33, 0x42, 0xc5, 0x61, - 0x82, 0xdd, 0x7e, 0xeb, 0xb3, 0xe3, 0xf2, 0xd0, 0xdf, 0x8e, 0xcb, 0xaf, 0xd6, 0x9d, 0xa8, 0xd1, - 0xaa, 0x55, 0x2c, 0xec, 0x71, 0x5b, 0xf9, 0x8f, 0xeb, 0xa1, 0xfd, 0xb8, 0x1a, 0x3d, 0x69, 0xa2, - 0xb0, 0x72, 0x13, 0x59, 0x5f, 0x7c, 0x7a, 0x1d, 0xb8, 0x2b, 0x6e, 0x22, 0x4b, 0xbf, 0xe4, 0x39, - 0xbe, 0x84, 0x33, 0x55, 0x6c, 0xb6, 0x7b, 0x28, 0x1e, 0x39, 0x17, 0xc5, 0x66, 0x5b, 0xa2, 0x58, - 0x7b, 0x0d, 0xd6, 0x06, 0x3b, 0x53, 0x47, 0x61, 0x13, 0xfb, 0x21, 0xd2, 0x7e, 0x91, 0x83, 0x8b, - 0x7b, 0x61, 0xfd, 0xb6, 0xf3, 0x41, 0xcb, 0xb1, 0xf7, 0x49, 0x78, 0xf4, 0xf1, 0xf3, 0x77, 0x60, - 0xcc, 0xf4, 0x70, 0xcb, 0x8f, 0x98, 0x97, 0xb7, 0x2b, 0xa7, 0x30, 0x60, 0xd7, 0x8f, 0x74, 0xbe, - 0x5a, 0x59, 0x02, 0x68, 0xe0, 0x30, 0x32, 0x6c, 0xe4, 0x63, 0x8f, 0xed, 0x82, 0x3e, 0x41, 0x46, - 0x6e, 0x92, 0x01, 0xed, 0xa3, 0x1c, 0x5c, 0x4a, 0x73, 0x8a, 0xe9, 0x2a, 0x8f, 0x20, 0x1f, 0x46, - 0x46, 0x84, 0x1f, 0x23, 0x9f, 0x92, 0x9b, 0xdc, 0x58, 0xac, 0x70, 0x9f, 0x90, 0x48, 0xac, 0xf0, - 0x48, 0xac, 0xec, 0x60, 0xc7, 0xdf, 0x7e, 0x9d, 0xd0, 0xfb, 0xc3, 0xdf, 0xcb, 0xab, 0x27, 0xa0, - 0x47, 0x16, 0x84, 0xfa, 0x78, 0x18, 0x1d, 0x10, 0xd9, 0xda, 0x6f, 0x73, 0x30, 0x4b, 0x28, 0xec, - 0xef, 0xbd, 0x58, 0xcf, 0x5c, 0x87, 0x39, 0x37, 0xf4, 0x98, 0x81, 0x86, 0x53, 0xb3, 0x52, 0x2e, - 0x2a, 0xb8, 0xa1, 0x47, 0xe9, 0xed, 0xd6, 0x2c, 0xe6, 0xa9, 0x3b, 0xb0, 0xd8, 0xc5, 0x52, 0xf8, - 0x6a, 0x1d, 0xe6, 0xa3, 0xc0, 0xf4, 0x43, 0xd3, 0xa2, 0x81, 0x67, 0x61, 0xaf, 0xe9, 0xa2, 0x08, - 0x51, 0xea, 0x79, 0x7d, 0x2e, 0x31, 0xb7, 0xc3, 0xa7, 0xb4, 0xdf, 0xe7, 0x60, 0x66, 0x2f, 0xac, - 0xef, 0xb8, 0xc8, 0x0c, 0xb6, 0x4d, 0xd7, 0xf4, 0x2d, 0x74, 0xb6, 0x63, 0xd7, 0xf1, 0xc7, 0xf0, - 0x57, 0xf2, 0x07, 0x51, 0xde, 0x30, 0x7d, 0x1f, 0xb9, 0xec, 0xcc, 0xe8, 0xf1, 0xa7, 0xb6, 0x08, - 0x97, 0x33, 0x4c, 0x45, 0x4c, 0xff, 0x91, 0xc5, 0x34, 0x89, 0x7b, 0xe4, 0xbd, 0xa8, 0x9d, 0xbb, - 0x02, 0x34, 0x82, 0x8d, 0x0f, 0xb1, 0xcf, 0x13, 0x8b, 0x9e, 0x27, 0x03, 0x0f, 0xb1, 0x8f, 0x14, - 0x15, 0xf2, 0x01, 0xb2, 0x90, 0x73, 0x88, 0x02, 0x6e, 0x87, 0xf8, 0xd6, 0x8a, 0x34, 0xd8, 0x13, - 0x64, 0x85, 0x1d, 0xff, 0x1e, 0x85, 0x39, 0x3a, 0x55, 0x77, 0xc2, 0x08, 0x05, 0xef, 0xc4, 0xd2, - 0xbe, 0x05, 0xd3, 0x16, 0xf6, 0x7d, 0xc4, 0xf6, 0x35, 0x76, 0xfe, 0x76, 0xf1, 0xf9, 0x71, 0x79, - 0xfe, 0x89, 0xe9, 0xb9, 0x9b, 0x5a, 0x6a, 0x5a, 0xd3, 0xa7, 0x3a, 0xdf, 0xbb, 0xb6, 0xa2, 0xc1, - 0x54, 0x0d, 0x59, 0x8d, 0x1b, 0x1b, 0xcd, 0x00, 0x3d, 0x72, 0xda, 0xc5, 0x29, 0x4a, 0x28, 0x35, - 0xa6, 0xbc, 0x91, 0x3a, 0xa1, 0x2c, 0x5d, 0x2d, 0x3c, 0x3f, 0x2e, 0xcf, 0x32, 0xf9, 0x9d, 0x39, - 0x2d, 0x71, 0x70, 0x95, 0x75, 0x98, 0xe8, 0xc4, 0xec, 0x28, 0x5d, 0x34, 0xff, 0xfc, 0xb8, 0x5c, - 0x60, 0x8b, 0xc4, 0x94, 0xa6, 0xe7, 0x1d, 0x1e, 0xc1, 0xc9, 0x8d, 0x19, 0x4b, 0x6f, 0xcc, 0x1d, - 0x60, 0x21, 0xfa, 0x08, 0x05, 0x06, 0xdf, 0x74, 0x62, 0x2b, 0x50, 0xb1, 0xa5, 0xe7, 0xc7, 0x65, - 0x95, 0x89, 0x95, 0x80, 0x34, 0x7d, 0x36, 0x1e, 0xdd, 0x61, 0x83, 0x34, 0x24, 0x0b, 0x2d, 0xbf, - 0x86, 0x7d, 0xdb, 0xf1, 0xeb, 0x46, 0x13, 0x05, 0x0e, 0xb6, 0x8b, 0x93, 0xcb, 0xb9, 0xd5, 0x91, - 0xed, 0x2b, 0xcf, 0x8f, 0xcb, 0x97, 0x99, 0xb0, 0x2c, 0x42, 0xd3, 0x67, 0xc4, 0xd0, 0x3d, 0x3a, - 0xa2, 0xb8, 0x30, 0x47, 0x6e, 0x94, 0x6c, 0x4a, 0x9f, 0x3e, 0x87, 0x94, 0x3e, 0xeb, 0x39, 0x7e, - 0xe6, 0x1a, 0x21, 0xda, 0xcc, 0x76, 0x97, 0xb6, 0x8b, 0xe7, 0xa2, 0xcd, 0x6c, 0x67, 0xb4, 0x7d, - 0x1d, 0x8a, 0x24, 0xfd, 0xb8, 0x34, 0x9b, 0x18, 0xb4, 0x5a, 0x30, 0x90, 0x6f, 0xd6, 0x5c, 0x64, - 0x17, 0x67, 0x68, 0xda, 0x58, 0x70, 0x43, 0x2f, 0x91, 0x6c, 0x6e, 0xb1, 0x49, 0xe5, 0x16, 0x94, - 0x2d, 0xec, 0x79, 0x2d, 0xdf, 0x89, 0x9e, 0x18, 0x4d, 0x8c, 0x5d, 0x23, 0x0a, 0x90, 0x19, 0xb6, - 0x82, 0x27, 0x86, 0x69, 0xdb, 0x01, 0x0a, 0xc3, 0x62, 0x81, 0x6e, 0xef, 0x4b, 0x02, 0x76, 0x0f, - 0x63, 0xf7, 0x80, 0x83, 0xb6, 0x18, 0x66, 0x33, 0xff, 0xa3, 0x8f, 0xcb, 0x43, 0xff, 0xfc, 0xb8, - 0x3c, 0xa4, 0x2d, 0xc1, 0x15, 0x49, 0xe8, 0x8b, 0xa3, 0xf1, 0xb3, 0x1c, 0xcd, 0x7c, 0x3b, 0xae, - 0xe9, 0x78, 0xef, 0xf9, 0x36, 0x72, 0x51, 0xdd, 0x8c, 0x90, 0x4d, 0xb3, 0x63, 0xbf, 0x4a, 0x61, - 0x19, 0xa6, 0xc4, 0x29, 0xed, 0xa4, 0x2d, 0x88, 0x0f, 0xea, 0xae, 0xad, 0xcc, 0xc3, 0x28, 0x6a, - 0x62, 0xab, 0x41, 0xcf, 0xf0, 0x88, 0xce, 0x3e, 0x52, 0x07, 0x78, 0x34, 0x7d, 0x80, 0xbf, 0x3b, - 0x92, 0x1f, 0x29, 0x8c, 0x6a, 0x2b, 0x70, 0xb5, 0x27, 0x21, 0x41, 0x3b, 0xe2, 0x67, 0xbd, 0xc6, - 0x32, 0xd6, 0xfd, 0xb8, 0x0a, 0xeb, 0x47, 0x39, 0x95, 0x58, 0x2e, 0x64, 0x12, 0xcb, 0x0a, 0x4c, - 0xfb, 0x2d, 0xcf, 0x08, 0x62, 0x89, 0x9c, 0xf5, 0x94, 0xdf, 0xf2, 0x84, 0x16, 0x6d, 0x19, 0x4a, - 0x72, 0xad, 0x82, 0xd7, 0x0f, 0x73, 0x50, 0xd8, 0x0b, 0xeb, 0x5b, 0xb6, 0xfd, 0xd5, 0x29, 0x6d, - 0x02, 0x88, 0xea, 0x32, 0x2c, 0x0e, 0x2f, 0x0f, 0xaf, 0x4e, 0x6e, 0xa8, 0x95, 0x4c, 0x45, 0x5a, - 0x11, 0x7a, 0xf4, 0x04, 0x5a, 0x53, 0xa1, 0x98, 0xa5, 0x21, 0x38, 0xbe, 0x0f, 0x33, 0x62, 0xf4, - 0x01, 0x72, 0xea, 0x8d, 0x48, 0xd9, 0x80, 0xf1, 0x38, 0xba, 0x72, 0x2c, 0x05, 0x7e, 0xf1, 0xe9, - 0xf5, 0x79, 0x1e, 0xe2, 0x3c, 0xa6, 0xf6, 0xa3, 0xc0, 0xf1, 0xeb, 0x7a, 0x0c, 0x54, 0x2e, 0xc1, - 0xd8, 0x11, 0x5d, 0x4d, 0x89, 0x8f, 0xe8, 0xfc, 0x4b, 0xfb, 0x0d, 0x8f, 0xa8, 0x86, 0xe9, 0xd7, - 0x51, 0x46, 0xd1, 0x99, 0x7d, 0xb1, 0x07, 0xb3, 0xc2, 0x3a, 0x83, 0x29, 0x8a, 0x5d, 0xb2, 0xdc, - 0xdb, 0x25, 0x4c, 0xa9, 0x5e, 0x38, 0xcc, 0xb0, 0x88, 0x63, 0x4c, 0x4a, 0x51, 0xf8, 0xe9, 0xa3, - 0x1c, 0x28, 0x7b, 0x61, 0xfd, 0x26, 0x22, 0x37, 0xba, 0x40, 0x9d, 0xd5, 0x82, 0x1b, 0x90, 0x3f, - 0x34, 0x5d, 0x7a, 0x88, 0xf9, 0x55, 0xde, 0xc7, 0xc7, 0x87, 0xa6, 0x4b, 0x46, 0xb4, 0x97, 0x40, - 0xed, 0x66, 0x20, 0x08, 0xfe, 0x3a, 0xc7, 0xcf, 0x76, 0x18, 0xe1, 0x00, 0xed, 0xfa, 0x11, 0x0a, - 0x68, 0xd9, 0xb0, 0x65, 0x59, 0xe2, 0xce, 0x3f, 0x75, 0xc1, 0xb1, 0x92, 0xbd, 0x13, 0xd9, 0x15, - 0x9c, 0xbe, 0xf9, 0x56, 0x60, 0xda, 0x64, 0x4a, 0x0c, 0x7c, 0xe4, 0x8b, 0xbb, 0x78, 0x8a, 0x0f, - 0xde, 0x25, 0x63, 0xda, 0x2b, 0xb0, 0xd2, 0x87, 0x9d, 0xb0, 0xe2, 0x03, 0x58, 0x16, 0x65, 0xb6, - 0xb0, 0x71, 0xbf, 0x61, 0x06, 0x28, 0xbc, 0xd5, 0xb6, 0x1a, 0x34, 0x9d, 0x9e, 0xc9, 0x92, 0x22, - 0x10, 0x3f, 0xe2, 0x26, 0xe2, 0x0e, 0xd7, 0xe3, 0x4f, 0x6d, 0x0d, 0x56, 0x07, 0xa9, 0x14, 0xf4, - 0xea, 0x34, 0xd3, 0xec, 0x98, 0xae, 0x53, 0x23, 0x17, 0xc6, 0x4d, 0x96, 0x90, 0x1c, 0xec, 0x9f, - 0x37, 0x29, 0x96, 0x5c, 0x24, 0x8a, 0x04, 0x95, 0x77, 0x68, 0x29, 0xad, 0xa3, 0xb0, 0xe5, 0x21, - 0x51, 0xc3, 0x9c, 0x85, 0x85, 0x76, 0x85, 0x1e, 0xd1, 0xb4, 0x24, 0xa1, 0xe6, 0x27, 0x79, 0x5a, - 0x2d, 0xed, 0x10, 0x31, 0xe8, 0x20, 0x30, 0x6d, 0xa4, 0xe3, 0x56, 0x84, 0x94, 0xaf, 0xc1, 0x84, - 0xd9, 0x8a, 0x1a, 0x38, 0x70, 0xa2, 0x27, 0x03, 0xd3, 0x44, 0x07, 0xaa, 0x68, 0x30, 0x4d, 0x8f, - 0x45, 0x86, 0xcc, 0x24, 0x19, 0xdc, 0xe1, 0x6e, 0xd9, 0x86, 0x12, 0x3b, 0xc5, 0x46, 0x84, 0x8d, - 0x00, 0x1d, 0x99, 0x81, 0x6d, 0xc8, 0xc2, 0x50, 0x65, 0xa8, 0x03, 0xac, 0x53, 0xcc, 0x4e, 0x32, - 0x28, 0xbf, 0x0d, 0x4b, 0x1d, 0x19, 0x11, 0xe1, 0x9d, 0x11, 0xc1, 0x82, 0x74, 0x31, 0x16, 0x41, - 0x4d, 0x4b, 0x49, 0xd8, 0x05, 0x56, 0x90, 0x75, 0x38, 0xc8, 0x0a, 0x27, 0x76, 0x6d, 0x2d, 0x11, - 0x64, 0xcc, 0xe3, 0xa0, 0xab, 0x48, 0x7a, 0x17, 0x56, 0x62, 0x11, 0x31, 0x19, 0x99, 0x2c, 0x56, - 0xaa, 0x95, 0x18, 0x94, 0x53, 0xea, 0x16, 0xf6, 0x36, 0x5c, 0xe5, 0x22, 0xb0, 0xc1, 0x08, 0x4a, - 0x44, 0x8d, 0xb3, 0xb2, 0x80, 0x02, 0x0f, 0x30, 0xd9, 0xd5, 0x6e, 0x41, 0x55, 0x98, 0xe7, 0xac, - 0x68, 0xfd, 0x68, 0x60, 0x9f, 0xca, 0x2b, 0xe6, 0xe9, 0xda, 0x59, 0x36, 0x47, 0xeb, 0xc9, 0xbb, - 0x3e, 0x91, 0xa0, 0xdc, 0x80, 0x4b, 0xd9, 0x05, 0xec, 0xbb, 0x38, 0x41, 0x97, 0xcc, 0xa5, 0x96, - 0x30, 0x67, 0x28, 0xeb, 0xb0, 0x90, 0x5d, 0x44, 0x59, 0xb1, 0x92, 0x53, 0x57, 0x52, 0x6b, 0xa8, - 0xc9, 0xe4, 0xb9, 0xd6, 0x29, 0x85, 0x3b, 0x0b, 0x26, 0xd9, 0x73, 0x4d, 0x14, 0xc6, 0x31, 0xfc, - 0x1a, 0x28, 0x69, 0x38, 0xb5, 0x82, 0xd5, 0xdf, 0x33, 0x09, 0x34, 0xb5, 0xe1, 0x32, 0x8c, 0xd3, - 0x42, 0xca, 0xb1, 0x69, 0x6d, 0x39, 0xa2, 0x8f, 0x91, 0xcf, 0x5d, 0x5b, 0xd9, 0x04, 0x95, 0x94, - 0x84, 0xa6, 0xeb, 0xe2, 0x23, 0x64, 0x1b, 0xe1, 0x91, 0xd9, 0x34, 0x5c, 0x1c, 0x86, 0x89, 0xca, - 0x90, 0x36, 0x07, 0xb6, 0x18, 0x60, 0xff, 0xc8, 0x6c, 0xde, 0xc6, 0x61, 0x48, 0x33, 0xd2, 0x7d, - 0x98, 0x21, 0xc5, 0x2b, 0x5d, 0xc3, 0x9f, 0x3d, 0x33, 0x67, 0x7a, 0xf6, 0x4c, 0x7b, 0x8e, 0x4f, - 0x24, 0x6f, 0xb1, 0xd7, 0x0f, 0x91, 0x6b, 0xb6, 0x53, 0x72, 0x0b, 0x67, 0x94, 0x6b, 0xb6, 0x3b, - 0x72, 0x37, 0xbf, 0xf1, 0x83, 0x2f, 0x3f, 0x59, 0xeb, 0x1c, 0xca, 0x1f, 0x7f, 0xf9, 0xc9, 0xda, - 0x2b, 0xbc, 0x97, 0xd5, 0xee, 0x74, 0xb3, 0x24, 0xc7, 0x9e, 0x17, 0x90, 0xd9, 0x61, 0x91, 0x2d, - 0xfe, 0x94, 0xa3, 0xd9, 0x82, 0xdd, 0x51, 0xe7, 0x90, 0x2d, 0xae, 0xc2, 0x54, 0x32, 0x78, 0xe2, - 0x64, 0x91, 0x88, 0x99, 0x01, 0x5d, 0x8f, 0x93, 0x9b, 0x9a, 0xe5, 0xcc, 0x4d, 0xcd, 0x0e, 0x0b, - 0x53, 0xff, 0x32, 0x4c, 0x4d, 0x65, 0xf7, 0xc6, 0xff, 0x82, 0xa9, 0xc9, 0xd0, 0x1e, 0x39, 0x45, - 0x68, 0x8f, 0x9e, 0x36, 0xb4, 0xc7, 0xfe, 0x4b, 0xa1, 0x3d, 0xfe, 0x42, 0x43, 0x3b, 0xbb, 0x71, - 0x7c, 0xbf, 0xb3, 0xc3, 0x62, 0xbf, 0xff, 0x75, 0x81, 0x5e, 0x93, 0xfb, 0x28, 0xda, 0x49, 0xbe, - 0xb5, 0x48, 0xfd, 0x1f, 0x21, 0x52, 0x33, 0xa7, 0x2e, 0xde, 0x7e, 0xf5, 0xdc, 0x09, 0x0a, 0x83, - 0xbb, 0x30, 0x19, 0x50, 0xc1, 0xc9, 0x8e, 0x6a, 0xe5, 0x74, 0xef, 0x52, 0x1d, 0x98, 0x08, 0xba, - 0x8d, 0x4d, 0x58, 0x4a, 0x3e, 0x3f, 0xc9, 0x0f, 0xde, 0x0e, 0xe3, 0xce, 0x1f, 0x39, 0x93, 0xf3, - 0x17, 0xdd, 0xce, 0xa3, 0xd5, 0xde, 0x67, 0x5d, 0x3e, 0xbe, 0x11, 0x6f, 0x91, 0x8d, 0x88, 0x6d, - 0x25, 0xdb, 0x70, 0x4d, 0xba, 0x0d, 0x72, 0x7f, 0xf2, 0x9a, 0x5c, 0x3e, 0x29, 0xb6, 0xe4, 0x57, - 0x17, 0xe8, 0xc3, 0xe6, 0x00, 0xd7, 0xeb, 0x2e, 0x8a, 0x2f, 0xf0, 0x28, 0xc0, 0xae, 0x8b, 0x82, - 0xf3, 0xde, 0x91, 0x7d, 0x98, 0x6d, 0xa2, 0xc0, 0x73, 0xc2, 0x90, 0x76, 0xfd, 0xe8, 0x63, 0x81, - 0xee, 0xcb, 0xc5, 0x8d, 0x57, 0xbb, 0xde, 0x1c, 0x5b, 0xad, 0xa8, 0xf1, 0xe1, 0x3d, 0x01, 0x67, - 0x4f, 0x0b, 0xbd, 0xd0, 0xcc, 0x8c, 0x90, 0x72, 0x2d, 0x7e, 0x69, 0xf1, 0x3e, 0x1c, 0xff, 0xdc, - 0x7c, 0x33, 0xeb, 0xbd, 0x35, 0xa9, 0xf7, 0xa4, 0xa6, 0x6b, 0x1a, 0x2d, 0xa2, 0xa5, 0x73, 0xb1, - 0xef, 0xd6, 0x2a, 0xb0, 0x20, 0x65, 0xa9, 0x4c, 0xc0, 0xe8, 0xdb, 0xfa, 0xd6, 0x9d, 0x83, 0xc2, - 0x90, 0x02, 0x30, 0xa6, 0xdf, 0xba, 0x7f, 0xf7, 0xdd, 0x5b, 0x85, 0xdc, 0xc6, 0xef, 0x66, 0x61, - 0x78, 0x2f, 0xac, 0x2b, 0x0f, 0x60, 0x32, 0xd9, 0xbb, 0x2d, 0x77, 0xd9, 0x9e, 0x6e, 0x31, 0xab, - 0xff, 0x37, 0x00, 0x20, 0xfa, 0xaa, 0xdf, 0x83, 0x8b, 0x99, 0xbe, 0xb0, 0x26, 0x5d, 0x9a, 0xc2, - 0xa8, 0x6b, 0x83, 0x31, 0x42, 0xc3, 0x03, 0x98, 0x4c, 0x36, 0x2f, 0xa5, 0xd4, 0x13, 0x00, 0x39, - 0x75, 0x49, 0x47, 0x51, 0x79, 0x04, 0x85, 0xae, 0x6e, 0xe2, 0xcb, 0xf2, 0xc5, 0x69, 0x94, 0xfa, - 0xda, 0x49, 0x50, 0x42, 0x4f, 0x1b, 0x2e, 0xf5, 0x68, 0xcd, 0x48, 0xdd, 0x20, 0xc7, 0xaa, 0x1b, - 0x27, 0xc7, 0x0a, 0xcd, 0x18, 0xe6, 0x64, 0xed, 0x95, 0x1e, 0x1e, 0xea, 0x02, 0xaa, 0xd5, 0x13, - 0x02, 0x85, 0xc2, 0xf7, 0x61, 0x3a, 0xdd, 0x36, 0xb9, 0x2a, 0x93, 0x90, 0x82, 0xa8, 0xff, 0x3f, - 0x10, 0x22, 0xc4, 0x1f, 0xc1, 0x82, 0xf4, 0xbd, 0xdf, 0xc3, 0x91, 0xd2, 0xd6, 0x40, 0x0f, 0x47, - 0xf6, 0x6d, 0x23, 0x28, 0x16, 0xcc, 0x64, 0x5b, 0x08, 0x2b, 0x32, 0x31, 0x19, 0x90, 0x7a, 0xed, - 0x04, 0x20, 0xa1, 0xe4, 0xfb, 0x50, 0xec, 0xd9, 0x06, 0xe8, 0x11, 0x71, 0x72, 0xb4, 0xfa, 0xc6, - 0x69, 0xd0, 0x42, 0xff, 0x4f, 0x73, 0xb0, 0xd4, 0xff, 0x09, 0xbf, 0x2e, 0x93, 0xdb, 0x77, 0x89, - 0xfa, 0xcd, 0x53, 0x2f, 0x49, 0x46, 0xaf, 0xec, 0xc9, 0x2e, 0x8d, 0x5e, 0x09, 0x50, 0x1e, 0xbd, - 0x7d, 0xde, 0xe6, 0xca, 0x43, 0x98, 0x4a, 0xfd, 0xb1, 0x67, 0x59, 0x7e, 0xe4, 0x3a, 0x08, 0x75, - 0x75, 0x10, 0x42, 0xc8, 0xfe, 0x65, 0x0e, 0xca, 0x83, 0xfe, 0xa6, 0x7b, 0xa3, 0xb7, 0xaf, 0x7a, - 0x2e, 0x52, 0xdf, 0x3c, 0xc3, 0xa2, 0x64, 0xf6, 0xce, 0xb4, 0x22, 0xb4, 0x1e, 0xa1, 0x93, 0xc0, - 0xc8, 0xb3, 0xb7, 0xbc, 0x11, 0x41, 0x92, 0x6c, 0x57, 0x13, 0x42, 0x9a, 0x64, 0xb3, 0x28, 0x79, - 0x92, 0xed, 0xf5, 0x84, 0x21, 0x7a, 0xba, 0x9e, 0x2f, 0x2f, 0xf7, 0x3e, 0x7d, 0x83, 0xf4, 0xf4, - 0x7a, 0x3f, 0x10, 0x3d, 0x5d, 0x6f, 0x87, 0x97, 0x7b, 0x6f, 0xc1, 0x20, 0x3d, 0xbd, 0xea, 0x56, - 0x72, 0x69, 0xf4, 0xa8, 0x59, 0xa5, 0xde, 0x97, 0x63, 0xe5, 0xb9, 0xae, 0x7f, 0x79, 0xa6, 0xb4, - 0x60, 0x41, 0x5e, 0x9a, 0x49, 0x13, 0xb5, 0x14, 0xaa, 0xae, 0x9f, 0x18, 0x1a, 0xab, 0xdd, 0xbe, - 0xfd, 0xd9, 0xd3, 0x52, 0xee, 0xf3, 0xa7, 0xa5, 0xdc, 0x3f, 0x9e, 0x96, 0x72, 0x3f, 0x7f, 0x56, - 0x1a, 0xfa, 0xfc, 0x59, 0x69, 0xe8, 0xaf, 0xcf, 0x4a, 0x43, 0x0f, 0x37, 0x12, 0x55, 0xed, 0x3e, - 0x15, 0x7b, 0xfd, 0xb6, 0x59, 0x0b, 0xab, 0xbc, 0xb4, 0x3a, 0xdc, 0x78, 0x3d, 0x59, 0x5e, 0xd1, - 0x2a, 0xb7, 0x36, 0x46, 0xff, 0x33, 0xc5, 0x8d, 0xff, 0x04, 0x00, 0x00, 0xff, 0xff, 0x14, 0x8f, - 0xbb, 0x36, 0x17, 0x22, 0x00, 0x00, + // 2340 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x5a, 0xcd, 0x6f, 0xdc, 0xc6, + 0x15, 0xd7, 0x5a, 0x5f, 0xab, 0x27, 0xc9, 0x5a, 0x51, 0x92, 0xbd, 0xa2, 0xa3, 0x5d, 0x99, 0x4a, + 0x52, 0x55, 0x8e, 0x77, 0x2b, 0x39, 0xe8, 0x87, 0x92, 0x02, 0x95, 0x64, 0x37, 0x51, 0x63, 0xd9, + 0x06, 0xa5, 0xd8, 0x80, 0x81, 0x80, 0xe5, 0x92, 0xe3, 0x5d, 0xc2, 0x24, 0x67, 0x43, 0x72, 0xa5, + 0x75, 0x0e, 0x45, 0x50, 0xa0, 0x40, 0x51, 0xb4, 0x68, 0x8b, 0xa2, 0xb7, 0x1e, 0x52, 0xa0, 0x40, + 0x8b, 0xf6, 0x92, 0x43, 0xfe, 0x88, 0x14, 0x05, 0x8a, 0x20, 0xa7, 0xa2, 0x07, 0xb5, 0xb0, 0x0f, + 0x29, 0xd0, 0x9b, 0x6f, 0xbd, 0x15, 0xf3, 0xc1, 0x59, 0x92, 0x3b, 0xbb, 0x2b, 0x29, 0xaa, 0xd1, + 0x8b, 0x25, 0xce, 0xfc, 0xe6, 0xbd, 0xdf, 0x7b, 0xf3, 0xe6, 0xcd, 0x9b, 0x27, 0x43, 0x31, 0x8c, + 0x02, 0xc7, 0x46, 0xd5, 0x30, 0x32, 0x1f, 0x23, 0xa7, 0x66, 0x55, 0xa3, 0x76, 0xa5, 0x19, 0xe0, + 0x08, 0x2b, 0x33, 0x6c, 0xa6, 0x12, 0xcf, 0xa8, 0xe5, 0x2c, 0xf4, 0xd0, 0x74, 0x1d, 0xdb, 0x8c, + 0x70, 0xc0, 0x56, 0xa8, 0xf3, 0x75, 0x5c, 0xc7, 0xf4, 0xd7, 0x2a, 0xf9, 0x8d, 0x8f, 0x2e, 0x5a, + 0x38, 0xf4, 0x70, 0x68, 0xb0, 0x09, 0xf6, 0xc1, 0xa7, 0x4a, 0xec, 0xab, 0x5a, 0x33, 0x43, 0x54, + 0x3d, 0x5c, 0xaf, 0xa1, 0xc8, 0x5c, 0xaf, 0x5a, 0xd8, 0xf1, 0xf9, 0xfc, 0x65, 0x3e, 0xef, 0x85, + 0xf5, 0xea, 0xe1, 0x3a, 0xf9, 0xc1, 0x27, 0x66, 0x4d, 0xcf, 0xf1, 0x71, 0x95, 0xfe, 0xcb, 0x86, + 0xb4, 0xbf, 0x5c, 0x00, 0x6d, 0x2f, 0xac, 0xbf, 0xdb, 0xb4, 0xcd, 0x08, 0xed, 0xfa, 0x3e, 0x0a, + 0x74, 0x64, 0x23, 0xaf, 0x19, 0x39, 0xd8, 0xd7, 0xcd, 0x08, 0x6d, 0xe3, 0x96, 0x6f, 0x87, 0x4a, + 0x11, 0xc6, 0xad, 0x00, 0x11, 0xd2, 0xc5, 0xdc, 0x72, 0x6e, 0x75, 0x42, 0x8f, 0x3f, 0x95, 0x45, + 0xc8, 0x5b, 0x0d, 0xd3, 0xf1, 0x0d, 0xc7, 0x2e, 0x5e, 0xe0, 0x53, 0xe4, 0x7b, 0xd7, 0x56, 0x8e, + 0x60, 0xd1, 0x23, 0x13, 0x44, 0xaa, 0x11, 0x08, 0xb1, 0x46, 0x60, 0x46, 0xa8, 0x38, 0x4c, 0xb0, + 0xdb, 0x6f, 0x7e, 0x7a, 0x5c, 0x1e, 0xfa, 0xfb, 0x71, 0xf9, 0xd5, 0xba, 0x13, 0x35, 0x5a, 0xb5, + 0x8a, 0x85, 0x3d, 0x6e, 0x2b, 0xff, 0x71, 0x3d, 0xb4, 0x1f, 0x57, 0xa3, 0x27, 0x4d, 0x14, 0x56, + 0x6e, 0x22, 0xeb, 0xf3, 0x4f, 0xae, 0x03, 0x77, 0xc5, 0x4d, 0x64, 0xe9, 0x97, 0x3c, 0xc7, 0x97, + 0x70, 0xa6, 0x8a, 0xcd, 0x76, 0x0f, 0xc5, 0x23, 0xe7, 0xa2, 0xd8, 0x6c, 0x4b, 0x14, 0x6b, 0xaf, + 0xc1, 0xda, 0x60, 0x67, 0xea, 0x28, 0x6c, 0x62, 0x3f, 0x44, 0xda, 0x2f, 0x73, 0x70, 0x71, 0x2f, + 0xac, 0xdf, 0x76, 0xde, 0x6f, 0x39, 0xf6, 0x3e, 0x09, 0x8f, 0x3e, 0x7e, 0xfe, 0x2e, 0x8c, 0x99, + 0x1e, 0x6e, 0xf9, 0x11, 0xf3, 0xf2, 0x76, 0xe5, 0x14, 0x06, 0xec, 0xfa, 0x91, 0xce, 0x57, 0x2b, + 0x4b, 0x00, 0x0d, 0x1c, 0x46, 0x86, 0x8d, 0x7c, 0xec, 0xb1, 0x5d, 0xd0, 0x27, 0xc8, 0xc8, 0x4d, + 0x32, 0xa0, 0x7d, 0x98, 0x83, 0x4b, 0x69, 0x4e, 0x31, 0x5d, 0xe5, 0x11, 0xe4, 0xc3, 0xc8, 0x88, + 0xf0, 0x63, 0xe4, 0x53, 0x72, 0x93, 0x1b, 0x8b, 0x15, 0xee, 0x13, 0x12, 0x89, 0x15, 0x1e, 0x89, + 0x95, 0x1d, 0xec, 0xf8, 0xdb, 0x5f, 0x23, 0xf4, 0xfe, 0xf8, 0x8f, 0xf2, 0xea, 0x09, 0xe8, 0x91, + 0x05, 0xa1, 0x3e, 0x1e, 0x46, 0x07, 0x44, 0xb6, 0xf6, 0xbb, 0x1c, 0xcc, 0x12, 0x0a, 0xfb, 0x7b, + 0x2f, 0xd6, 0x33, 0xd7, 0x61, 0xce, 0x0d, 0x3d, 0x66, 0xa0, 0xe1, 0xd4, 0xac, 0x94, 0x8b, 0x0a, + 0x6e, 0xe8, 0x51, 0x7a, 0xbb, 0x35, 0x8b, 0x79, 0xea, 0x0e, 0x2c, 0x76, 0xb1, 0x14, 0xbe, 0x5a, + 0x87, 0xf9, 0x28, 0x30, 0xfd, 0xd0, 0xb4, 0x68, 0xe0, 0x59, 0xd8, 0x6b, 0xba, 0x28, 0x42, 0x94, + 0x7a, 0x5e, 0x9f, 0x4b, 0xcc, 0xed, 0xf0, 0x29, 0xed, 0x0f, 0x39, 0x98, 0xd9, 0x0b, 0xeb, 0x3b, + 0x2e, 0x32, 0x83, 0x6d, 0xd3, 0x35, 0x7d, 0x0b, 0x9d, 0xed, 0xd8, 0x75, 0xfc, 0x31, 0xfc, 0xa5, + 0xfc, 0x41, 0x94, 0x37, 0x4c, 0xdf, 0x47, 0x2e, 0x3b, 0x33, 0x7a, 0xfc, 0xa9, 0x2d, 0xc2, 0xe5, + 0x0c, 0x53, 0x11, 0xd3, 0x7f, 0x62, 0x31, 0x4d, 0xe2, 0x1e, 0x79, 0x2f, 0x6a, 0xe7, 0xae, 0x00, + 0x8d, 0x60, 0xe3, 0x03, 0xec, 0xf3, 0xc4, 0xa2, 0xe7, 0xc9, 0xc0, 0x43, 0xec, 0x23, 0x45, 0x85, + 0x7c, 0x80, 0x2c, 0xe4, 0x1c, 0xa2, 0x80, 0xdb, 0x21, 0xbe, 0xb5, 0x22, 0x0d, 0xf6, 0x04, 0x59, + 0x61, 0xc7, 0x7f, 0x46, 0x61, 0x8e, 0x4e, 0xd5, 0x9d, 0x30, 0x42, 0xc1, 0xdb, 0xb1, 0xb4, 0x6f, + 0xc3, 0xb4, 0x85, 0x7d, 0x1f, 0xb1, 0x7d, 0x8d, 0x9d, 0xbf, 0x5d, 0x7c, 0x7e, 0x5c, 0x9e, 0x7f, + 0x62, 0x7a, 0xee, 0xa6, 0x96, 0x9a, 0xd6, 0xf4, 0xa9, 0xce, 0xf7, 0xae, 0xad, 0x68, 0x30, 0x55, + 0x43, 0x56, 0xe3, 0xc6, 0x46, 0x33, 0x40, 0x8f, 0x9c, 0x76, 0x71, 0x8a, 0x12, 0x4a, 0x8d, 0x29, + 0xaf, 0xa7, 0x4e, 0x28, 0x4b, 0x57, 0x0b, 0xcf, 0x8f, 0xcb, 0xb3, 0x4c, 0x7e, 0x67, 0x4e, 0x4b, + 0x1c, 0x5c, 0x65, 0x1d, 0x26, 0x3a, 0x31, 0x3b, 0x4a, 0x17, 0xcd, 0x3f, 0x3f, 0x2e, 0x17, 0xd8, + 0x22, 0x31, 0xa5, 0xe9, 0x79, 0x87, 0x47, 0x70, 0x72, 0x63, 0xc6, 0xd2, 0x1b, 0x73, 0x07, 0x58, + 0x88, 0x3e, 0x42, 0x81, 0xc1, 0x37, 0x9d, 0xd8, 0x0a, 0x54, 0x6c, 0xe9, 0xf9, 0x71, 0x59, 0x65, + 0x62, 0x25, 0x20, 0x4d, 0x9f, 0x8d, 0x47, 0x77, 0xd8, 0x20, 0x0d, 0xc9, 0x42, 0xcb, 0xaf, 0x61, + 0xdf, 0x76, 0xfc, 0xba, 0xd1, 0x44, 0x81, 0x83, 0xed, 0xe2, 0xe4, 0x72, 0x6e, 0x75, 0x64, 0xfb, + 0xca, 0xf3, 0xe3, 0xf2, 0x65, 0x26, 0x2c, 0x8b, 0xd0, 0xf4, 0x19, 0x31, 0x74, 0x8f, 0x8e, 0x28, + 0x2e, 0xcc, 0x91, 0x1b, 0x25, 0x9b, 0xd2, 0xa7, 0xcf, 0x21, 0xa5, 0xcf, 0x7a, 0x8e, 0x9f, 0xb9, + 0x46, 0x88, 0x36, 0xb3, 0xdd, 0xa5, 0xed, 0xe2, 0xb9, 0x68, 0x33, 0xdb, 0x19, 0x6d, 0xdf, 0x80, + 0x22, 0x49, 0x3f, 0x2e, 0xcd, 0x26, 0x06, 0xad, 0x16, 0x0c, 0xe4, 0x9b, 0x35, 0x17, 0xd9, 0xc5, + 0x19, 0x9a, 0x36, 0x16, 0xdc, 0xd0, 0x4b, 0x24, 0x9b, 0x5b, 0x6c, 0x52, 0xb9, 0x05, 0x65, 0x0b, + 0x7b, 0x5e, 0xcb, 0x77, 0xa2, 0x27, 0x46, 0x13, 0x63, 0xd7, 0x88, 0x02, 0x64, 0x86, 0xad, 0xe0, + 0x89, 0x61, 0xda, 0x76, 0x80, 0xc2, 0xb0, 0x58, 0xa0, 0xdb, 0xfb, 0x92, 0x80, 0xdd, 0xc3, 0xd8, + 0x3d, 0xe0, 0xa0, 0x2d, 0x86, 0xd9, 0xcc, 0xff, 0xf8, 0xa3, 0xf2, 0xd0, 0xbf, 0x3e, 0x2a, 0x0f, + 0x69, 0x4b, 0x70, 0x45, 0x12, 0xfa, 0xe2, 0x68, 0xfc, 0x3c, 0x47, 0x33, 0xdf, 0x8e, 0x6b, 0x3a, + 0xde, 0xbb, 0xbe, 0x8d, 0x5c, 0x54, 0x37, 0x23, 0x64, 0xd3, 0xec, 0xd8, 0xaf, 0x52, 0x58, 0x86, + 0x29, 0x71, 0x4a, 0x3b, 0x69, 0x0b, 0xe2, 0x83, 0xba, 0x6b, 0x2b, 0xf3, 0x30, 0x8a, 0x9a, 0xd8, + 0x6a, 0xd0, 0x33, 0x3c, 0xa2, 0xb3, 0x8f, 0xd4, 0x01, 0x1e, 0x4d, 0x1f, 0xe0, 0xef, 0x8d, 0xe4, + 0x47, 0x0a, 0xa3, 0xda, 0x0a, 0x5c, 0xed, 0x49, 0x48, 0xd0, 0x8e, 0xf8, 0x59, 0xaf, 0xb1, 0x8c, + 0x75, 0x3f, 0xae, 0xc2, 0xfa, 0x51, 0x4e, 0x25, 0x96, 0x0b, 0x99, 0xc4, 0xb2, 0x02, 0xd3, 0x7e, + 0xcb, 0x33, 0x82, 0x58, 0x22, 0x67, 0x3d, 0xe5, 0xb7, 0x3c, 0xa1, 0x45, 0x5b, 0x86, 0x92, 0x5c, + 0xab, 0xe0, 0xf5, 0xa3, 0x1c, 0x14, 0xf6, 0xc2, 0xfa, 0x96, 0x6d, 0x7f, 0x79, 0x4a, 0x9b, 0x00, + 0xa2, 0xba, 0x0c, 0x8b, 0xc3, 0xcb, 0xc3, 0xab, 0x93, 0x1b, 0x6a, 0x25, 0x53, 0x91, 0x56, 0x84, + 0x1e, 0x3d, 0x81, 0xd6, 0x54, 0x28, 0x66, 0x69, 0x08, 0x8e, 0xef, 0xc1, 0x8c, 0x18, 0x7d, 0x80, + 0x9c, 0x7a, 0x23, 0x52, 0x36, 0x60, 0x3c, 0x8e, 0xae, 0x1c, 0x4b, 0x81, 0x9f, 0x7f, 0x72, 0x7d, + 0x9e, 0x87, 0x38, 0x8f, 0xa9, 0xfd, 0x28, 0x70, 0xfc, 0xba, 0x1e, 0x03, 0x95, 0x4b, 0x30, 0x76, + 0x44, 0x57, 0x53, 0xe2, 0x23, 0x3a, 0xff, 0xd2, 0x7e, 0xcb, 0x23, 0xaa, 0x61, 0xfa, 0x75, 0x94, + 0x51, 0x74, 0x66, 0x5f, 0xec, 0xc1, 0xac, 0xb0, 0xce, 0x60, 0x8a, 0x62, 0x97, 0x2c, 0xf7, 0x76, + 0x09, 0x53, 0xaa, 0x17, 0x0e, 0x33, 0x2c, 0xe2, 0x18, 0x93, 0x52, 0x14, 0x7e, 0xfa, 0x30, 0x07, + 0xca, 0x5e, 0x58, 0xbf, 0x89, 0xc8, 0x8d, 0x2e, 0x50, 0x67, 0xb5, 0xe0, 0x06, 0xe4, 0x0f, 0x4d, + 0x97, 0x1e, 0x62, 0x7e, 0x95, 0xf7, 0xf1, 0xf1, 0xa1, 0xe9, 0x92, 0x11, 0xed, 0x25, 0x50, 0xbb, + 0x19, 0x08, 0x82, 0xbf, 0xc9, 0xf1, 0xb3, 0x1d, 0x46, 0x38, 0x40, 0xbb, 0x7e, 0x84, 0x02, 0x5a, + 0x36, 0x6c, 0x59, 0x96, 0xb8, 0xf3, 0x4f, 0x5d, 0x70, 0xac, 0x64, 0xef, 0x44, 0x76, 0x05, 0xa7, + 0x6f, 0xbe, 0x15, 0x98, 0x36, 0x99, 0x12, 0x03, 0x1f, 0xf9, 0xe2, 0x2e, 0x9e, 0xe2, 0x83, 0x77, + 0xc9, 0x98, 0xf6, 0x0a, 0xac, 0xf4, 0x61, 0x27, 0xac, 0x78, 0x1f, 0x96, 0x45, 0x99, 0x2d, 0x6c, + 0xdc, 0x6f, 0x98, 0x01, 0x0a, 0x6f, 0xb5, 0xad, 0x06, 0x4d, 0xa7, 0x67, 0xb2, 0xa4, 0x08, 0xc4, + 0x8f, 0xb8, 0x89, 0xb8, 0xc3, 0xf5, 0xf8, 0x53, 0x5b, 0x83, 0xd5, 0x41, 0x2a, 0x05, 0xbd, 0x3a, + 0xcd, 0x34, 0x3b, 0xa6, 0xeb, 0xd4, 0xc8, 0x85, 0x71, 0x93, 0x25, 0x24, 0x07, 0xfb, 0xe7, 0x4d, + 0x8a, 0x25, 0x17, 0x89, 0x22, 0x41, 0xe5, 0x6d, 0x5a, 0x4a, 0xeb, 0x28, 0x6c, 0x79, 0x48, 0xd4, + 0x30, 0x67, 0x61, 0xa1, 0x5d, 0xa1, 0x47, 0x34, 0x2d, 0x49, 0xa8, 0xf9, 0x69, 0x9e, 0x56, 0x4b, + 0x3b, 0x44, 0x0c, 0x3a, 0x08, 0x4c, 0x1b, 0xe9, 0xb8, 0x15, 0x21, 0xe5, 0xeb, 0x30, 0x61, 0xb6, + 0xa2, 0x06, 0x0e, 0x9c, 0xe8, 0xc9, 0xc0, 0x34, 0xd1, 0x81, 0x2a, 0x1a, 0x4c, 0xd3, 0x63, 0x91, + 0x21, 0x33, 0x49, 0x06, 0x77, 0xb8, 0x5b, 0xb6, 0xa1, 0xc4, 0x4e, 0xb1, 0x11, 0x61, 0x23, 0x40, + 0x47, 0x66, 0x60, 0x1b, 0xb2, 0x30, 0x54, 0x19, 0xea, 0x00, 0xeb, 0x14, 0xb3, 0x93, 0x0c, 0xca, + 0xef, 0xc0, 0x52, 0x47, 0x46, 0x44, 0x78, 0x67, 0x44, 0xb0, 0x20, 0x5d, 0x8c, 0x45, 0x50, 0xd3, + 0x52, 0x12, 0x76, 0x81, 0x15, 0x64, 0x1d, 0x0e, 0xb2, 0xc2, 0x89, 0x5d, 0x5b, 0x4b, 0x04, 0x19, + 0xf3, 0x38, 0xe8, 0x2a, 0x92, 0xde, 0x81, 0x95, 0x58, 0x44, 0x4c, 0x46, 0x26, 0x8b, 0x95, 0x6a, + 0x25, 0x06, 0xe5, 0x94, 0xba, 0x85, 0xbd, 0x05, 0x57, 0xb9, 0x08, 0x6c, 0x30, 0x82, 0x12, 0x51, + 0xe3, 0xac, 0x2c, 0xa0, 0xc0, 0x03, 0x4c, 0x76, 0xb5, 0x5b, 0x50, 0x15, 0xe6, 0x39, 0x2b, 0x5a, + 0x3f, 0x1a, 0xd8, 0xa7, 0xf2, 0x8a, 0x79, 0xba, 0x76, 0x96, 0xcd, 0xd1, 0x7a, 0xf2, 0xae, 0x4f, + 0x24, 0x28, 0x37, 0xe0, 0x52, 0x76, 0x01, 0xfb, 0x2e, 0x4e, 0xd0, 0x25, 0x73, 0xa9, 0x25, 0xcc, + 0x19, 0xca, 0x3a, 0x2c, 0x64, 0x17, 0x51, 0x56, 0xac, 0xe4, 0xd4, 0x95, 0xd4, 0x1a, 0x6a, 0x32, + 0x79, 0xae, 0x75, 0x4a, 0xe1, 0xce, 0x82, 0x49, 0xf6, 0x5c, 0x13, 0x85, 0x71, 0x0c, 0xbf, 0x06, + 0x4a, 0x1a, 0x4e, 0xad, 0x60, 0xf5, 0xf7, 0x4c, 0x02, 0x4d, 0x6d, 0xb8, 0x0c, 0xe3, 0xb4, 0x90, + 0x72, 0x6c, 0x5a, 0x5b, 0x8e, 0xe8, 0x63, 0xe4, 0x73, 0xd7, 0x56, 0x36, 0x41, 0x25, 0x25, 0xa1, + 0xe9, 0xba, 0xf8, 0x08, 0xd9, 0x46, 0x78, 0x64, 0x36, 0x0d, 0x17, 0x87, 0x61, 0xa2, 0x32, 0xa4, + 0xcd, 0x81, 0x2d, 0x06, 0xd8, 0x3f, 0x32, 0x9b, 0xb7, 0x71, 0x18, 0xd2, 0x8c, 0x74, 0x1f, 0x66, + 0x48, 0xf1, 0x4a, 0xd7, 0xf0, 0x67, 0xcf, 0xcc, 0x99, 0x9e, 0x3d, 0xd3, 0x9e, 0xe3, 0x13, 0xc9, + 0x5b, 0xec, 0xf5, 0x43, 0xe4, 0x9a, 0xed, 0x94, 0xdc, 0xc2, 0x19, 0xe5, 0x9a, 0xed, 0x8e, 0xdc, + 0xcd, 0x6f, 0xfe, 0xf0, 0x8b, 0x8f, 0xd7, 0x3a, 0x87, 0xf2, 0x27, 0x5f, 0x7c, 0xbc, 0xf6, 0x0a, + 0xef, 0x65, 0xb5, 0x3b, 0xdd, 0x2c, 0xc9, 0xb1, 0xe7, 0x05, 0x64, 0x76, 0x58, 0x64, 0x8b, 0x3f, + 0xe7, 0x68, 0xb6, 0x60, 0x77, 0xd4, 0x39, 0x64, 0x8b, 0xab, 0x30, 0x95, 0x0c, 0x9e, 0x38, 0x59, + 0x24, 0x62, 0x66, 0x40, 0xd7, 0xe3, 0xe4, 0xa6, 0x66, 0x39, 0x73, 0x53, 0xb3, 0xc3, 0xc2, 0xd4, + 0xbf, 0x0e, 0x53, 0x53, 0xd9, 0xbd, 0xf1, 0xff, 0x60, 0x6a, 0x32, 0xb4, 0x47, 0x4e, 0x11, 0xda, + 0xa3, 0xa7, 0x0d, 0xed, 0xb1, 0xff, 0x51, 0x68, 0x8f, 0xbf, 0xd0, 0xd0, 0xce, 0x6e, 0x1c, 0xdf, + 0xef, 0xec, 0xb0, 0xd8, 0xef, 0x7f, 0x5f, 0xa0, 0xd7, 0xe4, 0x3e, 0x8a, 0x76, 0x92, 0x6f, 0x2d, + 0x52, 0xff, 0x47, 0x88, 0xd4, 0xcc, 0xa9, 0x8b, 0xb7, 0x5f, 0x3d, 0x77, 0x82, 0xc2, 0xe0, 0x2e, + 0x4c, 0x06, 0x54, 0x70, 0xb2, 0xa3, 0x5a, 0x39, 0xdd, 0xbb, 0x54, 0x07, 0x26, 0x82, 0x6e, 0x63, + 0x13, 0x96, 0x92, 0xcf, 0x4f, 0xf2, 0x83, 0xb7, 0xc3, 0xb8, 0xf3, 0x47, 0xce, 0xe4, 0xfc, 0x45, + 0xb7, 0xf3, 0x68, 0xb5, 0xf7, 0x59, 0x97, 0x8f, 0x6f, 0xc4, 0x9b, 0x64, 0x23, 0x62, 0x5b, 0xc9, + 0x36, 0x5c, 0x93, 0x6e, 0x83, 0xdc, 0x9f, 0xbc, 0x26, 0x97, 0x4f, 0x8a, 0x2d, 0xf9, 0xf5, 0x05, + 0xfa, 0xb0, 0x39, 0xc0, 0xf5, 0xba, 0x8b, 0xe2, 0x0b, 0x3c, 0x0a, 0xb0, 0xeb, 0xa2, 0xe0, 0xbc, + 0x77, 0x64, 0x1f, 0x66, 0x9b, 0x28, 0xf0, 0x9c, 0x30, 0xa4, 0x5d, 0x3f, 0xfa, 0x58, 0xa0, 0xfb, + 0x72, 0x71, 0xe3, 0xd5, 0xae, 0x37, 0xc7, 0x56, 0x2b, 0x6a, 0x7c, 0x70, 0x4f, 0xc0, 0xd9, 0xd3, + 0x42, 0x2f, 0x34, 0x33, 0x23, 0xa4, 0x5c, 0x8b, 0x5f, 0x5a, 0xbc, 0x0f, 0xc7, 0x3f, 0x37, 0xdf, + 0xc8, 0x7a, 0x6f, 0x4d, 0xea, 0x3d, 0xa9, 0xe9, 0x9a, 0x46, 0x8b, 0x68, 0xe9, 0x5c, 0xec, 0xbb, + 0xb5, 0x0a, 0x2c, 0x48, 0x59, 0x2a, 0x13, 0x30, 0xfa, 0x96, 0xbe, 0x75, 0xe7, 0xa0, 0x30, 0xa4, + 0x00, 0x8c, 0xe9, 0xb7, 0xee, 0xdf, 0x7d, 0xe7, 0x56, 0x21, 0xb7, 0xf1, 0xfb, 0x59, 0x18, 0xde, + 0x0b, 0xeb, 0xca, 0x03, 0x98, 0x4c, 0xf6, 0x6e, 0xcb, 0x5d, 0xb6, 0xa7, 0x5b, 0xcc, 0xea, 0x57, + 0x06, 0x00, 0x44, 0x5f, 0xf5, 0xfb, 0x70, 0x31, 0xd3, 0x17, 0xd6, 0xa4, 0x4b, 0x53, 0x18, 0x75, + 0x6d, 0x30, 0x46, 0x68, 0x78, 0x00, 0x93, 0xc9, 0xe6, 0xa5, 0x94, 0x7a, 0x02, 0x20, 0xa7, 0x2e, + 0xe9, 0x28, 0x2a, 0x8f, 0xa0, 0xd0, 0xd5, 0x4d, 0x7c, 0x59, 0xbe, 0x38, 0x8d, 0x52, 0x5f, 0x3b, + 0x09, 0x4a, 0xe8, 0x69, 0xc3, 0xa5, 0x1e, 0xad, 0x19, 0xa9, 0x1b, 0xe4, 0x58, 0x75, 0xe3, 0xe4, + 0x58, 0xa1, 0x19, 0xc3, 0x9c, 0xac, 0xbd, 0xd2, 0xc3, 0x43, 0x5d, 0x40, 0xb5, 0x7a, 0x42, 0xa0, + 0x50, 0xf8, 0x1e, 0x4c, 0xa7, 0xdb, 0x26, 0x57, 0x65, 0x12, 0x52, 0x10, 0xf5, 0xab, 0x03, 0x21, + 0x42, 0xfc, 0x11, 0x2c, 0x48, 0xdf, 0xfb, 0x3d, 0x1c, 0x29, 0x6d, 0x0d, 0xf4, 0x70, 0x64, 0xdf, + 0x36, 0x82, 0x62, 0xc1, 0x4c, 0xb6, 0x85, 0xb0, 0x22, 0x13, 0x93, 0x01, 0xa9, 0xd7, 0x4e, 0x00, + 0x12, 0x4a, 0x7e, 0x00, 0xc5, 0x9e, 0x6d, 0x80, 0x1e, 0x11, 0x27, 0x47, 0xab, 0xaf, 0x9f, 0x06, + 0x2d, 0xf4, 0xff, 0x2c, 0x07, 0x4b, 0xfd, 0x9f, 0xf0, 0xeb, 0x32, 0xb9, 0x7d, 0x97, 0xa8, 0xdf, + 0x3a, 0xf5, 0x92, 0x64, 0xf4, 0xca, 0x9e, 0xec, 0xd2, 0xe8, 0x95, 0x00, 0xe5, 0xd1, 0xdb, 0xe7, + 0x6d, 0xae, 0x3c, 0x84, 0xa9, 0xd4, 0x1f, 0x7b, 0x96, 0xe5, 0x47, 0xae, 0x83, 0x50, 0x57, 0x07, + 0x21, 0x84, 0xec, 0x5f, 0xe5, 0xa0, 0x3c, 0xe8, 0x6f, 0xba, 0x37, 0x7a, 0xfb, 0xaa, 0xe7, 0x22, + 0xf5, 0x8d, 0x33, 0x2c, 0x4a, 0x66, 0xef, 0x4c, 0x2b, 0x42, 0xeb, 0x11, 0x3a, 0x09, 0x8c, 0x3c, + 0x7b, 0xcb, 0x1b, 0x11, 0x24, 0xc9, 0x76, 0x35, 0x21, 0xa4, 0x49, 0x36, 0x8b, 0x92, 0x27, 0xd9, + 0x5e, 0x4f, 0x18, 0xa2, 0xa7, 0xeb, 0xf9, 0xf2, 0x72, 0xef, 0xd3, 0x37, 0x48, 0x4f, 0xaf, 0xf7, + 0x03, 0xd1, 0xd3, 0xf5, 0x76, 0x78, 0xb9, 0xf7, 0x16, 0x0c, 0xd2, 0xd3, 0xab, 0x6e, 0x25, 0x97, + 0x46, 0x8f, 0x9a, 0x55, 0xea, 0x7d, 0x39, 0x56, 0x9e, 0xeb, 0xfa, 0x97, 0x67, 0x4a, 0x0b, 0x16, + 0xe4, 0xa5, 0x99, 0x34, 0x51, 0x4b, 0xa1, 0xea, 0xfa, 0x89, 0xa1, 0xb1, 0xda, 0xed, 0xdb, 0x9f, + 0x3e, 0x2d, 0xe5, 0x3e, 0x7b, 0x5a, 0xca, 0xfd, 0xf3, 0x69, 0x29, 0xf7, 0x8b, 0x67, 0xa5, 0xa1, + 0xcf, 0x9e, 0x95, 0x86, 0xfe, 0xf6, 0xac, 0x34, 0xf4, 0x70, 0x23, 0x51, 0xd5, 0xee, 0x53, 0xb1, + 0xd7, 0x6f, 0x9b, 0xb5, 0xb0, 0xca, 0x4b, 0xab, 0xc3, 0x8d, 0xf5, 0x64, 0x79, 0x45, 0xab, 0xdc, + 0xda, 0x18, 0xfd, 0xcf, 0x14, 0x37, 0xfe, 0x1b, 0x00, 0x00, 0xff, 0xff, 0x83, 0x29, 0xa6, 0xd1, + 0x17, 0x22, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/stakeibc/types/validator.pb.go b/x/stakeibc/types/validator.pb.go index 1339b77e64..a7487a238c 100644 --- a/x/stakeibc/types/validator.pb.go +++ b/x/stakeibc/types/validator.pb.go @@ -115,7 +115,7 @@ var fileDescriptor_5d2f32e16bd6ab8f = []byte{ // 474 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x93, 0xc1, 0x6e, 0xd3, 0x30, 0x18, 0xc7, 0x1b, 0x96, 0x76, 0xa9, 0x01, 0x51, 0x59, 0x65, 0x64, 0x03, 0xa5, 0x15, 0x07, 0xd4, - 0x4b, 0x1b, 0x54, 0xc4, 0x8d, 0x0b, 0xeb, 0x2e, 0xab, 0x26, 0x04, 0x59, 0xc5, 0x81, 0x4b, 0xe4, + 0x4b, 0x1b, 0x51, 0xc4, 0x8d, 0x0b, 0xeb, 0x2e, 0xab, 0x26, 0x04, 0x59, 0xc5, 0x81, 0x4b, 0xe4, 0x3a, 0x9f, 0x12, 0x2b, 0xad, 0x5d, 0x6c, 0x6f, 0xb0, 0xb7, 0xe0, 0xc6, 0x8b, 0xec, 0x21, 0x76, 0x9c, 0x76, 0x42, 0x1c, 0x26, 0xd4, 0xbe, 0x08, 0x8a, 0x9d, 0x2e, 0xb9, 0x6e, 0xa7, 0xd8, 0x9f, 0xff, 0xfe, 0xfd, 0xf3, 0xfd, 0x93, 0x0f, 0xf5, 0x94, 0x96, 0x2c, 0x81, 0x50, 0x69, 0x92, 0x03, @@ -142,7 +142,7 @@ var fileDescriptor_5d2f32e16bd6ab8f = []byte{ 0x81, 0xf3, 0x6f, 0x1d, 0x38, 0xbf, 0x36, 0x41, 0xe3, 0x7a, 0x13, 0x34, 0xfe, 0x6c, 0x82, 0xc6, 0xb7, 0x71, 0xad, 0xef, 0x53, 0x33, 0x00, 0xc3, 0x13, 0x32, 0x57, 0x61, 0x39, 0x2d, 0xe7, 0xe3, 0xb7, 0xe1, 0xcf, 0x6a, 0x66, 0x4c, 0x0e, 0xf3, 0x96, 0xf9, 0xdd, 0xdf, 0xfd, 0x0f, 0x00, 0x00, - 0xff, 0xff, 0xeb, 0x76, 0x8e, 0x78, 0x53, 0x03, 0x00, 0x00, + 0xff, 0xff, 0x7c, 0xd0, 0x93, 0x9f, 0x53, 0x03, 0x00, 0x00, } func (m *Validator) Marshal() (dAtA []byte, err error) { diff --git a/x/staketia/client/cli/parser.go b/x/staketia/client/cli/parser.go index 3a94a63d32..7367a55ab8 100644 --- a/x/staketia/client/cli/parser.go +++ b/x/staketia/client/cli/parser.go @@ -10,7 +10,7 @@ import ( "github.com/gogo/protobuf/proto" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/staketia/types" + "github.com/Stride-Labs/stride/v21/x/staketia/types" ) ////////////////////////////////////////////// diff --git a/x/staketia/client/cli/query.go b/x/staketia/client/cli/query.go index 3c8e383131..f5bebfc3a4 100644 --- a/x/staketia/client/cli/query.go +++ b/x/staketia/client/cli/query.go @@ -13,7 +13,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/version" - "github.com/Stride-Labs/stride/v20/x/staketia/types" + "github.com/Stride-Labs/stride/v21/x/staketia/types" ) const ( diff --git a/x/staketia/client/cli/tx.go b/x/staketia/client/cli/tx.go index 4b226dd8ec..11fc28919c 100644 --- a/x/staketia/client/cli/tx.go +++ b/x/staketia/client/cli/tx.go @@ -14,7 +14,7 @@ import ( "github.com/cosmos/cosmos-sdk/version" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/staketia/types" + "github.com/Stride-Labs/stride/v21/x/staketia/types" ) const ( diff --git a/x/staketia/ibc_middleware.go b/x/staketia/ibc_middleware.go index 71e6fc490b..75ac38e17a 100644 --- a/x/staketia/ibc_middleware.go +++ b/x/staketia/ibc_middleware.go @@ -10,7 +10,7 @@ import ( porttypes "github.com/cosmos/ibc-go/v7/modules/core/05-port/types" ibcexported "github.com/cosmos/ibc-go/v7/modules/core/exported" - "github.com/Stride-Labs/stride/v20/x/staketia/keeper" + "github.com/Stride-Labs/stride/v21/x/staketia/keeper" ) var _ porttypes.Middleware = &IBCMiddleware{} diff --git a/x/staketia/keeper/delegation.go b/x/staketia/keeper/delegation.go index d7072934a6..075bf6cb11 100644 --- a/x/staketia/keeper/delegation.go +++ b/x/staketia/keeper/delegation.go @@ -10,9 +10,9 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" - "github.com/Stride-Labs/stride/v20/utils" - stakeibctypes "github.com/Stride-Labs/stride/v20/x/stakeibc/types" - "github.com/Stride-Labs/stride/v20/x/staketia/types" + "github.com/Stride-Labs/stride/v21/utils" + stakeibctypes "github.com/Stride-Labs/stride/v21/x/stakeibc/types" + "github.com/Stride-Labs/stride/v21/x/staketia/types" ) // Liquid stakes native tokens and returns stTokens to the user diff --git a/x/staketia/keeper/delegation_record.go b/x/staketia/keeper/delegation_record.go index 67233f34bb..40875d313e 100644 --- a/x/staketia/keeper/delegation_record.go +++ b/x/staketia/keeper/delegation_record.go @@ -4,7 +4,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/staketia/types" + "github.com/Stride-Labs/stride/v21/x/staketia/types" ) // Writes a delegation record to the active store diff --git a/x/staketia/keeper/delegation_record_test.go b/x/staketia/keeper/delegation_record_test.go index 052e7e6e70..390b84ceed 100644 --- a/x/staketia/keeper/delegation_record_test.go +++ b/x/staketia/keeper/delegation_record_test.go @@ -3,7 +3,7 @@ package keeper_test import ( sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v20/x/staketia/types" + "github.com/Stride-Labs/stride/v21/x/staketia/types" ) func (s *KeeperTestSuite) addDelegationRecords() (delegationRecords []types.DelegationRecord) { diff --git a/x/staketia/keeper/delegation_test.go b/x/staketia/keeper/delegation_test.go index 183f955a16..5c0a0b6115 100644 --- a/x/staketia/keeper/delegation_test.go +++ b/x/staketia/keeper/delegation_test.go @@ -9,7 +9,7 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" ibctesting "github.com/cosmos/ibc-go/v7/testing" - "github.com/Stride-Labs/stride/v20/x/staketia/types" + "github.com/Stride-Labs/stride/v21/x/staketia/types" ) var InitialDelegation = sdkmath.NewInt(1_000_000) diff --git a/x/staketia/keeper/events.go b/x/staketia/keeper/events.go index 4c97165e20..fb9bbea59b 100644 --- a/x/staketia/keeper/events.go +++ b/x/staketia/keeper/events.go @@ -6,7 +6,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/staketia/types" + "github.com/Stride-Labs/stride/v21/x/staketia/types" ) // Emits a successful liquid stake event, and displays metadata such as the stToken amount diff --git a/x/staketia/keeper/genesis.go b/x/staketia/keeper/genesis.go index 361377d598..1d4d6af200 100644 --- a/x/staketia/keeper/genesis.go +++ b/x/staketia/keeper/genesis.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/staketia/types" + "github.com/Stride-Labs/stride/v21/x/staketia/types" ) // Initializes the genesis state in the store diff --git a/x/staketia/keeper/grpc_query.go b/x/staketia/keeper/grpc_query.go index 8f00542166..a6d287c156 100644 --- a/x/staketia/keeper/grpc_query.go +++ b/x/staketia/keeper/grpc_query.go @@ -10,7 +10,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v20/x/staketia/types" + "github.com/Stride-Labs/stride/v21/x/staketia/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/staketia/keeper/grpc_query_test.go b/x/staketia/keeper/grpc_query_test.go index 0dd5d69f7a..6b1a4d6e07 100644 --- a/x/staketia/keeper/grpc_query_test.go +++ b/x/staketia/keeper/grpc_query_test.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/query" - "github.com/Stride-Labs/stride/v20/x/staketia/types" + "github.com/Stride-Labs/stride/v21/x/staketia/types" ) func (s *KeeperTestSuite) TestQueryHostZone() { diff --git a/x/staketia/keeper/hooks.go b/x/staketia/keeper/hooks.go index d91116ab21..4a5f9ad244 100644 --- a/x/staketia/keeper/hooks.go +++ b/x/staketia/keeper/hooks.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - epochstypes "github.com/Stride-Labs/stride/v20/x/epochs/types" + epochstypes "github.com/Stride-Labs/stride/v21/x/epochs/types" ) // This module has the following epochly triggers diff --git a/x/staketia/keeper/host_zone.go b/x/staketia/keeper/host_zone.go index 69cd2b8e16..69bf2d5268 100644 --- a/x/staketia/keeper/host_zone.go +++ b/x/staketia/keeper/host_zone.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/staketia/types" + "github.com/Stride-Labs/stride/v21/x/staketia/types" ) // Writes a host zone to the store diff --git a/x/staketia/keeper/host_zone_test.go b/x/staketia/keeper/host_zone_test.go index 8ae87efb93..5a01b6bec4 100644 --- a/x/staketia/keeper/host_zone_test.go +++ b/x/staketia/keeper/host_zone_test.go @@ -3,7 +3,7 @@ package keeper_test import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/staketia/types" + "github.com/Stride-Labs/stride/v21/x/staketia/types" ) // Helper function to create the singleton HostZone with attributes diff --git a/x/staketia/keeper/ibc.go b/x/staketia/keeper/ibc.go index 20b586bbd8..04c4ad7c53 100644 --- a/x/staketia/keeper/ibc.go +++ b/x/staketia/keeper/ibc.go @@ -5,10 +5,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - icacallbacktypes "github.com/Stride-Labs/stride/v20/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v20/x/staketia/types" + icacallbacktypes "github.com/Stride-Labs/stride/v21/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v21/x/staketia/types" - "github.com/Stride-Labs/stride/v20/x/icacallbacks" + "github.com/Stride-Labs/stride/v21/x/icacallbacks" ) func (k Keeper) ArchiveFailedTransferRecord(ctx sdk.Context, recordId uint64) error { diff --git a/x/staketia/keeper/ibc_test.go b/x/staketia/keeper/ibc_test.go index 692a922691..efc9699cd9 100644 --- a/x/staketia/keeper/ibc_test.go +++ b/x/staketia/keeper/ibc_test.go @@ -5,7 +5,7 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - "github.com/Stride-Labs/stride/v20/x/staketia/types" + "github.com/Stride-Labs/stride/v21/x/staketia/types" ) type PacketCallbackTestCase struct { diff --git a/x/staketia/keeper/invariants.go b/x/staketia/keeper/invariants.go index ce53e3644e..4332a184a9 100644 --- a/x/staketia/keeper/invariants.go +++ b/x/staketia/keeper/invariants.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/utils" + "github.com/Stride-Labs/stride/v21/utils" ) func (k Keeper) HaltZone(ctx sdk.Context) { diff --git a/x/staketia/keeper/invariants_test.go b/x/staketia/keeper/invariants_test.go index 71bc35f116..aa37f6d3c5 100644 --- a/x/staketia/keeper/invariants_test.go +++ b/x/staketia/keeper/invariants_test.go @@ -1,7 +1,7 @@ package keeper_test import ( - "github.com/Stride-Labs/stride/v20/x/staketia/types" + "github.com/Stride-Labs/stride/v21/x/staketia/types" ) func (s *KeeperTestSuite) TestHaltZone() { diff --git a/x/staketia/keeper/keeper.go b/x/staketia/keeper/keeper.go index d7fa58a55c..4a3fcc41fb 100644 --- a/x/staketia/keeper/keeper.go +++ b/x/staketia/keeper/keeper.go @@ -8,7 +8,7 @@ import ( storetypes "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/staketia/types" + "github.com/Stride-Labs/stride/v21/x/staketia/types" ) type Keeper struct { diff --git a/x/staketia/keeper/keeper_test.go b/x/staketia/keeper/keeper_test.go index 6404e08568..aa5f1cd9c0 100644 --- a/x/staketia/keeper/keeper_test.go +++ b/x/staketia/keeper/keeper_test.go @@ -5,9 +5,9 @@ import ( "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v20/app/apptesting" - "github.com/Stride-Labs/stride/v20/x/staketia/keeper" - "github.com/Stride-Labs/stride/v20/x/staketia/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + "github.com/Stride-Labs/stride/v21/x/staketia/keeper" + "github.com/Stride-Labs/stride/v21/x/staketia/types" ) const ( diff --git a/x/staketia/keeper/msg_server.go b/x/staketia/keeper/msg_server.go index 3165c6e496..0501349425 100644 --- a/x/staketia/keeper/msg_server.go +++ b/x/staketia/keeper/msg_server.go @@ -6,9 +6,9 @@ import ( errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/utils" + "github.com/Stride-Labs/stride/v21/utils" - "github.com/Stride-Labs/stride/v20/x/staketia/types" + "github.com/Stride-Labs/stride/v21/x/staketia/types" ) type msgServer struct { diff --git a/x/staketia/keeper/msg_server_test.go b/x/staketia/keeper/msg_server_test.go index d44c042bce..d1186751e1 100644 --- a/x/staketia/keeper/msg_server_test.go +++ b/x/staketia/keeper/msg_server_test.go @@ -4,8 +4,8 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/app/apptesting" - "github.com/Stride-Labs/stride/v20/x/staketia/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + "github.com/Stride-Labs/stride/v21/x/staketia/types" ) // ---------------------------------------------- diff --git a/x/staketia/keeper/operator_test.go b/x/staketia/keeper/operator_test.go index 457a67ffe9..d7b1e5a4ff 100644 --- a/x/staketia/keeper/operator_test.go +++ b/x/staketia/keeper/operator_test.go @@ -1,7 +1,7 @@ package keeper_test import ( - "github.com/Stride-Labs/stride/v20/x/staketia/types" + "github.com/Stride-Labs/stride/v21/x/staketia/types" ) // test that the admin address helpers work as expected diff --git a/x/staketia/keeper/operatorlist.go b/x/staketia/keeper/operatorlist.go index b28c0e2046..8bccb3d4a4 100644 --- a/x/staketia/keeper/operatorlist.go +++ b/x/staketia/keeper/operatorlist.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/staketia/types" + "github.com/Stride-Labs/stride/v21/x/staketia/types" ) // CheckIsOperatorAddress checks if the given address is the operator address diff --git a/x/staketia/keeper/redemption_rate.go b/x/staketia/keeper/redemption_rate.go index 125774f73f..61a0414434 100644 --- a/x/staketia/keeper/redemption_rate.go +++ b/x/staketia/keeper/redemption_rate.go @@ -9,9 +9,9 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/utils" - icaoracletypes "github.com/Stride-Labs/stride/v20/x/icaoracle/types" - "github.com/Stride-Labs/stride/v20/x/staketia/types" + "github.com/Stride-Labs/stride/v21/utils" + icaoracletypes "github.com/Stride-Labs/stride/v21/x/icaoracle/types" + "github.com/Stride-Labs/stride/v21/x/staketia/types" ) // Updates the redemption rate for each host zone diff --git a/x/staketia/keeper/redemption_rate_test.go b/x/staketia/keeper/redemption_rate_test.go index a1d1c11b37..b841969fab 100644 --- a/x/staketia/keeper/redemption_rate_test.go +++ b/x/staketia/keeper/redemption_rate_test.go @@ -6,7 +6,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/staketia/types" + "github.com/Stride-Labs/stride/v21/x/staketia/types" ) func (s *KeeperTestSuite) TestUpdateRedemptionRate() { diff --git a/x/staketia/keeper/redemption_record.go b/x/staketia/keeper/redemption_record.go index fd00a4e32d..c419eee6be 100644 --- a/x/staketia/keeper/redemption_record.go +++ b/x/staketia/keeper/redemption_record.go @@ -4,7 +4,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/staketia/types" + "github.com/Stride-Labs/stride/v21/x/staketia/types" ) // Writes a redemption record to the store diff --git a/x/staketia/keeper/redemption_record_test.go b/x/staketia/keeper/redemption_record_test.go index 82e59eeb8a..6bba1e292c 100644 --- a/x/staketia/keeper/redemption_record_test.go +++ b/x/staketia/keeper/redemption_record_test.go @@ -5,7 +5,7 @@ import ( sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v20/x/staketia/types" + "github.com/Stride-Labs/stride/v21/x/staketia/types" ) func (s *KeeperTestSuite) addRedemptionRecords() (redemptionRecords []types.RedemptionRecord) { diff --git a/x/staketia/keeper/slash_record.go b/x/staketia/keeper/slash_record.go index bb39f1d2e7..d45603b5bc 100644 --- a/x/staketia/keeper/slash_record.go +++ b/x/staketia/keeper/slash_record.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/staketia/types" + "github.com/Stride-Labs/stride/v21/x/staketia/types" ) // Writes a slash record to the store diff --git a/x/staketia/keeper/slash_record_test.go b/x/staketia/keeper/slash_record_test.go index 8afd017f47..fec18e42aa 100644 --- a/x/staketia/keeper/slash_record_test.go +++ b/x/staketia/keeper/slash_record_test.go @@ -3,7 +3,7 @@ package keeper_test import ( math "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v20/x/staketia/types" + "github.com/Stride-Labs/stride/v21/x/staketia/types" ) // Helper function to create and set 5 slashRecord objects with various attributes diff --git a/x/staketia/keeper/transfer_callback.go b/x/staketia/keeper/transfer_callback.go index 2fe43fdd42..733889ccb9 100644 --- a/x/staketia/keeper/transfer_callback.go +++ b/x/staketia/keeper/transfer_callback.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/staketia/types" + "github.com/Stride-Labs/stride/v21/x/staketia/types" ) // Stores the record ID for a pending outbound transfer of native tokens diff --git a/x/staketia/keeper/transfer_callback_test.go b/x/staketia/keeper/transfer_callback_test.go index e7265eee1d..1b7434f5d1 100644 --- a/x/staketia/keeper/transfer_callback_test.go +++ b/x/staketia/keeper/transfer_callback_test.go @@ -3,7 +3,7 @@ package keeper_test import ( "fmt" - "github.com/Stride-Labs/stride/v20/x/staketia/types" + "github.com/Stride-Labs/stride/v21/x/staketia/types" ) type transferData struct { diff --git a/x/staketia/keeper/unbonding.go b/x/staketia/keeper/unbonding.go index 121402ef13..92f92e975c 100644 --- a/x/staketia/keeper/unbonding.go +++ b/x/staketia/keeper/unbonding.go @@ -9,8 +9,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v20/utils" - "github.com/Stride-Labs/stride/v20/x/staketia/types" + "github.com/Stride-Labs/stride/v21/utils" + "github.com/Stride-Labs/stride/v21/x/staketia/types" ) // Takes custody of staked tokens in an escrow account, updates the current diff --git a/x/staketia/keeper/unbonding_record.go b/x/staketia/keeper/unbonding_record.go index 5ee336c612..a0f4e11121 100644 --- a/x/staketia/keeper/unbonding_record.go +++ b/x/staketia/keeper/unbonding_record.go @@ -4,7 +4,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v20/x/staketia/types" + "github.com/Stride-Labs/stride/v21/x/staketia/types" ) // Writes an unbonding record to the active store diff --git a/x/staketia/keeper/unbonding_record_test.go b/x/staketia/keeper/unbonding_record_test.go index 5549582554..6c32816888 100644 --- a/x/staketia/keeper/unbonding_record_test.go +++ b/x/staketia/keeper/unbonding_record_test.go @@ -3,7 +3,7 @@ package keeper_test import ( sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v20/x/staketia/types" + "github.com/Stride-Labs/stride/v21/x/staketia/types" ) func (s *KeeperTestSuite) addUnbondingRecords() (unbondingRecords []types.UnbondingRecord) { diff --git a/x/staketia/keeper/unbonding_test.go b/x/staketia/keeper/unbonding_test.go index 1e7bcb8bc5..cc46b23059 100644 --- a/x/staketia/keeper/unbonding_test.go +++ b/x/staketia/keeper/unbonding_test.go @@ -7,9 +7,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v20/app/apptesting" - "github.com/Stride-Labs/stride/v20/utils" - "github.com/Stride-Labs/stride/v20/x/staketia/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + "github.com/Stride-Labs/stride/v21/utils" + "github.com/Stride-Labs/stride/v21/x/staketia/types" ) const DefaultClaimFundingAmount = 2600 // sum of NativeTokenAmount of records with status UNBONDED diff --git a/x/staketia/module.go b/x/staketia/module.go index 197fda9673..c9919204f9 100644 --- a/x/staketia/module.go +++ b/x/staketia/module.go @@ -15,9 +15,9 @@ import ( "github.com/grpc-ecosystem/grpc-gateway/runtime" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v20/x/staketia/client/cli" - "github.com/Stride-Labs/stride/v20/x/staketia/keeper" - "github.com/Stride-Labs/stride/v20/x/staketia/types" + "github.com/Stride-Labs/stride/v21/x/staketia/client/cli" + "github.com/Stride-Labs/stride/v21/x/staketia/keeper" + "github.com/Stride-Labs/stride/v21/x/staketia/types" ) var ( diff --git a/x/staketia/types/genesis.pb.go b/x/staketia/types/genesis.pb.go index 752b1409d7..0f4b96a310 100644 --- a/x/staketia/types/genesis.pb.go +++ b/x/staketia/types/genesis.pb.go @@ -227,7 +227,7 @@ var fileDescriptor_e2938dee39d417bb = []byte{ // 479 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x93, 0xc1, 0x6e, 0xd3, 0x40, 0x10, 0x86, 0x63, 0x12, 0x42, 0xb2, 0x69, 0x05, 0x5d, 0x81, 0x08, 0x09, 0x75, 0x82, 0x4f, 0x39, - 0x80, 0x8d, 0xcc, 0x0d, 0x71, 0xaa, 0x10, 0x25, 0x52, 0x0f, 0x95, 0x03, 0x1c, 0x7a, 0xb1, 0x36, + 0x80, 0x2d, 0xcc, 0x0d, 0x71, 0xaa, 0x10, 0x25, 0x52, 0x0f, 0x95, 0x03, 0x1c, 0x7a, 0xb1, 0x36, 0xf1, 0x60, 0x5b, 0x24, 0xbb, 0x66, 0x67, 0x8d, 0x5a, 0x9e, 0x82, 0xc7, 0xea, 0xb1, 0x47, 0x0e, 0xa8, 0x42, 0xc9, 0x1b, 0xf0, 0x04, 0xc8, 0x5e, 0xc7, 0x95, 0x63, 0xb5, 0xb7, 0xdd, 0x99, 0x7f, 0xbe, 0xf9, 0x77, 0x35, 0x43, 0x0e, 0x51, 0xc9, 0x38, 0x00, 0x07, 0x15, 0xfb, 0x06, 0x2a, 0x66, @@ -254,7 +254,7 @@ var fileDescriptor_e2938dee39d417bb = []byte{ 0xda, 0x34, 0x7e, 0x6d, 0xcc, 0xc6, 0xd5, 0xc6, 0x6c, 0xfc, 0xde, 0x98, 0x8d, 0x33, 0x37, 0x8c, 0x55, 0x94, 0xce, 0xed, 0x85, 0x58, 0x39, 0xb3, 0xbc, 0xe9, 0xab, 0x13, 0x36, 0x47, 0xa7, 0x58, 0x98, 0x1f, 0xee, 0x6b, 0xe7, 0xfc, 0x66, 0x6d, 0xd4, 0x45, 0x02, 0x38, 0x6f, 0xe7, 0x4b, 0xf3, - 0xe6, 0x7f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x6e, 0x9b, 0xa0, 0xad, 0x9c, 0x03, 0x00, 0x00, + 0xe6, 0x7f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xf9, 0x3d, 0xbd, 0x4a, 0x9c, 0x03, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/staketia/types/host_zone_test.go b/x/staketia/types/host_zone_test.go index eb3b0ea6e5..ca55dee32e 100644 --- a/x/staketia/types/host_zone_test.go +++ b/x/staketia/types/host_zone_test.go @@ -7,8 +7,8 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v20/app/apptesting" - "github.com/Stride-Labs/stride/v20/x/staketia/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + "github.com/Stride-Labs/stride/v21/x/staketia/types" ) const ( diff --git a/x/staketia/types/msgs.go b/x/staketia/types/msgs.go index 8294d28a13..4287d64d7a 100644 --- a/x/staketia/types/msgs.go +++ b/x/staketia/types/msgs.go @@ -7,7 +7,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/cosmos/cosmos-sdk/x/auth/migrations/legacytx" - "github.com/Stride-Labs/stride/v20/utils" + "github.com/Stride-Labs/stride/v21/utils" ) const ( diff --git a/x/staketia/types/msgs_test.go b/x/staketia/types/msgs_test.go index 95eb11227f..2434ac5796 100644 --- a/x/staketia/types/msgs_test.go +++ b/x/staketia/types/msgs_test.go @@ -8,9 +8,9 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v20/app/apptesting" - "github.com/Stride-Labs/stride/v20/testutil/sample" - "github.com/Stride-Labs/stride/v20/x/staketia/types" + "github.com/Stride-Labs/stride/v21/app/apptesting" + "github.com/Stride-Labs/stride/v21/testutil/sample" + "github.com/Stride-Labs/stride/v21/x/staketia/types" ) // ---------------------------------------------- diff --git a/x/staketia/types/query.pb.go b/x/staketia/types/query.pb.go index 3317af5dee..65940c527f 100644 --- a/x/staketia/types/query.pb.go +++ b/x/staketia/types/query.pb.go @@ -655,61 +655,61 @@ func init() { func init() { proto.RegisterFile("stride/staketia/query.proto", fileDescriptor_38d30838f2bbb0b1) } var fileDescriptor_38d30838f2bbb0b1 = []byte{ - // 853 bytes of a gzipped FileDescriptorProto + // 854 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x56, 0x4d, 0x6f, 0xd3, 0x4a, - 0x14, 0xcd, 0xa4, 0x7d, 0xef, 0xa5, 0xd3, 0x3e, 0x35, 0x19, 0x0a, 0x72, 0xdd, 0x62, 0x52, 0x4b, - 0x94, 0xb4, 0xa2, 0x76, 0x1b, 0xa4, 0xb2, 0xa6, 0x20, 0x4a, 0x51, 0x55, 0x8a, 0x03, 0x5d, 0x74, - 0x13, 0x39, 0xf1, 0xc8, 0xb1, 0x48, 0x3c, 0xa9, 0xc7, 0xa9, 0x5a, 0xaa, 0x6e, 0xd8, 0x00, 0x3b, - 0x24, 0x56, 0xfc, 0x04, 0x16, 0x2c, 0x58, 0xf0, 0x1f, 0xca, 0xae, 0x12, 0x1b, 0xc4, 0x02, 0xa1, - 0x96, 0x1f, 0x82, 0x32, 0x1e, 0xe7, 0xc3, 0xf6, 0x24, 0x11, 0x3b, 0x67, 0xee, 0xf5, 0xb9, 0xe7, - 0x5c, 0xdf, 0x7b, 0x26, 0x70, 0x8e, 0xfa, 0x9e, 0x63, 0x61, 0x9d, 0xfa, 0xe6, 0x0b, 0xec, 0x3b, - 0xa6, 0x7e, 0xd0, 0xc2, 0xde, 0xb1, 0xd6, 0xf4, 0x88, 0x4f, 0xd0, 0x74, 0x10, 0xd4, 0xc2, 0xa0, - 0xac, 0x44, 0xb3, 0xc3, 0x87, 0xe0, 0x05, 0x79, 0xc6, 0x26, 0x36, 0x61, 0x8f, 0x7a, 0xfb, 0x89, - 0x9f, 0xce, 0xdb, 0x84, 0xd8, 0x75, 0xac, 0x9b, 0x4d, 0x47, 0x37, 0x5d, 0x97, 0xf8, 0xa6, 0xef, - 0x10, 0x97, 0xf2, 0xe8, 0x72, 0x95, 0xd0, 0x06, 0xa1, 0x7a, 0xc5, 0xa4, 0x38, 0xa8, 0xae, 0x1f, - 0xae, 0x55, 0xb0, 0x6f, 0xae, 0xe9, 0x4d, 0xd3, 0x76, 0x5c, 0x96, 0x1c, 0xe4, 0xaa, 0xd7, 0xe0, - 0xcc, 0xd3, 0x76, 0xc6, 0x23, 0x42, 0xfd, 0x7d, 0xe2, 0x62, 0x03, 0x1f, 0xb4, 0x30, 0xf5, 0xd5, - 0x27, 0xf0, 0x6a, 0xe4, 0x9c, 0x36, 0x89, 0x4b, 0x31, 0x5a, 0x87, 0x13, 0x35, 0x42, 0xfd, 0xf2, - 0x4b, 0xe2, 0x62, 0x09, 0xe4, 0x41, 0x61, 0xb2, 0x38, 0xab, 0x45, 0x54, 0x69, 0x9d, 0xb7, 0x32, - 0x35, 0xfe, 0xa4, 0x3e, 0x86, 0xd7, 0x19, 0xe0, 0x03, 0x5c, 0xc7, 0x36, 0x63, 0x60, 0xe0, 0x2a, - 0xf1, 0x2c, 0xca, 0x2b, 0xa2, 0x25, 0x98, 0x75, 0xdc, 0x6a, 0xbd, 0x65, 0xe1, 0xb2, 0xe9, 0x55, - 0x6b, 0xce, 0x21, 0xb6, 0x18, 0x7e, 0xc6, 0x98, 0xe6, 0xe7, 0xf7, 0xf8, 0xb1, 0x7a, 0x04, 0x15, - 0x11, 0x16, 0x67, 0xb9, 0x07, 0x91, 0xd5, 0x09, 0x96, 0xbd, 0x20, 0x2a, 0x81, 0xfc, 0x58, 0x61, - 0xb2, 0xb8, 0x10, 0xa3, 0x1b, 0xc5, 0xd9, 0x18, 0x3f, 0xfb, 0x79, 0x23, 0x65, 0xe4, 0xac, 0x28, - 0xbe, 0xba, 0x05, 0xe7, 0x59, 0xe5, 0xe7, 0x6e, 0x85, 0xb8, 0x96, 0xe3, 0xda, 0x7f, 0x2f, 0xc2, - 0xe7, 0x0d, 0x89, 0x43, 0x71, 0x0d, 0x25, 0x98, 0x6b, 0x85, 0xb1, 0x88, 0x84, 0x7c, 0x4c, 0x42, - 0x04, 0x85, 0x2b, 0xc8, 0xb6, 0x22, 0xe0, 0x6a, 0x8d, 0x0b, 0x30, 0xb0, 0x85, 0x1b, 0xcd, 0xae, - 0xb4, 0x50, 0x80, 0x06, 0xaf, 0x44, 0x8b, 0x96, 0x9d, 0x40, 0xc3, 0xb8, 0x91, 0x8b, 0xc0, 0x6d, - 0x59, 0x48, 0x82, 0xff, 0x99, 0x96, 0xe5, 0x61, 0x4a, 0xa5, 0x74, 0x1e, 0x14, 0x26, 0x8c, 0xf0, - 0xa7, 0xfa, 0x06, 0x70, 0x81, 0xf1, 0x52, 0x5c, 0xa0, 0x0d, 0x65, 0xaf, 0x13, 0x0b, 0x8b, 0x79, - 0x3c, 0xca, 0x67, 0x6b, 0x29, 0xa6, 0x54, 0x04, 0x67, 0x48, 0x9e, 0x20, 0xa2, 0x7e, 0x16, 0x51, - 0xe9, 0x7c, 0xb7, 0x1e, 0x19, 0xa0, 0x4f, 0x86, 0xa8, 0x21, 0x69, 0x51, 0x43, 0x1e, 0x42, 0xd8, - 0x5d, 0x32, 0x69, 0x8c, 0x89, 0x58, 0xd4, 0x82, 0x8d, 0xd4, 0xda, 0x1b, 0xa9, 0x05, 0x7e, 0xc0, - 0x37, 0x52, 0xdb, 0x35, 0xed, 0x70, 0xe9, 0x8c, 0x9e, 0x37, 0xd5, 0x1f, 0x80, 0x0f, 0x79, 0x02, - 0x67, 0xde, 0x3f, 0x02, 0xe7, 0xc4, 0xfd, 0x0b, 0x47, 0x65, 0xf4, 0x06, 0xf2, 0x99, 0x99, 0x15, - 0xb5, 0x91, 0xa2, 0xcd, 0x3e, 0x6d, 0x69, 0xa6, 0xed, 0xd6, 0x50, 0x6d, 0xfc, 0xf3, 0xf4, 0x8a, - 0x93, 0xa1, 0xc4, 0xb4, 0x95, 0xea, 0x26, 0xad, 0xf5, 0x7f, 0x0a, 0xd5, 0x82, 0xb3, 0x09, 0x31, - 0x2e, 0x79, 0x13, 0xfe, 0x4f, 0xdb, 0xe7, 0x91, 0x7d, 0x98, 0x8f, 0x89, 0xec, 0x79, 0x9b, 0xeb, - 0x9a, 0xa2, 0x3d, 0x80, 0xea, 0x17, 0x00, 0x25, 0xe1, 0x60, 0xee, 0xc0, 0x5c, 0xac, 0xb1, 0x7c, - 0x1e, 0x17, 0x86, 0xb7, 0x33, 0x1b, 0x6d, 0x20, 0xda, 0x82, 0x0b, 0xdd, 0x19, 0xaa, 0x92, 0x46, - 0xb3, 0x8e, 0x19, 0xb2, 0xef, 0x34, 0x70, 0x99, 0xe2, 0x2a, 0x71, 0x2d, 0xca, 0x27, 0x4a, 0xe9, - 0x24, 0xde, 0xef, 0xe4, 0x3d, 0x73, 0x1a, 0xb8, 0x14, 0x64, 0x15, 0x5f, 0x67, 0xe0, 0x3f, 0xac, - 0x3d, 0xe8, 0x2d, 0x80, 0x99, 0xd0, 0x67, 0xd1, 0xcd, 0x18, 0xad, 0x24, 0x57, 0x97, 0x17, 0x87, - 0xa5, 0xf1, 0x85, 0xd1, 0x5e, 0x7d, 0xfb, 0xfd, 0x3e, 0x5d, 0x40, 0x8b, 0x7a, 0x89, 0xe5, 0xaf, - 0x6c, 0x9b, 0x15, 0xaa, 0x47, 0xaf, 0xaa, 0xce, 0x3d, 0x80, 0x3e, 0x01, 0x98, 0x8b, 0x99, 0x31, - 0xd2, 0x92, 0xab, 0x89, 0x6e, 0x00, 0x59, 0x1f, 0x39, 0x9f, 0xd3, 0xbc, 0xcb, 0x68, 0xae, 0x21, - 0x7d, 0x20, 0xcd, 0xf8, 0x45, 0x80, 0x3e, 0x02, 0x98, 0x8d, 0xfa, 0x2e, 0x5a, 0x49, 0x2e, 0x2f, - 0xb0, 0x7a, 0x59, 0x1b, 0x35, 0x9d, 0x93, 0x5d, 0x67, 0x64, 0x57, 0x91, 0x36, 0x90, 0x6c, 0xcc, - 0xf1, 0xd1, 0x57, 0x00, 0xb3, 0xd1, 0x19, 0x13, 0x71, 0x15, 0xb8, 0xba, 0x88, 0xab, 0x68, 0x01, - 0xd4, 0x3d, 0xc6, 0x75, 0x17, 0xed, 0x0c, 0xe4, 0x1a, 0xdb, 0x11, 0xfd, 0x24, 0xc1, 0x2a, 0x4f, - 0xf5, 0x13, 0xee, 0xa5, 0xa7, 0x6c, 0x4e, 0x62, 0x7e, 0x86, 0x46, 0x64, 0x37, 0x6c, 0x4e, 0x84, - 0x46, 0x39, 0xe2, 0x9c, 0xc4, 0xe4, 0x50, 0xf4, 0x01, 0xc0, 0xa9, 0x5e, 0x1f, 0x42, 0x4b, 0xc9, - 0xa5, 0x13, 0x7c, 0x4c, 0x5e, 0x1e, 0x25, 0x95, 0x13, 0x2c, 0x32, 0x82, 0xb7, 0xd1, 0xf2, 0x40, - 0x82, 0x7d, 0xce, 0xb7, 0xb1, 0x7d, 0x76, 0xa1, 0x80, 0xf3, 0x0b, 0x05, 0xfc, 0xba, 0x50, 0xc0, - 0xbb, 0x4b, 0x25, 0x75, 0x7e, 0xa9, 0xa4, 0xbe, 0x5f, 0x2a, 0xa9, 0xfd, 0xa2, 0xed, 0xf8, 0xb5, - 0x56, 0x45, 0xab, 0x92, 0x46, 0x12, 0xde, 0x61, 0x71, 0x55, 0x3f, 0xea, 0xa2, 0xfa, 0xc7, 0x4d, - 0x4c, 0x2b, 0xff, 0xb2, 0xbf, 0x83, 0x77, 0xfe, 0x04, 0x00, 0x00, 0xff, 0xff, 0xc1, 0x81, 0x45, - 0x52, 0xbe, 0x0a, 0x00, 0x00, + 0x14, 0xcd, 0xa4, 0x7d, 0xef, 0xa5, 0xd3, 0x3e, 0x35, 0x99, 0xd7, 0x87, 0x5c, 0xb7, 0x98, 0xd4, + 0x12, 0x25, 0xad, 0xa8, 0x4d, 0x82, 0x54, 0xd6, 0x14, 0x44, 0x29, 0xaa, 0x4a, 0x71, 0xa0, 0x8b, + 0x6e, 0x22, 0x27, 0x1e, 0x39, 0x16, 0x89, 0x27, 0xf5, 0x38, 0x55, 0x4b, 0xd5, 0x0d, 0x1b, 0x60, + 0x87, 0xc4, 0x8a, 0x9f, 0xc0, 0x82, 0x05, 0x0b, 0xfe, 0x43, 0xd9, 0x55, 0x62, 0x83, 0x58, 0x20, + 0xd4, 0xf2, 0x43, 0x50, 0xc6, 0xe3, 0x7c, 0xd8, 0x9e, 0x24, 0x62, 0xe7, 0xcc, 0xbd, 0x3e, 0xf7, + 0x9c, 0xeb, 0x7b, 0xcf, 0x04, 0x2e, 0x50, 0xdf, 0x73, 0x2c, 0xac, 0x53, 0xdf, 0x7c, 0x8e, 0x7d, + 0xc7, 0xd4, 0x0f, 0xda, 0xd8, 0x3b, 0xd6, 0x5a, 0x1e, 0xf1, 0x09, 0x9a, 0x0d, 0x82, 0x5a, 0x18, + 0x94, 0x95, 0x68, 0x76, 0xf8, 0x10, 0xbc, 0x20, 0xcf, 0xd9, 0xc4, 0x26, 0xec, 0x51, 0xef, 0x3c, + 0xf1, 0xd3, 0x45, 0x9b, 0x10, 0xbb, 0x81, 0x75, 0xb3, 0xe5, 0xe8, 0xa6, 0xeb, 0x12, 0xdf, 0xf4, + 0x1d, 0xe2, 0x52, 0x1e, 0x5d, 0xad, 0x11, 0xda, 0x24, 0x54, 0xaf, 0x9a, 0x14, 0x07, 0xd5, 0xf5, + 0xc3, 0x62, 0x15, 0xfb, 0x66, 0x51, 0x6f, 0x99, 0xb6, 0xe3, 0xb2, 0xe4, 0x20, 0x57, 0xbd, 0x02, + 0xe7, 0x9e, 0x74, 0x32, 0x1e, 0x12, 0xea, 0xef, 0x13, 0x17, 0x1b, 0xf8, 0xa0, 0x8d, 0xa9, 0xaf, + 0x3e, 0x86, 0xff, 0x47, 0xce, 0x69, 0x8b, 0xb8, 0x14, 0xa3, 0x75, 0x38, 0x55, 0x27, 0xd4, 0xaf, + 0xbc, 0x20, 0x2e, 0x96, 0x40, 0x1e, 0x14, 0xa6, 0x4b, 0xf3, 0x5a, 0x44, 0x95, 0xd6, 0x7d, 0x2b, + 0x53, 0xe7, 0x4f, 0xea, 0x23, 0x78, 0x95, 0x01, 0xde, 0xc7, 0x0d, 0x6c, 0x33, 0x06, 0x06, 0xae, + 0x11, 0xcf, 0xa2, 0xbc, 0x22, 0x5a, 0x81, 0x59, 0xc7, 0xad, 0x35, 0xda, 0x16, 0xae, 0x98, 0x5e, + 0xad, 0xee, 0x1c, 0x62, 0x8b, 0xe1, 0x67, 0x8c, 0x59, 0x7e, 0x7e, 0x97, 0x1f, 0xab, 0x47, 0x50, + 0x11, 0x61, 0x71, 0x96, 0x7b, 0x10, 0x59, 0xdd, 0x60, 0xc5, 0x0b, 0xa2, 0x12, 0xc8, 0x4f, 0x14, + 0xa6, 0x4b, 0x4b, 0x31, 0xba, 0x51, 0x9c, 0x8d, 0xc9, 0xb3, 0x1f, 0xd7, 0x52, 0x46, 0xce, 0x8a, + 0xe2, 0xab, 0x5b, 0x70, 0x91, 0x55, 0x7e, 0xe6, 0x56, 0x89, 0x6b, 0x39, 0xae, 0xfd, 0xe7, 0x22, + 0x7c, 0xde, 0x90, 0x38, 0x14, 0xd7, 0x50, 0x86, 0xb9, 0x76, 0x18, 0x8b, 0x48, 0xc8, 0xc7, 0x24, + 0x44, 0x50, 0xb8, 0x82, 0x6c, 0x3b, 0x02, 0xae, 0xd6, 0xb9, 0x00, 0x03, 0x5b, 0xb8, 0xd9, 0xea, + 0x49, 0x0b, 0x05, 0x68, 0xf0, 0xbf, 0x68, 0xd1, 0x8a, 0x13, 0x68, 0x98, 0x34, 0x72, 0x11, 0xb8, + 0x2d, 0x0b, 0x49, 0xf0, 0x1f, 0xd3, 0xb2, 0x3c, 0x4c, 0xa9, 0x94, 0xce, 0x83, 0xc2, 0x94, 0x11, + 0xfe, 0x54, 0x5f, 0x03, 0x2e, 0x30, 0x5e, 0x8a, 0x0b, 0xb4, 0xa1, 0xec, 0x75, 0x63, 0x61, 0x31, + 0x8f, 0x47, 0xf9, 0x6c, 0xad, 0xc4, 0x94, 0x8a, 0xe0, 0x0c, 0xc9, 0x13, 0x44, 0xd4, 0x4f, 0x22, + 0x2a, 0xdd, 0xef, 0xd6, 0x27, 0x03, 0x0c, 0xc8, 0x10, 0x35, 0x24, 0x2d, 0x6a, 0xc8, 0x03, 0x08, + 0x7b, 0x4b, 0x26, 0x4d, 0x30, 0x11, 0xcb, 0x5a, 0xb0, 0x91, 0x5a, 0x67, 0x23, 0xb5, 0xc0, 0x0f, + 0xf8, 0x46, 0x6a, 0xbb, 0xa6, 0x1d, 0x2e, 0x9d, 0xd1, 0xf7, 0xa6, 0xfa, 0x1d, 0xf0, 0x21, 0x4f, + 0xe0, 0xcc, 0xfb, 0x47, 0xe0, 0x82, 0xb8, 0x7f, 0xe1, 0xa8, 0x8c, 0xdf, 0x40, 0x3e, 0x33, 0xf3, + 0xa2, 0x36, 0x52, 0xb4, 0x39, 0xa0, 0x2d, 0xcd, 0xb4, 0xdd, 0x18, 0xa9, 0x8d, 0x7f, 0x9e, 0x7e, + 0x71, 0x32, 0x94, 0x98, 0xb6, 0x72, 0xc3, 0xa4, 0xf5, 0xc1, 0x4f, 0xa1, 0x5a, 0x70, 0x3e, 0x21, + 0xc6, 0x25, 0x6f, 0xc2, 0x7f, 0x69, 0xe7, 0x3c, 0xb2, 0x0f, 0x8b, 0x31, 0x91, 0x7d, 0x6f, 0x73, + 0x5d, 0x33, 0xb4, 0x0f, 0x50, 0xfd, 0x0c, 0xa0, 0x24, 0x1c, 0xcc, 0x1d, 0x98, 0x8b, 0x35, 0x96, + 0xcf, 0xe3, 0xd2, 0xe8, 0x76, 0x66, 0xa3, 0x0d, 0x44, 0x5b, 0x70, 0xa9, 0x37, 0x43, 0x35, 0xd2, + 0x6c, 0x35, 0x30, 0x43, 0xf6, 0x9d, 0x26, 0xae, 0x50, 0x5c, 0x23, 0xae, 0x45, 0xf9, 0x44, 0x29, + 0xdd, 0xc4, 0x7b, 0xdd, 0xbc, 0xa7, 0x4e, 0x13, 0x97, 0x83, 0xac, 0xd2, 0xab, 0x0c, 0xfc, 0x8b, + 0xb5, 0x07, 0xbd, 0x01, 0x30, 0x13, 0xfa, 0x2c, 0xba, 0x1e, 0xa3, 0x95, 0xe4, 0xea, 0xf2, 0xf2, + 0xa8, 0x34, 0xbe, 0x30, 0xda, 0xcb, 0xaf, 0xbf, 0xde, 0xa5, 0x0b, 0x68, 0x59, 0x2f, 0xb3, 0xfc, + 0xb5, 0x6d, 0xb3, 0x4a, 0xf5, 0xe8, 0x55, 0xd5, 0xbd, 0x07, 0xd0, 0x47, 0x00, 0x73, 0x31, 0x33, + 0x46, 0x5a, 0x72, 0x35, 0xd1, 0x0d, 0x20, 0xeb, 0x63, 0xe7, 0x73, 0x9a, 0x77, 0x18, 0xcd, 0x22, + 0xd2, 0x87, 0xd2, 0x8c, 0x5f, 0x04, 0xe8, 0x03, 0x80, 0xd9, 0xa8, 0xef, 0xa2, 0xb5, 0xe4, 0xf2, + 0x02, 0xab, 0x97, 0xb5, 0x71, 0xd3, 0x39, 0xd9, 0x75, 0x46, 0xf6, 0x16, 0xd2, 0x86, 0x92, 0x8d, + 0x39, 0x3e, 0xfa, 0x02, 0x60, 0x36, 0x3a, 0x63, 0x22, 0xae, 0x02, 0x57, 0x17, 0x71, 0x15, 0x2d, + 0x80, 0xba, 0xc7, 0xb8, 0xee, 0xa2, 0x9d, 0xa1, 0x5c, 0x63, 0x3b, 0xa2, 0x9f, 0x24, 0x58, 0xe5, + 0xa9, 0x7e, 0xc2, 0xbd, 0xf4, 0x94, 0xcd, 0x49, 0xcc, 0xcf, 0xd0, 0x98, 0xec, 0x46, 0xcd, 0x89, + 0xd0, 0x28, 0xc7, 0x9c, 0x93, 0x98, 0x1c, 0x8a, 0xde, 0x03, 0x38, 0xd3, 0xef, 0x43, 0x68, 0x25, + 0xb9, 0x74, 0x82, 0x8f, 0xc9, 0xab, 0xe3, 0xa4, 0x72, 0x82, 0x25, 0x46, 0xf0, 0x26, 0x5a, 0x1d, + 0x4a, 0x70, 0xc0, 0xf9, 0x36, 0xb6, 0xcf, 0x2e, 0x14, 0x70, 0x7e, 0xa1, 0x80, 0x9f, 0x17, 0x0a, + 0x78, 0x7b, 0xa9, 0xa4, 0xce, 0x2f, 0x95, 0xd4, 0xb7, 0x4b, 0x25, 0xb5, 0x5f, 0xb2, 0x1d, 0xbf, + 0xde, 0xae, 0x6a, 0x35, 0xd2, 0x4c, 0xc2, 0x3b, 0x2c, 0x15, 0xf5, 0xa3, 0x1e, 0xaa, 0x7f, 0xdc, + 0xc2, 0xb4, 0xfa, 0x37, 0xfb, 0x3b, 0x78, 0xfb, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0x56, 0x27, + 0x58, 0xb5, 0xbe, 0x0a, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/staketia/types/records_test.go b/x/staketia/types/records_test.go index b6f0abe5ef..bc40fdf2e2 100644 --- a/x/staketia/types/records_test.go +++ b/x/staketia/types/records_test.go @@ -7,7 +7,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v20/x/staketia/types" + "github.com/Stride-Labs/stride/v21/x/staketia/types" ) func TestValidateDelegationRecordGenesis(t *testing.T) { diff --git a/x/staketia/types/staketia.pb.go b/x/staketia/types/staketia.pb.go index 4b3077ca61..be39be28f0 100644 --- a/x/staketia/types/staketia.pb.go +++ b/x/staketia/types/staketia.pb.go @@ -581,77 +581,78 @@ func init() { func init() { proto.RegisterFile("stride/staketia/staketia.proto", fileDescriptor_d306d9365b78f7b2) } var fileDescriptor_d306d9365b78f7b2 = []byte{ - // 1120 bytes of a gzipped FileDescriptorProto + // 1121 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x57, 0xcf, 0x6f, 0x1a, 0xc7, 0x17, 0x67, 0x81, 0xd8, 0xe4, 0xc5, 0xc0, 0x32, 0x10, 0xb2, 0xb6, 0x22, 0xe2, 0xaf, 0x0f, 0xf9, - 0x5a, 0x69, 0x8d, 0x23, 0xe7, 0xd2, 0x43, 0x9b, 0x08, 0xc3, 0xc6, 0x59, 0x09, 0x63, 0x77, 0x81, + 0x5a, 0x69, 0x8d, 0x5b, 0xe7, 0xd2, 0x43, 0x9b, 0x08, 0xc3, 0xc6, 0x59, 0x09, 0x63, 0x77, 0x81, 0x1e, 0xd2, 0xc3, 0x6a, 0xd8, 0x9d, 0xc0, 0xca, 0xec, 0x2c, 0xda, 0x19, 0x6c, 0x2a, 0xf5, 0xde, 0x4a, 0xbd, 0xf4, 0xd2, 0xbf, 0xa0, 0x7f, 0x42, 0xf3, 0x47, 0x44, 0xea, 0x25, 0xcd, 0xa9, 0xea, 0x21, 0xaa, 0xec, 0x7f, 0xa4, 0xda, 0xd9, 0x1f, 0x60, 0xb0, 0x85, 0x52, 0x71, 0xe9, 0x89, 0x9d, 0xf7, 0x79, 0xef, 0xf3, 0x99, 0xf7, 0xde, 0xcc, 0xbe, 0x05, 0x2a, 0x8c, 0x7b, 0xb6, 0x45, 0xf6, 0x19, 0xc7, 0x67, 0x84, 0xdb, 0x38, 0x7e, 0xa8, 0x8e, 0x3c, 0x97, 0xbb, 0x28, 0x1f, 0xe0, 0xd5, 0xc8, 0xbc, 0xb5, 0x69, 0xba, 0xcc, 0x71, 0x99, 0x21, 0xe0, 0xfd, 0x60, 0x11, 0xf8, 0x6e, 0x95, - 0xfa, 0x6e, 0xdf, 0x0d, 0xec, 0xfe, 0x53, 0x60, 0xdd, 0xf9, 0x61, 0x03, 0x32, 0xaf, 0x5c, 0xc6, - 0x5f, 0xbb, 0x94, 0xa0, 0x4d, 0xc8, 0x98, 0x03, 0x6c, 0x53, 0xc3, 0xb6, 0x14, 0x69, 0x5b, 0xda, - 0xbd, 0xab, 0xaf, 0x8b, 0xb5, 0x66, 0xa1, 0xcf, 0x01, 0x51, 0xcc, 0xed, 0x73, 0x62, 0x70, 0xf7, + 0xfa, 0x6e, 0xdf, 0x0d, 0xec, 0xfe, 0x53, 0x60, 0xdd, 0xf9, 0x61, 0x03, 0x32, 0x2f, 0x5d, 0xc6, + 0x5f, 0xb9, 0x94, 0xa0, 0x4d, 0xc8, 0x98, 0x03, 0x6c, 0x53, 0xc3, 0xb6, 0x14, 0x69, 0x5b, 0xda, + 0xbd, 0xab, 0xaf, 0x8b, 0xb5, 0x66, 0xa1, 0x4f, 0x01, 0x51, 0xcc, 0xed, 0x73, 0x62, 0x70, 0xf7, 0x8c, 0x50, 0xc3, 0x22, 0xd4, 0x75, 0x94, 0xa4, 0x70, 0x92, 0x03, 0xa4, 0xe3, 0x03, 0x0d, 0xdf, - 0x8e, 0x9e, 0x41, 0xf9, 0x9a, 0xb7, 0xdd, 0x33, 0xc3, 0x88, 0x94, 0x88, 0x28, 0xce, 0x44, 0x68, - 0x3d, 0x33, 0x08, 0xaa, 0x42, 0x91, 0x7b, 0x98, 0xb2, 0x37, 0xc4, 0x33, 0xcc, 0x01, 0xa6, 0x94, + 0x8e, 0x9e, 0x42, 0xf9, 0x9a, 0xb7, 0xdd, 0x33, 0xc3, 0x88, 0x94, 0x88, 0x28, 0xce, 0x44, 0x68, + 0x3d, 0x33, 0x08, 0xaa, 0x42, 0x91, 0x7b, 0x98, 0xb2, 0xd7, 0xc4, 0x33, 0xcc, 0x01, 0xa6, 0x94, 0x0c, 0xfd, 0x8d, 0xa4, 0x45, 0x44, 0x21, 0x82, 0xea, 0x01, 0xa2, 0x59, 0xe8, 0x08, 0x90, 0x45, 0x86, 0xa4, 0x8f, 0xb9, 0xed, 0x52, 0x03, 0x5b, 0x96, 0x47, 0x18, 0x53, 0xee, 0xf8, 0xee, 0x87, - 0xca, 0x87, 0xb7, 0x7b, 0xa5, 0x30, 0xfd, 0x5a, 0x80, 0xb4, 0xb9, 0x67, 0xd3, 0xbe, 0x5e, 0x98, - 0xc6, 0x84, 0x00, 0x7a, 0x01, 0x39, 0x8f, 0x5c, 0x60, 0xcf, 0x8a, 0x49, 0xd6, 0x96, 0x90, 0x64, + 0xca, 0xfb, 0x37, 0x7b, 0xa5, 0x30, 0xfd, 0x5a, 0x80, 0xb4, 0xb9, 0x67, 0xd3, 0xbe, 0x5e, 0x98, + 0xc6, 0x84, 0x00, 0x7a, 0x0e, 0x39, 0x8f, 0x5c, 0x60, 0xcf, 0x8a, 0x49, 0xd6, 0x96, 0x90, 0x64, 0x03, 0xff, 0x88, 0xa0, 0x06, 0x79, 0x8b, 0x8c, 0x5c, 0x66, 0xf3, 0x98, 0x61, 0x7d, 0x09, 0x43, 0x2e, 0x0c, 0x88, 0x28, 0x8e, 0x00, 0x79, 0xc4, 0x22, 0xce, 0xe8, 0x5a, 0x32, 0x99, 0x65, 0xc9, 0x4c, 0x63, 0x22, 0xa2, 0xaf, 0x20, 0x6b, 0x0e, 0xb1, 0xed, 0xc4, 0x1c, 0x77, 0x97, 0x70, 0x6c, 0x08, 0xf7, 0x28, 0xbc, 0x0b, 0x5b, 0xee, 0x88, 0x78, 0x98, 0xbb, 0x5e, 0xc4, 0x60, 0xb8, 0xd4, 0x08, 0xce, 0x99, 0x02, 0x4b, 0xb8, 0x1e, 0x44, 0xb1, 0xa1, 0xf9, 0x84, 0xb6, 0x45, 0x20, 0x3a, - 0x86, 0x32, 0xc3, 0x6f, 0xc8, 0x0d, 0x94, 0xf7, 0x96, 0x50, 0x16, 0xfd, 0xb8, 0x79, 0x3a, 0x0a, - 0xa5, 0x21, 0x66, 0xdc, 0x98, 0x29, 0x99, 0x87, 0x39, 0x51, 0x36, 0x04, 0xd9, 0x97, 0xef, 0x3e, - 0x3e, 0x4a, 0xfc, 0xf5, 0xf1, 0xd1, 0xe3, 0xbe, 0xcd, 0x07, 0xe3, 0x5e, 0xd5, 0x74, 0x9d, 0xf0, - 0x2a, 0x84, 0x3f, 0x7b, 0xcc, 0x3a, 0xdb, 0xe7, 0xdf, 0x8d, 0x08, 0xab, 0x36, 0x88, 0xf9, 0xe1, - 0xed, 0x1e, 0x84, 0xd2, 0x0d, 0x62, 0xea, 0xc8, 0x67, 0xd6, 0x63, 0x62, 0x1d, 0x73, 0x82, 0x08, + 0x86, 0x32, 0xc3, 0xaf, 0xc9, 0x0d, 0x94, 0xf7, 0x96, 0x50, 0x16, 0xfd, 0xb8, 0x79, 0x3a, 0x0a, + 0xa5, 0x21, 0x66, 0xdc, 0x98, 0x29, 0x99, 0x87, 0x39, 0x51, 0x36, 0x04, 0xd9, 0x97, 0x6f, 0x3f, + 0x3c, 0x4a, 0xfc, 0xf5, 0xe1, 0xd1, 0xe3, 0xbe, 0xcd, 0x07, 0xe3, 0x5e, 0xd5, 0x74, 0x9d, 0xf0, + 0x2a, 0x84, 0x3f, 0x7b, 0xcc, 0x3a, 0xdb, 0xe7, 0xdf, 0x8d, 0x08, 0xab, 0x36, 0x88, 0xf9, 0xfe, + 0xcd, 0x1e, 0x84, 0xd2, 0x0d, 0x62, 0xea, 0xc8, 0x67, 0xd6, 0x63, 0x62, 0x1d, 0x73, 0x82, 0x08, 0xe4, 0xe7, 0xa5, 0xb2, 0x2b, 0x90, 0xca, 0x79, 0xd7, 0x65, 0x86, 0x50, 0x74, 0x6c, 0xba, 0x90, 0x55, 0x6e, 0x05, 0x52, 0x05, 0xc7, 0xa6, 0xfa, 0xa2, 0x1a, 0x9e, 0x2c, 0xa8, 0xe5, 0x57, 0xa2, 0x86, 0x27, 0x73, 0x6a, 0x17, 0xb0, 0xe9, 0xe7, 0x66, 0x53, 0x4a, 0xbc, 0x05, 0x4d, 0x79, 0x05, 0x9a, 0x65, 0xc7, 0xa6, 0x9a, 0xcf, 0x7e, 0x83, 0x30, 0x9e, 0xdc, 0x22, 0x5c, 0x58, 0x89, 0x30, 0x9e, 0xdc, 0x24, 0xfc, 0x2d, 0x44, 0xef, 0x1a, 0x62, 0x19, 0x3d, 0x3c, 0xc4, 0xd4, 0x24, 0x0a, - 0x12, 0x82, 0xd5, 0x4f, 0x10, 0xd4, 0x28, 0xd7, 0xe5, 0x98, 0xe8, 0x30, 0xe0, 0x41, 0x5f, 0x80, + 0x12, 0x82, 0xd5, 0x8f, 0x10, 0xd4, 0x28, 0xd7, 0xe5, 0x98, 0xe8, 0x30, 0xe0, 0x41, 0x5f, 0x80, 0x32, 0xa6, 0x3d, 0x97, 0x5a, 0x36, 0xed, 0x1b, 0x23, 0xe2, 0xd9, 0xae, 0x65, 0x30, 0x62, 0xba, 0xd4, 0x62, 0x4a, 0x71, 0x5b, 0xda, 0x4d, 0xeb, 0xe5, 0x18, 0x3f, 0x15, 0x70, 0x3b, 0x40, 0x51, 0x19, 0xd6, 0x06, 0x78, 0xc8, 0x89, 0xa5, 0x94, 0xb6, 0xa5, 0xdd, 0x8c, 0x1e, 0xae, 0x76, 0xfe, 0x90, 0x40, 0x6e, 0xc4, 0xef, 0x46, 0x9d, 0x98, 0xae, 0x67, 0xa1, 0x1c, 0x24, 0xc3, 0x59, 0x90, 0xd6, 0x93, 0xb6, 0x85, 0xda, 0x90, 0x0d, 0x5f, 0xec, 0xd8, 0x71, 0xc7, 0x94, 0x07, 0x13, 0xe0, - 0x93, 0xf3, 0xd9, 0x08, 0x48, 0x6a, 0x82, 0x03, 0xbd, 0x80, 0x35, 0xc6, 0x31, 0x1f, 0x33, 0x31, + 0xa3, 0xf3, 0xd9, 0x08, 0x48, 0x6a, 0x82, 0x03, 0x3d, 0x87, 0x35, 0xc6, 0x31, 0x1f, 0x33, 0x31, 0x1d, 0x72, 0x07, 0xff, 0xaf, 0xce, 0x8d, 0xb5, 0xea, 0xfc, 0xbe, 0xda, 0xc2, 0x5d, 0x0f, 0xc3, - 0xd0, 0x03, 0x58, 0xe7, 0x13, 0x63, 0x80, 0xd9, 0x20, 0x9c, 0x16, 0x6b, 0x7c, 0xf2, 0x0a, 0xb3, - 0xc1, 0xce, 0xef, 0x29, 0xc8, 0x77, 0xa3, 0x32, 0xdc, 0x92, 0xd2, 0xf3, 0x58, 0x3d, 0x29, 0xd4, + 0xd0, 0x03, 0x58, 0xe7, 0x13, 0x63, 0x80, 0xd9, 0x20, 0x9c, 0x16, 0x6b, 0x7c, 0xf2, 0x12, 0xb3, + 0xc1, 0xce, 0xef, 0x29, 0xc8, 0x77, 0xa3, 0x32, 0xdc, 0x92, 0xd2, 0xb3, 0x58, 0x3d, 0x29, 0xd4, 0x1f, 0x2f, 0xa8, 0xcf, 0x31, 0xcc, 0x89, 0x7f, 0x03, 0x79, 0xc6, 0xc3, 0x39, 0x17, 0x16, 0x25, 0xf5, 0xaf, 0x8a, 0x92, 0x65, 0x5c, 0x0c, 0xc4, 0xb0, 0x2a, 0x0b, 0xa5, 0x4e, 0xaf, 0xa0, 0xd4, 0x1a, 0xfc, 0x6f, 0x7a, 0x6c, 0x4c, 0xd7, 0x19, 0x0d, 0x89, 0xb8, 0x0c, 0xdc, 0x76, 0x48, 0x7c, - 0x7e, 0xee, 0x88, 0xda, 0x54, 0x62, 0xc7, 0x7a, 0xec, 0xd7, 0xb1, 0x1d, 0x12, 0x9d, 0xa3, 0xa7, - 0x50, 0x1a, 0xd3, 0x99, 0x01, 0x1c, 0x75, 0x40, 0xcc, 0x4e, 0x1d, 0xcd, 0x62, 0x1d, 0xd1, 0x0d, - 0xf4, 0x1c, 0x1e, 0x06, 0x9c, 0xc4, 0x0a, 0xeb, 0xc5, 0x2e, 0x08, 0x19, 0xc5, 0x91, 0x62, 0x66, - 0xea, 0x4a, 0xe4, 0x23, 0x8a, 0xd1, 0xf6, 0x3d, 0x82, 0xf8, 0x9d, 0x9f, 0x92, 0x20, 0xcf, 0xdc, - 0xb1, 0xa0, 0x9d, 0x55, 0x28, 0x4e, 0x33, 0xf2, 0x84, 0xcd, 0x88, 0xfb, 0x5b, 0x18, 0x5f, 0x6f, - 0x9d, 0x66, 0xa1, 0x2d, 0xc8, 0xf8, 0x2f, 0x01, 0xe2, 0x10, 0x2f, 0xfc, 0x7c, 0x89, 0xd7, 0xff, - 0xa9, 0x56, 0xee, 0xfc, 0x26, 0xc1, 0xbd, 0xf6, 0x10, 0xb3, 0xc1, 0x2d, 0xe7, 0x1a, 0x41, 0xda, - 0xef, 0xaa, 0x48, 0x32, 0xad, 0x8b, 0xe7, 0xc5, 0x8d, 0xa4, 0x56, 0x70, 0xa6, 0x3e, 0x83, 0xc2, - 0x39, 0x1e, 0xda, 0xd6, 0xec, 0x37, 0x43, 0x78, 0x0f, 0xe5, 0x18, 0x08, 0x27, 0xf8, 0x93, 0xef, - 0xa1, 0x7c, 0xf3, 0x65, 0x46, 0x0a, 0x94, 0x3a, 0x7a, 0xad, 0xd5, 0x7e, 0xa9, 0xea, 0x86, 0xd6, - 0x32, 0x4e, 0xf5, 0x93, 0x23, 0x5d, 0x6d, 0xb7, 0xe5, 0x04, 0x2a, 0x42, 0x3e, 0x46, 0x5e, 0xd6, - 0xb4, 0xa6, 0xda, 0x90, 0x25, 0x54, 0x02, 0xb9, 0xa1, 0x36, 0xd5, 0xa3, 0x5a, 0x47, 0x3b, 0x69, - 0x19, 0x5f, 0x77, 0xd5, 0xae, 0x2a, 0x27, 0xd1, 0x03, 0x28, 0xce, 0x58, 0xeb, 0x27, 0xc7, 0xa7, - 0x4d, 0xb5, 0xa3, 0xca, 0xa9, 0xad, 0xf4, 0x8f, 0xbf, 0x56, 0x12, 0x4f, 0x7e, 0x91, 0xe0, 0xfe, - 0x8d, 0xb7, 0x19, 0x3d, 0x04, 0xa5, 0x56, 0xaf, 0x77, 0x8f, 0xbb, 0xcd, 0x5a, 0x47, 0x6b, 0x1d, - 0x19, 0xba, 0xda, 0x50, 0x8f, 0x4f, 0x7d, 0x96, 0x70, 0x07, 0xdd, 0xd6, 0xe1, 0x49, 0xab, 0xe1, - 0x43, 0x81, 0x96, 0x84, 0x36, 0xe1, 0xfe, 0xd4, 0x38, 0xbb, 0xe3, 0x24, 0xda, 0x80, 0x4c, 0x00, - 0xa9, 0x0d, 0x39, 0x85, 0xb2, 0x70, 0xb7, 0xde, 0xac, 0x69, 0xc7, 0xb5, 0xc3, 0xa6, 0x2a, 0xa7, - 0xd1, 0x3d, 0x58, 0x17, 0x4b, 0xb5, 0x21, 0xdf, 0x09, 0xf6, 0x75, 0xd8, 0x7c, 0x77, 0x59, 0x91, - 0xde, 0x5f, 0x56, 0xa4, 0xbf, 0x2f, 0x2b, 0xd2, 0xcf, 0x57, 0x95, 0xc4, 0xfb, 0xab, 0x4a, 0xe2, - 0xcf, 0xab, 0x4a, 0xe2, 0xf5, 0xc1, 0x4c, 0x4b, 0x82, 0x8f, 0x9f, 0xbd, 0x26, 0xee, 0xb1, 0xfd, - 0xf0, 0x8f, 0xc1, 0xf9, 0xc1, 0xd3, 0xfd, 0xc9, 0xf4, 0xef, 0x81, 0x68, 0x51, 0x6f, 0x4d, 0x7c, - 0xda, 0x3f, 0xfb, 0x27, 0x00, 0x00, 0xff, 0xff, 0xdf, 0x90, 0x5c, 0xe4, 0x3e, 0x0c, 0x00, 0x00, + 0x7e, 0xee, 0x88, 0xda, 0x54, 0x62, 0xc7, 0x7a, 0xec, 0xd7, 0xb1, 0x1d, 0x12, 0x9d, 0xa3, 0xcf, + 0xa0, 0x34, 0xa6, 0x33, 0x03, 0x38, 0xea, 0x80, 0x98, 0x9d, 0x3a, 0x9a, 0xc5, 0x3a, 0xa2, 0x1b, + 0xe8, 0x19, 0x3c, 0x0c, 0x38, 0x89, 0x15, 0xd6, 0x8b, 0x5d, 0x10, 0x32, 0x8a, 0x23, 0xc5, 0xcc, + 0xd4, 0x95, 0xc8, 0x47, 0x14, 0xa3, 0xed, 0x7b, 0x04, 0xf1, 0x3b, 0x3f, 0x25, 0x41, 0x9e, 0xb9, + 0x63, 0x41, 0x3b, 0xab, 0x50, 0x9c, 0x66, 0xe4, 0x09, 0x9b, 0x11, 0xf7, 0xb7, 0x30, 0xbe, 0xde, + 0x3a, 0xcd, 0x42, 0x5b, 0x90, 0xf1, 0x5f, 0x02, 0xc4, 0x21, 0x5e, 0xf8, 0xf9, 0x12, 0xaf, 0xff, + 0x53, 0xad, 0xdc, 0xf9, 0x4d, 0x82, 0x7b, 0xed, 0x21, 0x66, 0x83, 0x5b, 0xce, 0x35, 0x82, 0xb4, + 0xdf, 0x55, 0x91, 0x64, 0x5a, 0x17, 0xcf, 0x8b, 0x1b, 0x49, 0xad, 0xe0, 0x4c, 0x7d, 0x02, 0x85, + 0x73, 0x3c, 0xb4, 0xad, 0xd9, 0x6f, 0x86, 0xf0, 0x1e, 0xca, 0x31, 0x10, 0x4e, 0xf0, 0x27, 0xdf, + 0x43, 0xf9, 0xe6, 0xcb, 0x8c, 0x14, 0x28, 0x75, 0xf4, 0x5a, 0xab, 0xfd, 0x42, 0xd5, 0x0d, 0xad, + 0x65, 0x9c, 0xea, 0x27, 0x47, 0xba, 0xda, 0x6e, 0xcb, 0x09, 0x54, 0x84, 0x7c, 0x8c, 0xbc, 0xa8, + 0x69, 0x4d, 0xb5, 0x21, 0x4b, 0xa8, 0x04, 0x72, 0x43, 0x6d, 0xaa, 0x47, 0xb5, 0x8e, 0x76, 0xd2, + 0x32, 0xbe, 0xee, 0xaa, 0x5d, 0x55, 0x4e, 0xa2, 0x07, 0x50, 0x9c, 0xb1, 0xd6, 0x4f, 0x8e, 0x4f, + 0x9b, 0x6a, 0x47, 0x95, 0x53, 0x5b, 0xe9, 0x1f, 0x7f, 0xad, 0x24, 0x9e, 0xfc, 0x22, 0xc1, 0xfd, + 0x1b, 0x6f, 0x33, 0x7a, 0x08, 0x4a, 0xad, 0x5e, 0xef, 0x1e, 0x77, 0x9b, 0xb5, 0x8e, 0xd6, 0x3a, + 0x32, 0x74, 0xb5, 0xa1, 0x1e, 0x9f, 0xfa, 0x2c, 0xe1, 0x0e, 0xba, 0xad, 0xc3, 0x93, 0x56, 0xc3, + 0x87, 0x02, 0x2d, 0x09, 0x6d, 0xc2, 0xfd, 0xa9, 0x71, 0x76, 0xc7, 0x49, 0xb4, 0x01, 0x99, 0x00, + 0x52, 0x1b, 0x72, 0x0a, 0x65, 0xe1, 0x6e, 0xbd, 0x59, 0xd3, 0x8e, 0x6b, 0x87, 0x4d, 0x55, 0x4e, + 0xa3, 0x7b, 0xb0, 0x2e, 0x96, 0x6a, 0x43, 0xbe, 0x13, 0xec, 0xeb, 0xb0, 0xf9, 0xf6, 0xb2, 0x22, + 0xbd, 0xbb, 0xac, 0x48, 0x7f, 0x5f, 0x56, 0xa4, 0x9f, 0xaf, 0x2a, 0x89, 0x77, 0x57, 0x95, 0xc4, + 0x9f, 0x57, 0x95, 0xc4, 0xab, 0x83, 0x99, 0x96, 0x04, 0x1f, 0x3f, 0x7b, 0x4d, 0xdc, 0x63, 0xfb, + 0xe1, 0x1f, 0x83, 0xf3, 0x83, 0xcf, 0xf7, 0x27, 0xd3, 0xbf, 0x07, 0xa2, 0x45, 0xbd, 0x35, 0xf1, + 0x69, 0xff, 0xf4, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x48, 0x36, 0x41, 0x03, 0x3e, 0x0c, 0x00, + 0x00, } func (m *HostZone) Marshal() (dAtA []byte, err error) { diff --git a/x/staketia/types/tx.pb.go b/x/staketia/types/tx.pb.go index 9cf214a564..a8a5d54de2 100644 --- a/x/staketia/types/tx.pb.go +++ b/x/staketia/types/tx.pb.go @@ -1260,92 +1260,92 @@ func init() { func init() { proto.RegisterFile("stride/staketia/tx.proto", fileDescriptor_98ceebce67c1ff4c) } var fileDescriptor_98ceebce67c1ff4c = []byte{ - // 1354 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0xcf, 0x6f, 0x1b, 0x45, - 0x14, 0xf6, 0xa6, 0x55, 0x7f, 0x8c, 0x69, 0xeb, 0x2c, 0xad, 0x6b, 0x6f, 0xa9, 0x9d, 0x6e, 0xdb, - 0xb4, 0x75, 0x9b, 0xdd, 0xc6, 0x6d, 0x41, 0x32, 0x5c, 0xe2, 0xda, 0x6a, 0x23, 0xe2, 0xb8, 0x72, - 0x12, 0x2a, 0xca, 0x61, 0x59, 0x7b, 0x27, 0xeb, 0xa5, 0xf1, 0x8e, 0xbb, 0x33, 0x76, 0x5d, 0x21, - 0x21, 0xe0, 0x54, 0x71, 0x42, 0xe2, 0xc4, 0x81, 0x13, 0x12, 0x12, 0x5c, 0xe8, 0x81, 0x1b, 0x17, - 0x8e, 0x3d, 0x56, 0x9c, 0x10, 0x87, 0x82, 0x92, 0x43, 0xc5, 0x3f, 0x00, 0x57, 0xb4, 0x3f, 0x3b, - 0xbb, 0x3b, 0x6b, 0x3b, 0x85, 0x5c, 0x62, 0xef, 0xbc, 0x6f, 0xde, 0xfb, 0xde, 0xf7, 0x66, 0xdf, - 0xbc, 0x18, 0xe4, 0x30, 0xb1, 0x0c, 0x0d, 0xca, 0x98, 0xa8, 0xf7, 0x21, 0x31, 0x54, 0x99, 0x8c, - 0xa4, 0xbe, 0x85, 0x08, 0xe2, 0x8f, 0xb9, 0x16, 0xc9, 0xb7, 0x08, 0x27, 0x3b, 0x08, 0xf7, 0x10, - 0x96, 0x7b, 0x58, 0x97, 0x87, 0x8b, 0xf6, 0x87, 0x8b, 0x14, 0x66, 0xd5, 0x9e, 0x61, 0x22, 0xd9, - 0xf9, 0xeb, 0x2d, 0x1d, 0xd7, 0x91, 0x8e, 0x9c, 0xaf, 0xb2, 0xfd, 0xcd, 0x5b, 0x2d, 0x78, 0x1e, - 0xda, 0x2a, 0x86, 0xf2, 0x70, 0xb1, 0x0d, 0x89, 0xba, 0x28, 0x77, 0x90, 0x61, 0x7a, 0xf6, 0xbc, - 0x6b, 0x57, 0xdc, 0x8d, 0xee, 0x83, 0xbf, 0x35, 0xca, 0xd3, 0xff, 0xe2, 0xda, 0xc5, 0xef, 0x38, - 0x70, 0xb4, 0x81, 0xf5, 0x15, 0xe3, 0xc1, 0xc0, 0xd0, 0xd6, 0x6c, 0x1b, 0x9f, 0x05, 0x07, 0x1c, - 0x90, 0x95, 0xe3, 0xe6, 0xb8, 0x8b, 0x87, 0x5b, 0xde, 0x13, 0xbf, 0x06, 0x8e, 0x98, 0x2a, 0x31, - 0x86, 0x50, 0x51, 0x7b, 0x68, 0x60, 0x92, 0xdc, 0x8c, 0x6d, 0xae, 0x4a, 0x4f, 0x9f, 0x17, 0x53, - 0xbf, 0x3f, 0x2f, 0xce, 0xeb, 0x06, 0xe9, 0x0e, 0xda, 0x52, 0x07, 0xf5, 0x3c, 0x0a, 0xde, 0xc7, - 0x02, 0xd6, 0xee, 0xcb, 0xe4, 0x51, 0x1f, 0x62, 0x69, 0xd9, 0x24, 0xad, 0xd7, 0x5c, 0x27, 0x4b, - 0x8e, 0x8f, 0xca, 0x85, 0xcf, 0x5f, 0x3c, 0x29, 0x79, 0x11, 0xbe, 0x78, 0xf1, 0xa4, 0x74, 0x32, - 0x20, 0x1a, 0x66, 0x25, 0x7e, 0xca, 0x81, 0x6c, 0x78, 0xa9, 0x05, 0x71, 0x1f, 0x99, 0x18, 0xf2, - 0x9b, 0xe0, 0x10, 0x26, 0x0a, 0x41, 0xf7, 0xa1, 0xe9, 0x50, 0x4e, 0x97, 0xf3, 0x92, 0x27, 0x82, - 0xad, 0x98, 0xe4, 0x29, 0x26, 0xdd, 0x44, 0x86, 0x59, 0xbd, 0x6a, 0xd3, 0xfd, 0xe1, 0x8f, 0xe2, - 0xc5, 0x29, 0xe8, 0xda, 0x1b, 0x70, 0xeb, 0x20, 0x26, 0xeb, 0xb6, 0x6f, 0xf1, 0x47, 0x57, 0xab, - 0x16, 0xd4, 0x20, 0xec, 0xb9, 0x5a, 0x09, 0xe0, 0x90, 0xe5, 0x3c, 0x06, 0x6a, 0x05, 0xcf, 0xfc, - 0x7b, 0xe0, 0x98, 0x4f, 0xeb, 0xbf, 0x29, 0x76, 0xc4, 0x23, 0xe0, 0x49, 0x76, 0xc9, 0x96, 0x2c, - 0x08, 0x13, 0x13, 0x8d, 0xa2, 0x27, 0x3e, 0x76, 0x45, 0xa3, 0x96, 0x02, 0xd1, 0x4c, 0xe0, 0x15, - 0x62, 0xef, 0x84, 0x4b, 0xbb, 0x01, 0x5c, 0xf1, 0xbe, 0xe6, 0xc0, 0xf1, 0x06, 0xd6, 0x6f, 0x22, - 0x73, 0xd3, 0xb0, 0x7a, 0x35, 0xb8, 0x05, 0x75, 0x95, 0x18, 0xc8, 0xb4, 0x25, 0x44, 0x7d, 0x68, - 0xa9, 0x04, 0x05, 0x12, 0xfa, 0xcf, 0xfc, 0x29, 0x70, 0xd8, 0x82, 0x1d, 0x64, 0x69, 0x8a, 0xa1, - 0x39, 0xe2, 0xed, 0xb7, 0xf5, 0xb5, 0x17, 0x96, 0x35, 0xfe, 0x24, 0x38, 0x48, 0x46, 0x4a, 0x57, - 0xc5, 0xdd, 0xdc, 0x3e, 0xf7, 0xa0, 0x92, 0xd1, 0x6d, 0x15, 0x77, 0x2b, 0xb2, 0x23, 0x90, 0xef, - 0xc4, 0x16, 0xe8, 0x34, 0x2d, 0x50, 0x8c, 0x82, 0x58, 0x00, 0x6f, 0xb0, 0xd6, 0x7d, 0xad, 0xc4, - 0x6f, 0x5c, 0x19, 0x3d, 0xc0, 0x86, 0xa9, 0xed, 0x25, 0xfb, 0xc5, 0x18, 0xfb, 0x22, 0x83, 0x3d, - 0x4d, 0x42, 0x9c, 0x03, 0x05, 0xb6, 0x25, 0xc8, 0xe0, 0x7b, 0x8e, 0x4e, 0x71, 0xc3, 0x6c, 0x23, - 0x53, 0x83, 0x9a, 0x53, 0x99, 0xb5, 0x87, 0x10, 0xf6, 0xf7, 0x20, 0x8f, 0xb7, 0x62, 0x79, 0x9c, - 0x67, 0xe6, 0x11, 0xa5, 0x22, 0xce, 0x83, 0x73, 0xe3, 0xec, 0x41, 0x4e, 0xff, 0x70, 0x20, 0xdf, - 0xc0, 0xfa, 0x92, 0xf6, 0xd1, 0x00, 0x13, 0xaf, 0x6a, 0x50, 0xab, 0xaa, 0x5b, 0xaa, 0xd9, 0x81, - 0x63, 0x13, 0xfa, 0x00, 0xcc, 0xbe, 0xd4, 0x48, 0x41, 0x9b, 0x9b, 0x18, 0xbe, 0xea, 0xbb, 0x99, - 0x79, 0xe9, 0xa8, 0xe9, 0xf8, 0xe1, 0x2f, 0x83, 0xd9, 0xa1, 0xba, 0x65, 0x68, 0x76, 0x24, 0x45, - 0xd5, 0x34, 0x0b, 0x62, 0xec, 0x49, 0x93, 0x09, 0x0c, 0x4b, 0xee, 0x7a, 0xe5, 0x7a, 0x4c, 0x24, - 0x91, 0x16, 0x89, 0x9d, 0x9b, 0x78, 0x16, 0x9c, 0x49, 0x34, 0x06, 0xf2, 0xfc, 0x35, 0x03, 0xc4, - 0x06, 0xd6, 0x37, 0xfa, 0x9a, 0x4a, 0xe0, 0xb2, 0x69, 0x42, 0xcb, 0x6e, 0x03, 0xbd, 0xbe, 0x73, - 0x2e, 0x54, 0x02, 0xab, 0x68, 0x60, 0x6a, 0x98, 0xcf, 0x81, 0x83, 0x1d, 0x0b, 0x52, 0x32, 0xf9, - 0x8f, 0xfc, 0x43, 0x90, 0xef, 0x19, 0xa6, 0x62, 0xd8, 0x5b, 0x15, 0x2b, 0xd8, 0xab, 0x58, 0x2a, - 0x81, 0x9e, 0x5a, 0xef, 0xec, 0x42, 0xad, 0x1a, 0xec, 0xfc, 0xfa, 0xd3, 0x02, 0xf0, 0xfa, 0x4b, - 0x0d, 0x76, 0x5a, 0xd9, 0x9e, 0x61, 0x32, 0x88, 0x39, 0x81, 0xd5, 0x51, 0x42, 0xe0, 0x7d, 0xff, - 0x4b, 0x60, 0x75, 0xc4, 0x08, 0xec, 0x1e, 0x59, 0x3f, 0x7f, 0xbb, 0x18, 0xf3, 0x74, 0x31, 0x5c, - 0x25, 0x59, 0x22, 0x8a, 0x57, 0x40, 0x69, 0xb2, 0xd4, 0x41, 0x65, 0xee, 0x81, 0x59, 0xa7, 0x29, - 0xe3, 0x41, 0x0f, 0xde, 0x46, 0x98, 0xdc, 0x43, 0x26, 0x4c, 0xae, 0x43, 0xe5, 0x72, 0x94, 0x95, - 0x10, 0x6e, 0xf7, 0xb4, 0x1b, 0xf1, 0x94, 0xf3, 0x4e, 0x84, 0x17, 0x83, 0xc0, 0x5d, 0x90, 0x73, - 0x8c, 0x9b, 0x16, 0xc4, 0xdd, 0x88, 0xe8, 0xc9, 0xf1, 0xcb, 0xd1, 0xf8, 0x67, 0xc2, 0xf1, 0x19, - 0xde, 0x44, 0x11, 0xcc, 0x25, 0xd9, 0x02, 0x36, 0xbf, 0xb8, 0x3d, 0xa9, 0x39, 0x84, 0xd6, 0x43, - 0xcb, 0x20, 0x90, 0x6e, 0xbc, 0x76, 0x73, 0x19, 0x73, 0x34, 0x57, 0x43, 0x2f, 0xb0, 0xdb, 0x8b, - 0x9c, 0x23, 0x99, 0x2e, 0x9f, 0x91, 0x22, 0xf3, 0x97, 0x14, 0xf5, 0x4b, 0xbf, 0xb3, 0xee, 0x4a, - 0xe5, 0xcd, 0x68, 0x8a, 0xa1, 0x56, 0x95, 0xc8, 0xd0, 0x6b, 0x55, 0x89, 0xf6, 0x20, 0xd5, 0x9f, - 0x39, 0x70, 0x8a, 0x06, 0xba, 0x5d, 0xcd, 0x30, 0xf5, 0x89, 0x99, 0xbe, 0x0b, 0x32, 0x03, 0x1f, - 0x1c, 0x4e, 0x74, 0x2e, 0x96, 0x68, 0xc4, 0x6b, 0xeb, 0xd8, 0x20, 0xbc, 0x50, 0xb9, 0x11, 0x4d, - 0xf3, 0x1c, 0x33, 0xcd, 0x88, 0x1f, 0xf1, 0x3c, 0x38, 0x3b, 0xc6, 0x9c, 0x58, 0x4f, 0xaa, 0xec, - 0x53, 0xd4, 0x93, 0x7e, 0xcf, 0xc7, 0xd7, 0x33, 0xea, 0xb7, 0x95, 0xb1, 0x22, 0x2b, 0xd3, 0xd6, - 0x33, 0xea, 0x29, 0x5a, 0xcf, 0x58, 0x24, 0x3f, 0xd5, 0x8f, 0xc1, 0x89, 0x06, 0xd6, 0xd7, 0x20, - 0x69, 0x7a, 0x9d, 0xdb, 0xeb, 0xe7, 0xce, 0xec, 0x6c, 0xe8, 0x26, 0x35, 0x3b, 0x3b, 0x4f, 0xa1, - 0xdb, 0x68, 0x26, 0x7c, 0x1b, 0x55, 0x24, 0x77, 0x04, 0x76, 0x80, 0x36, 0xd7, 0x02, 0xcd, 0x35, - 0x1e, 0x43, 0x2c, 0x82, 0xd3, 0x4c, 0x83, 0xcf, 0xae, 0xf4, 0x00, 0x64, 0xfd, 0x14, 0xd4, 0xf6, - 0x16, 0x74, 0xb9, 0xaf, 0x3f, 0xea, 0xdb, 0x97, 0x62, 0xb6, 0x55, 0xbf, 0xd9, 0x6c, 0xd5, 0x94, - 0xf5, 0xf7, 0xef, 0xd4, 0x95, 0x5a, 0x7d, 0xa5, 0x7e, 0x6b, 0x69, 0x7d, 0xb9, 0xb9, 0x9a, 0x49, - 0xf1, 0x79, 0x70, 0x82, 0xb6, 0x6d, 0xac, 0x56, 0x9b, 0xab, 0xb5, 0xe5, 0xd5, 0x5b, 0x19, 0x2e, - 0xba, 0xad, 0x55, 0xaf, 0xd5, 0x1b, 0x77, 0x9c, 0x6d, 0x33, 0xc2, 0xfe, 0xc7, 0xdf, 0x16, 0x52, - 0xe5, 0xbf, 0xd3, 0x60, 0x5f, 0x03, 0xeb, 0xfc, 0x5d, 0x90, 0xa6, 0xff, 0x95, 0x28, 0xc6, 0x8a, - 0x17, 0x1e, 0xe1, 0x85, 0x0b, 0x13, 0x00, 0xc1, 0xb8, 0x7a, 0x17, 0xa4, 0xe9, 0xb9, 0x9b, 0xe9, - 0x98, 0x02, 0xb0, 0x1d, 0xb3, 0xe6, 0x60, 0x03, 0xcc, 0xc6, 0x67, 0xd2, 0xf3, 0xac, 0xdd, 0x31, - 0x98, 0xb0, 0x30, 0x15, 0x2c, 0x08, 0x85, 0xc0, 0xeb, 0xac, 0x11, 0xf2, 0xc2, 0x18, 0x2f, 0x34, - 0x50, 0x90, 0xa7, 0x04, 0x06, 0x01, 0x3f, 0xe3, 0x40, 0x3e, 0x79, 0xe4, 0x5b, 0x18, 0xeb, 0x2e, - 0x0a, 0x17, 0x6e, 0xec, 0x0a, 0x1e, 0x70, 0x18, 0x81, 0x6c, 0xc2, 0x84, 0x56, 0x62, 0x39, 0x64, - 0x63, 0x85, 0xf2, 0xf4, 0xd8, 0x20, 0xf2, 0x57, 0x1c, 0x28, 0x4e, 0x9a, 0x7e, 0xae, 0xb1, 0xfc, - 0x4e, 0xd8, 0x24, 0xbc, 0xfd, 0x0a, 0x9b, 0x02, 0x56, 0x1f, 0x82, 0xa3, 0x91, 0x9b, 0x5f, 0x64, - 0x1f, 0x55, 0x1a, 0x23, 0x94, 0x26, 0x63, 0x82, 0x08, 0x03, 0x70, 0x82, 0x7d, 0xc5, 0x5f, 0x62, - 0x3b, 0x61, 0x40, 0x85, 0xc5, 0xa9, 0xa1, 0xa1, 0xc3, 0x96, 0x7c, 0x97, 0x33, 0x0f, 0x5b, 0x22, - 0x9c, 0x7d, 0xd8, 0x26, 0xde, 0xb3, 0xfc, 0x27, 0x20, 0x97, 0x78, 0xc7, 0x5e, 0x19, 0xeb, 0x32, - 0x82, 0x16, 0xae, 0xef, 0x06, 0xcd, 0xd6, 0x20, 0x76, 0xff, 0x8d, 0xd7, 0x20, 0x0a, 0x9f, 0xa0, - 0x41, 0xd2, 0xdd, 0xc4, 0x6f, 0x01, 0x9e, 0x71, 0x31, 0xcd, 0xb3, 0x9c, 0xc5, 0x71, 0x82, 0x34, - 0x1d, 0xce, 0x8f, 0x56, 0x5d, 0x79, 0xba, 0x5d, 0xe0, 0x9e, 0x6d, 0x17, 0xb8, 0x3f, 0xb7, 0x0b, - 0xdc, 0x97, 0x3b, 0x85, 0xd4, 0xb3, 0x9d, 0x42, 0xea, 0xb7, 0x9d, 0x42, 0xea, 0x5e, 0x99, 0x1a, - 0xcd, 0xd7, 0x1c, 0x9f, 0x0b, 0x2b, 0x6a, 0x1b, 0xcb, 0xde, 0x0f, 0x52, 0xc3, 0xf2, 0x55, 0x79, - 0x44, 0xfd, 0x7c, 0x66, 0x8f, 0xea, 0xed, 0x03, 0xce, 0x8f, 0x52, 0xd7, 0xfe, 0x0d, 0x00, 0x00, - 0xff, 0xff, 0xc1, 0xd7, 0xeb, 0xfd, 0x5e, 0x13, 0x00, 0x00, + // 1355 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0xcf, 0x8f, 0xd3, 0xc6, + 0x17, 0x8f, 0x17, 0xc4, 0x8f, 0xc9, 0x17, 0xc8, 0xfa, 0x0b, 0x21, 0x31, 0x25, 0x59, 0x0c, 0x2c, + 0x10, 0x58, 0xbb, 0x09, 0xd0, 0x4a, 0x69, 0x2f, 0x1b, 0x12, 0xc1, 0xaa, 0x9b, 0x0d, 0xca, 0xee, + 0x16, 0x95, 0x1e, 0x5c, 0x27, 0x9e, 0x75, 0x5c, 0x36, 0x9e, 0xe0, 0x99, 0x84, 0xa0, 0x4a, 0x55, + 0xdb, 0x13, 0xea, 0xa9, 0x52, 0x4f, 0x3d, 0xf4, 0x54, 0xa9, 0x52, 0x7b, 0x29, 0x87, 0xde, 0x7a, + 0xe9, 0x91, 0x23, 0xea, 0xa9, 0xea, 0x81, 0x56, 0xec, 0x01, 0xf5, 0x1f, 0x68, 0xaf, 0x95, 0x7f, + 0x32, 0xb6, 0xc7, 0x49, 0x96, 0x76, 0x2f, 0x9b, 0x78, 0xde, 0x67, 0xde, 0xfb, 0xbc, 0xcf, 0x1b, + 0xbf, 0x79, 0x1b, 0x90, 0xc3, 0xc4, 0x32, 0x34, 0x28, 0x63, 0xa2, 0xde, 0x83, 0xc4, 0x50, 0x65, + 0x32, 0x96, 0x06, 0x16, 0x22, 0x88, 0x3f, 0xe6, 0x5a, 0x24, 0xdf, 0x22, 0x9c, 0xec, 0x22, 0xdc, + 0x47, 0x58, 0xee, 0x63, 0x5d, 0x1e, 0x95, 0xed, 0x0f, 0x17, 0x29, 0xcc, 0xab, 0x7d, 0xc3, 0x44, + 0xb2, 0xf3, 0xd7, 0x5b, 0x3a, 0xae, 0x23, 0x1d, 0x39, 0x5f, 0x65, 0xfb, 0x9b, 0xb7, 0x5a, 0xf0, + 0x3c, 0x74, 0x54, 0x0c, 0xe5, 0x51, 0xb9, 0x03, 0x89, 0x5a, 0x96, 0xbb, 0xc8, 0x30, 0x3d, 0x7b, + 0xde, 0xb5, 0x2b, 0xee, 0x46, 0xf7, 0xc1, 0xdf, 0x1a, 0xe5, 0xe9, 0x7f, 0x71, 0xed, 0xe2, 0xb7, + 0x1c, 0x38, 0xda, 0xc4, 0xfa, 0xaa, 0x71, 0x7f, 0x68, 0x68, 0xeb, 0xb6, 0x8d, 0xcf, 0x82, 0x03, + 0x0e, 0xc8, 0xca, 0x71, 0x0b, 0xdc, 0xc5, 0xc3, 0x6d, 0xef, 0x89, 0x5f, 0x07, 0x47, 0x4c, 0x95, + 0x18, 0x23, 0xa8, 0xa8, 0x7d, 0x34, 0x34, 0x49, 0x6e, 0xce, 0x36, 0xd7, 0xa4, 0x27, 0xcf, 0x8a, + 0xa9, 0xdf, 0x9e, 0x15, 0x17, 0x75, 0x83, 0xf4, 0x86, 0x1d, 0xa9, 0x8b, 0xfa, 0x1e, 0x05, 0xef, + 0x63, 0x09, 0x6b, 0xf7, 0x64, 0xf2, 0x70, 0x00, 0xb1, 0xb4, 0x62, 0x92, 0xf6, 0xff, 0x5c, 0x27, + 0xcb, 0x8e, 0x8f, 0xea, 0x85, 0xcf, 0x5e, 0x3c, 0x2e, 0x79, 0x11, 0x3e, 0x7f, 0xf1, 0xb8, 0x74, + 0x32, 0x20, 0x1a, 0x66, 0x25, 0x7e, 0xc2, 0x81, 0x6c, 0x78, 0xa9, 0x0d, 0xf1, 0x00, 0x99, 0x18, + 0xf2, 0x5b, 0xe0, 0x10, 0x26, 0x0a, 0x41, 0xf7, 0xa0, 0xe9, 0x50, 0x4e, 0x57, 0xf2, 0x92, 0x27, + 0x82, 0xad, 0x98, 0xe4, 0x29, 0x26, 0xdd, 0x40, 0x86, 0x59, 0x7b, 0xdd, 0xa6, 0xfb, 0xfd, 0xef, + 0xc5, 0x8b, 0x33, 0xd0, 0xb5, 0x37, 0xe0, 0xf6, 0x41, 0x4c, 0x36, 0x6c, 0xdf, 0xe2, 0x0f, 0xae, + 0x56, 0x6d, 0xa8, 0x41, 0xd8, 0x77, 0xb5, 0x12, 0xc0, 0x21, 0xcb, 0x79, 0x0c, 0xd4, 0x0a, 0x9e, + 0xf9, 0x77, 0xc1, 0x31, 0x9f, 0xd6, 0xbf, 0x53, 0xec, 0x88, 0x47, 0xc0, 0x93, 0xec, 0x92, 0x2d, + 0x59, 0x10, 0x26, 0x26, 0x1a, 0x45, 0x4f, 0x7c, 0xe4, 0x8a, 0x46, 0x2d, 0x05, 0xa2, 0x99, 0xc0, + 0x2b, 0xc4, 0xde, 0x09, 0x97, 0x76, 0x03, 0xb8, 0xe2, 0x7d, 0xc5, 0x81, 0xe3, 0x4d, 0xac, 0xdf, + 0x40, 0xe6, 0x96, 0x61, 0xf5, 0xeb, 0x70, 0x1b, 0xea, 0x2a, 0x31, 0x90, 0x69, 0x4b, 0x88, 0x06, + 0xd0, 0x52, 0x09, 0x0a, 0x24, 0xf4, 0x9f, 0xf9, 0x53, 0xe0, 0xb0, 0x05, 0xbb, 0xc8, 0xd2, 0x14, + 0x43, 0x73, 0xc4, 0xdb, 0x6f, 0xeb, 0x6b, 0x2f, 0xac, 0x68, 0xfc, 0x49, 0x70, 0x90, 0x8c, 0x95, + 0x9e, 0x8a, 0x7b, 0xb9, 0x7d, 0xee, 0x41, 0x25, 0xe3, 0x5b, 0x2a, 0xee, 0x55, 0x65, 0x47, 0x20, + 0xdf, 0x89, 0x2d, 0xd0, 0x69, 0x5a, 0xa0, 0x18, 0x05, 0xb1, 0x00, 0x5e, 0x63, 0xad, 0xfb, 0x5a, + 0x89, 0x5f, 0xbb, 0x32, 0x7a, 0x80, 0x4d, 0x53, 0xdb, 0x4b, 0xf6, 0xe5, 0x18, 0xfb, 0x22, 0x83, + 0x3d, 0x4d, 0x42, 0x5c, 0x00, 0x05, 0xb6, 0x25, 0xc8, 0xe0, 0x3b, 0x8e, 0x4e, 0x71, 0xd3, 0xec, + 0x20, 0x53, 0x83, 0x9a, 0x53, 0x99, 0xf5, 0x07, 0x10, 0x0e, 0xf6, 0x20, 0x8f, 0x37, 0x63, 0x79, + 0x9c, 0x67, 0xe6, 0x11, 0xa5, 0x22, 0x2e, 0x82, 0x73, 0x93, 0xec, 0x41, 0x4e, 0x7f, 0x73, 0x20, + 0xdf, 0xc4, 0xfa, 0xb2, 0xf6, 0xe1, 0x10, 0x13, 0xaf, 0x6a, 0x50, 0xab, 0xa9, 0xdb, 0xaa, 0xd9, + 0x85, 0x13, 0x13, 0x7a, 0x1f, 0xcc, 0xbf, 0xd4, 0x48, 0x41, 0x5b, 0x5b, 0x18, 0xbe, 0xea, 0xbb, + 0x99, 0x79, 0xe9, 0xa8, 0xe5, 0xf8, 0xe1, 0x2f, 0x83, 0xf9, 0x91, 0xba, 0x6d, 0x68, 0x76, 0x24, + 0x45, 0xd5, 0x34, 0x0b, 0x62, 0xec, 0x49, 0x93, 0x09, 0x0c, 0xcb, 0xee, 0x7a, 0xf5, 0x5a, 0x4c, + 0x24, 0x91, 0x16, 0x89, 0x9d, 0x9b, 0x78, 0x16, 0x9c, 0x49, 0x34, 0x06, 0xf2, 0xfc, 0x39, 0x07, + 0xc4, 0x26, 0xd6, 0x37, 0x07, 0x9a, 0x4a, 0xe0, 0x8a, 0x69, 0x42, 0xcb, 0x6e, 0x03, 0xfd, 0x81, + 0x73, 0x2e, 0x54, 0x02, 0x6b, 0x68, 0x68, 0x6a, 0x98, 0xcf, 0x81, 0x83, 0x5d, 0x0b, 0x52, 0x32, + 0xf9, 0x8f, 0xfc, 0x03, 0x90, 0xef, 0x1b, 0xa6, 0x62, 0xd8, 0x5b, 0x15, 0x2b, 0xd8, 0xab, 0x58, + 0x2a, 0x81, 0x9e, 0x5a, 0x6f, 0xef, 0x42, 0xad, 0x3a, 0xec, 0xfe, 0xf2, 0xe3, 0x12, 0xf0, 0xfa, + 0x4b, 0x1d, 0x76, 0xdb, 0xd9, 0xbe, 0x61, 0x32, 0x88, 0x39, 0x81, 0xd5, 0x71, 0x42, 0xe0, 0x7d, + 0xff, 0x49, 0x60, 0x75, 0xcc, 0x08, 0xec, 0x1e, 0x59, 0x3f, 0x7f, 0xbb, 0x18, 0x8b, 0x74, 0x31, + 0x5c, 0x25, 0x59, 0x22, 0x8a, 0x57, 0x40, 0x69, 0xba, 0xd4, 0x41, 0x65, 0xee, 0x82, 0x79, 0xa7, + 0x29, 0xe3, 0x61, 0x1f, 0xde, 0x42, 0x98, 0xdc, 0x45, 0x26, 0x4c, 0xae, 0x43, 0xf5, 0x72, 0x94, + 0x95, 0x10, 0x6e, 0xf7, 0xb4, 0x1b, 0xf1, 0x94, 0xf3, 0x4e, 0x84, 0x17, 0x83, 0xc0, 0x3d, 0x90, + 0x73, 0x8c, 0x5b, 0x16, 0xc4, 0xbd, 0x88, 0xe8, 0xc9, 0xf1, 0x2b, 0xd1, 0xf8, 0x67, 0xc2, 0xf1, + 0x19, 0xde, 0x44, 0x11, 0x2c, 0x24, 0xd9, 0x02, 0x36, 0x3f, 0xbb, 0x3d, 0xa9, 0x35, 0x82, 0xd6, + 0x03, 0xcb, 0x20, 0x90, 0x6e, 0xbc, 0x76, 0x73, 0x99, 0x70, 0x34, 0xd7, 0x42, 0x2f, 0xb0, 0xdb, + 0x8b, 0x9c, 0x23, 0x99, 0xae, 0x9c, 0x91, 0x22, 0xf3, 0x97, 0x14, 0xf5, 0x4b, 0xbf, 0xb3, 0xee, + 0x4a, 0xf5, 0x8d, 0x68, 0x8a, 0xa1, 0x56, 0x95, 0xc8, 0xd0, 0x6b, 0x55, 0x89, 0xf6, 0x20, 0xd5, + 0x9f, 0x38, 0x70, 0x8a, 0x06, 0xba, 0x5d, 0xcd, 0x30, 0xf5, 0xa9, 0x99, 0xbe, 0x03, 0x32, 0x43, + 0x1f, 0x1c, 0x4e, 0x74, 0x21, 0x96, 0x68, 0xc4, 0x6b, 0xfb, 0xd8, 0x30, 0xbc, 0x50, 0xbd, 0x1e, + 0x4d, 0xf3, 0x1c, 0x33, 0xcd, 0x88, 0x1f, 0xf1, 0x3c, 0x38, 0x3b, 0xc1, 0x9c, 0x58, 0x4f, 0xaa, + 0xec, 0x33, 0xd4, 0x93, 0x7e, 0xcf, 0x27, 0xd7, 0x33, 0xea, 0xb7, 0x9d, 0xb1, 0x22, 0x2b, 0xb3, + 0xd6, 0x33, 0xea, 0x29, 0x5a, 0xcf, 0x58, 0x24, 0x3f, 0xd5, 0x8f, 0xc0, 0x89, 0x26, 0xd6, 0xd7, + 0x21, 0x69, 0x79, 0x9d, 0xdb, 0xeb, 0xe7, 0xce, 0xec, 0x6c, 0xe8, 0x26, 0x35, 0x3b, 0x3b, 0x4f, + 0xa1, 0xdb, 0x68, 0x2e, 0x7c, 0x1b, 0x55, 0x25, 0x77, 0x04, 0x76, 0x80, 0x36, 0xd7, 0x02, 0xcd, + 0x35, 0x1e, 0x43, 0x2c, 0x82, 0xd3, 0x4c, 0x83, 0xcf, 0xae, 0x74, 0x1f, 0x64, 0xfd, 0x14, 0xd4, + 0xce, 0x36, 0x74, 0xb9, 0x6f, 0x3c, 0x1c, 0xd8, 0x97, 0x62, 0xb6, 0xdd, 0xb8, 0xd1, 0x6a, 0xd7, + 0x95, 0x8d, 0xf7, 0x6e, 0x37, 0x94, 0x7a, 0x63, 0xb5, 0x71, 0x73, 0x79, 0x63, 0xa5, 0xb5, 0x96, + 0x49, 0xf1, 0x79, 0x70, 0x82, 0xb6, 0x6d, 0xae, 0xd5, 0x5a, 0x6b, 0xf5, 0x95, 0xb5, 0x9b, 0x19, + 0x2e, 0xba, 0xad, 0xdd, 0xa8, 0x37, 0x9a, 0xb7, 0x9d, 0x6d, 0x73, 0xc2, 0xfe, 0x47, 0xdf, 0x14, + 0x52, 0x95, 0xbf, 0xd2, 0x60, 0x5f, 0x13, 0xeb, 0xfc, 0x1d, 0x90, 0xa6, 0xff, 0x95, 0x28, 0xc6, + 0x8a, 0x17, 0x1e, 0xe1, 0x85, 0x0b, 0x53, 0x00, 0xc1, 0xb8, 0x7a, 0x07, 0xa4, 0xe9, 0xb9, 0x9b, + 0xe9, 0x98, 0x02, 0xb0, 0x1d, 0xb3, 0xe6, 0x60, 0x03, 0xcc, 0xc7, 0x67, 0xd2, 0xf3, 0xac, 0xdd, + 0x31, 0x98, 0xb0, 0x34, 0x13, 0x2c, 0x08, 0x85, 0xc0, 0xff, 0x59, 0x23, 0xe4, 0x85, 0x09, 0x5e, + 0x68, 0xa0, 0x20, 0xcf, 0x08, 0x0c, 0x02, 0x7e, 0xca, 0x81, 0x7c, 0xf2, 0xc8, 0xb7, 0x34, 0xd1, + 0x5d, 0x14, 0x2e, 0x5c, 0xdf, 0x15, 0x3c, 0xe0, 0x30, 0x06, 0xd9, 0x84, 0x09, 0xad, 0xc4, 0x72, + 0xc8, 0xc6, 0x0a, 0x95, 0xd9, 0xb1, 0x41, 0xe4, 0x2f, 0x39, 0x50, 0x9c, 0x36, 0xfd, 0x5c, 0x65, + 0xf9, 0x9d, 0xb2, 0x49, 0x78, 0xeb, 0x15, 0x36, 0x05, 0xac, 0x3e, 0x00, 0x47, 0x23, 0x37, 0xbf, + 0xc8, 0x3e, 0xaa, 0x34, 0x46, 0x28, 0x4d, 0xc7, 0x04, 0x11, 0x86, 0xe0, 0x04, 0xfb, 0x8a, 0xbf, + 0xc4, 0x76, 0xc2, 0x80, 0x0a, 0xe5, 0x99, 0xa1, 0xa1, 0xc3, 0x96, 0x7c, 0x97, 0x33, 0x0f, 0x5b, + 0x22, 0x9c, 0x7d, 0xd8, 0xa6, 0xde, 0xb3, 0xfc, 0xc7, 0x20, 0x97, 0x78, 0xc7, 0x5e, 0x99, 0xe8, + 0x32, 0x82, 0x16, 0xae, 0xed, 0x06, 0xcd, 0xd6, 0x20, 0x76, 0xff, 0x4d, 0xd6, 0x20, 0x0a, 0x9f, + 0xa2, 0x41, 0xd2, 0xdd, 0xc4, 0x6f, 0x03, 0x9e, 0x71, 0x31, 0x2d, 0xb2, 0x9c, 0xc5, 0x71, 0x82, + 0x34, 0x1b, 0xce, 0x8f, 0x56, 0x5b, 0x7d, 0xf2, 0xbc, 0xc0, 0x3d, 0x7d, 0x5e, 0xe0, 0xfe, 0x78, + 0x5e, 0xe0, 0xbe, 0xd8, 0x29, 0xa4, 0x9e, 0xee, 0x14, 0x52, 0xbf, 0xee, 0x14, 0x52, 0x77, 0x2b, + 0xd4, 0x68, 0xbe, 0xee, 0xf8, 0x5c, 0x5a, 0x55, 0x3b, 0x58, 0xf6, 0x7e, 0x90, 0x1a, 0x55, 0xca, + 0xf2, 0x98, 0xfa, 0xf9, 0xcc, 0x1e, 0xd5, 0x3b, 0x07, 0x9c, 0x1f, 0xa5, 0xae, 0xfe, 0x13, 0x00, + 0x00, 0xff, 0xff, 0x56, 0x71, 0xf6, 0x1a, 0x5e, 0x13, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used.