From 5864b7a4b9850f5a422b5752e5bbde776ad6b887 Mon Sep 17 00:00:00 2001 From: Amit Zafran Date: Wed, 31 Jul 2024 19:14:35 +0300 Subject: [PATCH] fix: update lava version to v2 (#1567) * update go mod * v2 * go mod tidy * rev * update .proto files * go proto gen * v2 * grep from file * v2 --------- Co-authored-by: amitz Co-authored-by: Yaroms <103432884+Yaroms@users.noreply.github.com> Co-authored-by: Yaroms --- .github/workflows/lava.yml | 4 +- Makefile | 8 +- app/ante.go | 8 +- app/app.go | 98 ++++---- app/encoding.go | 2 +- app/keepers/lavaKeepers.go | 26 +- app/simulation_test.go | 2 +- app/upgrades/empty_upgrades.go | 12 +- app/upgrades/types.go | 2 +- app/upgrades/upgrade_0_32_0.go | 6 +- app/upgrades/upgrade_0_35_0.go | 6 +- cmd/common/warning_log_command_wrapper.go | 2 +- cmd/lavad/cmd/config.go | 2 +- cmd/lavad/cmd/root.go | 10 +- cmd/lavad/main.go | 16 +- cmd/lavap/main.go | 24 +- cmd/lavavisor/main.go | 8 +- ecosystem/cache/cache_test.go | 12 +- ecosystem/cache/command.go | 2 +- ecosystem/cache/format/formatter.go | 2 +- ecosystem/cache/format/formatter_test.go | 2 +- ecosystem/cache/format/jsonrpc.go | 2 +- ecosystem/cache/handlers.go | 12 +- ecosystem/cache/metrics.go | 4 +- ecosystem/cache/server.go | 8 +- ecosystem/lavavisor/cmd/create-service.go | 12 +- ecosystem/lavavisor/cmd/init.go | 10 +- ecosystem/lavavisor/cmd/pod.go | 12 +- ecosystem/lavavisor/cmd/start.go | 20 +- ecosystem/lavavisor/cmd/wrap.go | 12 +- ecosystem/lavavisor/pkg/process/fetcher.go | 8 +- .../pkg/process/fetcher_without_build.go | 8 +- ecosystem/lavavisor/pkg/process/linker.go | 2 +- .../lavavisor/pkg/process/process_manager.go | 6 +- .../lavavisor/pkg/process/version_monitor.go | 8 +- .../pkg/state/lavavisor_state_tracker.go | 12 +- ecosystem/lavavisor/pkg/util/common.go | 2 +- go.mod | 17 +- go.sum | 44 +--- .../lavanet/lava/conflict/conflict_data.proto | 2 +- .../lavanet/lava/conflict/conflict_vote.proto | 2 +- proto/lavanet/lava/conflict/genesis.proto | 2 +- proto/lavanet/lava/conflict/params.proto | 2 +- proto/lavanet/lava/conflict/query.proto | 2 +- proto/lavanet/lava/conflict/tx.proto | 2 +- proto/lavanet/lava/downtime/v1/downtime.proto | 2 +- proto/lavanet/lava/downtime/v1/genesis.proto | 2 +- proto/lavanet/lava/downtime/v1/query.proto | 2 +- proto/lavanet/lava/dualstaking/delegate.proto | 2 +- .../lava/dualstaking/delegator_reward.proto | 2 +- proto/lavanet/lava/dualstaking/genesis.proto | 2 +- proto/lavanet/lava/dualstaking/params.proto | 2 +- proto/lavanet/lava/dualstaking/query.proto | 2 +- proto/lavanet/lava/dualstaking/tx.proto | 2 +- .../lavanet/lava/epochstorage/endpoint.proto | 2 +- .../lava/epochstorage/epoch_details.proto | 2 +- .../lava/epochstorage/fixated_params.proto | 2 +- proto/lavanet/lava/epochstorage/genesis.proto | 2 +- proto/lavanet/lava/epochstorage/params.proto | 2 +- proto/lavanet/lava/epochstorage/query.proto | 2 +- .../lava/epochstorage/stake_entry.proto | 2 +- .../lava/epochstorage/stake_storage.proto | 2 +- proto/lavanet/lava/epochstorage/tx.proto | 2 +- .../lavanet/lava/fixationstore/fixation.proto | 2 +- proto/lavanet/lava/fixationstore/query.proto | 2 +- proto/lavanet/lava/pairing/account_info.proto | 2 +- proto/lavanet/lava/pairing/badges.proto | 2 +- proto/lavanet/lava/pairing/debug_query.proto | 2 +- proto/lavanet/lava/pairing/epoch_cu.proto | 2 +- proto/lavanet/lava/pairing/genesis.proto | 2 +- proto/lavanet/lava/pairing/params.proto | 2 +- proto/lavanet/lava/pairing/query.proto | 2 +- proto/lavanet/lava/pairing/relay.proto | 2 +- proto/lavanet/lava/pairing/relayCache.proto | 2 +- proto/lavanet/lava/pairing/tx.proto | 2 +- .../lava/pairing/unstake_proposal.proto | 2 +- proto/lavanet/lava/plans/genesis.proto | 2 +- proto/lavanet/lava/plans/params.proto | 2 +- proto/lavanet/lava/plans/plan.proto | 2 +- proto/lavanet/lava/plans/plans_proposal.proto | 2 +- proto/lavanet/lava/plans/policy.proto | 2 +- proto/lavanet/lava/plans/query.proto | 2 +- proto/lavanet/lava/plans/tx.proto | 2 +- proto/lavanet/lava/projects/genesis.proto | 2 +- proto/lavanet/lava/projects/params.proto | 2 +- proto/lavanet/lava/projects/project.proto | 2 +- proto/lavanet/lava/projects/query.proto | 2 +- proto/lavanet/lava/projects/tx.proto | 2 +- proto/lavanet/lava/protocol/genesis.proto | 2 +- proto/lavanet/lava/protocol/params.proto | 2 +- proto/lavanet/lava/protocol/query.proto | 2 +- proto/lavanet/lava/protocol/tx.proto | 2 +- proto/lavanet/lava/rewards/base_pay.proto | 2 +- proto/lavanet/lava/rewards/genesis.proto | 2 +- proto/lavanet/lava/rewards/iprpc.proto | 2 +- proto/lavanet/lava/rewards/params.proto | 2 +- proto/lavanet/lava/rewards/query.proto | 2 +- proto/lavanet/lava/rewards/tx.proto | 2 +- proto/lavanet/lava/spec/api_collection.proto | 2 +- proto/lavanet/lava/spec/genesis.proto | 2 +- proto/lavanet/lava/spec/params.proto | 2 +- proto/lavanet/lava/spec/query.proto | 2 +- proto/lavanet/lava/spec/spec.proto | 2 +- .../lavanet/lava/spec/spec_add_proposal.proto | 2 +- proto/lavanet/lava/spec/tx.proto | 2 +- .../lava/subscription/adjustment.proto | 2 +- .../lava/subscription/cu_tracker.proto | 2 +- proto/lavanet/lava/subscription/genesis.proto | 2 +- proto/lavanet/lava/subscription/params.proto | 2 +- proto/lavanet/lava/subscription/query.proto | 2 +- .../lava/subscription/subscription.proto | 2 +- proto/lavanet/lava/subscription/tx.proto | 2 +- proto/lavanet/lava/timerstore/query.proto | 2 +- proto/lavanet/lava/timerstore/timer.proto | 2 +- protocol/badgegenerator/badgeserver.go | 10 +- protocol/badgegenerator/grpc/grpcfetcher.go | 4 +- protocol/badgegenerator/ipservice.go | 2 +- protocol/badgegenerator/models.go | 2 +- protocol/badgegenerator/server.go | 12 +- protocol/badgegenerator/tracker.go | 10 +- protocol/badgeserver/badgeserver.go | 12 +- protocol/badgeserver/ipservice.go | 2 +- protocol/badgeserver/models.go | 2 +- protocol/badgeserver/server.go | 12 +- protocol/badgeserver/tracker.go | 10 +- protocol/chainlib/base_chain_parser.go | 12 +- protocol/chainlib/chain_fetcher.go | 20 +- protocol/chainlib/chain_fetcher_mock.go | 2 +- protocol/chainlib/chain_fetcher_test.go | 2 +- protocol/chainlib/chain_message.go | 10 +- protocol/chainlib/chain_message_queries.go | 2 +- protocol/chainlib/chain_router.go | 8 +- protocol/chainlib/chain_router_test.go | 8 +- protocol/chainlib/chainlib.go | 16 +- protocol/chainlib/chainproxy/common.go | 6 +- protocol/chainlib/chainproxy/connector.go | 8 +- .../chainlib/chainproxy/connector_test.go | 8 +- .../chainproxy/rpcInterfaceMessages/common.go | 6 +- .../rpcInterfaceMessages/grpcMessage.go | 8 +- .../rpcInterfaceMessages/grpcMessage_test.go | 2 +- .../rpcInterfaceMessages/jsonRPCMessage.go | 8 +- .../jsonRPCMessage_test.go | 2 +- .../rpcInterfaceMessages/restMessage.go | 6 +- .../tendermintRPCMessage.go | 8 +- .../tendermintRPCMessage_test.go | 2 +- .../chainlib/chainproxy/rpcclient/client.go | 2 +- .../chainlib/chainproxy/rpcclient/handler.go | 2 +- .../chainlib/chainproxy/rpcclient/http.go | 4 +- .../chainlib/chainproxy/rpcclient/json.go | 2 +- .../chainlib/chainproxy/rpcclient/service.go | 2 +- .../chainproxy/rpcclient/subscription.go | 2 +- .../chainlib/chainproxy/rpcclient/types.go | 2 +- protocol/chainlib/common.go | 10 +- protocol/chainlib/common_test.go | 4 +- protocol/chainlib/common_test_utils.go | 18 +- .../extensionslib/archive_parser_rule.go | 2 +- .../extensionslib/extension_parser.go | 2 +- protocol/chainlib/grpc.go | 28 +-- protocol/chainlib/grpc_test.go | 12 +- .../chainlib/grpcproxy/dyncodec/registry.go | 2 +- .../dyncodec/remote_grpc_reflection.go | 2 +- .../grpcproxy/dyncodec/remote_relayer.go | 2 +- .../grpcproxy/dyncodec/remotes_test.go | 4 +- protocol/chainlib/grpcproxy/grpcproxy.go | 4 +- protocol/chainlib/grpcproxy/grpcproxy_test.go | 4 +- protocol/chainlib/jsonRPC.go | 24 +- protocol/chainlib/jsonRPC_test.go | 10 +- protocol/chainlib/node_error_handler.go | 8 +- protocol/chainlib/node_error_handler_test.go | 2 +- protocol/chainlib/rest.go | 22 +- protocol/chainlib/rest_test.go | 14 +- protocol/chainlib/tendermintRPC.go | 22 +- protocol/chainlib/tendermintRPC_test.go | 6 +- protocol/chaintracker/chain_tracker.go | 12 +- protocol/chaintracker/chain_tracker_test.go | 10 +- protocol/chaintracker/config.go | 2 +- protocol/chaintracker/wanted_block_data.go | 2 +- .../chaintracker/wanted_block_data_test.go | 4 +- protocol/common/cobra_common.go | 2 +- protocol/common/collections.go | 2 +- protocol/common/endpoints.go | 8 +- protocol/common/tx_parsing.go | 2 +- protocol/integration/mocks.go | 22 +- protocol/integration/protocol_test.go | 32 +-- .../lavaprotocol/finalization_consensus.go | 10 +- .../finalization_consensus_test.go | 8 +- protocol/lavaprotocol/request_builder.go | 16 +- protocol/lavaprotocol/response_builder.go | 12 +- .../lavaprotocol/response_builder_test.go | 8 +- protocol/lavaprotocol/reuqest_builder_test.go | 6 +- protocol/lavasession/common.go | 8 +- protocol/lavasession/common_test.go | 6 +- .../lavasession/consumer_session_manager.go | 14 +- .../consumer_session_manager_test.go | 14 +- protocol/lavasession/consumer_types.go | 10 +- .../end_to_end_lavasession_test.go | 2 +- .../lavasession/provider_session_manager.go | 6 +- .../provider_session_manager_test.go | 8 +- protocol/lavasession/provider_types.go | 6 +- protocol/lavasession/reported_providers.go | 6 +- .../lavasession/single_consumer_session.go | 4 +- .../lavasession/single_provider_session.go | 2 +- protocol/lavasession/used_providers.go | 4 +- protocol/metrics/consumer_referrer_client.go | 2 +- .../metrics/consumer_relayserver_client.go | 2 +- protocol/metrics/consumer_reports_client.go | 4 +- .../metrics/consumer_reports_client_test.go | 2 +- protocol/metrics/health_metrics.go | 2 +- protocol/metrics/metricsService.go | 2 +- protocol/metrics/metrics_consumer_manager.go | 4 +- protocol/metrics/metrics_provider.go | 2 +- protocol/metrics/metrics_provider_manager.go | 4 +- protocol/metrics/queue_sender.go | 2 +- protocol/metrics/relays_monitor.go | 2 +- protocol/metrics/rpcconsumerlogs.go | 6 +- protocol/metrics/rpcconsumerlogs_test.go | 2 +- protocol/monitoring/alerting.go | 4 +- protocol/monitoring/health.go | 28 +-- protocol/monitoring/health_cmd.go | 14 +- protocol/monitoring/health_results.go | 6 +- protocol/parser/parser.go | 6 +- protocol/parser/parser_test.go | 4 +- protocol/performance/cache.go | 4 +- .../performance/connection/connection_cmd.go | 8 +- protocol/performance/connection/prober.go | 6 +- protocol/performance/connection/server.go | 6 +- protocol/performance/pprofServer.go | 2 +- protocol/performance/validators/validators.go | 6 +- .../provideroptimizer/provider_optimizer.go | 12 +- .../provider_optimizer_test.go | 6 +- protocol/rpcconsumer/consumer_consistency.go | 2 +- protocol/rpcconsumer/policies_map.go | 4 +- protocol/rpcconsumer/relay_errors.go | 4 +- protocol/rpcconsumer/relay_errors_test.go | 2 +- protocol/rpcconsumer/relay_processor.go | 10 +- protocol/rpcconsumer/relay_processor_test.go | 12 +- protocol/rpcconsumer/rpcconsumer.go | 34 +-- protocol/rpcconsumer/rpcconsumer_server.go | 30 +-- protocol/rpcconsumer/testing.go | 18 +- protocol/rpcprovider/chain_tackers.go | 4 +- protocol/rpcprovider/cors_test.go | 2 +- protocol/rpcprovider/provider_listener.go | 10 +- .../rpcprovider/provider_listener_mock.go | 2 +- .../reliabilitymanager/reliability_manager.go | 18 +- .../reliability_manager_test.go | 26 +- .../rpcprovider/rewardserver/reward_db.go | 4 +- .../rewardserver/reward_db_test.go | 6 +- .../rpcprovider/rewardserver/reward_server.go | 16 +- .../rewardserver/reward_server_test.go | 10 +- protocol/rpcprovider/rpcprovider.go | 38 +-- protocol/rpcprovider/rpcprovider_server.go | 36 +-- .../rpcprovider/rpcprovider_server_test.go | 10 +- protocol/rpcprovider/spec_validator.go | 8 +- protocol/rpcprovider/spec_validator_test.go | 6 +- protocol/rpcprovider/testing.go | 24 +- .../statetracker/consumer_state_tracker.go | 20 +- protocol/statetracker/emergency_tracker.go | 4 +- .../statetracker/emergency_tracker_test.go | 2 +- protocol/statetracker/events.go | 18 +- .../statetracker/provider_state_tracker.go | 16 +- protocol/statetracker/state_tracker.go | 8 +- protocol/statetracker/tx_sender.go | 14 +- .../updaters/downtime_params_updater.go | 4 +- .../statetracker/updaters/epoch_updater.go | 2 +- .../statetracker/updaters/event_tracker.go | 12 +- .../finalization_consensus_updater.go | 4 +- .../statetracker/updaters/pairing_updater.go | 8 +- .../statetracker/updaters/payment_updater.go | 4 +- .../statetracker/updaters/policy_updater.go | 8 +- .../statetracker/updaters/spec_updater.go | 6 +- protocol/statetracker/updaters/state_query.go | 18 +- .../statetracker/updaters/version_updater.go | 4 +- .../statetracker/updaters/vote_updater.go | 6 +- protocol/upgrade/protocol_version.go | 6 +- testutil/common/common.go | 16 +- testutil/common/mock.go | 6 +- testutil/common/tester.go | 28 +-- testutil/e2e/paymentE2E.go | 16 +- testutil/e2e/protocolE2E.go | 16 +- testutil/e2e/proxy/proxy.go | 4 +- testutil/e2e/sdk/e2e.go | 4 +- testutil/e2e/sdkE2E.go | 8 +- testutil/keeper/conflict.go | 6 +- testutil/keeper/dualstaking.go | 12 +- testutil/keeper/epochstorage.go | 4 +- testutil/keeper/keepers_init.go | 64 ++--- testutil/keeper/pairing.go | 14 +- testutil/keeper/plan.go | 12 +- testutil/keeper/projects.go | 10 +- testutil/keeper/protocol.go | 4 +- testutil/keeper/rewards.go | 14 +- testutil/keeper/spec.go | 6 +- testutil/keeper/subscription.go | 16 +- testutil/network/network.go | 2 +- utils/address.go | 2 +- utils/lavalog_test.go | 2 +- utils/protocopy/proto_copy.go | 2 +- utils/protocopy/proto_copy_test.go | 2 +- utils/sigs/sigs.go | 2 +- x/conflict/client/cli/query.go | 2 +- x/conflict/client/cli/query_conflict_vote.go | 2 +- .../client/cli/query_conflict_vote_test.go | 8 +- .../client/cli/query_consumer_conflicts.go | 4 +- x/conflict/client/cli/query_params.go | 2 +- .../client/cli/query_provider_conflicts.go | 4 +- x/conflict/client/cli/tx.go | 2 +- .../client/cli/tx_conflict_vote_commit.go | 2 +- .../client/cli/tx_conflict_vote_reveal.go | 2 +- x/conflict/client/cli/tx_detection.go | 2 +- x/conflict/genesis.go | 4 +- x/conflict/genesis_test.go | 8 +- x/conflict/handler.go | 4 +- x/conflict/keeper/conflict.go | 6 +- x/conflict/keeper/conflict_vote.go | 2 +- x/conflict/keeper/conflict_vote_test.go | 8 +- x/conflict/keeper/grpc_query.go | 2 +- x/conflict/keeper/grpc_query_conflict_vote.go | 2 +- .../keeper/grpc_query_conflict_vote_test.go | 6 +- .../keeper/grpc_query_consumer_conflicts.go | 2 +- .../grpc_query_consumer_conflicts_test.go | 4 +- x/conflict/keeper/grpc_query_params.go | 2 +- x/conflict/keeper/grpc_query_params_test.go | 4 +- .../keeper/grpc_query_provider_conflicts.go | 2 +- .../grpc_query_provider_conflicts_test.go | 4 +- x/conflict/keeper/keeper.go | 2 +- x/conflict/keeper/migrations.go | 2 +- x/conflict/keeper/msg_server.go | 2 +- .../keeper/msg_server_conflict_vote_commit.go | 4 +- .../keeper/msg_server_conflict_vote_reveal.go | 6 +- x/conflict/keeper/msg_server_detection.go | 6 +- .../keeper/msg_server_detection_test.go | 18 +- x/conflict/keeper/msg_server_test.go | 6 +- x/conflict/keeper/params.go | 2 +- x/conflict/keeper/params_test.go | 4 +- x/conflict/keeper/vote.go | 4 +- x/conflict/keeper/vote_test.go | 12 +- x/conflict/migrations/v5/migrations.go | 2 +- x/conflict/module.go | 6 +- x/conflict/module_simulation.go | 6 +- x/conflict/simulation/conflict_vote_commit.go | 4 +- x/conflict/simulation/conflict_vote_reveal.go | 4 +- x/conflict/simulation/detection.go | 4 +- x/conflict/types/conflict_data.pb.go | 60 ++--- x/conflict/types/conflict_vote.pb.go | 56 ++--- x/conflict/types/construct/types.go | 6 +- x/conflict/types/expected_keepers.go | 6 +- x/conflict/types/genesis.pb.go | 11 +- x/conflict/types/genesis_test.go | 2 +- .../message_conflict_vote_commit_test.go | 2 +- .../message_conflict_vote_reveal_test.go | 2 +- x/conflict/types/message_detection_test.go | 2 +- x/conflict/types/params.pb.go | 10 +- x/conflict/types/query.pb.go | 88 +++---- .../types/relay_finalization_metadata.go | 4 +- x/conflict/types/tx.pb.go | 58 ++--- x/conflict/types/types.go | 2 +- x/downtime/client/cli/query.go | 4 +- x/downtime/client/cli/tx.go | 2 +- x/downtime/keeper/keeper.go | 4 +- x/downtime/keeper/keeper_test.go | 6 +- x/downtime/keeper/query_server.go | 2 +- x/downtime/keeper/query_server_test.go | 8 +- x/downtime/module.go | 8 +- x/downtime/v1/downtime.pb.go | 12 +- x/downtime/v1/genesis.pb.go | 10 +- x/downtime/v1/query.pb.go | 56 ++--- .../ante/disable_redelegation_hooks.go | 4 +- .../ante/disable_redelegation_hooks_test.go | 6 +- x/dualstaking/client/cli/query.go | 2 +- .../client/cli/query_delegator_providers.go | 4 +- .../client/cli/query_delegator_rewards.go | 4 +- x/dualstaking/client/cli/query_params.go | 2 +- .../client/cli/query_provider_delegators.go | 4 +- x/dualstaking/client/cli/tx.go | 2 +- x/dualstaking/client/cli/tx_claim_rewards.go | 4 +- x/dualstaking/client/cli/tx_delegate.go | 4 +- x/dualstaking/client/cli/tx_redelegate.go | 4 +- x/dualstaking/client/cli/tx_unbond.go | 4 +- x/dualstaking/genesis.go | 4 +- x/dualstaking/genesis_test.go | 8 +- x/dualstaking/handler.go | 4 +- x/dualstaking/keeper/balance.go | 4 +- x/dualstaking/keeper/delegate.go | 10 +- x/dualstaking/keeper/delegate_test.go | 4 +- x/dualstaking/keeper/delegator_reward.go | 10 +- x/dualstaking/keeper/delegator_reward_test.go | 8 +- .../keeper/grpc_query_delegator_providers.go | 4 +- .../grpc_query_delegator_providers_test.go | 4 +- .../keeper/grpc_query_delegator_rewards.go | 2 +- .../keeper/grpc_query_provider_delegators.go | 2 +- .../grpc_query_provider_delegators_test.go | 4 +- x/dualstaking/keeper/helpers_test.go | 8 +- x/dualstaking/keeper/hooks.go | 4 +- x/dualstaking/keeper/hooks_test.go | 10 +- x/dualstaking/keeper/keeper.go | 4 +- x/dualstaking/keeper/migrations.go | 12 +- x/dualstaking/keeper/msg_server.go | 2 +- .../keeper/msg_server_claim_rewards.go | 6 +- x/dualstaking/keeper/msg_server_delegate.go | 6 +- x/dualstaking/keeper/msg_server_redelegate.go | 4 +- x/dualstaking/keeper/msg_server_test.go | 6 +- x/dualstaking/keeper/msg_server_unbond.go | 6 +- x/dualstaking/keeper/params.go | 2 +- x/dualstaking/keeper/params_test.go | 4 +- x/dualstaking/keeper/query.go | 2 +- x/dualstaking/keeper/query_params.go | 2 +- x/dualstaking/keeper/query_params_test.go | 4 +- x/dualstaking/keeper/slashing.go | 4 +- x/dualstaking/module.go | 6 +- x/dualstaking/module_simulation.go | 6 +- x/dualstaking/simulation/claim_rewards.go | 4 +- x/dualstaking/simulation/delegate.go | 4 +- x/dualstaking/types/delegate.go | 4 +- x/dualstaking/types/delegate.pb.go | 40 ++-- x/dualstaking/types/delegator_reward.pb.go | 38 +-- x/dualstaking/types/expected_keepers.go | 6 +- x/dualstaking/types/genesis.go | 2 +- x/dualstaking/types/genesis.pb.go | 49 ++-- x/dualstaking/types/genesis_test.go | 2 +- x/dualstaking/types/message_claim_rewards.go | 2 +- .../types/message_claim_rewards_test.go | 2 +- x/dualstaking/types/message_delegate.go | 2 +- x/dualstaking/types/message_delegate_test.go | 4 +- x/dualstaking/types/message_redelegate.go | 2 +- .../types/message_redelegate_test.go | 4 +- x/dualstaking/types/message_unbond.go | 2 +- x/dualstaking/types/message_unbond_test.go | 4 +- x/dualstaking/types/params.go | 2 +- x/dualstaking/types/params.pb.go | 38 +-- x/dualstaking/types/query.pb.go | 90 +++---- x/dualstaking/types/tx.pb.go | 64 ++--- x/epochstorage/client/cli/query.go | 2 +- .../client/cli/query_epoch_details.go | 2 +- .../client/cli/query_epoch_details_test.go | 8 +- .../client/cli/query_fixated_params.go | 2 +- .../client/cli/query_fixated_params_test.go | 8 +- x/epochstorage/client/cli/query_params.go | 2 +- .../client/cli/query_stake_storage.go | 2 +- .../client/cli/query_stake_storage_test.go | 8 +- x/epochstorage/client/cli/tx.go | 2 +- x/epochstorage/genesis.go | 4 +- x/epochstorage/genesis_test.go | 8 +- x/epochstorage/handler.go | 4 +- x/epochstorage/keeper/epoch_details.go | 4 +- x/epochstorage/keeper/epoch_details_test.go | 8 +- x/epochstorage/keeper/fixated_params.go | 4 +- x/epochstorage/keeper/fixated_params_test.go | 10 +- x/epochstorage/keeper/grpc_query.go | 2 +- .../keeper/grpc_query_epoch_details.go | 2 +- .../keeper/grpc_query_epoch_details_test.go | 6 +- .../keeper/grpc_query_fixated_params.go | 2 +- .../keeper/grpc_query_fixated_params_test.go | 6 +- x/epochstorage/keeper/grpc_query_params.go | 2 +- .../keeper/grpc_query_params_test.go | 4 +- .../keeper/grpc_query_stake_storage.go | 2 +- .../keeper/grpc_query_stake_storage_test.go | 6 +- x/epochstorage/keeper/keeper.go | 4 +- x/epochstorage/keeper/migrations.go | 10 +- x/epochstorage/keeper/msg_server.go | 2 +- x/epochstorage/keeper/msg_server_test.go | 6 +- x/epochstorage/keeper/params.go | 4 +- x/epochstorage/keeper/params_test.go | 4 +- x/epochstorage/keeper/stake_storage.go | 6 +- x/epochstorage/keeper/stake_storage_test.go | 8 +- x/epochstorage/module.go | 6 +- x/epochstorage/module_simulation.go | 6 +- x/epochstorage/types/endpoint.pb.go | 10 +- x/epochstorage/types/epoch_details.pb.go | 10 +- x/epochstorage/types/expected_keepers.go | 2 +- x/epochstorage/types/fixated_params.pb.go | 12 +- x/epochstorage/types/genesis.pb.go | 10 +- x/epochstorage/types/genesis_test.go | 2 +- x/epochstorage/types/params.pb.go | 46 ++-- x/epochstorage/types/query.pb.go | 88 +++---- x/epochstorage/types/stake_entry.pb.go | 79 +++--- x/epochstorage/types/stake_storage.go | 2 +- x/epochstorage/types/stake_storage.pb.go | 12 +- x/epochstorage/types/tx.pb.go | 12 +- x/fixationstore/client/cli/query.go | 2 +- .../client/cli/query_all_indices.go | 2 +- x/fixationstore/client/cli/query_entry.go | 2 +- .../client/cli/query_store_keys.go | 2 +- x/fixationstore/client/cli/query_versions.go | 2 +- .../keeper/grpc_query_all_indices.go | 2 +- x/fixationstore/keeper/grpc_query_entry.go | 2 +- .../keeper/grpc_query_store_keys.go | 2 +- x/fixationstore/keeper/grpc_query_versions.go | 2 +- x/fixationstore/keeper/keeper.go | 4 +- x/fixationstore/module.go | 6 +- x/fixationstore/types/fixation.go | 2 +- x/fixationstore/types/fixation.pb.go | 50 ++-- x/fixationstore/types/fixationstore.go | 4 +- x/fixationstore/types/fixationstore_test.go | 2 +- x/fixationstore/types/query.pb.go | 82 +++---- x/pairing/client/cli/query.go | 2 +- x/pairing/client/cli/query_account_info.go | 16 +- x/pairing/client/cli/query_debug_query.go | 10 +- .../client/cli/query_effective_policy.go | 6 +- x/pairing/client/cli/query_get_pairing.go | 4 +- x/pairing/client/cli/query_params.go | 2 +- x/pairing/client/cli/query_provider.go | 4 +- .../cli/query_provider_monthly_payout.go | 4 +- .../cli/query_provider_pairing_chance.go | 6 +- x/pairing/client/cli/query_providers.go | 2 +- .../client/cli/query_providers_epoch_cu.go | 2 +- x/pairing/client/cli/query_sdk_pairing.go | 4 +- .../client/cli/query_static_providers_list.go | 2 +- .../cli/query_subscription_monthly_payout.go | 4 +- x/pairing/client/cli/query_user_entry.go | 4 +- x/pairing/client/cli/query_verify_pairing.go | 4 +- x/pairing/client/cli/tx.go | 12 +- x/pairing/client/cli/tx_freeze.go | 4 +- x/pairing/client/cli/tx_modify_provider.go | 12 +- x/pairing/client/cli/tx_relay_payment.go | 2 +- .../client/cli/tx_simulate_relay_payment.go | 8 +- x/pairing/client/cli/tx_stake_provider.go | 12 +- x/pairing/client/cli/tx_unfreeze.go | 2 +- x/pairing/client/cli/tx_unstake_provider.go | 8 +- x/pairing/client/proposal_handler.go | 2 +- x/pairing/client/utils/utils.go | 2 +- x/pairing/genesis.go | 4 +- x/pairing/genesis_test.go | 8 +- x/pairing/handler.go | 4 +- x/pairing/keeper/badge_used_cu.go | 6 +- x/pairing/keeper/badge_used_cu_test.go | 8 +- x/pairing/keeper/cu_tracker_test.go | 12 +- x/pairing/keeper/delegator_rewards_test.go | 12 +- x/pairing/keeper/discipline.go | 2 +- x/pairing/keeper/epoch_cu.go | 4 +- x/pairing/keeper/epoch_cu_test.go | 8 +- x/pairing/keeper/epoch_payment.go | 2 +- x/pairing/keeper/filters/addon_filter.go | 6 +- x/pairing/keeper/filters/filter.go | 10 +- x/pairing/keeper/filters/filter_test.go | 4 +- .../keeper/filters/frozen_providers_filter.go | 4 +- .../keeper/filters/geolocation_filter.go | 4 +- .../filters/selected_providers_filter.go | 4 +- x/pairing/keeper/fixation_test.go | 6 +- x/pairing/keeper/grpc_query.go | 2 +- .../keeper/grpc_query_effective_policy.go | 4 +- .../grpc_query_effective_policy_test.go | 4 +- x/pairing/keeper/grpc_query_get_pairing.go | 6 +- x/pairing/keeper/grpc_query_params.go | 2 +- x/pairing/keeper/grpc_query_params_test.go | 4 +- x/pairing/keeper/grpc_query_provider.go | 4 +- .../grpc_query_provider_monthly_payout.go | 8 +- .../grpc_query_provider_pairing_chance.go | 4 +- x/pairing/keeper/grpc_query_providers.go | 4 +- .../keeper/grpc_query_providers_epoch_cu.go | 2 +- .../grpc_query_static_providers_list.go | 6 +- .../grpc_query_subscription_monthly_payout.go | 8 +- x/pairing/keeper/grpc_query_user_entry.go | 6 +- x/pairing/keeper/grpc_query_verify_pairing.go | 2 +- x/pairing/keeper/helpers_test.go | 14 +- x/pairing/keeper/keeper.go | 6 +- x/pairing/keeper/limitConsumer.go | 4 +- x/pairing/keeper/limitConsumer_test.go | 4 +- x/pairing/keeper/migrations.go | 2 +- x/pairing/keeper/msg_server.go | 2 +- x/pairing/keeper/msg_server_freeze.go | 6 +- x/pairing/keeper/msg_server_freeze_test.go | 4 +- x/pairing/keeper/msg_server_relay_payment.go | 14 +- .../msg_server_relay_payment_gov_test.go | 10 +- .../keeper/msg_server_relay_payment_test.go | 14 +- x/pairing/keeper/msg_server_stake_provider.go | 4 +- .../keeper/msg_server_stake_provider_test.go | 10 +- .../msg_server_stake_unstake_gov_test.go | 4 +- x/pairing/keeper/msg_server_test.go | 6 +- x/pairing/keeper/msg_server_unfreeze.go | 4 +- .../keeper/msg_server_unstake_provider.go | 2 +- .../msg_server_unstake_provider_test.go | 4 +- x/pairing/keeper/pairing.go | 16 +- x/pairing/keeper/pairing_immediately_test.go | 6 +- .../keeper/pairing_next_epoch_time_block.go | 4 +- x/pairing/keeper/pairing_subscription_test.go | 10 +- x/pairing/keeper/pairing_test.go | 18 +- x/pairing/keeper/params.go | 4 +- x/pairing/keeper/params_test.go | 4 +- x/pairing/keeper/qos_excellence.go | 4 +- x/pairing/keeper/query_sdk_pairing.go | 2 +- x/pairing/keeper/scores/geo_req.go | 4 +- x/pairing/keeper/scores/geo_req_test.go | 6 +- x/pairing/keeper/scores/pairing_score.go | 4 +- x/pairing/keeper/scores/qos_req.go | 4 +- x/pairing/keeper/scores/score.go | 8 +- x/pairing/keeper/scores/score_req.go | 2 +- x/pairing/keeper/scores/stake_req.go | 2 +- x/pairing/keeper/staking.go | 10 +- x/pairing/keeper/unresponsive_provider.go | 6 +- .../keeper/unresponsive_provider_test.go | 12 +- x/pairing/keeper/unstaking.go | 4 +- x/pairing/keeper/unstaking_test.go | 6 +- x/pairing/migrations/v2/epoch_payments.go | 2 +- x/pairing/module.go | 6 +- x/pairing/module_simulation.go | 6 +- x/pairing/proposal_handler.go | 6 +- x/pairing/simulation/freeze.go | 4 +- x/pairing/simulation/relay_payment.go | 4 +- x/pairing/simulation/stake_provider.go | 4 +- x/pairing/simulation/unfreeze.go | 4 +- x/pairing/simulation/unstake_provider.go | 4 +- x/pairing/types/account_info.pb.go | 70 +++--- x/pairing/types/badge_test.go | 2 +- x/pairing/types/badges.pb.go | 60 ++--- x/pairing/types/debug_query.pb.go | 70 +++--- x/pairing/types/epoch_cu.pb.go | 12 +- x/pairing/types/expected_keepers.go | 18 +- x/pairing/types/genesis.go | 4 +- x/pairing/types/genesis.pb.go | 94 ++++---- x/pairing/types/genesis_test.go | 2 +- x/pairing/types/message_freeze_test.go | 2 +- x/pairing/types/message_relay_payment_test.go | 2 +- x/pairing/types/message_stake_provider.go | 2 +- .../types/message_stake_provider_test.go | 4 +- x/pairing/types/message_unfreeze_test.go | 2 +- .../types/message_unstake_provider_test.go | 2 +- x/pairing/types/params.pb.go | 55 ++--- x/pairing/types/query.pb.go | 224 +++++++++--------- x/pairing/types/relay.pb.go | 154 ++++++------ x/pairing/types/relayCache.pb.go | 86 +++---- x/pairing/types/relay_exchange.go | 4 +- x/pairing/types/relay_finalization.go | 2 +- x/pairing/types/relay_session.go | 2 +- x/pairing/types/static_providers.pb.go | 2 +- x/pairing/types/tx.pb.go | 110 ++++----- x/pairing/types/unstake_proposal.pb.go | 56 ++--- x/plans/client/cli/query.go | 2 +- x/plans/client/cli/query_info.go | 2 +- x/plans/client/cli/query_list.go | 2 +- x/plans/client/cli/query_params.go | 2 +- x/plans/client/cli/tx.go | 4 +- x/plans/client/proposal_handler.go | 2 +- x/plans/client/utils/utils.go | 6 +- x/plans/genesis.go | 4 +- x/plans/genesis_test.go | 8 +- x/plans/handler.go | 4 +- x/plans/keeper/grpc_query.go | 2 +- x/plans/keeper/grpc_query_info.go | 2 +- x/plans/keeper/grpc_query_list.go | 4 +- x/plans/keeper/grpc_query_params.go | 2 +- x/plans/keeper/grpc_query_params_test.go | 4 +- x/plans/keeper/keeper.go | 4 +- x/plans/keeper/migrations.go | 10 +- x/plans/keeper/msg_server.go | 2 +- x/plans/keeper/msg_server_test.go | 6 +- x/plans/keeper/params.go | 2 +- x/plans/keeper/params_test.go | 4 +- x/plans/keeper/plan.go | 6 +- x/plans/keeper/plan_test.go | 8 +- x/plans/migrations/v3/plan.pb.go | 2 +- x/plans/migrations/v7/plan.pb.go | 2 +- x/plans/migrations/v7/policy.pb.go | 2 +- x/plans/migrations/v8/plan.pb.go | 2 +- x/plans/migrations/v8/policy.pb.go | 2 +- x/plans/migrations/v9/plan.pb.go | 2 +- x/plans/migrations/v9/policy.pb.go | 2 +- x/plans/module.go | 6 +- x/plans/module_simulation.go | 6 +- x/plans/proposal_handler.go | 6 +- x/plans/types/delproposal.go | 2 +- x/plans/types/errors.go | 2 +- x/plans/types/expected_keepers.go | 4 +- x/plans/types/genesis.go | 2 +- x/plans/types/genesis.pb.go | 12 +- x/plans/types/genesis_test.go | 2 +- x/plans/types/geolocation_test.go | 4 +- x/plans/types/params.pb.go | 12 +- x/plans/types/plan.pb.go | 80 +++---- x/plans/types/plan_decode_test.go | 4 +- x/plans/types/plans_proposal.pb.go | 12 +- x/plans/types/policy.go | 6 +- x/plans/types/policy.pb.go | 88 +++---- x/plans/types/query.pb.go | 70 +++--- x/plans/types/tx.pb.go | 10 +- x/projects/client/cli/query.go | 2 +- x/projects/client/cli/query_developer.go | 4 +- x/projects/client/cli/query_info.go | 2 +- x/projects/client/cli/query_params.go | 2 +- x/projects/client/cli/tx.go | 2 +- x/projects/client/cli/tx_add_keys.go | 6 +- x/projects/client/cli/tx_del_keys.go | 6 +- x/projects/client/cli/tx_set_admin_policy.go | 6 +- .../client/cli/tx_set_subscription_policy.go | 4 +- x/projects/genesis.go | 4 +- x/projects/genesis_test.go | 8 +- x/projects/handler.go | 4 +- x/projects/keeper/creation.go | 6 +- x/projects/keeper/grpc_query.go | 2 +- x/projects/keeper/grpc_query_developer.go | 2 +- x/projects/keeper/grpc_query_info.go | 2 +- x/projects/keeper/grpc_query_params.go | 2 +- x/projects/keeper/grpc_query_params_test.go | 4 +- x/projects/keeper/keeper.go | 4 +- x/projects/keeper/migrations.go | 10 +- x/projects/keeper/msg_server.go | 2 +- .../keeper/msg_server_add_project_keys.go | 4 +- .../keeper/msg_server_del_project_keys.go | 4 +- .../keeper/msg_server_set_admin_policy.go | 4 +- .../msg_server_set_subscription_policy.go | 4 +- x/projects/keeper/msg_server_test.go | 6 +- x/projects/keeper/params.go | 2 +- x/projects/keeper/params_test.go | 4 +- x/projects/keeper/project.go | 6 +- x/projects/keeper/project_test.go | 10 +- x/projects/module.go | 6 +- x/projects/module_simulation.go | 6 +- x/projects/simulation/add_project_keys.go | 4 +- x/projects/simulation/del_project_keys.go | 4 +- x/projects/simulation/set_admin_policy.go | 4 +- .../simulation/set_subscription_policy.go | 4 +- x/projects/types/expected_keepers.go | 2 +- x/projects/types/genesis.go | 2 +- x/projects/types/genesis.pb.go | 14 +- x/projects/types/genesis_test.go | 2 +- x/projects/types/message_add_keys_test.go | 2 +- x/projects/types/message_del_keys_test.go | 2 +- x/projects/types/message_set_admin_policy.go | 2 +- .../types/message_set_admin_policy_test.go | 4 +- .../types/message_set_subscription_policy.go | 2 +- .../message_set_subscription_policy_test.go | 4 +- x/projects/types/params.pb.go | 12 +- x/projects/types/project.go | 2 +- x/projects/types/project.pb.go | 67 +++--- x/projects/types/query.pb.go | 10 +- x/projects/types/tx.pb.go | 60 ++--- x/protocol/client/cli/query.go | 2 +- x/protocol/client/cli/query_params.go | 2 +- x/protocol/client/cli/tx.go | 2 +- x/protocol/genesis.go | 4 +- x/protocol/genesis_test.go | 8 +- x/protocol/handler.go | 4 +- x/protocol/keeper/grpc_query.go | 2 +- x/protocol/keeper/grpc_query_params.go | 2 +- x/protocol/keeper/grpc_query_params_test.go | 4 +- x/protocol/keeper/keeper.go | 2 +- x/protocol/keeper/migrations.go | 6 +- x/protocol/keeper/msg_server.go | 2 +- x/protocol/keeper/msg_server_set_version.go | 2 +- x/protocol/keeper/msg_server_test.go | 6 +- x/protocol/keeper/params.go | 2 +- x/protocol/keeper/params_test.go | 4 +- x/protocol/module.go | 6 +- x/protocol/module_simulation.go | 6 +- x/protocol/types/genesis.pb.go | 10 +- x/protocol/types/genesis_test.go | 2 +- x/protocol/types/message_set_version_test.go | 2 +- x/protocol/types/params.pb.go | 12 +- x/protocol/types/query.pb.go | 40 ++-- x/protocol/types/tx.pb.go | 12 +- x/rewards/abci.go | 2 +- x/rewards/client/cli/query.go | 2 +- x/rewards/client/cli/query_block_reward.go | 2 +- .../query_iprpc_provider_reward_estimation.go | 4 +- .../client/cli/query_iprpc_spec_reward.go | 2 +- x/rewards/client/cli/query_params.go | 2 +- x/rewards/client/cli/query_pools.go | 2 +- x/rewards/client/cli/query_provider_reward.go | 4 +- x/rewards/client/cli/query_show_iprpc_data.go | 2 +- x/rewards/client/cli/tx.go | 4 +- x/rewards/client/cli/tx_fund_iprpc.go | 2 +- x/rewards/genesis.go | 4 +- x/rewards/genesis_test.go | 6 +- x/rewards/handler.go | 4 +- x/rewards/keeper/base_pay.go | 2 +- x/rewards/keeper/grpc_query.go | 2 +- x/rewards/keeper/grpc_query_block_reward.go | 4 +- .../grpc_query_iprpc_provider_reward.go | 2 +- .../keeper/grpc_query_iprpc_spec_reward.go | 2 +- x/rewards/keeper/grpc_query_params.go | 2 +- x/rewards/keeper/grpc_query_params_test.go | 4 +- x/rewards/keeper/grpc_query_pools.go | 2 +- .../keeper/grpc_query_provider_reward.go | 2 +- .../keeper/grpc_query_show_iprpc_data.go | 2 +- x/rewards/keeper/helpers_test.go | 16 +- x/rewards/keeper/iprpc.go | 4 +- x/rewards/keeper/iprpc_data.go | 4 +- x/rewards/keeper/iprpc_data_test.go | 10 +- x/rewards/keeper/iprpc_reward.go | 2 +- x/rewards/keeper/iprpc_test.go | 6 +- x/rewards/keeper/keeper.go | 4 +- x/rewards/keeper/msg_server.go | 2 +- x/rewards/keeper/msg_server_fund_iprpc.go | 4 +- x/rewards/keeper/msg_server_set_iprpc_data.go | 4 +- x/rewards/keeper/msg_server_test.go | 6 +- x/rewards/keeper/params.go | 2 +- x/rewards/keeper/params_test.go | 4 +- x/rewards/keeper/pool.go | 2 +- x/rewards/keeper/pool_test.go | 10 +- x/rewards/keeper/providers.go | 4 +- x/rewards/keeper/providers_test.go | 8 +- x/rewards/keeper/rewards.go | 6 +- x/rewards/module.go | 6 +- x/rewards/module_simulation.go | 6 +- x/rewards/types/base_pay.pb.go | 47 ++-- x/rewards/types/expected_keepers.go | 8 +- x/rewards/types/genesis.go | 4 +- x/rewards/types/genesis.pb.go | 56 ++--- x/rewards/types/genesis_test.go | 2 +- x/rewards/types/iprpc.pb.go | 40 ++-- x/rewards/types/message_fund_iprpc_test.go | 2 +- .../types/message_set_iprpc_data_test.go | 4 +- x/rewards/types/params.pb.go | 54 ++--- x/rewards/types/query.pb.go | 126 +++++----- x/rewards/types/tx.pb.go | 58 ++--- x/spec/ante/ante.go | 2 +- x/spec/ante/ante_test.go | 12 +- x/spec/client/cli/query.go | 2 +- x/spec/client/cli/query_params.go | 2 +- x/spec/client/cli/query_show_all_chains.go | 2 +- x/spec/client/cli/query_show_chain_info.go | 2 +- x/spec/client/cli/query_spec.go | 2 +- x/spec/client/cli/query_spec_test.go | 8 +- x/spec/client/cli/tx.go | 6 +- x/spec/client/proposal_handler.go | 2 +- x/spec/client/utils/utils.go | 6 +- x/spec/genesis.go | 4 +- x/spec/genesis_test.go | 8 +- x/spec/handler.go | 4 +- x/spec/keeper/grpc_query.go | 2 +- x/spec/keeper/grpc_query_params.go | 2 +- x/spec/keeper/grpc_query_params_test.go | 4 +- x/spec/keeper/grpc_query_show_all_chains.go | 4 +- x/spec/keeper/grpc_query_show_chain_info.go | 4 +- x/spec/keeper/grpc_query_spec.go | 2 +- x/spec/keeper/grpc_query_spec_test.go | 6 +- x/spec/keeper/keeper.go | 2 +- x/spec/keeper/migrations.go | 4 +- x/spec/keeper/msg_server.go | 2 +- x/spec/keeper/msg_server_test.go | 6 +- x/spec/keeper/params.go | 2 +- x/spec/keeper/params_test.go | 4 +- x/spec/keeper/spec.go | 8 +- x/spec/keeper/spec_test.go | 12 +- x/spec/module.go | 6 +- x/spec/module_simulation.go | 6 +- x/spec/proposal_handler.go | 8 +- x/spec/types/api_collection.pb.go | 166 ++++++------- x/spec/types/errors.go | 2 +- x/spec/types/genesis.pb.go | 12 +- x/spec/types/genesis_test.go | 2 +- x/spec/types/params.pb.go | 12 +- x/spec/types/query.pb.go | 108 ++++----- x/spec/types/spec.go | 4 +- x/spec/types/spec.pb.go | 92 +++---- x/spec/types/spec_add_proposal.pb.go | 12 +- x/spec/types/tx.pb.go | 10 +- x/subscription/client/cli/query.go | 2 +- x/subscription/client/cli/query_current.go | 4 +- x/subscription/client/cli/query_list.go | 2 +- .../client/cli/query_list_projects.go | 4 +- .../client/cli/query_next_to_month_expiry.go | 2 +- x/subscription/client/cli/query_params.go | 2 +- x/subscription/client/cli/tx.go | 2 +- x/subscription/client/cli/tx_add_project.go | 10 +- x/subscription/client/cli/tx_auto_renewal.go | 4 +- x/subscription/client/cli/tx_buy.go | 4 +- x/subscription/client/cli/tx_del_project.go | 2 +- x/subscription/genesis.go | 4 +- x/subscription/genesis_test.go | 8 +- x/subscription/handler.go | 4 +- x/subscription/keeper/adjustment.go | 4 +- x/subscription/keeper/adjustment_test.go | 2 +- x/subscription/keeper/cluster.go | 2 +- x/subscription/keeper/cluster_test.go | 2 +- x/subscription/keeper/cu_tracker.go | 8 +- x/subscription/keeper/grpc_query.go | 2 +- x/subscription/keeper/grpc_query_current.go | 2 +- x/subscription/keeper/grpc_query_list.go | 4 +- .../keeper/grpc_query_list_projects.go | 4 +- .../keeper/grpc_query_next_to_month_expiry.go | 4 +- x/subscription/keeper/grpc_query_params.go | 2 +- .../keeper/grpc_query_params_test.go | 4 +- x/subscription/keeper/keeper.go | 6 +- x/subscription/keeper/migrations.go | 12 +- x/subscription/keeper/msg_server.go | 2 +- .../keeper/msg_server_add_project.go | 6 +- .../keeper/msg_server_auto_renewal.go | 6 +- x/subscription/keeper/msg_server_buy.go | 4 +- .../keeper/msg_server_del_project.go | 4 +- x/subscription/keeper/msg_server_test.go | 6 +- x/subscription/keeper/params.go | 2 +- x/subscription/keeper/params_test.go | 4 +- x/subscription/keeper/subscription.go | 10 +- x/subscription/keeper/subscription_test.go | 18 +- x/subscription/module.go | 6 +- x/subscription/module_simulation.go | 6 +- x/subscription/simulation/add_project.go | 4 +- x/subscription/simulation/auto_renewal.go | 4 +- x/subscription/simulation/buy.go | 4 +- x/subscription/simulation/del_project.go | 4 +- x/subscription/types/adjustment.pb.go | 12 +- x/subscription/types/cu_tracker.pb.go | 36 +-- x/subscription/types/expected_keepers.go | 10 +- x/subscription/types/genesis.go | 4 +- x/subscription/types/genesis.pb.go | 48 ++-- x/subscription/types/genesis_test.go | 2 +- x/subscription/types/message_add_project.go | 2 +- .../types/message_add_project_test.go | 6 +- .../types/message_auto_renewal_test.go | 2 +- x/subscription/types/message_buy_test.go | 2 +- .../types/message_del_project_test.go | 2 +- x/subscription/types/params.pb.go | 10 +- x/subscription/types/query.pb.go | 115 ++++----- x/subscription/types/subscription.pb.go | 71 +++--- x/subscription/types/tx.pb.go | 66 +++--- x/timerstore/client/cli/query.go | 2 +- x/timerstore/client/cli/query_all_timers.go | 2 +- x/timerstore/client/cli/query_next.go | 2 +- x/timerstore/client/cli/query_store_keys.go | 2 +- x/timerstore/keeper/grpc_query_all_timers.go | 2 +- x/timerstore/keeper/grpc_query_next.go | 4 +- x/timerstore/keeper/grpc_query_store_keys.go | 2 +- x/timerstore/keeper/keeper.go | 2 +- x/timerstore/module.go | 6 +- x/timerstore/types/query.pb.go | 78 +++--- x/timerstore/types/timer.go | 2 +- x/timerstore/types/timer.pb.go | 44 ++-- 917 files changed, 4205 insertions(+), 4252 deletions(-) diff --git a/.github/workflows/lava.yml b/.github/workflows/lava.yml index 5ddcaa2569..996f8f178f 100644 --- a/.github/workflows/lava.yml +++ b/.github/workflows/lava.yml @@ -329,9 +329,9 @@ jobs: name: Test Results (Payment E2E) path: "*-report.xml" - - name: tail -n 300 Lavad Logs + - name: Lavad Logs if: always() - run: tail -n 300 testutil/e2e/protocolLogs/00_StartLava.log + run: grep 'err\|lava_' testutil/e2e/protocolLogs/00_StartLava.log - name: Stake Lava All Logs if: always() diff --git a/Makefile b/Makefile index 776cbb3226..2aab215424 100644 --- a/Makefile +++ b/Makefile @@ -193,10 +193,10 @@ ifeq (static,$(findstring static,$(LAVA_BUILD_OPTIONS))) endif ifeq (mask_consumer_logs,$(findstring mask_consumer_logs,$(LAVA_BUILD_OPTIONS))) - ldflags += -X github.com/lavanet/lava/protocol/common.ReturnMaskedErrors=true + ldflags += -X github.com/lavanet/lava/v2/protocol/common.ReturnMaskedErrors=true endif ifeq (debug_mutex,$(findstring debug_mutex,$(LAVA_BUILD_OPTIONS))) - ldflags += -X github.com/lavanet/lava/utils.TimeoutMutex=true + ldflags += -X github.com/lavanet/lava/v2/utils.TimeoutMutex=true endif ifeq (cleveldb,$(findstring cleveldb,$(LAVA_BUILD_OPTIONS))) @@ -207,12 +207,12 @@ endif ifeq (release,$(findstring release,$(LAVA_BUILD_OPTIONS))) $(info Building With Production Flag) - ldflags += -X github.com/lavanet/lava/utils.ExtendedLogLevel=production + ldflags += -X github.com/lavanet/lava/v2/utils.ExtendedLogLevel=production endif ifeq (debug_payment_e2e,$(findstring debug_payment_e2e,$(LAVA_BUILD_OPTIONS))) $(info Building With Debug Payment E2E Flag. Making a month 2 minutes) - ldflags += -X github.com/lavanet/lava/utils.DebugPaymentE2E=debug_payment_e2e + ldflags += -X github.com/lavanet/lava/v2/utils.DebugPaymentE2E=debug_payment_e2e endif ifeq (,$(findstring nostrip,$(LAVA_BUILD_OPTIONS))) diff --git a/app/ante.go b/app/ante.go index ed5a7b283f..46fdd13d71 100644 --- a/app/ante.go +++ b/app/ante.go @@ -5,10 +5,10 @@ import ( "github.com/cosmos/cosmos-sdk/x/auth/ante" "github.com/cosmos/cosmos-sdk/x/auth/signing" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - dualstakingante "github.com/lavanet/lava/x/dualstaking/ante" - dualstakingkeeper "github.com/lavanet/lava/x/dualstaking/keeper" - specante "github.com/lavanet/lava/x/spec/ante" - "github.com/lavanet/lava/x/spec/keeper" + dualstakingante "github.com/lavanet/lava/v2/x/dualstaking/ante" + dualstakingkeeper "github.com/lavanet/lava/v2/x/dualstaking/keeper" + specante "github.com/lavanet/lava/v2/x/spec/ante" + "github.com/lavanet/lava/v2/x/spec/keeper" ) func NewAnteHandler(accountKeeper ante.AccountKeeper, bankKeeper authtypes.BankKeeper, dualstakingKeeper dualstakingkeeper.Keeper, signModeHandler signing.SignModeHandler, feegrantKeeper ante.FeegrantKeeper, specKeeper keeper.Keeper, sigGasConsumer ante.SignatureVerificationGasConsumer) sdk.AnteHandler { diff --git a/app/app.go b/app/app.go index 0ab1202df8..ef920f87ab 100644 --- a/app/app.go +++ b/app/app.go @@ -15,13 +15,13 @@ import ( v1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1" "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1" icatypes "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/fixationstore" - fixationkeeper "github.com/lavanet/lava/x/fixationstore/keeper" - fixationtypes "github.com/lavanet/lava/x/fixationstore/types" - "github.com/lavanet/lava/x/timerstore" - timerstorekeeper "github.com/lavanet/lava/x/timerstore/keeper" - timerstoretypes "github.com/lavanet/lava/x/timerstore/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/fixationstore" + fixationkeeper "github.com/lavanet/lava/v2/x/fixationstore/keeper" + fixationtypes "github.com/lavanet/lava/v2/x/fixationstore/types" + "github.com/lavanet/lava/v2/x/timerstore" + timerstorekeeper "github.com/lavanet/lava/v2/x/timerstore/keeper" + timerstoretypes "github.com/lavanet/lava/v2/x/timerstore/types" "github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7/packetforward" packetforwardkeeper "github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7/packetforward/keeper" @@ -113,48 +113,48 @@ import ( ibcexported "github.com/cosmos/ibc-go/v7/modules/core/exported" ibckeeper "github.com/cosmos/ibc-go/v7/modules/core/keeper" ibctm "github.com/cosmos/ibc-go/v7/modules/light-clients/07-tendermint" - "github.com/lavanet/lava/app/keepers" - appparams "github.com/lavanet/lava/app/params" - "github.com/lavanet/lava/app/upgrades" - "github.com/lavanet/lava/docs" - conflictmodule "github.com/lavanet/lava/x/conflict" - conflictmodulekeeper "github.com/lavanet/lava/x/conflict/keeper" - conflictmoduletypes "github.com/lavanet/lava/x/conflict/types" - downtimemodule "github.com/lavanet/lava/x/downtime" - downtimemodulekeeper "github.com/lavanet/lava/x/downtime/keeper" - downtimemoduletypes "github.com/lavanet/lava/x/downtime/types" - dualstakingmodule "github.com/lavanet/lava/x/dualstaking" - dualstakingmodulekeeper "github.com/lavanet/lava/x/dualstaking/keeper" - dualstakingmoduletypes "github.com/lavanet/lava/x/dualstaking/types" - epochstoragemodule "github.com/lavanet/lava/x/epochstorage" - epochstoragemodulekeeper "github.com/lavanet/lava/x/epochstorage/keeper" - epochstoragemoduletypes "github.com/lavanet/lava/x/epochstorage/types" - pairingmodule "github.com/lavanet/lava/x/pairing" - pairingmoduleclient "github.com/lavanet/lava/x/pairing/client" - pairingmodulekeeper "github.com/lavanet/lava/x/pairing/keeper" - pairingmoduletypes "github.com/lavanet/lava/x/pairing/types" - plansmodule "github.com/lavanet/lava/x/plans" - plansmoduleclient "github.com/lavanet/lava/x/plans/client" - plansmodulekeeper "github.com/lavanet/lava/x/plans/keeper" - plansmoduletypes "github.com/lavanet/lava/x/plans/types" - projectsmodule "github.com/lavanet/lava/x/projects" - projectsmodulekeeper "github.com/lavanet/lava/x/projects/keeper" - projectsmoduletypes "github.com/lavanet/lava/x/projects/types" - protocolmodule "github.com/lavanet/lava/x/protocol" - protocolmoduleclient "github.com/lavanet/lava/x/protocol/client/cli" - protocolmodulekeeper "github.com/lavanet/lava/x/protocol/keeper" - protocolmoduletypes "github.com/lavanet/lava/x/protocol/types" - rewardsmodule "github.com/lavanet/lava/x/rewards" - rewardsmoduleclient "github.com/lavanet/lava/x/rewards/client/cli" - rewardsmodulekeeper "github.com/lavanet/lava/x/rewards/keeper" - rewardsmoduletypes "github.com/lavanet/lava/x/rewards/types" - specmodule "github.com/lavanet/lava/x/spec" - specmoduleclient "github.com/lavanet/lava/x/spec/client" - specmodulekeeper "github.com/lavanet/lava/x/spec/keeper" - specmoduletypes "github.com/lavanet/lava/x/spec/types" - subscriptionmodule "github.com/lavanet/lava/x/subscription" - subscriptionmodulekeeper "github.com/lavanet/lava/x/subscription/keeper" - subscriptionmoduletypes "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/app/keepers" + appparams "github.com/lavanet/lava/v2/app/params" + "github.com/lavanet/lava/v2/app/upgrades" + "github.com/lavanet/lava/v2/docs" + conflictmodule "github.com/lavanet/lava/v2/x/conflict" + conflictmodulekeeper "github.com/lavanet/lava/v2/x/conflict/keeper" + conflictmoduletypes "github.com/lavanet/lava/v2/x/conflict/types" + downtimemodule "github.com/lavanet/lava/v2/x/downtime" + downtimemodulekeeper "github.com/lavanet/lava/v2/x/downtime/keeper" + downtimemoduletypes "github.com/lavanet/lava/v2/x/downtime/types" + dualstakingmodule "github.com/lavanet/lava/v2/x/dualstaking" + dualstakingmodulekeeper "github.com/lavanet/lava/v2/x/dualstaking/keeper" + dualstakingmoduletypes "github.com/lavanet/lava/v2/x/dualstaking/types" + epochstoragemodule "github.com/lavanet/lava/v2/x/epochstorage" + epochstoragemodulekeeper "github.com/lavanet/lava/v2/x/epochstorage/keeper" + epochstoragemoduletypes "github.com/lavanet/lava/v2/x/epochstorage/types" + pairingmodule "github.com/lavanet/lava/v2/x/pairing" + pairingmoduleclient "github.com/lavanet/lava/v2/x/pairing/client" + pairingmodulekeeper "github.com/lavanet/lava/v2/x/pairing/keeper" + pairingmoduletypes "github.com/lavanet/lava/v2/x/pairing/types" + plansmodule "github.com/lavanet/lava/v2/x/plans" + plansmoduleclient "github.com/lavanet/lava/v2/x/plans/client" + plansmodulekeeper "github.com/lavanet/lava/v2/x/plans/keeper" + plansmoduletypes "github.com/lavanet/lava/v2/x/plans/types" + projectsmodule "github.com/lavanet/lava/v2/x/projects" + projectsmodulekeeper "github.com/lavanet/lava/v2/x/projects/keeper" + projectsmoduletypes "github.com/lavanet/lava/v2/x/projects/types" + protocolmodule "github.com/lavanet/lava/v2/x/protocol" + protocolmoduleclient "github.com/lavanet/lava/v2/x/protocol/client/cli" + protocolmodulekeeper "github.com/lavanet/lava/v2/x/protocol/keeper" + protocolmoduletypes "github.com/lavanet/lava/v2/x/protocol/types" + rewardsmodule "github.com/lavanet/lava/v2/x/rewards" + rewardsmoduleclient "github.com/lavanet/lava/v2/x/rewards/client/cli" + rewardsmodulekeeper "github.com/lavanet/lava/v2/x/rewards/keeper" + rewardsmoduletypes "github.com/lavanet/lava/v2/x/rewards/types" + specmodule "github.com/lavanet/lava/v2/x/spec" + specmoduleclient "github.com/lavanet/lava/v2/x/spec/client" + specmodulekeeper "github.com/lavanet/lava/v2/x/spec/keeper" + specmoduletypes "github.com/lavanet/lava/v2/x/spec/types" + subscriptionmodule "github.com/lavanet/lava/v2/x/subscription" + subscriptionmodulekeeper "github.com/lavanet/lava/v2/x/subscription/keeper" + subscriptionmoduletypes "github.com/lavanet/lava/v2/x/subscription/types" "github.com/spf13/cast" // this line is used by starport scaffolding # stargate/app/moduleImport ) diff --git a/app/encoding.go b/app/encoding.go index 033ce7958e..a44169894e 100644 --- a/app/encoding.go +++ b/app/encoding.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/std" "github.com/cosmos/cosmos-sdk/x/auth/tx" - "github.com/lavanet/lava/app/params" + "github.com/lavanet/lava/v2/app/params" ) // makeEncodingConfig creates an EncodingConfig for an amino based test configuration. diff --git a/app/keepers/lavaKeepers.go b/app/keepers/lavaKeepers.go index 231f63b36a..f6eb0e9851 100644 --- a/app/keepers/lavaKeepers.go +++ b/app/keepers/lavaKeepers.go @@ -20,19 +20,19 @@ import ( icahostkeeper "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/host/keeper" ibctransferkeeper "github.com/cosmos/ibc-go/v7/modules/apps/transfer/keeper" ibckeeper "github.com/cosmos/ibc-go/v7/modules/core/keeper" - conflictmodulekeeper "github.com/lavanet/lava/x/conflict/keeper" - downtimemodulekeeper "github.com/lavanet/lava/x/downtime/keeper" - dualstakingmodulekeeper "github.com/lavanet/lava/x/dualstaking/keeper" - epochstoragemodulekeeper "github.com/lavanet/lava/x/epochstorage/keeper" - fixationkeeper "github.com/lavanet/lava/x/fixationstore/keeper" - pairingmodulekeeper "github.com/lavanet/lava/x/pairing/keeper" - plansmodulekeeper "github.com/lavanet/lava/x/plans/keeper" - projectsmodulekeeper "github.com/lavanet/lava/x/projects/keeper" - protocolmodulekeeper "github.com/lavanet/lava/x/protocol/keeper" - rewardsmodulekeeper "github.com/lavanet/lava/x/rewards/keeper" - specmodulekeeper "github.com/lavanet/lava/x/spec/keeper" - subscriptionmodulekeeper "github.com/lavanet/lava/x/subscription/keeper" - timerstorekeeper "github.com/lavanet/lava/x/timerstore/keeper" + conflictmodulekeeper "github.com/lavanet/lava/v2/x/conflict/keeper" + downtimemodulekeeper "github.com/lavanet/lava/v2/x/downtime/keeper" + dualstakingmodulekeeper "github.com/lavanet/lava/v2/x/dualstaking/keeper" + epochstoragemodulekeeper "github.com/lavanet/lava/v2/x/epochstorage/keeper" + fixationkeeper "github.com/lavanet/lava/v2/x/fixationstore/keeper" + pairingmodulekeeper "github.com/lavanet/lava/v2/x/pairing/keeper" + plansmodulekeeper "github.com/lavanet/lava/v2/x/plans/keeper" + projectsmodulekeeper "github.com/lavanet/lava/v2/x/projects/keeper" + protocolmodulekeeper "github.com/lavanet/lava/v2/x/protocol/keeper" + rewardsmodulekeeper "github.com/lavanet/lava/v2/x/rewards/keeper" + specmodulekeeper "github.com/lavanet/lava/v2/x/spec/keeper" + subscriptionmodulekeeper "github.com/lavanet/lava/v2/x/subscription/keeper" + timerstorekeeper "github.com/lavanet/lava/v2/x/timerstore/keeper" // this line is used by starport scaffolding # stargate/app/moduleImport ) diff --git a/app/simulation_test.go b/app/simulation_test.go index 697af241fd..1d592fef78 100644 --- a/app/simulation_test.go +++ b/app/simulation_test.go @@ -13,7 +13,7 @@ import ( "github.com/cosmos/cosmos-sdk/x/simulation" "github.com/cosmos/cosmos-sdk/x/simulation/client/cli" "github.com/cosmos/ibc-go/v7/testing/simapp" - "github.com/lavanet/lava/app" + "github.com/lavanet/lava/v2/app" "github.com/stretchr/testify/require" ) diff --git a/app/upgrades/empty_upgrades.go b/app/upgrades/empty_upgrades.go index 571e1275d1..948b10d346 100644 --- a/app/upgrades/empty_upgrades.go +++ b/app/upgrades/empty_upgrades.go @@ -11,12 +11,12 @@ import ( packetforwardtypes "github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7/packetforward/types" icacontrollertypes "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/controller/types" icahosttypes "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/host/types" - "github.com/lavanet/lava/app/keepers" - v1 "github.com/lavanet/lava/x/downtime/v1" - dualstakingtypes "github.com/lavanet/lava/x/dualstaking/types" - fixationtypes "github.com/lavanet/lava/x/fixationstore/types" - protocoltypes "github.com/lavanet/lava/x/protocol/types" - rewardstypes "github.com/lavanet/lava/x/rewards/types" + "github.com/lavanet/lava/v2/app/keepers" + v1 "github.com/lavanet/lava/v2/x/downtime/v1" + dualstakingtypes "github.com/lavanet/lava/v2/x/dualstaking/types" + fixationtypes "github.com/lavanet/lava/v2/x/fixationstore/types" + protocoltypes "github.com/lavanet/lava/v2/x/protocol/types" + rewardstypes "github.com/lavanet/lava/v2/x/rewards/types" ) func defaultUpgradeHandler( diff --git a/app/upgrades/types.go b/app/upgrades/types.go index 3c7ca7d623..539f8da374 100644 --- a/app/upgrades/types.go +++ b/app/upgrades/types.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" - "github.com/lavanet/lava/app/keepers" + "github.com/lavanet/lava/v2/app/keepers" ) type BaseAppParamManager interface { diff --git a/app/upgrades/upgrade_0_32_0.go b/app/upgrades/upgrade_0_32_0.go index 7f4daecfdb..6264984138 100644 --- a/app/upgrades/upgrade_0_32_0.go +++ b/app/upgrades/upgrade_0_32_0.go @@ -8,9 +8,9 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" "github.com/cosmos/cosmos-sdk/x/bank/types" upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" - "github.com/lavanet/lava/app/keepers" - dualstakingtypes "github.com/lavanet/lava/x/dualstaking/types" - rewardstypes "github.com/lavanet/lava/x/rewards/types" + "github.com/lavanet/lava/v2/app/keepers" + dualstakingtypes "github.com/lavanet/lava/v2/x/dualstaking/types" + rewardstypes "github.com/lavanet/lava/v2/x/rewards/types" ) func v0_32_0_UpgradeHandler( diff --git a/app/upgrades/upgrade_0_35_0.go b/app/upgrades/upgrade_0_35_0.go index f3805afbdc..183adbd2d2 100644 --- a/app/upgrades/upgrade_0_35_0.go +++ b/app/upgrades/upgrade_0_35_0.go @@ -6,9 +6,9 @@ import ( upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" "github.com/cosmos/gogoproto/proto" ibctypes "github.com/cosmos/ibc-go/v7/modules/core/02-client/types" - "github.com/lavanet/lava/app/keepers" - protocoltypes "github.com/lavanet/lava/x/protocol/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/app/keepers" + protocoltypes "github.com/lavanet/lava/v2/x/protocol/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" ) func v_35_0( diff --git a/cmd/common/warning_log_command_wrapper.go b/cmd/common/warning_log_command_wrapper.go index c7ff220dc2..255ff1806b 100644 --- a/cmd/common/warning_log_command_wrapper.go +++ b/cmd/common/warning_log_command_wrapper.go @@ -1,7 +1,7 @@ package common import ( - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/utils" "github.com/spf13/cobra" ) diff --git a/cmd/lavad/cmd/config.go b/cmd/lavad/cmd/config.go index 873167f69a..badaa2588e 100644 --- a/cmd/lavad/cmd/config.go +++ b/cmd/lavad/cmd/config.go @@ -3,7 +3,7 @@ package cmd import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/app" + "github.com/lavanet/lava/v2/app" ) func InitSDKConfig() { diff --git a/cmd/lavad/cmd/root.go b/cmd/lavad/cmd/root.go index 9a832113b4..7ad8854f53 100644 --- a/cmd/lavad/cmd/root.go +++ b/cmd/lavad/cmd/root.go @@ -34,17 +34,17 @@ import ( banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" "github.com/cosmos/cosmos-sdk/x/crisis" genutilcli "github.com/cosmos/cosmos-sdk/x/genutil/client/cli" - cmdcommon "github.com/lavanet/lava/cmd/common" - "github.com/lavanet/lava/utils" - protocoltypes "github.com/lavanet/lava/x/protocol/types" + cmdcommon "github.com/lavanet/lava/v2/cmd/common" + "github.com/lavanet/lava/v2/utils" + protocoltypes "github.com/lavanet/lava/v2/x/protocol/types" "github.com/spf13/cast" "github.com/spf13/cobra" "github.com/spf13/pflag" // this line is used by starport scaffolding # root/moduleImport - "github.com/lavanet/lava/app" - appparams "github.com/lavanet/lava/app/params" + "github.com/lavanet/lava/v2/app" + appparams "github.com/lavanet/lava/v2/app/params" ) // NewRootCmd creates a new root command for a Cosmos SDK application diff --git a/cmd/lavad/main.go b/cmd/lavad/main.go index d3c623b3f1..f1e3988527 100644 --- a/cmd/lavad/main.go +++ b/cmd/lavad/main.go @@ -8,14 +8,14 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/server" svrcmd "github.com/cosmos/cosmos-sdk/server/cmd" - "github.com/lavanet/lava/app" - cmdcommon "github.com/lavanet/lava/cmd/common" - "github.com/lavanet/lava/cmd/lavad/cmd" - "github.com/lavanet/lava/protocol/badgegenerator" - "github.com/lavanet/lava/protocol/rpcconsumer" - "github.com/lavanet/lava/protocol/rpcprovider" - "github.com/lavanet/lava/protocol/statetracker" - utilscli "github.com/lavanet/lava/utils/cli" + "github.com/lavanet/lava/v2/app" + cmdcommon "github.com/lavanet/lava/v2/cmd/common" + "github.com/lavanet/lava/v2/cmd/lavad/cmd" + "github.com/lavanet/lava/v2/protocol/badgegenerator" + "github.com/lavanet/lava/v2/protocol/rpcconsumer" + "github.com/lavanet/lava/v2/protocol/rpcprovider" + "github.com/lavanet/lava/v2/protocol/statetracker" + utilscli "github.com/lavanet/lava/v2/utils/cli" "github.com/spf13/cobra" ) diff --git a/cmd/lavap/main.go b/cmd/lavap/main.go index 4df2557aca..7a198e9a3b 100644 --- a/cmd/lavap/main.go +++ b/cmd/lavap/main.go @@ -9,18 +9,18 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/server" svrcmd "github.com/cosmos/cosmos-sdk/server/cmd" - "github.com/lavanet/lava/app" - "github.com/lavanet/lava/cmd/lavad/cmd" - "github.com/lavanet/lava/ecosystem/cache" - "github.com/lavanet/lava/protocol/badgegenerator" - "github.com/lavanet/lava/protocol/badgeserver" - "github.com/lavanet/lava/protocol/monitoring" - "github.com/lavanet/lava/protocol/performance/connection" - validators "github.com/lavanet/lava/protocol/performance/validators" - "github.com/lavanet/lava/protocol/rpcconsumer" - "github.com/lavanet/lava/protocol/rpcprovider" - "github.com/lavanet/lava/protocol/statetracker" - "github.com/lavanet/lava/protocol/upgrade" + "github.com/lavanet/lava/v2/app" + "github.com/lavanet/lava/v2/cmd/lavad/cmd" + "github.com/lavanet/lava/v2/ecosystem/cache" + "github.com/lavanet/lava/v2/protocol/badgegenerator" + "github.com/lavanet/lava/v2/protocol/badgeserver" + "github.com/lavanet/lava/v2/protocol/monitoring" + "github.com/lavanet/lava/v2/protocol/performance/connection" + validators "github.com/lavanet/lava/v2/protocol/performance/validators" + "github.com/lavanet/lava/v2/protocol/rpcconsumer" + "github.com/lavanet/lava/v2/protocol/rpcprovider" + "github.com/lavanet/lava/v2/protocol/statetracker" + "github.com/lavanet/lava/v2/protocol/upgrade" "github.com/spf13/cobra" ) diff --git a/cmd/lavavisor/main.go b/cmd/lavavisor/main.go index 846473badf..34b5c801e0 100644 --- a/cmd/lavavisor/main.go +++ b/cmd/lavavisor/main.go @@ -6,10 +6,10 @@ import ( "github.com/cosmos/cosmos-sdk/server" svrcmd "github.com/cosmos/cosmos-sdk/server/cmd" - "github.com/lavanet/lava/app" - "github.com/lavanet/lava/cmd/lavad/cmd" - lvcmd "github.com/lavanet/lava/ecosystem/lavavisor/cmd" - "github.com/lavanet/lava/protocol/upgrade" + "github.com/lavanet/lava/v2/app" + "github.com/lavanet/lava/v2/cmd/lavad/cmd" + lvcmd "github.com/lavanet/lava/v2/ecosystem/lavavisor/cmd" + "github.com/lavanet/lava/v2/protocol/upgrade" "github.com/spf13/cobra" ) diff --git a/ecosystem/cache/cache_test.go b/ecosystem/cache/cache_test.go index 6c1620038f..3f6e763a4e 100644 --- a/ecosystem/cache/cache_test.go +++ b/ecosystem/cache/cache_test.go @@ -8,12 +8,12 @@ import ( "testing" "time" - "github.com/lavanet/lava/ecosystem/cache" - "github.com/lavanet/lava/ecosystem/cache/format" - "github.com/lavanet/lava/protocol/chainlib" - "github.com/lavanet/lava/utils" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/ecosystem/cache" + "github.com/lavanet/lava/v2/ecosystem/cache/format" + "github.com/lavanet/lava/v2/protocol/chainlib" + "github.com/lavanet/lava/v2/utils" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "github.com/stretchr/testify/require" "github.com/tidwall/gjson" ) diff --git a/ecosystem/cache/command.go b/ecosystem/cache/command.go index 17e8ccd476..6a5c9972dd 100644 --- a/ecosystem/cache/command.go +++ b/ecosystem/cache/command.go @@ -3,7 +3,7 @@ package cache import ( "context" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/utils" "github.com/rs/zerolog" "github.com/spf13/cobra" ) diff --git a/ecosystem/cache/format/formatter.go b/ecosystem/cache/format/formatter.go index 1075956221..1e886ecf2d 100644 --- a/ecosystem/cache/format/formatter.go +++ b/ecosystem/cache/format/formatter.go @@ -1,7 +1,7 @@ package format import ( - spectypes "github.com/lavanet/lava/x/spec/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" ) // input formatter works on the input data diff --git a/ecosystem/cache/format/formatter_test.go b/ecosystem/cache/format/formatter_test.go index b457b83d8d..8650813279 100644 --- a/ecosystem/cache/format/formatter_test.go +++ b/ecosystem/cache/format/formatter_test.go @@ -3,7 +3,7 @@ package format import ( "testing" - spectypes "github.com/lavanet/lava/x/spec/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "github.com/stretchr/testify/require" ) diff --git a/ecosystem/cache/format/jsonrpc.go b/ecosystem/cache/format/jsonrpc.go index 9c84a64bdc..1eef0021a3 100644 --- a/ecosystem/cache/format/jsonrpc.go +++ b/ecosystem/cache/format/jsonrpc.go @@ -3,7 +3,7 @@ package format import ( "encoding/json" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/utils" "github.com/tidwall/gjson" "github.com/tidwall/sjson" ) diff --git a/ecosystem/cache/handlers.go b/ecosystem/cache/handlers.go index b7e3d23a9e..9d4c3a3f73 100644 --- a/ecosystem/cache/handlers.go +++ b/ecosystem/cache/handlers.go @@ -13,12 +13,12 @@ import ( sdkerrors "cosmossdk.io/errors" "github.com/dgraph-io/ristretto" - "github.com/lavanet/lava/protocol/lavaprotocol" - "github.com/lavanet/lava/protocol/parser" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/lavaslices" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/protocol/lavaprotocol" + "github.com/lavanet/lava/v2/protocol/parser" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/lavaslices" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" emptypb "google.golang.org/protobuf/types/known/emptypb" ) diff --git a/ecosystem/cache/metrics.go b/ecosystem/cache/metrics.go index 0bd50813c6..57f1a72e6d 100644 --- a/ecosystem/cache/metrics.go +++ b/ecosystem/cache/metrics.go @@ -4,8 +4,8 @@ import ( "net/http" "sync" - "github.com/lavanet/lava/utils" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/utils" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promhttp" ) diff --git a/ecosystem/cache/server.go b/ecosystem/cache/server.go index e8e9aa00b1..53fcce34b2 100644 --- a/ecosystem/cache/server.go +++ b/ecosystem/cache/server.go @@ -11,13 +11,13 @@ import ( "syscall" "time" - "github.com/lavanet/lava/protocol/chainlib/chainproxy" - "github.com/lavanet/lava/utils/lavaslices" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy" + "github.com/lavanet/lava/v2/utils/lavaslices" "github.com/dgraph-io/ristretto" "github.com/improbable-eng/grpc-web/go/grpcweb" - "github.com/lavanet/lava/utils" - pairingtypes "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/utils" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" "github.com/spf13/pflag" "golang.org/x/net/http2" "golang.org/x/net/http2/h2c" diff --git a/ecosystem/lavavisor/cmd/create-service.go b/ecosystem/lavavisor/cmd/create-service.go index b0daccd2f1..3378208f40 100644 --- a/ecosystem/lavavisor/cmd/create-service.go +++ b/ecosystem/lavavisor/cmd/create-service.go @@ -9,12 +9,12 @@ import ( "strings" "github.com/cosmos/cosmos-sdk/client/flags" - processmanager "github.com/lavanet/lava/ecosystem/lavavisor/pkg/process" - lvutil "github.com/lavanet/lava/ecosystem/lavavisor/pkg/util" - "github.com/lavanet/lava/protocol/chainlib/chainproxy" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/utils" + processmanager "github.com/lavanet/lava/v2/ecosystem/lavavisor/pkg/process" + lvutil "github.com/lavanet/lava/v2/ecosystem/lavavisor/pkg/util" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/utils" "github.com/spf13/cobra" "github.com/spf13/viper" ) diff --git a/ecosystem/lavavisor/cmd/init.go b/ecosystem/lavavisor/cmd/init.go index af401cc366..35c8fe9eb3 100644 --- a/ecosystem/lavavisor/cmd/init.go +++ b/ecosystem/lavavisor/cmd/init.go @@ -7,11 +7,11 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" - "github.com/lavanet/lava/app" - processmanager "github.com/lavanet/lava/ecosystem/lavavisor/pkg/process" - lvstatetracker "github.com/lavanet/lava/ecosystem/lavavisor/pkg/state" - "github.com/lavanet/lava/protocol/chainlib" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/app" + processmanager "github.com/lavanet/lava/v2/ecosystem/lavavisor/pkg/process" + lvstatetracker "github.com/lavanet/lava/v2/ecosystem/lavavisor/pkg/state" + "github.com/lavanet/lava/v2/protocol/chainlib" + "github.com/lavanet/lava/v2/utils" "github.com/spf13/cobra" ) diff --git a/ecosystem/lavavisor/cmd/pod.go b/ecosystem/lavavisor/cmd/pod.go index fd721e182c..42c4d3c16c 100644 --- a/ecosystem/lavavisor/cmd/pod.go +++ b/ecosystem/lavavisor/cmd/pod.go @@ -8,12 +8,12 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" - "github.com/lavanet/lava/app" - processmanager "github.com/lavanet/lava/ecosystem/lavavisor/pkg/process" - lvstatetracker "github.com/lavanet/lava/ecosystem/lavavisor/pkg/state" - "github.com/lavanet/lava/protocol/chainlib" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/rand" + "github.com/lavanet/lava/v2/app" + processmanager "github.com/lavanet/lava/v2/ecosystem/lavavisor/pkg/process" + lvstatetracker "github.com/lavanet/lava/v2/ecosystem/lavavisor/pkg/state" + "github.com/lavanet/lava/v2/protocol/chainlib" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/rand" "github.com/spf13/cobra" ) diff --git a/ecosystem/lavavisor/cmd/start.go b/ecosystem/lavavisor/cmd/start.go index 59c40a182c..adc2cc6e76 100644 --- a/ecosystem/lavavisor/cmd/start.go +++ b/ecosystem/lavavisor/cmd/start.go @@ -14,16 +14,16 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" - "github.com/lavanet/lava/app" - processmanager "github.com/lavanet/lava/ecosystem/lavavisor/pkg/process" - lvstatetracker "github.com/lavanet/lava/ecosystem/lavavisor/pkg/state" - lvutil "github.com/lavanet/lava/ecosystem/lavavisor/pkg/util" - "github.com/lavanet/lava/utils/rand" - - "github.com/lavanet/lava/protocol/chainlib" - "github.com/lavanet/lava/protocol/statetracker/updaters" - "github.com/lavanet/lava/utils" - protocoltypes "github.com/lavanet/lava/x/protocol/types" + "github.com/lavanet/lava/v2/app" + processmanager "github.com/lavanet/lava/v2/ecosystem/lavavisor/pkg/process" + lvstatetracker "github.com/lavanet/lava/v2/ecosystem/lavavisor/pkg/state" + lvutil "github.com/lavanet/lava/v2/ecosystem/lavavisor/pkg/util" + "github.com/lavanet/lava/v2/utils/rand" + + "github.com/lavanet/lava/v2/protocol/chainlib" + "github.com/lavanet/lava/v2/protocol/statetracker/updaters" + "github.com/lavanet/lava/v2/utils" + protocoltypes "github.com/lavanet/lava/v2/x/protocol/types" "github.com/spf13/cobra" "gopkg.in/yaml.v2" ) diff --git a/ecosystem/lavavisor/cmd/wrap.go b/ecosystem/lavavisor/cmd/wrap.go index 516801e2e4..234827e0ff 100644 --- a/ecosystem/lavavisor/cmd/wrap.go +++ b/ecosystem/lavavisor/cmd/wrap.go @@ -8,12 +8,12 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" - "github.com/lavanet/lava/app" - processmanager "github.com/lavanet/lava/ecosystem/lavavisor/pkg/process" - lvstatetracker "github.com/lavanet/lava/ecosystem/lavavisor/pkg/state" - "github.com/lavanet/lava/protocol/chainlib" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/rand" + "github.com/lavanet/lava/v2/app" + processmanager "github.com/lavanet/lava/v2/ecosystem/lavavisor/pkg/process" + lvstatetracker "github.com/lavanet/lava/v2/ecosystem/lavavisor/pkg/state" + "github.com/lavanet/lava/v2/protocol/chainlib" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/rand" "github.com/spf13/cobra" "golang.org/x/term" ) diff --git a/ecosystem/lavavisor/pkg/process/fetcher.go b/ecosystem/lavavisor/pkg/process/fetcher.go index 8f5bab0a80..1fb067777e 100644 --- a/ecosystem/lavavisor/pkg/process/fetcher.go +++ b/ecosystem/lavavisor/pkg/process/fetcher.go @@ -10,9 +10,9 @@ import ( "runtime" "strings" - lvutil "github.com/lavanet/lava/ecosystem/lavavisor/pkg/util" - "github.com/lavanet/lava/utils" - protocoltypes "github.com/lavanet/lava/x/protocol/types" + lvutil "github.com/lavanet/lava/v2/ecosystem/lavavisor/pkg/util" + "github.com/lavanet/lava/v2/utils" + protocoltypes "github.com/lavanet/lava/v2/x/protocol/types" ) type ProtocolBinaryFetcher struct { @@ -196,7 +196,7 @@ func (pbf *ProtocolBinaryFetcher) downloadAndBuildFromGithub(version, versionDir return utils.LavaFormatError("[Lavavisor] failed to clean up binary directory", err) } // URL might need to be updated based on the actual GitHub repository - url := fmt.Sprintf("https://github.com/lavanet/lava/archive/refs/tags/v%s.zip", version) + url := fmt.Sprintf("https://github.com/lavanet/lava/v2/archive/refs/tags/v%s.zip", version) utils.LavaFormatInfo("[Lavavisor] Fetching the source from: ", utils.Attribute{Key: "URL", Value: url}) // Send the request diff --git a/ecosystem/lavavisor/pkg/process/fetcher_without_build.go b/ecosystem/lavavisor/pkg/process/fetcher_without_build.go index e9011e6c3f..ef46749694 100644 --- a/ecosystem/lavavisor/pkg/process/fetcher_without_build.go +++ b/ecosystem/lavavisor/pkg/process/fetcher_without_build.go @@ -7,9 +7,9 @@ import ( "os" "path/filepath" - lvutil "github.com/lavanet/lava/ecosystem/lavavisor/pkg/util" - "github.com/lavanet/lava/utils" - protocoltypes "github.com/lavanet/lava/x/protocol/types" + lvutil "github.com/lavanet/lava/v2/ecosystem/lavavisor/pkg/util" + "github.com/lavanet/lava/v2/utils" + protocoltypes "github.com/lavanet/lava/v2/x/protocol/types" ) type ProtocolBinaryFetcherWithoutBuild struct { @@ -168,7 +168,7 @@ func (pbf *ProtocolBinaryFetcherWithoutBuild) downloadBinaryFromGithub(version, return utils.LavaFormatError("[Lavavisor] failed to clean up binary directory", err) } // URL might need to be updated based on the actual GitHub repository - url := fmt.Sprintf("https://github.com/lavanet/lava/releases/download/v%s/lavap-v%s-linux-amd64", version, version) + url := fmt.Sprintf("https://github.com/lavanet/lava/v2/releases/download/v%s/lavap-v%s-linux-amd64", version, version) utils.LavaFormatInfo("[Lavavisor] Fetching the source from: ", utils.Attribute{Key: "URL", Value: url}) // Send the request resp, err := http.Get(url) diff --git a/ecosystem/lavavisor/pkg/process/linker.go b/ecosystem/lavavisor/pkg/process/linker.go index dbf6e2b0a5..79a6c7f790 100644 --- a/ecosystem/lavavisor/pkg/process/linker.go +++ b/ecosystem/lavavisor/pkg/process/linker.go @@ -5,7 +5,7 @@ import ( "os/exec" "strings" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/utils" ) // TODOs: diff --git a/ecosystem/lavavisor/pkg/process/process_manager.go b/ecosystem/lavavisor/pkg/process/process_manager.go index 56a99a6d13..fea22ca506 100644 --- a/ecosystem/lavavisor/pkg/process/process_manager.go +++ b/ecosystem/lavavisor/pkg/process/process_manager.go @@ -7,9 +7,9 @@ import ( "os/user" "strings" - protocolVersion "github.com/lavanet/lava/protocol/upgrade" - "github.com/lavanet/lava/utils" - protocoltypes "github.com/lavanet/lava/x/protocol/types" + protocolVersion "github.com/lavanet/lava/v2/protocol/upgrade" + "github.com/lavanet/lava/v2/utils" + protocoltypes "github.com/lavanet/lava/v2/x/protocol/types" ) func ReloadDaemon() error { diff --git a/ecosystem/lavavisor/pkg/process/version_monitor.go b/ecosystem/lavavisor/pkg/process/version_monitor.go index ce39e2bfd3..5cf2ee8633 100644 --- a/ecosystem/lavavisor/pkg/process/version_monitor.go +++ b/ecosystem/lavavisor/pkg/process/version_monitor.go @@ -12,10 +12,10 @@ import ( "syscall" "time" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/protocol/statetracker/updaters" - "github.com/lavanet/lava/utils" - protocoltypes "github.com/lavanet/lava/x/protocol/types" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/protocol/statetracker/updaters" + "github.com/lavanet/lava/v2/utils" + protocoltypes "github.com/lavanet/lava/v2/x/protocol/types" ) type ProtocolBinaryFetcherInf interface { diff --git a/ecosystem/lavavisor/pkg/state/lavavisor_state_tracker.go b/ecosystem/lavavisor/pkg/state/lavavisor_state_tracker.go index 5283acf68b..d6689b0dd5 100644 --- a/ecosystem/lavavisor/pkg/state/lavavisor_state_tracker.go +++ b/ecosystem/lavavisor/pkg/state/lavavisor_state_tracker.go @@ -6,12 +6,12 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/tx" - "github.com/lavanet/lava/protocol/chaintracker" - "github.com/lavanet/lava/protocol/statetracker" - "github.com/lavanet/lava/protocol/statetracker/updaters" - "github.com/lavanet/lava/utils" - protocoltypes "github.com/lavanet/lava/x/protocol/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/protocol/chaintracker" + "github.com/lavanet/lava/v2/protocol/statetracker" + "github.com/lavanet/lava/v2/protocol/statetracker/updaters" + "github.com/lavanet/lava/v2/utils" + protocoltypes "github.com/lavanet/lava/v2/x/protocol/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" ) // Lava visor doesn't require complicated state tracker, it just needs to periodically fetch the protocol version. diff --git a/ecosystem/lavavisor/pkg/util/common.go b/ecosystem/lavavisor/pkg/util/common.go index 4dc5832fe8..da55671e8f 100644 --- a/ecosystem/lavavisor/pkg/util/common.go +++ b/ecosystem/lavavisor/pkg/util/common.go @@ -8,7 +8,7 @@ import ( "path/filepath" "strings" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/utils" ) func ExpandTilde(path string) (string, error) { diff --git a/go.mod b/go.mod index 8a01ee3c69..1f4b3512a5 100644 --- a/go.mod +++ b/go.mod @@ -1,10 +1,9 @@ -module github.com/lavanet/lava +module github.com/lavanet/lava/v2 go 1.20 require ( github.com/99designs/keyring v1.2.1 // indirect - github.com/btcsuite/btcd v0.23.2 github.com/cometbft/cometbft v0.37.4 github.com/cometbft/cometbft-db v0.8.0 github.com/confio/ics23/go v0.9.0 // indirect @@ -28,6 +27,7 @@ require ( require ( cosmossdk.io/errors v1.0.1 cosmossdk.io/math v1.3.0 + github.com/btcsuite/btcd/btcec/v2 v2.3.2 github.com/cosmos/cosmos-proto v1.0.0-beta.4 github.com/cosmos/gogoproto v1.4.10 github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7 v7.1.3 @@ -61,16 +61,8 @@ require ( cosmossdk.io/log v1.3.1 // indirect cosmossdk.io/tools/rosetta v0.2.1 // indirect github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect - github.com/aead/siphash v1.0.1 // indirect github.com/aws/aws-sdk-go v1.44.203 // indirect github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect - github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect - github.com/btcsuite/btcd/btcutil v1.1.2 // indirect - github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect - github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f // indirect - github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd // indirect - github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792 // indirect - github.com/btcsuite/winsvc v1.0.0 // indirect github.com/bufbuild/protocompile v0.4.0 // indirect github.com/cenkalti/backoff/v4 v4.1.3 // indirect github.com/chzyer/readline v1.5.1 // indirect @@ -82,9 +74,7 @@ require ( github.com/cosmos/ics23/go v0.10.0 // indirect github.com/cosmos/rosetta-sdk-go v0.10.0 // indirect github.com/creachadair/taskgroup v0.4.2 // indirect - github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect - github.com/decred/dcrd/lru v1.0.0 // indirect github.com/getsentry/sentry-go v0.23.0 // indirect github.com/go-logr/logr v1.2.4 // indirect github.com/go-logr/stdr v1.2.2 // indirect @@ -103,10 +93,7 @@ require ( github.com/hashicorp/go-version v1.6.0 // indirect github.com/huandu/skiplist v1.2.0 // indirect github.com/iancoleman/orderedmap v0.2.0 // indirect - github.com/jessevdk/go-flags v1.4.0 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect - github.com/jrick/logrotate v1.0.0 // indirect - github.com/kkdai/bstream v0.0.0-20161212061736-f391b8402d23 // indirect github.com/kr/pretty v0.3.1 // indirect github.com/kr/text v0.2.0 // indirect github.com/linxGnu/grocksdb v1.7.16 // indirect diff --git a/go.sum b/go.sum index c41eb348d0..59e78532cf 100644 --- a/go.sum +++ b/go.sum @@ -223,7 +223,6 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03 github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= github.com/ChainSafe/go-schnorrkel v1.0.0 h1:3aDA67lAykLaG1y3AOjs88dMxC88PgUuHRrLeDnvGIM= github.com/ChainSafe/go-schnorrkel v1.0.0/go.mod h1:dpzHYVxLZcp8pjlV+O+UR8K0Hp/z7vcchBSbMBEhCw4= -github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53/go.mod h1:+3IMCy2vIlbG1XG/0ggNQv0SvxCAIpPM5b1nCz56Xno= github.com/DATA-DOG/go-sqlmock v1.3.3/go.mod h1:f/Ixk793poVmq4qj/V1dPUg2JEAKC73Q5eFN3EC/SaM= github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ= github.com/DataDog/zstd v1.5.0/go.mod h1:g4AWEaM3yOg3HYfnJ3YIawPnVdXJh9QME85blwSAmyw= @@ -243,7 +242,6 @@ github.com/VividCortex/gohistogram v1.0.0 h1:6+hBz+qvs0JOrrNhhmR7lFxo5sINxBCGXrd github.com/VividCortex/gohistogram v1.0.0/go.mod h1:Pf5mBqqDxYaXu3hDrrU+w6nw50o/4+TcAqDqk/vUH7g= github.com/Zilliqa/gozilliqa-sdk v1.2.1-0.20201201074141-dd0ecada1be6/go.mod h1:eSYp2T6f0apnuW8TzhV3f6Aff2SE8Dwio++U4ha4yEM= github.com/adlio/schema v1.3.3 h1:oBJn8I02PyTB466pZO1UZEn1TV5XLlifBSyMrmHl/1I= -github.com/aead/siphash v1.0.1 h1:FwHfE/T45KPKYuuSAKyyvE+oPWcaQ+CUmFW0bPlM+kg= github.com/aead/siphash v1.0.1/go.mod h1:Nywa3cDsYNNK3gaciGTWPwHt0wlpNV15vwmswBAUSII= github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5/go.mod h1:SkGFH1ia65gfNATL8TAiHDNxPzPdmEL5uirI2Uyuz6c= github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af/go.mod h1:K08gAheRH3/J6wwsYMMT4xOr94bZjxIelGM0+d/wbFw= @@ -297,41 +295,27 @@ github.com/boltdb/bolt v1.3.1/go.mod h1:clJnj/oiGkjum5o1McbSZDSLxVThjynRyGBgiAx2 github.com/btcsuite/btcd v0.0.0-20190315201642-aa6e0f35703c/go.mod h1:DrZx5ec/dmnfpw9KyYoQyYo7d0KEvTkk/5M/vbZjAr8= github.com/btcsuite/btcd v0.20.1-beta/go.mod h1:wVuoA8VJLEcwgqHBwHmzLRazpKxTv13Px/pDuV7OomQ= github.com/btcsuite/btcd v0.21.0-beta.0.20201114000516-e9c7a5ac6401/go.mod h1:Sv4JPQ3/M+teHz9Bo5jBpkNcP0x6r7rdihlNL/7tTAs= -github.com/btcsuite/btcd v0.22.0-beta.0.20220111032746-97732e52810c/go.mod h1:tjmYdS6MLJ5/s0Fj4DbLgSbDHbEqLJrtnHecBFkdz5M= +github.com/btcsuite/btcd v0.22.1 h1:CnwP9LM/M9xuRrGSCGeMVs9iv09uMqwsVX7EeIpgV2c= github.com/btcsuite/btcd v0.22.1/go.mod h1:wqgTSL29+50LRkmOVknEdmt8ZojIzhuWvgu/iptuN7Y= -github.com/btcsuite/btcd v0.22.2 h1:vBZ+lGGd1XubpOWO67ITJpAEsICWhA0YzqkcpkgNBfo= -github.com/btcsuite/btcd v0.22.2/go.mod h1:wqgTSL29+50LRkmOVknEdmt8ZojIzhuWvgu/iptuN7Y= -github.com/btcsuite/btcd v0.23.0/go.mod h1:0QJIIN1wwIXF/3G/m87gIwGniDMDQqjVn4SZgnFpsYY= -github.com/btcsuite/btcd v0.23.2 h1:/YOgUp25sdCnP5ho6Hl3s0E438zlX+Kak7E6TgBgoT0= -github.com/btcsuite/btcd v0.23.2/go.mod h1:0QJIIN1wwIXF/3G/m87gIwGniDMDQqjVn4SZgnFpsYY= -github.com/btcsuite/btcd/btcec/v2 v2.1.0/go.mod h1:2VzYrv4Gm4apmbVVsSq5bqf1Ec8v56E48Vt0Y/umPgA= github.com/btcsuite/btcd/btcec/v2 v2.1.2/go.mod h1:ctjw4H1kknNJmRN4iP1R7bTQ+v3GJkZBd6mui8ZsAZE= -github.com/btcsuite/btcd/btcec/v2 v2.1.3/go.mod h1:ctjw4H1kknNJmRN4iP1R7bTQ+v3GJkZBd6mui8ZsAZE= github.com/btcsuite/btcd/btcec/v2 v2.2.0/go.mod h1:U7MHm051Al6XmscBQ0BoNydpOTsFAn707034b5nY8zU= github.com/btcsuite/btcd/btcec/v2 v2.3.2 h1:5n0X6hX0Zk+6omWcihdYvdAlGf2DfasC0GMf7DClJ3U= github.com/btcsuite/btcd/btcec/v2 v2.3.2/go.mod h1:zYzJ8etWJQIv1Ogk7OzpWjowwOdXY1W/17j2MW85J04= -github.com/btcsuite/btcd/btcutil v1.0.0/go.mod h1:Uoxwv0pqYWhD//tfTiipkxNfdhG9UrLwaeswfjfdF0A= -github.com/btcsuite/btcd/btcutil v1.1.0/go.mod h1:5OapHB7A2hBBWLm48mmw4MOHNJCcUBTwmWH/0Jn8VHE= github.com/btcsuite/btcd/btcutil v1.1.2 h1:XLMbX8JQEiwMcYft2EGi8zPUkoa0abKIU6/BJSRsjzQ= -github.com/btcsuite/btcd/btcutil v1.1.2/go.mod h1:UR7dsSJzJUfMmFiiLlIrMq1lS9jh9EdCV7FStZSnpi0= github.com/btcsuite/btcd/chaincfg/chainhash v1.0.0/go.mod h1:7SFka0XMvUgj3hfZtydOrQY2mwhPclbT2snogU7SQQc= github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 h1:q0rUy8C/TYNBQS1+CGKw68tLOFYSNEs0TFnxxnS9+4U= github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1/go.mod h1:7SFka0XMvUgj3hfZtydOrQY2mwhPclbT2snogU7SQQc= -github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f h1:bAs4lUbRJpnnkd9VhRV3jjAVU7DJVjMaK+IsvSeZvFo= github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f/go.mod h1:TdznJufoqS23FtqVCzL0ZqgP5MqXbb4fg/WgDys70nA= github.com/btcsuite/btcutil v0.0.0-20190207003914-4c204d697803/go.mod h1:+5NJ2+qvTyV9exUAL/rxXi3DcLg2Ts+ymUAY5y4NvMg= github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d/go.mod h1:+5NJ2+qvTyV9exUAL/rxXi3DcLg2Ts+ymUAY5y4NvMg= github.com/btcsuite/btcutil v1.0.2/go.mod h1:j9HUFwoQRsZL3V4n+qG+CUnEGHOarIxfC3Le2Yhbcts= github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce/go.mod h1:0DVlHczLPewLcPGEIeUEzfOJhqGPQ0mJJRDBtD307+o= -github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd h1:R/opQEbFEy9JGkIguV40SvRY1uliPX8ifOvi6ICsFCw= github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd/go.mod h1:HHNXQzUsZCxOoE+CPiyCTO6x34Zs86zZUiwtpXoGdtg= github.com/btcsuite/goleveldb v0.0.0-20160330041536-7834afc9e8cd/go.mod h1:F+uVaaLLH7j4eDXPRvw78tMflu7Ie2bzYOH4Y8rRKBY= github.com/btcsuite/goleveldb v1.0.0/go.mod h1:QiK9vBlgftBg6rWQIj6wFzbPfRjiykIEhBH4obrXJ/I= github.com/btcsuite/snappy-go v0.0.0-20151229074030-0bdef8d06723/go.mod h1:8woku9dyThutzjeg+3xrA5iCpBRH8XEEg3lh6TiUghc= github.com/btcsuite/snappy-go v1.0.0/go.mod h1:8woku9dyThutzjeg+3xrA5iCpBRH8XEEg3lh6TiUghc= -github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792 h1:R8vQdOQdZ9Y3SkEwmHoWBmX1DNXhXZqlTpq6s4tyJGc= github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792/go.mod h1:ghJtEyQwv5/p4Mg4C0fgbePVuGr935/5ddU9Z3TmDRY= -github.com/btcsuite/winsvc v1.0.0 h1:J9B4L7e3oqhXOcm+2IuNApwzQec85lE+QaikUcCs+dk= github.com/btcsuite/winsvc v1.0.0/go.mod h1:jsenWakMcC0zFBFurPLEAyrnc/teJEM1O46fmI40EZs= github.com/bufbuild/protocompile v0.4.0 h1:LbFKd2XowZvQ/kajzguUp2DC9UEIQhIq77fZZlaQsNA= github.com/bufbuild/protocompile v0.4.0/go.mod h1:3v93+mbWn/v3xzN+31nwkJfrEpAUwp+BagBSZWx+TP8= @@ -377,7 +361,6 @@ github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1/go.mod h1:eXthEFrGJvWH github.com/cockroachdb/apd/v2 v2.0.2 h1:weh8u7Cneje73dDh+2tEVLUvyBc89iwepWCD8b8034E= github.com/cockroachdb/apd/v2 v2.0.2/go.mod h1:DDxRlzC2lo3/vSlmSoS7JkqbbrARPuFOGr0B9pvN3Gw= github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa/go.mod h1:zn76sxSg3SzpJ0PPJaLDCu+Bu0Lg3sKTORVIj19EIF8= -github.com/cockroachdb/datadriven v1.0.2/go.mod h1:a9RdTaap04u637JoCzcUoIcDmvwSUtcUFtT/C3kJlTU= github.com/cockroachdb/errors v1.10.0 h1:lfxS8zZz1+OjtV4MtNWgboi/W5tyLEB6VQZBXN+0VUU= github.com/cockroachdb/errors v1.10.0/go.mod h1:lknhIsEVQ9Ss/qKDBQS/UqFSvPQjOwNq2qyKAxtHRqE= github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b h1:r6VH0faHjZeQy818SGhaone5OnYfxFR/+AzdY3sf5aE= @@ -385,7 +368,6 @@ github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b/go.mod h1:Vz9D github.com/cockroachdb/redact v1.1.5 h1:u1PMllDkdFfPWaNGMyLD1+so+aq3uUItthCFqzwPJ30= github.com/cockroachdb/redact v1.1.5/go.mod h1:BVNblN9mBWFyMyqK1k3AAiSxhvhfK2oOZZ2lK+dpvRg= github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd/go.mod h1:sE/e/2PUdi/liOCUjSTXgM1o87ZssimdTWN964YiIeI= -github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0/go.mod h1:4Zcjuz89kmFXt9morQgcfYZAYZ5n8WHjt81YYWIwtTM= github.com/coinbase/kryptology v1.8.0/go.mod h1:RYXOAPdzOGUe3qlSFkMGn58i3xUA8hmxYHksuq+8ciI= github.com/coinbase/rosetta-sdk-go v0.7.9 h1:lqllBjMnazTjIqYrOGv8h8jxjg9+hJazIGZr9ZvoCcA= github.com/coinbase/rosetta-sdk-go v0.7.9/go.mod h1:0/knutI7XGVqXmmH4OQD8OckFrbQ8yMsUZTG7FXCR2M= @@ -422,8 +404,6 @@ github.com/cosmos/iavl v0.20.1 h1:rM1kqeG3/HBT85vsZdoSNsehciqUQPWrR4BYmqE2+zg= github.com/cosmos/iavl v0.20.1/go.mod h1:WO7FyvaZJoH65+HFOsDir7xU9FWk2w9cHXNW1XHcl7A= github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7 v7.1.3 h1:MZGDMETv72suFpTAD6VPGqSIm1FJcChtk2HmVh9D+Bo= github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7 v7.1.3/go.mod h1:UvDmcGIWJPIytq+Q78/ff5NTOsuX/7IrNgEugTW5i0s= -github.com/cosmos/ibc-go/v7 v7.3.1 h1:bil1IjnHdyWDASFYKfwdRiNtFP6WK3osW7QFEAgU4I8= -github.com/cosmos/ibc-go/v7 v7.3.1/go.mod h1:wvx4pPBofe5ZdMNV3OFRxSI4auEP5Qfqf8JXLLNV04g= github.com/cosmos/ibc-go/v7 v7.4.0 h1:8FqYMptvksgMvlbN4UW9jFxTXzsPyfAzEZurujXac8M= github.com/cosmos/ibc-go/v7 v7.4.0/go.mod h1:L/KaEhzV5TGUCTfGysVgMBQtl5Dm7hHitfpk+GIeoAo= github.com/cosmos/ics23/go v0.10.0 h1:iXqLLgp2Lp+EdpIuwXTYIQU+AiHj9mOC2X9ab++bZDM= @@ -454,7 +434,6 @@ github.com/decred/dcrd/crypto/blake256 v1.0.0/go.mod h1:sQl2p6Y26YV+ZOcSTP6thNdn github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1/go.mod h1:hyedUtir6IdtD/7lIxGeCxkaw7y45JueMRL4DIyJDKs= github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 h1:HbphB4TFFXpv7MNrT52FGrrgVXF1owhMVTHFZIlnvd4= github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0/go.mod h1:DZGJHZMqrU4JJqFAWUS2UO1+lbSKsdiOoYi9Zzey7Fc= -github.com/decred/dcrd/lru v1.0.0 h1:Kbsb1SFDsIlaupWPwsPp+dkxiBY1frcS07PCPgotKz8= github.com/decred/dcrd/lru v1.0.0/go.mod h1:mxKOwFd7lFjN2GZYsiz/ecgqR6kkYAl+0pz0tEMk218= github.com/deepmap/oapi-codegen v1.6.0/go.mod h1:ryDa9AgbELGeB+YEXE1dR53yAjHwFvE9iAUlWl9Al3M= github.com/deepmap/oapi-codegen v1.8.2/go.mod h1:YLgSKSDv/bZQB7N4ws6luhozi3cEdRktEqrX88CvjIw= @@ -496,7 +475,6 @@ github.com/eapache/queue v1.1.0/go.mod h1:6eCeP0CKFpHLu8blIFXhExK/dRa7WDZfr6jVFP github.com/eclipse/paho.mqtt.golang v1.2.0/go.mod h1:H9keYFcgq3Qr5OUJm/JZI/i6U7joQ8SYLhZwfeOo6Ts= github.com/edsrzf/mmap-go v1.0.0 h1:CEBF7HpRnUCSJgGUb5h1Gm7e3VkmVDrR8lvWVLtrOFw= github.com/edsrzf/mmap-go v1.0.0/go.mod h1:YO35OhQPt3KJa3ryjFM5Bs14WD66h8eGKpfaBNrHW5M= -github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385/go.mod h1:0vRUJqYpeSZifjYj7uP3BG/gKcuzL9xWVV/Y+cK33KM= github.com/envoyproxy/go-control-plane v0.6.9/go.mod h1:SBwIajubJHhxtWwsL9s8ss4safvEdbitLhGGK48rN6g= github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= @@ -515,7 +493,6 @@ github.com/fasthttp/websocket v1.5.0 h1:B4zbe3xXyvIdnqjOZrafVFklCUq5ZLo/TqCt5JA1 github.com/fasthttp/websocket v1.5.0/go.mod h1:n0BlOQvJdPbTuBkZT0O5+jk/sp/1/VCzquR1BehI2F4= github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk= -github.com/fatih/structs v1.1.0/go.mod h1:9NiDSp5zOcgEDl+j00MP/WkGVPOlPRLejGD8Ga6PJ7M= github.com/felixge/httpsnoop v1.0.1/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U= github.com/felixge/httpsnoop v1.0.2 h1:+nS9g82KMXccJ/wp0zyRW9ZBHFETmMGtkk+2CTTrW4o= github.com/felixge/httpsnoop v1.0.2/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U= @@ -569,7 +546,6 @@ github.com/go-logr/logr v1.2.4 h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ= github.com/go-logr/logr v1.2.4/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag= github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE= -github.com/go-martini/martini v0.0.0-20170121215854-22fa46961aab/go.mod h1:/P9AEU963A2AYjv4d1V5eVL1CQbEJq6aCNHDDjibzu8= github.com/go-ole/go-ole v1.2.1/go.mod h1:7FAglXiTm7HKlQRDeOQ6ZNUHidzCWXuZWq/1dTyBNF8= github.com/go-ole/go-ole v1.2.5/go.mod h1:pprOEPIfldk/42T2oK7lQ4v4JSDwmV0As9GaiUsvbm0= github.com/go-ole/go-ole v1.2.6 h1:/Fpf6oFPoeFik9ty7siob0G6Ke8QvQEuVcuChpwXzpY= @@ -600,8 +576,6 @@ github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 h1:ZpnhV/YsD2/4cESfV5+ github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2/go.mod h1:bBOAhwG1umN6/6ZUMtDFBMQR8jRg9O75tm9K00oMsK4= github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA= github.com/gofiber/fiber/v2 v2.34.0/go.mod h1:ozRQfS+D7EL1+hMH+gutku0kfx1wLX4hAxDCtDzpj4U= -github.com/gofiber/fiber/v2 v2.50.0 h1:ia0JaB+uw3GpNSCR5nvC5dsaxXjRU5OEu36aytx+zGw= -github.com/gofiber/fiber/v2 v2.50.0/go.mod h1:21eytvay9Is7S6z+OgPi7c7n4++tnClWmhpimVHMimw= github.com/gofiber/fiber/v2 v2.52.5 h1:tWoP1MJQjGEe4GB5TUGOi7P2E0ZMMRx5ZTG4rT+yGMo= github.com/gofiber/fiber/v2 v2.52.5/go.mod h1:KEOE+cXMhXG0zHc9d8+E38hoX+ZN7bhOtgeF2oT6jrQ= github.com/gofiber/websocket/v2 v2.0.22 h1:aR2PomjLYRoQdFLFq5dH4OqJ93NiVfrfQTJqi1zxthU= @@ -721,8 +695,6 @@ github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+ github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/google/uuid v1.2.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= -github.com/google/uuid v1.4.0 h1:MtMxsa51/r9yyhkyLsVeVt0B+BGQZzpQiTQ4eHZ8bc4= -github.com/google/uuid v1.4.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/google/uuid v1.5.0 h1:1p67kYwdtXjb0gL0BPiP1Av9wiZPo5A8z2cWkTZ+eyU= github.com/google/uuid v1.5.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/googleapis/enterprise-certificate-proxy v0.0.0-20220520183353-fd19c99a87aa/go.mod h1:17drOmN3MwGY7t0e+Ei9b45FFGA3fBs3x36SsCg1hq8= @@ -853,10 +825,7 @@ github.com/jackpal/go-nat-pmp v1.0.2 h1:KzKSgb7qkJvOUTqYl9/Hg/me3pWgBmERKrTGD7Bd github.com/jackpal/go-nat-pmp v1.0.2/go.mod h1:QPH045xvCAeXUZOxsnwmrtiCoxIr9eob+4orBN1SBKc= github.com/jedisct1/go-minisign v0.0.0-20190909160543-45766022959e/go.mod h1:G1CVv03EnqU1wYL2dFwXxW2An0az9JTl/ZsqXQeBlkU= github.com/jessevdk/go-flags v0.0.0-20141203071132-1679536dcc89/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI= -github.com/jessevdk/go-flags v1.4.0 h1:4IU2WS7AumrZ/40jfhf4QVDMsQwqA7VEHozFRrGARJA= github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI= -github.com/jhump/gopoet v0.1.0/go.mod h1:me9yfT6IJSlOL3FCfrg+L6yzUEZ+5jW6WHt4Sk+UPUI= -github.com/jhump/goprotoc v0.5.0/go.mod h1:VrbvcYrQOrTi3i0Vf+m+oqQWk9l72mjkJCYo7UvLHRQ= github.com/jhump/protoreflect v1.10.1/go.mod h1:7GcYQDdMU/O/BBrl/cX6PNHpXh6cenjd8pneu5yW7Tg= github.com/jhump/protoreflect v1.15.1 h1:HUMERORf3I3ZdX05WaQ6MIpd/NJ434hTp5YiKgfCL6c= github.com/jhump/protoreflect v1.15.1/go.mod h1:jD/2GMKKE6OqX8qTjhADU1e6DShO+gavG9e0Q693nKo= @@ -871,7 +840,6 @@ github.com/joho/godotenv v1.3.0 h1:Zjp+RcGpHhGlrMbJzXTrZZPrWj+1vfm90La1wgB6Bhc= github.com/joho/godotenv v1.3.0/go.mod h1:7hK45KPybAkOC6peb+G5yklZfMxEjkZhHbwpqxOKXbg= github.com/jonboulle/clockwork v0.1.0/go.mod h1:Ii8DK3G1RaLaWxj9trq07+26W01tbo22gdxWY5EU2bo= github.com/jpillora/backoff v1.0.0/go.mod h1:J/6gKK9jxlEcS3zixgDgUAsiuZ7yrSoa/FX5e0EB2j4= -github.com/jrick/logrotate v1.0.0 h1:lQ1bL/n9mBNeIXoTUoYRlK4dHuNJVofX9oWqBtPnSzI= github.com/jrick/logrotate v1.0.0/go.mod h1:LNinyqDIJnpAur+b8yyulnQw/wDuN1+BYKlTRt3OuAQ= github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU= github.com/json-iterator/go v1.1.7/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= @@ -879,7 +847,6 @@ github.com/json-iterator/go v1.1.8/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/u github.com/json-iterator/go v1.1.9/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= github.com/json-iterator/go v1.1.10/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM= -github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo= github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU= github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk= github.com/jsternberg/zap-logfmt v1.0.0/go.mod h1:uvPs/4X51zdkcm5jXl5SYoN+4RK21K8mysFmDaM/h+o= @@ -891,7 +858,6 @@ github.com/jwilder/encoding v0.0.0-20170811194829-b4e1701a28ef/go.mod h1:Ct9fl0F github.com/karalabe/usb v0.0.2/go.mod h1:Od972xHfMJowv7NGVDiWVxk2zxnWgjLlJzE+F4F7AGU= github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8= github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= -github.com/kkdai/bstream v0.0.0-20161212061736-f391b8402d23 h1:FOOIBWrEkLgmlgGfMuZT83xIwfPDxEI2OHu6xUmJMFE= github.com/kkdai/bstream v0.0.0-20161212061736-f391b8402d23/go.mod h1:J+Gs4SYgM6CZQHDETBtE9HaSEkGmuNXF86RwHhHUvq4= github.com/klauspost/compress v1.4.0/go.mod h1:RyIbtBH6LamlWaDj8nUwkbUhJ87Yi3uG0guNDohfE1A= github.com/klauspost/compress v1.10.3/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs= @@ -900,8 +866,6 @@ github.com/klauspost/compress v1.12.3/go.mod h1:8dP1Hq4DHOhN9w426knH3Rhby4rFm6D8 github.com/klauspost/compress v1.14.1/go.mod h1:/3/Vjq9QcHkK5uEr5lBEmyoZ1iFhe47etQ6QUkpK6sk= github.com/klauspost/compress v1.15.0/go.mod h1:/3/Vjq9QcHkK5uEr5lBEmyoZ1iFhe47etQ6QUkpK6sk= github.com/klauspost/compress v1.15.11/go.mod h1:QPwzmACJjUTFsnSHH934V6woptycfrDDJnH7hvFVbGM= -github.com/klauspost/compress v1.16.7 h1:2mk3MPGNzKyxErAw8YaohYh69+pa4sIQSC0fPGCFR9I= -github.com/klauspost/compress v1.16.7/go.mod h1:ntbaceVETuRiXiv4DpjP66DpAtAGkEQskQzEyD//IeE= github.com/klauspost/compress v1.17.0 h1:Rnbp4K9EjcDuVuHtd0dgA4qNuv9yKDYKK1ulpJwgrqM= github.com/klauspost/compress v1.17.0/go.mod h1:ntbaceVETuRiXiv4DpjP66DpAtAGkEQskQzEyD//IeE= github.com/klauspost/cpuid v0.0.0-20170728055534-ae7887de9fa5/go.mod h1:Pj4uuM528wm8OyEC2QMXAi2YiTZ96dNQPGgoMS4s3ek= @@ -1004,7 +968,6 @@ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJ github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M= -github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk= github.com/modocache/gover v0.0.0-20171022184752-b58185e213c5/go.mod h1:caMODM3PzxT8aQXRPkAt8xlV/e7d7w8GM5g0fa5F0D8= github.com/mschoch/smat v0.0.0-20160514031455-90eadee771ae/go.mod h1:qAyveg+e4CE+eKJXWVjKXM4ck2QobLqTDytGJbLLhJg= github.com/mtibben/percent v0.2.1 h1:5gssi8Nqo8QU/r2pynCm+hBQHpkB/uNK7BJCFogWdzs= @@ -1079,7 +1042,6 @@ github.com/philhofer/fwd v1.0.0/go.mod h1:gk3iGcWd9+svBvR0sR+KPcfE+RNWozjowpeBVG github.com/pierrec/lz4 v1.0.2-0.20190131084431-473cd7ce01a1/go.mod h1:3/3N9NVKO0jef7pBehbT1qWhCMrIgbYNnFAZCqQ5LRc= github.com/pierrec/lz4 v2.0.5+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY= github.com/pingcap/errors v0.11.4 h1:lFuQV/oaUMGcD2tqt+01ROSmJs75VG1ToEOkZIZ4nE4= -github.com/pingcap/errors v0.11.4/go.mod h1:Oi8TUi2kEtXXLMJk9l1cGmz20kV3TaQ0usTwv5KuLY8= github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA= github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= @@ -1162,7 +1124,6 @@ github.com/sasha-s/go-deadlock v0.3.1 h1:sqv7fDNShgjcaxkO0JNcOAlr8B9+cV5Ey/OB71e github.com/sasha-s/go-deadlock v0.3.1/go.mod h1:F73l+cr82YSh10GxyRI6qZiCgK64VaZjwesgfQ1/iLM= github.com/savsgio/gotils v0.0.0-20211223103454-d0aaa54c5899 h1:Orn7s+r1raRTBKLSc9DmbktTT04sL+vkzsbRD2Q8rOI= github.com/savsgio/gotils v0.0.0-20211223103454-d0aaa54c5899/go.mod h1:oejLrk1Y/5zOF+c/aHtXqn3TFlzzbAgPWg8zBiAHDas= -github.com/schollz/closestmatch v2.1.0+incompatible/go.mod h1:RtP1ddjLong6gTkbtmuhtR2uUrrJOpYzYRvbcPAid+g= github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc= github.com/segmentio/fasthash v1.0.3/go.mod h1:waKX8l2N8yckOgmSsXJi7x1ZfdKZ4x7KRMzBtS3oedY= github.com/segmentio/kafka-go v0.1.0/go.mod h1:X6itGqS9L4jDletMsxZ7Dz+JFWxM6JHfPOCvTvk+EJo= @@ -1269,13 +1230,10 @@ github.com/ulikunitz/xz v0.5.11/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0o github.com/urfave/cli v1.20.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA= github.com/urfave/cli v1.22.1/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0= github.com/urfave/cli/v2 v2.3.0/go.mod h1:LJmUH05zAU44vOAcrfzZQKsZbVcdbOG8rtL3/XcUArI= -github.com/urfave/negroni v1.0.0/go.mod h1:Meg73S6kFm/4PpbYdq35yYWoCZ9mS/YSx+lKnmiohz4= github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= github.com/valyala/fasthttp v1.33.0/go.mod h1:KJRK/MXx0J+yd0c5hlR+s1tIHD72sniU8ZJjl97LIw4= github.com/valyala/fasthttp v1.37.0/go.mod h1:t/G+3rLek+CyY9bnIE+YlMRddxVAAGjhxndDB4i4C0I= -github.com/valyala/fasthttp v1.50.0 h1:H7fweIlBm0rXLs2q0XbalvJ6r0CUPFWK3/bB4N13e9M= -github.com/valyala/fasthttp v1.50.0/go.mod h1:k2zXd82h/7UZc3VOdJ2WaUqt1uZ/XpXAfE9i+HBC3lA= github.com/valyala/fasthttp v1.51.0 h1:8b30A5JlZ6C7AS81RsWjYMQmrZG6feChmgAolCl1SqA= github.com/valyala/fasthttp v1.51.0/go.mod h1:oI2XroL+lI7vdXyYoQk03bXBThfFl2cVdIA3Xl7cH8g= github.com/valyala/fasttemplate v1.0.1/go.mod h1:UQGH1tvbgY+Nz5t2n7tXsz52dQxojPUpymEIMZ47gx8= diff --git a/proto/lavanet/lava/conflict/conflict_data.proto b/proto/lavanet/lava/conflict/conflict_data.proto index 318364728f..5de6515d6a 100644 --- a/proto/lavanet/lava/conflict/conflict_data.proto +++ b/proto/lavanet/lava/conflict/conflict_data.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package lavanet.lava.conflict; -option go_package = "github.com/lavanet/lava/x/conflict/types"; +option go_package = "github.com/lavanet/lava/v2/x/conflict/types"; import "gogoproto/gogo.proto"; import "lavanet/lava/pairing/relay.proto"; diff --git a/proto/lavanet/lava/conflict/conflict_vote.proto b/proto/lavanet/lava/conflict/conflict_vote.proto index a0b96b2358..7b94717a40 100644 --- a/proto/lavanet/lava/conflict/conflict_vote.proto +++ b/proto/lavanet/lava/conflict/conflict_vote.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package lavanet.lava.conflict; -option go_package = "github.com/lavanet/lava/x/conflict/types"; +option go_package = "github.com/lavanet/lava/v2/x/conflict/types"; import "gogoproto/gogo.proto"; message Provider { diff --git a/proto/lavanet/lava/conflict/genesis.proto b/proto/lavanet/lava/conflict/genesis.proto index 96a8c0d5f8..b34437ec99 100644 --- a/proto/lavanet/lava/conflict/genesis.proto +++ b/proto/lavanet/lava/conflict/genesis.proto @@ -6,7 +6,7 @@ import "lavanet/lava/conflict/params.proto"; import "lavanet/lava/conflict/conflict_vote.proto"; // this line is used by starport scaffolding # genesis/proto/import -option go_package = "github.com/lavanet/lava/x/conflict/types"; +option go_package = "github.com/lavanet/lava/v2/x/conflict/types"; // GenesisState defines the conflict module's genesis state. message GenesisState { diff --git a/proto/lavanet/lava/conflict/params.proto b/proto/lavanet/lava/conflict/params.proto index 26c5e6cf84..b291f65aa7 100644 --- a/proto/lavanet/lava/conflict/params.proto +++ b/proto/lavanet/lava/conflict/params.proto @@ -3,7 +3,7 @@ package lavanet.lava.conflict; import "gogoproto/gogo.proto"; -option go_package = "github.com/lavanet/lava/x/conflict/types"; +option go_package = "github.com/lavanet/lava/v2/x/conflict/types"; // Params defines the parameters for the module. message Params { diff --git a/proto/lavanet/lava/conflict/query.proto b/proto/lavanet/lava/conflict/query.proto index 434de01952..82bf5c279b 100644 --- a/proto/lavanet/lava/conflict/query.proto +++ b/proto/lavanet/lava/conflict/query.proto @@ -8,7 +8,7 @@ import "lavanet/lava/conflict/conflict_vote.proto"; // this line is used by starport scaffolding # 1 import "gogoproto/gogo.proto"; -option go_package = "github.com/lavanet/lava/x/conflict/types"; +option go_package = "github.com/lavanet/lava/v2/x/conflict/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/lavanet/lava/conflict/tx.proto b/proto/lavanet/lava/conflict/tx.proto index cf05fc3136..bc69fa5a47 100644 --- a/proto/lavanet/lava/conflict/tx.proto +++ b/proto/lavanet/lava/conflict/tx.proto @@ -6,7 +6,7 @@ import "cosmos/base/v1beta1/coin.proto"; import "gogoproto/gogo.proto"; import "lavanet/lava/conflict/conflict_data.proto"; -option go_package = "github.com/lavanet/lava/x/conflict/types"; +option go_package = "github.com/lavanet/lava/v2/x/conflict/types"; // Msg defines the Msg service. diff --git a/proto/lavanet/lava/downtime/v1/downtime.proto b/proto/lavanet/lava/downtime/v1/downtime.proto index f9f6295afa..913d1c5126 100644 --- a/proto/lavanet/lava/downtime/v1/downtime.proto +++ b/proto/lavanet/lava/downtime/v1/downtime.proto @@ -2,7 +2,7 @@ syntax="proto3"; package lavanet.lava.downtime.v1; -option go_package = "github.com/lavanet/lava/x/downtime/v1"; +option go_package = "github.com/lavanet/lava/v2/x/downtime/v1"; import "google/protobuf/duration.proto"; import "google/protobuf/timestamp.proto"; diff --git a/proto/lavanet/lava/downtime/v1/genesis.proto b/proto/lavanet/lava/downtime/v1/genesis.proto index 0270954b44..6a80769e7e 100644 --- a/proto/lavanet/lava/downtime/v1/genesis.proto +++ b/proto/lavanet/lava/downtime/v1/genesis.proto @@ -2,7 +2,7 @@ syntax="proto3"; package lavanet.lava.downtime.v1; -option go_package = "github.com/lavanet/lava/x/downtime/v1"; +option go_package = "github.com/lavanet/lava/v2/x/downtime/v1"; import "lavanet/lava/downtime/v1/downtime.proto"; import "google/protobuf/timestamp.proto"; diff --git a/proto/lavanet/lava/downtime/v1/query.proto b/proto/lavanet/lava/downtime/v1/query.proto index a45cbce91d..fba6490f77 100644 --- a/proto/lavanet/lava/downtime/v1/query.proto +++ b/proto/lavanet/lava/downtime/v1/query.proto @@ -2,7 +2,7 @@ syntax="proto3"; package lavanet.lava.downtime.v1; -option go_package = "github.com/lavanet/lava/x/downtime/v1"; +option go_package = "github.com/lavanet/lava/v2/x/downtime/v1"; import "google/protobuf/duration.proto"; import "lavanet/lava/downtime/v1/downtime.proto"; diff --git a/proto/lavanet/lava/dualstaking/delegate.proto b/proto/lavanet/lava/dualstaking/delegate.proto index 54cc89a859..bdcd1f2b5e 100644 --- a/proto/lavanet/lava/dualstaking/delegate.proto +++ b/proto/lavanet/lava/dualstaking/delegate.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package lavanet.lava.dualstaking; -option go_package = "github.com/lavanet/lava/x/dualstaking/types"; +option go_package = "github.com/lavanet/lava/v2/x/dualstaking/types"; import "gogoproto/gogo.proto"; import "cosmos/base/v1beta1/coin.proto"; diff --git a/proto/lavanet/lava/dualstaking/delegator_reward.proto b/proto/lavanet/lava/dualstaking/delegator_reward.proto index b920e30882..251ebfd996 100644 --- a/proto/lavanet/lava/dualstaking/delegator_reward.proto +++ b/proto/lavanet/lava/dualstaking/delegator_reward.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package lavanet.lava.dualstaking; -option go_package = "github.com/lavanet/lava/x/dualstaking/types"; +option go_package = "github.com/lavanet/lava/v2/x/dualstaking/types"; import "gogoproto/gogo.proto"; import "cosmos/base/v1beta1/coin.proto"; diff --git a/proto/lavanet/lava/dualstaking/genesis.proto b/proto/lavanet/lava/dualstaking/genesis.proto index ded67dcce6..b14f44d59f 100644 --- a/proto/lavanet/lava/dualstaking/genesis.proto +++ b/proto/lavanet/lava/dualstaking/genesis.proto @@ -7,7 +7,7 @@ import "lavanet/lava/fixationstore/fixation.proto"; import "lavanet/lava/timerstore/timer.proto"; import "lavanet/lava/dualstaking/delegator_reward.proto"; -option go_package = "github.com/lavanet/lava/x/dualstaking/types"; +option go_package = "github.com/lavanet/lava/v2/x/dualstaking/types"; // GenesisState defines the dualstaking module's genesis state. message GenesisState { diff --git a/proto/lavanet/lava/dualstaking/params.proto b/proto/lavanet/lava/dualstaking/params.proto index a442e93294..0c902b24bf 100644 --- a/proto/lavanet/lava/dualstaking/params.proto +++ b/proto/lavanet/lava/dualstaking/params.proto @@ -4,7 +4,7 @@ package lavanet.lava.dualstaking; import "gogoproto/gogo.proto"; import "cosmos/base/v1beta1/coin.proto"; -option go_package = "github.com/lavanet/lava/x/dualstaking/types"; +option go_package = "github.com/lavanet/lava/v2/x/dualstaking/types"; // Params defines the parameters for the module. message Params { diff --git a/proto/lavanet/lava/dualstaking/query.proto b/proto/lavanet/lava/dualstaking/query.proto index 22ce09c680..d8790ca16f 100644 --- a/proto/lavanet/lava/dualstaking/query.proto +++ b/proto/lavanet/lava/dualstaking/query.proto @@ -8,7 +8,7 @@ import "lavanet/lava/dualstaking/params.proto"; import "lavanet/lava/dualstaking/delegate.proto"; import "cosmos/base/v1beta1/coin.proto"; -option go_package = "github.com/lavanet/lava/x/dualstaking/types"; +option go_package = "github.com/lavanet/lava/v2/x/dualstaking/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/lavanet/lava/dualstaking/tx.proto b/proto/lavanet/lava/dualstaking/tx.proto index c91357be8f..164f4e2cb7 100644 --- a/proto/lavanet/lava/dualstaking/tx.proto +++ b/proto/lavanet/lava/dualstaking/tx.proto @@ -4,7 +4,7 @@ package lavanet.lava.dualstaking; import "cosmos/base/v1beta1/coin.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/lavanet/lava/x/dualstaking/types"; +option go_package = "github.com/lavanet/lava/v2/x/dualstaking/types"; // Msg defines the Msg service. service Msg { diff --git a/proto/lavanet/lava/epochstorage/endpoint.proto b/proto/lavanet/lava/epochstorage/endpoint.proto index 1baf48a955..bd7b0ca433 100644 --- a/proto/lavanet/lava/epochstorage/endpoint.proto +++ b/proto/lavanet/lava/epochstorage/endpoint.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package lavanet.lava.epochstorage; -option go_package = "github.com/lavanet/lava/x/epochstorage/types"; +option go_package = "github.com/lavanet/lava/v2/x/epochstorage/types"; message Endpoint { string iPPORT = 1; diff --git a/proto/lavanet/lava/epochstorage/epoch_details.proto b/proto/lavanet/lava/epochstorage/epoch_details.proto index cdddc0bc23..afade962f0 100644 --- a/proto/lavanet/lava/epochstorage/epoch_details.proto +++ b/proto/lavanet/lava/epochstorage/epoch_details.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package lavanet.lava.epochstorage; -option go_package = "github.com/lavanet/lava/x/epochstorage/types"; +option go_package = "github.com/lavanet/lava/v2/x/epochstorage/types"; message EpochDetails { uint64 startBlock = 1; diff --git a/proto/lavanet/lava/epochstorage/fixated_params.proto b/proto/lavanet/lava/epochstorage/fixated_params.proto index 486ca81fd0..95272f3540 100644 --- a/proto/lavanet/lava/epochstorage/fixated_params.proto +++ b/proto/lavanet/lava/epochstorage/fixated_params.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package lavanet.lava.epochstorage; -option go_package = "github.com/lavanet/lava/x/epochstorage/types"; +option go_package = "github.com/lavanet/lava/v2/x/epochstorage/types"; import "gogoproto/gogo.proto"; import "lavanet/lava/epochstorage/params.proto"; diff --git a/proto/lavanet/lava/epochstorage/genesis.proto b/proto/lavanet/lava/epochstorage/genesis.proto index f17397997e..4dd5d97170 100644 --- a/proto/lavanet/lava/epochstorage/genesis.proto +++ b/proto/lavanet/lava/epochstorage/genesis.proto @@ -8,7 +8,7 @@ import "lavanet/lava/epochstorage/epoch_details.proto"; import "lavanet/lava/epochstorage/fixated_params.proto"; // this line is used by starport scaffolding # genesis/proto/import -option go_package = "github.com/lavanet/lava/x/epochstorage/types"; +option go_package = "github.com/lavanet/lava/v2/x/epochstorage/types"; // GenesisState defines the epochstorage module's genesis state. message GenesisState { diff --git a/proto/lavanet/lava/epochstorage/params.proto b/proto/lavanet/lava/epochstorage/params.proto index 103fe8badb..4c77fa8a66 100644 --- a/proto/lavanet/lava/epochstorage/params.proto +++ b/proto/lavanet/lava/epochstorage/params.proto @@ -3,7 +3,7 @@ package lavanet.lava.epochstorage; import "gogoproto/gogo.proto"; -option go_package = "github.com/lavanet/lava/x/epochstorage/types"; +option go_package = "github.com/lavanet/lava/v2/x/epochstorage/types"; // Params defines the parameters for the module. message Params { diff --git a/proto/lavanet/lava/epochstorage/query.proto b/proto/lavanet/lava/epochstorage/query.proto index 26281d924e..c04fda73fb 100644 --- a/proto/lavanet/lava/epochstorage/query.proto +++ b/proto/lavanet/lava/epochstorage/query.proto @@ -11,7 +11,7 @@ import "lavanet/lava/epochstorage/fixated_params.proto"; import "cosmos/base/v1beta1/coin.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/lavanet/lava/x/epochstorage/types"; +option go_package = "github.com/lavanet/lava/v2/x/epochstorage/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/lavanet/lava/epochstorage/stake_entry.proto b/proto/lavanet/lava/epochstorage/stake_entry.proto index 5a337698ce..b197b20852 100644 --- a/proto/lavanet/lava/epochstorage/stake_entry.proto +++ b/proto/lavanet/lava/epochstorage/stake_entry.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package lavanet.lava.epochstorage; -option go_package = "github.com/lavanet/lava/x/epochstorage/types"; +option go_package = "github.com/lavanet/lava/v2/x/epochstorage/types"; import "lavanet/lava/epochstorage/endpoint.proto"; import "gogoproto/gogo.proto"; import "cosmos/base/v1beta1/coin.proto"; diff --git a/proto/lavanet/lava/epochstorage/stake_storage.proto b/proto/lavanet/lava/epochstorage/stake_storage.proto index 1f9499b8cf..223df362a0 100644 --- a/proto/lavanet/lava/epochstorage/stake_storage.proto +++ b/proto/lavanet/lava/epochstorage/stake_storage.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package lavanet.lava.epochstorage; -option go_package = "github.com/lavanet/lava/x/epochstorage/types"; +option go_package = "github.com/lavanet/lava/v2/x/epochstorage/types"; import "lavanet/lava/epochstorage/stake_entry.proto"; import "gogoproto/gogo.proto"; diff --git a/proto/lavanet/lava/epochstorage/tx.proto b/proto/lavanet/lava/epochstorage/tx.proto index d57d897932..492336f1d6 100644 --- a/proto/lavanet/lava/epochstorage/tx.proto +++ b/proto/lavanet/lava/epochstorage/tx.proto @@ -3,7 +3,7 @@ package lavanet.lava.epochstorage; // this line is used by starport scaffolding # proto/tx/import -option go_package = "github.com/lavanet/lava/x/epochstorage/types"; +option go_package = "github.com/lavanet/lava/v2/x/epochstorage/types"; // Msg defines the Msg service. service Msg { diff --git a/proto/lavanet/lava/fixationstore/fixation.proto b/proto/lavanet/lava/fixationstore/fixation.proto index a40982bb72..d7fdc58841 100644 --- a/proto/lavanet/lava/fixationstore/fixation.proto +++ b/proto/lavanet/lava/fixationstore/fixation.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package lavanet.lava.fixationstore; -option go_package = "github.com/lavanet/lava/x/fixationstore/types"; +option go_package = "github.com/lavanet/lava/v2/x/fixationstore/types"; import "gogoproto/gogo.proto"; import "lavanet/lava/timerstore/timer.proto"; diff --git a/proto/lavanet/lava/fixationstore/query.proto b/proto/lavanet/lava/fixationstore/query.proto index ab94daae94..3c436e8b7e 100644 --- a/proto/lavanet/lava/fixationstore/query.proto +++ b/proto/lavanet/lava/fixationstore/query.proto @@ -3,7 +3,7 @@ package lavanet.lava.fixationstore; import "gogoproto/gogo.proto"; import "google/api/annotations.proto"; -option go_package = "github.com/lavanet/lava/x/fixationstore/types"; +option go_package = "github.com/lavanet/lava/v2/x/fixationstore/types"; import "lavanet/lava/fixationstore/fixation.proto"; diff --git a/proto/lavanet/lava/pairing/account_info.proto b/proto/lavanet/lava/pairing/account_info.proto index 141ef0bd29..900bf31103 100644 --- a/proto/lavanet/lava/pairing/account_info.proto +++ b/proto/lavanet/lava/pairing/account_info.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package lavanet.lava.pairing; -option go_package = "github.com/lavanet/lava/x/pairing/types"; +option go_package = "github.com/lavanet/lava/v2/x/pairing/types"; import "gogoproto/gogo.proto"; import "google/protobuf/wrappers.proto"; diff --git a/proto/lavanet/lava/pairing/badges.proto b/proto/lavanet/lava/pairing/badges.proto index 64e2ee9422..3be7303182 100644 --- a/proto/lavanet/lava/pairing/badges.proto +++ b/proto/lavanet/lava/pairing/badges.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package lavanet.lava.pairing; -option go_package = "github.com/lavanet/lava/x/pairing/types"; +option go_package = "github.com/lavanet/lava/v2/x/pairing/types"; import "lavanet/lava/pairing/relay.proto"; import "lavanet/lava/pairing/query.proto"; diff --git a/proto/lavanet/lava/pairing/debug_query.proto b/proto/lavanet/lava/pairing/debug_query.proto index c8acbe60cb..8d5b7f0959 100644 --- a/proto/lavanet/lava/pairing/debug_query.proto +++ b/proto/lavanet/lava/pairing/debug_query.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package lavanet.lava.pairing; -option go_package = "github.com/lavanet/lava/x/pairing/types"; +option go_package = "github.com/lavanet/lava/v2/x/pairing/types"; import "gogoproto/gogo.proto"; import "google/protobuf/wrappers.proto"; diff --git a/proto/lavanet/lava/pairing/epoch_cu.proto b/proto/lavanet/lava/pairing/epoch_cu.proto index 3e981c00f0..a7213d15e8 100644 --- a/proto/lavanet/lava/pairing/epoch_cu.proto +++ b/proto/lavanet/lava/pairing/epoch_cu.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package lavanet.lava.pairing; -option go_package = "github.com/lavanet/lava/x/pairing/types"; +option go_package = "github.com/lavanet/lava/v2/x/pairing/types"; // UniqueEpochSession is used to detect double spend attacks // It's kept in a epoch-prefixed store with a unique index: provider, project ID, chain ID and session ID diff --git a/proto/lavanet/lava/pairing/genesis.proto b/proto/lavanet/lava/pairing/genesis.proto index 51c94e8f8e..2b6844297a 100644 --- a/proto/lavanet/lava/pairing/genesis.proto +++ b/proto/lavanet/lava/pairing/genesis.proto @@ -9,7 +9,7 @@ import "lavanet/lava/timerstore/timer.proto"; // this line is used by starport scaffolding # genesis/proto/import -option go_package = "github.com/lavanet/lava/x/pairing/types"; +option go_package = "github.com/lavanet/lava/v2/x/pairing/types"; message BadgeUsedCu { bytes badge_used_cu_key = 1; diff --git a/proto/lavanet/lava/pairing/params.proto b/proto/lavanet/lava/pairing/params.proto index 0f54059d29..248e926ea4 100644 --- a/proto/lavanet/lava/pairing/params.proto +++ b/proto/lavanet/lava/pairing/params.proto @@ -3,7 +3,7 @@ package lavanet.lava.pairing; import "gogoproto/gogo.proto"; -option go_package = "github.com/lavanet/lava/x/pairing/types"; +option go_package = "github.com/lavanet/lava/v2/x/pairing/types"; // Params defines the parameters for the module. message Params { diff --git a/proto/lavanet/lava/pairing/query.proto b/proto/lavanet/lava/pairing/query.proto index 0359b16328..5e74149ae5 100644 --- a/proto/lavanet/lava/pairing/query.proto +++ b/proto/lavanet/lava/pairing/query.proto @@ -15,7 +15,7 @@ import "lavanet/lava/subscription/subscription.proto"; import "lavanet/lava/projects/project.proto"; import "lavanet/lava/downtime/v1/downtime.proto"; -option go_package = "github.com/lavanet/lava/x/pairing/types"; +option go_package = "github.com/lavanet/lava/v2/x/pairing/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/lavanet/lava/pairing/relay.proto b/proto/lavanet/lava/pairing/relay.proto index 6eea45cbfc..33cae38d02 100644 --- a/proto/lavanet/lava/pairing/relay.proto +++ b/proto/lavanet/lava/pairing/relay.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package lavanet.lava.pairing; -option go_package = "github.com/lavanet/lava/x/pairing/types"; +option go_package = "github.com/lavanet/lava/v2/x/pairing/types"; import "gogoproto/gogo.proto"; import "google/protobuf/wrappers.proto"; diff --git a/proto/lavanet/lava/pairing/relayCache.proto b/proto/lavanet/lava/pairing/relayCache.proto index 28ddd120ee..7c8c0e2caa 100644 --- a/proto/lavanet/lava/pairing/relayCache.proto +++ b/proto/lavanet/lava/pairing/relayCache.proto @@ -4,7 +4,7 @@ import "gogoproto/gogo.proto"; import "lavanet/lava/pairing/relay.proto"; import "google/protobuf/empty.proto"; -option go_package = "github.com/lavanet/lava/x/pairing/types"; +option go_package = "github.com/lavanet/lava/v2/x/pairing/types"; service RelayerCache { rpc GetRelay (RelayCacheGet) returns (CacheRelayReply) {} diff --git a/proto/lavanet/lava/pairing/tx.proto b/proto/lavanet/lava/pairing/tx.proto index b4c92efb5e..7ef7bd2bb5 100644 --- a/proto/lavanet/lava/pairing/tx.proto +++ b/proto/lavanet/lava/pairing/tx.proto @@ -9,7 +9,7 @@ import "lavanet/lava/pairing/relay.proto"; import "cosmos/staking/v1beta1/staking.proto"; import "amino/amino.proto"; -option go_package = "github.com/lavanet/lava/x/pairing/types"; +option go_package = "github.com/lavanet/lava/v2/x/pairing/types"; // Msg defines the Msg service. service Msg { diff --git a/proto/lavanet/lava/pairing/unstake_proposal.proto b/proto/lavanet/lava/pairing/unstake_proposal.proto index 54c5397d32..b16eae731b 100644 --- a/proto/lavanet/lava/pairing/unstake_proposal.proto +++ b/proto/lavanet/lava/pairing/unstake_proposal.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package lavanet.lava.pairing; -option go_package = "github.com/lavanet/lava/x/pairing/types"; +option go_package = "github.com/lavanet/lava/v2/x/pairing/types"; import "gogoproto/gogo.proto"; import "google/protobuf/wrappers.proto"; diff --git a/proto/lavanet/lava/plans/genesis.proto b/proto/lavanet/lava/plans/genesis.proto index e9f2bc60d6..096fe58f7f 100644 --- a/proto/lavanet/lava/plans/genesis.proto +++ b/proto/lavanet/lava/plans/genesis.proto @@ -6,7 +6,7 @@ import "lavanet/lava/plans/params.proto"; import "lavanet/lava/fixationstore/fixation.proto"; // this line is used by starport scaffolding # genesis/proto/import -option go_package = "github.com/lavanet/lava/x/plans/types"; +option go_package = "github.com/lavanet/lava/v2/x/plans/types"; // GenesisState defines the plan module's genesis state. message GenesisState { diff --git a/proto/lavanet/lava/plans/params.proto b/proto/lavanet/lava/plans/params.proto index 8697ac4f9b..da825e1236 100644 --- a/proto/lavanet/lava/plans/params.proto +++ b/proto/lavanet/lava/plans/params.proto @@ -3,7 +3,7 @@ package lavanet.lava.plans; import "gogoproto/gogo.proto"; -option go_package = "github.com/lavanet/lava/x/plans/types"; +option go_package = "github.com/lavanet/lava/v2/x/plans/types"; // Params defines the parameters for the module. message Params { diff --git a/proto/lavanet/lava/plans/plan.proto b/proto/lavanet/lava/plans/plan.proto index 0d0ecd0ac9..75f89ce31d 100644 --- a/proto/lavanet/lava/plans/plan.proto +++ b/proto/lavanet/lava/plans/plan.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package lavanet.lava.plans; -option go_package = "github.com/lavanet/lava/x/plans/types"; +option go_package = "github.com/lavanet/lava/v2/x/plans/types"; option (gogoproto.equal_all) = true; import "gogoproto/gogo.proto"; import "cosmos/base/v1beta1/coin.proto"; diff --git a/proto/lavanet/lava/plans/plans_proposal.proto b/proto/lavanet/lava/plans/plans_proposal.proto index 29785d837c..a85c611057 100644 --- a/proto/lavanet/lava/plans/plans_proposal.proto +++ b/proto/lavanet/lava/plans/plans_proposal.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package lavanet.lava.plans; -option go_package = "github.com/lavanet/lava/x/plans/types"; +option go_package = "github.com/lavanet/lava/v2/x/plans/types"; option (gogoproto.equal_all) = true; import "gogoproto/gogo.proto"; diff --git a/proto/lavanet/lava/plans/policy.proto b/proto/lavanet/lava/plans/policy.proto index c4a7867bee..ad41ba7462 100644 --- a/proto/lavanet/lava/plans/policy.proto +++ b/proto/lavanet/lava/plans/policy.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package lavanet.lava.plans; -option go_package = "github.com/lavanet/lava/x/plans/types"; +option go_package = "github.com/lavanet/lava/v2/x/plans/types"; option (gogoproto.equal_all) = true; import "gogoproto/gogo.proto"; import "cosmos/base/v1beta1/coin.proto"; diff --git a/proto/lavanet/lava/plans/query.proto b/proto/lavanet/lava/plans/query.proto index 0e4003ef73..9bd771c7cf 100644 --- a/proto/lavanet/lava/plans/query.proto +++ b/proto/lavanet/lava/plans/query.proto @@ -9,7 +9,7 @@ import "lavanet/lava/plans/params.proto"; import "cosmos/base/v1beta1/coin.proto"; import "lavanet/lava/plans/plan.proto"; -option go_package = "github.com/lavanet/lava/x/plans/types"; +option go_package = "github.com/lavanet/lava/v2/x/plans/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/lavanet/lava/plans/tx.proto b/proto/lavanet/lava/plans/tx.proto index 128ca2d838..be3eac0a8c 100644 --- a/proto/lavanet/lava/plans/tx.proto +++ b/proto/lavanet/lava/plans/tx.proto @@ -3,7 +3,7 @@ package lavanet.lava.plans; // this line is used by starport scaffolding # proto/tx/import -option go_package = "github.com/lavanet/lava/x/plans/types"; +option go_package = "github.com/lavanet/lava/v2/x/plans/types"; // Msg defines the Msg service. service Msg { diff --git a/proto/lavanet/lava/projects/genesis.proto b/proto/lavanet/lava/projects/genesis.proto index 2fa879312f..fc4bd42cf7 100644 --- a/proto/lavanet/lava/projects/genesis.proto +++ b/proto/lavanet/lava/projects/genesis.proto @@ -6,7 +6,7 @@ import "lavanet/lava/projects/params.proto"; import "lavanet/lava/fixationstore/fixation.proto"; // this line is used by starport scaffolding # genesis/proto/import -option go_package = "github.com/lavanet/lava/x/projects/types"; +option go_package = "github.com/lavanet/lava/v2/x/projects/types"; // GenesisState defines the projects module's genesis state. message GenesisState { diff --git a/proto/lavanet/lava/projects/params.proto b/proto/lavanet/lava/projects/params.proto index 71d479ef14..ebb3062157 100644 --- a/proto/lavanet/lava/projects/params.proto +++ b/proto/lavanet/lava/projects/params.proto @@ -3,7 +3,7 @@ package lavanet.lava.projects; import "gogoproto/gogo.proto"; -option go_package = "github.com/lavanet/lava/x/projects/types"; +option go_package = "github.com/lavanet/lava/v2/x/projects/types"; // Params defines the parameters for the module. message Params { diff --git a/proto/lavanet/lava/projects/project.proto b/proto/lavanet/lava/projects/project.proto index 84f61f43b9..f2ee1cba5d 100644 --- a/proto/lavanet/lava/projects/project.proto +++ b/proto/lavanet/lava/projects/project.proto @@ -4,7 +4,7 @@ package lavanet.lava.projects; import "gogoproto/gogo.proto"; import "lavanet/lava/plans/policy.proto"; option (gogoproto.equal_all) = true; -option go_package = "github.com/lavanet/lava/x/projects/types"; +option go_package = "github.com/lavanet/lava/v2/x/projects/types"; message Project { string index = 1; // unique id that will be the combination of subscription address and project name, cannot be changed once created diff --git a/proto/lavanet/lava/projects/query.proto b/proto/lavanet/lava/projects/query.proto index 7c39de9fbf..96187f0383 100644 --- a/proto/lavanet/lava/projects/query.proto +++ b/proto/lavanet/lava/projects/query.proto @@ -7,7 +7,7 @@ import "lavanet/lava/projects/params.proto"; import "lavanet/lava/projects/project.proto"; // this line is used by starport scaffolding # 1 -option go_package = "github.com/lavanet/lava/x/projects/types"; +option go_package = "github.com/lavanet/lava/v2/x/projects/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/lavanet/lava/projects/tx.proto b/proto/lavanet/lava/projects/tx.proto index 0807c10289..fbec8a39e7 100644 --- a/proto/lavanet/lava/projects/tx.proto +++ b/proto/lavanet/lava/projects/tx.proto @@ -7,7 +7,7 @@ import "gogoproto/gogo.proto"; // this line is used by starport scaffolding # proto/tx/import -option go_package = "github.com/lavanet/lava/x/projects/types"; +option go_package = "github.com/lavanet/lava/v2/x/projects/types"; // Msg defines the Msg service. service Msg { diff --git a/proto/lavanet/lava/protocol/genesis.proto b/proto/lavanet/lava/protocol/genesis.proto index 589d0c625d..4fef95193f 100644 --- a/proto/lavanet/lava/protocol/genesis.proto +++ b/proto/lavanet/lava/protocol/genesis.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "lavanet/lava/protocol/params.proto"; // this line is used by starport scaffolding # genesis/proto/import -option go_package = "github.com/lavanet/lava/x/protocol/types"; +option go_package = "github.com/lavanet/lava/v2/x/protocol/types"; // GenesisState defines the protocol module's genesis state. message GenesisState { diff --git a/proto/lavanet/lava/protocol/params.proto b/proto/lavanet/lava/protocol/params.proto index d6a37aba80..8dd32a0576 100644 --- a/proto/lavanet/lava/protocol/params.proto +++ b/proto/lavanet/lava/protocol/params.proto @@ -3,7 +3,7 @@ package lavanet.lava.protocol; import "gogoproto/gogo.proto"; -option go_package = "github.com/lavanet/lava/x/protocol/types"; +option go_package = "github.com/lavanet/lava/v2/x/protocol/types"; // Params defines the parameters for the module. message Version { diff --git a/proto/lavanet/lava/protocol/query.proto b/proto/lavanet/lava/protocol/query.proto index 5423633aff..9184a99211 100644 --- a/proto/lavanet/lava/protocol/query.proto +++ b/proto/lavanet/lava/protocol/query.proto @@ -7,7 +7,7 @@ import "cosmos/base/query/v1beta1/pagination.proto"; import "lavanet/lava/protocol/params.proto"; // this line is used by starport scaffolding # 1 -option go_package = "github.com/lavanet/lava/x/protocol/types"; +option go_package = "github.com/lavanet/lava/v2/x/protocol/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/lavanet/lava/protocol/tx.proto b/proto/lavanet/lava/protocol/tx.proto index 08b0625f8b..f17c926514 100644 --- a/proto/lavanet/lava/protocol/tx.proto +++ b/proto/lavanet/lava/protocol/tx.proto @@ -3,7 +3,7 @@ package lavanet.lava.protocol; // this line is used by starport scaffolding # proto/tx/import import "lavanet/lava/protocol/params.proto"; -option go_package = "github.com/lavanet/lava/x/protocol/types"; +option go_package = "github.com/lavanet/lava/v2/x/protocol/types"; // Msg defines the Msg service. service Msg { diff --git a/proto/lavanet/lava/rewards/base_pay.proto b/proto/lavanet/lava/rewards/base_pay.proto index cff62cd438..1538b71401 100644 --- a/proto/lavanet/lava/rewards/base_pay.proto +++ b/proto/lavanet/lava/rewards/base_pay.proto @@ -3,7 +3,7 @@ package lavanet.lava.rewards; import "gogoproto/gogo.proto"; -option go_package = "github.com/lavanet/lava/x/rewards/types"; +option go_package = "github.com/lavanet/lava/v2/x/rewards/types"; import "cosmos/base/v1beta1/coin.proto"; import "cosmos_proto/cosmos.proto"; import "amino/amino.proto"; diff --git a/proto/lavanet/lava/rewards/genesis.proto b/proto/lavanet/lava/rewards/genesis.proto index 90d8e9f533..9df084fd2a 100644 --- a/proto/lavanet/lava/rewards/genesis.proto +++ b/proto/lavanet/lava/rewards/genesis.proto @@ -9,7 +9,7 @@ import "lavanet/lava/timerstore/timer.proto"; import "cosmos/base/v1beta1/coin.proto"; // this line is used by starport scaffolding # genesis/proto/import -option go_package = "github.com/lavanet/lava/x/rewards/types"; +option go_package = "github.com/lavanet/lava/v2/x/rewards/types"; // GenesisState defines the rewards module's genesis state. message GenesisState { diff --git a/proto/lavanet/lava/rewards/iprpc.proto b/proto/lavanet/lava/rewards/iprpc.proto index 151ba86bb4..1cd6b4f92d 100644 --- a/proto/lavanet/lava/rewards/iprpc.proto +++ b/proto/lavanet/lava/rewards/iprpc.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package lavanet.lava.rewards; -option go_package = "github.com/lavanet/lava/x/rewards/types"; +option go_package = "github.com/lavanet/lava/v2/x/rewards/types"; import "gogoproto/gogo.proto"; import "cosmos/base/v1beta1/coin.proto"; diff --git a/proto/lavanet/lava/rewards/params.proto b/proto/lavanet/lava/rewards/params.proto index f2107fc39a..bca431172b 100644 --- a/proto/lavanet/lava/rewards/params.proto +++ b/proto/lavanet/lava/rewards/params.proto @@ -3,7 +3,7 @@ package lavanet.lava.rewards; import "gogoproto/gogo.proto"; -option go_package = "github.com/lavanet/lava/x/rewards/types"; +option go_package = "github.com/lavanet/lava/v2/x/rewards/types"; // Params defines the parameters for the module. message Params { diff --git a/proto/lavanet/lava/rewards/query.proto b/proto/lavanet/lava/rewards/query.proto index d8ba5a3c33..55d1ea789f 100644 --- a/proto/lavanet/lava/rewards/query.proto +++ b/proto/lavanet/lava/rewards/query.proto @@ -9,7 +9,7 @@ import "lavanet/lava/rewards/iprpc.proto"; import "cosmos/base/v1beta1/coin.proto"; // this line is used by starport scaffolding # 1 -option go_package = "github.com/lavanet/lava/x/rewards/types"; +option go_package = "github.com/lavanet/lava/v2/x/rewards/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/lavanet/lava/rewards/tx.proto b/proto/lavanet/lava/rewards/tx.proto index 1e4c23daee..6fd6873119 100644 --- a/proto/lavanet/lava/rewards/tx.proto +++ b/proto/lavanet/lava/rewards/tx.proto @@ -6,7 +6,7 @@ import "gogoproto/gogo.proto"; // this line is used by starport scaffolding # proto/tx/import -option go_package = "github.com/lavanet/lava/x/rewards/types"; +option go_package = "github.com/lavanet/lava/v2/x/rewards/types"; // Msg defines the Msg service. service Msg { diff --git a/proto/lavanet/lava/spec/api_collection.proto b/proto/lavanet/lava/spec/api_collection.proto index f4de8869ba..8f80a7f646 100644 --- a/proto/lavanet/lava/spec/api_collection.proto +++ b/proto/lavanet/lava/spec/api_collection.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package lavanet.lava.spec; -option go_package = "github.com/lavanet/lava/x/spec/types"; +option go_package = "github.com/lavanet/lava/v2/x/spec/types"; option (gogoproto.equal_all) = true; import "gogoproto/gogo.proto"; diff --git a/proto/lavanet/lava/spec/genesis.proto b/proto/lavanet/lava/spec/genesis.proto index 8d55c792c5..d0dc122572 100644 --- a/proto/lavanet/lava/spec/genesis.proto +++ b/proto/lavanet/lava/spec/genesis.proto @@ -7,7 +7,7 @@ import "lavanet/lava/spec/spec.proto"; // this line is used by starport scaffolding # genesis/proto/import -option go_package = "github.com/lavanet/lava/x/spec/types"; +option go_package = "github.com/lavanet/lava/v2/x/spec/types"; // GenesisState defines the spec module's genesis state. message GenesisState { diff --git a/proto/lavanet/lava/spec/params.proto b/proto/lavanet/lava/spec/params.proto index 9950c0d125..05139c4b38 100644 --- a/proto/lavanet/lava/spec/params.proto +++ b/proto/lavanet/lava/spec/params.proto @@ -3,7 +3,7 @@ package lavanet.lava.spec; import "gogoproto/gogo.proto"; -option go_package = "github.com/lavanet/lava/x/spec/types"; +option go_package = "github.com/lavanet/lava/v2/x/spec/types"; // Params defines the parameters for the module. message Params { diff --git a/proto/lavanet/lava/spec/query.proto b/proto/lavanet/lava/spec/query.proto index f06668a719..a56d108b51 100644 --- a/proto/lavanet/lava/spec/query.proto +++ b/proto/lavanet/lava/spec/query.proto @@ -8,7 +8,7 @@ import "lavanet/lava/spec/params.proto"; import "lavanet/lava/spec/spec.proto"; // this line is used by starport scaffolding # 1 -option go_package = "github.com/lavanet/lava/x/spec/types"; +option go_package = "github.com/lavanet/lava/v2/x/spec/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/lavanet/lava/spec/spec.proto b/proto/lavanet/lava/spec/spec.proto index 5607691dd0..bed3abdaf6 100644 --- a/proto/lavanet/lava/spec/spec.proto +++ b/proto/lavanet/lava/spec/spec.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package lavanet.lava.spec; -option go_package = "github.com/lavanet/lava/x/spec/types"; +option go_package = "github.com/lavanet/lava/v2/x/spec/types"; option (gogoproto.equal_all) = true; import "gogoproto/gogo.proto"; diff --git a/proto/lavanet/lava/spec/spec_add_proposal.proto b/proto/lavanet/lava/spec/spec_add_proposal.proto index 85fe3fb770..628084f32b 100644 --- a/proto/lavanet/lava/spec/spec_add_proposal.proto +++ b/proto/lavanet/lava/spec/spec_add_proposal.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package lavanet.lava.spec; -option go_package = "github.com/lavanet/lava/x/spec/types"; +option go_package = "github.com/lavanet/lava/v2/x/spec/types"; option (gogoproto.equal_all) = true; import "gogoproto/gogo.proto"; diff --git a/proto/lavanet/lava/spec/tx.proto b/proto/lavanet/lava/spec/tx.proto index 9bc577b5f3..c9d490f4c4 100644 --- a/proto/lavanet/lava/spec/tx.proto +++ b/proto/lavanet/lava/spec/tx.proto @@ -3,7 +3,7 @@ package lavanet.lava.spec; // this line is used by starport scaffolding # proto/tx/import -option go_package = "github.com/lavanet/lava/x/spec/types"; +option go_package = "github.com/lavanet/lava/v2/x/spec/types"; // Msg defines the Msg service. service Msg { diff --git a/proto/lavanet/lava/subscription/adjustment.proto b/proto/lavanet/lava/subscription/adjustment.proto index d3645220b8..9e06f32505 100644 --- a/proto/lavanet/lava/subscription/adjustment.proto +++ b/proto/lavanet/lava/subscription/adjustment.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package lavanet.lava.subscription; -option go_package = "github.com/lavanet/lava/x/subscription/types"; +option go_package = "github.com/lavanet/lava/v2/x/subscription/types"; message Adjustment { string index = 1; diff --git a/proto/lavanet/lava/subscription/cu_tracker.proto b/proto/lavanet/lava/subscription/cu_tracker.proto index dd99edcfc1..6228bbcac1 100644 --- a/proto/lavanet/lava/subscription/cu_tracker.proto +++ b/proto/lavanet/lava/subscription/cu_tracker.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package lavanet.lava.subscription; -option go_package = "github.com/lavanet/lava/x/subscription/types"; +option go_package = "github.com/lavanet/lava/v2/x/subscription/types"; import "cosmos/base/v1beta1/coin.proto"; import "gogoproto/gogo.proto"; diff --git a/proto/lavanet/lava/subscription/genesis.proto b/proto/lavanet/lava/subscription/genesis.proto index 0b04484171..80cc9c6cdc 100644 --- a/proto/lavanet/lava/subscription/genesis.proto +++ b/proto/lavanet/lava/subscription/genesis.proto @@ -8,7 +8,7 @@ import "lavanet/lava/fixationstore/fixation.proto"; import "lavanet/lava/timerstore/timer.proto"; // this line is used by starport scaffolding # genesis/proto/import -option go_package = "github.com/lavanet/lava/x/subscription/types"; +option go_package = "github.com/lavanet/lava/v2/x/subscription/types"; // GenesisState defines the subscription module's genesis state. message GenesisState { diff --git a/proto/lavanet/lava/subscription/params.proto b/proto/lavanet/lava/subscription/params.proto index b21a6ba2b5..51c04df2ef 100644 --- a/proto/lavanet/lava/subscription/params.proto +++ b/proto/lavanet/lava/subscription/params.proto @@ -3,7 +3,7 @@ package lavanet.lava.subscription; import "gogoproto/gogo.proto"; -option go_package = "github.com/lavanet/lava/x/subscription/types"; +option go_package = "github.com/lavanet/lava/v2/x/subscription/types"; // Params defines the parameters for the module. message Params { diff --git a/proto/lavanet/lava/subscription/query.proto b/proto/lavanet/lava/subscription/query.proto index 2651bdcdfe..9f741253da 100644 --- a/proto/lavanet/lava/subscription/query.proto +++ b/proto/lavanet/lava/subscription/query.proto @@ -10,7 +10,7 @@ import "cosmos/base/v1beta1/coin.proto"; // this line is used by starport scaffolding # 1 import "lavanet/lava/subscription/subscription.proto"; -option go_package = "github.com/lavanet/lava/x/subscription/types"; +option go_package = "github.com/lavanet/lava/v2/x/subscription/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/lavanet/lava/subscription/subscription.proto b/proto/lavanet/lava/subscription/subscription.proto index db1849db03..c5e17c3b00 100644 --- a/proto/lavanet/lava/subscription/subscription.proto +++ b/proto/lavanet/lava/subscription/subscription.proto @@ -4,7 +4,7 @@ package lavanet.lava.subscription; import "cosmos/base/v1beta1/coin.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/lavanet/lava/x/subscription/types"; +option go_package = "github.com/lavanet/lava/v2/x/subscription/types"; message Subscription { string creator = 1; // creator pays for the subscription diff --git a/proto/lavanet/lava/subscription/tx.proto b/proto/lavanet/lava/subscription/tx.proto index 6cdf08ebcd..3caaff41ff 100644 --- a/proto/lavanet/lava/subscription/tx.proto +++ b/proto/lavanet/lava/subscription/tx.proto @@ -4,7 +4,7 @@ package lavanet.lava.subscription; // this line is used by starport scaffolding # proto/tx/import import "lavanet/lava/projects/project.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/lavanet/lava/x/subscription/types"; +option go_package = "github.com/lavanet/lava/v2/x/subscription/types"; // Msg defines the Msg service. service Msg { diff --git a/proto/lavanet/lava/timerstore/query.proto b/proto/lavanet/lava/timerstore/query.proto index 643a62ba5a..2e0a6605e7 100644 --- a/proto/lavanet/lava/timerstore/query.proto +++ b/proto/lavanet/lava/timerstore/query.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package lavanet.lava.timerstore; -option go_package = "github.com/lavanet/lava/x/timerstore/types"; +option go_package = "github.com/lavanet/lava/v2/x/timerstore/types"; import "gogoproto/gogo.proto"; import "google/api/annotations.proto"; diff --git a/proto/lavanet/lava/timerstore/timer.proto b/proto/lavanet/lava/timerstore/timer.proto index 4d084cfce8..ce374d01d5 100644 --- a/proto/lavanet/lava/timerstore/timer.proto +++ b/proto/lavanet/lava/timerstore/timer.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package lavanet.lava.timerstore; -option go_package = "github.com/lavanet/lava/x/timerstore/types"; +option go_package = "github.com/lavanet/lava/v2/x/timerstore/types"; import "gogoproto/gogo.proto"; message GenesisState { diff --git a/protocol/badgegenerator/badgeserver.go b/protocol/badgegenerator/badgeserver.go index c57aa46053..aab1311ec7 100644 --- a/protocol/badgegenerator/badgeserver.go +++ b/protocol/badgegenerator/badgeserver.go @@ -14,11 +14,11 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/server/grpc/gogoreflection" "github.com/improbable-eng/grpc-web/go/grpcweb" - "github.com/lavanet/lava/app" - "github.com/lavanet/lava/protocol/chainlib" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/rand" - pairingtypes "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/app" + "github.com/lavanet/lava/v2/protocol/chainlib" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/rand" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" "github.com/spf13/cobra" "github.com/spf13/pflag" "github.com/spf13/viper" diff --git a/protocol/badgegenerator/grpc/grpcfetcher.go b/protocol/badgegenerator/grpc/grpcfetcher.go index a2430895dc..1cb7866392 100644 --- a/protocol/badgegenerator/grpc/grpcfetcher.go +++ b/protocol/badgegenerator/grpc/grpcfetcher.go @@ -8,8 +8,8 @@ import ( _ "github.com/cosmos/cosmos-sdk/types/query" retry "github.com/grpc-ecosystem/go-grpc-middleware/retry" - "github.com/lavanet/lava/utils" - pairingtypes "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/utils" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/metadata" diff --git a/protocol/badgegenerator/ipservice.go b/protocol/badgegenerator/ipservice.go index 0d5460a998..45149bd914 100644 --- a/protocol/badgegenerator/ipservice.go +++ b/protocol/badgegenerator/ipservice.go @@ -12,7 +12,7 @@ import ( "github.com/praserx/ipconv" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/utils" ) type IpService struct { diff --git a/protocol/badgegenerator/models.go b/protocol/badgegenerator/models.go index e6037f02a7..2296307a5e 100644 --- a/protocol/badgegenerator/models.go +++ b/protocol/badgegenerator/models.go @@ -1,6 +1,6 @@ package badgegenerator -import "github.com/lavanet/lava/x/pairing/types" +import "github.com/lavanet/lava/v2/x/pairing/types" type ProjectConfiguration struct { ProjectPublicKey string `json:"project_public_key"` diff --git a/protocol/badgegenerator/server.go b/protocol/badgegenerator/server.go index 4bae43ae44..087d892d73 100644 --- a/protocol/badgegenerator/server.go +++ b/protocol/badgegenerator/server.go @@ -12,12 +12,12 @@ import ( "google.golang.org/grpc/metadata" btcSecp256k1 "github.com/btcsuite/btcd/btcec/v2" - "github.com/lavanet/lava/protocol/badgegenerator/grpc" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/sigs" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/protocol/badgegenerator/grpc" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/sigs" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" ) const dummyApiInterface = "badgeApiInterface" diff --git a/protocol/badgegenerator/tracker.go b/protocol/badgegenerator/tracker.go index a0dfb3a859..902f117359 100644 --- a/protocol/badgegenerator/tracker.go +++ b/protocol/badgegenerator/tracker.go @@ -6,11 +6,11 @@ import ( cosmosclient "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/tx" - "github.com/lavanet/lava/protocol/chaintracker" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/protocol/statetracker" - "github.com/lavanet/lava/protocol/statetracker/updaters" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/protocol/chaintracker" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/protocol/statetracker" + "github.com/lavanet/lava/v2/protocol/statetracker/updaters" + "github.com/lavanet/lava/v2/utils" ) // adding 3 blocks delay, to update the epoch. diff --git a/protocol/badgeserver/badgeserver.go b/protocol/badgeserver/badgeserver.go index 4f40be21c8..fe481b3907 100644 --- a/protocol/badgeserver/badgeserver.go +++ b/protocol/badgeserver/badgeserver.go @@ -15,12 +15,12 @@ import ( "github.com/cosmos/cosmos-sdk/server/grpc/gogoreflection" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/improbable-eng/grpc-web/go/grpcweb" - "github.com/lavanet/lava/app" - "github.com/lavanet/lava/protocol/chainlib" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/rand" - "github.com/lavanet/lava/utils/sigs" - pairingtypes "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/app" + "github.com/lavanet/lava/v2/protocol/chainlib" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/rand" + "github.com/lavanet/lava/v2/utils/sigs" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" "github.com/spf13/cobra" "github.com/spf13/pflag" "github.com/spf13/viper" diff --git a/protocol/badgeserver/ipservice.go b/protocol/badgeserver/ipservice.go index 6767ff2619..619302210b 100644 --- a/protocol/badgeserver/ipservice.go +++ b/protocol/badgeserver/ipservice.go @@ -12,7 +12,7 @@ import ( "github.com/praserx/ipconv" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/utils" ) type IpService struct { diff --git a/protocol/badgeserver/models.go b/protocol/badgeserver/models.go index e23b08696e..5659e00d7e 100644 --- a/protocol/badgeserver/models.go +++ b/protocol/badgeserver/models.go @@ -1,6 +1,6 @@ package badgeserver -import "github.com/lavanet/lava/x/pairing/types" +import "github.com/lavanet/lava/v2/x/pairing/types" type GelocationToProjectsConfiguration map[string]map[string]*ProjectConfiguration diff --git a/protocol/badgeserver/server.go b/protocol/badgeserver/server.go index c308dfbc24..a7bb280226 100644 --- a/protocol/badgeserver/server.go +++ b/protocol/badgeserver/server.go @@ -11,12 +11,12 @@ import ( btcSecp256k1 "github.com/btcsuite/btcd/btcec/v2" "github.com/cosmos/cosmos-sdk/client" - "github.com/lavanet/lava/protocol/chainlib" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/sigs" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/protocol/chainlib" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/sigs" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" ) const dummyApiInterface = "badgeApiInterface" diff --git a/protocol/badgeserver/tracker.go b/protocol/badgeserver/tracker.go index 86f9ea40c5..6a62d1ec00 100644 --- a/protocol/badgeserver/tracker.go +++ b/protocol/badgeserver/tracker.go @@ -6,11 +6,11 @@ import ( cosmosclient "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/tx" - "github.com/lavanet/lava/protocol/chaintracker" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/protocol/statetracker" - "github.com/lavanet/lava/protocol/statetracker/updaters" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/protocol/chaintracker" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/protocol/statetracker" + "github.com/lavanet/lava/v2/protocol/statetracker/updaters" + "github.com/lavanet/lava/v2/utils" ) // adding 3 blocks delay, to update the epoch. diff --git a/protocol/chainlib/base_chain_parser.go b/protocol/chainlib/base_chain_parser.go index d6d5b51bdd..7a703109dc 100644 --- a/protocol/chainlib/base_chain_parser.go +++ b/protocol/chainlib/base_chain_parser.go @@ -8,12 +8,12 @@ import ( "sync" "time" - "github.com/lavanet/lava/protocol/chainlib/extensionslib" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/utils" - epochstorage "github.com/lavanet/lava/x/epochstorage/types" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/protocol/chainlib/extensionslib" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/utils" + epochstorage "github.com/lavanet/lava/v2/x/epochstorage/types" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" ) type PolicyInf interface { diff --git a/protocol/chainlib/chain_fetcher.go b/protocol/chainlib/chain_fetcher.go index be81a35c1f..b72a9a30fb 100644 --- a/protocol/chainlib/chain_fetcher.go +++ b/protocol/chainlib/chain_fetcher.go @@ -9,16 +9,16 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/golang/protobuf/proto" - formatter "github.com/lavanet/lava/ecosystem/cache/format" - "github.com/lavanet/lava/protocol/chainlib/chainproxy" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/protocol/parser" - "github.com/lavanet/lava/protocol/performance" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/sigs" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - spectypes "github.com/lavanet/lava/x/spec/types" + formatter "github.com/lavanet/lava/v2/ecosystem/cache/format" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/protocol/parser" + "github.com/lavanet/lava/v2/protocol/performance" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/sigs" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "golang.org/x/exp/slices" ) diff --git a/protocol/chainlib/chain_fetcher_mock.go b/protocol/chainlib/chain_fetcher_mock.go index 0de5103435..60844bb8ba 100644 --- a/protocol/chainlib/chain_fetcher_mock.go +++ b/protocol/chainlib/chain_fetcher_mock.go @@ -12,7 +12,7 @@ import ( context "context" reflect "reflect" - lavasession "github.com/lavanet/lava/protocol/lavasession" + lavasession "github.com/lavanet/lava/v2/protocol/lavasession" gomock "go.uber.org/mock/gomock" ) diff --git a/protocol/chainlib/chain_fetcher_test.go b/protocol/chainlib/chain_fetcher_test.go index 2483c2f579..15ebf39a34 100644 --- a/protocol/chainlib/chain_fetcher_test.go +++ b/protocol/chainlib/chain_fetcher_test.go @@ -3,7 +3,7 @@ package chainlib import ( "testing" - pairingtypes "github.com/lavanet/lava/x/pairing/types" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" "github.com/stretchr/testify/require" ) diff --git a/protocol/chainlib/chain_message.go b/protocol/chainlib/chain_message.go index dc2418a6fd..1b94cffe00 100644 --- a/protocol/chainlib/chain_message.go +++ b/protocol/chainlib/chain_message.go @@ -4,11 +4,11 @@ import ( "math" "time" - "github.com/lavanet/lava/protocol/chainlib/chainproxy/rpcInterfaceMessages" - "github.com/lavanet/lava/protocol/chainlib/extensionslib" - "github.com/lavanet/lava/utils" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy/rpcInterfaceMessages" + "github.com/lavanet/lava/v2/protocol/chainlib/extensionslib" + "github.com/lavanet/lava/v2/utils" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" ) type updatableRPCInput interface { diff --git a/protocol/chainlib/chain_message_queries.go b/protocol/chainlib/chain_message_queries.go index a8e453cdf1..389d80e9d7 100644 --- a/protocol/chainlib/chain_message_queries.go +++ b/protocol/chainlib/chain_message_queries.go @@ -1,6 +1,6 @@ package chainlib -import "github.com/lavanet/lava/protocol/common" +import "github.com/lavanet/lava/v2/protocol/common" func ShouldSendToAllProviders(chainMessage ChainMessage) bool { return chainMessage.GetApi().Category.Stateful == common.CONSISTENCY_SELECT_ALL_PROVIDERS diff --git a/protocol/chainlib/chain_router.go b/protocol/chainlib/chain_router.go index e0a955b11b..100b54227f 100644 --- a/protocol/chainlib/chain_router.go +++ b/protocol/chainlib/chain_router.go @@ -4,10 +4,10 @@ import ( "context" "sync" - "github.com/lavanet/lava/protocol/chainlib/chainproxy/rpcclient" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy/rpcclient" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/utils" "google.golang.org/grpc" "google.golang.org/grpc/metadata" ) diff --git a/protocol/chainlib/chain_router_test.go b/protocol/chainlib/chain_router_test.go index 92f81f0e24..24d8dc31f1 100644 --- a/protocol/chainlib/chain_router_test.go +++ b/protocol/chainlib/chain_router_test.go @@ -4,10 +4,10 @@ import ( "context" "testing" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/protocol/lavasession" - testcommon "github.com/lavanet/lava/testutil/common" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/protocol/lavasession" + testcommon "github.com/lavanet/lava/v2/testutil/common" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "github.com/stretchr/testify/require" ) diff --git a/protocol/chainlib/chainlib.go b/protocol/chainlib/chainlib.go index f356e97fc7..1d8b6077da 100644 --- a/protocol/chainlib/chainlib.go +++ b/protocol/chainlib/chainlib.go @@ -5,14 +5,14 @@ import ( "fmt" "time" - "github.com/lavanet/lava/protocol/chainlib/chainproxy/rpcInterfaceMessages" - "github.com/lavanet/lava/protocol/chainlib/chainproxy/rpcclient" - "github.com/lavanet/lava/protocol/chainlib/extensionslib" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/protocol/metrics" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy/rpcInterfaceMessages" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy/rpcclient" + "github.com/lavanet/lava/v2/protocol/chainlib/extensionslib" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/protocol/metrics" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" ) func NewChainParser(apiInterface string) (chainParser ChainParser, err error) { diff --git a/protocol/chainlib/chainproxy/common.go b/protocol/chainlib/chainproxy/common.go index 4f28de309a..97322ecea7 100644 --- a/protocol/chainlib/chainproxy/common.go +++ b/protocol/chainlib/chainproxy/common.go @@ -5,9 +5,9 @@ import ( "github.com/goccy/go-json" - "github.com/lavanet/lava/protocol/parser" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/protocol/parser" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" ) const ( diff --git a/protocol/chainlib/chainproxy/connector.go b/protocol/chainlib/chainproxy/connector.go index d8be6de67a..48883865f0 100644 --- a/protocol/chainlib/chainproxy/connector.go +++ b/protocol/chainlib/chainproxy/connector.go @@ -18,10 +18,10 @@ import ( "sync/atomic" "time" - "github.com/lavanet/lava/protocol/chainlib/chainproxy/rpcclient" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/sigs" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy/rpcclient" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/sigs" "google.golang.org/grpc" "google.golang.org/grpc/credentials" "google.golang.org/grpc/credentials/insecure" diff --git a/protocol/chainlib/chainproxy/connector_test.go b/protocol/chainlib/chainproxy/connector_test.go index 36d60c36eb..b1ffc0a183 100644 --- a/protocol/chainlib/chainproxy/connector_test.go +++ b/protocol/chainlib/chainproxy/connector_test.go @@ -11,10 +11,10 @@ import ( "testing" "time" - "github.com/lavanet/lava/protocol/chainlib/chainproxy/rpcclient" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/utils" - pb_pkg "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy/rpcclient" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/utils" + pb_pkg "github.com/lavanet/lava/v2/x/spec/types" "github.com/stretchr/testify/require" "google.golang.org/grpc" "google.golang.org/grpc/metadata" diff --git a/protocol/chainlib/chainproxy/rpcInterfaceMessages/common.go b/protocol/chainlib/chainproxy/rpcInterfaceMessages/common.go index e20ff49c49..9abb7fceda 100644 --- a/protocol/chainlib/chainproxy/rpcInterfaceMessages/common.go +++ b/protocol/chainlib/chainproxy/rpcInterfaceMessages/common.go @@ -3,9 +3,9 @@ package rpcInterfaceMessages import ( "github.com/goccy/go-json" - "github.com/lavanet/lava/protocol/chainlib/chainproxy" - "github.com/lavanet/lava/protocol/parser" - pairingtypes "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy" + "github.com/lavanet/lava/v2/protocol/parser" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" ) type ParsableRPCInput struct { diff --git a/protocol/chainlib/chainproxy/rpcInterfaceMessages/grpcMessage.go b/protocol/chainlib/chainproxy/rpcInterfaceMessages/grpcMessage.go index 00bb6dc664..d254c3a88c 100644 --- a/protocol/chainlib/chainproxy/rpcInterfaceMessages/grpcMessage.go +++ b/protocol/chainlib/chainproxy/rpcInterfaceMessages/grpcMessage.go @@ -13,10 +13,10 @@ import ( "github.com/jhump/protoreflect/desc" "github.com/jhump/protoreflect/dynamic" "github.com/jhump/protoreflect/grpcreflect" - "github.com/lavanet/lava/protocol/chainlib/chainproxy" - dyncodec "github.com/lavanet/lava/protocol/chainlib/grpcproxy/dyncodec" - "github.com/lavanet/lava/protocol/parser" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy" + dyncodec "github.com/lavanet/lava/v2/protocol/chainlib/grpcproxy/dyncodec" + "github.com/lavanet/lava/v2/protocol/parser" + "github.com/lavanet/lava/v2/utils" "google.golang.org/grpc/codes" "google.golang.org/protobuf/reflect/protoreflect" "google.golang.org/protobuf/types/dynamicpb" diff --git a/protocol/chainlib/chainproxy/rpcInterfaceMessages/grpcMessage_test.go b/protocol/chainlib/chainproxy/rpcInterfaceMessages/grpcMessage_test.go index 6ff7bc9085..bf617df3bd 100644 --- a/protocol/chainlib/chainproxy/rpcInterfaceMessages/grpcMessage_test.go +++ b/protocol/chainlib/chainproxy/rpcInterfaceMessages/grpcMessage_test.go @@ -4,7 +4,7 @@ import ( "fmt" "testing" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/utils" "github.com/stretchr/testify/assert" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" diff --git a/protocol/chainlib/chainproxy/rpcInterfaceMessages/jsonRPCMessage.go b/protocol/chainlib/chainproxy/rpcInterfaceMessages/jsonRPCMessage.go index 8ae01e3dad..bf234f32f0 100644 --- a/protocol/chainlib/chainproxy/rpcInterfaceMessages/jsonRPCMessage.go +++ b/protocol/chainlib/chainproxy/rpcInterfaceMessages/jsonRPCMessage.go @@ -6,10 +6,10 @@ import ( "github.com/goccy/go-json" sdkerrors "cosmossdk.io/errors" - "github.com/lavanet/lava/protocol/chainlib/chainproxy" - "github.com/lavanet/lava/protocol/chainlib/chainproxy/rpcclient" - "github.com/lavanet/lava/protocol/parser" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy/rpcclient" + "github.com/lavanet/lava/v2/protocol/parser" + "github.com/lavanet/lava/v2/utils" ) var ErrFailedToConvertMessage = sdkerrors.New("RPC error", 1000, "failed to convert a message") diff --git a/protocol/chainlib/chainproxy/rpcInterfaceMessages/jsonRPCMessage_test.go b/protocol/chainlib/chainproxy/rpcInterfaceMessages/jsonRPCMessage_test.go index 43bd7a8260..b9f73cf970 100644 --- a/protocol/chainlib/chainproxy/rpcInterfaceMessages/jsonRPCMessage_test.go +++ b/protocol/chainlib/chainproxy/rpcInterfaceMessages/jsonRPCMessage_test.go @@ -4,7 +4,7 @@ import ( "encoding/json" "testing" - "github.com/lavanet/lava/protocol/chainlib/chainproxy/rpcclient" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy/rpcclient" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) diff --git a/protocol/chainlib/chainproxy/rpcInterfaceMessages/restMessage.go b/protocol/chainlib/chainproxy/rpcInterfaceMessages/restMessage.go index 1aebe4f073..53003b8452 100644 --- a/protocol/chainlib/chainproxy/rpcInterfaceMessages/restMessage.go +++ b/protocol/chainlib/chainproxy/rpcInterfaceMessages/restMessage.go @@ -6,9 +6,9 @@ import ( "github.com/goccy/go-json" - "github.com/lavanet/lava/protocol/chainlib/chainproxy" - "github.com/lavanet/lava/protocol/parser" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy" + "github.com/lavanet/lava/v2/protocol/parser" + "github.com/lavanet/lava/v2/utils" ) type RestMessage struct { diff --git a/protocol/chainlib/chainproxy/rpcInterfaceMessages/tendermintRPCMessage.go b/protocol/chainlib/chainproxy/rpcInterfaceMessages/tendermintRPCMessage.go index efa93c30bf..44f0ced5ce 100644 --- a/protocol/chainlib/chainproxy/rpcInterfaceMessages/tendermintRPCMessage.go +++ b/protocol/chainlib/chainproxy/rpcInterfaceMessages/tendermintRPCMessage.go @@ -7,10 +7,10 @@ import ( "github.com/goccy/go-json" tenderminttypes "github.com/cometbft/cometbft/rpc/jsonrpc/types" - "github.com/lavanet/lava/protocol/chainlib/chainproxy" - "github.com/lavanet/lava/protocol/chainlib/chainproxy/rpcclient" - "github.com/lavanet/lava/protocol/parser" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy/rpcclient" + "github.com/lavanet/lava/v2/protocol/parser" + "github.com/lavanet/lava/v2/utils" ) type TendermintrpcMessage struct { diff --git a/protocol/chainlib/chainproxy/rpcInterfaceMessages/tendermintRPCMessage_test.go b/protocol/chainlib/chainproxy/rpcInterfaceMessages/tendermintRPCMessage_test.go index 98808d7ba8..df39432718 100644 --- a/protocol/chainlib/chainproxy/rpcInterfaceMessages/tendermintRPCMessage_test.go +++ b/protocol/chainlib/chainproxy/rpcInterfaceMessages/tendermintRPCMessage_test.go @@ -7,7 +7,7 @@ import ( "testing" tenderminttypes "github.com/cometbft/cometbft/rpc/jsonrpc/types" - "github.com/lavanet/lava/protocol/chainlib/chainproxy/rpcclient" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy/rpcclient" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) diff --git a/protocol/chainlib/chainproxy/rpcclient/client.go b/protocol/chainlib/chainproxy/rpcclient/client.go index 885e2a6da5..dbbfdb7074 100644 --- a/protocol/chainlib/chainproxy/rpcclient/client.go +++ b/protocol/chainlib/chainproxy/rpcclient/client.go @@ -29,7 +29,7 @@ import ( "github.com/goccy/go-json" "github.com/ethereum/go-ethereum/log" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/utils" ) var ( diff --git a/protocol/chainlib/chainproxy/rpcclient/handler.go b/protocol/chainlib/chainproxy/rpcclient/handler.go index 08ecd0ecac..60f628b5bc 100755 --- a/protocol/chainlib/chainproxy/rpcclient/handler.go +++ b/protocol/chainlib/chainproxy/rpcclient/handler.go @@ -27,7 +27,7 @@ import ( "github.com/goccy/go-json" "github.com/ethereum/go-ethereum/log" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/utils" ) // handler handles JSON-RPC messages. There is one handler per connection. Note that diff --git a/protocol/chainlib/chainproxy/rpcclient/http.go b/protocol/chainlib/chainproxy/rpcclient/http.go index f340d33a12..5e6fde9dad 100755 --- a/protocol/chainlib/chainproxy/rpcclient/http.go +++ b/protocol/chainlib/chainproxy/rpcclient/http.go @@ -31,8 +31,8 @@ import ( "github.com/goccy/go-json" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/utils" "google.golang.org/grpc" "google.golang.org/grpc/metadata" ) diff --git a/protocol/chainlib/chainproxy/rpcclient/json.go b/protocol/chainlib/chainproxy/rpcclient/json.go index 3a752daad6..57a1e10935 100755 --- a/protocol/chainlib/chainproxy/rpcclient/json.go +++ b/protocol/chainlib/chainproxy/rpcclient/json.go @@ -29,7 +29,7 @@ import ( "github.com/goccy/go-json" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/utils" ) const ( diff --git a/protocol/chainlib/chainproxy/rpcclient/service.go b/protocol/chainlib/chainproxy/rpcclient/service.go index 198d944226..fee6a1d238 100755 --- a/protocol/chainlib/chainproxy/rpcclient/service.go +++ b/protocol/chainlib/chainproxy/rpcclient/service.go @@ -26,7 +26,7 @@ import ( "unicode" "github.com/ethereum/go-ethereum/log" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/utils" ) var ( diff --git a/protocol/chainlib/chainproxy/rpcclient/subscription.go b/protocol/chainlib/chainproxy/rpcclient/subscription.go index 5ee2d64deb..6835ee09a3 100755 --- a/protocol/chainlib/chainproxy/rpcclient/subscription.go +++ b/protocol/chainlib/chainproxy/rpcclient/subscription.go @@ -32,7 +32,7 @@ import ( "github.com/goccy/go-json" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/utils" ) var ( diff --git a/protocol/chainlib/chainproxy/rpcclient/types.go b/protocol/chainlib/chainproxy/rpcclient/types.go index 590e2e83c4..a79a846b26 100755 --- a/protocol/chainlib/chainproxy/rpcclient/types.go +++ b/protocol/chainlib/chainproxy/rpcclient/types.go @@ -27,7 +27,7 @@ import ( "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" - spectypes "github.com/lavanet/lava/x/spec/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" ) // API describes the set of methods offered over the RPC interface diff --git a/protocol/chainlib/common.go b/protocol/chainlib/common.go index f60ae4158f..88f819d2e6 100644 --- a/protocol/chainlib/common.go +++ b/protocol/chainlib/common.go @@ -14,11 +14,11 @@ import ( "github.com/gofiber/fiber/v2/middleware/compress" "github.com/gofiber/fiber/v2/middleware/favicon" "github.com/gofiber/websocket/v2" - common "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/protocol/metrics" - "github.com/lavanet/lava/utils" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - spectypes "github.com/lavanet/lava/x/spec/types" + common "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/protocol/metrics" + "github.com/lavanet/lava/v2/utils" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "google.golang.org/grpc/metadata" ) diff --git a/protocol/chainlib/common_test.go b/protocol/chainlib/common_test.go index 9f8c6680dc..6793b48d16 100644 --- a/protocol/chainlib/common_test.go +++ b/protocol/chainlib/common_test.go @@ -10,8 +10,8 @@ import ( "github.com/gofiber/fiber/v2" "github.com/gofiber/websocket/v2" websocket2 "github.com/gorilla/websocket" - "github.com/lavanet/lava/protocol/chainlib/chainproxy" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "github.com/stretchr/testify/assert" ) diff --git a/protocol/chainlib/common_test_utils.go b/protocol/chainlib/common_test_utils.go index d18e81d49e..8449016e64 100644 --- a/protocol/chainlib/common_test_utils.go +++ b/protocol/chainlib/common_test_utils.go @@ -9,21 +9,21 @@ import ( "testing" "time" - "github.com/lavanet/lava/utils/rand" - "github.com/lavanet/lava/utils/sigs" + "github.com/lavanet/lava/v2/utils/rand" + "github.com/lavanet/lava/v2/utils/sigs" "github.com/cometbft/cometbft/proto/tendermint/types" "github.com/cosmos/cosmos-sdk/client/grpc/tmservice" "github.com/cosmos/cosmos-sdk/server/grpc/gogoreflection" sdk "github.com/cosmos/cosmos-sdk/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/lavanet/lava/protocol/chaintracker" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/protocol/lavasession" - testcommon "github.com/lavanet/lava/testutil/common" - keepertest "github.com/lavanet/lava/testutil/keeper" - plantypes "github.com/lavanet/lava/x/plans/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/protocol/chaintracker" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/protocol/lavasession" + testcommon "github.com/lavanet/lava/v2/testutil/common" + keepertest "github.com/lavanet/lava/v2/testutil/keeper" + plantypes "github.com/lavanet/lava/v2/x/plans/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "github.com/stretchr/testify/require" "google.golang.org/grpc" "google.golang.org/grpc/metadata" diff --git a/protocol/chainlib/extensionslib/archive_parser_rule.go b/protocol/chainlib/extensionslib/archive_parser_rule.go index 624ea99c15..e937d9067a 100644 --- a/protocol/chainlib/extensionslib/archive_parser_rule.go +++ b/protocol/chainlib/extensionslib/archive_parser_rule.go @@ -1,7 +1,7 @@ package extensionslib import ( - spectypes "github.com/lavanet/lava/x/spec/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" ) type ArchiveParserRule struct { diff --git a/protocol/chainlib/extensionslib/extension_parser.go b/protocol/chainlib/extensionslib/extension_parser.go index 843c5599a9..f9ddcbdea0 100644 --- a/protocol/chainlib/extensionslib/extension_parser.go +++ b/protocol/chainlib/extensionslib/extension_parser.go @@ -1,7 +1,7 @@ package extensionslib import ( - spectypes "github.com/lavanet/lava/x/spec/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" ) type ExtensionInfo struct { diff --git a/protocol/chainlib/grpc.go b/protocol/chainlib/grpc.go index 8b132944c1..f97db4cf1a 100644 --- a/protocol/chainlib/grpc.go +++ b/protocol/chainlib/grpc.go @@ -15,11 +15,11 @@ import ( "github.com/goccy/go-json" "github.com/gogo/protobuf/jsonpb" - "github.com/lavanet/lava/protocol/chainlib/extensionslib" - "github.com/lavanet/lava/protocol/chainlib/grpcproxy" - dyncodec "github.com/lavanet/lava/protocol/chainlib/grpcproxy/dyncodec" - "github.com/lavanet/lava/protocol/parser" - protocoltypes "github.com/lavanet/lava/x/protocol/types" + "github.com/lavanet/lava/v2/protocol/chainlib/extensionslib" + "github.com/lavanet/lava/v2/protocol/chainlib/grpcproxy" + dyncodec "github.com/lavanet/lava/v2/protocol/chainlib/grpcproxy/dyncodec" + "github.com/lavanet/lava/v2/protocol/parser" + protocoltypes "github.com/lavanet/lava/v2/x/protocol/types" "google.golang.org/grpc" "google.golang.org/grpc/codes" @@ -30,15 +30,15 @@ import ( "github.com/jhump/protoreflect/desc" "github.com/jhump/protoreflect/dynamic" "github.com/jhump/protoreflect/grpcreflect" - "github.com/lavanet/lava/protocol/chainlib/chainproxy" - "github.com/lavanet/lava/protocol/chainlib/chainproxy/rpcInterfaceMessages" - "github.com/lavanet/lava/protocol/chainlib/chainproxy/rpcclient" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/protocol/metrics" - "github.com/lavanet/lava/utils" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy/rpcInterfaceMessages" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy/rpcclient" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/protocol/metrics" + "github.com/lavanet/lava/v2/utils" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" reflectionpbo "google.golang.org/grpc/reflection/grpc_reflection_v1alpha" "google.golang.org/grpc/status" ) diff --git a/protocol/chainlib/grpc_test.go b/protocol/chainlib/grpc_test.go index 23f770c1fe..cc92d5a371 100644 --- a/protocol/chainlib/grpc_test.go +++ b/protocol/chainlib/grpc_test.go @@ -9,12 +9,12 @@ import ( "testing" "time" - "github.com/lavanet/lava/protocol/chainlib/chainproxy" - "github.com/lavanet/lava/protocol/chainlib/chainproxy/rpcInterfaceMessages" - "github.com/lavanet/lava/protocol/chainlib/extensionslib" - "github.com/lavanet/lava/protocol/parser" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy/rpcInterfaceMessages" + "github.com/lavanet/lava/v2/protocol/chainlib/extensionslib" + "github.com/lavanet/lava/v2/protocol/parser" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) diff --git a/protocol/chainlib/grpcproxy/dyncodec/registry.go b/protocol/chainlib/grpcproxy/dyncodec/registry.go index 187a4dad79..30c6a4435a 100644 --- a/protocol/chainlib/grpcproxy/dyncodec/registry.go +++ b/protocol/chainlib/grpcproxy/dyncodec/registry.go @@ -5,7 +5,7 @@ import ( "fmt" "strings" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/utils" "google.golang.org/protobuf/reflect/protodesc" "google.golang.org/protobuf/reflect/protoreflect" "google.golang.org/protobuf/reflect/protoregistry" diff --git a/protocol/chainlib/grpcproxy/dyncodec/remote_grpc_reflection.go b/protocol/chainlib/grpcproxy/dyncodec/remote_grpc_reflection.go index e817ae75b2..03273e1944 100644 --- a/protocol/chainlib/grpcproxy/dyncodec/remote_grpc_reflection.go +++ b/protocol/chainlib/grpcproxy/dyncodec/remote_grpc_reflection.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/utils" "google.golang.org/grpc" "google.golang.org/grpc/reflection/grpc_reflection_v1alpha" "google.golang.org/protobuf/proto" diff --git a/protocol/chainlib/grpcproxy/dyncodec/remote_relayer.go b/protocol/chainlib/grpcproxy/dyncodec/remote_relayer.go index 8d6993ae98..ceb8ded940 100644 --- a/protocol/chainlib/grpcproxy/dyncodec/remote_relayer.go +++ b/protocol/chainlib/grpcproxy/dyncodec/remote_relayer.go @@ -3,7 +3,7 @@ package dyncodec import ( "context" - "github.com/lavanet/lava/protocol/chainlib/grpcproxy" + "github.com/lavanet/lava/v2/protocol/chainlib/grpcproxy" "google.golang.org/grpc/reflection/grpc_reflection_v1alpha" "google.golang.org/protobuf/proto" "google.golang.org/protobuf/reflect/protoreflect" diff --git a/protocol/chainlib/grpcproxy/dyncodec/remotes_test.go b/protocol/chainlib/grpcproxy/dyncodec/remotes_test.go index 2f963d28bd..f9e215d097 100644 --- a/protocol/chainlib/grpcproxy/dyncodec/remotes_test.go +++ b/protocol/chainlib/grpcproxy/dyncodec/remotes_test.go @@ -4,8 +4,8 @@ import ( "context" "testing" - "github.com/lavanet/lava/protocol/chainlib/grpcproxy" - "github.com/lavanet/lava/protocol/chainlib/grpcproxy/testproto" + "github.com/lavanet/lava/v2/protocol/chainlib/grpcproxy" + "github.com/lavanet/lava/v2/protocol/chainlib/grpcproxy/testproto" "github.com/stretchr/testify/require" "google.golang.org/grpc" "google.golang.org/grpc/metadata" diff --git a/protocol/chainlib/grpcproxy/grpcproxy.go b/protocol/chainlib/grpcproxy/grpcproxy.go index ee53c3348e..f507a4375a 100644 --- a/protocol/chainlib/grpcproxy/grpcproxy.go +++ b/protocol/chainlib/grpcproxy/grpcproxy.go @@ -7,8 +7,8 @@ import ( "github.com/gofiber/fiber/v2" "github.com/improbable-eng/grpc-web/go/grpcweb" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/utils" "golang.org/x/net/http2" "golang.org/x/net/http2/h2c" "google.golang.org/grpc" diff --git a/protocol/chainlib/grpcproxy/grpcproxy_test.go b/protocol/chainlib/grpcproxy/grpcproxy_test.go index 36495d0233..07c8b9e4ef 100644 --- a/protocol/chainlib/grpcproxy/grpcproxy_test.go +++ b/protocol/chainlib/grpcproxy/grpcproxy_test.go @@ -4,8 +4,8 @@ import ( "context" "testing" - "github.com/lavanet/lava/protocol/chainlib/grpcproxy/testproto" - "github.com/lavanet/lava/protocol/common" + "github.com/lavanet/lava/v2/protocol/chainlib/grpcproxy/testproto" + "github.com/lavanet/lava/v2/protocol/common" "github.com/stretchr/testify/require" "google.golang.org/grpc/metadata" ) diff --git a/protocol/chainlib/jsonRPC.go b/protocol/chainlib/jsonRPC.go index 3fe2b4ef6c..400a30edd5 100644 --- a/protocol/chainlib/jsonRPC.go +++ b/protocol/chainlib/jsonRPC.go @@ -14,18 +14,18 @@ import ( "github.com/gofiber/fiber/v2" "github.com/gofiber/websocket/v2" - "github.com/lavanet/lava/protocol/chainlib/chainproxy/rpcInterfaceMessages" - "github.com/lavanet/lava/protocol/chainlib/extensionslib" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/protocol/metrics" - "github.com/lavanet/lava/protocol/parser" - - "github.com/lavanet/lava/protocol/chainlib/chainproxy" - "github.com/lavanet/lava/protocol/chainlib/chainproxy/rpcclient" - "github.com/lavanet/lava/utils" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy/rpcInterfaceMessages" + "github.com/lavanet/lava/v2/protocol/chainlib/extensionslib" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/protocol/metrics" + "github.com/lavanet/lava/v2/protocol/parser" + + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy/rpcclient" + "github.com/lavanet/lava/v2/utils" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" ) const SEP = "&" diff --git a/protocol/chainlib/jsonRPC_test.go b/protocol/chainlib/jsonRPC_test.go index 850aa78b08..3404614941 100644 --- a/protocol/chainlib/jsonRPC_test.go +++ b/protocol/chainlib/jsonRPC_test.go @@ -9,11 +9,11 @@ import ( "testing" "time" - "github.com/lavanet/lava/protocol/chainlib/chainproxy/rpcInterfaceMessages" - "github.com/lavanet/lava/protocol/chainlib/extensionslib" - keepertest "github.com/lavanet/lava/testutil/keeper" - plantypes "github.com/lavanet/lava/x/plans/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy/rpcInterfaceMessages" + "github.com/lavanet/lava/v2/protocol/chainlib/extensionslib" + keepertest "github.com/lavanet/lava/v2/testutil/keeper" + plantypes "github.com/lavanet/lava/v2/x/plans/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) diff --git a/protocol/chainlib/node_error_handler.go b/protocol/chainlib/node_error_handler.go index 079b58b231..e800fe3c46 100644 --- a/protocol/chainlib/node_error_handler.go +++ b/protocol/chainlib/node_error_handler.go @@ -11,13 +11,13 @@ import ( "github.com/goccy/go-json" - "github.com/lavanet/lava/protocol/chainlib/chainproxy/rpcInterfaceMessages" - "github.com/lavanet/lava/protocol/chainlib/chainproxy/rpcclient" - "github.com/lavanet/lava/protocol/common" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy/rpcInterfaceMessages" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy/rpcclient" + "github.com/lavanet/lava/v2/protocol/common" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/utils" ) type genericErrorHandler struct{} diff --git a/protocol/chainlib/node_error_handler_test.go b/protocol/chainlib/node_error_handler_test.go index 216444b0fc..c78fc24472 100644 --- a/protocol/chainlib/node_error_handler_test.go +++ b/protocol/chainlib/node_error_handler_test.go @@ -9,7 +9,7 @@ import ( "syscall" "testing" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/utils" "github.com/stretchr/testify/require" ) diff --git a/protocol/chainlib/rest.go b/protocol/chainlib/rest.go index 554a6f38f4..1f9c1ebcde 100644 --- a/protocol/chainlib/rest.go +++ b/protocol/chainlib/rest.go @@ -11,22 +11,22 @@ import ( "strings" "time" - "github.com/lavanet/lava/protocol/chainlib/chainproxy" - "github.com/lavanet/lava/protocol/chainlib/chainproxy/rpcInterfaceMessages" - "github.com/lavanet/lava/protocol/chainlib/chainproxy/rpcclient" - "github.com/lavanet/lava/protocol/chainlib/extensionslib" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/protocol/parser" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy/rpcInterfaceMessages" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy/rpcclient" + "github.com/lavanet/lava/v2/protocol/chainlib/extensionslib" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/protocol/parser" + "github.com/lavanet/lava/v2/utils" "google.golang.org/grpc" "google.golang.org/grpc/metadata" - pairingtypes "github.com/lavanet/lava/x/pairing/types" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" "github.com/gofiber/fiber/v2" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/protocol/metrics" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/protocol/metrics" + spectypes "github.com/lavanet/lava/v2/x/spec/types" ) type RestChainParser struct { diff --git a/protocol/chainlib/rest_test.go b/protocol/chainlib/rest_test.go index e3d435af70..d115003489 100644 --- a/protocol/chainlib/rest_test.go +++ b/protocol/chainlib/rest_test.go @@ -8,13 +8,13 @@ import ( "testing" "time" - "github.com/lavanet/lava/protocol/chainlib/chainproxy" - "github.com/lavanet/lava/protocol/chainlib/chainproxy/rpcInterfaceMessages" - "github.com/lavanet/lava/protocol/chainlib/extensionslib" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/protocol/parser" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy/rpcInterfaceMessages" + "github.com/lavanet/lava/v2/protocol/chainlib/extensionslib" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/protocol/parser" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) diff --git a/protocol/chainlib/tendermintRPC.go b/protocol/chainlib/tendermintRPC.go index 0a71a7dce4..92ca30893e 100644 --- a/protocol/chainlib/tendermintRPC.go +++ b/protocol/chainlib/tendermintRPC.go @@ -15,17 +15,17 @@ import ( "github.com/gofiber/fiber/v2" "github.com/gofiber/websocket/v2" - "github.com/lavanet/lava/protocol/chainlib/chainproxy" - "github.com/lavanet/lava/protocol/chainlib/chainproxy/rpcInterfaceMessages" - "github.com/lavanet/lava/protocol/chainlib/chainproxy/rpcclient" - "github.com/lavanet/lava/protocol/chainlib/extensionslib" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/protocol/metrics" - "github.com/lavanet/lava/protocol/parser" - "github.com/lavanet/lava/utils" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy/rpcInterfaceMessages" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy/rpcclient" + "github.com/lavanet/lava/v2/protocol/chainlib/extensionslib" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/protocol/metrics" + "github.com/lavanet/lava/v2/protocol/parser" + "github.com/lavanet/lava/v2/utils" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "google.golang.org/grpc" "google.golang.org/grpc/metadata" ) diff --git a/protocol/chainlib/tendermintRPC_test.go b/protocol/chainlib/tendermintRPC_test.go index aaa24f0847..0dc1f60744 100644 --- a/protocol/chainlib/tendermintRPC_test.go +++ b/protocol/chainlib/tendermintRPC_test.go @@ -8,9 +8,9 @@ import ( "testing" "time" - "github.com/lavanet/lava/protocol/chainlib/chainproxy/rpcInterfaceMessages" - "github.com/lavanet/lava/protocol/chainlib/extensionslib" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy/rpcInterfaceMessages" + "github.com/lavanet/lava/v2/protocol/chainlib/extensionslib" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) diff --git a/protocol/chaintracker/chain_tracker.go b/protocol/chaintracker/chain_tracker.go index ae10cc08e3..d8a4d74cf7 100644 --- a/protocol/chaintracker/chain_tracker.go +++ b/protocol/chaintracker/chain_tracker.go @@ -13,15 +13,15 @@ import ( "sync/atomic" "time" - rand "github.com/lavanet/lava/utils/rand" + rand "github.com/lavanet/lava/v2/utils/rand" sdkerrors "cosmossdk.io/errors" "github.com/improbable-eng/grpc-web/go/grpcweb" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/protocol/metrics" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/lavaslices" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/protocol/metrics" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/lavaslices" "golang.org/x/net/http2" "golang.org/x/net/http2/h2c" grpc "google.golang.org/grpc" diff --git a/protocol/chaintracker/chain_tracker_test.go b/protocol/chaintracker/chain_tracker_test.go index e59fa2b52a..598eb0730a 100644 --- a/protocol/chaintracker/chain_tracker_test.go +++ b/protocol/chaintracker/chain_tracker_test.go @@ -9,11 +9,11 @@ import ( "testing" "time" - chaintracker "github.com/lavanet/lava/protocol/chaintracker" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/utils" - rand "github.com/lavanet/lava/utils/rand" - spectypes "github.com/lavanet/lava/x/spec/types" + chaintracker "github.com/lavanet/lava/v2/protocol/chaintracker" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/utils" + rand "github.com/lavanet/lava/v2/utils/rand" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "github.com/stretchr/testify/require" ) diff --git a/protocol/chaintracker/config.go b/protocol/chaintracker/config.go index 2ac04f4d66..20b1e95d22 100644 --- a/protocol/chaintracker/config.go +++ b/protocol/chaintracker/config.go @@ -3,7 +3,7 @@ package chaintracker import ( "time" - "github.com/lavanet/lava/protocol/metrics" + "github.com/lavanet/lava/v2/protocol/metrics" ) const ( diff --git a/protocol/chaintracker/wanted_block_data.go b/protocol/chaintracker/wanted_block_data.go index aec5ad1015..66f6e2c74b 100644 --- a/protocol/chaintracker/wanted_block_data.go +++ b/protocol/chaintracker/wanted_block_data.go @@ -3,7 +3,7 @@ package chaintracker import ( fmt "fmt" - spectypes "github.com/lavanet/lava/x/spec/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" ) type BlockRange struct { diff --git a/protocol/chaintracker/wanted_block_data_test.go b/protocol/chaintracker/wanted_block_data_test.go index ec4dc72da6..7af8df060f 100644 --- a/protocol/chaintracker/wanted_block_data_test.go +++ b/protocol/chaintracker/wanted_block_data_test.go @@ -4,8 +4,8 @@ import ( fmt "fmt" "testing" - chaintracker "github.com/lavanet/lava/protocol/chaintracker" - spectypes "github.com/lavanet/lava/x/spec/types" + chaintracker "github.com/lavanet/lava/v2/protocol/chaintracker" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "github.com/stretchr/testify/require" ) diff --git a/protocol/common/cobra_common.go b/protocol/common/cobra_common.go index 076198c542..eff326499f 100644 --- a/protocol/common/cobra_common.go +++ b/protocol/common/cobra_common.go @@ -3,7 +3,7 @@ package common import ( "time" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/utils" "github.com/spf13/cobra" "github.com/spf13/viper" ) diff --git a/protocol/common/collections.go b/protocol/common/collections.go index 7e75f5028d..427ccc66d5 100644 --- a/protocol/common/collections.go +++ b/protocol/common/collections.go @@ -1,7 +1,7 @@ package common import ( - spectypes "github.com/lavanet/lava/x/spec/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" ) const ( diff --git a/protocol/common/endpoints.go b/protocol/common/endpoints.go index eb1205dd05..8c01e5a65a 100644 --- a/protocol/common/endpoints.go +++ b/protocol/common/endpoints.go @@ -8,10 +8,10 @@ import ( "time" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/sigs" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/sigs" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "google.golang.org/grpc/metadata" "google.golang.org/grpc/peer" ) diff --git a/protocol/common/tx_parsing.go b/protocol/common/tx_parsing.go index 5572049497..6b04d3f2ca 100644 --- a/protocol/common/tx_parsing.go +++ b/protocol/common/tx_parsing.go @@ -6,7 +6,7 @@ import ( "strconv" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/utils" "github.com/spf13/pflag" ) diff --git a/protocol/integration/mocks.go b/protocol/integration/mocks.go index 3eb06f89a7..9f150f707d 100644 --- a/protocol/integration/mocks.go +++ b/protocol/integration/mocks.go @@ -9,17 +9,17 @@ import ( "sync" "time" - "github.com/lavanet/lava/protocol/chaintracker" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/protocol/lavaprotocol" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/protocol/rpcprovider/reliabilitymanager" - "github.com/lavanet/lava/protocol/statetracker/updaters" - "github.com/lavanet/lava/utils" - conflicttypes "github.com/lavanet/lava/x/conflict/types" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - plantypes "github.com/lavanet/lava/x/plans/types" - protocoltypes "github.com/lavanet/lava/x/protocol/types" + "github.com/lavanet/lava/v2/protocol/chaintracker" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/protocol/lavaprotocol" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/protocol/rpcprovider/reliabilitymanager" + "github.com/lavanet/lava/v2/protocol/statetracker/updaters" + "github.com/lavanet/lava/v2/utils" + conflicttypes "github.com/lavanet/lava/v2/x/conflict/types" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + plantypes "github.com/lavanet/lava/v2/x/plans/types" + protocoltypes "github.com/lavanet/lava/v2/x/protocol/types" ) type mockConsumerStateTracker struct{} diff --git a/protocol/integration/protocol_test.go b/protocol/integration/protocol_test.go index 358a9025a2..bcecc67b94 100644 --- a/protocol/integration/protocol_test.go +++ b/protocol/integration/protocol_test.go @@ -11,25 +11,25 @@ import ( "testing" "time" - "github.com/lavanet/lava/protocol/chainlib" - "github.com/lavanet/lava/protocol/chainlib/chainproxy/rpcInterfaceMessages" - "github.com/lavanet/lava/protocol/chaintracker" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/protocol/lavaprotocol" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/protocol/metrics" - "github.com/lavanet/lava/protocol/provideroptimizer" - "github.com/lavanet/lava/protocol/rpcconsumer" - "github.com/lavanet/lava/protocol/rpcprovider" - "github.com/lavanet/lava/protocol/rpcprovider/reliabilitymanager" - "github.com/lavanet/lava/protocol/rpcprovider/rewardserver" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/rand" - "github.com/lavanet/lava/utils/sigs" + "github.com/lavanet/lava/v2/protocol/chainlib" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy/rpcInterfaceMessages" + "github.com/lavanet/lava/v2/protocol/chaintracker" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/protocol/lavaprotocol" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/protocol/metrics" + "github.com/lavanet/lava/v2/protocol/provideroptimizer" + "github.com/lavanet/lava/v2/protocol/rpcconsumer" + "github.com/lavanet/lava/v2/protocol/rpcprovider" + "github.com/lavanet/lava/v2/protocol/rpcprovider/reliabilitymanager" + "github.com/lavanet/lava/v2/protocol/rpcprovider/rewardserver" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/rand" + "github.com/lavanet/lava/v2/utils/sigs" "github.com/stretchr/testify/require" "google.golang.org/grpc/connectivity" - spectypes "github.com/lavanet/lava/x/spec/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" ) var ( diff --git a/protocol/lavaprotocol/finalization_consensus.go b/protocol/lavaprotocol/finalization_consensus.go index ca255e48a9..396168ef75 100644 --- a/protocol/lavaprotocol/finalization_consensus.go +++ b/protocol/lavaprotocol/finalization_consensus.go @@ -7,11 +7,11 @@ import ( "sync/atomic" "time" - "github.com/lavanet/lava/protocol/chainlib" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/lavaslices" - conflicttypes "github.com/lavanet/lava/x/conflict/types" - pairingtypes "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/protocol/chainlib" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/lavaslices" + conflicttypes "github.com/lavanet/lava/v2/x/conflict/types" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" ) type FinalizationConsensus struct { diff --git a/protocol/lavaprotocol/finalization_consensus_test.go b/protocol/lavaprotocol/finalization_consensus_test.go index 313539b893..38429a18e7 100644 --- a/protocol/lavaprotocol/finalization_consensus_test.go +++ b/protocol/lavaprotocol/finalization_consensus_test.go @@ -7,12 +7,12 @@ import ( "testing" "time" - "github.com/lavanet/lava/utils/rand" + "github.com/lavanet/lava/v2/utils/rand" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/protocol/chainlib" - "github.com/lavanet/lava/protocol/lavasession" - pairingtypes "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/protocol/chainlib" + "github.com/lavanet/lava/v2/protocol/lavasession" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" "github.com/stretchr/testify/require" ) diff --git a/protocol/lavaprotocol/request_builder.go b/protocol/lavaprotocol/request_builder.go index 76fab9e7dc..0f07b29b91 100644 --- a/protocol/lavaprotocol/request_builder.go +++ b/protocol/lavaprotocol/request_builder.go @@ -6,14 +6,14 @@ import ( "encoding/binary" "github.com/btcsuite/btcd/btcec/v2" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/sigs" - conflicttypes "github.com/lavanet/lava/x/conflict/types" - conflictconstruct "github.com/lavanet/lava/x/conflict/types/construct" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/sigs" + conflicttypes "github.com/lavanet/lava/v2/x/conflict/types" + conflictconstruct "github.com/lavanet/lava/v2/x/conflict/types/construct" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" ) const ( diff --git a/protocol/lavaprotocol/response_builder.go b/protocol/lavaprotocol/response_builder.go index 87c7aaaddf..1feffd19be 100644 --- a/protocol/lavaprotocol/response_builder.go +++ b/protocol/lavaprotocol/response_builder.go @@ -8,12 +8,12 @@ import ( btcSecp256k1 "github.com/btcsuite/btcd/btcec/v2" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/lavaslices" - "github.com/lavanet/lava/utils/sigs" - conflicttypes "github.com/lavanet/lava/x/conflict/types" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/lavaslices" + "github.com/lavanet/lava/v2/utils/sigs" + conflicttypes "github.com/lavanet/lava/v2/x/conflict/types" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" ) func SignRelayResponse(consumerAddress sdk.AccAddress, request pairingtypes.RelayRequest, pkey *btcSecp256k1.PrivateKey, reply *pairingtypes.RelayReply, signDataReliability bool) (*pairingtypes.RelayReply, error) { diff --git a/protocol/lavaprotocol/response_builder_test.go b/protocol/lavaprotocol/response_builder_test.go index 1f00f216ab..fa6b5a9e0b 100644 --- a/protocol/lavaprotocol/response_builder_test.go +++ b/protocol/lavaprotocol/response_builder_test.go @@ -6,10 +6,10 @@ import ( "encoding/json" "testing" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/utils/sigs" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/utils/sigs" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "github.com/stretchr/testify/require" ) diff --git a/protocol/lavaprotocol/reuqest_builder_test.go b/protocol/lavaprotocol/reuqest_builder_test.go index bf36d70b43..f60a11d462 100644 --- a/protocol/lavaprotocol/reuqest_builder_test.go +++ b/protocol/lavaprotocol/reuqest_builder_test.go @@ -4,9 +4,9 @@ import ( "context" "testing" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/utils/sigs" - pairingtypes "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/utils/sigs" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" "github.com/stretchr/testify/require" ) diff --git a/protocol/lavasession/common.go b/protocol/lavasession/common.go index 649d8e6ab6..5f5dbed492 100644 --- a/protocol/lavasession/common.go +++ b/protocol/lavasession/common.go @@ -17,10 +17,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/gogo/status" - "github.com/lavanet/lava/protocol/chainlib/chainproxy" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/pairing/keeper/scores" - planstypes "github.com/lavanet/lava/x/plans/types" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/pairing/keeper/scores" + planstypes "github.com/lavanet/lava/v2/x/plans/types" "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/credentials" diff --git a/protocol/lavasession/common_test.go b/protocol/lavasession/common_test.go index 903fd8111c..c16280118d 100644 --- a/protocol/lavasession/common_test.go +++ b/protocol/lavasession/common_test.go @@ -10,9 +10,9 @@ import ( "testing" "time" - "github.com/lavanet/lava/utils" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - planstypes "github.com/lavanet/lava/x/plans/types" + "github.com/lavanet/lava/v2/utils" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + planstypes "github.com/lavanet/lava/v2/x/plans/types" "github.com/stretchr/testify/require" "google.golang.org/grpc" "google.golang.org/grpc/credentials" diff --git a/protocol/lavasession/consumer_session_manager.go b/protocol/lavasession/consumer_session_manager.go index c0df759646..bc767ae732 100644 --- a/protocol/lavasession/consumer_session_manager.go +++ b/protocol/lavasession/consumer_session_manager.go @@ -10,13 +10,13 @@ import ( "time" sdkerrors "cosmossdk.io/errors" - "github.com/lavanet/lava/protocol/common" - metrics "github.com/lavanet/lava/protocol/metrics" - "github.com/lavanet/lava/protocol/provideroptimizer" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/rand" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/protocol/common" + metrics "github.com/lavanet/lava/v2/protocol/metrics" + "github.com/lavanet/lava/v2/protocol/provideroptimizer" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/rand" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "google.golang.org/grpc" "google.golang.org/grpc/metadata" ) diff --git a/protocol/lavasession/consumer_session_manager_test.go b/protocol/lavasession/consumer_session_manager_test.go index 7a3066941c..6719a1d41c 100644 --- a/protocol/lavasession/consumer_session_manager_test.go +++ b/protocol/lavasession/consumer_session_manager_test.go @@ -11,13 +11,13 @@ import ( "testing" "time" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/protocol/provideroptimizer" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/lavaslices" - "github.com/lavanet/lava/utils/rand" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/protocol/provideroptimizer" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/lavaslices" + "github.com/lavanet/lava/v2/utils/rand" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "github.com/stretchr/testify/require" "google.golang.org/grpc" "google.golang.org/grpc/credentials" diff --git a/protocol/lavasession/consumer_types.go b/protocol/lavasession/consumer_types.go index 0614ddae97..8998b2bf34 100644 --- a/protocol/lavasession/consumer_types.go +++ b/protocol/lavasession/consumer_types.go @@ -8,11 +8,11 @@ import ( "time" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/protocol/provideroptimizer" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/rand" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - planstypes "github.com/lavanet/lava/x/plans/types" + "github.com/lavanet/lava/v2/protocol/provideroptimizer" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/rand" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + planstypes "github.com/lavanet/lava/v2/x/plans/types" "google.golang.org/grpc" "google.golang.org/grpc/connectivity" ) diff --git a/protocol/lavasession/end_to_end_lavasession_test.go b/protocol/lavasession/end_to_end_lavasession_test.go index 3eb4d1d56f..393fa6f416 100644 --- a/protocol/lavasession/end_to_end_lavasession_test.go +++ b/protocol/lavasession/end_to_end_lavasession_test.go @@ -5,7 +5,7 @@ import ( "testing" "time" - "github.com/lavanet/lava/protocol/common" + "github.com/lavanet/lava/v2/protocol/common" "github.com/stretchr/testify/require" ) diff --git a/protocol/lavasession/provider_session_manager.go b/protocol/lavasession/provider_session_manager.go index c7042fca09..1ccdebc7f5 100644 --- a/protocol/lavasession/provider_session_manager.go +++ b/protocol/lavasession/provider_session_manager.go @@ -5,9 +5,9 @@ import ( "sync" "sync/atomic" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/lavaslices" - pairingtypes "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/lavaslices" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" ) type ProviderSessionManager struct { diff --git a/protocol/lavasession/provider_session_manager_test.go b/protocol/lavasession/provider_session_manager_test.go index 0af1160957..2749590d8e 100644 --- a/protocol/lavasession/provider_session_manager_test.go +++ b/protocol/lavasession/provider_session_manager_test.go @@ -7,10 +7,10 @@ import ( "testing" "time" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/rand" - pairingtypes "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/rand" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" "github.com/stretchr/testify/require" ) diff --git a/protocol/lavasession/provider_types.go b/protocol/lavasession/provider_types.go index 8ebbdf5321..df9dcc7634 100644 --- a/protocol/lavasession/provider_types.go +++ b/protocol/lavasession/provider_types.go @@ -7,9 +7,9 @@ import ( "sync" "sync/atomic" - "github.com/lavanet/lava/protocol/chainlib/chainproxy/rpcclient" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy/rpcclient" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/utils" ) type ProviderSessionsEpochData struct { diff --git a/protocol/lavasession/reported_providers.go b/protocol/lavasession/reported_providers.go index 9bd6c33195..25d7efb9de 100644 --- a/protocol/lavasession/reported_providers.go +++ b/protocol/lavasession/reported_providers.go @@ -4,9 +4,9 @@ import ( "sync" "time" - metrics "github.com/lavanet/lava/protocol/metrics" - "github.com/lavanet/lava/utils" - pairingtypes "github.com/lavanet/lava/x/pairing/types" + metrics "github.com/lavanet/lava/v2/protocol/metrics" + "github.com/lavanet/lava/v2/utils" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" ) const ( diff --git a/protocol/lavasession/single_consumer_session.go b/protocol/lavasession/single_consumer_session.go index 57665f7a90..512bbc3e75 100644 --- a/protocol/lavasession/single_consumer_session.go +++ b/protocol/lavasession/single_consumer_session.go @@ -7,8 +7,8 @@ import ( "time" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - pairingtypes "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/utils" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" ) type SingleConsumerSession struct { diff --git a/protocol/lavasession/single_provider_session.go b/protocol/lavasession/single_provider_session.go index e42ee5bdf8..256cd94e2b 100644 --- a/protocol/lavasession/single_provider_session.go +++ b/protocol/lavasession/single_provider_session.go @@ -6,7 +6,7 @@ import ( "sync/atomic" "time" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/utils" ) const ( diff --git a/protocol/lavasession/used_providers.go b/protocol/lavasession/used_providers.go index ab6f654eba..7d50610fb1 100644 --- a/protocol/lavasession/used_providers.go +++ b/protocol/lavasession/used_providers.go @@ -6,8 +6,8 @@ import ( "sync" "time" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/utils" ) const MaximumNumberOfSelectionLockAttempts = 500 diff --git a/protocol/metrics/consumer_referrer_client.go b/protocol/metrics/consumer_referrer_client.go index ce4621f953..da4be0d72b 100644 --- a/protocol/metrics/consumer_referrer_client.go +++ b/protocol/metrics/consumer_referrer_client.go @@ -6,7 +6,7 @@ import ( "github.com/goccy/go-json" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/utils" ) const ( diff --git a/protocol/metrics/consumer_relayserver_client.go b/protocol/metrics/consumer_relayserver_client.go index 107c9fb77c..be74610f21 100644 --- a/protocol/metrics/consumer_relayserver_client.go +++ b/protocol/metrics/consumer_relayserver_client.go @@ -10,7 +10,7 @@ import ( "github.com/goccy/go-json" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/utils" ) type ConsumerRelayServerClient struct { diff --git a/protocol/metrics/consumer_reports_client.go b/protocol/metrics/consumer_reports_client.go index fd900105a3..e575596295 100644 --- a/protocol/metrics/consumer_reports_client.go +++ b/protocol/metrics/consumer_reports_client.go @@ -6,8 +6,8 @@ import ( "github.com/goccy/go-json" - "github.com/lavanet/lava/utils" - pairingtypes "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/utils" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" ) const ( diff --git a/protocol/metrics/consumer_reports_client_test.go b/protocol/metrics/consumer_reports_client_test.go index 8ca7393159..ca86c9c1fc 100644 --- a/protocol/metrics/consumer_reports_client_test.go +++ b/protocol/metrics/consumer_reports_client_test.go @@ -8,7 +8,7 @@ import ( "testing" "time" - pairingtypes "github.com/lavanet/lava/x/pairing/types" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" "github.com/stretchr/testify/require" ) diff --git a/protocol/metrics/health_metrics.go b/protocol/metrics/health_metrics.go index 159eef9f88..9643666f4c 100644 --- a/protocol/metrics/health_metrics.go +++ b/protocol/metrics/health_metrics.go @@ -3,7 +3,7 @@ package metrics import ( "net/http" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/utils" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promhttp" ) diff --git a/protocol/metrics/metricsService.go b/protocol/metrics/metricsService.go index 7ce99601c2..5a69987564 100644 --- a/protocol/metrics/metricsService.go +++ b/protocol/metrics/metricsService.go @@ -9,7 +9,7 @@ import ( "github.com/goccy/go-json" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/utils" ) type AggregatedMetric struct { diff --git a/protocol/metrics/metrics_consumer_manager.go b/protocol/metrics/metrics_consumer_manager.go index 27bce6b0eb..99d584dcf5 100644 --- a/protocol/metrics/metrics_consumer_manager.go +++ b/protocol/metrics/metrics_consumer_manager.go @@ -7,8 +7,8 @@ import ( "sync/atomic" "time" - "github.com/lavanet/lava/utils" - pairingtypes "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/utils" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promhttp" ) diff --git a/protocol/metrics/metrics_provider.go b/protocol/metrics/metrics_provider.go index f786f068d6..38aae4f2ae 100644 --- a/protocol/metrics/metrics_provider.go +++ b/protocol/metrics/metrics_provider.go @@ -3,7 +3,7 @@ package metrics import ( "sync" - pairingtypes "github.com/lavanet/lava/x/pairing/types" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" "github.com/prometheus/client_golang/prometheus" ) diff --git a/protocol/metrics/metrics_provider_manager.go b/protocol/metrics/metrics_provider_manager.go index 721a2faa49..420f31f897 100644 --- a/protocol/metrics/metrics_provider_manager.go +++ b/protocol/metrics/metrics_provider_manager.go @@ -7,8 +7,8 @@ import ( "sync/atomic" "time" - "github.com/lavanet/lava/utils" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/utils" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promhttp" ) diff --git a/protocol/metrics/queue_sender.go b/protocol/metrics/queue_sender.go index 7c78b18a5f..ad311f9eeb 100644 --- a/protocol/metrics/queue_sender.go +++ b/protocol/metrics/queue_sender.go @@ -11,7 +11,7 @@ import ( "github.com/goccy/go-json" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/utils" ) type QueueSender struct { diff --git a/protocol/metrics/relays_monitor.go b/protocol/metrics/relays_monitor.go index aafdaa47c9..09c6545995 100644 --- a/protocol/metrics/relays_monitor.go +++ b/protocol/metrics/relays_monitor.go @@ -6,7 +6,7 @@ import ( "sync/atomic" "time" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/utils" ) type RelaysMonitor struct { diff --git a/protocol/metrics/rpcconsumerlogs.go b/protocol/metrics/rpcconsumerlogs.go index f5c8dd0ca9..7b659dd902 100644 --- a/protocol/metrics/rpcconsumerlogs.go +++ b/protocol/metrics/rpcconsumerlogs.go @@ -12,9 +12,9 @@ import ( "github.com/gofiber/fiber/v2" "github.com/gofiber/websocket/v2" "github.com/joho/godotenv" - "github.com/lavanet/lava/protocol/parser" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/rand" + "github.com/lavanet/lava/v2/protocol/parser" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/rand" "github.com/newrelic/go-agent/v3/newrelic" "google.golang.org/grpc/metadata" ) diff --git a/protocol/metrics/rpcconsumerlogs_test.go b/protocol/metrics/rpcconsumerlogs_test.go index 3801a7a185..f0f0c62e62 100644 --- a/protocol/metrics/rpcconsumerlogs_test.go +++ b/protocol/metrics/rpcconsumerlogs_test.go @@ -9,7 +9,7 @@ import ( "github.com/gofiber/fiber/v2" "github.com/gofiber/websocket/v2" websocket2 "github.com/gorilla/websocket" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/utils" "github.com/stretchr/testify/assert" ) diff --git a/protocol/monitoring/alerting.go b/protocol/monitoring/alerting.go index a432c4751f..6cf686100f 100644 --- a/protocol/monitoring/alerting.go +++ b/protocol/monitoring/alerting.go @@ -11,8 +11,8 @@ import ( "github.com/goccy/go-json" "github.com/dgraph-io/ristretto" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/sigs" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/sigs" ) const ( diff --git a/protocol/monitoring/health.go b/protocol/monitoring/health.go index 62e255f845..34a6e5b2dc 100644 --- a/protocol/monitoring/health.go +++ b/protocol/monitoring/health.go @@ -11,20 +11,20 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/gogo/status" - lvutil "github.com/lavanet/lava/ecosystem/lavavisor/pkg/util" - "github.com/lavanet/lava/protocol/chainlib" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/protocol/lavaprotocol" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/protocol/rpcprovider" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/rand" - dualstakingtypes "github.com/lavanet/lava/x/dualstaking/types" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - protocoltypes "github.com/lavanet/lava/x/protocol/types" - spectypes "github.com/lavanet/lava/x/spec/types" - subscriptiontypes "github.com/lavanet/lava/x/subscription/types" + lvutil "github.com/lavanet/lava/v2/ecosystem/lavavisor/pkg/util" + "github.com/lavanet/lava/v2/protocol/chainlib" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/protocol/lavaprotocol" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/protocol/rpcprovider" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/rand" + dualstakingtypes "github.com/lavanet/lava/v2/x/dualstaking/types" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + protocoltypes "github.com/lavanet/lava/v2/x/protocol/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" + subscriptiontypes "github.com/lavanet/lava/v2/x/subscription/types" "github.com/spf13/viper" "google.golang.org/grpc" "google.golang.org/grpc/codes" diff --git a/protocol/monitoring/health_cmd.go b/protocol/monitoring/health_cmd.go index bb1bf2f9c6..97da35b1a0 100644 --- a/protocol/monitoring/health_cmd.go +++ b/protocol/monitoring/health_cmd.go @@ -13,12 +13,12 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/config" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/app" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/protocol/metrics" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/rand" + "github.com/lavanet/lava/v2/app" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/protocol/metrics" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/rand" "github.com/spf13/cobra" "github.com/spf13/viper" ) @@ -68,7 +68,7 @@ func CreateHealthCobraCommand() *cobra.Command { Short: `start monitoring the health of the protocol processes defined in the config`, Long: `config_file if a path to a yml file`, Example: `health config/health_examples/health_config.yml -example health config files can be found in https://github.com/lavanet/lava/blob/main/config/health_examples +example health config files can be found in https://github.com/lavanet/lava/v2/blob/main/config/health_examples subscription_addresses: - lava@... - lava@... diff --git a/protocol/monitoring/health_results.go b/protocol/monitoring/health_results.go index 7f135a641b..22bd452da2 100644 --- a/protocol/monitoring/health_results.go +++ b/protocol/monitoring/health_results.go @@ -4,9 +4,9 @@ import ( "sync" "time" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/utils/lavaslices" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/utils/lavaslices" + spectypes "github.com/lavanet/lava/v2/x/spec/types" ) type HealthResults struct { diff --git a/protocol/parser/parser.go b/protocol/parser/parser.go index b691fa5f9c..ae491f622d 100644 --- a/protocol/parser/parser.go +++ b/protocol/parser/parser.go @@ -10,9 +10,9 @@ import ( "github.com/goccy/go-json" sdkerrors "cosmossdk.io/errors" - "github.com/lavanet/lava/utils" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/utils" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" ) const ( diff --git a/protocol/parser/parser_test.go b/protocol/parser/parser_test.go index a39bc5ff79..82fcd2c36c 100644 --- a/protocol/parser/parser_test.go +++ b/protocol/parser/parser_test.go @@ -6,8 +6,8 @@ import ( "reflect" "testing" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - spectypes "github.com/lavanet/lava/x/spec/types" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "github.com/stretchr/testify/require" ) diff --git a/protocol/performance/cache.go b/protocol/performance/cache.go index fcb6adb6fa..0402b78bc5 100644 --- a/protocol/performance/cache.go +++ b/protocol/performance/cache.go @@ -4,8 +4,8 @@ import ( "context" "time" - "github.com/lavanet/lava/protocol/lavasession" - pairingtypes "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/protocol/lavasession" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" ) type Cache struct { diff --git a/protocol/performance/connection/connection_cmd.go b/protocol/performance/connection/connection_cmd.go index 4f88321ae7..f79cd10ce8 100644 --- a/protocol/performance/connection/connection_cmd.go +++ b/protocol/performance/connection/connection_cmd.go @@ -9,10 +9,10 @@ import ( "time" "github.com/improbable-eng/grpc-web/go/grpcweb" - "github.com/lavanet/lava/protocol/chainlib" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/utils" - pairingtypes "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/protocol/chainlib" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/utils" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" "github.com/spf13/cobra" "github.com/spf13/viper" "golang.org/x/net/http2" diff --git a/protocol/performance/connection/prober.go b/protocol/performance/connection/prober.go index add6bd38be..7ece1d14ee 100644 --- a/protocol/performance/connection/prober.go +++ b/protocol/performance/connection/prober.go @@ -5,9 +5,9 @@ import ( "fmt" "math/rand" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/utils" - pairingtypes "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/utils" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" "google.golang.org/grpc" "google.golang.org/grpc/metadata" ) diff --git a/protocol/performance/connection/server.go b/protocol/performance/connection/server.go index aabfcba51a..895a152cd7 100644 --- a/protocol/performance/connection/server.go +++ b/protocol/performance/connection/server.go @@ -4,9 +4,9 @@ import ( "context" "fmt" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/utils" - pairingtypes "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/utils" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" ) type RelayerConnectionServer struct { diff --git a/protocol/performance/pprofServer.go b/protocol/performance/pprofServer.go index 0cdddc6077..4c555003eb 100644 --- a/protocol/performance/pprofServer.go +++ b/protocol/performance/pprofServer.go @@ -5,7 +5,7 @@ import ( "github.com/gofiber/fiber/v2" fiberpprof "github.com/gofiber/fiber/v2/middleware/pprof" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/utils" ) const ( diff --git a/protocol/performance/validators/validators.go b/protocol/performance/validators/validators.go index 222a72a89d..02a05534fc 100644 --- a/protocol/performance/validators/validators.go +++ b/protocol/performance/validators/validators.go @@ -21,9 +21,9 @@ import ( "github.com/cosmos/cosmos-sdk/version" slashingtypes "github.com/cosmos/cosmos-sdk/x/slashing/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/lavanet/lava/app" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/rand" + "github.com/lavanet/lava/v2/app" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/rand" "github.com/spf13/cobra" "github.com/spf13/viper" ) diff --git a/protocol/provideroptimizer/provider_optimizer.go b/protocol/provideroptimizer/provider_optimizer.go index 9ffd9d923c..e3e6d7cf85 100644 --- a/protocol/provideroptimizer/provider_optimizer.go +++ b/protocol/provideroptimizer/provider_optimizer.go @@ -8,12 +8,12 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/dgraph-io/ristretto" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/lavaslices" - "github.com/lavanet/lava/utils/rand" - "github.com/lavanet/lava/utils/score" - pairingtypes "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/lavaslices" + "github.com/lavanet/lava/v2/utils/rand" + "github.com/lavanet/lava/v2/utils/score" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" "gonum.org/v1/gonum/mathext" ) diff --git a/protocol/provideroptimizer/provider_optimizer_test.go b/protocol/provideroptimizer/provider_optimizer_test.go index 79d118dc2c..9111b130f5 100644 --- a/protocol/provideroptimizer/provider_optimizer_test.go +++ b/protocol/provideroptimizer/provider_optimizer_test.go @@ -7,9 +7,9 @@ import ( "testing" "time" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/rand" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/rand" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "github.com/stretchr/testify/require" ) diff --git a/protocol/rpcconsumer/consumer_consistency.go b/protocol/rpcconsumer/consumer_consistency.go index 66c1613ef0..9bafbc78fb 100644 --- a/protocol/rpcconsumer/consumer_consistency.go +++ b/protocol/rpcconsumer/consumer_consistency.go @@ -4,7 +4,7 @@ import ( "time" "github.com/dgraph-io/ristretto" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/utils" ) // this class handles seen block values in requests diff --git a/protocol/rpcconsumer/policies_map.go b/protocol/rpcconsumer/policies_map.go index 1dca055a12..c4a31766ca 100644 --- a/protocol/rpcconsumer/policies_map.go +++ b/protocol/rpcconsumer/policies_map.go @@ -3,8 +3,8 @@ package rpcconsumer import ( "sync" - "github.com/lavanet/lava/protocol/statetracker/updaters" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/protocol/statetracker/updaters" + "github.com/lavanet/lava/v2/utils" ) type syncMapPolicyUpdaters struct { diff --git a/protocol/rpcconsumer/relay_errors.go b/protocol/rpcconsumer/relay_errors.go index 14a15a7b4e..caa877c446 100644 --- a/protocol/rpcconsumer/relay_errors.go +++ b/protocol/rpcconsumer/relay_errors.go @@ -6,8 +6,8 @@ import ( "strconv" github_com_cosmos_cosmos_sdk_types "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/utils" ) type RelayErrors struct { diff --git a/protocol/rpcconsumer/relay_errors_test.go b/protocol/rpcconsumer/relay_errors_test.go index e88288de5a..66b0f60389 100644 --- a/protocol/rpcconsumer/relay_errors_test.go +++ b/protocol/rpcconsumer/relay_errors_test.go @@ -5,7 +5,7 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/protocol/common" + "github.com/lavanet/lava/v2/protocol/common" "github.com/stretchr/testify/require" ) diff --git a/protocol/rpcconsumer/relay_processor.go b/protocol/rpcconsumer/relay_processor.go index 1b588171d0..eb4e3bd120 100644 --- a/protocol/rpcconsumer/relay_processor.go +++ b/protocol/rpcconsumer/relay_processor.go @@ -10,11 +10,11 @@ import ( "sync/atomic" sdktypes "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/protocol/chainlib" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/utils" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/protocol/chainlib" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/utils" + spectypes "github.com/lavanet/lava/v2/x/spec/types" ) const ( diff --git a/protocol/rpcconsumer/relay_processor_test.go b/protocol/rpcconsumer/relay_processor_test.go index 2ff8616a51..78b980da3f 100644 --- a/protocol/rpcconsumer/relay_processor_test.go +++ b/protocol/rpcconsumer/relay_processor_test.go @@ -7,12 +7,12 @@ import ( "testing" "time" - "github.com/lavanet/lava/protocol/chainlib" - "github.com/lavanet/lava/protocol/chainlib/extensionslib" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/protocol/lavasession" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/protocol/chainlib" + "github.com/lavanet/lava/v2/protocol/chainlib/extensionslib" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/protocol/lavasession" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "github.com/stretchr/testify/require" ) diff --git a/protocol/rpcconsumer/rpcconsumer.go b/protocol/rpcconsumer/rpcconsumer.go index 2064c954a3..7ab56750cd 100644 --- a/protocol/rpcconsumer/rpcconsumer.go +++ b/protocol/rpcconsumer/rpcconsumer.go @@ -15,23 +15,23 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/app" - "github.com/lavanet/lava/protocol/chainlib" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/protocol/lavaprotocol" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/protocol/metrics" - "github.com/lavanet/lava/protocol/performance" - "github.com/lavanet/lava/protocol/provideroptimizer" - "github.com/lavanet/lava/protocol/statetracker" - "github.com/lavanet/lava/protocol/statetracker/updaters" - "github.com/lavanet/lava/protocol/upgrade" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/rand" - "github.com/lavanet/lava/utils/sigs" - conflicttypes "github.com/lavanet/lava/x/conflict/types" - plantypes "github.com/lavanet/lava/x/plans/types" - protocoltypes "github.com/lavanet/lava/x/protocol/types" + "github.com/lavanet/lava/v2/app" + "github.com/lavanet/lava/v2/protocol/chainlib" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/protocol/lavaprotocol" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/protocol/metrics" + "github.com/lavanet/lava/v2/protocol/performance" + "github.com/lavanet/lava/v2/protocol/provideroptimizer" + "github.com/lavanet/lava/v2/protocol/statetracker" + "github.com/lavanet/lava/v2/protocol/statetracker/updaters" + "github.com/lavanet/lava/v2/protocol/upgrade" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/rand" + "github.com/lavanet/lava/v2/utils/sigs" + conflicttypes "github.com/lavanet/lava/v2/x/conflict/types" + plantypes "github.com/lavanet/lava/v2/x/plans/types" + protocoltypes "github.com/lavanet/lava/v2/x/protocol/types" "github.com/spf13/cobra" "github.com/spf13/viper" ) diff --git a/protocol/rpcconsumer/rpcconsumer_server.go b/protocol/rpcconsumer/rpcconsumer_server.go index 0c995f2626..9825ae3f63 100644 --- a/protocol/rpcconsumer/rpcconsumer_server.go +++ b/protocol/rpcconsumer/rpcconsumer_server.go @@ -11,21 +11,21 @@ import ( sdkerrors "cosmossdk.io/errors" "github.com/btcsuite/btcd/btcec/v2" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/protocol/chainlib" - "github.com/lavanet/lava/protocol/chainlib/chainproxy/rpcclient" - "github.com/lavanet/lava/protocol/chainlib/extensionslib" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/protocol/lavaprotocol" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/protocol/metrics" - "github.com/lavanet/lava/protocol/performance" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/protocopy" - "github.com/lavanet/lava/utils/rand" - conflicttypes "github.com/lavanet/lava/x/conflict/types" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - plantypes "github.com/lavanet/lava/x/plans/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/protocol/chainlib" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy/rpcclient" + "github.com/lavanet/lava/v2/protocol/chainlib/extensionslib" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/protocol/lavaprotocol" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/protocol/metrics" + "github.com/lavanet/lava/v2/protocol/performance" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/protocopy" + "github.com/lavanet/lava/v2/utils/rand" + conflicttypes "github.com/lavanet/lava/v2/x/conflict/types" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + plantypes "github.com/lavanet/lava/v2/x/plans/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "google.golang.org/grpc" "google.golang.org/grpc/metadata" ) diff --git a/protocol/rpcconsumer/testing.go b/protocol/rpcconsumer/testing.go index c62bf01eba..7560dd6b99 100644 --- a/protocol/rpcconsumer/testing.go +++ b/protocol/rpcconsumer/testing.go @@ -10,15 +10,15 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/version" - "github.com/lavanet/lava/protocol/chainlib" - "github.com/lavanet/lava/protocol/chainlib/chainproxy" - "github.com/lavanet/lava/protocol/chaintracker" - commonlib "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/protocol/rpcprovider" - "github.com/lavanet/lava/protocol/statetracker/updaters" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/rand" + "github.com/lavanet/lava/v2/protocol/chainlib" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy" + "github.com/lavanet/lava/v2/protocol/chaintracker" + commonlib "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/protocol/rpcprovider" + "github.com/lavanet/lava/v2/protocol/statetracker/updaters" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/rand" "github.com/spf13/cobra" "github.com/spf13/viper" ) diff --git a/protocol/rpcprovider/chain_tackers.go b/protocol/rpcprovider/chain_tackers.go index 6348726745..39c49db789 100644 --- a/protocol/rpcprovider/chain_tackers.go +++ b/protocol/rpcprovider/chain_tackers.go @@ -3,8 +3,8 @@ package rpcprovider import ( "sync" - "github.com/lavanet/lava/protocol/chaintracker" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/protocol/chaintracker" + "github.com/lavanet/lava/v2/utils" ) type ChainTrackers struct { diff --git a/protocol/rpcprovider/cors_test.go b/protocol/rpcprovider/cors_test.go index 83ba1ee1cf..69f4e16e3f 100644 --- a/protocol/rpcprovider/cors_test.go +++ b/protocol/rpcprovider/cors_test.go @@ -16,7 +16,7 @@ import ( "testing" "time" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" "github.com/stretchr/testify/require" ) diff --git a/protocol/rpcprovider/provider_listener.go b/protocol/rpcprovider/provider_listener.go index 0817c2a3af..41250fae8b 100644 --- a/protocol/rpcprovider/provider_listener.go +++ b/protocol/rpcprovider/provider_listener.go @@ -9,11 +9,11 @@ import ( "github.com/gogo/status" "github.com/improbable-eng/grpc-web/go/grpcweb" - "github.com/lavanet/lava/protocol/chainlib" - "github.com/lavanet/lava/protocol/lavaprotocol" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/utils" - pairingtypes "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/protocol/chainlib" + "github.com/lavanet/lava/v2/protocol/lavaprotocol" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/utils" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" "golang.org/x/net/http2" "golang.org/x/net/http2/h2c" grpc "google.golang.org/grpc" diff --git a/protocol/rpcprovider/provider_listener_mock.go b/protocol/rpcprovider/provider_listener_mock.go index e6f9255856..504a056858 100644 --- a/protocol/rpcprovider/provider_listener_mock.go +++ b/protocol/rpcprovider/provider_listener_mock.go @@ -12,7 +12,7 @@ import ( context "context" reflect "reflect" - types "github.com/lavanet/lava/x/pairing/types" + types "github.com/lavanet/lava/v2/x/pairing/types" gomock "go.uber.org/mock/gomock" ) diff --git a/protocol/rpcprovider/reliabilitymanager/reliability_manager.go b/protocol/rpcprovider/reliabilitymanager/reliability_manager.go index 88674405ad..77f22dbecd 100644 --- a/protocol/rpcprovider/reliabilitymanager/reliability_manager.go +++ b/protocol/rpcprovider/reliabilitymanager/reliability_manager.go @@ -10,15 +10,15 @@ import ( "github.com/goccy/go-json" terderminttypes "github.com/cometbft/cometbft/abci/types" - "github.com/lavanet/lava/protocol/chainlib" - "github.com/lavanet/lava/protocol/chainlib/extensionslib" - "github.com/lavanet/lava/protocol/chaintracker" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/rand" - "github.com/lavanet/lava/utils/sigs" - conflicttypes "github.com/lavanet/lava/x/conflict/types" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/protocol/chainlib" + "github.com/lavanet/lava/v2/protocol/chainlib/extensionslib" + "github.com/lavanet/lava/v2/protocol/chaintracker" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/rand" + "github.com/lavanet/lava/v2/utils/sigs" + conflicttypes "github.com/lavanet/lava/v2/x/conflict/types" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "golang.org/x/exp/slices" ) diff --git a/protocol/rpcprovider/reliabilitymanager/reliability_manager_test.go b/protocol/rpcprovider/reliabilitymanager/reliability_manager_test.go index c47afa692e..3d6059919b 100644 --- a/protocol/rpcprovider/reliabilitymanager/reliability_manager_test.go +++ b/protocol/rpcprovider/reliabilitymanager/reliability_manager_test.go @@ -10,19 +10,19 @@ import ( terderminttypes "github.com/cometbft/cometbft/abci/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/protocol/chainlib" - "github.com/lavanet/lava/protocol/chainlib/extensionslib" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/protocol/lavaprotocol" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/protocol/rpcprovider/reliabilitymanager" - "github.com/lavanet/lava/protocol/statetracker" - testkeeper "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/sigs" - conflicttypes "github.com/lavanet/lava/x/conflict/types" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/protocol/chainlib" + "github.com/lavanet/lava/v2/protocol/chainlib/extensionslib" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/protocol/lavaprotocol" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/protocol/rpcprovider/reliabilitymanager" + "github.com/lavanet/lava/v2/protocol/statetracker" + testkeeper "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/sigs" + conflicttypes "github.com/lavanet/lava/v2/x/conflict/types" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "github.com/stretchr/testify/require" ) diff --git a/protocol/rpcprovider/rewardserver/reward_db.go b/protocol/rpcprovider/rewardserver/reward_db.go index 874db284e6..9493916b3b 100644 --- a/protocol/rpcprovider/rewardserver/reward_db.go +++ b/protocol/rpcprovider/rewardserver/reward_db.go @@ -9,8 +9,8 @@ import ( "github.com/goccy/go-json" - "github.com/lavanet/lava/utils" - pairingtypes "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/utils" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" ) const keySeparator = "." diff --git a/protocol/rpcprovider/rewardserver/reward_db_test.go b/protocol/rpcprovider/rewardserver/reward_db_test.go index 6b2916f714..3cea3e9341 100644 --- a/protocol/rpcprovider/rewardserver/reward_db_test.go +++ b/protocol/rpcprovider/rewardserver/reward_db_test.go @@ -7,9 +7,9 @@ import ( tmproto "github.com/cometbft/cometbft/proto/tendermint/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/protocol/rpcprovider/rewardserver" - "github.com/lavanet/lava/testutil/common" - "github.com/lavanet/lava/utils/sigs" + "github.com/lavanet/lava/v2/protocol/rpcprovider/rewardserver" + "github.com/lavanet/lava/v2/testutil/common" + "github.com/lavanet/lava/v2/utils/sigs" "github.com/stretchr/testify/require" ) diff --git a/protocol/rpcprovider/rewardserver/reward_server.go b/protocol/rpcprovider/rewardserver/reward_server.go index b9e6005842..474d67aaed 100644 --- a/protocol/rpcprovider/rewardserver/reward_server.go +++ b/protocol/rpcprovider/rewardserver/reward_server.go @@ -11,14 +11,14 @@ import ( terderminttypes "github.com/cometbft/cometbft/abci/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/protocol/metrics" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/lavaslices" - "github.com/lavanet/lava/utils/rand" - "github.com/lavanet/lava/utils/sigs" - pairingtypes "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/protocol/metrics" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/lavaslices" + "github.com/lavanet/lava/v2/utils/rand" + "github.com/lavanet/lava/v2/utils/sigs" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" ) const ( diff --git a/protocol/rpcprovider/rewardserver/reward_server_test.go b/protocol/rpcprovider/rewardserver/reward_server_test.go index 9ebbedcef4..0e4db6dbc0 100644 --- a/protocol/rpcprovider/rewardserver/reward_server_test.go +++ b/protocol/rpcprovider/rewardserver/reward_server_test.go @@ -7,16 +7,16 @@ import ( "testing" "time" - "github.com/lavanet/lava/testutil/common" - "github.com/lavanet/lava/utils/rand" - "github.com/lavanet/lava/utils/sigs" + "github.com/lavanet/lava/v2/testutil/common" + "github.com/lavanet/lava/v2/utils/rand" + "github.com/lavanet/lava/v2/utils/sigs" "golang.org/x/net/context" terderminttypes "github.com/cometbft/cometbft/abci/types" tmproto "github.com/cometbft/cometbft/proto/tendermint/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - pairingtypes "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/utils" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" "github.com/stretchr/testify/require" ) diff --git a/protocol/rpcprovider/rpcprovider.go b/protocol/rpcprovider/rpcprovider.go index d3d9a39a12..f3404c4bab 100644 --- a/protocol/rpcprovider/rpcprovider.go +++ b/protocol/rpcprovider/rpcprovider.go @@ -16,25 +16,25 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/app" - "github.com/lavanet/lava/protocol/chainlib" - "github.com/lavanet/lava/protocol/chainlib/chainproxy" - "github.com/lavanet/lava/protocol/chaintracker" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/protocol/metrics" - "github.com/lavanet/lava/protocol/performance" - "github.com/lavanet/lava/protocol/rpcprovider/reliabilitymanager" - "github.com/lavanet/lava/protocol/rpcprovider/rewardserver" - "github.com/lavanet/lava/protocol/statetracker" - "github.com/lavanet/lava/protocol/statetracker/updaters" - "github.com/lavanet/lava/protocol/upgrade" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/rand" - "github.com/lavanet/lava/utils/sigs" - epochstorage "github.com/lavanet/lava/x/epochstorage/types" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - protocoltypes "github.com/lavanet/lava/x/protocol/types" + "github.com/lavanet/lava/v2/app" + "github.com/lavanet/lava/v2/protocol/chainlib" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy" + "github.com/lavanet/lava/v2/protocol/chaintracker" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/protocol/metrics" + "github.com/lavanet/lava/v2/protocol/performance" + "github.com/lavanet/lava/v2/protocol/rpcprovider/reliabilitymanager" + "github.com/lavanet/lava/v2/protocol/rpcprovider/rewardserver" + "github.com/lavanet/lava/v2/protocol/statetracker" + "github.com/lavanet/lava/v2/protocol/statetracker/updaters" + "github.com/lavanet/lava/v2/protocol/upgrade" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/rand" + "github.com/lavanet/lava/v2/utils/sigs" + epochstorage "github.com/lavanet/lava/v2/x/epochstorage/types" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + protocoltypes "github.com/lavanet/lava/v2/x/protocol/types" "github.com/spf13/cobra" "github.com/spf13/viper" ) diff --git a/protocol/rpcprovider/rpcprovider_server.go b/protocol/rpcprovider/rpcprovider_server.go index 9b30a4c9a5..feaea258f9 100644 --- a/protocol/rpcprovider/rpcprovider_server.go +++ b/protocol/rpcprovider/rpcprovider_server.go @@ -13,24 +13,24 @@ import ( "github.com/btcsuite/btcd/btcec/v2" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/gogo/status" - "github.com/lavanet/lava/protocol/chainlib" - "github.com/lavanet/lava/protocol/chainlib/chainproxy/rpcInterfaceMessages" - "github.com/lavanet/lava/protocol/chainlib/chainproxy/rpcclient" - "github.com/lavanet/lava/protocol/chainlib/extensionslib" - "github.com/lavanet/lava/protocol/chaintracker" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/protocol/lavaprotocol" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/protocol/metrics" - "github.com/lavanet/lava/protocol/performance" - "github.com/lavanet/lava/protocol/provideroptimizer" - "github.com/lavanet/lava/protocol/upgrade" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/lavaslices" - "github.com/lavanet/lava/utils/protocopy" - "github.com/lavanet/lava/utils/sigs" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/protocol/chainlib" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy/rpcInterfaceMessages" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy/rpcclient" + "github.com/lavanet/lava/v2/protocol/chainlib/extensionslib" + "github.com/lavanet/lava/v2/protocol/chaintracker" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/protocol/lavaprotocol" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/protocol/metrics" + "github.com/lavanet/lava/v2/protocol/performance" + "github.com/lavanet/lava/v2/protocol/provideroptimizer" + "github.com/lavanet/lava/v2/protocol/upgrade" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/lavaslices" + "github.com/lavanet/lava/v2/utils/protocopy" + "github.com/lavanet/lava/v2/utils/sigs" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" grpc "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/metadata" diff --git a/protocol/rpcprovider/rpcprovider_server_test.go b/protocol/rpcprovider/rpcprovider_server_test.go index 2e56fd6179..e8ff57fa6a 100644 --- a/protocol/rpcprovider/rpcprovider_server_test.go +++ b/protocol/rpcprovider/rpcprovider_server_test.go @@ -8,11 +8,11 @@ import ( "testing" "time" - "github.com/lavanet/lava/protocol/chainlib" - "github.com/lavanet/lava/protocol/chaintracker" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/protocol/rpcprovider/reliabilitymanager" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/protocol/chainlib" + "github.com/lavanet/lava/v2/protocol/chaintracker" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/protocol/rpcprovider/reliabilitymanager" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "github.com/stretchr/testify/require" ) diff --git a/protocol/rpcprovider/spec_validator.go b/protocol/rpcprovider/spec_validator.go index 8e6b309269..d0582e895b 100644 --- a/protocol/rpcprovider/spec_validator.go +++ b/protocol/rpcprovider/spec_validator.go @@ -5,10 +5,10 @@ import ( "sync" "time" - "github.com/lavanet/lava/protocol/chainlib" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/utils" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/protocol/chainlib" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/utils" + spectypes "github.com/lavanet/lava/v2/x/spec/types" ) const ( diff --git a/protocol/rpcprovider/spec_validator_test.go b/protocol/rpcprovider/spec_validator_test.go index 9fec678f71..b486be576c 100644 --- a/protocol/rpcprovider/spec_validator_test.go +++ b/protocol/rpcprovider/spec_validator_test.go @@ -6,9 +6,9 @@ import ( "testing" "time" - "github.com/lavanet/lava/protocol/chainlib" - "github.com/lavanet/lava/protocol/lavasession" - testcommon "github.com/lavanet/lava/testutil/common" + "github.com/lavanet/lava/v2/protocol/chainlib" + "github.com/lavanet/lava/v2/protocol/lavasession" + testcommon "github.com/lavanet/lava/v2/testutil/common" "github.com/stretchr/testify/require" "go.uber.org/mock/gomock" ) diff --git a/protocol/rpcprovider/testing.go b/protocol/rpcprovider/testing.go index 9b6cc4c949..2b4692f684 100644 --- a/protocol/rpcprovider/testing.go +++ b/protocol/rpcprovider/testing.go @@ -15,18 +15,18 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/version" "github.com/gogo/status" - lvutil "github.com/lavanet/lava/ecosystem/lavavisor/pkg/util" - "github.com/lavanet/lava/protocol/chainlib/chainproxy" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/rand" - "github.com/lavanet/lava/utils/sigs" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - pairingcli "github.com/lavanet/lava/x/pairing/client/cli" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - protocoltypes "github.com/lavanet/lava/x/protocol/types" - spectypes "github.com/lavanet/lava/x/spec/types" + lvutil "github.com/lavanet/lava/v2/ecosystem/lavavisor/pkg/util" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/rand" + "github.com/lavanet/lava/v2/utils/sigs" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + pairingcli "github.com/lavanet/lava/v2/x/pairing/client/cli" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + protocoltypes "github.com/lavanet/lava/v2/x/protocol/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "github.com/spf13/cobra" "github.com/spf13/viper" "golang.org/x/exp/slices" diff --git a/protocol/statetracker/consumer_state_tracker.go b/protocol/statetracker/consumer_state_tracker.go index 184ede2a97..e7789971f1 100644 --- a/protocol/statetracker/consumer_state_tracker.go +++ b/protocol/statetracker/consumer_state_tracker.go @@ -6,16 +6,16 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/tx" - "github.com/lavanet/lava/protocol/chaintracker" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/protocol/lavaprotocol" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/protocol/metrics" - updaters "github.com/lavanet/lava/protocol/statetracker/updaters" - "github.com/lavanet/lava/utils" - conflicttypes "github.com/lavanet/lava/x/conflict/types" - plantypes "github.com/lavanet/lava/x/plans/types" - protocoltypes "github.com/lavanet/lava/x/protocol/types" + "github.com/lavanet/lava/v2/protocol/chaintracker" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/protocol/lavaprotocol" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/protocol/metrics" + updaters "github.com/lavanet/lava/v2/protocol/statetracker/updaters" + "github.com/lavanet/lava/v2/utils" + conflicttypes "github.com/lavanet/lava/v2/x/conflict/types" + plantypes "github.com/lavanet/lava/v2/x/plans/types" + protocoltypes "github.com/lavanet/lava/v2/x/protocol/types" ) type ConsumerTxSenderInf interface { diff --git a/protocol/statetracker/emergency_tracker.go b/protocol/statetracker/emergency_tracker.go index 0f0b916c0e..bd9af8ed7d 100644 --- a/protocol/statetracker/emergency_tracker.go +++ b/protocol/statetracker/emergency_tracker.go @@ -4,8 +4,8 @@ import ( "sync" "time" - "github.com/lavanet/lava/utils" - downtimev1 "github.com/lavanet/lava/x/downtime/v1" + "github.com/lavanet/lava/v2/utils" + downtimev1 "github.com/lavanet/lava/v2/x/downtime/v1" ) const maxEpochsToStore = 3 diff --git a/protocol/statetracker/emergency_tracker_test.go b/protocol/statetracker/emergency_tracker_test.go index 909766af9e..d21d3a7577 100644 --- a/protocol/statetracker/emergency_tracker_test.go +++ b/protocol/statetracker/emergency_tracker_test.go @@ -4,7 +4,7 @@ import ( "testing" "time" - downtimev1 "github.com/lavanet/lava/x/downtime/v1" + downtimev1 "github.com/lavanet/lava/v2/x/downtime/v1" "github.com/stretchr/testify/require" ) diff --git a/protocol/statetracker/events.go b/protocol/statetracker/events.go index 365e295e54..d90fc96f9b 100644 --- a/protocol/statetracker/events.go +++ b/protocol/statetracker/events.go @@ -21,15 +21,15 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" "github.com/cosmos/cosmos-sdk/version" - "github.com/lavanet/lava/app" - "github.com/lavanet/lava/protocol/chainlib" - "github.com/lavanet/lava/protocol/chaintracker" - "github.com/lavanet/lava/protocol/rpcprovider/rewardserver" - updaters "github.com/lavanet/lava/protocol/statetracker/updaters" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/rand" - "github.com/lavanet/lava/utils/sigs" - pairingtypes "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/app" + "github.com/lavanet/lava/v2/protocol/chainlib" + "github.com/lavanet/lava/v2/protocol/chaintracker" + "github.com/lavanet/lava/v2/protocol/rpcprovider/rewardserver" + updaters "github.com/lavanet/lava/v2/protocol/statetracker/updaters" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/rand" + "github.com/lavanet/lava/v2/utils/sigs" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" "github.com/spf13/cobra" ) diff --git a/protocol/statetracker/provider_state_tracker.go b/protocol/statetracker/provider_state_tracker.go index b0781e6ecb..c3839b8979 100644 --- a/protocol/statetracker/provider_state_tracker.go +++ b/protocol/statetracker/provider_state_tracker.go @@ -6,14 +6,14 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/tx" - "github.com/lavanet/lava/protocol/chaintracker" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/protocol/metrics" - "github.com/lavanet/lava/protocol/rpcprovider/reliabilitymanager" - updaters "github.com/lavanet/lava/protocol/statetracker/updaters" - "github.com/lavanet/lava/utils" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - protocoltypes "github.com/lavanet/lava/x/protocol/types" + "github.com/lavanet/lava/v2/protocol/chaintracker" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/protocol/metrics" + "github.com/lavanet/lava/v2/protocol/rpcprovider/reliabilitymanager" + updaters "github.com/lavanet/lava/v2/protocol/statetracker/updaters" + "github.com/lavanet/lava/v2/utils" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + protocoltypes "github.com/lavanet/lava/v2/x/protocol/types" ) // ProviderStateTracker PST is a class for tracking provider data from the lava blockchain, such as epoch changes. diff --git a/protocol/statetracker/state_tracker.go b/protocol/statetracker/state_tracker.go index c0820f3b7e..76328b5861 100644 --- a/protocol/statetracker/state_tracker.go +++ b/protocol/statetracker/state_tracker.go @@ -7,10 +7,10 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/tx" - "github.com/lavanet/lava/protocol/chaintracker" - updaters "github.com/lavanet/lava/protocol/statetracker/updaters" - "github.com/lavanet/lava/utils" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/protocol/chaintracker" + updaters "github.com/lavanet/lava/v2/protocol/statetracker/updaters" + "github.com/lavanet/lava/v2/utils" + spectypes "github.com/lavanet/lava/v2/x/spec/types" ) const ( diff --git a/protocol/statetracker/tx_sender.go b/protocol/statetracker/tx_sender.go index 1086575fa6..988b2806e7 100644 --- a/protocol/statetracker/tx_sender.go +++ b/protocol/statetracker/tx_sender.go @@ -18,13 +18,13 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" typestx "github.com/cosmos/cosmos-sdk/types/tx" "github.com/cosmos/cosmos-sdk/x/feegrant" - "github.com/lavanet/lava/protocol/common" - "github.com/lavanet/lava/protocol/rpcprovider/reliabilitymanager" - updaters "github.com/lavanet/lava/protocol/statetracker/updaters" - "github.com/lavanet/lava/utils" - commontypes "github.com/lavanet/lava/utils/common/types" - conflicttypes "github.com/lavanet/lava/x/conflict/types" - pairingtypes "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/protocol/common" + "github.com/lavanet/lava/v2/protocol/rpcprovider/reliabilitymanager" + updaters "github.com/lavanet/lava/v2/protocol/statetracker/updaters" + "github.com/lavanet/lava/v2/utils" + commontypes "github.com/lavanet/lava/v2/utils/common/types" + conflicttypes "github.com/lavanet/lava/v2/x/conflict/types" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" ) const ( diff --git a/protocol/statetracker/updaters/downtime_params_updater.go b/protocol/statetracker/updaters/downtime_params_updater.go index 53f3937e6f..06018e54c3 100644 --- a/protocol/statetracker/updaters/downtime_params_updater.go +++ b/protocol/statetracker/updaters/downtime_params_updater.go @@ -5,8 +5,8 @@ import ( "sync" "time" - "github.com/lavanet/lava/utils" - downtimev1 "github.com/lavanet/lava/x/downtime/v1" + "github.com/lavanet/lava/v2/utils" + downtimev1 "github.com/lavanet/lava/v2/x/downtime/v1" ) const ( diff --git a/protocol/statetracker/updaters/epoch_updater.go b/protocol/statetracker/updaters/epoch_updater.go index a2f874a453..d82f8181de 100644 --- a/protocol/statetracker/updaters/epoch_updater.go +++ b/protocol/statetracker/updaters/epoch_updater.go @@ -4,7 +4,7 @@ import ( "sync" "time" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/utils" "golang.org/x/net/context" ) diff --git a/protocol/statetracker/updaters/event_tracker.go b/protocol/statetracker/updaters/event_tracker.go index f722bf15f7..148191fdc9 100644 --- a/protocol/statetracker/updaters/event_tracker.go +++ b/protocol/statetracker/updaters/event_tracker.go @@ -10,12 +10,12 @@ import ( ctypes "github.com/cometbft/cometbft/rpc/core/types" "github.com/cosmos/cosmos-sdk/client" - "github.com/lavanet/lava/protocol/rpcprovider/reliabilitymanager" - "github.com/lavanet/lava/protocol/rpcprovider/rewardserver" - "github.com/lavanet/lava/utils" - conflicttypes "github.com/lavanet/lava/x/conflict/types" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/protocol/rpcprovider/reliabilitymanager" + "github.com/lavanet/lava/v2/protocol/rpcprovider/rewardserver" + "github.com/lavanet/lava/v2/utils" + conflicttypes "github.com/lavanet/lava/v2/x/conflict/types" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" ) const ( diff --git a/protocol/statetracker/updaters/finalization_consensus_updater.go b/protocol/statetracker/updaters/finalization_consensus_updater.go index 8c1b63dc56..5efeeca430 100644 --- a/protocol/statetracker/updaters/finalization_consensus_updater.go +++ b/protocol/statetracker/updaters/finalization_consensus_updater.go @@ -5,8 +5,8 @@ import ( "sync" "time" - "github.com/lavanet/lava/protocol/lavaprotocol" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/protocol/lavaprotocol" + "github.com/lavanet/lava/v2/utils" ) const ( diff --git a/protocol/statetracker/updaters/pairing_updater.go b/protocol/statetracker/updaters/pairing_updater.go index 4cc2efe5dc..1445e712df 100644 --- a/protocol/statetracker/updaters/pairing_updater.go +++ b/protocol/statetracker/updaters/pairing_updater.go @@ -4,10 +4,10 @@ import ( "sync" "time" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/utils" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - planstypes "github.com/lavanet/lava/x/plans/types" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/utils" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + planstypes "github.com/lavanet/lava/v2/x/plans/types" "golang.org/x/net/context" ) diff --git a/protocol/statetracker/updaters/payment_updater.go b/protocol/statetracker/updaters/payment_updater.go index db14a8afec..edda32ca1e 100644 --- a/protocol/statetracker/updaters/payment_updater.go +++ b/protocol/statetracker/updaters/payment_updater.go @@ -3,8 +3,8 @@ package updaters import ( "sync" - "github.com/lavanet/lava/protocol/rpcprovider/rewardserver" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/protocol/rpcprovider/rewardserver" + "github.com/lavanet/lava/v2/utils" "golang.org/x/net/context" ) diff --git a/protocol/statetracker/updaters/policy_updater.go b/protocol/statetracker/updaters/policy_updater.go index 5d87a1418c..7a356d0298 100644 --- a/protocol/statetracker/updaters/policy_updater.go +++ b/protocol/statetracker/updaters/policy_updater.go @@ -5,10 +5,10 @@ import ( "sync" "time" - chainlib "github.com/lavanet/lava/protocol/chainlib" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/utils" - plantypes "github.com/lavanet/lava/x/plans/types" + chainlib "github.com/lavanet/lava/v2/protocol/chainlib" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/utils" + plantypes "github.com/lavanet/lava/v2/x/plans/types" ) const ( diff --git a/protocol/statetracker/updaters/spec_updater.go b/protocol/statetracker/updaters/spec_updater.go index cd0e7dbcba..453f9f3f5b 100644 --- a/protocol/statetracker/updaters/spec_updater.go +++ b/protocol/statetracker/updaters/spec_updater.go @@ -7,9 +7,9 @@ import ( "sync/atomic" "time" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/utils" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/utils" + spectypes "github.com/lavanet/lava/v2/x/spec/types" ) const ( diff --git a/protocol/statetracker/updaters/state_query.go b/protocol/statetracker/updaters/state_query.go index a5dadb3513..31b1fb7206 100644 --- a/protocol/statetracker/updaters/state_query.go +++ b/protocol/statetracker/updaters/state_query.go @@ -6,18 +6,18 @@ import ( "strconv" "time" - downtimev1 "github.com/lavanet/lava/x/downtime/v1" + downtimev1 "github.com/lavanet/lava/v2/x/downtime/v1" "github.com/cosmos/cosmos-sdk/client" "github.com/dgraph-io/ristretto" - reliabilitymanager "github.com/lavanet/lava/protocol/rpcprovider/reliabilitymanager" - "github.com/lavanet/lava/utils" - conflicttypes "github.com/lavanet/lava/x/conflict/types" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - plantypes "github.com/lavanet/lava/x/plans/types" - protocoltypes "github.com/lavanet/lava/x/protocol/types" - spectypes "github.com/lavanet/lava/x/spec/types" + reliabilitymanager "github.com/lavanet/lava/v2/protocol/rpcprovider/reliabilitymanager" + "github.com/lavanet/lava/v2/utils" + conflicttypes "github.com/lavanet/lava/v2/x/conflict/types" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + plantypes "github.com/lavanet/lava/v2/x/plans/types" + protocoltypes "github.com/lavanet/lava/v2/x/protocol/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "google.golang.org/grpc" "google.golang.org/grpc/metadata" ) diff --git a/protocol/statetracker/updaters/version_updater.go b/protocol/statetracker/updaters/version_updater.go index f38c5bc053..14826f71ef 100644 --- a/protocol/statetracker/updaters/version_updater.go +++ b/protocol/statetracker/updaters/version_updater.go @@ -5,8 +5,8 @@ import ( "sync" "time" - "github.com/lavanet/lava/utils" - protocoltypes "github.com/lavanet/lava/x/protocol/types" + "github.com/lavanet/lava/v2/utils" + protocoltypes "github.com/lavanet/lava/v2/x/protocol/types" ) const ( diff --git a/protocol/statetracker/updaters/vote_updater.go b/protocol/statetracker/updaters/vote_updater.go index f9560bc7b2..4a68c2ad14 100644 --- a/protocol/statetracker/updaters/vote_updater.go +++ b/protocol/statetracker/updaters/vote_updater.go @@ -3,9 +3,9 @@ package updaters import ( "sync" - "github.com/lavanet/lava/protocol/lavasession" - "github.com/lavanet/lava/protocol/rpcprovider/reliabilitymanager" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/protocol/lavasession" + "github.com/lavanet/lava/v2/protocol/rpcprovider/reliabilitymanager" + "github.com/lavanet/lava/v2/utils" "golang.org/x/net/context" ) diff --git a/protocol/upgrade/protocol_version.go b/protocol/upgrade/protocol_version.go index 21dd1e3785..1982bb8a9a 100644 --- a/protocol/upgrade/protocol_version.go +++ b/protocol/upgrade/protocol_version.go @@ -4,9 +4,9 @@ import ( "strconv" "strings" - "github.com/lavanet/lava/protocol/statetracker/updaters" - "github.com/lavanet/lava/utils" - protocoltypes "github.com/lavanet/lava/x/protocol/types" + "github.com/lavanet/lava/v2/protocol/statetracker/updaters" + "github.com/lavanet/lava/v2/utils" + protocoltypes "github.com/lavanet/lava/v2/x/protocol/types" ) type ProtocolVersion struct { diff --git a/testutil/common/common.go b/testutil/common/common.go index b84f0c9ee7..f6f0d751f8 100644 --- a/testutil/common/common.go +++ b/testutil/common/common.go @@ -6,14 +6,14 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - testkeeper "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/utils/sigs" - conflicttypes "github.com/lavanet/lava/x/conflict/types" - conflictconstruct "github.com/lavanet/lava/x/conflict/types/construct" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - "github.com/lavanet/lava/x/pairing/types" - spectypes "github.com/lavanet/lava/x/spec/types" - subscriptiontypes "github.com/lavanet/lava/x/subscription/types" + testkeeper "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/utils/sigs" + conflicttypes "github.com/lavanet/lava/v2/x/conflict/types" + conflictconstruct "github.com/lavanet/lava/v2/x/conflict/types/construct" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/pairing/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" + subscriptiontypes "github.com/lavanet/lava/v2/x/subscription/types" "github.com/stretchr/testify/require" ) diff --git a/testutil/common/mock.go b/testutil/common/mock.go index 57de685454..0a5f9a1bdc 100644 --- a/testutil/common/mock.go +++ b/testutil/common/mock.go @@ -2,9 +2,9 @@ package common import ( sdk "github.com/cosmos/cosmos-sdk/types" - commonconsts "github.com/lavanet/lava/testutil/common/consts" - plantypes "github.com/lavanet/lava/x/plans/types" - spectypes "github.com/lavanet/lava/x/spec/types" + commonconsts "github.com/lavanet/lava/v2/testutil/common/consts" + plantypes "github.com/lavanet/lava/v2/x/plans/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" ) func CreateMockSpec() spectypes.Spec { diff --git a/testutil/common/tester.go b/testutil/common/tester.go index f00b67e9cc..941958f62c 100644 --- a/testutil/common/tester.go +++ b/testutil/common/tester.go @@ -14,20 +14,20 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" distributiontypes "github.com/cosmos/cosmos-sdk/x/distribution/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - testkeeper "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/lavaslices" - "github.com/lavanet/lava/utils/sigs" - dualstakingante "github.com/lavanet/lava/x/dualstaking/ante" - dualstakingtypes "github.com/lavanet/lava/x/dualstaking/types" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - fixationstoretypes "github.com/lavanet/lava/x/fixationstore/types" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - planstypes "github.com/lavanet/lava/x/plans/types" - projectstypes "github.com/lavanet/lava/x/projects/types" - rewardstypes "github.com/lavanet/lava/x/rewards/types" - spectypes "github.com/lavanet/lava/x/spec/types" - subscriptiontypes "github.com/lavanet/lava/x/subscription/types" + testkeeper "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/lavaslices" + "github.com/lavanet/lava/v2/utils/sigs" + dualstakingante "github.com/lavanet/lava/v2/x/dualstaking/ante" + dualstakingtypes "github.com/lavanet/lava/v2/x/dualstaking/types" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + fixationstoretypes "github.com/lavanet/lava/v2/x/fixationstore/types" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + planstypes "github.com/lavanet/lava/v2/x/plans/types" + projectstypes "github.com/lavanet/lava/v2/x/projects/types" + rewardstypes "github.com/lavanet/lava/v2/x/rewards/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" + subscriptiontypes "github.com/lavanet/lava/v2/x/subscription/types" "github.com/stretchr/testify/require" ) diff --git a/testutil/e2e/paymentE2E.go b/testutil/e2e/paymentE2E.go index 7d50af1ef4..08ac04495f 100644 --- a/testutil/e2e/paymentE2E.go +++ b/testutil/e2e/paymentE2E.go @@ -13,14 +13,14 @@ import ( "time" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/cmd/lavad/cmd" - commonconsts "github.com/lavanet/lava/testutil/common/consts" - e2esdk "github.com/lavanet/lava/testutil/e2e/sdk" - "github.com/lavanet/lava/utils" - dualstakingTypes "github.com/lavanet/lava/x/dualstaking/types" - epochStorageTypes "github.com/lavanet/lava/x/epochstorage/types" - pairingTypes "github.com/lavanet/lava/x/pairing/types" - subscriptionTypes "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/cmd/lavad/cmd" + commonconsts "github.com/lavanet/lava/v2/testutil/common/consts" + e2esdk "github.com/lavanet/lava/v2/testutil/e2e/sdk" + "github.com/lavanet/lava/v2/utils" + dualstakingTypes "github.com/lavanet/lava/v2/x/dualstaking/types" + epochStorageTypes "github.com/lavanet/lava/v2/x/epochstorage/types" + pairingTypes "github.com/lavanet/lava/v2/x/pairing/types" + subscriptionTypes "github.com/lavanet/lava/v2/x/subscription/types" "google.golang.org/grpc" "google.golang.org/grpc/credentials/insecure" ) diff --git a/testutil/e2e/protocolE2E.go b/testutil/e2e/protocolE2E.go index f8082a5588..50a27d5bb8 100644 --- a/testutil/e2e/protocolE2E.go +++ b/testutil/e2e/protocolE2E.go @@ -28,14 +28,14 @@ import ( "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/ethclient" "github.com/ethereum/go-ethereum/rpc" - commonconsts "github.com/lavanet/lava/testutil/common/consts" - "github.com/lavanet/lava/testutil/e2e/sdk" - "github.com/lavanet/lava/utils" - epochStorageTypes "github.com/lavanet/lava/x/epochstorage/types" - pairingTypes "github.com/lavanet/lava/x/pairing/types" - planTypes "github.com/lavanet/lava/x/plans/types" - specTypes "github.com/lavanet/lava/x/spec/types" - subscriptionTypes "github.com/lavanet/lava/x/subscription/types" + commonconsts "github.com/lavanet/lava/v2/testutil/common/consts" + "github.com/lavanet/lava/v2/testutil/e2e/sdk" + "github.com/lavanet/lava/v2/utils" + epochStorageTypes "github.com/lavanet/lava/v2/x/epochstorage/types" + pairingTypes "github.com/lavanet/lava/v2/x/pairing/types" + planTypes "github.com/lavanet/lava/v2/x/plans/types" + specTypes "github.com/lavanet/lava/v2/x/spec/types" + subscriptionTypes "github.com/lavanet/lava/v2/x/subscription/types" "golang.org/x/exp/slices" "google.golang.org/grpc" "google.golang.org/grpc/credentials" diff --git a/testutil/e2e/proxy/proxy.go b/testutil/e2e/proxy/proxy.go index 5eceed7b7f..f69f125fb1 100644 --- a/testutil/e2e/proxy/proxy.go +++ b/testutil/e2e/proxy/proxy.go @@ -10,8 +10,8 @@ import ( "strings" "time" - "github.com/lavanet/lava/protocol/chainlib/chainproxy/rpcInterfaceMessages" - "github.com/lavanet/lava/protocol/chainlib/chainproxy/rpcclient" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy/rpcInterfaceMessages" + "github.com/lavanet/lava/v2/protocol/chainlib/chainproxy/rpcclient" ) // var mockFolder string = "testutil/e2e/proxy/mockMaps/" diff --git a/testutil/e2e/sdk/e2e.go b/testutil/e2e/sdk/e2e.go index c136419320..934584f5b7 100644 --- a/testutil/e2e/sdk/e2e.go +++ b/testutil/e2e/sdk/e2e.go @@ -12,8 +12,8 @@ import ( "strings" "sync" - "github.com/lavanet/lava/utils" - pairingTypes "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/utils" + pairingTypes "github.com/lavanet/lava/v2/x/pairing/types" "golang.org/x/exp/slices" "google.golang.org/grpc" ) diff --git a/testutil/e2e/sdkE2E.go b/testutil/e2e/sdkE2E.go index e63b1e0f6c..d3f66d350d 100644 --- a/testutil/e2e/sdkE2E.go +++ b/testutil/e2e/sdkE2E.go @@ -10,10 +10,10 @@ import ( "strings" "time" - commonconsts "github.com/lavanet/lava/testutil/common/consts" - "github.com/lavanet/lava/testutil/e2e/sdk" - "github.com/lavanet/lava/utils" - epochStorageTypes "github.com/lavanet/lava/x/epochstorage/types" + commonconsts "github.com/lavanet/lava/v2/testutil/common/consts" + "github.com/lavanet/lava/v2/testutil/e2e/sdk" + "github.com/lavanet/lava/v2/utils" + epochStorageTypes "github.com/lavanet/lava/v2/x/epochstorage/types" "google.golang.org/grpc" "google.golang.org/grpc/credentials/insecure" ) diff --git a/testutil/keeper/conflict.go b/testutil/keeper/conflict.go index d915d94edb..1387433e2e 100644 --- a/testutil/keeper/conflict.go +++ b/testutil/keeper/conflict.go @@ -10,9 +10,9 @@ import ( storetypes "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" typesparams "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/lavanet/lava/x/conflict/keeper" - "github.com/lavanet/lava/x/conflict/types" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/conflict/keeper" + "github.com/lavanet/lava/v2/x/conflict/types" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" "github.com/stretchr/testify/require" ) diff --git a/testutil/keeper/dualstaking.go b/testutil/keeper/dualstaking.go index 313ec888d1..f6d96801ca 100644 --- a/testutil/keeper/dualstaking.go +++ b/testutil/keeper/dualstaking.go @@ -12,12 +12,12 @@ import ( storetypes "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" typesparams "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/lavanet/lava/x/dualstaking/keeper" - "github.com/lavanet/lava/x/dualstaking/types" - epochstoragekeeper "github.com/lavanet/lava/x/epochstorage/keeper" - fixationkeeper "github.com/lavanet/lava/x/fixationstore/keeper" - speckeeper "github.com/lavanet/lava/x/spec/keeper" - timerstorekeeper "github.com/lavanet/lava/x/timerstore/keeper" + "github.com/lavanet/lava/v2/x/dualstaking/keeper" + "github.com/lavanet/lava/v2/x/dualstaking/types" + epochstoragekeeper "github.com/lavanet/lava/v2/x/epochstorage/keeper" + fixationkeeper "github.com/lavanet/lava/v2/x/fixationstore/keeper" + speckeeper "github.com/lavanet/lava/v2/x/spec/keeper" + timerstorekeeper "github.com/lavanet/lava/v2/x/timerstore/keeper" "github.com/stretchr/testify/require" ) diff --git a/testutil/keeper/epochstorage.go b/testutil/keeper/epochstorage.go index ab47cd5b17..8a0682cd86 100644 --- a/testutil/keeper/epochstorage.go +++ b/testutil/keeper/epochstorage.go @@ -12,8 +12,8 @@ import ( storetypes "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" typesparams "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/lavanet/lava/x/epochstorage/keeper" - "github.com/lavanet/lava/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/epochstorage/keeper" + "github.com/lavanet/lava/v2/x/epochstorage/types" "github.com/stretchr/testify/require" ) diff --git a/testutil/keeper/keepers_init.go b/testutil/keeper/keepers_init.go index 984c93689e..27bb21afe2 100644 --- a/testutil/keeper/keepers_init.go +++ b/testutil/keeper/keepers_init.go @@ -31,38 +31,38 @@ import ( slashingtypes "github.com/cosmos/cosmos-sdk/x/slashing/types" stakingkeeper "github.com/cosmos/cosmos-sdk/x/staking/keeper" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - commonconsts "github.com/lavanet/lava/testutil/common/consts" - "github.com/lavanet/lava/utils/sigs" - conflictkeeper "github.com/lavanet/lava/x/conflict/keeper" - conflicttypes "github.com/lavanet/lava/x/conflict/types" - downtimekeeper "github.com/lavanet/lava/x/downtime/keeper" - downtimemoduletypes "github.com/lavanet/lava/x/downtime/types" - downtimev1 "github.com/lavanet/lava/x/downtime/v1" - dualstakingkeeper "github.com/lavanet/lava/x/dualstaking/keeper" - dualstakingtypes "github.com/lavanet/lava/x/dualstaking/types" - epochstoragekeeper "github.com/lavanet/lava/x/epochstorage/keeper" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - fixationkeeper "github.com/lavanet/lava/x/fixationstore/keeper" - fixationtypes "github.com/lavanet/lava/x/fixationstore/types" - "github.com/lavanet/lava/x/pairing" - pairingkeeper "github.com/lavanet/lava/x/pairing/keeper" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - "github.com/lavanet/lava/x/plans" - planskeeper "github.com/lavanet/lava/x/plans/keeper" - planstypes "github.com/lavanet/lava/x/plans/types" - projectskeeper "github.com/lavanet/lava/x/projects/keeper" - projectstypes "github.com/lavanet/lava/x/projects/types" - protocolkeeper "github.com/lavanet/lava/x/protocol/keeper" - protocoltypes "github.com/lavanet/lava/x/protocol/types" - rewardskeeper "github.com/lavanet/lava/x/rewards/keeper" - rewardstypes "github.com/lavanet/lava/x/rewards/types" - "github.com/lavanet/lava/x/spec" - speckeeper "github.com/lavanet/lava/x/spec/keeper" - spectypes "github.com/lavanet/lava/x/spec/types" - subscriptionkeeper "github.com/lavanet/lava/x/subscription/keeper" - subscriptiontypes "github.com/lavanet/lava/x/subscription/types" - timerstorekeeper "github.com/lavanet/lava/x/timerstore/keeper" - timerstoretypes "github.com/lavanet/lava/x/timerstore/types" + commonconsts "github.com/lavanet/lava/v2/testutil/common/consts" + "github.com/lavanet/lava/v2/utils/sigs" + conflictkeeper "github.com/lavanet/lava/v2/x/conflict/keeper" + conflicttypes "github.com/lavanet/lava/v2/x/conflict/types" + downtimekeeper "github.com/lavanet/lava/v2/x/downtime/keeper" + downtimemoduletypes "github.com/lavanet/lava/v2/x/downtime/types" + downtimev1 "github.com/lavanet/lava/v2/x/downtime/v1" + dualstakingkeeper "github.com/lavanet/lava/v2/x/dualstaking/keeper" + dualstakingtypes "github.com/lavanet/lava/v2/x/dualstaking/types" + epochstoragekeeper "github.com/lavanet/lava/v2/x/epochstorage/keeper" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + fixationkeeper "github.com/lavanet/lava/v2/x/fixationstore/keeper" + fixationtypes "github.com/lavanet/lava/v2/x/fixationstore/types" + "github.com/lavanet/lava/v2/x/pairing" + pairingkeeper "github.com/lavanet/lava/v2/x/pairing/keeper" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + "github.com/lavanet/lava/v2/x/plans" + planskeeper "github.com/lavanet/lava/v2/x/plans/keeper" + planstypes "github.com/lavanet/lava/v2/x/plans/types" + projectskeeper "github.com/lavanet/lava/v2/x/projects/keeper" + projectstypes "github.com/lavanet/lava/v2/x/projects/types" + protocolkeeper "github.com/lavanet/lava/v2/x/protocol/keeper" + protocoltypes "github.com/lavanet/lava/v2/x/protocol/types" + rewardskeeper "github.com/lavanet/lava/v2/x/rewards/keeper" + rewardstypes "github.com/lavanet/lava/v2/x/rewards/types" + "github.com/lavanet/lava/v2/x/spec" + speckeeper "github.com/lavanet/lava/v2/x/spec/keeper" + spectypes "github.com/lavanet/lava/v2/x/spec/types" + subscriptionkeeper "github.com/lavanet/lava/v2/x/subscription/keeper" + subscriptiontypes "github.com/lavanet/lava/v2/x/subscription/types" + timerstorekeeper "github.com/lavanet/lava/v2/x/timerstore/keeper" + timerstoretypes "github.com/lavanet/lava/v2/x/timerstore/types" "github.com/stretchr/testify/require" ) diff --git a/testutil/keeper/pairing.go b/testutil/keeper/pairing.go index 1ce4f401d4..65da2b4408 100644 --- a/testutil/keeper/pairing.go +++ b/testutil/keeper/pairing.go @@ -12,13 +12,13 @@ import ( storetypes "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" typesparams "github.com/cosmos/cosmos-sdk/x/params/types" - epochstoragemodule "github.com/lavanet/lava/x/epochstorage" - epochstoragekeeper "github.com/lavanet/lava/x/epochstorage/keeper" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - fixationkeeper "github.com/lavanet/lava/x/fixationstore/keeper" - "github.com/lavanet/lava/x/pairing/keeper" - "github.com/lavanet/lava/x/pairing/types" - timerstorekeeper "github.com/lavanet/lava/x/timerstore/keeper" + epochstoragemodule "github.com/lavanet/lava/v2/x/epochstorage" + epochstoragekeeper "github.com/lavanet/lava/v2/x/epochstorage/keeper" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + fixationkeeper "github.com/lavanet/lava/v2/x/fixationstore/keeper" + "github.com/lavanet/lava/v2/x/pairing/keeper" + "github.com/lavanet/lava/v2/x/pairing/types" + timerstorekeeper "github.com/lavanet/lava/v2/x/timerstore/keeper" "github.com/stretchr/testify/require" ) diff --git a/testutil/keeper/plan.go b/testutil/keeper/plan.go index d4714b2571..2ec763a51f 100644 --- a/testutil/keeper/plan.go +++ b/testutil/keeper/plan.go @@ -12,12 +12,12 @@ import ( storetypes "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" typesparams "github.com/cosmos/cosmos-sdk/x/params/types" - epochstoragekeeper "github.com/lavanet/lava/x/epochstorage/keeper" - fixationkeeper "github.com/lavanet/lava/x/fixationstore/keeper" - "github.com/lavanet/lava/x/plans/keeper" - "github.com/lavanet/lava/x/plans/types" - speckeeper "github.com/lavanet/lava/x/spec/keeper" - timerstorekeeper "github.com/lavanet/lava/x/timerstore/keeper" + epochstoragekeeper "github.com/lavanet/lava/v2/x/epochstorage/keeper" + fixationkeeper "github.com/lavanet/lava/v2/x/fixationstore/keeper" + "github.com/lavanet/lava/v2/x/plans/keeper" + "github.com/lavanet/lava/v2/x/plans/types" + speckeeper "github.com/lavanet/lava/v2/x/spec/keeper" + timerstorekeeper "github.com/lavanet/lava/v2/x/timerstore/keeper" "github.com/stretchr/testify/require" ) diff --git a/testutil/keeper/projects.go b/testutil/keeper/projects.go index 9d1cb191cb..e2030f74c1 100644 --- a/testutil/keeper/projects.go +++ b/testutil/keeper/projects.go @@ -12,11 +12,11 @@ import ( storetypes "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" typesparams "github.com/cosmos/cosmos-sdk/x/params/types" - epochstoragekeeper "github.com/lavanet/lava/x/epochstorage/keeper" - fixationkeeper "github.com/lavanet/lava/x/fixationstore/keeper" - "github.com/lavanet/lava/x/projects/keeper" - "github.com/lavanet/lava/x/projects/types" - timerstorekeeper "github.com/lavanet/lava/x/timerstore/keeper" + epochstoragekeeper "github.com/lavanet/lava/v2/x/epochstorage/keeper" + fixationkeeper "github.com/lavanet/lava/v2/x/fixationstore/keeper" + "github.com/lavanet/lava/v2/x/projects/keeper" + "github.com/lavanet/lava/v2/x/projects/types" + timerstorekeeper "github.com/lavanet/lava/v2/x/timerstore/keeper" "github.com/stretchr/testify/require" ) diff --git a/testutil/keeper/protocol.go b/testutil/keeper/protocol.go index c1bde2e2c2..40faf6bec3 100644 --- a/testutil/keeper/protocol.go +++ b/testutil/keeper/protocol.go @@ -14,8 +14,8 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" typesparams "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/lavanet/lava/x/protocol/keeper" - "github.com/lavanet/lava/x/protocol/types" + "github.com/lavanet/lava/v2/x/protocol/keeper" + "github.com/lavanet/lava/v2/x/protocol/types" "github.com/stretchr/testify/require" ) diff --git a/testutil/keeper/rewards.go b/testutil/keeper/rewards.go index dcaf8a43d5..73b0a36ead 100644 --- a/testutil/keeper/rewards.go +++ b/testutil/keeper/rewards.go @@ -18,13 +18,13 @@ import ( typesparams "github.com/cosmos/cosmos-sdk/x/params/types" stakingkeeper "github.com/cosmos/cosmos-sdk/x/staking/keeper" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - downtimekeeper "github.com/lavanet/lava/x/downtime/keeper" - downtimemoduletypes "github.com/lavanet/lava/x/downtime/types" - v1 "github.com/lavanet/lava/x/downtime/v1" - epochstoragekeeper "github.com/lavanet/lava/x/epochstorage/keeper" - "github.com/lavanet/lava/x/rewards/keeper" - "github.com/lavanet/lava/x/rewards/types" - timerstorekeeper "github.com/lavanet/lava/x/timerstore/keeper" + downtimekeeper "github.com/lavanet/lava/v2/x/downtime/keeper" + downtimemoduletypes "github.com/lavanet/lava/v2/x/downtime/types" + v1 "github.com/lavanet/lava/v2/x/downtime/v1" + epochstoragekeeper "github.com/lavanet/lava/v2/x/epochstorage/keeper" + "github.com/lavanet/lava/v2/x/rewards/keeper" + "github.com/lavanet/lava/v2/x/rewards/types" + timerstorekeeper "github.com/lavanet/lava/v2/x/timerstore/keeper" "github.com/stretchr/testify/require" ) diff --git a/testutil/keeper/spec.go b/testutil/keeper/spec.go index 6a0acc7e67..3574f15040 100644 --- a/testutil/keeper/spec.go +++ b/testutil/keeper/spec.go @@ -17,9 +17,9 @@ import ( storetypes "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" typesparams "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/lavanet/lava/x/spec/client/utils" - "github.com/lavanet/lava/x/spec/keeper" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/x/spec/client/utils" + "github.com/lavanet/lava/v2/x/spec/keeper" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "github.com/stretchr/testify/require" ) diff --git a/testutil/keeper/subscription.go b/testutil/keeper/subscription.go index dfbecbfafc..01406bd48e 100644 --- a/testutil/keeper/subscription.go +++ b/testutil/keeper/subscription.go @@ -12,14 +12,14 @@ import ( storetypes "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" typesparams "github.com/cosmos/cosmos-sdk/x/params/types" - dualstakingkeeper "github.com/lavanet/lava/x/dualstaking/keeper" - epochstoragekeeper "github.com/lavanet/lava/x/epochstorage/keeper" - fixationkeeper "github.com/lavanet/lava/x/fixationstore/keeper" - planskeeper "github.com/lavanet/lava/x/plans/keeper" - projectskeeper "github.com/lavanet/lava/x/projects/keeper" - "github.com/lavanet/lava/x/subscription/keeper" - "github.com/lavanet/lava/x/subscription/types" - timerstorekeeper "github.com/lavanet/lava/x/timerstore/keeper" + dualstakingkeeper "github.com/lavanet/lava/v2/x/dualstaking/keeper" + epochstoragekeeper "github.com/lavanet/lava/v2/x/epochstorage/keeper" + fixationkeeper "github.com/lavanet/lava/v2/x/fixationstore/keeper" + planskeeper "github.com/lavanet/lava/v2/x/plans/keeper" + projectskeeper "github.com/lavanet/lava/v2/x/projects/keeper" + "github.com/lavanet/lava/v2/x/subscription/keeper" + "github.com/lavanet/lava/v2/x/subscription/types" + timerstorekeeper "github.com/lavanet/lava/v2/x/timerstore/keeper" "github.com/stretchr/testify/require" ) diff --git a/testutil/network/network.go b/testutil/network/network.go index 80d6f0cd82..329ec07a56 100644 --- a/testutil/network/network.go +++ b/testutil/network/network.go @@ -20,7 +20,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/lavanet/lava/app" + "github.com/lavanet/lava/v2/app" ) type ( diff --git a/utils/address.go b/utils/address.go index 8fadcff489..9fe29d6aaa 100644 --- a/utils/address.go +++ b/utils/address.go @@ -3,7 +3,7 @@ package utils import ( "github.com/cosmos/cosmos-sdk/client" sdk "github.com/cosmos/cosmos-sdk/types" - commontypes "github.com/lavanet/lava/utils/common/types" + commontypes "github.com/lavanet/lava/v2/utils/common/types" ) func IsBech32Address(addr string) bool { diff --git a/utils/lavalog_test.go b/utils/lavalog_test.go index 28b77b82fe..ef47a89788 100644 --- a/utils/lavalog_test.go +++ b/utils/lavalog_test.go @@ -4,7 +4,7 @@ import ( "testing" sdkerrors "cosmossdk.io/errors" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/utils" "github.com/stretchr/testify/require" ) diff --git a/utils/protocopy/proto_copy.go b/utils/protocopy/proto_copy.go index 434912bc46..8e7dcf2727 100644 --- a/utils/protocopy/proto_copy.go +++ b/utils/protocopy/proto_copy.go @@ -1,7 +1,7 @@ package protocopy import ( - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/utils" ) type protoTypeOut interface { diff --git a/utils/protocopy/proto_copy_test.go b/utils/protocopy/proto_copy_test.go index 184b33e6e3..20ba5f4864 100644 --- a/utils/protocopy/proto_copy_test.go +++ b/utils/protocopy/proto_copy_test.go @@ -3,7 +3,7 @@ package protocopy import ( "testing" - pairingtypes "github.com/lavanet/lava/x/pairing/types" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" "github.com/stretchr/testify/require" ) diff --git a/utils/sigs/sigs.go b/utils/sigs/sigs.go index 52d995c30f..b7e2bd39c6 100644 --- a/utils/sigs/sigs.go +++ b/utils/sigs/sigs.go @@ -25,7 +25,7 @@ import ( "github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1" cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/utils" ) type Account struct { diff --git a/x/conflict/client/cli/query.go b/x/conflict/client/cli/query.go index 222a7d7e74..f9369a880b 100644 --- a/x/conflict/client/cli/query.go +++ b/x/conflict/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/lavanet/lava/x/conflict/types" + "github.com/lavanet/lava/v2/x/conflict/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/conflict/client/cli/query_conflict_vote.go b/x/conflict/client/cli/query_conflict_vote.go index 5ca6c9bb4d..a989172ac8 100644 --- a/x/conflict/client/cli/query_conflict_vote.go +++ b/x/conflict/client/cli/query_conflict_vote.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/conflict/types" + "github.com/lavanet/lava/v2/x/conflict/types" "github.com/spf13/cobra" ) diff --git a/x/conflict/client/cli/query_conflict_vote_test.go b/x/conflict/client/cli/query_conflict_vote_test.go index d3913be302..ba0f004e45 100644 --- a/x/conflict/client/cli/query_conflict_vote_test.go +++ b/x/conflict/client/cli/query_conflict_vote_test.go @@ -12,10 +12,10 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/lavanet/lava/testutil/network" - "github.com/lavanet/lava/testutil/nullify" - "github.com/lavanet/lava/x/conflict/client/cli" - "github.com/lavanet/lava/x/conflict/types" + "github.com/lavanet/lava/v2/testutil/network" + "github.com/lavanet/lava/v2/testutil/nullify" + "github.com/lavanet/lava/v2/x/conflict/client/cli" + "github.com/lavanet/lava/v2/x/conflict/types" ) // Prevent strconv unused error diff --git a/x/conflict/client/cli/query_consumer_conflicts.go b/x/conflict/client/cli/query_consumer_conflicts.go index 4f4373698b..054e5b4d6a 100644 --- a/x/conflict/client/cli/query_consumer_conflicts.go +++ b/x/conflict/client/cli/query_consumer_conflicts.go @@ -3,8 +3,8 @@ package cli import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/conflict/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/conflict/types" "github.com/spf13/cobra" ) diff --git a/x/conflict/client/cli/query_params.go b/x/conflict/client/cli/query_params.go index cd77709b31..a357ed2389 100644 --- a/x/conflict/client/cli/query_params.go +++ b/x/conflict/client/cli/query_params.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/conflict/types" + "github.com/lavanet/lava/v2/x/conflict/types" "github.com/spf13/cobra" ) diff --git a/x/conflict/client/cli/query_provider_conflicts.go b/x/conflict/client/cli/query_provider_conflicts.go index 68210e9646..7a61453212 100644 --- a/x/conflict/client/cli/query_provider_conflicts.go +++ b/x/conflict/client/cli/query_provider_conflicts.go @@ -3,8 +3,8 @@ package cli import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/conflict/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/conflict/types" "github.com/spf13/cobra" ) diff --git a/x/conflict/client/cli/tx.go b/x/conflict/client/cli/tx.go index 4fbe9a5135..24f79c6c9b 100644 --- a/x/conflict/client/cli/tx.go +++ b/x/conflict/client/cli/tx.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" // "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/conflict/types" + "github.com/lavanet/lava/v2/x/conflict/types" ) var DefaultRelativePacketTimeoutTimestamp = uint64((time.Duration(10) * time.Minute).Nanoseconds()) diff --git a/x/conflict/client/cli/tx_conflict_vote_commit.go b/x/conflict/client/cli/tx_conflict_vote_commit.go index 58e0b16f61..6a854625bd 100644 --- a/x/conflict/client/cli/tx_conflict_vote_commit.go +++ b/x/conflict/client/cli/tx_conflict_vote_commit.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" - "github.com/lavanet/lava/x/conflict/types" + "github.com/lavanet/lava/v2/x/conflict/types" "github.com/spf13/cobra" ) diff --git a/x/conflict/client/cli/tx_conflict_vote_reveal.go b/x/conflict/client/cli/tx_conflict_vote_reveal.go index dd2122c240..e2522882a2 100644 --- a/x/conflict/client/cli/tx_conflict_vote_reveal.go +++ b/x/conflict/client/cli/tx_conflict_vote_reveal.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" - "github.com/lavanet/lava/x/conflict/types" + "github.com/lavanet/lava/v2/x/conflict/types" "github.com/spf13/cast" "github.com/spf13/cobra" ) diff --git a/x/conflict/client/cli/tx_detection.go b/x/conflict/client/cli/tx_detection.go index 71ca0d0198..e34cf0a1e5 100644 --- a/x/conflict/client/cli/tx_detection.go +++ b/x/conflict/client/cli/tx_detection.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" - "github.com/lavanet/lava/x/conflict/types" + "github.com/lavanet/lava/v2/x/conflict/types" "github.com/spf13/cobra" ) diff --git a/x/conflict/genesis.go b/x/conflict/genesis.go index 11a9407179..f1369c26ec 100644 --- a/x/conflict/genesis.go +++ b/x/conflict/genesis.go @@ -2,8 +2,8 @@ package conflict import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/conflict/keeper" - "github.com/lavanet/lava/x/conflict/types" + "github.com/lavanet/lava/v2/x/conflict/keeper" + "github.com/lavanet/lava/v2/x/conflict/types" ) // InitGenesis initializes the capability module's state from a provided genesis diff --git a/x/conflict/genesis_test.go b/x/conflict/genesis_test.go index f9a779cc96..0bd923fab8 100644 --- a/x/conflict/genesis_test.go +++ b/x/conflict/genesis_test.go @@ -3,10 +3,10 @@ package conflict_test import ( "testing" - keepertest "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/testutil/nullify" - "github.com/lavanet/lava/x/conflict" - "github.com/lavanet/lava/x/conflict/types" + keepertest "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/testutil/nullify" + "github.com/lavanet/lava/v2/x/conflict" + "github.com/lavanet/lava/v2/x/conflict/types" "github.com/stretchr/testify/require" ) diff --git a/x/conflict/handler.go b/x/conflict/handler.go index 6916c57cc8..6872196bf4 100644 --- a/x/conflict/handler.go +++ b/x/conflict/handler.go @@ -6,8 +6,8 @@ import ( sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/lavanet/lava/x/conflict/keeper" - "github.com/lavanet/lava/x/conflict/types" + "github.com/lavanet/lava/v2/x/conflict/keeper" + "github.com/lavanet/lava/v2/x/conflict/types" ) // NewHandler ... diff --git a/x/conflict/keeper/conflict.go b/x/conflict/keeper/conflict.go index 731f341a6d..453dcf56b5 100644 --- a/x/conflict/keeper/conflict.go +++ b/x/conflict/keeper/conflict.go @@ -5,9 +5,9 @@ import ( "fmt" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils/sigs" - "github.com/lavanet/lava/x/conflict/types" - pairingtypes "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/utils/sigs" + "github.com/lavanet/lava/v2/x/conflict/types" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" ) func (k Keeper) ValidateFinalizationConflict(ctx sdk.Context, conflictData *types.FinalizationConflict, clientAddr sdk.AccAddress) error { diff --git a/x/conflict/keeper/conflict_vote.go b/x/conflict/keeper/conflict_vote.go index 123f4d6d17..ed8bb5cfa8 100644 --- a/x/conflict/keeper/conflict_vote.go +++ b/x/conflict/keeper/conflict_vote.go @@ -3,7 +3,7 @@ package keeper import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/conflict/types" + "github.com/lavanet/lava/v2/x/conflict/types" ) // SetConflictVote set a specific conflictVote in the store from its index diff --git a/x/conflict/keeper/conflict_vote_test.go b/x/conflict/keeper/conflict_vote_test.go index fc8e5716e4..79f8ce61f2 100644 --- a/x/conflict/keeper/conflict_vote_test.go +++ b/x/conflict/keeper/conflict_vote_test.go @@ -5,10 +5,10 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - keepertest "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/testutil/nullify" - "github.com/lavanet/lava/x/conflict/keeper" - "github.com/lavanet/lava/x/conflict/types" + keepertest "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/testutil/nullify" + "github.com/lavanet/lava/v2/x/conflict/keeper" + "github.com/lavanet/lava/v2/x/conflict/types" "github.com/stretchr/testify/require" ) diff --git a/x/conflict/keeper/grpc_query.go b/x/conflict/keeper/grpc_query.go index 4854bb6990..11c171ef99 100644 --- a/x/conflict/keeper/grpc_query.go +++ b/x/conflict/keeper/grpc_query.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/lavanet/lava/x/conflict/types" + "github.com/lavanet/lava/v2/x/conflict/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/conflict/keeper/grpc_query_conflict_vote.go b/x/conflict/keeper/grpc_query_conflict_vote.go index 9744cc0ed7..fda470ad67 100644 --- a/x/conflict/keeper/grpc_query_conflict_vote.go +++ b/x/conflict/keeper/grpc_query_conflict_vote.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/query" - "github.com/lavanet/lava/x/conflict/types" + "github.com/lavanet/lava/v2/x/conflict/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/conflict/keeper/grpc_query_conflict_vote_test.go b/x/conflict/keeper/grpc_query_conflict_vote_test.go index 2ff159b4ef..647d16fbd6 100644 --- a/x/conflict/keeper/grpc_query_conflict_vote_test.go +++ b/x/conflict/keeper/grpc_query_conflict_vote_test.go @@ -10,9 +10,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/testutil/nullify" - "github.com/lavanet/lava/x/conflict/types" + keepertest "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/testutil/nullify" + "github.com/lavanet/lava/v2/x/conflict/types" ) // Prevent strconv unused error diff --git a/x/conflict/keeper/grpc_query_consumer_conflicts.go b/x/conflict/keeper/grpc_query_consumer_conflicts.go index 6a49893d17..0d58245cad 100644 --- a/x/conflict/keeper/grpc_query_consumer_conflicts.go +++ b/x/conflict/keeper/grpc_query_consumer_conflicts.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/conflict/types" + "github.com/lavanet/lava/v2/x/conflict/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/conflict/keeper/grpc_query_consumer_conflicts_test.go b/x/conflict/keeper/grpc_query_consumer_conflicts_test.go index a911df8e56..6d5cc852e8 100644 --- a/x/conflict/keeper/grpc_query_consumer_conflicts_test.go +++ b/x/conflict/keeper/grpc_query_consumer_conflicts_test.go @@ -5,8 +5,8 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - keepertest "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/x/conflict/types" + keepertest "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/x/conflict/types" "github.com/stretchr/testify/require" ) diff --git a/x/conflict/keeper/grpc_query_params.go b/x/conflict/keeper/grpc_query_params.go index 0888dbdec6..8199d47198 100644 --- a/x/conflict/keeper/grpc_query_params.go +++ b/x/conflict/keeper/grpc_query_params.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/conflict/types" + "github.com/lavanet/lava/v2/x/conflict/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/conflict/keeper/grpc_query_params_test.go b/x/conflict/keeper/grpc_query_params_test.go index ec3561bff8..1fc431bde9 100644 --- a/x/conflict/keeper/grpc_query_params_test.go +++ b/x/conflict/keeper/grpc_query_params_test.go @@ -4,8 +4,8 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - testkeeper "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/x/conflict/types" + testkeeper "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/x/conflict/types" "github.com/stretchr/testify/require" ) diff --git a/x/conflict/keeper/grpc_query_provider_conflicts.go b/x/conflict/keeper/grpc_query_provider_conflicts.go index 8f5eeab520..6a9b5b721d 100644 --- a/x/conflict/keeper/grpc_query_provider_conflicts.go +++ b/x/conflict/keeper/grpc_query_provider_conflicts.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/conflict/types" + "github.com/lavanet/lava/v2/x/conflict/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/conflict/keeper/grpc_query_provider_conflicts_test.go b/x/conflict/keeper/grpc_query_provider_conflicts_test.go index 4ae58a9c70..d99872824b 100644 --- a/x/conflict/keeper/grpc_query_provider_conflicts_test.go +++ b/x/conflict/keeper/grpc_query_provider_conflicts_test.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - keepertest "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/x/conflict/types" + keepertest "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/x/conflict/types" ) // Prevent strconv unused error diff --git a/x/conflict/keeper/keeper.go b/x/conflict/keeper/keeper.go index 5887d5c053..389dea3a7b 100644 --- a/x/conflict/keeper/keeper.go +++ b/x/conflict/keeper/keeper.go @@ -10,7 +10,7 @@ import ( "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/lavanet/lava/x/conflict/types" + "github.com/lavanet/lava/v2/x/conflict/types" ) type ( diff --git a/x/conflict/keeper/migrations.go b/x/conflict/keeper/migrations.go index dc72d78b7f..8ecffc7954 100644 --- a/x/conflict/keeper/migrations.go +++ b/x/conflict/keeper/migrations.go @@ -2,7 +2,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - v5 "github.com/lavanet/lava/x/conflict/migrations/v5" + v5 "github.com/lavanet/lava/v2/x/conflict/migrations/v5" ) type Migrator struct { diff --git a/x/conflict/keeper/msg_server.go b/x/conflict/keeper/msg_server.go index ecdf8e2306..a05c5bdce8 100644 --- a/x/conflict/keeper/msg_server.go +++ b/x/conflict/keeper/msg_server.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/lavanet/lava/x/conflict/types" + "github.com/lavanet/lava/v2/x/conflict/types" ) type msgServer struct { diff --git a/x/conflict/keeper/msg_server_conflict_vote_commit.go b/x/conflict/keeper/msg_server_conflict_vote_commit.go index 644ca52e76..4e3884eb9e 100644 --- a/x/conflict/keeper/msg_server_conflict_vote_commit.go +++ b/x/conflict/keeper/msg_server_conflict_vote_commit.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/conflict/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/conflict/types" ) func (k msgServer) ConflictVoteCommit(goCtx context.Context, msg *types.MsgConflictVoteCommit) (*types.MsgConflictVoteCommitResponse, error) { diff --git a/x/conflict/keeper/msg_server_conflict_vote_reveal.go b/x/conflict/keeper/msg_server_conflict_vote_reveal.go index b153bbfdf8..0c132d570e 100644 --- a/x/conflict/keeper/msg_server_conflict_vote_reveal.go +++ b/x/conflict/keeper/msg_server_conflict_vote_reveal.go @@ -6,9 +6,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/sigs" - "github.com/lavanet/lava/x/conflict/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/sigs" + "github.com/lavanet/lava/v2/x/conflict/types" ) func (k msgServer) ConflictVoteReveal(goCtx context.Context, msg *types.MsgConflictVoteReveal) (*types.MsgConflictVoteRevealResponse, error) { diff --git a/x/conflict/keeper/msg_server_detection.go b/x/conflict/keeper/msg_server_detection.go index b6b46e90af..2c4786373d 100644 --- a/x/conflict/keeper/msg_server_detection.go +++ b/x/conflict/keeper/msg_server_detection.go @@ -7,9 +7,9 @@ import ( "strings" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/conflict/types" - pairingfilters "github.com/lavanet/lava/x/pairing/keeper/filters" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/conflict/types" + pairingfilters "github.com/lavanet/lava/v2/x/pairing/keeper/filters" "golang.org/x/exp/slices" ) diff --git a/x/conflict/keeper/msg_server_detection_test.go b/x/conflict/keeper/msg_server_detection_test.go index 740b153b47..e7fe12ac4a 100644 --- a/x/conflict/keeper/msg_server_detection_test.go +++ b/x/conflict/keeper/msg_server_detection_test.go @@ -5,15 +5,15 @@ import ( "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/testutil/common" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/lavaslices" - "github.com/lavanet/lava/utils/sigs" - conflicttypes "github.com/lavanet/lava/x/conflict/types" - conflictconstruct "github.com/lavanet/lava/x/conflict/types/construct" - "github.com/lavanet/lava/x/pairing/types" - plantypes "github.com/lavanet/lava/x/plans/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/testutil/common" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/lavaslices" + "github.com/lavanet/lava/v2/utils/sigs" + conflicttypes "github.com/lavanet/lava/v2/x/conflict/types" + conflictconstruct "github.com/lavanet/lava/v2/x/conflict/types/construct" + "github.com/lavanet/lava/v2/x/pairing/types" + plantypes "github.com/lavanet/lava/v2/x/plans/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "github.com/stretchr/testify/require" ) diff --git a/x/conflict/keeper/msg_server_test.go b/x/conflict/keeper/msg_server_test.go index 95c1cff135..808b3c51b8 100644 --- a/x/conflict/keeper/msg_server_test.go +++ b/x/conflict/keeper/msg_server_test.go @@ -5,9 +5,9 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - keepertest "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/x/conflict/keeper" - "github.com/lavanet/lava/x/conflict/types" + keepertest "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/x/conflict/keeper" + "github.com/lavanet/lava/v2/x/conflict/types" ) func setupMsgServer(t testing.TB) (types.MsgServer, context.Context) { diff --git a/x/conflict/keeper/params.go b/x/conflict/keeper/params.go index f45d861c18..1bb7c907a7 100644 --- a/x/conflict/keeper/params.go +++ b/x/conflict/keeper/params.go @@ -2,7 +2,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/conflict/types" + "github.com/lavanet/lava/v2/x/conflict/types" ) // GetParams get all parameters as types.Params diff --git a/x/conflict/keeper/params_test.go b/x/conflict/keeper/params_test.go index 10f3409bb2..e4ce0f51cd 100644 --- a/x/conflict/keeper/params_test.go +++ b/x/conflict/keeper/params_test.go @@ -3,8 +3,8 @@ package keeper_test import ( "testing" - testkeeper "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/x/conflict/types" + testkeeper "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/x/conflict/types" "github.com/stretchr/testify/require" ) diff --git a/x/conflict/keeper/vote.go b/x/conflict/keeper/vote.go index 1327aa54f0..63757e7967 100644 --- a/x/conflict/keeper/vote.go +++ b/x/conflict/keeper/vote.go @@ -6,8 +6,8 @@ import ( "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/conflict/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/conflict/types" "golang.org/x/exp/slices" ) diff --git a/x/conflict/keeper/vote_test.go b/x/conflict/keeper/vote_test.go index 96cb1be21e..60e47a9d18 100644 --- a/x/conflict/keeper/vote_test.go +++ b/x/conflict/keeper/vote_test.go @@ -3,12 +3,12 @@ package keeper_test import ( "testing" - "github.com/lavanet/lava/testutil/common" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/rand" - "github.com/lavanet/lava/utils/sigs" - conflicttypes "github.com/lavanet/lava/x/conflict/types" - pairingtypes "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/testutil/common" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/rand" + "github.com/lavanet/lava/v2/utils/sigs" + conflicttypes "github.com/lavanet/lava/v2/x/conflict/types" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" "github.com/stretchr/testify/require" ) diff --git a/x/conflict/migrations/v5/migrations.go b/x/conflict/migrations/v5/migrations.go index 2438b53a4e..b515481c2f 100644 --- a/x/conflict/migrations/v5/migrations.go +++ b/x/conflict/migrations/v5/migrations.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" storetypes "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/x/pairing/types" ) const ( diff --git a/x/conflict/module.go b/x/conflict/module.go index 6de9fc0ded..5c1bd71438 100644 --- a/x/conflict/module.go +++ b/x/conflict/module.go @@ -16,9 +16,9 @@ import ( cdctypes "github.com/cosmos/cosmos-sdk/codec/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/lavanet/lava/x/conflict/client/cli" - "github.com/lavanet/lava/x/conflict/keeper" - "github.com/lavanet/lava/x/conflict/types" + "github.com/lavanet/lava/v2/x/conflict/client/cli" + "github.com/lavanet/lava/v2/x/conflict/keeper" + "github.com/lavanet/lava/v2/x/conflict/types" ) var ( diff --git a/x/conflict/module_simulation.go b/x/conflict/module_simulation.go index 80ecc96b86..3373bb86ce 100644 --- a/x/conflict/module_simulation.go +++ b/x/conflict/module_simulation.go @@ -11,9 +11,9 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" "github.com/cosmos/cosmos-sdk/x/simulation" - "github.com/lavanet/lava/testutil/sample" - conflictsimulation "github.com/lavanet/lava/x/conflict/simulation" - "github.com/lavanet/lava/x/conflict/types" + "github.com/lavanet/lava/v2/testutil/sample" + conflictsimulation "github.com/lavanet/lava/v2/x/conflict/simulation" + "github.com/lavanet/lava/v2/x/conflict/types" ) // avoid unused import issue diff --git a/x/conflict/simulation/conflict_vote_commit.go b/x/conflict/simulation/conflict_vote_commit.go index c46689a7df..036482fd64 100644 --- a/x/conflict/simulation/conflict_vote_commit.go +++ b/x/conflict/simulation/conflict_vote_commit.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/lavanet/lava/x/conflict/keeper" - "github.com/lavanet/lava/x/conflict/types" + "github.com/lavanet/lava/v2/x/conflict/keeper" + "github.com/lavanet/lava/v2/x/conflict/types" ) func SimulateMsgConflictVoteCommit( diff --git a/x/conflict/simulation/conflict_vote_reveal.go b/x/conflict/simulation/conflict_vote_reveal.go index 81322975df..adc5f4889a 100644 --- a/x/conflict/simulation/conflict_vote_reveal.go +++ b/x/conflict/simulation/conflict_vote_reveal.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/lavanet/lava/x/conflict/keeper" - "github.com/lavanet/lava/x/conflict/types" + "github.com/lavanet/lava/v2/x/conflict/keeper" + "github.com/lavanet/lava/v2/x/conflict/types" ) func SimulateMsgConflictVoteReveal( diff --git a/x/conflict/simulation/detection.go b/x/conflict/simulation/detection.go index 995150bf36..1fafedd35b 100644 --- a/x/conflict/simulation/detection.go +++ b/x/conflict/simulation/detection.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/lavanet/lava/x/conflict/keeper" - "github.com/lavanet/lava/x/conflict/types" + "github.com/lavanet/lava/v2/x/conflict/keeper" + "github.com/lavanet/lava/v2/x/conflict/types" ) func SimulateMsgDetection( diff --git a/x/conflict/types/conflict_data.pb.go b/x/conflict/types/conflict_data.pb.go index 719b1dae5b..a1d3cc174e 100644 --- a/x/conflict/types/conflict_data.pb.go +++ b/x/conflict/types/conflict_data.pb.go @@ -7,7 +7,7 @@ import ( fmt "fmt" _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" - types "github.com/lavanet/lava/x/pairing/types" + types "github.com/lavanet/lava/v2/x/pairing/types" io "io" math "math" math_bits "math/bits" @@ -268,35 +268,35 @@ func init() { } var fileDescriptor_db493e54bcd78171 = []byte{ - // 444 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x93, 0x4f, 0xcb, 0xd3, 0x30, - 0x1c, 0xc7, 0x97, 0xa7, 0xcf, 0xfc, 0x93, 0x4d, 0x9c, 0x61, 0xc3, 0x32, 0xb0, 0xcc, 0xe2, 0x61, - 0x22, 0xb4, 0x4e, 0xc1, 0x83, 0x78, 0xb1, 0x13, 0x19, 0x82, 0x97, 0x9c, 0xc4, 0x4b, 0xc9, 0xba, - 0xac, 0x0d, 0xc6, 0xa6, 0x36, 0x99, 0x58, 0x5f, 0x85, 0xe0, 0xdd, 0x97, 0x23, 0x3b, 0xee, 0xe8, - 0x51, 0xb6, 0x37, 0x22, 0x49, 0xda, 0x69, 0x75, 0x0a, 0xf2, 0x9c, 0xfa, 0x6b, 0xf2, 0xf9, 0x7e, - 0xf3, 0xe5, 0x97, 0xfc, 0xe0, 0x5d, 0x4e, 0xde, 0x93, 0x9c, 0xaa, 0x50, 0x7f, 0xc3, 0x44, 0xe4, - 0x6b, 0xce, 0x12, 0x75, 0x2c, 0xe2, 0x15, 0x51, 0x24, 0x28, 0x4a, 0xa1, 0x04, 0x1a, 0xd5, 0x68, - 0xa0, 0xbf, 0x41, 0x43, 0x8c, 0x87, 0xa9, 0x48, 0x85, 0x21, 0x42, 0x5d, 0x59, 0x78, 0x3c, 0x69, - 0xf9, 0x16, 0x84, 0x95, 0x2c, 0x4f, 0xc3, 0x92, 0x72, 0x52, 0x59, 0xc2, 0xff, 0x0a, 0xe0, 0x00, - 0x53, 0x59, 0x88, 0x5c, 0xd2, 0x79, 0x6d, 0x86, 0x5e, 0x41, 0xd4, 0x18, 0x63, 0xcd, 0x3e, 0x23, - 0x8a, 0xdc, 0x77, 0xc1, 0x04, 0x4c, 0x7b, 0x0f, 0xa6, 0xc1, 0xc9, 0x00, 0xc1, 0xfc, 0x77, 0x01, - 0x3e, 0xe1, 0x71, 0xd2, 0x79, 0xe6, 0x9e, 0x5d, 0xd8, 0x79, 0xe6, 0x7f, 0x06, 0xf0, 0xc6, 0x1f, - 0x24, 0x7a, 0x02, 0x2f, 0x97, 0xf4, 0xdd, 0x86, 0x4a, 0x55, 0xc7, 0xf7, 0xdb, 0x87, 0xd4, 0x2d, - 0x09, 0x8c, 0x02, 0x5b, 0x12, 0x37, 0x12, 0xf4, 0x18, 0x76, 0x4b, 0x5a, 0xf0, 0xca, 0x75, 0x8c, - 0xf6, 0xce, 0x5f, 0x02, 0x62, 0xcd, 0xbc, 0xa4, 0x8a, 0xe8, 0x6b, 0xc2, 0x56, 0xf2, 0xe2, 0xfc, - 0xca, 0xd9, 0xc0, 0xf1, 0xb7, 0x00, 0x5e, 0x6b, 0x6d, 0xa3, 0x7b, 0x10, 0x65, 0x44, 0x66, 0x31, - 0xe1, 0xdc, 0x5c, 0x6b, 0xac, 0xff, 0x4c, 0xb8, 0x3e, 0xbe, 0xae, 0xeb, 0xa7, 0x9c, 0xeb, 0xe8, - 0x0b, 0x22, 0x33, 0x34, 0x80, 0x8e, 0x64, 0xa9, 0xe9, 0x4f, 0x1f, 0xeb, 0x12, 0xdd, 0x86, 0x7d, - 0x4e, 0x14, 0x95, 0x2a, 0x5e, 0x72, 0x91, 0xbc, 0x31, 0xc9, 0x1c, 0xdc, 0xb3, 0x6b, 0x91, 0x5e, - 0x42, 0x8f, 0xe0, 0xcd, 0x35, 0xcb, 0x09, 0x67, 0x1f, 0xe9, 0xca, 0x52, 0xd2, 0x1c, 0x42, 0xa5, - 0x7b, 0x6e, 0x8c, 0x46, 0xc7, 0x6d, 0x23, 0x90, 0x0b, 0xb3, 0x89, 0x6e, 0x41, 0x28, 0x59, 0x5a, - 0x2b, 0xdc, 0xae, 0x41, 0xaf, 0x4a, 0x96, 0x5a, 0xc8, 0xff, 0x02, 0xe0, 0xf0, 0xb9, 0x15, 0x12, - 0xc5, 0x44, 0x7e, 0x7c, 0x2d, 0x11, 0xec, 0x95, 0xb6, 0x7d, 0x05, 0xaf, 0x9a, 0x67, 0x32, 0xf9, - 0x67, 0x9f, 0x0b, 0x5e, 0xe1, 0x5f, 0x45, 0x6d, 0x8f, 0xe6, 0x41, 0xfc, 0x97, 0xc7, 0x2c, 0x8a, - 0xb6, 0x7b, 0x0f, 0xec, 0xf6, 0x1e, 0xf8, 0xbe, 0xf7, 0xc0, 0xa7, 0x83, 0xd7, 0xd9, 0x1d, 0xbc, - 0xce, 0xb7, 0x83, 0xd7, 0x79, 0x3d, 0x4d, 0x99, 0xca, 0x36, 0xcb, 0x20, 0x11, 0x6f, 0xc3, 0xd6, - 0x44, 0x7c, 0xf8, 0x39, 0x6b, 0xaa, 0x2a, 0xa8, 0x5c, 0x5e, 0x32, 0x53, 0xf1, 0xf0, 0x47, 0x00, - 0x00, 0x00, 0xff, 0xff, 0x08, 0x7d, 0x98, 0xa8, 0x91, 0x03, 0x00, 0x00, + // 448 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x93, 0x5f, 0xab, 0xd3, 0x30, + 0x18, 0xc6, 0x97, 0xd3, 0x73, 0xfc, 0x93, 0x4d, 0x9c, 0xe1, 0x1c, 0x2c, 0x03, 0xcb, 0x2c, 0x5e, + 0x4c, 0x06, 0xad, 0x9b, 0xe0, 0x85, 0x78, 0xe3, 0xa6, 0x32, 0x04, 0x6f, 0x72, 0x25, 0xde, 0x94, + 0xac, 0xcb, 0xda, 0x60, 0x6c, 0x6a, 0x93, 0x0d, 0xeb, 0xa7, 0x10, 0xbc, 0xf7, 0xe3, 0xc8, 0x2e, + 0x77, 0xe9, 0xa5, 0x6c, 0x5f, 0x44, 0x92, 0xb4, 0xd3, 0xea, 0x14, 0xe4, 0x5c, 0xf5, 0x6d, 0xf2, + 0x7b, 0x9e, 0x3c, 0xbc, 0xc9, 0x0b, 0xef, 0x73, 0xb2, 0x26, 0x19, 0x55, 0xa1, 0xfe, 0x86, 0xb1, + 0xc8, 0x96, 0x9c, 0xc5, 0xea, 0x50, 0x44, 0x0b, 0xa2, 0x48, 0x90, 0x17, 0x42, 0x09, 0x74, 0x51, + 0xa1, 0x81, 0xfe, 0x06, 0x35, 0xd1, 0x3b, 0x4f, 0x44, 0x22, 0x0c, 0x11, 0xea, 0xca, 0xc2, 0xbd, + 0x7e, 0xc3, 0x37, 0x27, 0xac, 0x60, 0x59, 0x12, 0x16, 0x94, 0x93, 0xd2, 0x12, 0xfe, 0x57, 0x00, + 0xbb, 0x98, 0xca, 0x5c, 0x64, 0x92, 0x4e, 0x2b, 0x33, 0xf4, 0x1a, 0xa2, 0xda, 0x18, 0x6b, 0xf6, + 0x19, 0x51, 0xe4, 0x81, 0x0b, 0xfa, 0x60, 0xd0, 0x1e, 0x0f, 0x82, 0xa3, 0x01, 0x82, 0xe9, 0xef, + 0x02, 0x7c, 0xc4, 0xe3, 0xa8, 0xf3, 0xc8, 0x3d, 0xb9, 0xb4, 0xf3, 0xc8, 0xff, 0x0c, 0xe0, 0xad, + 0x3f, 0x48, 0xf4, 0x04, 0x5e, 0x2d, 0xe8, 0xfb, 0x15, 0x95, 0xaa, 0x8a, 0xef, 0x37, 0x0f, 0xa9, + 0x5a, 0x12, 0x18, 0x05, 0xb6, 0x24, 0xae, 0x25, 0xe8, 0x31, 0x3c, 0x2b, 0x68, 0xce, 0x4b, 0xd7, + 0x31, 0xda, 0x7b, 0x7f, 0x09, 0x88, 0x35, 0xf3, 0x8a, 0x2a, 0xa2, 0xaf, 0x09, 0x5b, 0xc9, 0xcb, + 0xd3, 0x6b, 0x27, 0x5d, 0xc7, 0xdf, 0x00, 0x78, 0xa3, 0xb1, 0x8d, 0x86, 0x10, 0xa5, 0x44, 0xa6, + 0x11, 0xe1, 0xdc, 0x5c, 0x6b, 0xa4, 0xff, 0x4c, 0xb8, 0x0e, 0xbe, 0xa9, 0xeb, 0xa7, 0x9c, 0xeb, + 0xe8, 0x33, 0x22, 0x53, 0xd4, 0x85, 0x8e, 0x64, 0x89, 0xe9, 0x4f, 0x07, 0xeb, 0x12, 0xdd, 0x85, + 0x1d, 0x4e, 0x14, 0x95, 0x2a, 0x9a, 0x73, 0x11, 0xbf, 0x35, 0xc9, 0x1c, 0xdc, 0xb6, 0x6b, 0x13, + 0xbd, 0x84, 0x1e, 0xc1, 0xdb, 0x4b, 0x96, 0x11, 0xce, 0x3e, 0xd2, 0x85, 0xa5, 0xa4, 0x39, 0x84, + 0x4a, 0xf7, 0xd4, 0x18, 0x5d, 0x1c, 0xb6, 0x8d, 0x40, 0xce, 0xcc, 0x26, 0xba, 0x03, 0xa1, 0x64, + 0x49, 0xa5, 0x70, 0xcf, 0x0c, 0x7a, 0x5d, 0xb2, 0xc4, 0x42, 0xfe, 0x17, 0x00, 0xcf, 0x5f, 0x58, + 0x21, 0x51, 0x4c, 0x64, 0x87, 0xd7, 0x32, 0x81, 0xed, 0xc2, 0xb6, 0x2f, 0xe7, 0x65, 0xfd, 0x4c, + 0xfa, 0xff, 0xec, 0x73, 0xce, 0x4b, 0xfc, 0xab, 0xa8, 0xe9, 0x51, 0x3f, 0x88, 0xff, 0xf2, 0x18, + 0x4d, 0x9e, 0x6f, 0x76, 0x1e, 0xd8, 0xee, 0x3c, 0xf0, 0x7d, 0xe7, 0x81, 0x4f, 0x7b, 0xaf, 0xb5, + 0xdd, 0x7b, 0xad, 0x6f, 0x7b, 0xaf, 0xf5, 0x66, 0x98, 0x30, 0x95, 0xae, 0xe6, 0x41, 0x2c, 0xde, + 0x85, 0x8d, 0x89, 0x58, 0x8f, 0xc3, 0x0f, 0x3f, 0xc7, 0x4d, 0x95, 0x39, 0x95, 0xf3, 0x2b, 0x66, + 0x30, 0x1e, 0xfe, 0x08, 0x00, 0x00, 0xff, 0xff, 0x07, 0x5f, 0xd5, 0x60, 0x94, 0x03, 0x00, 0x00, } func (m *ResponseConflict) Marshal() (dAtA []byte, err error) { diff --git a/x/conflict/types/conflict_vote.pb.go b/x/conflict/types/conflict_vote.pb.go index 8ddc09dfef..f734e138c4 100644 --- a/x/conflict/types/conflict_vote.pb.go +++ b/x/conflict/types/conflict_vote.pb.go @@ -278,36 +278,36 @@ func init() { } var fileDescriptor_a96842d3d7b42db7 = []byte{ - // 452 bytes of a gzipped FileDescriptorProto + // 456 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x53, 0xc1, 0x6e, 0x13, 0x31, 0x10, 0xcd, 0x36, 0x9b, 0x34, 0x99, 0xa4, 0x3d, 0x58, 0x05, 0x59, 0x05, 0x6d, 0x57, 0x11, 0x42, - 0xcb, 0x65, 0x23, 0x95, 0x03, 0x57, 0x08, 0x39, 0x80, 0x00, 0x09, 0x2d, 0x82, 0x03, 0x17, 0xe4, - 0x7a, 0xa7, 0x89, 0xc5, 0x62, 0x07, 0xdb, 0x89, 0xca, 0x91, 0x3f, 0xe0, 0xb3, 0x7a, 0xec, 0x91, - 0x13, 0x42, 0xc9, 0x8f, 0x20, 0x7b, 0x9d, 0xb4, 0x5b, 0xc1, 0x81, 0x93, 0xe7, 0x3d, 0xbf, 0x79, - 0x9e, 0x19, 0xdb, 0xf0, 0xa8, 0x62, 0x2b, 0x26, 0xd1, 0x8e, 0xdd, 0x3a, 0xe6, 0x4a, 0x9e, 0x57, - 0x82, 0xdb, 0x5d, 0xf0, 0x69, 0xa5, 0x2c, 0xe6, 0x0b, 0xad, 0xac, 0x22, 0x77, 0x82, 0x34, 0x77, - 0x6b, 0xbe, 0x55, 0x1c, 0x1f, 0xcd, 0xd4, 0x4c, 0x79, 0xc5, 0xd8, 0x45, 0xb5, 0x78, 0xf4, 0x14, - 0x7a, 0x6f, 0xb5, 0x5a, 0x89, 0x12, 0x35, 0xa1, 0xb0, 0xcf, 0x38, 0x57, 0x4b, 0x69, 0x69, 0x94, - 0x46, 0x59, 0xbf, 0xd8, 0x42, 0x72, 0x0c, 0x3d, 0x8d, 0x66, 0xa1, 0xa4, 0x41, 0xba, 0x97, 0x46, - 0xd9, 0xb0, 0xd8, 0xe1, 0xd1, 0x6b, 0x88, 0x3f, 0x28, 0x8b, 0x3e, 0xbb, 0x2c, 0x35, 0x1a, 0xb3, - 0xcb, 0xae, 0x21, 0x21, 0x10, 0xbf, 0x60, 0x66, 0x1e, 0x32, 0x7d, 0x4c, 0xee, 0x42, 0xb7, 0x40, - 0xb3, 0xac, 0x2c, 0x6d, 0xa7, 0x51, 0xd6, 0x2e, 0x02, 0x1a, 0x7d, 0x8f, 0x61, 0xf8, 0x3c, 0x94, - 0xec, 0x6d, 0x8f, 0xa0, 0x23, 0x64, 0x89, 0x17, 0xc1, 0xb4, 0x06, 0xe4, 0x01, 0x1c, 0xf0, 0x4a, - 0xa0, 0xb4, 0xcf, 0xc2, 0x91, 0x7b, 0x7e, 0xb7, 0x49, 0x92, 0x11, 0x0c, 0xdd, 0x5c, 0xa6, 0xc8, - 0xca, 0x4a, 0x48, 0xf4, 0x47, 0xc5, 0x45, 0x83, 0x23, 0x0f, 0xe1, 0xd0, 0xe1, 0x77, 0x96, 0x69, - 0x3b, 0xa9, 0x14, 0xff, 0x4c, 0x63, 0xaf, 0xba, 0xc5, 0x92, 0xfb, 0xd0, 0x0f, 0x8c, 0x45, 0xda, - 0xf1, 0x35, 0x5f, 0x13, 0xae, 0x79, 0x3e, 0x67, 0x42, 0xbe, 0x9c, 0xd2, 0x6e, 0xdd, 0x7c, 0x80, - 0xae, 0x51, 0xb6, 0x10, 0xef, 0x75, 0x45, 0xf7, 0xfd, 0x46, 0x40, 0x24, 0x85, 0x81, 0xc6, 0xaf, - 0x4b, 0x34, 0x76, 0xca, 0x2c, 0xa3, 0x3d, 0x3f, 0x9b, 0x9b, 0x94, 0xab, 0x3e, 0xc0, 0xba, 0xae, - 0x7e, 0x5d, 0xfd, 0x4d, 0x8e, 0xbc, 0x82, 0x83, 0x73, 0xa1, 0x8d, 0xdd, 0xde, 0x21, 0x85, 0x34, - 0xca, 0x06, 0xa7, 0x27, 0xf9, 0x5f, 0xdf, 0x40, 0xbe, 0x95, 0x4d, 0xe2, 0xcb, 0x5f, 0x27, 0xad, - 0xa2, 0x99, 0x4b, 0xde, 0xc0, 0xa1, 0x41, 0xae, 0x64, 0xb9, 0x73, 0x1b, 0xfc, 0x8f, 0xdb, 0xad, - 0x64, 0xf2, 0x04, 0x3a, 0x6e, 0x40, 0x86, 0x0e, 0xd3, 0x76, 0x36, 0x38, 0xbd, 0xf7, 0x0f, 0x17, - 0x77, 0xcb, 0xc1, 0xa1, 0xd6, 0x4f, 0x26, 0x97, 0xeb, 0x24, 0xba, 0x5a, 0x27, 0xd1, 0xef, 0x75, - 0x12, 0xfd, 0xd8, 0x24, 0xad, 0xab, 0x4d, 0xd2, 0xfa, 0xb9, 0x49, 0x5a, 0x1f, 0xb3, 0x99, 0xb0, - 0xf3, 0xe5, 0x59, 0xce, 0xd5, 0x97, 0x71, 0xe3, 0x43, 0x5c, 0x5c, 0x7f, 0x09, 0xfb, 0x6d, 0x81, - 0xe6, 0xac, 0xeb, 0x9f, 0xf7, 0xe3, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x3e, 0xd9, 0xbb, 0x28, - 0x38, 0x03, 0x00, 0x00, + 0x41, 0x48, 0xbb, 0x52, 0x38, 0x70, 0x85, 0x10, 0x24, 0x10, 0x20, 0xa1, 0x45, 0x70, 0xe0, 0x82, + 0x5c, 0xef, 0x34, 0xb1, 0x58, 0xec, 0x60, 0x3b, 0x51, 0x39, 0xf2, 0x07, 0x7c, 0x56, 0x8f, 0x3d, + 0x72, 0x42, 0x28, 0xf9, 0x11, 0x64, 0xaf, 0x93, 0x36, 0x15, 0x1c, 0x38, 0x79, 0xde, 0xf3, 0x9b, + 0xe7, 0x99, 0xb1, 0x0d, 0x0f, 0x2a, 0xb6, 0x64, 0x12, 0x6d, 0xee, 0xd6, 0x9c, 0x2b, 0x79, 0x56, + 0x09, 0x6e, 0xb7, 0xc1, 0xa7, 0xa5, 0xb2, 0x98, 0xcd, 0xb5, 0xb2, 0x8a, 0xdc, 0x0a, 0xd2, 0xcc, + 0xad, 0xd9, 0x46, 0x71, 0x7c, 0x34, 0x55, 0x53, 0xe5, 0x15, 0xb9, 0x8b, 0x6a, 0xf1, 0xe0, 0x09, + 0x74, 0xde, 0x6a, 0xb5, 0x14, 0x25, 0x6a, 0x42, 0x61, 0x9f, 0x71, 0xae, 0x16, 0xd2, 0xd2, 0x28, + 0x8d, 0x86, 0xdd, 0x62, 0x03, 0xc9, 0x31, 0x74, 0x34, 0x9a, 0xb9, 0x92, 0x06, 0xe9, 0x5e, 0x1a, + 0x0d, 0xfb, 0xc5, 0x16, 0x0f, 0x5e, 0x43, 0xfc, 0x41, 0x59, 0xf4, 0xd9, 0x65, 0xa9, 0xd1, 0x98, + 0x6d, 0x76, 0x0d, 0x09, 0x81, 0xf8, 0x05, 0x33, 0xb3, 0x90, 0xe9, 0x63, 0x72, 0x1b, 0xda, 0x05, + 0x9a, 0x45, 0x65, 0x69, 0x33, 0x8d, 0x86, 0xcd, 0x22, 0xa0, 0xc1, 0xf7, 0x18, 0xfa, 0xcf, 0x42, + 0xc9, 0xde, 0xf6, 0x08, 0x5a, 0x42, 0x96, 0x78, 0x1e, 0x4c, 0x6b, 0x40, 0xee, 0xc1, 0x01, 0xaf, + 0x04, 0x4a, 0xfb, 0x34, 0x1c, 0xb9, 0xe7, 0x77, 0x77, 0x49, 0x32, 0x80, 0xbe, 0x9b, 0xcb, 0x04, + 0x59, 0x59, 0x09, 0x89, 0xfe, 0xa8, 0xb8, 0xd8, 0xe1, 0xc8, 0x7d, 0x38, 0x74, 0xf8, 0x9d, 0x65, + 0xda, 0x8e, 0x2b, 0xc5, 0x3f, 0xd3, 0xd8, 0xab, 0x6e, 0xb0, 0xe4, 0x2e, 0x74, 0x03, 0x63, 0x91, + 0xb6, 0x7c, 0xcd, 0x57, 0x84, 0x6b, 0x9e, 0xcf, 0x98, 0x90, 0x2f, 0x27, 0xb4, 0x5d, 0x37, 0x1f, + 0xa0, 0x6b, 0x94, 0xcd, 0xc5, 0x7b, 0x5d, 0xd1, 0x7d, 0xbf, 0x11, 0x10, 0x49, 0xa1, 0xa7, 0xf1, + 0xeb, 0x02, 0x8d, 0x9d, 0x30, 0xcb, 0x68, 0xc7, 0xcf, 0xe6, 0x3a, 0xe5, 0xaa, 0x0f, 0xb0, 0xae, + 0xab, 0x5b, 0x57, 0x7f, 0x9d, 0x23, 0xaf, 0xe0, 0xe0, 0x4c, 0x68, 0x63, 0x37, 0x77, 0x48, 0x21, + 0x8d, 0x86, 0xbd, 0xd1, 0x49, 0xf6, 0xd7, 0x37, 0x90, 0x6d, 0x64, 0xe3, 0xf8, 0xe2, 0xd7, 0x49, + 0xa3, 0xd8, 0xcd, 0x25, 0x6f, 0xe0, 0xd0, 0x20, 0x57, 0xb2, 0xdc, 0xba, 0xf5, 0xfe, 0xc7, 0xed, + 0x46, 0x32, 0x79, 0x0c, 0x2d, 0x37, 0x20, 0x43, 0xfb, 0x69, 0x73, 0xd8, 0x1b, 0xdd, 0xf9, 0x87, + 0x8b, 0xbb, 0xe5, 0xe0, 0x50, 0xeb, 0xc7, 0xcf, 0x2f, 0x56, 0x49, 0x74, 0xb9, 0x4a, 0xa2, 0xdf, + 0xab, 0x24, 0xfa, 0xb1, 0x4e, 0x1a, 0x97, 0xeb, 0xa4, 0xf1, 0x73, 0x9d, 0x34, 0x3e, 0x3e, 0x9c, + 0x0a, 0x3b, 0x5b, 0x9c, 0x66, 0x5c, 0x7d, 0xc9, 0x77, 0x3e, 0xc4, 0x72, 0x94, 0x9f, 0x5f, 0xfd, + 0x0a, 0xfb, 0x6d, 0x8e, 0xe6, 0xb4, 0xed, 0x5f, 0xf8, 0xa3, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, + 0x3a, 0xce, 0x3f, 0x28, 0x3b, 0x03, 0x00, 0x00, } func (m *Provider) Marshal() (dAtA []byte, err error) { diff --git a/x/conflict/types/construct/types.go b/x/conflict/types/construct/types.go index 2919d3cd6f..db3571a5b4 100644 --- a/x/conflict/types/construct/types.go +++ b/x/conflict/types/construct/types.go @@ -1,9 +1,9 @@ package construct import ( - "github.com/lavanet/lava/utils/sigs" - "github.com/lavanet/lava/x/conflict/types" - pairingtypes "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/utils/sigs" + "github.com/lavanet/lava/v2/x/conflict/types" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" ) func ConstructReplyMetadata(reply *pairingtypes.RelayReply, req *pairingtypes.RelayRequest) *types.ReplyMetadata { diff --git a/x/conflict/types/expected_keepers.go b/x/conflict/types/expected_keepers.go index da1d226f04..3483a9edd1 100644 --- a/x/conflict/types/expected_keepers.go +++ b/x/conflict/types/expected_keepers.go @@ -3,9 +3,9 @@ package types import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/x/auth/types" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - projectstypes "github.com/lavanet/lava/x/projects/types" - spectypes "github.com/lavanet/lava/x/spec/types" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + projectstypes "github.com/lavanet/lava/v2/x/projects/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" ) type PairingKeeper interface { diff --git a/x/conflict/types/genesis.pb.go b/x/conflict/types/genesis.pb.go index 4e05d234ef..b6b148c7f9 100644 --- a/x/conflict/types/genesis.pb.go +++ b/x/conflict/types/genesis.pb.go @@ -85,7 +85,7 @@ func init() { } var fileDescriptor_71a0ca73fa4559da = []byte{ - // 238 bytes of a gzipped FileDescriptorProto + // 241 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xce, 0x49, 0x2c, 0x4b, 0xcc, 0x4b, 0x2d, 0xd1, 0x07, 0xd1, 0xfa, 0xc9, 0xf9, 0x79, 0x69, 0x39, 0x99, 0xc9, 0x25, 0xfa, 0xe9, 0xa9, 0x79, 0xa9, 0xc5, 0x99, 0xc5, 0x7a, 0x05, 0x45, 0xf9, 0x25, 0xf9, 0x42, 0xa2, 0x50, @@ -96,11 +96,12 @@ var fileDescriptor_71a0ca73fa4559da = []byte{ 0x60, 0x54, 0x60, 0xd4, 0xe0, 0x36, 0x92, 0xd5, 0xc3, 0xea, 0x3a, 0xbd, 0x00, 0xb0, 0x22, 0x27, 0x96, 0x13, 0xf7, 0xe4, 0x19, 0x82, 0xa0, 0x5a, 0x84, 0x42, 0xb9, 0x04, 0x60, 0x0a, 0xc2, 0xf2, 0x4b, 0x52, 0x7d, 0x32, 0x8b, 0x4b, 0x24, 0x98, 0x14, 0x98, 0x35, 0xb8, 0x8d, 0x94, 0x71, 0x18, - 0xe3, 0x8c, 0xa4, 0x1c, 0x6a, 0x18, 0x86, 0x11, 0x4e, 0x4e, 0x27, 0x1e, 0xc9, 0x31, 0x5e, 0x78, + 0xe3, 0x8c, 0xa4, 0x1c, 0x6a, 0x18, 0x86, 0x11, 0x4e, 0xae, 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, 0xa5, 0x91, 0x9e, 0x59, 0x92, 0x51, 0x9a, 0xa4, 0x97, 0x9c, 0x9f, 0xab, - 0x8f, 0xe2, 0xe9, 0x0a, 0x84, 0xb7, 0x4b, 0x2a, 0x0b, 0x52, 0x8b, 0x93, 0xd8, 0xc0, 0xfe, 0x35, - 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0xfe, 0x24, 0xd4, 0x8c, 0x92, 0x01, 0x00, 0x00, + 0x78, 0x2c, 0xc7, 0x10, 0xa5, 0x9d, 0x9e, 0x59, 0x92, 0x51, 0x9a, 0xa4, 0x97, 0x9c, 0x9f, 0xab, + 0x8f, 0xe2, 0xe9, 0x32, 0x23, 0xfd, 0x0a, 0x84, 0xcf, 0x4b, 0x2a, 0x0b, 0x52, 0x8b, 0x93, 0xd8, + 0xc0, 0x5e, 0x36, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0xe7, 0xbb, 0x8f, 0xc5, 0x95, 0x01, 0x00, + 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/conflict/types/genesis_test.go b/x/conflict/types/genesis_test.go index 7019e5bd6c..b3e5741f9e 100644 --- a/x/conflict/types/genesis_test.go +++ b/x/conflict/types/genesis_test.go @@ -3,7 +3,7 @@ package types_test import ( "testing" - "github.com/lavanet/lava/x/conflict/types" + "github.com/lavanet/lava/v2/x/conflict/types" "github.com/stretchr/testify/require" ) diff --git a/x/conflict/types/message_conflict_vote_commit_test.go b/x/conflict/types/message_conflict_vote_commit_test.go index 5e8a6a11e2..8e9a5587bd 100644 --- a/x/conflict/types/message_conflict_vote_commit_test.go +++ b/x/conflict/types/message_conflict_vote_commit_test.go @@ -4,7 +4,7 @@ import ( "testing" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/lavanet/lava/testutil/sample" + "github.com/lavanet/lava/v2/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/conflict/types/message_conflict_vote_reveal_test.go b/x/conflict/types/message_conflict_vote_reveal_test.go index 9ea7ec3748..36bed287fe 100644 --- a/x/conflict/types/message_conflict_vote_reveal_test.go +++ b/x/conflict/types/message_conflict_vote_reveal_test.go @@ -4,7 +4,7 @@ import ( "testing" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/lavanet/lava/testutil/sample" + "github.com/lavanet/lava/v2/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/conflict/types/message_detection_test.go b/x/conflict/types/message_detection_test.go index 187da40526..8d94ecdf2a 100644 --- a/x/conflict/types/message_detection_test.go +++ b/x/conflict/types/message_detection_test.go @@ -4,7 +4,7 @@ import ( "testing" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/lavanet/lava/testutil/sample" + "github.com/lavanet/lava/v2/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/conflict/types/params.pb.go b/x/conflict/types/params.pb.go index a361a823fd..22ce70908f 100644 --- a/x/conflict/types/params.pb.go +++ b/x/conflict/types/params.pb.go @@ -134,7 +134,7 @@ func init() { } var fileDescriptor_a921a7b735ec6ed8 = []byte{ - // 385 bytes of a gzipped FileDescriptorProto + // 388 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xca, 0x49, 0x2c, 0x4b, 0xcc, 0x4b, 0x2d, 0xd1, 0x07, 0xd1, 0xfa, 0xc9, 0xf9, 0x79, 0x69, 0x39, 0x99, 0xc9, 0x25, 0xfa, 0x05, 0x89, 0x45, 0x89, 0xb9, 0xc5, 0x7a, 0x05, 0x45, 0xf9, 0x25, 0xf9, 0x42, 0xa2, 0x50, 0x35, @@ -155,11 +155,11 @@ var fileDescriptor_a921a7b735ec6ed8 = []byte{ 0x12, 0x22, 0x10, 0x23, 0xe3, 0x8b, 0xc0, 0x66, 0x22, 0x82, 0x05, 0x9b, 0x55, 0x60, 0x27, 0x24, 0xe7, 0x64, 0xa6, 0xe6, 0x95, 0xa0, 0x3a, 0x81, 0x89, 0x32, 0x27, 0x40, 0x8c, 0xc4, 0x74, 0x02, 0x16, 0xab, 0xc0, 0x4e, 0x00, 0x05, 0x73, 0x51, 0x31, 0xaa, 0x13, 0x98, 0x29, 0x73, 0x02, 0xc4, - 0x48, 0x4c, 0x27, 0x60, 0xb1, 0xca, 0xc9, 0xe9, 0xc4, 0x23, 0x39, 0xc6, 0x0b, 0x8f, 0xe4, 0x18, + 0x48, 0x4c, 0x27, 0x60, 0xb1, 0xca, 0xc9, 0xf5, 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, 0x34, 0x90, 0xac, 0x45, 0xc9, 0x16, 0x15, 0x88, 0x8c, 0x01, 0xb6, 0x3c, 0x89, 0x0d, - 0x9c, 0xd6, 0x8d, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0xa6, 0xc1, 0xa8, 0x71, 0x3e, 0x03, 0x00, - 0x00, + 0x18, 0xa2, 0xb4, 0x91, 0xac, 0x45, 0xc9, 0x16, 0x65, 0x46, 0xfa, 0x15, 0x88, 0xbc, 0x01, 0xb6, + 0x3f, 0x89, 0x0d, 0x9c, 0xdc, 0x8d, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0xac, 0xfe, 0x9a, 0xdd, + 0x41, 0x03, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/conflict/types/query.pb.go b/x/conflict/types/query.pb.go index 7f8f552b41..500106910b 100644 --- a/x/conflict/types/query.pb.go +++ b/x/conflict/types/query.pb.go @@ -505,50 +505,50 @@ func init() { func init() { proto.RegisterFile("lavanet/lava/conflict/query.proto", fileDescriptor_1179eb365bacd460) } var fileDescriptor_1179eb365bacd460 = []byte{ - // 673 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x95, 0x31, 0x6f, 0xd3, 0x40, - 0x14, 0xc7, 0xe3, 0x96, 0x46, 0xcd, 0x51, 0x09, 0x71, 0x14, 0xa9, 0x72, 0x5b, 0x17, 0x0c, 0x94, - 0xb6, 0xaa, 0x7c, 0x6a, 0x13, 0x58, 0x8a, 0x90, 0x9a, 0x4a, 0x74, 0x42, 0x2a, 0x1e, 0x18, 0x58, - 0x2a, 0xc7, 0x39, 0x8c, 0x25, 0xdb, 0xe7, 0xda, 0x97, 0xd0, 0xaa, 0xca, 0xc2, 0xc0, 0x8c, 0xc4, - 0x97, 0x60, 0x61, 0x65, 0x64, 0xee, 0x58, 0x89, 0x85, 0x09, 0xa1, 0x84, 0x95, 0xef, 0x80, 0x7c, - 0xf7, 0x9c, 0x38, 0x8a, 0xed, 0xa6, 0x62, 0xf2, 0xdd, 0xbb, 0xf7, 0x7f, 0xef, 0xf7, 0x72, 0xef, - 0x5e, 0xd0, 0x7d, 0xcf, 0xea, 0x5a, 0x01, 0xe5, 0x24, 0xf9, 0x12, 0x9b, 0x05, 0x6f, 0x3d, 0xd7, - 0xe6, 0xe4, 0xa4, 0x43, 0xa3, 0x33, 0x23, 0x8c, 0x18, 0x67, 0xf8, 0x2e, 0xb8, 0x18, 0xc9, 0xd7, - 0x48, 0x5d, 0xd4, 0x15, 0x87, 0x31, 0xc7, 0xa3, 0xc4, 0x0a, 0x5d, 0x62, 0x05, 0x01, 0xe3, 0x16, - 0x77, 0x59, 0x10, 0x4b, 0x91, 0xba, 0x65, 0xb3, 0xd8, 0x67, 0x31, 0x69, 0x59, 0x31, 0x95, 0xd1, - 0x48, 0x77, 0xa7, 0x45, 0xb9, 0xb5, 0x43, 0x42, 0xcb, 0x71, 0x03, 0xe1, 0x0c, 0xbe, 0x7a, 0x3e, - 0x43, 0x68, 0x45, 0x96, 0x9f, 0xc6, 0xdb, 0xcc, 0xf7, 0x49, 0x17, 0xc7, 0x5d, 0xc6, 0x29, 0xb8, - 0x2e, 0x3a, 0xcc, 0x61, 0x62, 0x49, 0x92, 0x95, 0xb4, 0xea, 0x8b, 0x08, 0xbf, 0x4a, 0x30, 0x8e, - 0x44, 0x54, 0x93, 0x9e, 0x74, 0x68, 0xcc, 0x75, 0x13, 0xdd, 0x19, 0xb3, 0xc6, 0x21, 0x0b, 0x62, - 0x8a, 0xf7, 0x50, 0x55, 0x66, 0x5f, 0x52, 0xee, 0x29, 0x1b, 0x37, 0x77, 0x57, 0x8d, 0xdc, 0xdf, - 0xc0, 0x90, 0xb2, 0xe6, 0x8d, 0x8b, 0x5f, 0x6b, 0x15, 0x13, 0x24, 0x7a, 0x1d, 0x2d, 0x8b, 0x98, - 0x87, 0x94, 0x1f, 0x80, 0xe3, 0x6b, 0xc6, 0x29, 0xa4, 0xc4, 0x8b, 0x68, 0xce, 0x0d, 0xda, 0xf4, - 0x54, 0x84, 0xae, 0x99, 0x72, 0xa3, 0xfb, 0x68, 0x25, 0x5f, 0x04, 0x44, 0x2f, 0xd1, 0x82, 0x9d, - 0xb1, 0x03, 0xd7, 0x83, 0x02, 0xae, 0x6c, 0x08, 0xa0, 0x1b, 0x93, 0xeb, 0x14, 0x18, 0xf7, 0x3d, - 0x2f, 0x8f, 0xf1, 0x05, 0x42, 0xa3, 0x5b, 0x82, 0x5c, 0xeb, 0x86, 0xbc, 0x52, 0x23, 0xb9, 0x52, - 0x43, 0x36, 0x08, 0x5c, 0xa9, 0x71, 0x64, 0x39, 0xa9, 0xd6, 0xcc, 0x28, 0xf5, 0x6f, 0x0a, 0x94, - 0x35, 0x91, 0xa7, 0xb0, 0xac, 0xd9, 0xff, 0x28, 0x0b, 0x1f, 0x8e, 0x71, 0xcf, 0x08, 0xee, 0xc7, - 0x57, 0x72, 0x4b, 0x96, 0x31, 0xf0, 0x3d, 0xb4, 0x2a, 0xfb, 0x22, 0x62, 0x5d, 0xb7, 0x4d, 0xa3, - 0x34, 0x73, 0xda, 0x38, 0x58, 0x45, 0xf3, 0x21, 0x9c, 0xc1, 0x45, 0x0e, 0xf7, 0xfa, 0x7b, 0xa4, - 0x15, 0x89, 0xa1, 0x6c, 0x15, 0xcd, 0x47, 0x34, 0x64, 0x11, 0xa7, 0x6d, 0x51, 0x72, 0xcd, 0x1c, - 0xee, 0xf1, 0x32, 0xaa, 0x05, 0x4c, 0x36, 0x74, 0x7b, 0x69, 0x46, 0x1e, 0x06, 0x4c, 0xd4, 0xd7, - 0xc6, 0x2b, 0xa8, 0x66, 0x33, 0xdf, 0x77, 0x79, 0x72, 0x38, 0x2b, 0x0e, 0x47, 0x86, 0x21, 0xf5, - 0x01, 0x0b, 0xe2, 0x8e, 0x9f, 0x4f, 0x6d, 0xc3, 0x59, 0x4a, 0x9d, 0xee, 0xf5, 0xe7, 0x40, 0x9d, - 0x23, 0x06, 0x6a, 0x91, 0x1c, 0x8c, 0x80, 0x3d, 0x32, 0xec, 0xfe, 0xad, 0xa2, 0x39, 0x11, 0x00, - 0x7f, 0x54, 0x50, 0x55, 0xbe, 0x0c, 0xbc, 0x59, 0x70, 0x93, 0x93, 0x4f, 0x51, 0xdd, 0x9a, 0xc6, - 0x55, 0x92, 0xe8, 0x8f, 0x3e, 0xfc, 0xf8, 0xf3, 0x79, 0x66, 0x0d, 0xaf, 0x92, 0xb2, 0xd1, 0x81, - 0xbf, 0x2a, 0x68, 0x21, 0xdb, 0x33, 0x78, 0xb7, 0x2c, 0x47, 0xfe, 0x7b, 0x55, 0xeb, 0xd7, 0xd2, - 0x00, 0x60, 0x43, 0x00, 0x1a, 0x78, 0x9b, 0x4c, 0x31, 0xb7, 0xc8, 0xb9, 0x98, 0x01, 0x3d, 0xfc, - 0x45, 0x41, 0xb7, 0xb2, 0xe1, 0xf6, 0x3d, 0xaf, 0x1c, 0x39, 0xff, 0xf9, 0x96, 0x23, 0x17, 0x3c, - 0x45, 0x7d, 0x5b, 0x20, 0xaf, 0xe3, 0x87, 0xd3, 0x20, 0xe3, 0xef, 0x0a, 0xba, 0x3d, 0xd1, 0x29, - 0xb8, 0x51, 0x96, 0xb8, 0xa8, 0x2b, 0xd5, 0x27, 0xd7, 0x54, 0x01, 0xf0, 0x33, 0x01, 0xfc, 0x14, - 0x37, 0x8a, 0x81, 0x85, 0xf2, 0x78, 0xd8, 0xa3, 0xe4, 0x3c, 0xb5, 0xf5, 0x44, 0x01, 0x13, 0x0f, - 0xb4, 0xbc, 0x80, 0xa2, 0x61, 0x50, 0x5e, 0x40, 0xe1, 0x14, 0xb8, 0xb2, 0x80, 0x74, 0xa0, 0x64, - 0x0b, 0x48, 0x6d, 0xbd, 0x66, 0xf3, 0xa2, 0xaf, 0x29, 0x97, 0x7d, 0x4d, 0xf9, 0xdd, 0xd7, 0x94, - 0x4f, 0x03, 0xad, 0x72, 0x39, 0xd0, 0x2a, 0x3f, 0x07, 0x5a, 0xe5, 0xcd, 0x86, 0xe3, 0xf2, 0x77, - 0x9d, 0x96, 0x61, 0x33, 0x7f, 0x3c, 0xf2, 0xe9, 0x28, 0x36, 0x3f, 0x0b, 0x69, 0xdc, 0xaa, 0x8a, - 0xff, 0xc6, 0xfa, 0xbf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x42, 0xb3, 0x42, 0x2e, 0x06, 0x08, 0x00, - 0x00, + // 677 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x95, 0xb1, 0x6f, 0xd3, 0x4e, + 0x14, 0xc7, 0xe3, 0xf6, 0xd7, 0xa8, 0xb9, 0x5f, 0x25, 0xc4, 0x51, 0xa4, 0xca, 0x6d, 0x5d, 0x30, + 0x50, 0x68, 0xa9, 0x7c, 0x6a, 0x12, 0x58, 0x8a, 0x90, 0xda, 0x0a, 0x3a, 0x21, 0x15, 0x0f, 0x0c, + 0x2c, 0x95, 0xe3, 0x1c, 0xc6, 0x92, 0xed, 0x73, 0xed, 0x4b, 0x68, 0x55, 0x65, 0x61, 0x60, 0x46, + 0xe2, 0x9f, 0x60, 0x61, 0x65, 0x64, 0xee, 0x58, 0x89, 0x85, 0x09, 0xa1, 0x84, 0x95, 0xff, 0x01, + 0xf9, 0xee, 0x39, 0x71, 0x14, 0xdb, 0x4d, 0xc5, 0xe4, 0xbb, 0x77, 0xef, 0xfb, 0xde, 0xe7, 0xe5, + 0xde, 0xbd, 0xa0, 0xdb, 0x9e, 0xd5, 0xb5, 0x02, 0xca, 0x49, 0xf2, 0x25, 0x36, 0x0b, 0xde, 0x78, + 0xae, 0xcd, 0xc9, 0x71, 0x87, 0x46, 0xa7, 0x46, 0x18, 0x31, 0xce, 0xf0, 0x4d, 0x70, 0x31, 0x92, + 0xaf, 0x91, 0xba, 0xa8, 0x2b, 0x0e, 0x63, 0x8e, 0x47, 0x89, 0x15, 0xba, 0xc4, 0x0a, 0x02, 0xc6, + 0x2d, 0xee, 0xb2, 0x20, 0x96, 0x22, 0x75, 0xd3, 0x66, 0xb1, 0xcf, 0x62, 0xd2, 0xb2, 0x62, 0x2a, + 0xa3, 0x91, 0xee, 0x76, 0x8b, 0x72, 0x6b, 0x9b, 0x84, 0x96, 0xe3, 0x06, 0xc2, 0x19, 0x7c, 0xf5, + 0x7c, 0x86, 0xd0, 0x8a, 0x2c, 0x3f, 0x8d, 0xb7, 0x91, 0xef, 0x93, 0x2e, 0x8e, 0xba, 0x8c, 0x53, + 0x70, 0x5d, 0x74, 0x98, 0xc3, 0xc4, 0x92, 0x24, 0x2b, 0x69, 0xd5, 0x17, 0x11, 0x7e, 0x99, 0x60, + 0x1c, 0x8a, 0xa8, 0x26, 0x3d, 0xee, 0xd0, 0x98, 0xeb, 0x26, 0xba, 0x31, 0x66, 0x8d, 0x43, 0x16, + 0xc4, 0x14, 0xef, 0xa0, 0xaa, 0xcc, 0xbe, 0xa4, 0xdc, 0x52, 0x1e, 0xfc, 0x5f, 0x5f, 0x35, 0x72, + 0x7f, 0x03, 0x43, 0xca, 0xf6, 0xfe, 0x3b, 0xff, 0xb9, 0x56, 0x31, 0x41, 0xa2, 0x37, 0xd0, 0xb2, + 0x88, 0x79, 0x40, 0xf9, 0x3e, 0x38, 0xbe, 0x62, 0x9c, 0x42, 0x4a, 0xbc, 0x88, 0xe6, 0xdc, 0xa0, + 0x4d, 0x4f, 0x44, 0xe8, 0x9a, 0x29, 0x37, 0xba, 0x8f, 0x56, 0xf2, 0x45, 0x40, 0xf4, 0x02, 0x2d, + 0xd8, 0x19, 0x3b, 0x70, 0xdd, 0x29, 0xe0, 0xca, 0x86, 0x00, 0xba, 0x31, 0xb9, 0x4e, 0x81, 0x71, + 0xd7, 0xf3, 0xf2, 0x18, 0x9f, 0x23, 0x34, 0xba, 0x25, 0xc8, 0xb5, 0x6e, 0xc8, 0x2b, 0x35, 0x92, + 0x2b, 0x35, 0x64, 0x83, 0xc0, 0x95, 0x1a, 0x87, 0x96, 0x93, 0x6a, 0xcd, 0x8c, 0x52, 0xff, 0xaa, + 0x40, 0x59, 0x13, 0x79, 0x0a, 0xcb, 0x9a, 0xfd, 0x87, 0xb2, 0xf0, 0xc1, 0x18, 0xf7, 0x8c, 0xe0, + 0xbe, 0x7f, 0x29, 0xb7, 0x64, 0x19, 0x03, 0xdf, 0x41, 0xab, 0xb2, 0x2f, 0x22, 0xd6, 0x75, 0xdb, + 0x34, 0x4a, 0x33, 0xa7, 0x8d, 0x83, 0x55, 0x34, 0x1f, 0xc2, 0x19, 0x5c, 0xe4, 0x70, 0xaf, 0xbf, + 0x43, 0x5a, 0x91, 0x18, 0xca, 0x56, 0xd1, 0x7c, 0x44, 0x43, 0x16, 0x71, 0xda, 0x16, 0x25, 0xd7, + 0xcc, 0xe1, 0x1e, 0x2f, 0xa3, 0x5a, 0xc0, 0x64, 0x43, 0xb7, 0x97, 0x66, 0xe4, 0x61, 0xc0, 0x44, + 0x7d, 0x6d, 0xbc, 0x82, 0x6a, 0x36, 0xf3, 0x7d, 0x97, 0x27, 0x87, 0xb3, 0xe2, 0x70, 0x64, 0x18, + 0x52, 0xef, 0xb3, 0x20, 0xee, 0xf8, 0xf9, 0xd4, 0x36, 0x9c, 0xa5, 0xd4, 0xe9, 0x5e, 0x7f, 0x0a, + 0xd4, 0x39, 0x62, 0xa0, 0x16, 0xc9, 0xc1, 0x08, 0xd8, 0x23, 0x43, 0xfd, 0x4f, 0x15, 0xcd, 0x89, + 0x00, 0xf8, 0x83, 0x82, 0xaa, 0xf2, 0x65, 0xe0, 0x8d, 0x82, 0x9b, 0x9c, 0x7c, 0x8a, 0xea, 0xe6, + 0x34, 0xae, 0x92, 0x44, 0xbf, 0xf7, 0xfe, 0xfb, 0xef, 0x4f, 0x33, 0x6b, 0x78, 0x95, 0x94, 0x8d, + 0x0e, 0xfc, 0x45, 0x41, 0x0b, 0xd9, 0x9e, 0xc1, 0xf5, 0xb2, 0x1c, 0xf9, 0xef, 0x55, 0x6d, 0x5c, + 0x49, 0x03, 0x80, 0x4d, 0x01, 0x68, 0xe0, 0x2d, 0x32, 0xc5, 0xdc, 0x22, 0x67, 0x62, 0x06, 0xf4, + 0xf0, 0x67, 0x05, 0x5d, 0xcb, 0x86, 0xdb, 0xf5, 0xbc, 0x72, 0xe4, 0xfc, 0xe7, 0x5b, 0x8e, 0x5c, + 0xf0, 0x14, 0xf5, 0x2d, 0x81, 0xbc, 0x8e, 0xef, 0x4e, 0x83, 0x8c, 0xbf, 0x29, 0xe8, 0xfa, 0x44, + 0xa7, 0xe0, 0x66, 0x59, 0xe2, 0xa2, 0xae, 0x54, 0x1f, 0x5d, 0x51, 0x05, 0xc0, 0x4f, 0x04, 0xf0, + 0x63, 0xdc, 0x2c, 0x06, 0x16, 0xca, 0xa3, 0x61, 0x8f, 0x92, 0xb3, 0xd4, 0xd6, 0x13, 0x05, 0x4c, + 0x3c, 0xd0, 0xf2, 0x02, 0x8a, 0x86, 0x41, 0x79, 0x01, 0x85, 0x53, 0xe0, 0xd2, 0x02, 0xd2, 0x81, + 0x92, 0x2d, 0x20, 0xb5, 0xf5, 0xf6, 0x9e, 0x9d, 0xf7, 0x35, 0xe5, 0xa2, 0xaf, 0x29, 0xbf, 0xfa, + 0x9a, 0xf2, 0x71, 0xa0, 0x55, 0x2e, 0x06, 0x5a, 0xe5, 0xc7, 0x40, 0xab, 0xbc, 0x7e, 0xe8, 0xb8, + 0xfc, 0x6d, 0xa7, 0x65, 0xd8, 0xcc, 0x1f, 0x8f, 0xdc, 0xad, 0x93, 0x93, 0x51, 0x78, 0x7e, 0x1a, + 0xd2, 0xb8, 0x55, 0x15, 0x7f, 0x8f, 0x8d, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x9d, 0x96, 0xa7, + 0x2e, 0x09, 0x08, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/conflict/types/relay_finalization_metadata.go b/x/conflict/types/relay_finalization_metadata.go index 30a0d00712..fdeff55924 100644 --- a/x/conflict/types/relay_finalization_metadata.go +++ b/x/conflict/types/relay_finalization_metadata.go @@ -3,8 +3,8 @@ package types import ( tendermintcrypto "github.com/cometbft/cometbft/crypto" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils/sigs" - pairingtypes "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/utils/sigs" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" ) type RelayFinalizationMetaData struct { diff --git a/x/conflict/types/tx.pb.go b/x/conflict/types/tx.pb.go index 6c7b09ecab..b7c041c77e 100644 --- a/x/conflict/types/tx.pb.go +++ b/x/conflict/types/tx.pb.go @@ -346,35 +346,35 @@ func init() { func init() { proto.RegisterFile("lavanet/lava/conflict/tx.proto", fileDescriptor_8d098f1e58e895a1) } var fileDescriptor_8d098f1e58e895a1 = []byte{ - // 443 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0x4d, 0x6b, 0xdb, 0x40, - 0x10, 0xb5, 0x6c, 0x37, 0xc5, 0xdb, 0x1c, 0xca, 0xe2, 0x04, 0x63, 0xe8, 0x36, 0xb8, 0x87, 0xba, - 0xa4, 0x68, 0x49, 0xda, 0x5f, 0x90, 0x84, 0x42, 0x0f, 0x86, 0xb2, 0x85, 0x1e, 0x0a, 0x21, 0xac, - 0x37, 0x13, 0x79, 0x41, 0xda, 0x31, 0xda, 0xad, 0x70, 0xfb, 0x2b, 0xfa, 0x8f, 0x7a, 0xed, 0x31, - 0xc7, 0x1c, 0x8b, 0xfd, 0x47, 0x8a, 0x3e, 0xeb, 0xd4, 0x52, 0x70, 0x7c, 0xda, 0x19, 0xed, 0x9b, - 0xf7, 0x9e, 0x9e, 0xc4, 0x10, 0x16, 0xca, 0x44, 0x1a, 0x70, 0x3c, 0x3d, 0xb9, 0x42, 0x73, 0x13, - 0x6a, 0xe5, 0xb8, 0x5b, 0xf8, 0xf3, 0x18, 0x1d, 0xd2, 0x83, 0xe2, 0xde, 0x4f, 0x4f, 0xbf, 0xbc, - 0x1f, 0x32, 0x85, 0x36, 0x42, 0xcb, 0xa7, 0xd2, 0x02, 0x4f, 0x4e, 0xa6, 0xe0, 0xe4, 0x09, 0x57, - 0xa8, 0x4d, 0x3e, 0x36, 0xec, 0x07, 0x18, 0x60, 0x56, 0xf2, 0xb4, 0x2a, 0x9e, 0xbe, 0xa9, 0x17, - 0x2b, 0x8b, 0xab, 0x6b, 0xe9, 0x64, 0x0e, 0x1d, 0xfd, 0x6a, 0x93, 0xfd, 0x89, 0x0d, 0x2e, 0xc0, - 0x81, 0x72, 0x1a, 0x0d, 0x1d, 0x90, 0xa7, 0x2a, 0x06, 0xe9, 0x30, 0x1e, 0x78, 0x47, 0xde, 0xb8, - 0x27, 0xca, 0x96, 0x5e, 0x91, 0xfe, 0x8d, 0x36, 0x32, 0xd4, 0x3f, 0x64, 0x8a, 0x3c, 0x2f, 0xd8, - 0x06, 0xed, 0x23, 0x6f, 0xfc, 0xec, 0xf4, 0xd8, 0xaf, 0x7d, 0x03, 0xff, 0x43, 0xcd, 0x88, 0xa8, - 0x25, 0xa2, 0x9f, 0xc9, 0xf3, 0x18, 0xec, 0x1c, 0x8d, 0x85, 0x8a, 0xbc, 0x93, 0x91, 0xbf, 0x6e, - 0x20, 0x17, 0xff, 0xc1, 0xc5, 0x06, 0x41, 0xea, 0xda, 0xca, 0x08, 0x3e, 0xc5, 0x98, 0xe8, 0x6b, - 0x88, 0x2b, 0xe2, 0xee, 0x0e, 0xae, 0xeb, 0x88, 0x46, 0x87, 0xa4, 0xbf, 0x1e, 0x60, 0x69, 0x69, - 0x74, 0x49, 0x0e, 0x26, 0x36, 0x28, 0x61, 0x5f, 0xd0, 0xc1, 0x39, 0x46, 0x91, 0x76, 0x0f, 0x24, - 0x7c, 0x48, 0xf6, 0x12, 0x74, 0xf0, 0xf1, 0x22, 0xcb, 0xb4, 0x27, 0x8a, 0x8e, 0x52, 0xd2, 0x9d, - 0x49, 0x3b, 0xcb, 0xc2, 0xd8, 0x17, 0x59, 0x3d, 0x7a, 0x49, 0x5e, 0xd4, 0xd2, 0x57, 0xfa, 0x76, - 0x43, 0x5f, 0x40, 0x02, 0x32, 0xdc, 0x41, 0xbf, 0x4f, 0x9e, 0x18, 0x34, 0x0a, 0x32, 0x03, 0x1d, - 0x91, 0x37, 0x95, 0xab, 0xee, 0x83, 0xae, 0x72, 0xd1, 0xd2, 0xd5, 0xe9, 0x5d, 0x9b, 0x74, 0x26, - 0x36, 0xa0, 0x97, 0xa4, 0xf7, 0xef, 0x9f, 0x7b, 0xd5, 0xf0, 0x15, 0xd6, 0x73, 0x1d, 0x1e, 0x6f, - 0x01, 0x2a, 0x65, 0xe8, 0x82, 0xd0, 0x9a, 0xe4, 0xdf, 0x36, 0x53, 0x6c, 0xa2, 0x87, 0xef, 0x1f, - 0x83, 0x6e, 0x52, 0x2e, 0x32, 0xdf, 0x52, 0x39, 0x47, 0x6f, 0xab, 0x7c, 0x3f, 0xda, 0xb3, 0xb3, - 0xdf, 0x4b, 0xe6, 0xdd, 0x2e, 0x99, 0xf7, 0x67, 0xc9, 0xbc, 0x9f, 0x2b, 0xd6, 0xba, 0x5d, 0xb1, - 0xd6, 0xdd, 0x8a, 0xb5, 0xbe, 0x8e, 0x03, 0xed, 0x66, 0xdf, 0xa6, 0xbe, 0xc2, 0x88, 0xdf, 0x5b, - 0x0d, 0x8b, 0xb5, 0x4d, 0xf4, 0x7d, 0x0e, 0x76, 0xba, 0x97, 0x6d, 0x85, 0x77, 0x7f, 0x03, 0x00, - 0x00, 0xff, 0xff, 0x3b, 0x67, 0x8d, 0xb0, 0xaf, 0x04, 0x00, 0x00, + // 445 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0x5d, 0x6b, 0x13, 0x41, + 0x14, 0xcd, 0x26, 0xb1, 0x92, 0xb1, 0x0f, 0x32, 0xa4, 0x25, 0x04, 0x1c, 0x4b, 0x7c, 0xb0, 0x12, + 0xd9, 0xa1, 0xd1, 0x5f, 0x60, 0xab, 0xe0, 0x43, 0x40, 0x46, 0xf0, 0x41, 0x28, 0x65, 0x32, 0xbd, + 0xdd, 0x0c, 0xec, 0xce, 0x0d, 0x3b, 0xe3, 0x12, 0xfd, 0x15, 0xfe, 0x23, 0x5f, 0x7d, 0xec, 0x63, + 0x1f, 0x25, 0xf9, 0x23, 0xb2, 0x9f, 0xa6, 0x66, 0xb7, 0xa4, 0x7d, 0x9a, 0x7b, 0x77, 0xce, 0x3d, + 0xe7, 0xec, 0xd9, 0xe5, 0x12, 0x16, 0xca, 0x44, 0x1a, 0x70, 0x3c, 0x3d, 0xb9, 0x42, 0x73, 0x15, + 0x6a, 0xe5, 0xb8, 0x5b, 0xfa, 0x8b, 0x18, 0x1d, 0xd2, 0x83, 0xe2, 0xde, 0x4f, 0x4f, 0xbf, 0xbc, + 0x1f, 0x32, 0x85, 0x36, 0x42, 0xcb, 0x67, 0xd2, 0x02, 0x4f, 0x4e, 0x66, 0xe0, 0xe4, 0x09, 0x57, + 0xa8, 0x4d, 0x3e, 0x36, 0xec, 0x07, 0x18, 0x60, 0x56, 0xf2, 0xb4, 0x2a, 0x9e, 0xbe, 0xaa, 0x17, + 0x2b, 0x8b, 0x8b, 0x4b, 0xe9, 0x64, 0x0e, 0x1d, 0xfd, 0x6a, 0x93, 0xfd, 0xa9, 0x0d, 0xce, 0xc0, + 0x81, 0x72, 0x1a, 0x0d, 0x1d, 0x90, 0xc7, 0x2a, 0x06, 0xe9, 0x30, 0x1e, 0x78, 0x47, 0xde, 0x71, + 0x4f, 0x94, 0x2d, 0xbd, 0x20, 0xfd, 0x2b, 0x6d, 0x64, 0xa8, 0x7f, 0xc8, 0x14, 0x79, 0x5a, 0xb0, + 0x0d, 0xda, 0x47, 0xde, 0xf1, 0x93, 0xc9, 0xd8, 0xaf, 0x7d, 0x03, 0xff, 0x43, 0xcd, 0x88, 0xa8, + 0x25, 0xa2, 0x9f, 0xc9, 0xd3, 0x18, 0xec, 0x02, 0x8d, 0x85, 0x8a, 0xbc, 0x93, 0x91, 0xbf, 0x6c, + 0x20, 0x17, 0xff, 0xc1, 0xc5, 0x16, 0x41, 0xea, 0xda, 0xca, 0x08, 0x3e, 0xc5, 0x98, 0xe8, 0x4b, + 0x88, 0x2b, 0xe2, 0xee, 0x03, 0x5c, 0xd7, 0x11, 0x8d, 0x0e, 0x49, 0x7f, 0x33, 0xc0, 0xd2, 0xd2, + 0xe8, 0x9c, 0x1c, 0x4c, 0x6d, 0x50, 0xc2, 0xbe, 0xa0, 0x83, 0x53, 0x8c, 0x22, 0xed, 0xee, 0x48, + 0xf8, 0x90, 0xec, 0x25, 0xe8, 0xe0, 0xe3, 0x59, 0x96, 0x69, 0x4f, 0x14, 0x1d, 0xa5, 0xa4, 0x3b, + 0x97, 0x76, 0x9e, 0x85, 0xb1, 0x2f, 0xb2, 0x7a, 0xf4, 0x9c, 0x3c, 0xab, 0xa5, 0xaf, 0xf4, 0xed, + 0x96, 0xbe, 0x80, 0x04, 0x64, 0xf8, 0x00, 0xfd, 0x3e, 0x79, 0x64, 0xd0, 0x28, 0xc8, 0x0c, 0x74, + 0x44, 0xde, 0x54, 0xae, 0xba, 0x77, 0xba, 0xca, 0x45, 0x4b, 0x57, 0x93, 0x9b, 0x36, 0xe9, 0x4c, + 0x6d, 0x40, 0xcf, 0x49, 0xef, 0xdf, 0x3f, 0xf7, 0xa2, 0xe1, 0x2b, 0x6c, 0xe6, 0x3a, 0x1c, 0xef, + 0x00, 0x2a, 0x65, 0xe8, 0x92, 0xd0, 0x9a, 0xe4, 0x5f, 0x37, 0x53, 0x6c, 0xa3, 0x87, 0x6f, 0xef, + 0x83, 0x6e, 0x52, 0x2e, 0x32, 0xdf, 0x51, 0x39, 0x47, 0xef, 0xaa, 0x7c, 0x3b, 0xda, 0x77, 0xef, + 0x7f, 0xaf, 0x98, 0x77, 0xbd, 0x62, 0xde, 0x9f, 0x15, 0xf3, 0x7e, 0xae, 0x59, 0xeb, 0x7a, 0xcd, + 0x5a, 0x37, 0x6b, 0xd6, 0xfa, 0x3a, 0x0e, 0xb4, 0x9b, 0x7f, 0x9b, 0xf9, 0x0a, 0x23, 0x7e, 0x6b, + 0x35, 0x24, 0x13, 0xbe, 0xdc, 0x58, 0x46, 0xdf, 0x17, 0x60, 0x67, 0x7b, 0xd9, 0x62, 0x78, 0xf3, + 0x37, 0x00, 0x00, 0xff, 0xff, 0xe6, 0x1a, 0x08, 0x9b, 0xb2, 0x04, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/conflict/types/types.go b/x/conflict/types/types.go index f581e61e4e..e87e48e8b8 100644 --- a/x/conflict/types/types.go +++ b/x/conflict/types/types.go @@ -2,7 +2,7 @@ package types import ( tendermintcrypto "github.com/cometbft/cometbft/crypto" - "github.com/lavanet/lava/utils/sigs" + "github.com/lavanet/lava/v2/utils/sigs" ) const ( diff --git a/x/downtime/client/cli/query.go b/x/downtime/client/cli/query.go index a06024ba0b..f45387d177 100644 --- a/x/downtime/client/cli/query.go +++ b/x/downtime/client/cli/query.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/downtime/types" - v1 "github.com/lavanet/lava/x/downtime/v1" + "github.com/lavanet/lava/v2/x/downtime/types" + v1 "github.com/lavanet/lava/v2/x/downtime/v1" "github.com/spf13/cobra" ) diff --git a/x/downtime/client/cli/tx.go b/x/downtime/client/cli/tx.go index 2f52351abe..64f0e25ed3 100644 --- a/x/downtime/client/cli/tx.go +++ b/x/downtime/client/cli/tx.go @@ -3,7 +3,7 @@ package cli import ( "fmt" - "github.com/lavanet/lava/x/downtime/types" + "github.com/lavanet/lava/v2/x/downtime/types" "github.com/spf13/cobra" ) diff --git a/x/downtime/keeper/keeper.go b/x/downtime/keeper/keeper.go index 1acd760f59..09d367b81c 100644 --- a/x/downtime/keeper/keeper.go +++ b/x/downtime/keeper/keeper.go @@ -10,8 +10,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" gogowellknown "github.com/gogo/protobuf/types" - "github.com/lavanet/lava/x/downtime/types" - v1 "github.com/lavanet/lava/x/downtime/v1" + "github.com/lavanet/lava/v2/x/downtime/types" + v1 "github.com/lavanet/lava/v2/x/downtime/v1" ) type EpochStorageKeeper interface { diff --git a/x/downtime/keeper/keeper_test.go b/x/downtime/keeper/keeper_test.go index 724b91fae7..3c3b7b41b7 100644 --- a/x/downtime/keeper/keeper_test.go +++ b/x/downtime/keeper/keeper_test.go @@ -5,9 +5,9 @@ import ( "time" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/app" - v1 "github.com/lavanet/lava/x/downtime/v1" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" + "github.com/lavanet/lava/v2/app" + v1 "github.com/lavanet/lava/v2/x/downtime/v1" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" "github.com/stretchr/testify/require" ) diff --git a/x/downtime/keeper/query_server.go b/x/downtime/keeper/query_server.go index 5bb31ca76a..c61eedfa95 100644 --- a/x/downtime/keeper/query_server.go +++ b/x/downtime/keeper/query_server.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - v1 "github.com/lavanet/lava/x/downtime/v1" + v1 "github.com/lavanet/lava/v2/x/downtime/v1" ) var _ v1.QueryServer = queryServer{} diff --git a/x/downtime/keeper/query_server_test.go b/x/downtime/keeper/query_server_test.go index 359a850d21..dd75600e45 100644 --- a/x/downtime/keeper/query_server_test.go +++ b/x/downtime/keeper/query_server_test.go @@ -6,10 +6,10 @@ import ( "time" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/app" - "github.com/lavanet/lava/x/downtime/keeper" - v1 "github.com/lavanet/lava/x/downtime/v1" - "github.com/lavanet/lava/x/epochstorage/types" + "github.com/lavanet/lava/v2/app" + "github.com/lavanet/lava/v2/x/downtime/keeper" + v1 "github.com/lavanet/lava/v2/x/downtime/v1" + "github.com/lavanet/lava/v2/x/epochstorage/types" "github.com/stretchr/testify/require" ) diff --git a/x/downtime/module.go b/x/downtime/module.go index bc1d36f6e7..097ff5cdfd 100644 --- a/x/downtime/module.go +++ b/x/downtime/module.go @@ -11,10 +11,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" "github.com/grpc-ecosystem/grpc-gateway/runtime" - "github.com/lavanet/lava/x/downtime/client/cli" - "github.com/lavanet/lava/x/downtime/keeper" - "github.com/lavanet/lava/x/downtime/types" - v1 "github.com/lavanet/lava/x/downtime/v1" + "github.com/lavanet/lava/v2/x/downtime/client/cli" + "github.com/lavanet/lava/v2/x/downtime/keeper" + "github.com/lavanet/lava/v2/x/downtime/types" + v1 "github.com/lavanet/lava/v2/x/downtime/v1" "github.com/spf13/cobra" ) diff --git a/x/downtime/v1/downtime.pb.go b/x/downtime/v1/downtime.pb.go index 59c7186b59..a492926cb5 100644 --- a/x/downtime/v1/downtime.pb.go +++ b/x/downtime/v1/downtime.pb.go @@ -150,7 +150,7 @@ func init() { } var fileDescriptor_17cbf2f7c6c4bd94 = []byte{ - // 273 bytes of a gzipped FileDescriptorProto + // 276 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xcf, 0x49, 0x2c, 0x4b, 0xcc, 0x4b, 0x2d, 0xd1, 0x07, 0xd1, 0xfa, 0x29, 0xf9, 0xe5, 0x79, 0x25, 0x99, 0xb9, 0xa9, 0xfa, 0x65, 0x86, 0x70, 0xb6, 0x5e, 0x41, 0x51, 0x7e, 0x49, 0xbe, 0x90, 0x04, 0x54, 0xa1, 0x1e, 0x88, @@ -164,11 +164,11 @@ var fileDescriptor_17cbf2f7c6c4bd94 = []byte{ 0x8b, 0x2f, 0xb5, 0x20, 0x3f, 0x39, 0x03, 0x61, 0x1c, 0x13, 0xf1, 0xc6, 0xf1, 0x82, 0xb5, 0xc2, 0x24, 0x94, 0x12, 0xb9, 0x38, 0x5c, 0xa0, 0xe6, 0x0b, 0x89, 0x70, 0xb1, 0x26, 0xe5, 0xe4, 0x27, 0x67, 0x83, 0x5d, 0xc7, 0x12, 0x04, 0xe1, 0x08, 0xd9, 0x73, 0x71, 0x90, 0x63, 0x0f, 0x5c, 0x93, - 0x93, 0xfd, 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, 0xa9, 0xa6, 0x67, 0x96, - 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0xa3, 0x44, 0x65, 0x05, 0x72, 0x64, 0x26, 0xb1, - 0x81, 0xed, 0x31, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0xd2, 0xea, 0xa8, 0x87, 0xef, 0x01, 0x00, - 0x00, + 0x93, 0xd3, 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, 0x69, 0xa4, 0x67, 0x96, + 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0xa3, 0x44, 0x65, 0x99, 0x91, 0x7e, 0x05, 0x72, + 0x7c, 0x26, 0xb1, 0x81, 0xad, 0x32, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0x1a, 0x0f, 0xc4, 0x9c, + 0xf2, 0x01, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/downtime/v1/genesis.pb.go b/x/downtime/v1/genesis.pb.go index 39b4a2cd2f..d9c5280dfd 100644 --- a/x/downtime/v1/genesis.pb.go +++ b/x/downtime/v1/genesis.pb.go @@ -100,7 +100,7 @@ func init() { } var fileDescriptor_6fd11efb3f8802bf = []byte{ - // 293 bytes of a gzipped FileDescriptorProto + // 296 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xcb, 0x49, 0x2c, 0x4b, 0xcc, 0x4b, 0x2d, 0xd1, 0x07, 0xd1, 0xfa, 0x29, 0xf9, 0xe5, 0x79, 0x25, 0x99, 0xb9, 0xa9, 0xfa, 0x65, 0x86, 0xfa, 0xe9, 0xa9, 0x79, 0xa9, 0xc5, 0x99, 0xc5, 0x7a, 0x05, 0x45, 0xf9, 0x25, 0xf9, @@ -115,11 +115,11 @@ var fileDescriptor_6fd11efb3f8802bf = []byte{ 0xf2, 0xe1, 0xe2, 0xcf, 0x49, 0x2c, 0x2e, 0x89, 0x4f, 0xca, 0xc9, 0x4f, 0xce, 0x8e, 0x07, 0x89, 0x49, 0x30, 0x83, 0x9d, 0x22, 0xa5, 0x07, 0xf1, 0xa3, 0x1e, 0xcc, 0x8f, 0x7a, 0x21, 0x30, 0x3f, 0x3a, 0x71, 0x9c, 0xb8, 0x27, 0xcf, 0x38, 0xe1, 0xbe, 0x3c, 0x63, 0x10, 0x2f, 0x48, 0xb3, 0x13, - 0x48, 0x2f, 0x48, 0xd6, 0xc9, 0xfe, 0xc4, 0x23, 0x39, 0xc6, 0x0b, 0x8f, 0xe4, 0x18, 0x1f, 0x3c, + 0x48, 0x2f, 0x48, 0xd6, 0xc9, 0xe9, 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, - 0x54, 0xd3, 0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, 0x92, 0xf3, 0x73, 0xf5, 0x51, 0x42, 0xb9, 0x02, - 0x39, 0x9c, 0x93, 0xd8, 0xc0, 0xb6, 0x19, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0xd1, 0x3b, 0x46, - 0x49, 0xcc, 0x01, 0x00, 0x00, + 0x34, 0xd2, 0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, 0x92, 0xf3, 0x73, 0xf5, 0x51, 0x42, 0xb9, 0xcc, + 0x48, 0xbf, 0x02, 0x39, 0xa8, 0x93, 0xd8, 0xc0, 0x16, 0x1a, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, + 0xac, 0x8a, 0x13, 0x41, 0xcf, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/downtime/v1/query.pb.go b/x/downtime/v1/query.pb.go index 1b6d0dfcf6..de96c6c3b0 100644 --- a/x/downtime/v1/query.pb.go +++ b/x/downtime/v1/query.pb.go @@ -215,34 +215,34 @@ func init() { } var fileDescriptor_b667ee25520f3a08 = []byte{ - // 423 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0x41, 0xeb, 0xd3, 0x30, - 0x18, 0xc6, 0x9b, 0xa1, 0x43, 0x32, 0x44, 0x8c, 0x13, 0x66, 0x19, 0x5d, 0x29, 0x8a, 0x65, 0x68, - 0xe2, 0xe6, 0xc5, 0x9b, 0x50, 0x76, 0x57, 0xe7, 0xcd, 0x4b, 0x49, 0xbb, 0xd8, 0x15, 0xdb, 0xa6, - 0x6b, 0xd3, 0xaa, 0x17, 0x0f, 0x7e, 0x02, 0x41, 0x0f, 0x9e, 0xfd, 0x2a, 0x5e, 0x76, 0x1c, 0x78, - 0xf1, 0xa4, 0xb2, 0xf9, 0x41, 0xa4, 0x69, 0x3a, 0xb7, 0x49, 0xfd, 0xef, 0x94, 0xf0, 0xe4, 0xc9, - 0xef, 0x7d, 0xde, 0xbe, 0x29, 0xbc, 0x1d, 0xd1, 0x92, 0x26, 0x4c, 0x90, 0x6a, 0x25, 0x0b, 0xfe, - 0x3a, 0x11, 0x61, 0xcc, 0x48, 0x39, 0x21, 0xab, 0x82, 0x65, 0x6f, 0x71, 0x9a, 0x71, 0xc1, 0xd1, - 0x40, 0xb9, 0x70, 0xb5, 0xe2, 0xc6, 0x85, 0xcb, 0x89, 0x6e, 0x04, 0x9c, 0x07, 0x11, 0x23, 0xd2, - 0xe7, 0x15, 0x2f, 0xc9, 0xa2, 0xc8, 0xa8, 0x08, 0x79, 0x52, 0xdf, 0xd4, 0xef, 0xb6, 0xf2, 0xf7, - 0x94, 0xda, 0xd8, 0x0f, 0x78, 0xc0, 0xe5, 0x96, 0x54, 0x3b, 0xa5, 0x0e, 0x15, 0x9e, 0xa6, 0x21, - 0xa1, 0x49, 0xc2, 0x85, 0x64, 0xe7, 0xf5, 0xa9, 0xe5, 0xc0, 0xfe, 0xb3, 0x2a, 0xe5, 0x4c, 0xa1, - 0xe6, 0x6c, 0x55, 0xb0, 0x5c, 0xa0, 0x31, 0xbc, 0xce, 0x52, 0xee, 0x2f, 0xdd, 0x5c, 0xd0, 0x4c, - 0xb8, 0x5e, 0xc4, 0xfd, 0x57, 0x03, 0x60, 0x02, 0xfb, 0xd2, 0xfc, 0x9a, 0x3c, 0x78, 0x5e, 0xe9, - 0x4e, 0x25, 0x5b, 0xef, 0xe0, 0xcd, 0x13, 0x46, 0x9e, 0xf2, 0x24, 0x67, 0x88, 0xc1, 0xa1, 0x5f, - 0xc4, 0x45, 0x44, 0x45, 0x58, 0x32, 0xb7, 0x49, 0xeb, 0x36, 0xfd, 0x0d, 0x3a, 0x26, 0xb0, 0x7b, - 0xd3, 0x5b, 0xb8, 0x4e, 0x88, 0x9b, 0x0f, 0x80, 0x67, 0xca, 0xe0, 0x5c, 0x59, 0xff, 0x18, 0x69, - 0x9f, 0x7f, 0x8e, 0xc0, 0x5c, 0xff, 0x0b, 0x6a, 0xca, 0x34, 0x2e, 0xab, 0x0f, 0x91, 0xac, 0xff, - 0x94, 0x66, 0x34, 0xce, 0x55, 0x07, 0xd6, 0x13, 0x78, 0xe3, 0x48, 0x55, 0x99, 0x1e, 0xc1, 0x6e, - 0x2a, 0x15, 0xd9, 0x4d, 0x6f, 0x6a, 0xe2, 0xb6, 0xc1, 0x60, 0x75, 0x53, 0xf9, 0xa7, 0x5f, 0x3b, - 0xf0, 0xb2, 0x24, 0xa2, 0x4f, 0x00, 0xf6, 0x0e, 0xd8, 0xe8, 0x5e, 0x3b, 0xe3, 0xdf, 0x60, 0xfa, - 0xfd, 0x33, 0xdd, 0x75, 0x60, 0xcb, 0x7e, 0xff, 0xed, 0xf7, 0xc7, 0x8e, 0x85, 0x4c, 0xd2, 0xfa, - 0x0e, 0xea, 0x80, 0xe8, 0x0b, 0x80, 0x57, 0x8f, 0x06, 0x81, 0xf0, 0x05, 0xa5, 0x4e, 0xa6, 0xae, - 0x93, 0xb3, 0xfd, 0x2a, 0xdc, 0x03, 0x19, 0x6e, 0x8c, 0x6c, 0xf2, 0xff, 0x9f, 0x60, 0x3f, 0x7c, - 0xe7, 0xf1, 0x7a, 0x6b, 0x80, 0xcd, 0xd6, 0x00, 0xbf, 0xb6, 0x06, 0xf8, 0xb0, 0x33, 0xb4, 0xcd, - 0xce, 0xd0, 0xbe, 0xef, 0x0c, 0xed, 0xc5, 0x9d, 0x20, 0x14, 0xcb, 0xc2, 0xc3, 0x3e, 0x8f, 0x8f, - 0x69, 0x6f, 0x0e, 0x79, 0x5e, 0x57, 0x3e, 0x93, 0x87, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0xeb, - 0x4f, 0x82, 0x6d, 0x77, 0x03, 0x00, 0x00, + // 424 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0x41, 0xef, 0x93, 0x30, + 0x18, 0xc6, 0xe9, 0xa2, 0xff, 0x98, 0x2e, 0xc6, 0x58, 0x67, 0x32, 0xc9, 0xc2, 0x08, 0x31, 0x91, + 0x2c, 0xda, 0x3a, 0xbc, 0x78, 0x26, 0xbb, 0xab, 0xf3, 0xe6, 0x85, 0x14, 0x56, 0x19, 0x11, 0x28, + 0x83, 0x82, 0x7a, 0xf1, 0xe0, 0x27, 0x30, 0xd1, 0x83, 0x67, 0xbf, 0x8a, 0x97, 0x1d, 0x97, 0x78, + 0xf1, 0xa4, 0x66, 0xf3, 0x83, 0x18, 0x4a, 0x99, 0xdb, 0x0c, 0xfe, 0x77, 0x6a, 0xf3, 0xf4, 0xe9, + 0xef, 0x7d, 0x5e, 0xde, 0x02, 0xef, 0xc6, 0xb4, 0xa2, 0x29, 0x13, 0xa4, 0x5e, 0xc9, 0x82, 0xbf, + 0x4e, 0x45, 0x94, 0x30, 0x52, 0x4d, 0xc9, 0xaa, 0x64, 0xf9, 0x5b, 0x9c, 0xe5, 0x5c, 0x70, 0x34, + 0x54, 0x2e, 0x5c, 0xaf, 0xb8, 0x75, 0xe1, 0x6a, 0xaa, 0x1b, 0x21, 0xe7, 0x61, 0xcc, 0x88, 0xf4, + 0xf9, 0xe5, 0x4b, 0xb2, 0x28, 0x73, 0x2a, 0x22, 0x9e, 0x36, 0x37, 0xf5, 0x7b, 0x9d, 0xfc, 0x3d, + 0xa5, 0x31, 0x0e, 0x42, 0x1e, 0x72, 0xb9, 0x25, 0xf5, 0x4e, 0xa9, 0x23, 0x85, 0xa7, 0x59, 0x44, + 0x68, 0x9a, 0x72, 0x21, 0xd9, 0x45, 0x73, 0x6a, 0xb9, 0x70, 0xf0, 0xac, 0x4e, 0x39, 0x53, 0xa8, + 0x39, 0x5b, 0x95, 0xac, 0x10, 0x68, 0x02, 0x6f, 0xb2, 0x8c, 0x07, 0x4b, 0xaf, 0x10, 0x34, 0x17, + 0x9e, 0x1f, 0xf3, 0xe0, 0xd5, 0x10, 0x98, 0xc0, 0xbe, 0x32, 0xbf, 0x21, 0x0f, 0x9e, 0xd7, 0xba, + 0x5b, 0xcb, 0xd6, 0x3b, 0x78, 0xfb, 0x84, 0x51, 0x64, 0x3c, 0x2d, 0x18, 0x62, 0x70, 0x14, 0x94, + 0x49, 0x19, 0x53, 0x11, 0x55, 0xcc, 0x6b, 0xd3, 0x7a, 0x6d, 0x7f, 0xc3, 0x9e, 0x09, 0xec, 0xbe, + 0x73, 0x07, 0x37, 0x09, 0x71, 0xfb, 0x01, 0xf0, 0x4c, 0x19, 0xdc, 0x6b, 0xeb, 0x1f, 0x63, 0xed, + 0xf3, 0xcf, 0x31, 0x98, 0xeb, 0x7f, 0x41, 0x6d, 0x99, 0xd6, 0x65, 0x0d, 0x20, 0x92, 0xf5, 0x9f, + 0xd2, 0x9c, 0x26, 0x85, 0xea, 0xc0, 0x7a, 0x02, 0x6f, 0x1d, 0xa9, 0x2a, 0xd3, 0x63, 0x78, 0x91, + 0x49, 0x45, 0x76, 0xd3, 0x77, 0x4c, 0xdc, 0x35, 0x18, 0xac, 0x6e, 0x2a, 0xbf, 0xf3, 0xb5, 0x07, + 0xaf, 0x4a, 0x22, 0xfa, 0x04, 0x60, 0xff, 0x80, 0x8d, 0xee, 0x77, 0x33, 0xfe, 0x0d, 0xa6, 0x3f, + 0x38, 0xd3, 0xdd, 0x04, 0xb6, 0xec, 0xf7, 0xdf, 0x7e, 0x7f, 0xec, 0x59, 0xc8, 0x24, 0x9d, 0xef, + 0xa0, 0x09, 0x88, 0xbe, 0x00, 0x78, 0xfd, 0x68, 0x10, 0x08, 0x5f, 0x52, 0xea, 0x64, 0xea, 0x3a, + 0x39, 0xdb, 0xaf, 0xc2, 0x3d, 0x94, 0xe1, 0x26, 0xc8, 0x26, 0xff, 0xff, 0x09, 0xf6, 0xc3, 0x77, + 0xdd, 0xf5, 0xd6, 0x00, 0x9b, 0xad, 0x01, 0x7e, 0x6d, 0x0d, 0xf0, 0x61, 0x67, 0x68, 0x9b, 0x9d, + 0xa1, 0x7d, 0xdf, 0x19, 0xda, 0x0b, 0x3b, 0x8c, 0xc4, 0xb2, 0xf4, 0x71, 0xc0, 0x93, 0x63, 0x5a, + 0xe5, 0x90, 0x37, 0x87, 0x48, 0xff, 0x42, 0xbe, 0x94, 0x47, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, + 0x95, 0x50, 0xb5, 0xbf, 0x7a, 0x03, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/dualstaking/ante/disable_redelegation_hooks.go b/x/dualstaking/ante/disable_redelegation_hooks.go index 630ca03cbe..f1a0d10511 100644 --- a/x/dualstaking/ante/disable_redelegation_hooks.go +++ b/x/dualstaking/ante/disable_redelegation_hooks.go @@ -7,8 +7,8 @@ import ( "github.com/cosmos/cosmos-sdk/x/authz" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/dualstaking/keeper" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/dualstaking/keeper" ) // RedelegationFlager sets the dualstaking redelegation flag when needed. diff --git a/x/dualstaking/ante/disable_redelegation_hooks_test.go b/x/dualstaking/ante/disable_redelegation_hooks_test.go index 1da1f67b84..ded204030b 100644 --- a/x/dualstaking/ante/disable_redelegation_hooks_test.go +++ b/x/dualstaking/ante/disable_redelegation_hooks_test.go @@ -6,9 +6,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/x/authz" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/lavanet/lava/testutil/common" - commontypes "github.com/lavanet/lava/utils/common/types" - "github.com/lavanet/lava/x/dualstaking/ante" + "github.com/lavanet/lava/v2/testutil/common" + commontypes "github.com/lavanet/lava/v2/utils/common/types" + "github.com/lavanet/lava/v2/x/dualstaking/ante" "github.com/stretchr/testify/require" ) diff --git a/x/dualstaking/client/cli/query.go b/x/dualstaking/client/cli/query.go index d4ed174307..20bc8d90d7 100644 --- a/x/dualstaking/client/cli/query.go +++ b/x/dualstaking/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/lavanet/lava/x/dualstaking/types" + "github.com/lavanet/lava/v2/x/dualstaking/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/dualstaking/client/cli/query_delegator_providers.go b/x/dualstaking/client/cli/query_delegator_providers.go index 135fcb13b8..ab8f0b9bf0 100644 --- a/x/dualstaking/client/cli/query_delegator_providers.go +++ b/x/dualstaking/client/cli/query_delegator_providers.go @@ -7,8 +7,8 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/dualstaking/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/dualstaking/types" ) const WithPendingDelegatorsFlagName = "with-pending" diff --git a/x/dualstaking/client/cli/query_delegator_rewards.go b/x/dualstaking/client/cli/query_delegator_rewards.go index f1045f2d2c..82d2805012 100644 --- a/x/dualstaking/client/cli/query_delegator_rewards.go +++ b/x/dualstaking/client/cli/query_delegator_rewards.go @@ -7,8 +7,8 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/dualstaking/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/dualstaking/types" ) const ( diff --git a/x/dualstaking/client/cli/query_params.go b/x/dualstaking/client/cli/query_params.go index b035d038e8..3e6c76bfc2 100644 --- a/x/dualstaking/client/cli/query_params.go +++ b/x/dualstaking/client/cli/query_params.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/lavanet/lava/x/dualstaking/types" + "github.com/lavanet/lava/v2/x/dualstaking/types" ) func CmdQueryParams() *cobra.Command { diff --git a/x/dualstaking/client/cli/query_provider_delegators.go b/x/dualstaking/client/cli/query_provider_delegators.go index 2b65bc5b26..dffcbc1c1f 100644 --- a/x/dualstaking/client/cli/query_provider_delegators.go +++ b/x/dualstaking/client/cli/query_provider_delegators.go @@ -7,8 +7,8 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/dualstaking/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/dualstaking/types" ) func CmdQueryProviderDelegators() *cobra.Command { diff --git a/x/dualstaking/client/cli/tx.go b/x/dualstaking/client/cli/tx.go index 1cde18791f..eaf9c47c85 100644 --- a/x/dualstaking/client/cli/tx.go +++ b/x/dualstaking/client/cli/tx.go @@ -7,7 +7,7 @@ import ( "github.com/spf13/cobra" "github.com/cosmos/cosmos-sdk/client" - "github.com/lavanet/lava/x/dualstaking/types" + "github.com/lavanet/lava/v2/x/dualstaking/types" ) var DefaultRelativePacketTimeoutTimestamp = uint64((time.Duration(10) * time.Minute).Nanoseconds()) diff --git a/x/dualstaking/client/cli/tx_claim_rewards.go b/x/dualstaking/client/cli/tx_claim_rewards.go index d333ffd365..094fe38c32 100644 --- a/x/dualstaking/client/cli/tx_claim_rewards.go +++ b/x/dualstaking/client/cli/tx_claim_rewards.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/dualstaking/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/dualstaking/types" "github.com/spf13/cobra" ) diff --git a/x/dualstaking/client/cli/tx_delegate.go b/x/dualstaking/client/cli/tx_delegate.go index d7094884b8..431707b6f7 100644 --- a/x/dualstaking/client/cli/tx_delegate.go +++ b/x/dualstaking/client/cli/tx_delegate.go @@ -9,8 +9,8 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" sdk "github.com/cosmos/cosmos-sdk/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/dualstaking/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/dualstaking/types" "github.com/spf13/cobra" ) diff --git a/x/dualstaking/client/cli/tx_redelegate.go b/x/dualstaking/client/cli/tx_redelegate.go index 6560d1a91a..e027a00a51 100644 --- a/x/dualstaking/client/cli/tx_redelegate.go +++ b/x/dualstaking/client/cli/tx_redelegate.go @@ -7,8 +7,8 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/dualstaking/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/dualstaking/types" "github.com/spf13/cobra" ) diff --git a/x/dualstaking/client/cli/tx_unbond.go b/x/dualstaking/client/cli/tx_unbond.go index 013d3a84d3..e0a6ff9ec5 100644 --- a/x/dualstaking/client/cli/tx_unbond.go +++ b/x/dualstaking/client/cli/tx_unbond.go @@ -7,8 +7,8 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/dualstaking/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/dualstaking/types" "github.com/spf13/cobra" ) diff --git a/x/dualstaking/genesis.go b/x/dualstaking/genesis.go index 3445ac9776..8845e12132 100644 --- a/x/dualstaking/genesis.go +++ b/x/dualstaking/genesis.go @@ -2,8 +2,8 @@ package dualstaking import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/dualstaking/keeper" - "github.com/lavanet/lava/x/dualstaking/types" + "github.com/lavanet/lava/v2/x/dualstaking/keeper" + "github.com/lavanet/lava/v2/x/dualstaking/types" ) // InitGenesis initializes the module's state from a provided genesis state. diff --git a/x/dualstaking/genesis_test.go b/x/dualstaking/genesis_test.go index 8400d15b23..b052655942 100644 --- a/x/dualstaking/genesis_test.go +++ b/x/dualstaking/genesis_test.go @@ -3,10 +3,10 @@ package dualstaking_test import ( "testing" - keepertest "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/testutil/nullify" - "github.com/lavanet/lava/x/dualstaking" - "github.com/lavanet/lava/x/dualstaking/types" + keepertest "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/testutil/nullify" + "github.com/lavanet/lava/v2/x/dualstaking" + "github.com/lavanet/lava/v2/x/dualstaking/types" "github.com/stretchr/testify/require" ) diff --git a/x/dualstaking/handler.go b/x/dualstaking/handler.go index 6448f23557..45daf773c6 100644 --- a/x/dualstaking/handler.go +++ b/x/dualstaking/handler.go @@ -6,8 +6,8 @@ import ( sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/lavanet/lava/x/dualstaking/keeper" - "github.com/lavanet/lava/x/dualstaking/types" + "github.com/lavanet/lava/v2/x/dualstaking/keeper" + "github.com/lavanet/lava/v2/x/dualstaking/types" ) // NewHandler ... diff --git a/x/dualstaking/keeper/balance.go b/x/dualstaking/keeper/balance.go index f82a1c5368..b8571250d0 100644 --- a/x/dualstaking/keeper/balance.go +++ b/x/dualstaking/keeper/balance.go @@ -2,8 +2,8 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - commontypes "github.com/lavanet/lava/utils/common/types" + "github.com/lavanet/lava/v2/utils" + commontypes "github.com/lavanet/lava/v2/utils/common/types" ) func (k Keeper) BalanceDelegator(ctx sdk.Context, delegator sdk.AccAddress) (int, error) { diff --git a/x/dualstaking/keeper/delegate.go b/x/dualstaking/keeper/delegate.go index 1628bf148f..de0e326752 100644 --- a/x/dualstaking/keeper/delegate.go +++ b/x/dualstaking/keeper/delegate.go @@ -22,11 +22,11 @@ import ( "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - commontypes "github.com/lavanet/lava/utils/common/types" - lavaslices "github.com/lavanet/lava/utils/lavaslices" - "github.com/lavanet/lava/x/dualstaking/types" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" + "github.com/lavanet/lava/v2/utils" + commontypes "github.com/lavanet/lava/v2/utils/common/types" + lavaslices "github.com/lavanet/lava/v2/utils/lavaslices" + "github.com/lavanet/lava/v2/x/dualstaking/types" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" "golang.org/x/exp/slices" ) diff --git a/x/dualstaking/keeper/delegate_test.go b/x/dualstaking/keeper/delegate_test.go index d2ee8d85a8..e3a442f4ee 100644 --- a/x/dualstaking/keeper/delegate_test.go +++ b/x/dualstaking/keeper/delegate_test.go @@ -5,8 +5,8 @@ import ( "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/testutil/common" - commontypes "github.com/lavanet/lava/utils/common/types" + "github.com/lavanet/lava/v2/testutil/common" + commontypes "github.com/lavanet/lava/v2/utils/common/types" "github.com/stretchr/testify/require" ) diff --git a/x/dualstaking/keeper/delegator_reward.go b/x/dualstaking/keeper/delegator_reward.go index d32fae1f46..23dc6304bd 100644 --- a/x/dualstaking/keeper/delegator_reward.go +++ b/x/dualstaking/keeper/delegator_reward.go @@ -6,11 +6,11 @@ import ( "cosmossdk.io/math" "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/lavaslices" - "github.com/lavanet/lava/x/dualstaking/types" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/lavaslices" + "github.com/lavanet/lava/v2/x/dualstaking/types" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" ) // SetDelegatorReward set a specific DelegatorReward in the store from its index diff --git a/x/dualstaking/keeper/delegator_reward_test.go b/x/dualstaking/keeper/delegator_reward_test.go index 57bde83f7e..97ac4d32d8 100644 --- a/x/dualstaking/keeper/delegator_reward_test.go +++ b/x/dualstaking/keeper/delegator_reward_test.go @@ -5,10 +5,10 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - keepertest "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/testutil/nullify" - "github.com/lavanet/lava/x/dualstaking/keeper" - "github.com/lavanet/lava/x/dualstaking/types" + keepertest "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/testutil/nullify" + "github.com/lavanet/lava/v2/x/dualstaking/keeper" + "github.com/lavanet/lava/v2/x/dualstaking/types" "github.com/stretchr/testify/require" ) diff --git a/x/dualstaking/keeper/grpc_query_delegator_providers.go b/x/dualstaking/keeper/grpc_query_delegator_providers.go index a218441169..98730d7d93 100644 --- a/x/dualstaking/keeper/grpc_query_delegator_providers.go +++ b/x/dualstaking/keeper/grpc_query_delegator_providers.go @@ -5,8 +5,8 @@ import ( "fmt" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/dualstaking/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/dualstaking/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/dualstaking/keeper/grpc_query_delegator_providers_test.go b/x/dualstaking/keeper/grpc_query_delegator_providers_test.go index 83c8ff8333..e5e5a11f3d 100644 --- a/x/dualstaking/keeper/grpc_query_delegator_providers_test.go +++ b/x/dualstaking/keeper/grpc_query_delegator_providers_test.go @@ -4,8 +4,8 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/testutil/common" - "github.com/lavanet/lava/x/dualstaking/types" + "github.com/lavanet/lava/v2/testutil/common" + "github.com/lavanet/lava/v2/x/dualstaking/types" "github.com/stretchr/testify/require" ) diff --git a/x/dualstaking/keeper/grpc_query_delegator_rewards.go b/x/dualstaking/keeper/grpc_query_delegator_rewards.go index 00079bc812..d4c93de1f5 100644 --- a/x/dualstaking/keeper/grpc_query_delegator_rewards.go +++ b/x/dualstaking/keeper/grpc_query_delegator_rewards.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/dualstaking/types" + "github.com/lavanet/lava/v2/x/dualstaking/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/dualstaking/keeper/grpc_query_provider_delegators.go b/x/dualstaking/keeper/grpc_query_provider_delegators.go index 788b4e6ada..9f9b65e646 100644 --- a/x/dualstaking/keeper/grpc_query_provider_delegators.go +++ b/x/dualstaking/keeper/grpc_query_provider_delegators.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/dualstaking/types" + "github.com/lavanet/lava/v2/x/dualstaking/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/dualstaking/keeper/grpc_query_provider_delegators_test.go b/x/dualstaking/keeper/grpc_query_provider_delegators_test.go index 7dc02f9a7d..ca5446fc94 100644 --- a/x/dualstaking/keeper/grpc_query_provider_delegators_test.go +++ b/x/dualstaking/keeper/grpc_query_provider_delegators_test.go @@ -4,8 +4,8 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/testutil/common" - "github.com/lavanet/lava/x/dualstaking/types" + "github.com/lavanet/lava/v2/testutil/common" + "github.com/lavanet/lava/v2/x/dualstaking/types" "github.com/stretchr/testify/require" ) diff --git a/x/dualstaking/keeper/helpers_test.go b/x/dualstaking/keeper/helpers_test.go index c1dc1e10fb..88b7801148 100644 --- a/x/dualstaking/keeper/helpers_test.go +++ b/x/dualstaking/keeper/helpers_test.go @@ -4,10 +4,10 @@ import ( "testing" "cosmossdk.io/math" - "github.com/lavanet/lava/testutil/common" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - planstypes "github.com/lavanet/lava/x/plans/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/testutil/common" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + planstypes "github.com/lavanet/lava/v2/x/plans/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "github.com/stretchr/testify/require" ) diff --git a/x/dualstaking/keeper/hooks.go b/x/dualstaking/keeper/hooks.go index badcbc3be4..74737110e4 100644 --- a/x/dualstaking/keeper/hooks.go +++ b/x/dualstaking/keeper/hooks.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/dualstaking/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/dualstaking/types" ) // Wrapper struct diff --git a/x/dualstaking/keeper/hooks_test.go b/x/dualstaking/keeper/hooks_test.go index d4d084d053..1ec8293fe4 100644 --- a/x/dualstaking/keeper/hooks_test.go +++ b/x/dualstaking/keeper/hooks_test.go @@ -9,11 +9,11 @@ import ( "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/lavanet/lava/testutil/common" - "github.com/lavanet/lava/utils" - commontypes "github.com/lavanet/lava/utils/common/types" - "github.com/lavanet/lava/utils/sigs" - dualstakingtypes "github.com/lavanet/lava/x/dualstaking/types" + "github.com/lavanet/lava/v2/testutil/common" + "github.com/lavanet/lava/v2/utils" + commontypes "github.com/lavanet/lava/v2/utils/common/types" + "github.com/lavanet/lava/v2/utils/sigs" + dualstakingtypes "github.com/lavanet/lava/v2/x/dualstaking/types" "github.com/stretchr/testify/require" "golang.org/x/exp/slices" ) diff --git a/x/dualstaking/keeper/keeper.go b/x/dualstaking/keeper/keeper.go index c8aa91ab3e..f9552ea7eb 100644 --- a/x/dualstaking/keeper/keeper.go +++ b/x/dualstaking/keeper/keeper.go @@ -10,9 +10,9 @@ import ( storetypes "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" - fixationtypes "github.com/lavanet/lava/x/fixationstore/types" + fixationtypes "github.com/lavanet/lava/v2/x/fixationstore/types" - "github.com/lavanet/lava/x/dualstaking/types" + "github.com/lavanet/lava/v2/x/dualstaking/types" ) type ( diff --git a/x/dualstaking/keeper/migrations.go b/x/dualstaking/keeper/migrations.go index def5c76b22..505cf403ff 100644 --- a/x/dualstaking/keeper/migrations.go +++ b/x/dualstaking/keeper/migrations.go @@ -8,12 +8,12 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - commontypes "github.com/lavanet/lava/utils/common/types" - dualstakingv4 "github.com/lavanet/lava/x/dualstaking/migrations/v4" - dualstakingtypes "github.com/lavanet/lava/x/dualstaking/types" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/utils" + commontypes "github.com/lavanet/lava/v2/utils/common/types" + dualstakingv4 "github.com/lavanet/lava/v2/x/dualstaking/migrations/v4" + dualstakingtypes "github.com/lavanet/lava/v2/x/dualstaking/types" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/pairing/types" ) type Migrator struct { diff --git a/x/dualstaking/keeper/msg_server.go b/x/dualstaking/keeper/msg_server.go index 934164aacd..4e00b79ba3 100644 --- a/x/dualstaking/keeper/msg_server.go +++ b/x/dualstaking/keeper/msg_server.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/lavanet/lava/x/dualstaking/types" + "github.com/lavanet/lava/v2/x/dualstaking/types" ) type msgServer struct { diff --git a/x/dualstaking/keeper/msg_server_claim_rewards.go b/x/dualstaking/keeper/msg_server_claim_rewards.go index 621a325a8e..2d1163121b 100644 --- a/x/dualstaking/keeper/msg_server_claim_rewards.go +++ b/x/dualstaking/keeper/msg_server_claim_rewards.go @@ -4,9 +4,9 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - commontypes "github.com/lavanet/lava/utils/common/types" - "github.com/lavanet/lava/x/dualstaking/types" + "github.com/lavanet/lava/v2/utils" + commontypes "github.com/lavanet/lava/v2/utils/common/types" + "github.com/lavanet/lava/v2/x/dualstaking/types" ) func (k msgServer) ClaimRewards(goCtx context.Context, msg *types.MsgClaimRewards) (*types.MsgClaimRewardsResponse, error) { diff --git a/x/dualstaking/keeper/msg_server_delegate.go b/x/dualstaking/keeper/msg_server_delegate.go index 30820ec988..070e714ae7 100644 --- a/x/dualstaking/keeper/msg_server_delegate.go +++ b/x/dualstaking/keeper/msg_server_delegate.go @@ -6,9 +6,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/lavanet/lava/utils" - commontypes "github.com/lavanet/lava/utils/common/types" - "github.com/lavanet/lava/x/dualstaking/types" + "github.com/lavanet/lava/v2/utils" + commontypes "github.com/lavanet/lava/v2/utils/common/types" + "github.com/lavanet/lava/v2/x/dualstaking/types" ) func (k msgServer) Delegate(goCtx context.Context, msg *types.MsgDelegate) (*types.MsgDelegateResponse, error) { diff --git a/x/dualstaking/keeper/msg_server_redelegate.go b/x/dualstaking/keeper/msg_server_redelegate.go index 652c0b9c02..758afd9903 100644 --- a/x/dualstaking/keeper/msg_server_redelegate.go +++ b/x/dualstaking/keeper/msg_server_redelegate.go @@ -4,8 +4,8 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/dualstaking/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/dualstaking/types" ) func (k msgServer) Redelegate(goCtx context.Context, msg *types.MsgRedelegate) (*types.MsgRedelegateResponse, error) { diff --git a/x/dualstaking/keeper/msg_server_test.go b/x/dualstaking/keeper/msg_server_test.go index 22ce4d5833..e6010a1964 100644 --- a/x/dualstaking/keeper/msg_server_test.go +++ b/x/dualstaking/keeper/msg_server_test.go @@ -5,9 +5,9 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - keepertest "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/x/dualstaking/keeper" - "github.com/lavanet/lava/x/dualstaking/types" + keepertest "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/x/dualstaking/keeper" + "github.com/lavanet/lava/v2/x/dualstaking/types" "github.com/stretchr/testify/require" ) diff --git a/x/dualstaking/keeper/msg_server_unbond.go b/x/dualstaking/keeper/msg_server_unbond.go index 8cf31b90fd..b6c354a955 100644 --- a/x/dualstaking/keeper/msg_server_unbond.go +++ b/x/dualstaking/keeper/msg_server_unbond.go @@ -4,9 +4,9 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - commontypes "github.com/lavanet/lava/utils/common/types" - "github.com/lavanet/lava/x/dualstaking/types" + "github.com/lavanet/lava/v2/utils" + commontypes "github.com/lavanet/lava/v2/utils/common/types" + "github.com/lavanet/lava/v2/x/dualstaking/types" ) func (k msgServer) Unbond(goCtx context.Context, msg *types.MsgUnbond) (*types.MsgUnbondResponse, error) { diff --git a/x/dualstaking/keeper/params.go b/x/dualstaking/keeper/params.go index 56164d3716..bda905cba9 100644 --- a/x/dualstaking/keeper/params.go +++ b/x/dualstaking/keeper/params.go @@ -2,7 +2,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/dualstaking/types" + "github.com/lavanet/lava/v2/x/dualstaking/types" ) // GetParams get all parameters as types.Params diff --git a/x/dualstaking/keeper/params_test.go b/x/dualstaking/keeper/params_test.go index 62ba71bd5b..8469712eb6 100644 --- a/x/dualstaking/keeper/params_test.go +++ b/x/dualstaking/keeper/params_test.go @@ -3,8 +3,8 @@ package keeper_test import ( "testing" - testkeeper "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/x/dualstaking/types" + testkeeper "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/x/dualstaking/types" "github.com/stretchr/testify/require" ) diff --git a/x/dualstaking/keeper/query.go b/x/dualstaking/keeper/query.go index e8bc54d01b..34161a9014 100644 --- a/x/dualstaking/keeper/query.go +++ b/x/dualstaking/keeper/query.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/lavanet/lava/x/dualstaking/types" + "github.com/lavanet/lava/v2/x/dualstaking/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/dualstaking/keeper/query_params.go b/x/dualstaking/keeper/query_params.go index 80b9836565..993c08c6da 100644 --- a/x/dualstaking/keeper/query_params.go +++ b/x/dualstaking/keeper/query_params.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/dualstaking/types" + "github.com/lavanet/lava/v2/x/dualstaking/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/dualstaking/keeper/query_params_test.go b/x/dualstaking/keeper/query_params_test.go index 9115e2f058..e51c2c2c97 100644 --- a/x/dualstaking/keeper/query_params_test.go +++ b/x/dualstaking/keeper/query_params_test.go @@ -4,8 +4,8 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - testkeeper "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/x/dualstaking/types" + testkeeper "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/x/dualstaking/types" "github.com/stretchr/testify/require" ) diff --git a/x/dualstaking/keeper/slashing.go b/x/dualstaking/keeper/slashing.go index d3be3483bb..2c1c3e3dcd 100644 --- a/x/dualstaking/keeper/slashing.go +++ b/x/dualstaking/keeper/slashing.go @@ -3,8 +3,8 @@ package keeper import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/dualstaking/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/dualstaking/types" ) // balance delegators dualstaking after potential validators slashing diff --git a/x/dualstaking/module.go b/x/dualstaking/module.go index a85f30ebc1..f65a92b893 100644 --- a/x/dualstaking/module.go +++ b/x/dualstaking/module.go @@ -17,9 +17,9 @@ import ( cdctypes "github.com/cosmos/cosmos-sdk/codec/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/lavanet/lava/x/dualstaking/client/cli" - "github.com/lavanet/lava/x/dualstaking/keeper" - "github.com/lavanet/lava/x/dualstaking/types" + "github.com/lavanet/lava/v2/x/dualstaking/client/cli" + "github.com/lavanet/lava/v2/x/dualstaking/keeper" + "github.com/lavanet/lava/v2/x/dualstaking/types" ) var ( diff --git a/x/dualstaking/module_simulation.go b/x/dualstaking/module_simulation.go index 1abd800706..4380646950 100644 --- a/x/dualstaking/module_simulation.go +++ b/x/dualstaking/module_simulation.go @@ -8,9 +8,9 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" "github.com/cosmos/cosmos-sdk/x/simulation" - "github.com/lavanet/lava/testutil/sample" - dualstakingsimulation "github.com/lavanet/lava/x/dualstaking/simulation" - "github.com/lavanet/lava/x/dualstaking/types" + "github.com/lavanet/lava/v2/testutil/sample" + dualstakingsimulation "github.com/lavanet/lava/v2/x/dualstaking/simulation" + "github.com/lavanet/lava/v2/x/dualstaking/types" ) // avoid unused import issue diff --git a/x/dualstaking/simulation/claim_rewards.go b/x/dualstaking/simulation/claim_rewards.go index da5c129d9d..8711414aa2 100644 --- a/x/dualstaking/simulation/claim_rewards.go +++ b/x/dualstaking/simulation/claim_rewards.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/lavanet/lava/x/dualstaking/keeper" - "github.com/lavanet/lava/x/dualstaking/types" + "github.com/lavanet/lava/v2/x/dualstaking/keeper" + "github.com/lavanet/lava/v2/x/dualstaking/types" ) func SimulateMsgClaimRewards( diff --git a/x/dualstaking/simulation/delegate.go b/x/dualstaking/simulation/delegate.go index a737f79e40..20c7672a5c 100644 --- a/x/dualstaking/simulation/delegate.go +++ b/x/dualstaking/simulation/delegate.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/lavanet/lava/x/dualstaking/keeper" - "github.com/lavanet/lava/x/dualstaking/types" + "github.com/lavanet/lava/v2/x/dualstaking/keeper" + "github.com/lavanet/lava/v2/x/dualstaking/types" ) func SimulateMsgDelegate( diff --git a/x/dualstaking/types/delegate.go b/x/dualstaking/types/delegate.go index 4fa5dfca05..7dfb364e56 100644 --- a/x/dualstaking/types/delegate.go +++ b/x/dualstaking/types/delegate.go @@ -4,8 +4,8 @@ import ( "time" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/lavaslices" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/lavaslices" ) func NewDelegation(delegator, provider, chainID string, blockTime time.Time, tokenDenom string) Delegation { diff --git a/x/dualstaking/types/delegate.pb.go b/x/dualstaking/types/delegate.pb.go index f9a1680961..aa9ed8f97f 100644 --- a/x/dualstaking/types/delegate.pb.go +++ b/x/dualstaking/types/delegate.pb.go @@ -154,27 +154,27 @@ func init() { } var fileDescriptor_547eac7f30bf94d4 = []byte{ - // 305 bytes of a gzipped FileDescriptorProto + // 306 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x54, 0x91, 0xb1, 0x4e, 0xc3, 0x30, - 0x10, 0x86, 0x63, 0x5a, 0x0a, 0x31, 0x5b, 0xc4, 0x60, 0xaa, 0xca, 0x44, 0x5d, 0x28, 0x42, 0xb2, - 0x55, 0x18, 0xd8, 0x4b, 0x19, 0x58, 0x3b, 0xb2, 0x39, 0xa9, 0x95, 0x5a, 0x34, 0xbe, 0x28, 0x76, - 0x23, 0x78, 0x0b, 0xde, 0x86, 0x57, 0xe8, 0xd8, 0x91, 0x09, 0xa1, 0xe4, 0x45, 0x90, 0x93, 0x34, - 0xa5, 0xd3, 0xf9, 0xfe, 0xff, 0x97, 0xef, 0xd3, 0x1d, 0xbe, 0x59, 0x8b, 0x42, 0x68, 0x69, 0xb9, - 0xab, 0x7c, 0xb9, 0x11, 0x6b, 0x63, 0xc5, 0x9b, 0xd2, 0x09, 0x5f, 0xca, 0xb5, 0x4c, 0x84, 0x95, - 0x2c, 0xcb, 0xc1, 0x42, 0x40, 0xda, 0x20, 0x73, 0x95, 0xfd, 0x0b, 0x0e, 0x2f, 0x13, 0x48, 0xa0, - 0x0e, 0x71, 0xf7, 0x6a, 0xf2, 0x43, 0x1a, 0x83, 0x49, 0xc1, 0xf0, 0x48, 0x18, 0xc9, 0x8b, 0x69, - 0x24, 0xad, 0x98, 0xf2, 0x18, 0x94, 0x6e, 0xfc, 0xf1, 0x17, 0xc2, 0x78, 0xde, 0x8c, 0x50, 0xa0, - 0x83, 0x21, 0x3e, 0xcf, 0x72, 0x28, 0xd4, 0x52, 0xe6, 0x04, 0x85, 0x68, 0xe2, 0x2f, 0xba, 0x3e, - 0x20, 0xf8, 0x2c, 0x5e, 0x09, 0xa5, 0x5f, 0xe6, 0xe4, 0xa4, 0xb6, 0xf6, 0x6d, 0x30, 0xc2, 0x7e, - 0x8b, 0x09, 0x39, 0xe9, 0xd5, 0xde, 0x41, 0x08, 0x1e, 0xf1, 0x40, 0xa4, 0xb0, 0xd1, 0x96, 0xf4, - 0x43, 0x34, 0xb9, 0xb8, 0xbf, 0x62, 0x0d, 0x13, 0x73, 0x4c, 0xac, 0x65, 0x62, 0x4f, 0xa0, 0xf4, - 0xac, 0xbf, 0xfd, 0xb9, 0xf6, 0x16, 0x6d, 0xdc, 0x7d, 0x6b, 0x55, 0x2a, 0x8d, 0x15, 0x69, 0x46, - 0x4e, 0x43, 0x34, 0xe9, 0x2d, 0x0e, 0xc2, 0xf8, 0x16, 0xfb, 0xf3, 0x6e, 0xc6, 0x08, 0xfb, 0x7b, - 0x4e, 0x43, 0x50, 0xd8, 0x73, 0x04, 0x9d, 0x30, 0x7b, 0xde, 0x96, 0x14, 0xed, 0x4a, 0x8a, 0x7e, - 0x4b, 0x8a, 0x3e, 0x2b, 0xea, 0xed, 0x2a, 0xea, 0x7d, 0x57, 0xd4, 0x7b, 0xbd, 0x4b, 0x94, 0x5d, - 0x6d, 0x22, 0x16, 0x43, 0xca, 0x8f, 0x4e, 0xf0, 0x7e, 0x74, 0x04, 0xfb, 0x91, 0x49, 0x13, 0x0d, - 0xea, 0x95, 0x3d, 0xfc, 0x05, 0x00, 0x00, 0xff, 0xff, 0x3f, 0xa0, 0xb8, 0x13, 0xad, 0x01, 0x00, - 0x00, + 0x10, 0x86, 0x63, 0x5a, 0x0a, 0x31, 0x5b, 0xc4, 0x60, 0xaa, 0xca, 0x44, 0x5d, 0x28, 0x8b, 0xad, + 0x96, 0x81, 0xbd, 0x74, 0x80, 0xb5, 0x23, 0x9b, 0x93, 0x5a, 0xa9, 0x45, 0xe3, 0x8b, 0x62, 0x37, + 0x82, 0xb7, 0xe0, 0x6d, 0x78, 0x85, 0x8e, 0x1d, 0x99, 0x10, 0x4a, 0x5e, 0x04, 0x39, 0x49, 0x53, + 0x3a, 0x9d, 0xef, 0xff, 0x7f, 0xf9, 0x3e, 0xdd, 0xe1, 0xbb, 0x8d, 0x28, 0x84, 0x96, 0x96, 0xbb, + 0xca, 0x57, 0x5b, 0xb1, 0x31, 0x56, 0xbc, 0x29, 0x9d, 0xf0, 0x95, 0xdc, 0xc8, 0x44, 0x58, 0xc9, + 0xb2, 0x1c, 0x2c, 0x04, 0xa4, 0x0d, 0x32, 0x57, 0xd9, 0xbf, 0xe0, 0xf0, 0x3a, 0x81, 0x04, 0xea, + 0x10, 0x77, 0xaf, 0x26, 0x3f, 0xa4, 0x31, 0x98, 0x14, 0x0c, 0x8f, 0x84, 0x91, 0xbc, 0x98, 0x46, + 0xd2, 0x8a, 0x29, 0x8f, 0x41, 0xe9, 0xc6, 0x1f, 0x7f, 0x21, 0x8c, 0x17, 0xcd, 0x08, 0x05, 0x3a, + 0x18, 0xe2, 0xcb, 0x2c, 0x87, 0x42, 0xad, 0x64, 0x4e, 0x50, 0x88, 0x26, 0xfe, 0xb2, 0xeb, 0x03, + 0x82, 0x2f, 0xe2, 0xb5, 0x50, 0xfa, 0x65, 0x41, 0xce, 0x6a, 0xeb, 0xd0, 0x06, 0x23, 0xec, 0xb7, + 0x98, 0x90, 0x93, 0x5e, 0xed, 0x1d, 0x85, 0xe0, 0x11, 0x0f, 0x44, 0x0a, 0x5b, 0x6d, 0x49, 0x3f, + 0x44, 0x93, 0xab, 0xd9, 0x0d, 0x6b, 0x98, 0x98, 0x63, 0x62, 0x2d, 0x13, 0x7b, 0x02, 0xa5, 0xe7, + 0xfd, 0xdd, 0xcf, 0xad, 0xb7, 0x6c, 0xe3, 0xee, 0x5b, 0xab, 0x52, 0x69, 0xac, 0x48, 0x33, 0x72, + 0x1e, 0xa2, 0x49, 0x6f, 0x79, 0x14, 0xc6, 0xf7, 0xd8, 0x5f, 0x74, 0x33, 0x46, 0xd8, 0x3f, 0x70, + 0x1a, 0x82, 0xc2, 0x9e, 0x23, 0xe8, 0x84, 0xf9, 0xf3, 0xae, 0xa4, 0x68, 0x5f, 0x52, 0xf4, 0x5b, + 0x52, 0xf4, 0x59, 0x51, 0x6f, 0x5f, 0x51, 0xef, 0xbb, 0xa2, 0xde, 0x2b, 0x4b, 0x94, 0x5d, 0x6f, + 0x23, 0x16, 0x43, 0xca, 0x4f, 0x4e, 0x50, 0xcc, 0xf8, 0xfb, 0xc9, 0x1d, 0xec, 0x47, 0x26, 0x4d, + 0x34, 0xa8, 0xb7, 0xf6, 0xf0, 0x17, 0x00, 0x00, 0xff, 0xff, 0xb4, 0x6e, 0x15, 0x5f, 0xb0, 0x01, + 0x00, 0x00, } func (m *Delegation) Marshal() (dAtA []byte, err error) { diff --git a/x/dualstaking/types/delegator_reward.pb.go b/x/dualstaking/types/delegator_reward.pb.go index 831a94b1e3..e64aa0c3c4 100644 --- a/x/dualstaking/types/delegator_reward.pb.go +++ b/x/dualstaking/types/delegator_reward.pb.go @@ -102,26 +102,26 @@ func init() { } var fileDescriptor_c8b6da054bf40d1f = []byte{ - // 300 bytes of a gzipped FileDescriptorProto + // 301 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x54, 0x50, 0xbd, 0x4e, 0xf3, 0x30, - 0x14, 0x8d, 0xbf, 0x7e, 0x2a, 0xad, 0x19, 0x90, 0x22, 0x86, 0xb4, 0x42, 0x6e, 0xc5, 0x54, 0x09, - 0x61, 0x53, 0x78, 0x83, 0x02, 0x03, 0x6b, 0x47, 0x96, 0xca, 0x89, 0xad, 0xd4, 0x6a, 0xeb, 0x5b, - 0xd9, 0x4e, 0x80, 0xb7, 0xe0, 0x39, 0x78, 0x92, 0x4a, 0x2c, 0x1d, 0x99, 0x00, 0x25, 0x2f, 0x82, - 0xe2, 0x84, 0xd2, 0x4e, 0x37, 0x37, 0xe7, 0x9e, 0x1f, 0x1f, 0xcc, 0x96, 0x3c, 0xe7, 0x5a, 0x3a, - 0x3f, 0x99, 0xc8, 0xf8, 0xd2, 0x3a, 0xbe, 0x50, 0x3a, 0x65, 0x42, 0x2e, 0x65, 0xca, 0x1d, 0x98, - 0x99, 0x91, 0x4f, 0xdc, 0x08, 0xba, 0x36, 0xe0, 0x20, 0x8c, 0x1a, 0x02, 0xad, 0x26, 0xdd, 0x23, - 0xf4, 0x4f, 0x53, 0x48, 0xc1, 0x1f, 0xb1, 0xea, 0xab, 0xbe, 0xef, 0x93, 0x04, 0xec, 0x0a, 0x2c, - 0x8b, 0xb9, 0x95, 0x2c, 0x1f, 0xc7, 0xd2, 0xf1, 0x31, 0x4b, 0x40, 0xe9, 0x1a, 0x3f, 0x7f, 0x47, - 0xf8, 0xe4, 0xee, 0xd7, 0x6a, 0xea, 0x9d, 0xc2, 0x33, 0xdc, 0xdd, 0xb9, 0x47, 0x68, 0x88, 0x46, - 0xdd, 0xe9, 0xdf, 0x8f, 0xb0, 0x8f, 0x3b, 0x6b, 0x03, 0xb9, 0x12, 0xd2, 0x44, 0xff, 0x3c, 0xb8, - 0xdb, 0xc3, 0x1e, 0xee, 0x24, 0x73, 0xae, 0xf4, 0x4c, 0x89, 0xa8, 0xe5, 0xb1, 0x23, 0xbf, 0x3f, - 0x88, 0x30, 0xc1, 0x6d, 0xbe, 0x82, 0x4c, 0xbb, 0xe8, 0xff, 0xb0, 0x35, 0x3a, 0xbe, 0xee, 0xd1, - 0x3a, 0x19, 0xad, 0x92, 0xd1, 0x26, 0x19, 0xbd, 0x05, 0xa5, 0x27, 0x57, 0x9b, 0xcf, 0x41, 0xf0, - 0xf6, 0x35, 0x18, 0xa5, 0xca, 0xcd, 0xb3, 0x98, 0x26, 0xb0, 0x62, 0xcd, 0x33, 0xea, 0x71, 0x69, - 0xc5, 0x82, 0xb9, 0x97, 0xb5, 0xb4, 0x9e, 0x60, 0xa7, 0x8d, 0xf4, 0xe4, 0x7e, 0x53, 0x10, 0xb4, - 0x2d, 0x08, 0xfa, 0x2e, 0x08, 0x7a, 0x2d, 0x49, 0xb0, 0x2d, 0x49, 0xf0, 0x51, 0x92, 0xe0, 0xf1, - 0x62, 0x4f, 0xeb, 0xa0, 0xf3, 0xe7, 0x83, 0xd6, 0xbd, 0x68, 0xdc, 0xf6, 0xdd, 0xdc, 0xfc, 0x04, - 0x00, 0x00, 0xff, 0xff, 0x3d, 0x8e, 0xbf, 0x24, 0x9e, 0x01, 0x00, 0x00, + 0x14, 0x8d, 0xbf, 0x7e, 0x2a, 0xad, 0x19, 0x90, 0x22, 0x86, 0xb4, 0x42, 0x6e, 0xc5, 0xd4, 0x05, + 0x9b, 0x96, 0x37, 0x28, 0x0c, 0xb0, 0x76, 0x64, 0xa9, 0x9c, 0xd8, 0x4a, 0xad, 0xb6, 0xbe, 0x95, + 0xed, 0x04, 0x78, 0x0b, 0x9e, 0x83, 0x27, 0xa9, 0xc4, 0xd2, 0x91, 0x09, 0x50, 0xf2, 0x22, 0x28, + 0x4e, 0x28, 0xed, 0x74, 0x73, 0x73, 0xee, 0xf9, 0xf1, 0xc1, 0x6c, 0xc5, 0x73, 0xae, 0xa5, 0xf3, + 0x93, 0x89, 0x8c, 0xaf, 0xac, 0xe3, 0x4b, 0xa5, 0x53, 0x26, 0xe4, 0x4a, 0xa6, 0xdc, 0x81, 0x99, + 0x1b, 0xf9, 0xc4, 0x8d, 0xa0, 0x1b, 0x03, 0x0e, 0xc2, 0xa8, 0x21, 0xd0, 0x6a, 0xd2, 0x03, 0x42, + 0xff, 0x3c, 0x85, 0x14, 0xfc, 0x11, 0xab, 0xbe, 0xea, 0xfb, 0x3e, 0x49, 0xc0, 0xae, 0xc1, 0xb2, + 0x98, 0x5b, 0xc9, 0xf2, 0x71, 0x2c, 0x1d, 0x1f, 0xb3, 0x04, 0x94, 0xae, 0xf1, 0xcb, 0x77, 0x84, + 0xcf, 0xee, 0x7e, 0xad, 0x66, 0xde, 0x29, 0xbc, 0xc0, 0xdd, 0xbd, 0x7b, 0x84, 0x86, 0x68, 0xd4, + 0x9d, 0xfd, 0xfd, 0x08, 0xfb, 0xb8, 0xb3, 0x31, 0x90, 0x2b, 0x21, 0x4d, 0xf4, 0xcf, 0x83, 0xfb, + 0x3d, 0xec, 0xe1, 0x4e, 0xb2, 0xe0, 0x4a, 0xcf, 0x95, 0x88, 0x5a, 0x1e, 0x3b, 0xf1, 0xfb, 0x83, + 0x08, 0x13, 0xdc, 0xe6, 0x6b, 0xc8, 0xb4, 0x8b, 0xfe, 0x0f, 0x5b, 0xa3, 0xd3, 0x49, 0x8f, 0xd6, + 0xc9, 0x68, 0x95, 0x8c, 0x36, 0xc9, 0xe8, 0x2d, 0x28, 0x3d, 0xbd, 0xde, 0x7e, 0x0e, 0x82, 0xb7, + 0xaf, 0xc1, 0x28, 0x55, 0x6e, 0x91, 0xc5, 0x34, 0x81, 0x35, 0x6b, 0x9e, 0x51, 0x8f, 0x2b, 0x2b, + 0x96, 0xcc, 0xbd, 0x6c, 0xa4, 0xf5, 0x04, 0x3b, 0x6b, 0xa4, 0xa7, 0xf7, 0xdb, 0x82, 0xa0, 0x5d, + 0x41, 0xd0, 0x77, 0x41, 0xd0, 0x6b, 0x49, 0x82, 0x5d, 0x49, 0x82, 0x8f, 0x92, 0x04, 0x8f, 0xf4, + 0x40, 0xeb, 0xa8, 0xf3, 0x7c, 0xc2, 0x9e, 0x8f, 0x8a, 0xf7, 0xba, 0x71, 0xdb, 0xd7, 0x73, 0xf3, + 0x13, 0x00, 0x00, 0xff, 0xff, 0x62, 0x26, 0xf2, 0xc9, 0xa1, 0x01, 0x00, 0x00, } func (m *DelegatorReward) Marshal() (dAtA []byte, err error) { diff --git a/x/dualstaking/types/expected_keepers.go b/x/dualstaking/types/expected_keepers.go index e6df058bd1..0ce6703669 100644 --- a/x/dualstaking/types/expected_keepers.go +++ b/x/dualstaking/types/expected_keepers.go @@ -8,9 +8,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - fixationstoretypes "github.com/lavanet/lava/x/fixationstore/types" - spectypes "github.com/lavanet/lava/x/spec/types" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + fixationstoretypes "github.com/lavanet/lava/v2/x/fixationstore/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" ) // AccountKeeper defines the expected account keeper used for simulations (noalias) diff --git a/x/dualstaking/types/genesis.go b/x/dualstaking/types/genesis.go index dd29a95e22..3046d2c9f9 100644 --- a/x/dualstaking/types/genesis.go +++ b/x/dualstaking/types/genesis.go @@ -3,7 +3,7 @@ package types import ( fmt "fmt" - fixationstoretypes "github.com/lavanet/lava/x/fixationstore/types" + fixationstoretypes "github.com/lavanet/lava/v2/x/fixationstore/types" ) // DefaultIndex is the default global index diff --git a/x/dualstaking/types/genesis.pb.go b/x/dualstaking/types/genesis.pb.go index a775e10bd2..f49e627b8d 100644 --- a/x/dualstaking/types/genesis.pb.go +++ b/x/dualstaking/types/genesis.pb.go @@ -7,8 +7,8 @@ import ( fmt "fmt" _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" - types "github.com/lavanet/lava/x/fixationstore/types" - _ "github.com/lavanet/lava/x/timerstore/types" + types "github.com/lavanet/lava/v2/x/fixationstore/types" + _ "github.com/lavanet/lava/v2/x/timerstore/types" io "io" math "math" math_bits "math/bits" @@ -103,28 +103,29 @@ func init() { } var fileDescriptor_d5bca863c53f218f = []byte{ - // 336 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x91, 0x4d, 0x4b, 0xfb, 0x30, - 0x1c, 0xc7, 0xdb, 0x3d, 0xf1, 0xa7, 0xdb, 0x1f, 0xa4, 0x2a, 0x94, 0x1d, 0xe2, 0x50, 0x94, 0x0d, - 0x21, 0x85, 0x79, 0xf7, 0x30, 0x7c, 0x00, 0xf1, 0x20, 0x9b, 0x27, 0x2f, 0x23, 0x5b, 0x63, 0x0c, - 0x76, 0xcd, 0x48, 0x7e, 0xd3, 0xf9, 0x2e, 0x7c, 0x59, 0x3b, 0xee, 0xe8, 0x49, 0xa4, 0x7d, 0x23, - 0xd2, 0x34, 0x8e, 0x45, 0xe8, 0xc5, 0x53, 0xd2, 0xf2, 0xf9, 0x7e, 0x92, 0x6f, 0x7e, 0xde, 0x49, - 0x4c, 0x5e, 0x48, 0x42, 0x21, 0xcc, 0xd7, 0x30, 0x5a, 0x90, 0x58, 0x01, 0x79, 0xe6, 0x09, 0x0b, - 0x19, 0x4d, 0xa8, 0xe2, 0x0a, 0xcf, 0xa5, 0x00, 0xe1, 0x07, 0x86, 0xc3, 0xf9, 0x8a, 0xb7, 0xb8, - 0xf6, 0x1e, 0x13, 0x4c, 0x68, 0x28, 0xcc, 0x77, 0x05, 0xdf, 0x3e, 0x2e, 0xf5, 0xce, 0x89, 0x24, - 0x33, 0xa3, 0x6d, 0xf7, 0x2c, 0xec, 0x91, 0x2f, 0x09, 0x70, 0x91, 0x28, 0x10, 0x92, 0x6e, 0xbe, - 0x0c, 0x7a, 0x64, 0xa1, 0xc0, 0x67, 0x54, 0x16, 0x9c, 0xde, 0x1a, 0x28, 0x2c, 0x3d, 0x36, 0xa2, - 0x31, 0x65, 0x04, 0x84, 0x1c, 0x4b, 0xfa, 0x4a, 0x64, 0x54, 0x04, 0x0e, 0xb3, 0x8a, 0xd7, 0xba, - 0x2e, 0x9a, 0x8e, 0x80, 0x00, 0xf5, 0xcf, 0xbd, 0x46, 0x71, 0xc3, 0xc0, 0xed, 0xb8, 0xdd, 0x66, - 0xbf, 0x83, 0xcb, 0x9a, 0xe3, 0x3b, 0xcd, 0x0d, 0x6a, 0xab, 0xcf, 0x03, 0x67, 0x68, 0x52, 0xfe, - 0xbd, 0xf7, 0xdf, 0x1c, 0x95, 0x17, 0xb9, 0x1a, 0x05, 0x15, 0xad, 0xe9, 0xda, 0x1a, 0xab, 0x29, - 0xde, 0xbe, 0x80, 0xd1, 0xd9, 0x12, 0x7f, 0xe8, 0xb5, 0x36, 0x05, 0x72, 0x69, 0xf5, 0x4f, 0x52, - 0xcb, 0xe1, 0x4f, 0xbd, 0xfd, 0xdf, 0x8f, 0x32, 0x8e, 0xb9, 0x82, 0xa0, 0xde, 0xa9, 0x76, 0x9b, - 0xfd, 0x5e, 0x79, 0xf1, 0x8b, 0x9f, 0xd8, 0x50, 0xa7, 0x8c, 0x7d, 0x37, 0xb2, 0x7f, 0xdf, 0x72, - 0x05, 0x37, 0xb5, 0x7f, 0xb5, 0x9d, 0xfa, 0xe0, 0x72, 0x95, 0x22, 0x77, 0x9d, 0x22, 0xf7, 0x2b, - 0x45, 0xee, 0x7b, 0x86, 0x9c, 0x75, 0x86, 0x9c, 0x8f, 0x0c, 0x39, 0x0f, 0xa7, 0x8c, 0xc3, 0xd3, - 0x62, 0x82, 0xa7, 0x62, 0x66, 0xcf, 0x6e, 0x69, 0x4d, 0x0f, 0xde, 0xe6, 0x54, 0x4d, 0x1a, 0x7a, - 0x66, 0x67, 0xdf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x2e, 0xd4, 0x46, 0x25, 0xb5, 0x02, 0x00, 0x00, + // 337 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x91, 0x4f, 0x4b, 0xf3, 0x30, + 0x1c, 0xc7, 0xdb, 0xfd, 0xe3, 0xa1, 0xdb, 0x03, 0x52, 0x15, 0xca, 0x0e, 0x75, 0x28, 0xca, 0x76, + 0x49, 0x60, 0xde, 0x3d, 0x0c, 0x51, 0x11, 0x0f, 0xb2, 0x79, 0xf2, 0x32, 0xb2, 0x35, 0xc6, 0x60, + 0xd7, 0x8c, 0xe4, 0xb7, 0x39, 0xdf, 0x85, 0x2f, 0x6b, 0xc7, 0x1d, 0x3d, 0x89, 0xb4, 0x6f, 0x44, + 0x9a, 0xc6, 0xb1, 0x08, 0xbd, 0x78, 0x4a, 0x5a, 0x3e, 0xdf, 0x4f, 0xf2, 0xcd, 0xcf, 0x3b, 0x8b, + 0xc9, 0x92, 0x24, 0x14, 0x70, 0xbe, 0xe2, 0x68, 0x41, 0x62, 0x05, 0xe4, 0x85, 0x27, 0x0c, 0x33, + 0x9a, 0x50, 0xc5, 0x15, 0x9a, 0x4b, 0x01, 0xc2, 0x0f, 0x0c, 0x87, 0xf2, 0x15, 0xed, 0x70, 0xed, + 0x03, 0x26, 0x98, 0xd0, 0x10, 0xce, 0x77, 0x05, 0xdf, 0x3e, 0x2d, 0xf5, 0xce, 0x89, 0x24, 0x33, + 0xa3, 0x6d, 0xf7, 0x2c, 0xec, 0x89, 0xaf, 0x08, 0x70, 0x91, 0x28, 0x10, 0x92, 0x6e, 0xbf, 0x0c, + 0x7a, 0x62, 0xa1, 0xc0, 0x67, 0x54, 0x16, 0x9c, 0xde, 0x1a, 0x08, 0x97, 0x1e, 0x1b, 0xd1, 0x98, + 0x32, 0x02, 0x42, 0x8e, 0x25, 0x7d, 0x25, 0x32, 0x2a, 0x02, 0xc7, 0x59, 0xc5, 0x6b, 0x5d, 0x17, + 0x4d, 0x47, 0x40, 0x80, 0xfa, 0x17, 0x5e, 0xa3, 0xb8, 0x61, 0xe0, 0x76, 0xdc, 0x6e, 0xb3, 0xdf, + 0x41, 0x65, 0xcd, 0xd1, 0xbd, 0xe6, 0x06, 0xb5, 0xf5, 0xe7, 0x91, 0x33, 0x34, 0x29, 0xff, 0xc1, + 0xfb, 0x6f, 0x8e, 0xca, 0x8b, 0x5c, 0x8d, 0x82, 0x8a, 0xd6, 0x74, 0x6d, 0x8d, 0xd5, 0x14, 0xed, + 0x5e, 0xc0, 0xe8, 0x6c, 0x89, 0x3f, 0xf4, 0x5a, 0xdb, 0x02, 0xb9, 0xb4, 0xfa, 0x27, 0xa9, 0xe5, + 0xf0, 0xa7, 0xde, 0xe1, 0xef, 0x47, 0x19, 0xc7, 0x5c, 0x41, 0x50, 0xef, 0x54, 0xbb, 0xcd, 0x7e, + 0xaf, 0xbc, 0xf8, 0xe5, 0x4f, 0x6c, 0xa8, 0x53, 0xc6, 0xbe, 0x1f, 0xd9, 0xbf, 0xef, 0xb8, 0x82, + 0xdb, 0xda, 0xbf, 0xda, 0x5e, 0x7d, 0x70, 0xb3, 0x4e, 0x43, 0x77, 0x93, 0x86, 0xee, 0x57, 0x1a, + 0xba, 0xef, 0x59, 0xe8, 0x6c, 0xb2, 0xd0, 0xf9, 0xc8, 0x42, 0xe7, 0x11, 0x31, 0x0e, 0xcf, 0x8b, + 0x09, 0x9a, 0x8a, 0x99, 0x3d, 0xbb, 0x65, 0x1f, 0xaf, 0xac, 0x01, 0xc2, 0xdb, 0x9c, 0xaa, 0x49, + 0x43, 0x8f, 0xed, 0xfc, 0x3b, 0x00, 0x00, 0xff, 0xff, 0x2c, 0xc4, 0xa7, 0x53, 0xb8, 0x02, 0x00, + 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/dualstaking/types/genesis_test.go b/x/dualstaking/types/genesis_test.go index 900ae7fe29..acdab8eeb6 100644 --- a/x/dualstaking/types/genesis_test.go +++ b/x/dualstaking/types/genesis_test.go @@ -3,7 +3,7 @@ package types_test import ( "testing" - "github.com/lavanet/lava/x/dualstaking/types" + "github.com/lavanet/lava/v2/x/dualstaking/types" "github.com/stretchr/testify/require" ) diff --git a/x/dualstaking/types/message_claim_rewards.go b/x/dualstaking/types/message_claim_rewards.go index ed12c33615..2cbdc85b63 100644 --- a/x/dualstaking/types/message_claim_rewards.go +++ b/x/dualstaking/types/message_claim_rewards.go @@ -4,7 +4,7 @@ import ( sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - commontypes "github.com/lavanet/lava/utils/common/types" + commontypes "github.com/lavanet/lava/v2/utils/common/types" ) const TypeMsgClaimRewards = "claim_rewards" diff --git a/x/dualstaking/types/message_claim_rewards_test.go b/x/dualstaking/types/message_claim_rewards_test.go index 1cb10b1564..132e917b27 100644 --- a/x/dualstaking/types/message_claim_rewards_test.go +++ b/x/dualstaking/types/message_claim_rewards_test.go @@ -4,7 +4,7 @@ import ( "testing" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/lavanet/lava/testutil/sample" + "github.com/lavanet/lava/v2/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/dualstaking/types/message_delegate.go b/x/dualstaking/types/message_delegate.go index c84cc0ef4e..b1a4083b20 100644 --- a/x/dualstaking/types/message_delegate.go +++ b/x/dualstaking/types/message_delegate.go @@ -4,7 +4,7 @@ import ( sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - commontypes "github.com/lavanet/lava/utils/common/types" + commontypes "github.com/lavanet/lava/v2/utils/common/types" ) const TypeMsgDelegate = "delegate" diff --git a/x/dualstaking/types/message_delegate_test.go b/x/dualstaking/types/message_delegate_test.go index 2aff001d59..717c01ee8a 100644 --- a/x/dualstaking/types/message_delegate_test.go +++ b/x/dualstaking/types/message_delegate_test.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/lavanet/lava/testutil/sample" - commontypes "github.com/lavanet/lava/utils/common/types" + "github.com/lavanet/lava/v2/testutil/sample" + commontypes "github.com/lavanet/lava/v2/utils/common/types" "github.com/stretchr/testify/require" ) diff --git a/x/dualstaking/types/message_redelegate.go b/x/dualstaking/types/message_redelegate.go index 19b752913f..574987bc91 100644 --- a/x/dualstaking/types/message_redelegate.go +++ b/x/dualstaking/types/message_redelegate.go @@ -4,7 +4,7 @@ import ( sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - commontypes "github.com/lavanet/lava/utils/common/types" + commontypes "github.com/lavanet/lava/v2/utils/common/types" ) const TypeMsgRedelegate = "redelegate" diff --git a/x/dualstaking/types/message_redelegate_test.go b/x/dualstaking/types/message_redelegate_test.go index 8b6ffa4166..cd8247bdc0 100644 --- a/x/dualstaking/types/message_redelegate_test.go +++ b/x/dualstaking/types/message_redelegate_test.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/lavanet/lava/testutil/sample" - commontypes "github.com/lavanet/lava/utils/common/types" + "github.com/lavanet/lava/v2/testutil/sample" + commontypes "github.com/lavanet/lava/v2/utils/common/types" "github.com/stretchr/testify/require" ) diff --git a/x/dualstaking/types/message_unbond.go b/x/dualstaking/types/message_unbond.go index 4308c86593..e1adeccfd5 100644 --- a/x/dualstaking/types/message_unbond.go +++ b/x/dualstaking/types/message_unbond.go @@ -4,7 +4,7 @@ import ( sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - commontypes "github.com/lavanet/lava/utils/common/types" + commontypes "github.com/lavanet/lava/v2/utils/common/types" ) const TypeMsgUnbond = "unbond" diff --git a/x/dualstaking/types/message_unbond_test.go b/x/dualstaking/types/message_unbond_test.go index 68e4573294..6b7ccbc499 100644 --- a/x/dualstaking/types/message_unbond_test.go +++ b/x/dualstaking/types/message_unbond_test.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/lavanet/lava/testutil/sample" - commontypes "github.com/lavanet/lava/utils/common/types" + "github.com/lavanet/lava/v2/testutil/sample" + commontypes "github.com/lavanet/lava/v2/utils/common/types" "github.com/stretchr/testify/require" ) diff --git a/x/dualstaking/types/params.go b/x/dualstaking/types/params.go index 7dfcf60193..19ae863a32 100644 --- a/x/dualstaking/types/params.go +++ b/x/dualstaking/types/params.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" - commontypes "github.com/lavanet/lava/utils/common/types" + commontypes "github.com/lavanet/lava/v2/utils/common/types" "gopkg.in/yaml.v2" ) diff --git a/x/dualstaking/types/params.pb.go b/x/dualstaking/types/params.pb.go index 8f5a37f5c8..71a7909658 100644 --- a/x/dualstaking/types/params.pb.go +++ b/x/dualstaking/types/params.pb.go @@ -123,25 +123,25 @@ func init() { } var fileDescriptor_df864e1276b03c21 = []byte{ - // 281 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x54, 0x90, 0xbd, 0x6a, 0xf3, 0x30, - 0x14, 0x86, 0x2d, 0xbe, 0x10, 0xf8, 0xd4, 0x29, 0x69, 0x07, 0x37, 0x83, 0x12, 0x02, 0x85, 0x40, - 0x41, 0x22, 0xcd, 0xd6, 0x31, 0x6d, 0xe7, 0x96, 0x04, 0x3a, 0x74, 0x31, 0xc7, 0xb6, 0xe2, 0x88, - 0xca, 0x3a, 0xc6, 0x52, 0x4c, 0x7b, 0x17, 0x1d, 0x3b, 0xf6, 0x72, 0x32, 0x66, 0xec, 0x54, 0x8a, - 0x7d, 0x23, 0xc5, 0x76, 0x08, 0xc9, 0xf4, 0xea, 0xe7, 0x39, 0x0f, 0x9c, 0x97, 0x5e, 0x69, 0x28, - 0xc0, 0x48, 0x27, 0xea, 0x14, 0xf1, 0x06, 0xb4, 0x75, 0xf0, 0xaa, 0x4c, 0x22, 0x32, 0xc8, 0x21, - 0xb5, 0x3c, 0xcb, 0xd1, 0x61, 0xdf, 0xdf, 0x63, 0xbc, 0x4e, 0x7e, 0x84, 0x0d, 0x2e, 0x12, 0x4c, - 0xb0, 0x81, 0x44, 0x7d, 0x6a, 0xf9, 0x01, 0x8b, 0xd0, 0xa6, 0x68, 0x45, 0x08, 0x56, 0x8a, 0x62, - 0x1a, 0x4a, 0x07, 0x53, 0x11, 0xa1, 0x32, 0xed, 0xff, 0x38, 0xa0, 0xdd, 0xa7, 0xc6, 0xdf, 0x7f, - 0xa4, 0xe7, 0xa9, 0x32, 0x81, 0x95, 0x7a, 0x15, 0xc4, 0x52, 0xcb, 0x04, 0x9c, 0x42, 0xe3, 0x93, - 0x11, 0x99, 0x9c, 0xdd, 0x5c, 0xf2, 0xd6, 0xc3, 0x6b, 0x0f, 0xdf, 0x7b, 0xf8, 0x1d, 0x2a, 0x33, - 0xef, 0x6c, 0x7f, 0x86, 0xde, 0xa2, 0x97, 0x2a, 0xb3, 0x94, 0x7a, 0x75, 0x7f, 0x98, 0xbc, 0xed, - 0x7c, 0x7e, 0x0d, 0xbd, 0xf1, 0x8c, 0xf6, 0x96, 0x1a, 0xec, 0x5a, 0xc6, 0xcf, 0xa0, 0x55, 0x0c, - 0x0e, 0x73, 0xdb, 0x67, 0x94, 0x16, 0x87, 0x9b, 0x4f, 0x46, 0xff, 0x26, 0xff, 0x17, 0x47, 0x2f, - 0xf3, 0x87, 0x6d, 0xc9, 0xc8, 0xae, 0x64, 0xe4, 0xb7, 0x64, 0xe4, 0xa3, 0x62, 0xde, 0xae, 0x62, - 0xde, 0x77, 0xc5, 0xbc, 0x97, 0xeb, 0x44, 0xb9, 0xf5, 0x26, 0xe4, 0x11, 0xa6, 0xe2, 0xa4, 0xb1, - 0xb7, 0x93, 0xce, 0xdc, 0x7b, 0x26, 0x6d, 0xd8, 0x6d, 0x76, 0x9c, 0xfd, 0x05, 0x00, 0x00, 0xff, - 0xff, 0x32, 0x79, 0xe1, 0x4c, 0x5c, 0x01, 0x00, 0x00, + // 283 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x54, 0x90, 0xbd, 0x6e, 0xf2, 0x30, + 0x14, 0x86, 0x63, 0x7d, 0x08, 0xe9, 0x73, 0x27, 0x68, 0x87, 0x94, 0xc1, 0x20, 0xa4, 0x4a, 0x4c, + 0xb6, 0x80, 0xad, 0x23, 0xed, 0xd0, 0xad, 0x15, 0x48, 0x1d, 0xba, 0x44, 0x27, 0x89, 0x09, 0x56, + 0x1d, 0x9f, 0x28, 0x36, 0x51, 0x7b, 0x17, 0x1d, 0x3b, 0xf6, 0x72, 0x18, 0x19, 0x3b, 0x55, 0x55, + 0x72, 0x23, 0x55, 0x12, 0x84, 0x60, 0x7a, 0xfd, 0xf3, 0x9c, 0x47, 0x3a, 0x2f, 0xbd, 0xd1, 0x50, + 0x80, 0x91, 0x4e, 0xd4, 0x29, 0xe2, 0x2d, 0x68, 0xeb, 0xe0, 0x55, 0x99, 0x44, 0x64, 0x90, 0x43, + 0x6a, 0x79, 0x96, 0xa3, 0xc3, 0xbe, 0x7f, 0xc0, 0x78, 0x9d, 0xfc, 0x04, 0x1b, 0x5c, 0x25, 0x98, + 0x60, 0x03, 0x89, 0xfa, 0xd4, 0xf2, 0x03, 0x16, 0xa1, 0x4d, 0xd1, 0x8a, 0x10, 0xac, 0x14, 0xc5, + 0x34, 0x94, 0x0e, 0xa6, 0x22, 0x42, 0x65, 0xda, 0xff, 0x71, 0x40, 0xbb, 0x4f, 0x8d, 0xbf, 0xff, + 0x48, 0x2f, 0x53, 0x65, 0x02, 0x2b, 0xf5, 0x3a, 0x88, 0xa5, 0x96, 0x09, 0x38, 0x85, 0xc6, 0x27, + 0x23, 0x32, 0xb9, 0x98, 0x5d, 0xf3, 0xd6, 0xc3, 0x6b, 0x0f, 0x3f, 0x78, 0xf8, 0x1d, 0x2a, 0xb3, + 0xe8, 0xec, 0x7e, 0x86, 0xde, 0xb2, 0x97, 0x2a, 0xb3, 0x92, 0x7a, 0x7d, 0x7f, 0x9c, 0xbc, 0xed, + 0x7c, 0x7e, 0x0d, 0xbd, 0xf1, 0x9c, 0xf6, 0x56, 0x1a, 0xec, 0x46, 0xc6, 0xcf, 0xa0, 0x55, 0x0c, + 0x0e, 0x73, 0xdb, 0x67, 0x94, 0x16, 0xc7, 0x9b, 0x4f, 0x46, 0xff, 0x26, 0xff, 0x97, 0x27, 0x2f, + 0x8b, 0x87, 0x5d, 0xc9, 0xc8, 0xbe, 0x64, 0xe4, 0xb7, 0x64, 0xe4, 0xa3, 0x62, 0xde, 0xbe, 0x62, + 0xde, 0x77, 0xc5, 0xbc, 0x17, 0x9e, 0x28, 0xb7, 0xd9, 0x86, 0x3c, 0xc2, 0x54, 0x9c, 0x35, 0x56, + 0xcc, 0xc4, 0xdb, 0x59, 0x6d, 0xee, 0x3d, 0x93, 0x36, 0xec, 0x36, 0x6b, 0xce, 0xff, 0x02, 0x00, + 0x00, 0xff, 0xff, 0xbe, 0x6a, 0x80, 0x15, 0x5f, 0x01, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/dualstaking/types/query.pb.go b/x/dualstaking/types/query.pb.go index 6641409146..eb52d6779e 100644 --- a/x/dualstaking/types/query.pb.go +++ b/x/dualstaking/types/query.pb.go @@ -489,51 +489,51 @@ func init() { var fileDescriptor_8393eed0cfbc46b2 = []byte{ // 720 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x95, 0x4f, 0x4f, 0x13, 0x4f, - 0x18, 0xc7, 0x3b, 0xe5, 0xf7, 0x2b, 0x30, 0xf5, 0x60, 0x06, 0x0e, 0xa5, 0xc1, 0xa5, 0x6e, 0x30, - 0x36, 0x2a, 0x3b, 0x82, 0x89, 0x80, 0x26, 0xfe, 0x41, 0x3c, 0x90, 0x40, 0xc4, 0x26, 0x5c, 0xbc, - 0x34, 0xd3, 0xee, 0xb8, 0x4c, 0x68, 0x67, 0x96, 0x9d, 0x29, 0x48, 0x08, 0x17, 0xdf, 0x80, 0x26, - 0xbe, 0x0b, 0x6f, 0xbe, 0x0b, 0x12, 0x3d, 0x90, 0x78, 0x31, 0x1e, 0xd0, 0x80, 0x2f, 0xc4, 0xec, - 0xec, 0x6c, 0xdd, 0x02, 0xcb, 0x16, 0x12, 0x3d, 0x2d, 0x7d, 0xe6, 0x79, 0x9e, 0xef, 0xf3, 0x99, - 0x27, 0xdf, 0x01, 0x4e, 0xb6, 0xc8, 0x16, 0xe1, 0x54, 0xe1, 0xf0, 0x8b, 0xdd, 0x0e, 0x69, 0x49, - 0x45, 0x36, 0x18, 0xf7, 0xf0, 0x66, 0x87, 0x06, 0x3b, 0x8e, 0x1f, 0x08, 0x25, 0x50, 0xc9, 0x64, - 0x39, 0xe1, 0xd7, 0x49, 0x64, 0x95, 0x47, 0x3d, 0xe1, 0x09, 0x9d, 0x84, 0xc3, 0xbf, 0xa2, 0xfc, - 0xf2, 0xb8, 0x27, 0x84, 0xd7, 0xa2, 0x98, 0xf8, 0x0c, 0x13, 0xce, 0x85, 0x22, 0x8a, 0x09, 0x2e, - 0xcd, 0xe9, 0xad, 0xa6, 0x90, 0x6d, 0x21, 0x71, 0x83, 0x48, 0x1a, 0xc9, 0xe0, 0xad, 0xe9, 0x06, - 0x55, 0x64, 0x1a, 0xfb, 0xc4, 0x63, 0x5c, 0x27, 0x9b, 0xdc, 0x1b, 0xa9, 0xf3, 0xf9, 0x24, 0x20, - 0xed, 0xb8, 0xe5, 0xcd, 0xd4, 0x34, 0x97, 0xb6, 0xa8, 0x47, 0x14, 0x35, 0x89, 0x56, 0x52, 0x3b, - 0x56, 0x6d, 0x0a, 0x66, 0xf4, 0xec, 0x51, 0x88, 0x5e, 0x86, 0x13, 0xad, 0xea, 0xee, 0x35, 0xba, - 0xd9, 0xa1, 0x52, 0xd9, 0x6b, 0x70, 0xa4, 0x27, 0x2a, 0x7d, 0xc1, 0x25, 0x45, 0x8f, 0x60, 0x21, - 0x9a, 0xa2, 0x04, 0x2a, 0xa0, 0x5a, 0x9c, 0xa9, 0x38, 0x69, 0xf7, 0xe4, 0x44, 0x95, 0x0b, 0xff, - 0xed, 0x1f, 0x4e, 0xe4, 0x6a, 0xa6, 0xca, 0x26, 0xd0, 0xd2, 0x6d, 0x17, 0xa3, 0x19, 0x45, 0xb0, - 0x1a, 0x88, 0x2d, 0xe6, 0xd2, 0x20, 0x16, 0x46, 0xe3, 0x70, 0xd8, 0x8d, 0x0f, 0xb5, 0xc8, 0x70, - 0xed, 0x4f, 0x00, 0x5d, 0x87, 0x57, 0xb6, 0x99, 0x5a, 0xaf, 0xfb, 0x94, 0xbb, 0x8c, 0x7b, 0xa5, - 0x7c, 0x05, 0x54, 0x87, 0x6a, 0xc5, 0x30, 0xb6, 0x1a, 0x85, 0x6c, 0x01, 0x27, 0x52, 0x25, 0x0c, - 0xc5, 0x32, 0x2c, 0x9a, 0x96, 0xe1, 0x8e, 0x4a, 0xa0, 0x32, 0x50, 0x2d, 0xce, 0x4c, 0xa6, 0xa3, - 0x2c, 0x76, 0x93, 0x0d, 0x4e, 0xb2, 0xdc, 0xae, 0x1b, 0xa6, 0x58, 0xa7, 0x2b, 0xdc, 0x65, 0x2a, - 0xc3, 0x21, 0xdf, 0x1c, 0x1a, 0xa4, 0xee, 0xef, 0x8b, 0x10, 0x9d, 0x25, 0xf0, 0x57, 0x88, 0x24, - 0x1c, 0xef, 0xbd, 0xc2, 0x1a, 0xdd, 0x26, 0x81, 0xdb, 0xe7, 0x8e, 0x92, 0xb4, 0xf9, 0x13, 0xb4, - 0x63, 0x70, 0xa8, 0xb9, 0x4e, 0x18, 0xaf, 0x33, 0xb7, 0x34, 0xa0, 0xcf, 0x06, 0xf5, 0xef, 0x25, - 0xd7, 0xe6, 0xf0, 0x5a, 0x8a, 0xa8, 0x61, 0x5c, 0x81, 0x83, 0x41, 0x14, 0x32, 0x7c, 0x53, 0x99, - 0x7c, 0x71, 0x93, 0x25, 0xfe, 0x5a, 0x18, 0xd0, 0xb8, 0x87, 0xfd, 0x09, 0xc0, 0x91, 0x33, 0xd2, - 0xce, 0x5d, 0x56, 0x72, 0xfc, 0x7c, 0xcf, 0xf8, 0xa8, 0x09, 0x0b, 0xa4, 0x2d, 0x3a, 0x5c, 0x95, - 0x06, 0xf4, 0x70, 0x63, 0x4e, 0xe4, 0x3b, 0x27, 0xf4, 0x9d, 0x63, 0x7c, 0xe7, 0x3c, 0x13, 0x8c, - 0x2f, 0xdc, 0x0d, 0x07, 0xf9, 0xf8, 0x63, 0xa2, 0xea, 0x31, 0xb5, 0xde, 0x69, 0x38, 0x4d, 0xd1, - 0xc6, 0xc6, 0xa4, 0xd1, 0x67, 0x4a, 0xba, 0x1b, 0x58, 0xed, 0xf8, 0x54, 0xea, 0x02, 0x59, 0x33, - 0xad, 0x67, 0x0e, 0x07, 0xe1, 0xff, 0xfa, 0x92, 0xd0, 0x3b, 0x00, 0x0b, 0x91, 0xc3, 0xd0, 0x9d, - 0xf4, 0x6b, 0x38, 0x6d, 0xec, 0xf2, 0x54, 0x9f, 0xd9, 0xd1, 0xa5, 0xdb, 0xd5, 0xb7, 0x5f, 0x7f, - 0x7d, 0xc8, 0xdb, 0xa8, 0x82, 0x33, 0x9e, 0x25, 0xf4, 0x05, 0x40, 0x74, 0xda, 0x73, 0x68, 0x2e, - 0x43, 0x2f, 0xf5, 0x25, 0x28, 0xcf, 0x5f, 0xa2, 0xd2, 0x4c, 0xfd, 0x54, 0x4f, 0xfd, 0x10, 0xcd, - 0xe3, 0xac, 0x57, 0x52, 0x04, 0xf5, 0x78, 0xbb, 0x12, 0xef, 0x76, 0x83, 0x7b, 0xe8, 0x33, 0x80, - 0xe8, 0xb4, 0xe1, 0x32, 0x71, 0x52, 0x1f, 0x81, 0x4c, 0x9c, 0x74, 0x77, 0xdb, 0x4f, 0x34, 0xce, - 0x03, 0x34, 0x77, 0xce, 0x12, 0x4c, 0x75, 0xbd, 0x8b, 0x20, 0xf1, 0x6e, 0x1c, 0xdc, 0x43, 0xdf, - 0x01, 0xbc, 0x7a, 0xd2, 0x58, 0xe8, 0x7e, 0xbf, 0x17, 0xdc, 0x6b, 0xff, 0xf2, 0xec, 0x85, 0xeb, - 0x0c, 0xc7, 0x9a, 0xe6, 0x78, 0x81, 0x56, 0xfa, 0x59, 0x8b, 0xf1, 0x69, 0x72, 0x29, 0x09, 0x22, - 0xbc, 0x1b, 0x1b, 0x71, 0x0f, 0xed, 0x03, 0x38, 0x7a, 0x52, 0x73, 0x99, 0x49, 0xf5, 0xef, 0x01, - 0x1f, 0x6b, 0xc0, 0x79, 0x34, 0x7b, 0x49, 0xc0, 0x85, 0xe7, 0xfb, 0x47, 0x16, 0x38, 0x38, 0xb2, - 0xc0, 0xcf, 0x23, 0x0b, 0xbc, 0x3f, 0xb6, 0x72, 0x07, 0xc7, 0x56, 0xee, 0xdb, 0xb1, 0x95, 0x7b, - 0x75, 0x3b, 0xf1, 0x58, 0xf4, 0x34, 0x7f, 0xd3, 0xd3, 0x5e, 0xbf, 0x1a, 0x8d, 0x82, 0xfe, 0xd7, - 0x7e, 0xef, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0x5e, 0xeb, 0xff, 0x65, 0xec, 0x08, 0x00, 0x00, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x95, 0xcf, 0x4f, 0x13, 0x41, + 0x14, 0xc7, 0x3b, 0x45, 0x0b, 0x4c, 0x3d, 0x98, 0x81, 0x43, 0x69, 0x70, 0xa9, 0x1b, 0x8c, 0x8d, + 0x91, 0x1d, 0xa9, 0x89, 0x80, 0x26, 0xfe, 0x40, 0x0e, 0x92, 0x40, 0xc4, 0x26, 0x5c, 0xbc, 0x34, + 0xd3, 0xee, 0xb8, 0x4c, 0x68, 0x67, 0x96, 0x9d, 0x69, 0x91, 0x10, 0x2e, 0xfe, 0x03, 0x9a, 0xf8, + 0x5f, 0x78, 0xf3, 0xbf, 0x20, 0xd1, 0x03, 0x89, 0x17, 0xe3, 0x01, 0x0d, 0xf8, 0x87, 0x98, 0x9d, + 0x9d, 0xad, 0x5b, 0x60, 0x69, 0x21, 0xd1, 0xd3, 0xd2, 0x37, 0xef, 0xbd, 0xef, 0xfb, 0xcc, 0xcb, + 0x77, 0x80, 0xd3, 0x4d, 0xd2, 0x21, 0x9c, 0x2a, 0x1c, 0x7e, 0xb1, 0xdb, 0x26, 0x4d, 0xa9, 0xc8, + 0x26, 0xe3, 0x1e, 0xde, 0x6a, 0xd3, 0x60, 0xc7, 0xf1, 0x03, 0xa1, 0x04, 0x2a, 0x98, 0x2c, 0x27, + 0xfc, 0x3a, 0x89, 0xac, 0xe2, 0xb8, 0x27, 0x3c, 0xa1, 0x93, 0x70, 0xf8, 0x57, 0x94, 0x5f, 0x9c, + 0xf4, 0x84, 0xf0, 0x9a, 0x14, 0x13, 0x9f, 0x61, 0xc2, 0xb9, 0x50, 0x44, 0x31, 0xc1, 0xa5, 0x39, + 0xbd, 0xd3, 0x10, 0xb2, 0x25, 0x24, 0xae, 0x13, 0x49, 0x23, 0x19, 0xdc, 0x99, 0xad, 0x53, 0x45, + 0x66, 0xb1, 0x4f, 0x3c, 0xc6, 0x75, 0xb2, 0xc9, 0xbd, 0x95, 0x3a, 0x9f, 0x4f, 0x02, 0xd2, 0x8a, + 0x5b, 0xde, 0x4e, 0x4d, 0x73, 0x69, 0x93, 0x7a, 0x44, 0x51, 0x93, 0x68, 0x25, 0xb5, 0x63, 0xd5, + 0x86, 0x60, 0x46, 0xcf, 0x1e, 0x87, 0xe8, 0x55, 0x38, 0xd1, 0x9a, 0xee, 0x5e, 0xa5, 0x5b, 0x6d, + 0x2a, 0x95, 0xbd, 0x0e, 0xc7, 0x7a, 0xa2, 0xd2, 0x17, 0x5c, 0x52, 0xf4, 0x18, 0xe6, 0xa2, 0x29, + 0x0a, 0xa0, 0x04, 0xca, 0xf9, 0x4a, 0xc9, 0x49, 0xbb, 0x27, 0x27, 0xaa, 0x5c, 0xbc, 0xb2, 0x7f, + 0x38, 0x95, 0xa9, 0x9a, 0x2a, 0x9b, 0x40, 0x4b, 0xb7, 0x5d, 0x8a, 0x66, 0x14, 0xc1, 0x5a, 0x20, + 0x3a, 0xcc, 0xa5, 0x41, 0x2c, 0x8c, 0x26, 0xe1, 0xa8, 0x1b, 0x1f, 0x6a, 0x91, 0xd1, 0xea, 0xdf, + 0x00, 0xba, 0x09, 0xaf, 0x6d, 0x33, 0xb5, 0x51, 0xf3, 0x29, 0x77, 0x19, 0xf7, 0x0a, 0xd9, 0x12, + 0x28, 0x8f, 0x54, 0xf3, 0x61, 0x6c, 0x2d, 0x0a, 0xd9, 0x02, 0x4e, 0xa5, 0x4a, 0x18, 0x8a, 0x15, + 0x98, 0x37, 0x2d, 0xc3, 0x1d, 0x15, 0x40, 0x69, 0xa8, 0x9c, 0xaf, 0x4c, 0xa7, 0xa3, 0x2c, 0x75, + 0x93, 0x0d, 0x4e, 0xb2, 0xdc, 0xae, 0x19, 0xa6, 0x58, 0xa7, 0x2b, 0xdc, 0x65, 0x2a, 0xc2, 0x11, + 0xdf, 0x1c, 0x1a, 0xa4, 0xee, 0xef, 0x8b, 0x10, 0x9d, 0x25, 0xf0, 0x4f, 0x88, 0x24, 0x9c, 0xec, + 0xbd, 0xc2, 0x2a, 0xdd, 0x26, 0x81, 0x3b, 0xe0, 0x8e, 0x92, 0xb4, 0xd9, 0x13, 0xb4, 0x13, 0x70, + 0xa4, 0xb1, 0x41, 0x18, 0xaf, 0x31, 0xb7, 0x30, 0xa4, 0xcf, 0x86, 0xf5, 0xef, 0x65, 0xd7, 0xe6, + 0xf0, 0x46, 0x8a, 0xa8, 0x61, 0x5c, 0x85, 0xc3, 0x41, 0x14, 0x32, 0x7c, 0x33, 0x7d, 0xf9, 0xe2, + 0x26, 0xcb, 0xfc, 0x8d, 0x30, 0xa0, 0x71, 0x0f, 0xfb, 0x33, 0x80, 0x63, 0x67, 0xa4, 0x9d, 0xbb, + 0xac, 0xe4, 0xf8, 0xd9, 0x9e, 0xf1, 0x51, 0x03, 0xe6, 0x48, 0x4b, 0xb4, 0xb9, 0x2a, 0x0c, 0xe9, + 0xe1, 0x26, 0x9c, 0xc8, 0x77, 0x4e, 0xe8, 0x3b, 0xc7, 0xf8, 0xce, 0x79, 0x2e, 0x18, 0x5f, 0xbc, + 0x17, 0x0e, 0xf2, 0xe9, 0xe7, 0x54, 0xd9, 0x63, 0x6a, 0xa3, 0x5d, 0x77, 0x1a, 0xa2, 0x85, 0x8d, + 0x49, 0xa3, 0xcf, 0x8c, 0x74, 0x37, 0xb1, 0xda, 0xf1, 0xa9, 0xd4, 0x05, 0xb2, 0x6a, 0x5a, 0x57, + 0x0e, 0x87, 0xe1, 0x55, 0x7d, 0x49, 0xe8, 0x3d, 0x80, 0xb9, 0xc8, 0x61, 0xe8, 0x6e, 0xfa, 0x35, + 0x9c, 0x36, 0x76, 0x71, 0x66, 0xc0, 0xec, 0xe8, 0xd2, 0xed, 0xf2, 0xbb, 0x6f, 0xbf, 0x3f, 0x66, + 0x6d, 0x54, 0xc2, 0x7d, 0x9e, 0x25, 0xf4, 0x15, 0x40, 0x74, 0xda, 0x73, 0x68, 0xbe, 0x8f, 0x5e, + 0xea, 0x4b, 0x50, 0x5c, 0xb8, 0x44, 0xa5, 0x99, 0xfa, 0x99, 0x9e, 0xfa, 0x11, 0x5a, 0xc0, 0xfd, + 0x5e, 0x49, 0x11, 0xd4, 0xe2, 0xed, 0x4a, 0xbc, 0xdb, 0x0d, 0xee, 0xa1, 0x2f, 0x00, 0xa2, 0xd3, + 0x86, 0xeb, 0x8b, 0x93, 0xfa, 0x08, 0xf4, 0xc5, 0x49, 0x77, 0xb7, 0xfd, 0x54, 0xe3, 0x3c, 0x44, + 0xf3, 0xe7, 0x2c, 0xc1, 0x54, 0xd7, 0xba, 0x08, 0x12, 0xef, 0xc6, 0xc1, 0x3d, 0xf4, 0x03, 0xc0, + 0xeb, 0x27, 0x8d, 0x85, 0x1e, 0x0c, 0x7a, 0xc1, 0xbd, 0xf6, 0x2f, 0xce, 0x5d, 0xb8, 0xce, 0x70, + 0xac, 0x6b, 0x8e, 0x97, 0x68, 0x75, 0x90, 0xb5, 0x18, 0x9f, 0x26, 0x97, 0x92, 0x20, 0xc2, 0xbb, + 0xb1, 0x11, 0xf7, 0xd0, 0x3e, 0x80, 0xe3, 0x27, 0x35, 0x57, 0x98, 0x54, 0xff, 0x1f, 0xf0, 0x89, + 0x06, 0x5c, 0x40, 0x73, 0x97, 0x04, 0x5c, 0x7c, 0xb1, 0x7f, 0x64, 0x81, 0x83, 0x23, 0x0b, 0xfc, + 0x3a, 0xb2, 0xc0, 0x87, 0x63, 0x2b, 0x73, 0x70, 0x6c, 0x65, 0xbe, 0x1f, 0x5b, 0x99, 0xd7, 0x4e, + 0xe2, 0xb1, 0xe8, 0x69, 0xde, 0xa9, 0xe0, 0xb7, 0x3d, 0x0a, 0xfa, 0xe1, 0xa8, 0xe7, 0xf4, 0x7f, + 0xf7, 0xfb, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x28, 0x8d, 0x35, 0xed, 0xef, 0x08, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/dualstaking/types/tx.pb.go b/x/dualstaking/types/tx.pb.go index 222c3f54f9..0e0e148e6c 100644 --- a/x/dualstaking/types/tx.pb.go +++ b/x/dualstaking/types/tx.pb.go @@ -475,39 +475,39 @@ func init() { func init() { proto.RegisterFile("lavanet/lava/dualstaking/tx.proto", fileDescriptor_29c4c178d368211c) } var fileDescriptor_29c4c178d368211c = []byte{ - // 509 bytes of a gzipped FileDescriptorProto + // 510 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x94, 0xcd, 0x6e, 0xd3, 0x40, - 0x10, 0xc7, 0x63, 0x12, 0x42, 0x33, 0x69, 0x85, 0x70, 0xa9, 0xea, 0x5a, 0xe0, 0xb6, 0xa9, 0x10, - 0x45, 0x15, 0x6b, 0xa5, 0x1c, 0xb8, 0x37, 0x45, 0x88, 0x83, 0x25, 0x64, 0x89, 0x4b, 0x2f, 0x65, - 0x1d, 0x6f, 0xb7, 0x16, 0xb6, 0x27, 0xf2, 0x6e, 0x42, 0x79, 0x0b, 0xae, 0xbc, 0x06, 0xe2, 0x21, - 0x7a, 0xec, 0x91, 0x13, 0x42, 0xc9, 0x8d, 0xa7, 0x40, 0xfe, 0xda, 0x38, 0x41, 0x98, 0x70, 0xec, - 0x69, 0x77, 0x67, 0x7f, 0xf3, 0xf1, 0x9f, 0xfd, 0x80, 0xfd, 0x90, 0x4e, 0x68, 0xcc, 0xa4, 0x9d, - 0x8e, 0xb6, 0x3f, 0xa6, 0xa1, 0x90, 0xf4, 0x43, 0x10, 0x73, 0x5b, 0x5e, 0x91, 0x51, 0x82, 0x12, - 0x75, 0xa3, 0x40, 0x48, 0x3a, 0x92, 0x0a, 0x62, 0x5a, 0x43, 0x14, 0x11, 0x0a, 0xdb, 0xa3, 0x82, - 0xd9, 0x93, 0xbe, 0xc7, 0x24, 0xed, 0xdb, 0x43, 0x0c, 0xe2, 0xdc, 0xd3, 0x7c, 0xc8, 0x91, 0x63, - 0x36, 0xb5, 0xd3, 0x59, 0x6e, 0xed, 0x7d, 0xd3, 0xa0, 0xeb, 0x08, 0x7e, 0xca, 0x42, 0xc6, 0xa9, - 0x64, 0xba, 0x01, 0xf7, 0x86, 0x09, 0xa3, 0x12, 0x13, 0x43, 0xdb, 0xd3, 0x0e, 0x3b, 0x6e, 0xb9, - 0xd4, 0x1f, 0x41, 0x67, 0x42, 0xc3, 0xc0, 0xcf, 0xf6, 0xee, 0x66, 0x7b, 0x73, 0x83, 0x6e, 0xc2, - 0xda, 0x28, 0xc1, 0x49, 0xe0, 0xb3, 0xc4, 0xb8, 0x93, 0x6d, 0xaa, 0x75, 0x16, 0xf3, 0x92, 0x06, - 0xf1, 0x9b, 0x53, 0xa3, 0x59, 0xc4, 0xcc, 0x97, 0xfa, 0x4b, 0x68, 0xd3, 0x08, 0xc7, 0xb1, 0x34, - 0x5a, 0x7b, 0xda, 0x61, 0xf7, 0x78, 0x87, 0xe4, 0x22, 0x48, 0x2a, 0x82, 0x14, 0x22, 0xc8, 0x00, - 0x83, 0xf8, 0xa4, 0x75, 0xfd, 0x63, 0xb7, 0xe1, 0x16, 0x78, 0x6f, 0x0b, 0x36, 0x2b, 0x55, 0xbb, - 0x4c, 0x8c, 0x30, 0x16, 0xac, 0xf7, 0x4b, 0x83, 0x0d, 0x47, 0x70, 0x97, 0xf9, 0xff, 0xd6, 0x73, - 0x00, 0x1b, 0x17, 0x09, 0x46, 0xe7, 0x4b, 0x65, 0xaf, 0xa7, 0xc6, 0xb7, 0x65, 0xe9, 0xbb, 0xd0, - 0x95, 0x38, 0x47, 0xf2, 0xf2, 0x41, 0xa2, 0x02, 0xf6, 0x21, 0x73, 0x38, 0x2f, 0x05, 0xb6, 0x32, - 0xa2, 0x9b, 0xda, 0x06, 0x85, 0xc8, 0xc7, 0x00, 0x12, 0x15, 0x50, 0x74, 0x4e, 0xe2, 0xe0, 0x8f, - 0x1e, 0xb4, 0xff, 0xaf, 0x07, 0xdb, 0xb0, 0xb5, 0xa0, 0x55, 0x75, 0xe1, 0xab, 0x06, 0x1d, 0x47, - 0xf0, 0x77, 0xb1, 0x87, 0xb1, 0x7f, 0x5b, 0x4e, 0x74, 0x13, 0x1e, 0xa8, 0x9a, 0x95, 0x92, 0xd7, - 0x70, 0xdf, 0x11, 0x7c, 0x10, 0xd2, 0x20, 0x72, 0xd9, 0x47, 0x9a, 0xf8, 0xa2, 0x46, 0x4e, 0x4d, - 0xc1, 0xbd, 0x1d, 0xd8, 0x5e, 0x0a, 0x54, 0xe6, 0x38, 0xfe, 0xd2, 0x84, 0xa6, 0x23, 0xb8, 0xfe, - 0x1e, 0xd6, 0xd4, 0x2b, 0x78, 0x42, 0xfe, 0xf6, 0xcc, 0x48, 0xe5, 0xda, 0x99, 0xcf, 0x57, 0xc2, - 0xca, 0x4c, 0xfa, 0x05, 0x40, 0xe5, 0x66, 0x3e, 0xad, 0x75, 0x9e, 0x83, 0xa6, 0xbd, 0x22, 0xa8, - 0xf2, 0x9c, 0x41, 0xbb, 0x38, 0xfb, 0x83, 0x5a, 0xd7, 0x1c, 0x32, 0x8f, 0x56, 0x80, 0x54, 0xec, - 0x10, 0xd6, 0x17, 0x8e, 0xe3, 0x59, 0xad, 0x73, 0x15, 0x35, 0xfb, 0x2b, 0xa3, 0x65, 0xb6, 0x93, - 0x57, 0xd7, 0x53, 0x4b, 0xbb, 0x99, 0x5a, 0xda, 0xcf, 0xa9, 0xa5, 0x7d, 0x9e, 0x59, 0x8d, 0x9b, - 0x99, 0xd5, 0xf8, 0x3e, 0xb3, 0x1a, 0x67, 0x47, 0x3c, 0x90, 0x97, 0x63, 0x8f, 0x0c, 0x31, 0xb2, - 0x17, 0x7e, 0xcd, 0xab, 0xc5, 0x7f, 0xf3, 0xd3, 0x88, 0x09, 0xaf, 0x9d, 0xfd, 0x75, 0x2f, 0x7e, - 0x07, 0x00, 0x00, 0xff, 0xff, 0xd2, 0xba, 0x8a, 0xf3, 0x60, 0x05, 0x00, 0x00, + 0x10, 0xc7, 0x63, 0x1a, 0x42, 0x33, 0x69, 0x85, 0x70, 0xa9, 0xea, 0x5a, 0xe0, 0xb6, 0xa9, 0x10, + 0x45, 0x88, 0x5d, 0x25, 0x1c, 0xb8, 0x37, 0x95, 0x80, 0x83, 0x25, 0x64, 0x89, 0x4b, 0x2f, 0x65, + 0x1d, 0x6f, 0xb7, 0x16, 0xb6, 0x27, 0xf2, 0x6e, 0x4c, 0x79, 0x0b, 0xae, 0xbc, 0x06, 0xe2, 0x21, + 0x7a, 0xec, 0x91, 0x13, 0x42, 0xc9, 0x8d, 0xa7, 0x40, 0xfe, 0x8c, 0x53, 0x84, 0x09, 0x47, 0x4e, + 0xbb, 0x3b, 0xfb, 0x9b, 0x8f, 0xff, 0xec, 0x07, 0x1c, 0x04, 0x2c, 0x61, 0x11, 0x57, 0x34, 0x1d, + 0xa9, 0x37, 0x65, 0x81, 0x54, 0xec, 0xbd, 0x1f, 0x09, 0xaa, 0x2e, 0xc9, 0x24, 0x46, 0x85, 0xba, + 0x51, 0x20, 0x24, 0x1d, 0x49, 0x0d, 0x31, 0xad, 0x31, 0xca, 0x10, 0x25, 0x75, 0x99, 0xe4, 0x34, + 0x19, 0xb8, 0x5c, 0xb1, 0x01, 0x1d, 0xa3, 0x1f, 0xe5, 0x9e, 0xe6, 0x7d, 0x81, 0x02, 0xb3, 0x29, + 0x4d, 0x67, 0xb9, 0xb5, 0xff, 0x55, 0x83, 0x9e, 0x2d, 0xc5, 0x09, 0x0f, 0xb8, 0x60, 0x8a, 0xeb, + 0x06, 0xdc, 0x19, 0xc7, 0x9c, 0x29, 0x8c, 0x0d, 0x6d, 0x5f, 0x3b, 0xea, 0x3a, 0xe5, 0x52, 0x7f, + 0x00, 0xdd, 0x84, 0x05, 0xbe, 0x97, 0xed, 0xdd, 0xce, 0xf6, 0x16, 0x06, 0xdd, 0x84, 0xf5, 0x49, + 0x8c, 0x89, 0xef, 0xf1, 0xd8, 0xb8, 0x95, 0x6d, 0x56, 0xeb, 0x2c, 0xe6, 0x05, 0xf3, 0xa3, 0xd7, + 0x27, 0xc6, 0x5a, 0x11, 0x33, 0x5f, 0xea, 0x2f, 0xa0, 0xc3, 0x42, 0x9c, 0x46, 0xca, 0x68, 0xef, + 0x6b, 0x47, 0xbd, 0xe1, 0x2e, 0xc9, 0x45, 0x90, 0x54, 0x04, 0x29, 0x44, 0x90, 0x11, 0xfa, 0xd1, + 0x71, 0xfb, 0xea, 0xfb, 0x5e, 0xcb, 0x29, 0xf0, 0xfe, 0x36, 0x6c, 0xd5, 0xaa, 0x76, 0xb8, 0x9c, + 0x60, 0x24, 0x79, 0xff, 0xa7, 0x06, 0x9b, 0xb6, 0x14, 0x0e, 0xf7, 0xfe, 0xae, 0xe7, 0x10, 0x36, + 0xcf, 0x63, 0x0c, 0xcf, 0x6e, 0x94, 0xbd, 0x91, 0x1a, 0xdf, 0x94, 0xa5, 0xef, 0x41, 0x4f, 0xe1, + 0x02, 0xc9, 0xcb, 0x07, 0x85, 0x15, 0x70, 0x00, 0x99, 0xc3, 0x59, 0x29, 0xb0, 0x9d, 0x11, 0xbd, + 0xd4, 0x36, 0x2a, 0x44, 0x3e, 0x04, 0x50, 0x58, 0x01, 0x45, 0xe7, 0x14, 0x8e, 0x7e, 0xeb, 0x41, + 0xe7, 0xdf, 0x7a, 0xb0, 0x03, 0xdb, 0x4b, 0x5a, 0xab, 0x2e, 0x7c, 0xd1, 0xa0, 0x6b, 0x4b, 0xf1, + 0x36, 0x72, 0x31, 0xf2, 0xfe, 0x97, 0x13, 0xdd, 0x82, 0x7b, 0x55, 0xcd, 0x95, 0x92, 0x97, 0x70, + 0xd7, 0x96, 0x62, 0x14, 0x30, 0x3f, 0x74, 0xf8, 0x07, 0x16, 0x7b, 0xb2, 0x41, 0x4e, 0x43, 0xc1, + 0xfd, 0x5d, 0xd8, 0xb9, 0x11, 0xa8, 0xcc, 0x31, 0xfc, 0xbc, 0x06, 0x6b, 0xb6, 0x14, 0xfa, 0x3b, + 0x58, 0xaf, 0x5e, 0xc1, 0x23, 0xf2, 0xa7, 0x67, 0x46, 0x6a, 0xd7, 0xce, 0x7c, 0xb6, 0x12, 0x56, + 0x66, 0xd2, 0xcf, 0x01, 0x6a, 0x37, 0xf3, 0x71, 0xa3, 0xf3, 0x02, 0x34, 0xe9, 0x8a, 0x60, 0x95, + 0xe7, 0x14, 0x3a, 0xc5, 0xd9, 0x1f, 0x36, 0xba, 0xe6, 0x90, 0xf9, 0x74, 0x05, 0xa8, 0x8a, 0x1d, + 0xc0, 0xc6, 0xd2, 0x71, 0x3c, 0x69, 0x74, 0xae, 0xa3, 0xe6, 0x60, 0x65, 0xb4, 0xcc, 0x76, 0xfc, + 0xea, 0x6a, 0x66, 0x69, 0xd7, 0x33, 0x4b, 0xfb, 0x31, 0xb3, 0xb4, 0x4f, 0x73, 0xab, 0x75, 0x3d, + 0xb7, 0x5a, 0xdf, 0xe6, 0x56, 0xeb, 0x94, 0x08, 0x5f, 0x5d, 0x4c, 0x5d, 0x32, 0xc6, 0x90, 0x2e, + 0xfd, 0x9a, 0xc9, 0x90, 0x5e, 0x2e, 0x7f, 0x9d, 0x1f, 0x27, 0x5c, 0xba, 0x9d, 0xec, 0xbb, 0x7b, + 0xfe, 0x2b, 0x00, 0x00, 0xff, 0xff, 0xfc, 0x86, 0xd5, 0x86, 0x63, 0x05, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/epochstorage/client/cli/query.go b/x/epochstorage/client/cli/query.go index 8ab438f71e..9483fe52ba 100644 --- a/x/epochstorage/client/cli/query.go +++ b/x/epochstorage/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/lavanet/lava/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/epochstorage/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/epochstorage/client/cli/query_epoch_details.go b/x/epochstorage/client/cli/query_epoch_details.go index f949343354..5f82f0bc00 100644 --- a/x/epochstorage/client/cli/query_epoch_details.go +++ b/x/epochstorage/client/cli/query_epoch_details.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/epochstorage/types" "github.com/spf13/cobra" ) diff --git a/x/epochstorage/client/cli/query_epoch_details_test.go b/x/epochstorage/client/cli/query_epoch_details_test.go index a4b40e73c8..949df09cf9 100644 --- a/x/epochstorage/client/cli/query_epoch_details_test.go +++ b/x/epochstorage/client/cli/query_epoch_details_test.go @@ -9,10 +9,10 @@ import ( "github.com/stretchr/testify/require" "google.golang.org/grpc/status" - "github.com/lavanet/lava/testutil/network" - "github.com/lavanet/lava/testutil/nullify" - "github.com/lavanet/lava/x/epochstorage/client/cli" - "github.com/lavanet/lava/x/epochstorage/types" + "github.com/lavanet/lava/v2/testutil/network" + "github.com/lavanet/lava/v2/testutil/nullify" + "github.com/lavanet/lava/v2/x/epochstorage/client/cli" + "github.com/lavanet/lava/v2/x/epochstorage/types" ) func networkWithEpochDetailsObjects(t *testing.T) (*network.Network, types.EpochDetails) { diff --git a/x/epochstorage/client/cli/query_fixated_params.go b/x/epochstorage/client/cli/query_fixated_params.go index e6300c5f79..61f2dbf232 100644 --- a/x/epochstorage/client/cli/query_fixated_params.go +++ b/x/epochstorage/client/cli/query_fixated_params.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/epochstorage/types" "github.com/spf13/cobra" ) diff --git a/x/epochstorage/client/cli/query_fixated_params_test.go b/x/epochstorage/client/cli/query_fixated_params_test.go index 47234ec047..70d78e5c59 100644 --- a/x/epochstorage/client/cli/query_fixated_params_test.go +++ b/x/epochstorage/client/cli/query_fixated_params_test.go @@ -12,10 +12,10 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/lavanet/lava/testutil/network" - "github.com/lavanet/lava/testutil/nullify" - "github.com/lavanet/lava/x/epochstorage/client/cli" - "github.com/lavanet/lava/x/epochstorage/types" + "github.com/lavanet/lava/v2/testutil/network" + "github.com/lavanet/lava/v2/testutil/nullify" + "github.com/lavanet/lava/v2/x/epochstorage/client/cli" + "github.com/lavanet/lava/v2/x/epochstorage/types" ) // Prevent strconv unused error diff --git a/x/epochstorage/client/cli/query_params.go b/x/epochstorage/client/cli/query_params.go index 618e9c4f33..cb52965380 100644 --- a/x/epochstorage/client/cli/query_params.go +++ b/x/epochstorage/client/cli/query_params.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/epochstorage/types" "github.com/spf13/cobra" ) diff --git a/x/epochstorage/client/cli/query_stake_storage.go b/x/epochstorage/client/cli/query_stake_storage.go index ae4d338348..aded4c7144 100644 --- a/x/epochstorage/client/cli/query_stake_storage.go +++ b/x/epochstorage/client/cli/query_stake_storage.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/epochstorage/types" "github.com/spf13/cobra" ) diff --git a/x/epochstorage/client/cli/query_stake_storage_test.go b/x/epochstorage/client/cli/query_stake_storage_test.go index d1d4772340..14780321c2 100644 --- a/x/epochstorage/client/cli/query_stake_storage_test.go +++ b/x/epochstorage/client/cli/query_stake_storage_test.go @@ -12,10 +12,10 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/lavanet/lava/testutil/network" - "github.com/lavanet/lava/testutil/nullify" - "github.com/lavanet/lava/x/epochstorage/client/cli" - "github.com/lavanet/lava/x/epochstorage/types" + "github.com/lavanet/lava/v2/testutil/network" + "github.com/lavanet/lava/v2/testutil/nullify" + "github.com/lavanet/lava/v2/x/epochstorage/client/cli" + "github.com/lavanet/lava/v2/x/epochstorage/types" ) // Prevent strconv unused error diff --git a/x/epochstorage/client/cli/tx.go b/x/epochstorage/client/cli/tx.go index 57f7ea28ad..b51beda9c5 100644 --- a/x/epochstorage/client/cli/tx.go +++ b/x/epochstorage/client/cli/tx.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" // "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/epochstorage/types" ) var DefaultRelativePacketTimeoutTimestamp = uint64((time.Duration(10) * time.Minute).Nanoseconds()) diff --git a/x/epochstorage/genesis.go b/x/epochstorage/genesis.go index aa26ac5567..85cd86351a 100644 --- a/x/epochstorage/genesis.go +++ b/x/epochstorage/genesis.go @@ -2,8 +2,8 @@ package epochstorage import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/epochstorage/keeper" - "github.com/lavanet/lava/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/epochstorage/keeper" + "github.com/lavanet/lava/v2/x/epochstorage/types" ) // InitGenesis initializes the capability module's state from a provided genesis diff --git a/x/epochstorage/genesis_test.go b/x/epochstorage/genesis_test.go index d2142a26c2..b3475479c4 100644 --- a/x/epochstorage/genesis_test.go +++ b/x/epochstorage/genesis_test.go @@ -3,10 +3,10 @@ package epochstorage_test import ( "testing" - keepertest "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/testutil/nullify" - "github.com/lavanet/lava/x/epochstorage" - "github.com/lavanet/lava/x/epochstorage/types" + keepertest "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/testutil/nullify" + "github.com/lavanet/lava/v2/x/epochstorage" + "github.com/lavanet/lava/v2/x/epochstorage/types" "github.com/stretchr/testify/require" ) diff --git a/x/epochstorage/handler.go b/x/epochstorage/handler.go index 54db081f01..319a13b38d 100644 --- a/x/epochstorage/handler.go +++ b/x/epochstorage/handler.go @@ -6,8 +6,8 @@ import ( sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/lavanet/lava/x/epochstorage/keeper" - "github.com/lavanet/lava/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/epochstorage/keeper" + "github.com/lavanet/lava/v2/x/epochstorage/types" ) // NewHandler ... diff --git a/x/epochstorage/keeper/epoch_details.go b/x/epochstorage/keeper/epoch_details.go index 4439afbc4e..524ad6093c 100644 --- a/x/epochstorage/keeper/epoch_details.go +++ b/x/epochstorage/keeper/epoch_details.go @@ -5,8 +5,8 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/epochstorage/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/epochstorage/types" ) // SetEpochDetails set epochDetails in the store diff --git a/x/epochstorage/keeper/epoch_details_test.go b/x/epochstorage/keeper/epoch_details_test.go index 238ac7e569..c35e20abb0 100644 --- a/x/epochstorage/keeper/epoch_details_test.go +++ b/x/epochstorage/keeper/epoch_details_test.go @@ -6,10 +6,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - keepertest "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/testutil/nullify" - "github.com/lavanet/lava/x/epochstorage/keeper" - "github.com/lavanet/lava/x/epochstorage/types" + keepertest "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/testutil/nullify" + "github.com/lavanet/lava/v2/x/epochstorage/keeper" + "github.com/lavanet/lava/v2/x/epochstorage/types" ) func createTestEpochDetails(keeper *keeper.Keeper, ctx sdk.Context) types.EpochDetails { diff --git a/x/epochstorage/keeper/fixated_params.go b/x/epochstorage/keeper/fixated_params.go index 2b7cbcd5c0..09657f6e13 100644 --- a/x/epochstorage/keeper/fixated_params.go +++ b/x/epochstorage/keeper/fixated_params.go @@ -7,8 +7,8 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/epochstorage/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/epochstorage/types" ) // SetFixatedParams set a specific fixatedParams in the store from its index diff --git a/x/epochstorage/keeper/fixated_params_test.go b/x/epochstorage/keeper/fixated_params_test.go index 5407b6e92f..cca571094b 100644 --- a/x/epochstorage/keeper/fixated_params_test.go +++ b/x/epochstorage/keeper/fixated_params_test.go @@ -6,11 +6,11 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - common "github.com/lavanet/lava/testutil/common" - keepertest "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/testutil/nullify" - "github.com/lavanet/lava/x/epochstorage/keeper" - "github.com/lavanet/lava/x/epochstorage/types" + common "github.com/lavanet/lava/v2/testutil/common" + keepertest "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/testutil/nullify" + "github.com/lavanet/lava/v2/x/epochstorage/keeper" + "github.com/lavanet/lava/v2/x/epochstorage/types" "github.com/stretchr/testify/require" ) diff --git a/x/epochstorage/keeper/grpc_query.go b/x/epochstorage/keeper/grpc_query.go index 75c8b0e11c..ae0a8198d4 100644 --- a/x/epochstorage/keeper/grpc_query.go +++ b/x/epochstorage/keeper/grpc_query.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/lavanet/lava/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/epochstorage/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/epochstorage/keeper/grpc_query_epoch_details.go b/x/epochstorage/keeper/grpc_query_epoch_details.go index 2a858185be..1e195e6daa 100644 --- a/x/epochstorage/keeper/grpc_query_epoch_details.go +++ b/x/epochstorage/keeper/grpc_query_epoch_details.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/epochstorage/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/epochstorage/keeper/grpc_query_epoch_details_test.go b/x/epochstorage/keeper/grpc_query_epoch_details_test.go index e6acaf8500..58f7aac62f 100644 --- a/x/epochstorage/keeper/grpc_query_epoch_details_test.go +++ b/x/epochstorage/keeper/grpc_query_epoch_details_test.go @@ -8,9 +8,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/testutil/nullify" - "github.com/lavanet/lava/x/epochstorage/types" + keepertest "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/testutil/nullify" + "github.com/lavanet/lava/v2/x/epochstorage/types" ) func TestEpochDetailsQuery(t *testing.T) { diff --git a/x/epochstorage/keeper/grpc_query_fixated_params.go b/x/epochstorage/keeper/grpc_query_fixated_params.go index c10cdd4559..83e5cdc185 100644 --- a/x/epochstorage/keeper/grpc_query_fixated_params.go +++ b/x/epochstorage/keeper/grpc_query_fixated_params.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/query" - "github.com/lavanet/lava/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/epochstorage/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/epochstorage/keeper/grpc_query_fixated_params_test.go b/x/epochstorage/keeper/grpc_query_fixated_params_test.go index 6b3987cf34..a0f1def02e 100644 --- a/x/epochstorage/keeper/grpc_query_fixated_params_test.go +++ b/x/epochstorage/keeper/grpc_query_fixated_params_test.go @@ -10,9 +10,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/testutil/nullify" - "github.com/lavanet/lava/x/epochstorage/types" + keepertest "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/testutil/nullify" + "github.com/lavanet/lava/v2/x/epochstorage/types" ) // Prevent strconv unused error diff --git a/x/epochstorage/keeper/grpc_query_params.go b/x/epochstorage/keeper/grpc_query_params.go index 865223bda4..912e610170 100644 --- a/x/epochstorage/keeper/grpc_query_params.go +++ b/x/epochstorage/keeper/grpc_query_params.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/epochstorage/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/epochstorage/keeper/grpc_query_params_test.go b/x/epochstorage/keeper/grpc_query_params_test.go index 37793ba27e..e9f473bce5 100644 --- a/x/epochstorage/keeper/grpc_query_params_test.go +++ b/x/epochstorage/keeper/grpc_query_params_test.go @@ -4,8 +4,8 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - testkeeper "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/x/epochstorage/types" + testkeeper "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/x/epochstorage/types" "github.com/stretchr/testify/require" ) diff --git a/x/epochstorage/keeper/grpc_query_stake_storage.go b/x/epochstorage/keeper/grpc_query_stake_storage.go index 84857e0687..eedf1915dd 100644 --- a/x/epochstorage/keeper/grpc_query_stake_storage.go +++ b/x/epochstorage/keeper/grpc_query_stake_storage.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/query" - "github.com/lavanet/lava/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/epochstorage/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/epochstorage/keeper/grpc_query_stake_storage_test.go b/x/epochstorage/keeper/grpc_query_stake_storage_test.go index 604a3d7164..a5829b3219 100644 --- a/x/epochstorage/keeper/grpc_query_stake_storage_test.go +++ b/x/epochstorage/keeper/grpc_query_stake_storage_test.go @@ -10,9 +10,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/testutil/nullify" - "github.com/lavanet/lava/x/epochstorage/types" + keepertest "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/testutil/nullify" + "github.com/lavanet/lava/v2/x/epochstorage/types" ) // Prevent strconv unused error diff --git a/x/epochstorage/keeper/keeper.go b/x/epochstorage/keeper/keeper.go index f1530472ff..531fa419b9 100644 --- a/x/epochstorage/keeper/keeper.go +++ b/x/epochstorage/keeper/keeper.go @@ -10,8 +10,8 @@ import ( "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/epochstorage/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/epochstorage/types" ) type ( diff --git a/x/epochstorage/keeper/migrations.go b/x/epochstorage/keeper/migrations.go index 3a6180fcaa..39b56942f5 100644 --- a/x/epochstorage/keeper/migrations.go +++ b/x/epochstorage/keeper/migrations.go @@ -5,11 +5,11 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/epochstorage/types" - v3 "github.com/lavanet/lava/x/epochstorage/types/migrations/v3" - v4 "github.com/lavanet/lava/x/epochstorage/types/migrations/v4" - v6 "github.com/lavanet/lava/x/epochstorage/types/migrations/v6" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/epochstorage/types" + v3 "github.com/lavanet/lava/v2/x/epochstorage/types/migrations/v3" + v4 "github.com/lavanet/lava/v2/x/epochstorage/types/migrations/v4" + v6 "github.com/lavanet/lava/v2/x/epochstorage/types/migrations/v6" ) type Migrator struct { diff --git a/x/epochstorage/keeper/msg_server.go b/x/epochstorage/keeper/msg_server.go index fb94ab1962..9a811f9969 100644 --- a/x/epochstorage/keeper/msg_server.go +++ b/x/epochstorage/keeper/msg_server.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/lavanet/lava/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/epochstorage/types" ) type msgServer struct { diff --git a/x/epochstorage/keeper/msg_server_test.go b/x/epochstorage/keeper/msg_server_test.go index 58a3626892..d7f40361f3 100644 --- a/x/epochstorage/keeper/msg_server_test.go +++ b/x/epochstorage/keeper/msg_server_test.go @@ -5,9 +5,9 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - keepertest "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/x/epochstorage/keeper" - "github.com/lavanet/lava/x/epochstorage/types" + keepertest "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/x/epochstorage/keeper" + "github.com/lavanet/lava/v2/x/epochstorage/types" ) func setupMsgServer(t testing.TB) (types.MsgServer, context.Context) { diff --git a/x/epochstorage/keeper/params.go b/x/epochstorage/keeper/params.go index aeb6b7d3bd..b9f39e1620 100644 --- a/x/epochstorage/keeper/params.go +++ b/x/epochstorage/keeper/params.go @@ -4,8 +4,8 @@ import ( "fmt" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/epochstorage/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/epochstorage/types" ) // GetParams get all parameters as types.Params diff --git a/x/epochstorage/keeper/params_test.go b/x/epochstorage/keeper/params_test.go index 96215d9669..4a3a803f09 100644 --- a/x/epochstorage/keeper/params_test.go +++ b/x/epochstorage/keeper/params_test.go @@ -3,8 +3,8 @@ package keeper_test import ( "testing" - testkeeper "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/x/epochstorage/types" + testkeeper "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/x/epochstorage/types" "github.com/stretchr/testify/require" ) diff --git a/x/epochstorage/keeper/stake_storage.go b/x/epochstorage/keeper/stake_storage.go index c3d2eab247..e636900f4b 100644 --- a/x/epochstorage/keeper/stake_storage.go +++ b/x/epochstorage/keeper/stake_storage.go @@ -8,9 +8,9 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/epochstorage/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/epochstorage/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" ) // SetStakeStorage set a specific stakeStorage in the store from its index diff --git a/x/epochstorage/keeper/stake_storage_test.go b/x/epochstorage/keeper/stake_storage_test.go index 001d52a3fa..1e07c04298 100644 --- a/x/epochstorage/keeper/stake_storage_test.go +++ b/x/epochstorage/keeper/stake_storage_test.go @@ -6,10 +6,10 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - testkeeper "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/testutil/nullify" - "github.com/lavanet/lava/x/epochstorage/keeper" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" + testkeeper "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/testutil/nullify" + "github.com/lavanet/lava/v2/x/epochstorage/keeper" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" "github.com/stretchr/testify/require" ) diff --git a/x/epochstorage/module.go b/x/epochstorage/module.go index 79dfdf4a45..61b009a4ae 100644 --- a/x/epochstorage/module.go +++ b/x/epochstorage/module.go @@ -16,9 +16,9 @@ import ( cdctypes "github.com/cosmos/cosmos-sdk/codec/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/lavanet/lava/x/epochstorage/client/cli" - "github.com/lavanet/lava/x/epochstorage/keeper" - "github.com/lavanet/lava/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/epochstorage/client/cli" + "github.com/lavanet/lava/v2/x/epochstorage/keeper" + "github.com/lavanet/lava/v2/x/epochstorage/types" ) var ( diff --git a/x/epochstorage/module_simulation.go b/x/epochstorage/module_simulation.go index d9ea2c57ea..934134aa09 100644 --- a/x/epochstorage/module_simulation.go +++ b/x/epochstorage/module_simulation.go @@ -11,9 +11,9 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" "github.com/cosmos/cosmos-sdk/x/simulation" - "github.com/lavanet/lava/testutil/sample" - epochstoragesimulation "github.com/lavanet/lava/x/epochstorage/simulation" - "github.com/lavanet/lava/x/epochstorage/types" + "github.com/lavanet/lava/v2/testutil/sample" + epochstoragesimulation "github.com/lavanet/lava/v2/x/epochstorage/simulation" + "github.com/lavanet/lava/v2/x/epochstorage/types" ) // avoid unused import issue diff --git a/x/epochstorage/types/endpoint.pb.go b/x/epochstorage/types/endpoint.pb.go index c609678ca0..f8a1755eb4 100644 --- a/x/epochstorage/types/endpoint.pb.go +++ b/x/epochstorage/types/endpoint.pb.go @@ -107,7 +107,7 @@ func init() { } var fileDescriptor_acb18a6b0d300ae9 = []byte{ - // 250 bytes of a gzipped FileDescriptorProto + // 253 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0xc8, 0x49, 0x2c, 0x4b, 0xcc, 0x4b, 0x2d, 0xd1, 0x07, 0xd1, 0xfa, 0xa9, 0x05, 0xf9, 0xc9, 0x19, 0xc5, 0x25, 0xf9, 0x45, 0x89, 0xe9, 0xa9, 0xfa, 0xa9, 0x79, 0x29, 0x05, 0xf9, 0x99, 0x79, 0x25, 0x7a, 0x05, 0x45, 0xf9, @@ -119,11 +119,11 @@ var fileDescriptor_acb18a6b0d300ae9 = []byte{ 0xe5, 0xe2, 0x4b, 0x2c, 0xc8, 0x8c, 0xcf, 0xcc, 0x2b, 0x49, 0x2d, 0x4a, 0x4b, 0x4c, 0x4e, 0x2d, 0x96, 0x60, 0x05, 0xcb, 0xf3, 0x26, 0x16, 0x64, 0x7a, 0xc2, 0x05, 0x85, 0xe4, 0xb8, 0xb8, 0x52, 0x2b, 0x4a, 0x52, 0xf3, 0x8a, 0x33, 0x41, 0x46, 0xb0, 0x81, 0x95, 0x20, 0x89, 0x78, 0xb1, 0x70, - 0x30, 0x09, 0x30, 0x3b, 0xb9, 0x9d, 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, + 0x30, 0x09, 0x30, 0x3b, 0x79, 0x9e, 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, - 0x4e, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x3e, 0x4a, 0xa8, 0x54, 0xa0, - 0x86, 0x4b, 0x49, 0x65, 0x41, 0x6a, 0x71, 0x12, 0x1b, 0x38, 0x54, 0x8c, 0x01, 0x01, 0x00, 0x00, - 0xff, 0xff, 0xf3, 0xac, 0x09, 0xa5, 0x41, 0x01, 0x00, 0x00, + 0x7e, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x3e, 0x4a, 0xa8, 0x94, 0x19, + 0xe9, 0x57, 0xa0, 0x06, 0x4d, 0x49, 0x65, 0x41, 0x6a, 0x71, 0x12, 0x1b, 0x38, 0x60, 0x8c, 0x01, + 0x01, 0x00, 0x00, 0xff, 0xff, 0x21, 0xfe, 0x6a, 0xaa, 0x44, 0x01, 0x00, 0x00, } func (m *Endpoint) Marshal() (dAtA []byte, err error) { diff --git a/x/epochstorage/types/epoch_details.pb.go b/x/epochstorage/types/epoch_details.pb.go index 7ce975ad56..0be9ebbb24 100644 --- a/x/epochstorage/types/epoch_details.pb.go +++ b/x/epochstorage/types/epoch_details.pb.go @@ -91,7 +91,7 @@ func init() { } var fileDescriptor_5a742d00b5f6efc1 = []byte{ - // 204 bytes of a gzipped FileDescriptorProto + // 207 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0xcd, 0x49, 0x2c, 0x4b, 0xcc, 0x4b, 0x2d, 0xd1, 0x07, 0xd1, 0xfa, 0xa9, 0x05, 0xf9, 0xc9, 0x19, 0xc5, 0x25, 0xf9, 0x45, 0x89, 0xe9, 0xa9, 0x10, 0x4e, 0x7c, 0x4a, 0x6a, 0x49, 0x62, 0x66, 0x4e, 0xb1, 0x5e, 0x41, 0x51, @@ -100,11 +100,11 @@ var fileDescriptor_5a742d00b5f6efc1 = []byte{ 0xe5, 0xe4, 0x27, 0x67, 0x4b, 0x30, 0x2a, 0x30, 0x6a, 0xb0, 0x04, 0x21, 0x89, 0x08, 0xa9, 0x70, 0xf1, 0xa6, 0x26, 0x16, 0xe5, 0x64, 0xa6, 0x16, 0x97, 0x04, 0x83, 0x44, 0x25, 0x98, 0xc0, 0x4a, 0x50, 0x05, 0x41, 0xaa, 0x52, 0x52, 0x73, 0x52, 0x4b, 0x52, 0x53, 0xc0, 0x86, 0x17, 0x4b, 0x30, - 0x2b, 0x30, 0x83, 0x54, 0xa1, 0x08, 0x3a, 0xb9, 0x9d, 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, + 0x2b, 0x30, 0x83, 0x54, 0xa1, 0x08, 0x3a, 0x79, 0x9e, 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, 0x4e, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x3e, 0x8a, - 0x57, 0x2b, 0x50, 0x3d, 0x5b, 0x52, 0x59, 0x90, 0x5a, 0x9c, 0xc4, 0x06, 0xf6, 0xa5, 0x31, 0x20, - 0x00, 0x00, 0xff, 0xff, 0x37, 0x31, 0xf4, 0x7c, 0x16, 0x01, 0x00, 0x00, + 0x1c, 0x43, 0x94, 0x7e, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x3e, 0x8a, + 0x57, 0xcb, 0x8c, 0xf4, 0x2b, 0x50, 0xfd, 0x5b, 0x52, 0x59, 0x90, 0x5a, 0x9c, 0xc4, 0x06, 0xf6, + 0xa8, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0x92, 0xba, 0x2f, 0x3b, 0x19, 0x01, 0x00, 0x00, } func (m *EpochDetails) Marshal() (dAtA []byte, err error) { diff --git a/x/epochstorage/types/expected_keepers.go b/x/epochstorage/types/expected_keepers.go index f1ce24f801..906c332fe8 100644 --- a/x/epochstorage/types/expected_keepers.go +++ b/x/epochstorage/types/expected_keepers.go @@ -3,7 +3,7 @@ package types import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/x/auth/types" - spectypes "github.com/lavanet/lava/x/spec/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" ) type SpecKeeper interface { diff --git a/x/epochstorage/types/fixated_params.pb.go b/x/epochstorage/types/fixated_params.pb.go index ff8ac4ff02..3781a17d32 100644 --- a/x/epochstorage/types/fixated_params.pb.go +++ b/x/epochstorage/types/fixated_params.pb.go @@ -92,7 +92,7 @@ func init() { } var fileDescriptor_fa13bd82b46f86d2 = []byte{ - // 225 bytes of a gzipped FileDescriptorProto + // 228 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0xcb, 0x49, 0x2c, 0x4b, 0xcc, 0x4b, 0x2d, 0xd1, 0x07, 0xd1, 0xfa, 0xa9, 0x05, 0xf9, 0xc9, 0x19, 0xc5, 0x25, 0xf9, 0x45, 0x89, 0xe9, 0xa9, 0xfa, 0x69, 0x99, 0x15, 0x89, 0x25, 0xa9, 0x29, 0xf1, 0x05, 0x89, 0x45, 0x89, @@ -102,12 +102,12 @@ var fileDescriptor_fa13bd82b46f86d2 = []byte{ 0xc2, 0xc5, 0x9a, 0x99, 0x97, 0x92, 0x5a, 0x21, 0xc1, 0xa8, 0xc0, 0xa8, 0xc1, 0x19, 0x04, 0xe1, 0x08, 0xc9, 0x70, 0x71, 0x82, 0xb5, 0xa5, 0x96, 0xa4, 0x16, 0x49, 0x30, 0x29, 0x30, 0x6a, 0xf0, 0x04, 0x21, 0x04, 0x84, 0x54, 0xb8, 0x78, 0xc1, 0xae, 0xce, 0xcc, 0xcf, 0x73, 0xca, 0xc9, 0x4f, - 0xce, 0x96, 0x60, 0x56, 0x60, 0xd4, 0x60, 0x09, 0x42, 0x15, 0x74, 0x72, 0x3b, 0xf1, 0x48, 0x8e, + 0xce, 0x96, 0x60, 0x56, 0x60, 0xd4, 0x60, 0x09, 0x42, 0x15, 0x74, 0xf2, 0x3c, 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, 0x9d, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, - 0xfc, 0x5c, 0x7d, 0x14, 0x77, 0x57, 0xa0, 0xba, 0xbc, 0xa4, 0xb2, 0x20, 0xb5, 0x38, 0x89, 0x0d, - 0xec, 0x72, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0xa9, 0x8c, 0x24, 0xab, 0x44, 0x01, 0x00, - 0x00, + 0x8e, 0xe1, 0xc6, 0x63, 0x39, 0x86, 0x28, 0xfd, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, + 0xfc, 0x5c, 0x7d, 0x14, 0x77, 0x97, 0x19, 0xe9, 0x57, 0xa0, 0x3a, 0xbe, 0xa4, 0xb2, 0x20, 0xb5, + 0x38, 0x89, 0x0d, 0xec, 0x78, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0x9e, 0x2d, 0x1a, 0x1b, + 0x47, 0x01, 0x00, 0x00, } func (m *FixatedParams) Marshal() (dAtA []byte, err error) { diff --git a/x/epochstorage/types/genesis.pb.go b/x/epochstorage/types/genesis.pb.go index 123bd1a991..cd25936c68 100644 --- a/x/epochstorage/types/genesis.pb.go +++ b/x/epochstorage/types/genesis.pb.go @@ -101,7 +101,7 @@ func init() { } var fileDescriptor_6b4c1a9bc1f09c0e = []byte{ - // 315 bytes of a gzipped FileDescriptorProto + // 318 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xcf, 0x49, 0x2c, 0x4b, 0xcc, 0x4b, 0x2d, 0xd1, 0x07, 0xd1, 0xfa, 0xa9, 0x05, 0xf9, 0xc9, 0x19, 0xc5, 0x25, 0xf9, 0x45, 0x89, 0xe9, 0xa9, 0xfa, 0xe9, 0xa9, 0x79, 0xa9, 0xc5, 0x99, 0xc5, 0x7a, 0x05, 0x45, 0xf9, 0x25, @@ -117,11 +117,11 @@ var fileDescriptor_6b4c1a9bc1f09c0e = []byte{ 0x0b, 0xd4, 0x40, 0x0c, 0x63, 0x84, 0xbc, 0xb9, 0x78, 0xc0, 0x9a, 0x5c, 0x20, 0x5e, 0x96, 0x60, 0x06, 0xbb, 0x10, 0x9f, 0xb1, 0xae, 0x48, 0xca, 0x83, 0x50, 0x34, 0x0b, 0xc5, 0x70, 0x09, 0x42, 0x43, 0x04, 0xe2, 0x0d, 0xb0, 0x43, 0x59, 0xc0, 0x0e, 0xd5, 0xc0, 0x63, 0xa2, 0x1b, 0xb2, 0x1e, - 0xa8, 0x4b, 0x31, 0x0d, 0x72, 0x72, 0x3b, 0xf1, 0x48, 0x8e, 0xf1, 0xc2, 0x23, 0x39, 0xc6, 0x07, + 0xa8, 0x4b, 0x31, 0x0d, 0x72, 0xf2, 0x3c, 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, 0x9d, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0x7d, 0x94, 0xc8, 0xaa, - 0x40, 0x8d, 0xae, 0x92, 0xca, 0x82, 0xd4, 0xe2, 0x24, 0x36, 0x70, 0x34, 0x19, 0x03, 0x02, 0x00, - 0x00, 0xff, 0xff, 0xb0, 0xc2, 0x6e, 0xab, 0xb8, 0x02, 0x00, 0x00, + 0x28, 0xfd, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0x7d, 0x94, 0xc8, 0x2a, + 0x33, 0xd2, 0xaf, 0x40, 0x8d, 0xb1, 0x92, 0xca, 0x82, 0xd4, 0xe2, 0x24, 0x36, 0x70, 0x4c, 0x19, + 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0x64, 0x7f, 0x1e, 0xf0, 0xbb, 0x02, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/epochstorage/types/genesis_test.go b/x/epochstorage/types/genesis_test.go index 8045a757a4..8e34d45e9a 100644 --- a/x/epochstorage/types/genesis_test.go +++ b/x/epochstorage/types/genesis_test.go @@ -3,7 +3,7 @@ package types_test import ( "testing" - "github.com/lavanet/lava/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/epochstorage/types" "github.com/stretchr/testify/require" ) diff --git a/x/epochstorage/types/params.pb.go b/x/epochstorage/types/params.pb.go index a9226e0e1d..9e27d108e5 100644 --- a/x/epochstorage/types/params.pb.go +++ b/x/epochstorage/types/params.pb.go @@ -108,29 +108,29 @@ func init() { } var fileDescriptor_09513f4cf6e403e6 = []byte{ - // 339 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xcb, 0x49, 0x2c, 0x4b, - 0xcc, 0x4b, 0x2d, 0xd1, 0x07, 0xd1, 0xfa, 0xa9, 0x05, 0xf9, 0xc9, 0x19, 0xc5, 0x25, 0xf9, 0x45, - 0x89, 0xe9, 0xa9, 0xfa, 0x05, 0x89, 0x45, 0x89, 0xb9, 0xc5, 0x7a, 0x05, 0x45, 0xf9, 0x25, 0xf9, - 0x42, 0x92, 0x50, 0x75, 0x7a, 0x20, 0x5a, 0x0f, 0x59, 0x9d, 0x94, 0x48, 0x7a, 0x7e, 0x7a, 0x3e, - 0x58, 0x95, 0x3e, 0x88, 0x05, 0xd1, 0xa0, 0xd4, 0xca, 0xcc, 0xc5, 0x16, 0x00, 0x36, 0x41, 0xc8, - 0x87, 0x4b, 0xb0, 0x34, 0xaf, 0xb8, 0x24, 0x31, 0x3b, 0xd5, 0x23, 0x3f, 0x27, 0xc5, 0x29, 0x27, - 0x3f, 0x39, 0xbb, 0x58, 0x82, 0x51, 0x81, 0x51, 0x83, 0xc5, 0x49, 0xee, 0xd3, 0x3d, 0x79, 0xa9, - 0xca, 0xc4, 0xdc, 0x1c, 0x2b, 0x25, 0xa8, 0x92, 0xf8, 0x8c, 0xfc, 0x9c, 0x94, 0xf8, 0x24, 0xb0, - 0x22, 0xa5, 0x20, 0x4c, 0x8d, 0x42, 0x96, 0x5c, 0xdc, 0x60, 0xeb, 0xa1, 0xe6, 0x30, 0x81, 0xcd, - 0x11, 0xff, 0x74, 0x4f, 0x5e, 0x18, 0x62, 0x0e, 0x58, 0x12, 0x6e, 0x00, 0xb2, 0x5a, 0x21, 0x5b, - 0x2e, 0x1e, 0x88, 0xcb, 0x43, 0xf2, 0x83, 0x13, 0xcb, 0x52, 0x25, 0x98, 0xc1, 0x7a, 0x25, 0x3f, - 0xdd, 0x93, 0x17, 0x45, 0xd2, 0x5b, 0x1c, 0x5f, 0x92, 0x1f, 0x5f, 0x9c, 0x58, 0x96, 0xaa, 0x14, - 0x84, 0xa2, 0x1c, 0xe4, 0x8f, 0x9c, 0xc4, 0x92, 0xd4, 0xe2, 0x12, 0xb0, 0xbf, 0x9c, 0x33, 0x12, - 0xf3, 0xd2, 0x53, 0x25, 0x58, 0xd0, 0xfd, 0x01, 0x51, 0x12, 0x0f, 0x0e, 0xbd, 0xf8, 0x64, 0xb0, - 0x22, 0xa5, 0x20, 0x4c, 0x8d, 0x42, 0xf1, 0x5c, 0xe2, 0x18, 0x9e, 0x0b, 0x2e, 0x49, 0x2c, 0xc9, - 0x4c, 0x96, 0x60, 0x05, 0x9b, 0xa9, 0xfa, 0xe9, 0x9e, 0xbc, 0x22, 0xce, 0xb0, 0x89, 0x2f, 0x06, - 0xab, 0x55, 0x0a, 0xc2, 0x65, 0x8a, 0x15, 0xcb, 0x8c, 0x05, 0xf2, 0x0c, 0x4e, 0x6e, 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, 0xa5, 0x93, 0x9e, 0x59, 0x92, 0x51, 0x9a, 0xa4, - 0x97, 0x9c, 0x9f, 0xab, 0x8f, 0x92, 0x0a, 0x2a, 0x50, 0xd3, 0x41, 0x49, 0x65, 0x41, 0x6a, 0x71, - 0x12, 0x1b, 0x38, 0x5a, 0x8d, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0x49, 0x7a, 0x21, 0x66, 0x31, - 0x02, 0x00, 0x00, + // 341 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x92, 0x31, 0x4f, 0xf2, 0x40, + 0x18, 0xc7, 0xdb, 0x17, 0x5e, 0x86, 0xea, 0x62, 0xd5, 0x50, 0x18, 0xae, 0xda, 0x44, 0xe3, 0xd4, + 0x4b, 0x74, 0x92, 0xc4, 0x05, 0x17, 0x4d, 0x1c, 0x4c, 0x71, 0x72, 0xb9, 0x1c, 0xe5, 0xd2, 0x12, + 0x0e, 0x9e, 0x86, 0x3b, 0x1a, 0xf9, 0x00, 0xee, 0x8e, 0x8e, 0x7e, 0x1c, 0x47, 0x46, 0xa7, 0xc6, + 0xc0, 0x37, 0xe8, 0x27, 0x30, 0x7d, 0x4a, 0x0c, 0xd8, 0x30, 0x5d, 0x93, 0xfe, 0xfe, 0xbf, 0xf6, + 0xff, 0xdc, 0x63, 0x9d, 0x4b, 0x9e, 0xf2, 0x89, 0xd0, 0xb4, 0x38, 0xa9, 0x48, 0x20, 0x8c, 0x95, + 0x86, 0x29, 0x8f, 0x04, 0x4d, 0xf8, 0x94, 0x8f, 0x95, 0x9f, 0x4c, 0x41, 0x83, 0xdd, 0x5a, 0x73, + 0x7e, 0x71, 0xfa, 0x9b, 0x5c, 0xfb, 0x28, 0x82, 0x08, 0x90, 0xa2, 0xc5, 0x53, 0x19, 0xf0, 0x5e, + 0x6b, 0x56, 0xe3, 0x11, 0x0d, 0xf6, 0x83, 0x75, 0x30, 0x9b, 0x28, 0xcd, 0x47, 0xe2, 0x0e, 0xe4, + 0xa0, 0x2b, 0x21, 0x1c, 0x29, 0xc7, 0x3c, 0x31, 0x2f, 0xea, 0x5d, 0x92, 0x67, 0x6e, 0x7b, 0xce, + 0xc7, 0xb2, 0xe3, 0xad, 0x11, 0x16, 0x83, 0x1c, 0xb0, 0x3e, 0x42, 0x5e, 0x50, 0x0d, 0xda, 0xd7, + 0xd6, 0x1e, 0x7e, 0x7e, 0xed, 0xf9, 0x87, 0x9e, 0x66, 0x9e, 0xb9, 0x87, 0xa5, 0x07, 0x5f, 0xfe, + 0x0a, 0x36, 0x59, 0xfb, 0xc6, 0xda, 0x2f, 0xff, 0xfc, 0x09, 0x7a, 0x3c, 0x15, 0x4e, 0x0d, 0xb3, + 0xad, 0x3c, 0x73, 0x8f, 0x37, 0xb2, 0x8a, 0x69, 0x60, 0x8a, 0xa7, 0xc2, 0x0b, 0xb6, 0xf0, 0xa2, + 0x87, 0xe4, 0x5a, 0x28, 0x8d, 0xbd, 0x6e, 0x63, 0x3e, 0x89, 0x84, 0x53, 0xff, 0xdb, 0xa3, 0x44, + 0x18, 0x4e, 0x8f, 0x85, 0x08, 0x79, 0x41, 0x35, 0x68, 0x33, 0xab, 0x59, 0x29, 0xd7, 0xd3, 0x5c, + 0x0f, 0x43, 0xe7, 0x3f, 0x3a, 0xcf, 0xf2, 0xcc, 0x3d, 0xdd, 0x39, 0x1b, 0xa6, 0x90, 0xf5, 0x82, + 0x5d, 0x96, 0x4e, 0xfd, 0xfd, 0xc3, 0x35, 0xba, 0xf7, 0x9f, 0x4b, 0x62, 0x2e, 0x96, 0xc4, 0xfc, + 0x5e, 0x12, 0xf3, 0x6d, 0x45, 0x8c, 0xc5, 0x8a, 0x18, 0x5f, 0x2b, 0x62, 0x3c, 0xd3, 0x68, 0xa8, + 0xe3, 0x59, 0xdf, 0x0f, 0x61, 0x4c, 0xb7, 0xb6, 0x20, 0xbd, 0xa4, 0x2f, 0xdb, 0xab, 0xa0, 0xe7, + 0x89, 0x50, 0xfd, 0x06, 0xde, 0xec, 0xd5, 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x47, 0x4f, 0x74, + 0x80, 0x34, 0x02, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/epochstorage/types/query.pb.go b/x/epochstorage/types/query.pb.go index 59a9c99841..3a6786bb67 100644 --- a/x/epochstorage/types/query.pb.go +++ b/x/epochstorage/types/query.pb.go @@ -582,51 +582,51 @@ func init() { } var fileDescriptor_60112e15fc266719 = []byte{ - // 700 bytes of a gzipped FileDescriptorProto + // 703 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x96, 0x41, 0x4f, 0xd4, 0x40, - 0x14, 0xc7, 0x77, 0x40, 0x88, 0x8e, 0x10, 0xcd, 0xc8, 0x41, 0x57, 0xa8, 0x52, 0x23, 0x02, 0xca, - 0x0c, 0x0b, 0x46, 0xf1, 0x64, 0x20, 0x0a, 0x57, 0x58, 0x8c, 0x07, 0x2f, 0x64, 0x76, 0x19, 0x4a, - 0x63, 0xe9, 0x94, 0xed, 0x2c, 0x81, 0x18, 0x2f, 0x7e, 0x02, 0xa3, 0x9f, 0xc4, 0xc4, 0x83, 0x9a, - 0xc8, 0x99, 0x23, 0x89, 0x17, 0x4f, 0xc6, 0x80, 0x1f, 0xc4, 0x74, 0x66, 0xd6, 0xce, 0x84, 0x76, - 0x5b, 0x84, 0xd3, 0x6e, 0xa7, 0xef, 0xfd, 0xdf, 0xef, 0x3f, 0xf3, 0xfa, 0x5a, 0x78, 0x37, 0xa0, - 0x3b, 0x34, 0x64, 0x82, 0x24, 0xbf, 0x84, 0x45, 0xbc, 0xb9, 0x19, 0x0b, 0xde, 0xa2, 0x1e, 0x23, - 0xdb, 0x6d, 0xd6, 0xda, 0xc3, 0x51, 0x8b, 0x0b, 0x8e, 0x6e, 0xe8, 0x30, 0x9c, 0xfc, 0x62, 0x33, - 0xac, 0x3a, 0xec, 0x71, 0xee, 0x05, 0x8c, 0xd0, 0xc8, 0x27, 0x34, 0x0c, 0xb9, 0xa0, 0xc2, 0xe7, - 0x61, 0xac, 0x12, 0xab, 0x93, 0x4d, 0x1e, 0x6f, 0xf1, 0x98, 0x34, 0x68, 0xac, 0x15, 0xc9, 0x4e, - 0xad, 0xc1, 0x04, 0xad, 0x91, 0x88, 0x7a, 0x7e, 0x28, 0x83, 0x75, 0xec, 0x58, 0x3e, 0x4b, 0x44, - 0x5b, 0x74, 0xab, 0xa3, 0x39, 0x95, 0x1f, 0x17, 0x0b, 0xfa, 0x9a, 0xad, 0xe9, 0xab, 0xe2, 0x70, - 0x79, 0xb1, 0xb6, 0xce, 0x04, 0xf5, 0x83, 0x8e, 0x3a, 0xce, 0x0f, 0xdf, 0xf0, 0x77, 0xa9, 0x60, - 0xeb, 0x6b, 0x16, 0x8d, 0x63, 0x3a, 0xec, 0x78, 0x6b, 0x72, 0xbf, 0xe3, 0x6a, 0xc8, 0xe3, 0x1e, - 0x97, 0x7f, 0x49, 0xf2, 0x4f, 0xad, 0xba, 0x43, 0x10, 0xad, 0x24, 0xbb, 0xb1, 0x2c, 0xa5, 0xea, - 0x6c, 0xbb, 0xcd, 0x62, 0xe1, 0xbe, 0x84, 0xd7, 0xac, 0xd5, 0x38, 0xe2, 0x61, 0xcc, 0xd0, 0x53, - 0xd8, 0xaf, 0x4a, 0x5e, 0x07, 0xb7, 0xc1, 0xf8, 0xe5, 0x99, 0x51, 0x9c, 0x7b, 0x1c, 0x58, 0xa5, - 0x2e, 0x5c, 0x38, 0xf8, 0x75, 0xab, 0x52, 0xd7, 0x69, 0xee, 0x2c, 0xbc, 0x29, 0x75, 0x97, 0x98, - 0x58, 0x4d, 0x76, 0x68, 0x55, 0x05, 0xeb, 0xb2, 0x68, 0x08, 0xf6, 0xf9, 0xe1, 0x3a, 0xdb, 0x95, - 0xf2, 0x97, 0xea, 0xea, 0xc2, 0xdd, 0x86, 0xc3, 0xd9, 0x49, 0x9a, 0x6a, 0x05, 0x0e, 0xc4, 0xc6, - 0xba, 0x66, 0xbb, 0xd7, 0x85, 0xcd, 0x94, 0xd1, 0x84, 0x96, 0x84, 0xcb, 0x34, 0xe7, 0x7c, 0x10, - 0x64, 0x71, 0x2e, 0x42, 0x98, 0x36, 0x8d, 0xae, 0x37, 0x86, 0xd5, 0xfe, 0xe3, 0x64, 0xff, 0xb1, - 0xea, 0x59, 0x7d, 0x0a, 0x78, 0x39, 0xcd, 0xad, 0x1b, 0x99, 0xee, 0x37, 0xa0, 0xad, 0x9d, 0xa8, - 0x93, 0x6b, 0xad, 0xf7, 0x8c, 0xd6, 0xd0, 0x92, 0xc5, 0xde, 0xa3, 0xf7, 0xaa, 0x88, 0x5d, 0xf1, - 0x58, 0xf0, 0x23, 0xe9, 0x59, 0x3e, 0x4f, 0x08, 0x9e, 0xa9, 0xee, 0xed, 0xb4, 0x90, 0x71, 0x6a, - 0xf6, 0xed, 0xd4, 0x9a, 0xb9, 0x5e, 0xe2, 0xd4, 0xcc, 0xf0, 0x8e, 0x35, 0x73, 0xcd, 0x7d, 0x98, - 0x96, 0x5c, 0x54, 0x4f, 0x88, 0xd5, 0xd5, 0x39, 0xed, 0xd5, 0x86, 0x23, 0x39, 0x59, 0x9a, 0xf4, - 0x05, 0x1c, 0xdc, 0x30, 0x6f, 0x68, 0xd4, 0xf1, 0x2e, 0xa8, 0x96, 0x90, 0x66, 0xb5, 0x45, 0xdc, - 0x8d, 0xf4, 0xe8, 0x33, 0x61, 0xcf, 0xab, 0xc7, 0xf6, 0x81, 0xf6, 0x77, 0xb2, 0x50, 0xbe, 0xbf, - 0xde, 0x33, 0xfb, 0x3b, 0xb7, 0x3e, 0x9b, 0xd9, 0xbf, 0x08, 0xfb, 0xa4, 0x01, 0xf4, 0x01, 0xc0, - 0x7e, 0xad, 0x3e, 0xd5, 0x05, 0xee, 0xe4, 0x3c, 0xab, 0xe2, 0xb2, 0xe1, 0xaa, 0xbe, 0x3b, 0xf1, - 0xee, 0xc7, 0x9f, 0x8f, 0x3d, 0x77, 0xd0, 0x28, 0x29, 0x7a, 0x15, 0xa0, 0xaf, 0x00, 0x0e, 0x98, - 0x0f, 0x1d, 0x7a, 0x54, 0x54, 0x2b, 0x7b, 0xf8, 0x55, 0x1f, 0x9f, 0x3a, 0x4f, 0xc3, 0xce, 0x49, - 0xd8, 0x19, 0x34, 0x4d, 0x4a, 0xbe, 0x8f, 0xc8, 0x1b, 0xd9, 0xf9, 0x6f, 0xd1, 0x67, 0x00, 0xaf, - 0x98, 0x92, 0xf3, 0x41, 0x50, 0x8c, 0x9f, 0x3d, 0x13, 0x8b, 0xf1, 0x73, 0x66, 0x9c, 0x3b, 0x2d, - 0xf1, 0x27, 0xd1, 0x78, 0x59, 0x7c, 0xf4, 0x09, 0xd8, 0xb3, 0xa3, 0xd4, 0x96, 0x67, 0xcc, 0xa8, - 0x52, 0x5b, 0x9e, 0x35, 0xbc, 0x4a, 0x31, 0x5b, 0xef, 0x74, 0xf4, 0x1d, 0xc0, 0x41, 0xeb, 0xa9, - 0x41, 0x65, 0x8a, 0x67, 0x4d, 0x86, 0xea, 0xdc, 0xe9, 0x13, 0x35, 0xf6, 0x13, 0x89, 0x3d, 0x8b, - 0x6a, 0xa4, 0xec, 0xb7, 0xc5, 0xbf, 0x56, 0xf9, 0x02, 0xe0, 0x55, 0x4b, 0x34, 0xe9, 0x95, 0x32, - 0x67, 0xfe, 0x7f, 0x16, 0xf2, 0x86, 0x95, 0x5b, 0x93, 0x16, 0xee, 0xa3, 0x89, 0xd2, 0x16, 0x16, - 0x16, 0x0f, 0x8e, 0x1c, 0x70, 0x78, 0xe4, 0x80, 0xdf, 0x47, 0x0e, 0x78, 0x7f, 0xec, 0x54, 0x0e, - 0x8f, 0x9d, 0xca, 0xcf, 0x63, 0xa7, 0xf2, 0xea, 0x81, 0xe7, 0x8b, 0xcd, 0x76, 0x03, 0x37, 0xf9, - 0x96, 0x2d, 0xb7, 0x6b, 0x0b, 0x8a, 0xbd, 0x88, 0xc5, 0x8d, 0x7e, 0xf9, 0xc5, 0x34, 0xfb, 0x37, - 0x00, 0x00, 0xff, 0xff, 0xab, 0x9f, 0x18, 0x9d, 0xab, 0x0a, 0x00, 0x00, + 0x14, 0xc7, 0x77, 0x40, 0x88, 0x8e, 0x10, 0xcd, 0xc8, 0x41, 0x57, 0xa8, 0x52, 0x23, 0x02, 0x86, + 0x19, 0x76, 0x31, 0x8a, 0x27, 0x03, 0x51, 0x88, 0x37, 0x58, 0x8c, 0x07, 0x2f, 0x64, 0x76, 0x19, + 0x4a, 0x63, 0xe9, 0x94, 0xed, 0x2c, 0x81, 0x18, 0x2f, 0x7e, 0x02, 0xa3, 0x9f, 0xc4, 0xc4, 0x83, + 0x9a, 0xc8, 0x99, 0x23, 0x89, 0x17, 0x4f, 0xc6, 0x80, 0x1f, 0xc4, 0x74, 0x66, 0xd6, 0xce, 0x84, + 0x96, 0x16, 0xe1, 0xb4, 0xdb, 0xe9, 0x7b, 0xff, 0xf7, 0xfb, 0xcf, 0xbc, 0xbe, 0x16, 0xde, 0x0d, + 0xe8, 0x36, 0x0d, 0x99, 0x20, 0xc9, 0x2f, 0x61, 0x11, 0x6f, 0x6d, 0xc4, 0x82, 0xb7, 0xa9, 0xc7, + 0xc8, 0x56, 0x87, 0xb5, 0x77, 0x71, 0xd4, 0xe6, 0x82, 0xa3, 0x1b, 0x3a, 0x0c, 0x27, 0xbf, 0xd8, + 0x0c, 0xab, 0x0e, 0x7b, 0x9c, 0x7b, 0x01, 0x23, 0x34, 0xf2, 0x09, 0x0d, 0x43, 0x2e, 0xa8, 0xf0, + 0x79, 0x18, 0xab, 0xc4, 0xea, 0x64, 0x8b, 0xc7, 0x9b, 0x3c, 0x26, 0x4d, 0x1a, 0x6b, 0x45, 0xb2, + 0x5d, 0x6b, 0x32, 0x41, 0x6b, 0x24, 0xa2, 0x9e, 0x1f, 0xca, 0x60, 0x1d, 0x3b, 0x96, 0xcf, 0x12, + 0xd1, 0x36, 0xdd, 0xec, 0x6a, 0x4e, 0xe5, 0xc7, 0xc5, 0x82, 0xbe, 0x66, 0xab, 0xfa, 0xaa, 0x38, + 0x5c, 0x5e, 0xac, 0xae, 0x31, 0x41, 0xfd, 0xa0, 0xab, 0x8e, 0xf3, 0xc3, 0xd7, 0xfd, 0x1d, 0x2a, + 0xd8, 0xda, 0xaa, 0x45, 0xe3, 0x98, 0x0e, 0xbb, 0xde, 0x5a, 0xdc, 0xef, 0xba, 0x1a, 0xf2, 0xb8, + 0xc7, 0xe5, 0x5f, 0x92, 0xfc, 0x53, 0xab, 0xee, 0x10, 0x44, 0xcb, 0xc9, 0x6e, 0x2c, 0x49, 0xa9, + 0x06, 0xdb, 0xea, 0xb0, 0x58, 0xb8, 0x2f, 0xe1, 0x35, 0x6b, 0x35, 0x8e, 0x78, 0x18, 0x33, 0xf4, + 0x04, 0xf6, 0xab, 0x92, 0xd7, 0xc1, 0x6d, 0x30, 0x7e, 0xb9, 0x3e, 0x8a, 0x73, 0x8f, 0x03, 0xab, + 0xd4, 0xf9, 0x0b, 0xfb, 0xbf, 0x6e, 0x55, 0x1a, 0x3a, 0xcd, 0x9d, 0x81, 0x37, 0xa5, 0xee, 0x22, + 0x13, 0x2b, 0xc9, 0x0e, 0xad, 0xa8, 0x60, 0x5d, 0x16, 0x0d, 0xc1, 0x3e, 0x3f, 0x5c, 0x63, 0x3b, + 0x52, 0xfe, 0x52, 0x43, 0x5d, 0xb8, 0x5b, 0x70, 0x38, 0x3b, 0x49, 0x53, 0x2d, 0xc3, 0x81, 0xd8, + 0x58, 0xd7, 0x6c, 0xf7, 0x4e, 0x60, 0x33, 0x65, 0x34, 0xa1, 0x25, 0xe1, 0x32, 0xcd, 0x39, 0x17, + 0x04, 0x59, 0x9c, 0x0b, 0x10, 0xa6, 0x4d, 0xa3, 0xeb, 0x8d, 0x61, 0xb5, 0xff, 0x38, 0xd9, 0x7f, + 0xac, 0x7a, 0x56, 0x9f, 0x02, 0x5e, 0x4a, 0x73, 0x1b, 0x46, 0xa6, 0xfb, 0x0d, 0x68, 0x6b, 0xc7, + 0xea, 0xe4, 0x5a, 0xeb, 0x3d, 0xa3, 0x35, 0xb4, 0x68, 0xb1, 0xf7, 0xe8, 0xbd, 0x2a, 0x62, 0x57, + 0x3c, 0x16, 0xfc, 0x48, 0x7a, 0x96, 0xcf, 0x12, 0x82, 0xa7, 0xaa, 0x7b, 0xbb, 0x2d, 0x64, 0x9c, + 0x9a, 0x7d, 0x3b, 0xb5, 0x66, 0xae, 0x97, 0x38, 0x35, 0x33, 0xbc, 0x6b, 0xcd, 0x5c, 0x73, 0x1f, + 0xa4, 0x25, 0x17, 0xd4, 0x13, 0x62, 0x75, 0x75, 0x4e, 0x7b, 0x75, 0xe0, 0x48, 0x4e, 0x96, 0x26, + 0x7d, 0x01, 0x07, 0xd7, 0xcd, 0x1b, 0x1a, 0x75, 0xfc, 0x04, 0x54, 0x4b, 0x48, 0xb3, 0xda, 0x22, + 0xee, 0x7a, 0x7a, 0xf4, 0x99, 0xb0, 0xe7, 0xd5, 0x63, 0x7b, 0x40, 0xfb, 0x3b, 0x5e, 0x28, 0xdf, + 0x5f, 0xef, 0x99, 0xfd, 0x9d, 0x5b, 0x9f, 0xd5, 0xf7, 0x2e, 0xc2, 0x3e, 0x69, 0x00, 0x7d, 0x00, + 0xb0, 0x5f, 0xab, 0x4f, 0x9d, 0x00, 0x77, 0x7c, 0x9e, 0x55, 0x71, 0xd9, 0x70, 0x55, 0xdf, 0x9d, + 0x78, 0xf7, 0xe3, 0xcf, 0xc7, 0x9e, 0x3b, 0x68, 0x94, 0x14, 0xbd, 0x0a, 0xd0, 0x57, 0x00, 0x07, + 0xcc, 0x87, 0x0e, 0x3d, 0x2c, 0xaa, 0x95, 0x3d, 0xfc, 0xaa, 0x8f, 0x4e, 0x9d, 0xa7, 0x61, 0x67, + 0x25, 0x6c, 0x1d, 0x4d, 0x93, 0x92, 0xef, 0x23, 0xf2, 0x46, 0x76, 0xfe, 0x5b, 0xf4, 0x19, 0xc0, + 0x2b, 0xa6, 0xe4, 0x5c, 0x10, 0x14, 0xe3, 0x67, 0xcf, 0xc4, 0x62, 0xfc, 0x9c, 0x19, 0xe7, 0x4e, + 0x4b, 0xfc, 0x49, 0x34, 0x5e, 0x16, 0x1f, 0x7d, 0x02, 0xf6, 0xec, 0x28, 0xb5, 0xe5, 0x19, 0x33, + 0xaa, 0xd4, 0x96, 0x67, 0x0d, 0xaf, 0x52, 0xcc, 0xd6, 0x3b, 0x1d, 0x7d, 0x07, 0x70, 0xd0, 0x7a, + 0x6a, 0x50, 0x99, 0xe2, 0x59, 0x93, 0xa1, 0x3a, 0x7b, 0xfa, 0x44, 0x8d, 0xfd, 0x58, 0x62, 0xcf, + 0xa0, 0x1a, 0x29, 0xfb, 0x6d, 0xf1, 0xaf, 0x55, 0xbe, 0x00, 0x78, 0xd5, 0x12, 0x4d, 0x7a, 0xa5, + 0xcc, 0x99, 0xff, 0x9f, 0x85, 0xbc, 0x61, 0xe5, 0xd6, 0xa4, 0x85, 0xfb, 0x68, 0xa2, 0xb4, 0x85, + 0xf9, 0xe7, 0xfb, 0x87, 0x0e, 0x38, 0x38, 0x74, 0xc0, 0xef, 0x43, 0x07, 0xbc, 0x3f, 0x72, 0x2a, + 0x07, 0x47, 0x4e, 0xe5, 0xe7, 0x91, 0x53, 0x79, 0x45, 0x3c, 0x5f, 0x6c, 0x74, 0x9a, 0xb8, 0xc5, + 0x37, 0x6d, 0xb9, 0xed, 0x3a, 0xd9, 0xb1, 0x35, 0xc5, 0x6e, 0xc4, 0xe2, 0x66, 0xbf, 0xfc, 0x68, + 0x9a, 0xf9, 0x1b, 0x00, 0x00, 0xff, 0xff, 0xd3, 0xc4, 0x1e, 0x56, 0xae, 0x0a, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/epochstorage/types/stake_entry.pb.go b/x/epochstorage/types/stake_entry.pb.go index 1eb9867989..e1fcb13f97 100644 --- a/x/epochstorage/types/stake_entry.pb.go +++ b/x/epochstorage/types/stake_entry.pb.go @@ -255,45 +255,46 @@ func init() { } var fileDescriptor_df6302d6b53c056e = []byte{ - // 607 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x54, 0xcf, 0x6e, 0xd3, 0x30, - 0x18, 0x6f, 0xb6, 0x76, 0x5b, 0x9d, 0x6d, 0x6c, 0xde, 0x0e, 0xde, 0x0e, 0x59, 0xe8, 0x10, 0x8a, - 0x00, 0x25, 0xda, 0x10, 0x0f, 0x40, 0x4b, 0x8b, 0x40, 0x1c, 0x50, 0xd8, 0x89, 0x4b, 0xe4, 0x24, - 0x56, 0x6a, 0x9a, 0xd8, 0x51, 0xec, 0x55, 0xec, 0x2d, 0x78, 0x0c, 0x8e, 0x3c, 0xc6, 0x8e, 0x3b, - 0x72, 0x42, 0xa8, 0x3d, 0xf0, 0x14, 0x48, 0xc8, 0x76, 0xd2, 0x3f, 0x87, 0x21, 0xb8, 0x34, 0xfe, - 0xbe, 0xef, 0xf7, 0xfd, 0xfc, 0xfd, 0x7e, 0x76, 0x0d, 0x9e, 0xe6, 0x78, 0x8a, 0x19, 0x91, 0x81, - 0xfa, 0x06, 0xa4, 0xe4, 0xc9, 0x58, 0x48, 0x5e, 0xe1, 0x8c, 0x04, 0x42, 0xe2, 0x09, 0x89, 0x08, - 0x93, 0xd5, 0x8d, 0x5f, 0x56, 0x5c, 0x72, 0x78, 0x52, 0x83, 0x7d, 0xf5, 0xf5, 0x57, 0xc1, 0xa7, - 0xde, 0xfd, 0x3c, 0x84, 0xa5, 0x25, 0xa7, 0x4c, 0x1a, 0x92, 0xd3, 0xe3, 0x8c, 0x67, 0x5c, 0x2f, - 0x03, 0xb5, 0xaa, 0xb3, 0x4e, 0xc2, 0x45, 0xc1, 0x45, 0x10, 0x63, 0x41, 0x82, 0xe9, 0x45, 0x4c, - 0x24, 0xbe, 0x08, 0x12, 0x4e, 0x59, 0x5d, 0x7f, 0x54, 0xd7, 0xd5, 0x50, 0x94, 0x65, 0x0b, 0x48, - 0x1d, 0xd7, 0xa8, 0x43, 0x5c, 0x50, 0xc6, 0x03, 0xfd, 0x6b, 0x52, 0xbd, 0xdf, 0x1d, 0x00, 0x3e, - 0x28, 0x25, 0x43, 0x25, 0x04, 0xbe, 0x00, 0x1d, 0xad, 0x0b, 0x59, 0xae, 0xe5, 0xd9, 0x97, 0x27, - 0xbe, 0xe1, 0xf5, 0xd5, 0xbe, 0x7e, 0x4d, 0xea, 0x0f, 0x38, 0x65, 0xfd, 0xf6, 0xed, 0x8f, 0xb3, - 0x56, 0x68, 0xd0, 0x10, 0x81, 0x6d, 0x9c, 0xa6, 0x15, 0x11, 0x02, 0x6d, 0xb8, 0x96, 0xd7, 0x0d, - 0x9b, 0x10, 0xfa, 0xe0, 0xc8, 0x18, 0x85, 0xcb, 0x32, 0xa7, 0x24, 0x8d, 0xe2, 0x9c, 0x27, 0x13, - 0xb4, 0xe9, 0x5a, 0x5e, 0x3b, 0x3c, 0xd4, 0xa5, 0x97, 0xa6, 0xd2, 0x57, 0x05, 0xf8, 0x1a, 0x74, - 0x1b, 0x43, 0x04, 0x6a, 0xbb, 0x9b, 0x9e, 0x7d, 0x79, 0xee, 0xdf, 0xeb, 0xab, 0x3f, 0xac, 0xb1, - 0xf5, 0x38, 0xcb, 0x5e, 0xe8, 0x02, 0x3b, 0x23, 0x3c, 0xe7, 0x09, 0x96, 0x94, 0x33, 0xd4, 0x71, - 0x2d, 0xaf, 0x13, 0xae, 0xa6, 0xe0, 0x31, 0xe8, 0x24, 0x63, 0x4c, 0x19, 0xda, 0xd2, 0x23, 0x9b, - 0x40, 0x49, 0x29, 0x38, 0xa3, 0x13, 0x52, 0xa1, 0x1d, 0x23, 0xa5, 0x0e, 0xe1, 0x08, 0xec, 0xa7, - 0x24, 0x27, 0x19, 0x96, 0x24, 0x92, 0x5c, 0xe2, 0x1c, 0x75, 0xff, 0xcd, 0xa4, 0xbd, 0xa6, 0xed, - 0x4a, 0x75, 0xad, 0xf1, 0xe4, 0xb4, 0xa0, 0x12, 0x81, 0xff, 0xe4, 0x79, 0xa7, 0xba, 0x60, 0x00, - 0x8e, 0x16, 0x3c, 0x09, 0x2f, 0x0a, 0x2a, 0x84, 0x52, 0x6a, 0x6b, 0x6b, 0x61, 0x53, 0x1a, 0x2c, - 0x2a, 0xf0, 0x0c, 0xd8, 0x39, 0x16, 0x32, 0x4a, 0xc6, 0x98, 0x65, 0x04, 0xed, 0x6a, 0x20, 0x50, - 0xa9, 0x81, 0xce, 0xc0, 0x37, 0x60, 0x57, 0x1f, 0x4f, 0x54, 0x91, 0x92, 0x57, 0x12, 0xed, 0xe9, - 0xb9, 0x1e, 0xff, 0xc5, 0x7f, 0x7d, 0x68, 0xa1, 0x46, 0x87, 0x76, 0xbc, 0x0c, 0x94, 0xb9, 0x53, - 0x7c, 0x9d, 0x4b, 0xb4, 0x6f, 0xcc, 0xd5, 0x01, 0x7c, 0x0f, 0xec, 0x94, 0x88, 0xa4, 0xa2, 0xa5, - 0x3e, 0x94, 0x07, 0x9a, 0xff, 0xbc, 0xd1, 0xdd, 0x5c, 0xd6, 0x46, 0xfa, 0xab, 0x25, 0xb4, 0xdf, - 0x55, 0x0e, 0x7c, 0xfd, 0xf5, 0xed, 0x89, 0x15, 0xae, 0x52, 0xa8, 0x7d, 0x3e, 0x61, 0x9a, 0x0b, - 0x74, 0xa0, 0xd5, 0x98, 0x00, 0xf6, 0xc0, 0x9e, 0x5a, 0x44, 0x84, 0xa5, 0x91, 0xa4, 0x05, 0x41, - 0x87, 0xae, 0xe5, 0x6d, 0x86, 0xb6, 0x4a, 0x0e, 0x59, 0x7a, 0x45, 0x0b, 0xf2, 0xb6, 0xbd, 0xb3, - 0x7d, 0xb0, 0xd3, 0x1b, 0x01, 0xbb, 0xbf, 0x3e, 0xb6, 0xd6, 0xa7, 0xef, 0x7f, 0x3b, 0x34, 0x01, - 0x7c, 0x08, 0x76, 0x73, 0x2c, 0x89, 0x90, 0xf5, 0xed, 0xdd, 0xd0, 0x45, 0xdb, 0xe4, 0x74, 0x7b, - 0x7f, 0x74, 0x3b, 0x73, 0xac, 0xbb, 0x99, 0x63, 0xfd, 0x9c, 0x39, 0xd6, 0x97, 0xb9, 0xd3, 0xba, - 0x9b, 0x3b, 0xad, 0xef, 0x73, 0xa7, 0xf5, 0xf1, 0x59, 0x46, 0xe5, 0xf8, 0x3a, 0xf6, 0x13, 0x5e, - 0x04, 0x6b, 0xaf, 0xc0, 0xe7, 0xf5, 0x77, 0x40, 0xde, 0x94, 0x44, 0xc4, 0x5b, 0xfa, 0x6f, 0xf9, - 0xfc, 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x42, 0x11, 0xd6, 0x4d, 0x79, 0x04, 0x00, 0x00, + // 609 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x54, 0x4d, 0x6e, 0xd4, 0x30, + 0x14, 0x9e, 0xb4, 0x33, 0x6d, 0xc7, 0x69, 0x4b, 0xeb, 0x76, 0xe1, 0x76, 0x91, 0x86, 0x16, 0xa1, + 0x08, 0xa4, 0x58, 0x2d, 0xe2, 0x00, 0x4c, 0x69, 0x51, 0x11, 0x0b, 0x14, 0xba, 0x62, 0x13, 0x39, + 0x89, 0x95, 0x31, 0x93, 0xd8, 0x51, 0xec, 0x8e, 0xe8, 0x2d, 0x38, 0x06, 0x4b, 0x8e, 0xd1, 0x65, + 0x97, 0xac, 0x10, 0x9a, 0x59, 0x70, 0x0a, 0x24, 0x64, 0x3b, 0x99, 0x9f, 0x45, 0x11, 0x6c, 0x26, + 0x7e, 0xef, 0x7d, 0xef, 0xf3, 0xfb, 0x3e, 0x7b, 0x0c, 0x9e, 0x17, 0x64, 0x4c, 0x38, 0x55, 0x58, + 0x7f, 0x31, 0xad, 0x44, 0x3a, 0x94, 0x4a, 0xd4, 0x24, 0xa7, 0x58, 0x2a, 0x32, 0xa2, 0x31, 0xe5, + 0xaa, 0xbe, 0x0d, 0xab, 0x5a, 0x28, 0x01, 0x0f, 0x1a, 0x70, 0xa8, 0xbf, 0xe1, 0x22, 0xf8, 0x30, + 0x78, 0x98, 0x87, 0xf2, 0xac, 0x12, 0x8c, 0x2b, 0x4b, 0x72, 0xb8, 0x9f, 0x8b, 0x5c, 0x98, 0x25, + 0xd6, 0xab, 0x26, 0xeb, 0xa5, 0x42, 0x96, 0x42, 0xe2, 0x84, 0x48, 0x8a, 0xc7, 0xa7, 0x09, 0x55, + 0xe4, 0x14, 0xa7, 0x82, 0xf1, 0xa6, 0xfe, 0xa4, 0xa9, 0xeb, 0xa1, 0x18, 0xcf, 0x67, 0x90, 0x26, + 0x6e, 0x50, 0xbb, 0xa4, 0x64, 0x5c, 0x60, 0xf3, 0x6b, 0x53, 0xc7, 0xbf, 0x7b, 0x00, 0x7c, 0xd0, + 0x4a, 0x2e, 0xb4, 0x10, 0xf8, 0x12, 0xf4, 0x8c, 0x2e, 0xe4, 0xf8, 0x4e, 0xe0, 0x9e, 0x1d, 0x84, + 0x96, 0x37, 0xd4, 0xfb, 0x86, 0x0d, 0x69, 0x78, 0x2e, 0x18, 0x1f, 0x74, 0xef, 0x7e, 0x1c, 0x75, + 0x22, 0x8b, 0x86, 0x08, 0xac, 0x93, 0x2c, 0xab, 0xa9, 0x94, 0x68, 0xc5, 0x77, 0x82, 0x7e, 0xd4, + 0x86, 0x30, 0x04, 0x7b, 0xd6, 0x28, 0x52, 0x55, 0x05, 0xa3, 0x59, 0x9c, 0x14, 0x22, 0x1d, 0xa1, + 0x55, 0xdf, 0x09, 0xba, 0xd1, 0xae, 0x29, 0xbd, 0xb2, 0x95, 0x81, 0x2e, 0xc0, 0x37, 0xa0, 0xdf, + 0x1a, 0x22, 0x51, 0xd7, 0x5f, 0x0d, 0xdc, 0xb3, 0x93, 0xf0, 0x41, 0x5f, 0xc3, 0x8b, 0x06, 0xdb, + 0x8c, 0x33, 0xef, 0x85, 0x3e, 0x70, 0x73, 0x2a, 0x0a, 0x91, 0x12, 0xc5, 0x04, 0x47, 0x3d, 0xdf, + 0x09, 0x7a, 0xd1, 0x62, 0x0a, 0xee, 0x83, 0x5e, 0x3a, 0x24, 0x8c, 0xa3, 0x35, 0x33, 0xb2, 0x0d, + 0xb4, 0x94, 0x52, 0x70, 0x36, 0xa2, 0x35, 0xda, 0xb0, 0x52, 0x9a, 0x10, 0x5e, 0x82, 0xed, 0x8c, + 0x16, 0x34, 0x27, 0x8a, 0xc6, 0x4a, 0x28, 0x52, 0xa0, 0xfe, 0xbf, 0x99, 0xb4, 0xd5, 0xb6, 0x5d, + 0xeb, 0xae, 0x25, 0x9e, 0x82, 0x95, 0x4c, 0x21, 0xf0, 0x9f, 0x3c, 0xef, 0x74, 0x17, 0xc4, 0x60, + 0x6f, 0xc6, 0x93, 0x8a, 0xb2, 0x64, 0x52, 0x6a, 0xa5, 0xae, 0xb1, 0x16, 0xb6, 0xa5, 0xf3, 0x59, + 0x05, 0x1e, 0x01, 0xb7, 0x20, 0x52, 0xc5, 0xe9, 0x90, 0xf0, 0x9c, 0xa2, 0x4d, 0x03, 0x04, 0x3a, + 0x75, 0x6e, 0x32, 0xf0, 0x0a, 0x6c, 0x9a, 0xe3, 0x89, 0x6b, 0x5a, 0x89, 0x5a, 0xa1, 0x2d, 0x33, + 0xd7, 0xd3, 0xbf, 0xf8, 0x6f, 0x0e, 0x2d, 0x32, 0xe8, 0xc8, 0x4d, 0xe6, 0x81, 0x36, 0x77, 0x4c, + 0x6e, 0x0a, 0x85, 0xb6, 0xad, 0xb9, 0x26, 0x80, 0xef, 0x81, 0x9b, 0x51, 0x99, 0xd6, 0xac, 0x32, + 0x87, 0xf2, 0xc8, 0xf0, 0x9f, 0xb4, 0xba, 0xdb, 0xcb, 0xda, 0x4a, 0x7f, 0x3d, 0x87, 0x0e, 0xfa, + 0xda, 0x81, 0xaf, 0xbf, 0xbe, 0x3d, 0x73, 0xa2, 0x45, 0x0a, 0xbd, 0xcf, 0x27, 0xc2, 0x0a, 0x89, + 0x76, 0x8c, 0x1a, 0x1b, 0xc0, 0x63, 0xb0, 0xa5, 0x17, 0x31, 0xe5, 0x59, 0xac, 0x58, 0x49, 0xd1, + 0xae, 0xef, 0x04, 0xab, 0x91, 0xab, 0x93, 0x17, 0x3c, 0xbb, 0x66, 0x25, 0x7d, 0xdb, 0xdd, 0x58, + 0xdf, 0xd9, 0x38, 0xbe, 0x04, 0xee, 0x60, 0x79, 0x6c, 0xa3, 0xcf, 0xdc, 0xff, 0x6e, 0x64, 0x03, + 0xf8, 0x18, 0x6c, 0x16, 0x44, 0x51, 0xa9, 0x9a, 0xdb, 0xbb, 0x62, 0x8a, 0xae, 0xcd, 0x99, 0xf6, + 0xc1, 0xd5, 0xdd, 0xc4, 0x73, 0xee, 0x27, 0x9e, 0xf3, 0x73, 0xe2, 0x39, 0x5f, 0xa6, 0x5e, 0xe7, + 0x7e, 0xea, 0x75, 0xbe, 0x4f, 0xbd, 0xce, 0x47, 0x9c, 0x33, 0x35, 0xbc, 0x49, 0xc2, 0x54, 0x94, + 0x78, 0xe9, 0x15, 0x18, 0x9f, 0xe1, 0xcf, 0xcb, 0x4f, 0x81, 0xba, 0xad, 0xa8, 0x4c, 0xd6, 0xcc, + 0x3f, 0xf3, 0xc5, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x5e, 0x75, 0xf1, 0x29, 0x7c, 0x04, 0x00, + 0x00, } func (m *StakeEntry) Marshal() (dAtA []byte, err error) { diff --git a/x/epochstorage/types/stake_storage.go b/x/epochstorage/types/stake_storage.go index 0bdb9eb3f6..58b8a3a93f 100644 --- a/x/epochstorage/types/stake_storage.go +++ b/x/epochstorage/types/stake_storage.go @@ -3,7 +3,7 @@ package types import ( fmt "fmt" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/utils" ) func (ss StakeStorage) GetStakeEntryByAddressFromStorage(address string) (StakeEntry, bool) { diff --git a/x/epochstorage/types/stake_storage.pb.go b/x/epochstorage/types/stake_storage.pb.go index a2d012438d..3de6dcd29f 100644 --- a/x/epochstorage/types/stake_storage.pb.go +++ b/x/epochstorage/types/stake_storage.pb.go @@ -92,7 +92,7 @@ func init() { } var fileDescriptor_be7b78aecc265fd4 = []byte{ - // 246 bytes of a gzipped FileDescriptorProto + // 249 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0xcd, 0x49, 0x2c, 0x4b, 0xcc, 0x4b, 0x2d, 0xd1, 0x07, 0xd1, 0xfa, 0xa9, 0x05, 0xf9, 0xc9, 0x19, 0xc5, 0x25, 0xf9, 0x45, 0x89, 0xe9, 0xa9, 0xfa, 0xc5, 0x25, 0x89, 0xd9, 0xa9, 0xf1, 0x50, 0x9e, 0x5e, 0x41, 0x51, 0x7e, @@ -104,11 +104,11 @@ var fileDescriptor_be7b78aecc265fd4 = []byte{ 0x60, 0xd6, 0xe0, 0x36, 0x52, 0xd5, 0xc3, 0xe9, 0x36, 0xbd, 0x60, 0x98, 0xf2, 0x4a, 0x27, 0x96, 0x13, 0xf7, 0xe4, 0x19, 0x82, 0x50, 0x0c, 0x10, 0x52, 0xe3, 0xe2, 0x03, 0x2b, 0x77, 0xca, 0xc9, 0x4f, 0xce, 0xf6, 0x48, 0x2c, 0xce, 0x90, 0x60, 0x56, 0x60, 0xd4, 0xe0, 0x09, 0x42, 0x13, 0x75, - 0x72, 0x3b, 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, 0x9d, 0xf4, 0xcc, 0x92, - 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0x7d, 0x94, 0x70, 0xa8, 0x40, 0x0d, 0x89, 0x92, 0xca, - 0x82, 0xd4, 0xe2, 0x24, 0x36, 0xb0, 0x77, 0x8d, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0x64, 0x2d, - 0xbc, 0x7a, 0x7d, 0x01, 0x00, 0x00, + 0xf2, 0x3c, 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, 0xfd, 0xf4, 0xcc, 0x92, + 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0x7d, 0x94, 0x70, 0x28, 0x33, 0xd2, 0xaf, 0x40, 0x0d, + 0x8c, 0x92, 0xca, 0x82, 0xd4, 0xe2, 0x24, 0x36, 0xb0, 0x8f, 0x8d, 0x01, 0x01, 0x00, 0x00, 0xff, + 0xff, 0x82, 0xbe, 0xa5, 0xcb, 0x80, 0x01, 0x00, 0x00, } func (m *StakeStorage) Marshal() (dAtA []byte, err error) { diff --git a/x/epochstorage/types/tx.pb.go b/x/epochstorage/types/tx.pb.go index 5f05f837e7..6c7989aa65 100644 --- a/x/epochstorage/types/tx.pb.go +++ b/x/epochstorage/types/tx.pb.go @@ -28,16 +28,16 @@ func init() { } var fileDescriptor_7051565dcc1777fe = []byte{ - // 130 bytes of a gzipped FileDescriptorProto + // 133 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xca, 0x49, 0x2c, 0x4b, 0xcc, 0x4b, 0x2d, 0xd1, 0x07, 0xd1, 0xfa, 0xa9, 0x05, 0xf9, 0xc9, 0x19, 0xc5, 0x25, 0xf9, 0x45, 0x89, 0xe9, 0xa9, 0xfa, 0x25, 0x15, 0x7a, 0x05, 0x45, 0xf9, 0x25, 0xf9, 0x42, 0x92, 0x50, 0x35, - 0x7a, 0x20, 0x5a, 0x0f, 0x59, 0x8d, 0x11, 0x2b, 0x17, 0xb3, 0x6f, 0x71, 0xba, 0x93, 0xdb, 0x89, + 0x7a, 0x20, 0x5a, 0x0f, 0x59, 0x8d, 0x11, 0x2b, 0x17, 0xb3, 0x6f, 0x71, 0xba, 0x93, 0xe7, 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, 0xe9, 0xa4, 0x67, 0x96, 0x64, 0x94, 0x26, - 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0xa3, 0x58, 0x55, 0x81, 0x66, 0x59, 0x65, 0x41, 0x6a, 0x71, 0x12, - 0x1b, 0xd8, 0x42, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0x76, 0xd2, 0x13, 0xe8, 0x96, 0x00, - 0x00, 0x00, + 0x85, 0xc7, 0x72, 0x0c, 0x37, 0x1e, 0xcb, 0x31, 0x44, 0xe9, 0xa7, 0x67, 0x96, 0x64, 0x94, 0x26, + 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0xa3, 0x58, 0x55, 0x66, 0xa4, 0x5f, 0x81, 0x66, 0x5f, 0x65, 0x41, + 0x6a, 0x71, 0x12, 0x1b, 0xd8, 0x4e, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0x05, 0x8a, 0x4a, + 0x01, 0x99, 0x00, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/fixationstore/client/cli/query.go b/x/fixationstore/client/cli/query.go index 8b8670efda..69bdb726ea 100644 --- a/x/fixationstore/client/cli/query.go +++ b/x/fixationstore/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/lavanet/lava/x/fixationstore/types" + "github.com/lavanet/lava/v2/x/fixationstore/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/fixationstore/client/cli/query_all_indices.go b/x/fixationstore/client/cli/query_all_indices.go index ad6003edc4..53231273d0 100644 --- a/x/fixationstore/client/cli/query_all_indices.go +++ b/x/fixationstore/client/cli/query_all_indices.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/fixationstore/types" + "github.com/lavanet/lava/v2/x/fixationstore/types" "github.com/spf13/cobra" ) diff --git a/x/fixationstore/client/cli/query_entry.go b/x/fixationstore/client/cli/query_entry.go index 233f860625..8da2d6792e 100644 --- a/x/fixationstore/client/cli/query_entry.go +++ b/x/fixationstore/client/cli/query_entry.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/fixationstore/types" + "github.com/lavanet/lava/v2/x/fixationstore/types" "github.com/spf13/cobra" ) diff --git a/x/fixationstore/client/cli/query_store_keys.go b/x/fixationstore/client/cli/query_store_keys.go index 0714da49ab..7990562598 100644 --- a/x/fixationstore/client/cli/query_store_keys.go +++ b/x/fixationstore/client/cli/query_store_keys.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/fixationstore/types" + "github.com/lavanet/lava/v2/x/fixationstore/types" "github.com/spf13/cobra" ) diff --git a/x/fixationstore/client/cli/query_versions.go b/x/fixationstore/client/cli/query_versions.go index b0394c23de..ddc34a6e06 100644 --- a/x/fixationstore/client/cli/query_versions.go +++ b/x/fixationstore/client/cli/query_versions.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/fixationstore/types" + "github.com/lavanet/lava/v2/x/fixationstore/types" "github.com/spf13/cobra" ) diff --git a/x/fixationstore/keeper/grpc_query_all_indices.go b/x/fixationstore/keeper/grpc_query_all_indices.go index 4fd3a4476d..903ba27ca5 100644 --- a/x/fixationstore/keeper/grpc_query_all_indices.go +++ b/x/fixationstore/keeper/grpc_query_all_indices.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/fixationstore/types" + "github.com/lavanet/lava/v2/x/fixationstore/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/fixationstore/keeper/grpc_query_entry.go b/x/fixationstore/keeper/grpc_query_entry.go index 1b4dd05f3c..31daf5d088 100644 --- a/x/fixationstore/keeper/grpc_query_entry.go +++ b/x/fixationstore/keeper/grpc_query_entry.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/fixationstore/types" + "github.com/lavanet/lava/v2/x/fixationstore/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/fixationstore/keeper/grpc_query_store_keys.go b/x/fixationstore/keeper/grpc_query_store_keys.go index 7e178d89ee..0dc78b89d5 100644 --- a/x/fixationstore/keeper/grpc_query_store_keys.go +++ b/x/fixationstore/keeper/grpc_query_store_keys.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/lavanet/lava/x/fixationstore/types" + "github.com/lavanet/lava/v2/x/fixationstore/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/fixationstore/keeper/grpc_query_versions.go b/x/fixationstore/keeper/grpc_query_versions.go index fc79d78673..84aa3eb83f 100644 --- a/x/fixationstore/keeper/grpc_query_versions.go +++ b/x/fixationstore/keeper/grpc_query_versions.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/fixationstore/types" + "github.com/lavanet/lava/v2/x/fixationstore/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/fixationstore/keeper/keeper.go b/x/fixationstore/keeper/keeper.go index 30c4545b18..600970801b 100644 --- a/x/fixationstore/keeper/keeper.go +++ b/x/fixationstore/keeper/keeper.go @@ -4,8 +4,8 @@ import ( "github.com/cosmos/cosmos-sdk/codec" storetypes "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/fixationstore/types" - timerstorekeeper "github.com/lavanet/lava/x/timerstore/keeper" + "github.com/lavanet/lava/v2/x/fixationstore/types" + timerstorekeeper "github.com/lavanet/lava/v2/x/timerstore/keeper" ) func NewKeeper(cdc codec.BinaryCodec, tsKeeper *timerstorekeeper.Keeper, getStaleBlocks types.GetStaleBlocks) *Keeper { diff --git a/x/fixationstore/module.go b/x/fixationstore/module.go index faa2657cc6..e88507fa05 100644 --- a/x/fixationstore/module.go +++ b/x/fixationstore/module.go @@ -8,9 +8,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" "github.com/grpc-ecosystem/grpc-gateway/runtime" - "github.com/lavanet/lava/x/fixationstore/client/cli" - "github.com/lavanet/lava/x/fixationstore/keeper" - "github.com/lavanet/lava/x/fixationstore/types" + "github.com/lavanet/lava/v2/x/fixationstore/client/cli" + "github.com/lavanet/lava/v2/x/fixationstore/keeper" + "github.com/lavanet/lava/v2/x/fixationstore/types" "github.com/spf13/cobra" ) diff --git a/x/fixationstore/types/fixation.go b/x/fixationstore/types/fixation.go index b8f006ef63..334c12dddd 100644 --- a/x/fixationstore/types/fixation.go +++ b/x/fixationstore/types/fixation.go @@ -4,7 +4,7 @@ import ( "math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils/common/types" + "github.com/lavanet/lava/v2/utils/common/types" ) // SafeIndex is a sanitized string, i.e. contains only visible ascii characters diff --git a/x/fixationstore/types/fixation.pb.go b/x/fixationstore/types/fixation.pb.go index aa0220d4bc..1f4455937b 100644 --- a/x/fixationstore/types/fixation.pb.go +++ b/x/fixationstore/types/fixation.pb.go @@ -7,7 +7,7 @@ import ( fmt "fmt" _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" - types "github.com/lavanet/lava/x/timerstore/types" + types "github.com/lavanet/lava/v2/x/timerstore/types" io "io" math "math" math_bits "math/bits" @@ -247,33 +247,33 @@ func init() { } var fileDescriptor_872ca3cbd39027a3 = []byte{ - // 413 bytes of a gzipped FileDescriptorProto + // 415 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x52, 0xcd, 0x8e, 0xd3, 0x30, 0x10, 0x8e, 0xb7, 0x69, 0x93, 0xf5, 0xae, 0x38, 0x58, 0x2b, 0x61, 0x82, 0x14, 0x42, 0x11, 0x52, - 0x40, 0x22, 0x91, 0x96, 0x27, 0xe8, 0x4a, 0x68, 0x25, 0xd8, 0x53, 0xb8, 0x71, 0x59, 0xb9, 0xed, - 0xb4, 0x58, 0xa4, 0x71, 0x15, 0x4f, 0xa3, 0xf6, 0xca, 0x13, 0xf0, 0x38, 0x5c, 0xb9, 0xf5, 0xd8, - 0x23, 0x27, 0x84, 0xda, 0x17, 0x41, 0xb1, 0xfb, 0x97, 0x4a, 0xe5, 0xe4, 0xf9, 0x3c, 0xf3, 0x7d, - 0x33, 0x9f, 0x3d, 0xf4, 0x4d, 0x2e, 0x2a, 0x51, 0x00, 0xa6, 0xf5, 0x99, 0x8e, 0xe4, 0x5c, 0xa0, - 0x54, 0x85, 0x46, 0x55, 0xc2, 0x1e, 0x25, 0xd3, 0x52, 0xa1, 0x62, 0xc1, 0xb6, 0x34, 0xa9, 0xcf, - 0xa4, 0x51, 0x1a, 0xdc, 0x8c, 0xd5, 0x58, 0x99, 0xb2, 0xb4, 0x8e, 0x2c, 0x23, 0x78, 0xd5, 0x10, - 0x47, 0x39, 0x81, 0xd2, 0x2a, 0x9b, 0xd0, 0x16, 0x75, 0x7f, 0x12, 0xda, 0xfe, 0x50, 0x60, 0xb9, - 0x60, 0x37, 0xb4, 0x2d, 0x8b, 0x21, 0xcc, 0x39, 0x89, 0x48, 0x7c, 0x99, 0x59, 0x50, 0xdf, 0xf6, - 0x73, 0x35, 0xf8, 0xc6, 0x2f, 0x22, 0x12, 0xbb, 0x99, 0x05, 0xec, 0x19, 0xf5, 0x35, 0x8a, 0x1c, - 0x1e, 0x05, 0xf2, 0x96, 0x49, 0x78, 0x06, 0xf7, 0x90, 0x05, 0xd4, 0x2f, 0x61, 0x34, 0x50, 0xb3, - 0x02, 0xb9, 0x6b, 0x52, 0x7b, 0xcc, 0x18, 0x75, 0x87, 0x02, 0x05, 0x6f, 0x47, 0x24, 0xbe, 0xce, - 0x4c, 0xcc, 0x9e, 0xd3, 0xcb, 0x21, 0xe4, 0x80, 0x46, 0xab, 0x63, 0x09, 0xf6, 0xa2, 0x87, 0x75, - 0x52, 0xea, 0xc7, 0x5c, 0x20, 0x68, 0xe4, 0x5e, 0x44, 0x62, 0x3f, 0xf3, 0xa5, 0x7e, 0x30, 0xb8, - 0xfb, 0x9d, 0xd0, 0x27, 0xf7, 0x50, 0x80, 0x96, 0xba, 0x76, 0x20, 0x41, 0x9f, 0xf1, 0xf0, 0x94, - 0x7a, 0xb5, 0x8a, 0xac, 0xc0, 0xb8, 0xf0, 0xb3, 0x8e, 0xd4, 0x0f, 0xb2, 0x02, 0xd6, 0xa3, 0x1e, - 0x58, 0x26, 0x6f, 0x45, 0xad, 0xf8, 0xea, 0xf6, 0x65, 0x72, 0xfe, 0x95, 0x13, 0xf3, 0x4c, 0x77, + 0xe0, 0x90, 0xa0, 0xf2, 0x04, 0x5d, 0x09, 0x21, 0x2d, 0x7b, 0x0a, 0x37, 0x2e, 0x2b, 0xb7, 0x9d, + 0x2d, 0x16, 0x69, 0x5c, 0xc5, 0xd3, 0xa8, 0xbd, 0xf2, 0x04, 0x3c, 0x0e, 0x57, 0x6e, 0x3d, 0xf6, + 0xc8, 0x09, 0xa1, 0xf6, 0x45, 0x50, 0xec, 0xfe, 0xa5, 0x52, 0x39, 0x79, 0x3e, 0xcf, 0x7c, 0xdf, + 0xcc, 0x67, 0x0f, 0x7d, 0x93, 0x8b, 0x4a, 0x14, 0x80, 0x69, 0x7d, 0xa6, 0x8f, 0x72, 0x2e, 0x50, + 0xaa, 0x42, 0xa3, 0x2a, 0x61, 0x8f, 0x92, 0x69, 0xa9, 0x50, 0xb1, 0x60, 0x5b, 0x9a, 0xd4, 0x67, + 0xd2, 0x28, 0x0d, 0x6e, 0xc6, 0x6a, 0xac, 0x4c, 0x59, 0x5a, 0x47, 0x96, 0x11, 0xbc, 0x6a, 0x88, + 0xa3, 0x9c, 0x40, 0x69, 0x95, 0x4d, 0x68, 0x8b, 0xba, 0x3f, 0x09, 0x6d, 0x7f, 0x28, 0xb0, 0x5c, + 0xb0, 0x1b, 0xda, 0x96, 0xc5, 0x08, 0xe6, 0x9c, 0x44, 0x24, 0xbe, 0xcc, 0x2c, 0xa8, 0x6f, 0x07, + 0xb9, 0x1a, 0x7e, 0xe3, 0x17, 0x11, 0x89, 0xdd, 0xcc, 0x02, 0xf6, 0x8c, 0xfa, 0x1a, 0x45, 0x0e, + 0x0f, 0x02, 0x79, 0xcb, 0x24, 0x3c, 0x83, 0xfb, 0xc8, 0x02, 0xea, 0x97, 0xf0, 0x38, 0x54, 0xb3, + 0x02, 0xb9, 0x6b, 0x52, 0x7b, 0xcc, 0x18, 0x75, 0x47, 0x02, 0x05, 0x6f, 0x47, 0x24, 0xbe, 0xce, + 0x4c, 0xcc, 0x9e, 0xd3, 0xcb, 0x11, 0xe4, 0x80, 0x46, 0xab, 0x63, 0x09, 0xf6, 0xa2, 0x8f, 0x75, + 0x52, 0xea, 0x87, 0x5c, 0x20, 0x68, 0xe4, 0x5e, 0x44, 0x62, 0x3f, 0xf3, 0xa5, 0xbe, 0x37, 0xb8, + 0xfb, 0x9d, 0xd0, 0x27, 0x1f, 0xa1, 0x00, 0x2d, 0x75, 0xed, 0x40, 0x82, 0x3e, 0xe3, 0xe1, 0x29, + 0xf5, 0x6a, 0x15, 0x59, 0x81, 0x71, 0xe1, 0x67, 0x1d, 0xa9, 0xef, 0x65, 0x05, 0xac, 0x4f, 0x3d, + 0xb0, 0x4c, 0xde, 0x8a, 0x5a, 0xf1, 0x55, 0xef, 0x65, 0x72, 0xfe, 0x95, 0x13, 0xf3, 0x4c, 0xb7, 0xee, 0xf2, 0xcf, 0x0b, 0x27, 0xdb, 0xf1, 0xba, 0xbf, 0x08, 0xbd, 0xde, 0x0e, 0xf1, 0x19, 0x05, - 0x02, 0xe3, 0xd4, 0xab, 0xa0, 0xd4, 0x52, 0x15, 0x66, 0x08, 0x37, 0xdb, 0x41, 0xf6, 0xf1, 0xd0, - 0xed, 0xc2, 0x74, 0x7b, 0xfb, 0xbf, 0x6e, 0x4d, 0x67, 0x27, 0x6d, 0xd9, 0x27, 0x4a, 0x0f, 0x1f, - 0x6a, 0xbe, 0xe0, 0xea, 0xf6, 0x75, 0x53, 0xee, 0x90, 0x4f, 0x8e, 0x07, 0xdc, 0x2a, 0x1d, 0xd1, - 0xef, 0xee, 0x97, 0xeb, 0x90, 0xac, 0xd6, 0x21, 0xf9, 0xbb, 0x0e, 0xc9, 0x8f, 0x4d, 0xe8, 0xac, - 0x36, 0xa1, 0xf3, 0x7b, 0x13, 0x3a, 0x5f, 0xde, 0x8d, 0x25, 0x7e, 0x9d, 0xf5, 0x93, 0x81, 0x9a, - 0xa4, 0x8d, 0x6d, 0x9a, 0x9f, 0x2c, 0x2b, 0x2e, 0xa6, 0xa0, 0xfb, 0x1d, 0xb3, 0x53, 0xef, 0xff, - 0x05, 0x00, 0x00, 0xff, 0xff, 0x22, 0x3d, 0x26, 0x19, 0xd7, 0x02, 0x00, 0x00, + 0x02, 0xe3, 0xd4, 0xab, 0xa0, 0xd4, 0x52, 0x15, 0x66, 0x08, 0x37, 0xdb, 0x41, 0x76, 0x77, 0xe8, + 0x76, 0x61, 0xba, 0xbd, 0xfd, 0x5f, 0xb7, 0xa6, 0xb3, 0x93, 0xb6, 0xec, 0x13, 0xa5, 0x87, 0x0f, + 0x35, 0x5f, 0x70, 0xd5, 0x7b, 0xdd, 0x94, 0x3b, 0xe4, 0x93, 0xe3, 0x01, 0xb7, 0x4a, 0x47, 0xf4, + 0xdb, 0xbb, 0xe5, 0x3a, 0x24, 0xab, 0x75, 0x48, 0xfe, 0xae, 0x43, 0xf2, 0x63, 0x13, 0x3a, 0xab, + 0x4d, 0xe8, 0xfc, 0xde, 0x84, 0xce, 0x97, 0x77, 0x63, 0x89, 0x5f, 0x67, 0x83, 0x64, 0xa8, 0x26, + 0x69, 0x63, 0x9b, 0xaa, 0x5e, 0x3a, 0x3f, 0xd9, 0x57, 0x5c, 0x4c, 0x41, 0x0f, 0x3a, 0x66, 0xad, + 0xde, 0xff, 0x0b, 0x00, 0x00, 0xff, 0xff, 0xfa, 0xd6, 0xd9, 0x1e, 0xda, 0x02, 0x00, 0x00, } func (m *Entry) Marshal() (dAtA []byte, err error) { diff --git a/x/fixationstore/types/fixationstore.go b/x/fixationstore/types/fixationstore.go index a9510ef055..a7cfd5f64a 100644 --- a/x/fixationstore/types/fixationstore.go +++ b/x/fixationstore/types/fixationstore.go @@ -10,8 +10,8 @@ import ( storetypes "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/lavanet/lava/utils" - timerstoretypes "github.com/lavanet/lava/x/timerstore/types" + "github.com/lavanet/lava/v2/utils" + timerstoretypes "github.com/lavanet/lava/v2/x/timerstore/types" ) // FixationStore manages lists of entries with versions in the store. diff --git a/x/fixationstore/types/fixationstore_test.go b/x/fixationstore/types/fixationstore_test.go index 13463e7da7..dfd92d6ca4 100644 --- a/x/fixationstore/types/fixationstore_test.go +++ b/x/fixationstore/types/fixationstore_test.go @@ -13,7 +13,7 @@ import ( "github.com/cosmos/cosmos-sdk/store" storetypes "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" - timerstoretypes "github.com/lavanet/lava/x/timerstore/types" + timerstoretypes "github.com/lavanet/lava/v2/x/timerstore/types" "github.com/stretchr/testify/require" ) diff --git a/x/fixationstore/types/query.pb.go b/x/fixationstore/types/query.pb.go index 1ea42b3c36..1fe38c15d5 100644 --- a/x/fixationstore/types/query.pb.go +++ b/x/fixationstore/types/query.pb.go @@ -514,47 +514,47 @@ func init() { } var fileDescriptor_300bcc00a24e7b21 = []byte{ - // 636 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x95, 0xcf, 0x6e, 0xd3, 0x4e, - 0x10, 0xc7, 0xb3, 0x6d, 0xdc, 0x26, 0xd3, 0xcb, 0xaf, 0xab, 0xfe, 0x5a, 0xcb, 0x20, 0x37, 0xf8, - 0x50, 0x85, 0x43, 0x6d, 0x9a, 0x1e, 0xb8, 0x20, 0x50, 0xaa, 0x42, 0x41, 0x80, 0x04, 0x46, 0xe2, - 0x50, 0x09, 0x55, 0x6e, 0xb3, 0x75, 0xad, 0x1a, 0x6f, 0x6a, 0x6f, 0xaa, 0x58, 0x51, 0x2e, 0x3c, - 0x01, 0x12, 0x6f, 0xc0, 0x03, 0x70, 0xe2, 0x80, 0xc4, 0x0b, 0xf4, 0x58, 0x89, 0x0b, 0x07, 0x84, - 0x50, 0xc2, 0x83, 0xa0, 0xfd, 0xe3, 0x34, 0x4d, 0x8b, 0xd3, 0x00, 0xa7, 0x78, 0x67, 0xe7, 0x3b, - 0xdf, 0xcf, 0xec, 0xee, 0x28, 0xb0, 0x12, 0x7a, 0xc7, 0x5e, 0x44, 0x98, 0xc3, 0x7f, 0x9d, 0xfd, - 0xa0, 0xed, 0xb1, 0x80, 0x46, 0x09, 0xa3, 0x31, 0x71, 0x8e, 0x5a, 0x24, 0x4e, 0xed, 0x66, 0x4c, - 0x19, 0xc5, 0x86, 0xca, 0xb3, 0xf9, 0xaf, 0x7d, 0x2e, 0xcf, 0x58, 0xf0, 0xa9, 0x4f, 0x45, 0x9a, - 0xc3, 0xbf, 0xa4, 0xc2, 0xb8, 0xee, 0x53, 0xea, 0x87, 0xc4, 0xf1, 0x9a, 0x81, 0xe3, 0x45, 0x11, - 0x65, 0x52, 0xa1, 0x76, 0x6f, 0xe6, 0xf8, 0x66, 0x2b, 0x99, 0x6a, 0x3d, 0x85, 0xc5, 0xe7, 0x9c, - 0xa4, 0x1e, 0x86, 0x8f, 0xa2, 0x46, 0xb0, 0x47, 0x12, 0x97, 0x1c, 0xb5, 0x48, 0xc2, 0xf0, 0x35, - 0x28, 0x0b, 0xc5, 0xce, 0x21, 0x49, 0x75, 0x54, 0x41, 0xd5, 0xb2, 0x5b, 0x12, 0x81, 0xc7, 0x24, - 0xc5, 0x8b, 0x30, 0xd3, 0x8c, 0xc9, 0x7e, 0xd0, 0xd6, 0xa7, 0xc4, 0x8e, 0x5a, 0x59, 0xeb, 0xb0, - 0x74, 0xa1, 0x5c, 0xd2, 0xa4, 0x51, 0x42, 0xb0, 0x0e, 0xb3, 0x81, 0x0c, 0xe9, 0xa8, 0x32, 0x5d, - 0x2d, 0xbb, 0xd9, 0xd2, 0x5a, 0x82, 0xff, 0x85, 0xe8, 0x85, 0xaa, 0x9e, 0x21, 0x58, 0x0f, 0x61, - 0x3e, 0x8b, 0xd5, 0xa3, 0xc6, 0x33, 0x61, 0xf1, 0x67, 0x5c, 0x9e, 0x6a, 0x73, 0xc8, 0x42, 0x61, - 0x6d, 0x41, 0xf1, 0x90, 0xa4, 0x92, 0x69, 0xae, 0xb6, 0x6a, 0xff, 0xfe, 0x2a, 0xec, 0x0b, 0x2c, - 0x1b, 0xc5, 0x93, 0xef, 0xcb, 0x05, 0x57, 0x14, 0xb0, 0x5e, 0xc1, 0x82, 0xb0, 0x78, 0x49, 0xe2, - 0x84, 0x4b, 0xfe, 0xe6, 0x1c, 0xf1, 0x7f, 0x30, 0xcd, 0xd3, 0xa7, 0x45, 0x90, 0x7f, 0x5a, 0xdb, - 0xea, 0x90, 0xce, 0xca, 0xab, 0x06, 0xea, 0x30, 0x4b, 0x22, 0x16, 0x07, 0x24, 0xeb, 0xe1, 0x46, - 0x5e, 0x0f, 0xf7, 0x23, 0x16, 0xa7, 0x8a, 0x3b, 0xd3, 0x59, 0x1f, 0x10, 0xcc, 0x8b, 0xe2, 0x62, - 0xf7, 0xdf, 0x82, 0xe3, 0x05, 0xd0, 0x76, 0x43, 0xba, 0x77, 0xa8, 0x17, 0x2b, 0xa8, 0x5a, 0x74, - 0xe5, 0x82, 0x17, 0x3f, 0x08, 0x1a, 0x64, 0xa7, 0xe1, 0x31, 0x4f, 0xd7, 0x2a, 0xa8, 0x5a, 0x72, - 0x4b, 0x3c, 0xb0, 0xe9, 0x31, 0x0f, 0x2f, 0xc3, 0x5c, 0xc2, 0xe2, 0x20, 0xf2, 0xe5, 0xf6, 0x8c, - 0xd8, 0x06, 0x19, 0xe2, 0x09, 0x56, 0x04, 0x78, 0x98, 0x57, 0x9d, 0xc4, 0x6d, 0xd0, 0x78, 0x47, - 0x12, 0xf6, 0x2a, 0xe7, 0xe0, 0xca, 0xfc, 0x51, 0x3f, 0xd9, 0xd1, 0x90, 0x5f, 0xed, 0x9b, 0x06, - 0x9a, 0x30, 0xc4, 0x9f, 0x11, 0xc0, 0xd9, 0xe3, 0xc6, 0xb5, 0x3c, 0x8f, 0xcb, 0x07, 0xcb, 0x58, - 0x9f, 0x48, 0x23, 0x7b, 0xb3, 0x36, 0xdf, 0x7c, 0xf9, 0xf9, 0x6e, 0xea, 0x2e, 0xbe, 0xe3, 0xe4, - 0xcc, 0xb6, 0x17, 0x86, 0x3b, 0x6a, 0xa8, 0x9c, 0xce, 0xe0, 0xee, 0xba, 0x4e, 0x47, 0x5e, 0x4e, - 0x17, 0xbf, 0x47, 0x50, 0x1e, 0x8c, 0x00, 0x5e, 0x1b, 0x0b, 0x32, 0x3a, 0x91, 0x46, 0x6d, 0x12, - 0x89, 0x42, 0xb7, 0x05, 0x7a, 0x15, 0xaf, 0xe4, 0xa1, 0x0f, 0x68, 0x13, 0xfc, 0x09, 0x41, 0x29, - 0x7b, 0xe5, 0xf8, 0xd6, 0x58, 0xc3, 0x91, 0x79, 0x33, 0xd6, 0x26, 0x50, 0x28, 0xc2, 0x2d, 0x41, - 0x58, 0xc7, 0xf7, 0xf2, 0x08, 0x8f, 0x95, 0xea, 0xd2, 0x93, 0x75, 0x3a, 0x7c, 0x89, 0x3f, 0x22, - 0xd0, 0xc4, 0xcb, 0xc2, 0xab, 0x63, 0x29, 0x86, 0x67, 0xcd, 0xb0, 0xaf, 0x9a, 0xae, 0x88, 0x9f, - 0x08, 0xe2, 0x07, 0x78, 0x33, 0x8f, 0x58, 0x48, 0x72, 0x70, 0x9d, 0x8e, 0x98, 0xc5, 0xee, 0xc6, - 0xd6, 0x49, 0xcf, 0x44, 0xa7, 0x3d, 0x13, 0xfd, 0xe8, 0x99, 0xe8, 0x6d, 0xdf, 0x2c, 0x9c, 0xf6, - 0xcd, 0xc2, 0xd7, 0xbe, 0x59, 0xd8, 0x5e, 0xf5, 0x03, 0x76, 0xd0, 0xda, 0xb5, 0xf7, 0xe8, 0xeb, - 0xf3, 0x4e, 0xed, 0x11, 0x2f, 0x96, 0x36, 0x49, 0xb2, 0x3b, 0x23, 0xfe, 0x54, 0xd6, 0x7f, 0x05, - 0x00, 0x00, 0xff, 0xff, 0x56, 0x77, 0xab, 0x81, 0xf9, 0x06, 0x00, 0x00, + // 639 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x95, 0x4f, 0x4f, 0x13, 0x4f, + 0x18, 0xc7, 0x3b, 0xd0, 0x85, 0xf6, 0xe1, 0xf2, 0x63, 0xc2, 0x0f, 0x36, 0xab, 0x59, 0xea, 0x1e, + 0x48, 0x3d, 0xb0, 0x03, 0xe5, 0xe0, 0xc5, 0x68, 0x4a, 0x50, 0xfc, 0x9b, 0xe8, 0x9a, 0x78, 0x20, + 0x31, 0x64, 0xa1, 0xc3, 0xb2, 0x61, 0xdd, 0x29, 0xbb, 0x03, 0x61, 0xd3, 0x70, 0xf1, 0x15, 0x98, + 0xf8, 0x0e, 0x7c, 0x01, 0x9e, 0x3c, 0x98, 0xf8, 0x06, 0x38, 0x92, 0x78, 0xf1, 0x60, 0x8c, 0x01, + 0x5f, 0x88, 0x99, 0x3f, 0x5b, 0x4a, 0xc1, 0x2d, 0x55, 0x4f, 0xdd, 0x79, 0xe6, 0xf9, 0x3e, 0xdf, + 0xcf, 0x33, 0x33, 0x4f, 0x0a, 0x73, 0x91, 0xbf, 0xef, 0xc7, 0x94, 0x13, 0xf1, 0x4b, 0xb6, 0xc2, + 0x03, 0x9f, 0x87, 0x2c, 0x4e, 0x39, 0x4b, 0x28, 0xd9, 0xdd, 0xa3, 0x49, 0xe6, 0xb6, 0x13, 0xc6, + 0x19, 0xb6, 0x74, 0x9e, 0x2b, 0x7e, 0xdd, 0x73, 0x79, 0xd6, 0x54, 0xc0, 0x02, 0x26, 0xd3, 0x88, + 0xf8, 0x52, 0x0a, 0xeb, 0x7a, 0xc0, 0x58, 0x10, 0x51, 0xe2, 0xb7, 0x43, 0xe2, 0xc7, 0x31, 0xe3, + 0x4a, 0xa1, 0x77, 0x6f, 0x16, 0xf8, 0xe6, 0x2b, 0x95, 0xea, 0x3c, 0x85, 0xe9, 0xe7, 0x82, 0xa4, + 0x19, 0x45, 0x0f, 0xe3, 0x56, 0xb8, 0x49, 0x53, 0x8f, 0xee, 0xee, 0xd1, 0x94, 0xe3, 0x6b, 0x50, + 0x95, 0x8a, 0xf5, 0x1d, 0x9a, 0x99, 0xa8, 0x86, 0xea, 0x55, 0xaf, 0x22, 0x03, 0x8f, 0x69, 0x86, + 0xa7, 0x61, 0xac, 0x9d, 0xd0, 0xad, 0xf0, 0xc0, 0x1c, 0x91, 0x3b, 0x7a, 0xe5, 0x2c, 0xc1, 0xcc, + 0x85, 0x72, 0x69, 0x9b, 0xc5, 0x29, 0xc5, 0x26, 0x8c, 0x87, 0x2a, 0x64, 0xa2, 0xda, 0x68, 0xbd, + 0xea, 0xe5, 0x4b, 0x67, 0x06, 0xfe, 0x97, 0xa2, 0x17, 0xba, 0x7a, 0x8e, 0xe0, 0x3c, 0x80, 0xc9, + 0x3c, 0xd6, 0x8c, 0x5b, 0xcf, 0xa4, 0xc5, 0x9f, 0x71, 0xf9, 0xba, 0xcd, 0x1e, 0x0b, 0x8d, 0xb5, + 0x0a, 0xe5, 0x1d, 0x9a, 0x29, 0xa6, 0x89, 0xc6, 0xbc, 0xfb, 0xfb, 0xab, 0x70, 0x2f, 0xb0, 0x2c, + 0x97, 0x8f, 0xbe, 0xcf, 0x96, 0x3c, 0x59, 0xc0, 0x79, 0x05, 0x53, 0xd2, 0xe2, 0x25, 0x4d, 0x52, + 0x21, 0xf9, 0x9b, 0x73, 0xc4, 0xff, 0xc1, 0xa8, 0x48, 0x1f, 0x95, 0x41, 0xf1, 0xe9, 0xac, 0xe9, + 0x43, 0x3a, 0x2b, 0xaf, 0x1b, 0x68, 0xc2, 0x38, 0x8d, 0x79, 0x12, 0xd2, 0xbc, 0x87, 0x1b, 0x45, + 0x3d, 0xdc, 0x8b, 0x79, 0x92, 0x69, 0xee, 0x5c, 0xe7, 0x7c, 0x40, 0x30, 0x29, 0x8b, 0xcb, 0xdd, + 0x7f, 0x0b, 0x8e, 0xa7, 0xc0, 0xd8, 0x88, 0xd8, 0xe6, 0x8e, 0x59, 0xae, 0xa1, 0x7a, 0xd9, 0x53, + 0x0b, 0x51, 0x7c, 0x3b, 0x6c, 0xd1, 0xf5, 0x96, 0xcf, 0x7d, 0xd3, 0xa8, 0xa1, 0x7a, 0xc5, 0xab, + 0x88, 0xc0, 0x8a, 0xcf, 0x7d, 0x3c, 0x0b, 0x13, 0x29, 0x4f, 0xc2, 0x38, 0x50, 0xdb, 0x63, 0x72, + 0x1b, 0x54, 0x48, 0x24, 0x38, 0x31, 0xe0, 0x5e, 0x5e, 0x7d, 0x12, 0xb7, 0xc0, 0x10, 0x1d, 0x29, + 0xd8, 0xab, 0x9c, 0x83, 0xa7, 0xf2, 0xfb, 0xfd, 0x54, 0x47, 0x3d, 0x7e, 0x8d, 0x6f, 0x06, 0x18, + 0xd2, 0x10, 0x7f, 0x46, 0x00, 0x67, 0x8f, 0x1b, 0x37, 0x8a, 0x3c, 0x2e, 0x1f, 0x2c, 0x6b, 0x69, + 0x28, 0x8d, 0xea, 0xcd, 0x59, 0x79, 0xf3, 0xe5, 0xe7, 0xbb, 0x91, 0x3b, 0xf8, 0x36, 0x29, 0x98, + 0x6d, 0x3f, 0x8a, 0xd6, 0xf5, 0x50, 0x91, 0x4e, 0xf7, 0xee, 0x0e, 0x49, 0x47, 0x5d, 0xce, 0x21, + 0x7e, 0x8f, 0xa0, 0xda, 0x1d, 0x01, 0xbc, 0x38, 0x10, 0xa4, 0x7f, 0x22, 0xad, 0xc6, 0x30, 0x12, + 0x8d, 0xee, 0x4a, 0xf4, 0x3a, 0x9e, 0x2b, 0x42, 0xef, 0xd2, 0xa6, 0xf8, 0x13, 0x82, 0x4a, 0xfe, + 0xca, 0xf1, 0xc2, 0x40, 0xc3, 0xbe, 0x79, 0xb3, 0x16, 0x87, 0x50, 0x68, 0xc2, 0x55, 0x49, 0xd8, + 0xc4, 0x77, 0x8b, 0x08, 0xf7, 0xb5, 0xea, 0xd2, 0x93, 0x25, 0x1d, 0xb1, 0xc4, 0x1f, 0x11, 0x18, + 0xf2, 0x65, 0xe1, 0xf9, 0x81, 0x14, 0xbd, 0xb3, 0x66, 0xb9, 0x57, 0x4d, 0xd7, 0xc4, 0x4f, 0x24, + 0xf1, 0x7d, 0xbc, 0x52, 0x44, 0x2c, 0x25, 0x05, 0xb8, 0xa4, 0x23, 0x67, 0xf1, 0x70, 0xf9, 0xd1, + 0xd1, 0x89, 0x8d, 0x8e, 0x4f, 0x6c, 0xf4, 0xe3, 0xc4, 0x46, 0x6f, 0x4f, 0xed, 0xd2, 0xf1, 0xa9, + 0x5d, 0xfa, 0x7a, 0x6a, 0x97, 0xd6, 0x16, 0x82, 0x90, 0x6f, 0xef, 0x6d, 0xb8, 0x9b, 0xec, 0xf5, + 0x79, 0xa7, 0xfd, 0x06, 0x39, 0xe8, 0xb3, 0xe3, 0x59, 0x9b, 0xa6, 0x1b, 0x63, 0xf2, 0x7f, 0x65, + 0xe9, 0x57, 0x00, 0x00, 0x00, 0xff, 0xff, 0xfc, 0x4e, 0xbe, 0xd4, 0xfc, 0x06, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/pairing/client/cli/query.go b/x/pairing/client/cli/query.go index 37e62cb0e0..b8ec234478 100644 --- a/x/pairing/client/cli/query.go +++ b/x/pairing/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/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/x/pairing/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/pairing/client/cli/query_account_info.go b/x/pairing/client/cli/query_account_info.go index 6008849594..02c5861c95 100644 --- a/x/pairing/client/cli/query_account_info.go +++ b/x/pairing/client/cli/query_account_info.go @@ -7,14 +7,14 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/sigs" - dualstakingtypes "github.com/lavanet/lava/x/dualstaking/types" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - "github.com/lavanet/lava/x/pairing/types" - projecttypes "github.com/lavanet/lava/x/projects/types" - spectypes "github.com/lavanet/lava/x/spec/types" - subscriptiontypes "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/sigs" + dualstakingtypes "github.com/lavanet/lava/v2/x/dualstaking/types" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/pairing/types" + projecttypes "github.com/lavanet/lava/v2/x/projects/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" + subscriptiontypes "github.com/lavanet/lava/v2/x/subscription/types" "github.com/spf13/cobra" ) diff --git a/x/pairing/client/cli/query_debug_query.go b/x/pairing/client/cli/query_debug_query.go index d23b96dd1d..a48a9a9f3e 100644 --- a/x/pairing/client/cli/query_debug_query.go +++ b/x/pairing/client/cli/query_debug_query.go @@ -10,11 +10,11 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" distributiontypes "github.com/cosmos/cosmos-sdk/x/distribution/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/lavanet/lava/utils" - commontypes "github.com/lavanet/lava/utils/common/types" - dualstakingtypes "github.com/lavanet/lava/x/dualstaking/types" - "github.com/lavanet/lava/x/pairing/types" - rewardstypes "github.com/lavanet/lava/x/rewards/types" + "github.com/lavanet/lava/v2/utils" + commontypes "github.com/lavanet/lava/v2/utils/common/types" + dualstakingtypes "github.com/lavanet/lava/v2/x/dualstaking/types" + "github.com/lavanet/lava/v2/x/pairing/types" + rewardstypes "github.com/lavanet/lava/v2/x/rewards/types" "github.com/spf13/cobra" ) diff --git a/x/pairing/client/cli/query_effective_policy.go b/x/pairing/client/cli/query_effective_policy.go index 50ea7407a2..1664e45d7b 100644 --- a/x/pairing/client/cli/query_effective_policy.go +++ b/x/pairing/client/cli/query_effective_policy.go @@ -3,9 +3,9 @@ package cli import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/sigs" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/sigs" + "github.com/lavanet/lava/v2/x/pairing/types" "github.com/spf13/cobra" ) diff --git a/x/pairing/client/cli/query_get_pairing.go b/x/pairing/client/cli/query_get_pairing.go index 62c53ad52b..71becad040 100644 --- a/x/pairing/client/cli/query_get_pairing.go +++ b/x/pairing/client/cli/query_get_pairing.go @@ -5,8 +5,8 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/pairing/types" "github.com/spf13/cobra" ) diff --git a/x/pairing/client/cli/query_params.go b/x/pairing/client/cli/query_params.go index 4a9c9a1e3f..c6844365f8 100644 --- a/x/pairing/client/cli/query_params.go +++ b/x/pairing/client/cli/query_params.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/x/pairing/types" "github.com/spf13/cobra" ) diff --git a/x/pairing/client/cli/query_provider.go b/x/pairing/client/cli/query_provider.go index c02dfe68ba..f1c6b3e374 100644 --- a/x/pairing/client/cli/query_provider.go +++ b/x/pairing/client/cli/query_provider.go @@ -5,8 +5,8 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/pairing/types" "github.com/spf13/cobra" ) diff --git a/x/pairing/client/cli/query_provider_monthly_payout.go b/x/pairing/client/cli/query_provider_monthly_payout.go index b6c21cc6d1..169901b656 100644 --- a/x/pairing/client/cli/query_provider_monthly_payout.go +++ b/x/pairing/client/cli/query_provider_monthly_payout.go @@ -3,8 +3,8 @@ package cli import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/pairing/types" "github.com/spf13/cobra" ) diff --git a/x/pairing/client/cli/query_provider_pairing_chance.go b/x/pairing/client/cli/query_provider_pairing_chance.go index bf316ad80f..1f105217c1 100644 --- a/x/pairing/client/cli/query_provider_pairing_chance.go +++ b/x/pairing/client/cli/query_provider_pairing_chance.go @@ -3,9 +3,9 @@ package cli import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/pairing/types" - planstypes "github.com/lavanet/lava/x/plans/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/pairing/types" + planstypes "github.com/lavanet/lava/v2/x/plans/types" "github.com/spf13/cobra" ) diff --git a/x/pairing/client/cli/query_providers.go b/x/pairing/client/cli/query_providers.go index dbf3703bf6..96728e7000 100644 --- a/x/pairing/client/cli/query_providers.go +++ b/x/pairing/client/cli/query_providers.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/x/pairing/types" "github.com/spf13/cobra" ) diff --git a/x/pairing/client/cli/query_providers_epoch_cu.go b/x/pairing/client/cli/query_providers_epoch_cu.go index 09690a638d..d4e27f5e81 100644 --- a/x/pairing/client/cli/query_providers_epoch_cu.go +++ b/x/pairing/client/cli/query_providers_epoch_cu.go @@ -3,7 +3,7 @@ package cli import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/x/pairing/types" "github.com/spf13/cobra" ) diff --git a/x/pairing/client/cli/query_sdk_pairing.go b/x/pairing/client/cli/query_sdk_pairing.go index 844008c356..5fb5f1bcc7 100644 --- a/x/pairing/client/cli/query_sdk_pairing.go +++ b/x/pairing/client/cli/query_sdk_pairing.go @@ -5,8 +5,8 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/pairing/types" "github.com/spf13/cobra" ) diff --git a/x/pairing/client/cli/query_static_providers_list.go b/x/pairing/client/cli/query_static_providers_list.go index e87f0eb782..78df4157af 100644 --- a/x/pairing/client/cli/query_static_providers_list.go +++ b/x/pairing/client/cli/query_static_providers_list.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/x/pairing/types" "github.com/spf13/cobra" ) diff --git a/x/pairing/client/cli/query_subscription_monthly_payout.go b/x/pairing/client/cli/query_subscription_monthly_payout.go index fc7157a47c..03bb5187e5 100644 --- a/x/pairing/client/cli/query_subscription_monthly_payout.go +++ b/x/pairing/client/cli/query_subscription_monthly_payout.go @@ -3,8 +3,8 @@ package cli import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/pairing/types" "github.com/spf13/cobra" ) diff --git a/x/pairing/client/cli/query_user_entry.go b/x/pairing/client/cli/query_user_entry.go index eb44deec9b..d95a57d230 100644 --- a/x/pairing/client/cli/query_user_entry.go +++ b/x/pairing/client/cli/query_user_entry.go @@ -5,8 +5,8 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/pairing/types" "github.com/spf13/cast" "github.com/spf13/cobra" ) diff --git a/x/pairing/client/cli/query_verify_pairing.go b/x/pairing/client/cli/query_verify_pairing.go index b6d9e60ac2..214a6551eb 100644 --- a/x/pairing/client/cli/query_verify_pairing.go +++ b/x/pairing/client/cli/query_verify_pairing.go @@ -5,8 +5,8 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/pairing/types" "github.com/spf13/cast" "github.com/spf13/cobra" ) diff --git a/x/pairing/client/cli/tx.go b/x/pairing/client/cli/tx.go index 5e8186b5ce..38b34dc193 100644 --- a/x/pairing/client/cli/tx.go +++ b/x/pairing/client/cli/tx.go @@ -15,12 +15,12 @@ import ( "github.com/spf13/cobra" // "github.com/cosmos/cosmos-sdk/client/flags" - lavautils "github.com/lavanet/lava/utils" - commontypes "github.com/lavanet/lava/utils/common/types" - dualstakingTypes "github.com/lavanet/lava/x/dualstaking/types" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - "github.com/lavanet/lava/x/pairing/client/utils" - "github.com/lavanet/lava/x/pairing/types" + lavautils "github.com/lavanet/lava/v2/utils" + commontypes "github.com/lavanet/lava/v2/utils/common/types" + dualstakingTypes "github.com/lavanet/lava/v2/x/dualstaking/types" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/pairing/client/utils" + "github.com/lavanet/lava/v2/x/pairing/types" ) var DefaultRelativePacketTimeoutTimestamp = uint64((time.Duration(10) * time.Minute).Nanoseconds()) diff --git a/x/pairing/client/cli/tx_freeze.go b/x/pairing/client/cli/tx_freeze.go index e6df5c0846..69b3f5211b 100644 --- a/x/pairing/client/cli/tx_freeze.go +++ b/x/pairing/client/cli/tx_freeze.go @@ -7,8 +7,8 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/pairing/types" "github.com/spf13/cobra" ) diff --git a/x/pairing/client/cli/tx_modify_provider.go b/x/pairing/client/cli/tx_modify_provider.go index 2410ed8104..8d8d03fb6d 100644 --- a/x/pairing/client/cli/tx_modify_provider.go +++ b/x/pairing/client/cli/tx_modify_provider.go @@ -11,12 +11,12 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - commontypes "github.com/lavanet/lava/utils/common/types" - "github.com/lavanet/lava/utils/sigs" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - "github.com/lavanet/lava/x/pairing/types" - planstypes "github.com/lavanet/lava/x/plans/types" + "github.com/lavanet/lava/v2/utils" + commontypes "github.com/lavanet/lava/v2/utils/common/types" + "github.com/lavanet/lava/v2/utils/sigs" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/pairing/types" + planstypes "github.com/lavanet/lava/v2/x/plans/types" "github.com/spf13/cobra" ) diff --git a/x/pairing/client/cli/tx_relay_payment.go b/x/pairing/client/cli/tx_relay_payment.go index fc6860ca09..8cfdf8bd42 100644 --- a/x/pairing/client/cli/tx_relay_payment.go +++ b/x/pairing/client/cli/tx_relay_payment.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/x/pairing/types" "github.com/spf13/cobra" ) diff --git a/x/pairing/client/cli/tx_simulate_relay_payment.go b/x/pairing/client/cli/tx_simulate_relay_payment.go index fa2081d317..78b9964e28 100644 --- a/x/pairing/client/cli/tx_simulate_relay_payment.go +++ b/x/pairing/client/cli/tx_simulate_relay_payment.go @@ -9,10 +9,10 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/sigs" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/sigs" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/pairing/types" "github.com/spf13/cobra" ) diff --git a/x/pairing/client/cli/tx_stake_provider.go b/x/pairing/client/cli/tx_stake_provider.go index 2ee247f316..e8ef034f71 100644 --- a/x/pairing/client/cli/tx_stake_provider.go +++ b/x/pairing/client/cli/tx_stake_provider.go @@ -14,12 +14,12 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/x/feegrant" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/lavanet/lava/utils" - commontypes "github.com/lavanet/lava/utils/common/types" - conflicttypes "github.com/lavanet/lava/x/conflict/types" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - "github.com/lavanet/lava/x/pairing/types" - planstypes "github.com/lavanet/lava/x/plans/types" + "github.com/lavanet/lava/v2/utils" + commontypes "github.com/lavanet/lava/v2/utils/common/types" + conflicttypes "github.com/lavanet/lava/v2/x/conflict/types" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/pairing/types" + planstypes "github.com/lavanet/lava/v2/x/plans/types" "github.com/spf13/cobra" ) diff --git a/x/pairing/client/cli/tx_unfreeze.go b/x/pairing/client/cli/tx_unfreeze.go index cd20d1226f..a1b7ca74ea 100644 --- a/x/pairing/client/cli/tx_unfreeze.go +++ b/x/pairing/client/cli/tx_unfreeze.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/x/pairing/types" "github.com/spf13/cobra" ) diff --git a/x/pairing/client/cli/tx_unstake_provider.go b/x/pairing/client/cli/tx_unstake_provider.go index 9e4aea6914..b00ed981d8 100644 --- a/x/pairing/client/cli/tx_unstake_provider.go +++ b/x/pairing/client/cli/tx_unstake_provider.go @@ -10,10 +10,10 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/x/feegrant" - "github.com/lavanet/lava/utils" - dualstakingclient "github.com/lavanet/lava/x/dualstaking/client/cli" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/utils" + dualstakingclient "github.com/lavanet/lava/v2/x/dualstaking/client/cli" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/pairing/types" "github.com/spf13/cobra" ) diff --git a/x/pairing/client/proposal_handler.go b/x/pairing/client/proposal_handler.go index 7d16fc8285..786d4c9bf2 100644 --- a/x/pairing/client/proposal_handler.go +++ b/x/pairing/client/proposal_handler.go @@ -2,7 +2,7 @@ package client import ( govclient "github.com/cosmos/cosmos-sdk/x/gov/client" - "github.com/lavanet/lava/x/pairing/client/cli" + "github.com/lavanet/lava/v2/x/pairing/client/cli" ) var PairingUnstakeProposal = govclient.NewProposalHandler(cli.NewSubmitUnstakeProposalTxCmd) diff --git a/x/pairing/client/utils/utils.go b/x/pairing/client/utils/utils.go index 61863adc72..a9467cc648 100755 --- a/x/pairing/client/utils/utils.go +++ b/x/pairing/client/utils/utils.go @@ -4,7 +4,7 @@ import ( "os" "github.com/cosmos/cosmos-sdk/codec" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/x/pairing/types" ) type ( diff --git a/x/pairing/genesis.go b/x/pairing/genesis.go index be5aa45283..a1c0c190b7 100644 --- a/x/pairing/genesis.go +++ b/x/pairing/genesis.go @@ -2,8 +2,8 @@ package pairing import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/pairing/keeper" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/x/pairing/keeper" + "github.com/lavanet/lava/v2/x/pairing/types" ) // InitGenesis initializes the capability module's state from a provided genesis diff --git a/x/pairing/genesis_test.go b/x/pairing/genesis_test.go index 2dbc5b612a..b50356dd65 100644 --- a/x/pairing/genesis_test.go +++ b/x/pairing/genesis_test.go @@ -3,10 +3,10 @@ package pairing_test import ( "testing" - keepertest "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/testutil/nullify" - "github.com/lavanet/lava/x/pairing" - "github.com/lavanet/lava/x/pairing/types" + keepertest "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/testutil/nullify" + "github.com/lavanet/lava/v2/x/pairing" + "github.com/lavanet/lava/v2/x/pairing/types" "github.com/stretchr/testify/require" ) diff --git a/x/pairing/handler.go b/x/pairing/handler.go index 3b35ef806f..39e8d73443 100644 --- a/x/pairing/handler.go +++ b/x/pairing/handler.go @@ -6,8 +6,8 @@ import ( sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/lavanet/lava/x/pairing/keeper" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/x/pairing/keeper" + "github.com/lavanet/lava/v2/x/pairing/types" ) // NewHandler ... diff --git a/x/pairing/keeper/badge_used_cu.go b/x/pairing/keeper/badge_used_cu.go index d5bc1100b4..50ceb20db2 100644 --- a/x/pairing/keeper/badge_used_cu.go +++ b/x/pairing/keeper/badge_used_cu.go @@ -5,9 +5,9 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/pairing/types" - timertypes "github.com/lavanet/lava/x/timerstore/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/pairing/types" + timertypes "github.com/lavanet/lava/v2/x/timerstore/types" ) // SetBadgeUsedCu set a specific badgeUsedCu in the store from its index diff --git a/x/pairing/keeper/badge_used_cu_test.go b/x/pairing/keeper/badge_used_cu_test.go index e0ddf3bb5f..bfa4d4ec0e 100644 --- a/x/pairing/keeper/badge_used_cu_test.go +++ b/x/pairing/keeper/badge_used_cu_test.go @@ -5,10 +5,10 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - keepertest "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/testutil/nullify" - "github.com/lavanet/lava/x/pairing/keeper" - "github.com/lavanet/lava/x/pairing/types" + keepertest "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/testutil/nullify" + "github.com/lavanet/lava/v2/x/pairing/keeper" + "github.com/lavanet/lava/v2/x/pairing/types" "github.com/stretchr/testify/require" ) diff --git a/x/pairing/keeper/cu_tracker_test.go b/x/pairing/keeper/cu_tracker_test.go index a80af513fe..fd39467668 100644 --- a/x/pairing/keeper/cu_tracker_test.go +++ b/x/pairing/keeper/cu_tracker_test.go @@ -6,12 +6,12 @@ import ( "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/testutil/common" - testkeeper "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/utils/lavaslices" - "github.com/lavanet/lava/utils/sigs" - "github.com/lavanet/lava/x/pairing/types" - planstypes "github.com/lavanet/lava/x/plans/types" + "github.com/lavanet/lava/v2/testutil/common" + testkeeper "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/utils/lavaslices" + "github.com/lavanet/lava/v2/utils/sigs" + "github.com/lavanet/lava/v2/x/pairing/types" + planstypes "github.com/lavanet/lava/v2/x/plans/types" "github.com/stretchr/testify/require" ) diff --git a/x/pairing/keeper/delegator_rewards_test.go b/x/pairing/keeper/delegator_rewards_test.go index db72f778b9..4486c7fc30 100644 --- a/x/pairing/keeper/delegator_rewards_test.go +++ b/x/pairing/keeper/delegator_rewards_test.go @@ -5,12 +5,12 @@ import ( "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/testutil/common" - "github.com/lavanet/lava/utils/lavaslices" - "github.com/lavanet/lava/utils/sigs" - dualstakingtypes "github.com/lavanet/lava/x/dualstaking/types" - "github.com/lavanet/lava/x/pairing/types" - subscriptiontypes "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/testutil/common" + "github.com/lavanet/lava/v2/utils/lavaslices" + "github.com/lavanet/lava/v2/utils/sigs" + dualstakingtypes "github.com/lavanet/lava/v2/x/dualstaking/types" + "github.com/lavanet/lava/v2/x/pairing/types" + subscriptiontypes "github.com/lavanet/lava/v2/x/subscription/types" "github.com/stretchr/testify/require" ) diff --git a/x/pairing/keeper/discipline.go b/x/pairing/keeper/discipline.go index 5c5523289f..a37d5d620d 100644 --- a/x/pairing/keeper/discipline.go +++ b/x/pairing/keeper/discipline.go @@ -4,7 +4,7 @@ import ( "fmt" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" + "github.com/lavanet/lava/v2/utils" ) func (k Keeper) JailEntry(ctx sdk.Context, address string, chainID string, jailStartBlock, jailBlocks uint64, bail sdk.Coin) error { diff --git a/x/pairing/keeper/epoch_cu.go b/x/pairing/keeper/epoch_cu.go index c9b9135e2c..1a848c0f3a 100644 --- a/x/pairing/keeper/epoch_cu.go +++ b/x/pairing/keeper/epoch_cu.go @@ -4,8 +4,8 @@ import ( "github.com/cosmos/cosmos-sdk/store/cachekv" "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/pairing/types" ) // UniqueEpochSession is used to detect double spend attacks diff --git a/x/pairing/keeper/epoch_cu_test.go b/x/pairing/keeper/epoch_cu_test.go index 7acc9a5a88..a3314fcf52 100644 --- a/x/pairing/keeper/epoch_cu_test.go +++ b/x/pairing/keeper/epoch_cu_test.go @@ -5,10 +5,10 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - keepertest "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/testutil/nullify" - "github.com/lavanet/lava/x/pairing/keeper" - "github.com/lavanet/lava/x/pairing/types" + keepertest "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/testutil/nullify" + "github.com/lavanet/lava/v2/x/pairing/keeper" + "github.com/lavanet/lava/v2/x/pairing/types" "github.com/stretchr/testify/require" ) diff --git a/x/pairing/keeper/epoch_payment.go b/x/pairing/keeper/epoch_payment.go index f1a6235bcb..598dbaa7bd 100644 --- a/x/pairing/keeper/epoch_payment.go +++ b/x/pairing/keeper/epoch_payment.go @@ -2,7 +2,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/x/pairing/types" ) // AddEpochPayment adds a new epoch payment and returns the updated CU used between provider and project diff --git a/x/pairing/keeper/filters/addon_filter.go b/x/pairing/keeper/filters/addon_filter.go index 80eec9b67e..30b8057002 100644 --- a/x/pairing/keeper/filters/addon_filter.go +++ b/x/pairing/keeper/filters/addon_filter.go @@ -4,9 +4,9 @@ import ( "sort" sdk "github.com/cosmos/cosmos-sdk/types" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - planstypes "github.com/lavanet/lava/x/plans/types" - spectypes "github.com/lavanet/lava/x/spec/types" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + planstypes "github.com/lavanet/lava/v2/x/plans/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" ) type AddonFilter struct { diff --git a/x/pairing/keeper/filters/filter.go b/x/pairing/keeper/filters/filter.go index 6ca23aceaa..8a1481f11f 100644 --- a/x/pairing/keeper/filters/filter.go +++ b/x/pairing/keeper/filters/filter.go @@ -4,11 +4,11 @@ import ( "fmt" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - pairingscores "github.com/lavanet/lava/x/pairing/keeper/scores" - "github.com/lavanet/lava/x/pairing/types" - planstypes "github.com/lavanet/lava/x/plans/types" + "github.com/lavanet/lava/v2/utils" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + pairingscores "github.com/lavanet/lava/v2/x/pairing/keeper/scores" + "github.com/lavanet/lava/v2/x/pairing/types" + planstypes "github.com/lavanet/lava/v2/x/plans/types" ) // The Filter interface allows creating filters that filter out providers in the pairing process. diff --git a/x/pairing/keeper/filters/filter_test.go b/x/pairing/keeper/filters/filter_test.go index 0834aa76f1..296461c2de 100644 --- a/x/pairing/keeper/filters/filter_test.go +++ b/x/pairing/keeper/filters/filter_test.go @@ -5,8 +5,8 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - planstypes "github.com/lavanet/lava/x/plans/types" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + planstypes "github.com/lavanet/lava/v2/x/plans/types" "github.com/stretchr/testify/require" ) diff --git a/x/pairing/keeper/filters/frozen_providers_filter.go b/x/pairing/keeper/filters/frozen_providers_filter.go index a2845f7d73..c20b302a63 100644 --- a/x/pairing/keeper/filters/frozen_providers_filter.go +++ b/x/pairing/keeper/filters/frozen_providers_filter.go @@ -2,8 +2,8 @@ package filters import ( sdk "github.com/cosmos/cosmos-sdk/types" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - planstypes "github.com/lavanet/lava/x/plans/types" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + planstypes "github.com/lavanet/lava/v2/x/plans/types" ) type FrozenProvidersFilter struct{} diff --git a/x/pairing/keeper/filters/geolocation_filter.go b/x/pairing/keeper/filters/geolocation_filter.go index fbedb7685f..489427aa19 100644 --- a/x/pairing/keeper/filters/geolocation_filter.go +++ b/x/pairing/keeper/filters/geolocation_filter.go @@ -2,8 +2,8 @@ package filters import ( sdk "github.com/cosmos/cosmos-sdk/types" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - planstypes "github.com/lavanet/lava/x/plans/types" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + planstypes "github.com/lavanet/lava/v2/x/plans/types" ) // TODO: This filter is disabled (InitFilter always returns false) diff --git a/x/pairing/keeper/filters/selected_providers_filter.go b/x/pairing/keeper/filters/selected_providers_filter.go index 0b641edee0..1e17f921bb 100644 --- a/x/pairing/keeper/filters/selected_providers_filter.go +++ b/x/pairing/keeper/filters/selected_providers_filter.go @@ -2,8 +2,8 @@ package filters import ( sdk "github.com/cosmos/cosmos-sdk/types" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - planstypes "github.com/lavanet/lava/x/plans/types" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + planstypes "github.com/lavanet/lava/v2/x/plans/types" ) type SelectedProvidersFilter struct { diff --git a/x/pairing/keeper/fixation_test.go b/x/pairing/keeper/fixation_test.go index 759522b26d..474ca2a330 100644 --- a/x/pairing/keeper/fixation_test.go +++ b/x/pairing/keeper/fixation_test.go @@ -4,9 +4,9 @@ import ( "strconv" "testing" - "github.com/lavanet/lava/testutil/common" - "github.com/lavanet/lava/utils/sigs" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" + "github.com/lavanet/lava/v2/testutil/common" + "github.com/lavanet/lava/v2/utils/sigs" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" "github.com/stretchr/testify/require" ) diff --git a/x/pairing/keeper/grpc_query.go b/x/pairing/keeper/grpc_query.go index 1c5fe84859..75b5485f4f 100644 --- a/x/pairing/keeper/grpc_query.go +++ b/x/pairing/keeper/grpc_query.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/x/pairing/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/pairing/keeper/grpc_query_effective_policy.go b/x/pairing/keeper/grpc_query_effective_policy.go index c7228595e9..934dfd1804 100644 --- a/x/pairing/keeper/grpc_query_effective_policy.go +++ b/x/pairing/keeper/grpc_query_effective_policy.go @@ -5,8 +5,8 @@ import ( "fmt" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/pairing/types" - projectstypes "github.com/lavanet/lava/x/projects/types" + "github.com/lavanet/lava/v2/x/pairing/types" + projectstypes "github.com/lavanet/lava/v2/x/projects/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/pairing/keeper/grpc_query_effective_policy_test.go b/x/pairing/keeper/grpc_query_effective_policy_test.go index 080bd6ec2a..8b21fba0e8 100644 --- a/x/pairing/keeper/grpc_query_effective_policy_test.go +++ b/x/pairing/keeper/grpc_query_effective_policy_test.go @@ -3,8 +3,8 @@ package keeper_test import ( "testing" - "github.com/lavanet/lava/testutil/common" - planstypes "github.com/lavanet/lava/x/plans/types" + "github.com/lavanet/lava/v2/testutil/common" + planstypes "github.com/lavanet/lava/v2/x/plans/types" "github.com/stretchr/testify/require" ) diff --git a/x/pairing/keeper/grpc_query_get_pairing.go b/x/pairing/keeper/grpc_query_get_pairing.go index a4a75e4c75..429b1f1ae1 100644 --- a/x/pairing/keeper/grpc_query_get_pairing.go +++ b/x/pairing/keeper/grpc_query_get_pairing.go @@ -6,9 +6,9 @@ import ( "fmt" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/pairing/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/pairing/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/pairing/keeper/grpc_query_params.go b/x/pairing/keeper/grpc_query_params.go index 9a45d8f372..c88e6c6b88 100644 --- a/x/pairing/keeper/grpc_query_params.go +++ b/x/pairing/keeper/grpc_query_params.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/x/pairing/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/pairing/keeper/grpc_query_params_test.go b/x/pairing/keeper/grpc_query_params_test.go index afa94bcd71..759dd9e03c 100644 --- a/x/pairing/keeper/grpc_query_params_test.go +++ b/x/pairing/keeper/grpc_query_params_test.go @@ -4,8 +4,8 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - testkeeper "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/x/pairing/types" + testkeeper "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/x/pairing/types" "github.com/stretchr/testify/require" ) diff --git a/x/pairing/keeper/grpc_query_provider.go b/x/pairing/keeper/grpc_query_provider.go index eb8c1cc7fa..84a2ccc5c9 100644 --- a/x/pairing/keeper/grpc_query_provider.go +++ b/x/pairing/keeper/grpc_query_provider.go @@ -4,8 +4,8 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - "github.com/lavanet/lava/x/pairing/types" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/pairing/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/pairing/keeper/grpc_query_provider_monthly_payout.go b/x/pairing/keeper/grpc_query_provider_monthly_payout.go index 329908c921..a21a91bc02 100644 --- a/x/pairing/keeper/grpc_query_provider_monthly_payout.go +++ b/x/pairing/keeper/grpc_query_provider_monthly_payout.go @@ -5,10 +5,10 @@ import ( "fmt" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/pairing/types" - subsciption "github.com/lavanet/lava/x/subscription/keeper" - subsciptiontypes "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/pairing/types" + subsciption "github.com/lavanet/lava/v2/x/subscription/keeper" + subsciptiontypes "github.com/lavanet/lava/v2/x/subscription/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/pairing/keeper/grpc_query_provider_pairing_chance.go b/x/pairing/keeper/grpc_query_provider_pairing_chance.go index 0fded38b84..33da88a670 100644 --- a/x/pairing/keeper/grpc_query_provider_pairing_chance.go +++ b/x/pairing/keeper/grpc_query_provider_pairing_chance.go @@ -5,8 +5,8 @@ import ( "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/pairing/types" - planstypes "github.com/lavanet/lava/x/plans/types" + "github.com/lavanet/lava/v2/x/pairing/types" + planstypes "github.com/lavanet/lava/v2/x/plans/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/pairing/keeper/grpc_query_providers.go b/x/pairing/keeper/grpc_query_providers.go index 8e645706f0..7462a70c24 100644 --- a/x/pairing/keeper/grpc_query_providers.go +++ b/x/pairing/keeper/grpc_query_providers.go @@ -4,8 +4,8 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - "github.com/lavanet/lava/x/pairing/types" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/pairing/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/pairing/keeper/grpc_query_providers_epoch_cu.go b/x/pairing/keeper/grpc_query_providers_epoch_cu.go index ec34d870fc..eb189e0ec5 100644 --- a/x/pairing/keeper/grpc_query_providers_epoch_cu.go +++ b/x/pairing/keeper/grpc_query_providers_epoch_cu.go @@ -5,7 +5,7 @@ import ( "sort" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/x/pairing/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/pairing/keeper/grpc_query_static_providers_list.go b/x/pairing/keeper/grpc_query_static_providers_list.go index 89cce70e4d..c25c014867 100644 --- a/x/pairing/keeper/grpc_query_static_providers_list.go +++ b/x/pairing/keeper/grpc_query_static_providers_list.go @@ -5,9 +5,9 @@ import ( "fmt" sdk "github.com/cosmos/cosmos-sdk/types" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - "github.com/lavanet/lava/x/pairing/types" - spectypes "github.com/lavanet/lava/x/spec/types" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/pairing/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/pairing/keeper/grpc_query_subscription_monthly_payout.go b/x/pairing/keeper/grpc_query_subscription_monthly_payout.go index f209f96352..8552bf29b3 100644 --- a/x/pairing/keeper/grpc_query_subscription_monthly_payout.go +++ b/x/pairing/keeper/grpc_query_subscription_monthly_payout.go @@ -6,10 +6,10 @@ import ( "sort" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/pairing/types" - subsciption "github.com/lavanet/lava/x/subscription/keeper" - subsciptiontypes "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/pairing/types" + subsciption "github.com/lavanet/lava/v2/x/subscription/keeper" + subsciptiontypes "github.com/lavanet/lava/v2/x/subscription/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/pairing/keeper/grpc_query_user_entry.go b/x/pairing/keeper/grpc_query_user_entry.go index fa939442e2..0c6cb3e960 100644 --- a/x/pairing/keeper/grpc_query_user_entry.go +++ b/x/pairing/keeper/grpc_query_user_entry.go @@ -5,9 +5,9 @@ import ( "fmt" sdk "github.com/cosmos/cosmos-sdk/types" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - "github.com/lavanet/lava/x/pairing/types" - planstypes "github.com/lavanet/lava/x/plans/types" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/pairing/types" + planstypes "github.com/lavanet/lava/v2/x/plans/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/pairing/keeper/grpc_query_verify_pairing.go b/x/pairing/keeper/grpc_query_verify_pairing.go index 196c7e13a3..a443804224 100644 --- a/x/pairing/keeper/grpc_query_verify_pairing.go +++ b/x/pairing/keeper/grpc_query_verify_pairing.go @@ -6,7 +6,7 @@ import ( "fmt" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/x/pairing/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/pairing/keeper/helpers_test.go b/x/pairing/keeper/helpers_test.go index 585e494b18..f8456cffe1 100644 --- a/x/pairing/keeper/helpers_test.go +++ b/x/pairing/keeper/helpers_test.go @@ -5,13 +5,13 @@ import ( "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/testutil/common" - testutil "github.com/lavanet/lava/testutil/keeper" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - planstypes "github.com/lavanet/lava/x/plans/types" - rewardstypes "github.com/lavanet/lava/x/rewards/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/testutil/common" + testutil "github.com/lavanet/lava/v2/testutil/keeper" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + planstypes "github.com/lavanet/lava/v2/x/plans/types" + rewardstypes "github.com/lavanet/lava/v2/x/rewards/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "github.com/stretchr/testify/require" ) diff --git a/x/pairing/keeper/keeper.go b/x/pairing/keeper/keeper.go index ee8bce49ff..994e527a87 100644 --- a/x/pairing/keeper/keeper.go +++ b/x/pairing/keeper/keeper.go @@ -4,15 +4,15 @@ import ( "fmt" storetypes "github.com/cosmos/cosmos-sdk/store/types" - timerstoretypes "github.com/lavanet/lava/x/timerstore/types" + timerstoretypes "github.com/lavanet/lava/v2/x/timerstore/types" "github.com/cometbft/cometbft/libs/log" "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" - fixationtypes "github.com/lavanet/lava/x/fixationstore/types" - "github.com/lavanet/lava/x/pairing/types" + fixationtypes "github.com/lavanet/lava/v2/x/fixationstore/types" + "github.com/lavanet/lava/v2/x/pairing/types" ) type ( diff --git a/x/pairing/keeper/limitConsumer.go b/x/pairing/keeper/limitConsumer.go index ac62fb401a..801ad48798 100644 --- a/x/pairing/keeper/limitConsumer.go +++ b/x/pairing/keeper/limitConsumer.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - planstypes "github.com/lavanet/lava/x/plans/types" + "github.com/lavanet/lava/v2/utils" + planstypes "github.com/lavanet/lava/v2/x/plans/types" ) func (k Keeper) EnforceClientCUsUsageInEpoch(ctx sdk.Context, relayCU, epochAllowedCU, totalCUInEpochForUserProvider uint64, clientAddr sdk.AccAddress, chainID string, epoch uint64) (uint64, error) { diff --git a/x/pairing/keeper/limitConsumer_test.go b/x/pairing/keeper/limitConsumer_test.go index 3c6eac76b7..5d6b63be3e 100644 --- a/x/pairing/keeper/limitConsumer_test.go +++ b/x/pairing/keeper/limitConsumer_test.go @@ -3,8 +3,8 @@ package keeper_test import ( "testing" - "github.com/lavanet/lava/testutil/common" - "github.com/lavanet/lava/utils/sigs" + "github.com/lavanet/lava/v2/testutil/common" + "github.com/lavanet/lava/v2/utils/sigs" "github.com/stretchr/testify/require" ) diff --git a/x/pairing/keeper/migrations.go b/x/pairing/keeper/migrations.go index 94c0aa7738..c7d3cee690 100644 --- a/x/pairing/keeper/migrations.go +++ b/x/pairing/keeper/migrations.go @@ -2,7 +2,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - v2 "github.com/lavanet/lava/x/pairing/migrations/v2" + v2 "github.com/lavanet/lava/v2/x/pairing/migrations/v2" ) type Migrator struct { diff --git a/x/pairing/keeper/msg_server.go b/x/pairing/keeper/msg_server.go index a32c11186c..e8b3964d31 100644 --- a/x/pairing/keeper/msg_server.go +++ b/x/pairing/keeper/msg_server.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/x/pairing/types" ) type msgServer struct { diff --git a/x/pairing/keeper/msg_server_freeze.go b/x/pairing/keeper/msg_server_freeze.go index 8b547c6364..87c6bfe04a 100644 --- a/x/pairing/keeper/msg_server_freeze.go +++ b/x/pairing/keeper/msg_server_freeze.go @@ -7,9 +7,9 @@ import ( "strings" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - commontypes "github.com/lavanet/lava/utils/common/types" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/utils" + commontypes "github.com/lavanet/lava/v2/utils/common/types" + "github.com/lavanet/lava/v2/x/pairing/types" ) func (k msgServer) FreezeProvider(goCtx context.Context, msg *types.MsgFreezeProvider) (*types.MsgFreezeProviderResponse, error) { diff --git a/x/pairing/keeper/msg_server_freeze_test.go b/x/pairing/keeper/msg_server_freeze_test.go index 55564e2bdf..27192897ed 100644 --- a/x/pairing/keeper/msg_server_freeze_test.go +++ b/x/pairing/keeper/msg_server_freeze_test.go @@ -3,8 +3,8 @@ package keeper_test import ( "testing" - "github.com/lavanet/lava/testutil/common" - "github.com/lavanet/lava/utils/sigs" + "github.com/lavanet/lava/v2/testutil/common" + "github.com/lavanet/lava/v2/utils/sigs" "github.com/stretchr/testify/require" ) diff --git a/x/pairing/keeper/msg_server_relay_payment.go b/x/pairing/keeper/msg_server_relay_payment.go index c5138bbf01..9933b18a46 100644 --- a/x/pairing/keeper/msg_server_relay_payment.go +++ b/x/pairing/keeper/msg_server_relay_payment.go @@ -8,13 +8,13 @@ import ( "time" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - commontypes "github.com/lavanet/lava/utils/common/types" - "github.com/lavanet/lava/utils/sigs" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - "github.com/lavanet/lava/x/pairing/types" - projectstypes "github.com/lavanet/lava/x/projects/types" - subscriptiontypes "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/utils" + commontypes "github.com/lavanet/lava/v2/utils/common/types" + "github.com/lavanet/lava/v2/utils/sigs" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/pairing/types" + projectstypes "github.com/lavanet/lava/v2/x/projects/types" + subscriptiontypes "github.com/lavanet/lava/v2/x/subscription/types" ) type BadgeData struct { diff --git a/x/pairing/keeper/msg_server_relay_payment_gov_test.go b/x/pairing/keeper/msg_server_relay_payment_gov_test.go index 78a8d4f178..0d9d15e1ab 100644 --- a/x/pairing/keeper/msg_server_relay_payment_gov_test.go +++ b/x/pairing/keeper/msg_server_relay_payment_gov_test.go @@ -5,11 +5,11 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/testutil/common" - "github.com/lavanet/lava/utils/lavaslices" - "github.com/lavanet/lava/utils/sigs" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - pairingtypes "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/testutil/common" + "github.com/lavanet/lava/v2/utils/lavaslices" + "github.com/lavanet/lava/v2/utils/sigs" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" "github.com/stretchr/testify/require" ) diff --git a/x/pairing/keeper/msg_server_relay_payment_test.go b/x/pairing/keeper/msg_server_relay_payment_test.go index 1bd29daebd..15c1076728 100644 --- a/x/pairing/keeper/msg_server_relay_payment_test.go +++ b/x/pairing/keeper/msg_server_relay_payment_test.go @@ -4,13 +4,13 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/testutil/common" - commonconsts "github.com/lavanet/lava/testutil/common/consts" - "github.com/lavanet/lava/utils/lavaslices" - "github.com/lavanet/lava/utils/sigs" - "github.com/lavanet/lava/x/pairing/types" - planstypes "github.com/lavanet/lava/x/plans/types" - projectstypes "github.com/lavanet/lava/x/projects/types" + "github.com/lavanet/lava/v2/testutil/common" + commonconsts "github.com/lavanet/lava/v2/testutil/common/consts" + "github.com/lavanet/lava/v2/utils/lavaslices" + "github.com/lavanet/lava/v2/utils/sigs" + "github.com/lavanet/lava/v2/x/pairing/types" + planstypes "github.com/lavanet/lava/v2/x/plans/types" + projectstypes "github.com/lavanet/lava/v2/x/projects/types" "github.com/stretchr/testify/require" ) diff --git a/x/pairing/keeper/msg_server_stake_provider.go b/x/pairing/keeper/msg_server_stake_provider.go index 7ced508a60..9a9890f38a 100644 --- a/x/pairing/keeper/msg_server_stake_provider.go +++ b/x/pairing/keeper/msg_server_stake_provider.go @@ -4,8 +4,8 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/pairing/types" ) func (k msgServer) StakeProvider(goCtx context.Context, msg *types.MsgStakeProvider) (*types.MsgStakeProviderResponse, error) { diff --git a/x/pairing/keeper/msg_server_stake_provider_test.go b/x/pairing/keeper/msg_server_stake_provider_test.go index 4e7cce7748..8261cc89f6 100644 --- a/x/pairing/keeper/msg_server_stake_provider_test.go +++ b/x/pairing/keeper/msg_server_stake_provider_test.go @@ -7,11 +7,11 @@ import ( "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/lavanet/lava/testutil/common" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - "github.com/lavanet/lava/x/pairing/client/cli" - "github.com/lavanet/lava/x/pairing/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/testutil/common" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/pairing/client/cli" + "github.com/lavanet/lava/v2/x/pairing/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "github.com/stretchr/testify/require" ) diff --git a/x/pairing/keeper/msg_server_stake_unstake_gov_test.go b/x/pairing/keeper/msg_server_stake_unstake_gov_test.go index 9deb354fbf..f0445cf82a 100644 --- a/x/pairing/keeper/msg_server_stake_unstake_gov_test.go +++ b/x/pairing/keeper/msg_server_stake_unstake_gov_test.go @@ -4,8 +4,8 @@ import ( "strconv" "testing" - "github.com/lavanet/lava/testutil/common" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" + "github.com/lavanet/lava/v2/testutil/common" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" "github.com/stretchr/testify/require" ) diff --git a/x/pairing/keeper/msg_server_test.go b/x/pairing/keeper/msg_server_test.go index 29a517d670..1611552345 100644 --- a/x/pairing/keeper/msg_server_test.go +++ b/x/pairing/keeper/msg_server_test.go @@ -5,9 +5,9 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - keepertest "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/x/pairing/keeper" - "github.com/lavanet/lava/x/pairing/types" + keepertest "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/x/pairing/keeper" + "github.com/lavanet/lava/v2/x/pairing/types" ) // TODO: use or delete this function diff --git a/x/pairing/keeper/msg_server_unfreeze.go b/x/pairing/keeper/msg_server_unfreeze.go index 3cd2da1061..14a654df0c 100644 --- a/x/pairing/keeper/msg_server_unfreeze.go +++ b/x/pairing/keeper/msg_server_unfreeze.go @@ -5,8 +5,8 @@ import ( "strings" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/pairing/types" ) func (k msgServer) UnfreezeProvider(goCtx context.Context, msg *types.MsgUnfreezeProvider) (*types.MsgUnfreezeProviderResponse, error) { diff --git a/x/pairing/keeper/msg_server_unstake_provider.go b/x/pairing/keeper/msg_server_unstake_provider.go index e2f4275421..09a4fe1866 100644 --- a/x/pairing/keeper/msg_server_unstake_provider.go +++ b/x/pairing/keeper/msg_server_unstake_provider.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/x/pairing/types" ) func (k msgServer) UnstakeProvider(goCtx context.Context, msg *types.MsgUnstakeProvider) (*types.MsgUnstakeProviderResponse, error) { diff --git a/x/pairing/keeper/msg_server_unstake_provider_test.go b/x/pairing/keeper/msg_server_unstake_provider_test.go index 71d48db5b9..a7ca917f73 100644 --- a/x/pairing/keeper/msg_server_unstake_provider_test.go +++ b/x/pairing/keeper/msg_server_unstake_provider_test.go @@ -3,8 +3,8 @@ package keeper_test import ( "testing" - "github.com/lavanet/lava/testutil/common" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/testutil/common" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "github.com/stretchr/testify/require" ) diff --git a/x/pairing/keeper/pairing.go b/x/pairing/keeper/pairing.go index a1a9a57f82..6f132556e1 100644 --- a/x/pairing/keeper/pairing.go +++ b/x/pairing/keeper/pairing.go @@ -7,14 +7,14 @@ import ( cosmosmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/lavaslices" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - pairingfilters "github.com/lavanet/lava/x/pairing/keeper/filters" - pairingscores "github.com/lavanet/lava/x/pairing/keeper/scores" - planstypes "github.com/lavanet/lava/x/plans/types" - projectstypes "github.com/lavanet/lava/x/projects/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/lavaslices" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + pairingfilters "github.com/lavanet/lava/v2/x/pairing/keeper/filters" + pairingscores "github.com/lavanet/lava/v2/x/pairing/keeper/scores" + planstypes "github.com/lavanet/lava/v2/x/plans/types" + projectstypes "github.com/lavanet/lava/v2/x/projects/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" ) func (k Keeper) VerifyPairingData(ctx sdk.Context, chainID string, block uint64) (epoch uint64, providersType spectypes.Spec_ProvidersTypes, errorRet error) { diff --git a/x/pairing/keeper/pairing_immediately_test.go b/x/pairing/keeper/pairing_immediately_test.go index 51a44fccb6..a445bb3d80 100644 --- a/x/pairing/keeper/pairing_immediately_test.go +++ b/x/pairing/keeper/pairing_immediately_test.go @@ -3,9 +3,9 @@ package keeper_test import ( "testing" - "github.com/lavanet/lava/testutil/common" - "github.com/lavanet/lava/utils/lavaslices" - projectTypes "github.com/lavanet/lava/x/projects/types" + "github.com/lavanet/lava/v2/testutil/common" + "github.com/lavanet/lava/v2/utils/lavaslices" + projectTypes "github.com/lavanet/lava/v2/x/projects/types" "github.com/stretchr/testify/require" ) diff --git a/x/pairing/keeper/pairing_next_epoch_time_block.go b/x/pairing/keeper/pairing_next_epoch_time_block.go index b5d192d317..5d242d2274 100644 --- a/x/pairing/keeper/pairing_next_epoch_time_block.go +++ b/x/pairing/keeper/pairing_next_epoch_time_block.go @@ -7,8 +7,8 @@ import ( "github.com/cometbft/cometbft/rpc/core" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - pairingtypes "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/utils" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" ) const ( diff --git a/x/pairing/keeper/pairing_subscription_test.go b/x/pairing/keeper/pairing_subscription_test.go index 45c79272b0..b037d88f39 100644 --- a/x/pairing/keeper/pairing_subscription_test.go +++ b/x/pairing/keeper/pairing_subscription_test.go @@ -3,11 +3,11 @@ package keeper_test import ( "testing" - "github.com/lavanet/lava/testutil/common" - "github.com/lavanet/lava/utils/lavaslices" - "github.com/lavanet/lava/utils/sigs" - planstypes "github.com/lavanet/lava/x/plans/types" - projectstypes "github.com/lavanet/lava/x/projects/types" + "github.com/lavanet/lava/v2/testutil/common" + "github.com/lavanet/lava/v2/utils/lavaslices" + "github.com/lavanet/lava/v2/utils/sigs" + planstypes "github.com/lavanet/lava/v2/x/plans/types" + projectstypes "github.com/lavanet/lava/v2/x/projects/types" "github.com/stretchr/testify/require" ) diff --git a/x/pairing/keeper/pairing_test.go b/x/pairing/keeper/pairing_test.go index 94339ffca4..bbec8a799b 100644 --- a/x/pairing/keeper/pairing_test.go +++ b/x/pairing/keeper/pairing_test.go @@ -8,15 +8,15 @@ import ( "time" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/testutil/common" - testkeeper "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/utils/lavaslices" - "github.com/lavanet/lava/utils/sigs" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - pairingscores "github.com/lavanet/lava/x/pairing/keeper/scores" - "github.com/lavanet/lava/x/pairing/types" - planstypes "github.com/lavanet/lava/x/plans/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/testutil/common" + testkeeper "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/utils/lavaslices" + "github.com/lavanet/lava/v2/utils/sigs" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + pairingscores "github.com/lavanet/lava/v2/x/pairing/keeper/scores" + "github.com/lavanet/lava/v2/x/pairing/types" + planstypes "github.com/lavanet/lava/v2/x/plans/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "github.com/stretchr/testify/require" ) diff --git a/x/pairing/keeper/params.go b/x/pairing/keeper/params.go index 0ce67366c8..3b076a6917 100644 --- a/x/pairing/keeper/params.go +++ b/x/pairing/keeper/params.go @@ -4,8 +4,8 @@ import ( "strconv" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/pairing/types" ) // GetParams get all parameters as types.Params diff --git a/x/pairing/keeper/params_test.go b/x/pairing/keeper/params_test.go index b7f0a1d0a9..b187cb0581 100644 --- a/x/pairing/keeper/params_test.go +++ b/x/pairing/keeper/params_test.go @@ -3,8 +3,8 @@ package keeper_test import ( "testing" - testkeeper "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/x/pairing/types" + testkeeper "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/x/pairing/types" "github.com/stretchr/testify/require" ) diff --git a/x/pairing/keeper/qos_excellence.go b/x/pairing/keeper/qos_excellence.go index eca781c944..0f9d367066 100644 --- a/x/pairing/keeper/qos_excellence.go +++ b/x/pairing/keeper/qos_excellence.go @@ -4,8 +4,8 @@ import ( "fmt" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - pairingtypes "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/utils" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" ) // TODO: implement UpdateProviderQos(payments) diff --git a/x/pairing/keeper/query_sdk_pairing.go b/x/pairing/keeper/query_sdk_pairing.go index 83df033676..03e2457578 100644 --- a/x/pairing/keeper/query_sdk_pairing.go +++ b/x/pairing/keeper/query_sdk_pairing.go @@ -5,7 +5,7 @@ import ( "fmt" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/x/pairing/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/pairing/keeper/scores/geo_req.go b/x/pairing/keeper/scores/geo_req.go index 0783ac5e8d..66953c4f6e 100644 --- a/x/pairing/keeper/scores/geo_req.go +++ b/x/pairing/keeper/scores/geo_req.go @@ -5,8 +5,8 @@ import ( "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - planstypes "github.com/lavanet/lava/x/plans/types" + "github.com/lavanet/lava/v2/utils" + planstypes "github.com/lavanet/lava/v2/x/plans/types" ) // geo requirement that implements the ScoreReq interface diff --git a/x/pairing/keeper/scores/geo_req_test.go b/x/pairing/keeper/scores/geo_req_test.go index 481144dcb9..73de028ba4 100644 --- a/x/pairing/keeper/scores/geo_req_test.go +++ b/x/pairing/keeper/scores/geo_req_test.go @@ -3,9 +3,9 @@ package scores import ( "testing" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - "github.com/lavanet/lava/x/pairing/types" - planstypes "github.com/lavanet/lava/x/plans/types" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/pairing/types" + planstypes "github.com/lavanet/lava/v2/x/plans/types" "github.com/stretchr/testify/require" ) diff --git a/x/pairing/keeper/scores/pairing_score.go b/x/pairing/keeper/scores/pairing_score.go index 3ad2bbeaca..3b5716021b 100644 --- a/x/pairing/keeper/scores/pairing_score.go +++ b/x/pairing/keeper/scores/pairing_score.go @@ -2,8 +2,8 @@ package scores import ( "cosmossdk.io/math" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - pairingtypes "github.com/lavanet/lava/x/pairing/types" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" ) const ( diff --git a/x/pairing/keeper/scores/qos_req.go b/x/pairing/keeper/scores/qos_req.go index 7448e22385..7ecb4174d5 100644 --- a/x/pairing/keeper/scores/qos_req.go +++ b/x/pairing/keeper/scores/qos_req.go @@ -3,8 +3,8 @@ package scores import ( "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - planstypes "github.com/lavanet/lava/x/plans/types" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + planstypes "github.com/lavanet/lava/v2/x/plans/types" ) const qosReqName = "qos-req" diff --git a/x/pairing/keeper/scores/score.go b/x/pairing/keeper/scores/score.go index 5418316e3a..9aeea8b44a 100644 --- a/x/pairing/keeper/scores/score.go +++ b/x/pairing/keeper/scores/score.go @@ -42,10 +42,10 @@ import ( "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/rand" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - planstypes "github.com/lavanet/lava/x/plans/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/rand" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + planstypes "github.com/lavanet/lava/v2/x/plans/types" ) var uniformStrategy ScoreStrategy diff --git a/x/pairing/keeper/scores/score_req.go b/x/pairing/keeper/scores/score_req.go index e3cd02a0ec..84daf68307 100644 --- a/x/pairing/keeper/scores/score_req.go +++ b/x/pairing/keeper/scores/score_req.go @@ -2,7 +2,7 @@ package scores import ( "cosmossdk.io/math" - planstypes "github.com/lavanet/lava/x/plans/types" + planstypes "github.com/lavanet/lava/v2/x/plans/types" ) // ScoreReq is an interface for pairing requirement scoring diff --git a/x/pairing/keeper/scores/stake_req.go b/x/pairing/keeper/scores/stake_req.go index ff0302e156..c7b2144d98 100644 --- a/x/pairing/keeper/scores/stake_req.go +++ b/x/pairing/keeper/scores/stake_req.go @@ -3,7 +3,7 @@ package scores import ( "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - planstypes "github.com/lavanet/lava/x/plans/types" + planstypes "github.com/lavanet/lava/v2/x/plans/types" ) const stakeReqName = "stake-req" diff --git a/x/pairing/keeper/staking.go b/x/pairing/keeper/staking.go index 8a350f6f1d..cf6c2d8983 100644 --- a/x/pairing/keeper/staking.go +++ b/x/pairing/keeper/staking.go @@ -7,11 +7,11 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/lavanet/lava/utils" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - "github.com/lavanet/lava/x/pairing/types" - planstypes "github.com/lavanet/lava/x/plans/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/utils" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/pairing/types" + planstypes "github.com/lavanet/lava/v2/x/plans/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" ) const ( diff --git a/x/pairing/keeper/unresponsive_provider.go b/x/pairing/keeper/unresponsive_provider.go index 1025a4529a..f83df2e870 100644 --- a/x/pairing/keeper/unresponsive_provider.go +++ b/x/pairing/keeper/unresponsive_provider.go @@ -8,9 +8,9 @@ import ( "time" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/utils" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/pairing/types" ) const ( diff --git a/x/pairing/keeper/unresponsive_provider_test.go b/x/pairing/keeper/unresponsive_provider_test.go index 6484af6a16..47e2e0ef8f 100644 --- a/x/pairing/keeper/unresponsive_provider_test.go +++ b/x/pairing/keeper/unresponsive_provider_test.go @@ -4,12 +4,12 @@ import ( "testing" "time" - "github.com/lavanet/lava/testutil/common" - "github.com/lavanet/lava/utils/lavaslices" - "github.com/lavanet/lava/utils/rand" - "github.com/lavanet/lava/utils/sigs" - "github.com/lavanet/lava/x/pairing/keeper" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/testutil/common" + "github.com/lavanet/lava/v2/utils/lavaslices" + "github.com/lavanet/lava/v2/utils/rand" + "github.com/lavanet/lava/v2/utils/sigs" + "github.com/lavanet/lava/v2/x/pairing/keeper" + "github.com/lavanet/lava/v2/x/pairing/types" "github.com/stretchr/testify/require" ) diff --git a/x/pairing/keeper/unstaking.go b/x/pairing/keeper/unstaking.go index 03cf72fde9..ef096c60e6 100644 --- a/x/pairing/keeper/unstaking.go +++ b/x/pairing/keeper/unstaking.go @@ -6,8 +6,8 @@ import ( "strconv" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/pairing/types" ) func (k Keeper) UnstakeEntry(ctx sdk.Context, validator, chainID, creator, unstakeDescription string) error { diff --git a/x/pairing/keeper/unstaking_test.go b/x/pairing/keeper/unstaking_test.go index 4a29af5745..242451479c 100644 --- a/x/pairing/keeper/unstaking_test.go +++ b/x/pairing/keeper/unstaking_test.go @@ -5,9 +5,9 @@ import ( "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/testutil/common" - testutils "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/testutil/common" + testutils "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/x/pairing/types" "github.com/stretchr/testify/require" ) diff --git a/x/pairing/migrations/v2/epoch_payments.go b/x/pairing/migrations/v2/epoch_payments.go index 1cdbe3aa3e..a6e2f4e48f 100644 --- a/x/pairing/migrations/v2/epoch_payments.go +++ b/x/pairing/migrations/v2/epoch_payments.go @@ -4,7 +4,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" storetypes "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/x/pairing/types" ) // RemoveAllEpochPayments removes all epochPayments diff --git a/x/pairing/module.go b/x/pairing/module.go index b17698238e..f8cd964cfe 100644 --- a/x/pairing/module.go +++ b/x/pairing/module.go @@ -16,9 +16,9 @@ import ( cdctypes "github.com/cosmos/cosmos-sdk/codec/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/lavanet/lava/x/pairing/client/cli" - "github.com/lavanet/lava/x/pairing/keeper" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/x/pairing/client/cli" + "github.com/lavanet/lava/v2/x/pairing/keeper" + "github.com/lavanet/lava/v2/x/pairing/types" ) var ( diff --git a/x/pairing/module_simulation.go b/x/pairing/module_simulation.go index e94c797042..8d7bdb2ecc 100644 --- a/x/pairing/module_simulation.go +++ b/x/pairing/module_simulation.go @@ -10,9 +10,9 @@ import ( simtypes "github.com/cosmos/cosmos-sdk/types/simulation" types2 "github.com/cosmos/cosmos-sdk/x/auth/types" "github.com/cosmos/cosmos-sdk/x/simulation" - "github.com/lavanet/lava/testutil/sample" - pairingsimulation "github.com/lavanet/lava/x/pairing/simulation" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/testutil/sample" + pairingsimulation "github.com/lavanet/lava/v2/x/pairing/simulation" + "github.com/lavanet/lava/v2/x/pairing/types" ) // avoid unused import issue diff --git a/x/pairing/proposal_handler.go b/x/pairing/proposal_handler.go index de4ae01b18..40b7eb88e3 100644 --- a/x/pairing/proposal_handler.go +++ b/x/pairing/proposal_handler.go @@ -8,9 +8,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/pairing/keeper" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/pairing/keeper" + "github.com/lavanet/lava/v2/x/pairing/types" ) // NewPlanProposalsHandler creates a new governance Handler for a Plan diff --git a/x/pairing/simulation/freeze.go b/x/pairing/simulation/freeze.go index 4f1f0decf8..8ab48a7171 100644 --- a/x/pairing/simulation/freeze.go +++ b/x/pairing/simulation/freeze.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/lavanet/lava/x/pairing/keeper" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/x/pairing/keeper" + "github.com/lavanet/lava/v2/x/pairing/types" ) func SimulateMsgFreeze( diff --git a/x/pairing/simulation/relay_payment.go b/x/pairing/simulation/relay_payment.go index 2e76900d3d..b9e05f3e1d 100644 --- a/x/pairing/simulation/relay_payment.go +++ b/x/pairing/simulation/relay_payment.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/lavanet/lava/x/pairing/keeper" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/x/pairing/keeper" + "github.com/lavanet/lava/v2/x/pairing/types" ) func SimulateMsgRelayPayment( diff --git a/x/pairing/simulation/stake_provider.go b/x/pairing/simulation/stake_provider.go index 97f542744c..f084e7d5ac 100644 --- a/x/pairing/simulation/stake_provider.go +++ b/x/pairing/simulation/stake_provider.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/lavanet/lava/x/pairing/keeper" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/x/pairing/keeper" + "github.com/lavanet/lava/v2/x/pairing/types" ) func SimulateMsgStakeProvider( diff --git a/x/pairing/simulation/unfreeze.go b/x/pairing/simulation/unfreeze.go index 40ba7de140..5450594a2b 100644 --- a/x/pairing/simulation/unfreeze.go +++ b/x/pairing/simulation/unfreeze.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/lavanet/lava/x/pairing/keeper" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/x/pairing/keeper" + "github.com/lavanet/lava/v2/x/pairing/types" ) func SimulateMsgUnfreeze( diff --git a/x/pairing/simulation/unstake_provider.go b/x/pairing/simulation/unstake_provider.go index f98b1bfdb1..fd717ccec0 100644 --- a/x/pairing/simulation/unstake_provider.go +++ b/x/pairing/simulation/unstake_provider.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/lavanet/lava/x/pairing/keeper" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/x/pairing/keeper" + "github.com/lavanet/lava/v2/x/pairing/types" ) func SimulateMsgUnstakeProvider( diff --git a/x/pairing/types/account_info.pb.go b/x/pairing/types/account_info.pb.go index 16a55588a9..8bc793441a 100644 --- a/x/pairing/types/account_info.pb.go +++ b/x/pairing/types/account_info.pb.go @@ -8,10 +8,10 @@ import ( types3 "github.com/cosmos/cosmos-sdk/x/staking/types" _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" - types4 "github.com/lavanet/lava/x/dualstaking/types" - types "github.com/lavanet/lava/x/epochstorage/types" - types2 "github.com/lavanet/lava/x/projects/types" - types1 "github.com/lavanet/lava/x/subscription/types" + types4 "github.com/lavanet/lava/v2/x/dualstaking/types" + types "github.com/lavanet/lava/v2/x/epochstorage/types" + types2 "github.com/lavanet/lava/v2/x/projects/types" + types1 "github.com/lavanet/lava/v2/x/subscription/types" _ "google.golang.org/protobuf/types/known/wrapperspb" io "io" math "math" @@ -138,38 +138,38 @@ func init() { } var fileDescriptor_5569ac5696c70068 = []byte{ - // 491 bytes of a gzipped FileDescriptorProto + // 494 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x53, 0xc1, 0x6e, 0xd3, 0x40, - 0x10, 0x8d, 0x21, 0xa4, 0xc5, 0xe5, 0x00, 0x56, 0x40, 0x56, 0x0f, 0x26, 0x82, 0xa2, 0x44, 0x14, - 0xad, 0xd5, 0x72, 0x47, 0x6a, 0x01, 0x21, 0x6e, 0x6d, 0x2a, 0x71, 0xe0, 0x62, 0xad, 0xed, 0x89, - 0x6b, 0x70, 0x77, 0x56, 0xbb, 0xeb, 0x40, 0xf8, 0x0a, 0x3e, 0xab, 0xc7, 0x1e, 0x39, 0x21, 0x94, - 0x7c, 0x06, 0x17, 0xe4, 0xf5, 0x6e, 0xd8, 0x3d, 0xc2, 0xc9, 0x33, 0x9a, 0x37, 0x6f, 0x66, 0xde, - 0x3e, 0x87, 0xd3, 0x86, 0x2e, 0x29, 0x03, 0x95, 0x76, 0xdf, 0x94, 0xd3, 0x5a, 0xd4, 0xac, 0x4a, - 0x69, 0x51, 0x60, 0xcb, 0x54, 0x56, 0xb3, 0x05, 0x12, 0x2e, 0x50, 0x61, 0x34, 0x36, 0x40, 0xd2, - 0x7d, 0x89, 0x01, 0xee, 0x8f, 0x2b, 0xac, 0x50, 0x03, 0xd2, 0x2e, 0xea, 0xb1, 0xfb, 0x49, 0x85, - 0x58, 0x35, 0x90, 0xea, 0x2c, 0x6f, 0x17, 0xe9, 0x17, 0x41, 0x39, 0x07, 0x21, 0x4d, 0xfd, 0xd0, - 0x1b, 0x0a, 0x1c, 0x8b, 0x4b, 0xa9, 0x50, 0xd0, 0x0a, 0x52, 0xa9, 0xe8, 0x67, 0xc8, 0x80, 0x29, - 0xb1, 0x32, 0x60, 0x7f, 0xc3, 0xb2, 0xa5, 0x4d, 0x87, 0xe9, 0xb6, 0x2c, 0xa1, 0x81, 0x8a, 0x2a, - 0x30, 0xc0, 0x83, 0x02, 0xe5, 0x15, 0xca, 0xd4, 0x96, 0x97, 0x47, 0x39, 0x28, 0x7a, 0x64, 0x73, - 0x83, 0x7a, 0xe1, 0xd1, 0xc9, 0x36, 0x97, 0x85, 0xa8, 0xb9, 0xaa, 0x91, 0x79, 0x89, 0x41, 0x3f, - 0xf5, 0xe5, 0x11, 0xf8, 0x09, 0x0a, 0x25, 0x6d, 0xd0, 0x83, 0x9e, 0xfc, 0x1e, 0x86, 0xf1, 0x79, - 0x0b, 0x62, 0x75, 0xd2, 0xcb, 0xf6, 0x9e, 0x2d, 0x70, 0x0e, 0x92, 0x23, 0x93, 0x10, 0xbd, 0x0b, - 0x77, 0xb9, 0xc0, 0x65, 0x5d, 0x82, 0x88, 0x83, 0xc9, 0xed, 0xd9, 0xde, 0xf1, 0x33, 0xe2, 0x49, - 0xe9, 0x9e, 0x4f, 0x2e, 0xba, 0xf3, 0xdf, 0x76, 0xd7, 0x9f, 0x0e, 0xaf, 0x7f, 0x3e, 0x1e, 0xcc, - 0xb7, 0xcd, 0xd1, 0xeb, 0x70, 0xb4, 0x10, 0xf8, 0x0d, 0x58, 0x7c, 0xeb, 0xdf, 0x69, 0x4c, 0x6b, - 0xb7, 0x4d, 0xcb, 0xb4, 0xc6, 0x65, 0x3c, 0xfc, 0x8f, 0x6d, 0x6c, 0x73, 0x74, 0x1e, 0xde, 0x73, - 0xe5, 0x8a, 0xef, 0x4c, 0x82, 0xd9, 0xde, 0xf1, 0xd4, 0x27, 0xf3, 0x04, 0xbd, 0x70, 0x12, 0x4d, - 0x17, 0xcc, 0x3d, 0x8a, 0xe8, 0x55, 0xb8, 0x63, 0x74, 0x8d, 0x47, 0x9a, 0x2d, 0xf1, 0xd9, 0xac, - 0xfa, 0xe4, 0xac, 0x0f, 0x0c, 0x89, 0x6d, 0x8a, 0xaa, 0xf0, 0x91, 0x71, 0x44, 0x8d, 0x4c, 0x66, - 0x4b, 0xda, 0xd4, 0x25, 0x55, 0x28, 0x64, 0xbc, 0xa3, 0x2f, 0x7d, 0x4e, 0x7a, 0x83, 0x10, 0x6b, - 0x08, 0x63, 0x10, 0xf2, 0x66, 0xdb, 0x65, 0x5f, 0xcd, 0x9c, 0xfb, 0xd0, 0xe1, 0xfb, 0xb0, 0xa5, - 0x8b, 0xb2, 0xd0, 0x2d, 0x64, 0xf6, 0x85, 0x64, 0xbc, 0xab, 0xe7, 0x1c, 0xf8, 0x6b, 0x3b, 0x8e, - 0x75, 0x26, 0x99, 0x09, 0x63, 0x87, 0xe8, 0xcc, 0xf2, 0x44, 0x87, 0xe1, 0x03, 0x85, 0x8a, 0x36, - 0x99, 0x53, 0x8d, 0xef, 0x4e, 0x82, 0xd9, 0x70, 0x7e, 0x5f, 0x17, 0xfe, 0xf2, 0xc8, 0xd3, 0x93, - 0xeb, 0x75, 0x12, 0xdc, 0xac, 0x93, 0xe0, 0xd7, 0x3a, 0x09, 0xbe, 0x6f, 0x92, 0xc1, 0xcd, 0x26, - 0x19, 0xfc, 0xd8, 0x24, 0x83, 0x8f, 0xd3, 0xaa, 0x56, 0x97, 0x6d, 0x4e, 0x0a, 0xbc, 0x4a, 0x3d, - 0x1f, 0x7f, 0xdd, 0xfe, 0xe8, 0x6a, 0xc5, 0x41, 0xe6, 0x23, 0xed, 0xe3, 0x97, 0x7f, 0x02, 0x00, - 0x00, 0xff, 0xff, 0x0f, 0x61, 0xdc, 0xe4, 0x0d, 0x04, 0x00, 0x00, + 0x10, 0x8d, 0x21, 0xa4, 0xc5, 0xe5, 0x00, 0x56, 0x40, 0x56, 0x0f, 0x26, 0x82, 0xa2, 0x46, 0x2d, + 0xda, 0x55, 0xc3, 0x1d, 0x89, 0x52, 0x84, 0xb8, 0xb5, 0xa9, 0xc4, 0x81, 0x8b, 0xb5, 0xb6, 0x27, + 0xae, 0xc1, 0xdd, 0xb1, 0x76, 0xd7, 0x86, 0xf0, 0x15, 0x7c, 0x56, 0x8f, 0x39, 0x72, 0x42, 0x28, + 0xf9, 0x0c, 0x2e, 0xc8, 0xf6, 0x6e, 0xd8, 0x3d, 0xd2, 0x93, 0x67, 0x34, 0x6f, 0xde, 0xcc, 0xbc, + 0x7d, 0xf6, 0x0f, 0x4b, 0xd6, 0x30, 0x0e, 0x8a, 0xb6, 0x5f, 0x5a, 0xb1, 0x42, 0x14, 0x3c, 0xa7, + 0x2c, 0x4d, 0xb1, 0xe6, 0x2a, 0x2e, 0xf8, 0x02, 0x49, 0x25, 0x50, 0x61, 0x30, 0xd6, 0x40, 0xd2, + 0x7e, 0x89, 0x06, 0xee, 0x8f, 0x73, 0xcc, 0xb1, 0x03, 0xd0, 0x36, 0xea, 0xb1, 0xfb, 0x51, 0x8e, + 0x98, 0x97, 0x40, 0xbb, 0x2c, 0xa9, 0x17, 0xf4, 0xab, 0x60, 0x55, 0x05, 0x42, 0xea, 0xfa, 0xb1, + 0x33, 0x14, 0x2a, 0x4c, 0xaf, 0xa4, 0x42, 0xc1, 0x72, 0xa0, 0x52, 0xb1, 0x2f, 0x10, 0x03, 0x57, + 0x62, 0xa9, 0xc1, 0xee, 0x86, 0x59, 0xcd, 0xca, 0x16, 0xd3, 0x6e, 0x99, 0x41, 0x09, 0x39, 0x53, + 0xa0, 0x81, 0x07, 0x29, 0xca, 0x6b, 0x94, 0xd4, 0x94, 0x9b, 0x93, 0x04, 0x14, 0x3b, 0x31, 0xb9, + 0x46, 0xbd, 0x74, 0xe8, 0x64, 0x9d, 0xc8, 0x54, 0x14, 0x95, 0x2a, 0x90, 0x3b, 0x89, 0x46, 0x3f, + 0x77, 0xe5, 0x11, 0xf8, 0x19, 0x52, 0x25, 0x4d, 0xd0, 0x83, 0x9e, 0xfd, 0x19, 0xfa, 0xe1, 0x45, + 0x0d, 0x62, 0xf9, 0xa6, 0x97, 0xed, 0x03, 0x5f, 0xe0, 0x1c, 0x64, 0x85, 0x5c, 0x42, 0xf0, 0xde, + 0xdf, 0xad, 0x04, 0x36, 0x45, 0x06, 0x22, 0xf4, 0x26, 0x77, 0xa7, 0x7b, 0xb3, 0x17, 0xc4, 0x91, + 0xd2, 0x3e, 0x9f, 0x5c, 0xb6, 0xe7, 0xbf, 0x6b, 0xaf, 0x3f, 0x1d, 0xde, 0xfc, 0x7a, 0x3a, 0x98, + 0x6f, 0x9b, 0x83, 0xb7, 0xfe, 0x68, 0x21, 0xf0, 0x3b, 0xf0, 0xf0, 0xce, 0xff, 0xd3, 0xe8, 0xd6, + 0x76, 0x9b, 0x9a, 0x77, 0x1a, 0x67, 0xe1, 0xf0, 0x16, 0xdb, 0x98, 0xe6, 0xe0, 0xc2, 0x7f, 0x60, + 0xcb, 0x15, 0xde, 0x9b, 0x78, 0xd3, 0xbd, 0xd9, 0xa1, 0x4b, 0xe6, 0x08, 0x7a, 0x69, 0x25, 0x1d, + 0x9d, 0x37, 0x77, 0x28, 0x82, 0xd7, 0xfe, 0x8e, 0xd6, 0x35, 0x1c, 0x75, 0x6c, 0x91, 0xcb, 0x66, + 0xd4, 0x27, 0xe7, 0x7d, 0xa0, 0x49, 0x4c, 0x53, 0x90, 0xfb, 0x4f, 0xb4, 0x23, 0x0a, 0xe4, 0x32, + 0x6e, 0x58, 0x59, 0x64, 0x4c, 0xa1, 0x90, 0xe1, 0x4e, 0x77, 0xe9, 0x11, 0xe9, 0x0d, 0x42, 0x8c, + 0x21, 0xb4, 0x41, 0xc8, 0xd9, 0xb6, 0xcb, 0xbc, 0x9a, 0x3e, 0xf7, 0xb1, 0xc5, 0xf7, 0x71, 0x4b, + 0x17, 0xc4, 0xbe, 0x5d, 0x88, 0xcd, 0x0b, 0xc9, 0x70, 0xb7, 0x9b, 0x73, 0xe0, 0xae, 0x6d, 0x39, + 0xd6, 0x9a, 0xa4, 0x27, 0x8c, 0x2d, 0xa2, 0x73, 0xc3, 0x13, 0x1c, 0xfb, 0x8f, 0x14, 0x2a, 0x56, + 0xc6, 0x56, 0x35, 0xbc, 0x3f, 0xf1, 0xa6, 0xc3, 0xf9, 0xc3, 0xae, 0xf0, 0x8f, 0x47, 0x9e, 0x9e, + 0xdd, 0xac, 0x23, 0x6f, 0xb5, 0x8e, 0xbc, 0xdf, 0xeb, 0xc8, 0xfb, 0xb1, 0x89, 0x06, 0xab, 0x4d, + 0x34, 0xf8, 0xb9, 0x89, 0x06, 0x9f, 0x8e, 0xf2, 0x42, 0x5d, 0xd5, 0x09, 0x49, 0xf1, 0x9a, 0x3a, + 0x3e, 0x6e, 0x66, 0xf4, 0xdb, 0xf6, 0x5f, 0x57, 0xcb, 0x0a, 0x64, 0x32, 0xea, 0xac, 0xfc, 0xea, + 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x0d, 0x68, 0xa0, 0x4d, 0x10, 0x04, 0x00, 0x00, } func (m *QueryAccountInfoResponse) Marshal() (dAtA []byte, err error) { diff --git a/x/pairing/types/badge_test.go b/x/pairing/types/badge_test.go index eb8938746e..b9adfb9143 100644 --- a/x/pairing/types/badge_test.go +++ b/x/pairing/types/badge_test.go @@ -3,7 +3,7 @@ package types import ( "testing" - "github.com/lavanet/lava/utils/sigs" + "github.com/lavanet/lava/v2/utils/sigs" "github.com/stretchr/testify/require" ) diff --git a/x/pairing/types/badges.pb.go b/x/pairing/types/badges.pb.go index 75587c9954..269d435738 100644 --- a/x/pairing/types/badges.pb.go +++ b/x/pairing/types/badges.pb.go @@ -9,8 +9,8 @@ import ( _ "github.com/cosmos/gogoproto/gogoproto" grpc1 "github.com/cosmos/gogoproto/grpc" proto "github.com/cosmos/gogoproto/proto" - _ "github.com/lavanet/lava/x/epochstorage/types" - types "github.com/lavanet/lava/x/spec/types" + _ "github.com/lavanet/lava/v2/x/epochstorage/types" + types "github.com/lavanet/lava/v2/x/spec/types" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status" @@ -167,35 +167,35 @@ func init() { func init() { proto.RegisterFile("lavanet/lava/pairing/badges.proto", fileDescriptor_5013dfba46b4caa4) } var fileDescriptor_5013dfba46b4caa4 = []byte{ - // 439 bytes of a gzipped FileDescriptorProto + // 442 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x52, 0x41, 0x6f, 0xd3, 0x30, - 0x14, 0x6e, 0x46, 0x19, 0x9a, 0xc7, 0x38, 0x58, 0x41, 0x54, 0x85, 0x85, 0x51, 0x0e, 0x20, 0x2a, - 0x62, 0x28, 0xbf, 0x60, 0xbd, 0x4c, 0xbb, 0x41, 0x76, 0xe3, 0x12, 0x39, 0xc9, 0xc3, 0xcb, 0x28, - 0xb1, 0x67, 0x3b, 0x40, 0x25, 0x7e, 0x01, 0x27, 0x7e, 0xd6, 0x8e, 0x3b, 0x72, 0x42, 0xa8, 0xfd, - 0x23, 0xc8, 0xcf, 0x6e, 0xa5, 0x40, 0x90, 0x76, 0x49, 0xec, 0xf7, 0x7d, 0xf6, 0xf7, 0xbe, 0xcf, - 0x8f, 0x3c, 0x59, 0xf0, 0xcf, 0xbc, 0x01, 0xcb, 0xdc, 0x9f, 0x29, 0x5e, 0xeb, 0xba, 0x11, 0xac, - 0xe0, 0x95, 0x00, 0x93, 0x2a, 0x2d, 0xad, 0xa4, 0x71, 0xa0, 0xa4, 0xee, 0x9f, 0x06, 0xca, 0xf8, - 0xa8, 0xf7, 0xa0, 0x86, 0x05, 0x5f, 0xfa, 0x73, 0xff, 0x61, 0x5c, 0xb6, 0xa0, 0x37, 0x8c, 0x58, - 0x48, 0x21, 0x71, 0xc9, 0xdc, 0x2a, 0x54, 0x13, 0x21, 0xa5, 0x58, 0x00, 0xc3, 0x5d, 0xd1, 0x7e, - 0x60, 0x5f, 0x34, 0x57, 0x0a, 0x74, 0xe8, 0x67, 0x3c, 0xed, 0xdc, 0x0b, 0x4a, 0x96, 0xe7, 0xc6, - 0x4a, 0xcd, 0x05, 0x30, 0x63, 0xf9, 0x47, 0xc8, 0xa1, 0xb1, 0x5b, 0x89, 0x47, 0x1d, 0xb2, 0x51, - 0x50, 0xe2, 0xc7, 0xa3, 0x93, 0x25, 0x89, 0x4f, 0xa0, 0x01, 0xcd, 0x2d, 0xcc, 0x9d, 0xe5, 0x0c, - 0x2e, 0x5b, 0x30, 0x96, 0x3e, 0x25, 0x07, 0x18, 0x41, 0xce, 0xab, 0x4a, 0x83, 0x31, 0xa3, 0xe8, - 0x28, 0x7a, 0xbe, 0x97, 0xdd, 0xc5, 0xe2, 0xb1, 0xaf, 0xd1, 0x43, 0x42, 0x94, 0x96, 0x17, 0x50, - 0xda, 0xbc, 0xae, 0x46, 0x3b, 0xc8, 0xd8, 0x0b, 0x95, 0xd3, 0x8a, 0x1e, 0x92, 0x3b, 0x4e, 0xc9, - 0x61, 0xb7, 0x1c, 0x36, 0x1f, 0x5e, 0xfd, 0x7a, 0x1c, 0x65, 0xbb, 0xae, 0x78, 0x5a, 0x4d, 0xbe, - 0xef, 0x90, 0xfb, 0x7f, 0x69, 0x1b, 0x25, 0x1b, 0x03, 0xf4, 0x35, 0xb9, 0x8d, 0x3a, 0x28, 0xba, - 0x3f, 0x7b, 0x98, 0xf6, 0xe5, 0x9f, 0xfa, 0x33, 0x9e, 0x49, 0x73, 0x12, 0x0b, 0xb0, 0x79, 0xc0, - 0x72, 0x1d, 0xae, 0xc2, 0xa6, 0xf6, 0x67, 0x2f, 0xfb, 0x6f, 0x78, 0xe7, 0x5e, 0xe2, 0x04, 0xec, - 0x5b, 0xbf, 0xdf, 0xe8, 0x67, 0x54, 0xfc, 0x53, 0xa3, 0xaf, 0x48, 0xec, 0x03, 0x31, 0xb5, 0x68, - 0x40, 0x6f, 0x73, 0x41, 0x67, 0x19, 0x45, 0xec, 0x0c, 0xa1, 0x4d, 0x3a, 0x53, 0x32, 0x74, 0x4e, - 0x47, 0x43, 0x6c, 0xe1, 0x41, 0xb7, 0x05, 0x7c, 0x82, 0x33, 0x05, 0x65, 0x86, 0xa4, 0xd9, 0x37, - 0x72, 0x0f, 0xfd, 0x84, 0x40, 0xa4, 0xa6, 0x17, 0xe4, 0xa0, 0x93, 0x0e, 0x7d, 0xd1, 0x6f, 0xa2, - 0xef, 0xf9, 0xc6, 0xd3, 0x1b, 0x71, 0xbd, 0xb5, 0xc9, 0x60, 0x7e, 0x7c, 0xb5, 0x4a, 0xa2, 0xeb, - 0x55, 0x12, 0xfd, 0x5e, 0x25, 0xd1, 0x8f, 0x75, 0x32, 0xb8, 0x5e, 0x27, 0x83, 0x9f, 0xeb, 0x64, - 0xf0, 0xfe, 0x99, 0xa8, 0xed, 0x79, 0x5b, 0xa4, 0xa5, 0xfc, 0xc4, 0x3a, 0x83, 0xf4, 0x75, 0x3b, - 0xcf, 0x76, 0xa9, 0xc0, 0x14, 0xbb, 0x38, 0x4f, 0x6f, 0xfe, 0x04, 0x00, 0x00, 0xff, 0xff, 0xde, - 0xaa, 0xbd, 0x40, 0x4f, 0x03, 0x00, 0x00, + 0x14, 0x6e, 0x46, 0x19, 0x9a, 0xc7, 0x38, 0x58, 0x41, 0x54, 0x85, 0x85, 0x51, 0x2e, 0x68, 0x15, + 0x31, 0x94, 0x5f, 0x40, 0x85, 0x34, 0xed, 0x06, 0xd9, 0x8d, 0x4b, 0xe4, 0x24, 0x0f, 0x2f, 0xa3, + 0xc4, 0x9e, 0xed, 0x0c, 0x2a, 0xf1, 0x0b, 0x38, 0xf1, 0xb3, 0x76, 0xdc, 0x91, 0x13, 0x42, 0xed, + 0x1f, 0x41, 0x7e, 0x76, 0x2b, 0x05, 0x82, 0xc4, 0x25, 0xb1, 0xdf, 0xf7, 0xd9, 0xdf, 0xfb, 0x3e, + 0x3f, 0xf2, 0x64, 0xc1, 0xaf, 0x78, 0x03, 0x96, 0xb9, 0x3f, 0x53, 0xbc, 0xd6, 0x75, 0x23, 0x58, + 0xc1, 0x2b, 0x01, 0x26, 0x55, 0x5a, 0x5a, 0x49, 0xe3, 0x40, 0x49, 0xdd, 0x3f, 0x0d, 0x94, 0xf1, + 0x51, 0xef, 0x41, 0x0d, 0x0b, 0xbe, 0xf4, 0xe7, 0xfe, 0xc1, 0xb8, 0x6c, 0x41, 0x6f, 0x18, 0xb1, + 0x90, 0x42, 0xe2, 0x92, 0xb9, 0x55, 0xa8, 0x26, 0x42, 0x4a, 0xb1, 0x00, 0x86, 0xbb, 0xa2, 0xfd, + 0xc0, 0x3e, 0x6b, 0xae, 0x14, 0xe8, 0xd0, 0xcf, 0x78, 0xda, 0xb9, 0x17, 0x94, 0x2c, 0xcf, 0x8d, + 0x95, 0x9a, 0x0b, 0x60, 0xc6, 0xf2, 0x8f, 0x90, 0x43, 0x63, 0xb7, 0x12, 0x8f, 0x3a, 0x64, 0xa3, + 0xa0, 0xc4, 0x8f, 0x47, 0x27, 0x4b, 0x12, 0x9f, 0x40, 0x03, 0x9a, 0x5b, 0x98, 0x3b, 0xcb, 0x19, + 0x5c, 0xb6, 0x60, 0x2c, 0x7d, 0x4a, 0x0e, 0x30, 0x82, 0x9c, 0x57, 0x95, 0x06, 0x63, 0x46, 0xd1, + 0x51, 0xf4, 0x6c, 0x2f, 0xbb, 0x8b, 0xc5, 0xd7, 0xbe, 0x46, 0x0f, 0x09, 0x51, 0x5a, 0x5e, 0x40, + 0x69, 0xf3, 0xba, 0x1a, 0xed, 0x20, 0x63, 0x2f, 0x54, 0x4e, 0x2b, 0x7a, 0x48, 0xee, 0x38, 0x25, + 0x87, 0xdd, 0x72, 0xd8, 0x7c, 0x78, 0xfd, 0xf3, 0x71, 0x94, 0xed, 0xba, 0xe2, 0x69, 0x35, 0xf9, + 0xb6, 0x43, 0xee, 0xff, 0xa1, 0x6d, 0x94, 0x6c, 0x0c, 0xd0, 0x97, 0xe4, 0x36, 0xea, 0xa0, 0xe8, + 0xfe, 0xec, 0x61, 0xda, 0x97, 0x7f, 0xea, 0xcf, 0x78, 0x26, 0xcd, 0x49, 0x2c, 0xc0, 0xe6, 0x01, + 0xcb, 0x75, 0xb8, 0x0a, 0x9b, 0xda, 0x9f, 0x3d, 0xef, 0xbf, 0xe1, 0x9d, 0x7b, 0x89, 0x13, 0xb0, + 0x6f, 0xfd, 0x7e, 0xa3, 0x9f, 0x51, 0xf1, 0x57, 0x8d, 0xbe, 0x20, 0xb1, 0x0f, 0xc4, 0xd4, 0xa2, + 0x01, 0xbd, 0xcd, 0x05, 0x9d, 0x65, 0x14, 0xb1, 0x33, 0x84, 0x36, 0xe9, 0x4c, 0xc9, 0xd0, 0x39, + 0x1d, 0x0d, 0xb1, 0x85, 0x07, 0xdd, 0x16, 0xf0, 0x09, 0xce, 0x14, 0x94, 0x19, 0x92, 0x66, 0x5f, + 0xc9, 0x3d, 0xf4, 0x13, 0x02, 0x91, 0x9a, 0x5e, 0x90, 0x83, 0x4e, 0x3a, 0xf4, 0xb8, 0xdf, 0x44, + 0xdf, 0xf3, 0x8d, 0xa7, 0xff, 0xc5, 0xf5, 0xd6, 0x26, 0x83, 0xf9, 0x9b, 0xeb, 0x55, 0x12, 0xdd, + 0xac, 0x92, 0xe8, 0xd7, 0x2a, 0x89, 0xbe, 0xaf, 0x93, 0xc1, 0xcd, 0x3a, 0x19, 0xfc, 0x58, 0x27, + 0x83, 0xf7, 0xc7, 0xa2, 0xb6, 0xe7, 0x6d, 0x91, 0x96, 0xf2, 0x13, 0xeb, 0x0c, 0xd2, 0xd5, 0x8c, + 0x7d, 0xd9, 0x8e, 0xb4, 0x5d, 0x2a, 0x30, 0xc5, 0x2e, 0x8e, 0xd4, 0xab, 0xdf, 0x01, 0x00, 0x00, + 0xff, 0xff, 0xe5, 0x68, 0x50, 0xd3, 0x52, 0x03, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/pairing/types/debug_query.pb.go b/x/pairing/types/debug_query.pb.go index 8a57a5dda2..8bf14b7870 100644 --- a/x/pairing/types/debug_query.pb.go +++ b/x/pairing/types/debug_query.pb.go @@ -8,10 +8,10 @@ import ( _ "github.com/cosmos/cosmos-sdk/x/staking/types" _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" - _ "github.com/lavanet/lava/x/dualstaking/types" - _ "github.com/lavanet/lava/x/epochstorage/types" - _ "github.com/lavanet/lava/x/projects/types" - _ "github.com/lavanet/lava/x/subscription/types" + _ "github.com/lavanet/lava/v2/x/dualstaking/types" + _ "github.com/lavanet/lava/v2/x/epochstorage/types" + _ "github.com/lavanet/lava/v2/x/projects/types" + _ "github.com/lavanet/lava/v2/x/subscription/types" _ "google.golang.org/protobuf/types/known/wrapperspb" io "io" math "math" @@ -154,38 +154,38 @@ func init() { } var fileDescriptor_a315cb51b0edeaef = []byte{ - // 492 bytes of a gzipped FileDescriptorProto + // 494 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x93, 0xcd, 0x6e, 0xd3, 0x40, - 0x14, 0x85, 0x63, 0xfa, 0x03, 0x9d, 0x22, 0x81, 0x4c, 0x4a, 0xad, 0x20, 0x99, 0xf2, 0x23, 0x5a, - 0x04, 0x8a, 0x89, 0xba, 0x60, 0x81, 0x58, 0x34, 0xaa, 0x58, 0x21, 0x04, 0x59, 0xb2, 0xb1, 0xc6, - 0xf6, 0x8d, 0x63, 0x7a, 0xe3, 0x3b, 0xcc, 0x8c, 0x5d, 0xfa, 0x16, 0x3c, 0x16, 0xcb, 0x2e, 0x59, - 0xa2, 0x64, 0xcd, 0x3b, 0xa0, 0x19, 0x7b, 0x2c, 0x0c, 0x59, 0x79, 0xee, 0x3d, 0xdf, 0x99, 0x13, - 0x1d, 0x4d, 0xd8, 0x33, 0xe4, 0x35, 0x2f, 0x41, 0x47, 0xe6, 0x1b, 0x09, 0x5e, 0xc8, 0xa2, 0xcc, - 0xa3, 0x0c, 0x92, 0x2a, 0x8f, 0xbf, 0x56, 0x20, 0xaf, 0xc6, 0x42, 0x92, 0x26, 0x7f, 0xd8, 0x72, - 0x63, 0xf3, 0x1d, 0xb7, 0xdc, 0x68, 0x98, 0x53, 0x4e, 0x16, 0x88, 0xcc, 0xa9, 0x61, 0x47, 0x61, - 0x4e, 0x94, 0x23, 0x44, 0x76, 0x4a, 0xaa, 0x79, 0x74, 0x29, 0xb9, 0x10, 0x20, 0x55, 0xab, 0xbf, - 0xe8, 0x65, 0x82, 0xa0, 0x74, 0xa1, 0x34, 0x49, 0x9e, 0x43, 0xa4, 0x34, 0xbf, 0x80, 0x18, 0x4a, - 0xed, 0x82, 0x47, 0xc7, 0x3d, 0x38, 0xab, 0x38, 0x1a, 0xa6, 0xf9, 0x91, 0x08, 0x39, 0xd7, 0xd0, - 0x82, 0x4f, 0x53, 0x52, 0x4b, 0x52, 0x91, 0x93, 0xeb, 0x49, 0x02, 0x9a, 0x4f, 0xdc, 0xdc, 0x52, - 0x2f, 0x7b, 0xd7, 0xa9, 0x2a, 0x51, 0xa9, 0x2c, 0x84, 0x2e, 0xa8, 0xec, 0x0d, 0x2d, 0xfd, 0xa4, - 0xdf, 0x8e, 0xa4, 0x2f, 0x90, 0x6a, 0xe5, 0x0e, 0x0d, 0xf4, 0xf8, 0xf7, 0x16, 0x3b, 0xfc, 0x64, - 0xaa, 0x3a, 0x37, 0xad, 0xd9, 0xd3, 0x0c, 0x94, 0xa0, 0x52, 0x81, 0xff, 0x88, 0xdd, 0x4e, 0x90, - 0xd2, 0x8b, 0x58, 0xc2, 0x25, 0x97, 0x59, 0xe0, 0x1d, 0x79, 0x27, 0xdb, 0xb3, 0x7d, 0xbb, 0x9b, - 0xd9, 0x95, 0x3f, 0x61, 0x07, 0x35, 0xc7, 0x38, 0x2b, 0x94, 0x8e, 0x05, 0x11, 0xc6, 0x09, 0x47, - 0x5e, 0xa6, 0x10, 0xdc, 0x38, 0xf2, 0x4e, 0xf6, 0x66, 0x7e, 0xcd, 0xf1, 0xbc, 0x50, 0xfa, 0x23, - 0x11, 0x4e, 0x1b, 0xc5, 0x3f, 0x65, 0xf7, 0x8d, 0x85, 0x23, 0x52, 0xda, 0xf7, 0x6c, 0x59, 0xcf, - 0xbd, 0x9a, 0xe3, 0x99, 0x11, 0xff, 0x36, 0xbd, 0x61, 0x23, 0x21, 0xa9, 0x2e, 0x32, 0x90, 0x1b, - 0xc2, 0xb6, 0xad, 0xf1, 0xd0, 0x11, 0xff, 0x26, 0xbe, 0x65, 0x0f, 0x3a, 0xf3, 0x86, 0xd8, 0x1d, - 0xeb, 0x0e, 0x1c, 0xf2, 0x5f, 0xf6, 0x2b, 0x36, 0xec, 0xec, 0xf3, 0x0a, 0xd1, 0xd5, 0xb1, 0x6b, - 0xeb, 0xf0, 0x9d, 0xf6, 0xae, 0x42, 0x6c, 0x5b, 0x79, 0xcd, 0xba, 0xdb, 0x5a, 0x38, 0x2e, 0x29, - 0x4e, 0xa8, 0xac, 0x54, 0x70, 0xd3, 0xba, 0x0e, 0x9c, 0xde, 0x38, 0x3e, 0xd0, 0xd4, 0x88, 0xfe, - 0x90, 0xed, 0xd8, 0x76, 0x83, 0x5b, 0x96, 0x6a, 0x06, 0xff, 0x21, 0xdb, 0x5f, 0x52, 0xa9, 0x17, - 0x2a, 0x46, 0x98, 0xeb, 0x60, 0xcf, 0x6a, 0xac, 0x59, 0xbd, 0x87, 0xb9, 0xf6, 0x9f, 0xb3, 0xbb, - 0x35, 0xc7, 0x22, 0xe3, 0x9a, 0x5c, 0x60, 0xc0, 0x2c, 0x75, 0xa7, 0xdb, 0x37, 0x41, 0xd3, 0xb3, - 0x1f, 0xab, 0xd0, 0xbb, 0x5e, 0x85, 0xde, 0xaf, 0x55, 0xe8, 0x7d, 0x5f, 0x87, 0x83, 0xeb, 0x75, - 0x38, 0xf8, 0xb9, 0x0e, 0x07, 0x9f, 0x8f, 0xf3, 0x42, 0x2f, 0xaa, 0x64, 0x9c, 0xd2, 0x32, 0xea, - 0xbd, 0x9c, 0x6f, 0xdd, 0x3f, 0x4b, 0x5f, 0x09, 0x50, 0xc9, 0xae, 0x7d, 0x39, 0xa7, 0x7f, 0x02, - 0x00, 0x00, 0xff, 0xff, 0x84, 0xea, 0xd9, 0x17, 0x7e, 0x03, 0x00, 0x00, + 0x14, 0x85, 0x63, 0xfa, 0x03, 0x9d, 0x22, 0x81, 0x4c, 0x4a, 0xad, 0x20, 0x99, 0xf2, 0x23, 0x28, + 0x3f, 0xca, 0x10, 0xba, 0x60, 0x81, 0x58, 0x10, 0x45, 0xac, 0x10, 0x82, 0x2c, 0xd9, 0x58, 0x63, + 0xfb, 0xc6, 0x31, 0xbd, 0xf1, 0x1d, 0x66, 0xc6, 0x2e, 0x7d, 0x0b, 0x1e, 0x8b, 0x65, 0x97, 0x2c, + 0x51, 0xb2, 0xe6, 0x1d, 0x90, 0xc7, 0x1e, 0x0b, 0x43, 0x57, 0x9e, 0x7b, 0xcf, 0x77, 0xe6, 0x44, + 0x47, 0x13, 0xf6, 0x08, 0x45, 0x25, 0x0a, 0x30, 0xbc, 0xfe, 0x72, 0x29, 0x72, 0x95, 0x17, 0x19, + 0x4f, 0x21, 0x2e, 0xb3, 0xe8, 0x6b, 0x09, 0xea, 0x7c, 0x2c, 0x15, 0x19, 0xf2, 0x87, 0x2d, 0x37, + 0xae, 0xbf, 0xe3, 0x96, 0x1b, 0x0d, 0x33, 0xca, 0xc8, 0x02, 0xbc, 0x3e, 0x35, 0xec, 0x28, 0xcc, + 0x88, 0x32, 0x04, 0x6e, 0xa7, 0xb8, 0x5c, 0xf0, 0x33, 0x25, 0xa4, 0x04, 0xa5, 0x5b, 0xfd, 0x59, + 0x2f, 0x13, 0x24, 0x25, 0x4b, 0x6d, 0x48, 0x89, 0x0c, 0xb8, 0x36, 0xe2, 0x14, 0x22, 0x28, 0x8c, + 0x0b, 0x1e, 0x3d, 0xee, 0xc1, 0x69, 0x29, 0xb0, 0x66, 0x9a, 0x1f, 0x89, 0x90, 0x09, 0x03, 0x2d, + 0xf8, 0x30, 0x21, 0xbd, 0x22, 0xcd, 0x9d, 0x5c, 0x4d, 0x62, 0x30, 0x62, 0xe2, 0xe6, 0x96, 0x7a, + 0xde, 0xbb, 0x4e, 0x97, 0xb1, 0x4e, 0x54, 0x2e, 0x4d, 0x4e, 0x45, 0x6f, 0x68, 0xe9, 0x07, 0xfd, + 0x76, 0x14, 0x7d, 0x81, 0xc4, 0x68, 0x77, 0x68, 0xa0, 0xfb, 0xbf, 0xb7, 0xd8, 0xe1, 0xa7, 0xba, + 0xaa, 0x59, 0xdd, 0x9a, 0x3d, 0xcd, 0x41, 0x4b, 0x2a, 0x34, 0xf8, 0xf7, 0xd8, 0xf5, 0x18, 0x29, + 0x39, 0x8d, 0x14, 0x9c, 0x09, 0x95, 0x06, 0xde, 0x91, 0x77, 0xbc, 0x3d, 0xdf, 0xb7, 0xbb, 0xb9, + 0x5d, 0xf9, 0x13, 0x76, 0x50, 0x09, 0x8c, 0xd2, 0x5c, 0x9b, 0x48, 0x12, 0x61, 0x14, 0x0b, 0x14, + 0x45, 0x02, 0xc1, 0x95, 0x23, 0xef, 0x78, 0x6f, 0xee, 0x57, 0x02, 0x67, 0xb9, 0x36, 0x1f, 0x89, + 0x70, 0xda, 0x28, 0xfe, 0x09, 0xbb, 0x5d, 0x5b, 0x04, 0x22, 0x25, 0x7d, 0xcf, 0x96, 0xf5, 0xdc, + 0xaa, 0x04, 0xbe, 0xad, 0xc5, 0xbf, 0x4d, 0xaf, 0xd9, 0x48, 0x2a, 0xaa, 0xf2, 0x14, 0xd4, 0x25, + 0x61, 0xdb, 0xd6, 0x78, 0xe8, 0x88, 0x7f, 0x13, 0xdf, 0xb0, 0x3b, 0x9d, 0xf9, 0x92, 0xd8, 0x1d, + 0xeb, 0x0e, 0x1c, 0xf2, 0x5f, 0xf6, 0x0b, 0x36, 0xec, 0xec, 0x8b, 0x12, 0xd1, 0xd5, 0xb1, 0x6b, + 0xeb, 0xf0, 0x9d, 0xf6, 0xae, 0x44, 0x6c, 0x5b, 0x79, 0xc5, 0xba, 0xdb, 0x5a, 0x38, 0x2a, 0x28, + 0x8a, 0xa9, 0x28, 0x75, 0x70, 0xd5, 0xba, 0x0e, 0x9c, 0xde, 0x38, 0x3e, 0xd0, 0xb4, 0x16, 0xfd, + 0x21, 0xdb, 0xb1, 0xed, 0x06, 0xd7, 0x2c, 0xd5, 0x0c, 0xfe, 0x5d, 0xb6, 0xbf, 0xa2, 0xc2, 0x2c, + 0x75, 0x84, 0xb0, 0x30, 0xc1, 0x9e, 0xd5, 0x58, 0xb3, 0x7a, 0x0f, 0x0b, 0xe3, 0x3f, 0x61, 0x37, + 0x2b, 0x81, 0x79, 0x2a, 0x0c, 0xb9, 0xc0, 0x80, 0x59, 0xea, 0x46, 0xb7, 0x6f, 0x82, 0xa6, 0xb3, + 0x1f, 0xeb, 0xd0, 0xbb, 0x58, 0x87, 0xde, 0xaf, 0x75, 0xe8, 0x7d, 0xdf, 0x84, 0x83, 0x8b, 0x4d, + 0x38, 0xf8, 0xb9, 0x09, 0x07, 0x9f, 0x9f, 0x66, 0xb9, 0x59, 0x96, 0xf1, 0x38, 0xa1, 0x15, 0xef, + 0xbd, 0x9c, 0xea, 0x25, 0xff, 0xd6, 0xfd, 0xb9, 0xcc, 0xb9, 0x04, 0x1d, 0xef, 0xda, 0xc7, 0x73, + 0xf2, 0x27, 0x00, 0x00, 0xff, 0xff, 0x90, 0x29, 0xdd, 0x08, 0x81, 0x03, 0x00, 0x00, } func (m *QueryDebugQueryResponse) Marshal() (dAtA []byte, err error) { diff --git a/x/pairing/types/epoch_cu.pb.go b/x/pairing/types/epoch_cu.pb.go index 25b144e06c..a38146ba01 100644 --- a/x/pairing/types/epoch_cu.pb.go +++ b/x/pairing/types/epoch_cu.pb.go @@ -211,7 +211,7 @@ func init() { } var fileDescriptor_c2abb0ec984ffb4c = []byte{ - // 242 bytes of a gzipped FileDescriptorProto + // 245 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xce, 0x49, 0x2c, 0x4b, 0xcc, 0x4b, 0x2d, 0xd1, 0x07, 0xd1, 0xfa, 0x05, 0x89, 0x99, 0x45, 0x99, 0x79, 0xe9, 0xfa, 0xa9, 0x05, 0xf9, 0xc9, 0x19, 0xf1, 0xc9, 0xa5, 0x7a, 0x05, 0x45, 0xf9, 0x25, 0xf9, 0x42, 0x22, 0x50, @@ -222,12 +222,12 @@ var fileDescriptor_c2abb0ec984ffb4c = []byte{ 0xc4, 0x05, 0x13, 0x72, 0x2e, 0x55, 0x72, 0xe2, 0x92, 0x44, 0xd5, 0x93, 0x9f, 0x5b, 0x90, 0x93, 0x98, 0x99, 0x97, 0x5a, 0xe4, 0x5c, 0x2a, 0xa4, 0xca, 0xc5, 0x97, 0x0c, 0xe7, 0x17, 0x23, 0x0c, 0xe0, 0x45, 0x12, 0x75, 0x2e, 0x55, 0xd2, 0xe4, 0x12, 0x87, 0x99, 0xe1, 0x9c, 0x9f, 0x57, 0x5c, - 0x9a, 0x8b, 0xb0, 0x9f, 0x8f, 0x8b, 0x09, 0xae, 0x8b, 0x29, 0xb9, 0xd4, 0xc9, 0xf1, 0xc4, 0x23, + 0x9a, 0x8b, 0xb0, 0x9f, 0x8f, 0x8b, 0x09, 0xae, 0x8b, 0x29, 0xb9, 0xd4, 0xc9, 0xe5, 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, 0xd4, 0xd3, 0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, - 0x92, 0xf3, 0x73, 0xf5, 0x51, 0x02, 0xa6, 0x02, 0x1e, 0x34, 0x25, 0x95, 0x05, 0xa9, 0xc5, 0x49, - 0x6c, 0xe0, 0x80, 0x31, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0x9a, 0xf8, 0x2d, 0xe9, 0x3f, 0x01, - 0x00, 0x00, + 0x63, 0x39, 0x86, 0x1b, 0x8f, 0xe5, 0x18, 0xa2, 0xb4, 0xd2, 0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, + 0x92, 0xf3, 0x73, 0xf5, 0x51, 0x02, 0xa6, 0xcc, 0x48, 0xbf, 0x02, 0x1e, 0x3a, 0x25, 0x95, 0x05, + 0xa9, 0xc5, 0x49, 0x6c, 0xe0, 0xb0, 0x31, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0xc2, 0xe1, 0x41, + 0xdc, 0x42, 0x01, 0x00, 0x00, } func (m *UniqueEpochSession) Marshal() (dAtA []byte, err error) { diff --git a/x/pairing/types/expected_keepers.go b/x/pairing/types/expected_keepers.go index aa671392f4..17b0dd0f0c 100644 --- a/x/pairing/types/expected_keepers.go +++ b/x/pairing/types/expected_keepers.go @@ -8,15 +8,15 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/x/auth/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - v1 "github.com/lavanet/lava/x/downtime/v1" - dualstakingtypes "github.com/lavanet/lava/x/dualstaking/types" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - fixationstoretypes "github.com/lavanet/lava/x/fixationstore/types" - planstypes "github.com/lavanet/lava/x/plans/types" - projectstypes "github.com/lavanet/lava/x/projects/types" - spectypes "github.com/lavanet/lava/x/spec/types" - subscriptiontypes "github.com/lavanet/lava/x/subscription/types" - timerstoretypes "github.com/lavanet/lava/x/timerstore/types" + v1 "github.com/lavanet/lava/v2/x/downtime/v1" + dualstakingtypes "github.com/lavanet/lava/v2/x/dualstaking/types" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + fixationstoretypes "github.com/lavanet/lava/v2/x/fixationstore/types" + planstypes "github.com/lavanet/lava/v2/x/plans/types" + projectstypes "github.com/lavanet/lava/v2/x/projects/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" + subscriptiontypes "github.com/lavanet/lava/v2/x/subscription/types" + timerstoretypes "github.com/lavanet/lava/v2/x/timerstore/types" ) type SpecKeeper interface { diff --git a/x/pairing/types/genesis.go b/x/pairing/types/genesis.go index 224077aabd..314666182f 100644 --- a/x/pairing/types/genesis.go +++ b/x/pairing/types/genesis.go @@ -3,8 +3,8 @@ package types import ( "fmt" - fixationtypes "github.com/lavanet/lava/x/fixationstore/types" - timerstoretypes "github.com/lavanet/lava/x/timerstore/types" + fixationtypes "github.com/lavanet/lava/v2/x/fixationstore/types" + timerstoretypes "github.com/lavanet/lava/v2/x/timerstore/types" ) // DefaultIndex is the default capability global index diff --git a/x/pairing/types/genesis.pb.go b/x/pairing/types/genesis.pb.go index e8b319a8b9..9cdbc3bf71 100644 --- a/x/pairing/types/genesis.pb.go +++ b/x/pairing/types/genesis.pb.go @@ -7,8 +7,8 @@ import ( fmt "fmt" _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" - types1 "github.com/lavanet/lava/x/fixationstore/types" - types "github.com/lavanet/lava/x/timerstore/types" + types1 "github.com/lavanet/lava/v2/x/fixationstore/types" + types "github.com/lavanet/lava/v2/x/timerstore/types" io "io" math "math" math_bits "math/bits" @@ -480,51 +480,51 @@ func init() { } var fileDescriptor_dbd1e49b8b57595b = []byte{ - // 693 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x55, 0x41, 0x53, 0xd3, 0x40, - 0x18, 0x6d, 0x68, 0x5a, 0xca, 0x57, 0xd4, 0xb2, 0xa2, 0x84, 0x0a, 0xb1, 0xc4, 0x71, 0x2c, 0x33, - 0x9a, 0xcc, 0xa0, 0xe3, 0xc1, 0x9b, 0x30, 0xca, 0x80, 0x1e, 0xa4, 0x85, 0x71, 0xc6, 0x4b, 0x4c, - 0x93, 0xb5, 0xac, 0xd2, 0xec, 0x9a, 0x4d, 0x18, 0x7a, 0xf2, 0x2f, 0x78, 0xf3, 0xec, 0x1f, 0xf1, - 0xcc, 0x91, 0xa3, 0x27, 0xc7, 0x81, 0x83, 0xbf, 0xc1, 0x9b, 0x93, 0xcd, 0xb6, 0x34, 0x25, 0x41, - 0x71, 0x1c, 0x4f, 0xc9, 0x66, 0xdf, 0xf7, 0xde, 0xf7, 0xb2, 0xef, 0x9b, 0x05, 0x63, 0xcf, 0xd9, - 0x77, 0x7c, 0x1c, 0x5a, 0xf1, 0xd3, 0x62, 0x0e, 0x09, 0x88, 0xdf, 0xb5, 0xba, 0xd8, 0xc7, 0x9c, - 0x70, 0x93, 0x05, 0x34, 0xa4, 0x68, 0x56, 0x62, 0xcc, 0xf8, 0x69, 0x4a, 0x4c, 0x7d, 0xb6, 0x4b, - 0xbb, 0x54, 0x00, 0xac, 0xf8, 0x2d, 0xc1, 0xd6, 0x97, 0x32, 0xf9, 0x98, 0x13, 0x38, 0x3d, 0x49, - 0x57, 0xbf, 0x95, 0x09, 0xc1, 0x8c, 0xba, 0xbb, 0xb6, 0x1b, 0x49, 0xd0, 0x72, 0x0a, 0xf4, 0x86, - 0x1c, 0x38, 0x21, 0xa1, 0x3e, 0x0f, 0x69, 0x80, 0x87, 0xab, 0x4c, 0xbe, 0x90, 0xf4, 0x70, 0x90, - 0xe0, 0xc4, 0x6b, 0x02, 0x32, 0xb6, 0xa0, 0xba, 0xea, 0x78, 0x5d, 0xbc, 0xc3, 0xb1, 0xb7, 0x16, - 0xa1, 0x65, 0x98, 0xe9, 0xc4, 0x4b, 0x3b, 0xe2, 0xd8, 0xb3, 0xdd, 0xc8, 0x7e, 0x87, 0xfb, 0x9a, - 0xd2, 0x50, 0x9a, 0xd3, 0xad, 0xcb, 0x9d, 0x53, 0xdc, 0x33, 0xdc, 0x47, 0x73, 0x30, 0x29, 0x41, - 0xda, 0x44, 0x43, 0x69, 0xaa, 0xad, 0x72, 0x24, 0xf6, 0x8c, 0x4f, 0x65, 0x98, 0x5e, 0x4f, 0x7e, - 0x54, 0x3b, 0x74, 0x42, 0x8c, 0x1e, 0x41, 0x39, 0x31, 0x2a, 0x98, 0xaa, 0x2b, 0x0b, 0x66, 0xd6, - 0x8f, 0x33, 0x5f, 0x08, 0xcc, 0xaa, 0x7a, 0xf8, 0xed, 0x66, 0xa1, 0x25, 0x2b, 0xd0, 0x16, 0x5c, - 0x19, 0xd1, 0x7d, 0x4e, 0x78, 0xa8, 0x95, 0x1a, 0xc5, 0x66, 0x75, 0x65, 0x29, 0x9b, 0x64, 0xc4, - 0x8c, 0x64, 0x1a, 0xaf, 0x47, 0xeb, 0x50, 0x11, 0x9f, 0xf8, 0x76, 0x5b, 0x2b, 0x8b, 0x86, 0x6e, - 0xa7, 0xb9, 0x4e, 0x7f, 0x95, 0x39, 0xea, 0x43, 0xf2, 0x0d, 0x8b, 0xd1, 0x36, 0x5c, 0x62, 0x01, - 0xdd, 0x27, 0x1e, 0x0e, 0xb6, 0x28, 0x7f, 0xda, 0xd6, 0x26, 0x05, 0x5b, 0x33, 0xcd, 0x96, 0x3a, - 0xa3, 0x2c, 0xc2, 0x34, 0x09, 0x22, 0x70, 0x2d, 0xf2, 0xc9, 0xfb, 0x08, 0xdb, 0xc9, 0xd1, 0x73, - 0xcc, 0x79, 0x5c, 0xae, 0x55, 0x84, 0x6f, 0x2b, 0xdb, 0xf7, 0x8e, 0x28, 0x79, 0x12, 0x57, 0xb4, - 0x93, 0x02, 0xa9, 0x24, 0x45, 0xae, 0x46, 0x67, 0x00, 0x1c, 0xbd, 0x06, 0x34, 0xd0, 0xb6, 0x07, - 0x39, 0xe3, 0xda, 0x94, 0xd0, 0xb9, 0x9b, 0x73, 0x48, 0x12, 0x2f, 0x88, 0xd6, 0xa2, 0xb4, 0x48, - 0x8d, 0xa5, 0x77, 0x39, 0xfa, 0x00, 0x8b, 0xe3, 0x0a, 0xb4, 0xc7, 0xf6, 0x1c, 0xe2, 0x8b, 0xe4, - 0x70, 0x0d, 0x84, 0xd8, 0xc3, 0x3f, 0x11, 0x1b, 0x14, 0x06, 0xe3, 0xb2, 0x75, 0x96, 0x89, 0xf3, - 0xe2, 0x06, 0xfa, 0x70, 0x63, 0xd8, 0x80, 0x4b, 0x7d, 0x1e, 0xf5, 0x52, 0x5e, 0xab, 0x42, 0xfe, - 0xc1, 0xf9, 0xf2, 0x6b, 0xb2, 0x2e, 0xd3, 0xb3, 0xc6, 0xb2, 0x51, 0x7c, 0x53, 0xad, 0x4c, 0xd4, - 0x8a, 0x9b, 0x6a, 0xa5, 0x58, 0x53, 0x37, 0xd5, 0x8a, 0x5a, 0x2b, 0x19, 0x9f, 0x15, 0x98, 0xcf, - 0x3d, 0x28, 0x34, 0x0b, 0x25, 0xd1, 0x98, 0x98, 0x12, 0xb5, 0x95, 0x2c, 0x50, 0x1d, 0x2a, 0x03, - 0x05, 0x31, 0x67, 0x53, 0xad, 0xe1, 0x1a, 0x69, 0x30, 0xc9, 0x02, 0xfa, 0x16, 0xbb, 0xa1, 0x56, - 0x14, 0x5b, 0x83, 0x25, 0x9a, 0x87, 0x8a, 0xbb, 0xeb, 0x10, 0xdf, 0x26, 0x9e, 0xa6, 0x26, 0x5b, - 0x62, 0xbd, 0xe1, 0xa1, 0x45, 0x00, 0x19, 0xa9, 0x78, 0xb3, 0x24, 0xb4, 0xa6, 0xe4, 0x97, 0x0d, - 0xcf, 0xf8, 0xa2, 0xc0, 0xf5, 0xec, 0x43, 0xfe, 0x8b, 0x06, 0x47, 0xdb, 0x28, 0xa6, 0xdb, 0x78, - 0x09, 0x33, 0x67, 0xb2, 0x27, 0x5a, 0x3d, 0x33, 0x8e, 0x39, 0xd1, 0x1b, 0x8c, 0xf7, 0x58, 0xe6, - 0x8c, 0x1f, 0x0a, 0x34, 0x7e, 0x17, 0x9c, 0x7f, 0x6b, 0x65, 0x1f, 0x16, 0xf2, 0x42, 0x1e, 0x9c, - 0xba, 0xb2, 0x2e, 0x98, 0x71, 0xe9, 0x6f, 0x9e, 0xe5, 0x01, 0x8c, 0x9f, 0x0a, 0xe8, 0xe7, 0x67, - 0xf4, 0x7f, 0x65, 0x8a, 0x41, 0x3d, 0x7f, 0xca, 0x44, 0xc6, 0xaa, 0x2b, 0xf7, 0x2e, 0x34, 0x64, - 0xd2, 0xfd, 0x5c, 0xce, 0x74, 0xad, 0x3e, 0x3e, 0x3c, 0xd6, 0x95, 0xa3, 0x63, 0x5d, 0xf9, 0x7e, - 0xac, 0x2b, 0x1f, 0x4f, 0xf4, 0xc2, 0xd1, 0x89, 0x5e, 0xf8, 0x7a, 0xa2, 0x17, 0x5e, 0xdd, 0xe9, - 0x92, 0x70, 0x37, 0xea, 0x98, 0x2e, 0xed, 0x59, 0xa9, 0x1b, 0xf0, 0x60, 0x78, 0xa7, 0x86, 0x7d, - 0x86, 0x79, 0xa7, 0x2c, 0x6e, 0xc0, 0xfb, 0xbf, 0x02, 0x00, 0x00, 0xff, 0xff, 0x79, 0x43, 0xa2, - 0x96, 0xeb, 0x07, 0x00, 0x00, + // 695 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x55, 0x31, 0x6f, 0xd3, 0x40, + 0x18, 0x8d, 0x1b, 0x27, 0x75, 0xbf, 0x14, 0x48, 0x8f, 0x42, 0xdd, 0xd0, 0x9a, 0xd4, 0x08, 0x29, + 0x45, 0x60, 0x4b, 0x01, 0x31, 0x30, 0xb6, 0x40, 0xd5, 0xc2, 0x40, 0x93, 0x56, 0x48, 0x2c, 0xc6, + 0xb1, 0x8f, 0xf4, 0xa0, 0xb1, 0x0f, 0x9f, 0x1d, 0x35, 0x13, 0x7f, 0x81, 0x8d, 0x99, 0x3f, 0xc2, + 0xdc, 0xb1, 0x23, 0x13, 0x42, 0xed, 0xc0, 0x6f, 0x60, 0x43, 0x3e, 0x5f, 0xd2, 0x38, 0xb5, 0x0b, + 0x45, 0x88, 0xc9, 0x3e, 0xdf, 0xfb, 0xde, 0xfb, 0x9e, 0xef, 0x7d, 0x3a, 0xd0, 0xf7, 0xed, 0xbe, + 0xed, 0xe1, 0xd0, 0x8c, 0x9f, 0x26, 0xb5, 0x49, 0x40, 0xbc, 0xae, 0xd9, 0xc5, 0x1e, 0x66, 0x84, + 0x19, 0x34, 0xf0, 0x43, 0x1f, 0xcd, 0x0b, 0x8c, 0x11, 0x3f, 0x0d, 0x81, 0xa9, 0xcd, 0x77, 0xfd, + 0xae, 0xcf, 0x01, 0x66, 0xfc, 0x96, 0x60, 0x6b, 0x2b, 0x99, 0x7c, 0xd4, 0x0e, 0xec, 0x9e, 0xa0, + 0xab, 0xdd, 0xca, 0x84, 0x60, 0xea, 0x3b, 0x7b, 0x96, 0x13, 0x09, 0xd0, 0x6a, 0x0a, 0xf4, 0x86, + 0x1c, 0xd8, 0x21, 0xf1, 0x3d, 0x16, 0xfa, 0x01, 0x1e, 0xad, 0x32, 0xf9, 0x42, 0xd2, 0xc3, 0x41, + 0x82, 0xe3, 0xaf, 0x09, 0x48, 0xdf, 0x86, 0xca, 0x9a, 0xed, 0x76, 0xf1, 0x2e, 0xc3, 0xee, 0x7a, + 0x84, 0x56, 0x61, 0xae, 0x13, 0x2f, 0xad, 0x88, 0x61, 0xd7, 0x72, 0x22, 0xeb, 0x1d, 0x1e, 0xa8, + 0x52, 0x5d, 0x6a, 0xcc, 0xb6, 0x2e, 0x77, 0x4e, 0x71, 0xcf, 0xf0, 0x00, 0x2d, 0xc0, 0xb4, 0x00, + 0xa9, 0x53, 0x75, 0xa9, 0x21, 0xb7, 0xca, 0x11, 0xdf, 0xd3, 0x3f, 0x95, 0x61, 0x76, 0x23, 0xf9, + 0x51, 0xed, 0xd0, 0x0e, 0x31, 0x7a, 0x04, 0xe5, 0xc4, 0x28, 0x67, 0xaa, 0x34, 0x97, 0x8c, 0xac, + 0x1f, 0x67, 0xbc, 0xe0, 0x98, 0x35, 0xf9, 0xf0, 0xdb, 0xcd, 0x42, 0x4b, 0x54, 0xa0, 0x6d, 0xb8, + 0x32, 0xa6, 0xfb, 0x9c, 0xb0, 0x50, 0x2d, 0xd5, 0x8b, 0x8d, 0x4a, 0x73, 0x25, 0x9b, 0x64, 0xcc, + 0x8c, 0x60, 0x9a, 0xac, 0x47, 0x1b, 0xa0, 0xf0, 0x4f, 0x6c, 0xa7, 0xad, 0x96, 0x79, 0x43, 0xb7, + 0xd3, 0x5c, 0xa7, 0xbf, 0xca, 0x18, 0xf7, 0x21, 0xf8, 0x46, 0xc5, 0x68, 0x07, 0x2e, 0xd1, 0xc0, + 0xef, 0x13, 0x17, 0x07, 0xdb, 0x3e, 0x7b, 0xda, 0x56, 0xa7, 0x39, 0x5b, 0x23, 0xcd, 0x96, 0x3a, + 0xa3, 0x2c, 0xc2, 0x34, 0x09, 0x22, 0x70, 0x2d, 0xf2, 0xc8, 0xfb, 0x08, 0x5b, 0xc9, 0xd1, 0x33, + 0xcc, 0x58, 0x5c, 0xae, 0x2a, 0xdc, 0xb7, 0x99, 0xed, 0x7b, 0x97, 0x97, 0x3c, 0x89, 0x2b, 0xda, + 0x49, 0x81, 0x50, 0x12, 0x22, 0x57, 0xa3, 0x33, 0x00, 0x86, 0x5e, 0x03, 0x1a, 0x6a, 0x5b, 0xc3, + 0x9c, 0x31, 0x75, 0x86, 0xeb, 0xdc, 0xcd, 0x39, 0x24, 0x81, 0xe7, 0x44, 0xeb, 0x51, 0x5a, 0xa4, + 0x4a, 0xd3, 0xbb, 0x0c, 0x7d, 0x80, 0xe5, 0x49, 0x05, 0xbf, 0x47, 0xf7, 0x6d, 0xe2, 0xf1, 0xe4, + 0x30, 0x15, 0xb8, 0xd8, 0xc3, 0x3f, 0x11, 0x1b, 0x16, 0x06, 0x93, 0xb2, 0x35, 0x9a, 0x89, 0x73, + 0xe3, 0x06, 0x06, 0x70, 0x63, 0xd4, 0x80, 0xe3, 0x7b, 0x2c, 0xea, 0xa5, 0xbc, 0x56, 0xb8, 0xfc, + 0x83, 0xf3, 0xe5, 0xd7, 0x45, 0x5d, 0xa6, 0x67, 0x95, 0x66, 0xa3, 0xd8, 0x96, 0xac, 0x4c, 0x55, + 0x8b, 0x5b, 0xb2, 0x52, 0xac, 0xca, 0x5b, 0xb2, 0x22, 0x57, 0x4b, 0xfa, 0x67, 0x09, 0x16, 0x73, + 0x0f, 0x0a, 0xcd, 0x43, 0x89, 0x37, 0xc6, 0xa7, 0x44, 0x6e, 0x25, 0x0b, 0x54, 0x03, 0x65, 0xa8, + 0xc0, 0xe7, 0x6c, 0xa6, 0x35, 0x5a, 0x23, 0x15, 0xa6, 0x69, 0xe0, 0xbf, 0xc5, 0x4e, 0xa8, 0x16, + 0xf9, 0xd6, 0x70, 0x89, 0x16, 0x41, 0x71, 0xf6, 0x6c, 0xe2, 0x59, 0xc4, 0x55, 0xe5, 0x64, 0x8b, + 0xaf, 0x37, 0x5d, 0xb4, 0x0c, 0x20, 0x22, 0x15, 0x6f, 0x96, 0xb8, 0xd6, 0x8c, 0xf8, 0xb2, 0xe9, + 0xea, 0x5f, 0x24, 0xb8, 0x9e, 0x7d, 0xc8, 0x7f, 0xd1, 0xe0, 0x78, 0x1b, 0xc5, 0x74, 0x1b, 0x2f, + 0x61, 0xee, 0x4c, 0xf6, 0x78, 0xab, 0x67, 0xc6, 0x31, 0x27, 0x7a, 0xc3, 0xf1, 0x9e, 0xc8, 0x9c, + 0xfe, 0x43, 0x82, 0xfa, 0xef, 0x82, 0xf3, 0x6f, 0xad, 0xf4, 0x61, 0x29, 0x2f, 0xe4, 0xc1, 0xa9, + 0x2b, 0xf3, 0x82, 0x19, 0x17, 0xfe, 0x16, 0x69, 0x1e, 0x40, 0xff, 0x29, 0x81, 0x76, 0x7e, 0x46, + 0xff, 0x57, 0xa6, 0x28, 0xd4, 0xf2, 0xa7, 0x8c, 0x67, 0xac, 0xd2, 0xbc, 0x77, 0xa1, 0x21, 0x13, + 0xee, 0x17, 0x72, 0xa6, 0x6b, 0xed, 0xf1, 0xe1, 0xb1, 0x26, 0x1d, 0x1d, 0x6b, 0xd2, 0xf7, 0x63, + 0x4d, 0xfa, 0x78, 0xa2, 0x15, 0x8e, 0x4e, 0xb4, 0xc2, 0xd7, 0x13, 0xad, 0xf0, 0xea, 0x4e, 0x97, + 0x84, 0x7b, 0x51, 0xc7, 0x70, 0xfc, 0x9e, 0x99, 0xba, 0x01, 0xfb, 0x4d, 0xf3, 0x60, 0x74, 0xad, + 0x86, 0x03, 0x8a, 0x59, 0xa7, 0xcc, 0x2f, 0xc1, 0xfb, 0xbf, 0x02, 0x00, 0x00, 0xff, 0xff, 0x86, + 0x66, 0xd3, 0x0d, 0xee, 0x07, 0x00, 0x00, } func (m *BadgeUsedCu) Marshal() (dAtA []byte, err error) { diff --git a/x/pairing/types/genesis_test.go b/x/pairing/types/genesis_test.go index 416d467cb9..2dd71894df 100644 --- a/x/pairing/types/genesis_test.go +++ b/x/pairing/types/genesis_test.go @@ -3,7 +3,7 @@ package types_test import ( "testing" - "github.com/lavanet/lava/x/pairing/types" + "github.com/lavanet/lava/v2/x/pairing/types" "github.com/stretchr/testify/require" ) diff --git a/x/pairing/types/message_freeze_test.go b/x/pairing/types/message_freeze_test.go index e417621ad5..67646efa5c 100644 --- a/x/pairing/types/message_freeze_test.go +++ b/x/pairing/types/message_freeze_test.go @@ -4,7 +4,7 @@ import ( "testing" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/lavanet/lava/testutil/sample" + "github.com/lavanet/lava/v2/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/pairing/types/message_relay_payment_test.go b/x/pairing/types/message_relay_payment_test.go index 03e5fdb32f..44215c6e07 100644 --- a/x/pairing/types/message_relay_payment_test.go +++ b/x/pairing/types/message_relay_payment_test.go @@ -4,7 +4,7 @@ import ( "testing" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/lavanet/lava/testutil/sample" + "github.com/lavanet/lava/v2/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/pairing/types/message_stake_provider.go b/x/pairing/types/message_stake_provider.go index 6989909f14..5a9611464c 100644 --- a/x/pairing/types/message_stake_provider.go +++ b/x/pairing/types/message_stake_provider.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" ) const TypeMsgStakeProvider = "stake_provider" diff --git a/x/pairing/types/message_stake_provider_test.go b/x/pairing/types/message_stake_provider_test.go index 2c74cfaed6..7d640194de 100644 --- a/x/pairing/types/message_stake_provider_test.go +++ b/x/pairing/types/message_stake_provider_test.go @@ -7,8 +7,8 @@ import ( "github.com/cosmos/cosmos-sdk/types" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/lavanet/lava/testutil/sample" - commontypes "github.com/lavanet/lava/utils/common/types" + "github.com/lavanet/lava/v2/testutil/sample" + commontypes "github.com/lavanet/lava/v2/utils/common/types" "github.com/stretchr/testify/require" ) diff --git a/x/pairing/types/message_unfreeze_test.go b/x/pairing/types/message_unfreeze_test.go index 58c267180d..c098047473 100644 --- a/x/pairing/types/message_unfreeze_test.go +++ b/x/pairing/types/message_unfreeze_test.go @@ -4,7 +4,7 @@ import ( "testing" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/lavanet/lava/testutil/sample" + "github.com/lavanet/lava/v2/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/pairing/types/message_unstake_provider_test.go b/x/pairing/types/message_unstake_provider_test.go index 41c6b1d240..99251490b0 100644 --- a/x/pairing/types/message_unstake_provider_test.go +++ b/x/pairing/types/message_unstake_provider_test.go @@ -4,7 +4,7 @@ import ( "testing" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/lavanet/lava/testutil/sample" + "github.com/lavanet/lava/v2/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/pairing/types/params.pb.go b/x/pairing/types/params.pb.go index 9160d26005..fdc176030b 100644 --- a/x/pairing/types/params.pb.go +++ b/x/pairing/types/params.pb.go @@ -84,33 +84,34 @@ func init() { func init() { proto.RegisterFile("lavanet/lava/pairing/params.proto", fileDescriptor_fc338fce33b3b67a) } var fileDescriptor_fc338fce33b3b67a = []byte{ - // 414 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0x31, 0x8f, 0xd3, 0x30, - 0x14, 0xc7, 0x93, 0xab, 0x2f, 0xe7, 0xe6, 0xee, 0x90, 0x15, 0xdd, 0x50, 0x81, 0x94, 0x1c, 0x41, - 0x82, 0x5b, 0x48, 0x86, 0xdb, 0x6e, 0x23, 0xc0, 0xe2, 0x81, 0x2b, 0x05, 0x09, 0x89, 0xc5, 0x72, - 0x1c, 0x2b, 0x8d, 0xce, 0x8e, 0x23, 0xc7, 0x2d, 0xe4, 0x03, 0xb0, 0x33, 0xc2, 0xc6, 0xc7, 0xe9, - 0xd8, 0x11, 0x31, 0x44, 0xa8, 0xfd, 0x06, 0xfd, 0x04, 0x28, 0x49, 0x05, 0x45, 0x62, 0x60, 0xfa, - 0x67, 0xf8, 0xfd, 0xde, 0xcb, 0x7b, 0x7e, 0xee, 0x43, 0x41, 0x97, 0xb4, 0xe4, 0x26, 0xee, 0x32, - 0xae, 0x68, 0xa1, 0x8b, 0x32, 0x8f, 0x2b, 0xaa, 0xa9, 0xac, 0xa3, 0x4a, 0x2b, 0xa3, 0xbc, 0x8b, - 0x3d, 0x12, 0x75, 0x19, 0xed, 0x91, 0xfb, 0x17, 0xb9, 0xca, 0x55, 0x0f, 0xc4, 0xdd, 0xd7, 0xc0, - 0x86, 0x5f, 0x47, 0xae, 0x33, 0xed, 0x65, 0xef, 0xd6, 0xf5, 0x78, 0xa5, 0xd8, 0x3c, 0x11, 0x8a, - 0xdd, 0xd5, 0xb7, 0x4b, 0xae, 0x05, 0xad, 0x26, 0xf0, 0xd2, 0xbe, 0x02, 0x49, 0xb0, 0x6b, 0x83, - 0x07, 0x0d, 0x95, 0xe2, 0x26, 0xec, 0x19, 0x92, 0xf6, 0x10, 0x51, 0x03, 0x15, 0xce, 0xfe, 0xa1, - 0x7a, 0xa5, 0x3b, 0x7e, 0xad, 0xde, 0xbc, 0xe3, 0x45, 0x3e, 0x37, 0x93, 0xf3, 0x4b, 0xfb, 0x6a, - 0x9c, 0x4c, 0x57, 0x6d, 0x60, 0xfd, 0x68, 0x83, 0xc7, 0x79, 0x61, 0xe6, 0x8b, 0x34, 0x62, 0x4a, - 0xc6, 0x4c, 0xd5, 0x52, 0xd5, 0xfb, 0x78, 0x5a, 0x67, 0x77, 0xb1, 0x69, 0x2a, 0x5e, 0x47, 0x2f, - 0x38, 0xdb, 0xb5, 0x81, 0x3f, 0x74, 0xcd, 0xa8, 0xa1, 0x44, 0x73, 0x51, 0xd0, 0xb4, 0x10, 0x85, - 0x69, 0x88, 0xe6, 0x1f, 0xa8, 0xce, 0xc2, 0xd9, 0x9f, 0x16, 0xde, 0x27, 0xdb, 0x7d, 0xa4, 0x39, - 0x53, 0x52, 0xf2, 0x32, 0xe3, 0xd9, 0xcb, 0xee, 0x8f, 0x5e, 0x2d, 0xe4, 0x5b, 0xf5, 0x5c, 0x09, - 0xc1, 0x99, 0x99, 0xd2, 0x46, 0xf2, 0xd2, 0x4c, 0xee, 0xf5, 0x23, 0x5d, 0xef, 0xda, 0x20, 0x1e, - 0x8a, 0x1f, 0x48, 0x64, 0x18, 0xaf, 0x5c, 0x48, 0x62, 0x14, 0x61, 0x83, 0x48, 0xaa, 0xc1, 0x0c, - 0x67, 0xff, 0x53, 0xff, 0x06, 0x7c, 0xf9, 0x16, 0x58, 0x18, 0x40, 0x1b, 0x1d, 0x61, 0x00, 0x8f, - 0xd0, 0x08, 0x03, 0x38, 0x42, 0x00, 0x03, 0x08, 0xd0, 0x31, 0x06, 0xf0, 0x18, 0x39, 0x18, 0x40, - 0x07, 0x9d, 0x60, 0x00, 0x4f, 0x10, 0xc4, 0x00, 0x8e, 0x91, 0x8b, 0x01, 0x74, 0xd1, 0x29, 0x06, - 0xf0, 0x14, 0x9d, 0x61, 0x00, 0xcf, 0xd0, 0x79, 0xf2, 0x6c, 0xb5, 0xf1, 0xed, 0xf5, 0xc6, 0xb7, - 0x7f, 0x6e, 0x7c, 0xfb, 0xf3, 0xd6, 0xb7, 0xd6, 0x5b, 0xdf, 0xfa, 0xbe, 0xf5, 0xad, 0xf7, 0x4f, - 0x0e, 0xd6, 0xf7, 0xd7, 0x3d, 0x7c, 0xfc, 0x7d, 0x11, 0xfd, 0x0e, 0x53, 0xa7, 0x7f, 0xe5, 0xeb, - 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xd2, 0xf4, 0x67, 0x9e, 0x36, 0x02, 0x00, 0x00, + // 417 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0x31, 0x6f, 0xd4, 0x30, + 0x14, 0xc7, 0x93, 0x9e, 0x7b, 0xf5, 0xa5, 0x2d, 0xb2, 0xa2, 0x0e, 0x27, 0x90, 0x92, 0x12, 0x24, + 0x54, 0x21, 0x11, 0x4b, 0x74, 0xeb, 0x18, 0xca, 0xe2, 0x81, 0x1e, 0x07, 0x12, 0x12, 0x8b, 0xe5, + 0x38, 0x56, 0x2e, 0xaa, 0x1d, 0x47, 0x8e, 0xef, 0x20, 0x1f, 0x80, 0x9d, 0x11, 0x36, 0x3e, 0x4e, + 0xc7, 0x8e, 0x88, 0x21, 0x42, 0x77, 0xdf, 0xe0, 0x3e, 0x01, 0x4a, 0x72, 0x82, 0x22, 0x31, 0x74, + 0xfa, 0x67, 0xf8, 0xfd, 0xde, 0xcb, 0x7b, 0x7e, 0xde, 0x63, 0xc9, 0x56, 0xac, 0x14, 0x16, 0x77, + 0x89, 0x2b, 0x56, 0x98, 0xa2, 0xcc, 0x71, 0xc5, 0x0c, 0x53, 0x75, 0x5c, 0x19, 0x6d, 0xb5, 0x7f, + 0xb2, 0x43, 0xe2, 0x2e, 0xe3, 0x1d, 0xf2, 0xf0, 0x24, 0xd7, 0xb9, 0xee, 0x01, 0xdc, 0x7d, 0x0d, + 0x6c, 0xf4, 0x6d, 0xe4, 0x8d, 0x67, 0xbd, 0xec, 0x5f, 0x79, 0xbe, 0xa8, 0x34, 0x5f, 0x24, 0x52, + 0xf3, 0xeb, 0xfa, 0x6a, 0x25, 0x8c, 0x64, 0xd5, 0x14, 0x9e, 0xba, 0x67, 0x20, 0x09, 0xb7, 0x6d, + 0xf8, 0xa8, 0x61, 0x4a, 0x5e, 0x44, 0x3d, 0x43, 0xd3, 0x1e, 0xa2, 0x7a, 0xa0, 0xa2, 0xf9, 0x7f, + 0x54, 0xbf, 0xf4, 0x26, 0x6f, 0xf4, 0xdb, 0xf7, 0xa2, 0xc8, 0x17, 0x76, 0x7a, 0x7c, 0xea, 0x9e, + 0x4d, 0x92, 0xd9, 0x4d, 0x1b, 0x3a, 0x3f, 0xdb, 0xf0, 0x69, 0x5e, 0xd8, 0xc5, 0x32, 0x8d, 0xb9, + 0x56, 0x98, 0xeb, 0x5a, 0xe9, 0x7a, 0x17, 0xcf, 0xeb, 0xec, 0x1a, 0xdb, 0xa6, 0x12, 0x75, 0x7c, + 0x29, 0xf8, 0xb6, 0x0d, 0x83, 0xa1, 0x6b, 0xc6, 0x2c, 0xa3, 0x46, 0xc8, 0x82, 0xa5, 0x85, 0x2c, + 0x6c, 0x43, 0x8d, 0xf8, 0xc8, 0x4c, 0x16, 0xcd, 0xff, 0xb6, 0xf0, 0x3f, 0xbb, 0xde, 0x13, 0x23, + 0xb8, 0x56, 0x4a, 0x94, 0x99, 0xc8, 0x5e, 0x75, 0x7f, 0xf4, 0x7a, 0xa9, 0xde, 0xe9, 0x97, 0x5a, + 0x4a, 0xc1, 0xed, 0x8c, 0x35, 0x4a, 0x94, 0x76, 0xfa, 0xa0, 0x1f, 0xe9, 0x7c, 0xdb, 0x86, 0x78, + 0x28, 0x7e, 0x47, 0xa2, 0xc3, 0x78, 0xe5, 0x52, 0x51, 0xab, 0x29, 0x1f, 0x44, 0x5a, 0x0d, 0x66, + 0x34, 0xbf, 0x4f, 0xfd, 0x0b, 0xf0, 0xf5, 0x7b, 0xe8, 0x10, 0x00, 0x5d, 0xb4, 0x47, 0x00, 0xdc, + 0x43, 0x23, 0x02, 0xe0, 0x08, 0x01, 0x02, 0x20, 0x40, 0xfb, 0x04, 0xc0, 0x7d, 0x34, 0x26, 0x00, + 0x8e, 0xd1, 0x01, 0x01, 0xf0, 0x00, 0x41, 0x02, 0xe0, 0x04, 0x79, 0x04, 0x40, 0x0f, 0x1d, 0x12, + 0x00, 0x0f, 0xd1, 0x11, 0x01, 0xf0, 0x08, 0x1d, 0x27, 0x97, 0x37, 0xeb, 0xc0, 0xbd, 0x5d, 0x07, + 0xee, 0xaf, 0x75, 0xe0, 0x7e, 0xd9, 0x04, 0xce, 0xed, 0x26, 0x70, 0x7e, 0x6c, 0x02, 0xe7, 0xc3, + 0xb3, 0x3b, 0xeb, 0xfb, 0xe7, 0x1e, 0x56, 0x2f, 0xf0, 0xa7, 0x3f, 0x47, 0xd1, 0xaf, 0x31, 0x1d, + 0xf7, 0x0f, 0x7d, 0xfe, 0x3b, 0x00, 0x00, 0xff, 0xff, 0x4f, 0xda, 0x74, 0x98, 0x39, 0x02, 0x00, + 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/pairing/types/query.pb.go b/x/pairing/types/query.pb.go index 38633bfaaf..f03473e840 100644 --- a/x/pairing/types/query.pb.go +++ b/x/pairing/types/query.pb.go @@ -11,12 +11,12 @@ import ( _ "github.com/cosmos/gogoproto/gogoproto" grpc1 "github.com/cosmos/gogoproto/grpc" proto "github.com/cosmos/gogoproto/proto" - v1 "github.com/lavanet/lava/x/downtime/v1" - types "github.com/lavanet/lava/x/epochstorage/types" - types1 "github.com/lavanet/lava/x/plans/types" - _ "github.com/lavanet/lava/x/projects/types" - types2 "github.com/lavanet/lava/x/spec/types" - _ "github.com/lavanet/lava/x/subscription/types" + v1 "github.com/lavanet/lava/v2/x/downtime/v1" + types "github.com/lavanet/lava/v2/x/epochstorage/types" + types1 "github.com/lavanet/lava/v2/x/plans/types" + _ "github.com/lavanet/lava/v2/x/projects/types" + types2 "github.com/lavanet/lava/v2/x/spec/types" + _ "github.com/lavanet/lava/v2/x/subscription/types" _ "google.golang.org/genproto/googleapis/api/annotations" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" @@ -1578,120 +1578,120 @@ func init() { func init() { proto.RegisterFile("lavanet/lava/pairing/query.proto", fileDescriptor_9e149ce9d21da0d8) } var fileDescriptor_9e149ce9d21da0d8 = []byte{ - // 1804 bytes of a gzipped FileDescriptorProto + // 1806 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x58, 0x4f, 0x6f, 0xdc, 0xc6, 0x15, 0x17, 0x57, 0xab, 0xb5, 0xf4, 0xf4, 0xc7, 0xc6, 0x44, 0xb2, 0xa5, 0xad, 0xb2, 0x5a, 0x53, - 0xf9, 0x23, 0x59, 0xce, 0x32, 0xda, 0xc4, 0x89, 0xa1, 0x28, 0x6e, 0x23, 0xc9, 0x31, 0xa4, 0xaa, + 0x49, 0xaa, 0x3f, 0xce, 0x32, 0xda, 0xc4, 0x89, 0xa1, 0x28, 0x6e, 0x2b, 0xc9, 0x31, 0xa4, 0xaa, 0x8d, 0x44, 0xd5, 0x3d, 0x04, 0x05, 0x08, 0x8a, 0x9c, 0x5d, 0x31, 0xe2, 0x72, 0x18, 0x72, 0xb8, 0x96, 0x2a, 0x6c, 0x0b, 0xb4, 0x5f, 0xa0, 0x40, 0xdb, 0x43, 0x4f, 0xbd, 0x04, 0xe8, 0x29, 0xdf, - 0xa0, 0xb7, 0x02, 0x45, 0x0e, 0x3d, 0x18, 0xe8, 0xa5, 0x28, 0x0a, 0xa3, 0xb0, 0x7b, 0x2e, 0xd0, + 0xa0, 0xb7, 0x02, 0x45, 0x0e, 0x3d, 0x18, 0xe8, 0xa5, 0x28, 0x8a, 0xa0, 0xb0, 0x7b, 0x2e, 0xd0, 0x6f, 0x50, 0x70, 0x66, 0xc8, 0x25, 0x57, 0x5c, 0xee, 0xca, 0xf6, 0x45, 0xda, 0x19, 0xbe, 0xdf, 0xcc, 0xef, 0xbd, 0x79, 0xef, 0xcd, 0x8f, 0x84, 0xaa, 0xad, 0xb7, 0x75, 0x07, 0x53, 0x25, 0xfc, - 0xaf, 0xb8, 0xba, 0xe5, 0x59, 0x4e, 0x53, 0xf9, 0x3a, 0xc0, 0xde, 0x79, 0xcd, 0xf5, 0x08, 0x25, + 0xaf, 0xb8, 0xba, 0xe5, 0x59, 0x4e, 0x53, 0xf9, 0x32, 0xc0, 0xde, 0x45, 0xcd, 0xf5, 0x08, 0x25, 0x68, 0x56, 0x58, 0xd4, 0xc2, 0xff, 0x35, 0x61, 0x51, 0x9e, 0x6d, 0x92, 0x26, 0x61, 0x06, 0x4a, 0xf8, 0x8b, 0xdb, 0x96, 0x17, 0x9b, 0x84, 0x34, 0x6d, 0xac, 0xe8, 0xae, 0xa5, 0xe8, 0x8e, 0x43, - 0xa8, 0x4e, 0x2d, 0xe2, 0xf8, 0xe2, 0xe9, 0x1d, 0x83, 0xf8, 0x2d, 0xe2, 0x2b, 0xc7, 0xba, 0x8f, - 0xf9, 0x16, 0x4a, 0x7b, 0xfd, 0x18, 0x53, 0x7d, 0x5d, 0x71, 0xf5, 0xa6, 0xe5, 0x30, 0x63, 0x61, - 0x7b, 0x3b, 0x93, 0x97, 0xab, 0x7b, 0x7a, 0x2b, 0x5a, 0x6e, 0x31, 0x65, 0xe2, 0xbb, 0xd8, 0x60, - 0x7f, 0xc4, 0xd3, 0xa5, 0xf4, 0x02, 0xb6, 0xee, 0xf8, 0x8a, 0x4b, 0x6c, 0xcb, 0x10, 0x7e, 0x95, - 0xd7, 0x52, 0x06, 0xd8, 0x25, 0xc6, 0x89, 0x4f, 0x89, 0xa7, 0x37, 0xb1, 0xe2, 0x53, 0xfd, 0x14, - 0x6b, 0xd8, 0xa1, 0x51, 0x10, 0xca, 0x77, 0xd3, 0x7b, 0x05, 0xc7, 0xbe, 0xe1, 0x59, 0x6e, 0xc8, - 0x37, 0x35, 0x10, 0xd6, 0xcb, 0xe9, 0xbd, 0x3d, 0xf2, 0x15, 0x36, 0xa8, 0x1f, 0xfd, 0x10, 0x46, - 0xef, 0xa6, 0x8c, 0x4c, 0xf2, 0xc4, 0xa1, 0x56, 0x0b, 0x2b, 0xed, 0xf5, 0xf8, 0x37, 0x37, 0x94, - 0x67, 0x01, 0x1d, 0x86, 0xc1, 0x3a, 0x60, 0xce, 0xab, 0xf8, 0xeb, 0x00, 0xfb, 0x54, 0x3e, 0x84, - 0x37, 0x52, 0xb3, 0xbe, 0x4b, 0x1c, 0x1f, 0xa3, 0x0d, 0x28, 0xf1, 0x20, 0xcd, 0x4b, 0x55, 0x69, - 0x65, 0xb2, 0xbe, 0x58, 0xcb, 0x3a, 0xbe, 0x1a, 0x47, 0x6d, 0x15, 0xbf, 0x7b, 0xb6, 0x34, 0xa2, - 0x0a, 0x84, 0x7c, 0x08, 0x73, 0x7c, 0x49, 0x8f, 0xb4, 0x2d, 0x13, 0x7b, 0xd1, 0x5e, 0x68, 0x1e, - 0xae, 0x19, 0x27, 0xba, 0xe5, 0xec, 0xee, 0xb0, 0x55, 0x27, 0xd4, 0x68, 0x88, 0x2a, 0x00, 0xfe, - 0x09, 0x79, 0xf2, 0xb9, 0x47, 0x7e, 0x8e, 0x9d, 0xf9, 0x42, 0x55, 0x5a, 0x19, 0x57, 0x13, 0x33, - 0xf2, 0x29, 0xdc, 0xec, 0x5d, 0x52, 0x10, 0xfd, 0x21, 0x00, 0x0b, 0xf3, 0xc3, 0x30, 0xca, 0xf3, - 0x52, 0x75, 0x74, 0x65, 0xb2, 0xfe, 0x76, 0x9a, 0x6c, 0xf2, 0x4c, 0x6a, 0x47, 0xb1, 0xb1, 0x60, - 0x9d, 0x80, 0xef, 0x15, 0xc7, 0x0b, 0x37, 0x46, 0xe5, 0x3d, 0x98, 0x4d, 0x6d, 0x96, 0xa0, 0xaf, - 0x9b, 0xa6, 0x87, 0x7d, 0x3f, 0xa2, 0x2f, 0x86, 0x49, 0xc7, 0x0a, 0x29, 0xc7, 0xe4, 0x93, 0x9e, - 0x58, 0xc4, 0xbc, 0xbf, 0x80, 0xa9, 0x78, 0x63, 0x0b, 0xfb, 0x2f, 0xc3, 0x3c, 0xb5, 0x80, 0xbc, - 0x27, 0x42, 0xf4, 0x08, 0xd3, 0x03, 0x7e, 0x3a, 0x83, 0xc3, 0x7e, 0x13, 0x4a, 0x86, 0x6d, 0x61, - 0x87, 0x0a, 0xda, 0x62, 0x24, 0x7f, 0x5b, 0x80, 0x5b, 0x97, 0x16, 0x13, 0xc4, 0x77, 0x61, 0xc2, - 0x8d, 0x4e, 0xe1, 0x65, 0x58, 0x77, 0xd1, 0x68, 0x19, 0xa6, 0x8d, 0xc0, 0xf3, 0xb0, 0x43, 0x35, - 0x86, 0x61, 0x2c, 0x8a, 0xea, 0x94, 0x98, 0x7c, 0x18, 0xce, 0xa1, 0xfb, 0xb0, 0x10, 0x26, 0xb1, - 0x66, 0xe3, 0x06, 0xd5, 0x28, 0xd1, 0x1c, 0x7c, 0x46, 0x35, 0x91, 0x7f, 0xf3, 0xa3, 0x0c, 0x30, - 0x17, 0x1a, 0xec, 0xe3, 0x06, 0xfd, 0x09, 0xf9, 0x31, 0x3e, 0x8b, 0x18, 0xa3, 0x7b, 0x70, 0x2b, - 0x2c, 0x64, 0xcd, 0xd6, 0x7d, 0xaa, 0x05, 0xae, 0xa9, 0x53, 0x6c, 0x6a, 0xc7, 0x36, 0x31, 0x4e, - 0xe7, 0x8b, 0x0c, 0x37, 0x1b, 0x3e, 0xde, 0xd7, 0x7d, 0xfa, 0x98, 0x3f, 0xdc, 0x0a, 0x9f, 0xa1, - 0x75, 0x98, 0x63, 0x46, 0x1a, 0x69, 0xa4, 0x37, 0x1b, 0x63, 0x20, 0xc4, 0x1e, 0x7e, 0xd1, 0x48, - 0xec, 0x24, 0xff, 0x12, 0x16, 0x58, 0xb8, 0x7e, 0x8a, 0x3d, 0xab, 0x71, 0xfe, 0xaa, 0xe1, 0x47, - 0x65, 0x18, 0x8f, 0x82, 0xc4, 0x3c, 0x9c, 0x50, 0xe3, 0x31, 0x9a, 0x85, 0xb1, 0xa4, 0x0b, 0x7c, - 0x20, 0x7f, 0x23, 0x41, 0x39, 0x8b, 0x81, 0x38, 0xb3, 0x59, 0x18, 0x6b, 0xeb, 0xb6, 0x65, 0x32, - 0x02, 0xe3, 0x2a, 0x1f, 0xa0, 0x55, 0xb8, 0x11, 0xba, 0x86, 0x4d, 0xad, 0x7b, 0xa0, 0x3c, 0xa0, - 0xd7, 0xf9, 0x7c, 0x5c, 0x6d, 0xa8, 0x0a, 0x53, 0x46, 0xa0, 0xb9, 0xd8, 0x13, 0x07, 0xc5, 0x37, - 0x07, 0x23, 0x38, 0xc0, 0x1e, 0x3f, 0xa6, 0x37, 0x01, 0x44, 0x5f, 0xd2, 0x2c, 0x93, 0x85, 0x6a, - 0x82, 0x1d, 0x75, 0x38, 0xb3, 0x6b, 0x8a, 0xca, 0xfa, 0xbd, 0x04, 0xb7, 0x53, 0xe5, 0x20, 0x88, - 0x6e, 0x9f, 0xe8, 0x8e, 0x81, 0xa3, 0x80, 0x25, 0xdd, 0x97, 0x7a, 0xdc, 0xef, 0x5b, 0x69, 0xa8, - 0x0a, 0x93, 0x4d, 0x4c, 0x6c, 0x62, 0xb0, 0xf6, 0xcf, 0x1c, 0x19, 0x53, 0x93, 0x53, 0x0c, 0x6b, - 0x07, 0x3e, 0xc5, 0x1e, 0xe3, 0x1f, 0x62, 0xf9, 0x50, 0xb6, 0x41, 0xce, 0xa3, 0x25, 0xa2, 0xf8, - 0x39, 0x94, 0x0c, 0x36, 0xc3, 0x59, 0x6d, 0xd5, 0xc2, 0x7c, 0xfe, 0xe7, 0xb3, 0xa5, 0x77, 0x9a, - 0x16, 0x3d, 0x09, 0x8e, 0x6b, 0x06, 0x69, 0x29, 0xe2, 0x6a, 0xe2, 0xff, 0xde, 0xf3, 0xcd, 0x53, - 0x85, 0x9e, 0xbb, 0xd8, 0xaf, 0xed, 0x60, 0x43, 0x15, 0x68, 0x59, 0x17, 0x3d, 0xe1, 0xb1, 0x8f, - 0x3d, 0x56, 0x19, 0xaf, 0xd0, 0x60, 0xba, 0xf9, 0x30, 0x9a, 0xcc, 0x87, 0x27, 0xa2, 0x19, 0x24, - 0xb6, 0x10, 0x4e, 0x3c, 0x82, 0x71, 0x83, 0x38, 0x7e, 0xd0, 0x12, 0xc1, 0xbd, 0x62, 0xf5, 0xc6, - 0xe0, 0x70, 0xe3, 0x96, 0x7e, 0xb6, 0xfd, 0x58, 0x14, 0x2d, 0x1f, 0xc8, 0x9f, 0xc0, 0x12, 0xdb, - 0xf8, 0x28, 0xbc, 0xb2, 0x8d, 0x38, 0x81, 0xf6, 0x2d, 0x9f, 0x0e, 0xac, 0x07, 0xb9, 0x05, 0xd5, - 0xfe, 0xe0, 0xd7, 0xde, 0x7e, 0xe4, 0x43, 0xf8, 0x1e, 0xdb, 0xee, 0x61, 0xa3, 0x81, 0x0d, 0x6a, - 0xb5, 0xf1, 0x01, 0xbb, 0xd7, 0x13, 0x69, 0x98, 0x8a, 0xd4, 0x44, 0xc2, 0xf9, 0x9b, 0x50, 0x0a, - 0x7b, 0x47, 0x7c, 0x1c, 0x62, 0x14, 0x26, 0xf8, 0x62, 0xf6, 0x9a, 0x82, 0x7e, 0x1d, 0x4a, 0x5c, - 0x3d, 0x88, 0xe0, 0x97, 0x7b, 0xee, 0xd5, 0x50, 0x5f, 0xd4, 0x04, 0x46, 0x58, 0xa2, 0xcf, 0x60, - 0xc6, 0xc5, 0x8e, 0x69, 0x39, 0x4d, 0x4d, 0x60, 0x0b, 0x03, 0xb1, 0xd3, 0x02, 0xc1, 0x87, 0xf2, - 0xff, 0x24, 0xd1, 0xd0, 0x8f, 0xcc, 0xd3, 0xde, 0xe6, 0xf0, 0x08, 0xae, 0x45, 0x1d, 0x8e, 0x73, - 0x7a, 0x2f, 0xfb, 0xae, 0xef, 0x73, 0x21, 0xa8, 0x11, 0x1a, 0xcd, 0x41, 0xa9, 0xa5, 0x9f, 0x69, - 0x46, 0x90, 0x4c, 0x89, 0x00, 0xad, 0x41, 0x31, 0x8c, 0x0e, 0x4b, 0xd0, 0xc9, 0xfa, 0xad, 0xf4, - 0xe2, 0x4c, 0x69, 0x1d, 0xb9, 0xd8, 0x50, 0x99, 0x11, 0xda, 0x85, 0xeb, 0x91, 0x6c, 0xd1, 0x84, - 0x00, 0x29, 0x32, 0x5c, 0x35, 0x8d, 0x8b, 0xb5, 0x4d, 0x7b, 0x5d, 0x88, 0x10, 0x75, 0x26, 0x9a, - 0xe3, 0x63, 0xf9, 0xfb, 0x3d, 0xbd, 0xe6, 0x47, 0xc4, 0xa1, 0x27, 0xf6, 0xf9, 0x81, 0x7e, 0x4e, - 0x02, 0x3a, 0x44, 0xaf, 0x91, 0x4f, 0x01, 0x1d, 0x25, 0x44, 0x19, 0x07, 0x22, 0x19, 0xa6, 0x92, - 0x52, 0x4d, 0xa0, 0x52, 0x73, 0x68, 0x01, 0xc6, 0x59, 0x4e, 0x87, 0xad, 0x30, 0x55, 0xaf, 0x66, - 0x98, 0x39, 0x7a, 0x8b, 0x04, 0x0e, 0x15, 0x05, 0x2b, 0x46, 0xf2, 0x2f, 0x7a, 0x5a, 0x50, 0x0f, - 0xdb, 0x6e, 0x23, 0xa7, 0x84, 0xea, 0x36, 0xdb, 0xb5, 0xa8, 0xf2, 0x01, 0xda, 0x82, 0x6b, 0x26, - 0xa6, 0xba, 0x65, 0xfb, 0xf3, 0x05, 0x56, 0x11, 0x2b, 0xd9, 0x27, 0x78, 0xd9, 0x1b, 0x35, 0x02, - 0xca, 0x3b, 0x30, 0xd3, 0xed, 0x7e, 0xcc, 0xd1, 0xbc, 0x36, 0xdc, 0xf5, 0xa2, 0x90, 0xf2, 0xe2, - 0x2b, 0x98, 0xde, 0xe6, 0xc5, 0x2c, 0x16, 0x49, 0x46, 0x42, 0x4a, 0x47, 0xe2, 0x41, 0x98, 0x77, - 0xa1, 0x51, 0xc4, 0xfa, 0xad, 0x3e, 0x1a, 0x33, 0x45, 0x4b, 0x8d, 0x40, 0xf2, 0x36, 0xbc, 0xcd, - 0x53, 0x3a, 0xe1, 0x55, 0xbf, 0x33, 0xee, 0x57, 0xc8, 0x72, 0x07, 0xde, 0x19, 0xb4, 0x48, 0x6e, - 0xe8, 0x3f, 0xed, 0x0d, 0xfd, 0x72, 0xb6, 0x13, 0xa9, 0xa8, 0x74, 0xa3, 0x5e, 0x11, 0xed, 0x22, - 0xee, 0x75, 0xec, 0x32, 0xdd, 0x0e, 0x22, 0x75, 0xae, 0xc1, 0x9b, 0x7d, 0x9e, 0x0b, 0x56, 0x0f, - 0xa0, 0x68, 0x39, 0x0d, 0x22, 0x3a, 0xe1, 0x80, 0x08, 0x6e, 0x07, 0xbb, 0x4e, 0x83, 0x88, 0x46, - 0xc8, 0x70, 0xf2, 0x66, 0xf7, 0xd8, 0xf9, 0xd3, 0xdc, 0x63, 0x9f, 0x81, 0x42, 0x5c, 0xdd, 0x05, - 0x23, 0xa8, 0x3f, 0x45, 0x30, 0xc6, 0xf8, 0xa1, 0x5f, 0x4b, 0x50, 0xe2, 0x75, 0x87, 0x56, 0x72, - 0xda, 0x47, 0xea, 0xdd, 0xa3, 0xbc, 0x3a, 0x84, 0x25, 0xf7, 0x53, 0x7e, 0xeb, 0x57, 0x7f, 0xff, - 0xcf, 0x6f, 0x0b, 0x15, 0xb4, 0xa8, 0xe4, 0xbc, 0xd0, 0xa1, 0x3f, 0x48, 0x30, 0xd1, 0x15, 0x2d, - 0x6b, 0x79, 0xcb, 0xf7, 0xbc, 0x9b, 0x94, 0xef, 0x0e, 0x67, 0x2c, 0xe8, 0xac, 0x33, 0x3a, 0x6b, - 0x68, 0xb5, 0x0f, 0x9d, 0x08, 0xa0, 0x5c, 0x88, 0xbb, 0xad, 0x83, 0xfe, 0x28, 0xc1, 0x78, 0xb4, - 0x10, 0xba, 0x33, 0xc4, 0x6e, 0x11, 0xb3, 0xb5, 0xa1, 0x6c, 0x05, 0xb1, 0x0d, 0x46, 0xec, 0x43, - 0x54, 0xcf, 0x27, 0xa6, 0x5c, 0x08, 0x65, 0xd1, 0x49, 0x30, 0xfc, 0x93, 0x04, 0xd0, 0xed, 0xef, - 0xe8, 0xee, 0x90, 0xd7, 0x00, 0x67, 0x79, 0xb5, 0x4b, 0x43, 0xde, 0x64, 0x3c, 0x3f, 0x42, 0x1f, - 0x66, 0xf3, 0x6c, 0xe2, 0x58, 0x76, 0x77, 0x09, 0x2a, 0x17, 0x5c, 0x1f, 0x77, 0xd0, 0x5f, 0x25, - 0x98, 0x4e, 0x29, 0x5d, 0xa4, 0xe4, 0x6c, 0x9f, 0xa5, 0xca, 0xcb, 0xef, 0x0f, 0x0f, 0x10, 0x94, - 0x55, 0x46, 0x79, 0x1f, 0xed, 0x65, 0x53, 0x6e, 0x33, 0x50, 0x0e, 0x6b, 0xe5, 0x22, 0x8a, 0x7e, - 0x47, 0xb9, 0x60, 0x32, 0xad, 0x83, 0xfe, 0x2b, 0xc1, 0x5c, 0xa6, 0xe8, 0x44, 0x1f, 0x0f, 0x71, - 0xea, 0x59, 0xea, 0xb9, 0x7c, 0xff, 0xea, 0x40, 0xe1, 0xe0, 0x31, 0x73, 0xf0, 0x67, 0xe8, 0xcb, - 0xfc, 0xdc, 0x89, 0x5c, 0xd4, 0xb8, 0x9c, 0x4d, 0xb9, 0xd5, 0x75, 0x3a, 0x21, 0xbc, 0x59, 0x08, - 0x98, 0xd0, 0xee, 0xa0, 0x6f, 0x24, 0x98, 0x88, 0x45, 0x69, 0x6e, 0x85, 0xf6, 0xaa, 0xe3, 0xdc, - 0x0a, 0xbd, 0xa4, 0x73, 0x07, 0x25, 0x58, 0xe0, 0x87, 0xef, 0x32, 0x21, 0x22, 0xb3, 0x14, 0xfe, - 0x22, 0xc1, 0x1b, 0x19, 0x2a, 0x14, 0xdd, 0xcb, 0xe1, 0xd0, 0x5f, 0xf2, 0x96, 0x3f, 0xba, 0x2a, - 0x4c, 0x38, 0xf1, 0x29, 0x73, 0xe2, 0x63, 0x74, 0x2f, 0xdb, 0x09, 0x9f, 0x41, 0xbb, 0x6f, 0x6f, - 0x9a, 0x6d, 0xf9, 0x34, 0xe1, 0xc5, 0x9f, 0x25, 0xb8, 0xde, 0x23, 0x44, 0xd1, 0x7a, 0x0e, 0x95, - 0x6c, 0x21, 0x5c, 0xae, 0x5f, 0x05, 0x22, 0x98, 0x6f, 0x31, 0xe6, 0x9b, 0x68, 0x23, 0x9b, 0x39, - 0x8e, 0x60, 0x42, 0xd1, 0x2a, 0x17, 0xd1, 0x8d, 0xdc, 0x51, 0x2e, 0xb8, 0x96, 0xee, 0xa0, 0xbf, - 0x25, 0x8a, 0x23, 0x75, 0x27, 0x0f, 0x55, 0x1c, 0x59, 0x52, 0x60, 0xa8, 0xe2, 0xc8, 0xbc, 0xfe, - 0xe5, 0x1f, 0x30, 0x87, 0x36, 0xd0, 0xfd, 0x01, 0xc5, 0xd1, 0xe2, 0x68, 0x8d, 0xab, 0x94, 0x44, - 0x71, 0xa0, 0x7f, 0x49, 0xb0, 0xd0, 0x57, 0x66, 0xa0, 0x4f, 0xf2, 0x52, 0x64, 0x80, 0xc2, 0x29, - 0x6f, 0xbe, 0x1c, 0x58, 0xb8, 0xb6, 0xc3, 0x5c, 0x7b, 0x80, 0x36, 0xfb, 0x64, 0x59, 0x62, 0x81, - 0x4b, 0xee, 0xc5, 0xc7, 0x86, 0x7e, 0x27, 0x01, 0x74, 0xdf, 0x2e, 0x5e, 0xe3, 0xed, 0x71, 0xf9, - 0x95, 0x45, 0x5e, 0x65, 0x8c, 0x97, 0xd1, 0xed, 0x3e, 0x8c, 0xcd, 0xd3, 0xa8, 0x49, 0xa1, 0x6f, - 0x25, 0xb8, 0xd1, 0xab, 0x9e, 0x50, 0x7d, 0x98, 0xcb, 0x3e, 0x2d, 0xc5, 0xca, 0x1f, 0x5c, 0x09, - 0x23, 0x88, 0xbe, 0xcf, 0x88, 0xde, 0x41, 0x2b, 0x03, 0x74, 0x02, 0xff, 0xac, 0xa2, 0x19, 0xc1, - 0xd6, 0x67, 0xdf, 0x3d, 0xaf, 0x48, 0x4f, 0x9f, 0x57, 0xa4, 0x7f, 0x3f, 0xaf, 0x48, 0xbf, 0x79, - 0x51, 0x19, 0x79, 0xfa, 0xa2, 0x32, 0xf2, 0x8f, 0x17, 0x95, 0x91, 0x2f, 0xdf, 0x4d, 0x7c, 0x66, - 0x48, 0xad, 0x76, 0x16, 0xaf, 0xc7, 0xbe, 0x35, 0x1c, 0x97, 0xd8, 0xf7, 0xde, 0x0f, 0xfe, 0x1f, - 0x00, 0x00, 0xff, 0xff, 0x33, 0x48, 0x68, 0x79, 0x94, 0x17, 0x00, 0x00, + 0xa8, 0x4e, 0x2d, 0xe2, 0xf8, 0xe2, 0xe9, 0x9a, 0x41, 0xfc, 0x16, 0xf1, 0x95, 0x13, 0xdd, 0xc7, + 0x7c, 0x0b, 0xa5, 0xbd, 0x71, 0x82, 0xa9, 0xbe, 0xa1, 0xb8, 0x7a, 0xd3, 0x72, 0x98, 0xb1, 0xb0, + 0xbd, 0x9b, 0xc9, 0xcb, 0xd5, 0x3d, 0xbd, 0x15, 0x2d, 0xb7, 0x98, 0x32, 0xf1, 0x5d, 0x6c, 0xb0, + 0x3f, 0xe2, 0xe9, 0x52, 0x7a, 0x01, 0x5b, 0x77, 0x7c, 0xc5, 0x25, 0xb6, 0x65, 0x08, 0xbf, 0xca, + 0xeb, 0x29, 0x03, 0xec, 0x12, 0xe3, 0xd4, 0xa7, 0xc4, 0xd3, 0x9b, 0x58, 0xf1, 0xa9, 0x7e, 0x86, + 0x35, 0xec, 0xd0, 0x28, 0x08, 0xe5, 0x7b, 0xe9, 0xbd, 0x82, 0x13, 0xdf, 0xf0, 0x2c, 0x37, 0xe4, + 0x9b, 0x1a, 0x08, 0xeb, 0xe5, 0xf4, 0xde, 0x1e, 0xf9, 0x02, 0x1b, 0xd4, 0x8f, 0x7e, 0x08, 0xa3, + 0xef, 0xa6, 0x8c, 0x4c, 0xf2, 0xd4, 0xa1, 0x56, 0x0b, 0x2b, 0xed, 0x8d, 0xf8, 0x37, 0x37, 0x94, + 0x67, 0x01, 0x1d, 0x85, 0xc1, 0x3a, 0x64, 0xce, 0xab, 0xf8, 0xcb, 0x00, 0xfb, 0x54, 0x3e, 0x82, + 0x37, 0x52, 0xb3, 0xbe, 0x4b, 0x1c, 0x1f, 0xa3, 0x4d, 0x28, 0xf1, 0x20, 0xcd, 0x4b, 0x55, 0x69, + 0x65, 0xb2, 0xbe, 0x58, 0xcb, 0x3a, 0xbe, 0x1a, 0x47, 0x6d, 0x17, 0xbf, 0xf9, 0x76, 0x69, 0x44, + 0x15, 0x08, 0xf9, 0x08, 0xe6, 0xf8, 0x92, 0x1e, 0x69, 0x5b, 0x26, 0xf6, 0xa2, 0xbd, 0xd0, 0x3c, + 0xdc, 0x30, 0x4e, 0x75, 0xcb, 0xd9, 0xdb, 0x65, 0xab, 0x4e, 0xa8, 0xd1, 0x10, 0x55, 0x00, 0xfc, + 0x53, 0xf2, 0xf4, 0x53, 0x8f, 0xfc, 0x1c, 0x3b, 0xf3, 0x85, 0xaa, 0xb4, 0x32, 0xae, 0x26, 0x66, + 0xe4, 0x33, 0xb8, 0xdd, 0xbb, 0xa4, 0x20, 0xfa, 0x43, 0x00, 0x16, 0xe6, 0x47, 0x61, 0x94, 0xe7, + 0xa5, 0xea, 0xe8, 0xca, 0x64, 0xfd, 0xed, 0x34, 0xd9, 0xe4, 0x99, 0xd4, 0x8e, 0x63, 0x63, 0xc1, + 0x3a, 0x01, 0xdf, 0x2f, 0x8e, 0x17, 0x6e, 0x8d, 0xca, 0xfb, 0x30, 0x9b, 0xda, 0x2c, 0x41, 0x5f, + 0x37, 0x4d, 0x0f, 0xfb, 0x7e, 0x44, 0x5f, 0x0c, 0x93, 0x8e, 0x15, 0x52, 0x8e, 0xc9, 0xa7, 0x3d, + 0xb1, 0x88, 0x79, 0x7f, 0x06, 0x53, 0xf1, 0xc6, 0x16, 0xf6, 0x5f, 0x86, 0x79, 0x6a, 0x01, 0x79, + 0x5f, 0x84, 0xe8, 0x31, 0xa6, 0x87, 0xfc, 0x74, 0x06, 0x87, 0xfd, 0x36, 0x94, 0x0c, 0xdb, 0xc2, + 0x0e, 0x15, 0xb4, 0xc5, 0x48, 0xfe, 0xba, 0x00, 0x77, 0xae, 0x2c, 0x26, 0x88, 0xef, 0xc1, 0x84, + 0x1b, 0x9d, 0xc2, 0xcb, 0xb0, 0xee, 0xa2, 0xd1, 0x32, 0x4c, 0x1b, 0x81, 0xe7, 0x61, 0x87, 0x6a, + 0x0c, 0xc3, 0x58, 0x14, 0xd5, 0x29, 0x31, 0xf9, 0x28, 0x9c, 0x43, 0x0f, 0x60, 0x21, 0x4c, 0x62, + 0xcd, 0xc6, 0x0d, 0xaa, 0x51, 0xa2, 0x39, 0xf8, 0x9c, 0x6a, 0x22, 0xff, 0xe6, 0x47, 0x19, 0x60, + 0x2e, 0x34, 0x38, 0xc0, 0x0d, 0xfa, 0x13, 0xf2, 0x63, 0x7c, 0x1e, 0x31, 0x46, 0xf7, 0xe1, 0x4e, + 0x58, 0xc8, 0x9a, 0xad, 0xfb, 0x54, 0x0b, 0x5c, 0x53, 0xa7, 0xd8, 0xd4, 0x4e, 0x6c, 0x62, 0x9c, + 0xcd, 0x17, 0x19, 0x6e, 0x36, 0x7c, 0x7c, 0xa0, 0xfb, 0xf4, 0x09, 0x7f, 0xb8, 0x1d, 0x3e, 0x43, + 0x1b, 0x30, 0xc7, 0x8c, 0x34, 0xd2, 0x48, 0x6f, 0x36, 0xc6, 0x40, 0x88, 0x3d, 0xfc, 0xac, 0x91, + 0xd8, 0x49, 0xfe, 0x25, 0x2c, 0xb0, 0x70, 0xfd, 0x14, 0x7b, 0x56, 0xe3, 0xe2, 0x55, 0xc3, 0x8f, + 0xca, 0x30, 0x1e, 0x05, 0x89, 0x79, 0x38, 0xa1, 0xc6, 0x63, 0x34, 0x0b, 0x63, 0x49, 0x17, 0xf8, + 0x40, 0xfe, 0x4a, 0x82, 0x72, 0x16, 0x03, 0x71, 0x66, 0xb3, 0x30, 0xd6, 0xd6, 0x6d, 0xcb, 0x64, + 0x04, 0xc6, 0x55, 0x3e, 0x40, 0xab, 0x70, 0x2b, 0x74, 0x0d, 0x9b, 0x5a, 0xf7, 0x40, 0x79, 0x40, + 0x6f, 0xf2, 0xf9, 0xb8, 0xda, 0x50, 0x15, 0xa6, 0x8c, 0x40, 0x73, 0xb1, 0x27, 0x0e, 0x8a, 0x6f, + 0x0e, 0x46, 0x70, 0x88, 0x3d, 0x7e, 0x4c, 0x6f, 0x02, 0x88, 0xbe, 0xa4, 0x59, 0x26, 0x0b, 0xd5, + 0x04, 0x3b, 0xea, 0x70, 0x66, 0xcf, 0x14, 0x95, 0xf5, 0x7b, 0x09, 0xee, 0xa6, 0xca, 0x41, 0x10, + 0xdd, 0x39, 0xd5, 0x1d, 0x03, 0x47, 0x01, 0x4b, 0xba, 0x2f, 0xf5, 0xb8, 0xdf, 0xb7, 0xd2, 0x50, + 0x15, 0x26, 0x9b, 0x98, 0xd8, 0xc4, 0x60, 0xed, 0x9f, 0x39, 0x32, 0xa6, 0x26, 0xa7, 0x18, 0xd6, + 0x0e, 0x7c, 0x8a, 0x3d, 0xc6, 0x3f, 0xc4, 0xf2, 0xa1, 0x6c, 0x83, 0x9c, 0x47, 0x4b, 0x44, 0xf1, + 0x53, 0x28, 0x19, 0x6c, 0x86, 0xb3, 0xda, 0xae, 0x85, 0xf9, 0xfc, 0xcf, 0x6f, 0x97, 0xde, 0x69, + 0x5a, 0xf4, 0x34, 0x38, 0xa9, 0x19, 0xa4, 0xa5, 0x88, 0xab, 0x89, 0xff, 0x7b, 0xd7, 0x37, 0xcf, + 0x14, 0x7a, 0xe1, 0x62, 0xbf, 0xb6, 0x8b, 0x0d, 0x55, 0xa0, 0x65, 0x5d, 0xf4, 0x84, 0x27, 0x3e, + 0xf6, 0x58, 0x65, 0xbc, 0x42, 0x83, 0xe9, 0xe6, 0xc3, 0x68, 0x32, 0x1f, 0x9e, 0x8a, 0x66, 0x90, + 0xd8, 0x42, 0x38, 0xf1, 0x18, 0xc6, 0x0d, 0xe2, 0xf8, 0x41, 0x4b, 0x04, 0xf7, 0x9a, 0xd5, 0x1b, + 0x83, 0xc3, 0x8d, 0x5b, 0xfa, 0xf9, 0xce, 0x13, 0x51, 0xb4, 0x7c, 0x20, 0x7f, 0x0c, 0x4b, 0x6c, + 0xe3, 0xe3, 0xf0, 0xca, 0x36, 0xe2, 0x04, 0x3a, 0xb0, 0x7c, 0x3a, 0xb0, 0x1e, 0xe4, 0x16, 0x54, + 0xfb, 0x83, 0x5f, 0x7b, 0xfb, 0x91, 0x8f, 0xe0, 0x3b, 0x6c, 0xbb, 0x47, 0x8d, 0x06, 0x36, 0xa8, + 0xd5, 0xc6, 0x87, 0xec, 0x5e, 0x4f, 0xa4, 0x61, 0x2a, 0x52, 0x13, 0x09, 0xe7, 0x6f, 0x43, 0x29, + 0xec, 0x1d, 0xf1, 0x71, 0x88, 0x51, 0x98, 0xe0, 0x8b, 0xd9, 0x6b, 0x0a, 0xfa, 0x75, 0x28, 0x71, + 0xf5, 0x20, 0x82, 0x5f, 0xee, 0xb9, 0x57, 0x43, 0x7d, 0x51, 0x13, 0x18, 0x61, 0x89, 0x7e, 0x00, + 0x33, 0x2e, 0x76, 0x4c, 0xcb, 0x69, 0x6a, 0x02, 0x5b, 0x18, 0x88, 0x9d, 0x16, 0x08, 0x3e, 0x94, + 0xff, 0x27, 0x89, 0x86, 0x7e, 0x6c, 0x9e, 0xf5, 0x36, 0x87, 0xc7, 0x70, 0x23, 0xea, 0x70, 0x9c, + 0xd3, 0xbb, 0xd9, 0x77, 0x7d, 0x9f, 0x0b, 0x41, 0x8d, 0xd0, 0x68, 0x0e, 0x4a, 0x2d, 0xfd, 0x5c, + 0x33, 0x82, 0x64, 0x4a, 0x04, 0x68, 0x1d, 0x8a, 0x61, 0x74, 0x58, 0x82, 0x4e, 0xd6, 0xef, 0xa4, + 0x17, 0x67, 0x4a, 0xeb, 0xd8, 0xc5, 0x86, 0xca, 0x8c, 0xd0, 0x1e, 0xdc, 0x8c, 0x64, 0x8b, 0x26, + 0x04, 0x48, 0x91, 0xe1, 0xaa, 0x69, 0x5c, 0xac, 0x6d, 0xda, 0x1b, 0x42, 0x84, 0xa8, 0x33, 0xd1, + 0x1c, 0x1f, 0xcb, 0xdf, 0xeb, 0xe9, 0x35, 0x3f, 0x22, 0x0e, 0x3d, 0xb5, 0x2f, 0x0e, 0xf5, 0x0b, + 0x12, 0xd0, 0x21, 0x7a, 0x8d, 0x7c, 0x06, 0xe8, 0x38, 0x21, 0xca, 0x38, 0x10, 0xc9, 0x30, 0x95, + 0x94, 0x6a, 0x02, 0x95, 0x9a, 0x43, 0x0b, 0x30, 0xce, 0x72, 0x3a, 0x6c, 0x85, 0xa9, 0x7a, 0x35, + 0xc3, 0xcc, 0xd1, 0x5b, 0x24, 0x70, 0xa8, 0x28, 0x58, 0x31, 0x92, 0x7f, 0xd1, 0xd3, 0x82, 0x7a, + 0xd8, 0x76, 0x1b, 0x39, 0x25, 0x54, 0xb7, 0xd9, 0xae, 0x45, 0x95, 0x0f, 0xd0, 0x36, 0xdc, 0x30, + 0x31, 0xd5, 0x2d, 0xdb, 0x9f, 0x2f, 0xb0, 0x8a, 0x58, 0xc9, 0x3e, 0xc1, 0xab, 0xde, 0xa8, 0x11, + 0x50, 0xde, 0x85, 0x99, 0x6e, 0xf7, 0x63, 0x8e, 0xe6, 0xb5, 0xe1, 0xae, 0x17, 0x85, 0x94, 0x17, + 0x5f, 0xc0, 0xf4, 0x0e, 0x2f, 0x66, 0xb1, 0x48, 0x32, 0x12, 0x52, 0x3a, 0x12, 0x0f, 0xc3, 0xbc, + 0x0b, 0x8d, 0x22, 0xd6, 0x6f, 0xf5, 0xd1, 0x98, 0x29, 0x5a, 0x6a, 0x04, 0x92, 0x77, 0xe0, 0x6d, + 0x9e, 0xd2, 0x09, 0xaf, 0xfa, 0x9d, 0x71, 0xbf, 0x42, 0x96, 0x3b, 0xf0, 0xce, 0xa0, 0x45, 0x72, + 0x43, 0xff, 0x49, 0x6f, 0xe8, 0x97, 0xb3, 0x9d, 0x48, 0x45, 0xa5, 0x1b, 0xf5, 0x8a, 0x68, 0x17, + 0x71, 0xaf, 0x63, 0x97, 0xe9, 0x4e, 0x10, 0xa9, 0x73, 0x0d, 0xde, 0xec, 0xf3, 0x5c, 0xb0, 0x7a, + 0x08, 0x45, 0xcb, 0x69, 0x10, 0xd1, 0x09, 0x07, 0x44, 0x70, 0x27, 0xd8, 0x73, 0x1a, 0x44, 0x34, + 0x42, 0x86, 0x93, 0xb7, 0xba, 0xc7, 0xce, 0x9f, 0xe6, 0x1e, 0xfb, 0x0c, 0x14, 0xe2, 0xea, 0x2e, + 0x18, 0x41, 0xfd, 0x19, 0x82, 0x31, 0xc6, 0x0f, 0xfd, 0x5a, 0x82, 0x12, 0xaf, 0x3b, 0xb4, 0x92, + 0xd3, 0x3e, 0x52, 0xef, 0x1e, 0xe5, 0xd5, 0x21, 0x2c, 0xb9, 0x9f, 0xf2, 0x5b, 0xbf, 0xfa, 0xfb, + 0x7f, 0x7e, 0x5b, 0xa8, 0xa0, 0x45, 0x25, 0xe7, 0x85, 0x0e, 0xfd, 0x41, 0x82, 0x89, 0xae, 0x68, + 0x59, 0xcf, 0x5b, 0xbe, 0xe7, 0xdd, 0xa4, 0x7c, 0x6f, 0x38, 0x63, 0x41, 0x67, 0x83, 0xd1, 0x59, + 0x47, 0xab, 0x7d, 0xe8, 0x44, 0x00, 0xe5, 0x52, 0xdc, 0x6d, 0x1d, 0xf4, 0x47, 0x09, 0xc6, 0xa3, + 0x85, 0xd0, 0xda, 0x10, 0xbb, 0x45, 0xcc, 0xd6, 0x87, 0xb2, 0x15, 0xc4, 0x36, 0x19, 0xb1, 0x0f, + 0x50, 0x3d, 0x9f, 0x98, 0x72, 0x29, 0x94, 0x45, 0x27, 0xc1, 0xf0, 0x4f, 0x12, 0x40, 0xb7, 0xbf, + 0xa3, 0x7b, 0x43, 0x5e, 0x03, 0x9c, 0xe5, 0xf5, 0x2e, 0x0d, 0x79, 0x8b, 0xf1, 0xfc, 0x10, 0x7d, + 0x90, 0xcd, 0xb3, 0x89, 0x63, 0xd9, 0xdd, 0x25, 0xa8, 0x5c, 0x72, 0x7d, 0xdc, 0x41, 0x7f, 0x95, + 0x60, 0x3a, 0xa5, 0x74, 0x91, 0x92, 0xb3, 0x7d, 0x96, 0x2a, 0x2f, 0xbf, 0x37, 0x3c, 0x40, 0x50, + 0x56, 0x19, 0xe5, 0x03, 0xb4, 0x9f, 0x4d, 0xb9, 0xcd, 0x40, 0x39, 0xac, 0x95, 0xcb, 0x28, 0xfa, + 0x1d, 0xe5, 0x92, 0xc9, 0xb4, 0x0e, 0xfa, 0xaf, 0x04, 0x73, 0x99, 0xa2, 0x13, 0x7d, 0x34, 0xc4, + 0xa9, 0x67, 0xa9, 0xe7, 0xf2, 0x83, 0xeb, 0x03, 0x85, 0x83, 0x27, 0xcc, 0xc1, 0x9f, 0xa1, 0xcf, + 0xf3, 0x73, 0x27, 0x72, 0x51, 0xe3, 0x72, 0x36, 0xe5, 0x56, 0xd7, 0xe9, 0x84, 0xf0, 0x66, 0x21, + 0x60, 0x42, 0xbb, 0x83, 0xbe, 0x92, 0x60, 0x22, 0x16, 0xa5, 0xb9, 0x15, 0xda, 0xab, 0x8e, 0x73, + 0x2b, 0xf4, 0x8a, 0xce, 0x1d, 0x94, 0x60, 0x81, 0x1f, 0xbe, 0xcb, 0x84, 0x88, 0xcc, 0x52, 0xf8, + 0x8b, 0x04, 0x6f, 0x64, 0xa8, 0x50, 0x74, 0x3f, 0x87, 0x43, 0x7f, 0xc9, 0x5b, 0xfe, 0xf0, 0xba, + 0x30, 0xe1, 0xc4, 0x27, 0xcc, 0x89, 0x8f, 0xd0, 0xfd, 0x6c, 0x27, 0x7c, 0x06, 0xed, 0xbe, 0xbd, + 0x69, 0xb6, 0xe5, 0xd3, 0x84, 0x17, 0x7f, 0x96, 0xe0, 0x66, 0x8f, 0x10, 0x45, 0x1b, 0x39, 0x54, + 0xb2, 0x85, 0x70, 0xb9, 0x7e, 0x1d, 0x88, 0x60, 0xbe, 0xcd, 0x98, 0x6f, 0xa1, 0xcd, 0x6c, 0xe6, + 0x38, 0x82, 0x09, 0x45, 0xab, 0x5c, 0x46, 0x37, 0x72, 0x47, 0xb9, 0xe4, 0x5a, 0xba, 0x83, 0xfe, + 0x96, 0x28, 0x8e, 0xd4, 0x9d, 0x3c, 0x54, 0x71, 0x64, 0x49, 0x81, 0xa1, 0x8a, 0x23, 0xf3, 0xfa, + 0x97, 0xbf, 0xcf, 0x1c, 0xda, 0x44, 0x0f, 0x06, 0x14, 0x47, 0x8b, 0xa3, 0x35, 0xae, 0x52, 0x12, + 0xc5, 0x81, 0xfe, 0x25, 0xc1, 0x42, 0x5f, 0x99, 0x81, 0x3e, 0xce, 0x4b, 0x91, 0x01, 0x0a, 0xa7, + 0xbc, 0xf5, 0x72, 0x60, 0xe1, 0xda, 0x2e, 0x73, 0xed, 0x21, 0xda, 0xea, 0x93, 0x65, 0x89, 0x05, + 0xae, 0xb8, 0x17, 0x1f, 0x1b, 0xfa, 0x9d, 0x04, 0xd0, 0x7d, 0xbb, 0x78, 0x8d, 0xb7, 0xc7, 0xd5, + 0x57, 0x16, 0x79, 0x95, 0x31, 0x5e, 0x46, 0x77, 0xfb, 0x30, 0x36, 0xcf, 0xa2, 0x26, 0x85, 0xbe, + 0x96, 0xe0, 0x56, 0xaf, 0x7a, 0x42, 0xf5, 0x61, 0x2e, 0xfb, 0xb4, 0x14, 0x2b, 0xbf, 0x7f, 0x2d, + 0x8c, 0x20, 0xfa, 0x1e, 0x23, 0xba, 0x86, 0x56, 0x06, 0xe8, 0x04, 0xfe, 0x59, 0x45, 0x33, 0x82, + 0xed, 0xdd, 0x6f, 0x9e, 0x57, 0xa4, 0x67, 0xcf, 0x2b, 0xd2, 0xbf, 0x9f, 0x57, 0xa4, 0xdf, 0xbc, + 0xa8, 0x8c, 0x3c, 0x7b, 0x51, 0x19, 0xf9, 0xc7, 0x8b, 0xca, 0xc8, 0xe7, 0x6b, 0x89, 0xcf, 0x0c, + 0xa9, 0xd5, 0xda, 0x75, 0xe5, 0x3c, 0x5e, 0x92, 0x7d, 0x6e, 0x38, 0x29, 0xb1, 0x4f, 0xbe, 0xef, + 0xff, 0x3f, 0x00, 0x00, 0xff, 0xff, 0x1a, 0x9c, 0x9b, 0xe8, 0x97, 0x17, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/pairing/types/relay.pb.go b/x/pairing/types/relay.pb.go index 85898eef1c..a5b9c357bc 100644 --- a/x/pairing/types/relay.pb.go +++ b/x/pairing/types/relay.pb.go @@ -818,83 +818,83 @@ func init() { func init() { proto.RegisterFile("lavanet/lava/pairing/relay.proto", fileDescriptor_a61d253b10eeeb9e) } var fileDescriptor_a61d253b10eeeb9e = []byte{ - // 1206 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0xdd, 0x6e, 0x1b, 0x45, - 0x14, 0xf6, 0xfa, 0x27, 0xb6, 0x8f, 0xb7, 0x69, 0x99, 0x36, 0xad, 0x95, 0x0a, 0xc7, 0x5d, 0xa4, - 0x34, 0x42, 0x60, 0x43, 0x40, 0x5c, 0x20, 0x21, 0xb5, 0xa6, 0x11, 0x04, 0x0a, 0x4d, 0x37, 0x70, - 0x13, 0x09, 0x6d, 0xc7, 0xbb, 0x93, 0xcd, 0xd0, 0xf5, 0xce, 0x66, 0x66, 0xd6, 0xc4, 0xbc, 0x00, - 0x57, 0x48, 0x3c, 0x04, 0x4f, 0xc0, 0x43, 0x54, 0xbd, 0xec, 0x25, 0x42, 0x22, 0x42, 0xc9, 0x1b, - 0x20, 0x1e, 0x00, 0xcd, 0x8f, 0xff, 0x12, 0x27, 0x28, 0xc0, 0xd5, 0xce, 0x7c, 0x73, 0xf6, 0x9c, - 0x33, 0xdf, 0x39, 0xe7, 0xdb, 0x85, 0x76, 0x82, 0x87, 0x38, 0x25, 0xb2, 0xab, 0x9e, 0xdd, 0x0c, - 0x53, 0x4e, 0xd3, 0xb8, 0xcb, 0x49, 0x82, 0x47, 0x9d, 0x8c, 0x33, 0xc9, 0xd0, 0x2d, 0x6b, 0xd1, - 0x51, 0xcf, 0x8e, 0xb5, 0x58, 0xbd, 0x15, 0xb3, 0x98, 0x69, 0x83, 0xae, 0x5a, 0x19, 0xdb, 0xd5, - 0x56, 0xcc, 0x58, 0x9c, 0x90, 0xae, 0xde, 0xf5, 0xf3, 0xfd, 0xee, 0x77, 0x1c, 0x67, 0x19, 0xe1, - 0xc2, 0x9e, 0xaf, 0x9d, 0x3d, 0x97, 0x74, 0x40, 0x84, 0xc4, 0x83, 0xcc, 0x18, 0x78, 0xcf, 0xc0, - 0xdd, 0xe1, 0xac, 0x4f, 0x7c, 0x72, 0x98, 0x13, 0x21, 0x11, 0x82, 0x72, 0x9c, 0xd3, 0xa8, 0xe9, - 0xb4, 0x9d, 0x8d, 0xb2, 0xaf, 0xd7, 0xe8, 0x0e, 0x54, 0x45, 0x46, 0xc2, 0x80, 0x46, 0xcd, 0x62, - 0xdb, 0xd9, 0xa8, 0xfb, 0x4b, 0x6a, 0xbb, 0x1d, 0xa1, 0x37, 0xe0, 0x1a, 0xce, 0x68, 0x40, 0x53, - 0x49, 0xf8, 0x3e, 0x0e, 0x49, 0xb3, 0xa4, 0x8f, 0x5d, 0x9c, 0xd1, 0xed, 0x31, 0xe6, 0xbd, 0x70, - 0x00, 0x6c, 0x88, 0x2c, 0x19, 0x2d, 0x0c, 0x70, 0x0f, 0xdc, 0x04, 0x4b, 0x22, 0x64, 0xd0, 0x4f, - 0x58, 0xf8, 0x5c, 0x47, 0x29, 0xf9, 0x0d, 0x83, 0xf5, 0x14, 0x84, 0x3e, 0x80, 0x3b, 0xfb, 0x34, - 0xc5, 0x09, 0xfd, 0x9e, 0x44, 0xc6, 0x4a, 0x04, 0x07, 0x58, 0x1c, 0x10, 0xa1, 0x83, 0xba, 0xfe, - 0xca, 0xe4, 0x58, 0xbf, 0x20, 0x3e, 0xd5, 0x87, 0xe8, 0x75, 0x00, 0x45, 0x63, 0x40, 0x32, 0x16, - 0x1e, 0x34, 0xcb, 0x3a, 0x68, 0x5d, 0x21, 0x5b, 0x0a, 0x40, 0x6f, 0xc2, 0x6b, 0xfa, 0x78, 0x2e, - 0x7c, 0x45, 0x5b, 0x5d, 0x57, 0x07, 0x8f, 0xa7, 0x29, 0x78, 0x2f, 0xca, 0xe0, 0xfa, 0xaa, 0x4e, - 0xbb, 0x44, 0x08, 0xca, 0xd2, 0x59, 0x5e, 0x9c, 0x39, 0x5e, 0xee, 0x81, 0x1b, 0xb2, 0x54, 0x92, - 0x54, 0xea, 0x1c, 0xf5, 0x7d, 0x5c, 0xbf, 0x61, 0x31, 0x95, 0x99, 0xca, 0x4b, 0x18, 0x37, 0xea, - 0xf5, 0x92, 0xc9, 0xcb, 0x22, 0xdb, 0x11, 0x5a, 0x81, 0xa5, 0x30, 0x0f, 0x44, 0x3e, 0xb0, 0x29, - 0x57, 0xc2, 0x7c, 0x37, 0x1f, 0xa0, 0x55, 0xa8, 0x65, 0x9c, 0x0d, 0x69, 0x44, 0xb8, 0xce, 0xb2, - 0xee, 0x4f, 0xf6, 0xe8, 0x2e, 0xd4, 0x75, 0x17, 0x05, 0x69, 0x3e, 0x68, 0x2e, 0xe9, 0xb7, 0x6a, - 0x1a, 0xf8, 0x32, 0x1f, 0xa0, 0xcf, 0x01, 0x0e, 0x99, 0x08, 0x38, 0xc9, 0x18, 0x97, 0xcd, 0x6a, - 0xdb, 0xd9, 0x68, 0x6c, 0xbe, 0xd5, 0x59, 0xd4, 0x68, 0x9d, 0xa7, 0x39, 0x4e, 0xa8, 0x1c, 0x3d, - 0xd9, 0xdf, 0x25, 0x7c, 0x48, 0x43, 0x55, 0x36, 0xc6, 0xa5, 0x5f, 0x3f, 0x64, 0xc2, 0x2c, 0xd1, - 0x2d, 0xa8, 0x18, 0x3a, 0x6b, 0xba, 0x4e, 0x66, 0x83, 0xbe, 0x81, 0xdb, 0x79, 0xca, 0x89, 0xc8, - 0x58, 0x2a, 0xe8, 0x90, 0x04, 0xe3, 0xc4, 0x44, 0xb3, 0xde, 0x2e, 0x6d, 0x34, 0x36, 0xd7, 0x17, - 0x87, 0x33, 0x3e, 0x49, 0xb4, 0x63, 0xcd, 0xfd, 0x95, 0x59, 0x2f, 0x63, 0x54, 0x20, 0x0f, 0xae, - 0xe9, 0x4a, 0x85, 0x07, 0x98, 0x6a, 0xce, 0x40, 0xdf, 0xbf, 0xa1, 0xc0, 0x8f, 0x15, 0xb6, 0x1d, - 0xa1, 0x1b, 0x50, 0x12, 0x34, 0x6e, 0x36, 0x34, 0xdd, 0x6a, 0x89, 0xde, 0x85, 0x4a, 0x1f, 0x47, - 0x31, 0x69, 0xba, 0xfa, 0xca, 0x77, 0x17, 0xe7, 0xd0, 0x53, 0x26, 0xbe, 0xb1, 0x44, 0xcf, 0x60, - 0x45, 0x51, 0x45, 0x8e, 0x42, 0x92, 0x24, 0x24, 0x0d, 0xc9, 0x98, 0xb5, 0x6b, 0xff, 0x82, 0xb5, - 0x9b, 0x87, 0x4c, 0x6c, 0x4d, 0x3c, 0x19, 0x50, 0x4d, 0x44, 0x45, 0x87, 0x54, 0x03, 0x14, 0xe6, - 0x01, 0x4e, 0x12, 0x16, 0x62, 0x49, 0x59, 0x6a, 0xa7, 0xc2, 0x0d, 0xf3, 0x87, 0x13, 0x6c, 0x4a, - 0x77, 0xd1, 0xb4, 0x82, 0xa1, 0xbb, 0x09, 0x55, 0x1c, 0x45, 0x9c, 0x08, 0x61, 0xa7, 0x6e, 0xbc, - 0x3d, 0xcf, 0x54, 0xf9, 0x3c, 0x53, 0x6b, 0xd0, 0xc8, 0x38, 0xfb, 0x96, 0x84, 0x32, 0x50, 0x8c, - 0x55, 0x34, 0x63, 0x60, 0xa1, 0x5d, 0x1a, 0xab, 0xcc, 0x86, 0x94, 0xcb, 0x1c, 0x27, 0x76, 0x74, - 0x4c, 0x47, 0xb9, 0x16, 0xd4, 0xd3, 0xe3, 0xfd, 0x5e, 0x84, 0x1b, 0x7a, 0x22, 0x76, 0x38, 0x1d, - 0x62, 0x49, 0x1e, 0x61, 0x89, 0xd1, 0x7d, 0xb8, 0x1e, 0xb2, 0x34, 0x25, 0xa1, 0x4a, 0x3e, 0x90, - 0xa3, 0x8c, 0xd8, 0xe9, 0x58, 0x9e, 0xc2, 0x5f, 0x8d, 0x32, 0xa2, 0xc6, 0x47, 0xa9, 0x47, 0xce, - 0x93, 0xb1, 0xac, 0xe0, 0x8c, 0x7e, 0xcd, 0x13, 0x25, 0x11, 0x11, 0x96, 0xd8, 0x0e, 0xb6, 0x5e, - 0xab, 0x7c, 0xb8, 0x91, 0x28, 0x3b, 0xa4, 0x65, 0xdd, 0x7b, 0xae, 0x05, 0x8d, 0x48, 0x9c, 0xd3, - 0xa3, 0xca, 0x79, 0x3d, 0x52, 0xde, 0x05, 0x4e, 0xa4, 0xbe, 0x90, 0xeb, 0xeb, 0x35, 0x7a, 0x00, - 0xb5, 0x01, 0x91, 0x58, 0x47, 0xad, 0xea, 0x6e, 0x6d, 0x2d, 0x2e, 0xf3, 0x17, 0xd6, 0xaa, 0x57, - 0x7e, 0x79, 0xbc, 0x56, 0xf0, 0x27, 0x6f, 0xa9, 0x22, 0xe1, 0x28, 0x62, 0xa9, 0x9e, 0x89, 0xba, - 0x6f, 0x36, 0xa8, 0x05, 0x40, 0x8e, 0x24, 0x49, 0xd5, 0x54, 0x9b, 0x39, 0xa8, 0xfb, 0x33, 0x88, - 0x51, 0x01, 0x92, 0xda, 0x2b, 0x81, 0xbe, 0x52, 0x5d, 0x21, 0x46, 0x71, 0x7e, 0x74, 0x14, 0xbf, - 0xf3, 0xf3, 0x31, 0x5b, 0x78, 0x67, 0xbe, 0xf0, 0xeb, 0xb0, 0x1c, 0x51, 0x31, 0x65, 0x59, 0xd8, - 0x8e, 0x39, 0x83, 0xa2, 0xdb, 0xb0, 0x44, 0x38, 0x67, 0x5c, 0x58, 0xdd, 0xb1, 0x3b, 0xd5, 0x14, - 0x93, 0xcf, 0x43, 0x20, 0x2c, 0xc3, 0x30, 0x81, 0x76, 0xbd, 0xf7, 0xa1, 0x36, 0x26, 0x40, 0xd1, - 0x98, 0xe2, 0xc1, 0xb8, 0xb6, 0x7a, 0xad, 0x48, 0x18, 0xe2, 0x24, 0x27, 0xb6, 0x9e, 0x66, 0xe3, - 0xfd, 0xec, 0x58, 0xdd, 0x1c, 0x7f, 0x63, 0x3e, 0x51, 0xb5, 0x54, 0x4a, 0x65, 0xf5, 0x4e, 0xfb, - 0x68, 0x6c, 0x7a, 0x17, 0x09, 0xc4, 0x54, 0x72, 0x55, 0xbd, 0x67, 0x04, 0x78, 0x0b, 0xc0, 0x38, - 0xd2, 0x85, 0x2b, 0x6a, 0x2f, 0xeb, 0x97, 0x78, 0x99, 0x69, 0x53, 0xdf, 0x88, 0xa5, 0x5a, 0x7e, - 0x56, 0xae, 0x95, 0x6e, 0x94, 0xbd, 0xbf, 0x1c, 0x00, 0x9b, 0xa6, 0xfd, 0x4e, 0x69, 0xaf, 0xce, - 0x4c, 0x13, 0x5a, 0x7d, 0x29, 0x4e, 0xf5, 0xe5, 0xec, 0x97, 0xab, 0x7c, 0xa5, 0x2f, 0x57, 0xe5, - 0x1f, 0xbe, 0x5c, 0x82, 0xc6, 0xf6, 0x0d, 0xdb, 0xad, 0x75, 0x41, 0x63, 0x63, 0xf4, 0xdf, 0x5b, - 0xd6, 0x5e, 0xfb, 0x97, 0x22, 0xdc, 0x5e, 0x2c, 0x5e, 0x68, 0x0f, 0xaa, 0xea, 0x22, 0x69, 0x38, - 0x32, 0x55, 0xee, 0x3d, 0x50, 0x1e, 0x7e, 0x3b, 0x5e, 0x5b, 0x8f, 0xa9, 0x3c, 0xc8, 0xfb, 0x9d, - 0x90, 0x0d, 0xba, 0x21, 0x13, 0x03, 0x26, 0xec, 0xe3, 0x6d, 0x11, 0x3d, 0xef, 0xaa, 0x91, 0x17, - 0x9d, 0x47, 0x24, 0xfc, 0xf3, 0x78, 0x6d, 0x79, 0x84, 0x07, 0xc9, 0x87, 0xde, 0x63, 0xe3, 0xc6, - 0xf3, 0xc7, 0x0e, 0x11, 0x05, 0x17, 0x0f, 0x31, 0x4d, 0x70, 0x9f, 0xaa, 0xd0, 0xa6, 0x63, 0x7a, - 0x5b, 0x57, 0x0e, 0x70, 0xd3, 0x04, 0x98, 0xf5, 0xe5, 0xf9, 0x73, 0xae, 0xd1, 0x53, 0x28, 0x8b, - 0x51, 0x1a, 0x1a, 0x99, 0xec, 0x7d, 0x74, 0xe5, 0x10, 0x0d, 0x13, 0x42, 0xf9, 0xf0, 0x7c, 0xed, - 0x6a, 0xf3, 0x87, 0x22, 0x54, 0x75, 0xaf, 0x10, 0x8e, 0x9e, 0x40, 0x45, 0x2f, 0xd1, 0x65, 0xfd, - 0x6b, 0x5b, 0x7f, 0xb5, 0x7d, 0xa9, 0x4d, 0x96, 0x8c, 0xbc, 0x02, 0xda, 0x83, 0x65, 0xd3, 0xf3, - 0x79, 0x5f, 0x84, 0x9c, 0xf6, 0xc9, 0xff, 0xe5, 0xf9, 0x1d, 0x47, 0x25, 0xab, 0xff, 0xc5, 0x2e, - 0x72, 0x39, 0xfb, 0x2f, 0x78, 0x91, 0xcb, 0xe9, 0xcf, 0x9c, 0x57, 0xe8, 0x3d, 0x7c, 0x79, 0xd2, - 0x72, 0x5e, 0x9d, 0xb4, 0x9c, 0x3f, 0x4e, 0x5a, 0xce, 0x4f, 0xa7, 0xad, 0xc2, 0xab, 0xd3, 0x56, - 0xe1, 0xd7, 0xd3, 0x56, 0x61, 0xef, 0xfe, 0x0c, 0xc1, 0x73, 0xff, 0xbc, 0x47, 0x93, 0xbf, 0x5e, - 0xcd, 0x72, 0x7f, 0x49, 0xff, 0x89, 0xbe, 0xf7, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0xda, 0x6e, - 0xf9, 0x4b, 0x1a, 0x0b, 0x00, 0x00, + // 1210 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0xdd, 0x6e, 0x1b, 0xc5, + 0x17, 0xf7, 0xfa, 0x23, 0xb6, 0x8f, 0xb7, 0x69, 0xff, 0xd3, 0xa6, 0xb5, 0x52, 0xfd, 0x1d, 0x77, + 0x91, 0x42, 0x54, 0x81, 0x0d, 0x01, 0x71, 0x81, 0x84, 0x54, 0x4c, 0x22, 0x08, 0x14, 0x9a, 0x6e, + 0xe0, 0x26, 0x12, 0xda, 0x8e, 0x77, 0x27, 0x9b, 0xa1, 0xeb, 0x9d, 0xcd, 0xcc, 0xac, 0x89, 0x79, + 0x01, 0xae, 0x90, 0x78, 0x08, 0x9e, 0x80, 0x87, 0xa8, 0x7a, 0xd9, 0x4b, 0x84, 0x44, 0x84, 0x92, + 0x37, 0x40, 0x3c, 0x00, 0x9a, 0x0f, 0x7f, 0x25, 0x4e, 0x50, 0x80, 0xab, 0x9d, 0xf9, 0xcd, 0xd9, + 0x73, 0xce, 0xfc, 0xce, 0x39, 0xbf, 0x5d, 0x68, 0x27, 0x78, 0x88, 0x53, 0x22, 0xbb, 0xea, 0xd9, + 0xcd, 0x30, 0xe5, 0x34, 0x8d, 0xbb, 0x9c, 0x24, 0x78, 0xd4, 0xc9, 0x38, 0x93, 0x0c, 0xdd, 0xb1, + 0x16, 0x1d, 0xf5, 0xec, 0x58, 0x8b, 0xd5, 0x3b, 0x31, 0x8b, 0x99, 0x36, 0xe8, 0xaa, 0x95, 0xb1, + 0x5d, 0x6d, 0xc5, 0x8c, 0xc5, 0x09, 0xe9, 0xea, 0x5d, 0x3f, 0x3f, 0xe8, 0x7e, 0xcb, 0x71, 0x96, + 0x11, 0x2e, 0xec, 0xf9, 0xda, 0xf9, 0x73, 0x49, 0x07, 0x44, 0x48, 0x3c, 0xc8, 0x8c, 0x81, 0xf7, + 0x0c, 0xdc, 0x5d, 0xce, 0xfa, 0xc4, 0x27, 0x47, 0x39, 0x11, 0x12, 0x21, 0x28, 0xc7, 0x39, 0x8d, + 0x9a, 0x4e, 0xdb, 0xd9, 0x28, 0xfb, 0x7a, 0x8d, 0xee, 0x41, 0x55, 0x64, 0x24, 0x0c, 0x68, 0xd4, + 0x2c, 0xb6, 0x9d, 0x8d, 0xba, 0xbf, 0xa4, 0xb6, 0x3b, 0x11, 0x7a, 0x0d, 0x6e, 0xe0, 0x8c, 0x06, + 0x34, 0x95, 0x84, 0x1f, 0xe0, 0x90, 0x34, 0x4b, 0xfa, 0xd8, 0xc5, 0x19, 0xdd, 0x19, 0x63, 0xde, + 0x0b, 0x07, 0xc0, 0x86, 0xc8, 0x92, 0xd1, 0xc2, 0x00, 0x0f, 0xc0, 0x4d, 0xb0, 0x24, 0x42, 0x06, + 0xfd, 0x84, 0x85, 0xcf, 0x75, 0x94, 0x92, 0xdf, 0x30, 0x58, 0x4f, 0x41, 0xe8, 0x3d, 0xb8, 0x77, + 0x40, 0x53, 0x9c, 0xd0, 0xef, 0x48, 0x64, 0xac, 0x44, 0x70, 0x88, 0xc5, 0x21, 0x11, 0x3a, 0xa8, + 0xeb, 0xaf, 0x4c, 0x8e, 0xf5, 0x0b, 0xe2, 0x13, 0x7d, 0x88, 0xfe, 0x0f, 0xa0, 0x68, 0x0c, 0x48, + 0xc6, 0xc2, 0xc3, 0x66, 0x59, 0x07, 0xad, 0x2b, 0x64, 0x5b, 0x01, 0xe8, 0x21, 0xfc, 0x4f, 0x1f, + 0xcf, 0x85, 0xaf, 0x68, 0xab, 0x9b, 0xea, 0xe0, 0xf1, 0x34, 0x05, 0xef, 0x45, 0x19, 0x5c, 0x5f, + 0xd5, 0x69, 0x8f, 0x08, 0x41, 0x59, 0x3a, 0xcb, 0x8b, 0x33, 0xc7, 0xcb, 0x03, 0x70, 0x43, 0x96, + 0x4a, 0x92, 0x4a, 0x9d, 0xa3, 0xbe, 0x8f, 0xeb, 0x37, 0x2c, 0xa6, 0x32, 0x53, 0x79, 0x09, 0xe3, + 0x46, 0xbd, 0x5e, 0x32, 0x79, 0x59, 0x64, 0x27, 0x42, 0x2b, 0xb0, 0x14, 0xe6, 0x81, 0xc8, 0x07, + 0x36, 0xe5, 0x4a, 0x98, 0xef, 0xe5, 0x03, 0xb4, 0x0a, 0xb5, 0x8c, 0xb3, 0x21, 0x8d, 0x08, 0xd7, + 0x59, 0xd6, 0xfd, 0xc9, 0x1e, 0xdd, 0x87, 0xba, 0xee, 0xa2, 0x20, 0xcd, 0x07, 0xcd, 0x25, 0xfd, + 0x56, 0x4d, 0x03, 0x5f, 0xe4, 0x03, 0xf4, 0x19, 0xc0, 0x11, 0x13, 0x01, 0x27, 0x19, 0xe3, 0xb2, + 0x59, 0x6d, 0x3b, 0x1b, 0x8d, 0xcd, 0x37, 0x3a, 0x8b, 0x1a, 0xad, 0xf3, 0x34, 0xc7, 0x09, 0x95, + 0xa3, 0x27, 0x07, 0x7b, 0x84, 0x0f, 0x69, 0xa8, 0xca, 0xc6, 0xb8, 0xf4, 0xeb, 0x47, 0x4c, 0x98, + 0x25, 0xba, 0x03, 0x15, 0x43, 0x67, 0x4d, 0xd7, 0xc9, 0x6c, 0xd0, 0xd7, 0x70, 0x37, 0x4f, 0x39, + 0x11, 0x19, 0x4b, 0x05, 0x1d, 0x92, 0x60, 0x9c, 0x98, 0x68, 0xd6, 0xdb, 0xa5, 0x8d, 0xc6, 0xe6, + 0xfa, 0xe2, 0x70, 0xc6, 0x27, 0x89, 0x76, 0xad, 0xb9, 0xbf, 0x32, 0xeb, 0x65, 0x8c, 0x0a, 0xe4, + 0xc1, 0x0d, 0x5d, 0xa9, 0xf0, 0x10, 0x53, 0xcd, 0x19, 0xe8, 0xfb, 0x37, 0x14, 0xf8, 0x91, 0xc2, + 0x76, 0x22, 0x74, 0x0b, 0x4a, 0x82, 0xc6, 0xcd, 0x86, 0xa6, 0x5b, 0x2d, 0xd1, 0xdb, 0x50, 0xe9, + 0xe3, 0x28, 0x26, 0x4d, 0x57, 0x5f, 0xf9, 0xfe, 0xe2, 0x1c, 0x7a, 0xca, 0xc4, 0x37, 0x96, 0xe8, + 0x19, 0xac, 0x28, 0xaa, 0xc8, 0x71, 0x48, 0x92, 0x84, 0xa4, 0x21, 0x19, 0xb3, 0x76, 0xe3, 0x1f, + 0xb0, 0x76, 0xfb, 0x88, 0x89, 0xed, 0x89, 0x27, 0x03, 0xaa, 0x89, 0xa8, 0xe8, 0x90, 0x6a, 0x80, + 0xc2, 0x3c, 0xc0, 0x49, 0xc2, 0x42, 0x2c, 0x29, 0x4b, 0xed, 0x54, 0xb8, 0x61, 0xfe, 0xe1, 0x04, + 0x9b, 0xd2, 0x5d, 0x34, 0xad, 0x60, 0xe8, 0x6e, 0x42, 0x15, 0x47, 0x11, 0x27, 0x42, 0xd8, 0xa9, + 0x1b, 0x6f, 0x2f, 0x32, 0x55, 0xbe, 0xc8, 0xd4, 0x1a, 0x34, 0x32, 0xce, 0xbe, 0x21, 0xa1, 0x0c, + 0x14, 0x63, 0x15, 0xcd, 0x18, 0x58, 0x68, 0x8f, 0xc6, 0x2a, 0xb3, 0x21, 0xe5, 0x32, 0xc7, 0x89, + 0x1d, 0x1d, 0xd3, 0x51, 0xae, 0x05, 0xf5, 0xf4, 0x78, 0xbf, 0x15, 0xe1, 0x96, 0x9e, 0x88, 0x5d, + 0x4e, 0x87, 0x58, 0x92, 0x2d, 0x2c, 0x31, 0x7a, 0x1d, 0x6e, 0x86, 0x2c, 0x4d, 0x49, 0xa8, 0x92, + 0x0f, 0xe4, 0x28, 0x23, 0x76, 0x3a, 0x96, 0xa7, 0xf0, 0x97, 0xa3, 0x8c, 0xa8, 0xf1, 0x51, 0xea, + 0x91, 0xf3, 0x64, 0x2c, 0x2b, 0x38, 0xa3, 0x5f, 0xf1, 0x44, 0x49, 0x44, 0x84, 0x25, 0xb6, 0x83, + 0xad, 0xd7, 0x2a, 0x1f, 0x6e, 0x24, 0xca, 0x0e, 0x69, 0x59, 0xf7, 0x9e, 0x6b, 0x41, 0x23, 0x12, + 0x17, 0xf4, 0xa8, 0x72, 0x51, 0x8f, 0x94, 0x77, 0x81, 0x13, 0xa9, 0x2f, 0xe4, 0xfa, 0x7a, 0x8d, + 0x1e, 0x41, 0x6d, 0x40, 0x24, 0xd6, 0x51, 0xab, 0xba, 0x5b, 0x5b, 0x8b, 0xcb, 0xfc, 0xb9, 0xb5, + 0xea, 0x95, 0x5f, 0x9e, 0xac, 0x15, 0xfc, 0xc9, 0x5b, 0xaa, 0x48, 0x38, 0x8a, 0x58, 0xaa, 0x67, + 0xa2, 0xee, 0x9b, 0x0d, 0x6a, 0x01, 0x90, 0x63, 0x49, 0x52, 0x35, 0xd5, 0x66, 0x0e, 0xea, 0xfe, + 0x0c, 0x62, 0x54, 0x80, 0xa4, 0xf6, 0x4a, 0xa0, 0xaf, 0x54, 0x57, 0x88, 0x51, 0x9c, 0x1f, 0x1c, + 0xc5, 0xef, 0xfc, 0x7c, 0xcc, 0x16, 0xde, 0x99, 0x2f, 0xfc, 0x3a, 0x2c, 0x47, 0x54, 0x4c, 0x59, + 0x16, 0xb6, 0x63, 0xce, 0xa1, 0xe8, 0x2e, 0x2c, 0x11, 0xce, 0x19, 0x17, 0x56, 0x77, 0xec, 0x4e, + 0x35, 0xc5, 0xe4, 0xf3, 0x10, 0x08, 0xcb, 0x30, 0x4c, 0xa0, 0x3d, 0xef, 0x5d, 0xa8, 0x8d, 0x09, + 0x50, 0x34, 0xa6, 0x78, 0x30, 0xae, 0xad, 0x5e, 0x2b, 0x12, 0x86, 0x38, 0xc9, 0x89, 0xad, 0xa7, + 0xd9, 0x78, 0x3f, 0x39, 0x56, 0x37, 0xc7, 0xdf, 0x98, 0x8f, 0x55, 0x2d, 0x95, 0x52, 0x59, 0xbd, + 0xd3, 0x3e, 0x1a, 0x9b, 0xde, 0x65, 0x02, 0x31, 0x95, 0x5c, 0x55, 0xef, 0x19, 0x01, 0xde, 0x06, + 0x30, 0x8e, 0x74, 0xe1, 0x8a, 0xda, 0xcb, 0xfa, 0x15, 0x5e, 0x66, 0xda, 0xd4, 0x37, 0x62, 0xa9, + 0x96, 0x9f, 0x96, 0x6b, 0xa5, 0x5b, 0x65, 0xef, 0x4f, 0x07, 0xc0, 0xa6, 0x69, 0xbf, 0x53, 0xda, + 0xab, 0x33, 0xd3, 0x84, 0x56, 0x5f, 0x8a, 0x53, 0x7d, 0x39, 0xff, 0xe5, 0x2a, 0x5f, 0xeb, 0xcb, + 0x55, 0xf9, 0x9b, 0x2f, 0x97, 0xa0, 0xb1, 0x7d, 0xc3, 0x76, 0x6b, 0x5d, 0xd0, 0xd8, 0x18, 0xfd, + 0xfb, 0x96, 0xb5, 0xd7, 0xfe, 0xb9, 0x08, 0x77, 0x17, 0x8b, 0x17, 0xda, 0x87, 0xaa, 0xba, 0x48, + 0x1a, 0x8e, 0x4c, 0x95, 0x7b, 0x8f, 0x94, 0x87, 0x5f, 0x4f, 0xd6, 0xd6, 0x63, 0x2a, 0x0f, 0xf3, + 0x7e, 0x27, 0x64, 0x83, 0x6e, 0xc8, 0xc4, 0x80, 0x09, 0xfb, 0x78, 0x53, 0x44, 0xcf, 0xbb, 0x6a, + 0xe4, 0x45, 0x67, 0x8b, 0x84, 0x7f, 0x9c, 0xac, 0x2d, 0x8f, 0xf0, 0x20, 0x79, 0xdf, 0x7b, 0x6c, + 0xdc, 0x78, 0xfe, 0xd8, 0x21, 0xa2, 0xe0, 0xe2, 0x21, 0xa6, 0x09, 0xee, 0x53, 0x15, 0xda, 0x74, + 0x4c, 0x6f, 0xfb, 0xda, 0x01, 0x6e, 0x9b, 0x00, 0xb3, 0xbe, 0x3c, 0x7f, 0xce, 0x35, 0x7a, 0x0a, + 0x65, 0x31, 0x4a, 0x43, 0x23, 0x93, 0xbd, 0x0f, 0xae, 0x1d, 0xa2, 0x61, 0x42, 0x28, 0x1f, 0x9e, + 0xaf, 0x5d, 0x6d, 0x7e, 0x5f, 0x84, 0xaa, 0xee, 0x15, 0xc2, 0xd1, 0x13, 0xa8, 0xe8, 0x25, 0xba, + 0xaa, 0x7f, 0x6d, 0xeb, 0xaf, 0xb6, 0xaf, 0xb4, 0xc9, 0x92, 0x91, 0x57, 0x40, 0xfb, 0xb0, 0x6c, + 0x7a, 0x3e, 0xef, 0x8b, 0x90, 0xd3, 0x3e, 0xf9, 0xaf, 0x3c, 0xbf, 0xe5, 0xa8, 0x64, 0xf5, 0xbf, + 0xd8, 0x65, 0x2e, 0x67, 0xff, 0x05, 0x2f, 0x73, 0x39, 0xfd, 0x99, 0xf3, 0x0a, 0xbd, 0xad, 0x97, + 0xa7, 0x2d, 0xe7, 0xd5, 0x69, 0xcb, 0xf9, 0xfd, 0xb4, 0xe5, 0xfc, 0x78, 0xd6, 0x2a, 0xbc, 0x3a, + 0x6b, 0x15, 0x7e, 0x39, 0x6b, 0x15, 0xf6, 0x1f, 0xce, 0x10, 0x3c, 0xf7, 0xcf, 0x3b, 0xdc, 0xec, + 0x1e, 0x4f, 0x7e, 0x7c, 0x35, 0xd1, 0xfd, 0x25, 0xfd, 0x33, 0xfa, 0xce, 0x5f, 0x01, 0x00, 0x00, + 0xff, 0xff, 0xf1, 0x57, 0x7e, 0x0a, 0x1d, 0x0b, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/pairing/types/relayCache.pb.go b/x/pairing/types/relayCache.pb.go index 9c5ac5d51b..3ff7872aad 100644 --- a/x/pairing/types/relayCache.pb.go +++ b/x/pairing/types/relayCache.pb.go @@ -423,49 +423,49 @@ func init() { } var fileDescriptor_36fbab536e2bbad1 = []byte{ - // 662 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x54, 0xcd, 0x6e, 0xd3, 0x40, - 0x10, 0xb6, 0x9b, 0x34, 0x3f, 0x9b, 0x94, 0x96, 0x55, 0x85, 0x42, 0x68, 0x8d, 0x31, 0xea, 0xcf, - 0x01, 0xd9, 0x52, 0x91, 0x38, 0x71, 0x80, 0xd2, 0xaa, 0xad, 0x44, 0x11, 0x38, 0x20, 0x21, 0x2e, - 0xd6, 0x26, 0x9e, 0xda, 0x2b, 0x1c, 0xaf, 0xf1, 0x6e, 0x2b, 0xca, 0x53, 0xf0, 0x3e, 0xbc, 0x40, - 0x8f, 0x3d, 0x72, 0x01, 0xa1, 0xf6, 0x29, 0xe0, 0x84, 0x3c, 0x71, 0xd2, 0x24, 0x72, 0xa3, 0x4a, - 0x70, 0xf2, 0xee, 0xb7, 0xdf, 0xec, 0xcc, 0x7c, 0xdf, 0x7a, 0xc8, 0x5a, 0xc4, 0x4e, 0x58, 0x0c, - 0xca, 0xc9, 0xbe, 0x4e, 0xc2, 0x78, 0xca, 0xe3, 0xc0, 0x49, 0x21, 0x62, 0xa7, 0x2f, 0x58, 0x2f, - 0x04, 0x3b, 0x49, 0x85, 0x12, 0x74, 0x39, 0xa7, 0xd9, 0xd9, 0xd7, 0xce, 0x69, 0xed, 0xe5, 0x40, - 0x04, 0x02, 0x09, 0x4e, 0xb6, 0x1a, 0x70, 0xdb, 0xe6, 0xf5, 0x57, 0xe6, 0x8c, 0x7b, 0x81, 0x10, - 0x41, 0x04, 0x0e, 0xee, 0xba, 0xc7, 0x47, 0x0e, 0xf4, 0x13, 0x95, 0x1f, 0x5a, 0xdf, 0x74, 0xb2, - 0x88, 0xa9, 0xdd, 0x2c, 0xc2, 0x85, 0x24, 0x3a, 0xa5, 0x4f, 0xc8, 0x7c, 0x9a, 0x2d, 0x5a, 0xba, - 0xa9, 0x6f, 0x36, 0xb6, 0x4c, 0xbb, 0xa8, 0x1c, 0xfb, 0x2a, 0xc0, 0x1d, 0xd0, 0xe9, 0x1b, 0x72, - 0x5b, 0x24, 0x8a, 0x8b, 0x98, 0x45, 0x5e, 0x1f, 0x14, 0xf3, 0x99, 0x62, 0xad, 0x39, 0xb3, 0xb4, - 0xd9, 0xd8, 0x32, 0x8a, 0xef, 0x38, 0xcc, 0x59, 0xdb, 0xe5, 0xb3, 0x9f, 0xf7, 0x35, 0x77, 0x69, - 0x18, 0x3e, 0xc4, 0xe9, 0x2a, 0x21, 0x12, 0x20, 0xf6, 0xba, 0x91, 0xe8, 0x7d, 0x6c, 0x95, 0x4c, - 0x7d, 0xb3, 0xe4, 0xd6, 0x33, 0x64, 0x3b, 0x03, 0xac, 0x97, 0x84, 0x60, 0xf1, 0xef, 0x24, 0x0b, - 0x80, 0xae, 0x90, 0x3a, 0xee, 0xf6, 0xb9, 0x92, 0x58, 0x7b, 0xd9, 0xbd, 0x02, 0xa8, 0x49, 0x1a, - 0xb8, 0x39, 0xe4, 0x52, 0x82, 0x6c, 0xcd, 0xe1, 0xf9, 0x38, 0x64, 0x85, 0xc3, 0x78, 0x26, 0x43, - 0xfa, 0x8c, 0x54, 0x53, 0xf8, 0x74, 0x0c, 0x52, 0xe5, 0x32, 0xac, 0xcf, 0x90, 0xe1, 0x75, 0xca, - 0x4f, 0x98, 0x82, 0x1d, 0xa6, 0x98, 0x3b, 0x0c, 0xa3, 0x77, 0x49, 0xad, 0x17, 0x32, 0x1e, 0x7b, - 0xdc, 0xc7, 0x6c, 0x75, 0xb7, 0x8a, 0xfb, 0x03, 0xdf, 0xfa, 0xa3, 0x93, 0x05, 0x77, 0xe4, 0xfa, - 0x1e, 0x28, 0xfa, 0x80, 0x34, 0xf3, 0x38, 0x2f, 0x64, 0x32, 0xc4, 0x9c, 0x4d, 0xb7, 0x91, 0x63, - 0x58, 0xd1, 0x2a, 0x21, 0x28, 0xc3, 0x80, 0x30, 0x87, 0x84, 0x3a, 0x22, 0x78, 0xbc, 0x42, 0xea, - 0x47, 0x3c, 0x66, 0x11, 0xff, 0x02, 0x3e, 0x2a, 0x55, 0x73, 0xaf, 0x00, 0xba, 0x41, 0x16, 0xf3, - 0xbb, 0xc0, 0xcf, 0xd5, 0x2c, 0xa3, 0x9a, 0xb7, 0x46, 0x30, 0x4a, 0x4a, 0xd7, 0xc9, 0xa2, 0x0c, - 0x59, 0x0a, 0xbe, 0x27, 0x15, 0x53, 0x90, 0x15, 0x3f, 0x8f, 0xc5, 0x2f, 0x0c, 0xe0, 0x4e, 0x86, - 0x1e, 0xf8, 0x13, 0xdd, 0x55, 0x26, 0xba, 0x9b, 0x32, 0xad, 0x3a, 0x6d, 0xda, 0x8f, 0xd2, 0x78, - 0xf3, 0x9d, 0xff, 0xd2, 0xfc, 0x53, 0x52, 0x4b, 0x41, 0x26, 0x22, 0x96, 0x80, 0xbd, 0xdf, 0xe4, - 0xd5, 0x8e, 0x22, 0x26, 0xa5, 0x2b, 0x4f, 0x4b, 0x57, 0xf8, 0xac, 0xe7, 0xff, 0xe9, 0x59, 0x17, - 0x88, 0x5c, 0x29, 0x12, 0xb9, 0xc0, 0xb5, 0x6a, 0xa1, 0x6b, 0xe3, 0x6e, 0xd4, 0x67, 0xb9, 0x41, - 0xa6, 0xdc, 0xa0, 0x8f, 0x08, 0x65, 0x27, 0x90, 0xb2, 0x00, 0x06, 0x0c, 0x4f, 0xf1, 0x3e, 0xb4, - 0x1a, 0x48, 0x5b, 0xca, 0x4f, 0x90, 0xf9, 0x96, 0xf7, 0x81, 0x5a, 0x64, 0x81, 0x4b, 0x2f, 0x16, - 0x3e, 0x78, 0x90, 0xa6, 0x22, 0x6d, 0x35, 0x51, 0xad, 0x06, 0x97, 0xaf, 0x84, 0x0f, 0xbb, 0x19, - 0xb4, 0xf5, 0x5b, 0x27, 0x4d, 0x94, 0x19, 0x52, 0x74, 0x98, 0xbe, 0x27, 0xb5, 0x3d, 0x50, 0x08, - 0xd1, 0x87, 0x33, 0x6c, 0x19, 0xfe, 0x0c, 0xed, 0xb5, 0x62, 0xd2, 0xd4, 0x9c, 0xb2, 0x34, 0x7a, - 0x40, 0x6a, 0x9d, 0x1b, 0xdf, 0xdc, 0x01, 0xd5, 0xbe, 0x63, 0x0f, 0x86, 0xa1, 0x3d, 0x1c, 0x86, - 0xf6, 0x6e, 0x36, 0x0c, 0x2d, 0x8d, 0xee, 0x90, 0xca, 0x3e, 0xb0, 0x48, 0x85, 0xf4, 0x1a, 0x4e, - 0xdb, 0x9c, 0x51, 0x15, 0x0e, 0x20, 0x4b, 0xdb, 0x7e, 0x7e, 0x76, 0x61, 0xe8, 0xe7, 0x17, 0x86, - 0xfe, 0xeb, 0xc2, 0xd0, 0xbf, 0x5e, 0x1a, 0xda, 0xf9, 0xa5, 0xa1, 0x7d, 0xbf, 0x34, 0xb4, 0x0f, - 0x1b, 0x01, 0x57, 0xe1, 0x71, 0xd7, 0xee, 0x89, 0xbe, 0x33, 0x31, 0xb2, 0x3f, 0x8f, 0x86, 0xb6, - 0x3a, 0x4d, 0x40, 0x76, 0x2b, 0x98, 0xf6, 0xf1, 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, 0xa3, 0x1c, - 0xe5, 0x7f, 0x2c, 0x06, 0x00, 0x00, + // 666 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x54, 0xcf, 0x6e, 0xd3, 0x4e, + 0x10, 0xb6, 0x9b, 0x34, 0x7f, 0x36, 0xe9, 0xaf, 0xfd, 0xad, 0x2a, 0x14, 0x42, 0x6b, 0x8c, 0x51, + 0x4b, 0x85, 0x90, 0x2d, 0x05, 0x89, 0x13, 0x07, 0x54, 0x5a, 0xb5, 0x95, 0x28, 0x02, 0x07, 0x24, + 0xc4, 0xc5, 0xda, 0xc4, 0x53, 0x7b, 0x85, 0xe3, 0x35, 0xde, 0x6d, 0x44, 0x79, 0x0a, 0xde, 0x87, + 0x17, 0xe8, 0xb1, 0x47, 0x2e, 0x20, 0xd4, 0x3e, 0x05, 0x9c, 0x90, 0x27, 0x4e, 0xda, 0x44, 0x6e, + 0x54, 0x09, 0x4e, 0xde, 0xfd, 0xf6, 0x9b, 0x9d, 0x99, 0xef, 0x5b, 0x0f, 0xd9, 0x88, 0xd8, 0x90, + 0xc5, 0xa0, 0x9c, 0xec, 0xeb, 0x24, 0x8c, 0xa7, 0x3c, 0x0e, 0x9c, 0x14, 0x22, 0x76, 0xf2, 0x9c, + 0xf5, 0x43, 0xb0, 0x93, 0x54, 0x28, 0x41, 0x57, 0x73, 0x9a, 0x9d, 0x7d, 0xed, 0x9c, 0xd6, 0x5e, + 0x0d, 0x44, 0x20, 0x90, 0xe0, 0x64, 0xab, 0x11, 0xb7, 0x6d, 0x5e, 0x7f, 0x65, 0xce, 0xb8, 0x13, + 0x08, 0x11, 0x44, 0xe0, 0xe0, 0xae, 0x77, 0x7c, 0xe4, 0xc0, 0x20, 0x51, 0xf9, 0xa1, 0xf5, 0x55, + 0x27, 0xcb, 0x98, 0xda, 0xcd, 0x22, 0x5c, 0x48, 0xa2, 0x13, 0xfa, 0x84, 0x2c, 0xa6, 0xd9, 0xa2, + 0xa5, 0x9b, 0xfa, 0x56, 0xa3, 0x63, 0xda, 0x45, 0xe5, 0xd8, 0x97, 0x01, 0xee, 0x88, 0x4e, 0x5f, + 0x93, 0xff, 0x45, 0xa2, 0xb8, 0x88, 0x59, 0xe4, 0x0d, 0x40, 0x31, 0x9f, 0x29, 0xd6, 0x5a, 0x30, + 0x4b, 0x5b, 0x8d, 0x8e, 0x51, 0x7c, 0xc7, 0x61, 0xce, 0xda, 0x2e, 0x9f, 0xfe, 0xb8, 0xab, 0xb9, + 0x2b, 0xe3, 0xf0, 0x31, 0x4e, 0xd7, 0x09, 0x91, 0x00, 0xb1, 0xd7, 0x8b, 0x44, 0xff, 0x43, 0xab, + 0x64, 0xea, 0x5b, 0x25, 0xb7, 0x9e, 0x21, 0xdb, 0x19, 0x60, 0xbd, 0x20, 0x04, 0x8b, 0x7f, 0x2b, + 0x59, 0x00, 0x74, 0x8d, 0xd4, 0x71, 0xb7, 0xcf, 0x95, 0xc4, 0xda, 0xcb, 0xee, 0x25, 0x40, 0x4d, + 0xd2, 0xc0, 0xcd, 0x21, 0x97, 0x12, 0x64, 0x6b, 0x01, 0xcf, 0xaf, 0x42, 0x56, 0x38, 0x8e, 0x67, + 0x32, 0xa4, 0xcf, 0x48, 0x35, 0x85, 0x8f, 0xc7, 0x20, 0x55, 0x2e, 0xc3, 0xe6, 0x1c, 0x19, 0x5e, + 0xa5, 0x7c, 0xc8, 0x14, 0xec, 0x30, 0xc5, 0xdc, 0x71, 0x18, 0xbd, 0x4d, 0x6a, 0xfd, 0x90, 0xf1, + 0xd8, 0xe3, 0x3e, 0x66, 0xab, 0xbb, 0x55, 0xdc, 0x1f, 0xf8, 0xd6, 0x6f, 0x9d, 0x2c, 0xb9, 0x13, + 0xd7, 0xf7, 0x40, 0xd1, 0x7b, 0xa4, 0x99, 0xc7, 0x79, 0x21, 0x93, 0x21, 0xe6, 0x6c, 0xba, 0x8d, + 0x1c, 0xc3, 0x8a, 0xd6, 0x09, 0x41, 0x19, 0x46, 0x84, 0x05, 0x24, 0xd4, 0x11, 0xc1, 0xe3, 0x35, + 0x52, 0x3f, 0xe2, 0x31, 0x8b, 0xf8, 0x67, 0xf0, 0x51, 0xa9, 0x9a, 0x7b, 0x09, 0xd0, 0x07, 0x64, + 0x39, 0xbf, 0x0b, 0xfc, 0x5c, 0xcd, 0x32, 0xaa, 0xf9, 0xdf, 0x04, 0x46, 0x49, 0xe9, 0x26, 0x59, + 0x96, 0x21, 0x4b, 0xc1, 0xf7, 0xa4, 0x62, 0x0a, 0xb2, 0xe2, 0x17, 0xb1, 0xf8, 0xa5, 0x11, 0xdc, + 0xcd, 0xd0, 0x03, 0x7f, 0xaa, 0xbb, 0xca, 0x54, 0x77, 0x33, 0xa6, 0x55, 0x67, 0x4d, 0xfb, 0x5e, + 0xba, 0xda, 0x7c, 0xf7, 0x9f, 0x34, 0xff, 0x94, 0xd4, 0x52, 0x90, 0x89, 0x88, 0x25, 0x60, 0xef, + 0x37, 0x79, 0xb5, 0x93, 0x88, 0x69, 0xe9, 0xca, 0xb3, 0xd2, 0x15, 0x3e, 0xeb, 0xc5, 0xbf, 0x7a, + 0xd6, 0x05, 0x22, 0x57, 0x8a, 0x44, 0x2e, 0x70, 0xad, 0x5a, 0xe8, 0xda, 0x55, 0x37, 0xea, 0xf3, + 0xdc, 0x20, 0x33, 0x6e, 0xd0, 0x47, 0x84, 0xb2, 0x21, 0xa4, 0x2c, 0x80, 0x11, 0xc3, 0x53, 0x7c, + 0x00, 0xad, 0x06, 0xd2, 0x56, 0xf2, 0x13, 0x64, 0xbe, 0xe1, 0x03, 0xa0, 0x16, 0x59, 0xe2, 0xd2, + 0x8b, 0x85, 0x0f, 0x1e, 0xa4, 0xa9, 0x48, 0x5b, 0x4d, 0x54, 0xab, 0xc1, 0xe5, 0x4b, 0xe1, 0xc3, + 0x6e, 0x06, 0x75, 0x7e, 0xe9, 0xa4, 0x89, 0x32, 0x43, 0x8a, 0x0e, 0xd3, 0x77, 0xa4, 0xb6, 0x07, + 0x0a, 0x21, 0x7a, 0x7f, 0x8e, 0x2d, 0xe3, 0x9f, 0xa1, 0xbd, 0x51, 0x4c, 0x9a, 0x99, 0x53, 0x96, + 0x46, 0x0f, 0x48, 0xad, 0x7b, 0xe3, 0x9b, 0xbb, 0xa0, 0xda, 0xb7, 0xec, 0xd1, 0x30, 0xb4, 0xc7, + 0xc3, 0xd0, 0xde, 0xcd, 0x86, 0xa1, 0xa5, 0xd1, 0x1d, 0x52, 0xd9, 0x07, 0x16, 0xa9, 0x90, 0x5e, + 0xc3, 0x69, 0x9b, 0x73, 0xaa, 0xc2, 0x01, 0x64, 0x69, 0xdb, 0x3b, 0xa7, 0xe7, 0x86, 0x7e, 0x76, + 0x6e, 0xe8, 0x3f, 0xcf, 0x0d, 0xfd, 0xcb, 0x85, 0xa1, 0x9d, 0x5d, 0x18, 0xda, 0xb7, 0x0b, 0x43, + 0x7b, 0xff, 0x30, 0xe0, 0x2a, 0x3c, 0xee, 0xd9, 0x7d, 0x31, 0x70, 0xa6, 0x46, 0xf6, 0xb0, 0xe3, + 0x7c, 0x9a, 0xcc, 0x6d, 0x75, 0x92, 0x80, 0xec, 0x55, 0x30, 0xf3, 0xe3, 0x3f, 0x01, 0x00, 0x00, + 0xff, 0xff, 0x21, 0x43, 0x56, 0x58, 0x2f, 0x06, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/pairing/types/relay_exchange.go b/x/pairing/types/relay_exchange.go index f2f483bff0..f834593a57 100644 --- a/x/pairing/types/relay_exchange.go +++ b/x/pairing/types/relay_exchange.go @@ -3,8 +3,8 @@ package types import ( "strings" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/sigs" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/sigs" ) // RelayExchange consists a relay request and its corresponding response diff --git a/x/pairing/types/relay_finalization.go b/x/pairing/types/relay_finalization.go index 4bafb691ec..7c02c306b4 100644 --- a/x/pairing/types/relay_finalization.go +++ b/x/pairing/types/relay_finalization.go @@ -3,7 +3,7 @@ package types import ( tendermintcrypto "github.com/cometbft/cometbft/crypto" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils/sigs" + "github.com/lavanet/lava/v2/utils/sigs" ) type RelayFinalization struct { diff --git a/x/pairing/types/relay_session.go b/x/pairing/types/relay_session.go index 6c22b9982f..34144ea317 100644 --- a/x/pairing/types/relay_session.go +++ b/x/pairing/types/relay_session.go @@ -1,7 +1,7 @@ package types import ( - "github.com/lavanet/lava/utils/sigs" + "github.com/lavanet/lava/v2/utils/sigs" ) func (rs RelaySession) GetSignature() []byte { diff --git a/x/pairing/types/static_providers.pb.go b/x/pairing/types/static_providers.pb.go index 0584fa4911..aec1a5c68f 100644 --- a/x/pairing/types/static_providers.pb.go +++ b/x/pairing/types/static_providers.pb.go @@ -7,7 +7,7 @@ import ( fmt "fmt" _ "github.com/gogo/protobuf/gogoproto" proto "github.com/gogo/protobuf/proto" - types "github.com/lavanet/lava/x/epochstorage/types" + types "github.com/lavanet/lava/v2/x/epochstorage/types" io "io" math "math" math_bits "math/bits" diff --git a/x/pairing/types/tx.pb.go b/x/pairing/types/tx.pb.go index b97d9e5549..f1a570224b 100644 --- a/x/pairing/types/tx.pb.go +++ b/x/pairing/types/tx.pb.go @@ -12,7 +12,7 @@ import ( _ "github.com/cosmos/gogoproto/gogoproto" grpc1 "github.com/cosmos/gogoproto/grpc" proto "github.com/cosmos/gogoproto/proto" - types1 "github.com/lavanet/lava/x/epochstorage/types" + types1 "github.com/lavanet/lava/v2/x/epochstorage/types" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status" @@ -645,60 +645,60 @@ func init() { func init() { proto.RegisterFile("lavanet/lava/pairing/tx.proto", fileDescriptor_07b85a84d2198a91) } var fileDescriptor_07b85a84d2198a91 = []byte{ - // 836 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0x4f, 0x73, 0xdb, 0x44, - 0x14, 0xb7, 0x6a, 0xc5, 0x7f, 0x9e, 0xdb, 0xc4, 0xde, 0x66, 0xa8, 0xaa, 0xb6, 0xc6, 0xa8, 0x80, - 0x0d, 0x03, 0x12, 0x09, 0x07, 0x66, 0xb8, 0xe1, 0x96, 0x32, 0x2d, 0xf5, 0x90, 0x51, 0x86, 0x03, - 0x5c, 0x3c, 0x6b, 0x69, 0xab, 0x6c, 0x23, 0x69, 0x35, 0xda, 0xad, 0xa7, 0xe1, 0x53, 0xf0, 0x15, - 0xb8, 0x71, 0xe4, 0x63, 0xe4, 0x98, 0x23, 0x27, 0x86, 0x49, 0x0e, 0x7c, 0x00, 0x66, 0x38, 0x33, - 0x5a, 0xaf, 0x64, 0x4b, 0x76, 0x32, 0x9e, 0x81, 0x4b, 0xa4, 0xf7, 0xde, 0xef, 0xbd, 0xf7, 0xdb, - 0xdf, 0x7b, 0x1b, 0x19, 0x1e, 0x85, 0x78, 0x8e, 0x63, 0x22, 0x9c, 0xec, 0xe9, 0x24, 0x98, 0xa6, - 0x34, 0x0e, 0x1c, 0xf1, 0xd6, 0x4e, 0x52, 0x26, 0x18, 0xda, 0x57, 0x61, 0x3b, 0x7b, 0xda, 0x2a, - 0x6c, 0xf6, 0x3d, 0xc6, 0x23, 0xc6, 0x9d, 0x19, 0xe6, 0xc4, 0x99, 0x1f, 0xcc, 0x88, 0xc0, 0x07, - 0x8e, 0xc7, 0x68, 0xbc, 0xc8, 0x32, 0xf7, 0x03, 0x16, 0x30, 0xf9, 0xea, 0x64, 0x6f, 0xca, 0x3b, - 0x2a, 0xb5, 0x22, 0x09, 0xf3, 0x4e, 0xb8, 0x60, 0x29, 0x0e, 0x88, 0x43, 0x62, 0x3f, 0x61, 0x34, - 0x16, 0x0a, 0x39, 0xd8, 0x48, 0x2a, 0x25, 0x21, 0x3e, 0x53, 0x88, 0xf7, 0x15, 0x03, 0x2e, 0xf0, - 0x69, 0x16, 0xcb, 0x49, 0x28, 0x5b, 0xa1, 0x7a, 0x38, 0xa2, 0x31, 0x73, 0xe4, 0xdf, 0x85, 0xcb, - 0xfa, 0xbb, 0x0e, 0xdd, 0x09, 0x0f, 0x8e, 0x05, 0x3e, 0x25, 0x47, 0x29, 0x9b, 0x53, 0x9f, 0xa4, - 0xc8, 0x80, 0xa6, 0x97, 0x12, 0x2c, 0x58, 0x6a, 0x68, 0x03, 0x6d, 0xd4, 0x76, 0x73, 0x53, 0x46, - 0x4e, 0x30, 0x8d, 0x9f, 0x3f, 0x35, 0x6e, 0xa9, 0xc8, 0xc2, 0x44, 0x5f, 0x40, 0x03, 0x47, 0xec, - 0x4d, 0x2c, 0x8c, 0xfa, 0x40, 0x1b, 0x75, 0x0e, 0xef, 0xdb, 0x0b, 0x4a, 0x76, 0x26, 0x8a, 0xad, - 0xf8, 0xd8, 0x4f, 0x18, 0x8d, 0xc7, 0xfa, 0xf9, 0x1f, 0xef, 0xd6, 0x5c, 0x05, 0x47, 0xdf, 0x40, - 0x3b, 0x3f, 0x2e, 0x37, 0xf4, 0x41, 0x7d, 0xd4, 0x39, 0x7c, 0x6c, 0x97, 0x64, 0x5e, 0x95, 0xc6, - 0xfe, 0x5a, 0x61, 0x55, 0x95, 0x65, 0x2e, 0x1a, 0x40, 0x27, 0x20, 0x2c, 0x64, 0x1e, 0x16, 0x94, - 0xc5, 0xc6, 0xce, 0x40, 0x1b, 0xed, 0xb8, 0xab, 0x2e, 0xf4, 0x0c, 0x76, 0x7d, 0x12, 0x92, 0x00, - 0x0b, 0x32, 0x0d, 0x69, 0x44, 0x85, 0xd1, 0xdc, 0x8e, 0xeb, 0x9d, 0x3c, 0xed, 0x65, 0x96, 0x85, - 0x1c, 0xb8, 0x5b, 0xd4, 0xf1, 0x58, 0x14, 0x51, 0xce, 0xb3, 0x8e, 0xad, 0x81, 0x36, 0xd2, 0x5d, - 0x94, 0x87, 0x9e, 0x14, 0x11, 0xf4, 0x10, 0xda, 0x73, 0x1c, 0x52, 0x5f, 0x4a, 0xda, 0x96, 0xc2, - 0x2d, 0x1d, 0x99, 0xa8, 0xd8, 0xf7, 0x53, 0xc2, 0xb9, 0x01, 0x0b, 0x51, 0x95, 0x89, 0x8e, 0xa0, - 0xe3, 0x13, 0xee, 0xa5, 0x34, 0x91, 0x47, 0xea, 0x48, 0xb6, 0x8f, 0x73, 0xb6, 0xf9, 0x70, 0x73, - 0xc2, 0x4f, 0x97, 0xd0, 0x71, 0x3b, 0xe3, 0xfd, 0xeb, 0x5f, 0xbf, 0x7d, 0xac, 0xb9, 0xab, 0x25, - 0x5e, 0xe8, 0xad, 0x46, 0xb7, 0x69, 0x99, 0x60, 0x54, 0x87, 0xee, 0x12, 0x9e, 0xb0, 0x98, 0x13, - 0xeb, 0x15, 0xa0, 0x09, 0x0f, 0xbe, 0x8f, 0xf9, 0x7f, 0x5e, 0x89, 0xd2, 0xa9, 0xeb, 0x95, 0x53, - 0x5b, 0x0f, 0xc1, 0x5c, 0xef, 0x53, 0xb0, 0xf8, 0x47, 0x83, 0xbd, 0x09, 0x0f, 0xdc, 0x6c, 0xc7, - 0x8f, 0xf0, 0x59, 0x44, 0x62, 0x71, 0x03, 0x87, 0x2f, 0xa1, 0x21, 0x6f, 0x03, 0x37, 0x6e, 0xc9, - 0x05, 0xb2, 0xec, 0x4d, 0xf7, 0xd4, 0x96, 0xd5, 0x8e, 0x89, 0x9c, 0x89, 0xab, 0x32, 0xd0, 0x27, - 0xd0, 0x5b, 0x11, 0xe8, 0x58, 0x64, 0x48, 0x43, 0x97, 0xf5, 0xd7, 0x03, 0xe8, 0x07, 0xd8, 0x0f, - 0xb1, 0x20, 0x5c, 0x4c, 0x67, 0x21, 0xf3, 0x4e, 0xa7, 0x29, 0x49, 0x58, 0x2a, 0xb8, 0xb1, 0x23, - 0xfb, 0x0e, 0x37, 0xf7, 0x7d, 0x29, 0x33, 0xc6, 0x59, 0x82, 0x2b, 0xf1, 0x2e, 0x0a, 0xab, 0x2e, - 0xfe, 0x42, 0x6f, 0xd5, 0xbb, 0xba, 0xf5, 0x1d, 0xf4, 0xd6, 0xe0, 0xe8, 0x1e, 0x34, 0x79, 0x42, - 0xbc, 0x29, 0xf5, 0xd5, 0xc9, 0x1b, 0x99, 0xf9, 0xdc, 0x47, 0xef, 0xc1, 0xed, 0x55, 0x3a, 0x72, - 0x02, 0xba, 0xdb, 0x59, 0xa9, 0x6e, 0x8d, 0xe1, 0x5e, 0x45, 0xc8, 0x5c, 0x64, 0x34, 0x84, 0xbd, - 0x94, 0xbc, 0x26, 0x9e, 0x20, 0xfe, 0x54, 0xe9, 0x97, 0x95, 0x6f, 0xb9, 0xbb, 0xb9, 0x5b, 0xa6, - 0x71, 0x0b, 0x43, 0x6f, 0xc2, 0x83, 0x67, 0x29, 0x21, 0x3f, 0x6d, 0xb3, 0x12, 0x26, 0xb4, 0x16, - 0x3b, 0xe0, 0x2f, 0x06, 0xd2, 0x76, 0x0b, 0x1b, 0xbd, 0x93, 0x8d, 0x0a, 0x73, 0x16, 0xab, 0x8d, - 0x50, 0x96, 0xf5, 0x00, 0xee, 0xaf, 0xb5, 0x28, 0xb6, 0xe1, 0x5b, 0xb8, 0x2b, 0x77, 0xe5, 0xd5, - 0xff, 0xc0, 0xc0, 0x7a, 0x04, 0x0f, 0x36, 0x14, 0xcb, 0x7b, 0x1d, 0xfe, 0xa2, 0x43, 0x7d, 0xc2, - 0x03, 0x14, 0xc0, 0x9d, 0xf2, 0x7f, 0xc5, 0x0f, 0x37, 0x0f, 0xb7, 0x7a, 0x91, 0x4c, 0x7b, 0x3b, - 0x5c, 0x31, 0x85, 0x08, 0xf6, 0xaa, 0xb7, 0x6d, 0x74, 0x6d, 0x89, 0x0a, 0xd2, 0xfc, 0x6c, 0x5b, - 0x64, 0xd1, 0xce, 0x87, 0xdb, 0xa5, 0x5b, 0xf5, 0xc1, 0xb5, 0x15, 0x56, 0x61, 0xe6, 0xa7, 0x5b, - 0xc1, 0x8a, 0x2e, 0xaf, 0x61, 0xb7, 0xb2, 0x2e, 0xc3, 0x6b, 0x0b, 0x94, 0x81, 0xa6, 0xb3, 0x25, - 0xb0, 0xe8, 0x95, 0x40, 0x77, 0x6d, 0x35, 0x3e, 0xba, 0x41, 0x97, 0x32, 0xd4, 0x3c, 0xd8, 0x1a, - 0x9a, 0x77, 0x1c, 0x7f, 0x75, 0x7e, 0xd9, 0xd7, 0x2e, 0x2e, 0xfb, 0xda, 0x9f, 0x97, 0x7d, 0xed, - 0xe7, 0xab, 0x7e, 0xed, 0xe2, 0xaa, 0x5f, 0xfb, 0xfd, 0xaa, 0x5f, 0xfb, 0x71, 0x18, 0x50, 0x71, - 0xf2, 0x66, 0x66, 0x7b, 0x2c, 0x72, 0x4a, 0x5f, 0xed, 0xb7, 0xcb, 0x1f, 0x13, 0x67, 0x09, 0xe1, - 0xb3, 0x86, 0xfc, 0xfe, 0x7e, 0xfe, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x8e, 0xaf, 0xf3, 0xdc, - 0x71, 0x08, 0x00, 0x00, + // 838 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0xcd, 0x6e, 0xdb, 0x46, + 0x10, 0x16, 0x23, 0x5a, 0x3f, 0xa3, 0xc4, 0x96, 0x36, 0x46, 0xc3, 0x30, 0x89, 0xaa, 0x32, 0x6d, + 0xad, 0x06, 0x2d, 0x59, 0xab, 0x87, 0x02, 0x3d, 0x2a, 0x6e, 0x8a, 0xa4, 0x11, 0x6a, 0xd0, 0xe8, + 0xa1, 0xbd, 0x08, 0x2b, 0x72, 0x43, 0x6f, 0x4c, 0x72, 0x09, 0xee, 0x46, 0x88, 0xfb, 0x14, 0x7d, + 0x85, 0xde, 0x7a, 0xec, 0x63, 0xe4, 0xe8, 0x63, 0x4f, 0x45, 0x61, 0x1f, 0xfa, 0x00, 0x05, 0x7a, + 0x2e, 0xb8, 0x5a, 0x52, 0x22, 0x25, 0x1b, 0x02, 0xda, 0x8b, 0xc9, 0x99, 0xf9, 0x66, 0xe6, 0xdb, + 0x6f, 0x66, 0x4d, 0xc1, 0xa3, 0x10, 0xcf, 0x71, 0x4c, 0x84, 0x93, 0x3d, 0x9d, 0x04, 0xd3, 0x94, + 0xc6, 0x81, 0x23, 0xde, 0xda, 0x49, 0xca, 0x04, 0x43, 0xfb, 0x2a, 0x6c, 0x67, 0x4f, 0x5b, 0x85, + 0xcd, 0xbe, 0xc7, 0x78, 0xc4, 0xb8, 0x33, 0xc3, 0x9c, 0x38, 0xf3, 0xc3, 0x19, 0x11, 0xf8, 0xd0, + 0xf1, 0x18, 0x8d, 0x17, 0x59, 0xe6, 0x7e, 0xc0, 0x02, 0x26, 0x5f, 0x9d, 0xec, 0x4d, 0x79, 0x87, + 0xa5, 0x56, 0x24, 0x61, 0xde, 0x29, 0x17, 0x2c, 0xc5, 0x01, 0x71, 0x48, 0xec, 0x27, 0x8c, 0xc6, + 0x42, 0x21, 0x07, 0x1b, 0x49, 0xa5, 0x24, 0xc4, 0xe7, 0x0a, 0xf1, 0xa1, 0x62, 0xc0, 0x05, 0x3e, + 0xcb, 0x62, 0x39, 0x09, 0x65, 0x2b, 0x54, 0x0f, 0x47, 0x34, 0x66, 0x8e, 0xfc, 0xbb, 0x70, 0x59, + 0x7f, 0xd7, 0xa1, 0x3b, 0xe1, 0xc1, 0x89, 0xc0, 0x67, 0xe4, 0x38, 0x65, 0x73, 0xea, 0x93, 0x14, + 0x19, 0xd0, 0xf4, 0x52, 0x82, 0x05, 0x4b, 0x0d, 0x6d, 0xa0, 0x0d, 0xdb, 0x6e, 0x6e, 0xca, 0xc8, + 0x29, 0xa6, 0xf1, 0xf3, 0x23, 0xe3, 0x96, 0x8a, 0x2c, 0x4c, 0xf4, 0x25, 0x34, 0x70, 0xc4, 0xde, + 0xc4, 0xc2, 0xa8, 0x0f, 0xb4, 0x61, 0x67, 0x74, 0xdf, 0x5e, 0x50, 0xb2, 0x33, 0x51, 0x6c, 0xc5, + 0xc7, 0x7e, 0xca, 0x68, 0x3c, 0xd6, 0xdf, 0xfd, 0xf1, 0x7e, 0xcd, 0x55, 0x70, 0xf4, 0x0d, 0xb4, + 0xf3, 0xe3, 0x72, 0x43, 0x1f, 0xd4, 0x87, 0x9d, 0xd1, 0x63, 0xbb, 0x24, 0xf3, 0xaa, 0x34, 0xf6, + 0xd7, 0x0a, 0xab, 0xaa, 0x2c, 0x73, 0xd1, 0x00, 0x3a, 0x01, 0x61, 0x21, 0xf3, 0xb0, 0xa0, 0x2c, + 0x36, 0x76, 0x06, 0xda, 0x70, 0xc7, 0x5d, 0x75, 0xa1, 0x67, 0xb0, 0xeb, 0x93, 0x90, 0x04, 0x58, + 0x90, 0x69, 0x48, 0x23, 0x2a, 0x8c, 0xe6, 0x76, 0x5c, 0xef, 0xe4, 0x69, 0x2f, 0xb3, 0x2c, 0xe4, + 0xc0, 0xdd, 0xa2, 0x8e, 0xc7, 0xa2, 0x88, 0x72, 0x9e, 0x75, 0x6c, 0x0d, 0xb4, 0xa1, 0xee, 0xa2, + 0x3c, 0xf4, 0xb4, 0x88, 0xa0, 0x87, 0xd0, 0x9e, 0xe3, 0x90, 0xfa, 0x52, 0xd2, 0xb6, 0x14, 0x6e, + 0xe9, 0xc8, 0x44, 0xc5, 0xbe, 0x9f, 0x12, 0xce, 0x0d, 0x58, 0x88, 0xaa, 0x4c, 0x74, 0x0c, 0x1d, + 0x9f, 0x70, 0x2f, 0xa5, 0x89, 0x3c, 0x52, 0x47, 0xb2, 0x7d, 0x9c, 0xb3, 0xcd, 0x87, 0x9b, 0x13, + 0x3e, 0x5a, 0x42, 0xc7, 0xed, 0x8c, 0xf7, 0xaf, 0x7f, 0xfd, 0xf6, 0x44, 0x73, 0x57, 0x4b, 0xbc, + 0xd0, 0x5b, 0x8d, 0x6e, 0xd3, 0x32, 0xc1, 0xa8, 0x0e, 0xdd, 0x25, 0x3c, 0x61, 0x31, 0x27, 0xd6, + 0x2b, 0x40, 0x13, 0x1e, 0x7c, 0x1f, 0xf3, 0xff, 0xbc, 0x12, 0xa5, 0x53, 0xd7, 0x2b, 0xa7, 0xb6, + 0x1e, 0x82, 0xb9, 0xde, 0xa7, 0x60, 0xf1, 0x8f, 0x06, 0x7b, 0x13, 0x1e, 0xb8, 0xd9, 0x8e, 0x1f, + 0xe3, 0xf3, 0x88, 0xc4, 0xe2, 0x06, 0x0e, 0x5f, 0x41, 0x43, 0xde, 0x06, 0x6e, 0xdc, 0x92, 0x0b, + 0x64, 0xd9, 0x9b, 0xee, 0xa9, 0x2d, 0xab, 0x9d, 0x10, 0x39, 0x13, 0x57, 0x65, 0xa0, 0x4f, 0xa1, + 0xb7, 0x22, 0xd0, 0x89, 0xc8, 0x90, 0x86, 0x2e, 0xeb, 0xaf, 0x07, 0xd0, 0x0f, 0xb0, 0x1f, 0x62, + 0x41, 0xb8, 0x98, 0xce, 0x42, 0xe6, 0x9d, 0x4d, 0x53, 0x92, 0xb0, 0x54, 0x70, 0x63, 0x47, 0xf6, + 0x3d, 0xd8, 0xdc, 0xf7, 0xa5, 0xcc, 0x18, 0x67, 0x09, 0xae, 0xc4, 0xbb, 0x28, 0xac, 0xba, 0xf8, + 0x0b, 0xbd, 0x55, 0xef, 0xea, 0xd6, 0x77, 0xd0, 0x5b, 0x83, 0xa3, 0x7b, 0xd0, 0xe4, 0x09, 0xf1, + 0xa6, 0xd4, 0x57, 0x27, 0x6f, 0x64, 0xe6, 0x73, 0x1f, 0x7d, 0x00, 0xb7, 0x57, 0xe9, 0xc8, 0x09, + 0xe8, 0x6e, 0x67, 0xa5, 0xba, 0x35, 0x86, 0x7b, 0x15, 0x21, 0x73, 0x91, 0xd1, 0x01, 0xec, 0xa5, + 0xe4, 0x35, 0xf1, 0x04, 0xf1, 0xa7, 0x4a, 0xbf, 0xac, 0x7c, 0xcb, 0xdd, 0xcd, 0xdd, 0x32, 0x8d, + 0x5b, 0x18, 0x7a, 0x13, 0x1e, 0x3c, 0x4b, 0x09, 0xf9, 0x69, 0x9b, 0x95, 0x30, 0xa1, 0xb5, 0xd8, + 0x01, 0x7f, 0x31, 0x90, 0xb6, 0x5b, 0xd8, 0xe8, 0xbd, 0x6c, 0x54, 0x98, 0xb3, 0x58, 0x6d, 0x84, + 0xb2, 0xac, 0x07, 0x70, 0x7f, 0xad, 0x45, 0xb1, 0x0d, 0xdf, 0xc2, 0x5d, 0xb9, 0x2b, 0xaf, 0xfe, + 0x07, 0x06, 0xd6, 0x23, 0x78, 0xb0, 0xa1, 0x58, 0xde, 0x6b, 0xf4, 0x8b, 0x0e, 0xf5, 0x09, 0x0f, + 0x50, 0x00, 0x77, 0xca, 0xff, 0x15, 0x3f, 0xde, 0x3c, 0xdc, 0xea, 0x45, 0x32, 0xed, 0xed, 0x70, + 0xc5, 0x14, 0x22, 0xd8, 0xab, 0xde, 0xb6, 0xe1, 0xb5, 0x25, 0x2a, 0x48, 0xf3, 0xf3, 0x6d, 0x91, + 0x45, 0x3b, 0x1f, 0x6e, 0x97, 0x6e, 0xd5, 0x47, 0xd7, 0x56, 0x58, 0x85, 0x99, 0x9f, 0x6d, 0x05, + 0x2b, 0xba, 0xbc, 0x86, 0xdd, 0xca, 0xba, 0x1c, 0x5c, 0x5b, 0xa0, 0x0c, 0x34, 0x9d, 0x2d, 0x81, + 0x45, 0xaf, 0x04, 0xba, 0x6b, 0xab, 0xf1, 0xc9, 0x0d, 0xba, 0x94, 0xa1, 0xe6, 0xe1, 0xd6, 0xd0, + 0xbc, 0xe3, 0xf8, 0xe8, 0xdd, 0x65, 0x5f, 0xbb, 0xb8, 0xec, 0x6b, 0x7f, 0x5e, 0xf6, 0xb5, 0x9f, + 0xaf, 0xfa, 0xb5, 0x8b, 0xab, 0x7e, 0xed, 0xf7, 0xab, 0x7e, 0xed, 0xc7, 0x27, 0x01, 0x15, 0xa7, + 0x6f, 0x66, 0xb6, 0xc7, 0x22, 0xa7, 0xf4, 0xd5, 0x9e, 0x8f, 0x9c, 0xb7, 0xcb, 0xdf, 0x13, 0xe7, + 0x09, 0xe1, 0xb3, 0x86, 0xfc, 0x04, 0x7f, 0xf1, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x1b, 0xde, + 0xff, 0x53, 0x74, 0x08, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/pairing/types/unstake_proposal.pb.go b/x/pairing/types/unstake_proposal.pb.go index 72548c5326..cc45e04e82 100644 --- a/x/pairing/types/unstake_proposal.pb.go +++ b/x/pairing/types/unstake_proposal.pb.go @@ -180,34 +180,34 @@ func init() { } var fileDescriptor_d35cf592c1bb0d91 = []byte{ - // 422 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x92, 0x31, 0x6f, 0xd4, 0x30, - 0x14, 0xc7, 0x93, 0xf6, 0x80, 0xd6, 0x27, 0x5a, 0x61, 0x6e, 0xb8, 0x9e, 0x50, 0x7a, 0xba, 0xa5, - 0x45, 0x48, 0xb6, 0x5a, 0x36, 0xb6, 0x16, 0x06, 0x2a, 0x31, 0x54, 0x45, 0x30, 0x20, 0xa1, 0xc8, - 0x49, 0x7c, 0x3e, 0x8b, 0x9c, 0x9f, 0x65, 0x3b, 0x07, 0x88, 0x1d, 0x31, 0xf2, 0x11, 0xf8, 0x38, - 0x1d, 0x3b, 0x32, 0x21, 0x74, 0xf7, 0x45, 0x50, 0x1c, 0x27, 0x80, 0x9a, 0xc9, 0x79, 0xef, 0xfd, - 0xfc, 0xcf, 0xdf, 0xef, 0x3d, 0xf4, 0xa4, 0x64, 0x2b, 0xa6, 0xb8, 0xa3, 0xf5, 0x49, 0x35, 0x93, - 0x46, 0x2a, 0x41, 0x2b, 0x65, 0x1d, 0xfb, 0xc0, 0x53, 0x6d, 0x40, 0x83, 0x65, 0x25, 0xd1, 0x06, - 0x1c, 0xe0, 0x51, 0x80, 0x49, 0x7d, 0x92, 0x00, 0x4f, 0x46, 0x02, 0x04, 0x78, 0x80, 0xd6, 0x5f, - 0x0d, 0x3b, 0x49, 0x04, 0x80, 0x28, 0x39, 0xf5, 0x51, 0x56, 0xcd, 0xe9, 0x47, 0xc3, 0xb4, 0xe6, - 0xc6, 0xb6, 0xf5, 0x1c, 0xec, 0x12, 0x2c, 0xcd, 0x98, 0xe5, 0x74, 0x75, 0x92, 0x71, 0xc7, 0x4e, - 0x68, 0x0e, 0x52, 0x35, 0xf5, 0xd9, 0xd7, 0x2d, 0xb4, 0xff, 0xa6, 0xb1, 0x71, 0x19, 0x5c, 0xe0, - 0x11, 0xba, 0xe3, 0xa4, 0x2b, 0xf9, 0x38, 0x9e, 0xc6, 0xc7, 0xbb, 0x57, 0x4d, 0x80, 0xa7, 0x68, - 0x58, 0x70, 0x9b, 0x1b, 0xa9, 0x9d, 0x04, 0x35, 0xde, 0xf2, 0xb5, 0x7f, 0x53, 0xf8, 0x2d, 0xda, - 0xd3, 0x06, 0x56, 0xb2, 0xe0, 0xc6, 0xa6, 0x52, 0xcd, 0x61, 0xbc, 0x3d, 0xdd, 0x3e, 0x1e, 0x9e, - 0x3e, 0x26, 0x7d, 0x0f, 0x22, 0x97, 0x81, 0x0d, 0xbf, 0xbf, 0x50, 0x73, 0x38, 0x1f, 0x5c, 0xff, - 0x3a, 0x8c, 0xae, 0xee, 0x77, 0x32, 0x75, 0x12, 0xbf, 0x47, 0xf8, 0x05, 0x2f, 0xb9, 0x60, 0x0e, - 0x8c, 0x7d, 0x5d, 0x32, 0xbb, 0x90, 0x4a, 0x8c, 0x07, 0x5e, 0xfb, 0xa8, 0x5f, 0xbb, 0xe3, 0x5b, - 0x3c, 0x28, 0xf7, 0x08, 0x3d, 0x1b, 0x7c, 0xfb, 0x71, 0x18, 0xcd, 0x5e, 0xa1, 0x87, 0x3d, 0x86, - 0xf0, 0x04, 0xed, 0xb4, 0x66, 0x42, 0x3b, 0xba, 0x18, 0x1f, 0xa0, 0x9d, 0x7c, 0xc1, 0xa4, 0x4a, - 0x65, 0x11, 0xda, 0x71, 0xcf, 0xc7, 0x17, 0xc5, 0xec, 0x0b, 0x7a, 0x70, 0xcb, 0x02, 0x7e, 0x84, - 0x76, 0x8b, 0x36, 0x19, 0xc4, 0xfe, 0x26, 0xf0, 0x4b, 0xb4, 0x6f, 0x03, 0x99, 0xb2, 0x25, 0x54, - 0xca, 0x79, 0xd1, 0xe1, 0xe9, 0x01, 0x69, 0x66, 0x48, 0xea, 0x19, 0x92, 0x30, 0x43, 0xf2, 0x1c, - 0xa4, 0x0a, 0x8f, 0xda, 0x6b, 0xef, 0x9d, 0xf9, 0x6b, 0xe7, 0x67, 0xd7, 0xeb, 0x24, 0xbe, 0x59, - 0x27, 0xf1, 0xef, 0x75, 0x12, 0x7f, 0xdf, 0x24, 0xd1, 0xcd, 0x26, 0x89, 0x7e, 0x6e, 0x92, 0xe8, - 0xdd, 0x91, 0x90, 0x6e, 0x51, 0x65, 0x24, 0x87, 0x25, 0xfd, 0x6f, 0x23, 0x3f, 0x75, 0x3b, 0xe9, - 0x3e, 0x6b, 0x6e, 0xb3, 0xbb, 0x7e, 0x3b, 0x9e, 0xfe, 0x09, 0x00, 0x00, 0xff, 0xff, 0xde, 0x03, - 0xdd, 0x68, 0xb8, 0x02, 0x00, 0x00, + // 425 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x92, 0x41, 0x6f, 0xd3, 0x30, + 0x14, 0xc7, 0x93, 0xad, 0xc0, 0xe6, 0x8a, 0x4d, 0x98, 0x1e, 0xba, 0x0a, 0x65, 0x55, 0x2f, 0x0c, + 0x90, 0x6c, 0xad, 0xdc, 0xb8, 0x31, 0x76, 0x60, 0x12, 0x87, 0x69, 0x08, 0x0e, 0x48, 0xa8, 0x72, + 0x12, 0xd7, 0xb5, 0x48, 0xfd, 0x2c, 0xdb, 0x0d, 0x20, 0xee, 0x88, 0x23, 0x1f, 0x81, 0x8f, 0xb3, + 0x63, 0x8f, 0x9c, 0x10, 0x6a, 0xbf, 0x08, 0x8a, 0xe3, 0x04, 0xd0, 0x72, 0x72, 0xde, 0x7b, 0x3f, + 0xff, 0xf3, 0xf7, 0x7b, 0x0f, 0x3d, 0x29, 0x58, 0xc9, 0x14, 0x77, 0xb4, 0x3a, 0xa9, 0x66, 0xd2, + 0x48, 0x25, 0xe8, 0x4a, 0x59, 0xc7, 0x3e, 0xf0, 0x99, 0x36, 0xa0, 0xc1, 0xb2, 0x82, 0x68, 0x03, + 0x0e, 0xf0, 0x20, 0xc0, 0xa4, 0x3a, 0x49, 0x80, 0x47, 0x03, 0x01, 0x02, 0x3c, 0x40, 0xab, 0xaf, + 0x9a, 0x1d, 0x25, 0x02, 0x40, 0x14, 0x9c, 0xfa, 0x28, 0x5d, 0xcd, 0xe9, 0x47, 0xc3, 0xb4, 0xe6, + 0xc6, 0x36, 0xf5, 0x0c, 0xec, 0x12, 0x2c, 0x4d, 0x99, 0xe5, 0xb4, 0x3c, 0x4d, 0xb9, 0x63, 0xa7, + 0x34, 0x03, 0xa9, 0xea, 0xfa, 0xe4, 0xeb, 0x0e, 0x3a, 0x7c, 0x53, 0xdb, 0xb8, 0x0c, 0x2e, 0xf0, + 0x00, 0xdd, 0x72, 0xd2, 0x15, 0x7c, 0x18, 0x8f, 0xe3, 0x93, 0xfd, 0xab, 0x3a, 0xc0, 0x63, 0xd4, + 0xcf, 0xb9, 0xcd, 0x8c, 0xd4, 0x4e, 0x82, 0x1a, 0xee, 0xf8, 0xda, 0xbf, 0x29, 0xfc, 0x16, 0x1d, + 0x68, 0x03, 0xa5, 0xcc, 0xb9, 0xb1, 0x33, 0xa9, 0xe6, 0x30, 0xdc, 0x1d, 0xef, 0x9e, 0xf4, 0xa7, + 0x8f, 0x48, 0xd7, 0x83, 0xc8, 0x65, 0x60, 0xc3, 0xef, 0x2f, 0xd4, 0x1c, 0xce, 0x7a, 0xd7, 0xbf, + 0x8e, 0xa3, 0xab, 0xbb, 0xad, 0x4c, 0x95, 0xc4, 0xef, 0x11, 0x3e, 0xe7, 0x05, 0x17, 0xcc, 0x81, + 0xb1, 0xaf, 0x0b, 0x66, 0x17, 0x52, 0x89, 0x61, 0xcf, 0x6b, 0x3f, 0xec, 0xd6, 0x6e, 0xf9, 0x06, + 0x0f, 0xca, 0x1d, 0x42, 0xcf, 0x7a, 0xdf, 0x7e, 0x1c, 0x47, 0x93, 0x57, 0xe8, 0x7e, 0x87, 0x21, + 0x3c, 0x42, 0x7b, 0x8d, 0x99, 0xd0, 0x8e, 0x36, 0xc6, 0x47, 0x68, 0x2f, 0x5b, 0x30, 0xa9, 0x66, + 0x32, 0x0f, 0xed, 0xb8, 0xe3, 0xe3, 0x8b, 0x7c, 0xf2, 0x05, 0xdd, 0xbb, 0x61, 0x01, 0x3f, 0x40, + 0xfb, 0x79, 0x93, 0x0c, 0x62, 0x7f, 0x13, 0xf8, 0x25, 0x3a, 0xb4, 0x81, 0x9c, 0xb1, 0x25, 0xac, + 0x94, 0xf3, 0xa2, 0xfd, 0xe9, 0x11, 0xa9, 0x67, 0x48, 0xaa, 0x19, 0x92, 0x30, 0x43, 0xf2, 0x02, + 0xa4, 0x0a, 0x8f, 0x3a, 0x68, 0xee, 0x3d, 0xf7, 0xd7, 0xce, 0xce, 0xaf, 0x37, 0x49, 0xbc, 0xde, + 0x24, 0xf1, 0xef, 0x4d, 0x12, 0x7f, 0xdf, 0x26, 0xd1, 0x7a, 0x9b, 0x44, 0x3f, 0xb7, 0x49, 0xf4, + 0xee, 0xb1, 0x90, 0x6e, 0xb1, 0x4a, 0x49, 0x06, 0x4b, 0xfa, 0xdf, 0x46, 0x96, 0x53, 0xfa, 0xa9, + 0x5d, 0x4b, 0xf7, 0x59, 0x73, 0x9b, 0xde, 0xf6, 0x0b, 0xf2, 0xf4, 0x4f, 0x00, 0x00, 0x00, 0xff, + 0xff, 0x35, 0x0e, 0x27, 0xe1, 0xbb, 0x02, 0x00, 0x00, } func (m *UnstakeProposal) Marshal() (dAtA []byte, err error) { diff --git a/x/plans/client/cli/query.go b/x/plans/client/cli/query.go index d7f9c242c6..a41405b9e7 100644 --- a/x/plans/client/cli/query.go +++ b/x/plans/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/lavanet/lava/x/plans/types" + "github.com/lavanet/lava/v2/x/plans/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/plans/client/cli/query_info.go b/x/plans/client/cli/query_info.go index 222b214527..bf4020bea8 100644 --- a/x/plans/client/cli/query_info.go +++ b/x/plans/client/cli/query_info.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/plans/types" + "github.com/lavanet/lava/v2/x/plans/types" "github.com/spf13/cobra" ) diff --git a/x/plans/client/cli/query_list.go b/x/plans/client/cli/query_list.go index bc7362ea31..89a48978e3 100644 --- a/x/plans/client/cli/query_list.go +++ b/x/plans/client/cli/query_list.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/plans/types" + "github.com/lavanet/lava/v2/x/plans/types" "github.com/spf13/cobra" ) diff --git a/x/plans/client/cli/query_params.go b/x/plans/client/cli/query_params.go index 2355a2488d..196e3f44d7 100644 --- a/x/plans/client/cli/query_params.go +++ b/x/plans/client/cli/query_params.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/plans/types" + "github.com/lavanet/lava/v2/x/plans/types" "github.com/spf13/cobra" ) diff --git a/x/plans/client/cli/tx.go b/x/plans/client/cli/tx.go index 45370d731f..03216ed4c9 100644 --- a/x/plans/client/cli/tx.go +++ b/x/plans/client/cli/tx.go @@ -15,8 +15,8 @@ import ( // "github.com/cosmos/cosmos-sdk/client/flags" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/plans/client/utils" - "github.com/lavanet/lava/x/plans/types" + "github.com/lavanet/lava/v2/x/plans/client/utils" + "github.com/lavanet/lava/v2/x/plans/types" ) var DefaultRelativePacketTimeoutTimestamp = uint64((time.Duration(10) * time.Minute).Nanoseconds()) diff --git a/x/plans/client/proposal_handler.go b/x/plans/client/proposal_handler.go index 4d8c79dc69..0d3c33616d 100644 --- a/x/plans/client/proposal_handler.go +++ b/x/plans/client/proposal_handler.go @@ -2,7 +2,7 @@ package client import ( govclient "github.com/cosmos/cosmos-sdk/x/gov/client" - "github.com/lavanet/lava/x/plans/client/cli" + "github.com/lavanet/lava/v2/x/plans/client/cli" ) var PlansAddProposalHandler = govclient.NewProposalHandler(cli.NewSubmitPlansAddProposalTxCmd) diff --git a/x/plans/client/utils/utils.go b/x/plans/client/utils/utils.go index a580a24dcd..1585c6753c 100755 --- a/x/plans/client/utils/utils.go +++ b/x/plans/client/utils/utils.go @@ -6,9 +6,9 @@ import ( sdkerrors "cosmossdk.io/errors" "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" - commontypes "github.com/lavanet/lava/utils/common/types" - "github.com/lavanet/lava/utils/decoder" - "github.com/lavanet/lava/x/plans/types" + commontypes "github.com/lavanet/lava/v2/utils/common/types" + "github.com/lavanet/lava/v2/utils/decoder" + "github.com/lavanet/lava/v2/x/plans/types" "github.com/mitchellh/mapstructure" ) diff --git a/x/plans/genesis.go b/x/plans/genesis.go index 850c070c5d..64c9af39e7 100644 --- a/x/plans/genesis.go +++ b/x/plans/genesis.go @@ -2,8 +2,8 @@ package plans import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/plans/keeper" - "github.com/lavanet/lava/x/plans/types" + "github.com/lavanet/lava/v2/x/plans/keeper" + "github.com/lavanet/lava/v2/x/plans/types" ) // InitGenesis initializes the capability module's state from a provided genesis diff --git a/x/plans/genesis_test.go b/x/plans/genesis_test.go index 38b143e4b5..d4da3a34ea 100644 --- a/x/plans/genesis_test.go +++ b/x/plans/genesis_test.go @@ -3,10 +3,10 @@ package plans_test import ( "testing" - keepertest "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/testutil/nullify" - plans "github.com/lavanet/lava/x/plans" - "github.com/lavanet/lava/x/plans/types" + keepertest "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/testutil/nullify" + plans "github.com/lavanet/lava/v2/x/plans" + "github.com/lavanet/lava/v2/x/plans/types" "github.com/stretchr/testify/require" ) diff --git a/x/plans/handler.go b/x/plans/handler.go index 0f4685d372..407eb8c3c7 100644 --- a/x/plans/handler.go +++ b/x/plans/handler.go @@ -6,8 +6,8 @@ import ( sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/lavanet/lava/x/plans/keeper" - "github.com/lavanet/lava/x/plans/types" + "github.com/lavanet/lava/v2/x/plans/keeper" + "github.com/lavanet/lava/v2/x/plans/types" ) // NewHandler ... diff --git a/x/plans/keeper/grpc_query.go b/x/plans/keeper/grpc_query.go index 3b8f9acd63..43e4fcd66d 100644 --- a/x/plans/keeper/grpc_query.go +++ b/x/plans/keeper/grpc_query.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/lavanet/lava/x/plans/types" + "github.com/lavanet/lava/v2/x/plans/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/plans/keeper/grpc_query_info.go b/x/plans/keeper/grpc_query_info.go index 5455b06957..ee11aa7801 100644 --- a/x/plans/keeper/grpc_query_info.go +++ b/x/plans/keeper/grpc_query_info.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/plans/types" + "github.com/lavanet/lava/v2/x/plans/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/plans/keeper/grpc_query_list.go b/x/plans/keeper/grpc_query_list.go index 249f3ab8d2..657cc9d04b 100644 --- a/x/plans/keeper/grpc_query_list.go +++ b/x/plans/keeper/grpc_query_list.go @@ -5,8 +5,8 @@ import ( "fmt" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/plans/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/plans/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/plans/keeper/grpc_query_params.go b/x/plans/keeper/grpc_query_params.go index ea56743123..70a35140b9 100644 --- a/x/plans/keeper/grpc_query_params.go +++ b/x/plans/keeper/grpc_query_params.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/plans/types" + "github.com/lavanet/lava/v2/x/plans/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/plans/keeper/grpc_query_params_test.go b/x/plans/keeper/grpc_query_params_test.go index b19cb9a26d..2901e3ffea 100644 --- a/x/plans/keeper/grpc_query_params_test.go +++ b/x/plans/keeper/grpc_query_params_test.go @@ -4,8 +4,8 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - testkeeper "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/x/plans/types" + testkeeper "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/x/plans/types" "github.com/stretchr/testify/require" ) diff --git a/x/plans/keeper/keeper.go b/x/plans/keeper/keeper.go index 6a83fa5150..58920f0c4d 100644 --- a/x/plans/keeper/keeper.go +++ b/x/plans/keeper/keeper.go @@ -10,8 +10,8 @@ import ( "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" - fixationtypes "github.com/lavanet/lava/x/fixationstore/types" - "github.com/lavanet/lava/x/plans/types" + fixationtypes "github.com/lavanet/lava/v2/x/fixationstore/types" + "github.com/lavanet/lava/v2/x/plans/types" ) type ( diff --git a/x/plans/keeper/migrations.go b/x/plans/keeper/migrations.go index 760fc44101..f82ffe137b 100644 --- a/x/plans/keeper/migrations.go +++ b/x/plans/keeper/migrations.go @@ -4,11 +4,11 @@ import ( "math" sdk "github.com/cosmos/cosmos-sdk/types" - v2 "github.com/lavanet/lava/x/plans/migrations/v2" - v3 "github.com/lavanet/lava/x/plans/migrations/v3" - v7 "github.com/lavanet/lava/x/plans/migrations/v7" - v8 "github.com/lavanet/lava/x/plans/migrations/v8" - projectsv3 "github.com/lavanet/lava/x/projects/migrations/v3" + v2 "github.com/lavanet/lava/v2/x/plans/migrations/v2" + v3 "github.com/lavanet/lava/v2/x/plans/migrations/v3" + v7 "github.com/lavanet/lava/v2/x/plans/migrations/v7" + v8 "github.com/lavanet/lava/v2/x/plans/migrations/v8" + projectsv3 "github.com/lavanet/lava/v2/x/projects/migrations/v3" ) type Migrator struct { diff --git a/x/plans/keeper/msg_server.go b/x/plans/keeper/msg_server.go index 16c5427827..524a410e7e 100644 --- a/x/plans/keeper/msg_server.go +++ b/x/plans/keeper/msg_server.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/lavanet/lava/x/plans/types" + "github.com/lavanet/lava/v2/x/plans/types" ) type msgServer struct { diff --git a/x/plans/keeper/msg_server_test.go b/x/plans/keeper/msg_server_test.go index fb2ae06a1c..d3c32b4c84 100644 --- a/x/plans/keeper/msg_server_test.go +++ b/x/plans/keeper/msg_server_test.go @@ -5,9 +5,9 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - keepertest "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/x/plans/keeper" - "github.com/lavanet/lava/x/plans/types" + keepertest "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/x/plans/keeper" + "github.com/lavanet/lava/v2/x/plans/types" ) func setupMsgServer(t testing.TB) (types.MsgServer, context.Context) { diff --git a/x/plans/keeper/params.go b/x/plans/keeper/params.go index a0fca2f77e..8e01d23aa3 100644 --- a/x/plans/keeper/params.go +++ b/x/plans/keeper/params.go @@ -2,7 +2,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/plans/types" + "github.com/lavanet/lava/v2/x/plans/types" ) // GetParams get all parameters as types.Params diff --git a/x/plans/keeper/params_test.go b/x/plans/keeper/params_test.go index fb04255313..81901aba8c 100644 --- a/x/plans/keeper/params_test.go +++ b/x/plans/keeper/params_test.go @@ -3,8 +3,8 @@ package keeper_test import ( "testing" - testkeeper "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/x/plans/types" + testkeeper "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/x/plans/types" "github.com/stretchr/testify/require" ) diff --git a/x/plans/keeper/plan.go b/x/plans/keeper/plan.go index 2b53d8352f..5b2aa20deb 100644 --- a/x/plans/keeper/plan.go +++ b/x/plans/keeper/plan.go @@ -4,9 +4,9 @@ import ( "fmt" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - "github.com/lavanet/lava/x/plans/types" + "github.com/lavanet/lava/v2/utils" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/plans/types" ) // AddPlan adds a new plan to the KVStore diff --git a/x/plans/keeper/plan_test.go b/x/plans/keeper/plan_test.go index 4fd85a61c5..6b342b403b 100644 --- a/x/plans/keeper/plan_test.go +++ b/x/plans/keeper/plan_test.go @@ -6,10 +6,10 @@ import ( "testing" "cosmossdk.io/math" - "github.com/lavanet/lava/testutil/common" - testkeeper "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/testutil/nullify" - "github.com/lavanet/lava/x/plans/types" + "github.com/lavanet/lava/v2/testutil/common" + testkeeper "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/testutil/nullify" + "github.com/lavanet/lava/v2/x/plans/types" "github.com/stretchr/testify/require" ) diff --git a/x/plans/migrations/v3/plan.pb.go b/x/plans/migrations/v3/plan.pb.go index ce1e513ba8..01588f31a9 100755 --- a/x/plans/migrations/v3/plan.pb.go +++ b/x/plans/migrations/v3/plan.pb.go @@ -8,7 +8,7 @@ import ( types "github.com/cosmos/cosmos-sdk/types" _ "github.com/gogo/protobuf/gogoproto" proto "github.com/gogo/protobuf/proto" - v3 "github.com/lavanet/lava/x/projects/migrations/v3" + v3 "github.com/lavanet/lava/v2/x/projects/migrations/v3" io "io" math "math" math_bits "math/bits" diff --git a/x/plans/migrations/v7/plan.pb.go b/x/plans/migrations/v7/plan.pb.go index 09133e298d..97ffbc59c0 100755 --- a/x/plans/migrations/v7/plan.pb.go +++ b/x/plans/migrations/v7/plan.pb.go @@ -8,7 +8,7 @@ import ( types "github.com/cosmos/cosmos-sdk/types" _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" - _ "github.com/lavanet/lava/x/spec/types" + _ "github.com/lavanet/lava/v2/x/spec/types" io "io" math "math" math_bits "math/bits" diff --git a/x/plans/migrations/v7/policy.pb.go b/x/plans/migrations/v7/policy.pb.go index a95eca4c29..5fa445562b 100755 --- a/x/plans/migrations/v7/policy.pb.go +++ b/x/plans/migrations/v7/policy.pb.go @@ -8,7 +8,7 @@ import ( _ "github.com/cosmos/cosmos-sdk/types" _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" - types "github.com/lavanet/lava/x/spec/types" + types "github.com/lavanet/lava/v2/x/spec/types" io "io" math "math" math_bits "math/bits" diff --git a/x/plans/migrations/v8/plan.pb.go b/x/plans/migrations/v8/plan.pb.go index cb95c1a7de..190da99340 100644 --- a/x/plans/migrations/v8/plan.pb.go +++ b/x/plans/migrations/v8/plan.pb.go @@ -8,7 +8,7 @@ import ( types "github.com/cosmos/cosmos-sdk/types" _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" - _ "github.com/lavanet/lava/x/spec/types" + _ "github.com/lavanet/lava/v2/x/spec/types" io "io" math "math" math_bits "math/bits" diff --git a/x/plans/migrations/v8/policy.pb.go b/x/plans/migrations/v8/policy.pb.go index 9339dd3468..1b58b7ece2 100644 --- a/x/plans/migrations/v8/policy.pb.go +++ b/x/plans/migrations/v8/policy.pb.go @@ -8,7 +8,7 @@ import ( _ "github.com/cosmos/cosmos-sdk/types" _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" - types "github.com/lavanet/lava/x/spec/types" + types "github.com/lavanet/lava/v2/x/spec/types" io "io" math "math" math_bits "math/bits" diff --git a/x/plans/migrations/v9/plan.pb.go b/x/plans/migrations/v9/plan.pb.go index b546ca529e..f522a772e6 100644 --- a/x/plans/migrations/v9/plan.pb.go +++ b/x/plans/migrations/v9/plan.pb.go @@ -8,7 +8,7 @@ import ( types "github.com/cosmos/cosmos-sdk/types" _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" - _ "github.com/lavanet/lava/x/spec/types" + _ "github.com/lavanet/lava/v2/x/spec/types" io "io" math "math" math_bits "math/bits" diff --git a/x/plans/migrations/v9/policy.pb.go b/x/plans/migrations/v9/policy.pb.go index e1d0128f0d..f129503092 100644 --- a/x/plans/migrations/v9/policy.pb.go +++ b/x/plans/migrations/v9/policy.pb.go @@ -8,7 +8,7 @@ import ( _ "github.com/cosmos/cosmos-sdk/types" _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" - types "github.com/lavanet/lava/x/spec/types" + types "github.com/lavanet/lava/v2/x/spec/types" io "io" math "math" math_bits "math/bits" diff --git a/x/plans/module.go b/x/plans/module.go index 11124a91e7..1d39727d19 100644 --- a/x/plans/module.go +++ b/x/plans/module.go @@ -16,9 +16,9 @@ import ( cdctypes "github.com/cosmos/cosmos-sdk/codec/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/lavanet/lava/x/plans/client/cli" - "github.com/lavanet/lava/x/plans/keeper" - "github.com/lavanet/lava/x/plans/types" + "github.com/lavanet/lava/v2/x/plans/client/cli" + "github.com/lavanet/lava/v2/x/plans/keeper" + "github.com/lavanet/lava/v2/x/plans/types" ) var ( diff --git a/x/plans/module_simulation.go b/x/plans/module_simulation.go index e6c8104455..76c96d6aca 100644 --- a/x/plans/module_simulation.go +++ b/x/plans/module_simulation.go @@ -7,9 +7,9 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" "github.com/cosmos/cosmos-sdk/x/simulation" - "github.com/lavanet/lava/testutil/sample" - plansimulation "github.com/lavanet/lava/x/plans/simulation" - "github.com/lavanet/lava/x/plans/types" + "github.com/lavanet/lava/v2/testutil/sample" + plansimulation "github.com/lavanet/lava/v2/x/plans/simulation" + "github.com/lavanet/lava/v2/x/plans/types" ) // avoid unused import issue diff --git a/x/plans/proposal_handler.go b/x/plans/proposal_handler.go index 13ee49d075..d650d7ff9d 100644 --- a/x/plans/proposal_handler.go +++ b/x/plans/proposal_handler.go @@ -7,9 +7,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/plans/keeper" - "github.com/lavanet/lava/x/plans/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/plans/keeper" + "github.com/lavanet/lava/v2/x/plans/types" ) // NewPlanProposalsHandler creates a new governance Handler for a Plan diff --git a/x/plans/types/delproposal.go b/x/plans/types/delproposal.go index 51845bef0b..0bda91837f 100644 --- a/x/plans/types/delproposal.go +++ b/x/plans/types/delproposal.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1" sdkerrors "cosmossdk.io/errors" - commontypes "github.com/lavanet/lava/utils/common/types" + commontypes "github.com/lavanet/lava/v2/utils/common/types" ) const ( diff --git a/x/plans/types/errors.go b/x/plans/types/errors.go index 960ad4c78d..ea66544ac7 100644 --- a/x/plans/types/errors.go +++ b/x/plans/types/errors.go @@ -4,7 +4,7 @@ package types import ( sdkerrors "cosmossdk.io/errors" - commontypes "github.com/lavanet/lava/utils/common/types" + commontypes "github.com/lavanet/lava/v2/utils/common/types" ) // x/plan module sentinel errors diff --git a/x/plans/types/expected_keepers.go b/x/plans/types/expected_keepers.go index 27e407e7c6..76da31ab07 100644 --- a/x/plans/types/expected_keepers.go +++ b/x/plans/types/expected_keepers.go @@ -3,8 +3,8 @@ package types import ( storetypes "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - fixationstoretypes "github.com/lavanet/lava/x/fixationstore/types" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + fixationstoretypes "github.com/lavanet/lava/v2/x/fixationstore/types" ) type EpochStorageKeeper interface { diff --git a/x/plans/types/genesis.go b/x/plans/types/genesis.go index eae253a95c..42ac6eeb36 100644 --- a/x/plans/types/genesis.go +++ b/x/plans/types/genesis.go @@ -1,7 +1,7 @@ package types import ( - fixationtypes "github.com/lavanet/lava/x/fixationstore/types" + fixationtypes "github.com/lavanet/lava/v2/x/fixationstore/types" ) // DefaultIndex is the default capability global index diff --git a/x/plans/types/genesis.pb.go b/x/plans/types/genesis.pb.go index 7f918c7669..fc8ce85f7d 100644 --- a/x/plans/types/genesis.pb.go +++ b/x/plans/types/genesis.pb.go @@ -7,7 +7,7 @@ import ( fmt "fmt" _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" - types "github.com/lavanet/lava/x/fixationstore/types" + types "github.com/lavanet/lava/v2/x/fixationstore/types" io "io" math "math" math_bits "math/bits" @@ -84,7 +84,7 @@ func init() { func init() { proto.RegisterFile("lavanet/lava/plans/genesis.proto", fileDescriptor_714273f6abd9b14c) } var fileDescriptor_714273f6abd9b14c = []byte{ - // 236 bytes of a gzipped FileDescriptorProto + // 239 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xc8, 0x49, 0x2c, 0x4b, 0xcc, 0x4b, 0x2d, 0xd1, 0x07, 0xd1, 0xfa, 0x05, 0x39, 0x89, 0x79, 0xc5, 0xfa, 0xe9, 0xa9, 0x79, 0xa9, 0xc5, 0x99, 0xc5, 0x7a, 0x05, 0x45, 0xf9, 0x25, 0xf9, 0x42, 0x42, 0x50, 0x15, 0x7a, 0x20, @@ -95,11 +95,11 @@ var fileDescriptor_714273f6abd9b14c = []byte{ 0x5c, 0x6c, 0x10, 0xb3, 0x24, 0x18, 0x15, 0x18, 0x35, 0xb8, 0x8d, 0xa4, 0xf4, 0x30, 0xdd, 0xa5, 0x17, 0x00, 0x56, 0xe1, 0xc4, 0x72, 0xe2, 0x9e, 0x3c, 0x43, 0x10, 0x54, 0xbd, 0x90, 0x07, 0x17, 0x3b, 0x58, 0xd6, 0x2d, 0x58, 0x82, 0x09, 0xac, 0x55, 0x03, 0x55, 0x2b, 0x8a, 0x3b, 0xf4, 0x90, - 0x2d, 0x85, 0x1a, 0x04, 0xd3, 0xee, 0x64, 0x7f, 0xe2, 0x91, 0x1c, 0xe3, 0x85, 0x47, 0x72, 0x8c, + 0x2d, 0x85, 0x1a, 0x04, 0xd3, 0xee, 0xe4, 0x74, 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, 0xaa, 0xe9, 0x99, 0x25, 0x19, 0xa5, 0x49, 0x7a, 0xc9, 0xf9, 0xb9, 0xfa, 0x28, 0x9e, - 0xac, 0x80, 0x86, 0x43, 0x49, 0x65, 0x41, 0x6a, 0x71, 0x12, 0x1b, 0xd8, 0x73, 0xc6, 0x80, 0x00, - 0x00, 0x00, 0xff, 0xff, 0x42, 0xaa, 0x50, 0x14, 0x76, 0x01, 0x00, 0x00, + 0x0c, 0x51, 0x1a, 0xe9, 0x99, 0x25, 0x19, 0xa5, 0x49, 0x7a, 0xc9, 0xf9, 0xb9, 0xfa, 0x28, 0x9e, + 0x2c, 0x33, 0xd2, 0xaf, 0x80, 0x06, 0x45, 0x49, 0x65, 0x41, 0x6a, 0x71, 0x12, 0x1b, 0xd8, 0x7f, + 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0x06, 0xef, 0x70, 0x22, 0x79, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/plans/types/genesis_test.go b/x/plans/types/genesis_test.go index f71318f553..2c15f019d1 100644 --- a/x/plans/types/genesis_test.go +++ b/x/plans/types/genesis_test.go @@ -3,7 +3,7 @@ package types_test import ( "testing" - "github.com/lavanet/lava/x/plans/types" + "github.com/lavanet/lava/v2/x/plans/types" "github.com/stretchr/testify/require" ) diff --git a/x/plans/types/geolocation_test.go b/x/plans/types/geolocation_test.go index 5aad7095d8..6933d85e2e 100644 --- a/x/plans/types/geolocation_test.go +++ b/x/plans/types/geolocation_test.go @@ -3,8 +3,8 @@ package types_test import ( "testing" - "github.com/lavanet/lava/utils/lavaslices" - planstypes "github.com/lavanet/lava/x/plans/types" + "github.com/lavanet/lava/v2/utils/lavaslices" + planstypes "github.com/lavanet/lava/v2/x/plans/types" "github.com/stretchr/testify/require" ) diff --git a/x/plans/types/params.pb.go b/x/plans/types/params.pb.go index b4319a839f..fcba357b6e 100644 --- a/x/plans/types/params.pb.go +++ b/x/plans/types/params.pb.go @@ -66,17 +66,17 @@ func init() { func init() { proto.RegisterFile("lavanet/lava/plans/params.proto", fileDescriptor_bb70e7895581f8ab) } var fileDescriptor_bb70e7895581f8ab = []byte{ - // 146 bytes of a gzipped FileDescriptorProto + // 149 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xcf, 0x49, 0x2c, 0x4b, 0xcc, 0x4b, 0x2d, 0xd1, 0x07, 0xd1, 0xfa, 0x05, 0x39, 0x89, 0x79, 0xc5, 0xfa, 0x05, 0x89, 0x45, 0x89, 0xb9, 0xc5, 0x7a, 0x05, 0x45, 0xf9, 0x25, 0xf9, 0x42, 0x42, 0x50, 0x05, 0x7a, 0x20, 0x5a, 0x0f, 0xac, 0x40, 0x4a, 0x24, 0x3d, 0x3f, 0x3d, 0x1f, 0x2c, 0xad, 0x0f, 0x62, 0x41, 0x54, 0x2a, - 0xf1, 0x71, 0xb1, 0x05, 0x80, 0x75, 0x5a, 0xb1, 0xcc, 0x58, 0x20, 0xcf, 0xe0, 0x64, 0x7f, 0xe2, + 0xf1, 0x71, 0xb1, 0x05, 0x80, 0x75, 0x5a, 0xb1, 0xcc, 0x58, 0x20, 0xcf, 0xe0, 0xe4, 0x74, 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, 0xaa, 0xe9, 0x99, 0x25, 0x19, 0xa5, 0x49, - 0x7a, 0xc9, 0xf9, 0xb9, 0xfa, 0x28, 0xf6, 0x57, 0x40, 0x5d, 0x50, 0x52, 0x59, 0x90, 0x5a, 0x9c, - 0xc4, 0x06, 0x36, 0xd7, 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0xb1, 0xb3, 0x0f, 0x7a, 0xa4, 0x00, - 0x00, 0x00, + 0xe1, 0xb1, 0x1c, 0xc3, 0x8d, 0xc7, 0x72, 0x0c, 0x51, 0x1a, 0xe9, 0x99, 0x25, 0x19, 0xa5, 0x49, + 0x7a, 0xc9, 0xf9, 0xb9, 0xfa, 0x28, 0xf6, 0x97, 0x19, 0xe9, 0x57, 0x40, 0x1d, 0x51, 0x52, 0x59, + 0x90, 0x5a, 0x9c, 0xc4, 0x06, 0x36, 0xda, 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0x9c, 0xc7, 0x26, + 0xf5, 0xa7, 0x00, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/plans/types/plan.pb.go b/x/plans/types/plan.pb.go index d1661da9ea..b81229eef4 100644 --- a/x/plans/types/plan.pb.go +++ b/x/plans/types/plan.pb.go @@ -8,7 +8,7 @@ import ( types "github.com/cosmos/cosmos-sdk/types" _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" - _ "github.com/lavanet/lava/x/spec/types" + _ "github.com/lavanet/lava/v2/x/spec/types" io "io" math "math" math_bits "math/bits" @@ -206,45 +206,45 @@ func init() { func init() { proto.RegisterFile("lavanet/lava/plans/plan.proto", fileDescriptor_64c3707a3b09a2e5) } var fileDescriptor_64c3707a3b09a2e5 = []byte{ - // 603 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x53, 0xcf, 0x6e, 0xd3, 0x30, - 0x1c, 0x6e, 0xda, 0xb4, 0x4b, 0x9d, 0x75, 0x33, 0x86, 0x43, 0xa8, 0x20, 0xa9, 0x90, 0x40, 0x15, - 0x87, 0x44, 0x63, 0x12, 0x12, 0x17, 0x04, 0x1d, 0x63, 0x52, 0x35, 0x89, 0x2a, 0xd3, 0x84, 0x04, - 0x48, 0x91, 0xeb, 0x5a, 0xc5, 0xe0, 0xc5, 0x51, 0xe2, 0x8e, 0xed, 0x15, 0x38, 0xf1, 0x18, 0x3c, - 0xca, 0x8e, 0x3b, 0x72, 0x8a, 0x50, 0x77, 0xcb, 0x4b, 0x0c, 0xd9, 0xce, 0x50, 0x0b, 0x88, 0x8b, - 0x3f, 0x7f, 0xbf, 0xef, 0xfb, 0xb5, 0xbf, 0x3f, 0x31, 0xb8, 0xcf, 0xf1, 0x29, 0x4e, 0xa9, 0x8c, - 0x14, 0x46, 0x19, 0xc7, 0x69, 0xa1, 0xcf, 0x30, 0xcb, 0x85, 0x14, 0x08, 0xd5, 0x72, 0xa8, 0x30, - 0xd4, 0x72, 0xff, 0xce, 0x5c, 0xcc, 0x85, 0x96, 0x23, 0x75, 0x33, 0xce, 0xbe, 0x4f, 0x44, 0x71, - 0x22, 0x8a, 0x68, 0x8a, 0x0b, 0x1a, 0x9d, 0xee, 0x4c, 0xa9, 0xc4, 0x3b, 0x11, 0x11, 0xac, 0xfe, - 0xa5, 0xfe, 0xa3, 0xb5, 0x3f, 0x2a, 0x32, 0x4a, 0x22, 0x9c, 0xb1, 0x84, 0x08, 0xce, 0x29, 0x91, - 0x4c, 0xdc, 0xf8, 0x82, 0x7f, 0x15, 0x24, 0x38, 0x23, 0xe7, 0xc6, 0xf0, 0xe0, 0x6b, 0x1b, 0xd8, - 0x13, 0x8e, 0x53, 0x14, 0x80, 0x36, 0x4b, 0x67, 0xf4, 0xcc, 0xb3, 0x06, 0xd6, 0xb0, 0x3b, 0xea, - 0x56, 0x65, 0x60, 0x02, 0xb1, 0x01, 0x65, 0x98, 0x72, 0x41, 0x3e, 0x7b, 0xad, 0x81, 0x35, 0xb4, - 0x8d, 0x41, 0x07, 0x62, 0x03, 0xe8, 0x39, 0x68, 0x67, 0x39, 0x23, 0xd4, 0xb3, 0x07, 0xd6, 0xd0, - 0x7d, 0x72, 0x37, 0x34, 0x3d, 0x84, 0xaa, 0x87, 0xb0, 0xee, 0x21, 0xdc, 0x13, 0x2c, 0x1d, 0xf5, - 0x2e, 0xca, 0xa0, 0xa1, 0xf2, 0xb5, 0x3f, 0x36, 0x80, 0x9e, 0x82, 0x1e, 0xe6, 0x5c, 0x7c, 0x49, - 0xc4, 0x29, 0xcd, 0x17, 0x05, 0xf5, 0x9c, 0x81, 0x35, 0x74, 0x46, 0xb7, 0xaa, 0x32, 0x58, 0x17, - 0xe2, 0x4d, 0x4d, 0xdf, 0x18, 0x86, 0x76, 0xc1, 0x66, 0x2d, 0x24, 0x39, 0x96, 0xd4, 0xeb, 0xea, - 0xfa, 0x60, 0x55, 0x06, 0x6b, 0xf1, 0xd8, 0xbd, 0x49, 0xc7, 0x92, 0xa2, 0x1d, 0xe0, 0xce, 0x68, - 0x41, 0x72, 0x96, 0xa9, 0x69, 0x79, 0xae, 0x6e, 0x7a, 0xbb, 0x2a, 0x83, 0xd5, 0x70, 0xbc, 0x4a, - 0xd0, 0x3d, 0x60, 0xcb, 0xf3, 0x8c, 0x7a, 0x9b, 0xda, 0xeb, 0x54, 0x65, 0xa0, 0x79, 0xac, 0x4f, - 0xf4, 0x01, 0xf4, 0x71, 0x9a, 0x2e, 0x30, 0x4f, 0x66, 0xac, 0x20, 0x62, 0x91, 0xca, 0x24, 0xa3, - 0x39, 0xa1, 0xa9, 0xc4, 0x73, 0xea, 0xf5, 0x74, 0x4d, 0x7e, 0x55, 0x06, 0xff, 0x71, 0xc5, 0x9e, - 0xd1, 0x5e, 0xd5, 0xd2, 0xe4, 0xb7, 0x82, 0x26, 0xc0, 0x55, 0xcb, 0x4b, 0xcc, 0xee, 0xbc, 0x2d, - 0x3d, 0xe1, 0x7e, 0xf8, 0xf7, 0xf7, 0x14, 0x4e, 0xb4, 0x63, 0x74, 0xbb, 0x1e, 0xf1, 0x6a, 0x5a, - 0x0c, 0x14, 0x31, 0x06, 0xf4, 0x0c, 0x6c, 0x65, 0xb9, 0xf8, 0x44, 0x89, 0x2c, 0x12, 0xce, 0x4e, - 0x98, 0xf4, 0xb6, 0x75, 0x8d, 0xa8, 0x2a, 0x83, 0x3f, 0x94, 0xb8, 0x77, 0xc3, 0x0f, 0x15, 0x55, - 0xa9, 0x7a, 0x01, 0x74, 0x96, 0x4c, 0x17, 0xe7, 0x34, 0x2f, 0x3c, 0x38, 0x68, 0x0d, 0xbb, 0x26, - 0x75, 0x5d, 0x89, 0x7b, 0x35, 0x1f, 0x69, 0x3a, 0xb6, 0x1d, 0x00, 0xdd, 0xb1, 0xed, 0x34, 0x61, - 0x6b, 0x6c, 0x3b, 0x6d, 0xd8, 0x19, 0xdb, 0x4e, 0x07, 0x6e, 0x8c, 0x6d, 0x67, 0x03, 0x3a, 0x8f, - 0xdf, 0x03, 0xf7, 0x80, 0x0a, 0x2e, 0x08, 0xd6, 0x03, 0xdf, 0x00, 0xad, 0x83, 0xc3, 0x23, 0xd8, - 0x50, 0x97, 0xe3, 0xa3, 0x3d, 0x68, 0xa1, 0x0e, 0x68, 0xee, 0x1f, 0xc3, 0xa6, 0x09, 0xec, 0x43, - 0xdb, 0x5c, 0xde, 0x42, 0x47, 0x29, 0x2f, 0x5f, 0x43, 0xa8, 0xf1, 0x08, 0x0e, 0x34, 0x1e, 0xc3, - 0x17, 0xc8, 0x01, 0xcd, 0x83, 0x43, 0x78, 0x7d, 0xdd, 0x1a, 0xed, 0x7d, 0x5f, 0xfa, 0xd6, 0xc5, - 0xd2, 0xb7, 0x2e, 0x97, 0xbe, 0xf5, 0x73, 0xe9, 0x5b, 0xdf, 0xae, 0xfc, 0xc6, 0xe5, 0x95, 0xdf, - 0xf8, 0x71, 0xe5, 0x37, 0xde, 0x3d, 0x9c, 0x33, 0xf9, 0x71, 0x31, 0x0d, 0x89, 0x38, 0x89, 0xd6, - 0xde, 0xcc, 0x59, 0xfd, 0x6a, 0xd4, 0x92, 0x8b, 0x69, 0x47, 0xbf, 0x9a, 0xdd, 0x5f, 0x01, 0x00, - 0x00, 0xff, 0xff, 0xfc, 0x16, 0x46, 0xe9, 0xe9, 0x03, 0x00, 0x00, + // 607 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x53, 0x4f, 0x6f, 0xd3, 0x3e, + 0x18, 0x6e, 0xda, 0xb4, 0x4b, 0x9d, 0x75, 0xf3, 0xcf, 0x3f, 0x0e, 0xa1, 0x82, 0xa4, 0xe2, 0x80, + 0x2a, 0x0e, 0x89, 0xb6, 0x49, 0x48, 0x5c, 0x10, 0x74, 0x6c, 0x93, 0xaa, 0x49, 0x54, 0x99, 0x26, + 0x24, 0x40, 0x8a, 0x5c, 0xd7, 0x2a, 0x06, 0x2f, 0x8e, 0x12, 0xb7, 0x6c, 0x5f, 0x81, 0x13, 0x1f, + 0x83, 0x8f, 0xb2, 0xe3, 0x8e, 0x9c, 0x22, 0xd4, 0xdd, 0xf2, 0x25, 0x86, 0x6c, 0x67, 0x68, 0x05, + 0xc4, 0xc5, 0x8f, 0x9f, 0xf7, 0x79, 0xde, 0xf6, 0xfd, 0x13, 0x83, 0x87, 0x1c, 0x2f, 0x71, 0x4a, + 0x65, 0xa4, 0x30, 0xca, 0x38, 0x4e, 0x0b, 0x7d, 0x86, 0x59, 0x2e, 0xa4, 0x40, 0xa8, 0x96, 0x43, + 0x85, 0xa1, 0x96, 0xfb, 0xf7, 0xe6, 0x62, 0x2e, 0xb4, 0x1c, 0xa9, 0x9b, 0x71, 0xf6, 0x7d, 0x22, + 0x8a, 0x33, 0x51, 0x44, 0x53, 0x5c, 0xd0, 0x68, 0xb9, 0x33, 0xa5, 0x12, 0xef, 0x44, 0x44, 0xb0, + 0xfa, 0x97, 0xfa, 0x8f, 0xd7, 0xfe, 0xa8, 0xc8, 0x28, 0x89, 0x70, 0xc6, 0x12, 0x22, 0x38, 0xa7, + 0x44, 0x32, 0x71, 0xeb, 0x0b, 0xfe, 0x56, 0x90, 0xe0, 0x8c, 0x5c, 0x18, 0xc3, 0xa3, 0x2f, 0x6d, + 0x60, 0x4f, 0x38, 0x4e, 0x51, 0x00, 0xda, 0x2c, 0x9d, 0xd1, 0x73, 0xcf, 0x1a, 0x58, 0xc3, 0xee, + 0xa8, 0x5b, 0x95, 0x81, 0x09, 0xc4, 0x06, 0x94, 0x61, 0xca, 0x05, 0xf9, 0xe4, 0xb5, 0x06, 0xd6, + 0xd0, 0x36, 0x06, 0x1d, 0x88, 0x0d, 0xa0, 0xe7, 0xa0, 0x9d, 0xe5, 0x8c, 0x50, 0xcf, 0x1e, 0x58, + 0x43, 0x77, 0xf7, 0x7e, 0x68, 0x7a, 0x08, 0x55, 0x0f, 0x61, 0xdd, 0x43, 0xb8, 0x2f, 0x58, 0x3a, + 0xea, 0x5d, 0x96, 0x41, 0x43, 0xe5, 0x6b, 0x7f, 0x6c, 0x00, 0x3d, 0x05, 0x3d, 0xcc, 0xb9, 0xf8, + 0x9c, 0x88, 0x25, 0xcd, 0x17, 0x05, 0xf5, 0x9c, 0x81, 0x35, 0x74, 0x46, 0xff, 0x55, 0x65, 0xb0, + 0x2e, 0xc4, 0x9b, 0x9a, 0xbe, 0x36, 0x0c, 0xed, 0x81, 0xcd, 0x5a, 0x48, 0x72, 0x2c, 0xa9, 0xd7, + 0xd5, 0xf5, 0xc1, 0xaa, 0x0c, 0xd6, 0xe2, 0xb1, 0x7b, 0x9b, 0x8e, 0x25, 0x45, 0x3b, 0xc0, 0x9d, + 0xd1, 0x82, 0xe4, 0x2c, 0x53, 0xd3, 0xf2, 0x5c, 0xdd, 0xf4, 0x76, 0x55, 0x06, 0x77, 0xc3, 0xf1, + 0x5d, 0x82, 0x1e, 0x00, 0x5b, 0x5e, 0x64, 0xd4, 0xdb, 0xd4, 0x5e, 0xa7, 0x2a, 0x03, 0xcd, 0x63, + 0x7d, 0xa2, 0xf7, 0xa0, 0x8f, 0xd3, 0x74, 0x81, 0x79, 0x32, 0x63, 0x05, 0x11, 0x8b, 0x54, 0x26, + 0x19, 0xcd, 0x09, 0x4d, 0x25, 0x9e, 0x53, 0xaf, 0xa7, 0x6b, 0xf2, 0xab, 0x32, 0xf8, 0x87, 0x2b, + 0xf6, 0x8c, 0xf6, 0xaa, 0x96, 0x26, 0xbf, 0x14, 0x34, 0x01, 0xae, 0x5a, 0x5e, 0x62, 0x76, 0xe7, + 0x6d, 0xe9, 0x09, 0xf7, 0xc3, 0x3f, 0xbf, 0xa7, 0x70, 0xa2, 0x1d, 0xa3, 0xff, 0xeb, 0x11, 0xdf, + 0x4d, 0x8b, 0x81, 0x22, 0xc6, 0x80, 0x9e, 0x81, 0xad, 0x2c, 0x17, 0x1f, 0x29, 0x91, 0x45, 0xc2, + 0xd9, 0x19, 0x93, 0xde, 0xb6, 0xae, 0x11, 0x55, 0x65, 0xf0, 0x9b, 0x12, 0xf7, 0x6e, 0xf9, 0xb1, + 0xa2, 0x2a, 0x55, 0x2f, 0x80, 0xce, 0x92, 0xe9, 0xe2, 0x82, 0xe6, 0x85, 0x07, 0x07, 0xad, 0x61, + 0xd7, 0xa4, 0xae, 0x2b, 0x71, 0xaf, 0xe6, 0x23, 0x4d, 0xc7, 0xb6, 0x03, 0xa0, 0x3b, 0xb6, 0x9d, + 0x26, 0x6c, 0x8d, 0x6d, 0xa7, 0x0d, 0x3b, 0x63, 0xdb, 0xe9, 0xc0, 0x8d, 0xb1, 0xed, 0x6c, 0x40, + 0xe7, 0xc9, 0x3b, 0xe0, 0x1e, 0x51, 0xc1, 0x05, 0xc1, 0x7a, 0xe0, 0x1b, 0xa0, 0x75, 0x74, 0x7c, + 0x02, 0x1b, 0xea, 0x72, 0x7a, 0xb2, 0x0f, 0x2d, 0xd4, 0x01, 0xcd, 0x83, 0x53, 0xd8, 0x34, 0x81, + 0x03, 0x68, 0x9b, 0xcb, 0x1b, 0xe8, 0x28, 0xe5, 0xe5, 0x21, 0x84, 0x1a, 0x4f, 0xe0, 0x40, 0xe3, + 0x29, 0x7c, 0x81, 0x1c, 0xd0, 0x3c, 0x3a, 0x86, 0x37, 0x37, 0xad, 0xd1, 0xe1, 0xb7, 0x95, 0x6f, + 0x5d, 0xae, 0x7c, 0xeb, 0x6a, 0xe5, 0x5b, 0x3f, 0x56, 0xbe, 0xf5, 0xf5, 0xda, 0x6f, 0x5c, 0x5d, + 0xfb, 0x8d, 0xef, 0xd7, 0x7e, 0xe3, 0xed, 0x70, 0xce, 0xe4, 0x87, 0xc5, 0x34, 0x24, 0xe2, 0x2c, + 0x5a, 0x7b, 0x33, 0xcb, 0xdd, 0xe8, 0xbc, 0x7e, 0x38, 0x6a, 0xcf, 0xc5, 0xb4, 0xa3, 0x1f, 0xce, + 0xde, 0xcf, 0x00, 0x00, 0x00, 0xff, 0xff, 0xdb, 0xde, 0x75, 0xec, 0xec, 0x03, 0x00, 0x00, } func (this *Plan) Equal(that interface{}) bool { diff --git a/x/plans/types/plan_decode_test.go b/x/plans/types/plan_decode_test.go index e22f564bb9..4430fe0de5 100644 --- a/x/plans/types/plan_decode_test.go +++ b/x/plans/types/plan_decode_test.go @@ -4,8 +4,8 @@ import ( "testing" "github.com/cosmos/cosmos-sdk/types" - commontypes "github.com/lavanet/lava/utils/common/types" - "github.com/lavanet/lava/utils/decoder" + commontypes "github.com/lavanet/lava/v2/utils/common/types" + "github.com/lavanet/lava/v2/utils/decoder" "github.com/mitchellh/mapstructure" "github.com/stretchr/testify/require" ) diff --git a/x/plans/types/plans_proposal.pb.go b/x/plans/types/plans_proposal.pb.go index 4f788b2bfd..c32710696f 100644 --- a/x/plans/types/plans_proposal.pb.go +++ b/x/plans/types/plans_proposal.pb.go @@ -110,7 +110,7 @@ func init() { } var fileDescriptor_781f7efff31affc8 = []byte{ - // 305 bytes of a gzipped FileDescriptorProto + // 308 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xcf, 0x49, 0x2c, 0x4b, 0xcc, 0x4b, 0x2d, 0xd1, 0x07, 0xd1, 0xfa, 0x05, 0x39, 0x89, 0x79, 0xc5, 0x10, 0x32, 0xbe, 0xa0, 0x28, 0xbf, 0x20, 0xbf, 0x38, 0x31, 0x47, 0xaf, 0xa0, 0x28, 0xbf, 0x24, 0x5f, 0x48, 0x08, 0xaa, @@ -125,12 +125,12 @@ var fileDescriptor_781f7efff31affc8 = []byte{ 0x17, 0x5b, 0x6e, 0x7e, 0x4a, 0x66, 0x5a, 0xa5, 0x04, 0x8b, 0x02, 0xa3, 0x06, 0x87, 0x13, 0xd7, 0xab, 0x7b, 0xf2, 0x50, 0x91, 0x20, 0x28, 0x6d, 0xc5, 0xd1, 0xb1, 0x40, 0x9e, 0x61, 0xc6, 0x02, 0x79, 0x06, 0xa5, 0x89, 0x30, 0x5f, 0xb9, 0xa4, 0xe6, 0xd0, 0xd4, 0x57, 0xf2, 0xc8, 0xbe, 0x82, - 0x9a, 0x89, 0xec, 0x6e, 0x84, 0x9b, 0x9c, 0x9c, 0x57, 0x3c, 0x92, 0x63, 0x3c, 0xf1, 0x48, 0x8e, + 0x9a, 0x89, 0xec, 0x6e, 0x84, 0x9b, 0x9c, 0xdc, 0x56, 0x3c, 0x92, 0x63, 0x3c, 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, 0xd5, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, - 0xfc, 0x5c, 0x7d, 0x94, 0x18, 0xab, 0x80, 0xc6, 0x59, 0x49, 0x65, 0x41, 0x6a, 0x71, 0x12, 0x1b, - 0x38, 0xd6, 0x8c, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0x72, 0xee, 0x82, 0x17, 0x29, 0x02, 0x00, - 0x00, + 0x8e, 0xe1, 0xc6, 0x63, 0x39, 0x86, 0x28, 0x8d, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, + 0xfc, 0x5c, 0x7d, 0x94, 0x18, 0x2b, 0x33, 0xd2, 0xaf, 0x80, 0x46, 0x5b, 0x49, 0x65, 0x41, 0x6a, + 0x71, 0x12, 0x1b, 0x38, 0xe2, 0x8c, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0xb3, 0x85, 0xb2, 0x47, + 0x2c, 0x02, 0x00, 0x00, } func (this *PlansAddProposal) Equal(that interface{}) bool { diff --git a/x/plans/types/policy.go b/x/plans/types/policy.go index b562b2bc21..ccbf54a203 100644 --- a/x/plans/types/policy.go +++ b/x/plans/types/policy.go @@ -11,9 +11,9 @@ import ( sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/lavanet/lava/utils/decoder" - "github.com/lavanet/lava/utils/lavaslices" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" + "github.com/lavanet/lava/v2/utils/decoder" + "github.com/lavanet/lava/v2/utils/lavaslices" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" "github.com/mitchellh/mapstructure" ) diff --git a/x/plans/types/policy.pb.go b/x/plans/types/policy.pb.go index 0e3e232368..4d8238bfc3 100644 --- a/x/plans/types/policy.pb.go +++ b/x/plans/types/policy.pb.go @@ -8,7 +8,7 @@ import ( _ "github.com/cosmos/cosmos-sdk/types" _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" - types "github.com/lavanet/lava/x/spec/types" + types "github.com/lavanet/lava/v2/x/spec/types" io "io" math "math" math_bits "math/bits" @@ -280,50 +280,50 @@ func init() { func init() { proto.RegisterFile("lavanet/lava/plans/policy.proto", fileDescriptor_c2388e0faa8deb9b) } var fileDescriptor_c2388e0faa8deb9b = []byte{ - // 678 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x54, 0xcb, 0x6e, 0xda, 0x4a, - 0x18, 0x66, 0x02, 0x24, 0x30, 0x10, 0xc4, 0x99, 0x93, 0x8b, 0x4f, 0xce, 0x91, 0xcd, 0x89, 0x7a, - 0x41, 0xad, 0x64, 0x2b, 0xe9, 0xa6, 0xdb, 0x18, 0x5b, 0x2a, 0x12, 0x69, 0xd0, 0x90, 0xa4, 0x51, - 0x17, 0xb1, 0x06, 0x33, 0x25, 0x23, 0xd9, 0x8c, 0x6b, 0x9b, 0x88, 0xec, 0xfa, 0x08, 0x7d, 0x8c, + // 680 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x54, 0xcd, 0x6e, 0xda, 0x4a, + 0x18, 0x65, 0x02, 0x24, 0x30, 0x10, 0xc4, 0x9d, 0x9b, 0x1f, 0xdf, 0xdc, 0x2b, 0x9b, 0x1b, 0x55, + 0x2d, 0x6a, 0x25, 0x5b, 0xa1, 0x9b, 0x6e, 0x63, 0xec, 0xaa, 0x48, 0xa4, 0x41, 0x43, 0x92, 0x46, + 0x5d, 0xc4, 0x1a, 0xcc, 0x94, 0x8c, 0x64, 0x33, 0x2e, 0x36, 0x88, 0xec, 0xfa, 0x08, 0x7d, 0x8c, 0x3e, 0x40, 0x57, 0x5d, 0x74, 0x9d, 0x65, 0x96, 0x5d, 0x59, 0x15, 0xd9, 0xf9, 0x29, 0x2a, 0x0f, - 0x57, 0x27, 0x64, 0xc3, 0xfc, 0x97, 0xef, 0xfb, 0xff, 0x0f, 0xf8, 0x66, 0xa0, 0xe2, 0x90, 0x6b, - 0x32, 0xa0, 0xa1, 0x96, 0x9c, 0x9a, 0xe7, 0x90, 0x41, 0xa0, 0x79, 0xdc, 0x61, 0xf6, 0x8d, 0xea, - 0xf9, 0x3c, 0xe4, 0x08, 0x4d, 0x01, 0x6a, 0x72, 0xaa, 0x02, 0xb0, 0xb7, 0xd5, 0xe7, 0x7d, 0x2e, - 0xda, 0x5a, 0x12, 0x4d, 0x90, 0x7b, 0xb2, 0xcd, 0x03, 0x97, 0x07, 0x5a, 0x97, 0x04, 0x54, 0xbb, - 0x3e, 0xe8, 0xd2, 0x90, 0x1c, 0x68, 0x36, 0x67, 0x83, 0x69, 0xff, 0x45, 0x6a, 0x55, 0xe0, 0x51, - 0x5b, 0x23, 0x1e, 0xb3, 0x6c, 0xee, 0x38, 0xd4, 0x0e, 0x19, 0x9f, 0xe2, 0xf6, 0x7f, 0xe6, 0xe0, - 0x7a, 0x5b, 0x48, 0x40, 0x97, 0xb0, 0x62, 0x5f, 0x11, 0x36, 0xb0, 0x84, 0x24, 0x46, 0x03, 0x09, - 0xd4, 0xb2, 0xf5, 0xd2, 0xa1, 0xa2, 0x3e, 0x56, 0xa5, 0x36, 0x12, 0xe4, 0x84, 0xa8, 0xef, 0xdc, - 0x46, 0x4a, 0x26, 0x8e, 0x94, 0x07, 0x74, 0xbc, 0x69, 0xcf, 0x41, 0x8c, 0x06, 0xe8, 0x1d, 0xfc, - 0xbb, 0x4f, 0xb9, 0xc3, 0x6d, 0x92, 0xec, 0xb7, 0x3c, 0x9f, 0x7f, 0x62, 0x0e, 0x95, 0xd6, 0x6a, - 0xa0, 0x9e, 0xd7, 0x77, 0xe3, 0x48, 0x59, 0xd5, 0xc6, 0x68, 0xa9, 0xd8, 0x9e, 0xd4, 0xd0, 0x5b, - 0x58, 0x09, 0x79, 0x48, 0x1c, 0xcb, 0x1e, 0x5a, 0x0e, 0x73, 0x59, 0x28, 0x65, 0x6b, 0xa0, 0x9e, - 0xd3, 0x51, 0x22, 0x22, 0xdd, 0xc1, 0x65, 0x91, 0x37, 0x86, 0xad, 0x24, 0x4b, 0x98, 0xd4, 0xe3, - 0xf6, 0xd5, 0x82, 0x99, 0x5b, 0x30, 0xd3, 0x1d, 0x5c, 0x16, 0xf9, 0x8c, 0xd9, 0x82, 0xdb, 0x2e, - 0x19, 0x25, 0xb2, 0xae, 0x59, 0x8f, 0xfa, 0x81, 0x15, 0x72, 0xcb, 0x23, 0xcc, 0x97, 0xf2, 0x62, - 0xc0, 0x3f, 0x71, 0xa4, 0xac, 0x06, 0x60, 0xe4, 0x92, 0x51, 0x7b, 0x56, 0x3d, 0xe5, 0x6d, 0xc2, - 0x7c, 0xf4, 0x05, 0xc0, 0xdd, 0x80, 0x26, 0x7f, 0x05, 0xed, 0x2d, 0x51, 0x5c, 0xde, 0xa3, 0xd2, - 0x7a, 0x0d, 0xd4, 0x2b, 0x87, 0xaf, 0x57, 0xfd, 0xea, 0x1d, 0xb3, 0x65, 0x36, 0x4e, 0x4d, 0xc3, - 0x6a, 0xe3, 0x93, 0xf3, 0xa6, 0x61, 0xe2, 0x8e, 0x75, 0x7c, 0x62, 0x98, 0xfa, 0xbf, 0x71, 0xa4, - 0x3c, 0x35, 0x0f, 0x6f, 0xcf, 0x1a, 0x73, 0x11, 0xc7, 0xbc, 0x47, 0x91, 0x09, 0xd1, 0x63, 0x86, - 0xb4, 0x51, 0xcb, 0xd6, 0x8b, 0xfa, 0x4e, 0x1c, 0x29, 0x2b, 0xba, 0xf8, 0xaf, 0x47, 0xa3, 0xf6, - 0xbf, 0x03, 0x58, 0x5a, 0x32, 0x03, 0x7a, 0x09, 0x0b, 0x13, 0x1b, 0xb0, 0x9e, 0x04, 0x6a, 0xa0, - 0x5e, 0xd4, 0xcb, 0x71, 0xa4, 0xcc, 0x6b, 0x78, 0x43, 0x44, 0xcd, 0x1e, 0xfa, 0x0f, 0xe6, 0x88, - 0xc7, 0x02, 0x69, 0x4d, 0x6c, 0x2c, 0xc4, 0x91, 0x22, 0x72, 0x2c, 0x3e, 0xd1, 0x25, 0x2c, 0xfb, - 0xf4, 0xf3, 0x90, 0xf9, 0xd4, 0xa5, 0x83, 0x30, 0x90, 0xb2, 0xc2, 0x8a, 0xcf, 0x9e, 0xb4, 0x22, - 0x5e, 0x80, 0xf5, 0xad, 0xa9, 0x1f, 0x53, 0x13, 0x70, 0x2a, 0xdb, 0xff, 0x01, 0x60, 0xf5, 0x21, - 0x11, 0x9d, 0x41, 0xb8, 0xb8, 0x20, 0x42, 0x7d, 0xe9, 0xf0, 0xff, 0xf4, 0xca, 0xe4, 0x26, 0xa9, - 0x8d, 0x39, 0xc8, 0x20, 0x21, 0xd1, 0xd1, 0x74, 0xdf, 0x12, 0x19, 0x2f, 0xc5, 0x48, 0x85, 0x90, - 0x8e, 0x42, 0x3a, 0x08, 0x18, 0x1f, 0xcc, 0xbe, 0x6f, 0x25, 0xc1, 0x2f, 0xaa, 0x78, 0x29, 0x46, - 0x0a, 0xcc, 0xbb, 0x6c, 0x44, 0x7b, 0xc2, 0xd5, 0x05, 0xbd, 0x18, 0x47, 0xca, 0xa4, 0x80, 0x27, - 0xc7, 0xab, 0xf7, 0x70, 0xf7, 0x09, 0x27, 0xa0, 0x12, 0xdc, 0x38, 0x6a, 0xb5, 0x4e, 0x3e, 0x98, - 0x46, 0x35, 0x83, 0x8a, 0x30, 0x7f, 0xdc, 0xbc, 0x30, 0x8d, 0x2a, 0x40, 0x9b, 0xb0, 0x68, 0x5e, - 0x34, 0x5a, 0x67, 0x9d, 0xe6, 0xb9, 0x59, 0x5d, 0x43, 0x65, 0x58, 0x30, 0x9a, 0x9d, 0x23, 0xbd, - 0x65, 0x1a, 0xd5, 0xac, 0xde, 0xf8, 0x36, 0x96, 0xc1, 0xed, 0x58, 0x06, 0x77, 0x63, 0x19, 0xfc, - 0x1e, 0xcb, 0xe0, 0xeb, 0xbd, 0x9c, 0xb9, 0xbb, 0x97, 0x33, 0xbf, 0xee, 0xe5, 0xcc, 0xc7, 0xe7, - 0x7d, 0x16, 0x5e, 0x0d, 0xbb, 0xaa, 0xcd, 0x5d, 0x2d, 0xf5, 0xaa, 0x8c, 0xa6, 0x4f, 0x58, 0x78, - 0xe3, 0xd1, 0xa0, 0xbb, 0x2e, 0x1e, 0x94, 0x37, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x08, 0x9a, - 0x8f, 0xe7, 0xe5, 0x04, 0x00, 0x00, + 0xbf, 0x4e, 0xc8, 0x86, 0xf9, 0x7e, 0xce, 0xf9, 0xbe, 0x03, 0x9c, 0x19, 0xa8, 0x38, 0x64, 0x44, + 0xfa, 0x34, 0xd0, 0xe2, 0x53, 0xf3, 0x1c, 0xd2, 0xf7, 0x35, 0x8f, 0x3b, 0xcc, 0xbe, 0x51, 0xbd, + 0x01, 0x0f, 0x38, 0x42, 0x33, 0x80, 0x1a, 0x9f, 0xaa, 0x00, 0x1c, 0xec, 0xf4, 0x78, 0x8f, 0x8b, + 0xb6, 0x16, 0x47, 0x53, 0xe4, 0x81, 0x6c, 0x73, 0xdf, 0xe5, 0xbe, 0xd6, 0x21, 0x3e, 0xd5, 0x46, + 0x47, 0x1d, 0x1a, 0x90, 0x23, 0xcd, 0xe6, 0xac, 0x3f, 0xeb, 0x3f, 0x4f, 0xac, 0xf2, 0x3d, 0x6a, + 0x6b, 0xc4, 0x63, 0x96, 0xcd, 0x1d, 0x87, 0xda, 0x01, 0xe3, 0x33, 0xdc, 0xe1, 0xcf, 0x0c, 0xdc, + 0x6c, 0x09, 0x09, 0xe8, 0x0a, 0x96, 0xec, 0x6b, 0xc2, 0xfa, 0x96, 0x90, 0xc4, 0xa8, 0x2f, 0x81, + 0x4a, 0xba, 0x5a, 0xa8, 0x29, 0xea, 0x63, 0x55, 0x6a, 0x3d, 0x46, 0x4e, 0x89, 0xfa, 0xde, 0x6d, + 0xa8, 0xa4, 0xa2, 0x50, 0x79, 0x40, 0xc7, 0xdb, 0xf6, 0x02, 0xc4, 0xa8, 0x8f, 0xde, 0xc1, 0xbf, + 0x7b, 0x94, 0x3b, 0xdc, 0x26, 0xf1, 0x7e, 0xcb, 0x1b, 0xf0, 0x4f, 0xcc, 0xa1, 0xd2, 0x46, 0x05, + 0x54, 0xb3, 0xfa, 0x7e, 0x14, 0x2a, 0xeb, 0xda, 0x18, 0xad, 0x14, 0x5b, 0xd3, 0x1a, 0x7a, 0x03, + 0x4b, 0x01, 0x0f, 0x88, 0x63, 0xd9, 0x43, 0xcb, 0x61, 0x2e, 0x0b, 0xa4, 0x74, 0x05, 0x54, 0x33, + 0x3a, 0x8a, 0x45, 0x24, 0x3b, 0xb8, 0x28, 0xf2, 0xfa, 0xb0, 0x19, 0x67, 0x31, 0x93, 0x7a, 0xdc, + 0xbe, 0x5e, 0x32, 0x33, 0x4b, 0x66, 0xb2, 0x83, 0x8b, 0x22, 0x9f, 0x33, 0x9b, 0x70, 0xd7, 0x25, + 0xe3, 0x58, 0xd6, 0x88, 0x75, 0xe9, 0xc0, 0xb7, 0x02, 0x6e, 0x79, 0x84, 0x0d, 0xa4, 0xac, 0x18, + 0xf0, 0x4f, 0x14, 0x2a, 0xeb, 0x01, 0x18, 0xb9, 0x64, 0xdc, 0x9a, 0x57, 0xcf, 0x78, 0x8b, 0xb0, + 0x01, 0xfa, 0x02, 0xe0, 0xbe, 0x4f, 0xe3, 0xbf, 0x82, 0x76, 0x57, 0x28, 0x2e, 0xef, 0x52, 0x69, + 0xb3, 0x02, 0xaa, 0xa5, 0xda, 0xab, 0x75, 0xbf, 0x7a, 0xdb, 0x6c, 0x9a, 0xf5, 0x33, 0xd3, 0xb0, + 0x5a, 0xf8, 0xf4, 0xa2, 0x61, 0x98, 0xb8, 0x6d, 0x9d, 0x9c, 0x1a, 0xa6, 0xfe, 0x6f, 0x14, 0x2a, + 0x4f, 0xcd, 0xc3, 0xbb, 0xf3, 0xc6, 0x42, 0xc4, 0x09, 0xef, 0x52, 0x64, 0x42, 0xf4, 0x98, 0x21, + 0x6d, 0x55, 0xd2, 0xd5, 0xbc, 0xbe, 0x17, 0x85, 0xca, 0x9a, 0x2e, 0xfe, 0xeb, 0xd1, 0xa8, 0xc3, + 0xef, 0x00, 0x16, 0x56, 0xcc, 0x80, 0x5e, 0xc0, 0xdc, 0xd4, 0x06, 0xac, 0x2b, 0x81, 0x0a, 0xa8, + 0xe6, 0xf5, 0x62, 0x14, 0x2a, 0x8b, 0x1a, 0xde, 0x12, 0x51, 0xa3, 0x8b, 0xfe, 0x83, 0x19, 0xe2, + 0x31, 0x5f, 0xda, 0x10, 0x1b, 0x73, 0x51, 0xa8, 0x88, 0x1c, 0x8b, 0x4f, 0x74, 0x05, 0x8b, 0x03, + 0xfa, 0x79, 0xc8, 0x06, 0xd4, 0xa5, 0xfd, 0xc0, 0x97, 0xd2, 0xc2, 0x8a, 0xcf, 0x9e, 0xb4, 0x22, + 0x5e, 0x82, 0xf5, 0x9d, 0x99, 0x1f, 0x13, 0x13, 0x70, 0x22, 0x3b, 0xfc, 0x01, 0x60, 0xf9, 0x21, + 0x11, 0x9d, 0x43, 0xb8, 0xbc, 0x20, 0x42, 0x7d, 0xa1, 0xf6, 0x7f, 0x72, 0x65, 0x7c, 0x93, 0xd4, + 0xfa, 0x02, 0x64, 0x90, 0x80, 0xe8, 0x68, 0xb6, 0x6f, 0x85, 0x8c, 0x57, 0x62, 0xa4, 0x42, 0x48, + 0xc7, 0x01, 0xed, 0xfb, 0x8c, 0xf7, 0xe7, 0xdf, 0xb7, 0x14, 0xe3, 0x97, 0x55, 0xbc, 0x12, 0x23, + 0x05, 0x66, 0x5d, 0x36, 0xa6, 0x5d, 0xe1, 0xea, 0x9c, 0x9e, 0x8f, 0x42, 0x65, 0x5a, 0xc0, 0xd3, + 0xe3, 0xe5, 0x7b, 0xb8, 0xff, 0x84, 0x13, 0x50, 0x01, 0x6e, 0x1d, 0x37, 0x9b, 0xa7, 0x1f, 0x4c, + 0xa3, 0x9c, 0x42, 0x79, 0x98, 0x3d, 0x69, 0x5c, 0x9a, 0x46, 0x19, 0xa0, 0x6d, 0x98, 0x37, 0x2f, + 0xeb, 0xcd, 0xf3, 0x76, 0xe3, 0xc2, 0x2c, 0x6f, 0xa0, 0x22, 0xcc, 0x19, 0x8d, 0xf6, 0xb1, 0xde, + 0x34, 0x8d, 0x72, 0x5a, 0x7f, 0xfb, 0x6d, 0x22, 0x83, 0xdb, 0x89, 0x0c, 0xee, 0x26, 0x32, 0xf8, + 0x3d, 0x91, 0xc1, 0xd7, 0x7b, 0x39, 0x75, 0x77, 0x2f, 0xa7, 0x7e, 0xdd, 0xcb, 0xa9, 0x8f, 0xd5, + 0x1e, 0x0b, 0xae, 0x87, 0x1d, 0xd5, 0xe6, 0xae, 0x96, 0x78, 0x55, 0x46, 0x35, 0x6d, 0x3c, 0x7b, + 0xc5, 0x82, 0x1b, 0x8f, 0xfa, 0x9d, 0x4d, 0xf1, 0xa6, 0xbc, 0xfe, 0x13, 0x00, 0x00, 0xff, 0xff, + 0x8a, 0xa8, 0x36, 0x2b, 0xe8, 0x04, 0x00, 0x00, } func (this *Policy) Equal(that interface{}) bool { diff --git a/x/plans/types/query.pb.go b/x/plans/types/query.pb.go index 973cd792ab..c683c8bae6 100644 --- a/x/plans/types/query.pb.go +++ b/x/plans/types/query.pb.go @@ -355,41 +355,41 @@ func init() { func init() { proto.RegisterFile("lavanet/lava/plans/query.proto", fileDescriptor_060142fb85a7e3eb) } var fileDescriptor_060142fb85a7e3eb = []byte{ - // 537 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x53, 0x5d, 0x6b, 0x13, 0x41, - 0x14, 0xcd, 0x36, 0x1f, 0x98, 0x09, 0x88, 0x8e, 0x79, 0x58, 0x97, 0x76, 0x1b, 0x06, 0x63, 0x8b, - 0xe0, 0x0c, 0x89, 0x08, 0x82, 0x0f, 0x42, 0x7d, 0x90, 0x82, 0x60, 0x8d, 0x6f, 0x22, 0x94, 0xc9, - 0x76, 0xb2, 0x0e, 0x6c, 0x66, 0xb6, 0x3b, 0x93, 0xd2, 0x22, 0x45, 0xc8, 0x2f, 0x10, 0xfc, 0x53, - 0x7d, 0x2c, 0xf8, 0xe2, 0x93, 0x48, 0xe2, 0x0f, 0x91, 0xf9, 0x08, 0xdd, 0xd0, 0x6d, 0xfb, 0x34, - 0xc9, 0xbd, 0xe7, 0x9e, 0x73, 0xe6, 0xdc, 0x59, 0x10, 0x67, 0xf4, 0x84, 0x0a, 0xa6, 0x89, 0x39, - 0x49, 0x9e, 0x51, 0xa1, 0xc8, 0xf1, 0x8c, 0x15, 0x67, 0x38, 0x2f, 0xa4, 0x96, 0x10, 0xfa, 0x3e, - 0x36, 0x27, 0xb6, 0xfd, 0xa8, 0x9b, 0xca, 0x54, 0xda, 0x36, 0x31, 0xbf, 0x1c, 0x32, 0xda, 0x4c, - 0xa5, 0x4c, 0x33, 0x46, 0x68, 0xce, 0x09, 0x15, 0x42, 0x6a, 0xaa, 0xb9, 0x14, 0xca, 0x77, 0x9f, - 0x25, 0x52, 0x4d, 0xa5, 0x22, 0x63, 0xaa, 0x98, 0x13, 0x20, 0x27, 0x83, 0x31, 0xd3, 0x74, 0x40, - 0x72, 0x9a, 0x72, 0x61, 0xc1, 0x1e, 0xbb, 0x5d, 0xe1, 0x29, 0xa7, 0x05, 0x9d, 0xae, 0xc8, 0xe2, - 0x32, 0xd9, 0x8a, 0x26, 0x91, 0x7c, 0x45, 0xb0, 0x55, 0x45, 0x90, 0x51, 0xdf, 0x46, 0x5d, 0x00, - 0x3f, 0x1a, 0x07, 0x07, 0x96, 0x73, 0xc4, 0x8e, 0x67, 0x4c, 0x69, 0xf4, 0x01, 0x3c, 0x5a, 0xab, - 0xaa, 0x5c, 0x0a, 0xc5, 0xe0, 0x2b, 0xd0, 0x72, 0xda, 0x61, 0xd0, 0x0b, 0x76, 0x3b, 0xc3, 0x08, - 0x5f, 0x4f, 0x04, 0xbb, 0x99, 0xbd, 0xc6, 0xc5, 0x9f, 0xed, 0xda, 0xc8, 0xe3, 0x11, 0x04, 0x0f, - 0x2c, 0xe1, 0x7b, 0xae, 0xf4, 0x4a, 0xe4, 0x0b, 0x78, 0x58, 0xaa, 0x79, 0x89, 0x77, 0x00, 0x58, - 0x9a, 0x43, 0x2e, 0x26, 0x32, 0x0c, 0x7a, 0xf5, 0xdd, 0xce, 0x10, 0x55, 0xc9, 0x98, 0xa9, 0x7d, - 0x31, 0x91, 0x9f, 0x74, 0x31, 0x4b, 0xb4, 0x97, 0x6b, 0xdb, 0x9e, 0x29, 0xa3, 0xef, 0xe0, 0xfe, - 0x3a, 0x04, 0x76, 0x41, 0x93, 0x8b, 0x23, 0x76, 0x6a, 0xcd, 0xb7, 0x47, 0xee, 0x0f, 0xec, 0x81, - 0xce, 0x11, 0x53, 0x49, 0xc1, 0x73, 0x93, 0x7a, 0xb8, 0x61, 0x7b, 0xe5, 0x12, 0x7c, 0x09, 0x9a, - 0x79, 0xc1, 0x13, 0x16, 0xd6, 0xed, 0xa5, 0x1f, 0x63, 0x97, 0x38, 0x36, 0x89, 0x63, 0x9f, 0x38, - 0x7e, 0x2b, 0xb9, 0xf0, 0x26, 0x1c, 0x1a, 0x0d, 0xfc, 0x95, 0x8d, 0x03, 0x7f, 0x65, 0xb8, 0xe5, - 0x6e, 0x77, 0x58, 0xf6, 0x61, 0x3d, 0xef, 0x9b, 0x02, 0x3a, 0xf0, 0x89, 0xb8, 0x11, 0x9f, 0xc8, - 0x6b, 0xd0, 0xf6, 0x33, 0x36, 0x10, 0x63, 0x21, 0xac, 0xcc, 0x3d, 0xa3, 0x2b, 0x07, 0xf7, 0x1c, - 0xe5, 0x44, 0x0e, 0xe7, 0x75, 0xd0, 0xb4, 0x94, 0xf0, 0x1c, 0xb4, 0xdc, 0x66, 0xe0, 0xd3, 0xaa, - 0xe9, 0xeb, 0x8f, 0x20, 0xda, 0xb9, 0x13, 0xe7, 0x1c, 0x22, 0x34, 0xff, 0xf5, 0xef, 0xe7, 0xc6, - 0x26, 0x8c, 0xc8, 0x8d, 0x8f, 0x15, 0xce, 0x40, 0xc3, 0xac, 0x03, 0x3e, 0xb9, 0x91, 0xb4, 0xf4, - 0x34, 0xa2, 0xfe, 0x1d, 0x28, 0x2f, 0xdc, 0xb3, 0xc2, 0x11, 0x0c, 0xab, 0x84, 0x33, 0x23, 0x37, - 0x0f, 0x40, 0xc3, 0x04, 0x71, 0x8b, 0x6e, 0x69, 0x3f, 0xb7, 0xe8, 0x96, 0x57, 0x82, 0x9e, 0x5b, - 0xdd, 0x1d, 0xd8, 0xaf, 0xd2, 0x35, 0x7b, 0x22, 0xdf, 0xae, 0xd6, 0x7c, 0xbe, 0xf7, 0xe6, 0x62, - 0x11, 0x07, 0x97, 0x8b, 0x38, 0xf8, 0xbb, 0x88, 0x83, 0x1f, 0xcb, 0xb8, 0x76, 0xb9, 0x8c, 0x6b, - 0xbf, 0x97, 0x71, 0xed, 0x73, 0x3f, 0xe5, 0xfa, 0xeb, 0x6c, 0x8c, 0x13, 0x39, 0x5d, 0xa7, 0x3a, - 0xf5, 0x64, 0xfa, 0x2c, 0x67, 0x6a, 0xdc, 0xb2, 0xdf, 0xea, 0x8b, 0xff, 0x01, 0x00, 0x00, 0xff, - 0xff, 0x21, 0xe4, 0xd7, 0x2c, 0xa1, 0x04, 0x00, 0x00, + // 538 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x53, 0xcf, 0x6b, 0x13, 0x41, + 0x18, 0xcd, 0xb6, 0x49, 0x30, 0x13, 0x10, 0x1d, 0x73, 0x58, 0x97, 0x76, 0x1b, 0x06, 0x6b, 0x83, + 0xe0, 0x0c, 0x89, 0x08, 0x82, 0xb7, 0x78, 0x90, 0x82, 0x60, 0x8d, 0x37, 0x11, 0xca, 0x64, 0x3b, + 0x59, 0x07, 0x36, 0x33, 0xdb, 0x9d, 0x49, 0x68, 0x91, 0x22, 0xe4, 0x2f, 0x10, 0xfc, 0xa7, 0x7a, + 0x2c, 0x78, 0xf1, 0x24, 0x92, 0xf8, 0x87, 0xc8, 0xfc, 0x08, 0x6e, 0xe8, 0xb6, 0x3d, 0x4d, 0xf2, + 0x7d, 0xef, 0x7b, 0xef, 0xcd, 0xfb, 0x66, 0x41, 0x9c, 0xd1, 0x39, 0x15, 0x4c, 0x13, 0x73, 0x92, + 0x3c, 0xa3, 0x42, 0x91, 0xd3, 0x19, 0x2b, 0xce, 0x71, 0x5e, 0x48, 0x2d, 0x21, 0xf4, 0x7d, 0x6c, + 0x4e, 0x6c, 0xfb, 0x51, 0x27, 0x95, 0xa9, 0xb4, 0x6d, 0x62, 0x7e, 0x39, 0x64, 0xb4, 0x93, 0x4a, + 0x99, 0x66, 0x8c, 0xd0, 0x9c, 0x13, 0x2a, 0x84, 0xd4, 0x54, 0x73, 0x29, 0x94, 0xef, 0x3e, 0x4b, + 0xa4, 0x9a, 0x4a, 0x45, 0xc6, 0x54, 0x31, 0x27, 0x40, 0xe6, 0xfd, 0x31, 0xd3, 0xb4, 0x4f, 0x72, + 0x9a, 0x72, 0x61, 0xc1, 0x1e, 0xbb, 0x57, 0xe1, 0x29, 0xa7, 0x05, 0x9d, 0xae, 0xc9, 0xe2, 0x32, + 0xd9, 0x9a, 0x26, 0x91, 0x7c, 0x4d, 0xb0, 0x5b, 0x45, 0x90, 0x51, 0xdf, 0x46, 0x1d, 0x00, 0x3f, + 0x18, 0x07, 0x47, 0x96, 0x73, 0xc4, 0x4e, 0x67, 0x4c, 0x69, 0xf4, 0x1e, 0x3c, 0xda, 0xa8, 0xaa, + 0x5c, 0x0a, 0xc5, 0xe0, 0x2b, 0xd0, 0x74, 0xda, 0x61, 0xd0, 0x0d, 0x7a, 0xed, 0x41, 0x84, 0xaf, + 0x27, 0x82, 0xdd, 0xcc, 0xb0, 0x7e, 0xf9, 0x7b, 0xaf, 0x36, 0xf2, 0x78, 0x04, 0xc1, 0x03, 0x4b, + 0xf8, 0x8e, 0x2b, 0xbd, 0x16, 0xf9, 0x0c, 0x1e, 0x96, 0x6a, 0x5e, 0xe2, 0x2d, 0x00, 0x96, 0xe6, + 0x98, 0x8b, 0x89, 0x0c, 0x83, 0xee, 0x76, 0xaf, 0x3d, 0x40, 0x55, 0x32, 0x66, 0xea, 0x50, 0x4c, + 0xe4, 0x47, 0x5d, 0xcc, 0x12, 0xed, 0xe5, 0x5a, 0xb6, 0x67, 0xca, 0xe8, 0x1b, 0xb8, 0xbf, 0x09, + 0x81, 0x1d, 0xd0, 0xe0, 0xe2, 0x84, 0x9d, 0x59, 0xf3, 0xad, 0x91, 0xfb, 0x03, 0xbb, 0xa0, 0x7d, + 0xc2, 0x54, 0x52, 0xf0, 0xdc, 0xa4, 0x1e, 0x6e, 0xd9, 0x5e, 0xb9, 0x04, 0x5f, 0x82, 0x46, 0x5e, + 0xf0, 0x84, 0x85, 0xdb, 0xf6, 0xd2, 0x8f, 0xb1, 0x4b, 0x1c, 0x9b, 0xc4, 0xb1, 0x4f, 0x1c, 0xbf, + 0x91, 0x5c, 0x78, 0x13, 0x0e, 0x8d, 0xfa, 0xfe, 0xca, 0xc6, 0x81, 0xbf, 0x32, 0xdc, 0x75, 0xb7, + 0x3b, 0x2e, 0xfb, 0xb0, 0x9e, 0x0f, 0x4d, 0x01, 0x1d, 0xf9, 0x44, 0xdc, 0x88, 0x4f, 0xe4, 0x35, + 0x68, 0xf9, 0x19, 0x1b, 0x88, 0xb1, 0x10, 0x56, 0xe6, 0x9e, 0xd1, 0xb5, 0x83, 0x7b, 0x8e, 0x72, + 0x22, 0x07, 0x8b, 0x6d, 0xd0, 0xb0, 0x94, 0xf0, 0x02, 0x34, 0xdd, 0x66, 0xe0, 0xd3, 0xaa, 0xe9, + 0xeb, 0x8f, 0x20, 0x3a, 0xb8, 0x13, 0xe7, 0x1c, 0x22, 0xb4, 0xf8, 0xf9, 0xf7, 0xc7, 0xd6, 0x0e, + 0x8c, 0xc8, 0x8d, 0x8f, 0x15, 0xce, 0x40, 0xdd, 0xac, 0x03, 0x3e, 0xb9, 0x91, 0xb4, 0xf4, 0x34, + 0xa2, 0xfd, 0x3b, 0x50, 0x5e, 0xb8, 0x6b, 0x85, 0x23, 0x18, 0x56, 0x09, 0x67, 0x46, 0x6e, 0x11, + 0x80, 0xba, 0x09, 0xe2, 0x16, 0xdd, 0xd2, 0x7e, 0x6e, 0xd1, 0x2d, 0xaf, 0x04, 0x3d, 0xb7, 0xba, + 0x07, 0x70, 0xbf, 0x4a, 0xd7, 0xec, 0x89, 0x7c, 0xfd, 0xbf, 0xe6, 0x8b, 0xe1, 0xf0, 0x72, 0x19, + 0x07, 0x57, 0xcb, 0x38, 0xf8, 0xb3, 0x8c, 0x83, 0xef, 0xab, 0xb8, 0x76, 0xb5, 0x8a, 0x6b, 0xbf, + 0x56, 0x71, 0xed, 0x53, 0x2f, 0xe5, 0xfa, 0xcb, 0x6c, 0x8c, 0x13, 0x39, 0xdd, 0xa4, 0x9a, 0x0f, + 0xc8, 0x99, 0xe7, 0xd3, 0xe7, 0x39, 0x53, 0xe3, 0xa6, 0xfd, 0x5c, 0x5f, 0xfc, 0x0b, 0x00, 0x00, + 0xff, 0xff, 0x4f, 0xee, 0xc7, 0x75, 0xa4, 0x04, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/plans/types/tx.pb.go b/x/plans/types/tx.pb.go index ab0857d9e0..ab5f948eef 100644 --- a/x/plans/types/tx.pb.go +++ b/x/plans/types/tx.pb.go @@ -26,15 +26,15 @@ const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package func init() { proto.RegisterFile("lavanet/lava/plans/tx.proto", fileDescriptor_3d5c4f7f9bf14ddd) } var fileDescriptor_3d5c4f7f9bf14ddd = []byte{ - // 122 bytes of a gzipped FileDescriptorProto + // 125 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xce, 0x49, 0x2c, 0x4b, 0xcc, 0x4b, 0x2d, 0xd1, 0x07, 0xd1, 0xfa, 0x05, 0x39, 0x89, 0x79, 0xc5, 0xfa, 0x25, 0x15, 0x7a, 0x05, 0x45, 0xf9, 0x25, 0xf9, 0x42, 0x42, 0x50, 0x49, 0x3d, 0x10, 0xad, 0x07, 0x96, 0x34, 0x62, - 0xe5, 0x62, 0xf6, 0x2d, 0x4e, 0x77, 0xb2, 0x3f, 0xf1, 0x48, 0x8e, 0xf1, 0xc2, 0x23, 0x39, 0xc6, + 0xe5, 0x62, 0xf6, 0x2d, 0x4e, 0x77, 0x72, 0x3a, 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, 0xd5, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0x7d, 0x14, 0xc3, - 0x2b, 0x60, 0xc6, 0x57, 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0xad, 0x30, 0x06, 0x04, 0x00, 0x00, - 0xff, 0xff, 0x49, 0x13, 0x25, 0x94, 0x81, 0x00, 0x00, 0x00, + 0x86, 0x28, 0x8d, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0x7d, 0x14, 0xc3, + 0xcb, 0x8c, 0xf4, 0x2b, 0x60, 0x36, 0x54, 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0x6d, 0x31, 0x06, + 0x04, 0x00, 0x00, 0xff, 0xff, 0x25, 0x90, 0x4d, 0x3b, 0x84, 0x00, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/projects/client/cli/query.go b/x/projects/client/cli/query.go index bb5eb9cbd9..adf23722a5 100644 --- a/x/projects/client/cli/query.go +++ b/x/projects/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/lavanet/lava/x/projects/types" + "github.com/lavanet/lava/v2/x/projects/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/projects/client/cli/query_developer.go b/x/projects/client/cli/query_developer.go index 1895126c28..3777e06213 100644 --- a/x/projects/client/cli/query_developer.go +++ b/x/projects/client/cli/query_developer.go @@ -5,8 +5,8 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/projects/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/projects/types" "github.com/spf13/cobra" ) diff --git a/x/projects/client/cli/query_info.go b/x/projects/client/cli/query_info.go index eaf32cd313..02e365a013 100644 --- a/x/projects/client/cli/query_info.go +++ b/x/projects/client/cli/query_info.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/projects/types" + "github.com/lavanet/lava/v2/x/projects/types" "github.com/spf13/cobra" ) diff --git a/x/projects/client/cli/query_params.go b/x/projects/client/cli/query_params.go index 7cde526252..a32c15c761 100644 --- a/x/projects/client/cli/query_params.go +++ b/x/projects/client/cli/query_params.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/projects/types" + "github.com/lavanet/lava/v2/x/projects/types" "github.com/spf13/cobra" ) diff --git a/x/projects/client/cli/tx.go b/x/projects/client/cli/tx.go index 895d6dbd18..bd4dcb80ab 100644 --- a/x/projects/client/cli/tx.go +++ b/x/projects/client/cli/tx.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" // "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/projects/types" + "github.com/lavanet/lava/v2/x/projects/types" ) var DefaultRelativePacketTimeoutTimestamp = uint64((time.Duration(10) * time.Minute).Nanoseconds()) diff --git a/x/projects/client/cli/tx_add_keys.go b/x/projects/client/cli/tx_add_keys.go index 3916403f93..7cd794ca6e 100644 --- a/x/projects/client/cli/tx_add_keys.go +++ b/x/projects/client/cli/tx_add_keys.go @@ -4,9 +4,9 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/decoder" - "github.com/lavanet/lava/x/projects/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/decoder" + "github.com/lavanet/lava/v2/x/projects/types" "github.com/spf13/cobra" ) diff --git a/x/projects/client/cli/tx_del_keys.go b/x/projects/client/cli/tx_del_keys.go index 5583654163..a6986b112f 100644 --- a/x/projects/client/cli/tx_del_keys.go +++ b/x/projects/client/cli/tx_del_keys.go @@ -4,9 +4,9 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/decoder" - "github.com/lavanet/lava/x/projects/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/decoder" + "github.com/lavanet/lava/v2/x/projects/types" "github.com/spf13/cobra" ) diff --git a/x/projects/client/cli/tx_set_admin_policy.go b/x/projects/client/cli/tx_set_admin_policy.go index 7ef9e8ee89..938cd30fb6 100644 --- a/x/projects/client/cli/tx_set_admin_policy.go +++ b/x/projects/client/cli/tx_set_admin_policy.go @@ -8,9 +8,9 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" - planstypes "github.com/lavanet/lava/x/plans/types" - "github.com/lavanet/lava/x/projects/types" - spectypes "github.com/lavanet/lava/x/spec/types" + planstypes "github.com/lavanet/lava/v2/x/plans/types" + "github.com/lavanet/lava/v2/x/projects/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "github.com/spf13/cobra" ) diff --git a/x/projects/client/cli/tx_set_subscription_policy.go b/x/projects/client/cli/tx_set_subscription_policy.go index 43e97ffede..b57e2fe901 100644 --- a/x/projects/client/cli/tx_set_subscription_policy.go +++ b/x/projects/client/cli/tx_set_subscription_policy.go @@ -8,8 +8,8 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" - planstypes "github.com/lavanet/lava/x/plans/types" - "github.com/lavanet/lava/x/projects/types" + planstypes "github.com/lavanet/lava/v2/x/plans/types" + "github.com/lavanet/lava/v2/x/projects/types" "github.com/spf13/cobra" ) diff --git a/x/projects/genesis.go b/x/projects/genesis.go index 653d7d4ca8..5d6e14ff74 100644 --- a/x/projects/genesis.go +++ b/x/projects/genesis.go @@ -2,8 +2,8 @@ package projects import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/projects/keeper" - "github.com/lavanet/lava/x/projects/types" + "github.com/lavanet/lava/v2/x/projects/keeper" + "github.com/lavanet/lava/v2/x/projects/types" ) // InitGenesis initializes the capability module's state from a provided genesis diff --git a/x/projects/genesis_test.go b/x/projects/genesis_test.go index bdda837c03..7054e9e9c8 100644 --- a/x/projects/genesis_test.go +++ b/x/projects/genesis_test.go @@ -3,10 +3,10 @@ package projects_test import ( "testing" - keepertest "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/testutil/nullify" - "github.com/lavanet/lava/x/projects" - "github.com/lavanet/lava/x/projects/types" + keepertest "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/testutil/nullify" + "github.com/lavanet/lava/v2/x/projects" + "github.com/lavanet/lava/v2/x/projects/types" "github.com/stretchr/testify/require" ) diff --git a/x/projects/handler.go b/x/projects/handler.go index f5aa46593d..a446a7f174 100644 --- a/x/projects/handler.go +++ b/x/projects/handler.go @@ -6,8 +6,8 @@ import ( sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/lavanet/lava/x/projects/keeper" - "github.com/lavanet/lava/x/projects/types" + "github.com/lavanet/lava/v2/x/projects/keeper" + "github.com/lavanet/lava/v2/x/projects/types" ) // NewHandler ... diff --git a/x/projects/keeper/creation.go b/x/projects/keeper/creation.go index 75828b99da..cf85c3254b 100644 --- a/x/projects/keeper/creation.go +++ b/x/projects/keeper/creation.go @@ -6,9 +6,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/lavanet/lava/utils" - plantypes "github.com/lavanet/lava/x/plans/types" - "github.com/lavanet/lava/x/projects/types" + "github.com/lavanet/lava/v2/utils" + plantypes "github.com/lavanet/lava/v2/x/plans/types" + "github.com/lavanet/lava/v2/x/projects/types" ) // Keys management logic: diff --git a/x/projects/keeper/grpc_query.go b/x/projects/keeper/grpc_query.go index b733c38f2f..b17576af1b 100644 --- a/x/projects/keeper/grpc_query.go +++ b/x/projects/keeper/grpc_query.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/lavanet/lava/x/projects/types" + "github.com/lavanet/lava/v2/x/projects/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/projects/keeper/grpc_query_developer.go b/x/projects/keeper/grpc_query_developer.go index 21cdeb2e3b..63732f1614 100644 --- a/x/projects/keeper/grpc_query_developer.go +++ b/x/projects/keeper/grpc_query_developer.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/projects/types" + "github.com/lavanet/lava/v2/x/projects/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/projects/keeper/grpc_query_info.go b/x/projects/keeper/grpc_query_info.go index f0b6c8d8b8..f641e15426 100644 --- a/x/projects/keeper/grpc_query_info.go +++ b/x/projects/keeper/grpc_query_info.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/projects/types" + "github.com/lavanet/lava/v2/x/projects/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/projects/keeper/grpc_query_params.go b/x/projects/keeper/grpc_query_params.go index b948d3d157..b6b2642bd0 100644 --- a/x/projects/keeper/grpc_query_params.go +++ b/x/projects/keeper/grpc_query_params.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/projects/types" + "github.com/lavanet/lava/v2/x/projects/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/projects/keeper/grpc_query_params_test.go b/x/projects/keeper/grpc_query_params_test.go index 313a246540..2a30654ad4 100644 --- a/x/projects/keeper/grpc_query_params_test.go +++ b/x/projects/keeper/grpc_query_params_test.go @@ -4,8 +4,8 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - testkeeper "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/x/projects/types" + testkeeper "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/x/projects/types" "github.com/stretchr/testify/require" ) diff --git a/x/projects/keeper/keeper.go b/x/projects/keeper/keeper.go index 655bebaf2d..4b53c80949 100644 --- a/x/projects/keeper/keeper.go +++ b/x/projects/keeper/keeper.go @@ -9,8 +9,8 @@ import ( "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" - fixationtypes "github.com/lavanet/lava/x/fixationstore/types" - "github.com/lavanet/lava/x/projects/types" + fixationtypes "github.com/lavanet/lava/v2/x/fixationstore/types" + "github.com/lavanet/lava/v2/x/projects/types" ) type ( diff --git a/x/projects/keeper/migrations.go b/x/projects/keeper/migrations.go index c1222074f4..f346b27b03 100644 --- a/x/projects/keeper/migrations.go +++ b/x/projects/keeper/migrations.go @@ -2,11 +2,11 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - v2 "github.com/lavanet/lava/x/projects/migrations/v2" - v3 "github.com/lavanet/lava/x/projects/migrations/v3" - v4 "github.com/lavanet/lava/x/projects/migrations/v4" - v5 "github.com/lavanet/lava/x/projects/migrations/v5" + "github.com/lavanet/lava/v2/utils" + v2 "github.com/lavanet/lava/v2/x/projects/migrations/v2" + v3 "github.com/lavanet/lava/v2/x/projects/migrations/v3" + v4 "github.com/lavanet/lava/v2/x/projects/migrations/v4" + v5 "github.com/lavanet/lava/v2/x/projects/migrations/v5" ) type Migrator struct { diff --git a/x/projects/keeper/msg_server.go b/x/projects/keeper/msg_server.go index 6cbebfab01..a5aafe6252 100644 --- a/x/projects/keeper/msg_server.go +++ b/x/projects/keeper/msg_server.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/lavanet/lava/x/projects/types" + "github.com/lavanet/lava/v2/x/projects/types" ) type msgServer struct { diff --git a/x/projects/keeper/msg_server_add_project_keys.go b/x/projects/keeper/msg_server_add_project_keys.go index 27f208e914..78738d35fe 100644 --- a/x/projects/keeper/msg_server_add_project_keys.go +++ b/x/projects/keeper/msg_server_add_project_keys.go @@ -5,8 +5,8 @@ import ( "fmt" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/projects/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/projects/types" ) func (k msgServer) AddKeys(goCtx context.Context, msg *types.MsgAddKeys) (*types.MsgAddKeysResponse, error) { diff --git a/x/projects/keeper/msg_server_del_project_keys.go b/x/projects/keeper/msg_server_del_project_keys.go index 95d3bce7dd..e353f3f8d7 100644 --- a/x/projects/keeper/msg_server_del_project_keys.go +++ b/x/projects/keeper/msg_server_del_project_keys.go @@ -5,8 +5,8 @@ import ( "fmt" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/projects/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/projects/types" ) func (k msgServer) DelKeys(goCtx context.Context, msg *types.MsgDelKeys) (*types.MsgDelKeysResponse, error) { diff --git a/x/projects/keeper/msg_server_set_admin_policy.go b/x/projects/keeper/msg_server_set_admin_policy.go index 6259f473d0..7b6a113ee0 100644 --- a/x/projects/keeper/msg_server_set_admin_policy.go +++ b/x/projects/keeper/msg_server_set_admin_policy.go @@ -4,8 +4,8 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/projects/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/projects/types" ) func (k msgServer) SetPolicy(goCtx context.Context, msg *types.MsgSetPolicy) (*types.MsgSetPolicyResponse, error) { diff --git a/x/projects/keeper/msg_server_set_subscription_policy.go b/x/projects/keeper/msg_server_set_subscription_policy.go index 659d0574da..9784e97edb 100644 --- a/x/projects/keeper/msg_server_set_subscription_policy.go +++ b/x/projects/keeper/msg_server_set_subscription_policy.go @@ -4,8 +4,8 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/projects/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/projects/types" ) func (k msgServer) SetSubscriptionPolicy(goCtx context.Context, msg *types.MsgSetSubscriptionPolicy) (*types.MsgSetSubscriptionPolicyResponse, error) { diff --git a/x/projects/keeper/msg_server_test.go b/x/projects/keeper/msg_server_test.go index f936cd0566..a0b842768d 100644 --- a/x/projects/keeper/msg_server_test.go +++ b/x/projects/keeper/msg_server_test.go @@ -5,9 +5,9 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - keepertest "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/x/projects/keeper" - "github.com/lavanet/lava/x/projects/types" + keepertest "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/x/projects/keeper" + "github.com/lavanet/lava/v2/x/projects/types" ) func setupMsgServer(t testing.TB) (types.MsgServer, context.Context) { diff --git a/x/projects/keeper/params.go b/x/projects/keeper/params.go index f22f6d921e..9af55510fc 100644 --- a/x/projects/keeper/params.go +++ b/x/projects/keeper/params.go @@ -2,7 +2,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/projects/types" + "github.com/lavanet/lava/v2/x/projects/types" ) // GetParams get all parameters as types.Params diff --git a/x/projects/keeper/params_test.go b/x/projects/keeper/params_test.go index a0bccd96c7..b245bf9fa0 100644 --- a/x/projects/keeper/params_test.go +++ b/x/projects/keeper/params_test.go @@ -3,8 +3,8 @@ package keeper_test import ( "testing" - testkeeper "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/x/projects/types" + testkeeper "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/x/projects/types" "github.com/stretchr/testify/require" ) diff --git a/x/projects/keeper/project.go b/x/projects/keeper/project.go index 290f6a3eb8..297528ad5a 100644 --- a/x/projects/keeper/project.go +++ b/x/projects/keeper/project.go @@ -6,9 +6,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/lavanet/lava/utils" - planstypes "github.com/lavanet/lava/x/plans/types" - "github.com/lavanet/lava/x/projects/types" + "github.com/lavanet/lava/v2/utils" + planstypes "github.com/lavanet/lava/v2/x/plans/types" + "github.com/lavanet/lava/v2/x/projects/types" ) // getProjectForBlock returns the version of a given project at a given block diff --git a/x/projects/keeper/project_test.go b/x/projects/keeper/project_test.go index a128a200fc..f738d04d35 100644 --- a/x/projects/keeper/project_test.go +++ b/x/projects/keeper/project_test.go @@ -7,11 +7,11 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/testutil/common" - testkeeper "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/utils/sigs" - planstypes "github.com/lavanet/lava/x/plans/types" - "github.com/lavanet/lava/x/projects/types" + "github.com/lavanet/lava/v2/testutil/common" + testkeeper "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/utils/sigs" + planstypes "github.com/lavanet/lava/v2/x/plans/types" + "github.com/lavanet/lava/v2/x/projects/types" "github.com/stretchr/testify/require" ) diff --git a/x/projects/module.go b/x/projects/module.go index 272f38cb1b..0380c5527f 100644 --- a/x/projects/module.go +++ b/x/projects/module.go @@ -18,9 +18,9 @@ import ( cdctypes "github.com/cosmos/cosmos-sdk/codec/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/lavanet/lava/x/projects/client/cli" - "github.com/lavanet/lava/x/projects/keeper" - "github.com/lavanet/lava/x/projects/types" + "github.com/lavanet/lava/v2/x/projects/client/cli" + "github.com/lavanet/lava/v2/x/projects/keeper" + "github.com/lavanet/lava/v2/x/projects/types" ) var ( diff --git a/x/projects/module_simulation.go b/x/projects/module_simulation.go index 96ecd278ca..35a31c6a6c 100644 --- a/x/projects/module_simulation.go +++ b/x/projects/module_simulation.go @@ -10,9 +10,9 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" "github.com/cosmos/cosmos-sdk/x/simulation" - "github.com/lavanet/lava/testutil/sample" - projectssimulation "github.com/lavanet/lava/x/projects/simulation" - "github.com/lavanet/lava/x/projects/types" + "github.com/lavanet/lava/v2/testutil/sample" + projectssimulation "github.com/lavanet/lava/v2/x/projects/simulation" + "github.com/lavanet/lava/v2/x/projects/types" ) // avoid unused import issue diff --git a/x/projects/simulation/add_project_keys.go b/x/projects/simulation/add_project_keys.go index 6b5f7fed24..c336a3ef29 100644 --- a/x/projects/simulation/add_project_keys.go +++ b/x/projects/simulation/add_project_keys.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/lavanet/lava/x/projects/keeper" - "github.com/lavanet/lava/x/projects/types" + "github.com/lavanet/lava/v2/x/projects/keeper" + "github.com/lavanet/lava/v2/x/projects/types" ) func SimulateMsgAddKeys( diff --git a/x/projects/simulation/del_project_keys.go b/x/projects/simulation/del_project_keys.go index d9a87c18fe..5724ceebda 100644 --- a/x/projects/simulation/del_project_keys.go +++ b/x/projects/simulation/del_project_keys.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/lavanet/lava/x/projects/keeper" - "github.com/lavanet/lava/x/projects/types" + "github.com/lavanet/lava/v2/x/projects/keeper" + "github.com/lavanet/lava/v2/x/projects/types" ) func SimulateMsgDelKeys( diff --git a/x/projects/simulation/set_admin_policy.go b/x/projects/simulation/set_admin_policy.go index c585b54074..77bb9e1fc1 100644 --- a/x/projects/simulation/set_admin_policy.go +++ b/x/projects/simulation/set_admin_policy.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/lavanet/lava/x/projects/keeper" - "github.com/lavanet/lava/x/projects/types" + "github.com/lavanet/lava/v2/x/projects/keeper" + "github.com/lavanet/lava/v2/x/projects/types" ) func SimulateMsgSetPolicy( diff --git a/x/projects/simulation/set_subscription_policy.go b/x/projects/simulation/set_subscription_policy.go index e818d62fdd..d040346f6a 100644 --- a/x/projects/simulation/set_subscription_policy.go +++ b/x/projects/simulation/set_subscription_policy.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/lavanet/lava/x/projects/keeper" - "github.com/lavanet/lava/x/projects/types" + "github.com/lavanet/lava/v2/x/projects/keeper" + "github.com/lavanet/lava/v2/x/projects/types" ) func SimulateMsgSetSubscriptionPolicy( diff --git a/x/projects/types/expected_keepers.go b/x/projects/types/expected_keepers.go index ae2970eac3..f204fdcd99 100644 --- a/x/projects/types/expected_keepers.go +++ b/x/projects/types/expected_keepers.go @@ -3,7 +3,7 @@ package types import ( storetypes "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" - fixationstoretypes "github.com/lavanet/lava/x/fixationstore/types" + fixationstoretypes "github.com/lavanet/lava/v2/x/fixationstore/types" ) type EpochStorageKeeper interface { diff --git a/x/projects/types/genesis.go b/x/projects/types/genesis.go index 6d2515a220..deb5a16474 100644 --- a/x/projects/types/genesis.go +++ b/x/projects/types/genesis.go @@ -1,7 +1,7 @@ package types import ( - fixationtypes "github.com/lavanet/lava/x/fixationstore/types" + fixationtypes "github.com/lavanet/lava/v2/x/fixationstore/types" ) // this line is used by starport scaffolding # genesis/types/import diff --git a/x/projects/types/genesis.pb.go b/x/projects/types/genesis.pb.go index 1851624518..31bfd57f3d 100644 --- a/x/projects/types/genesis.pb.go +++ b/x/projects/types/genesis.pb.go @@ -7,7 +7,7 @@ import ( fmt "fmt" _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" - types "github.com/lavanet/lava/x/fixationstore/types" + types "github.com/lavanet/lava/v2/x/fixationstore/types" io "io" math "math" math_bits "math/bits" @@ -94,7 +94,7 @@ func init() { } var fileDescriptor_159556069ba44164 = []byte{ - // 262 bytes of a gzipped FileDescriptorProto + // 265 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xce, 0x49, 0x2c, 0x4b, 0xcc, 0x4b, 0x2d, 0xd1, 0x07, 0xd1, 0xfa, 0x05, 0x45, 0xf9, 0x59, 0xa9, 0xc9, 0x25, 0xc5, 0xfa, 0xe9, 0xa9, 0x79, 0xa9, 0xc5, 0x99, 0xc5, 0x7a, 0x05, 0x45, 0xf9, 0x25, 0xf9, 0x42, 0xa2, 0x50, @@ -107,11 +107,11 @@ var fileDescriptor_159556069ba44164 = []byte{ 0x42, 0x7e, 0x5c, 0x5c, 0x30, 0x05, 0x6e, 0xc1, 0x12, 0x4c, 0x60, 0x03, 0x34, 0x50, 0x0d, 0x40, 0x71, 0x8d, 0x1e, 0xb2, 0xd5, 0x50, 0xb3, 0x90, 0x4c, 0x10, 0x0a, 0xe0, 0xe2, 0x4e, 0x49, 0x2d, 0x4b, 0xcd, 0xc9, 0x2f, 0x48, 0x2d, 0x72, 0x0b, 0x96, 0x60, 0x26, 0xcb, 0x40, 0x64, 0x23, 0x9c, - 0x9c, 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, 0x4a, 0x23, 0x3d, 0xb3, 0x24, - 0xa3, 0x34, 0x49, 0x2f, 0x39, 0x3f, 0x57, 0x1f, 0x25, 0xfc, 0x2a, 0x10, 0xa1, 0x5c, 0x52, 0x59, - 0x90, 0x5a, 0x9c, 0xc4, 0x06, 0x0e, 0x3a, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0x1f, 0x04, - 0xb1, 0xa7, 0xdd, 0x01, 0x00, 0x00, + 0x5c, 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, 0x4a, 0x3b, 0x3d, 0xb3, 0x24, + 0xa3, 0x34, 0x49, 0x2f, 0x39, 0x3f, 0x57, 0x1f, 0x25, 0xfc, 0xca, 0x8c, 0xf4, 0x2b, 0x10, 0x01, + 0x5d, 0x52, 0x59, 0x90, 0x5a, 0x9c, 0xc4, 0x06, 0x0e, 0x3d, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, + 0xff, 0x15, 0x08, 0x56, 0x7a, 0xe0, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/projects/types/genesis_test.go b/x/projects/types/genesis_test.go index 32cf7f0191..e1103400c0 100644 --- a/x/projects/types/genesis_test.go +++ b/x/projects/types/genesis_test.go @@ -3,7 +3,7 @@ package types_test import ( "testing" - "github.com/lavanet/lava/x/projects/types" + "github.com/lavanet/lava/v2/x/projects/types" "github.com/stretchr/testify/require" ) diff --git a/x/projects/types/message_add_keys_test.go b/x/projects/types/message_add_keys_test.go index 388e22b0d3..8a37d92d25 100644 --- a/x/projects/types/message_add_keys_test.go +++ b/x/projects/types/message_add_keys_test.go @@ -4,7 +4,7 @@ import ( "testing" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/lavanet/lava/testutil/sample" + "github.com/lavanet/lava/v2/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/projects/types/message_del_keys_test.go b/x/projects/types/message_del_keys_test.go index 80bf8bcf69..2beb23f2e5 100644 --- a/x/projects/types/message_del_keys_test.go +++ b/x/projects/types/message_del_keys_test.go @@ -4,7 +4,7 @@ import ( "testing" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/lavanet/lava/testutil/sample" + "github.com/lavanet/lava/v2/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/projects/types/message_set_admin_policy.go b/x/projects/types/message_set_admin_policy.go index 56ce1c9659..084687704d 100644 --- a/x/projects/types/message_set_admin_policy.go +++ b/x/projects/types/message_set_admin_policy.go @@ -4,7 +4,7 @@ import ( sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - planstypes "github.com/lavanet/lava/x/plans/types" + planstypes "github.com/lavanet/lava/v2/x/plans/types" ) const TypeMsgSetPolicy = "set_admin_policy" diff --git a/x/projects/types/message_set_admin_policy_test.go b/x/projects/types/message_set_admin_policy_test.go index f6c291efff..29798fe43c 100644 --- a/x/projects/types/message_set_admin_policy_test.go +++ b/x/projects/types/message_set_admin_policy_test.go @@ -4,8 +4,8 @@ import ( "testing" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/lavanet/lava/testutil/sample" - planstypes "github.com/lavanet/lava/x/plans/types" + "github.com/lavanet/lava/v2/testutil/sample" + planstypes "github.com/lavanet/lava/v2/x/plans/types" "github.com/stretchr/testify/require" ) diff --git a/x/projects/types/message_set_subscription_policy.go b/x/projects/types/message_set_subscription_policy.go index 4bb4476abb..c3284d1df5 100644 --- a/x/projects/types/message_set_subscription_policy.go +++ b/x/projects/types/message_set_subscription_policy.go @@ -4,7 +4,7 @@ import ( sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - planstypes "github.com/lavanet/lava/x/plans/types" + planstypes "github.com/lavanet/lava/v2/x/plans/types" ) const TypeMsgSetSubscriptionPolicy = "set_subscription_policy" diff --git a/x/projects/types/message_set_subscription_policy_test.go b/x/projects/types/message_set_subscription_policy_test.go index 29a36866ab..0dbdc73ef9 100644 --- a/x/projects/types/message_set_subscription_policy_test.go +++ b/x/projects/types/message_set_subscription_policy_test.go @@ -4,8 +4,8 @@ import ( "testing" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/lavanet/lava/testutil/sample" - planstypes "github.com/lavanet/lava/x/plans/types" + "github.com/lavanet/lava/v2/testutil/sample" + planstypes "github.com/lavanet/lava/v2/x/plans/types" "github.com/stretchr/testify/require" ) diff --git a/x/projects/types/params.pb.go b/x/projects/types/params.pb.go index 6f88fe24de..9ae9659dfc 100644 --- a/x/projects/types/params.pb.go +++ b/x/projects/types/params.pb.go @@ -68,17 +68,17 @@ func init() { } var fileDescriptor_acd952a9fad2273a = []byte{ - // 150 bytes of a gzipped FileDescriptorProto + // 153 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xca, 0x49, 0x2c, 0x4b, 0xcc, 0x4b, 0x2d, 0xd1, 0x07, 0xd1, 0xfa, 0x05, 0x45, 0xf9, 0x59, 0xa9, 0xc9, 0x25, 0xc5, 0xfa, 0x05, 0x89, 0x45, 0x89, 0xb9, 0xc5, 0x7a, 0x05, 0x45, 0xf9, 0x25, 0xf9, 0x42, 0xa2, 0x50, 0x35, 0x7a, 0x20, 0x5a, 0x0f, 0xa6, 0x46, 0x4a, 0x24, 0x3d, 0x3f, 0x3d, 0x1f, 0xac, 0x42, 0x1f, 0xc4, 0x82, 0x28, 0x56, 0xe2, 0xe3, 0x62, 0x0b, 0x00, 0x6b, 0xb6, 0x62, 0x99, 0xb1, 0x40, 0x9e, 0xc1, - 0xc9, 0xe9, 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, 0x34, 0xd2, 0x33, 0x4b, - 0x32, 0x4a, 0x93, 0xf4, 0x92, 0xf3, 0x73, 0xf5, 0x51, 0x5c, 0x51, 0x81, 0x70, 0x47, 0x49, 0x65, - 0x41, 0x6a, 0x71, 0x12, 0x1b, 0xd8, 0x68, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0xf3, 0x5a, - 0x13, 0xcb, 0xad, 0x00, 0x00, 0x00, + 0xc9, 0xf5, 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, 0xb4, 0xd3, 0x33, 0x4b, + 0x32, 0x4a, 0x93, 0xf4, 0x92, 0xf3, 0x73, 0xf5, 0x51, 0x5c, 0x51, 0x66, 0xa4, 0x5f, 0x81, 0x70, + 0x4a, 0x49, 0x65, 0x41, 0x6a, 0x71, 0x12, 0x1b, 0xd8, 0x74, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, + 0xff, 0xa3, 0x93, 0x4e, 0xc6, 0xb0, 0x00, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/projects/types/project.go b/x/projects/types/project.go index a1d0b0cc5d..96d7cbf6e6 100644 --- a/x/projects/types/project.go +++ b/x/projects/types/project.go @@ -3,7 +3,7 @@ package types import ( "fmt" - commontypes "github.com/lavanet/lava/utils/common/types" + commontypes "github.com/lavanet/lava/v2/utils/common/types" ) const ( diff --git a/x/projects/types/project.pb.go b/x/projects/types/project.pb.go index 884d14ea01..c1bd722cf4 100644 --- a/x/projects/types/project.pb.go +++ b/x/projects/types/project.pb.go @@ -7,7 +7,7 @@ import ( fmt "fmt" _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" - types "github.com/lavanet/lava/x/plans/types" + types "github.com/lavanet/lava/v2/x/plans/types" io "io" math "math" math_bits "math/bits" @@ -330,41 +330,42 @@ func init() { } var fileDescriptor_9027839604ae2915 = []byte{ - // 543 bytes of a gzipped FileDescriptorProto + // 546 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x53, 0x4f, 0x8f, 0xd2, 0x40, - 0x14, 0x67, 0x68, 0x81, 0xf6, 0xc1, 0x26, 0xcd, 0x88, 0xd9, 0x4a, 0x4c, 0x8b, 0x78, 0x69, 0x3c, - 0x94, 0x04, 0x2f, 0x5e, 0x45, 0x30, 0x61, 0x55, 0x20, 0x8d, 0xf1, 0xb0, 0x17, 0x52, 0xe8, 0x84, - 0xad, 0x40, 0xdb, 0x30, 0x65, 0xb3, 0xbd, 0xf9, 0x11, 0xfc, 0x18, 0x26, 0x7e, 0x09, 0x8f, 0x7b, + 0x14, 0x67, 0xb6, 0x05, 0xda, 0x07, 0x9b, 0x34, 0x23, 0x66, 0x2b, 0x31, 0x2d, 0xe2, 0x85, 0x68, + 0xd2, 0x26, 0x78, 0xf1, 0x2a, 0xc2, 0x81, 0x55, 0x81, 0x34, 0xc6, 0xc3, 0x5e, 0x48, 0xa1, 0x13, + 0xb6, 0x02, 0x6d, 0xc3, 0x14, 0xb2, 0xbd, 0xf9, 0x11, 0xfc, 0x18, 0x26, 0x7e, 0x09, 0x8f, 0x7b, 0xdc, 0xa3, 0x27, 0x62, 0xe0, 0xc6, 0xa7, 0x30, 0xd3, 0x19, 0x96, 0xd6, 0x6c, 0xb2, 0x5e, 0x3a, - 0xf3, 0xde, 0xfc, 0xde, 0xbf, 0xfe, 0x7e, 0x0f, 0x5e, 0x2e, 0xdd, 0x6b, 0x37, 0x20, 0x71, 0x9b, - 0x9d, 0xed, 0x68, 0x1d, 0x7e, 0x25, 0xb3, 0x98, 0x1e, 0x2f, 0x76, 0xb4, 0x0e, 0xe3, 0x10, 0x3f, - 0x15, 0x20, 0x9b, 0x9d, 0xf6, 0x11, 0xd4, 0xa8, 0xcf, 0xc3, 0x79, 0x98, 0x22, 0xda, 0xec, 0xc6, - 0xc1, 0x0d, 0x33, 0x9f, 0x71, 0xe9, 0x06, 0xb4, 0x1d, 0x85, 0x4b, 0x7f, 0x96, 0x70, 0x40, 0xeb, - 0xa7, 0x04, 0x95, 0x31, 0xcf, 0x81, 0xeb, 0x50, 0xf2, 0x03, 0x8f, 0xdc, 0xe8, 0xa8, 0x89, 0x2c, - 0xd5, 0xe1, 0x06, 0x6e, 0x41, 0x8d, 0x6e, 0xa6, 0x74, 0xb6, 0xf6, 0xa3, 0xd8, 0x0f, 0x03, 0xbd, - 0x98, 0x3e, 0xe6, 0x7c, 0x58, 0x87, 0x0a, 0x09, 0xdc, 0xe9, 0x92, 0x78, 0xba, 0xdc, 0x44, 0x96, - 0xe2, 0x1c, 0x4d, 0x7c, 0x09, 0x35, 0xd1, 0xe2, 0x64, 0x41, 0x12, 0xaa, 0x97, 0x9a, 0x92, 0x55, - 0xed, 0xbc, 0xb0, 0x1f, 0x1c, 0xc2, 0x16, 0x9d, 0x7c, 0x20, 0x49, 0xb7, 0x7e, 0xbb, 0x35, 0x0b, - 0x87, 0xad, 0x99, 0x0b, 0x77, 0xaa, 0xd1, 0x3d, 0x82, 0xe2, 0x11, 0xd4, 0x5c, 0x6f, 0xe5, 0x07, - 0x13, 0x3e, 0x91, 0x5e, 0x6e, 0x22, 0xab, 0xda, 0x69, 0xfc, 0x93, 0x9b, 0xcd, 0x6c, 0x8f, 0x53, - 0x44, 0x57, 0x63, 0x09, 0xb3, 0x31, 0x4e, 0x35, 0xb5, 0xf8, 0x33, 0x3e, 0x87, 0xca, 0x86, 0x12, - 0x6f, 0x32, 0xdb, 0xe8, 0x95, 0x26, 0xb2, 0x64, 0xa7, 0xcc, 0xcc, 0x77, 0x1b, 0xec, 0xc1, 0x93, - 0xec, 0xbc, 0xc7, 0x82, 0xca, 0xa3, 0x05, 0xcf, 0x0f, 0x5b, 0xf3, 0xa1, 0x50, 0x07, 0x67, 0x9d, - 0xa2, 0x7c, 0x03, 0x14, 0x1a, 0xb8, 0x11, 0xbd, 0x0a, 0x63, 0x5d, 0x4d, 0xeb, 0xdf, 0xdb, 0x17, - 0xb2, 0x22, 0x69, 0x72, 0xeb, 0x1b, 0x02, 0x38, 0xfd, 0x23, 0xfc, 0x0c, 0xa4, 0x05, 0x49, 0x38, - 0x5d, 0xdd, 0xca, 0x61, 0x6b, 0x32, 0xd3, 0x61, 0x1f, 0x6c, 0x42, 0x69, 0xe1, 0x07, 0x1e, 0x4d, - 0xf9, 0x38, 0xeb, 0xaa, 0x87, 0xad, 0xc9, 0x1d, 0x0e, 0x3f, 0x5a, 0xaf, 0x40, 0xfe, 0x9c, 0x44, - 0x04, 0x2b, 0x20, 0x0f, 0x47, 0xc3, 0xbe, 0x56, 0xc0, 0x2a, 0x94, 0xde, 0xf6, 0x3e, 0x0d, 0x86, - 0x1a, 0xc2, 0x67, 0xa0, 0xf6, 0xfa, 0x5f, 0xfa, 0x1f, 0x47, 0xe3, 0xbe, 0xa3, 0x15, 0x2f, 0x64, - 0xa5, 0xa8, 0x49, 0xa2, 0x85, 0x37, 0x80, 0xc7, 0x4c, 0x39, 0x3d, 0x72, 0x4d, 0x96, 0x61, 0x44, - 0xd6, 0x3d, 0x37, 0x76, 0xf1, 0x73, 0x50, 0x05, 0x33, 0x83, 0x9e, 0x90, 0xcf, 0xc9, 0xc1, 0xe3, - 0x5b, 0xbf, 0x10, 0x54, 0x45, 0xf3, 0x69, 0x0c, 0x06, 0x39, 0x70, 0x57, 0x44, 0xc0, 0xd3, 0x7b, - 0x56, 0x48, 0x52, 0x5e, 0x48, 0x03, 0xc8, 0x72, 0xaf, 0xcb, 0xff, 0xab, 0x23, 0x99, 0xe9, 0x28, - 0xaf, 0x9b, 0x0e, 0x94, 0x05, 0x81, 0xa5, 0xc7, 0x08, 0x74, 0x04, 0x92, 0x8f, 0xd0, 0x7d, 0xff, + 0xf3, 0xde, 0xfc, 0xde, 0xbf, 0xfe, 0x7e, 0x0f, 0x5e, 0x2e, 0xdc, 0x8d, 0x1b, 0x90, 0xd8, 0x66, + 0xa7, 0x1d, 0xad, 0xc2, 0xaf, 0x64, 0x1a, 0xd3, 0xe3, 0xc5, 0x8a, 0x56, 0x61, 0x1c, 0xe2, 0xa7, + 0x02, 0x64, 0xb1, 0xd3, 0x3a, 0x82, 0xea, 0xb5, 0x59, 0x38, 0x0b, 0x53, 0x84, 0xcd, 0x6e, 0x1c, + 0x5c, 0x37, 0xf3, 0x19, 0x17, 0x6e, 0x40, 0xed, 0x28, 0x5c, 0xf8, 0xd3, 0x84, 0x03, 0x9a, 0x3f, + 0x25, 0x28, 0x8f, 0x78, 0x0e, 0x5c, 0x83, 0xa2, 0x1f, 0x78, 0xe4, 0x46, 0x47, 0x0d, 0xd4, 0x52, + 0x1d, 0x6e, 0xe0, 0x26, 0x54, 0xe9, 0x7a, 0x42, 0xa7, 0x2b, 0x3f, 0x8a, 0xfd, 0x30, 0xd0, 0xcf, + 0xd2, 0xc7, 0x9c, 0x0f, 0xeb, 0x50, 0x26, 0x81, 0x3b, 0x59, 0x10, 0x4f, 0x97, 0x1b, 0xa8, 0xa5, + 0x38, 0x47, 0x13, 0x5f, 0x41, 0x55, 0xb4, 0x38, 0x9e, 0x93, 0x84, 0xea, 0xc5, 0x86, 0xd4, 0xaa, + 0xb4, 0x5f, 0x58, 0x0f, 0x0e, 0x61, 0x89, 0x4e, 0x3e, 0x90, 0xa4, 0x53, 0xbb, 0xdd, 0x9a, 0x85, + 0xc3, 0xd6, 0xcc, 0x85, 0x3b, 0x95, 0xe8, 0x1e, 0x41, 0xf1, 0x10, 0xaa, 0xae, 0xb7, 0xf4, 0x83, + 0x31, 0x9f, 0x48, 0x2f, 0x35, 0x50, 0xab, 0xd2, 0xae, 0xff, 0x93, 0x9b, 0xcd, 0x6c, 0x8d, 0x52, + 0x44, 0x47, 0x63, 0x09, 0xb3, 0x31, 0x4e, 0x25, 0xb5, 0xf8, 0x33, 0xbe, 0x80, 0xf2, 0x9a, 0x12, + 0x6f, 0x3c, 0x5d, 0xeb, 0xe5, 0x06, 0x6a, 0xc9, 0x4e, 0x89, 0x99, 0xef, 0xd7, 0xd8, 0x83, 0x27, + 0xd9, 0x79, 0x8f, 0x05, 0x95, 0x47, 0x0b, 0x5e, 0x1c, 0xb6, 0xe6, 0x43, 0xa1, 0x0e, 0xce, 0x3a, + 0x45, 0xf9, 0x3a, 0x28, 0x34, 0x70, 0x23, 0x7a, 0x1d, 0xc6, 0xba, 0x9a, 0xd6, 0xbf, 0xb7, 0x2f, + 0x65, 0x45, 0xd2, 0xe4, 0xe6, 0x37, 0x04, 0x70, 0xfa, 0x47, 0xf8, 0x19, 0x48, 0x73, 0x92, 0x70, + 0xba, 0x3a, 0xe5, 0xc3, 0xd6, 0x64, 0xa6, 0xc3, 0x3e, 0xd8, 0x84, 0xe2, 0xdc, 0x0f, 0x3c, 0x9a, + 0xf2, 0x71, 0xde, 0x51, 0x0f, 0x5b, 0x93, 0x3b, 0x1c, 0x7e, 0x34, 0x5f, 0x81, 0xfc, 0x39, 0x89, + 0x08, 0x56, 0x40, 0x1e, 0x0c, 0x07, 0x3d, 0xad, 0x80, 0x55, 0x28, 0xbe, 0xeb, 0x7e, 0xea, 0x0f, + 0x34, 0x84, 0xcf, 0x41, 0xed, 0xf6, 0xbe, 0xf4, 0x3e, 0x0e, 0x47, 0x3d, 0x47, 0x3b, 0xbb, 0x94, + 0x95, 0x33, 0x4d, 0x12, 0x2d, 0xbc, 0x05, 0x3c, 0x62, 0xca, 0xe9, 0x92, 0x0d, 0x59, 0x84, 0x11, + 0x59, 0x75, 0xdd, 0xd8, 0xc5, 0xcf, 0x41, 0x15, 0xcc, 0xf4, 0xbb, 0x42, 0x3e, 0x27, 0x07, 0x8f, + 0x6f, 0xfe, 0x42, 0x50, 0x11, 0xcd, 0xa7, 0x31, 0x18, 0xe4, 0xc0, 0x5d, 0x12, 0x01, 0x4f, 0xef, + 0x59, 0x21, 0x49, 0x79, 0x21, 0xf5, 0x21, 0xcb, 0xbd, 0x2e, 0xff, 0xaf, 0x8e, 0x64, 0xa6, 0xa3, + 0xbc, 0x6e, 0xda, 0x50, 0x12, 0x04, 0x16, 0x1f, 0x23, 0xd0, 0x11, 0x48, 0x3e, 0x42, 0xa7, 0xff, 0x63, 0x67, 0xa0, 0xdb, 0x9d, 0x81, 0xee, 0x76, 0x06, 0xfa, 0xb3, 0x33, 0xd0, 0xf7, 0xbd, 0x51, - 0xb8, 0xdb, 0x1b, 0x85, 0xdf, 0x7b, 0xa3, 0x70, 0x69, 0xcd, 0xfd, 0xf8, 0x6a, 0x33, 0xb5, 0x67, - 0xe1, 0xaa, 0x9d, 0xdb, 0xbb, 0x9b, 0xd3, 0x2e, 0xc7, 0x49, 0x44, 0xe8, 0xb4, 0x9c, 0x2e, 0xdf, - 0xeb, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0xee, 0xd2, 0x34, 0xbb, 0xf1, 0x03, 0x00, 0x00, + 0xb8, 0xdb, 0x1b, 0x85, 0xdf, 0x7b, 0xa3, 0x70, 0xf5, 0x7a, 0xe6, 0xc7, 0xd7, 0xeb, 0x89, 0x35, + 0x0d, 0x97, 0x76, 0x6e, 0xef, 0x36, 0x6d, 0xfb, 0xe6, 0xb4, 0xce, 0x71, 0x12, 0x11, 0x3a, 0x29, + 0xa5, 0xfb, 0xf7, 0xe6, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x95, 0xd5, 0x16, 0xf7, 0xf4, 0x03, + 0x00, 0x00, } func (this *Project) Equal(that interface{}) bool { diff --git a/x/projects/types/query.pb.go b/x/projects/types/query.pb.go index bf8b379c4c..72766c21c3 100644 --- a/x/projects/types/query.pb.go +++ b/x/projects/types/query.pb.go @@ -316,7 +316,7 @@ func init() { func init() { proto.RegisterFile("lavanet/lava/projects/query.proto", fileDescriptor_e0c4357eb0c2f6e6) } var fileDescriptor_e0c4357eb0c2f6e6 = []byte{ - // 461 bytes of a gzipped FileDescriptorProto + // 464 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xcc, 0x49, 0x2c, 0x4b, 0xcc, 0x4b, 0x2d, 0xd1, 0x07, 0xd1, 0xfa, 0x05, 0x45, 0xf9, 0x59, 0xa9, 0xc9, 0x25, 0xc5, 0xfa, 0x85, 0xa5, 0xa9, 0x45, 0x95, 0x7a, 0x05, 0x45, 0xf9, 0x25, 0xf9, 0x42, 0xa2, 0x50, 0x25, 0x7a, @@ -341,11 +341,11 @@ var fileDescriptor_e0c4357eb0c2f6e6 = []byte{ 0x4e, 0xd0, 0x05, 0x3b, 0x41, 0x5d, 0x48, 0x15, 0x87, 0x13, 0x32, 0xf3, 0xd2, 0xf2, 0xf5, 0xab, 0xa1, 0xdc, 0x5a, 0xa1, 0x79, 0x8c, 0x5c, 0x9c, 0xf0, 0x68, 0x13, 0xd2, 0xc1, 0x67, 0x0d, 0x7a, 0xaa, 0x90, 0xd2, 0x25, 0x52, 0x35, 0xd4, 0x65, 0x26, 0x60, 0x97, 0xe9, 0x09, 0xe9, 0xe0, 0x70, - 0x19, 0x3c, 0x41, 0xe9, 0x57, 0xc3, 0x99, 0xb5, 0x4e, 0x4e, 0x27, 0x1e, 0xc9, 0x31, 0x5e, 0x78, + 0x19, 0x3c, 0x41, 0xe9, 0x57, 0xc3, 0x99, 0xb5, 0x4e, 0xae, 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, 0xa5, 0x91, 0x9e, 0x59, 0x92, 0x51, 0x9a, 0xa4, 0x97, 0x9c, 0x9f, 0x8b, - 0x6a, 0x62, 0x05, 0xc2, 0xcc, 0x92, 0xca, 0x82, 0xd4, 0xe2, 0x24, 0x36, 0x70, 0x79, 0x60, 0x0c, - 0x08, 0x00, 0x00, 0xff, 0xff, 0xc9, 0x72, 0x77, 0x86, 0xc8, 0x04, 0x00, 0x00, + 0x78, 0x2c, 0xc7, 0x10, 0xa5, 0x9d, 0x9e, 0x59, 0x92, 0x51, 0x9a, 0xa4, 0x97, 0x9c, 0x9f, 0x8b, + 0x6a, 0x62, 0x99, 0x91, 0x7e, 0x05, 0xc2, 0xd8, 0x92, 0xca, 0x82, 0xd4, 0xe2, 0x24, 0x36, 0x70, + 0x91, 0x60, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0x43, 0xf8, 0x30, 0xf8, 0xcb, 0x04, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/projects/types/tx.pb.go b/x/projects/types/tx.pb.go index bef09a8afc..c329a54e71 100644 --- a/x/projects/types/tx.pb.go +++ b/x/projects/types/tx.pb.go @@ -9,7 +9,7 @@ import ( _ "github.com/cosmos/gogoproto/gogoproto" grpc1 "github.com/cosmos/gogoproto/grpc" proto "github.com/cosmos/gogoproto/proto" - types "github.com/lavanet/lava/x/plans/types" + types "github.com/lavanet/lava/v2/x/plans/types" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status" @@ -427,35 +427,35 @@ func init() { func init() { proto.RegisterFile("lavanet/lava/projects/tx.proto", fileDescriptor_a4f8e20515314f9d) } var fileDescriptor_a4f8e20515314f9d = []byte{ - // 434 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x94, 0xbf, 0x0b, 0xd3, 0x40, - 0x14, 0xc7, 0x73, 0x8d, 0xb4, 0xf6, 0xb5, 0x53, 0x68, 0x25, 0x64, 0x48, 0x63, 0xba, 0x44, 0x84, - 0x04, 0xe2, 0xe0, 0x6c, 0x71, 0xb2, 0x14, 0x4a, 0x3a, 0x08, 0x82, 0x48, 0x9a, 0x1e, 0x31, 0x1a, - 0x73, 0x21, 0x77, 0x2d, 0xcd, 0x28, 0x38, 0x3a, 0x38, 0xfb, 0x17, 0x75, 0xec, 0xe8, 0x24, 0xd2, - 0xfe, 0x23, 0x92, 0xe6, 0x2e, 0xfd, 0x61, 0x7f, 0x68, 0x27, 0xa7, 0xbc, 0xbb, 0xf7, 0x7d, 0xef, - 0x3e, 0xb9, 0xef, 0xf1, 0x40, 0x8f, 0xfd, 0x85, 0x9f, 0x60, 0xe6, 0x14, 0x5f, 0x27, 0xcd, 0xc8, - 0x07, 0x1c, 0x30, 0xea, 0xb0, 0xa5, 0x9d, 0x66, 0x84, 0x11, 0xa5, 0xcb, 0xf3, 0x76, 0xf1, 0xb5, - 0x45, 0x5e, 0xeb, 0x9f, 0x2f, 0xe3, 0x41, 0x59, 0xab, 0xf5, 0x8e, 0x45, 0xb1, 0x9f, 0x50, 0x27, - 0x25, 0x71, 0x14, 0xe4, 0x5c, 0xd0, 0x09, 0x49, 0x48, 0x76, 0xa1, 0x53, 0x44, 0xe5, 0xae, 0xf9, - 0x15, 0x01, 0x8c, 0x68, 0xf8, 0x62, 0x36, 0x1b, 0xe2, 0x9c, 0x2a, 0x2a, 0x34, 0x82, 0x0c, 0xfb, - 0x8c, 0x64, 0x2a, 0x32, 0x90, 0xd5, 0xf4, 0xc4, 0xb2, 0xc8, 0xf0, 0x03, 0xd5, 0x5a, 0x99, 0xe1, - 0x4b, 0xe5, 0x15, 0xb4, 0x79, 0xf8, 0xee, 0x23, 0xce, 0xa9, 0x2a, 0x1b, 0xb2, 0xd5, 0x72, 0x1f, - 0xdb, 0x67, 0x7f, 0xc6, 0x1e, 0x97, 0xc1, 0x10, 0xe7, 0x83, 0x07, 0xab, 0x9f, 0x3d, 0xc9, 0x6b, - 0xa5, 0xd5, 0x0e, 0x35, 0x3b, 0xa0, 0xec, 0x69, 0x3c, 0x4c, 0x53, 0x92, 0x50, 0x2c, 0x20, 0x5f, - 0xe2, 0xf8, 0x3f, 0x82, 0xe4, 0x34, 0x15, 0xe4, 0x02, 0xda, 0x23, 0x1a, 0x4e, 0x30, 0x1b, 0xef, - 0x6e, 0xfd, 0x2e, 0x4a, 0x17, 0xea, 0xa5, 0x67, 0xaa, 0x6c, 0x20, 0xab, 0xe5, 0x6a, 0x27, 0x7c, - 0x85, 0xab, 0x76, 0xd9, 0xdf, 0xe3, 0x4a, 0xf3, 0x11, 0x74, 0x0e, 0xcf, 0xad, 0x78, 0xbe, 0x20, - 0x50, 0xcb, 0xc4, 0x64, 0x3e, 0xa5, 0x41, 0x16, 0xa5, 0x2c, 0x22, 0xc9, 0x4d, 0x38, 0x0d, 0x1e, - 0x8a, 0x6b, 0x50, 0x6b, 0x86, 0x6c, 0x35, 0xbd, 0x6a, 0x7d, 0x17, 0x9e, 0x09, 0xc6, 0x25, 0x0a, - 0x81, 0xea, 0x7e, 0x97, 0x41, 0x1e, 0xd1, 0x50, 0x79, 0x0d, 0x0d, 0xf1, 0x10, 0x2f, 0x39, 0xb3, - 0x7f, 0x1d, 0xda, 0x93, 0x9b, 0x12, 0x71, 0x40, 0xd1, 0x58, 0x3c, 0x9e, 0x2b, 0x8d, 0xb9, 0xe4, - 0x5a, 0xe3, 0x13, 0xd3, 0x95, 0xb7, 0xd0, 0xdc, 0x3b, 0xde, 0xbf, 0x5c, 0x57, 0x89, 0xb4, 0xa7, - 0x7f, 0x21, 0xaa, 0xda, 0x7f, 0x46, 0xd0, 0x3d, 0x6f, 0xa0, 0x73, 0xb5, 0xcd, 0x9f, 0x05, 0xda, - 0xf3, 0x7f, 0x2c, 0x10, 0x0c, 0x83, 0xc1, 0x6a, 0xa3, 0xa3, 0xf5, 0x46, 0x47, 0xbf, 0x36, 0x3a, - 0xfa, 0xb6, 0xd5, 0xa5, 0xf5, 0x56, 0x97, 0x7e, 0x6c, 0x75, 0xe9, 0x8d, 0x15, 0x46, 0xec, 0xfd, - 0x7c, 0x6a, 0x07, 0xe4, 0x93, 0x73, 0x34, 0x7d, 0x96, 0x07, 0xb3, 0x2d, 0x4f, 0x31, 0x9d, 0xd6, - 0x77, 0xc3, 0xe6, 0xd9, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0x25, 0xd1, 0x97, 0xef, 0x01, 0x05, - 0x00, 0x00, + // 440 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x94, 0x4d, 0xab, 0xd3, 0x40, + 0x14, 0x86, 0x33, 0x37, 0x72, 0xaf, 0x3d, 0xbd, 0xab, 0xd0, 0x2b, 0x21, 0x8b, 0xdc, 0x98, 0x6e, + 0x22, 0x85, 0x0c, 0xc4, 0x85, 0x6b, 0x8b, 0x6e, 0x2c, 0x85, 0x92, 0x2e, 0x04, 0x41, 0x24, 0x4d, + 0x87, 0x18, 0x8d, 0x99, 0x90, 0x99, 0x96, 0x66, 0x29, 0xb8, 0x74, 0xe1, 0xda, 0x5f, 0xd4, 0x65, + 0x97, 0xae, 0x44, 0xda, 0x3f, 0x22, 0x69, 0x66, 0xd2, 0x0f, 0xfb, 0xa1, 0x5d, 0xb9, 0xca, 0x99, + 0x39, 0xef, 0x39, 0xf3, 0x64, 0xde, 0xe1, 0x80, 0x99, 0x04, 0xd3, 0x20, 0x25, 0x1c, 0x97, 0x5f, + 0x9c, 0xe5, 0xf4, 0x03, 0x09, 0x39, 0xc3, 0x7c, 0xe6, 0x66, 0x39, 0xe5, 0x54, 0xbb, 0x13, 0x79, + 0xb7, 0xfc, 0xba, 0x32, 0x6f, 0xb4, 0x0f, 0x97, 0x89, 0xa0, 0xaa, 0x35, 0xee, 0x77, 0x45, 0x49, + 0x90, 0x32, 0x9c, 0xd1, 0x24, 0x0e, 0x0b, 0x21, 0x68, 0x45, 0x34, 0xa2, 0xeb, 0x10, 0x97, 0x51, + 0xb5, 0x6b, 0x7f, 0x45, 0x00, 0x7d, 0x16, 0x3d, 0x1f, 0x8f, 0x7b, 0xa4, 0x60, 0x9a, 0x0e, 0x37, + 0x61, 0x4e, 0x02, 0x4e, 0x73, 0x1d, 0x59, 0xc8, 0x69, 0xf8, 0x72, 0x59, 0x66, 0xc4, 0x81, 0xfa, + 0x55, 0x95, 0x11, 0x4b, 0xed, 0x15, 0xdc, 0x8a, 0xf0, 0xdd, 0x47, 0x52, 0x30, 0x5d, 0xb5, 0x54, + 0xa7, 0xe9, 0x3d, 0x76, 0x0f, 0xfe, 0x8c, 0x3b, 0xa8, 0x82, 0x1e, 0x29, 0xba, 0x0f, 0xe6, 0x3f, + 0xef, 0x15, 0xbf, 0x99, 0xd5, 0x3b, 0xcc, 0x6e, 0x81, 0xb6, 0xa1, 0xf1, 0x09, 0xcb, 0x68, 0xca, + 0x88, 0x84, 0x7c, 0x41, 0x92, 0xff, 0x08, 0x52, 0xd0, 0xd4, 0x90, 0x53, 0xb8, 0xed, 0xb3, 0x68, + 0x48, 0xf8, 0x60, 0x7d, 0xeb, 0x17, 0x51, 0x7a, 0x70, 0x5d, 0x79, 0xa6, 0xab, 0x16, 0x72, 0x9a, + 0x9e, 0xb1, 0xc7, 0x57, 0xba, 0xea, 0x56, 0xfd, 0x7d, 0xa1, 0xb4, 0x1f, 0x41, 0x6b, 0xfb, 0xdc, + 0x9a, 0xe7, 0x0b, 0x02, 0xbd, 0x4a, 0x0c, 0x27, 0x23, 0x16, 0xe6, 0x71, 0xc6, 0x63, 0x9a, 0x9e, + 0x85, 0x33, 0xe0, 0xa1, 0xbc, 0x06, 0xfd, 0xca, 0x52, 0x9d, 0x86, 0x5f, 0xaf, 0x2f, 0xc2, 0xb3, + 0xc1, 0x3a, 0x46, 0x21, 0x51, 0xbd, 0xef, 0x2a, 0xa8, 0x7d, 0x16, 0x69, 0xaf, 0xe1, 0x46, 0x3e, + 0xc4, 0x63, 0xce, 0x6c, 0x5e, 0x87, 0xf1, 0xe4, 0xac, 0x44, 0x1e, 0x50, 0x36, 0x96, 0x8f, 0xe7, + 0x44, 0x63, 0x21, 0x39, 0xd5, 0x78, 0xcf, 0x74, 0xed, 0x2d, 0x34, 0x36, 0x8e, 0xb7, 0x8f, 0xd7, + 0xd5, 0x22, 0xa3, 0xf3, 0x17, 0xa2, 0xba, 0xfd, 0x67, 0x04, 0x77, 0x87, 0x0d, 0xc4, 0x27, 0xdb, + 0xfc, 0x59, 0x60, 0x3c, 0xfb, 0xc7, 0x02, 0xc9, 0xd0, 0x7d, 0x39, 0x5f, 0x9a, 0x68, 0xb1, 0x34, + 0xd1, 0xaf, 0xa5, 0x89, 0xbe, 0xad, 0x4c, 0x65, 0xb1, 0x32, 0x95, 0x1f, 0x2b, 0x53, 0x79, 0xd3, + 0x89, 0x62, 0xfe, 0x7e, 0x32, 0x72, 0x43, 0xfa, 0x09, 0xef, 0x4c, 0x9f, 0xa9, 0x87, 0x67, 0x5b, + 0xe3, 0xad, 0xc8, 0x08, 0x1b, 0x5d, 0xaf, 0xe7, 0xcd, 0xd3, 0xdf, 0x01, 0x00, 0x00, 0xff, 0xff, + 0xbc, 0xdc, 0xe8, 0x7d, 0x04, 0x05, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/protocol/client/cli/query.go b/x/protocol/client/cli/query.go index 55b221edea..1454e719a0 100644 --- a/x/protocol/client/cli/query.go +++ b/x/protocol/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/lavanet/lava/x/protocol/types" + "github.com/lavanet/lava/v2/x/protocol/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/protocol/client/cli/query_params.go b/x/protocol/client/cli/query_params.go index 1fa05c0513..1f617923ac 100644 --- a/x/protocol/client/cli/query_params.go +++ b/x/protocol/client/cli/query_params.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/protocol/types" + "github.com/lavanet/lava/v2/x/protocol/types" "github.com/spf13/cobra" ) diff --git a/x/protocol/client/cli/tx.go b/x/protocol/client/cli/tx.go index 484f52c169..ff5080c62d 100644 --- a/x/protocol/client/cli/tx.go +++ b/x/protocol/client/cli/tx.go @@ -14,7 +14,7 @@ import ( govclient "github.com/cosmos/cosmos-sdk/x/gov/client" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" govv1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1" - "github.com/lavanet/lava/x/protocol/types" + "github.com/lavanet/lava/v2/x/protocol/types" ) var DefaultRelativePacketTimeoutTimestamp = uint64((time.Duration(10) * time.Minute).Nanoseconds()) diff --git a/x/protocol/genesis.go b/x/protocol/genesis.go index d306a5f23a..fd6122e58d 100644 --- a/x/protocol/genesis.go +++ b/x/protocol/genesis.go @@ -2,8 +2,8 @@ package protocol import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/protocol/keeper" - "github.com/lavanet/lava/x/protocol/types" + "github.com/lavanet/lava/v2/x/protocol/keeper" + "github.com/lavanet/lava/v2/x/protocol/types" ) // InitGenesis initializes the capability module's state from a provided genesis diff --git a/x/protocol/genesis_test.go b/x/protocol/genesis_test.go index 28ff2b8fab..3ac403346b 100644 --- a/x/protocol/genesis_test.go +++ b/x/protocol/genesis_test.go @@ -3,10 +3,10 @@ package protocol_test import ( "testing" - keepertest "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/testutil/nullify" - "github.com/lavanet/lava/x/protocol" - "github.com/lavanet/lava/x/protocol/types" + keepertest "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/testutil/nullify" + "github.com/lavanet/lava/v2/x/protocol" + "github.com/lavanet/lava/v2/x/protocol/types" "github.com/stretchr/testify/require" ) diff --git a/x/protocol/handler.go b/x/protocol/handler.go index deaf3bc3ae..fa4df565d0 100644 --- a/x/protocol/handler.go +++ b/x/protocol/handler.go @@ -6,8 +6,8 @@ import ( sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/lavanet/lava/x/protocol/keeper" - "github.com/lavanet/lava/x/protocol/types" + "github.com/lavanet/lava/v2/x/protocol/keeper" + "github.com/lavanet/lava/v2/x/protocol/types" ) // NewHandler ... diff --git a/x/protocol/keeper/grpc_query.go b/x/protocol/keeper/grpc_query.go index c30d49b05e..53c16980b3 100644 --- a/x/protocol/keeper/grpc_query.go +++ b/x/protocol/keeper/grpc_query.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/lavanet/lava/x/protocol/types" + "github.com/lavanet/lava/v2/x/protocol/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/protocol/keeper/grpc_query_params.go b/x/protocol/keeper/grpc_query_params.go index ffc77402c0..98fb8b00db 100644 --- a/x/protocol/keeper/grpc_query_params.go +++ b/x/protocol/keeper/grpc_query_params.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/protocol/types" + "github.com/lavanet/lava/v2/x/protocol/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/protocol/keeper/grpc_query_params_test.go b/x/protocol/keeper/grpc_query_params_test.go index a0e547ca3d..15b4c8cc00 100644 --- a/x/protocol/keeper/grpc_query_params_test.go +++ b/x/protocol/keeper/grpc_query_params_test.go @@ -4,8 +4,8 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - testkeeper "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/x/protocol/types" + testkeeper "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/x/protocol/types" "github.com/stretchr/testify/require" ) diff --git a/x/protocol/keeper/keeper.go b/x/protocol/keeper/keeper.go index 447683243e..a64186dba2 100644 --- a/x/protocol/keeper/keeper.go +++ b/x/protocol/keeper/keeper.go @@ -10,7 +10,7 @@ import ( "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/lavanet/lava/x/protocol/types" + "github.com/lavanet/lava/v2/x/protocol/types" ) type ( diff --git a/x/protocol/keeper/migrations.go b/x/protocol/keeper/migrations.go index e5b3134d72..b63a38248f 100644 --- a/x/protocol/keeper/migrations.go +++ b/x/protocol/keeper/migrations.go @@ -2,9 +2,9 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - protocoltypes "github.com/lavanet/lava/x/protocol/types" - "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/utils" + protocoltypes "github.com/lavanet/lava/v2/x/protocol/types" + "github.com/lavanet/lava/v2/x/spec/types" ) type Migrator struct { diff --git a/x/protocol/keeper/msg_server.go b/x/protocol/keeper/msg_server.go index a1c8a948aa..8890c904cf 100644 --- a/x/protocol/keeper/msg_server.go +++ b/x/protocol/keeper/msg_server.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/lavanet/lava/x/protocol/types" + "github.com/lavanet/lava/v2/x/protocol/types" ) type msgServer struct { diff --git a/x/protocol/keeper/msg_server_set_version.go b/x/protocol/keeper/msg_server_set_version.go index ac50610b38..8179668033 100644 --- a/x/protocol/keeper/msg_server_set_version.go +++ b/x/protocol/keeper/msg_server_set_version.go @@ -6,7 +6,7 @@ import ( sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" - "github.com/lavanet/lava/x/protocol/types" + "github.com/lavanet/lava/v2/x/protocol/types" ) func (k msgServer) SetVersion(goCtx context.Context, msg *types.MsgSetVersion) (*types.MsgSetVersionResponse, error) { diff --git a/x/protocol/keeper/msg_server_test.go b/x/protocol/keeper/msg_server_test.go index f4064e47b8..0f12ccd752 100644 --- a/x/protocol/keeper/msg_server_test.go +++ b/x/protocol/keeper/msg_server_test.go @@ -5,9 +5,9 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - keepertest "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/x/protocol/keeper" - "github.com/lavanet/lava/x/protocol/types" + keepertest "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/x/protocol/keeper" + "github.com/lavanet/lava/v2/x/protocol/types" ) func setupMsgServer(t testing.TB) (types.MsgServer, context.Context) { diff --git a/x/protocol/keeper/params.go b/x/protocol/keeper/params.go index 54841a940f..0ad300a14a 100644 --- a/x/protocol/keeper/params.go +++ b/x/protocol/keeper/params.go @@ -2,7 +2,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/protocol/types" + "github.com/lavanet/lava/v2/x/protocol/types" ) // GetParams get all parameters as types.Params diff --git a/x/protocol/keeper/params_test.go b/x/protocol/keeper/params_test.go index 61649b4d42..ad69efad11 100644 --- a/x/protocol/keeper/params_test.go +++ b/x/protocol/keeper/params_test.go @@ -6,8 +6,8 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - testkeeper "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/x/protocol/types" + testkeeper "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/x/protocol/types" "github.com/stretchr/testify/require" ) diff --git a/x/protocol/module.go b/x/protocol/module.go index 8945f395f5..3ce4c0141f 100644 --- a/x/protocol/module.go +++ b/x/protocol/module.go @@ -18,9 +18,9 @@ import ( cdctypes "github.com/cosmos/cosmos-sdk/codec/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/lavanet/lava/x/protocol/client/cli" - "github.com/lavanet/lava/x/protocol/keeper" - "github.com/lavanet/lava/x/protocol/types" + "github.com/lavanet/lava/v2/x/protocol/client/cli" + "github.com/lavanet/lava/v2/x/protocol/keeper" + "github.com/lavanet/lava/v2/x/protocol/types" ) var ( diff --git a/x/protocol/module_simulation.go b/x/protocol/module_simulation.go index 832a7a4f34..fb9d7b6361 100644 --- a/x/protocol/module_simulation.go +++ b/x/protocol/module_simulation.go @@ -11,9 +11,9 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" "github.com/cosmos/cosmos-sdk/x/simulation" - "github.com/lavanet/lava/testutil/sample" - protocolsimulation "github.com/lavanet/lava/x/protocol/simulation" - "github.com/lavanet/lava/x/protocol/types" + "github.com/lavanet/lava/v2/testutil/sample" + protocolsimulation "github.com/lavanet/lava/v2/x/protocol/simulation" + "github.com/lavanet/lava/v2/x/protocol/types" ) // avoid unused import issue diff --git a/x/protocol/types/genesis.pb.go b/x/protocol/types/genesis.pb.go index f075761428..2f20cecea1 100644 --- a/x/protocol/types/genesis.pb.go +++ b/x/protocol/types/genesis.pb.go @@ -77,7 +77,7 @@ func init() { } var fileDescriptor_5875ab05db1f379d = []byte{ - // 188 bytes of a gzipped FileDescriptorProto + // 191 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xce, 0x49, 0x2c, 0x4b, 0xcc, 0x4b, 0x2d, 0xd1, 0x07, 0xd1, 0xfa, 0x05, 0x45, 0xf9, 0x25, 0xf9, 0xc9, 0xf9, 0x39, 0xfa, 0xe9, 0xa9, 0x79, 0xa9, 0xc5, 0x99, 0xc5, 0x7a, 0x60, 0x01, 0x21, 0x51, 0xa8, 0x22, 0x3d, 0x10, @@ -85,11 +85,11 @@ var fileDescriptor_5875ab05db1f379d = []byte{ 0x29, 0x25, 0xec, 0x26, 0x16, 0x24, 0x16, 0x25, 0xe6, 0x42, 0x0d, 0x54, 0xf2, 0xe6, 0xe2, 0x71, 0x87, 0xd8, 0x10, 0x5c, 0x92, 0x58, 0x92, 0x2a, 0x64, 0xcd, 0xc5, 0x06, 0x91, 0x97, 0x60, 0x54, 0x60, 0xd4, 0xe0, 0x36, 0x92, 0xd5, 0xc3, 0x6a, 0xa3, 0x5e, 0x00, 0x58, 0x91, 0x13, 0xcb, 0x89, - 0x7b, 0xf2, 0x0c, 0x41, 0x50, 0x2d, 0x4e, 0x4e, 0x27, 0x1e, 0xc9, 0x31, 0x5e, 0x78, 0x24, 0xc7, + 0x7b, 0xf2, 0x0c, 0x41, 0x50, 0x2d, 0x4e, 0xae, 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, 0xa5, 0x91, 0x9e, 0x59, 0x92, 0x51, 0x9a, 0xa4, 0x97, 0x9c, 0x9f, 0xab, 0x8f, 0xe2, - 0xaa, 0x0a, 0x84, 0xbb, 0x4a, 0x2a, 0x0b, 0x52, 0x8b, 0x93, 0xd8, 0xc0, 0x7c, 0x63, 0x40, 0x00, - 0x00, 0x00, 0xff, 0xff, 0x6b, 0x15, 0x52, 0x8e, 0x0f, 0x01, 0x00, 0x00, + 0xc7, 0x10, 0xa5, 0x9d, 0x9e, 0x59, 0x92, 0x51, 0x9a, 0xa4, 0x97, 0x9c, 0x9f, 0xab, 0x8f, 0xe2, + 0xaa, 0x32, 0x23, 0xfd, 0x0a, 0x84, 0xd3, 0x4a, 0x2a, 0x0b, 0x52, 0x8b, 0x93, 0xd8, 0xc0, 0x7c, + 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0x1c, 0x9f, 0xc2, 0xb8, 0x12, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/protocol/types/genesis_test.go b/x/protocol/types/genesis_test.go index 9034b9d1de..5db02a5d10 100644 --- a/x/protocol/types/genesis_test.go +++ b/x/protocol/types/genesis_test.go @@ -3,7 +3,7 @@ package types_test import ( "testing" - "github.com/lavanet/lava/x/protocol/types" + "github.com/lavanet/lava/v2/x/protocol/types" "github.com/stretchr/testify/require" ) diff --git a/x/protocol/types/message_set_version_test.go b/x/protocol/types/message_set_version_test.go index 58e2757ad2..1b852e65dc 100644 --- a/x/protocol/types/message_set_version_test.go +++ b/x/protocol/types/message_set_version_test.go @@ -3,7 +3,7 @@ package types import ( "testing" - "github.com/lavanet/lava/testutil/sample" + "github.com/lavanet/lava/v2/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/protocol/types/params.pb.go b/x/protocol/types/params.pb.go index 4e0ed184d3..31da3d726a 100644 --- a/x/protocol/types/params.pb.go +++ b/x/protocol/types/params.pb.go @@ -145,7 +145,7 @@ func init() { } var fileDescriptor_e1924c66c5d42a94 = []byte{ - // 305 bytes of a gzipped FileDescriptorProto + // 308 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xca, 0x49, 0x2c, 0x4b, 0xcc, 0x4b, 0x2d, 0xd1, 0x07, 0xd1, 0xfa, 0x05, 0x45, 0xf9, 0x25, 0xf9, 0xc9, 0xf9, 0x39, 0xfa, 0x05, 0x89, 0x45, 0x89, 0xb9, 0xc5, 0x7a, 0x60, 0xbe, 0x90, 0x28, 0x54, 0x8d, 0x1e, 0x88, 0xd6, @@ -160,12 +160,12 @@ var fileDescriptor_e1924c66c5d42a94 = []byte{ 0xab, 0x01, 0x39, 0x80, 0x05, 0xdd, 0x01, 0xc8, 0xb2, 0x4a, 0x41, 0xdc, 0x30, 0xae, 0x6f, 0x66, 0x9e, 0x92, 0x1f, 0x17, 0x5b, 0x00, 0x38, 0x28, 0x85, 0xec, 0xb8, 0xd8, 0xcb, 0x20, 0xc1, 0x02, 0x0e, 0x03, 0x6e, 0x23, 0x39, 0x3d, 0xac, 0xc1, 0xaa, 0x07, 0x0d, 0x3c, 0x27, 0x96, 0x13, 0xf7, - 0xe4, 0x19, 0x82, 0x60, 0x9a, 0xac, 0x58, 0x66, 0x2c, 0x90, 0x67, 0x70, 0x72, 0x3a, 0xf1, 0x48, + 0xe4, 0x19, 0x82, 0x60, 0x9a, 0xac, 0x58, 0x66, 0x2c, 0x90, 0x67, 0x70, 0x72, 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, 0x8d, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, - 0xe4, 0xfc, 0x5c, 0x7d, 0x94, 0x38, 0xad, 0x40, 0xc4, 0x6a, 0x49, 0x65, 0x41, 0x6a, 0x71, 0x12, - 0x1b, 0x98, 0x6f, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0x7e, 0x30, 0xe5, 0x73, 0xfb, 0x01, 0x00, - 0x00, + 0x58, 0x8e, 0xe1, 0xc6, 0x63, 0x39, 0x86, 0x28, 0xed, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, + 0xe4, 0xfc, 0x5c, 0x7d, 0x94, 0x38, 0x2d, 0x33, 0xd2, 0xaf, 0x40, 0x44, 0x6c, 0x49, 0x65, 0x41, + 0x6a, 0x71, 0x12, 0x1b, 0x98, 0x6f, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0xb2, 0x08, 0xd9, 0x1f, + 0xfe, 0x01, 0x00, 0x00, } func (m *Version) Marshal() (dAtA []byte, err error) { diff --git a/x/protocol/types/query.pb.go b/x/protocol/types/query.pb.go index ea855d368f..63925fde73 100644 --- a/x/protocol/types/query.pb.go +++ b/x/protocol/types/query.pb.go @@ -121,26 +121,26 @@ func init() { func init() { proto.RegisterFile("lavanet/lava/protocol/query.proto", fileDescriptor_c616be00122ebd89) } var fileDescriptor_c616be00122ebd89 = []byte{ - // 297 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x90, 0x31, 0x4b, 0x03, 0x31, - 0x14, 0x80, 0x2f, 0xa2, 0x1d, 0xe2, 0x16, 0x2b, 0x48, 0xb1, 0xa9, 0x1e, 0x08, 0xb5, 0x43, 0x42, - 0xeb, 0xe8, 0xd6, 0x5f, 0xa0, 0x1d, 0xdd, 0x72, 0x25, 0xc4, 0x83, 0x5e, 0x5e, 0x7a, 0xc9, 0x15, - 0xbb, 0x3a, 0x38, 0x17, 0xfc, 0x53, 0x1d, 0x0b, 0x2e, 0x4e, 0x22, 0x77, 0xfe, 0x10, 0xb9, 0xe4, - 0x44, 0x8a, 0x55, 0x9c, 0x5e, 0xde, 0x7b, 0xdf, 0xfb, 0xf2, 0x12, 0x7c, 0x3e, 0x13, 0x0b, 0xa1, - 0xa5, 0xe3, 0x75, 0xe4, 0x26, 0x07, 0x07, 0x53, 0x98, 0xf1, 0x79, 0x21, 0xf3, 0x25, 0xf3, 0x29, - 0x39, 0x6e, 0x10, 0x56, 0x47, 0xf6, 0x85, 0x74, 0xda, 0x0a, 0x14, 0xf8, 0x8c, 0xd7, 0xa7, 0xd0, - 0xe8, 0x9c, 0x2a, 0x00, 0x35, 0x93, 0x5c, 0x98, 0x94, 0x0b, 0xad, 0xc1, 0x09, 0x97, 0x82, 0xb6, - 0x4d, 0x77, 0x30, 0x05, 0x9b, 0x81, 0xe5, 0x89, 0xb0, 0x32, 0xdc, 0xc1, 0x17, 0xc3, 0x44, 0x3a, - 0x31, 0xe4, 0x46, 0xa8, 0x54, 0x7b, 0xb8, 0x61, 0xe3, 0xdd, 0x9b, 0x19, 0x91, 0x8b, 0xac, 0xf1, - 0xc5, 0x6d, 0x4c, 0x6e, 0x6b, 0xcb, 0x8d, 0x2f, 0x4e, 0xe4, 0xbc, 0x90, 0xd6, 0xc5, 0x13, 0x7c, - 0xb4, 0x55, 0xb5, 0x06, 0xb4, 0x95, 0xe4, 0x1a, 0xb7, 0xc2, 0xf0, 0x09, 0x3a, 0x43, 0xfd, 0xc3, - 0x51, 0x97, 0xed, 0x7c, 0x18, 0x0b, 0x63, 0xe3, 0xfd, 0xf5, 0x5b, 0x2f, 0x9a, 0x34, 0x23, 0xa3, - 0x15, 0xc2, 0x07, 0x5e, 0x4a, 0x9e, 0x10, 0x6e, 0x05, 0x84, 0x5c, 0xfe, 0x62, 0xf8, 0xb9, 0x53, - 0x67, 0xf0, 0x1f, 0x34, 0x2c, 0x1a, 0x5f, 0x3c, 0xbe, 0x7c, 0x3c, 0xef, 0xf5, 0x48, 0x97, 0xff, - 0xf5, 0x05, 0xe3, 0xf1, 0xba, 0xa4, 0x68, 0x53, 0x52, 0xf4, 0x5e, 0x52, 0xb4, 0xaa, 0x68, 0xb4, - 0xa9, 0x68, 0xf4, 0x5a, 0xd1, 0xe8, 0xae, 0xaf, 0x52, 0x77, 0x5f, 0x24, 0x6c, 0x0a, 0xd9, 0xb6, - 0xe2, 0xe1, 0x5b, 0xe2, 0x96, 0x46, 0xda, 0xa4, 0xe5, 0xf3, 0xab, 0xcf, 0x00, 0x00, 0x00, 0xff, - 0xff, 0xc6, 0x96, 0xf2, 0x1e, 0x07, 0x02, 0x00, 0x00, + // 301 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x90, 0x31, 0x4b, 0x3b, 0x31, + 0x14, 0xc0, 0x2f, 0x7f, 0xfe, 0x76, 0x88, 0x5b, 0xac, 0x20, 0xc5, 0xa6, 0x7a, 0x20, 0x68, 0x85, + 0x84, 0xd6, 0xd1, 0xad, 0xe0, 0xae, 0x1d, 0xdd, 0x72, 0x25, 0xc4, 0x83, 0x36, 0x2f, 0xbd, 0xe4, + 0x0e, 0xbb, 0x3a, 0x38, 0x17, 0xfc, 0x52, 0x1d, 0x0b, 0x2e, 0x4e, 0x22, 0x77, 0x7e, 0x10, 0xb9, + 0xe4, 0x44, 0x8a, 0x55, 0x9c, 0x5e, 0xde, 0x7b, 0xbf, 0xf7, 0xcb, 0x4b, 0xf0, 0xf1, 0x54, 0x14, + 0x42, 0x4b, 0xc7, 0xeb, 0xc8, 0x4d, 0x06, 0x0e, 0x26, 0x30, 0xe5, 0xf3, 0x5c, 0x66, 0x0b, 0xe6, + 0x53, 0xb2, 0xdf, 0x20, 0xac, 0x8e, 0xec, 0x13, 0xe9, 0xb4, 0x15, 0x28, 0xf0, 0x19, 0xaf, 0x4f, + 0xa1, 0xd1, 0x39, 0x54, 0x00, 0x6a, 0x2a, 0xb9, 0x30, 0x29, 0x17, 0x5a, 0x83, 0x13, 0x2e, 0x05, + 0x6d, 0x9b, 0x6e, 0x7f, 0x02, 0x76, 0x06, 0x96, 0x27, 0xc2, 0xca, 0x70, 0x07, 0x2f, 0x06, 0x89, + 0x74, 0x62, 0xc0, 0x8d, 0x50, 0xa9, 0xf6, 0x70, 0xc3, 0xc6, 0xdb, 0x37, 0x33, 0x22, 0x13, 0xb3, + 0xc6, 0x17, 0xb7, 0x31, 0xb9, 0xa9, 0x2d, 0xd7, 0xbe, 0x38, 0x96, 0xf3, 0x5c, 0x5a, 0x17, 0x8f, + 0xf1, 0xde, 0x46, 0xd5, 0x1a, 0xd0, 0x56, 0x92, 0x4b, 0xdc, 0x0a, 0xc3, 0x07, 0xe8, 0x08, 0x9d, + 0xee, 0x0e, 0xbb, 0x6c, 0xeb, 0xc3, 0x58, 0x18, 0x1b, 0xfd, 0x5f, 0xbd, 0xf6, 0xa2, 0x71, 0x33, + 0x32, 0x5c, 0x22, 0xbc, 0xe3, 0xa5, 0xe4, 0x11, 0xe1, 0x56, 0x40, 0xc8, 0xd9, 0x0f, 0x86, 0xef, + 0x3b, 0x75, 0xfa, 0x7f, 0x41, 0xc3, 0xa2, 0xf1, 0xc9, 0xc3, 0xf3, 0xfb, 0xd3, 0xbf, 0x1e, 0xe9, + 0xf2, 0xdf, 0xbe, 0x60, 0x74, 0xb5, 0x2a, 0x29, 0x5a, 0x97, 0x14, 0xbd, 0x95, 0x14, 0x2d, 0x2b, + 0x1a, 0xad, 0x2b, 0x1a, 0xbd, 0x54, 0x34, 0xba, 0x3d, 0x57, 0xa9, 0xbb, 0xcb, 0x13, 0x36, 0x81, + 0xd9, 0xa6, 0xa2, 0x18, 0xf2, 0xfb, 0x2f, 0x8f, 0x5b, 0x18, 0x69, 0x93, 0x96, 0xcf, 0x2f, 0x3e, + 0x02, 0x00, 0x00, 0xff, 0xff, 0xdf, 0x39, 0x1a, 0xaf, 0x0a, 0x02, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/protocol/types/tx.pb.go b/x/protocol/types/tx.pb.go index 069332a58d..3f0d275ab4 100644 --- a/x/protocol/types/tx.pb.go +++ b/x/protocol/types/tx.pb.go @@ -124,7 +124,7 @@ func init() { func init() { proto.RegisterFile("lavanet/lava/protocol/tx.proto", fileDescriptor_96fb5a36c35e2c61) } var fileDescriptor_96fb5a36c35e2c61 = []byte{ - // 230 bytes of a gzipped FileDescriptorProto + // 233 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xcb, 0x49, 0x2c, 0x4b, 0xcc, 0x4b, 0x2d, 0xd1, 0x07, 0xd1, 0xfa, 0x05, 0x45, 0xf9, 0x25, 0xf9, 0xc9, 0xf9, 0x39, 0xfa, 0x25, 0x15, 0x7a, 0x60, 0xb6, 0x90, 0x28, 0x54, 0x5e, 0x0f, 0x44, 0xeb, 0xc1, 0xe4, 0xa5, 0x94, @@ -135,11 +135,11 @@ var fileDescriptor_96fb5a36c35e2c61 = []byte{ 0xe9, 0x61, 0xb5, 0x5b, 0x0f, 0x6a, 0x5c, 0x10, 0x4c, 0xb9, 0x92, 0x38, 0x97, 0x28, 0x8a, 0x45, 0x41, 0xa9, 0xc5, 0x05, 0xf9, 0x79, 0xc5, 0xa9, 0x46, 0xe9, 0x5c, 0xcc, 0xbe, 0xc5, 0xe9, 0x42, 0x09, 0x5c, 0x5c, 0x48, 0xae, 0x50, 0xc1, 0x61, 0x2c, 0x8a, 0x11, 0x52, 0x3a, 0xc4, 0xa8, 0x82, - 0x59, 0xe4, 0xe4, 0x74, 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, 0x1a, 0xe9, - 0x99, 0x25, 0x19, 0xa5, 0x49, 0x7a, 0xc9, 0xf9, 0xb9, 0xfa, 0x28, 0x61, 0x56, 0x81, 0x14, 0xd8, - 0x95, 0x05, 0xa9, 0xc5, 0x49, 0x6c, 0x60, 0xbe, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0x81, 0x81, - 0x84, 0xec, 0x92, 0x01, 0x00, 0x00, + 0x59, 0xe4, 0xe4, 0x7a, 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, 0xda, 0xe9, + 0x99, 0x25, 0x19, 0xa5, 0x49, 0x7a, 0xc9, 0xf9, 0xb9, 0xfa, 0x28, 0x61, 0x56, 0x66, 0xa4, 0x5f, + 0x81, 0x14, 0xde, 0x95, 0x05, 0xa9, 0xc5, 0x49, 0x6c, 0x60, 0xbe, 0x31, 0x20, 0x00, 0x00, 0xff, + 0xff, 0xf7, 0xf2, 0x2a, 0x66, 0x95, 0x01, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/rewards/abci.go b/x/rewards/abci.go index c598e9b3b5..f941f309f5 100644 --- a/x/rewards/abci.go +++ b/x/rewards/abci.go @@ -2,7 +2,7 @@ package rewards import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/rewards/keeper" + "github.com/lavanet/lava/v2/x/rewards/keeper" ) // BeginBlocker calculates the validators block rewards and transfers them to the fee collector diff --git a/x/rewards/client/cli/query.go b/x/rewards/client/cli/query.go index bb32aa4781..aecc738254 100644 --- a/x/rewards/client/cli/query.go +++ b/x/rewards/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/lavanet/lava/x/rewards/types" + "github.com/lavanet/lava/v2/x/rewards/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/rewards/client/cli/query_block_reward.go b/x/rewards/client/cli/query_block_reward.go index 55957e4dd0..c1491d3beb 100644 --- a/x/rewards/client/cli/query_block_reward.go +++ b/x/rewards/client/cli/query_block_reward.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/rewards/types" + "github.com/lavanet/lava/v2/x/rewards/types" "github.com/spf13/cobra" ) diff --git a/x/rewards/client/cli/query_iprpc_provider_reward_estimation.go b/x/rewards/client/cli/query_iprpc_provider_reward_estimation.go index a8fd922b0c..fa8fdee08b 100644 --- a/x/rewards/client/cli/query_iprpc_provider_reward_estimation.go +++ b/x/rewards/client/cli/query_iprpc_provider_reward_estimation.go @@ -5,8 +5,8 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/rewards/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/rewards/types" "github.com/spf13/cobra" ) diff --git a/x/rewards/client/cli/query_iprpc_spec_reward.go b/x/rewards/client/cli/query_iprpc_spec_reward.go index adfb2477bf..4d04c812a3 100644 --- a/x/rewards/client/cli/query_iprpc_spec_reward.go +++ b/x/rewards/client/cli/query_iprpc_spec_reward.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/rewards/types" + "github.com/lavanet/lava/v2/x/rewards/types" "github.com/spf13/cobra" ) diff --git a/x/rewards/client/cli/query_params.go b/x/rewards/client/cli/query_params.go index 7efc38eb5a..e824fce154 100644 --- a/x/rewards/client/cli/query_params.go +++ b/x/rewards/client/cli/query_params.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/rewards/types" + "github.com/lavanet/lava/v2/x/rewards/types" "github.com/spf13/cobra" ) diff --git a/x/rewards/client/cli/query_pools.go b/x/rewards/client/cli/query_pools.go index 9911dc7272..899ba5e165 100644 --- a/x/rewards/client/cli/query_pools.go +++ b/x/rewards/client/cli/query_pools.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/rewards/types" + "github.com/lavanet/lava/v2/x/rewards/types" "github.com/spf13/cobra" ) diff --git a/x/rewards/client/cli/query_provider_reward.go b/x/rewards/client/cli/query_provider_reward.go index 4e46f040da..af97898c4e 100644 --- a/x/rewards/client/cli/query_provider_reward.go +++ b/x/rewards/client/cli/query_provider_reward.go @@ -5,8 +5,8 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/rewards/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/rewards/types" "github.com/spf13/cobra" ) diff --git a/x/rewards/client/cli/query_show_iprpc_data.go b/x/rewards/client/cli/query_show_iprpc_data.go index c07c4a25bf..226c293e60 100644 --- a/x/rewards/client/cli/query_show_iprpc_data.go +++ b/x/rewards/client/cli/query_show_iprpc_data.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/rewards/types" + "github.com/lavanet/lava/v2/x/rewards/types" "github.com/spf13/cobra" ) diff --git a/x/rewards/client/cli/tx.go b/x/rewards/client/cli/tx.go index dc1d1f6e10..5d477b1e14 100644 --- a/x/rewards/client/cli/tx.go +++ b/x/rewards/client/cli/tx.go @@ -16,8 +16,8 @@ import ( govclient "github.com/cosmos/cosmos-sdk/x/gov/client" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" govv1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1" - "github.com/lavanet/lava/utils/lavaslices" - "github.com/lavanet/lava/x/rewards/types" + "github.com/lavanet/lava/v2/utils/lavaslices" + "github.com/lavanet/lava/v2/x/rewards/types" ) var DefaultRelativePacketTimeoutTimestamp = uint64((time.Duration(10) * time.Minute).Nanoseconds()) diff --git a/x/rewards/client/cli/tx_fund_iprpc.go b/x/rewards/client/cli/tx_fund_iprpc.go index c51c2abc59..a1eb7d6b66 100644 --- a/x/rewards/client/cli/tx_fund_iprpc.go +++ b/x/rewards/client/cli/tx_fund_iprpc.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/rewards/types" + "github.com/lavanet/lava/v2/x/rewards/types" "github.com/spf13/cobra" ) diff --git a/x/rewards/genesis.go b/x/rewards/genesis.go index bfe82663a5..339f67488e 100644 --- a/x/rewards/genesis.go +++ b/x/rewards/genesis.go @@ -2,8 +2,8 @@ package rewards import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/rewards/keeper" - "github.com/lavanet/lava/x/rewards/types" + "github.com/lavanet/lava/v2/x/rewards/keeper" + "github.com/lavanet/lava/v2/x/rewards/types" ) // InitGenesis initializes the capability module's state from a provided genesis diff --git a/x/rewards/genesis_test.go b/x/rewards/genesis_test.go index cd7e508195..4c293304b2 100644 --- a/x/rewards/genesis_test.go +++ b/x/rewards/genesis_test.go @@ -4,9 +4,9 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - testkeeper "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/testutil/nullify" - "github.com/lavanet/lava/x/rewards/types" + testkeeper "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/testutil/nullify" + "github.com/lavanet/lava/v2/x/rewards/types" "github.com/stretchr/testify/require" ) diff --git a/x/rewards/handler.go b/x/rewards/handler.go index 0692e0efcb..e8d48b1cea 100644 --- a/x/rewards/handler.go +++ b/x/rewards/handler.go @@ -6,8 +6,8 @@ import ( sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/lavanet/lava/x/rewards/keeper" - "github.com/lavanet/lava/x/rewards/types" + "github.com/lavanet/lava/v2/x/rewards/keeper" + "github.com/lavanet/lava/v2/x/rewards/types" ) // NewHandler ... diff --git a/x/rewards/keeper/base_pay.go b/x/rewards/keeper/base_pay.go index d61ab0370d..92f560e6cc 100644 --- a/x/rewards/keeper/base_pay.go +++ b/x/rewards/keeper/base_pay.go @@ -3,7 +3,7 @@ package keeper import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/rewards/types" + "github.com/lavanet/lava/v2/x/rewards/types" ) // SetBasePay set a specific BasePay in the store from its index diff --git a/x/rewards/keeper/grpc_query.go b/x/rewards/keeper/grpc_query.go index d9de6e5571..fe4353914d 100644 --- a/x/rewards/keeper/grpc_query.go +++ b/x/rewards/keeper/grpc_query.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/lavanet/lava/x/rewards/types" + "github.com/lavanet/lava/v2/x/rewards/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/rewards/keeper/grpc_query_block_reward.go b/x/rewards/keeper/grpc_query_block_reward.go index 3753686f41..d5fae3eb89 100644 --- a/x/rewards/keeper/grpc_query_block_reward.go +++ b/x/rewards/keeper/grpc_query_block_reward.go @@ -5,8 +5,8 @@ import ( "fmt" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/rewards/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/rewards/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/rewards/keeper/grpc_query_iprpc_provider_reward.go b/x/rewards/keeper/grpc_query_iprpc_provider_reward.go index 6b936fd4eb..6081b669f1 100644 --- a/x/rewards/keeper/grpc_query_iprpc_provider_reward.go +++ b/x/rewards/keeper/grpc_query_iprpc_provider_reward.go @@ -5,7 +5,7 @@ import ( "fmt" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/rewards/types" + "github.com/lavanet/lava/v2/x/rewards/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/rewards/keeper/grpc_query_iprpc_spec_reward.go b/x/rewards/keeper/grpc_query_iprpc_spec_reward.go index 2f0d67693b..09ed49deac 100644 --- a/x/rewards/keeper/grpc_query_iprpc_spec_reward.go +++ b/x/rewards/keeper/grpc_query_iprpc_spec_reward.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/rewards/types" + "github.com/lavanet/lava/v2/x/rewards/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/rewards/keeper/grpc_query_params.go b/x/rewards/keeper/grpc_query_params.go index e719398d44..4cbfb0ff51 100644 --- a/x/rewards/keeper/grpc_query_params.go +++ b/x/rewards/keeper/grpc_query_params.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/rewards/types" + "github.com/lavanet/lava/v2/x/rewards/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/rewards/keeper/grpc_query_params_test.go b/x/rewards/keeper/grpc_query_params_test.go index 1570d5139a..3710c8da00 100644 --- a/x/rewards/keeper/grpc_query_params_test.go +++ b/x/rewards/keeper/grpc_query_params_test.go @@ -4,8 +4,8 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - testkeeper "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/x/rewards/types" + testkeeper "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/x/rewards/types" "github.com/stretchr/testify/require" ) diff --git a/x/rewards/keeper/grpc_query_pools.go b/x/rewards/keeper/grpc_query_pools.go index 4e6d35d3d6..e79d69521c 100644 --- a/x/rewards/keeper/grpc_query_pools.go +++ b/x/rewards/keeper/grpc_query_pools.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/rewards/types" + "github.com/lavanet/lava/v2/x/rewards/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/rewards/keeper/grpc_query_provider_reward.go b/x/rewards/keeper/grpc_query_provider_reward.go index b123e721b9..cf192e2206 100644 --- a/x/rewards/keeper/grpc_query_provider_reward.go +++ b/x/rewards/keeper/grpc_query_provider_reward.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/rewards/types" + "github.com/lavanet/lava/v2/x/rewards/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/rewards/keeper/grpc_query_show_iprpc_data.go b/x/rewards/keeper/grpc_query_show_iprpc_data.go index 84444c1679..925dfa3640 100644 --- a/x/rewards/keeper/grpc_query_show_iprpc_data.go +++ b/x/rewards/keeper/grpc_query_show_iprpc_data.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/rewards/types" + "github.com/lavanet/lava/v2/x/rewards/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/rewards/keeper/helpers_test.go b/x/rewards/keeper/helpers_test.go index 50b0dbbbef..fd717ed27c 100644 --- a/x/rewards/keeper/helpers_test.go +++ b/x/rewards/keeper/helpers_test.go @@ -9,14 +9,14 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/lavanet/lava/testutil/common" - testkeeper "github.com/lavanet/lava/testutil/keeper" - commontypes "github.com/lavanet/lava/utils/common/types" - "github.com/lavanet/lava/utils/sigs" - planstypes "github.com/lavanet/lava/x/plans/types" - "github.com/lavanet/lava/x/projects/types" - rewardstypes "github.com/lavanet/lava/x/rewards/types" - spectypes "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/testutil/common" + testkeeper "github.com/lavanet/lava/v2/testutil/keeper" + commontypes "github.com/lavanet/lava/v2/utils/common/types" + "github.com/lavanet/lava/v2/utils/sigs" + planstypes "github.com/lavanet/lava/v2/x/plans/types" + "github.com/lavanet/lava/v2/x/projects/types" + rewardstypes "github.com/lavanet/lava/v2/x/rewards/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" "github.com/stretchr/testify/require" ) diff --git a/x/rewards/keeper/iprpc.go b/x/rewards/keeper/iprpc.go index 67badef321..28b6c12994 100644 --- a/x/rewards/keeper/iprpc.go +++ b/x/rewards/keeper/iprpc.go @@ -6,8 +6,8 @@ import ( "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/rewards/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/rewards/types" ) func (k Keeper) FundIprpc(ctx sdk.Context, creator string, duration uint64, fund sdk.Coins, spec string) error { diff --git a/x/rewards/keeper/iprpc_data.go b/x/rewards/keeper/iprpc_data.go index 45e28c6b5d..cf3199a281 100644 --- a/x/rewards/keeper/iprpc_data.go +++ b/x/rewards/keeper/iprpc_data.go @@ -5,8 +5,8 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/rewards/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/rewards/types" ) func (k Keeper) SetIprpcData(ctx sdk.Context, cost sdk.Coin, subs []string) error { diff --git a/x/rewards/keeper/iprpc_data_test.go b/x/rewards/keeper/iprpc_data_test.go index 8d949565b1..f6a89326e6 100644 --- a/x/rewards/keeper/iprpc_data_test.go +++ b/x/rewards/keeper/iprpc_data_test.go @@ -5,17 +5,17 @@ import ( "testing" "cosmossdk.io/math" - keepertest "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/testutil/nullify" - "github.com/lavanet/lava/x/rewards/keeper" + keepertest "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/testutil/nullify" + "github.com/lavanet/lava/v2/x/rewards/keeper" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" - "github.com/lavanet/lava/testutil/common" - "github.com/lavanet/lava/testutil/sample" + "github.com/lavanet/lava/v2/testutil/common" + "github.com/lavanet/lava/v2/testutil/sample" ) // Prevent strconv unused error diff --git a/x/rewards/keeper/iprpc_reward.go b/x/rewards/keeper/iprpc_reward.go index 4df6b9c713..5c1dd9198e 100644 --- a/x/rewards/keeper/iprpc_reward.go +++ b/x/rewards/keeper/iprpc_reward.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/rewards/types" + "github.com/lavanet/lava/v2/x/rewards/types" ) // GetIprpcRewardsCurrentId get the total number of IprpcReward diff --git a/x/rewards/keeper/iprpc_test.go b/x/rewards/keeper/iprpc_test.go index fd94755a6b..59d2c943ca 100644 --- a/x/rewards/keeper/iprpc_test.go +++ b/x/rewards/keeper/iprpc_test.go @@ -6,9 +6,9 @@ import ( "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" distributiontypes "github.com/cosmos/cosmos-sdk/x/distribution/types" - "github.com/lavanet/lava/testutil/common" - "github.com/lavanet/lava/utils/sigs" - rewardstypes "github.com/lavanet/lava/x/rewards/types" + "github.com/lavanet/lava/v2/testutil/common" + "github.com/lavanet/lava/v2/utils/sigs" + rewardstypes "github.com/lavanet/lava/v2/x/rewards/types" "github.com/stretchr/testify/require" ) diff --git a/x/rewards/keeper/keeper.go b/x/rewards/keeper/keeper.go index 2b3334e001..afdba00631 100644 --- a/x/rewards/keeper/keeper.go +++ b/x/rewards/keeper/keeper.go @@ -9,8 +9,8 @@ import ( storetypes "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/lavanet/lava/x/rewards/types" - timerstoretypes "github.com/lavanet/lava/x/timerstore/types" + "github.com/lavanet/lava/v2/x/rewards/types" + timerstoretypes "github.com/lavanet/lava/v2/x/timerstore/types" ) type ( diff --git a/x/rewards/keeper/msg_server.go b/x/rewards/keeper/msg_server.go index 423f4de374..de9c61325c 100644 --- a/x/rewards/keeper/msg_server.go +++ b/x/rewards/keeper/msg_server.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/lavanet/lava/x/rewards/types" + "github.com/lavanet/lava/v2/x/rewards/types" ) type msgServer struct { diff --git a/x/rewards/keeper/msg_server_fund_iprpc.go b/x/rewards/keeper/msg_server_fund_iprpc.go index d0e4e4a678..6687df91a5 100644 --- a/x/rewards/keeper/msg_server_fund_iprpc.go +++ b/x/rewards/keeper/msg_server_fund_iprpc.go @@ -5,8 +5,8 @@ import ( "strconv" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/rewards/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/rewards/types" ) func (k msgServer) FundIprpc(goCtx context.Context, msg *types.MsgFundIprpc) (*types.MsgFundIprpcResponse, error) { diff --git a/x/rewards/keeper/msg_server_set_iprpc_data.go b/x/rewards/keeper/msg_server_set_iprpc_data.go index 05fb12e02e..8a7c397421 100644 --- a/x/rewards/keeper/msg_server_set_iprpc_data.go +++ b/x/rewards/keeper/msg_server_set_iprpc_data.go @@ -7,8 +7,8 @@ import ( sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/rewards/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/rewards/types" ) func (k msgServer) SetIprpcData(goCtx context.Context, msg *types.MsgSetIprpcData) (*types.MsgSetIprpcDataResponse, error) { diff --git a/x/rewards/keeper/msg_server_test.go b/x/rewards/keeper/msg_server_test.go index 7fefcfee19..2549291562 100644 --- a/x/rewards/keeper/msg_server_test.go +++ b/x/rewards/keeper/msg_server_test.go @@ -5,9 +5,9 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - keepertest "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/x/rewards/keeper" - "github.com/lavanet/lava/x/rewards/types" + keepertest "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/x/rewards/keeper" + "github.com/lavanet/lava/v2/x/rewards/types" ) func setupMsgServer(t testing.TB) (types.MsgServer, context.Context) { diff --git a/x/rewards/keeper/params.go b/x/rewards/keeper/params.go index a2c2cb1a8f..2584ad1325 100644 --- a/x/rewards/keeper/params.go +++ b/x/rewards/keeper/params.go @@ -2,7 +2,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/rewards/types" + "github.com/lavanet/lava/v2/x/rewards/types" ) // GetParams get all parameters as types.Params diff --git a/x/rewards/keeper/params_test.go b/x/rewards/keeper/params_test.go index 8988ffbaba..fbb195bf11 100644 --- a/x/rewards/keeper/params_test.go +++ b/x/rewards/keeper/params_test.go @@ -3,8 +3,8 @@ package keeper_test import ( "testing" - testkeeper "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/x/rewards/types" + testkeeper "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/x/rewards/types" "github.com/stretchr/testify/require" ) diff --git a/x/rewards/keeper/pool.go b/x/rewards/keeper/pool.go index 7d2cf221a8..ed37b61efb 100644 --- a/x/rewards/keeper/pool.go +++ b/x/rewards/keeper/pool.go @@ -4,7 +4,7 @@ import ( "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/rewards/types" + "github.com/lavanet/lava/v2/x/rewards/types" ) // TotalPoolTokens gets the total tokens supply from a pool diff --git a/x/rewards/keeper/pool_test.go b/x/rewards/keeper/pool_test.go index 6bdf71a995..a688744725 100644 --- a/x/rewards/keeper/pool_test.go +++ b/x/rewards/keeper/pool_test.go @@ -5,11 +5,11 @@ import ( "time" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/testutil/common" - testkeeper "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/rewards/types" - timerstoretypes "github.com/lavanet/lava/x/timerstore/types" + "github.com/lavanet/lava/v2/testutil/common" + testkeeper "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/rewards/types" + timerstoretypes "github.com/lavanet/lava/v2/x/timerstore/types" "github.com/stretchr/testify/require" ) diff --git a/x/rewards/keeper/providers.go b/x/rewards/keeper/providers.go index 5258d5f45f..9c45594896 100644 --- a/x/rewards/keeper/providers.go +++ b/x/rewards/keeper/providers.go @@ -8,8 +8,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" distributiontypes "github.com/cosmos/cosmos-sdk/x/distribution/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/rewards/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/rewards/types" ) const DAY_SECONDS = 60 * 60 * 24 diff --git a/x/rewards/keeper/providers_test.go b/x/rewards/keeper/providers_test.go index 50a85b3bc5..f9fb6b80e6 100644 --- a/x/rewards/keeper/providers_test.go +++ b/x/rewards/keeper/providers_test.go @@ -6,10 +6,10 @@ import ( "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" distributiontypes "github.com/cosmos/cosmos-sdk/x/distribution/types" - "github.com/lavanet/lava/testutil/common" - "github.com/lavanet/lava/utils/sigs" - "github.com/lavanet/lava/x/rewards/types" - subscription "github.com/lavanet/lava/x/subscription/keeper" + "github.com/lavanet/lava/v2/testutil/common" + "github.com/lavanet/lava/v2/utils/sigs" + "github.com/lavanet/lava/v2/x/rewards/types" + subscription "github.com/lavanet/lava/v2/x/subscription/keeper" "github.com/stretchr/testify/require" ) diff --git a/x/rewards/keeper/rewards.go b/x/rewards/keeper/rewards.go index 1d2944259e..c0ec6c591a 100644 --- a/x/rewards/keeper/rewards.go +++ b/x/rewards/keeper/rewards.go @@ -9,9 +9,9 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/rewards/types" - timerstoretypes "github.com/lavanet/lava/x/timerstore/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/rewards/types" + timerstoretypes "github.com/lavanet/lava/v2/x/timerstore/types" ) func (k Keeper) DistributeBlockReward(ctx sdk.Context) { diff --git a/x/rewards/module.go b/x/rewards/module.go index cba6a9c05d..4e7b329001 100644 --- a/x/rewards/module.go +++ b/x/rewards/module.go @@ -16,9 +16,9 @@ import ( cdctypes "github.com/cosmos/cosmos-sdk/codec/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/lavanet/lava/x/rewards/client/cli" - "github.com/lavanet/lava/x/rewards/keeper" - "github.com/lavanet/lava/x/rewards/types" + "github.com/lavanet/lava/v2/x/rewards/client/cli" + "github.com/lavanet/lava/v2/x/rewards/keeper" + "github.com/lavanet/lava/v2/x/rewards/types" ) var ( diff --git a/x/rewards/module_simulation.go b/x/rewards/module_simulation.go index 12f1c937b6..a0cc57d889 100644 --- a/x/rewards/module_simulation.go +++ b/x/rewards/module_simulation.go @@ -7,9 +7,9 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" "github.com/cosmos/cosmos-sdk/x/simulation" - "github.com/lavanet/lava/testutil/sample" - rewardssimulation "github.com/lavanet/lava/x/rewards/simulation" - "github.com/lavanet/lava/x/rewards/types" + "github.com/lavanet/lava/v2/testutil/sample" + rewardssimulation "github.com/lavanet/lava/v2/x/rewards/simulation" + "github.com/lavanet/lava/v2/x/rewards/types" ) // avoid unused import issue diff --git a/x/rewards/types/base_pay.pb.go b/x/rewards/types/base_pay.pb.go index e5ef1b4193..eb3f8c28c7 100644 --- a/x/rewards/types/base_pay.pb.go +++ b/x/rewards/types/base_pay.pb.go @@ -137,29 +137,30 @@ func init() { } var fileDescriptor_a2fb0eb917a4ee4e = []byte{ - // 349 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x51, 0xc1, 0x4e, 0x02, 0x31, - 0x14, 0xdc, 0x2a, 0x08, 0xd6, 0x68, 0xe2, 0x86, 0x03, 0x90, 0x58, 0x08, 0x26, 0xca, 0x85, 0x36, - 0xe8, 0xd5, 0x98, 0x80, 0x26, 0x86, 0x9b, 0xd9, 0x78, 0xf2, 0x42, 0xba, 0xbb, 0x15, 0x57, 0xa1, - 0xdd, 0x6c, 0xbb, 0x08, 0x7f, 0xe1, 0xc7, 0xf8, 0x11, 0x9c, 0x0c, 0xf1, 0x64, 0x3c, 0x10, 0x03, - 0x3f, 0x62, 0xb6, 0xad, 0x46, 0x12, 0x2f, 0x5e, 0xfa, 0xde, 0xf4, 0x4d, 0xa7, 0x6f, 0x32, 0xf0, - 0x70, 0x48, 0xc7, 0x94, 0x33, 0x45, 0xb2, 0x4a, 0x12, 0xf6, 0x44, 0x93, 0x50, 0x12, 0x9f, 0x4a, - 0xd6, 0x8f, 0xe9, 0x14, 0xc7, 0x89, 0x50, 0xc2, 0x2d, 0x59, 0x12, 0xce, 0x2a, 0xb6, 0xa4, 0x6a, - 0x69, 0x20, 0x06, 0x42, 0x13, 0x48, 0xd6, 0x19, 0x6e, 0x15, 0x05, 0x42, 0x8e, 0x84, 0x91, 0x20, - 0xe3, 0xb6, 0xcf, 0x14, 0x6d, 0x93, 0x40, 0x44, 0xdc, 0xce, 0x2b, 0x66, 0xde, 0x37, 0x0f, 0x0d, - 0xb0, 0xa3, 0x7d, 0x3a, 0x8a, 0xb8, 0x20, 0xfa, 0x34, 0x57, 0x8d, 0x57, 0x00, 0x0b, 0x5d, 0x2a, - 0xd9, 0x35, 0x9d, 0xba, 0x1e, 0xcc, 0x2b, 0xa1, 0xe8, 0xb0, 0x0c, 0xea, 0xa0, 0xb9, 0xdd, 0x3d, - 0x9b, 0x2d, 0x6a, 0xce, 0xc7, 0xa2, 0x76, 0x34, 0x88, 0xd4, 0x7d, 0xea, 0xe3, 0x40, 0x8c, 0xac, - 0x9c, 0x2d, 0x2d, 0x19, 0x3e, 0x12, 0x35, 0x8d, 0x99, 0xc4, 0x3d, 0xae, 0xde, 0x5e, 0x5a, 0xd0, - 0xfe, 0xd6, 0xe3, 0xca, 0x33, 0x52, 0xee, 0x0d, 0xdc, 0xd5, 0x4d, 0x27, 0x7c, 0x48, 0xa5, 0x62, - 0x61, 0x79, 0x43, 0x6b, 0xe3, 0x7f, 0x68, 0x5f, 0xb2, 0xc0, 0x5b, 0x17, 0x71, 0x2b, 0xb0, 0x18, - 0xc5, 0x49, 0x1c, 0xf4, 0x83, 0xb4, 0xbc, 0x59, 0x07, 0xcd, 0x9c, 0x57, 0xd0, 0xf8, 0x22, 0x6d, - 0xdc, 0xc1, 0x3d, 0xeb, 0xe7, 0x8a, 0x71, 0x26, 0x23, 0xe9, 0x96, 0x60, 0x3e, 0xe2, 0x21, 0x9b, - 0x18, 0x5b, 0x9e, 0x01, 0xee, 0x39, 0x2c, 0x7e, 0x87, 0xa0, 0x77, 0xda, 0x39, 0x39, 0xc0, 0x7f, - 0xa5, 0x80, 0xad, 0x5a, 0x37, 0x97, 0xad, 0xec, 0x15, 0x7c, 0x0b, 0x3b, 0xb3, 0x25, 0x02, 0xf3, - 0x25, 0x02, 0x9f, 0x4b, 0x04, 0x9e, 0x57, 0xc8, 0x99, 0xaf, 0x90, 0xf3, 0xbe, 0x42, 0xce, 0xed, - 0xf1, 0x2f, 0x4f, 0x6b, 0xe1, 0x4f, 0x7e, 0xe2, 0xd7, 0xc6, 0xfc, 0x2d, 0x1d, 0xc1, 0xe9, 0x57, - 0x00, 0x00, 0x00, 0xff, 0xff, 0x0f, 0x24, 0x2a, 0x65, 0x23, 0x02, 0x00, 0x00, + // 354 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x52, 0xc1, 0x4a, 0x2b, 0x31, + 0x14, 0x9d, 0xbc, 0xd7, 0xda, 0x1a, 0x51, 0x70, 0xe8, 0xa2, 0x2d, 0x98, 0x96, 0x0a, 0x52, 0x84, + 0x26, 0xb4, 0x6e, 0x45, 0xb0, 0x16, 0xa4, 0x3b, 0x19, 0x5c, 0xb9, 0x29, 0x99, 0x99, 0x58, 0x47, + 0xdb, 0x64, 0x98, 0x64, 0x6a, 0xfb, 0x17, 0x7e, 0x8c, 0x1f, 0xd1, 0x95, 0x14, 0x57, 0xe2, 0xa2, + 0x48, 0xfb, 0x23, 0x32, 0x49, 0x14, 0x0b, 0x6e, 0xdc, 0xcc, 0xbd, 0x67, 0xee, 0xc9, 0xc9, 0x3d, + 0x9c, 0xc0, 0xc3, 0x11, 0x9d, 0x50, 0xce, 0x14, 0xc9, 0x2a, 0x49, 0xd8, 0x23, 0x4d, 0x42, 0x49, + 0x7c, 0x2a, 0xd9, 0x20, 0xa6, 0x33, 0x1c, 0x27, 0x42, 0x09, 0xb7, 0x64, 0x49, 0x38, 0xab, 0xd8, + 0x92, 0xaa, 0xa5, 0xa1, 0x18, 0x0a, 0x4d, 0x20, 0x59, 0x67, 0xb8, 0x55, 0x14, 0x08, 0x39, 0x16, + 0x46, 0x82, 0x4c, 0xda, 0x3e, 0x53, 0xb4, 0x4d, 0x02, 0x11, 0x71, 0x3b, 0xaf, 0x98, 0xf9, 0xc0, + 0x1c, 0x34, 0xc0, 0x8e, 0xf6, 0xe9, 0x38, 0xe2, 0x82, 0xe8, 0xaf, 0xf9, 0xd5, 0x78, 0x01, 0xb0, + 0xd0, 0xa5, 0x92, 0x5d, 0xd1, 0x99, 0xeb, 0xc1, 0xbc, 0x12, 0x8a, 0x8e, 0xca, 0xa0, 0x0e, 0x9a, + 0xdb, 0xdd, 0xd3, 0xf9, 0xb2, 0xe6, 0xbc, 0x2f, 0x6b, 0x47, 0xc3, 0x48, 0xdd, 0xa5, 0x3e, 0x0e, + 0xc4, 0xd8, 0xca, 0xd9, 0xd2, 0x92, 0xe1, 0x03, 0x51, 0xb3, 0x98, 0x49, 0xdc, 0xe7, 0xea, 0xf5, + 0xb9, 0x05, 0xed, 0x6d, 0x7d, 0xae, 0x3c, 0x23, 0xe5, 0x5e, 0xc3, 0x5d, 0xdd, 0x9c, 0x87, 0xf7, + 0xa9, 0x54, 0x2c, 0x2c, 0xff, 0xd3, 0xda, 0xf8, 0x0f, 0xda, 0x3d, 0x16, 0x78, 0x9b, 0x22, 0x6e, + 0x05, 0x16, 0xa3, 0x38, 0x89, 0x83, 0x41, 0x90, 0x96, 0xff, 0xd7, 0x41, 0x33, 0xe7, 0x15, 0x34, + 0xbe, 0x48, 0x1b, 0xb7, 0x70, 0xcf, 0xfa, 0xb9, 0x64, 0x9c, 0xc9, 0x48, 0xba, 0x25, 0x98, 0x8f, + 0x78, 0xc8, 0xa6, 0xc6, 0x96, 0x67, 0x80, 0x7b, 0x06, 0x8b, 0x5f, 0x21, 0xe8, 0x9d, 0x76, 0x3a, + 0x07, 0xf8, 0xb7, 0x14, 0xb0, 0x55, 0xeb, 0xe6, 0xb2, 0x95, 0xbd, 0x82, 0x6f, 0x61, 0x6f, 0xbe, + 0x42, 0x60, 0xb1, 0x42, 0xe0, 0x63, 0x85, 0xc0, 0xd3, 0x1a, 0x39, 0x8b, 0x35, 0x72, 0xde, 0xd6, + 0xc8, 0xb9, 0x39, 0xfe, 0xe1, 0x69, 0x23, 0xfc, 0x49, 0x87, 0x4c, 0xbf, 0x5f, 0x80, 0xf6, 0xe6, + 0x6f, 0xe9, 0x14, 0x4e, 0x3e, 0x03, 0x00, 0x00, 0xff, 0xff, 0x25, 0x64, 0x47, 0xe4, 0x26, 0x02, + 0x00, 0x00, } func (m *BasePay) Marshal() (dAtA []byte, err error) { diff --git a/x/rewards/types/expected_keepers.go b/x/rewards/types/expected_keepers.go index 6d993c63a8..31db754123 100644 --- a/x/rewards/types/expected_keepers.go +++ b/x/rewards/types/expected_keepers.go @@ -5,10 +5,10 @@ import ( storetypes "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" distributiontypes "github.com/cosmos/cosmos-sdk/x/distribution/types" - v1 "github.com/lavanet/lava/x/downtime/v1" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - spectypes "github.com/lavanet/lava/x/spec/types" - timerstoretypes "github.com/lavanet/lava/x/timerstore/types" + v1 "github.com/lavanet/lava/v2/x/downtime/v1" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + spectypes "github.com/lavanet/lava/v2/x/spec/types" + timerstoretypes "github.com/lavanet/lava/v2/x/timerstore/types" ) // AccountKeeper defines the expected account keeper used for simulations (noalias) diff --git a/x/rewards/types/genesis.go b/x/rewards/types/genesis.go index 217ed9506d..2aa4a82364 100644 --- a/x/rewards/types/genesis.go +++ b/x/rewards/types/genesis.go @@ -4,8 +4,8 @@ import ( fmt "fmt" sdk "github.com/cosmos/cosmos-sdk/types" - commontypes "github.com/lavanet/lava/utils/common/types" - "github.com/lavanet/lava/x/timerstore/types" + commontypes "github.com/lavanet/lava/v2/utils/common/types" + "github.com/lavanet/lava/v2/x/timerstore/types" ) // this line is used by starport scaffolding # genesis/types/import diff --git a/x/rewards/types/genesis.pb.go b/x/rewards/types/genesis.pb.go index d39a2fc306..5b24ee0935 100644 --- a/x/rewards/types/genesis.pb.go +++ b/x/rewards/types/genesis.pb.go @@ -8,7 +8,7 @@ import ( types1 "github.com/cosmos/cosmos-sdk/types" _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" - types "github.com/lavanet/lava/x/timerstore/types" + types "github.com/lavanet/lava/v2/x/timerstore/types" io "io" math "math" math_bits "math/bits" @@ -127,34 +127,34 @@ func init() { } var fileDescriptor_02c24f4df31ca14e = []byte{ - // 429 bytes of a gzipped FileDescriptorProto + // 432 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x92, 0x41, 0x6f, 0xd3, 0x30, - 0x14, 0x80, 0x13, 0x52, 0x0a, 0xf3, 0x06, 0x48, 0xde, 0x90, 0x42, 0x85, 0x42, 0x36, 0x40, 0xe4, - 0x64, 0x6b, 0xe5, 0xc6, 0x8d, 0x56, 0x68, 0x42, 0xe2, 0x30, 0xa5, 0x70, 0xe1, 0x12, 0x39, 0xc1, - 0x04, 0x4b, 0x8d, 0x1d, 0xf9, 0xb9, 0x83, 0xfe, 0x0b, 0x7e, 0xd6, 0x8e, 0x3b, 0x72, 0x42, 0xa8, - 0xe5, 0x87, 0xa0, 0xd8, 0x2e, 0x6d, 0xa7, 0x9c, 0x6c, 0xf9, 0x7d, 0xef, 0xf3, 0x7b, 0x4f, 0x0f, - 0x9d, 0xcd, 0xd9, 0x15, 0x93, 0xdc, 0xd0, 0xee, 0xa4, 0x9a, 0x7f, 0x67, 0xfa, 0x0b, 0xd0, 0x9a, - 0x4b, 0x0e, 0x02, 0x48, 0xab, 0x95, 0x51, 0xf8, 0xc4, 0x33, 0xa4, 0x3b, 0x89, 0x67, 0x46, 0x27, - 0xb5, 0xaa, 0x95, 0x05, 0x68, 0x77, 0x73, 0xec, 0xe8, 0xb4, 0xd7, 0xd7, 0x32, 0xcd, 0x1a, 0xaf, - 0x1b, 0x3d, 0xef, 0x45, 0x4a, 0x06, 0xbc, 0x68, 0xd9, 0xd2, 0x43, 0x69, 0x2f, 0x24, 0x5a, 0xdd, - 0x56, 0xbd, 0x1a, 0x23, 0x1a, 0xae, 0xc1, 0x28, 0xcd, 0xdd, 0xd5, 0x43, 0x49, 0xa5, 0xa0, 0x51, - 0xce, 0x4e, 0xaf, 0xce, 0x4b, 0x6e, 0xd8, 0x39, 0xad, 0x94, 0x90, 0x2e, 0x7e, 0xf6, 0x37, 0x42, - 0x47, 0x17, 0xae, 0xd9, 0x99, 0x61, 0x86, 0xe3, 0x37, 0x68, 0xe8, 0x8a, 0x8d, 0xc3, 0x34, 0xcc, - 0x0e, 0xc7, 0x4f, 0x49, 0x5f, 0xf3, 0xe4, 0xd2, 0x32, 0x93, 0xc1, 0xf5, 0xef, 0x67, 0x41, 0xee, - 0x33, 0xf0, 0x27, 0xf4, 0x48, 0xf3, 0xaf, 0x62, 0x3e, 0xcf, 0x1d, 0xf5, 0x71, 0x16, 0xdf, 0xb1, - 0x92, 0x97, 0xfb, 0x92, 0x6d, 0xad, 0x64, 0xf7, 0x6f, 0x6f, 0xbb, 0xed, 0xc0, 0x17, 0xe8, 0x60, - 0x33, 0x1c, 0x88, 0xa3, 0x34, 0xca, 0x0e, 0xc7, 0x2f, 0xfa, 0xab, 0x9a, 0x30, 0xe0, 0x97, 0x6c, - 0xe9, 0xa5, 0xde, 0x77, 0xbf, 0x74, 0xaf, 0x80, 0x29, 0x3a, 0xb6, 0x03, 0x2c, 0x60, 0x51, 0x42, - 0xa5, 0x45, 0x6b, 0x84, 0x92, 0x10, 0x0f, 0xd2, 0x28, 0x3b, 0xc8, 0xb1, 0x0d, 0xcd, 0x76, 0x23, - 0xf8, 0x1d, 0x7a, 0xd8, 0x08, 0x59, 0xb8, 0xa4, 0x4a, 0x81, 0x89, 0xef, 0xda, 0x7e, 0x9e, 0x10, - 0x37, 0x56, 0xd2, 0xa9, 0x89, 0x1f, 0x2b, 0x99, 0x2a, 0x21, 0xfd, 0x9f, 0x47, 0x8d, 0x90, 0xef, - 0xbb, 0xac, 0xa9, 0x02, 0x83, 0x3f, 0xa0, 0x07, 0x4e, 0xe1, 0xeb, 0x8c, 0x87, 0xb6, 0x89, 0xd3, - 0xfe, 0x26, 0x6c, 0x9e, 0xeb, 0x7e, 0x63, 0x13, 0xdb, 0x27, 0xc0, 0x63, 0xf4, 0x78, 0xcf, 0x56, - 0x54, 0x0b, 0xad, 0xb9, 0x34, 0xf1, 0xbd, 0x34, 0xcc, 0x06, 0xf9, 0xf1, 0x2e, 0x3c, 0x75, 0xa1, - 0xc9, 0xdb, 0xeb, 0x55, 0x12, 0xde, 0xac, 0x92, 0xf0, 0xcf, 0x2a, 0x09, 0x7f, 0xae, 0x93, 0xe0, - 0x66, 0x9d, 0x04, 0xbf, 0xd6, 0x49, 0xf0, 0xf9, 0x55, 0x2d, 0xcc, 0xb7, 0x45, 0x49, 0x2a, 0xd5, - 0xd0, 0xbd, 0x85, 0xfa, 0xf1, 0x7f, 0xe9, 0xcc, 0xb2, 0xe5, 0x50, 0x0e, 0xed, 0xc2, 0xbc, 0xfe, - 0x17, 0x00, 0x00, 0xff, 0xff, 0x15, 0xb1, 0xb4, 0xbe, 0x31, 0x03, 0x00, 0x00, + 0x14, 0x80, 0x1b, 0x52, 0x0a, 0xf3, 0x06, 0x48, 0xde, 0x90, 0x42, 0x85, 0x42, 0x36, 0x40, 0x8a, + 0x38, 0xd8, 0x5a, 0xb8, 0x71, 0x6c, 0x41, 0x13, 0x12, 0x87, 0x29, 0x85, 0x0b, 0x97, 0xc8, 0x09, + 0x26, 0x58, 0x6a, 0xec, 0xc8, 0xcf, 0x2d, 0xf4, 0x5f, 0xf0, 0xb3, 0x76, 0xdc, 0x91, 0x13, 0x42, + 0x2d, 0x3f, 0x04, 0xc5, 0xf6, 0x68, 0x3b, 0xe5, 0x64, 0xcb, 0xef, 0x7b, 0x9f, 0xdf, 0x7b, 0x7a, + 0xe8, 0x6c, 0xce, 0x96, 0x4c, 0x72, 0x43, 0xbb, 0x93, 0x6a, 0xfe, 0x9d, 0xe9, 0x2f, 0x40, 0x6b, + 0x2e, 0x39, 0x08, 0x20, 0xad, 0x56, 0x46, 0xe1, 0x13, 0xcf, 0x90, 0xee, 0x24, 0x9e, 0x19, 0x9f, + 0xd4, 0xaa, 0x56, 0x16, 0xa0, 0xdd, 0xcd, 0xb1, 0xe3, 0xd3, 0x5e, 0x5f, 0xcb, 0x34, 0x6b, 0xbc, + 0x6e, 0xfc, 0xbc, 0x17, 0x29, 0x19, 0xf0, 0xa2, 0x65, 0x2b, 0x0f, 0x25, 0xbd, 0x90, 0x68, 0x75, + 0x5b, 0xf5, 0x6a, 0x8c, 0x68, 0xb8, 0x06, 0xa3, 0x34, 0x77, 0x57, 0x0f, 0xc5, 0x95, 0x82, 0x46, + 0x39, 0x3b, 0x5d, 0x9e, 0x97, 0xdc, 0xb0, 0x73, 0x5a, 0x29, 0x21, 0x5d, 0xfc, 0xec, 0x6f, 0x88, + 0x8e, 0x2e, 0x5c, 0xb3, 0x33, 0xc3, 0x0c, 0xc7, 0x6f, 0xd0, 0xc8, 0x15, 0x1b, 0x05, 0x49, 0x90, + 0x1e, 0x66, 0x4f, 0x49, 0x5f, 0xf3, 0xe4, 0xd2, 0x32, 0x93, 0xe1, 0xd5, 0xef, 0x67, 0x83, 0xdc, + 0x67, 0xe0, 0x4f, 0xe8, 0x91, 0xe6, 0x5f, 0xc5, 0x7c, 0x9e, 0x3b, 0xea, 0xe3, 0x2c, 0xba, 0x63, + 0x25, 0x2f, 0xf7, 0x25, 0xdb, 0x5a, 0xc9, 0xee, 0xdf, 0xde, 0x76, 0xdb, 0x81, 0x2f, 0xd0, 0xc1, + 0xcd, 0x70, 0x20, 0x0a, 0x93, 0x30, 0x3d, 0xcc, 0x5e, 0xf4, 0x57, 0x35, 0x61, 0xc0, 0x2f, 0xd9, + 0xca, 0x4b, 0xbd, 0xef, 0x7e, 0xe9, 0x5e, 0x01, 0x53, 0x74, 0x6c, 0x07, 0x58, 0xc0, 0xa2, 0x84, + 0x4a, 0x8b, 0xd6, 0x08, 0x25, 0x21, 0x1a, 0x26, 0x61, 0x7a, 0x90, 0x63, 0x1b, 0x9a, 0xed, 0x46, + 0xf0, 0x3b, 0xf4, 0xb0, 0x11, 0xb2, 0x70, 0x49, 0x95, 0x02, 0x13, 0xdd, 0xb5, 0xfd, 0x3c, 0x21, + 0x6e, 0xac, 0xa4, 0x53, 0x13, 0x3f, 0x56, 0x32, 0x55, 0x42, 0xfa, 0x3f, 0x8f, 0x1a, 0x21, 0xdf, + 0x77, 0x59, 0x53, 0x05, 0x06, 0x7f, 0x40, 0x0f, 0x9c, 0xc2, 0xd7, 0x19, 0x8d, 0x6c, 0x13, 0xa7, + 0xfd, 0x4d, 0xd8, 0x3c, 0xd7, 0xfd, 0x8d, 0x4d, 0x6c, 0x9f, 0x00, 0x67, 0xe8, 0xf1, 0x9e, 0xad, + 0xa8, 0x16, 0x5a, 0x73, 0x69, 0xa2, 0x7b, 0x49, 0x90, 0x0e, 0xf3, 0xe3, 0x5d, 0x78, 0xea, 0x42, + 0x93, 0xb7, 0x57, 0xeb, 0x38, 0xb8, 0x5e, 0xc7, 0xc1, 0x9f, 0x75, 0x1c, 0xfc, 0xdc, 0xc4, 0x83, + 0xeb, 0x4d, 0x3c, 0xf8, 0xb5, 0x89, 0x07, 0x9f, 0x5f, 0xd5, 0xc2, 0x7c, 0x5b, 0x94, 0xa4, 0x52, + 0x0d, 0xdd, 0x5b, 0xa8, 0x65, 0x46, 0x7f, 0xfc, 0xdf, 0x3b, 0xb3, 0x6a, 0x39, 0x94, 0x23, 0xbb, + 0x33, 0xaf, 0xff, 0x05, 0x00, 0x00, 0xff, 0xff, 0x44, 0x82, 0x77, 0xee, 0x34, 0x03, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/rewards/types/genesis_test.go b/x/rewards/types/genesis_test.go index e7745ca5ad..53e7c22a6d 100644 --- a/x/rewards/types/genesis_test.go +++ b/x/rewards/types/genesis_test.go @@ -3,7 +3,7 @@ package types_test import ( "testing" - "github.com/lavanet/lava/x/rewards/types" + "github.com/lavanet/lava/v2/x/rewards/types" "github.com/stretchr/testify/require" ) diff --git a/x/rewards/types/iprpc.pb.go b/x/rewards/types/iprpc.pb.go index 7349489ce8..5ca61c024a 100644 --- a/x/rewards/types/iprpc.pb.go +++ b/x/rewards/types/iprpc.pb.go @@ -138,26 +138,26 @@ func init() { func init() { proto.RegisterFile("lavanet/lava/rewards/iprpc.proto", fileDescriptor_1293618a311573f7) } var fileDescriptor_1293618a311573f7 = []byte{ - // 301 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x90, 0xb1, 0x4e, 0xf3, 0x30, - 0x14, 0x85, 0x93, 0xfc, 0xd1, 0x2f, 0xea, 0x4a, 0x0c, 0x56, 0x87, 0xd2, 0xc1, 0x8d, 0xba, 0x90, - 0x05, 0x9b, 0xc2, 0x13, 0x90, 0x4a, 0x48, 0xac, 0x61, 0x63, 0xa9, 0x12, 0xc7, 0x04, 0x0b, 0x1a, - 0x5b, 0x71, 0x5a, 0x60, 0xe2, 0x15, 0x78, 0x0e, 0x9e, 0xa4, 0x63, 0x47, 0x26, 0x40, 0xc9, 0x8b, - 0xa0, 0xeb, 0x18, 0x04, 0x12, 0xd3, 0xb5, 0x74, 0xce, 0xfd, 0xee, 0xf1, 0x41, 0xd1, 0x5d, 0xb6, - 0xc9, 0x2a, 0xd1, 0x30, 0x98, 0xac, 0x16, 0xf7, 0x59, 0x5d, 0x18, 0x26, 0x75, 0xad, 0x39, 0xd5, - 0xb5, 0x6a, 0x14, 0x1e, 0x39, 0x07, 0x85, 0x49, 0x9d, 0x63, 0x32, 0x2a, 0x55, 0xa9, 0xac, 0x81, - 0xc1, 0xab, 0xf7, 0x4e, 0x08, 0x57, 0x66, 0xa5, 0x0c, 0xcb, 0x33, 0x23, 0xd8, 0x66, 0x9e, 0x8b, - 0x26, 0x9b, 0x33, 0xae, 0x64, 0xd5, 0xeb, 0xb3, 0x1c, 0x0d, 0x2f, 0x00, 0x9d, 0x5a, 0x0a, 0xde, - 0x47, 0x81, 0x2c, 0xc6, 0x7e, 0xe4, 0xc7, 0x61, 0x1a, 0xc8, 0x02, 0x2f, 0x10, 0x32, 0x5a, 0xf0, - 0xe5, 0xf5, 0xba, 0x2a, 0xcc, 0x38, 0x88, 0xfe, 0xc5, 0xc3, 0x13, 0x42, 0xff, 0xba, 0x4f, 0x2f, - 0xb5, 0xe0, 0x60, 0x4b, 0xc2, 0xed, 0xdb, 0xd4, 0x4b, 0x07, 0xb0, 0x77, 0x0e, 0x6b, 0xb3, 0x27, - 0xb4, 0xf7, 0x25, 0x62, 0x8c, 0x42, 0x10, 0xec, 0x89, 0x41, 0x6a, 0xdf, 0x78, 0x89, 0x42, 0xd0, - 0x1c, 0xfe, 0x80, 0xf6, 0x91, 0x29, 0x44, 0xa6, 0x2e, 0x32, 0x5d, 0x28, 0x59, 0x25, 0xc7, 0x40, - 0x7e, 0x79, 0x9f, 0xc6, 0xa5, 0x6c, 0x6e, 0xd6, 0x39, 0xe5, 0x6a, 0xc5, 0xdc, 0xff, 0xfa, 0x71, - 0x64, 0x8a, 0x5b, 0xd6, 0x3c, 0x6a, 0x61, 0xec, 0x82, 0x49, 0x2d, 0x38, 0x39, 0xdb, 0xb6, 0xc4, - 0xdf, 0xb5, 0xc4, 0xff, 0x68, 0x89, 0xff, 0xdc, 0x11, 0x6f, 0xd7, 0x11, 0xef, 0xb5, 0x23, 0xde, - 0xd5, 0xe1, 0x0f, 0xd2, 0xaf, 0xde, 0x1f, 0xbe, 0x9b, 0xb7, 0xb8, 0xfc, 0xbf, 0xad, 0xeb, 0xf4, - 0x33, 0x00, 0x00, 0xff, 0xff, 0x19, 0x8c, 0x21, 0xa2, 0x9e, 0x01, 0x00, 0x00, + // 303 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x90, 0x31, 0x4e, 0xc3, 0x30, + 0x14, 0x86, 0x93, 0x10, 0x21, 0xea, 0x4a, 0x0c, 0x56, 0x87, 0xd2, 0xc1, 0x8d, 0x3a, 0x45, 0x48, + 0xd8, 0xb4, 0xdc, 0x20, 0x45, 0x48, 0xac, 0x61, 0x63, 0xa9, 0x12, 0xc7, 0x04, 0x0b, 0x1a, 0x5b, + 0x71, 0x1a, 0x60, 0xe2, 0x0a, 0x9c, 0x83, 0x93, 0x74, 0xec, 0xc8, 0x04, 0x28, 0xb9, 0x08, 0x7a, + 0x4e, 0x40, 0x20, 0x31, 0x3d, 0x4b, 0xff, 0xff, 0xbe, 0xf7, 0xfb, 0x47, 0xc1, 0x7d, 0x52, 0x27, + 0x85, 0xa8, 0x18, 0x4c, 0x56, 0x8a, 0x87, 0xa4, 0xcc, 0x0c, 0x93, 0xba, 0xd4, 0x9c, 0xea, 0x52, + 0x55, 0x0a, 0x8f, 0x7a, 0x07, 0x85, 0x49, 0x7b, 0xc7, 0x64, 0x94, 0xab, 0x5c, 0x59, 0x03, 0x83, + 0x57, 0xe7, 0x9d, 0x10, 0xae, 0xcc, 0x5a, 0x19, 0x96, 0x26, 0x46, 0xb0, 0x7a, 0x9e, 0x8a, 0x2a, + 0x99, 0x33, 0xae, 0x64, 0xd1, 0xe9, 0xb3, 0x14, 0x0d, 0x2f, 0x01, 0x1d, 0x5b, 0x0a, 0x3e, 0x44, + 0x9e, 0xcc, 0xc6, 0x6e, 0xe0, 0x86, 0x7e, 0xec, 0xc9, 0x0c, 0x2f, 0x11, 0x32, 0x5a, 0xf0, 0xd5, + 0xcd, 0xa6, 0xc8, 0xcc, 0xd8, 0x0b, 0xf6, 0xc2, 0xe1, 0x82, 0xd0, 0xff, 0xee, 0xd3, 0x2b, 0x2d, + 0x38, 0xd8, 0x22, 0x7f, 0xfb, 0x3e, 0x75, 0xe2, 0x01, 0xec, 0x5d, 0xc0, 0xda, 0xec, 0x19, 0x1d, + 0x7c, 0x8b, 0x18, 0x23, 0x1f, 0x04, 0x7b, 0x62, 0x10, 0xdb, 0x37, 0x5e, 0x21, 0x1f, 0xb4, 0x1e, + 0x7f, 0x44, 0xbb, 0xc8, 0x14, 0x22, 0xd3, 0x3e, 0x32, 0x5d, 0x2a, 0x59, 0x44, 0xa7, 0x40, 0x7e, + 0xfd, 0x98, 0x86, 0xb9, 0xac, 0x6e, 0x37, 0x29, 0xe5, 0x6a, 0xcd, 0xfa, 0xff, 0x75, 0xe3, 0xc4, + 0x64, 0x77, 0xac, 0x7a, 0xd2, 0xc2, 0xd8, 0x05, 0x13, 0x5b, 0x70, 0x74, 0xbe, 0x6d, 0x88, 0xbb, + 0x6b, 0x88, 0xfb, 0xd9, 0x10, 0xf7, 0xa5, 0x25, 0xce, 0xae, 0x25, 0xce, 0x5b, 0x4b, 0x9c, 0xeb, + 0xe3, 0x5f, 0xa4, 0x3f, 0xbd, 0xd7, 0x0b, 0xf6, 0xf8, 0x53, 0xbe, 0x25, 0xa6, 0xfb, 0xb6, 0xb1, + 0xb3, 0xaf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x49, 0x54, 0xe0, 0x0d, 0xa1, 0x01, 0x00, 0x00, } func (m *IprpcReward) Marshal() (dAtA []byte, err error) { diff --git a/x/rewards/types/message_fund_iprpc_test.go b/x/rewards/types/message_fund_iprpc_test.go index b44c983b30..df40f49af8 100644 --- a/x/rewards/types/message_fund_iprpc_test.go +++ b/x/rewards/types/message_fund_iprpc_test.go @@ -5,7 +5,7 @@ import ( "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/testutil/sample" + "github.com/lavanet/lava/v2/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/rewards/types/message_set_iprpc_data_test.go b/x/rewards/types/message_set_iprpc_data_test.go index 2526f43ca2..2e2b6e641c 100644 --- a/x/rewards/types/message_set_iprpc_data_test.go +++ b/x/rewards/types/message_set_iprpc_data_test.go @@ -5,8 +5,8 @@ import ( "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/testutil/sample" - commontypes "github.com/lavanet/lava/utils/common/types" + "github.com/lavanet/lava/v2/testutil/sample" + commontypes "github.com/lavanet/lava/v2/utils/common/types" "github.com/stretchr/testify/require" ) diff --git a/x/rewards/types/params.pb.go b/x/rewards/types/params.pb.go index 248deb19ec..33e024fa52 100644 --- a/x/rewards/types/params.pb.go +++ b/x/rewards/types/params.pb.go @@ -80,34 +80,34 @@ func init() { func init() { proto.RegisterFile("lavanet/lava/rewards/params.proto", fileDescriptor_12687c5fbcde5c39) } var fileDescriptor_12687c5fbcde5c39 = []byte{ - // 418 bytes of a gzipped FileDescriptorProto + // 422 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x93, 0xbf, 0x8e, 0x94, 0x50, - 0x14, 0xc6, 0x41, 0x67, 0x27, 0xd9, 0x5b, 0xe8, 0x2e, 0xd9, 0x02, 0x2d, 0x60, 0xc5, 0xa8, 0x53, - 0x28, 0x14, 0x76, 0xdb, 0x89, 0xc6, 0x42, 0x9b, 0x0d, 0x5a, 0x59, 0x78, 0x73, 0x80, 0xbb, 0x78, - 0x23, 0x70, 0xc8, 0xbd, 0x17, 0x86, 0x79, 0x0b, 0x4b, 0x4b, 0x9f, 0xc1, 0xda, 0x07, 0xd8, 0x72, - 0x4a, 0x63, 0x31, 0x31, 0x33, 0x6f, 0xe0, 0x13, 0x18, 0x2e, 0xe8, 0xfc, 0x6b, 0x9c, 0x58, 0x9d, - 0xc3, 0x97, 0x8f, 0xef, 0xf7, 0x05, 0x72, 0xc8, 0xbd, 0x1c, 0x1a, 0x28, 0x99, 0x0a, 0xba, 0x19, - 0x08, 0x36, 0x05, 0x91, 0xca, 0xa0, 0x02, 0x01, 0x85, 0xf4, 0x2b, 0x81, 0x0a, 0xad, 0xb3, 0xc1, - 0xe2, 0x77, 0xd3, 0x1f, 0x2c, 0x77, 0xcf, 0x32, 0xcc, 0x50, 0x1b, 0x82, 0x6e, 0xeb, 0xbd, 0xde, - 0xb7, 0x23, 0x32, 0xbe, 0xd4, 0x2f, 0x5b, 0x0d, 0x39, 0x2d, 0x78, 0x49, 0x63, 0x2c, 0x53, 0x96, - 0x52, 0x05, 0x22, 0x63, 0xca, 0x36, 0xcf, 0xcd, 0xc9, 0x71, 0xf8, 0xea, 0x7a, 0xe1, 0x1a, 0x3f, - 0x16, 0xee, 0xc3, 0x8c, 0xab, 0x0f, 0x75, 0xec, 0x27, 0x58, 0x04, 0x09, 0xca, 0x02, 0xe5, 0x30, - 0x9e, 0xc8, 0xf4, 0x63, 0xa0, 0x66, 0x15, 0x93, 0xfe, 0x0b, 0x96, 0xfc, 0x5a, 0xb8, 0xf6, 0x0c, - 0x8a, 0xfc, 0xc2, 0xdb, 0x0b, 0xf4, 0xa2, 0xdb, 0x05, 0x2f, 0x43, 0x2d, 0xbd, 0xd5, 0x8a, 0xe6, - 0x42, 0xbb, 0xc3, 0xbd, 0xf1, 0x9f, 0xdc, 0xdd, 0xc0, 0x8e, 0x0b, 0xed, 0x16, 0x37, 0x26, 0x24, - 0xc7, 0x29, 0xbd, 0x82, 0x44, 0xa1, 0xb0, 0x6f, 0x6a, 0xe0, 0xf3, 0x83, 0x81, 0xa7, 0x3d, 0x70, - 0x9d, 0xe4, 0x45, 0xc7, 0x39, 0x4e, 0x5f, 0xea, 0xdd, 0x9a, 0x11, 0x2b, 0x67, 0x57, 0x0a, 0x1b, - 0x26, 0x68, 0x5c, 0x8b, 0x92, 0x0a, 0x50, 0xcc, 0x1e, 0x69, 0xd6, 0xeb, 0x83, 0x59, 0x77, 0x06, - 0xd6, 0x5e, 0xa2, 0x17, 0x9d, 0xfc, 0x11, 0xc3, 0x5a, 0x94, 0x11, 0x28, 0x66, 0x4d, 0xc8, 0x49, - 0xf7, 0x15, 0xfa, 0xdf, 0x4f, 0x63, 0x44, 0xa9, 0xec, 0xa3, 0x73, 0x73, 0x32, 0x8a, 0x6e, 0x15, - 0xd0, 0x46, 0x5a, 0x0e, 0x3b, 0xd5, 0xfa, 0x6a, 0x92, 0x07, 0x0d, 0xe4, 0x3c, 0x05, 0x85, 0x42, - 0x52, 0x59, 0xc7, 0x32, 0x11, 0xbc, 0x52, 0x1c, 0x4b, 0x5a, 0x81, 0x50, 0x3c, 0xe1, 0x15, 0x74, - 0x4f, 0xf6, 0x58, 0x17, 0x7f, 0x7f, 0x70, 0xf1, 0xc7, 0x7d, 0xf1, 0x7f, 0x82, 0x78, 0xd1, 0xfd, - 0xb5, 0xef, 0xcd, 0x86, 0xed, 0x72, 0xd3, 0x75, 0x31, 0xfa, 0xfc, 0xc5, 0x35, 0xc2, 0x67, 0xd7, - 0x4b, 0xc7, 0x9c, 0x2f, 0x1d, 0xf3, 0xe7, 0xd2, 0x31, 0x3f, 0xad, 0x1c, 0x63, 0xbe, 0x72, 0x8c, - 0xef, 0x2b, 0xc7, 0x78, 0xf7, 0x68, 0xa3, 0xdc, 0xd6, 0xc9, 0xb4, 0x7f, 0x8f, 0x46, 0x37, 0x8c, - 0xc7, 0xfa, 0x10, 0x9e, 0xfe, 0x0e, 0x00, 0x00, 0xff, 0xff, 0xed, 0xaf, 0xe7, 0x4f, 0x59, 0x03, - 0x00, 0x00, + 0x14, 0xc6, 0x41, 0x67, 0x27, 0xd9, 0x5b, 0xe8, 0x2e, 0xd9, 0x02, 0x2d, 0x60, 0xc5, 0x68, 0x26, + 0x46, 0x21, 0xd1, 0x6e, 0x4b, 0xdc, 0x58, 0x68, 0xb3, 0x41, 0x2b, 0x0b, 0x6f, 0x0e, 0x70, 0x17, + 0x6f, 0x04, 0x0e, 0xb9, 0xf7, 0xc2, 0x30, 0x6f, 0x61, 0x69, 0xe9, 0x33, 0x58, 0xfb, 0x00, 0x5b, + 0x6e, 0x69, 0x2c, 0x26, 0x66, 0xe6, 0x0d, 0x7c, 0x02, 0xc3, 0x05, 0x9d, 0x7f, 0x8d, 0x93, 0xad, + 0xce, 0xe1, 0xcb, 0xc7, 0xf7, 0xfb, 0x02, 0x39, 0xe4, 0x41, 0x0e, 0x0d, 0x94, 0x4c, 0x05, 0xdd, + 0x0c, 0x04, 0x9b, 0x82, 0x48, 0x65, 0x50, 0x81, 0x80, 0x42, 0xfa, 0x95, 0x40, 0x85, 0xd6, 0xc9, + 0x60, 0xf1, 0xbb, 0xe9, 0x0f, 0x96, 0xfb, 0x27, 0x19, 0x66, 0xa8, 0x0d, 0x41, 0xb7, 0xf5, 0x5e, + 0xef, 0xfb, 0x01, 0x19, 0x5f, 0xe8, 0x97, 0xad, 0x86, 0x1c, 0x17, 0xbc, 0xa4, 0x31, 0x96, 0x29, + 0x4b, 0xa9, 0x02, 0x91, 0x31, 0x65, 0x9b, 0xa7, 0xe6, 0xe4, 0x30, 0x7c, 0x7d, 0x35, 0x77, 0x8d, + 0x9f, 0x73, 0xf7, 0x71, 0xc6, 0xd5, 0xc7, 0x3a, 0xf6, 0x13, 0x2c, 0x82, 0x04, 0x65, 0x81, 0x72, + 0x18, 0xcf, 0x64, 0xfa, 0x29, 0x50, 0xb3, 0x8a, 0x49, 0xff, 0x9c, 0x25, 0xbf, 0xe7, 0xae, 0x3d, + 0x83, 0x22, 0x3f, 0xf3, 0x76, 0x02, 0xbd, 0xe8, 0x6e, 0xc1, 0xcb, 0x50, 0x4b, 0xef, 0xb4, 0xa2, + 0xb9, 0xd0, 0x6e, 0x71, 0x6f, 0xdd, 0x90, 0xbb, 0x1d, 0xd8, 0x71, 0xa1, 0xdd, 0xe0, 0xc6, 0x84, + 0xe4, 0x38, 0xa5, 0x97, 0x90, 0x28, 0x14, 0xf6, 0x6d, 0x0d, 0x7c, 0xb9, 0x37, 0xf0, 0xb8, 0x07, + 0xae, 0x92, 0xbc, 0xe8, 0x30, 0xc7, 0xe9, 0x2b, 0xbd, 0x5b, 0x33, 0x62, 0xe5, 0xec, 0x52, 0x61, + 0xc3, 0x04, 0x8d, 0x6b, 0x51, 0x52, 0x01, 0x8a, 0xd9, 0x23, 0xcd, 0x7a, 0xb3, 0x37, 0xeb, 0xde, + 0xc0, 0xda, 0x49, 0xf4, 0xa2, 0xa3, 0xbf, 0x62, 0x58, 0x8b, 0x32, 0x02, 0xc5, 0xac, 0x09, 0x39, + 0xea, 0xbe, 0x42, 0xff, 0xfb, 0x69, 0x8c, 0x28, 0x95, 0x7d, 0x70, 0x6a, 0x4e, 0x46, 0xd1, 0x9d, + 0x02, 0xda, 0x48, 0xcb, 0x61, 0xa7, 0x5a, 0xdf, 0x4c, 0xf2, 0xa8, 0x81, 0x9c, 0xa7, 0xa0, 0x50, + 0x48, 0x2a, 0xeb, 0x58, 0x26, 0x82, 0x57, 0x8a, 0x63, 0x49, 0x2b, 0x10, 0x8a, 0x27, 0xbc, 0x82, + 0xee, 0xc9, 0x1e, 0xeb, 0xe2, 0x1f, 0xf6, 0x2e, 0xfe, 0xb4, 0x2f, 0xfe, 0x5f, 0x10, 0x2f, 0x7a, + 0xb8, 0xf2, 0xbd, 0x5d, 0xb3, 0x5d, 0xac, 0xbb, 0xce, 0x46, 0x5f, 0xbe, 0xba, 0x46, 0x78, 0x7e, + 0xb5, 0x70, 0xcc, 0xeb, 0x85, 0x63, 0xfe, 0x5a, 0x38, 0xe6, 0xe7, 0xa5, 0x63, 0x5c, 0x2f, 0x1d, + 0xe3, 0xc7, 0xd2, 0x31, 0xde, 0x3f, 0x59, 0x2b, 0xb7, 0x71, 0x32, 0xcd, 0xf3, 0xa0, 0xfd, 0x77, + 0x37, 0xba, 0x64, 0x3c, 0xd6, 0xb7, 0xf0, 0xe2, 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x4c, 0x9f, + 0x83, 0x73, 0x5c, 0x03, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/rewards/types/query.pb.go b/x/rewards/types/query.pb.go index dfd1109e68..d0b3d98f2a 100644 --- a/x/rewards/types/query.pb.go +++ b/x/rewards/types/query.pb.go @@ -822,73 +822,73 @@ func init() { func init() { proto.RegisterFile("lavanet/lava/rewards/query.proto", fileDescriptor_15bce9a904340007) } var fileDescriptor_15bce9a904340007 = []byte{ - // 1041 bytes of a gzipped FileDescriptorProto + // 1044 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x56, 0xcf, 0x6f, 0xdc, 0x44, - 0x14, 0x8e, 0xf3, 0x3b, 0x2f, 0x6d, 0x80, 0x49, 0xa4, 0x6e, 0x9c, 0x74, 0x9b, 0x9a, 0xa0, 0x6c, - 0x23, 0xc5, 0x4e, 0x82, 0x54, 0x10, 0x08, 0x28, 0x09, 0x3f, 0x14, 0xa9, 0x48, 0xad, 0x97, 0x13, + 0x14, 0x8e, 0x9b, 0xdf, 0x2f, 0x6d, 0x80, 0x49, 0xa4, 0x6e, 0x9c, 0x74, 0x9b, 0x9a, 0xa0, 0x6e, + 0x23, 0xc5, 0x4e, 0x16, 0xa9, 0x20, 0x10, 0x50, 0x25, 0x05, 0x14, 0xa9, 0x48, 0xad, 0x97, 0x13, 0x17, 0x6b, 0xd6, 0x3b, 0xbb, 0x6b, 0xd5, 0xf6, 0x38, 0x9e, 0xd9, 0x84, 0x0a, 0x2a, 0x24, 0x10, 0x07, 0x24, 0x0e, 0x48, 0x48, 0x88, 0x2b, 0x12, 0x27, 0x4e, 0xfc, 0x19, 0x3d, 0x56, 0xe2, 0xc2, 0x09, 0x50, 0xc2, 0x5f, 0xc0, 0x5f, 0x80, 0xe6, 0xcd, 0x78, 0xb3, 0x9b, 0x38, 0x9b, 0x6d, 0x4f, - 0x6b, 0xcf, 0x7c, 0xef, 0x7d, 0xdf, 0xf7, 0xe6, 0xcd, 0x5b, 0xc3, 0x5a, 0x4c, 0x8f, 0x68, 0xca, - 0xa4, 0xa7, 0x7e, 0xbd, 0x9c, 0x1d, 0xd3, 0xbc, 0x29, 0xbc, 0xc3, 0x2e, 0xcb, 0x1f, 0xbb, 0x59, - 0xce, 0x25, 0x27, 0x4b, 0x06, 0xe1, 0xaa, 0x5f, 0xd7, 0x20, 0xec, 0xa5, 0x36, 0x6f, 0x73, 0x04, - 0x78, 0xea, 0x49, 0x63, 0xed, 0xd5, 0x36, 0xe7, 0xed, 0x98, 0x79, 0x34, 0x8b, 0x3c, 0x9a, 0xa6, - 0x5c, 0x52, 0x19, 0xf1, 0x54, 0x98, 0xdd, 0xcd, 0x90, 0x8b, 0x84, 0x0b, 0xaf, 0x41, 0x05, 0xd3, - 0x14, 0xde, 0xd1, 0x4e, 0x83, 0x49, 0xba, 0xe3, 0x65, 0xb4, 0x1d, 0xa5, 0x08, 0x36, 0xd8, 0xdb, - 0xa5, 0xba, 0x32, 0x9a, 0xd3, 0xa4, 0x48, 0x57, 0x2e, 0x3d, 0xca, 0xf2, 0x2c, 0x34, 0x88, 0x6a, - 0x3f, 0x61, 0x41, 0x15, 0xf2, 0xc8, 0x90, 0x38, 0x4b, 0x40, 0x1e, 0x2a, 0x19, 0x0f, 0x30, 0xad, - 0xcf, 0x0e, 0xbb, 0x4c, 0x48, 0xe7, 0x21, 0x2c, 0x0e, 0xac, 0x8a, 0x8c, 0xa7, 0x82, 0x91, 0xb7, - 0x60, 0x5a, 0xd3, 0x57, 0xac, 0x35, 0xab, 0x36, 0xbf, 0xbb, 0xea, 0x96, 0x15, 0xc6, 0xd5, 0x51, - 0x7b, 0x93, 0x4f, 0xff, 0xba, 0x35, 0xe6, 0x9b, 0x08, 0x67, 0x11, 0x5e, 0xd1, 0x29, 0x39, 0x8f, - 0x7b, 0x3c, 0xdf, 0x5a, 0x30, 0xab, 0x16, 0x0e, 0xd2, 0x16, 0x27, 0x04, 0x26, 0x53, 0x9a, 0x30, - 0xcc, 0x3d, 0xe7, 0xe3, 0x33, 0x61, 0x30, 0xd3, 0xa0, 0x31, 0x4d, 0x43, 0x56, 0x19, 0x5f, 0x9b, - 0xa8, 0xcd, 0xef, 0x2e, 0xbb, 0xda, 0x90, 0xab, 0x0c, 0xb9, 0xc6, 0x90, 0xbb, 0xcf, 0xa3, 0x74, - 0x6f, 0x5b, 0xf1, 0xfd, 0xf6, 0xf7, 0xad, 0x5a, 0x3b, 0x92, 0x9d, 0x6e, 0xc3, 0x0d, 0x79, 0xe2, - 0x19, 0xf7, 0xfa, 0x67, 0x4b, 0x34, 0x1f, 0x79, 0xf2, 0x71, 0xc6, 0x04, 0x06, 0x08, 0xbf, 0xc8, - 0xed, 0xfc, 0x67, 0x15, 0x65, 0xd0, 0xea, 0x7a, 0x7e, 0xa7, 0x32, 0xb5, 0x50, 0xb1, 0x90, 0xbb, - 0x7a, 0x89, 0x5d, 0x63, 0xc0, 0x18, 0xd6, 0x21, 0x64, 0x1d, 0x16, 0x64, 0x94, 0xb0, 0x40, 0xf2, - 0x20, 0x67, 0xad, 0x28, 0x8e, 0x2b, 0xe3, 0x6b, 0x56, 0x6d, 0xc2, 0xbf, 0xa6, 0x56, 0x3f, 0xe5, - 0x3e, 0xae, 0x91, 0xb7, 0xc1, 0x66, 0x42, 0x46, 0x09, 0x95, 0xac, 0x19, 0x34, 0x62, 0x1e, 0x3e, - 0x12, 0x7d, 0x11, 0x13, 0x18, 0x71, 0xa3, 0x87, 0xd8, 0x43, 0x40, 0x2f, 0xf8, 0x1d, 0x58, 0xa1, - 0x71, 0xcc, 0x43, 0x6c, 0x9a, 0x40, 0xd1, 0x06, 0x09, 0x4f, 0x65, 0x47, 0x04, 0x31, 0x6b, 0xc9, - 0xca, 0x24, 0x46, 0x57, 0xce, 0x20, 0x4a, 0xe8, 0x27, 0x08, 0xb8, 0xcf, 0x5a, 0xd2, 0x59, 0x86, - 0x1b, 0xe8, 0x19, 0xb3, 0xfa, 0x68, 0xa6, 0x38, 0x97, 0x3a, 0x54, 0x2e, 0x6e, 0x99, 0xa2, 0xbc, - 0x01, 0xd3, 0xda, 0xb9, 0x69, 0x82, 0x21, 0x27, 0x62, 0x3a, 0x40, 0xc3, 0x9d, 0x15, 0x58, 0xc6, - 0xa4, 0xf5, 0x0e, 0x3f, 0x3e, 0x50, 0x2d, 0xfa, 0x01, 0x95, 0xb4, 0x60, 0xfc, 0xce, 0x02, 0xbb, - 0x6c, 0xb7, 0x77, 0x12, 0xb3, 0x49, 0x94, 0x06, 0x21, 0x17, 0x72, 0x54, 0xda, 0x99, 0x24, 0x4a, - 0xf7, 0xb9, 0x90, 0xc4, 0x83, 0x45, 0xbc, 0x11, 0x81, 0xe8, 0x36, 0x44, 0x98, 0x47, 0x19, 0x5e, - 0x48, 0xec, 0xa7, 0x39, 0x9f, 0xe0, 0x56, 0xbd, 0x7f, 0xc7, 0xa9, 0x1b, 0x29, 0x0f, 0x72, 0x7e, - 0x14, 0x35, 0x59, 0x3e, 0x50, 0x1b, 0xb2, 0x0c, 0xb3, 0x61, 0x87, 0x46, 0x69, 0x10, 0x35, 0x4d, - 0xab, 0xce, 0xe0, 0xfb, 0x41, 0x93, 0xd8, 0x30, 0x9b, 0x99, 0x18, 0x3c, 0xed, 0x39, 0xbf, 0xf7, - 0xee, 0x7c, 0x09, 0xa0, 0xf3, 0x60, 0xaf, 0xbf, 0x58, 0x12, 0x55, 0x7b, 0x9a, 0xf0, 0x6e, 0x2a, - 0xb1, 0x35, 0x46, 0xa9, 0xbd, 0x86, 0x3b, 0x01, 0xac, 0x94, 0x5a, 0x32, 0xe5, 0xbd, 0x07, 0x33, - 0xa6, 0x9b, 0x4d, 0xab, 0xaf, 0x95, 0xb7, 0xfa, 0x99, 0x83, 0xa2, 0xc8, 0x66, 0xc7, 0xf9, 0x18, - 0xee, 0x20, 0x01, 0x1e, 0xdd, 0x20, 0xcb, 0x87, 0xba, 0x7d, 0x23, 0x9e, 0x16, 0x25, 0xec, 0xb7, - 0x68, 0x9d, 0xab, 0xd3, 0x21, 0x6c, 0x8e, 0x92, 0xc8, 0x08, 0xdf, 0x07, 0x10, 0x19, 0x0b, 0x83, - 0x56, 0x37, 0x6d, 0x5e, 0x71, 0x4d, 0xeb, 0x19, 0x0b, 0x15, 0xcc, 0x28, 0x9f, 0x53, 0x71, 0x1f, - 0xa9, 0x30, 0x67, 0xc7, 0x14, 0x07, 0x29, 0x15, 0x6c, 0xf0, 0xc0, 0x09, 0x4c, 0x2a, 0x6c, 0x31, - 0x97, 0xd4, 0xb3, 0xf3, 0x93, 0x05, 0xab, 0xe5, 0x31, 0x46, 0xd8, 0x7d, 0xb8, 0xae, 0x9b, 0x6e, - 0xb0, 0xae, 0xb7, 0xcb, 0xb5, 0x61, 0x16, 0x9d, 0xc1, 0xc8, 0xbb, 0x16, 0x9d, 0x2d, 0x09, 0x52, - 0x83, 0x97, 0xc3, 0x6e, 0x9e, 0xb3, 0x54, 0xea, 0x1b, 0xae, 0xda, 0x46, 0xf5, 0xc6, 0xa4, 0xbf, - 0x60, 0xd6, 0xf1, 0x5e, 0x1f, 0x34, 0x77, 0xbf, 0x9f, 0x83, 0x29, 0x14, 0x46, 0xbe, 0xb1, 0x60, - 0x5a, 0x4f, 0x62, 0x52, 0x2b, 0x67, 0xbd, 0x38, 0xf8, 0xed, 0x3b, 0x23, 0x20, 0xb5, 0x43, 0x67, - 0xfd, 0xeb, 0x3f, 0xfe, 0xfd, 0x71, 0xbc, 0x4a, 0x56, 0xbd, 0x21, 0xff, 0x53, 0xe4, 0x2b, 0x98, - 0xc2, 0x99, 0x4a, 0x36, 0x86, 0x65, 0xee, 0xfb, 0x4f, 0xb0, 0x6b, 0x57, 0x03, 0x8d, 0x82, 0x57, - 0x51, 0xc1, 0x4d, 0xb2, 0x72, 0x89, 0x02, 0xe4, 0xfd, 0xd9, 0x82, 0xf9, 0xbe, 0x31, 0x46, 0xb6, - 0x86, 0xa4, 0xbf, 0x38, 0x09, 0x6d, 0x77, 0x54, 0xb8, 0xd1, 0xb4, 0x89, 0x9a, 0xd6, 0x89, 0x53, - 0xae, 0x09, 0x47, 0xbc, 0xe9, 0x09, 0xf2, 0x8b, 0x05, 0xd7, 0x07, 0xc6, 0x1d, 0xf1, 0x86, 0xb0, - 0x95, 0x8d, 0x4d, 0x7b, 0x7b, 0xf4, 0x00, 0x23, 0x70, 0x0b, 0x05, 0x6e, 0x90, 0xd7, 0xca, 0x05, - 0x8a, 0x0e, 0x3f, 0x0e, 0x74, 0xe7, 0x36, 0x95, 0xa2, 0x5f, 0x2d, 0x58, 0x18, 0xbc, 0x85, 0x64, - 0x18, 0x67, 0xe9, 0xc8, 0xb4, 0x77, 0x9e, 0x23, 0x62, 0x34, 0x99, 0xc5, 0xb8, 0x28, 0x4a, 0x79, - 0x62, 0xc1, 0xcd, 0xa1, 0x13, 0x83, 0xbc, 0x37, 0x44, 0xc3, 0x28, 0x43, 0xcb, 0xbe, 0xf7, 0xe2, - 0x09, 0x8c, 0xa7, 0x77, 0xd1, 0xd3, 0x9b, 0xe4, 0xae, 0x77, 0xf9, 0x67, 0x5b, 0x70, 0xce, 0x99, - 0xf7, 0x45, 0xb1, 0xf0, 0x84, 0xfc, 0x6e, 0xc1, 0x4b, 0xe7, 0xe6, 0x0d, 0xd9, 0xb9, 0x4a, 0xd5, - 0x85, 0x79, 0x66, 0xef, 0x3e, 0x4f, 0x88, 0x91, 0x7e, 0x17, 0xa5, 0x6f, 0x13, 0x77, 0x98, 0x74, - 0x9c, 0xc4, 0x85, 0x6c, 0xf5, 0xf2, 0x64, 0xef, 0xfd, 0xa7, 0x27, 0x55, 0xeb, 0xd9, 0x49, 0xd5, - 0xfa, 0xe7, 0xa4, 0x6a, 0xfd, 0x70, 0x5a, 0x1d, 0x7b, 0x76, 0x5a, 0x1d, 0xfb, 0xf3, 0xb4, 0x3a, - 0xf6, 0xd9, 0x46, 0xdf, 0x57, 0xda, 0x40, 0xce, 0xcf, 0x7b, 0x59, 0xf1, 0x53, 0xad, 0x31, 0x8d, - 0x1f, 0xaa, 0xaf, 0xff, 0x1f, 0x00, 0x00, 0xff, 0xff, 0xaf, 0x0e, 0xc7, 0x33, 0xa7, 0x0b, 0x00, - 0x00, + 0x6b, 0xcf, 0x7c, 0xef, 0x7d, 0xdf, 0xf7, 0xe6, 0xcd, 0x5b, 0xc3, 0x7a, 0x4c, 0x0f, 0x69, 0xca, + 0xa4, 0xa7, 0x7e, 0xbd, 0x9c, 0x1d, 0xd1, 0xbc, 0x25, 0xbc, 0x83, 0x1e, 0xcb, 0x9f, 0xb8, 0x59, + 0xce, 0x25, 0x27, 0xcb, 0x06, 0xe1, 0xaa, 0x5f, 0xd7, 0x20, 0xec, 0xe5, 0x0e, 0xef, 0x70, 0x04, + 0x78, 0xea, 0x49, 0x63, 0xed, 0xb5, 0x0e, 0xe7, 0x9d, 0x98, 0x79, 0x34, 0x8b, 0x3c, 0x9a, 0xa6, + 0x5c, 0x52, 0x19, 0xf1, 0x54, 0x98, 0xdd, 0xcd, 0x90, 0x8b, 0x84, 0x0b, 0xaf, 0x49, 0x05, 0xd3, + 0x14, 0xde, 0xe1, 0x4e, 0x93, 0x49, 0xba, 0xe3, 0x65, 0xb4, 0x13, 0xa5, 0x08, 0x36, 0xd8, 0x5b, + 0xa5, 0xba, 0x32, 0x9a, 0xd3, 0xa4, 0x48, 0x57, 0x2e, 0x3d, 0xca, 0xf2, 0x2c, 0x34, 0x88, 0xea, + 0x20, 0x61, 0x41, 0x15, 0xf2, 0xc8, 0x90, 0x38, 0xcb, 0x40, 0x1e, 0x29, 0x19, 0x0f, 0x31, 0xad, + 0xcf, 0x0e, 0x7a, 0x4c, 0x48, 0xe7, 0x11, 0x2c, 0x0d, 0xad, 0x8a, 0x8c, 0xa7, 0x82, 0x91, 0x77, + 0x60, 0x46, 0xd3, 0x57, 0xac, 0x75, 0xab, 0xb6, 0x50, 0x5f, 0x73, 0xcb, 0x0a, 0xe3, 0xea, 0xa8, + 0xdd, 0xa9, 0x67, 0x7f, 0xdd, 0x9c, 0xf0, 0x4d, 0x84, 0xb3, 0x04, 0xaf, 0xe9, 0x94, 0x9c, 0xc7, + 0x7d, 0x9e, 0x6f, 0x2d, 0x98, 0x53, 0x0b, 0xfb, 0x69, 0x9b, 0x13, 0x02, 0x53, 0x29, 0x4d, 0x18, + 0xe6, 0x9e, 0xf7, 0xf1, 0x99, 0x30, 0x98, 0x6d, 0xd2, 0x98, 0xa6, 0x21, 0xab, 0x5c, 0x59, 0x9f, + 0xac, 0x2d, 0xd4, 0x57, 0x5c, 0x6d, 0xc8, 0x55, 0x86, 0x5c, 0x63, 0xc8, 0xdd, 0xe3, 0x51, 0xba, + 0xbb, 0xad, 0xf8, 0x7e, 0xfb, 0xfb, 0x66, 0xad, 0x13, 0xc9, 0x6e, 0xaf, 0xe9, 0x86, 0x3c, 0xf1, + 0x8c, 0x7b, 0xfd, 0xb3, 0x25, 0x5a, 0x8f, 0x3d, 0xf9, 0x24, 0x63, 0x02, 0x03, 0x84, 0x5f, 0xe4, + 0x76, 0xfe, 0xb3, 0x8a, 0x32, 0x68, 0x75, 0x7d, 0xbf, 0xd3, 0x99, 0x5a, 0xa8, 0x58, 0xc8, 0x5d, + 0xbd, 0xc0, 0xae, 0x31, 0x60, 0x0c, 0xeb, 0x10, 0xb2, 0x01, 0x8b, 0x32, 0x4a, 0x58, 0x20, 0x79, + 0x90, 0xb3, 0x76, 0x14, 0xc7, 0x95, 0x2b, 0xeb, 0x56, 0x6d, 0xd2, 0xbf, 0xaa, 0x56, 0x3f, 0xe5, + 0x3e, 0xae, 0x91, 0x77, 0xc1, 0x66, 0x42, 0x46, 0x09, 0x95, 0xac, 0x15, 0x34, 0x63, 0x1e, 0x3e, + 0x16, 0x03, 0x11, 0x93, 0x18, 0x71, 0xbd, 0x8f, 0xd8, 0x45, 0x40, 0x3f, 0xf8, 0x3d, 0x58, 0xa5, + 0x71, 0xcc, 0x43, 0x6c, 0x9a, 0x40, 0xd1, 0x06, 0x09, 0x4f, 0x65, 0x57, 0x04, 0x31, 0x6b, 0xcb, + 0xca, 0x14, 0x46, 0x57, 0x4e, 0x21, 0x4a, 0xe8, 0x27, 0x08, 0x78, 0xc0, 0xda, 0xd2, 0x59, 0x81, + 0xeb, 0xe8, 0x19, 0xb3, 0xfa, 0x68, 0xa6, 0x38, 0x97, 0x06, 0x54, 0xce, 0x6f, 0x99, 0xa2, 0xbc, + 0x05, 0x33, 0xda, 0xb9, 0x69, 0x82, 0x11, 0x27, 0x62, 0x3a, 0x40, 0xc3, 0x9d, 0x55, 0x58, 0xc1, + 0xa4, 0x8d, 0x2e, 0x3f, 0xda, 0x57, 0x2d, 0x7a, 0x9f, 0x4a, 0x5a, 0x30, 0x7e, 0x67, 0x81, 0x5d, + 0xb6, 0xdb, 0x3f, 0x89, 0xb9, 0x24, 0x4a, 0x83, 0x90, 0x0b, 0x39, 0x2e, 0xed, 0x6c, 0x12, 0xa5, + 0x7b, 0x5c, 0x48, 0xe2, 0xc1, 0x12, 0xde, 0x88, 0x40, 0xf4, 0x9a, 0x22, 0xcc, 0xa3, 0x0c, 0x2f, + 0x24, 0xf6, 0xd3, 0xbc, 0x4f, 0x70, 0xab, 0x31, 0xb8, 0xe3, 0x34, 0x8c, 0x94, 0x87, 0x39, 0x3f, + 0x8c, 0x5a, 0x2c, 0x1f, 0xaa, 0x0d, 0x59, 0x81, 0xb9, 0xb0, 0x4b, 0xa3, 0x34, 0x88, 0x5a, 0xa6, + 0x55, 0x67, 0xf1, 0x7d, 0xbf, 0x45, 0x6c, 0x98, 0xcb, 0x4c, 0x0c, 0x9e, 0xf6, 0xbc, 0xdf, 0x7f, + 0x77, 0xbe, 0x04, 0xd0, 0x79, 0xb0, 0xd7, 0x5f, 0x2e, 0x89, 0xaa, 0x3d, 0x4d, 0x78, 0x2f, 0x95, + 0xd8, 0x1a, 0xe3, 0xd4, 0x5e, 0xc3, 0x9d, 0x00, 0x56, 0x4b, 0x2d, 0x99, 0xf2, 0xde, 0x83, 0x59, + 0xd3, 0xcd, 0xa6, 0xd5, 0xd7, 0xcb, 0x5b, 0xfd, 0xd4, 0x41, 0x51, 0x64, 0xb3, 0xe3, 0x7c, 0x0c, + 0x77, 0x90, 0x00, 0x8f, 0x6e, 0x98, 0xe5, 0x43, 0xdd, 0xbe, 0x11, 0x4f, 0x8b, 0x12, 0x0e, 0x5a, + 0xb4, 0xce, 0xd4, 0xe9, 0x00, 0x36, 0xc7, 0x49, 0x64, 0x84, 0xef, 0x01, 0x88, 0x8c, 0x85, 0x41, + 0xbb, 0x97, 0xb6, 0x2e, 0xb9, 0xa6, 0x8d, 0x8c, 0x85, 0x0a, 0x66, 0x94, 0xcf, 0xab, 0xb8, 0x8f, + 0x54, 0x98, 0xb3, 0x63, 0x8a, 0x83, 0x94, 0x0a, 0x36, 0x7c, 0xe0, 0x04, 0xa6, 0x14, 0xb6, 0x98, + 0x4b, 0xea, 0xd9, 0xf9, 0xc9, 0x82, 0xb5, 0xf2, 0x18, 0x23, 0xec, 0x01, 0x5c, 0xd3, 0x4d, 0x37, + 0x5c, 0xd7, 0x5b, 0xe5, 0xda, 0x30, 0x8b, 0xce, 0x60, 0xe4, 0x5d, 0x8d, 0x4e, 0x97, 0x04, 0xa9, + 0xc1, 0xab, 0x61, 0x2f, 0xcf, 0x59, 0x2a, 0xf5, 0x0d, 0x57, 0x6d, 0xa3, 0x7a, 0x63, 0xca, 0x5f, + 0x34, 0xeb, 0x78, 0xaf, 0xf7, 0x5b, 0xf5, 0xef, 0xe7, 0x61, 0x1a, 0x85, 0x91, 0x6f, 0x2c, 0x98, + 0xd1, 0x93, 0x98, 0xd4, 0xca, 0x59, 0xcf, 0x0f, 0x7e, 0xfb, 0xce, 0x18, 0x48, 0xed, 0xd0, 0xd9, + 0xf8, 0xfa, 0x8f, 0x7f, 0x7f, 0xbc, 0x52, 0x25, 0x6b, 0xde, 0x88, 0xff, 0x29, 0xf2, 0x15, 0x4c, + 0xe3, 0x4c, 0x25, 0xb7, 0x47, 0x65, 0x1e, 0xf8, 0x4f, 0xb0, 0x6b, 0x97, 0x03, 0x8d, 0x82, 0xd7, + 0x51, 0xc1, 0x0d, 0xb2, 0x7a, 0x81, 0x02, 0xe4, 0xfd, 0xd9, 0x82, 0x85, 0x81, 0x31, 0x46, 0xb6, + 0x46, 0xa4, 0x3f, 0x3f, 0x09, 0x6d, 0x77, 0x5c, 0xb8, 0xd1, 0xb4, 0x89, 0x9a, 0x36, 0x88, 0x53, + 0xae, 0x09, 0x47, 0xbc, 0xe9, 0x09, 0xf2, 0x8b, 0x05, 0xd7, 0x86, 0xc6, 0x1d, 0xf1, 0x46, 0xb0, + 0x95, 0x8d, 0x4d, 0x7b, 0x7b, 0xfc, 0x00, 0x23, 0x70, 0x0b, 0x05, 0xde, 0x26, 0x6f, 0x94, 0x0b, + 0x14, 0x5d, 0x7e, 0x14, 0xe8, 0xce, 0x6d, 0x29, 0x45, 0xbf, 0x5a, 0xb0, 0x38, 0x7c, 0x0b, 0xc9, + 0x28, 0xce, 0xd2, 0x91, 0x69, 0xef, 0xbc, 0x40, 0xc4, 0x78, 0x32, 0x8b, 0x71, 0x51, 0x94, 0xf2, + 0xd8, 0x82, 0x1b, 0x23, 0x27, 0x06, 0xf9, 0x60, 0x84, 0x86, 0x71, 0x86, 0x96, 0x7d, 0xef, 0xe5, + 0x13, 0x18, 0x4f, 0xef, 0xa3, 0xa7, 0xb7, 0xc9, 0x5d, 0xef, 0xe2, 0xcf, 0xb6, 0xe0, 0x8c, 0x33, + 0xef, 0x8b, 0x62, 0xe1, 0x29, 0xf9, 0xdd, 0x82, 0x57, 0xce, 0xcc, 0x1b, 0xb2, 0x73, 0x99, 0xaa, + 0x73, 0xf3, 0xcc, 0xae, 0xbf, 0x48, 0x88, 0x91, 0x7e, 0x17, 0xa5, 0x6f, 0x13, 0x77, 0x94, 0x74, + 0x9c, 0xc4, 0x85, 0x6c, 0xf5, 0xf2, 0x74, 0xf7, 0xfe, 0xb3, 0xe3, 0xaa, 0xf5, 0xfc, 0xb8, 0x6a, + 0xfd, 0x73, 0x5c, 0xb5, 0x7e, 0x38, 0xa9, 0x4e, 0x3c, 0x3f, 0xa9, 0x4e, 0xfc, 0x79, 0x52, 0x9d, + 0xf8, 0x6c, 0x73, 0xe0, 0x2b, 0x6d, 0x28, 0xe7, 0x61, 0xdd, 0xfb, 0xbc, 0x9f, 0x18, 0xbf, 0xd6, + 0x9a, 0x33, 0xf8, 0xad, 0xfa, 0xe6, 0xff, 0x01, 0x00, 0x00, 0xff, 0xff, 0xfe, 0x6b, 0xef, 0x8c, + 0xaa, 0x0b, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/rewards/types/tx.pb.go b/x/rewards/types/tx.pb.go index 36a497f99f..06cb6ed53f 100644 --- a/x/rewards/types/tx.pb.go +++ b/x/rewards/types/tx.pb.go @@ -240,35 +240,35 @@ func init() { func init() { proto.RegisterFile("lavanet/lava/rewards/tx.proto", fileDescriptor_6a4c66e189226d78) } var fileDescriptor_6a4c66e189226d78 = []byte{ - // 443 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0xcd, 0x6e, 0xd4, 0x30, - 0x10, 0xc7, 0xd7, 0xec, 0x8a, 0xb2, 0x66, 0x05, 0x92, 0x59, 0x41, 0x1a, 0x41, 0xba, 0x8a, 0x84, - 0x88, 0x90, 0x6a, 0xd3, 0xf2, 0x04, 0xb4, 0x80, 0xc4, 0x61, 0x2f, 0xe9, 0x0d, 0x0e, 0x95, 0x93, - 0x58, 0xa9, 0x05, 0xb1, 0x23, 0x8f, 0x53, 0xda, 0xb7, 0xe0, 0x2d, 0x90, 0x78, 0x09, 0xae, 0x7b, - 0xec, 0x91, 0x13, 0xa0, 0xdd, 0x17, 0x41, 0x76, 0x92, 0xee, 0xb6, 0xe2, 0xeb, 0x34, 0x63, 0xff, - 0x67, 0xc6, 0xbf, 0x19, 0x0f, 0x7e, 0xf4, 0x81, 0x9f, 0x72, 0x25, 0x2c, 0x73, 0x96, 0x19, 0xf1, - 0x91, 0x9b, 0x02, 0x98, 0x3d, 0xa3, 0xb5, 0xd1, 0x56, 0x93, 0x69, 0x27, 0x53, 0x67, 0x69, 0x27, - 0x87, 0x51, 0xae, 0xa1, 0xd2, 0xc0, 0x32, 0x0e, 0x82, 0x9d, 0xee, 0x65, 0xc2, 0xf2, 0x3d, 0x96, - 0x6b, 0xa9, 0xda, 0xac, 0x70, 0x5a, 0xea, 0x52, 0x7b, 0x97, 0x39, 0xaf, 0xbd, 0x8d, 0x3f, 0x23, - 0x7c, 0x77, 0x0e, 0xe5, 0x91, 0xb0, 0x6f, 0x6a, 0x53, 0xe7, 0x2f, 0xb9, 0xe5, 0xe4, 0x21, 0x1e, - 0xf3, 0xc6, 0x9e, 0x68, 0x23, 0xed, 0x79, 0x80, 0x66, 0x28, 0x19, 0xa7, 0xeb, 0x0b, 0xf2, 0x0a, - 0xdf, 0xa9, 0xa4, 0x3a, 0x96, 0x2e, 0xfc, 0x38, 0xd7, 0x60, 0x83, 0x1b, 0x33, 0x94, 0xdc, 0xde, - 0xdf, 0xa6, 0x2d, 0x00, 0x75, 0x00, 0xb4, 0x03, 0xa0, 0x87, 0x5a, 0xaa, 0x83, 0xd1, 0xe2, 0xfb, - 0xce, 0x20, 0x9d, 0x54, 0x52, 0xf9, 0x47, 0x0e, 0x35, 0x58, 0xc2, 0xf0, 0xbd, 0xb6, 0x04, 0x34, - 0x19, 0xe4, 0x46, 0xd6, 0x56, 0x6a, 0x05, 0xc1, 0x70, 0x36, 0x4c, 0xc6, 0x29, 0xf1, 0xd2, 0xd1, - 0xa6, 0x12, 0x6f, 0xe3, 0x07, 0xd7, 0x40, 0x53, 0x01, 0xb5, 0x56, 0x20, 0xe2, 0xaf, 0x08, 0x4f, - 0xe6, 0x50, 0xbe, 0x6e, 0x54, 0xe1, 0x45, 0x12, 0xe0, 0xad, 0xdc, 0x08, 0x6e, 0xb5, 0xe9, 0xf8, - 0xfb, 0x23, 0x09, 0xf1, 0xad, 0xa2, 0x31, 0xdc, 0x95, 0xf4, 0xdc, 0xa3, 0xf4, 0xf2, 0x4c, 0x04, - 0xde, 0xe2, 0x95, 0x6e, 0x94, 0x6d, 0x31, 0xfe, 0xda, 0xd2, 0x33, 0xd7, 0xd2, 0x97, 0x1f, 0x3b, - 0x49, 0x29, 0xed, 0x49, 0x93, 0xd1, 0x5c, 0x57, 0xac, 0xfb, 0x80, 0xd6, 0xec, 0x42, 0xf1, 0x9e, - 0xd9, 0xf3, 0x5a, 0x80, 0x4f, 0x80, 0xb4, 0xaf, 0x4d, 0x08, 0x1e, 0x41, 0x2d, 0xf2, 0x60, 0xe4, - 0xc9, 0xbc, 0x1f, 0xdf, 0xc7, 0xd3, 0xcd, 0x06, 0xfa, 0xce, 0xf6, 0x17, 0x08, 0x0f, 0xe7, 0x50, - 0x92, 0x02, 0x4f, 0xae, 0x7c, 0xd1, 0x63, 0xfa, 0xbb, 0x1d, 0xa0, 0xd7, 0x06, 0x14, 0xee, 0xfe, - 0x57, 0x58, 0xff, 0x1a, 0x79, 0x87, 0xc7, 0xeb, 0x19, 0xc6, 0x7f, 0xcc, 0xbd, 0x8c, 0x09, 0x9f, - 0xfe, 0x3b, 0xa6, 0x2f, 0x7e, 0xf0, 0x62, 0xb1, 0x8c, 0xd0, 0xc5, 0x32, 0x42, 0x3f, 0x97, 0x11, - 0xfa, 0xb4, 0x8a, 0x06, 0x17, 0xab, 0x68, 0xf0, 0x6d, 0x15, 0x0d, 0xde, 0x3e, 0xd9, 0x98, 0xe1, - 0x95, 0xcd, 0x3f, 0x5b, 0xef, 0xbe, 0x1b, 0x64, 0x76, 0xd3, 0xef, 0xec, 0xf3, 0x5f, 0x01, 0x00, - 0x00, 0xff, 0xff, 0x87, 0x10, 0x57, 0xff, 0x20, 0x03, 0x00, 0x00, + // 445 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0xcd, 0x6e, 0x13, 0x31, + 0x10, 0xc7, 0x63, 0x12, 0x51, 0x62, 0x22, 0x90, 0x4c, 0x04, 0xdb, 0x15, 0x6c, 0xa3, 0x95, 0x90, + 0xa2, 0x4a, 0xb5, 0x69, 0x78, 0x83, 0xb6, 0x20, 0x71, 0xc8, 0x65, 0x7b, 0x83, 0x43, 0xe5, 0xdd, + 0xb5, 0xb6, 0x16, 0xac, 0xbd, 0xf2, 0x78, 0x43, 0xfb, 0x16, 0xbc, 0x05, 0x12, 0x2f, 0xc1, 0x35, + 0xc7, 0x1e, 0x39, 0x01, 0x4a, 0x5e, 0x04, 0xd9, 0xbb, 0xdb, 0xa4, 0x15, 0x5f, 0xa7, 0x19, 0xfb, + 0x3f, 0x33, 0xfe, 0xcd, 0x78, 0xf0, 0xb3, 0x0f, 0x7c, 0xc1, 0x95, 0xb0, 0xcc, 0x59, 0x66, 0xc4, + 0x47, 0x6e, 0x72, 0x60, 0xf6, 0x82, 0x56, 0x46, 0x5b, 0x4d, 0xc6, 0xad, 0x4c, 0x9d, 0xa5, 0xad, + 0x1c, 0x46, 0x99, 0x86, 0x52, 0x03, 0x4b, 0x39, 0x08, 0xb6, 0x38, 0x4c, 0x85, 0xe5, 0x87, 0x2c, + 0xd3, 0x52, 0x35, 0x59, 0xe1, 0xb8, 0xd0, 0x85, 0xf6, 0x2e, 0x73, 0x5e, 0x73, 0x1b, 0x7f, 0x46, + 0xf8, 0xe1, 0x1c, 0x8a, 0x53, 0x61, 0xdf, 0x54, 0xa6, 0xca, 0x4e, 0xb8, 0xe5, 0xe4, 0x29, 0x1e, + 0xf2, 0xda, 0x9e, 0x6b, 0x23, 0xed, 0x65, 0x80, 0x26, 0x68, 0x3a, 0x4c, 0x36, 0x17, 0xe4, 0x15, + 0x7e, 0x50, 0x4a, 0x75, 0x26, 0x5d, 0xf8, 0x59, 0xa6, 0xc1, 0x06, 0x77, 0x26, 0x68, 0x7a, 0x7f, + 0xb6, 0x4b, 0x1b, 0x00, 0xea, 0x00, 0x68, 0x0b, 0x40, 0x8f, 0xb5, 0x54, 0x47, 0x83, 0xe5, 0xf7, + 0xbd, 0x5e, 0x32, 0x2a, 0xa5, 0xf2, 0x8f, 0x1c, 0x6b, 0xb0, 0x84, 0xe1, 0x47, 0x4d, 0x09, 0xa8, + 0x53, 0xc8, 0x8c, 0xac, 0xac, 0xd4, 0x0a, 0x82, 0xfe, 0xa4, 0x3f, 0x1d, 0x26, 0xc4, 0x4b, 0xa7, + 0xdb, 0x4a, 0xbc, 0x8b, 0x9f, 0xdc, 0x02, 0x4d, 0x04, 0x54, 0x5a, 0x81, 0x88, 0xbf, 0x22, 0x3c, + 0x9a, 0x43, 0xf1, 0xba, 0x56, 0xb9, 0x17, 0x49, 0x80, 0x77, 0x32, 0x23, 0xb8, 0xd5, 0xa6, 0xe5, + 0xef, 0x8e, 0x24, 0xc4, 0xf7, 0xf2, 0xda, 0x70, 0x57, 0xd2, 0x73, 0x0f, 0x92, 0xeb, 0x33, 0x11, + 0x78, 0x87, 0x97, 0xba, 0x56, 0xb6, 0xc1, 0xf8, 0x6b, 0x4b, 0x2f, 0x5c, 0x4b, 0x5f, 0x7e, 0xec, + 0x4d, 0x0b, 0x69, 0xcf, 0xeb, 0x94, 0x66, 0xba, 0x64, 0xed, 0x07, 0x34, 0xe6, 0x00, 0xf2, 0xf7, + 0xcc, 0x5e, 0x56, 0x02, 0x7c, 0x02, 0x24, 0x5d, 0x6d, 0x42, 0xf0, 0x00, 0x2a, 0x91, 0x05, 0x03, + 0x4f, 0xe6, 0xfd, 0xf8, 0x31, 0x1e, 0x6f, 0x37, 0xd0, 0x75, 0x36, 0x5b, 0x22, 0xdc, 0x9f, 0x43, + 0x41, 0x72, 0x3c, 0xba, 0xf1, 0x45, 0xcf, 0xe9, 0xef, 0x76, 0x80, 0xde, 0x1a, 0x50, 0x78, 0xf0, + 0x5f, 0x61, 0xdd, 0x6b, 0xe4, 0x1d, 0x1e, 0x6e, 0x66, 0x18, 0xff, 0x31, 0xf7, 0x3a, 0x26, 0xdc, + 0xff, 0x77, 0x4c, 0x57, 0xfc, 0xe8, 0x64, 0xb9, 0x8a, 0xd0, 0xd5, 0x2a, 0x42, 0x3f, 0x57, 0x11, + 0xfa, 0xb4, 0x8e, 0x7a, 0x57, 0xeb, 0xa8, 0xf7, 0x6d, 0x1d, 0xf5, 0xde, 0xee, 0x6f, 0xcd, 0xf0, + 0xc6, 0xe6, 0x2f, 0x66, 0xec, 0x62, 0xb3, 0xfe, 0x6e, 0x96, 0xe9, 0x5d, 0xbf, 0xb6, 0x2f, 0x7f, + 0x05, 0x00, 0x00, 0xff, 0xff, 0xf1, 0xd0, 0xff, 0x9e, 0x23, 0x03, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/spec/ante/ante.go b/x/spec/ante/ante.go index f994207300..03e398e162 100644 --- a/x/spec/ante/ante.go +++ b/x/spec/ante/ante.go @@ -9,7 +9,7 @@ import ( "github.com/cosmos/cosmos-sdk/x/authz" v1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1" "github.com/cosmos/gogoproto/proto" - "github.com/lavanet/lava/x/spec/keeper" + "github.com/lavanet/lava/v2/x/spec/keeper" "google.golang.org/protobuf/reflect/protoreflect" ) diff --git a/x/spec/ante/ante_test.go b/x/spec/ante/ante_test.go index 5eb105a29b..9047af0f1d 100644 --- a/x/spec/ante/ante_test.go +++ b/x/spec/ante/ante_test.go @@ -12,12 +12,12 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" v1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1" "github.com/cosmos/gogoproto/proto" - "github.com/lavanet/lava/app" - testkeeper "github.com/lavanet/lava/testutil/keeper" - plantypes "github.com/lavanet/lava/x/plans/types" - "github.com/lavanet/lava/x/spec/ante" - spectypes "github.com/lavanet/lava/x/spec/types" - subsciptiontypes "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/app" + testkeeper "github.com/lavanet/lava/v2/testutil/keeper" + plantypes "github.com/lavanet/lava/v2/x/plans/types" + "github.com/lavanet/lava/v2/x/spec/ante" + spectypes "github.com/lavanet/lava/v2/x/spec/types" + subsciptiontypes "github.com/lavanet/lava/v2/x/subscription/types" "github.com/stretchr/testify/require" ) diff --git a/x/spec/client/cli/query.go b/x/spec/client/cli/query.go index 4282bde293..35775385fa 100644 --- a/x/spec/client/cli/query.go +++ b/x/spec/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/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/x/spec/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/spec/client/cli/query_params.go b/x/spec/client/cli/query_params.go index 7eee2cd29b..2f85e51834 100644 --- a/x/spec/client/cli/query_params.go +++ b/x/spec/client/cli/query_params.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/x/spec/types" "github.com/spf13/cobra" ) diff --git a/x/spec/client/cli/query_show_all_chains.go b/x/spec/client/cli/query_show_all_chains.go index 87c7e526bf..a5624c3304 100644 --- a/x/spec/client/cli/query_show_all_chains.go +++ b/x/spec/client/cli/query_show_all_chains.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/x/spec/types" "github.com/spf13/cobra" ) diff --git a/x/spec/client/cli/query_show_chain_info.go b/x/spec/client/cli/query_show_chain_info.go index 7b848c7ae4..4a9fdcca62 100644 --- a/x/spec/client/cli/query_show_chain_info.go +++ b/x/spec/client/cli/query_show_chain_info.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/x/spec/types" "github.com/spf13/cobra" ) diff --git a/x/spec/client/cli/query_spec.go b/x/spec/client/cli/query_spec.go index 1bddcdcda0..6659cfd7f2 100644 --- a/x/spec/client/cli/query_spec.go +++ b/x/spec/client/cli/query_spec.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/x/spec/types" "github.com/spf13/cobra" ) diff --git a/x/spec/client/cli/query_spec_test.go b/x/spec/client/cli/query_spec_test.go index f4f5884f55..ba8612f332 100644 --- a/x/spec/client/cli/query_spec_test.go +++ b/x/spec/client/cli/query_spec_test.go @@ -12,10 +12,10 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/lavanet/lava/testutil/network" - "github.com/lavanet/lava/testutil/nullify" - "github.com/lavanet/lava/x/spec/client/cli" - "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/testutil/network" + "github.com/lavanet/lava/v2/testutil/nullify" + "github.com/lavanet/lava/v2/x/spec/client/cli" + "github.com/lavanet/lava/v2/x/spec/types" ) // Prevent strconv unused error diff --git a/x/spec/client/cli/tx.go b/x/spec/client/cli/tx.go index 344cdb44c1..feb862e039 100644 --- a/x/spec/client/cli/tx.go +++ b/x/spec/client/cli/tx.go @@ -14,9 +14,9 @@ import ( "github.com/cosmos/cosmos-sdk/client" // "github.com/cosmos/cosmos-sdk/client/flags" - utilslib "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/spec/client/utils" - "github.com/lavanet/lava/x/spec/types" + utilslib "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/spec/client/utils" + "github.com/lavanet/lava/v2/x/spec/types" "github.com/cosmos/cosmos-sdk/client/tx" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/spec/client/proposal_handler.go b/x/spec/client/proposal_handler.go index 5b4bee5d8e..fbaa2d0714 100644 --- a/x/spec/client/proposal_handler.go +++ b/x/spec/client/proposal_handler.go @@ -2,7 +2,7 @@ package client import ( govclient "github.com/cosmos/cosmos-sdk/x/gov/client" - "github.com/lavanet/lava/x/spec/client/cli" + "github.com/lavanet/lava/v2/x/spec/client/cli" ) // SpecAddProposalHandler is the param change proposal handler. diff --git a/x/spec/client/utils/utils.go b/x/spec/client/utils/utils.go index d00d19c99a..593e09ca98 100755 --- a/x/spec/client/utils/utils.go +++ b/x/spec/client/utils/utils.go @@ -10,9 +10,9 @@ import ( sdkerrors "cosmossdk.io/errors" "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - commontypes "github.com/lavanet/lava/utils/common/types" - "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/utils" + commontypes "github.com/lavanet/lava/v2/utils/common/types" + "github.com/lavanet/lava/v2/x/spec/types" ) type ( diff --git a/x/spec/genesis.go b/x/spec/genesis.go index ef909270c3..ce7d9c737a 100644 --- a/x/spec/genesis.go +++ b/x/spec/genesis.go @@ -2,8 +2,8 @@ package spec import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/spec/keeper" - "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/x/spec/keeper" + "github.com/lavanet/lava/v2/x/spec/types" ) // InitGenesis initializes the capability module's state from a provided genesis diff --git a/x/spec/genesis_test.go b/x/spec/genesis_test.go index 0e116fbeb2..8604f72bc1 100644 --- a/x/spec/genesis_test.go +++ b/x/spec/genesis_test.go @@ -6,10 +6,10 @@ import ( types2 "github.com/cosmos/cosmos-sdk/x/auth/types" "github.com/cosmos/gogoproto/proto" - keepertest "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/testutil/nullify" - "github.com/lavanet/lava/x/spec" - "github.com/lavanet/lava/x/spec/types" + keepertest "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/testutil/nullify" + "github.com/lavanet/lava/v2/x/spec" + "github.com/lavanet/lava/v2/x/spec/types" "github.com/stretchr/testify/require" ) diff --git a/x/spec/handler.go b/x/spec/handler.go index bb5c45dbd6..5a26855c41 100644 --- a/x/spec/handler.go +++ b/x/spec/handler.go @@ -6,8 +6,8 @@ import ( sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/lavanet/lava/x/spec/keeper" - "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/x/spec/keeper" + "github.com/lavanet/lava/v2/x/spec/types" ) // NewHandler ... diff --git a/x/spec/keeper/grpc_query.go b/x/spec/keeper/grpc_query.go index 2f18908d5f..b41d893c7a 100644 --- a/x/spec/keeper/grpc_query.go +++ b/x/spec/keeper/grpc_query.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/x/spec/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/spec/keeper/grpc_query_params.go b/x/spec/keeper/grpc_query_params.go index 555e0cab7d..1f63cfd831 100644 --- a/x/spec/keeper/grpc_query_params.go +++ b/x/spec/keeper/grpc_query_params.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/x/spec/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/spec/keeper/grpc_query_params_test.go b/x/spec/keeper/grpc_query_params_test.go index af5963e4db..ada5f2d3f0 100644 --- a/x/spec/keeper/grpc_query_params_test.go +++ b/x/spec/keeper/grpc_query_params_test.go @@ -4,8 +4,8 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - testkeeper "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/x/spec/types" + testkeeper "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/x/spec/types" "github.com/stretchr/testify/require" ) diff --git a/x/spec/keeper/grpc_query_show_all_chains.go b/x/spec/keeper/grpc_query_show_all_chains.go index 65779f13cf..decd07798e 100644 --- a/x/spec/keeper/grpc_query_show_all_chains.go +++ b/x/spec/keeper/grpc_query_show_all_chains.go @@ -5,8 +5,8 @@ import ( "sort" sdk "github.com/cosmos/cosmos-sdk/types" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - "github.com/lavanet/lava/x/spec/types" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/spec/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/spec/keeper/grpc_query_show_chain_info.go b/x/spec/keeper/grpc_query_show_chain_info.go index 0055a3e138..79471bc475 100644 --- a/x/spec/keeper/grpc_query_show_chain_info.go +++ b/x/spec/keeper/grpc_query_show_chain_info.go @@ -5,8 +5,8 @@ import ( "fmt" sdk "github.com/cosmos/cosmos-sdk/types" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - "github.com/lavanet/lava/x/spec/types" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/spec/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/spec/keeper/grpc_query_spec.go b/x/spec/keeper/grpc_query_spec.go index 342f0e98bc..fb3e0d2695 100644 --- a/x/spec/keeper/grpc_query_spec.go +++ b/x/spec/keeper/grpc_query_spec.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/query" - "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/x/spec/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/spec/keeper/grpc_query_spec_test.go b/x/spec/keeper/grpc_query_spec_test.go index 737e63dc1a..0b1e33d1a8 100644 --- a/x/spec/keeper/grpc_query_spec_test.go +++ b/x/spec/keeper/grpc_query_spec_test.go @@ -10,9 +10,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/testutil/nullify" - "github.com/lavanet/lava/x/spec/types" + keepertest "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/testutil/nullify" + "github.com/lavanet/lava/v2/x/spec/types" ) // Prevent strconv unused error diff --git a/x/spec/keeper/keeper.go b/x/spec/keeper/keeper.go index 45ac8abe7f..b4a91e1cf8 100644 --- a/x/spec/keeper/keeper.go +++ b/x/spec/keeper/keeper.go @@ -10,7 +10,7 @@ import ( "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/x/spec/types" ) type ( diff --git a/x/spec/keeper/migrations.go b/x/spec/keeper/migrations.go index 2f76988f05..b376a4bbd8 100644 --- a/x/spec/keeper/migrations.go +++ b/x/spec/keeper/migrations.go @@ -5,8 +5,8 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/spec/types" - typesv1 "github.com/lavanet/lava/x/spec/types/migrations/v1" + "github.com/lavanet/lava/v2/x/spec/types" + typesv1 "github.com/lavanet/lava/v2/x/spec/types/migrations/v1" ) type Migrator struct { diff --git a/x/spec/keeper/msg_server.go b/x/spec/keeper/msg_server.go index 2ce40c34fe..1928d8071f 100644 --- a/x/spec/keeper/msg_server.go +++ b/x/spec/keeper/msg_server.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/x/spec/types" ) type msgServer struct { diff --git a/x/spec/keeper/msg_server_test.go b/x/spec/keeper/msg_server_test.go index a3550bf834..241f721f95 100644 --- a/x/spec/keeper/msg_server_test.go +++ b/x/spec/keeper/msg_server_test.go @@ -5,9 +5,9 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - keepertest "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/x/spec/keeper" - "github.com/lavanet/lava/x/spec/types" + keepertest "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/x/spec/keeper" + "github.com/lavanet/lava/v2/x/spec/types" ) func setupMsgServer(t testing.TB) (types.MsgServer, context.Context) { diff --git a/x/spec/keeper/params.go b/x/spec/keeper/params.go index 1f473db316..5c3aee2688 100644 --- a/x/spec/keeper/params.go +++ b/x/spec/keeper/params.go @@ -2,7 +2,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/x/spec/types" ) // GetParams get all parameters as types.Params diff --git a/x/spec/keeper/params_test.go b/x/spec/keeper/params_test.go index 21c86e8964..089696024e 100644 --- a/x/spec/keeper/params_test.go +++ b/x/spec/keeper/params_test.go @@ -3,8 +3,8 @@ package keeper_test import ( "testing" - testkeeper "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/x/spec/types" + testkeeper "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/x/spec/types" "github.com/stretchr/testify/require" ) diff --git a/x/spec/keeper/spec.go b/x/spec/keeper/spec.go index 905d9d6ff2..a4e192eca3 100644 --- a/x/spec/keeper/spec.go +++ b/x/spec/keeper/spec.go @@ -9,10 +9,10 @@ import ( "cosmossdk.io/math" "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/sigs" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/sigs" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/spec/types" ) // SetSpec set a specific Spec in the store from its index diff --git a/x/spec/keeper/spec_test.go b/x/spec/keeper/spec_test.go index fb98cd866c..21d57257db 100644 --- a/x/spec/keeper/spec_test.go +++ b/x/spec/keeper/spec_test.go @@ -9,12 +9,12 @@ import ( "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/testutil/common" - keepertest "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/testutil/nullify" - "github.com/lavanet/lava/x/spec/client/utils" - "github.com/lavanet/lava/x/spec/keeper" - "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/testutil/common" + keepertest "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/testutil/nullify" + "github.com/lavanet/lava/v2/x/spec/client/utils" + "github.com/lavanet/lava/v2/x/spec/keeper" + "github.com/lavanet/lava/v2/x/spec/types" "github.com/stretchr/testify/require" ) diff --git a/x/spec/module.go b/x/spec/module.go index 5244792d52..f18efc00ea 100644 --- a/x/spec/module.go +++ b/x/spec/module.go @@ -16,9 +16,9 @@ import ( cdctypes "github.com/cosmos/cosmos-sdk/codec/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/lavanet/lava/x/spec/client/cli" - "github.com/lavanet/lava/x/spec/keeper" - "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/x/spec/client/cli" + "github.com/lavanet/lava/v2/x/spec/keeper" + "github.com/lavanet/lava/v2/x/spec/types" ) var ( diff --git a/x/spec/module_simulation.go b/x/spec/module_simulation.go index fc3a50c2a4..47b54a3504 100644 --- a/x/spec/module_simulation.go +++ b/x/spec/module_simulation.go @@ -7,9 +7,9 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" "github.com/cosmos/cosmos-sdk/x/simulation" - "github.com/lavanet/lava/testutil/sample" - specsimulation "github.com/lavanet/lava/x/spec/simulation" - "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/testutil/sample" + specsimulation "github.com/lavanet/lava/v2/x/spec/simulation" + "github.com/lavanet/lava/v2/x/spec/types" ) // avoid unused import issue diff --git a/x/spec/proposal_handler.go b/x/spec/proposal_handler.go index 4f63b3fd0d..a280434d35 100644 --- a/x/spec/proposal_handler.go +++ b/x/spec/proposal_handler.go @@ -12,10 +12,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" paramkeeper "github.com/cosmos/cosmos-sdk/x/params/keeper" paramproposal "github.com/cosmos/cosmos-sdk/x/params/types/proposal" - "github.com/lavanet/lava/utils" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - "github.com/lavanet/lava/x/spec/keeper" - "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/utils" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + "github.com/lavanet/lava/v2/x/spec/keeper" + "github.com/lavanet/lava/v2/x/spec/types" ) // overwriting the params handler so we can add events and callbacks on specific params diff --git a/x/spec/types/api_collection.pb.go b/x/spec/types/api_collection.pb.go index 699c53c289..676bc0c15e 100644 --- a/x/spec/types/api_collection.pb.go +++ b/x/spec/types/api_collection.pb.go @@ -1080,105 +1080,105 @@ func init() { } var fileDescriptor_c9f7567a181f534f = []byte{ - // 1559 bytes of a gzipped FileDescriptorProto + // 1562 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x57, 0x4f, 0x6f, 0xdb, 0xc8, - 0x15, 0x37, 0x25, 0x4a, 0x96, 0x9e, 0xfe, 0x98, 0x9e, 0xb8, 0xa9, 0x36, 0xf5, 0x4a, 0x2e, 0x37, - 0x6d, 0x0d, 0x2f, 0x6a, 0xa3, 0x0e, 0x0a, 0x14, 0x8b, 0x16, 0x2d, 0x25, 0xd1, 0x5e, 0x25, 0xb2, - 0x64, 0x8c, 0x68, 0xb7, 0xee, 0x85, 0x18, 0x53, 0x63, 0x79, 0xb0, 0x14, 0x49, 0x90, 0x43, 0xd7, - 0x3e, 0x6f, 0x3f, 0x40, 0x3f, 0x43, 0x4f, 0x05, 0x0a, 0x14, 0xe8, 0xb7, 0xc8, 0x31, 0xc7, 0x9e, - 0x8c, 0xc2, 0x39, 0x14, 0xcd, 0x31, 0x97, 0xa2, 0x87, 0x02, 0xc5, 0x0c, 0x29, 0x59, 0x74, 0x14, - 0x2f, 0x72, 0x92, 0xe7, 0xf7, 0x7e, 0xef, 0x37, 0x6f, 0xde, 0x7b, 0xf3, 0xc6, 0x84, 0x1f, 0xbb, + 0x15, 0x37, 0x25, 0x4a, 0x96, 0x9e, 0xfe, 0x98, 0x9e, 0xb8, 0xa9, 0x36, 0xf5, 0x4a, 0x2e, 0x77, + 0xdb, 0x35, 0xbc, 0xa8, 0x8d, 0x3a, 0x28, 0x50, 0x2c, 0x5a, 0xb4, 0x94, 0x44, 0x7b, 0x95, 0xc8, + 0x92, 0x31, 0xa2, 0xdd, 0xba, 0x17, 0x62, 0x4c, 0x8d, 0xe5, 0xc1, 0x52, 0x24, 0x41, 0x0e, 0x5d, + 0xfb, 0x9c, 0x7e, 0x80, 0x7e, 0x86, 0x9e, 0x0a, 0x14, 0x28, 0xd0, 0x6f, 0x91, 0x63, 0x8e, 0x3d, + 0x19, 0x85, 0x73, 0x28, 0x9a, 0x63, 0x2e, 0x45, 0x0f, 0x05, 0x8a, 0x19, 0x52, 0xb2, 0xe8, 0x28, + 0x2e, 0x72, 0x92, 0xe7, 0xf7, 0x7e, 0xef, 0x37, 0x6f, 0xde, 0x7b, 0xf3, 0xc6, 0x84, 0x1f, 0xbb, 0xe4, 0x8a, 0x78, 0x94, 0xef, 0x89, 0xdf, 0xbd, 0x28, 0xa0, 0xce, 0x1e, 0x09, 0x98, 0xed, 0xf8, 0xae, 0x4b, 0x1d, 0xce, 0x7c, 0x6f, 0x37, 0x08, 0x7d, 0xee, 0xa3, 0xf5, 0x94, 0xb7, 0x2b, 0x7e, - 0x77, 0x05, 0xef, 0xd9, 0xc6, 0xc4, 0x9f, 0xf8, 0xd2, 0xba, 0x27, 0xfe, 0x4a, 0x88, 0xfa, 0xff, - 0xf2, 0x50, 0x33, 0x02, 0xd6, 0x99, 0x0b, 0xa0, 0x06, 0xac, 0x52, 0x8f, 0x9c, 0xbb, 0x74, 0xdc, + 0x77, 0x05, 0xef, 0xd9, 0xc6, 0xc4, 0x9f, 0xf8, 0xd2, 0xba, 0x27, 0xfe, 0x4a, 0x88, 0xfa, 0x7f, + 0xf3, 0x50, 0x33, 0x02, 0xd6, 0x99, 0x0b, 0xa0, 0x06, 0xac, 0x52, 0x8f, 0x9c, 0xbb, 0x74, 0xdc, 0x50, 0xb6, 0x94, 0xed, 0x12, 0x9e, 0x2d, 0xd1, 0x31, 0xac, 0xdd, 0x6f, 0x64, 0x8f, 0x09, 0x27, 0x8d, 0xdc, 0x96, 0xb2, 0x5d, 0xd9, 0xff, 0xe1, 0xee, 0x07, 0xdb, 0xed, 0xde, 0x2b, 0x76, 0x09, 0x27, 0x6d, 0xf5, 0xf5, 0x6d, 0x6b, 0x05, 0xd7, 0x9d, 0x0c, 0x8a, 0x76, 0x40, 0x25, 0x01, 0x8b, - 0x1a, 0xf9, 0xad, 0xfc, 0x76, 0x65, 0xff, 0xe9, 0x12, 0x19, 0x23, 0x60, 0x58, 0x72, 0xd0, 0x0b, - 0x58, 0xbd, 0xa4, 0x64, 0x4c, 0xc3, 0xa8, 0xa1, 0x4a, 0xfa, 0x67, 0x4b, 0xe8, 0x5f, 0x4b, 0x06, + 0x1a, 0xf9, 0xad, 0xfc, 0x76, 0x65, 0xff, 0xe9, 0x12, 0x19, 0x23, 0x60, 0x58, 0x72, 0xd0, 0x73, + 0x58, 0xbd, 0xa4, 0x64, 0x4c, 0xc3, 0xa8, 0xa1, 0x4a, 0xfa, 0x67, 0x4b, 0xe8, 0xdf, 0x4a, 0x06, 0x9e, 0x31, 0x51, 0x1f, 0x34, 0xe6, 0x5d, 0xd2, 0x90, 0x71, 0xe2, 0x39, 0xd4, 0x96, 0x9b, 0x15, - 0xa4, 0xf7, 0x77, 0xc7, 0x8c, 0xd7, 0x16, 0x5c, 0x0d, 0x11, 0x42, 0x1f, 0xb4, 0x80, 0x84, 0x11, - 0xb5, 0xc7, 0x2c, 0x14, 0xbc, 0x2b, 0x1a, 0x35, 0x8a, 0x1f, 0x55, 0x3b, 0x16, 0xd4, 0xee, 0x8c, - 0x89, 0xd7, 0x82, 0xcc, 0x3a, 0x42, 0xbf, 0x04, 0xa0, 0xd7, 0x9c, 0x7a, 0x11, 0xf3, 0xbd, 0xa8, - 0xb1, 0x2a, 0x75, 0x36, 0x97, 0xe8, 0x98, 0x33, 0x12, 0x5e, 0xe0, 0x23, 0x13, 0x6a, 0x57, 0x34, - 0x64, 0x17, 0xcc, 0x21, 0x5c, 0x0a, 0x94, 0xa4, 0x40, 0x6b, 0x89, 0xc0, 0xe9, 0x02, 0x0f, 0x67, - 0xbd, 0xf4, 0x3f, 0x40, 0x79, 0xae, 0x8f, 0x10, 0xa8, 0x1e, 0x99, 0x52, 0x59, 0xf7, 0x32, 0x96, - 0x7f, 0xa3, 0x2f, 0x41, 0x0d, 0x63, 0x97, 0x36, 0xf2, 0xb2, 0xd2, 0xdf, 0x5f, 0x22, 0x8f, 0x63, - 0x97, 0x62, 0x49, 0x42, 0x5f, 0x40, 0xcd, 0x89, 0xed, 0x69, 0xec, 0x72, 0x16, 0xb8, 0x8c, 0x86, - 0x0d, 0x75, 0x4b, 0xd9, 0x56, 0x71, 0xd5, 0x89, 0x8f, 0xe6, 0xd8, 0x4b, 0xb5, 0x94, 0xd3, 0xf2, - 0xfa, 0x26, 0xa8, 0xc2, 0x11, 0x6d, 0x40, 0xe1, 0xdc, 0xf5, 0x9d, 0x6f, 0xe4, 0xa6, 0x2a, 0x4e, - 0x16, 0xfa, 0x5f, 0x15, 0xa8, 0x2e, 0x86, 0xbd, 0x34, 0xb4, 0x97, 0xb0, 0xf6, 0xa0, 0x1c, 0x8f, - 0xf4, 0xe3, 0x83, 0x6a, 0xd4, 0xb3, 0xd5, 0x40, 0x3f, 0x87, 0xe2, 0x15, 0x71, 0x63, 0x3a, 0xeb, - 0xc5, 0xcf, 0x3f, 0x26, 0x71, 0x2a, 0x58, 0x38, 0x25, 0xbf, 0x54, 0x4b, 0xaa, 0x56, 0xd0, 0xff, - 0xab, 0x00, 0xdc, 0x1b, 0xd1, 0x26, 0x94, 0xe7, 0x85, 0x4a, 0x03, 0xbe, 0x07, 0xd0, 0x8f, 0xa0, - 0x4e, 0xaf, 0x03, 0xea, 0x70, 0x3a, 0xb6, 0xa5, 0x8a, 0x0c, 0xba, 0x8c, 0x6b, 0x33, 0x34, 0x11, - 0xf9, 0x09, 0xac, 0xb9, 0x84, 0xd3, 0x88, 0xdb, 0x63, 0x16, 0xc9, 0x16, 0x94, 0x25, 0x50, 0x71, + 0xa4, 0xf7, 0xff, 0x8f, 0x19, 0xaf, 0x2d, 0xb8, 0x1a, 0x22, 0x84, 0x3e, 0x68, 0x01, 0x09, 0x23, + 0x6a, 0x8f, 0x59, 0x28, 0x78, 0x57, 0x34, 0x6a, 0x14, 0x3f, 0xaa, 0x76, 0x2c, 0xa8, 0xdd, 0x19, + 0x13, 0xaf, 0x05, 0x99, 0x75, 0x84, 0x7e, 0x01, 0x40, 0xaf, 0x39, 0xf5, 0x22, 0xe6, 0x7b, 0x51, + 0x63, 0x55, 0xea, 0x6c, 0x2e, 0xd1, 0x31, 0x67, 0x24, 0xbc, 0xc0, 0x47, 0x26, 0xd4, 0xae, 0x68, + 0xc8, 0x2e, 0x98, 0x43, 0xb8, 0x14, 0x28, 0x49, 0x81, 0xd6, 0x12, 0x81, 0xd3, 0x05, 0x1e, 0xce, + 0x7a, 0xe9, 0xbf, 0x87, 0xf2, 0x5c, 0x1f, 0x21, 0x50, 0x3d, 0x32, 0xa5, 0xb2, 0xee, 0x65, 0x2c, + 0xff, 0x46, 0x5f, 0x83, 0x1a, 0xc6, 0x2e, 0x6d, 0xe4, 0x65, 0xa5, 0xbf, 0xbf, 0x44, 0x1e, 0xc7, + 0x2e, 0xc5, 0x92, 0x84, 0xbe, 0x80, 0x9a, 0x13, 0xdb, 0xd3, 0xd8, 0xe5, 0x2c, 0x70, 0x19, 0x0d, + 0x1b, 0xea, 0x96, 0xb2, 0xad, 0xe2, 0xaa, 0x13, 0x1f, 0xcd, 0xb1, 0x17, 0x6a, 0x29, 0xa7, 0xe5, + 0xf5, 0x4d, 0x50, 0x85, 0x23, 0xda, 0x80, 0xc2, 0xb9, 0xeb, 0x3b, 0xdf, 0xc9, 0x4d, 0x55, 0x9c, + 0x2c, 0xf4, 0xbf, 0x28, 0x50, 0x5d, 0x0c, 0x7b, 0x69, 0x68, 0x2f, 0x60, 0xed, 0x41, 0x39, 0x1e, + 0xe9, 0xc7, 0x07, 0xd5, 0xa8, 0x67, 0xab, 0x81, 0x7e, 0x06, 0xc5, 0x2b, 0xe2, 0xc6, 0x74, 0xd6, + 0x8b, 0x9f, 0x7f, 0x4c, 0xe2, 0x54, 0xb0, 0x70, 0x4a, 0x7e, 0xa1, 0x96, 0x54, 0xad, 0xa0, 0xff, + 0x47, 0x01, 0xb8, 0x37, 0xa2, 0x4d, 0x28, 0xcf, 0x0b, 0x95, 0x06, 0x7c, 0x0f, 0xa0, 0x1f, 0x41, + 0x9d, 0x5e, 0x07, 0xd4, 0xe1, 0x74, 0x6c, 0x4b, 0x15, 0x19, 0x74, 0x19, 0xd7, 0x66, 0x68, 0x22, + 0xf2, 0x15, 0xac, 0xb9, 0x84, 0xd3, 0x88, 0xdb, 0x63, 0x16, 0xc9, 0x16, 0x94, 0x25, 0x50, 0x71, 0x3d, 0x81, 0xbb, 0x29, 0x8a, 0x06, 0x50, 0x8a, 0xa8, 0x28, 0x2a, 0xbf, 0x91, 0xe9, 0xae, 0xef, - 0xef, 0x3f, 0x1a, 0x7b, 0xa6, 0x1d, 0x46, 0xa9, 0x27, 0x9e, 0x6b, 0xe8, 0x3f, 0x85, 0x8d, 0x65, - 0x0c, 0x54, 0x02, 0xf5, 0x80, 0x30, 0x57, 0x5b, 0x41, 0x15, 0x58, 0xfd, 0x2d, 0x09, 0x3d, 0xe6, - 0x4d, 0x34, 0x45, 0xff, 0x7b, 0x0e, 0xea, 0xd9, 0x7b, 0x83, 0x4e, 0xa1, 0x26, 0x86, 0x12, 0xf3, - 0x38, 0x0d, 0x2f, 0x88, 0x93, 0x16, 0xad, 0xfd, 0xb3, 0x77, 0xb7, 0xad, 0xac, 0xe1, 0xfd, 0x6d, - 0x6b, 0x73, 0x4a, 0x82, 0x88, 0x87, 0xb1, 0xc3, 0xe3, 0x90, 0x7e, 0xa5, 0x67, 0xcc, 0x3a, 0xae, + 0xef, 0x3f, 0x1a, 0x7b, 0xa6, 0x1d, 0x46, 0xa9, 0x27, 0x9e, 0x6b, 0xe8, 0x3f, 0x81, 0x8d, 0x65, + 0x0c, 0x54, 0x02, 0xf5, 0x80, 0x30, 0x57, 0x5b, 0x41, 0x15, 0x58, 0xfd, 0x0d, 0x09, 0x3d, 0xe6, + 0x4d, 0x34, 0x45, 0xff, 0x5b, 0x0e, 0xea, 0xd9, 0x7b, 0x83, 0x4e, 0xa1, 0x26, 0x86, 0x12, 0xf3, + 0x38, 0x0d, 0x2f, 0x88, 0x93, 0x16, 0xad, 0xfd, 0xd3, 0x77, 0xb7, 0xad, 0xac, 0xe1, 0xfd, 0x6d, + 0x6b, 0x73, 0x4a, 0x82, 0x88, 0x87, 0xb1, 0xc3, 0xe3, 0x90, 0x7e, 0xa3, 0x67, 0xcc, 0x3a, 0xae, 0x92, 0x80, 0xf5, 0x66, 0x4b, 0xa1, 0x2b, 0x6d, 0x1e, 0x71, 0xed, 0x80, 0xf0, 0xcb, 0x24, 0x71, 0x89, 0x6e, 0xc6, 0xf0, 0xa1, 0x6e, 0xc6, 0xac, 0xe3, 0xea, 0x6c, 0x7d, 0x4c, 0xf8, 0x25, 0x7a, - 0x01, 0x2a, 0xbf, 0x09, 0x92, 0xfc, 0x96, 0xdb, 0xad, 0x77, 0xb7, 0x2d, 0xb9, 0x7e, 0x7f, 0xdb, - 0x7a, 0x92, 0x55, 0x11, 0xa8, 0x8e, 0xa5, 0x11, 0x7d, 0x05, 0x45, 0x32, 0x1e, 0xdb, 0xbe, 0x27, + 0x0e, 0x2a, 0xbf, 0x09, 0x92, 0xfc, 0x96, 0xdb, 0xad, 0x77, 0xb7, 0x2d, 0xb9, 0x7e, 0x7f, 0xdb, + 0x7a, 0x92, 0x55, 0x11, 0xa8, 0x8e, 0xa5, 0x11, 0x7d, 0x03, 0x45, 0x32, 0x1e, 0xdb, 0xbe, 0x27, 0x93, 0x5e, 0x6e, 0x7f, 0xf1, 0xee, 0xb6, 0x95, 0x22, 0xef, 0x6f, 0x5b, 0xdf, 0x7b, 0x70, 0x2c, - 0x89, 0xeb, 0xb8, 0x40, 0xc6, 0xe3, 0xa1, 0xa7, 0xff, 0x4b, 0x81, 0x62, 0x32, 0xa9, 0x96, 0xf6, - 0xf5, 0x2f, 0x40, 0xfd, 0x86, 0x79, 0x63, 0x79, 0xbc, 0xfa, 0xfe, 0xf3, 0x8f, 0x8e, 0xb9, 0xf4, - 0xc7, 0xba, 0x09, 0x28, 0x96, 0x1e, 0xa8, 0x0d, 0xd5, 0x8b, 0xd8, 0x4b, 0xe6, 0x33, 0x27, 0x13, - 0x79, 0xa2, 0xfa, 0xd2, 0x99, 0x70, 0x70, 0x32, 0xe8, 0x58, 0xbd, 0xe1, 0xc0, 0xb6, 0x8c, 0x43, - 0x5c, 0x99, 0x39, 0x59, 0x64, 0xa2, 0xbf, 0x02, 0xb8, 0xd7, 0x45, 0x35, 0x28, 0x07, 0x24, 0x8a, - 0xec, 0x88, 0x7a, 0x63, 0x6d, 0x05, 0xd5, 0x01, 0xe4, 0x32, 0xa4, 0x81, 0x7b, 0xa3, 0x29, 0x73, - 0xf3, 0xb9, 0xcf, 0x2f, 0xb5, 0x1c, 0x5a, 0x83, 0x8a, 0x5c, 0xb2, 0x89, 0xe7, 0x87, 0x54, 0xcb, - 0xeb, 0xff, 0xc9, 0x41, 0xde, 0x08, 0xd8, 0x23, 0x8f, 0xca, 0x2c, 0x01, 0xb9, 0x85, 0x04, 0x88, - 0x31, 0xe2, 0x4f, 0x83, 0x98, 0x53, 0x3b, 0xf6, 0x18, 0x8f, 0xd2, 0xce, 0xaf, 0xa6, 0xe0, 0x89, - 0xc0, 0xd0, 0x2e, 0x3c, 0xa1, 0xd7, 0x3c, 0x24, 0x76, 0x96, 0x9a, 0x4c, 0x9c, 0x75, 0x69, 0xea, - 0x2c, 0xf2, 0x0d, 0x28, 0x39, 0x84, 0xd3, 0x89, 0x1f, 0xde, 0x34, 0x8a, 0x72, 0x4c, 0x2c, 0xcb, - 0xcb, 0x28, 0xa0, 0x4e, 0x27, 0xa5, 0xa5, 0x8f, 0xd6, 0xdc, 0x0d, 0xf5, 0xa0, 0x26, 0xc7, 0x93, - 0x2d, 0x86, 0x07, 0xf3, 0x26, 0x8d, 0x55, 0xa9, 0xd3, 0x5c, 0xa2, 0xd3, 0x16, 0x3c, 0x79, 0xe9, - 0xc2, 0x54, 0xa6, 0x7a, 0x3e, 0x83, 0x98, 0x37, 0x41, 0x9f, 0x03, 0x70, 0x36, 0xa5, 0x7e, 0xcc, - 0xed, 0xa9, 0x98, 0xdd, 0x22, 0xe8, 0x72, 0x8a, 0x1c, 0x45, 0xe8, 0x37, 0xb0, 0x2a, 0x07, 0x54, - 0x18, 0x35, 0xca, 0x72, 0x1e, 0x6d, 0x2d, 0xd9, 0xe3, 0x90, 0x7a, 0x34, 0x64, 0x4e, 0x66, 0x97, - 0x99, 0x9b, 0xfe, 0x6f, 0x05, 0xea, 0xd9, 0x99, 0xf7, 0x41, 0x77, 0x28, 0x9f, 0xde, 0x1d, 0xe8, - 0x4b, 0x58, 0xbf, 0xd7, 0xa0, 0xd3, 0x40, 0x0c, 0xa3, 0xb4, 0x76, 0xda, 0x9c, 0x97, 0xe2, 0xe8, - 0x15, 0xd4, 0x43, 0x1a, 0xc5, 0x2e, 0x9f, 0x27, 0x2c, 0xff, 0x09, 0x09, 0xab, 0x25, 0xbe, 0xb3, - 0x8c, 0x7d, 0x06, 0x25, 0x31, 0x1d, 0x64, 0xb3, 0xc8, 0x2b, 0x87, 0x57, 0x49, 0xc0, 0x06, 0x64, - 0x4a, 0xf5, 0xbf, 0x29, 0x50, 0x59, 0xf0, 0x17, 0xc9, 0x4d, 0xd2, 0x60, 0x93, 0x50, 0x1c, 0x33, - 0x2f, 0x26, 0x70, 0x82, 0x18, 0xe1, 0x04, 0xfd, 0x5a, 0x74, 0xa9, 0x34, 0x8b, 0x88, 0xd3, 0x6b, - 0xb6, 0x2c, 0xa6, 0x63, 0x03, 0x8f, 0x4c, 0x6c, 0x8b, 0x6c, 0xe0, 0x54, 0xf1, 0x20, 0xf6, 0x1c, - 0xd1, 0x9f, 0x63, 0x7a, 0x41, 0xc4, 0xc1, 0x92, 0x09, 0x2e, 0x27, 0x07, 0xae, 0xa6, 0x60, 0x32, - 0xc0, 0x9f, 0x41, 0x89, 0x7a, 0x8e, 0x3f, 0x16, 0xc7, 0x4e, 0xe2, 0x9d, 0xaf, 0xf5, 0x6f, 0x15, + 0x89, 0xeb, 0xb8, 0x40, 0xc6, 0xe3, 0xa1, 0xa7, 0xff, 0x53, 0x81, 0x62, 0x32, 0xa9, 0x96, 0xf6, + 0xf5, 0xcf, 0x41, 0xfd, 0x8e, 0x79, 0x63, 0x79, 0xbc, 0xfa, 0xfe, 0x97, 0x1f, 0x1d, 0x73, 0xe9, + 0x8f, 0x75, 0x13, 0x50, 0x2c, 0x3d, 0x50, 0x1b, 0xaa, 0x17, 0xb1, 0x97, 0xcc, 0x67, 0x4e, 0x26, + 0xf2, 0x44, 0xf5, 0xa5, 0x33, 0xe1, 0xe0, 0x64, 0xd0, 0xb1, 0x7a, 0xc3, 0x81, 0x6d, 0x19, 0x87, + 0xb8, 0x32, 0x73, 0xb2, 0xc8, 0x44, 0x7f, 0x09, 0x70, 0xaf, 0x8b, 0x6a, 0x50, 0x0e, 0x48, 0x14, + 0xd9, 0x11, 0xf5, 0xc6, 0xda, 0x0a, 0xaa, 0x03, 0xc8, 0x65, 0x48, 0x03, 0xf7, 0x46, 0x53, 0xe6, + 0xe6, 0x73, 0x9f, 0x5f, 0x6a, 0x39, 0xb4, 0x06, 0x15, 0xb9, 0x64, 0x13, 0xcf, 0x0f, 0xa9, 0x96, + 0xd7, 0xff, 0x9d, 0x83, 0xbc, 0x11, 0xb0, 0x47, 0x1e, 0x95, 0x59, 0x02, 0x72, 0x0b, 0x09, 0x10, + 0x63, 0xc4, 0x9f, 0x06, 0x31, 0xa7, 0x76, 0xec, 0x31, 0x1e, 0xa5, 0x9d, 0x5f, 0x4d, 0xc1, 0x13, + 0x81, 0xa1, 0x5d, 0x78, 0x42, 0xaf, 0x79, 0x48, 0xec, 0x2c, 0x35, 0x99, 0x38, 0xeb, 0xd2, 0xd4, + 0x59, 0xe4, 0x1b, 0x50, 0x72, 0x08, 0xa7, 0x13, 0x3f, 0xbc, 0x69, 0x14, 0xe5, 0x98, 0x58, 0x96, + 0x97, 0x51, 0x40, 0x9d, 0x4e, 0x4a, 0x4b, 0x1f, 0xad, 0xb9, 0x1b, 0xea, 0x41, 0x4d, 0x8e, 0x27, + 0x5b, 0x0c, 0x0f, 0xe6, 0x4d, 0x1a, 0xab, 0x52, 0xa7, 0xb9, 0x44, 0xa7, 0x2d, 0x78, 0xf2, 0xd2, + 0x85, 0xa9, 0x4c, 0xf5, 0x7c, 0x06, 0x31, 0x6f, 0x82, 0x3e, 0x07, 0xe0, 0x6c, 0x4a, 0xfd, 0x98, + 0xdb, 0x53, 0x31, 0xbb, 0x45, 0xd0, 0xe5, 0x14, 0x39, 0x8a, 0xd0, 0xaf, 0x61, 0x55, 0x0e, 0xa8, + 0x30, 0x6a, 0x94, 0xe5, 0x3c, 0xda, 0x5a, 0xb2, 0xc7, 0x21, 0xf5, 0x68, 0xc8, 0x9c, 0xcc, 0x2e, + 0x33, 0x37, 0xfd, 0x5f, 0x0a, 0xd4, 0xb3, 0x33, 0xef, 0x83, 0xee, 0x50, 0x3e, 0xbd, 0x3b, 0xd0, + 0xd7, 0xb0, 0x7e, 0xaf, 0x41, 0xa7, 0x81, 0x18, 0x46, 0x69, 0xed, 0xb4, 0x39, 0x2f, 0xc5, 0xd1, + 0x4b, 0xa8, 0x87, 0x34, 0x8a, 0x5d, 0x3e, 0x4f, 0x58, 0xfe, 0x13, 0x12, 0x56, 0x4b, 0x7c, 0x67, + 0x19, 0xfb, 0x0c, 0x4a, 0x62, 0x3a, 0xc8, 0x66, 0x91, 0x57, 0x0e, 0xaf, 0x92, 0x80, 0x0d, 0xc8, + 0x94, 0xea, 0x7f, 0x55, 0xa0, 0xb2, 0xe0, 0x2f, 0x92, 0x9b, 0xa4, 0xc1, 0x26, 0xa1, 0x38, 0x66, + 0x5e, 0x4c, 0xe0, 0x04, 0x31, 0xc2, 0x09, 0xfa, 0x95, 0xe8, 0x52, 0x69, 0x16, 0x11, 0xa7, 0xd7, + 0x6c, 0x59, 0x4c, 0xc7, 0x06, 0x1e, 0x99, 0xd8, 0x16, 0xd9, 0xc0, 0xa9, 0xe2, 0x41, 0xec, 0x39, + 0xa2, 0x3f, 0xc7, 0xf4, 0x82, 0x88, 0x83, 0x25, 0x13, 0x5c, 0x4e, 0x0e, 0x5c, 0x4d, 0xc1, 0x64, + 0x80, 0x3f, 0x83, 0x12, 0xf5, 0x1c, 0x7f, 0x2c, 0x8e, 0x9d, 0xc4, 0x3b, 0x5f, 0xeb, 0xaf, 0x14, 0xa8, 0x65, 0xaa, 0x37, 0x0f, 0x39, 0x19, 0x6c, 0xe9, 0xa3, 0x21, 0x11, 0x39, 0xa2, 0x36, 0xa0, - 0xb0, 0xf8, 0x56, 0x24, 0x0b, 0xf4, 0xab, 0x99, 0xd3, 0x7c, 0x7c, 0x3d, 0x7a, 0x0e, 0xeb, 0xec, - 0xd8, 0x4c, 0x45, 0xc5, 0xdd, 0x96, 0x8f, 0xec, 0x62, 0xbf, 0xa3, 0xe7, 0xe2, 0x5c, 0x9c, 0x86, - 0x53, 0xe6, 0xb1, 0x88, 0x33, 0x27, 0xbd, 0xab, 0x59, 0x50, 0xc4, 0xe2, 0xfa, 0x0e, 0x71, 0x65, - 0x2c, 0x25, 0x9c, 0x2c, 0x90, 0x0e, 0xd5, 0x28, 0x3e, 0x8f, 0x9c, 0x90, 0x05, 0xa2, 0x07, 0x64, - 0x34, 0x25, 0x9c, 0xc1, 0x44, 0x4a, 0x22, 0x4e, 0x38, 0xbd, 0x88, 0x5d, 0x99, 0x92, 0x1a, 0x9e, - 0xaf, 0x51, 0x0b, 0x2a, 0x97, 0xc4, 0x9b, 0x30, 0x6f, 0x22, 0xfe, 0x4b, 0x6b, 0x14, 0xa4, 0x3b, - 0xa4, 0x90, 0x11, 0xb0, 0x1d, 0x1d, 0xca, 0xe6, 0xef, 0x2c, 0x73, 0x30, 0xea, 0x0d, 0x07, 0xe2, - 0x31, 0x1a, 0x0c, 0x07, 0x66, 0xf2, 0x18, 0x19, 0xb8, 0xf3, 0x75, 0xef, 0xd4, 0xd4, 0x94, 0x9d, - 0x3f, 0x2b, 0x50, 0x5d, 0xec, 0x5d, 0x54, 0x85, 0x52, 0xb7, 0x37, 0x32, 0xda, 0x7d, 0xb3, 0xab, - 0xad, 0x20, 0x0d, 0xaa, 0x87, 0xa6, 0x65, 0xb7, 0xfb, 0xc3, 0xce, 0xab, 0xc1, 0xc9, 0x91, 0xa6, - 0xa0, 0x0d, 0xd0, 0xe6, 0x88, 0xdd, 0x3e, 0xb3, 0x05, 0x9a, 0x43, 0xcf, 0xe0, 0xe9, 0xc8, 0xb4, - 0xec, 0xbe, 0x61, 0x99, 0x23, 0xcb, 0xee, 0x0d, 0xec, 0x23, 0xd3, 0x32, 0xba, 0x86, 0x65, 0x68, - 0x79, 0xf4, 0x14, 0x50, 0xd6, 0xd6, 0x1e, 0x76, 0xcf, 0x34, 0x55, 0x68, 0x9f, 0x9a, 0xb8, 0x77, - 0xd0, 0xeb, 0x18, 0x62, 0x77, 0xad, 0x20, 0x98, 0x42, 0xdb, 0x34, 0x70, 0xbf, 0x27, 0xb8, 0x72, - 0x13, 0xad, 0xb8, 0xf3, 0x47, 0x05, 0x2a, 0x0b, 0x15, 0x11, 0x33, 0x74, 0x30, 0xb4, 0x13, 0x24, - 0x09, 0x32, 0x09, 0x27, 0xd9, 0x42, 0x53, 0x10, 0x82, 0x7a, 0x82, 0xcc, 0xa4, 0xb4, 0x1c, 0x02, - 0x28, 0x62, 0x73, 0x74, 0xd2, 0xb7, 0xb4, 0x3c, 0x5a, 0x87, 0xda, 0x3c, 0x33, 0xb6, 0x81, 0x0f, - 0x35, 0x55, 0xcc, 0xe9, 0x5e, 0xd7, 0x1c, 0x58, 0xbd, 0x83, 0x9e, 0x89, 0xb5, 0x82, 0xa0, 0x74, - 0xcd, 0x03, 0xe3, 0xa4, 0x6f, 0xd9, 0xa7, 0x46, 0xff, 0xc4, 0xd4, 0x8a, 0x3b, 0xdf, 0xde, 0x87, + 0xb0, 0xf8, 0x56, 0x24, 0x0b, 0xf4, 0xcb, 0x99, 0xd3, 0x7c, 0x7c, 0x3d, 0x7a, 0x0e, 0xeb, 0xec, + 0xd8, 0x4c, 0x45, 0xc5, 0xdd, 0x96, 0x8f, 0xec, 0x62, 0xbf, 0xa3, 0x2f, 0xc5, 0xb9, 0x38, 0x0d, + 0xa7, 0xcc, 0x63, 0x11, 0x67, 0x4e, 0x7a, 0x57, 0xb3, 0xa0, 0x88, 0xc5, 0xf5, 0x1d, 0xe2, 0xca, + 0x58, 0x4a, 0x38, 0x59, 0x20, 0x1d, 0xaa, 0x51, 0x7c, 0x1e, 0x39, 0x21, 0x0b, 0x44, 0x0f, 0xc8, + 0x68, 0x4a, 0x38, 0x83, 0x89, 0x94, 0x44, 0x9c, 0x70, 0x7a, 0x11, 0xbb, 0x32, 0x25, 0x35, 0x3c, + 0x5f, 0xa3, 0x16, 0x54, 0x2e, 0x89, 0x37, 0x61, 0xde, 0x44, 0xfc, 0x97, 0xd6, 0x28, 0x48, 0x77, + 0x48, 0x21, 0x23, 0x60, 0x3b, 0x3a, 0x94, 0xcd, 0xdf, 0x5a, 0xe6, 0x60, 0xd4, 0x1b, 0x0e, 0xc4, + 0x63, 0x34, 0x18, 0x0e, 0xcc, 0xe4, 0x31, 0x32, 0x70, 0xe7, 0xdb, 0xde, 0xa9, 0xa9, 0x29, 0x3b, + 0x7f, 0x52, 0xa0, 0xba, 0xd8, 0xbb, 0xa8, 0x0a, 0xa5, 0x6e, 0x6f, 0x64, 0xb4, 0xfb, 0x66, 0x57, + 0x5b, 0x41, 0x1a, 0x54, 0x0f, 0x4d, 0xcb, 0x6e, 0xf7, 0x87, 0x9d, 0x97, 0x83, 0x93, 0x23, 0x4d, + 0x41, 0x1b, 0xa0, 0xcd, 0x11, 0xbb, 0x7d, 0x66, 0x0b, 0x34, 0x87, 0x9e, 0xc1, 0xd3, 0x91, 0x69, + 0xd9, 0x7d, 0xc3, 0x32, 0x47, 0x96, 0xdd, 0x1b, 0xd8, 0x47, 0xa6, 0x65, 0x74, 0x0d, 0xcb, 0xd0, + 0xf2, 0xe8, 0x29, 0xa0, 0xac, 0xad, 0x3d, 0xec, 0x9e, 0x69, 0xaa, 0xd0, 0x3e, 0x35, 0x71, 0xef, + 0xa0, 0xd7, 0x31, 0xc4, 0xee, 0x5a, 0x41, 0x30, 0x85, 0xb6, 0x69, 0xe0, 0x7e, 0x4f, 0x70, 0xe5, + 0x26, 0x5a, 0x71, 0xe7, 0x0f, 0x0a, 0x54, 0x16, 0x2a, 0x22, 0x66, 0xe8, 0x60, 0x68, 0x27, 0x48, + 0x12, 0x64, 0x12, 0x4e, 0xb2, 0x85, 0xa6, 0x20, 0x04, 0xf5, 0x04, 0x99, 0x49, 0x69, 0x39, 0x04, + 0x50, 0xc4, 0xe6, 0xe8, 0xa4, 0x6f, 0x69, 0x79, 0xb4, 0x0e, 0xb5, 0x79, 0x66, 0x6c, 0x03, 0x1f, + 0x6a, 0xaa, 0x98, 0xd3, 0xbd, 0xae, 0x39, 0xb0, 0x7a, 0x07, 0x3d, 0x13, 0x6b, 0x05, 0x41, 0xe9, + 0x9a, 0x07, 0xc6, 0x49, 0xdf, 0xb2, 0x4f, 0x8d, 0xfe, 0x89, 0xa9, 0x15, 0x77, 0x5e, 0xdd, 0x87, 0x21, 0x52, 0x86, 0xca, 0x50, 0x30, 0x8f, 0x8e, 0xad, 0xb3, 0x24, 0x04, 0x69, 0x11, 0x19, 0x11, 0x7a, 0x0a, 0x7a, 0x02, 0x6b, 0x09, 0xd2, 0x31, 0x06, 0xc3, 0x41, 0xaf, 0x63, 0xf4, 0xb5, 0x9c, 0x48, 0x5e, 0x02, 0x76, 0x7b, 0x32, 0xe3, 0x06, 0x3e, 0xd3, 0xf2, 0xa8, 0x05, 0x3f, 0x78, 0x88, 0xda, 0x43, 0x6c, 0x0f, 0x71, 0xd7, 0xc4, 0x66, 0x57, 0x53, 0x45, 0xc5, 0xd2, 0x58, 0xb4, 0x62, - 0xbb, 0xfd, 0x97, 0xbb, 0xa6, 0xf2, 0xfa, 0xae, 0xa9, 0xbc, 0xb9, 0x6b, 0x2a, 0xff, 0xbc, 0x6b, - 0x2a, 0x7f, 0x7a, 0xdb, 0x5c, 0x79, 0xf3, 0xb6, 0xb9, 0xf2, 0x8f, 0xb7, 0xcd, 0x95, 0xdf, 0x3f, - 0x9f, 0x30, 0x7e, 0x19, 0x9f, 0xef, 0x3a, 0xfe, 0x74, 0x2f, 0xf3, 0xe5, 0x73, 0x9d, 0x7c, 0xfb, - 0x88, 0xbe, 0x8f, 0xce, 0x8b, 0xf2, 0x53, 0xe6, 0xc5, 0xff, 0x03, 0x00, 0x00, 0xff, 0xff, 0x17, - 0x19, 0xc0, 0x60, 0x1d, 0x0d, 0x00, 0x00, + 0xdb, 0xfc, 0xf3, 0x5d, 0x53, 0x79, 0x7d, 0xd7, 0x54, 0xde, 0xdc, 0x35, 0x95, 0x7f, 0xdc, 0x35, + 0x95, 0x3f, 0xbe, 0x6d, 0xae, 0xbc, 0x79, 0xdb, 0x5c, 0xf9, 0xfb, 0xdb, 0xe6, 0xca, 0xef, 0xbe, + 0x9a, 0x30, 0x7e, 0x19, 0x9f, 0xef, 0x3a, 0xfe, 0x74, 0x2f, 0xf3, 0xe5, 0x73, 0xb5, 0xbf, 0x77, + 0x9d, 0x7c, 0xfe, 0x88, 0xd6, 0x8f, 0xce, 0x8b, 0xf2, 0x6b, 0xe6, 0xf9, 0xff, 0x02, 0x00, 0x00, + 0xff, 0xff, 0xbb, 0x04, 0xea, 0x8e, 0x20, 0x0d, 0x00, 0x00, } func (this *ApiCollection) Equal(that interface{}) bool { diff --git a/x/spec/types/errors.go b/x/spec/types/errors.go index 62042b8c5d..24db61f04c 100644 --- a/x/spec/types/errors.go +++ b/x/spec/types/errors.go @@ -4,7 +4,7 @@ package types import ( sdkerrors "cosmossdk.io/errors" - commontypes "github.com/lavanet/lava/utils/common/types" + commontypes "github.com/lavanet/lava/v2/utils/common/types" ) // x/spec module sentinel errors diff --git a/x/spec/types/genesis.pb.go b/x/spec/types/genesis.pb.go index 3d456687c0..4ece76e47a 100644 --- a/x/spec/types/genesis.pb.go +++ b/x/spec/types/genesis.pb.go @@ -91,7 +91,7 @@ func init() { func init() { proto.RegisterFile("lavanet/lava/spec/genesis.proto", fileDescriptor_012a82932c0e5e6a) } var fileDescriptor_012a82932c0e5e6a = []byte{ - // 244 bytes of a gzipped FileDescriptorProto + // 247 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xcf, 0x49, 0x2c, 0x4b, 0xcc, 0x4b, 0x2d, 0xd1, 0x07, 0xd1, 0xfa, 0xc5, 0x05, 0xa9, 0xc9, 0xfa, 0xe9, 0xa9, 0x79, 0xa9, 0xc5, 0x99, 0xc5, 0x7a, 0x05, 0x45, 0xf9, 0x25, 0xf9, 0x42, 0x82, 0x50, 0x05, 0x7a, 0x20, 0x5a, @@ -102,12 +102,12 @@ var fileDescriptor_012a82932c0e5e6a = []byte{ 0x88, 0x5e, 0x00, 0x58, 0x81, 0x13, 0xcb, 0x89, 0x7b, 0xf2, 0x0c, 0x41, 0x50, 0xe5, 0x42, 0x96, 0x5c, 0x1c, 0x20, 0x49, 0x9f, 0xcc, 0xe2, 0x12, 0x09, 0x26, 0x05, 0x66, 0x0d, 0x6e, 0x23, 0x71, 0x2c, 0x5a, 0x83, 0x0b, 0x52, 0x93, 0xa1, 0x1a, 0xe1, 0xca, 0x85, 0x64, 0xb8, 0x38, 0x41, 0x6c, - 0xe7, 0xfc, 0xd2, 0xbc, 0x12, 0x09, 0x66, 0x05, 0x46, 0x0d, 0x96, 0x20, 0x84, 0x80, 0x93, 0xdd, + 0xe7, 0xfc, 0xd2, 0xbc, 0x12, 0x09, 0x66, 0x05, 0x46, 0x0d, 0x96, 0x20, 0x84, 0x80, 0x93, 0xe3, 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, 0xa9, 0xa4, 0x67, 0x96, 0x64, 0x94, - 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0xa3, 0xf8, 0xb2, 0x02, 0xe2, 0xcf, 0x92, 0xca, 0x82, 0xd4, - 0xe2, 0x24, 0x36, 0xb0, 0x4f, 0x8d, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0x3b, 0xb9, 0xed, 0xea, - 0x73, 0x01, 0x00, 0x00, + 0xc3, 0x85, 0xc7, 0x72, 0x0c, 0x37, 0x1e, 0xcb, 0x31, 0x44, 0xa9, 0xa7, 0x67, 0x96, 0x64, 0x94, + 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0xa3, 0xf8, 0xb2, 0xcc, 0x48, 0xbf, 0x02, 0xe2, 0xd5, 0x92, + 0xca, 0x82, 0xd4, 0xe2, 0x24, 0x36, 0xb0, 0x67, 0x8d, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0x25, + 0x76, 0xf8, 0xbd, 0x76, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/spec/types/genesis_test.go b/x/spec/types/genesis_test.go index bda15996ed..9c97da8dee 100644 --- a/x/spec/types/genesis_test.go +++ b/x/spec/types/genesis_test.go @@ -3,7 +3,7 @@ package types_test import ( "testing" - "github.com/lavanet/lava/x/spec/types" + "github.com/lavanet/lava/v2/x/spec/types" "github.com/stretchr/testify/require" ) diff --git a/x/spec/types/params.pb.go b/x/spec/types/params.pb.go index 7f9f4e25a7..245ca13658 100644 --- a/x/spec/types/params.pb.go +++ b/x/spec/types/params.pb.go @@ -82,7 +82,7 @@ func init() { func init() { proto.RegisterFile("lavanet/lava/spec/params.proto", fileDescriptor_ad2f67d2fb6b4afa) } var fileDescriptor_ad2f67d2fb6b4afa = []byte{ - // 257 bytes of a gzipped FileDescriptorProto + // 260 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xcb, 0x49, 0x2c, 0x4b, 0xcc, 0x4b, 0x2d, 0xd1, 0x07, 0xd1, 0xfa, 0xc5, 0x05, 0xa9, 0xc9, 0xfa, 0x05, 0x89, 0x45, 0x89, 0xb9, 0xc5, 0x7a, 0x05, 0x45, 0xf9, 0x25, 0xf9, 0x42, 0x82, 0x50, 0x79, 0x3d, 0x10, 0xad, 0x07, @@ -94,12 +94,12 @@ var fileDescriptor_ad2f67d2fb6b4afa = []byte{ 0xc9, 0x2c, 0x2e, 0x49, 0x4d, 0x89, 0x4f, 0xad, 0x28, 0x48, 0x4d, 0xc9, 0x04, 0xb1, 0x72, 0x8b, 0xd3, 0x8b, 0x25, 0x98, 0x15, 0x98, 0x35, 0x38, 0x9d, 0x54, 0x3f, 0xdd, 0x93, 0x57, 0x84, 0x18, 0x84, 0x5b, 0xad, 0x52, 0x90, 0x04, 0x92, 0xa4, 0x2b, 0x4c, 0xce, 0xb7, 0x38, 0xbd, 0xd8, 0x8a, - 0x65, 0xc6, 0x02, 0x79, 0x06, 0x2f, 0x16, 0x0e, 0x46, 0x01, 0x26, 0x27, 0xbb, 0x13, 0x8f, 0xe4, + 0x65, 0xc6, 0x02, 0x79, 0x06, 0x2f, 0x16, 0x0e, 0x46, 0x01, 0x26, 0x27, 0xc7, 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, 0x52, 0x49, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, 0xd2, 0x4b, - 0xce, 0xcf, 0xd5, 0x47, 0x09, 0x9d, 0x0a, 0x48, 0xf8, 0x94, 0x54, 0x16, 0xa4, 0x16, 0x27, 0xb1, - 0x81, 0xbd, 0x6d, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0x51, 0xf7, 0x70, 0x6e, 0x41, 0x01, 0x00, - 0x00, + 0xe5, 0x18, 0x6e, 0x3c, 0x96, 0x63, 0x88, 0x52, 0x4f, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, 0xd2, 0x4b, + 0xce, 0xcf, 0xd5, 0x47, 0x09, 0x9d, 0x32, 0x23, 0xfd, 0x0a, 0x48, 0x10, 0x95, 0x54, 0x16, 0xa4, + 0x16, 0x27, 0xb1, 0x81, 0x7d, 0x6e, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0x25, 0xb5, 0xfc, 0x18, + 0x44, 0x01, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/spec/types/query.pb.go b/x/spec/types/query.pb.go index 87ebb0950b..d1e73958ce 100644 --- a/x/spec/types/query.pb.go +++ b/x/spec/types/query.pb.go @@ -636,60 +636,60 @@ func init() { proto.RegisterFile("lavanet/lava/spec/query.proto", fileDescriptor var fileDescriptor_fac9d1cad3c30379 = []byte{ // 857 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x96, 0x4d, 0x4f, 0xdb, 0x48, - 0x18, 0xc7, 0xe3, 0x24, 0x24, 0x64, 0x56, 0x48, 0xbb, 0x43, 0x24, 0x12, 0x07, 0x0c, 0x98, 0xd7, - 0x45, 0x8b, 0xbd, 0xb0, 0xd2, 0xae, 0xf6, 0xb2, 0x52, 0x60, 0xb5, 0x88, 0x55, 0x85, 0xa8, 0xb9, - 0x21, 0x55, 0xd1, 0xc4, 0x0c, 0x89, 0x25, 0xc7, 0x63, 0xe2, 0x09, 0x29, 0x45, 0x5c, 0xb8, 0xf5, - 0x56, 0xb5, 0x97, 0x9e, 0xab, 0x7e, 0x18, 0x8e, 0x48, 0xbd, 0x70, 0xaa, 0x2a, 0xd2, 0x0f, 0x52, - 0xcd, 0x4b, 0x12, 0x9b, 0xd8, 0x01, 0x55, 0xbd, 0x60, 0x66, 0x9e, 0x97, 0xff, 0x6f, 0xfe, 0x33, - 0x3c, 0x02, 0xcc, 0xb9, 0xe8, 0x1c, 0x79, 0x98, 0x9a, 0xec, 0x6b, 0x06, 0x3e, 0xb6, 0xcd, 0xb3, - 0x0e, 0x6e, 0x5f, 0x18, 0x7e, 0x9b, 0x50, 0x02, 0x7f, 0x91, 0x61, 0x83, 0x7d, 0x0d, 0x16, 0x56, - 0x8b, 0x0d, 0xd2, 0x20, 0x3c, 0x6a, 0xb2, 0xdf, 0x44, 0xa2, 0x3a, 0xdb, 0x20, 0xa4, 0xe1, 0x62, - 0x13, 0xf9, 0x8e, 0x89, 0x3c, 0x8f, 0x50, 0x44, 0x1d, 0xe2, 0x05, 0x32, 0xba, 0x61, 0x93, 0xa0, - 0x45, 0x02, 0xb3, 0x8e, 0x02, 0x2c, 0xfa, 0x9b, 0xe7, 0x5b, 0x75, 0x4c, 0xd1, 0x96, 0xe9, 0xa3, - 0x86, 0xe3, 0xf1, 0x64, 0x99, 0xab, 0x8d, 0x12, 0xf9, 0xa8, 0x8d, 0x5a, 0xfd, 0x5e, 0xb3, 0xa3, - 0x71, 0xf6, 0x43, 0x44, 0xf5, 0x22, 0x80, 0xcf, 0x59, 0xff, 0x43, 0x5e, 0x62, 0xe1, 0xb3, 0x0e, - 0x0e, 0xa8, 0x7e, 0x00, 0xa6, 0x23, 0xbb, 0x81, 0x4f, 0xbc, 0x00, 0xc3, 0xbf, 0x40, 0x4e, 0xb4, - 0x2e, 0x29, 0x0b, 0xca, 0xfa, 0x4f, 0xdb, 0x65, 0x63, 0xe4, 0xb8, 0x86, 0x28, 0xd9, 0xc9, 0xde, - 0x7c, 0x9e, 0x4f, 0x59, 0x32, 0x5d, 0x37, 0x65, 0xbf, 0x3d, 0x4c, 0x8f, 0x7c, 0x6c, 0x4b, 0x19, - 0x58, 0x02, 0xf9, 0xdd, 0x26, 0x72, 0xbc, 0xfd, 0x7f, 0x79, 0xc3, 0x82, 0xd5, 0x5f, 0xea, 0xfb, - 0xa0, 0x18, 0x2d, 0x90, 0x04, 0x5b, 0x20, 0xcb, 0xd6, 0x52, 0x7f, 0x26, 0x46, 0x9f, 0x85, 0xa5, - 0x3a, 0x4f, 0xd5, 0x5f, 0x48, 0xed, 0xaa, 0xeb, 0x86, 0xb5, 0xff, 0x03, 0x60, 0x68, 0xa5, 0xec, - 0xb7, 0x6a, 0x08, 0xdf, 0x0d, 0xe6, 0xbb, 0x21, 0xee, 0x55, 0xfa, 0x6e, 0x1c, 0xa2, 0x06, 0x96, - 0xb5, 0x56, 0xa8, 0x52, 0x7f, 0xab, 0x48, 0xd4, 0x41, 0xff, 0x11, 0xd4, 0xcc, 0x13, 0x51, 0xe1, - 0x5e, 0x84, 0x29, 0xcd, 0x99, 0xd6, 0x1e, 0x65, 0x12, 0x7a, 0x11, 0xa8, 0x0a, 0x28, 0x73, 0xa6, - 0xa3, 0x26, 0xe9, 0x56, 0x5d, 0x97, 0xbb, 0x3a, 0xb8, 0x5c, 0x0a, 0xd4, 0xb8, 0xa0, 0xc4, 0x3e, - 0x04, 0x53, 0x36, 0xbf, 0x04, 0xef, 0x94, 0x3c, 0x73, 0x02, 0x5a, 0x4a, 0x73, 0xfe, 0x8d, 0x38, - 0xfe, 0x70, 0x03, 0x96, 0x7f, 0x44, 0xdb, 0x1d, 0x9b, 0x5a, 0xd1, 0x06, 0xff, 0x67, 0x27, 0x95, - 0x9f, 0xd3, 0xfa, 0x07, 0x05, 0xcc, 0x24, 0x14, 0xc0, 0x59, 0x50, 0xe0, 0x25, 0x07, 0xa8, 0x85, - 0xe5, 0x4b, 0x18, 0x6e, 0xb0, 0x57, 0x62, 0xcb, 0x57, 0x92, 0x16, 0xaf, 0x44, 0x2e, 0xe1, 0x36, - 0x28, 0x62, 0x0f, 0xd5, 0x5d, 0x7c, 0x52, 0xf5, 0x9d, 0x7d, 0x8f, 0xe2, 0xf6, 0x29, 0xb2, 0x71, - 0x50, 0xca, 0x2c, 0x64, 0xd6, 0x0b, 0x56, 0x6c, 0x0c, 0x56, 0x40, 0x01, 0xf9, 0x4e, 0xcd, 0x26, - 0x1d, 0x8f, 0x96, 0xb2, 0x0b, 0xca, 0x7a, 0xd6, 0x9a, 0x44, 0xbe, 0xb3, 0xcb, 0xd6, 0xfa, 0xdf, - 0x21, 0xdf, 0x76, 0xfb, 0x87, 0xe8, 0xbf, 0x98, 0xb1, 0x94, 0xba, 0x0d, 0xf2, 0x55, 0xdf, 0x61, - 0x07, 0x66, 0x89, 0x4e, 0x5f, 0x90, 0x4b, 0x14, 0xac, 0xe1, 0x06, 0x5c, 0x06, 0x53, 0x41, 0xc7, - 0xf7, 0x49, 0x9b, 0x72, 0xb4, 0xa0, 0x34, 0xc1, 0x69, 0xa3, 0x9b, 0xb0, 0x08, 0x26, 0xd0, 0xc9, - 0x09, 0xf1, 0x4a, 0x39, 0x5e, 0x2f, 0x16, 0x7a, 0x4f, 0x09, 0xdd, 0x5d, 0x08, 0x50, 0xde, 0x5d, - 0xc8, 0x29, 0x25, 0xea, 0x94, 0x06, 0x80, 0x33, 0xf4, 0x27, 0xcd, 0x15, 0x43, 0x3b, 0xf0, 0x18, - 0xa8, 0x11, 0xfd, 0x81, 0x61, 0xfc, 0x09, 0x64, 0xf8, 0x13, 0x50, 0x63, 0x9e, 0x80, 0x3c, 0xb2, - 0x35, 0xa6, 0x1a, 0x9a, 0x60, 0x9a, 0xf8, 0xec, 0x59, 0x22, 0xb7, 0x16, 0x82, 0xc8, 0x72, 0x08, - 0xd8, 0x0f, 0x0d, 0xaf, 0x68, 0xfb, 0x2e, 0x0f, 0x26, 0xf8, 0x29, 0xe1, 0x2b, 0x90, 0x13, 0xf3, - 0x04, 0xae, 0xc4, 0x88, 0x8f, 0x0e, 0x2e, 0x75, 0xf5, 0xb1, 0x34, 0xe1, 0x94, 0xbe, 0x78, 0xfd, - 0xe9, 0xeb, 0xbb, 0x74, 0x05, 0x96, 0xcd, 0xa4, 0xe9, 0x09, 0xaf, 0x15, 0xf1, 0x07, 0x0c, 0x13, - 0x7b, 0x46, 0xa7, 0x99, 0xba, 0xf6, 0x68, 0x9e, 0x14, 0xff, 0x95, 0x8b, 0x2f, 0xc1, 0x45, 0x33, - 0x7e, 0x34, 0x9b, 0x97, 0x72, 0x0c, 0x5e, 0xc1, 0x4b, 0x90, 0x67, 0xa5, 0x55, 0xd7, 0x4d, 0xc6, - 0x88, 0x0e, 0xb6, 0x64, 0x8c, 0x07, 0x03, 0x4a, 0x9f, 0xe7, 0x18, 0x65, 0x38, 0x93, 0x80, 0x01, - 0x5f, 0x2b, 0x42, 0xdd, 0x42, 0xdd, 0x1f, 0x6f, 0xc2, 0x26, 0x57, 0x5f, 0x83, 0x2b, 0x09, 0xea, - 0xb5, 0x36, 0xea, 0x86, 0x8c, 0xb8, 0x56, 0x00, 0x90, 0x4e, 0x8c, 0xc5, 0xf9, 0x5e, 0x33, 0x96, - 0x38, 0xce, 0x1c, 0xac, 0x8c, 0xc1, 0x81, 0xef, 0x15, 0x30, 0x15, 0x99, 0x61, 0xf0, 0xb7, 0xa4, - 0xfe, 0x71, 0x93, 0x57, 0xdd, 0x7c, 0x62, 0xb6, 0x64, 0xda, 0xe0, 0x4c, 0xcb, 0x50, 0x8f, 0x63, - 0x6a, 0x92, 0x6e, 0x0d, 0xb9, 0x6e, 0xcd, 0x16, 0x20, 0x1f, 0x25, 0xda, 0x60, 0x28, 0x8c, 0x47, - 0x7b, 0x38, 0xdc, 0xc6, 0xa3, 0x8d, 0x4c, 0x1a, 0xfd, 0x4f, 0x8e, 0xf6, 0x3b, 0x34, 0x92, 0xd0, - 0x38, 0x56, 0xcd, 0xf1, 0x4e, 0x89, 0x79, 0x39, 0x18, 0x92, 0x57, 0x3b, 0xff, 0xdc, 0xdc, 0x6b, - 0xca, 0xed, 0xbd, 0xa6, 0x7c, 0xb9, 0xd7, 0x94, 0x37, 0x3d, 0x2d, 0x75, 0xdb, 0xd3, 0x52, 0x77, - 0x3d, 0x2d, 0x75, 0xbc, 0xdc, 0x70, 0x68, 0xb3, 0x53, 0x37, 0x6c, 0xd2, 0x8a, 0xf6, 0x7c, 0x29, - 0xba, 0xd2, 0x0b, 0x1f, 0x07, 0xf5, 0x1c, 0xff, 0xaf, 0xe5, 0x8f, 0x6f, 0x01, 0x00, 0x00, 0xff, - 0xff, 0x5d, 0x85, 0xca, 0x90, 0x87, 0x09, 0x00, 0x00, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x96, 0x4d, 0x4f, 0x3b, 0x45, + 0x1c, 0xc7, 0xbb, 0x6d, 0x69, 0xff, 0x1d, 0x43, 0xa2, 0xf3, 0x6f, 0x42, 0xbb, 0x85, 0x05, 0x96, + 0x87, 0x22, 0x91, 0x1d, 0xa9, 0x89, 0xc6, 0x63, 0xc1, 0x48, 0x30, 0x86, 0xe0, 0x72, 0x23, 0x31, + 0xcd, 0x74, 0x19, 0xda, 0x4d, 0xb6, 0x3b, 0x4b, 0x77, 0x4a, 0x45, 0xc2, 0x85, 0x9b, 0x37, 0xa3, + 0x17, 0xcf, 0xc6, 0x17, 0xc3, 0x91, 0xc4, 0x0b, 0x27, 0x63, 0xa8, 0x2f, 0xc4, 0xcc, 0x43, 0xdb, + 0x5d, 0xba, 0x5b, 0x88, 0xf1, 0xc2, 0x32, 0xf3, 0x7b, 0xf8, 0x7e, 0xe6, 0x3b, 0xc3, 0x2f, 0x80, + 0x15, 0x0f, 0x5f, 0x63, 0x9f, 0x30, 0xc4, 0xbf, 0x28, 0x0c, 0x88, 0x83, 0xae, 0x06, 0xa4, 0x7f, + 0x63, 0x05, 0x7d, 0xca, 0x28, 0xfc, 0x48, 0x85, 0x2d, 0xfe, 0xb5, 0x78, 0x58, 0x2f, 0x77, 0x68, + 0x87, 0x8a, 0x28, 0xe2, 0xbf, 0xc9, 0x44, 0x7d, 0xb9, 0x43, 0x69, 0xc7, 0x23, 0x08, 0x07, 0x2e, + 0xc2, 0xbe, 0x4f, 0x19, 0x66, 0x2e, 0xf5, 0x43, 0x15, 0xdd, 0x75, 0x68, 0xd8, 0xa3, 0x21, 0x6a, + 0xe3, 0x90, 0xc8, 0xfe, 0xe8, 0x7a, 0xbf, 0x4d, 0x18, 0xde, 0x47, 0x01, 0xee, 0xb8, 0xbe, 0x48, + 0x56, 0xb9, 0xc6, 0x2c, 0x51, 0x80, 0xfb, 0xb8, 0x37, 0xee, 0xb5, 0x3c, 0x1b, 0xe7, 0x3f, 0x64, + 0xd4, 0x2c, 0x03, 0xf8, 0x1d, 0xef, 0x7f, 0x2a, 0x4a, 0x6c, 0x72, 0x35, 0x20, 0x21, 0x33, 0x4f, + 0xc0, 0xfb, 0xd8, 0x6e, 0x18, 0x50, 0x3f, 0x24, 0xf0, 0x0b, 0x50, 0x90, 0xad, 0x2b, 0xda, 0x9a, + 0xb6, 0xf3, 0x41, 0xa3, 0x6a, 0xcd, 0x1c, 0xd7, 0x92, 0x25, 0x07, 0xf9, 0x87, 0xbf, 0x56, 0x33, + 0xb6, 0x4a, 0x37, 0x91, 0xea, 0x77, 0x44, 0xd8, 0x59, 0x40, 0x1c, 0x25, 0x03, 0x2b, 0xa0, 0x78, + 0xd8, 0xc5, 0xae, 0x7f, 0xfc, 0x95, 0x68, 0x58, 0xb2, 0xc7, 0x4b, 0xf3, 0x18, 0x94, 0xe3, 0x05, + 0x8a, 0x60, 0x1f, 0xe4, 0xf9, 0x5a, 0xe9, 0x2f, 0x25, 0xe8, 0xf3, 0xb0, 0x52, 0x17, 0xa9, 0xe6, + 0xf7, 0x4a, 0xbb, 0xe9, 0x79, 0x51, 0xed, 0xaf, 0x01, 0x98, 0x5a, 0xa9, 0xfa, 0x6d, 0x5b, 0xd2, + 0x77, 0x8b, 0xfb, 0x6e, 0xc9, 0x7b, 0x55, 0xbe, 0x5b, 0xa7, 0xb8, 0x43, 0x54, 0xad, 0x1d, 0xa9, + 0x34, 0x7f, 0xd1, 0x14, 0xea, 0xa4, 0xff, 0x0c, 0x6a, 0xee, 0x8d, 0xa8, 0xf0, 0x28, 0xc6, 0x94, + 0x15, 0x4c, 0xf5, 0x57, 0x99, 0xa4, 0x5e, 0x0c, 0xaa, 0x06, 0xaa, 0x82, 0xe9, 0xac, 0x4b, 0x87, + 0x4d, 0xcf, 0x13, 0xae, 0x4e, 0x2e, 0x97, 0x01, 0x3d, 0x29, 0xa8, 0xb0, 0x4f, 0xc1, 0xa2, 0x23, + 0x2e, 0xc1, 0xbf, 0xa4, 0xdf, 0xba, 0x21, 0xab, 0x64, 0x05, 0xff, 0x6e, 0x12, 0x7f, 0xb4, 0x01, + 0xcf, 0x3f, 0x63, 0xfd, 0x81, 0xc3, 0xec, 0x78, 0x83, 0x6f, 0xf2, 0xef, 0xb4, 0x0f, 0xb3, 0xe6, + 0xef, 0x1a, 0x58, 0x4a, 0x29, 0x80, 0xcb, 0xa0, 0x24, 0x4a, 0x4e, 0x70, 0x8f, 0xa8, 0x97, 0x30, + 0xdd, 0xe0, 0xaf, 0xc4, 0x51, 0xaf, 0x24, 0x2b, 0x5f, 0x89, 0x5a, 0xc2, 0x06, 0x28, 0x13, 0x1f, + 0xb7, 0x3d, 0x72, 0xd1, 0x0c, 0xdc, 0x63, 0x9f, 0x91, 0xfe, 0x25, 0x76, 0x48, 0x58, 0xc9, 0xad, + 0xe5, 0x76, 0x4a, 0x76, 0x62, 0x0c, 0xd6, 0x40, 0x09, 0x07, 0x6e, 0xcb, 0xa1, 0x03, 0x9f, 0x55, + 0xf2, 0x6b, 0xda, 0x4e, 0xde, 0x7e, 0x87, 0x03, 0xf7, 0x90, 0xaf, 0xcd, 0x2f, 0x23, 0xbe, 0x1d, + 0x8e, 0x0f, 0x31, 0x7e, 0x31, 0x73, 0x29, 0x4d, 0x07, 0x14, 0x9b, 0x81, 0xcb, 0x0f, 0xcc, 0x13, + 0xdd, 0xb1, 0xa0, 0x90, 0x28, 0xd9, 0xd3, 0x0d, 0xb8, 0x09, 0x16, 0xc3, 0x41, 0x10, 0xd0, 0x3e, + 0x13, 0x68, 0x61, 0x65, 0x41, 0xd0, 0xc6, 0x37, 0x61, 0x19, 0x2c, 0xe0, 0x8b, 0x0b, 0xea, 0x57, + 0x0a, 0xa2, 0x5e, 0x2e, 0xcc, 0x91, 0x16, 0xb9, 0xbb, 0x08, 0xa0, 0xba, 0xbb, 0x88, 0x53, 0x5a, + 0xdc, 0x29, 0x03, 0x00, 0x77, 0xea, 0x4f, 0x56, 0x28, 0x46, 0x76, 0xe0, 0x39, 0xd0, 0x63, 0xfa, + 0x13, 0xc3, 0xc4, 0x13, 0xc8, 0x89, 0x27, 0xa0, 0x27, 0x3c, 0x01, 0x75, 0x64, 0x7b, 0x4e, 0x35, + 0x44, 0xe0, 0x3d, 0x0d, 0xf8, 0xb3, 0xc4, 0x5e, 0x2b, 0x02, 0x91, 0x17, 0x10, 0x70, 0x1c, 0x9a, + 0x5e, 0x51, 0xe3, 0xa9, 0x08, 0x16, 0xc4, 0x29, 0xe1, 0x8f, 0xa0, 0x20, 0xe7, 0x09, 0xdc, 0x4a, + 0x10, 0x9f, 0x1d, 0x5c, 0xfa, 0xf6, 0x6b, 0x69, 0xd2, 0x29, 0x73, 0xfd, 0xfe, 0xcf, 0x7f, 0x7e, + 0xcd, 0xd6, 0x60, 0x15, 0xa5, 0x4d, 0x4f, 0x78, 0xaf, 0xc9, 0x3f, 0x60, 0x98, 0xda, 0x33, 0x3e, + 0xcd, 0xf4, 0xfa, 0xab, 0x79, 0x4a, 0xfc, 0x63, 0x21, 0xbe, 0x01, 0xd7, 0x51, 0xf2, 0x68, 0x46, + 0xb7, 0x6a, 0x0c, 0xde, 0xc1, 0x5b, 0x50, 0xe4, 0xa5, 0x4d, 0xcf, 0x4b, 0xc7, 0x88, 0x0f, 0xb6, + 0x74, 0x8c, 0x17, 0x03, 0xca, 0x5c, 0x15, 0x18, 0x55, 0xb8, 0x94, 0x82, 0x01, 0x7f, 0xd2, 0xa4, + 0xba, 0x8d, 0x87, 0xff, 0xbf, 0x09, 0x7b, 0x42, 0xbd, 0x0e, 0xb7, 0x52, 0xd4, 0x5b, 0x7d, 0x3c, + 0x8c, 0x18, 0x71, 0xaf, 0x01, 0xa0, 0x9c, 0x98, 0x8b, 0xf3, 0x5f, 0xcd, 0xd8, 0x10, 0x38, 0x2b, + 0xb0, 0x36, 0x07, 0x07, 0xfe, 0xa6, 0x81, 0xc5, 0xd8, 0x0c, 0x83, 0x9f, 0xa4, 0xf5, 0x4f, 0x9a, + 0xbc, 0xfa, 0xde, 0x1b, 0xb3, 0x15, 0xd3, 0xae, 0x60, 0xda, 0x84, 0x66, 0x12, 0x53, 0x97, 0x0e, + 0x5b, 0xd8, 0xf3, 0x5a, 0x8e, 0x04, 0xf9, 0x43, 0xa1, 0x4d, 0x86, 0xc2, 0x7c, 0xb4, 0x97, 0xc3, + 0x6d, 0x3e, 0xda, 0xcc, 0xa4, 0x31, 0x3f, 0x17, 0x68, 0x9f, 0x42, 0x2b, 0x0d, 0x4d, 0x60, 0xb5, + 0x5c, 0xff, 0x92, 0xa2, 0xdb, 0xc9, 0x90, 0xbc, 0x3b, 0x68, 0x3e, 0x3c, 0x1b, 0xda, 0xe3, 0xb3, + 0xa1, 0xfd, 0xfd, 0x6c, 0x68, 0x3f, 0x8f, 0x8c, 0xcc, 0xe3, 0xc8, 0xc8, 0x3c, 0x8d, 0x8c, 0xcc, + 0x79, 0xbd, 0xe3, 0xb2, 0xee, 0xa0, 0x6d, 0x39, 0xb4, 0x17, 0xef, 0x79, 0xdd, 0x40, 0x3f, 0xc8, + 0xc6, 0xec, 0x26, 0x20, 0x61, 0xbb, 0x20, 0xfe, 0x71, 0xf9, 0xec, 0xdf, 0x00, 0x00, 0x00, 0xff, + 0xff, 0x59, 0x0d, 0x5b, 0x27, 0x8a, 0x09, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/spec/types/spec.go b/x/spec/types/spec.go index 65b88684e7..e0e181aaf3 100644 --- a/x/spec/types/spec.go +++ b/x/spec/types/spec.go @@ -10,8 +10,8 @@ import ( "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/lavanet/lava/utils" - commontypes "github.com/lavanet/lava/utils/common/types" + "github.com/lavanet/lava/v2/utils" + commontypes "github.com/lavanet/lava/v2/utils/common/types" ) const ( diff --git a/x/spec/types/spec.pb.go b/x/spec/types/spec.pb.go index ab47f378b6..42f4d1fa8f 100644 --- a/x/spec/types/spec.pb.go +++ b/x/spec/types/spec.pb.go @@ -231,52 +231,52 @@ func init() { func init() { proto.RegisterFile("lavanet/lava/spec/spec.proto", fileDescriptor_789140b95c48dfce) } var fileDescriptor_789140b95c48dfce = []byte{ - // 715 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x54, 0xdf, 0x6e, 0xeb, 0x34, - 0x18, 0x6f, 0x68, 0x4e, 0xdb, 0xb9, 0x9c, 0x2e, 0xc7, 0xf4, 0x4c, 0xde, 0x74, 0xc8, 0xc2, 0x84, - 0xa6, 0x80, 0x20, 0xd1, 0xb6, 0x1b, 0xee, 0xd0, 0xba, 0x51, 0xb1, 0x09, 0xc4, 0xc8, 0xc6, 0x0d, - 0x37, 0x91, 0xe3, 0x78, 0xad, 0xb5, 0xc4, 0x0e, 0xb1, 0x57, 0x56, 0x9e, 0x82, 0xc7, 0xe0, 0x51, - 0x76, 0xb9, 0xcb, 0x89, 0x8b, 0x09, 0x75, 0x2f, 0x82, 0xec, 0x24, 0x23, 0xd5, 0xb8, 0xa9, 0xf3, - 0xf9, 0xf7, 0xe7, 0xb3, 0xdd, 0x9f, 0x0d, 0x3e, 0x64, 0x78, 0x81, 0x39, 0x55, 0xa1, 0x1e, 0x43, - 0x59, 0x50, 0x62, 0x7e, 0x82, 0xa2, 0x14, 0x4a, 0xc0, 0x77, 0x35, 0x1a, 0xe8, 0x31, 0xd0, 0xc0, - 0xce, 0x78, 0x26, 0x66, 0xc2, 0xa0, 0xa1, 0xfe, 0xaa, 0x88, 0x3b, 0xfb, 0xaf, 0x6d, 0x70, 0xc1, - 0x62, 0x22, 0xb2, 0x8c, 0x12, 0xc5, 0x04, 0xaf, 0x79, 0x2e, 0x11, 0x32, 0x17, 0x32, 0x4c, 0xb0, - 0xa4, 0xe1, 0xe2, 0x20, 0xa1, 0x0a, 0x1f, 0x84, 0x44, 0xb0, 0x1a, 0xdf, 0x7b, 0xec, 0x03, 0xfb, - 0xb2, 0xa0, 0x04, 0x8e, 0xc1, 0x1b, 0xc6, 0x53, 0x7a, 0x87, 0x2c, 0xcf, 0xf2, 0x37, 0xa2, 0xaa, - 0x80, 0x10, 0xd8, 0x1c, 0xe7, 0x14, 0x7d, 0x64, 0x26, 0xcd, 0x37, 0x44, 0xa0, 0x4f, 0x39, 0x4e, - 0x32, 0x9a, 0x22, 0xdb, 0xb3, 0xfc, 0x41, 0xd4, 0x94, 0xf0, 0x08, 0xbc, 0x2f, 0x69, 0xc6, 0x70, - 0xc2, 0x32, 0xa6, 0x96, 0xb1, 0x9a, 0x97, 0x54, 0xce, 0x45, 0x96, 0xa2, 0x37, 0x9e, 0xe5, 0xbf, - 0x8d, 0xc6, 0x2d, 0xf0, 0xaa, 0xc1, 0xe0, 0x37, 0x00, 0xa5, 0x58, 0xe1, 0xb8, 0xad, 0x6c, 0xfc, - 0x7b, 0xc6, 0x7f, 0x4b, 0xe3, 0xd1, 0x7f, 0xf0, 0x77, 0x75, 0xbb, 0xef, 0xc1, 0x67, 0x49, 0x26, - 0xc8, 0x4d, 0x9c, 0x32, 0xa9, 0x30, 0x27, 0x34, 0xbe, 0x16, 0x65, 0x7c, 0xcd, 0x38, 0xce, 0xd8, - 0x1f, 0x34, 0x8d, 0xb5, 0x0c, 0xf5, 0x4d, 0xeb, 0x4f, 0x0d, 0xf1, 0xb4, 0xe6, 0x4d, 0x45, 0x39, - 0x6d, 0x58, 0xa7, 0x58, 0x61, 0xf8, 0x2d, 0xf8, 0x60, 0x08, 0x32, 0x66, 0xbc, 0x31, 0xc0, 0xfa, - 0x14, 0xe3, 0xa2, 0x14, 0xe2, 0x1a, 0x0d, 0x8c, 0xc9, 0x76, 0xc5, 0x39, 0xe3, 0xd3, 0x16, 0xe3, - 0x42, 0x13, 0xe0, 0x57, 0x00, 0xe2, 0x05, 0x2d, 0xf1, 0x8c, 0xc6, 0xd5, 0x92, 0x14, 0xcb, 0x29, - 0xda, 0xf0, 0x2c, 0xbf, 0x1b, 0x39, 0x35, 0x32, 0xd1, 0xc0, 0x15, 0xcb, 0x29, 0x3c, 0x06, 0x2e, - 0xce, 0x32, 0xf1, 0x3b, 0x4d, 0x6b, 0x76, 0x86, 0x67, 0x66, 0xed, 0xbf, 0x09, 0x19, 0xcb, 0x25, - 0x27, 0x08, 0x18, 0xe5, 0x76, 0xcd, 0x32, 0xca, 0x1f, 0xf0, 0x6c, 0x2a, 0xca, 0x9f, 0x85, 0xbc, - 0x5c, 0x72, 0xa2, 0x1b, 0x36, 0x52, 0xa9, 0xe2, 0xdb, 0x22, 0xc5, 0x8a, 0xa6, 0x68, 0xe8, 0x59, - 0xbe, 0x1d, 0x39, 0x49, 0xc5, 0x97, 0xea, 0x97, 0x6a, 0x1e, 0xfe, 0x08, 0x60, 0xce, 0x78, 0x2c, - 0x15, 0xbe, 0xa1, 0x7a, 0x4b, 0x0b, 0x96, 0xd2, 0x12, 0x7d, 0xec, 0x59, 0xfe, 0xf0, 0x70, 0x3b, - 0xa8, 0x22, 0x12, 0xe8, 0x88, 0x04, 0x75, 0x44, 0x82, 0x13, 0xc1, 0xf8, 0xc4, 0xbe, 0x7f, 0xda, - 0xed, 0x44, 0x4e, 0xce, 0xf8, 0xa5, 0x56, 0x5e, 0xd4, 0x42, 0xf8, 0x13, 0xd8, 0x6c, 0x4c, 0x64, - 0xac, 0x96, 0x05, 0x95, 0x68, 0xe4, 0x59, 0xfe, 0xe8, 0x70, 0x3f, 0x78, 0x95, 0xdf, 0x40, 0xa7, - 0x2b, 0x68, 0xa4, 0xf2, 0x4a, 0xb3, 0xa3, 0x51, 0xb1, 0x56, 0xeb, 0x48, 0xb1, 0xbc, 0x10, 0xa5, - 0x92, 0x68, 0xd3, 0xeb, 0xfa, 0x1b, 0x51, 0x53, 0xc2, 0x33, 0xb0, 0xb9, 0x9e, 0x6b, 0x89, 0x1c, - 0xaf, 0xeb, 0x0f, 0x0f, 0xbd, 0xff, 0x69, 0x75, 0x5c, 0xb0, 0x93, 0x17, 0x62, 0x34, 0xc2, 0xed, - 0x52, 0x42, 0x0f, 0x0c, 0x89, 0xe0, 0xaa, 0x64, 0xc9, 0xad, 0x12, 0x25, 0x7a, 0x67, 0x1a, 0xb5, - 0xa7, 0x20, 0x06, 0x5b, 0xad, 0x32, 0x2e, 0x68, 0x49, 0x28, 0x57, 0x78, 0x46, 0x11, 0xd4, 0xf9, - 0x9f, 0x7c, 0xf9, 0xf7, 0xd3, 0xee, 0xfe, 0x8c, 0xa9, 0xf9, 0x6d, 0x12, 0x10, 0x91, 0x87, 0xf5, - 0xdd, 0xaa, 0x86, 0xaf, 0x65, 0x7a, 0x13, 0x9a, 0xc3, 0x08, 0x4e, 0x29, 0x89, 0xde, 0xb7, 0x9c, - 0x2e, 0x5e, 0x8c, 0xe0, 0x16, 0xe8, 0xc9, 0x39, 0x2e, 0xa9, 0x44, 0x9f, 0x98, 0xff, 0xaa, 0xae, - 0xe0, 0x0e, 0x18, 0xb0, 0x94, 0x72, 0xc5, 0xd4, 0x12, 0x8d, 0xcd, 0x65, 0x7b, 0xa9, 0xf7, 0xbe, - 0x00, 0xa3, 0xf5, 0xf3, 0x83, 0x43, 0xd0, 0x4f, 0x97, 0x1c, 0xe7, 0x8c, 0x38, 0x1d, 0x08, 0x40, - 0x4f, 0x2a, 0xac, 0x18, 0x71, 0xac, 0x73, 0x7b, 0xd0, 0x75, 0xec, 0x73, 0x7b, 0xf0, 0xd6, 0x19, - 0x4d, 0x26, 0x7f, 0xad, 0x5c, 0xeb, 0x7e, 0xe5, 0x5a, 0x0f, 0x2b, 0xd7, 0xfa, 0x67, 0xe5, 0x5a, - 0x7f, 0x3e, 0xbb, 0x9d, 0x87, 0x67, 0xb7, 0xf3, 0xf8, 0xec, 0x76, 0x7e, 0xfd, 0xbc, 0xb5, 0x8f, - 0xb5, 0xb7, 0xe4, 0xae, 0x7a, 0x4d, 0xcc, 0x4e, 0x92, 0x9e, 0x79, 0x25, 0x8e, 0xfe, 0x0d, 0x00, - 0x00, 0xff, 0xff, 0x7b, 0x69, 0x42, 0xa7, 0xb6, 0x04, 0x00, 0x00, + // 719 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x54, 0xcf, 0x72, 0xe3, 0x34, + 0x18, 0x8f, 0x89, 0x37, 0x49, 0x15, 0x36, 0xf5, 0x8a, 0x6c, 0x47, 0xed, 0x2c, 0x5e, 0xb3, 0x87, + 0x62, 0x18, 0xb0, 0x67, 0xb3, 0x17, 0x6e, 0x4c, 0xd3, 0x36, 0x43, 0x3b, 0x30, 0x14, 0xb7, 0x5c, + 0xb8, 0x78, 0x64, 0x59, 0x4d, 0x34, 0xb5, 0x25, 0x63, 0xa9, 0xa1, 0xe1, 0x29, 0x78, 0x0c, 0x1e, + 0xa5, 0xc7, 0x1e, 0x3b, 0x1c, 0x3a, 0x4c, 0xfa, 0x22, 0x8c, 0x64, 0xbb, 0x38, 0xd3, 0xbd, 0x44, + 0xfe, 0xf4, 0xfb, 0xf3, 0x49, 0xca, 0x4f, 0x02, 0x6f, 0x32, 0xbc, 0xc4, 0x9c, 0xaa, 0x50, 0x8f, + 0xa1, 0x2c, 0x28, 0x31, 0x3f, 0x41, 0x51, 0x0a, 0x25, 0xe0, 0xab, 0x1a, 0x0d, 0xf4, 0x18, 0x68, + 0x60, 0x6f, 0x3c, 0x17, 0x73, 0x61, 0xd0, 0x50, 0x7f, 0x55, 0xc4, 0xbd, 0xfd, 0xe7, 0x36, 0xb8, + 0x60, 0x31, 0x11, 0x59, 0x46, 0x89, 0x62, 0x82, 0xd7, 0x3c, 0x97, 0x08, 0x99, 0x0b, 0x19, 0x26, + 0x58, 0xd2, 0x70, 0xf9, 0x3e, 0xa1, 0x0a, 0xbf, 0x0f, 0x89, 0x60, 0x35, 0xfe, 0xee, 0xbe, 0x0f, + 0xec, 0xf3, 0x82, 0x12, 0x38, 0x06, 0x2f, 0x18, 0x4f, 0xe9, 0x0d, 0xb2, 0x3c, 0xcb, 0xdf, 0x8a, + 0xaa, 0x02, 0x42, 0x60, 0x73, 0x9c, 0x53, 0xf4, 0x89, 0x99, 0x34, 0xdf, 0x10, 0x81, 0x3e, 0xe5, + 0x38, 0xc9, 0x68, 0x8a, 0x6c, 0xcf, 0xf2, 0x07, 0x51, 0x53, 0xc2, 0x0f, 0xe0, 0x75, 0x49, 0x33, + 0x86, 0x13, 0x96, 0x31, 0xb5, 0x8a, 0xd5, 0xa2, 0xa4, 0x72, 0x21, 0xb2, 0x14, 0xbd, 0xf0, 0x2c, + 0xff, 0x65, 0x34, 0x6e, 0x81, 0x17, 0x0d, 0x06, 0xbf, 0x03, 0x28, 0xc5, 0x0a, 0xc7, 0x6d, 0x65, + 0xe3, 0xdf, 0x33, 0xfe, 0x3b, 0x1a, 0x8f, 0xfe, 0x87, 0x8f, 0xeb, 0x76, 0x3f, 0x80, 0x2f, 0x92, + 0x4c, 0x90, 0xab, 0x38, 0x65, 0x52, 0x61, 0x4e, 0x68, 0x7c, 0x29, 0xca, 0xf8, 0x92, 0x71, 0x9c, + 0xb1, 0x3f, 0x69, 0x1a, 0x6b, 0x19, 0xea, 0x9b, 0xd6, 0x9f, 0x1b, 0xe2, 0x51, 0xcd, 0x9b, 0x89, + 0x72, 0xd6, 0xb0, 0x8e, 0xb0, 0xc2, 0xf0, 0x7b, 0xf0, 0xc6, 0x10, 0x64, 0xcc, 0x78, 0x63, 0x80, + 0xf5, 0x29, 0xc6, 0x45, 0x29, 0xc4, 0x25, 0x1a, 0x18, 0x93, 0xdd, 0x8a, 0x73, 0xc2, 0x67, 0x2d, + 0xc6, 0x99, 0x26, 0xc0, 0x6f, 0x00, 0xc4, 0x4b, 0x5a, 0xe2, 0x39, 0x8d, 0xab, 0x25, 0x29, 0x96, + 0x53, 0xb4, 0xe5, 0x59, 0x7e, 0x37, 0x72, 0x6a, 0x64, 0xaa, 0x81, 0x0b, 0x96, 0x53, 0x78, 0x00, + 0x5c, 0x9c, 0x65, 0xe2, 0x0f, 0x9a, 0xd6, 0xec, 0x0c, 0xcf, 0xcd, 0xda, 0x7f, 0x17, 0x32, 0x96, + 0x2b, 0x4e, 0x10, 0x30, 0xca, 0xdd, 0x9a, 0x65, 0x94, 0x3f, 0xe2, 0xf9, 0x4c, 0x94, 0xbf, 0x08, + 0x79, 0xbe, 0xe2, 0x44, 0x37, 0x6c, 0xa4, 0x52, 0xc5, 0xd7, 0x45, 0x8a, 0x15, 0x4d, 0xd1, 0xd0, + 0xb3, 0x7c, 0x3b, 0x72, 0x92, 0x8a, 0x2f, 0xd5, 0xaf, 0xd5, 0x3c, 0xfc, 0x09, 0xc0, 0x9c, 0xf1, + 0x58, 0x2a, 0x7c, 0x45, 0xf5, 0x96, 0x96, 0x2c, 0xa5, 0x25, 0xfa, 0xd4, 0xb3, 0xfc, 0xe1, 0x64, + 0x37, 0xa8, 0x22, 0x12, 0xe8, 0x88, 0x04, 0x75, 0x44, 0x82, 0x43, 0xc1, 0xf8, 0xd4, 0xbe, 0x7d, + 0x78, 0xdb, 0x89, 0x9c, 0x9c, 0xf1, 0x73, 0xad, 0x3c, 0xab, 0x85, 0xf0, 0x67, 0xb0, 0xdd, 0x98, + 0xc8, 0x58, 0xad, 0x0a, 0x2a, 0xd1, 0xc8, 0xb3, 0xfc, 0xd1, 0x64, 0x3f, 0x78, 0x96, 0xdf, 0x40, + 0xa7, 0x2b, 0x68, 0xa4, 0xf2, 0x42, 0xb3, 0xa3, 0x51, 0xb1, 0x51, 0xeb, 0x48, 0xb1, 0xbc, 0x10, + 0xa5, 0x92, 0x68, 0xdb, 0xeb, 0xfa, 0x5b, 0x51, 0x53, 0xc2, 0x13, 0xb0, 0xbd, 0x99, 0x6b, 0x89, + 0x1c, 0xaf, 0xeb, 0x0f, 0x27, 0xde, 0x47, 0x5a, 0x1d, 0x14, 0xec, 0xf0, 0x89, 0x18, 0x8d, 0x70, + 0xbb, 0x94, 0xd0, 0x03, 0x43, 0x22, 0xb8, 0x2a, 0x59, 0x72, 0xad, 0x44, 0x89, 0x5e, 0x99, 0x46, + 0xed, 0x29, 0x88, 0xc1, 0x4e, 0xab, 0x8c, 0x0b, 0x5a, 0x12, 0xca, 0x15, 0x9e, 0x53, 0x04, 0x75, + 0xfe, 0xa7, 0x5f, 0xff, 0xf3, 0xf0, 0x76, 0x7f, 0xce, 0xd4, 0xe2, 0x3a, 0x09, 0x88, 0xc8, 0xc3, + 0xfa, 0x6e, 0x55, 0xc3, 0xb7, 0x32, 0xbd, 0x0a, 0xcd, 0x61, 0x04, 0x47, 0x94, 0x44, 0xaf, 0x5b, + 0x4e, 0x67, 0x4f, 0x46, 0x70, 0x07, 0xf4, 0xe4, 0x02, 0x97, 0x54, 0xa2, 0xcf, 0xcc, 0x7f, 0x55, + 0x57, 0x70, 0x0f, 0x0c, 0x58, 0x4a, 0xb9, 0x62, 0x6a, 0x85, 0xc6, 0xe6, 0xb2, 0x3d, 0xd5, 0xef, + 0xbe, 0x02, 0xa3, 0xcd, 0xf3, 0x83, 0x43, 0xd0, 0x4f, 0x57, 0x1c, 0xe7, 0x8c, 0x38, 0x1d, 0x08, + 0x40, 0x4f, 0x2a, 0xac, 0x18, 0x71, 0xac, 0x53, 0x7b, 0xd0, 0x75, 0xec, 0x53, 0x7b, 0xf0, 0xd2, + 0x19, 0x4d, 0x8f, 0xff, 0x5e, 0xbb, 0xd6, 0xed, 0xda, 0xb5, 0xee, 0xd6, 0xae, 0xf5, 0xef, 0xda, + 0xb5, 0xfe, 0x7a, 0x74, 0x3b, 0x77, 0x8f, 0x6e, 0xe7, 0xfe, 0xd1, 0xed, 0xfc, 0xf6, 0x65, 0x6b, + 0x1f, 0x1b, 0x6f, 0xc9, 0x72, 0x12, 0xde, 0x54, 0x0f, 0x8a, 0xd9, 0x4c, 0xd2, 0x33, 0x0f, 0xc5, + 0x87, 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, 0xc2, 0xad, 0xae, 0xe3, 0xb9, 0x04, 0x00, 0x00, } func (this *Spec) Equal(that interface{}) bool { diff --git a/x/spec/types/spec_add_proposal.pb.go b/x/spec/types/spec_add_proposal.pb.go index 58ef6a2188..7d974d5ac4 100644 --- a/x/spec/types/spec_add_proposal.pb.go +++ b/x/spec/types/spec_add_proposal.pb.go @@ -70,7 +70,7 @@ func init() { } var fileDescriptor_90ccba27a5c90c8a = []byte{ - // 245 bytes of a gzipped FileDescriptorProto + // 248 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0xcc, 0x49, 0x2c, 0x4b, 0xcc, 0x4b, 0x2d, 0xd1, 0x07, 0xd1, 0xfa, 0xc5, 0x05, 0xa9, 0xc9, 0x60, 0x22, 0x3e, 0x31, 0x25, 0x25, 0xbe, 0xa0, 0x28, 0xbf, 0x20, 0xbf, 0x38, 0x31, 0x47, 0xaf, 0xa0, 0x28, 0xbf, 0x24, 0x5f, @@ -81,12 +81,12 @@ var fileDescriptor_90ccba27a5c90c8a = []byte{ 0xdc, 0x29, 0xa9, 0xc5, 0xc9, 0x45, 0x99, 0x05, 0x25, 0x99, 0xf9, 0x79, 0x12, 0x4c, 0x60, 0x39, 0x64, 0x21, 0x21, 0x63, 0x2e, 0x56, 0x90, 0xc9, 0xc5, 0x12, 0xcc, 0x0a, 0xcc, 0x1a, 0xdc, 0x46, 0xe2, 0x7a, 0x18, 0x4e, 0xd4, 0x03, 0x59, 0xe5, 0xc4, 0x72, 0xe2, 0x9e, 0x3c, 0x43, 0x10, 0x44, - 0xad, 0x15, 0x47, 0xc7, 0x02, 0x79, 0x86, 0x19, 0x0b, 0xe4, 0x19, 0x9c, 0x9c, 0x56, 0x3c, 0x92, + 0xad, 0x15, 0x47, 0xc7, 0x02, 0x79, 0x86, 0x19, 0x0b, 0xe4, 0x19, 0x9c, 0x5c, 0x57, 0x3c, 0x92, 0x63, 0x3c, 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, 0x95, 0xf4, 0xcc, 0x92, - 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0x7d, 0x14, 0x1f, 0x55, 0x40, 0xfc, 0x54, 0x52, 0x59, - 0x90, 0x5a, 0x9c, 0xc4, 0x06, 0xf6, 0x95, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0xab, 0xcf, 0x87, - 0x10, 0x49, 0x01, 0x00, 0x00, + 0x96, 0x63, 0xb8, 0xf0, 0x58, 0x8e, 0xe1, 0xc6, 0x63, 0x39, 0x86, 0x28, 0xf5, 0xf4, 0xcc, 0x92, + 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0x7d, 0x14, 0x1f, 0x95, 0x19, 0xe9, 0x57, 0x40, 0xbc, + 0x55, 0x52, 0x59, 0x90, 0x5a, 0x9c, 0xc4, 0x06, 0xf6, 0x98, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, + 0x15, 0xb5, 0x74, 0x7d, 0x4c, 0x01, 0x00, 0x00, } func (this *SpecAddProposal) Equal(that interface{}) bool { diff --git a/x/spec/types/tx.pb.go b/x/spec/types/tx.pb.go index c3c53b4dce..e3b43907f4 100644 --- a/x/spec/types/tx.pb.go +++ b/x/spec/types/tx.pb.go @@ -26,15 +26,15 @@ const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package func init() { proto.RegisterFile("lavanet/lava/spec/tx.proto", fileDescriptor_c6aee532b425dbb5) } var fileDescriptor_c6aee532b425dbb5 = []byte{ - // 121 bytes of a gzipped FileDescriptorProto + // 124 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xca, 0x49, 0x2c, 0x4b, 0xcc, 0x4b, 0x2d, 0xd1, 0x07, 0xd1, 0xfa, 0xc5, 0x05, 0xa9, 0xc9, 0xfa, 0x25, 0x15, 0x7a, 0x05, 0x45, 0xf9, 0x25, 0xf9, 0x42, 0x82, 0x50, 0x39, 0x3d, 0x10, 0xad, 0x07, 0x92, 0x33, 0x62, 0xe5, - 0x62, 0xf6, 0x2d, 0x4e, 0x77, 0xb2, 0x3b, 0xf1, 0x48, 0x8e, 0xf1, 0xc2, 0x23, 0x39, 0xc6, 0x07, + 0x62, 0xf6, 0x2d, 0x4e, 0x77, 0x72, 0x3c, 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, 0x95, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0x7d, 0x14, 0xa3, 0x2b, - 0xa0, 0x86, 0x57, 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0x2d, 0x30, 0x06, 0x04, 0x00, 0x00, 0xff, - 0xff, 0x5c, 0x25, 0x52, 0x32, 0x7e, 0x00, 0x00, 0x00, + 0x28, 0xf5, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0x7d, 0x14, 0xa3, 0xcb, + 0x8c, 0xf4, 0x2b, 0xa0, 0xe6, 0x57, 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0xed, 0x30, 0x06, 0x04, + 0x00, 0x00, 0xff, 0xff, 0x53, 0xc0, 0x4a, 0x76, 0x81, 0x00, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/subscription/client/cli/query.go b/x/subscription/client/cli/query.go index fa4901a9b1..bcfab9113c 100644 --- a/x/subscription/client/cli/query.go +++ b/x/subscription/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/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/x/subscription/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/subscription/client/cli/query_current.go b/x/subscription/client/cli/query_current.go index 3bf3c9a124..6a7b4f16ad 100644 --- a/x/subscription/client/cli/query_current.go +++ b/x/subscription/client/cli/query_current.go @@ -3,8 +3,8 @@ package cli import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/subscription/types" "github.com/spf13/cobra" ) diff --git a/x/subscription/client/cli/query_list.go b/x/subscription/client/cli/query_list.go index 6311b55f74..96e045e663 100644 --- a/x/subscription/client/cli/query_list.go +++ b/x/subscription/client/cli/query_list.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/x/subscription/types" "github.com/spf13/cobra" ) diff --git a/x/subscription/client/cli/query_list_projects.go b/x/subscription/client/cli/query_list_projects.go index 9f8b33101d..d878f7de24 100644 --- a/x/subscription/client/cli/query_list_projects.go +++ b/x/subscription/client/cli/query_list_projects.go @@ -5,8 +5,8 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/subscription/types" "github.com/spf13/cobra" ) diff --git a/x/subscription/client/cli/query_next_to_month_expiry.go b/x/subscription/client/cli/query_next_to_month_expiry.go index 50a0143b30..2601370450 100644 --- a/x/subscription/client/cli/query_next_to_month_expiry.go +++ b/x/subscription/client/cli/query_next_to_month_expiry.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/x/subscription/types" "github.com/spf13/cobra" ) diff --git a/x/subscription/client/cli/query_params.go b/x/subscription/client/cli/query_params.go index e7b32a244d..6925e2d992 100644 --- a/x/subscription/client/cli/query_params.go +++ b/x/subscription/client/cli/query_params.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/x/subscription/types" "github.com/spf13/cobra" ) diff --git a/x/subscription/client/cli/tx.go b/x/subscription/client/cli/tx.go index 1d132804fd..d233b07f47 100644 --- a/x/subscription/client/cli/tx.go +++ b/x/subscription/client/cli/tx.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" // "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/x/subscription/types" ) var DefaultRelativePacketTimeoutTimestamp = uint64((time.Duration(10) * time.Minute).Nanoseconds()) diff --git a/x/subscription/client/cli/tx_add_project.go b/x/subscription/client/cli/tx_add_project.go index 10e14f6aae..893ff6fed3 100644 --- a/x/subscription/client/cli/tx_add_project.go +++ b/x/subscription/client/cli/tx_add_project.go @@ -6,11 +6,11 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/decoder" - planstypes "github.com/lavanet/lava/x/plans/types" - projectstypes "github.com/lavanet/lava/x/projects/types" - "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/decoder" + planstypes "github.com/lavanet/lava/v2/x/plans/types" + projectstypes "github.com/lavanet/lava/v2/x/projects/types" + "github.com/lavanet/lava/v2/x/subscription/types" "github.com/spf13/cobra" ) diff --git a/x/subscription/client/cli/tx_auto_renewal.go b/x/subscription/client/cli/tx_auto_renewal.go index 30552cf812..b505cf9018 100644 --- a/x/subscription/client/cli/tx_auto_renewal.go +++ b/x/subscription/client/cli/tx_auto_renewal.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/subscription/types" "github.com/spf13/cast" "github.com/spf13/cobra" ) diff --git a/x/subscription/client/cli/tx_buy.go b/x/subscription/client/cli/tx_buy.go index 07f3f32a76..d21405e14e 100644 --- a/x/subscription/client/cli/tx_buy.go +++ b/x/subscription/client/cli/tx_buy.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/subscription/types" "github.com/spf13/cast" "github.com/spf13/cobra" ) diff --git a/x/subscription/client/cli/tx_del_project.go b/x/subscription/client/cli/tx_del_project.go index 7d9b53f571..e72dcf34b0 100644 --- a/x/subscription/client/cli/tx_del_project.go +++ b/x/subscription/client/cli/tx_del_project.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" - "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/x/subscription/types" "github.com/spf13/cobra" ) diff --git a/x/subscription/genesis.go b/x/subscription/genesis.go index 346e08a4ad..47a88e5b56 100644 --- a/x/subscription/genesis.go +++ b/x/subscription/genesis.go @@ -2,8 +2,8 @@ package subscription import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/subscription/keeper" - "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/x/subscription/keeper" + "github.com/lavanet/lava/v2/x/subscription/types" ) // InitGenesis initializes the capability module's state from a provided genesis diff --git a/x/subscription/genesis_test.go b/x/subscription/genesis_test.go index 18e09d96be..27f5dca7da 100644 --- a/x/subscription/genesis_test.go +++ b/x/subscription/genesis_test.go @@ -3,10 +3,10 @@ package subscription_test import ( "testing" - keepertest "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/testutil/nullify" - "github.com/lavanet/lava/x/subscription" - "github.com/lavanet/lava/x/subscription/types" + keepertest "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/testutil/nullify" + "github.com/lavanet/lava/v2/x/subscription" + "github.com/lavanet/lava/v2/x/subscription/types" "github.com/stretchr/testify/require" ) diff --git a/x/subscription/handler.go b/x/subscription/handler.go index fe247897f4..83d00d9449 100644 --- a/x/subscription/handler.go +++ b/x/subscription/handler.go @@ -6,8 +6,8 @@ import ( sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/lavanet/lava/x/subscription/keeper" - "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/x/subscription/keeper" + "github.com/lavanet/lava/v2/x/subscription/types" ) // NewHandler ... diff --git a/x/subscription/keeper/adjustment.go b/x/subscription/keeper/adjustment.go index ff0480a07d..ab0759ebba 100644 --- a/x/subscription/keeper/adjustment.go +++ b/x/subscription/keeper/adjustment.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/subscription/types" ) // SetAdjustment set a specific Adjustment in the store from its index diff --git a/x/subscription/keeper/adjustment_test.go b/x/subscription/keeper/adjustment_test.go index 2f41889c34..0e55270067 100644 --- a/x/subscription/keeper/adjustment_test.go +++ b/x/subscription/keeper/adjustment_test.go @@ -4,7 +4,7 @@ import ( "testing" "cosmossdk.io/math" - "github.com/lavanet/lava/testutil/common" + "github.com/lavanet/lava/v2/testutil/common" "github.com/stretchr/testify/require" ) diff --git a/x/subscription/keeper/cluster.go b/x/subscription/keeper/cluster.go index dab55483a1..5f3de715fc 100644 --- a/x/subscription/keeper/cluster.go +++ b/x/subscription/keeper/cluster.go @@ -2,7 +2,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/x/subscription/types" ) func (k Keeper) GetAllClusters(ctx sdk.Context) []string { diff --git a/x/subscription/keeper/cluster_test.go b/x/subscription/keeper/cluster_test.go index 7f76319813..ae2efff1b3 100644 --- a/x/subscription/keeper/cluster_test.go +++ b/x/subscription/keeper/cluster_test.go @@ -3,7 +3,7 @@ package keeper_test import ( "testing" - "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/x/subscription/types" "github.com/stretchr/testify/require" ) diff --git a/x/subscription/keeper/cu_tracker.go b/x/subscription/keeper/cu_tracker.go index 9f150630c8..5d3bb6381a 100644 --- a/x/subscription/keeper/cu_tracker.go +++ b/x/subscription/keeper/cu_tracker.go @@ -8,10 +8,10 @@ import ( "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/lavanet/lava/utils" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - rewardstypes "github.com/lavanet/lava/x/rewards/types" - "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/utils" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + rewardstypes "github.com/lavanet/lava/v2/x/rewards/types" + "github.com/lavanet/lava/v2/x/subscription/types" ) const LIMIT_TOKEN_PER_CU = 100 diff --git a/x/subscription/keeper/grpc_query.go b/x/subscription/keeper/grpc_query.go index 5686188e62..f4875b1214 100644 --- a/x/subscription/keeper/grpc_query.go +++ b/x/subscription/keeper/grpc_query.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/x/subscription/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/subscription/keeper/grpc_query_current.go b/x/subscription/keeper/grpc_query_current.go index be8d908a28..664de98dbe 100644 --- a/x/subscription/keeper/grpc_query_current.go +++ b/x/subscription/keeper/grpc_query_current.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/x/subscription/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/subscription/keeper/grpc_query_list.go b/x/subscription/keeper/grpc_query_list.go index 63cffe4519..19e964c074 100644 --- a/x/subscription/keeper/grpc_query_list.go +++ b/x/subscription/keeper/grpc_query_list.go @@ -5,8 +5,8 @@ import ( "fmt" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/subscription/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/subscription/keeper/grpc_query_list_projects.go b/x/subscription/keeper/grpc_query_list_projects.go index 97965980bb..9f47c1a0ba 100644 --- a/x/subscription/keeper/grpc_query_list_projects.go +++ b/x/subscription/keeper/grpc_query_list_projects.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/subscription/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/subscription/keeper/grpc_query_next_to_month_expiry.go b/x/subscription/keeper/grpc_query_next_to_month_expiry.go index 985474e385..123a185b0b 100644 --- a/x/subscription/keeper/grpc_query_next_to_month_expiry.go +++ b/x/subscription/keeper/grpc_query_next_to_month_expiry.go @@ -4,8 +4,8 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/subscription/types" - timertypes "github.com/lavanet/lava/x/timerstore/types" + "github.com/lavanet/lava/v2/x/subscription/types" + timertypes "github.com/lavanet/lava/v2/x/timerstore/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/subscription/keeper/grpc_query_params.go b/x/subscription/keeper/grpc_query_params.go index 593cd6ab6a..6d2b889d88 100644 --- a/x/subscription/keeper/grpc_query_params.go +++ b/x/subscription/keeper/grpc_query_params.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/x/subscription/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/subscription/keeper/grpc_query_params_test.go b/x/subscription/keeper/grpc_query_params_test.go index 58736a61e9..7ae96d8001 100644 --- a/x/subscription/keeper/grpc_query_params_test.go +++ b/x/subscription/keeper/grpc_query_params_test.go @@ -4,8 +4,8 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - testkeeper "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/x/subscription/types" + testkeeper "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/x/subscription/types" "github.com/stretchr/testify/require" ) diff --git a/x/subscription/keeper/keeper.go b/x/subscription/keeper/keeper.go index 651188f3bb..517aa7fcb9 100644 --- a/x/subscription/keeper/keeper.go +++ b/x/subscription/keeper/keeper.go @@ -10,9 +10,9 @@ import ( "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" - fixationtypes "github.com/lavanet/lava/x/fixationstore/types" - "github.com/lavanet/lava/x/subscription/types" - timerstoretypes "github.com/lavanet/lava/x/timerstore/types" + fixationtypes "github.com/lavanet/lava/v2/x/fixationstore/types" + "github.com/lavanet/lava/v2/x/subscription/types" + timerstoretypes "github.com/lavanet/lava/v2/x/timerstore/types" ) type ( diff --git a/x/subscription/keeper/migrations.go b/x/subscription/keeper/migrations.go index 94b8e5f1de..ebe1532cfb 100644 --- a/x/subscription/keeper/migrations.go +++ b/x/subscription/keeper/migrations.go @@ -6,12 +6,12 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - v2 "github.com/lavanet/lava/x/subscription/migrations/v2" - v5 "github.com/lavanet/lava/x/subscription/migrations/v5" - v6 "github.com/lavanet/lava/x/subscription/migrations/v6" - v8 "github.com/lavanet/lava/x/subscription/migrations/v8" - "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/utils" + v2 "github.com/lavanet/lava/v2/x/subscription/migrations/v2" + v5 "github.com/lavanet/lava/v2/x/subscription/migrations/v5" + v6 "github.com/lavanet/lava/v2/x/subscription/migrations/v6" + v8 "github.com/lavanet/lava/v2/x/subscription/migrations/v8" + "github.com/lavanet/lava/v2/x/subscription/types" ) type Migrator struct { diff --git a/x/subscription/keeper/msg_server.go b/x/subscription/keeper/msg_server.go index b1e4b66095..6244f433f9 100644 --- a/x/subscription/keeper/msg_server.go +++ b/x/subscription/keeper/msg_server.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/x/subscription/types" ) type msgServer struct { diff --git a/x/subscription/keeper/msg_server_add_project.go b/x/subscription/keeper/msg_server_add_project.go index 7353ba9b87..0e89ec3a31 100644 --- a/x/subscription/keeper/msg_server_add_project.go +++ b/x/subscription/keeper/msg_server_add_project.go @@ -5,9 +5,9 @@ import ( "fmt" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - projectstypes "github.com/lavanet/lava/x/projects/types" - "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/utils" + projectstypes "github.com/lavanet/lava/v2/x/projects/types" + "github.com/lavanet/lava/v2/x/subscription/types" ) func (k msgServer) AddProject(goCtx context.Context, msg *types.MsgAddProject) (*types.MsgAddProjectResponse, error) { diff --git a/x/subscription/keeper/msg_server_auto_renewal.go b/x/subscription/keeper/msg_server_auto_renewal.go index ee1d82f556..e6a6d8a281 100644 --- a/x/subscription/keeper/msg_server_auto_renewal.go +++ b/x/subscription/keeper/msg_server_auto_renewal.go @@ -6,9 +6,9 @@ import ( "strings" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/lavaslices" - "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/lavaslices" + "github.com/lavanet/lava/v2/x/subscription/types" ) func (k msgServer) AutoRenewal(goCtx context.Context, msg *types.MsgAutoRenewal) (*types.MsgAutoRenewalResponse, error) { diff --git a/x/subscription/keeper/msg_server_buy.go b/x/subscription/keeper/msg_server_buy.go index 2bc729ae6f..030d34a46d 100644 --- a/x/subscription/keeper/msg_server_buy.go +++ b/x/subscription/keeper/msg_server_buy.go @@ -6,8 +6,8 @@ import ( "strconv" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/subscription/types" ) func (k msgServer) Buy(goCtx context.Context, msg *types.MsgBuy) (*types.MsgBuyResponse, error) { diff --git a/x/subscription/keeper/msg_server_del_project.go b/x/subscription/keeper/msg_server_del_project.go index d1bfaaa7af..f6173de95a 100644 --- a/x/subscription/keeper/msg_server_del_project.go +++ b/x/subscription/keeper/msg_server_del_project.go @@ -4,8 +4,8 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/x/subscription/types" ) func (k msgServer) DelProject(goCtx context.Context, msg *types.MsgDelProject) (*types.MsgDelProjectResponse, error) { diff --git a/x/subscription/keeper/msg_server_test.go b/x/subscription/keeper/msg_server_test.go index 45c08d3df9..6a0c71d913 100644 --- a/x/subscription/keeper/msg_server_test.go +++ b/x/subscription/keeper/msg_server_test.go @@ -5,9 +5,9 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - keepertest "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/x/subscription/keeper" - "github.com/lavanet/lava/x/subscription/types" + keepertest "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/x/subscription/keeper" + "github.com/lavanet/lava/v2/x/subscription/types" ) func setupMsgServer(t testing.TB) (types.MsgServer, context.Context) { diff --git a/x/subscription/keeper/params.go b/x/subscription/keeper/params.go index 6e81b5224e..bc6bb0b36a 100644 --- a/x/subscription/keeper/params.go +++ b/x/subscription/keeper/params.go @@ -2,7 +2,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/x/subscription/types" ) // GetParams get all parameters as types.Params diff --git a/x/subscription/keeper/params_test.go b/x/subscription/keeper/params_test.go index b5b03402fd..c562fdcd56 100644 --- a/x/subscription/keeper/params_test.go +++ b/x/subscription/keeper/params_test.go @@ -3,8 +3,8 @@ package keeper_test import ( "testing" - testkeeper "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/x/subscription/types" + testkeeper "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/x/subscription/types" "github.com/stretchr/testify/require" ) diff --git a/x/subscription/keeper/subscription.go b/x/subscription/keeper/subscription.go index 54a052110f..e2de43731c 100644 --- a/x/subscription/keeper/subscription.go +++ b/x/subscription/keeper/subscription.go @@ -8,11 +8,11 @@ import ( "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/lavanet/lava/utils" - "github.com/lavanet/lava/utils/lavaslices" - planstypes "github.com/lavanet/lava/x/plans/types" - projectstypes "github.com/lavanet/lava/x/projects/types" - "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/utils" + "github.com/lavanet/lava/v2/utils/lavaslices" + planstypes "github.com/lavanet/lava/v2/x/plans/types" + projectstypes "github.com/lavanet/lava/v2/x/projects/types" + "github.com/lavanet/lava/v2/x/subscription/types" ) // GetSubscription returns the subscription of a given consumer diff --git a/x/subscription/keeper/subscription_test.go b/x/subscription/keeper/subscription_test.go index 6b32f917df..b7bb2ffb14 100644 --- a/x/subscription/keeper/subscription_test.go +++ b/x/subscription/keeper/subscription_test.go @@ -8,15 +8,15 @@ import ( "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/testutil/common" - keepertest "github.com/lavanet/lava/testutil/keeper" - "github.com/lavanet/lava/utils" - commontypes "github.com/lavanet/lava/utils/common/types" - "github.com/lavanet/lava/utils/sigs" - pairingtypes "github.com/lavanet/lava/x/pairing/types" - planstypes "github.com/lavanet/lava/x/plans/types" - projectstypes "github.com/lavanet/lava/x/projects/types" - "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/testutil/common" + keepertest "github.com/lavanet/lava/v2/testutil/keeper" + "github.com/lavanet/lava/v2/utils" + commontypes "github.com/lavanet/lava/v2/utils/common/types" + "github.com/lavanet/lava/v2/utils/sigs" + pairingtypes "github.com/lavanet/lava/v2/x/pairing/types" + planstypes "github.com/lavanet/lava/v2/x/plans/types" + projectstypes "github.com/lavanet/lava/v2/x/projects/types" + "github.com/lavanet/lava/v2/x/subscription/types" "github.com/stretchr/testify/require" ) diff --git a/x/subscription/module.go b/x/subscription/module.go index ee2bd83ac5..1d02c88e80 100644 --- a/x/subscription/module.go +++ b/x/subscription/module.go @@ -18,9 +18,9 @@ import ( cdctypes "github.com/cosmos/cosmos-sdk/codec/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/lavanet/lava/x/subscription/client/cli" - "github.com/lavanet/lava/x/subscription/keeper" - "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/x/subscription/client/cli" + "github.com/lavanet/lava/v2/x/subscription/keeper" + "github.com/lavanet/lava/v2/x/subscription/types" ) var ( diff --git a/x/subscription/module_simulation.go b/x/subscription/module_simulation.go index 60127d4dc7..2c28a6afe3 100644 --- a/x/subscription/module_simulation.go +++ b/x/subscription/module_simulation.go @@ -10,9 +10,9 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" "github.com/cosmos/cosmos-sdk/x/simulation" - "github.com/lavanet/lava/testutil/sample" - subscriptionsimulation "github.com/lavanet/lava/x/subscription/simulation" - "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/testutil/sample" + subscriptionsimulation "github.com/lavanet/lava/v2/x/subscription/simulation" + "github.com/lavanet/lava/v2/x/subscription/types" ) // avoid unused import issue diff --git a/x/subscription/simulation/add_project.go b/x/subscription/simulation/add_project.go index 3c12bd6483..680e714f31 100644 --- a/x/subscription/simulation/add_project.go +++ b/x/subscription/simulation/add_project.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/lavanet/lava/x/subscription/keeper" - "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/x/subscription/keeper" + "github.com/lavanet/lava/v2/x/subscription/types" ) func SimulateMsgAddProject( diff --git a/x/subscription/simulation/auto_renewal.go b/x/subscription/simulation/auto_renewal.go index fb0bc91670..ddacdfad39 100644 --- a/x/subscription/simulation/auto_renewal.go +++ b/x/subscription/simulation/auto_renewal.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/lavanet/lava/x/subscription/keeper" - "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/x/subscription/keeper" + "github.com/lavanet/lava/v2/x/subscription/types" ) func SimulateMsgAutoRenewal( diff --git a/x/subscription/simulation/buy.go b/x/subscription/simulation/buy.go index 1bde92ea20..d9ea211016 100644 --- a/x/subscription/simulation/buy.go +++ b/x/subscription/simulation/buy.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/lavanet/lava/x/subscription/keeper" - "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/x/subscription/keeper" + "github.com/lavanet/lava/v2/x/subscription/types" ) func SimulateMsgBuy( diff --git a/x/subscription/simulation/del_project.go b/x/subscription/simulation/del_project.go index 36d65c5134..bf98f95019 100644 --- a/x/subscription/simulation/del_project.go +++ b/x/subscription/simulation/del_project.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/lavanet/lava/x/subscription/keeper" - "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/x/subscription/keeper" + "github.com/lavanet/lava/v2/x/subscription/types" ) func SimulateMsgDelProject( diff --git a/x/subscription/types/adjustment.pb.go b/x/subscription/types/adjustment.pb.go index 9c006ccb0c..93f1169df5 100644 --- a/x/subscription/types/adjustment.pb.go +++ b/x/subscription/types/adjustment.pb.go @@ -91,7 +91,7 @@ func init() { } var fileDescriptor_6061843cba96837b = []byte{ - // 195 bytes of a gzipped FileDescriptorProto + // 198 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0xca, 0x49, 0x2c, 0x4b, 0xcc, 0x4b, 0x2d, 0xd1, 0x07, 0xd1, 0xfa, 0xc5, 0xa5, 0x49, 0xc5, 0xc9, 0x45, 0x99, 0x05, 0x25, 0x99, 0xf9, 0x79, 0xfa, 0x89, 0x29, 0x59, 0xa5, 0xc5, 0x25, 0xb9, 0xa9, 0x79, 0x25, 0x7a, 0x05, @@ -99,12 +99,12 @@ var fileDescriptor_6061843cba96837b = []byte{ 0x17, 0x97, 0x23, 0x5c, 0xb9, 0x90, 0x08, 0x17, 0x6b, 0x66, 0x5e, 0x4a, 0x6a, 0x85, 0x04, 0xa3, 0x02, 0xa3, 0x06, 0x67, 0x10, 0x84, 0x23, 0xa4, 0xc2, 0xc5, 0x0b, 0x31, 0x32, 0x35, 0x25, 0xb4, 0x38, 0x31, 0x3d, 0x55, 0x82, 0x49, 0x81, 0x51, 0x83, 0x25, 0x08, 0x55, 0x50, 0x48, 0x8e, 0x8b, - 0xab, 0x24, 0xbf, 0x24, 0x31, 0x07, 0xa2, 0x84, 0x19, 0xac, 0x04, 0x49, 0xc4, 0xc9, 0xed, 0xc4, + 0xab, 0x24, 0xbf, 0x24, 0x31, 0x07, 0xa2, 0x84, 0x19, 0xac, 0x04, 0x49, 0xc4, 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, 0x74, 0xd2, 0x33, 0x4b, 0x32, 0x4a, 0x93, - 0xf4, 0x92, 0xf3, 0x73, 0xf5, 0x51, 0x7c, 0x55, 0x81, 0xea, 0xaf, 0x92, 0xca, 0x82, 0xd4, 0xe2, - 0x24, 0x36, 0xb0, 0x9f, 0x8c, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0x87, 0x8e, 0x73, 0xb8, 0x01, - 0x01, 0x00, 0x00, + 0xc2, 0x63, 0x39, 0x86, 0x1b, 0x8f, 0xe5, 0x18, 0xa2, 0xf4, 0xd3, 0x33, 0x4b, 0x32, 0x4a, 0x93, + 0xf4, 0x92, 0xf3, 0x73, 0xf5, 0x51, 0x7c, 0x55, 0x66, 0xa4, 0x5f, 0x81, 0xea, 0xb5, 0x92, 0xca, + 0x82, 0xd4, 0xe2, 0x24, 0x36, 0xb0, 0xb7, 0x8c, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0x4f, 0xb7, + 0x3a, 0xdd, 0x04, 0x01, 0x00, 0x00, } func (m *Adjustment) Marshal() (dAtA []byte, err error) { diff --git a/x/subscription/types/cu_tracker.pb.go b/x/subscription/types/cu_tracker.pb.go index d36ed37bbe..3b43077dde 100644 --- a/x/subscription/types/cu_tracker.pb.go +++ b/x/subscription/types/cu_tracker.pb.go @@ -130,24 +130,24 @@ func init() { } var fileDescriptor_5974e118ddf7c543 = []byte{ - // 268 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x54, 0x90, 0xcd, 0x4a, 0x03, 0x31, - 0x14, 0x85, 0x27, 0x43, 0x2d, 0x18, 0xc1, 0xc5, 0xd0, 0x45, 0x5b, 0x21, 0x96, 0xae, 0x8a, 0x48, - 0x42, 0x75, 0xe1, 0xbe, 0x23, 0x3e, 0x40, 0xe9, 0xca, 0x8d, 0x24, 0xb7, 0x61, 0x0c, 0xed, 0xcc, - 0x1d, 0xf2, 0x53, 0xf4, 0x2d, 0x7c, 0xac, 0x2e, 0xbb, 0x74, 0x25, 0x32, 0xf3, 0x22, 0x32, 0x3f, - 0x0b, 0xbb, 0x3a, 0x27, 0xc9, 0x17, 0xee, 0xb9, 0x87, 0xde, 0xed, 0xe5, 0x41, 0x16, 0xda, 0x8b, - 0x46, 0x85, 0x0b, 0xca, 0x81, 0x35, 0xa5, 0x37, 0x58, 0x08, 0x08, 0x6f, 0xde, 0x4a, 0xd8, 0x69, - 0xcb, 0x4b, 0x8b, 0x1e, 0x93, 0x49, 0xcf, 0xf2, 0x46, 0xf9, 0x7f, 0x76, 0xca, 0x00, 0x5d, 0x8e, - 0x4e, 0x28, 0xe9, 0xb4, 0x38, 0x2c, 0x95, 0xf6, 0x72, 0x29, 0x00, 0x4d, 0xd1, 0x7d, 0x9d, 0x8e, - 0x32, 0xcc, 0xb0, 0xb5, 0xa2, 0x71, 0xdd, 0xed, 0xfc, 0x86, 0x5e, 0x6e, 0xda, 0x09, 0xdb, 0x34, - 0x24, 0xd7, 0x34, 0x86, 0x30, 0x26, 0x33, 0xb2, 0x18, 0xac, 0x63, 0x08, 0x73, 0xa0, 0x49, 0x1a, - 0xba, 0x67, 0xbb, 0x31, 0xb9, 0xb6, 0xcf, 0xd2, 0xcb, 0x64, 0x44, 0x2f, 0xd4, 0x1e, 0x61, 0xd7, - 0x83, 0xdd, 0x21, 0x79, 0xa2, 0x43, 0xb0, 0x7a, 0x6b, 0xfc, 0x38, 0x9e, 0x91, 0xc5, 0xd5, 0xc3, - 0x84, 0x77, 0x79, 0x78, 0x93, 0x87, 0xf7, 0x79, 0x78, 0x8a, 0xa6, 0x58, 0x0d, 0x8e, 0x3f, 0xb7, - 0xd1, 0xba, 0xc7, 0x57, 0x2f, 0xc7, 0x8a, 0x91, 0x53, 0xc5, 0xc8, 0x6f, 0xc5, 0xc8, 0x57, 0xcd, - 0xa2, 0x53, 0xcd, 0xa2, 0xef, 0x9a, 0x45, 0xaf, 0xf7, 0x99, 0xf1, 0xef, 0x41, 0x71, 0xc0, 0x5c, - 0x9c, 0x75, 0xf4, 0x71, 0xde, 0x92, 0xff, 0x2c, 0xb5, 0x53, 0xc3, 0x76, 0xa1, 0xc7, 0xbf, 0x00, - 0x00, 0x00, 0xff, 0xff, 0x69, 0xac, 0xb1, 0xfe, 0x4f, 0x01, 0x00, 0x00, + // 269 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x54, 0x90, 0xbd, 0x4e, 0xc3, 0x30, + 0x14, 0x85, 0xe3, 0xaa, 0x54, 0xc2, 0x48, 0x0c, 0x51, 0x87, 0xb6, 0x48, 0xa6, 0xea, 0x54, 0x31, + 0xd8, 0x6a, 0x19, 0xd8, 0x1b, 0x16, 0xd6, 0xaa, 0x13, 0x0b, 0xb2, 0x6f, 0xad, 0x60, 0xb5, 0xc9, + 0x8d, 0xfc, 0x13, 0xc1, 0x5b, 0xf0, 0x58, 0x1d, 0x3b, 0x32, 0x21, 0x94, 0xbc, 0x08, 0xca, 0xcf, + 0x40, 0xa7, 0x73, 0x6c, 0x7f, 0xd6, 0x3d, 0xf7, 0xd0, 0x87, 0xa3, 0x2c, 0x65, 0xae, 0xbd, 0x68, + 0x54, 0xb8, 0xa0, 0x1c, 0x58, 0x53, 0x78, 0x83, 0xb9, 0x80, 0xf0, 0xe6, 0xad, 0x84, 0x83, 0xb6, + 0xbc, 0xb0, 0xe8, 0x31, 0x9e, 0xf6, 0x2c, 0x6f, 0x94, 0xff, 0x67, 0x67, 0x0c, 0xd0, 0x65, 0xe8, + 0x84, 0x92, 0x4e, 0x8b, 0x72, 0xa5, 0xb4, 0x97, 0x2b, 0x01, 0x68, 0xf2, 0xee, 0xeb, 0x6c, 0x9c, + 0x62, 0x8a, 0xad, 0x15, 0x8d, 0xeb, 0x6e, 0x17, 0x77, 0xf4, 0x7a, 0xd7, 0x4e, 0xd8, 0x27, 0x21, + 0xbe, 0xa5, 0x03, 0x08, 0x13, 0x32, 0x27, 0xcb, 0xe1, 0x76, 0x00, 0x61, 0x01, 0x34, 0x4e, 0x42, + 0xf7, 0x6c, 0x77, 0x26, 0xd3, 0xf6, 0x59, 0x7a, 0x19, 0x8f, 0xe9, 0x95, 0x3a, 0x22, 0x1c, 0x7a, + 0xb0, 0x3b, 0xc4, 0x4f, 0x74, 0x04, 0x56, 0xef, 0x8d, 0x9f, 0x0c, 0xe6, 0x64, 0x79, 0xb3, 0x9e, + 0xf2, 0x2e, 0x0f, 0x6f, 0xf2, 0xf0, 0x3e, 0x0f, 0x4f, 0xd0, 0xe4, 0x9b, 0xe1, 0xe9, 0xe7, 0x3e, + 0xda, 0xf6, 0xf8, 0xe6, 0xe5, 0x54, 0x31, 0x72, 0xae, 0x18, 0xf9, 0xad, 0x18, 0xf9, 0xaa, 0x59, + 0x74, 0xae, 0x59, 0xf4, 0x5d, 0xb3, 0xe8, 0x55, 0xa4, 0xc6, 0xbf, 0x07, 0xc5, 0x01, 0x33, 0x71, + 0xd1, 0x51, 0xb9, 0x16, 0x1f, 0x97, 0x45, 0xf9, 0xcf, 0x42, 0x3b, 0x35, 0x6a, 0x77, 0x7a, 0xfc, + 0x0b, 0x00, 0x00, 0xff, 0xff, 0x1f, 0xaf, 0x9e, 0xac, 0x52, 0x01, 0x00, 0x00, } func (m *TrackedCu) Marshal() (dAtA []byte, err error) { diff --git a/x/subscription/types/expected_keepers.go b/x/subscription/types/expected_keepers.go index 43dcf8902c..116884fc47 100644 --- a/x/subscription/types/expected_keepers.go +++ b/x/subscription/types/expected_keepers.go @@ -5,11 +5,11 @@ import ( storetypes "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/x/auth/types" - epochstoragetypes "github.com/lavanet/lava/x/epochstorage/types" - fixationtypes "github.com/lavanet/lava/x/fixationstore/types" - planstypes "github.com/lavanet/lava/x/plans/types" - projectstypes "github.com/lavanet/lava/x/projects/types" - timerstoretypes "github.com/lavanet/lava/x/timerstore/types" + epochstoragetypes "github.com/lavanet/lava/v2/x/epochstorage/types" + fixationtypes "github.com/lavanet/lava/v2/x/fixationstore/types" + planstypes "github.com/lavanet/lava/v2/x/plans/types" + projectstypes "github.com/lavanet/lava/v2/x/projects/types" + timerstoretypes "github.com/lavanet/lava/v2/x/timerstore/types" ) // AccountKeeper defines the expected account keeper used for simulations (noalias) diff --git a/x/subscription/types/genesis.go b/x/subscription/types/genesis.go index fffaadb379..5ebeef2a4f 100644 --- a/x/subscription/types/genesis.go +++ b/x/subscription/types/genesis.go @@ -1,8 +1,8 @@ package types import ( - fixationstoretypes "github.com/lavanet/lava/x/fixationstore/types" - timerstoretypes "github.com/lavanet/lava/x/timerstore/types" + fixationstoretypes "github.com/lavanet/lava/v2/x/fixationstore/types" + timerstoretypes "github.com/lavanet/lava/v2/x/timerstore/types" ) // this line is used by starport scaffolding # genesis/types/import diff --git a/x/subscription/types/genesis.pb.go b/x/subscription/types/genesis.pb.go index 4defbe3e97..9eabf776df 100644 --- a/x/subscription/types/genesis.pb.go +++ b/x/subscription/types/genesis.pb.go @@ -7,8 +7,8 @@ import ( fmt "fmt" _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" - types "github.com/lavanet/lava/x/fixationstore/types" - types1 "github.com/lavanet/lava/x/timerstore/types" + types "github.com/lavanet/lava/v2/x/fixationstore/types" + types1 "github.com/lavanet/lava/v2/x/timerstore/types" io "io" math "math" math_bits "math/bits" @@ -119,29 +119,29 @@ func init() { } var fileDescriptor_dc6c60f9c112fe52 = []byte{ - // 344 bytes of a gzipped FileDescriptorProto + // 347 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x92, 0x31, 0x4e, 0xf3, 0x30, - 0x18, 0x86, 0x93, 0xbf, 0xfd, 0x33, 0xa4, 0x4c, 0x11, 0x43, 0xe8, 0x10, 0x0a, 0x08, 0x28, 0x08, - 0x39, 0x12, 0x1c, 0x00, 0x51, 0xa4, 0x30, 0x21, 0x55, 0x24, 0x13, 0x9b, 0x1b, 0x4c, 0x30, 0x90, - 0x38, 0xb2, 0x1d, 0x54, 0x6e, 0xc1, 0xb1, 0x3a, 0x30, 0x74, 0x64, 0x42, 0xa8, 0xb9, 0x08, 0xb2, - 0x9d, 0xb6, 0xb6, 0x50, 0x06, 0x98, 0xec, 0x48, 0xcf, 0xfb, 0xe4, 0xfd, 0x92, 0xcf, 0x3d, 0x7c, - 0x86, 0x2f, 0xb0, 0x40, 0x3c, 0x14, 0x67, 0xc8, 0xaa, 0x09, 0x4b, 0x29, 0x2e, 0x39, 0x26, 0x45, - 0x98, 0xa1, 0x02, 0x31, 0xcc, 0x40, 0x49, 0x09, 0x27, 0xde, 0x56, 0x03, 0x02, 0x71, 0x02, 0x1d, - 0xec, 0x6f, 0x66, 0x24, 0x23, 0x92, 0x0a, 0xc5, 0x4d, 0x05, 0xfa, 0x07, 0xed, 0xe6, 0x12, 0x52, - 0x98, 0x37, 0xe2, 0xfe, 0x71, 0x3b, 0x07, 0xef, 0x1e, 0x2b, 0xc6, 0x73, 0x54, 0xf0, 0x86, 0x3d, - 0x32, 0xd8, 0x7b, 0x3c, 0x85, 0x82, 0x63, 0x9c, 0x50, 0xb4, 0x7a, 0x6a, 0xd0, 0x3d, 0x03, 0xe5, - 0x38, 0x47, 0x54, 0x71, 0xf2, 0xaa, 0xa0, 0xdd, 0xf7, 0x8e, 0xbb, 0x71, 0xa5, 0xc6, 0x8c, 0x39, - 0xe4, 0xc8, 0x3b, 0x77, 0x1d, 0x55, 0xce, 0xb7, 0x07, 0xf6, 0xb0, 0x77, 0xba, 0x03, 0x5a, 0xc7, - 0x06, 0x63, 0x09, 0x8e, 0xba, 0xb3, 0xcf, 0x6d, 0xeb, 0xa6, 0x89, 0x79, 0x91, 0xeb, 0x08, 0x28, - 0x8a, 0xfd, 0x7f, 0x52, 0x30, 0x34, 0x05, 0x46, 0x65, 0xa0, 0xbf, 0x7a, 0xe9, 0x51, 0x69, 0xef, - 0x52, 0x79, 0x92, 0xd8, 0xef, 0x48, 0xcf, 0xbe, 0xe9, 0x59, 0xcf, 0xd3, 0x2a, 0x49, 0x62, 0x6f, - 0xec, 0xf6, 0xd2, 0x2a, 0xa1, 0x30, 0x7d, 0x42, 0x34, 0x8a, 0xfd, 0xee, 0x9f, 0x1a, 0xe9, 0x0a, - 0xef, 0x5a, 0x33, 0x26, 0xb1, 0xff, 0xff, 0xf7, 0xdd, 0xf4, 0xbc, 0xd0, 0xad, 0xff, 0x31, 0xf3, - 0x9d, 0x41, 0xe7, 0xa7, 0xce, 0xf8, 0xe6, 0x17, 0x2b, 0x7a, 0xa9, 0xd3, 0xf2, 0xa3, 0x68, 0xb6, - 0x08, 0xec, 0xf9, 0x22, 0xb0, 0xbf, 0x16, 0x81, 0xfd, 0x56, 0x07, 0xd6, 0xbc, 0x0e, 0xac, 0x8f, - 0x3a, 0xb0, 0x6e, 0x4f, 0x32, 0xcc, 0x1f, 0xaa, 0x09, 0x48, 0x49, 0x1e, 0x1a, 0x8b, 0x31, 0x35, - 0x37, 0x8e, 0xbf, 0x96, 0x88, 0x4d, 0x1c, 0xb9, 0x1d, 0x67, 0xdf, 0x01, 0x00, 0x00, 0xff, 0xff, - 0xeb, 0x1a, 0x89, 0x93, 0x1d, 0x03, 0x00, 0x00, + 0x18, 0x86, 0x93, 0xbf, 0xfd, 0x33, 0xa4, 0x4c, 0x11, 0x43, 0xe8, 0x10, 0x0a, 0x08, 0x28, 0x0c, + 0xb6, 0x54, 0x0e, 0x80, 0x28, 0x52, 0x11, 0x03, 0x52, 0x45, 0x32, 0xb1, 0xb9, 0xc1, 0x84, 0x00, + 0x89, 0x23, 0xdb, 0xa9, 0xca, 0x2d, 0x38, 0x56, 0x07, 0x86, 0x8e, 0x4c, 0x08, 0x35, 0x17, 0x41, + 0xb6, 0xd3, 0xd6, 0x16, 0xca, 0x00, 0x93, 0x1d, 0xe9, 0x79, 0x9f, 0xbc, 0x5f, 0xf2, 0xb9, 0xc7, + 0x2f, 0x68, 0x8a, 0x72, 0xcc, 0xa1, 0x38, 0x21, 0x2b, 0x27, 0x2c, 0xa6, 0x69, 0xc1, 0x53, 0x92, + 0xc3, 0x04, 0xe7, 0x98, 0xa5, 0x0c, 0x14, 0x94, 0x70, 0xe2, 0xed, 0xd4, 0x20, 0x10, 0x27, 0xd0, + 0xc1, 0xee, 0x76, 0x42, 0x12, 0x22, 0x29, 0x28, 0x6e, 0x2a, 0xd0, 0x3d, 0x6a, 0x36, 0x17, 0x88, + 0xa2, 0xac, 0x16, 0x77, 0x4f, 0x9b, 0x39, 0x74, 0xff, 0x54, 0x32, 0x9e, 0xe1, 0x9c, 0xd7, 0xec, + 0x89, 0xc1, 0x3e, 0xa4, 0x33, 0x24, 0x38, 0xc6, 0x09, 0xc5, 0xeb, 0xa7, 0x1a, 0x3d, 0x30, 0x50, + 0x9e, 0x66, 0x98, 0x2a, 0x4e, 0x5e, 0x15, 0xb4, 0xff, 0xde, 0x72, 0xb7, 0xae, 0xd4, 0x98, 0x21, + 0x47, 0x1c, 0x7b, 0xe7, 0xae, 0xa3, 0xca, 0xf9, 0x76, 0xcf, 0xee, 0x77, 0x06, 0x7b, 0xa0, 0x71, + 0x6c, 0x30, 0x96, 0xe0, 0xb0, 0x3d, 0xff, 0xdc, 0xb5, 0x6e, 0xeb, 0x98, 0x37, 0x72, 0x1d, 0x01, + 0x8d, 0x42, 0xff, 0x9f, 0x14, 0xf4, 0x4d, 0x81, 0x51, 0x19, 0xe8, 0xaf, 0x5e, 0x79, 0x54, 0xda, + 0xbb, 0x54, 0x9e, 0x28, 0xf4, 0x5b, 0xd2, 0x73, 0x68, 0x7a, 0x36, 0xf3, 0x34, 0x4a, 0xa2, 0xd0, + 0x1b, 0xbb, 0x9d, 0xb8, 0x8c, 0x28, 0x8a, 0x9f, 0x31, 0x1d, 0x85, 0x7e, 0xfb, 0x4f, 0x8d, 0x74, + 0x85, 0x77, 0xa3, 0x19, 0xa3, 0xd0, 0xff, 0xff, 0xfb, 0x6e, 0x7a, 0x5e, 0xe8, 0x36, 0xff, 0x98, + 0xf9, 0x4e, 0xaf, 0xf5, 0x53, 0x67, 0x7c, 0xf3, 0x8b, 0x35, 0xbd, 0xd2, 0x69, 0xf9, 0xe1, 0xf5, + 0x7c, 0x19, 0xd8, 0x8b, 0x65, 0x60, 0x7f, 0x2d, 0x03, 0xfb, 0xad, 0x0a, 0xac, 0x45, 0x15, 0x58, + 0x1f, 0x55, 0x60, 0xdd, 0xc1, 0x24, 0xe5, 0x8f, 0xe5, 0x04, 0xc4, 0x24, 0x83, 0xc6, 0x62, 0x4c, + 0x07, 0x70, 0x66, 0x2e, 0x1d, 0x7f, 0x2d, 0x30, 0x9b, 0x38, 0x72, 0x41, 0xce, 0xbe, 0x03, 0x00, + 0x00, 0xff, 0xff, 0x3c, 0xd1, 0xb2, 0xd4, 0x20, 0x03, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/subscription/types/genesis_test.go b/x/subscription/types/genesis_test.go index 3fdc672fca..74cecd15ca 100644 --- a/x/subscription/types/genesis_test.go +++ b/x/subscription/types/genesis_test.go @@ -3,7 +3,7 @@ package types_test import ( "testing" - "github.com/lavanet/lava/x/subscription/types" + "github.com/lavanet/lava/v2/x/subscription/types" "github.com/stretchr/testify/require" ) diff --git a/x/subscription/types/message_add_project.go b/x/subscription/types/message_add_project.go index 43f04cb706..0143695a33 100644 --- a/x/subscription/types/message_add_project.go +++ b/x/subscription/types/message_add_project.go @@ -4,7 +4,7 @@ import ( sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - projectstypes "github.com/lavanet/lava/x/projects/types" + projectstypes "github.com/lavanet/lava/v2/x/projects/types" ) const TypeMsgAddProject = "add_project" diff --git a/x/subscription/types/message_add_project_test.go b/x/subscription/types/message_add_project_test.go index d6f0e3a488..aafdb83f1a 100644 --- a/x/subscription/types/message_add_project_test.go +++ b/x/subscription/types/message_add_project_test.go @@ -4,9 +4,9 @@ import ( "testing" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/lavanet/lava/testutil/sample" - planstypes "github.com/lavanet/lava/x/plans/types" - projectstypes "github.com/lavanet/lava/x/projects/types" + "github.com/lavanet/lava/v2/testutil/sample" + planstypes "github.com/lavanet/lava/v2/x/plans/types" + projectstypes "github.com/lavanet/lava/v2/x/projects/types" "github.com/stretchr/testify/require" ) diff --git a/x/subscription/types/message_auto_renewal_test.go b/x/subscription/types/message_auto_renewal_test.go index abc691c820..e54a1c8547 100644 --- a/x/subscription/types/message_auto_renewal_test.go +++ b/x/subscription/types/message_auto_renewal_test.go @@ -4,7 +4,7 @@ import ( "testing" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/lavanet/lava/testutil/sample" + "github.com/lavanet/lava/v2/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/subscription/types/message_buy_test.go b/x/subscription/types/message_buy_test.go index 0fbbb4d5ea..d78a7147a9 100644 --- a/x/subscription/types/message_buy_test.go +++ b/x/subscription/types/message_buy_test.go @@ -4,7 +4,7 @@ import ( "testing" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/lavanet/lava/testutil/sample" + "github.com/lavanet/lava/v2/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/subscription/types/message_del_project_test.go b/x/subscription/types/message_del_project_test.go index a40b63aef2..0e23635dae 100644 --- a/x/subscription/types/message_del_project_test.go +++ b/x/subscription/types/message_del_project_test.go @@ -4,7 +4,7 @@ import ( "testing" legacyerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/lavanet/lava/testutil/sample" + "github.com/lavanet/lava/v2/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/subscription/types/params.pb.go b/x/subscription/types/params.pb.go index f1eb97bdf0..9afa8f96cb 100644 --- a/x/subscription/types/params.pb.go +++ b/x/subscription/types/params.pb.go @@ -68,17 +68,17 @@ func init() { } var fileDescriptor_8b1e38ca40b9ef74 = []byte{ - // 154 bytes of a gzipped FileDescriptorProto + // 157 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xcb, 0x49, 0x2c, 0x4b, 0xcc, 0x4b, 0x2d, 0xd1, 0x07, 0xd1, 0xfa, 0xc5, 0xa5, 0x49, 0xc5, 0xc9, 0x45, 0x99, 0x05, 0x25, 0x99, 0xf9, 0x79, 0xfa, 0x05, 0x89, 0x45, 0x89, 0xb9, 0xc5, 0x7a, 0x05, 0x45, 0xf9, 0x25, 0xf9, 0x42, 0x92, 0x50, 0x75, 0x7a, 0x20, 0x5a, 0x0f, 0x59, 0x9d, 0x94, 0x48, 0x7a, 0x7e, 0x7a, 0x3e, 0x58, 0x95, 0x3e, 0x88, 0x05, 0xd1, 0xa0, 0xc4, 0xc7, 0xc5, 0x16, 0x00, 0x36, 0xc0, 0x8a, 0x65, - 0xc6, 0x02, 0x79, 0x06, 0x27, 0xb7, 0x13, 0x8f, 0xe4, 0x18, 0x2f, 0x3c, 0x92, 0x63, 0x7c, 0xf0, + 0xc6, 0x02, 0x79, 0x06, 0x27, 0xcf, 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, - 0xd2, 0x49, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0x47, 0x71, 0x4d, 0x05, - 0xaa, 0x7b, 0x4a, 0x2a, 0x0b, 0x52, 0x8b, 0x93, 0xd8, 0xc0, 0xc6, 0x1b, 0x03, 0x02, 0x00, 0x00, - 0xff, 0xff, 0x51, 0x13, 0xf7, 0x58, 0xb9, 0x00, 0x00, 0x00, + 0xd2, 0x4f, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0x47, 0x71, 0x4d, 0x99, + 0x91, 0x7e, 0x05, 0xaa, 0x93, 0x4a, 0x2a, 0x0b, 0x52, 0x8b, 0x93, 0xd8, 0xc0, 0x36, 0x18, 0x03, + 0x02, 0x00, 0x00, 0xff, 0xff, 0x43, 0x4d, 0x04, 0x7a, 0xbc, 0x00, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/subscription/types/query.pb.go b/x/subscription/types/query.pb.go index e385044e25..554705bf10 100644 --- a/x/subscription/types/query.pb.go +++ b/x/subscription/types/query.pb.go @@ -654,64 +654,65 @@ func init() { } var fileDescriptor_e870698c9d8ccc09 = []byte{ - // 911 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x56, 0xcf, 0x6f, 0x1b, 0x45, + // 913 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x56, 0x41, 0x6f, 0x1b, 0x45, 0x14, 0xce, 0x26, 0xae, 0xe3, 0x3c, 0x3b, 0x69, 0x3b, 0x89, 0xd0, 0xc6, 0x02, 0x27, 0xd9, 0x52, - 0xd2, 0x96, 0x74, 0x57, 0x4e, 0x40, 0xa1, 0x17, 0x2a, 0x25, 0xa2, 0x12, 0x28, 0xa0, 0xe0, 0x46, - 0x45, 0xe2, 0xc0, 0x6a, 0xbd, 0x1d, 0x3b, 0x8b, 0xec, 0x9d, 0xed, 0xfc, 0x28, 0x8e, 0xaa, 0x5e, - 0x38, 0xf6, 0x84, 0xe0, 0x2f, 0xe0, 0xdf, 0xe0, 0xc6, 0xad, 0x27, 0x54, 0x89, 0x0b, 0x27, 0x84, - 0x12, 0xfe, 0x10, 0x34, 0x6f, 0x67, 0xcd, 0x6e, 0x53, 0xaf, 0x0d, 0x27, 0xef, 0x7c, 0xf3, 0xbd, - 0xef, 0x7d, 0xf3, 0xe6, 0xcd, 0x93, 0xe1, 0xe6, 0x20, 0x78, 0x1a, 0xc4, 0x54, 0x7a, 0xfa, 0xd7, - 0x13, 0xaa, 0x2b, 0x42, 0x1e, 0x25, 0x32, 0x62, 0xb1, 0xf7, 0x44, 0x51, 0x7e, 0xe6, 0x26, 0x9c, - 0x49, 0x46, 0xd6, 0x0d, 0xcd, 0xd5, 0xbf, 0x6e, 0x9e, 0xd6, 0x5c, 0xeb, 0xb3, 0x3e, 0x43, 0x96, - 0xa7, 0xbf, 0xd2, 0x80, 0xe6, 0xdb, 0x7d, 0xc6, 0xfa, 0x03, 0xea, 0x05, 0x49, 0xe4, 0x05, 0x71, - 0xcc, 0x64, 0xa0, 0xc9, 0xc2, 0xec, 0xde, 0x09, 0x99, 0x18, 0x32, 0xe1, 0x75, 0x03, 0x41, 0xd3, - 0x3c, 0xde, 0xd3, 0x76, 0x97, 0xca, 0xa0, 0xed, 0x25, 0x41, 0x3f, 0x8a, 0x91, 0x6c, 0xb8, 0xef, - 0x4d, 0x76, 0x98, 0x04, 0x3c, 0x18, 0x66, 0x9a, 0xad, 0xbc, 0x66, 0xa6, 0x16, 0xb2, 0x28, 0xd3, - 0xd9, 0x99, 0xac, 0x93, 0x5f, 0xa4, 0x6c, 0x67, 0x0d, 0xc8, 0x97, 0xda, 0xd7, 0x31, 0xa6, 0xe8, - 0xd0, 0x27, 0x8a, 0x0a, 0xe9, 0x3c, 0x82, 0xd5, 0x02, 0x2a, 0x12, 0x16, 0x0b, 0x4a, 0xee, 0x43, - 0x35, 0xb5, 0x62, 0x5b, 0x9b, 0xd6, 0xad, 0xfa, 0xee, 0x96, 0x3b, 0xb1, 0x5c, 0x6e, 0x1a, 0x7a, - 0x50, 0x79, 0xf9, 0xe7, 0xc6, 0x5c, 0xc7, 0x84, 0x39, 0x6d, 0xa3, 0x7b, 0xa8, 0x38, 0xa7, 0xb1, - 0x34, 0xe9, 0x48, 0x13, 0x6a, 0x21, 0x8b, 0x85, 0x1a, 0x52, 0x8e, 0xca, 0x4b, 0x9d, 0xf1, 0xda, - 0xf9, 0x0a, 0xd6, 0x8a, 0x21, 0x63, 0x2f, 0x0b, 0x42, 0x75, 0x8d, 0x91, 0xed, 0x12, 0x23, 0x0f, - 0x73, 0x0b, 0xb4, 0x63, 0x75, 0x74, 0xa4, 0xf3, 0x31, 0xd8, 0x28, 0x7c, 0x14, 0x09, 0x79, 0xcc, - 0xd9, 0xb7, 0x34, 0x94, 0xd9, 0xf9, 0x89, 0x03, 0x8d, 0xbc, 0x86, 0x31, 0x55, 0xc0, 0x9c, 0x7d, - 0x58, 0x7f, 0x43, 0xbc, 0x71, 0xd7, 0x84, 0x5a, 0x62, 0x30, 0xdb, 0xda, 0x5c, 0xd0, 0x27, 0xca, - 0xd6, 0x0e, 0x81, 0x6b, 0xe3, 0xc0, 0xac, 0xe0, 0x01, 0x5c, 0xcf, 0x61, 0x46, 0xe4, 0x08, 0x96, - 0x74, 0x46, 0x3f, 0x8a, 0x7b, 0x0c, 0x55, 0xea, 0xbb, 0xb7, 0x4b, 0x0e, 0xaa, 0x63, 0x3f, 0x8d, - 0x7b, 0xec, 0xa1, 0xe4, 0x2a, 0x94, 0xa6, 0xf2, 0x35, 0x4d, 0xd1, 0xa8, 0xf3, 0xa2, 0x02, 0x2b, - 0x45, 0x4a, 0x59, 0xdd, 0x09, 0x81, 0x4a, 0x32, 0x08, 0x62, 0x7b, 0x1e, 0x71, 0xfc, 0x26, 0xdb, - 0x70, 0xf5, 0xb1, 0xe2, 0xd8, 0xb4, 0x7e, 0x97, 0xa9, 0xfe, 0xa9, 0xb4, 0x17, 0x36, 0xad, 0x5b, - 0x95, 0xce, 0x4a, 0x06, 0x1f, 0x20, 0x4a, 0x6e, 0xc0, 0xf2, 0x98, 0x38, 0xa0, 0x3d, 0x69, 0x57, - 0x90, 0xd6, 0xc8, 0xc0, 0x23, 0xda, 0x93, 0x64, 0x0b, 0x1a, 0x43, 0x16, 0xcb, 0x53, 0x9f, 0x8e, - 0x92, 0x88, 0x9f, 0xd9, 0x57, 0x90, 0x53, 0x47, 0xec, 0x13, 0x84, 0xc8, 0xbb, 0xb0, 0x92, 0x52, - 0x42, 0xe5, 0x4b, 0x26, 0x83, 0x81, 0x5d, 0x4d, 0x85, 0x10, 0x3d, 0x54, 0x27, 0x1a, 0x23, 0x0e, - 0x2c, 0x8f, 0x59, 0x98, 0x6d, 0x31, 0xa7, 0x74, 0xa8, 0x30, 0x99, 0x0d, 0x8b, 0xe1, 0x40, 0x09, - 0x49, 0xb9, 0x5d, 0xc3, 0x13, 0x65, 0x4b, 0x72, 0x13, 0xc6, 0xee, 0x4d, 0x8e, 0x25, 0x0c, 0x1f, - 0x9f, 0x20, 0x4d, 0xb2, 0x07, 0x6f, 0x05, 0x4a, 0x32, 0x9f, 0xd3, 0x98, 0x7e, 0x17, 0x0c, 0xfc, - 0x98, 0x8e, 0xa4, 0x8f, 0x15, 0xaa, 0xa3, 0xde, 0xaa, 0xde, 0xed, 0xa4, 0x9b, 0x5f, 0xd0, 0x91, - 0x3c, 0xd6, 0x05, 0xfb, 0x06, 0x56, 0x7b, 0x4a, 0x2a, 0x4e, 0xfd, 0x42, 0x3b, 0x35, 0xb0, 0x69, - 0xef, 0x96, 0xdc, 0xe5, 0x03, 0x8c, 0xca, 0xb7, 0x6e, 0x87, 0xf4, 0x2e, 0x61, 0xa4, 0x0d, 0xd5, - 0x90, 0xd3, 0xc7, 0x91, 0xb4, 0x97, 0x51, 0x72, 0xdd, 0x4d, 0x87, 0x83, 0xab, 0x87, 0x83, 0x6b, - 0x86, 0x83, 0x7b, 0xc8, 0xa2, 0xb8, 0x63, 0x88, 0x9f, 0x55, 0x6a, 0x70, 0xad, 0xee, 0x6c, 0xc0, - 0x3b, 0xd8, 0x6f, 0xda, 0xe9, 0x09, 0xfb, 0xfc, 0xdf, 0x92, 0x67, 0x0d, 0x79, 0x0c, 0x57, 0x4f, - 0xa2, 0x21, 0xe5, 0x29, 0xaa, 0x7b, 0xa6, 0xb4, 0x5b, 0x5e, 0xbf, 0xcb, 0xf9, 0x4b, 0x77, 0xe9, - 0x8c, 0xa0, 0x35, 0x29, 0xa5, 0xe9, 0xf7, 0x47, 0xb0, 0x9c, 0x2f, 0x82, 0x30, 0x3d, 0x7f, 0xa7, - 0xa4, 0x4e, 0xaf, 0x79, 0x34, 0x4d, 0x5f, 0x94, 0xd9, 0xfd, 0xad, 0x0a, 0x57, 0x30, 0x35, 0xf9, - 0xd1, 0x82, 0x6a, 0x3a, 0x98, 0x48, 0x59, 0xf5, 0x2f, 0x4f, 0xc4, 0xa6, 0x3b, 0x2b, 0x3d, 0x3d, - 0x8b, 0x73, 0xfb, 0xfb, 0xdf, 0xff, 0xfe, 0x69, 0xfe, 0x06, 0xd9, 0xf2, 0xa6, 0x8d, 0x75, 0xf2, - 0xb3, 0x05, 0x8b, 0x66, 0xba, 0x91, 0xa9, 0x69, 0x8a, 0x93, 0xb3, 0xe9, 0xcd, 0xcc, 0x37, 0xbe, - 0x3e, 0x44, 0x5f, 0x1e, 0xb9, 0x5b, 0xe2, 0x2b, 0x4c, 0x63, 0xbc, 0x67, 0xd9, 0xf5, 0x3e, 0x27, - 0xbf, 0x58, 0xd0, 0xc8, 0x0f, 0x3a, 0xb2, 0x37, 0x2d, 0xf1, 0x1b, 0xc6, 0x6a, 0xf3, 0x83, 0xff, - 0x16, 0x64, 0x2c, 0xdf, 0x47, 0xcb, 0xf7, 0xc8, 0x7e, 0x89, 0xe5, 0x41, 0x24, 0xa4, 0x9f, 0x4d, - 0x58, 0xef, 0x59, 0x7e, 0xef, 0x39, 0x79, 0x61, 0x41, 0x45, 0x2b, 0x93, 0xf7, 0x67, 0xc9, 0x9f, - 0x99, 0xdd, 0x99, 0x8d, 0x6c, 0x4c, 0x6e, 0xa3, 0xc9, 0x2d, 0xb2, 0x31, 0xc5, 0x24, 0xf9, 0xd5, - 0x82, 0xeb, 0x97, 0x9e, 0x00, 0xf9, 0x68, 0x5a, 0xb2, 0x49, 0x0f, 0xb5, 0x79, 0xef, 0x7f, 0x44, - 0x1a, 0xcf, 0xfb, 0xe8, 0xb9, 0x4d, 0xbc, 0x12, 0xcf, 0x38, 0xe6, 0x24, 0xf3, 0xf3, 0xaf, 0xfb, - 0xe0, 0xc1, 0xcb, 0xf3, 0x96, 0xf5, 0xea, 0xbc, 0x65, 0xfd, 0x75, 0xde, 0xb2, 0x7e, 0xb8, 0x68, - 0xcd, 0xbd, 0xba, 0x68, 0xcd, 0xfd, 0x71, 0xd1, 0x9a, 0xfb, 0x7a, 0xa7, 0x1f, 0xc9, 0x53, 0xd5, - 0x75, 0x43, 0x36, 0x2c, 0x8a, 0x8e, 0x8a, 0xb2, 0xf2, 0x2c, 0xa1, 0xa2, 0x5b, 0xc5, 0xff, 0x20, - 0x7b, 0xff, 0x04, 0x00, 0x00, 0xff, 0xff, 0x07, 0x82, 0xce, 0xbb, 0x9d, 0x09, 0x00, 0x00, + 0xd2, 0x96, 0x76, 0x47, 0x4e, 0x40, 0xa1, 0x17, 0x2a, 0x25, 0x02, 0xa9, 0x28, 0xa0, 0xe0, 0x46, + 0x45, 0xe2, 0xc0, 0x6a, 0xbd, 0x1d, 0x3b, 0x8b, 0xec, 0x9d, 0xed, 0xce, 0x4c, 0x70, 0x54, 0xf5, + 0xc2, 0xb1, 0x27, 0x04, 0xbf, 0x80, 0xbf, 0xc1, 0x8d, 0x5b, 0x4f, 0xa8, 0x12, 0x17, 0x4e, 0x08, + 0x25, 0xfc, 0x10, 0x34, 0x6f, 0x67, 0xcd, 0x6e, 0x53, 0xaf, 0x0d, 0x27, 0xef, 0x7c, 0xf3, 0xbd, + 0xef, 0x7d, 0xf3, 0xe6, 0xcd, 0x93, 0xe1, 0xe6, 0xc0, 0x3f, 0xf5, 0x23, 0x26, 0xa9, 0xfe, 0xa5, + 0x42, 0x75, 0x45, 0x90, 0x84, 0xb1, 0x0c, 0x79, 0x44, 0x9f, 0x2a, 0x96, 0x9c, 0xb9, 0x71, 0xc2, + 0x25, 0x27, 0xeb, 0x86, 0xe6, 0xea, 0x5f, 0x37, 0x4f, 0x6b, 0xae, 0xf5, 0x79, 0x9f, 0x23, 0x8b, + 0xea, 0xaf, 0x34, 0xa0, 0xf9, 0x76, 0x9f, 0xf3, 0xfe, 0x80, 0x51, 0x3f, 0x0e, 0xa9, 0x1f, 0x45, + 0x5c, 0xfa, 0x9a, 0x2c, 0xcc, 0xee, 0x9d, 0x80, 0x8b, 0x21, 0x17, 0xb4, 0xeb, 0x0b, 0x96, 0xe6, + 0xa1, 0xa7, 0xed, 0x2e, 0x93, 0x7e, 0x9b, 0xc6, 0x7e, 0x3f, 0x8c, 0x90, 0x6c, 0xb8, 0xef, 0x4d, + 0x76, 0x18, 0xfb, 0x89, 0x3f, 0xcc, 0x34, 0x5b, 0x79, 0xcd, 0x4c, 0x2d, 0xe0, 0x61, 0xa6, 0x73, + 0x77, 0xb2, 0x4e, 0x7e, 0x91, 0xb2, 0x9d, 0x35, 0x20, 0x5f, 0x6a, 0x5f, 0x47, 0x98, 0xa2, 0xc3, + 0x9e, 0x2a, 0x26, 0xa4, 0xf3, 0x18, 0x56, 0x0b, 0xa8, 0x88, 0x79, 0x24, 0x18, 0x79, 0x00, 0xd5, + 0xd4, 0x8a, 0x6d, 0x6d, 0x5a, 0xb7, 0xea, 0x3b, 0x5b, 0xee, 0xc4, 0x72, 0xb9, 0x69, 0xe8, 0x7e, + 0xe5, 0xe5, 0x9f, 0x1b, 0x73, 0x1d, 0x13, 0xe6, 0xb4, 0x8d, 0xee, 0x81, 0x4a, 0x12, 0x16, 0x49, + 0x93, 0x8e, 0x34, 0xa1, 0x16, 0xf0, 0x48, 0xa8, 0x21, 0x4b, 0x50, 0x79, 0xa9, 0x33, 0x5e, 0x3b, + 0x5f, 0xc1, 0x5a, 0x31, 0x64, 0xec, 0x65, 0x41, 0xa8, 0xae, 0x31, 0xb2, 0x5d, 0x62, 0xe4, 0x51, + 0x6e, 0x81, 0x76, 0xac, 0x8e, 0x8e, 0x74, 0x3e, 0x06, 0x1b, 0x85, 0x0f, 0x43, 0x21, 0x8f, 0x12, + 0xfe, 0x2d, 0x0b, 0x64, 0x76, 0x7e, 0xe2, 0x40, 0x23, 0xaf, 0x61, 0x4c, 0x15, 0x30, 0x67, 0x0f, + 0xd6, 0xdf, 0x10, 0x6f, 0xdc, 0x35, 0xa1, 0x16, 0x1b, 0xcc, 0xb6, 0x36, 0x17, 0xf4, 0x89, 0xb2, + 0xb5, 0x43, 0xe0, 0xda, 0x38, 0x30, 0x2b, 0xb8, 0x0f, 0xd7, 0x73, 0x98, 0x11, 0x39, 0x84, 0x25, + 0x9d, 0xd1, 0x0b, 0xa3, 0x1e, 0x47, 0x95, 0xfa, 0xce, 0xed, 0x92, 0x83, 0xea, 0xd8, 0x87, 0x51, + 0x8f, 0x3f, 0x92, 0x89, 0x0a, 0xa4, 0xa9, 0x7c, 0x4d, 0x53, 0x34, 0xea, 0xbc, 0xa8, 0xc0, 0x4a, + 0x91, 0x52, 0x56, 0x77, 0x42, 0xa0, 0x12, 0x0f, 0xfc, 0xc8, 0x9e, 0x47, 0x1c, 0xbf, 0xc9, 0x36, + 0x5c, 0x7d, 0xa2, 0x12, 0x6c, 0x5a, 0xaf, 0xcb, 0x55, 0xff, 0x44, 0xda, 0x0b, 0x9b, 0xd6, 0xad, + 0x4a, 0x67, 0x25, 0x83, 0xf7, 0x11, 0x25, 0x37, 0x60, 0x79, 0x4c, 0x1c, 0xb0, 0x9e, 0xb4, 0x2b, + 0x48, 0x6b, 0x64, 0xe0, 0x21, 0xeb, 0x49, 0xb2, 0x05, 0x8d, 0x21, 0x8f, 0xe4, 0x89, 0xc7, 0x46, + 0x71, 0x98, 0x9c, 0xd9, 0x57, 0x90, 0x53, 0x47, 0xec, 0x13, 0x84, 0xc8, 0xbb, 0xb0, 0x92, 0x52, + 0x02, 0xe5, 0x49, 0x2e, 0xfd, 0x81, 0x5d, 0x4d, 0x85, 0x10, 0x3d, 0x50, 0xc7, 0x1a, 0x23, 0x0e, + 0x2c, 0x8f, 0x59, 0x98, 0x6d, 0x31, 0xa7, 0x74, 0xa0, 0x30, 0x99, 0x0d, 0x8b, 0xc1, 0x40, 0x09, + 0xc9, 0x12, 0xbb, 0x86, 0x27, 0xca, 0x96, 0xe4, 0x26, 0x8c, 0xdd, 0x9b, 0x1c, 0x4b, 0x18, 0x3e, + 0x3e, 0x41, 0x9a, 0x64, 0x17, 0xde, 0xf2, 0x95, 0xe4, 0x5e, 0xc2, 0x22, 0xf6, 0x9d, 0x3f, 0xf0, + 0x22, 0x36, 0x92, 0x1e, 0x56, 0xa8, 0x8e, 0x7a, 0xab, 0x7a, 0xb7, 0x93, 0x6e, 0x7e, 0xc1, 0x46, + 0xf2, 0x48, 0x17, 0xec, 0x1b, 0x58, 0xed, 0x29, 0xa9, 0x12, 0xe6, 0x15, 0xda, 0xa9, 0x81, 0x4d, + 0x7b, 0xaf, 0xe4, 0x2e, 0x3f, 0xc5, 0xa8, 0x7c, 0xeb, 0x76, 0x48, 0xef, 0x12, 0x46, 0xda, 0x50, + 0x0d, 0x12, 0xf6, 0x24, 0x94, 0xf6, 0x32, 0x4a, 0xae, 0xbb, 0xe9, 0x70, 0x70, 0xf5, 0x70, 0x70, + 0xcd, 0x70, 0x70, 0x0f, 0x78, 0x18, 0x75, 0x0c, 0xf1, 0xb3, 0x4a, 0x0d, 0xae, 0xd5, 0x9d, 0x0d, + 0x78, 0x07, 0xfb, 0x4d, 0x3b, 0x3d, 0xe6, 0x9f, 0xff, 0x5b, 0xf2, 0xac, 0x21, 0x8f, 0xe0, 0xea, + 0x71, 0x38, 0x64, 0x49, 0x8a, 0xea, 0x9e, 0x29, 0xed, 0x96, 0xd7, 0xef, 0x72, 0xfe, 0xd2, 0x5d, + 0x3a, 0x23, 0x68, 0x4d, 0x4a, 0x69, 0xfa, 0xfd, 0x31, 0x2c, 0xe7, 0x8b, 0x20, 0x4c, 0xcf, 0xdf, + 0x29, 0xa9, 0xd3, 0x6b, 0x1e, 0x4d, 0xd3, 0x17, 0x65, 0x76, 0x7e, 0xab, 0xc2, 0x15, 0x4c, 0x4d, + 0x7e, 0xb4, 0xa0, 0x9a, 0x0e, 0x26, 0x52, 0x56, 0xfd, 0xcb, 0x13, 0xb1, 0xe9, 0xce, 0x4a, 0x4f, + 0xcf, 0xe2, 0xdc, 0xfe, 0xfe, 0xf7, 0xbf, 0x7f, 0x9a, 0xbf, 0x41, 0xb6, 0xe8, 0xb4, 0xb1, 0x4e, + 0x7e, 0xb6, 0x60, 0xd1, 0x4c, 0x37, 0x32, 0x35, 0x4d, 0x71, 0x72, 0x36, 0xe9, 0xcc, 0x7c, 0xe3, + 0xeb, 0x43, 0xf4, 0x45, 0xc9, 0xbd, 0x12, 0x5f, 0x41, 0x1a, 0x43, 0x9f, 0x65, 0xd7, 0xfb, 0x9c, + 0xfc, 0x62, 0x41, 0x23, 0x3f, 0xe8, 0xc8, 0xee, 0xb4, 0xc4, 0x6f, 0x18, 0xab, 0xcd, 0x0f, 0xfe, + 0x5b, 0x90, 0xb1, 0xfc, 0x00, 0x2d, 0xdf, 0x27, 0x7b, 0x25, 0x96, 0x07, 0xa1, 0x90, 0x5e, 0x36, + 0x61, 0xe9, 0xb3, 0xfc, 0xde, 0x73, 0xf2, 0xc2, 0x82, 0x8a, 0x56, 0x26, 0xef, 0xcf, 0x92, 0x3f, + 0x33, 0x7b, 0x77, 0x36, 0xb2, 0x31, 0xb9, 0x8d, 0x26, 0xb7, 0xc8, 0xc6, 0x14, 0x93, 0xe4, 0x57, + 0x0b, 0xae, 0x5f, 0x7a, 0x02, 0xe4, 0xa3, 0x69, 0xc9, 0x26, 0x3d, 0xd4, 0xe6, 0xfd, 0xff, 0x11, + 0x69, 0x3c, 0xef, 0xa1, 0xe7, 0x36, 0xa1, 0x25, 0x9e, 0x71, 0xcc, 0x49, 0xee, 0xe5, 0x5f, 0xf7, + 0xfe, 0xc3, 0x97, 0xe7, 0x2d, 0xeb, 0xd5, 0x79, 0xcb, 0xfa, 0xeb, 0xbc, 0x65, 0xfd, 0x70, 0xd1, + 0x9a, 0x7b, 0x75, 0xd1, 0x9a, 0xfb, 0xe3, 0xa2, 0x35, 0xf7, 0x35, 0xed, 0x87, 0xf2, 0x44, 0x75, + 0xdd, 0x80, 0x0f, 0x8b, 0xa2, 0xa7, 0x3b, 0x74, 0x54, 0x54, 0x96, 0x67, 0x31, 0x13, 0xdd, 0x2a, + 0xfe, 0x0d, 0xd9, 0xfd, 0x27, 0x00, 0x00, 0xff, 0xff, 0xf1, 0x2c, 0x6a, 0x25, 0xa0, 0x09, 0x00, + 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/subscription/types/subscription.pb.go b/x/subscription/types/subscription.pb.go index 7e93fab785..6b8a38539d 100644 --- a/x/subscription/types/subscription.pb.go +++ b/x/subscription/types/subscription.pb.go @@ -266,41 +266,42 @@ func init() { } var fileDescriptor_c3bc5507ca237d79 = []byte{ - // 542 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x53, 0xcf, 0x6f, 0xd3, 0x30, - 0x14, 0x6e, 0xb6, 0xb4, 0x6b, 0xdd, 0x9f, 0xf3, 0x26, 0xe4, 0x55, 0x22, 0x54, 0x05, 0x44, 0x85, - 0x46, 0xa2, 0xb1, 0x03, 0xf7, 0x4e, 0x4c, 0xa2, 0x42, 0x08, 0x95, 0x9d, 0x38, 0x10, 0x39, 0xa9, - 0xdb, 0x46, 0x24, 0x71, 0xe5, 0xd8, 0x23, 0xfb, 0x2f, 0xf8, 0xb3, 0x76, 0x42, 0x3b, 0x72, 0x42, - 0xa8, 0xfd, 0x3b, 0x90, 0x90, 0x5f, 0xd2, 0xd0, 0x6a, 0x30, 0xb1, 0x93, 0xfd, 0xbe, 0xf7, 0x7d, - 0x7e, 0xef, 0xd9, 0x9f, 0xd1, 0x71, 0x48, 0x2f, 0x69, 0xcc, 0xa4, 0xa3, 0x57, 0x27, 0x51, 0x5e, - 0xe2, 0x8b, 0x60, 0x21, 0x03, 0x1e, 0x6f, 0x05, 0xf6, 0x42, 0x70, 0xc9, 0xf1, 0x51, 0xce, 0xb6, - 0xf5, 0x6a, 0x6f, 0x12, 0xba, 0x96, 0xcf, 0x93, 0x88, 0x27, 0x8e, 0x47, 0x13, 0xe6, 0x5c, 0x9e, - 0x78, 0x4c, 0xd2, 0x13, 0xc7, 0xe7, 0x41, 0x2e, 0xed, 0x1e, 0xce, 0xf8, 0x8c, 0xc3, 0xd6, 0xd1, - 0xbb, 0x0c, 0xed, 0xff, 0x32, 0x51, 0xe3, 0xc3, 0xc6, 0x31, 0x98, 0xa0, 0x3d, 0x5f, 0x30, 0x2a, - 0xb9, 0x20, 0x46, 0xcf, 0x18, 0xd4, 0xc6, 0xeb, 0x10, 0x77, 0x51, 0xd5, 0xe7, 0x71, 0xa2, 0x22, - 0x26, 0xc8, 0x0e, 0xa4, 0x8a, 0x18, 0x1f, 0xa2, 0xb2, 0x17, 0x72, 0xff, 0x33, 0xd9, 0xed, 0x19, - 0x03, 0x73, 0x9c, 0x05, 0xf8, 0x21, 0x42, 0x8b, 0x90, 0xc6, 0x6e, 0x10, 0x4f, 0x58, 0x4a, 0x4c, - 0xd0, 0xd4, 0x34, 0xf2, 0x46, 0x03, 0x45, 0x3a, 0x53, 0x96, 0x41, 0x09, 0xe9, 0x21, 0xa8, 0x9f, - 0xa1, 0xf6, 0x44, 0x09, 0xaa, 0xbb, 0x72, 0x3d, 0xae, 0x66, 0x73, 0x49, 0x2a, 0xc0, 0x69, 0xad, - 0xe1, 0x21, 0xa0, 0xf8, 0x31, 0x6a, 0x16, 0xc4, 0x90, 0x4d, 0x25, 0xd9, 0x03, 0x5a, 0x63, 0x0d, - 0xbe, 0x65, 0x53, 0x89, 0x9f, 0xa3, 0xfd, 0x88, 0xc7, 0x72, 0xee, 0xb2, 0x74, 0x11, 0x88, 0x2b, - 0x57, 0x06, 0x11, 0x23, 0x55, 0x20, 0xb6, 0x21, 0xf1, 0x1a, 0xf0, 0x8b, 0x20, 0x62, 0xf8, 0x09, - 0x6a, 0x65, 0x5c, 0x5f, 0xb9, 0x92, 0x4b, 0x1a, 0x12, 0x94, 0x9d, 0x08, 0xe8, 0x99, 0xba, 0xd0, - 0x18, 0xee, 0xa3, 0x66, 0xc1, 0x82, 0xb2, 0x75, 0x20, 0xd5, 0x73, 0x12, 0x54, 0xd5, 0xb7, 0x19, - 0xaa, 0x44, 0x32, 0x41, 0x9a, 0xf9, 0x6d, 0x66, 0x21, 0x7e, 0x8a, 0x8a, 0x31, 0xf2, 0x1a, 0x2d, - 0x90, 0x17, 0xa3, 0x64, 0x45, 0x3e, 0xa1, 0x83, 0xa9, 0x92, 0x4a, 0x30, 0x77, 0xf3, 0xb1, 0x49, - 0xa7, 0x67, 0x0c, 0xea, 0x2f, 0x5f, 0xd8, 0xff, 0xb4, 0x83, 0x7d, 0x0e, 0xaa, 0xcd, 0xa7, 0x1d, - 0xe3, 0xe9, 0x2d, 0x0c, 0x9f, 0xa2, 0x07, 0x54, 0x49, 0xee, 0x0a, 0x16, 0xb3, 0x2f, 0x34, 0x74, - 0x63, 0x96, 0x4a, 0x57, 0xbf, 0x01, 0xd9, 0x87, 0x7e, 0x0f, 0x74, 0x76, 0x9c, 0x25, 0xdf, 0xb1, - 0x54, 0xbe, 0x0f, 0x69, 0x8c, 0x5f, 0xa1, 0x8a, 0x2f, 0xd8, 0x24, 0x90, 0x04, 0x43, 0x1f, 0x47, - 0x76, 0xe6, 0x3d, 0x5b, 0x7b, 0xcf, 0xce, 0xbd, 0x67, 0x9f, 0xf1, 0x20, 0x1e, 0x9a, 0xd7, 0x3f, - 0x1e, 0x95, 0xc6, 0x39, 0x7d, 0x64, 0x56, 0x6b, 0x1d, 0x34, 0x32, 0xab, 0x8d, 0x4e, 0x73, 0x64, - 0x56, 0xdb, 0x9d, 0x4e, 0xff, 0x9b, 0x81, 0xf0, 0xed, 0x56, 0xef, 0x70, 0xe1, 0xb6, 0xa7, 0x76, - 0xee, 0xf6, 0xd4, 0xee, 0x7f, 0x78, 0xca, 0xfc, 0xab, 0xa7, 0xfe, 0x8c, 0x58, 0xbe, 0xd7, 0x88, - 0xc3, 0xf3, 0xeb, 0xa5, 0x65, 0xdc, 0x2c, 0x2d, 0xe3, 0xe7, 0xd2, 0x32, 0xbe, 0xae, 0xac, 0xd2, - 0xcd, 0xca, 0x2a, 0x7d, 0x5f, 0x59, 0xa5, 0x8f, 0xc7, 0xb3, 0x40, 0xce, 0x95, 0x67, 0xfb, 0x3c, - 0x72, 0xb6, 0x3e, 0x7d, 0xba, 0xfd, 0xed, 0xe5, 0xd5, 0x82, 0x25, 0x5e, 0x05, 0xfe, 0xe7, 0xe9, - 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0xcb, 0x53, 0x38, 0x5f, 0x20, 0x04, 0x00, 0x00, + // 545 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x53, 0x5f, 0x6f, 0xd3, 0x3e, + 0x14, 0x6d, 0xb6, 0xb4, 0x6b, 0xdd, 0xbf, 0xf3, 0xa6, 0x9f, 0xbc, 0x4a, 0xbf, 0x50, 0x15, 0x10, + 0x15, 0x82, 0x44, 0xdb, 0x1e, 0x78, 0xef, 0x04, 0xd2, 0x2a, 0x84, 0x50, 0xd9, 0x13, 0x0f, 0x44, + 0x4e, 0xea, 0xb6, 0x11, 0x49, 0x5c, 0x39, 0x76, 0xc9, 0xbe, 0x05, 0x1f, 0x6b, 0x4f, 0x68, 0x8f, + 0x3c, 0x21, 0xd4, 0x7e, 0x0e, 0x24, 0xe4, 0x9b, 0x34, 0xb4, 0x1a, 0x4c, 0xf0, 0x64, 0xdf, 0x73, + 0xcf, 0xf1, 0xbd, 0xd7, 0x3e, 0x46, 0xcf, 0x42, 0xba, 0xa4, 0x31, 0x93, 0x8e, 0x5e, 0x9d, 0x44, + 0x79, 0x89, 0x2f, 0x82, 0x85, 0x0c, 0x78, 0xbc, 0x13, 0xd8, 0x0b, 0xc1, 0x25, 0xc7, 0x27, 0x39, + 0xdb, 0xd6, 0xab, 0xbd, 0x4d, 0xe8, 0x5a, 0x3e, 0x4f, 0x22, 0x9e, 0x38, 0x1e, 0x4d, 0x98, 0xb3, + 0x3c, 0xf5, 0x98, 0xa4, 0xa7, 0x8e, 0xcf, 0x83, 0x5c, 0xda, 0x3d, 0x9e, 0xf1, 0x19, 0x87, 0xad, + 0xa3, 0x77, 0x19, 0xda, 0xff, 0x61, 0xa2, 0xc6, 0xbb, 0xad, 0x63, 0x30, 0x41, 0x07, 0xbe, 0x60, + 0x54, 0x72, 0x41, 0x8c, 0x9e, 0x31, 0xa8, 0x8d, 0x37, 0x21, 0xee, 0xa2, 0xaa, 0xcf, 0xe3, 0x44, + 0x45, 0x4c, 0x90, 0x3d, 0x48, 0x15, 0x31, 0x3e, 0x46, 0x65, 0x2f, 0xe4, 0xfe, 0x47, 0xb2, 0xdf, + 0x33, 0x06, 0xe6, 0x38, 0x0b, 0xf0, 0xff, 0x08, 0x2d, 0x42, 0x1a, 0xbb, 0x41, 0x3c, 0x61, 0x29, + 0x31, 0x41, 0x53, 0xd3, 0xc8, 0xa5, 0x06, 0x8a, 0x74, 0xa6, 0x2c, 0x83, 0x12, 0xd2, 0x43, 0x50, + 0x3f, 0x41, 0xed, 0x89, 0x12, 0x54, 0x77, 0xe5, 0x7a, 0x5c, 0xcd, 0xe6, 0x92, 0x54, 0x80, 0xd3, + 0xda, 0xc0, 0x43, 0x40, 0xf1, 0x43, 0xd4, 0x2c, 0x88, 0x21, 0x9b, 0x4a, 0x72, 0x00, 0xb4, 0xc6, + 0x06, 0x7c, 0xcd, 0xa6, 0x12, 0x3f, 0x45, 0x87, 0x11, 0x8f, 0xe5, 0xdc, 0x65, 0xe9, 0x22, 0x10, + 0xd7, 0xae, 0x0c, 0x22, 0x46, 0xaa, 0x40, 0x6c, 0x43, 0xe2, 0x25, 0xe0, 0x57, 0x41, 0xc4, 0xf0, + 0x23, 0xd4, 0xca, 0xb8, 0xbe, 0x72, 0x25, 0x97, 0x34, 0x24, 0x28, 0x3b, 0x11, 0xd0, 0x0b, 0x75, + 0xa5, 0x31, 0xdc, 0x47, 0xcd, 0x82, 0x05, 0x65, 0xeb, 0x40, 0xaa, 0xe7, 0x24, 0xa8, 0xaa, 0x6f, + 0x33, 0x54, 0x89, 0x64, 0x82, 0x34, 0xf3, 0xdb, 0xcc, 0x42, 0xfc, 0x18, 0x15, 0x63, 0xe4, 0x35, + 0x5a, 0x20, 0x2f, 0x46, 0xc9, 0x8a, 0x7c, 0x40, 0x47, 0x53, 0x25, 0x95, 0x60, 0xee, 0xf6, 0x63, + 0x93, 0x4e, 0xcf, 0x18, 0xd4, 0xcf, 0x9e, 0xdb, 0x7f, 0xb4, 0x83, 0xfd, 0x0a, 0x54, 0xdb, 0x4f, + 0x3b, 0xc6, 0xd3, 0x3b, 0x18, 0x3e, 0x47, 0xff, 0x51, 0x25, 0xb9, 0x2b, 0x58, 0xcc, 0x3e, 0xd1, + 0xd0, 0x8d, 0x59, 0x2a, 0x5d, 0xfd, 0x06, 0xe4, 0x10, 0xfa, 0x3d, 0xd2, 0xd9, 0x71, 0x96, 0x7c, + 0xc3, 0x52, 0xf9, 0x36, 0xa4, 0x31, 0x7e, 0x81, 0x2a, 0xbe, 0x60, 0x93, 0x40, 0x12, 0x0c, 0x7d, + 0x9c, 0xd8, 0x99, 0xf7, 0x6c, 0xed, 0x3d, 0x3b, 0xf7, 0x9e, 0x7d, 0xc1, 0x83, 0x78, 0x68, 0xde, + 0x7c, 0x7b, 0x50, 0x1a, 0xe7, 0xf4, 0x91, 0x59, 0xad, 0x75, 0xd0, 0xc8, 0xac, 0x36, 0x3a, 0xcd, + 0x91, 0x59, 0x6d, 0x77, 0x3a, 0xfd, 0x2f, 0x06, 0xc2, 0x77, 0x5b, 0xbd, 0xc7, 0x85, 0xbb, 0x9e, + 0xda, 0xbb, 0xdf, 0x53, 0xfb, 0x7f, 0xe1, 0x29, 0xf3, 0xb7, 0x9e, 0xfa, 0x35, 0x62, 0xf9, 0x9f, + 0x46, 0x1c, 0x5e, 0xde, 0xac, 0x2c, 0xe3, 0x76, 0x65, 0x19, 0xdf, 0x57, 0x96, 0xf1, 0x79, 0x6d, + 0x95, 0x6e, 0xd7, 0x56, 0xe9, 0xeb, 0xda, 0x2a, 0xbd, 0x77, 0x66, 0x81, 0x9c, 0x2b, 0xcf, 0xf6, + 0x79, 0xe4, 0xec, 0x7c, 0xfa, 0xe5, 0x99, 0x93, 0xee, 0xfe, 0x7c, 0x79, 0xbd, 0x60, 0x89, 0x57, + 0x81, 0x2f, 0x7a, 0xfe, 0x33, 0x00, 0x00, 0xff, 0xff, 0x46, 0xe0, 0x22, 0x71, 0x23, 0x04, 0x00, + 0x00, } func (m *Subscription) Marshal() (dAtA []byte, err error) { diff --git a/x/subscription/types/tx.pb.go b/x/subscription/types/tx.pb.go index c61435b249..0c10df7e1a 100644 --- a/x/subscription/types/tx.pb.go +++ b/x/subscription/types/tx.pb.go @@ -9,7 +9,7 @@ import ( _ "github.com/cosmos/gogoproto/gogoproto" grpc1 "github.com/cosmos/gogoproto/grpc" proto "github.com/cosmos/gogoproto/proto" - types "github.com/lavanet/lava/x/projects/types" + types "github.com/lavanet/lava/v2/x/projects/types" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status" @@ -445,39 +445,39 @@ func init() { } var fileDescriptor_b1bb075a6865b817 = []byte{ - // 498 bytes of a gzipped FileDescriptorProto + // 499 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x54, 0x3f, 0x6f, 0xd3, 0x40, - 0x14, 0x8f, 0xb1, 0xeb, 0x86, 0x97, 0x02, 0xd1, 0xa9, 0x14, 0xe3, 0xc1, 0xa4, 0x66, 0x49, 0x25, - 0x64, 0x43, 0x99, 0x19, 0x1a, 0x55, 0x0c, 0xa0, 0x48, 0x95, 0xd9, 0x58, 0xa2, 0x8b, 0x7d, 0x72, - 0x02, 0xc9, 0x9d, 0x75, 0x77, 0x0e, 0xe9, 0xb7, 0x60, 0xe7, 0xeb, 0x30, 0x74, 0xec, 0xc8, 0x84, - 0x50, 0xf2, 0x45, 0x90, 0xcf, 0x76, 0x6c, 0x83, 0x52, 0x77, 0xba, 0xf7, 0xde, 0xfd, 0xde, 0xbf, - 0xdf, 0xef, 0x74, 0xe0, 0x2e, 0xf0, 0x0a, 0x53, 0x22, 0xfd, 0xec, 0xf4, 0x45, 0x3a, 0x15, 0x21, - 0x9f, 0x27, 0x72, 0xce, 0xa8, 0x2f, 0xd7, 0x5e, 0xc2, 0x99, 0x64, 0xe8, 0x79, 0x81, 0xf1, 0xb2, - 0xd3, 0xab, 0x63, 0xec, 0x97, 0x8d, 0xf4, 0x84, 0xb3, 0x2f, 0x24, 0x94, 0xa2, 0x34, 0xf2, 0x7c, - 0xfb, 0x38, 0x66, 0x31, 0x53, 0xa6, 0x9f, 0x59, 0x79, 0xd4, 0xfd, 0xa9, 0x81, 0x39, 0x16, 0xf1, - 0x28, 0xbd, 0x46, 0x16, 0x1c, 0x86, 0x9c, 0x60, 0xc9, 0xb8, 0xa5, 0x0d, 0xb4, 0xe1, 0xc3, 0xa0, - 0x74, 0x91, 0x0d, 0xdd, 0x90, 0x51, 0x91, 0x2e, 0x09, 0xb7, 0x1e, 0xa8, 0xab, 0x9d, 0x8f, 0x8e, - 0xe1, 0x60, 0x4e, 0x23, 0xb2, 0xb6, 0x74, 0x75, 0x91, 0x3b, 0x59, 0x46, 0x94, 0x72, 0x9c, 0x4d, - 0x67, 0x19, 0x03, 0x6d, 0x68, 0x04, 0x3b, 0x1f, 0x9d, 0xc2, 0x11, 0x4e, 0x25, 0x9b, 0x70, 0x42, - 0xc9, 0x37, 0xbc, 0xb0, 0xcc, 0x81, 0x36, 0xec, 0x06, 0xbd, 0x2c, 0x16, 0xe4, 0x21, 0x74, 0x06, - 0x7d, 0x1c, 0xad, 0x30, 0x0d, 0xc9, 0x24, 0x49, 0x79, 0x38, 0xc3, 0x82, 0x58, 0x87, 0x0a, 0xf6, - 0xa4, 0x88, 0x5f, 0x15, 0xe1, 0x0f, 0x46, 0xf7, 0xa0, 0x6f, 0xba, 0x7d, 0x78, 0x9c, 0x6f, 0x11, - 0x10, 0x91, 0x30, 0x2a, 0x88, 0xbb, 0x82, 0x47, 0x63, 0x11, 0x5f, 0x44, 0xd1, 0x55, 0xce, 0xc2, - 0x1d, 0xeb, 0x7d, 0x84, 0xa3, 0x82, 0xaa, 0x49, 0x84, 0x25, 0x56, 0x2b, 0xf6, 0xce, 0x5d, 0xaf, - 0x41, 0x78, 0xc9, 0xaa, 0x57, 0xd4, 0xbb, 0xc4, 0x12, 0x8f, 0x8c, 0x9b, 0xdf, 0x2f, 0x3a, 0x41, - 0x2f, 0xa9, 0x42, 0xee, 0x33, 0x78, 0xda, 0xe8, 0xbb, 0x1b, 0xe8, 0x9d, 0x1a, 0xe8, 0x92, 0x2c, - 0xda, 0x07, 0x42, 0x60, 0x50, 0xbc, 0x24, 0x05, 0xd7, 0xca, 0x2e, 0xea, 0x56, 0xe9, 0xbb, 0xba, - 0x52, 0xad, 0x7e, 0x51, 0x63, 0x6f, 0x7f, 0xe1, 0x13, 0x30, 0x09, 0xc5, 0xd3, 0x45, 0x5e, 0xba, - 0x1b, 0x14, 0x5e, 0x43, 0x60, 0x7d, 0x9f, 0xc0, 0x46, 0x4d, 0x60, 0xd7, 0x82, 0x93, 0x66, 0xd7, - 0x72, 0x9e, 0xf3, 0x1f, 0x3a, 0xe8, 0x63, 0x11, 0xa3, 0x4f, 0xa0, 0x67, 0xaf, 0xea, 0xd4, 0xdb, - 0xfb, 0x6e, 0xbd, 0x5c, 0x32, 0xfb, 0xac, 0x15, 0x52, 0x16, 0x47, 0x33, 0x80, 0x9a, 0xa4, 0xc3, - 0xbb, 0x13, 0x2b, 0xa4, 0xfd, 0xfa, 0xbe, 0xc8, 0x7a, 0xa7, 0x9a, 0x56, 0x2d, 0x9d, 0x2a, 0x64, - 0x5b, 0xa7, 0xff, 0x05, 0x44, 0x5f, 0xa1, 0x57, 0x57, 0xaf, 0x85, 0x8d, 0x1a, 0xd4, 0x7e, 0x73, - 0x6f, 0x68, 0xd9, 0x6c, 0xf4, 0xfe, 0x66, 0xe3, 0x68, 0xb7, 0x1b, 0x47, 0xfb, 0xb3, 0x71, 0xb4, - 0xef, 0x5b, 0xa7, 0x73, 0xbb, 0x75, 0x3a, 0xbf, 0xb6, 0x4e, 0xe7, 0xf3, 0xab, 0x78, 0x2e, 0x67, - 0xe9, 0xd4, 0x0b, 0xd9, 0xd2, 0x6f, 0xfc, 0x27, 0xeb, 0x7f, 0x3e, 0xa4, 0xeb, 0x84, 0x88, 0xa9, - 0xa9, 0xbe, 0x8f, 0xb7, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0xf0, 0x95, 0xe6, 0xe6, 0xba, 0x04, - 0x00, 0x00, + 0x14, 0x8f, 0xb1, 0xeb, 0x86, 0x97, 0x02, 0xd1, 0xa9, 0x14, 0xe3, 0xc1, 0xa4, 0x66, 0x49, 0x17, + 0x1b, 0xc2, 0xcc, 0xd0, 0xa8, 0x0b, 0xa0, 0x48, 0x95, 0xd9, 0x58, 0xa2, 0x8b, 0x7d, 0x72, 0x02, + 0xc9, 0x9d, 0x75, 0x77, 0x0e, 0xe9, 0xb7, 0x60, 0xe7, 0xeb, 0x30, 0x74, 0xec, 0xc8, 0x84, 0x50, + 0xf2, 0x45, 0x90, 0xcf, 0x76, 0x62, 0x53, 0xa5, 0xce, 0x74, 0xef, 0xbd, 0xfb, 0xbd, 0x7f, 0xbf, + 0xdf, 0xe9, 0xc0, 0x9d, 0xe3, 0x25, 0xa6, 0x44, 0xfa, 0xd9, 0xe9, 0x8b, 0x74, 0x22, 0x42, 0x3e, + 0x4b, 0xe4, 0x8c, 0x51, 0x5f, 0xae, 0xbc, 0x84, 0x33, 0xc9, 0xd0, 0xcb, 0x02, 0xe3, 0x65, 0xa7, + 0x57, 0xc5, 0xd8, 0xaf, 0x6b, 0xe9, 0x09, 0x67, 0x5f, 0x49, 0x28, 0x45, 0x69, 0xe4, 0xf9, 0xf6, + 0x69, 0xcc, 0x62, 0xa6, 0x4c, 0x3f, 0xb3, 0xf2, 0xa8, 0xfb, 0x4b, 0x03, 0x73, 0x24, 0xe2, 0x61, + 0x7a, 0x83, 0x2c, 0x38, 0x0e, 0x39, 0xc1, 0x92, 0x71, 0x4b, 0xeb, 0x69, 0xfd, 0xc7, 0x41, 0xe9, + 0x22, 0x1b, 0xda, 0x21, 0xa3, 0x22, 0x5d, 0x10, 0x6e, 0x3d, 0x52, 0x57, 0x5b, 0x1f, 0x9d, 0xc2, + 0xd1, 0x8c, 0x46, 0x64, 0x65, 0xe9, 0xea, 0x22, 0x77, 0xb2, 0x8c, 0x28, 0xe5, 0x38, 0x9b, 0xce, + 0x32, 0x7a, 0x5a, 0xdf, 0x08, 0xb6, 0x3e, 0x3a, 0x87, 0x13, 0x9c, 0x4a, 0x36, 0xe6, 0x84, 0x92, + 0xef, 0x78, 0x6e, 0x99, 0x3d, 0xad, 0xdf, 0x0e, 0x3a, 0x59, 0x2c, 0xc8, 0x43, 0xe8, 0x02, 0xba, + 0x38, 0x5a, 0x62, 0x1a, 0x92, 0x71, 0x92, 0xf2, 0x70, 0x8a, 0x05, 0xb1, 0x8e, 0x15, 0xec, 0x59, + 0x11, 0xbf, 0x2e, 0xc2, 0x1f, 0x8d, 0xf6, 0x51, 0xd7, 0x74, 0xbb, 0xf0, 0x34, 0xdf, 0x22, 0x20, + 0x22, 0x61, 0x54, 0x10, 0x77, 0x09, 0x4f, 0x46, 0x22, 0xbe, 0x8c, 0xa2, 0xeb, 0x9c, 0x85, 0x07, + 0xd6, 0xfb, 0x04, 0x27, 0x05, 0x55, 0xe3, 0x08, 0x4b, 0xac, 0x56, 0xec, 0x0c, 0x5c, 0xaf, 0x46, + 0x78, 0xc9, 0xaa, 0x57, 0xd4, 0xbb, 0xc2, 0x12, 0x0f, 0x8d, 0xdb, 0x3f, 0xaf, 0x5a, 0x41, 0x27, + 0xd9, 0x85, 0xdc, 0x17, 0xf0, 0xbc, 0xd6, 0x77, 0x3b, 0xd0, 0x7b, 0x35, 0xd0, 0x15, 0x99, 0x37, + 0x0f, 0x84, 0xc0, 0xa0, 0x78, 0x41, 0x0a, 0xae, 0x95, 0x5d, 0xd4, 0xdd, 0xa5, 0x6f, 0xeb, 0x4a, + 0xb5, 0xfa, 0x65, 0x85, 0xbd, 0xfd, 0x85, 0xcf, 0xc0, 0x24, 0x14, 0x4f, 0xe6, 0x79, 0xe9, 0x76, + 0x50, 0x78, 0x35, 0x81, 0xf5, 0x7d, 0x02, 0x1b, 0x15, 0x81, 0x5d, 0x0b, 0xce, 0xea, 0x5d, 0xcb, + 0x79, 0x06, 0x3f, 0x75, 0xd0, 0x47, 0x22, 0x46, 0x9f, 0x41, 0xcf, 0x5e, 0xd5, 0xb9, 0xb7, 0xf7, + 0xdd, 0x7a, 0xb9, 0x64, 0xf6, 0x45, 0x23, 0xa4, 0x2c, 0x8e, 0xa6, 0x00, 0x15, 0x49, 0xfb, 0x0f, + 0x27, 0xee, 0x90, 0xf6, 0x9b, 0x43, 0x91, 0xd5, 0x4e, 0x15, 0xad, 0x1a, 0x3a, 0xed, 0x90, 0x4d, + 0x9d, 0xee, 0x0b, 0x88, 0xbe, 0x41, 0xa7, 0xaa, 0x5e, 0x03, 0x1b, 0x15, 0xa8, 0xfd, 0xf6, 0x60, + 0x68, 0xd9, 0x6c, 0xf8, 0xe1, 0x76, 0xed, 0x68, 0x77, 0x6b, 0x47, 0xfb, 0xbb, 0x76, 0xb4, 0x1f, + 0x1b, 0xa7, 0x75, 0xb7, 0x71, 0x5a, 0xbf, 0x37, 0x4e, 0xeb, 0x8b, 0x1f, 0xcf, 0xe4, 0x34, 0x9d, + 0x78, 0x21, 0x5b, 0xf8, 0xb5, 0xff, 0x64, 0x39, 0xf0, 0x57, 0xff, 0xfd, 0x49, 0x37, 0x09, 0x11, + 0x13, 0x53, 0xfd, 0x20, 0xef, 0xfe, 0x05, 0x00, 0x00, 0xff, 0xff, 0x95, 0x65, 0xd7, 0xa5, 0xbd, + 0x04, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/timerstore/client/cli/query.go b/x/timerstore/client/cli/query.go index 3a43a07b9e..06602296e2 100644 --- a/x/timerstore/client/cli/query.go +++ b/x/timerstore/client/cli/query.go @@ -4,7 +4,7 @@ import ( "fmt" "github.com/cosmos/cosmos-sdk/client" - "github.com/lavanet/lava/x/timerstore/types" + "github.com/lavanet/lava/v2/x/timerstore/types" "github.com/spf13/cobra" ) diff --git a/x/timerstore/client/cli/query_all_timers.go b/x/timerstore/client/cli/query_all_timers.go index f98be0f616..75a8cab925 100644 --- a/x/timerstore/client/cli/query_all_timers.go +++ b/x/timerstore/client/cli/query_all_timers.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/timerstore/types" + "github.com/lavanet/lava/v2/x/timerstore/types" "github.com/spf13/cobra" ) diff --git a/x/timerstore/client/cli/query_next.go b/x/timerstore/client/cli/query_next.go index 32bc00930b..abe4508d09 100644 --- a/x/timerstore/client/cli/query_next.go +++ b/x/timerstore/client/cli/query_next.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/timerstore/types" + "github.com/lavanet/lava/v2/x/timerstore/types" "github.com/spf13/cobra" ) diff --git a/x/timerstore/client/cli/query_store_keys.go b/x/timerstore/client/cli/query_store_keys.go index f169a71539..defa2e6133 100644 --- a/x/timerstore/client/cli/query_store_keys.go +++ b/x/timerstore/client/cli/query_store_keys.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/lavanet/lava/x/timerstore/types" + "github.com/lavanet/lava/v2/x/timerstore/types" "github.com/spf13/cobra" ) diff --git a/x/timerstore/keeper/grpc_query_all_timers.go b/x/timerstore/keeper/grpc_query_all_timers.go index c489ceea06..6cbcef6ae0 100644 --- a/x/timerstore/keeper/grpc_query_all_timers.go +++ b/x/timerstore/keeper/grpc_query_all_timers.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/lavanet/lava/x/timerstore/types" + "github.com/lavanet/lava/v2/x/timerstore/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/timerstore/keeper/grpc_query_next.go b/x/timerstore/keeper/grpc_query_next.go index 18338acab2..f2a5fc3f87 100644 --- a/x/timerstore/keeper/grpc_query_next.go +++ b/x/timerstore/keeper/grpc_query_next.go @@ -5,8 +5,8 @@ import ( "math" sdk "github.com/cosmos/cosmos-sdk/types" - commontypes "github.com/lavanet/lava/utils/common/types" - "github.com/lavanet/lava/x/timerstore/types" + commontypes "github.com/lavanet/lava/v2/utils/common/types" + "github.com/lavanet/lava/v2/x/timerstore/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/timerstore/keeper/grpc_query_store_keys.go b/x/timerstore/keeper/grpc_query_store_keys.go index a372373f16..9153a7bfe9 100644 --- a/x/timerstore/keeper/grpc_query_store_keys.go +++ b/x/timerstore/keeper/grpc_query_store_keys.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/lavanet/lava/x/timerstore/types" + "github.com/lavanet/lava/v2/x/timerstore/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/timerstore/keeper/keeper.go b/x/timerstore/keeper/keeper.go index 060cdc353f..158872f789 100644 --- a/x/timerstore/keeper/keeper.go +++ b/x/timerstore/keeper/keeper.go @@ -4,7 +4,7 @@ import ( "github.com/cosmos/cosmos-sdk/codec" storetypes "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" - timerstoretypes "github.com/lavanet/lava/x/timerstore/types" + timerstoretypes "github.com/lavanet/lava/v2/x/timerstore/types" ) func NewKeeper(cdc codec.BinaryCodec) *Keeper { diff --git a/x/timerstore/module.go b/x/timerstore/module.go index b0183f1409..7234bf857e 100644 --- a/x/timerstore/module.go +++ b/x/timerstore/module.go @@ -8,9 +8,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" "github.com/grpc-ecosystem/grpc-gateway/runtime" - "github.com/lavanet/lava/x/timerstore/client/cli" - timerstorekeeper "github.com/lavanet/lava/x/timerstore/keeper" - "github.com/lavanet/lava/x/timerstore/types" + "github.com/lavanet/lava/v2/x/timerstore/client/cli" + timerstorekeeper "github.com/lavanet/lava/v2/x/timerstore/keeper" + "github.com/lavanet/lava/v2/x/timerstore/types" "github.com/spf13/cobra" ) diff --git a/x/timerstore/types/query.pb.go b/x/timerstore/types/query.pb.go index d115031cf8..533b769e04 100644 --- a/x/timerstore/types/query.pb.go +++ b/x/timerstore/types/query.pb.go @@ -502,45 +502,45 @@ func init() { } var fileDescriptor_67348a2ef655ad3f = []byte{ - // 593 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x54, 0xcf, 0x6e, 0xd3, 0x4e, - 0x10, 0xb6, 0x1b, 0xb7, 0xbf, 0x9f, 0xa7, 0xa0, 0x36, 0x2b, 0x68, 0xa3, 0x80, 0x4c, 0xe4, 0x82, - 0x14, 0x82, 0x64, 0x4b, 0x81, 0x03, 0xea, 0x89, 0x46, 0x95, 0x08, 0xa2, 0x42, 0xc5, 0x70, 0xe2, - 0x40, 0xe5, 0xa4, 0x5b, 0xd7, 0x8a, 0xeb, 0x4d, 0xe3, 0x0d, 0x24, 0xaa, 0xca, 0x81, 0x27, 0x40, - 0xe2, 0xc4, 0x4b, 0xf0, 0x1c, 0x3d, 0x70, 0xa8, 0xc4, 0x85, 0x13, 0x42, 0x09, 0x0f, 0xc0, 0x23, - 0xa0, 0x1d, 0x6f, 0x5c, 0xe7, 0x8f, 0x69, 0x04, 0x27, 0x8f, 0x67, 0xbf, 0xfd, 0xe6, 0x9b, 0x6f, - 0xc6, 0x86, 0x8d, 0xc0, 0x7d, 0xe3, 0x86, 0x94, 0xdb, 0xe2, 0x69, 0x73, 0xff, 0x88, 0x76, 0x22, - 0xce, 0x3a, 0xd4, 0x3e, 0xee, 0xd2, 0x4e, 0xdf, 0x6a, 0x77, 0x18, 0x67, 0x64, 0x5d, 0x82, 0x2c, - 0xf1, 0xb4, 0x2e, 0x40, 0xc5, 0x6b, 0x1e, 0xf3, 0x18, 0x62, 0x6c, 0x11, 0xc5, 0xf0, 0xe2, 0x4d, - 0x8f, 0x31, 0x2f, 0xa0, 0xb6, 0xdb, 0xf6, 0x6d, 0x37, 0x0c, 0x19, 0x77, 0xb9, 0xcf, 0xc2, 0x48, - 0x9e, 0x66, 0x56, 0xc4, 0x30, 0x06, 0x99, 0x3b, 0x70, 0xfd, 0xb9, 0x10, 0xb0, 0x15, 0x04, 0x2f, - 0x11, 0xe1, 0xd0, 0xe3, 0x2e, 0x8d, 0x38, 0xb9, 0x01, 0x3a, 0xa2, 0xf7, 0x5a, 0xb4, 0x5f, 0x50, - 0x4b, 0x6a, 0x59, 0x77, 0xfe, 0xc7, 0xc4, 0x53, 0xda, 0x27, 0x6b, 0xb0, 0xd4, 0xee, 0xd0, 0x03, - 0xbf, 0x57, 0x58, 0xc0, 0x13, 0xf9, 0x66, 0xbe, 0x03, 0x1d, 0x59, 0x9e, 0x84, 0x07, 0x8c, 0x18, - 0xa0, 0x37, 0x02, 0xd6, 0x6c, 0x89, 0x4c, 0xcc, 0x50, 0x57, 0x9c, 0x8b, 0x14, 0x31, 0x61, 0x19, - 0x5f, 0xea, 0xd4, 0xf7, 0x0e, 0x39, 0x32, 0x69, 0x75, 0xc5, 0x49, 0x27, 0xc9, 0x2a, 0xe4, 0x44, - 0xfd, 0x1c, 0x56, 0x11, 0x21, 0x21, 0xa0, 0xed, 0xbb, 0xdc, 0x2d, 0x68, 0x25, 0xb5, 0x7c, 0xc5, - 0xc1, 0xb8, 0xf6, 0x1f, 0x2c, 0xe2, 0x25, 0xf3, 0x8b, 0x0a, 0x6b, 0x93, 0xed, 0x44, 0x6d, 0x16, - 0x46, 0x94, 0xec, 0xc0, 0x4a, 0x52, 0x3a, 0x3e, 0x2a, 0xa8, 0xa5, 0x5c, 0x79, 0xb9, 0x6a, 0x5a, - 0x19, 0xa6, 0x5b, 0x49, 0x2b, 0xce, 0xe4, 0x55, 0xb2, 0x0b, 0xf9, 0x94, 0x4c, 0xc9, 0xb7, 0x30, - 0x37, 0xdf, 0xf4, 0x65, 0xd1, 0x17, 0xf7, 0x9b, 0x2d, 0xd9, 0x2a, 0xc6, 0xe6, 0xba, 0x1c, 0xce, - 0x0b, 0xe9, 0xfb, 0x68, 0x38, 0x66, 0x1d, 0xf2, 0xa3, 0xdc, 0x56, 0xb8, 0xbf, 0x8b, 0xe6, 0xff, - 0xdd, 0xc4, 0x5e, 0x4b, 0xc3, 0x52, 0x25, 0xa4, 0x61, 0xdb, 0xa0, 0xb5, 0x68, 0x7f, 0xe4, 0x52, - 0x25, 0xb3, 0xab, 0x29, 0x21, 0x35, 0xed, 0xec, 0xfb, 0x2d, 0xc5, 0xc1, 0xdb, 0xe6, 0x63, 0x58, - 0x45, 0xfe, 0x67, 0xb4, 0xc7, 0xff, 0x69, 0xb5, 0xde, 0x42, 0x3e, 0x45, 0x24, 0x35, 0x96, 0x61, - 0x25, 0xa4, 0x3d, 0x5e, 0x4b, 0xad, 0x91, 0xe0, 0xd3, 0x9c, 0xc9, 0x34, 0xb9, 0x0d, 0x57, 0x93, - 0x14, 0x2e, 0x64, 0xcc, 0x3e, 0x9e, 0x9c, 0x35, 0x84, 0xea, 0xaf, 0x1c, 0x2c, 0x62, 0x65, 0xf2, - 0x59, 0x05, 0x3d, 0x59, 0x2c, 0x62, 0x65, 0x3a, 0x32, 0xf3, 0x83, 0x2a, 0xda, 0x73, 0xe3, 0xe3, - 0xe6, 0xcc, 0x47, 0xef, 0xbf, 0xfe, 0xfc, 0xb8, 0xb0, 0x49, 0x1e, 0xda, 0x59, 0x1f, 0xb2, 0x1b, - 0x04, 0x7b, 0xf1, 0xab, 0x7d, 0x92, 0x38, 0x7a, 0x6a, 0x9f, 0xc4, 0x96, 0x9d, 0x92, 0x4f, 0x2a, - 0xe8, 0xc9, 0x60, 0x2f, 0x13, 0x3c, 0xb9, 0x64, 0x97, 0x09, 0x9e, 0xda, 0x18, 0xf3, 0x1e, 0x0a, - 0xbe, 0x43, 0x36, 0x32, 0x05, 0x27, 0x22, 0x23, 0xa1, 0x4d, 0x13, 0xb3, 0x24, 0x77, 0xff, 0x5c, - 0x26, 0xb5, 0x38, 0xc5, 0xca, 0x3c, 0x50, 0x29, 0x66, 0x13, 0xc5, 0x3c, 0x20, 0xd5, 0x4c, 0x31, - 0x62, 0xf4, 0x33, 0x7d, 0xab, 0x6d, 0x9f, 0x0d, 0x0c, 0xf5, 0x7c, 0x60, 0xa8, 0x3f, 0x06, 0x86, - 0xfa, 0x61, 0x68, 0x28, 0xe7, 0x43, 0x43, 0xf9, 0x36, 0x34, 0x94, 0x57, 0x15, 0xcf, 0xe7, 0x87, - 0xdd, 0x86, 0xd5, 0x64, 0x47, 0xe3, 0xbc, 0xbd, 0xb1, 0x1f, 0x6c, 0xbf, 0x4d, 0xa3, 0xc6, 0x12, - 0xfe, 0x61, 0xef, 0xff, 0x0e, 0x00, 0x00, 0xff, 0xff, 0x67, 0xb7, 0x03, 0x3f, 0xfa, 0x05, 0x00, - 0x00, + // 595 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x54, 0xcd, 0x6e, 0xd3, 0x40, + 0x10, 0xb6, 0x13, 0xb7, 0xe0, 0x29, 0xa8, 0xcd, 0x0a, 0xda, 0x28, 0x20, 0x13, 0xb9, 0x20, 0x85, + 0x22, 0xbc, 0x52, 0xe0, 0x80, 0x7a, 0xa2, 0x11, 0x52, 0x83, 0xa8, 0x50, 0x31, 0x9c, 0x38, 0x50, + 0x39, 0xe9, 0xd6, 0xb5, 0xe2, 0x7a, 0xd3, 0x78, 0x53, 0x62, 0x55, 0xe5, 0xc0, 0x13, 0x20, 0x71, + 0xe2, 0x25, 0x78, 0x8e, 0x1e, 0x38, 0x54, 0xe2, 0xc2, 0x09, 0xa1, 0x84, 0x07, 0xe0, 0x11, 0xd0, + 0xae, 0x37, 0xae, 0xf3, 0x63, 0x1a, 0xd1, 0x93, 0xc7, 0xb3, 0xdf, 0x7e, 0xf3, 0xcd, 0x37, 0x63, + 0xc3, 0xaa, 0xef, 0x1c, 0x39, 0x01, 0x61, 0x98, 0x3f, 0x31, 0xf3, 0x0e, 0x48, 0x27, 0x64, 0xb4, + 0x43, 0xf0, 0x61, 0x97, 0x74, 0x22, 0xab, 0xdd, 0xa1, 0x8c, 0xa2, 0x15, 0x09, 0xb2, 0xf8, 0xd3, + 0x3a, 0x07, 0x95, 0x6e, 0xb8, 0xd4, 0xa5, 0x02, 0x83, 0x79, 0x14, 0xc3, 0x4b, 0xb7, 0x5d, 0x4a, + 0x5d, 0x9f, 0x60, 0xa7, 0xed, 0x61, 0x27, 0x08, 0x28, 0x73, 0x98, 0x47, 0x83, 0x50, 0x9e, 0x66, + 0x56, 0x14, 0x61, 0x0c, 0x32, 0xb7, 0xe0, 0xe6, 0x2b, 0x2e, 0x60, 0xc3, 0xf7, 0xdf, 0x08, 0x84, + 0x4d, 0x0e, 0xbb, 0x24, 0x64, 0xe8, 0x16, 0xe8, 0x02, 0xbd, 0xd3, 0x22, 0x51, 0x51, 0x2d, 0xab, + 0x15, 0xdd, 0xbe, 0x2a, 0x12, 0x2f, 0x48, 0x84, 0x96, 0x61, 0xbe, 0xdd, 0x21, 0x7b, 0x5e, 0xaf, + 0x98, 0x13, 0x27, 0xf2, 0xcd, 0xfc, 0x00, 0xba, 0x60, 0x79, 0x1e, 0xec, 0x51, 0x64, 0x80, 0xde, + 0xf0, 0x69, 0xb3, 0xc5, 0x33, 0x31, 0x43, 0x5d, 0xb1, 0xcf, 0x53, 0xc8, 0x84, 0x05, 0xf1, 0x52, + 0x27, 0x9e, 0xbb, 0xcf, 0x04, 0x93, 0x56, 0x57, 0xec, 0x74, 0x12, 0x2d, 0x41, 0x9e, 0xd7, 0xcf, + 0x8b, 0x2a, 0x3c, 0x44, 0x08, 0xb4, 0x5d, 0x87, 0x39, 0x45, 0xad, 0xac, 0x56, 0xae, 0xd9, 0x22, + 0xae, 0x5d, 0x81, 0x39, 0x71, 0xc9, 0xfc, 0xa6, 0xc2, 0xf2, 0x78, 0x3b, 0x61, 0x9b, 0x06, 0x21, + 0x41, 0x5b, 0xb0, 0x98, 0x94, 0x8e, 0x8f, 0x8a, 0x6a, 0x39, 0x5f, 0x59, 0xa8, 0x9a, 0x56, 0x86, + 0xe9, 0x56, 0xd2, 0x8a, 0x3d, 0x7e, 0x15, 0x6d, 0x43, 0x21, 0x25, 0x53, 0xf2, 0xe5, 0x66, 0xe6, + 0x9b, 0xbc, 0xcc, 0xfb, 0x62, 0x5e, 0xb3, 0x25, 0x5b, 0x15, 0xb1, 0xb9, 0x22, 0x87, 0xf3, 0x5a, + 0xfa, 0x3e, 0x1c, 0x8e, 0x59, 0x87, 0xc2, 0x30, 0xb7, 0x11, 0xec, 0x6e, 0x0b, 0xf3, 0xff, 0x6f, + 0x62, 0xef, 0xa4, 0x61, 0xa9, 0x12, 0xd2, 0xb0, 0x67, 0xa0, 0xb5, 0x48, 0x34, 0x74, 0x69, 0x2d, + 0xb3, 0xab, 0x09, 0x21, 0x35, 0xed, 0xf4, 0xe7, 0x1d, 0xc5, 0x16, 0xb7, 0xcd, 0x4d, 0x58, 0x12, + 0xfc, 0x2f, 0x49, 0x8f, 0x5d, 0x6a, 0xb5, 0xde, 0x43, 0x21, 0x45, 0x24, 0x35, 0x56, 0x60, 0x31, + 0x20, 0x3d, 0x56, 0x4b, 0xad, 0x11, 0xe7, 0xd3, 0xec, 0xf1, 0x34, 0xba, 0x0b, 0xd7, 0x93, 0x94, + 0x58, 0xc8, 0x98, 0x7d, 0x34, 0x39, 0x6d, 0x08, 0xd5, 0x3f, 0x79, 0x98, 0x13, 0x95, 0xd1, 0x57, + 0x15, 0xf4, 0x64, 0xb1, 0x90, 0x95, 0xe9, 0xc8, 0xd4, 0x0f, 0xaa, 0x84, 0x67, 0xc6, 0xc7, 0xcd, + 0x99, 0x4f, 0x3f, 0x7e, 0xff, 0xfd, 0x39, 0xb7, 0x8e, 0x9e, 0xe0, 0xac, 0x0f, 0xd9, 0xf1, 0xfd, + 0x9d, 0xf8, 0x15, 0x1f, 0x27, 0x8e, 0x9e, 0xe0, 0xe3, 0xd8, 0xb2, 0x13, 0xf4, 0x45, 0x05, 0x3d, + 0x19, 0xec, 0x45, 0x82, 0xc7, 0x97, 0xec, 0x22, 0xc1, 0x13, 0x1b, 0x63, 0x3e, 0x10, 0x82, 0xef, + 0xa1, 0xd5, 0x4c, 0xc1, 0x89, 0xc8, 0x90, 0x6b, 0xd3, 0xf8, 0x2c, 0xd1, 0xfd, 0x7f, 0x97, 0x49, + 0x2d, 0x4e, 0x69, 0x6d, 0x16, 0xa8, 0x14, 0xb3, 0x2e, 0xc4, 0x3c, 0x46, 0xd5, 0x4c, 0x31, 0x7c, + 0xf4, 0x53, 0x7d, 0xab, 0x6d, 0x9e, 0xf6, 0x0d, 0xf5, 0xac, 0x6f, 0xa8, 0xbf, 0xfa, 0x86, 0xfa, + 0x69, 0x60, 0x28, 0x67, 0x03, 0x43, 0xf9, 0x31, 0x30, 0x94, 0xb7, 0x0f, 0x5d, 0x8f, 0xed, 0x77, + 0x1b, 0x56, 0x93, 0x1e, 0x8c, 0xf2, 0x1e, 0x55, 0x71, 0x6f, 0xe4, 0x1f, 0x1b, 0xb5, 0x49, 0xd8, + 0x98, 0x17, 0x3f, 0xd9, 0x47, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0x0d, 0xe2, 0x6d, 0xfc, 0xfd, + 0x05, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/timerstore/types/timer.go b/x/timerstore/types/timer.go index fa5990a004..d1498009dc 100644 --- a/x/timerstore/types/timer.go +++ b/x/timerstore/types/timer.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" storetypes "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" - commontypes "github.com/lavanet/lava/utils/common/types" + commontypes "github.com/lavanet/lava/v2/utils/common/types" ) // TimerStore manages timers to efficiently support future timeouts. Timeouts diff --git a/x/timerstore/types/timer.pb.go b/x/timerstore/types/timer.pb.go index a0aed40edd..495a2a7a9e 100644 --- a/x/timerstore/types/timer.pb.go +++ b/x/timerstore/types/timer.pb.go @@ -169,28 +169,28 @@ func init() { } var fileDescriptor_0bfa2b3f0d19f843 = []byte{ - // 334 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x91, 0xc1, 0x4e, 0xf2, 0x40, - 0x10, 0xc7, 0x5b, 0x28, 0xdf, 0x17, 0x97, 0x12, 0x64, 0x43, 0x62, 0xe3, 0xa1, 0x12, 0x4c, 0x0c, - 0xe1, 0xd0, 0x26, 0xfa, 0x06, 0x44, 0xa2, 0x37, 0x93, 0xa2, 0x17, 0x2f, 0x64, 0xc1, 0x49, 0xd9, - 0x00, 0xbb, 0x64, 0x77, 0x20, 0xf0, 0x16, 0x3e, 0x86, 0x8f, 0xc2, 0x91, 0xa3, 0x27, 0x63, 0xe0, - 0x45, 0xcc, 0x6e, 0x8b, 0x4a, 0x8c, 0x17, 0x4f, 0xf3, 0x9f, 0x99, 0x5f, 0xff, 0x9d, 0x9d, 0x21, - 0xe7, 0x13, 0xb6, 0x60, 0x02, 0x30, 0x36, 0x31, 0x46, 0x3e, 0x05, 0xa5, 0x51, 0x2a, 0xc8, 0x64, - 0x34, 0x53, 0x12, 0x25, 0x3d, 0xc9, 0xa1, 0xc8, 0xc4, 0xe8, 0x0b, 0x3a, 0xad, 0xa7, 0x32, 0x95, - 0x96, 0x89, 0x8d, 0xca, 0xf0, 0xe6, 0x4b, 0x81, 0xf8, 0x37, 0x20, 0x40, 0x73, 0xdd, 0x43, 0x86, - 0x40, 0x03, 0xf2, 0x7f, 0x01, 0x4a, 0x73, 0x29, 0x02, 0xb7, 0xe1, 0xb6, 0xbc, 0x64, 0x9f, 0xd2, - 0x36, 0xa9, 0x09, 0x58, 0x62, 0x7f, 0x30, 0x91, 0xc3, 0x71, 0x7f, 0x04, 0x3c, 0x1d, 0x61, 0x50, - 0xb0, 0x4c, 0xd5, 0x34, 0x3a, 0xa6, 0x7e, 0x6b, 0xcb, 0xf4, 0x82, 0x54, 0xbf, 0xb1, 0x66, 0x8a, - 0xa0, 0x68, 0xc9, 0xca, 0x27, 0x79, 0xcf, 0xa7, 0x40, 0x7b, 0xc4, 0x37, 0xcd, 0x3e, 0x08, 0x54, - 0x1c, 0x74, 0xe0, 0x35, 0x8a, 0xad, 0xf2, 0x65, 0x3b, 0xfa, 0xe5, 0x11, 0x51, 0x3e, 0xaa, 0xf9, - 0x56, 0x75, 0x05, 0xaa, 0x55, 0xc7, 0x5b, 0xbf, 0x9d, 0x39, 0x49, 0xd9, 0x30, 0xdd, 0xcc, 0x84, - 0x3e, 0x90, 0x4a, 0xf6, 0xdf, 0xbd, 0x6b, 0xe9, 0x8f, 0xae, 0xbe, 0xb5, 0xc9, 0x6d, 0x9b, 0x77, - 0xa4, 0xf6, 0x03, 0xa4, 0xc7, 0xa4, 0x38, 0x86, 0x95, 0x5d, 0xd5, 0x51, 0x62, 0x24, 0xad, 0x93, - 0xd2, 0x82, 0x4d, 0xe6, 0x90, 0xaf, 0x26, 0x4b, 0x28, 0x25, 0xde, 0x13, 0x43, 0x66, 0xb7, 0xe0, - 0x27, 0x56, 0x77, 0xae, 0xd7, 0xdb, 0xd0, 0xdd, 0x6c, 0x43, 0xf7, 0x7d, 0x1b, 0xba, 0xcf, 0xbb, - 0xd0, 0xd9, 0xec, 0x42, 0xe7, 0x75, 0x17, 0x3a, 0x8f, 0xed, 0x94, 0xe3, 0x68, 0x3e, 0x88, 0x86, - 0x72, 0x1a, 0x1f, 0x1c, 0x7d, 0x79, 0x70, 0xf6, 0xd5, 0x0c, 0xf4, 0xe0, 0x9f, 0x3d, 0xe4, 0xd5, - 0x47, 0x00, 0x00, 0x00, 0xff, 0xff, 0xbe, 0x73, 0x7e, 0x21, 0x1e, 0x02, 0x00, 0x00, + // 336 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x91, 0xc1, 0x6a, 0xf2, 0x40, + 0x10, 0xc7, 0x13, 0x8d, 0xdf, 0x47, 0xd7, 0x88, 0x75, 0x11, 0x1a, 0x7a, 0x48, 0xc5, 0x42, 0x11, + 0xa1, 0x09, 0xd8, 0x37, 0x10, 0xc4, 0xde, 0x0a, 0xb1, 0xbd, 0xf4, 0x22, 0xd1, 0x0e, 0x71, 0x51, + 0x77, 0x65, 0x77, 0x0c, 0xfa, 0x16, 0x7d, 0x8c, 0x3e, 0x8a, 0x47, 0x8f, 0x3d, 0x95, 0xa2, 0x2f, + 0x52, 0x76, 0x13, 0xdb, 0x4a, 0xe9, 0xa5, 0xa7, 0xf9, 0xcf, 0xcc, 0x2f, 0xff, 0xcc, 0xce, 0x90, + 0xcb, 0x59, 0x9c, 0xc6, 0x1c, 0x30, 0xd4, 0x31, 0x44, 0x36, 0x07, 0xa9, 0x50, 0x48, 0xc8, 0x64, + 0xb0, 0x90, 0x02, 0x05, 0x3d, 0xcb, 0xa1, 0x40, 0xc7, 0xe0, 0x0b, 0x3a, 0xaf, 0x27, 0x22, 0x11, + 0x86, 0x09, 0xb5, 0xca, 0xf0, 0xe6, 0x4b, 0x81, 0xb8, 0x7d, 0xe0, 0xa0, 0x98, 0x1a, 0x60, 0x8c, + 0x40, 0x3d, 0xf2, 0x3f, 0x05, 0xa9, 0x98, 0xe0, 0x9e, 0xdd, 0xb0, 0x5b, 0x4e, 0x74, 0x48, 0x69, + 0x9b, 0xd4, 0x38, 0xac, 0x70, 0x38, 0x9a, 0x89, 0xf1, 0x74, 0x38, 0x01, 0x96, 0x4c, 0xd0, 0x2b, + 0x18, 0xa6, 0xaa, 0x1b, 0x5d, 0x5d, 0xbf, 0x35, 0x65, 0x7a, 0x45, 0xaa, 0xdf, 0x58, 0x3d, 0x85, + 0x57, 0x34, 0x64, 0xe5, 0x93, 0xbc, 0x67, 0x73, 0xa0, 0x03, 0xe2, 0xea, 0xe6, 0x10, 0x38, 0x4a, + 0x06, 0xca, 0x73, 0x1a, 0xc5, 0x56, 0xb9, 0xd3, 0x0e, 0x7e, 0x79, 0x44, 0x90, 0x8f, 0xaa, 0xbf, + 0x95, 0x3d, 0x8e, 0x72, 0xdd, 0x75, 0x36, 0x6f, 0x17, 0x56, 0x54, 0xd6, 0x4c, 0x2f, 0x33, 0xa1, + 0x0f, 0xa4, 0x92, 0xfd, 0xf7, 0xe0, 0x5a, 0xfa, 0xa3, 0xab, 0x6b, 0x6c, 0x72, 0xdb, 0xe6, 0x1d, + 0xa9, 0xfd, 0x00, 0xe9, 0x29, 0x29, 0x4e, 0x61, 0x6d, 0x56, 0x75, 0x12, 0x69, 0x49, 0xeb, 0xa4, + 0x94, 0xc6, 0xb3, 0x25, 0xe4, 0xab, 0xc9, 0x12, 0x4a, 0x89, 0xf3, 0x14, 0x63, 0x6c, 0xb6, 0xe0, + 0x46, 0x46, 0x77, 0xfb, 0x9b, 0x9d, 0x6f, 0x6f, 0x77, 0xbe, 0xfd, 0xbe, 0xf3, 0xed, 0xe7, 0xbd, + 0x6f, 0x6d, 0xf7, 0xbe, 0xf5, 0xba, 0xf7, 0xad, 0xc7, 0xeb, 0x84, 0xe1, 0x64, 0x39, 0x0a, 0xc6, + 0x62, 0x1e, 0x1e, 0x1d, 0x3d, 0xed, 0x84, 0xab, 0xa3, 0xcb, 0xaf, 0x17, 0xa0, 0x46, 0xff, 0xcc, + 0x2d, 0x6f, 0x3e, 0x02, 0x00, 0x00, 0xff, 0xff, 0x67, 0xf3, 0x17, 0xff, 0x21, 0x02, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) {