From e1780e7dd7d201a209749de8484b471eb4cb472f Mon Sep 17 00:00:00 2001 From: Rex Milce Date: Sun, 6 Aug 2023 17:21:39 +0200 Subject: [PATCH] fix merge --- common/types/fixationEntry.pb.go | 54 +-- .../lava/common/fixationEntry.proto | 0 .../lava/conflict/conflict_data.proto | 0 .../lava/conflict/conflict_vote.proto | 0 .../{ => lavanet}/lava/conflict/genesis.proto | 0 .../{ => lavanet}/lava/conflict/params.proto | 0 proto/{ => lavanet}/lava/conflict/query.proto | 0 proto/{ => lavanet}/lava/conflict/tx.proto | 0 .../lava/downtime/v1/downtime.proto | 0 .../lava/downtime/v1/genesis.proto | 0 .../lava/downtime/v1/query.proto | 0 .../lava/epochstorage/endpoint.proto | 0 .../lava/epochstorage/epoch_details.proto | 0 .../lava/epochstorage/fixated_params.proto | 0 .../lava/epochstorage/genesis.proto | 0 .../lava/epochstorage/params.proto | 0 .../lava/epochstorage/query.proto | 0 .../lava/epochstorage/stake_entry.proto | 0 .../lava/epochstorage/stake_storage.proto | 0 .../{ => lavanet}/lava/epochstorage/tx.proto | 0 proto/{ => lavanet}/lava/pairing/badges.proto | 0 .../lava/pairing/epoch_payments.proto | 0 .../{ => lavanet}/lava/pairing/genesis.proto | 0 proto/{ => lavanet}/lava/pairing/params.proto | 0 .../pairing/provider_payment_storage.proto | 0 proto/{ => lavanet}/lava/pairing/query.proto | 0 proto/{ => lavanet}/lava/pairing/relay.proto | 0 .../lava/pairing/relayCache.proto | 0 proto/{ => lavanet}/lava/pairing/tx.proto | 0 ...ique_payment_storage_client_provider.proto | 0 proto/{ => lavanet}/lava/plans/genesis.proto | 0 proto/{ => lavanet}/lava/plans/params.proto | 0 proto/{ => lavanet}/lava/plans/plan.proto | 0 .../lava/plans/plans_proposal.proto | 0 proto/{ => lavanet}/lava/plans/policy.proto | 0 proto/{ => lavanet}/lava/plans/query.proto | 0 proto/{ => lavanet}/lava/plans/tx.proto | 0 .../{ => lavanet}/lava/projects/genesis.proto | 0 .../{ => lavanet}/lava/projects/params.proto | 0 .../{ => lavanet}/lava/projects/project.proto | 0 proto/{ => lavanet}/lava/projects/query.proto | 0 proto/{ => lavanet}/lava/projects/tx.proto | 0 .../{ => lavanet}/lava/protocol/genesis.proto | 0 .../{ => lavanet}/lava/protocol/params.proto | 0 proto/{ => lavanet}/lava/protocol/query.proto | 0 proto/{ => lavanet}/lava/protocol/tx.proto | 0 .../lava/spec/api_collection.proto | 0 proto/{ => lavanet}/lava/spec/genesis.proto | 0 proto/{ => lavanet}/lava/spec/params.proto | 0 proto/{ => lavanet}/lava/spec/query.proto | 0 proto/{ => lavanet}/lava/spec/spec.proto | 0 .../lava/spec/spec_add_proposal.proto | 0 proto/{ => lavanet}/lava/spec/tx.proto | 0 .../lava/subscription/genesis.proto | 0 .../lava/subscription/params.proto | 0 .../lava/subscription/query.proto | 0 .../lava/subscription/subscription.proto | 0 .../{ => lavanet}/lava/subscription/tx.proto | 0 x/conflict/types/conflict_data.pb.go | 78 ++-- x/conflict/types/conflict_vote.pb.go | 76 ++-- x/conflict/types/genesis.pb.go | 46 ++- x/conflict/types/params.pb.go | 67 +-- x/conflict/types/query.pb.go | 94 ++--- x/conflict/types/query.pb.gw.go | 8 +- x/conflict/types/tx.pb.go | 82 ++-- x/downtime/v1/downtime.pb.go | 70 ++-- x/downtime/v1/genesis.pb.go | 60 +-- x/downtime/v1/query.pb.go | 93 +++-- x/downtime/v1/query.pb.gw.go | 6 +- x/epochstorage/types/endpoint.pb.go | 44 +- x/epochstorage/types/epoch_details.pb.go | 36 +- x/epochstorage/types/fixated_params.pb.go | 40 +- x/epochstorage/types/genesis.pb.go | 56 +-- x/epochstorage/types/params.pb.go | 60 +-- x/epochstorage/types/query.pb.go | 133 +++--- x/epochstorage/types/query.pb.gw.go | 14 +- x/epochstorage/types/stake_entry.pb.go | 60 +-- x/epochstorage/types/stake_storage.pb.go | 46 +-- x/epochstorage/types/tx.pb.go | 34 +- x/pairing/client/cli/query_sdk_pairing.go | 2 +- x/pairing/keeper/grpc_query_verify_pairing.go | 4 +- x/pairing/types/badges.pb.go | 74 ++-- x/pairing/types/epoch_payments.pb.go | 38 +- x/pairing/types/genesis.pb.go | 76 ++-- x/pairing/types/params.pb.go | 86 ++-- .../types/provider_payment_storage.pb.go | 46 +-- x/pairing/types/query.pb.go | 388 +++++++----------- x/pairing/types/query.pb.gw.go | 111 +---- x/pairing/types/relay.pb.go | 160 ++++---- x/pairing/types/relayCache.pb.go | 81 ++-- x/pairing/types/tx.pb.go | 116 +++--- ...ique_payment_storage_client_provider.pb.go | 38 +- x/plans/types/genesis.pb.go | 46 +-- x/plans/types/params.pb.go | 30 +- x/plans/types/plan.pb.go | 81 ++-- x/plans/types/plans_proposal.pb.go | 48 +-- x/plans/types/policy.pb.go | 116 +++--- x/plans/types/query.pb.go | 96 ++--- x/plans/types/query.pb.gw.go | 8 +- x/plans/types/tx.pb.go | 28 +- x/projects/types/genesis.pb.go | 52 +-- x/projects/types/params.pb.go | 36 +- x/projects/types/project.pb.go | 90 ++-- x/projects/types/query.pb.go | 80 ++-- x/projects/types/query.pb.gw.go | 8 +- x/projects/types/tx.pb.go | 90 ++-- x/protocol/types/genesis.pb.go | 40 +- x/protocol/types/params.pb.go | 54 +-- x/protocol/types/query.pb.go | 56 +-- x/protocol/types/query.pb.gw.go | 4 +- x/protocol/types/tx.pb.go | 30 +- x/spec/types/api_collection.pb.go | 212 +++++----- x/spec/types/genesis.pb.go | 46 +-- x/spec/types/params.pb.go | 42 +- x/spec/types/query.pb.go | 146 +++---- x/spec/types/query.pb.gw.go | 16 +- x/spec/types/spec.pb.go | 97 ++--- x/spec/types/spec_add_proposal.pb.go | 46 ++- x/spec/types/tx.pb.go | 28 +- x/subscription/types/genesis.pb.go | 50 +-- x/subscription/types/params.pb.go | 34 +- x/subscription/types/query.pb.go | 124 +++--- x/subscription/types/query.pb.gw.go | 10 +- x/subscription/types/subscription.pb.go | 51 +-- x/subscription/types/tx.pb.go | 82 ++-- 125 files changed, 2170 insertions(+), 2284 deletions(-) rename proto/{ => lavanet}/lava/common/fixationEntry.proto (100%) rename proto/{ => lavanet}/lava/conflict/conflict_data.proto (100%) rename proto/{ => lavanet}/lava/conflict/conflict_vote.proto (100%) rename proto/{ => lavanet}/lava/conflict/genesis.proto (100%) rename proto/{ => lavanet}/lava/conflict/params.proto (100%) rename proto/{ => lavanet}/lava/conflict/query.proto (100%) rename proto/{ => lavanet}/lava/conflict/tx.proto (100%) rename proto/{ => lavanet}/lava/downtime/v1/downtime.proto (100%) rename proto/{ => lavanet}/lava/downtime/v1/genesis.proto (100%) rename proto/{ => lavanet}/lava/downtime/v1/query.proto (100%) rename proto/{ => lavanet}/lava/epochstorage/endpoint.proto (100%) rename proto/{ => lavanet}/lava/epochstorage/epoch_details.proto (100%) rename proto/{ => lavanet}/lava/epochstorage/fixated_params.proto (100%) rename proto/{ => lavanet}/lava/epochstorage/genesis.proto (100%) rename proto/{ => lavanet}/lava/epochstorage/params.proto (100%) rename proto/{ => lavanet}/lava/epochstorage/query.proto (100%) rename proto/{ => lavanet}/lava/epochstorage/stake_entry.proto (100%) rename proto/{ => lavanet}/lava/epochstorage/stake_storage.proto (100%) rename proto/{ => lavanet}/lava/epochstorage/tx.proto (100%) rename proto/{ => lavanet}/lava/pairing/badges.proto (100%) rename proto/{ => lavanet}/lava/pairing/epoch_payments.proto (100%) rename proto/{ => lavanet}/lava/pairing/genesis.proto (100%) rename proto/{ => lavanet}/lava/pairing/params.proto (100%) rename proto/{ => lavanet}/lava/pairing/provider_payment_storage.proto (100%) rename proto/{ => lavanet}/lava/pairing/query.proto (100%) rename proto/{ => lavanet}/lava/pairing/relay.proto (100%) rename proto/{ => lavanet}/lava/pairing/relayCache.proto (100%) rename proto/{ => lavanet}/lava/pairing/tx.proto (100%) rename proto/{ => lavanet}/lava/pairing/unique_payment_storage_client_provider.proto (100%) rename proto/{ => lavanet}/lava/plans/genesis.proto (100%) rename proto/{ => lavanet}/lava/plans/params.proto (100%) rename proto/{ => lavanet}/lava/plans/plan.proto (100%) rename proto/{ => lavanet}/lava/plans/plans_proposal.proto (100%) rename proto/{ => lavanet}/lava/plans/policy.proto (100%) rename proto/{ => lavanet}/lava/plans/query.proto (100%) rename proto/{ => lavanet}/lava/plans/tx.proto (100%) rename proto/{ => lavanet}/lava/projects/genesis.proto (100%) rename proto/{ => lavanet}/lava/projects/params.proto (100%) rename proto/{ => lavanet}/lava/projects/project.proto (100%) rename proto/{ => lavanet}/lava/projects/query.proto (100%) rename proto/{ => lavanet}/lava/projects/tx.proto (100%) rename proto/{ => lavanet}/lava/protocol/genesis.proto (100%) rename proto/{ => lavanet}/lava/protocol/params.proto (100%) rename proto/{ => lavanet}/lava/protocol/query.proto (100%) rename proto/{ => lavanet}/lava/protocol/tx.proto (100%) rename proto/{ => lavanet}/lava/spec/api_collection.proto (100%) rename proto/{ => lavanet}/lava/spec/genesis.proto (100%) rename proto/{ => lavanet}/lava/spec/params.proto (100%) rename proto/{ => lavanet}/lava/spec/query.proto (100%) rename proto/{ => lavanet}/lava/spec/spec.proto (100%) rename proto/{ => lavanet}/lava/spec/spec_add_proposal.proto (100%) rename proto/{ => lavanet}/lava/spec/tx.proto (100%) rename proto/{ => lavanet}/lava/subscription/genesis.proto (100%) rename proto/{ => lavanet}/lava/subscription/params.proto (100%) rename proto/{ => lavanet}/lava/subscription/query.proto (100%) rename proto/{ => lavanet}/lava/subscription/subscription.proto (100%) rename proto/{ => lavanet}/lava/subscription/tx.proto (100%) diff --git a/common/types/fixationEntry.pb.go b/common/types/fixationEntry.pb.go index 137e10feb0..8f975cabc8 100644 --- a/common/types/fixationEntry.pb.go +++ b/common/types/fixationEntry.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/common/fixationEntry.proto +// source: lavanet/lava/common/fixationEntry.proto package types import ( fmt "fmt" - _ "github.com/gogo/protobuf/gogoproto" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -37,7 +37,7 @@ func (m *Entry) Reset() { *m = Entry{} } func (m *Entry) String() string { return proto.CompactTextString(m) } func (*Entry) ProtoMessage() {} func (*Entry) Descriptor() ([]byte, []int) { - return fileDescriptor_6b613a133685a37d, []int{0} + return fileDescriptor_b4e2b8458e5948bc, []int{0} } func (m *Entry) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -124,7 +124,7 @@ func (m *RawMessage) Reset() { *m = RawMessage{} } func (m *RawMessage) String() string { return proto.CompactTextString(m) } func (*RawMessage) ProtoMessage() {} func (*RawMessage) Descriptor() ([]byte, []int) { - return fileDescriptor_6b613a133685a37d, []int{1} + return fileDescriptor_b4e2b8458e5948bc, []int{1} } func (m *RawMessage) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -172,29 +172,31 @@ func init() { proto.RegisterType((*RawMessage)(nil), "lavanet.lava.common.RawMessage") } -func init() { proto.RegisterFile("lava/common/fixationEntry.proto", fileDescriptor_6b613a133685a37d) } +func init() { + proto.RegisterFile("lavanet/lava/common/fixationEntry.proto", fileDescriptor_b4e2b8458e5948bc) +} -var fileDescriptor_6b613a133685a37d = []byte{ +var fileDescriptor_b4e2b8458e5948bc = []byte{ // 301 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x4c, 0x90, 0xbf, 0x4e, 0x42, 0x31, - 0x14, 0xc6, 0xa9, 0xfc, 0xbb, 0x34, 0x0c, 0xa6, 0x32, 0x54, 0x4c, 0xea, 0x0d, 0x71, 0xb8, 0x13, - 0x77, 0xd0, 0xd9, 0x04, 0x13, 0x37, 0x5d, 0x3a, 0xba, 0x90, 0x02, 0x87, 0x6b, 0x43, 0x69, 0x09, - 0x3d, 0x20, 0xbc, 0x85, 0x8f, 0xe3, 0x23, 0x38, 0x32, 0x3a, 0x1a, 0x78, 0x11, 0xd3, 0xd6, 0x18, - 0xa7, 0x9e, 0xdf, 0xf9, 0xbe, 0xd3, 0x7c, 0xf9, 0xe8, 0xb5, 0x51, 0x5b, 0x55, 0x4e, 0xdd, 0x72, - 0xe9, 0x6c, 0x39, 0xd7, 0x3b, 0x85, 0xda, 0xd9, 0x47, 0x8b, 0xeb, 0xfd, 0x70, 0xb5, 0x76, 0xe8, - 0xd8, 0x45, 0x30, 0x58, 0xc0, 0x61, 0x78, 0x87, 0xc9, 0xd8, 0xef, 0x55, 0xae, 0x72, 0x51, 0x2f, - 0xc3, 0x94, 0xac, 0x83, 0x0f, 0x42, 0x9b, 0xf1, 0x94, 0xf5, 0x68, 0x53, 0xdb, 0x19, 0xec, 0x38, - 0xc9, 0x49, 0xd1, 0x91, 0x09, 0xc2, 0x76, 0x62, 0xdc, 0x74, 0xc1, 0xcf, 0x72, 0x52, 0x34, 0x64, - 0x02, 0x76, 0x49, 0x33, 0x8f, 0xca, 0xc0, 0x58, 0x21, 0xaf, 0x47, 0xa1, 0x1d, 0x79, 0x84, 0xac, - 0x4f, 0xb3, 0x35, 0xcc, 0xa7, 0x6e, 0x63, 0x91, 0x37, 0xa2, 0xf4, 0xc7, 0x8c, 0xd1, 0xc6, 0x4c, - 0xa1, 0xe2, 0xcd, 0x9c, 0x14, 0x5d, 0x19, 0x67, 0x76, 0x45, 0x3b, 0x33, 0x30, 0x80, 0xf1, 0xaf, - 0x56, 0x3a, 0x48, 0x8b, 0x11, 0x06, 0x51, 0xfb, 0xb1, 0x51, 0x08, 0x1e, 0x79, 0x3b, 0x27, 0x45, - 0x26, 0x33, 0xed, 0x9f, 0x22, 0x0f, 0xee, 0x28, 0x95, 0xea, 0xed, 0x19, 0xbc, 0x57, 0x15, 0xb0, - 0x73, 0x5a, 0x5f, 0xc0, 0x3e, 0x86, 0xef, 0xca, 0x30, 0x86, 0xe8, 0x5b, 0x65, 0x36, 0x10, 0xa3, - 0x77, 0x65, 0x82, 0x87, 0xfb, 0xcf, 0xa3, 0x20, 0x87, 0xa3, 0x20, 0xdf, 0x47, 0x41, 0xde, 0x4f, - 0xa2, 0x76, 0x38, 0x89, 0xda, 0xd7, 0x49, 0xd4, 0x5e, 0x6e, 0x2a, 0x8d, 0xaf, 0x9b, 0x49, 0xe8, - 0xab, 0xfc, 0x2d, 0xb0, 0xfc, 0xdf, 0x34, 0xee, 0x57, 0xe0, 0x27, 0xad, 0xd8, 0xdb, 0xed, 0x4f, - 0x00, 0x00, 0x00, 0xff, 0xff, 0xbf, 0xa8, 0xf4, 0x5d, 0x85, 0x01, 0x00, 0x00, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x90, 0xbf, 0x4e, 0x42, 0x31, + 0x14, 0xc6, 0xa9, 0xfc, 0xbb, 0x34, 0x0c, 0xa6, 0x32, 0x54, 0x4c, 0x9a, 0x1b, 0x62, 0xe2, 0x9d, + 0xb8, 0x83, 0xce, 0x26, 0x98, 0xb8, 0xe9, 0xd2, 0xd1, 0x85, 0x14, 0x38, 0x5c, 0x1b, 0x4a, 0x4b, + 0xe8, 0x01, 0xe1, 0x2d, 0x7c, 0x1c, 0x1f, 0xc1, 0x91, 0xd1, 0xd1, 0xc0, 0x8b, 0x98, 0xb6, 0xc6, + 0xc9, 0xa9, 0xe7, 0x77, 0xbe, 0xef, 0x34, 0x5f, 0x3e, 0x7a, 0x63, 0xd4, 0x56, 0x59, 0xc0, 0x32, + 0xbc, 0xe5, 0xd4, 0x2d, 0x97, 0xce, 0x96, 0x73, 0xbd, 0x53, 0xa8, 0x9d, 0x7d, 0xb4, 0xb8, 0xde, + 0x0f, 0x57, 0x6b, 0x87, 0x8e, 0x5d, 0xfc, 0x1a, 0x87, 0xe1, 0x1d, 0x26, 0x63, 0xbf, 0x57, 0xb9, + 0xca, 0x45, 0xbd, 0x0c, 0x53, 0xb2, 0x0e, 0x3e, 0x08, 0x6d, 0xc6, 0x53, 0xd6, 0xa3, 0x4d, 0x6d, + 0x67, 0xb0, 0xe3, 0x24, 0x27, 0x45, 0x47, 0x26, 0x08, 0xdb, 0x89, 0x71, 0xd3, 0x05, 0x3f, 0xcb, + 0x49, 0xd1, 0x90, 0x09, 0xd8, 0x25, 0xcd, 0x3c, 0x2a, 0x03, 0x63, 0x85, 0xbc, 0x1e, 0x85, 0x76, + 0xe4, 0x11, 0xb2, 0x3e, 0xcd, 0xd6, 0x30, 0x9f, 0xba, 0x8d, 0x45, 0xde, 0x88, 0xd2, 0x1f, 0x33, + 0x46, 0x1b, 0x33, 0x85, 0x8a, 0x37, 0x73, 0x52, 0x74, 0x65, 0x9c, 0xd9, 0x15, 0xed, 0xcc, 0xc0, + 0x00, 0xc6, 0xbf, 0x5a, 0xe9, 0x20, 0x2d, 0x46, 0x18, 0x44, 0xed, 0xc7, 0x46, 0x21, 0x78, 0xe4, + 0xed, 0x9c, 0x14, 0x99, 0xcc, 0xb4, 0x7f, 0x8a, 0x3c, 0xb8, 0xa3, 0x54, 0xaa, 0xb7, 0x67, 0xf0, + 0x5e, 0x55, 0xc0, 0xce, 0x69, 0x7d, 0x01, 0xfb, 0x18, 0xbe, 0x2b, 0xc3, 0x18, 0xa2, 0x6f, 0x95, + 0xd9, 0x40, 0x8c, 0xde, 0x95, 0x09, 0x1e, 0xee, 0x3f, 0x8f, 0x82, 0x1c, 0x8e, 0x82, 0x7c, 0x1f, + 0x05, 0x79, 0x3f, 0x89, 0xda, 0xe1, 0x24, 0x6a, 0x5f, 0x27, 0x51, 0x7b, 0xb9, 0xae, 0x34, 0xbe, + 0x6e, 0x26, 0xa1, 0xaf, 0xf2, 0xbf, 0xa6, 0x71, 0xbf, 0x02, 0x3f, 0x69, 0xc5, 0xde, 0x6e, 0x7f, + 0x02, 0x00, 0x00, 0xff, 0xff, 0x21, 0x0d, 0xa1, 0x82, 0x8d, 0x01, 0x00, 0x00, } func (m *Entry) Marshal() (dAtA []byte, err error) { diff --git a/proto/lava/common/fixationEntry.proto b/proto/lavanet/lava/common/fixationEntry.proto similarity index 100% rename from proto/lava/common/fixationEntry.proto rename to proto/lavanet/lava/common/fixationEntry.proto diff --git a/proto/lava/conflict/conflict_data.proto b/proto/lavanet/lava/conflict/conflict_data.proto similarity index 100% rename from proto/lava/conflict/conflict_data.proto rename to proto/lavanet/lava/conflict/conflict_data.proto diff --git a/proto/lava/conflict/conflict_vote.proto b/proto/lavanet/lava/conflict/conflict_vote.proto similarity index 100% rename from proto/lava/conflict/conflict_vote.proto rename to proto/lavanet/lava/conflict/conflict_vote.proto diff --git a/proto/lava/conflict/genesis.proto b/proto/lavanet/lava/conflict/genesis.proto similarity index 100% rename from proto/lava/conflict/genesis.proto rename to proto/lavanet/lava/conflict/genesis.proto diff --git a/proto/lava/conflict/params.proto b/proto/lavanet/lava/conflict/params.proto similarity index 100% rename from proto/lava/conflict/params.proto rename to proto/lavanet/lava/conflict/params.proto diff --git a/proto/lava/conflict/query.proto b/proto/lavanet/lava/conflict/query.proto similarity index 100% rename from proto/lava/conflict/query.proto rename to proto/lavanet/lava/conflict/query.proto diff --git a/proto/lava/conflict/tx.proto b/proto/lavanet/lava/conflict/tx.proto similarity index 100% rename from proto/lava/conflict/tx.proto rename to proto/lavanet/lava/conflict/tx.proto diff --git a/proto/lava/downtime/v1/downtime.proto b/proto/lavanet/lava/downtime/v1/downtime.proto similarity index 100% rename from proto/lava/downtime/v1/downtime.proto rename to proto/lavanet/lava/downtime/v1/downtime.proto diff --git a/proto/lava/downtime/v1/genesis.proto b/proto/lavanet/lava/downtime/v1/genesis.proto similarity index 100% rename from proto/lava/downtime/v1/genesis.proto rename to proto/lavanet/lava/downtime/v1/genesis.proto diff --git a/proto/lava/downtime/v1/query.proto b/proto/lavanet/lava/downtime/v1/query.proto similarity index 100% rename from proto/lava/downtime/v1/query.proto rename to proto/lavanet/lava/downtime/v1/query.proto diff --git a/proto/lava/epochstorage/endpoint.proto b/proto/lavanet/lava/epochstorage/endpoint.proto similarity index 100% rename from proto/lava/epochstorage/endpoint.proto rename to proto/lavanet/lava/epochstorage/endpoint.proto diff --git a/proto/lava/epochstorage/epoch_details.proto b/proto/lavanet/lava/epochstorage/epoch_details.proto similarity index 100% rename from proto/lava/epochstorage/epoch_details.proto rename to proto/lavanet/lava/epochstorage/epoch_details.proto diff --git a/proto/lava/epochstorage/fixated_params.proto b/proto/lavanet/lava/epochstorage/fixated_params.proto similarity index 100% rename from proto/lava/epochstorage/fixated_params.proto rename to proto/lavanet/lava/epochstorage/fixated_params.proto diff --git a/proto/lava/epochstorage/genesis.proto b/proto/lavanet/lava/epochstorage/genesis.proto similarity index 100% rename from proto/lava/epochstorage/genesis.proto rename to proto/lavanet/lava/epochstorage/genesis.proto diff --git a/proto/lava/epochstorage/params.proto b/proto/lavanet/lava/epochstorage/params.proto similarity index 100% rename from proto/lava/epochstorage/params.proto rename to proto/lavanet/lava/epochstorage/params.proto diff --git a/proto/lava/epochstorage/query.proto b/proto/lavanet/lava/epochstorage/query.proto similarity index 100% rename from proto/lava/epochstorage/query.proto rename to proto/lavanet/lava/epochstorage/query.proto diff --git a/proto/lava/epochstorage/stake_entry.proto b/proto/lavanet/lava/epochstorage/stake_entry.proto similarity index 100% rename from proto/lava/epochstorage/stake_entry.proto rename to proto/lavanet/lava/epochstorage/stake_entry.proto diff --git a/proto/lava/epochstorage/stake_storage.proto b/proto/lavanet/lava/epochstorage/stake_storage.proto similarity index 100% rename from proto/lava/epochstorage/stake_storage.proto rename to proto/lavanet/lava/epochstorage/stake_storage.proto diff --git a/proto/lava/epochstorage/tx.proto b/proto/lavanet/lava/epochstorage/tx.proto similarity index 100% rename from proto/lava/epochstorage/tx.proto rename to proto/lavanet/lava/epochstorage/tx.proto diff --git a/proto/lava/pairing/badges.proto b/proto/lavanet/lava/pairing/badges.proto similarity index 100% rename from proto/lava/pairing/badges.proto rename to proto/lavanet/lava/pairing/badges.proto diff --git a/proto/lava/pairing/epoch_payments.proto b/proto/lavanet/lava/pairing/epoch_payments.proto similarity index 100% rename from proto/lava/pairing/epoch_payments.proto rename to proto/lavanet/lava/pairing/epoch_payments.proto diff --git a/proto/lava/pairing/genesis.proto b/proto/lavanet/lava/pairing/genesis.proto similarity index 100% rename from proto/lava/pairing/genesis.proto rename to proto/lavanet/lava/pairing/genesis.proto diff --git a/proto/lava/pairing/params.proto b/proto/lavanet/lava/pairing/params.proto similarity index 100% rename from proto/lava/pairing/params.proto rename to proto/lavanet/lava/pairing/params.proto diff --git a/proto/lava/pairing/provider_payment_storage.proto b/proto/lavanet/lava/pairing/provider_payment_storage.proto similarity index 100% rename from proto/lava/pairing/provider_payment_storage.proto rename to proto/lavanet/lava/pairing/provider_payment_storage.proto diff --git a/proto/lava/pairing/query.proto b/proto/lavanet/lava/pairing/query.proto similarity index 100% rename from proto/lava/pairing/query.proto rename to proto/lavanet/lava/pairing/query.proto diff --git a/proto/lava/pairing/relay.proto b/proto/lavanet/lava/pairing/relay.proto similarity index 100% rename from proto/lava/pairing/relay.proto rename to proto/lavanet/lava/pairing/relay.proto diff --git a/proto/lava/pairing/relayCache.proto b/proto/lavanet/lava/pairing/relayCache.proto similarity index 100% rename from proto/lava/pairing/relayCache.proto rename to proto/lavanet/lava/pairing/relayCache.proto diff --git a/proto/lava/pairing/tx.proto b/proto/lavanet/lava/pairing/tx.proto similarity index 100% rename from proto/lava/pairing/tx.proto rename to proto/lavanet/lava/pairing/tx.proto diff --git a/proto/lava/pairing/unique_payment_storage_client_provider.proto b/proto/lavanet/lava/pairing/unique_payment_storage_client_provider.proto similarity index 100% rename from proto/lava/pairing/unique_payment_storage_client_provider.proto rename to proto/lavanet/lava/pairing/unique_payment_storage_client_provider.proto diff --git a/proto/lava/plans/genesis.proto b/proto/lavanet/lava/plans/genesis.proto similarity index 100% rename from proto/lava/plans/genesis.proto rename to proto/lavanet/lava/plans/genesis.proto diff --git a/proto/lava/plans/params.proto b/proto/lavanet/lava/plans/params.proto similarity index 100% rename from proto/lava/plans/params.proto rename to proto/lavanet/lava/plans/params.proto diff --git a/proto/lava/plans/plan.proto b/proto/lavanet/lava/plans/plan.proto similarity index 100% rename from proto/lava/plans/plan.proto rename to proto/lavanet/lava/plans/plan.proto diff --git a/proto/lava/plans/plans_proposal.proto b/proto/lavanet/lava/plans/plans_proposal.proto similarity index 100% rename from proto/lava/plans/plans_proposal.proto rename to proto/lavanet/lava/plans/plans_proposal.proto diff --git a/proto/lava/plans/policy.proto b/proto/lavanet/lava/plans/policy.proto similarity index 100% rename from proto/lava/plans/policy.proto rename to proto/lavanet/lava/plans/policy.proto diff --git a/proto/lava/plans/query.proto b/proto/lavanet/lava/plans/query.proto similarity index 100% rename from proto/lava/plans/query.proto rename to proto/lavanet/lava/plans/query.proto diff --git a/proto/lava/plans/tx.proto b/proto/lavanet/lava/plans/tx.proto similarity index 100% rename from proto/lava/plans/tx.proto rename to proto/lavanet/lava/plans/tx.proto diff --git a/proto/lava/projects/genesis.proto b/proto/lavanet/lava/projects/genesis.proto similarity index 100% rename from proto/lava/projects/genesis.proto rename to proto/lavanet/lava/projects/genesis.proto diff --git a/proto/lava/projects/params.proto b/proto/lavanet/lava/projects/params.proto similarity index 100% rename from proto/lava/projects/params.proto rename to proto/lavanet/lava/projects/params.proto diff --git a/proto/lava/projects/project.proto b/proto/lavanet/lava/projects/project.proto similarity index 100% rename from proto/lava/projects/project.proto rename to proto/lavanet/lava/projects/project.proto diff --git a/proto/lava/projects/query.proto b/proto/lavanet/lava/projects/query.proto similarity index 100% rename from proto/lava/projects/query.proto rename to proto/lavanet/lava/projects/query.proto diff --git a/proto/lava/projects/tx.proto b/proto/lavanet/lava/projects/tx.proto similarity index 100% rename from proto/lava/projects/tx.proto rename to proto/lavanet/lava/projects/tx.proto diff --git a/proto/lava/protocol/genesis.proto b/proto/lavanet/lava/protocol/genesis.proto similarity index 100% rename from proto/lava/protocol/genesis.proto rename to proto/lavanet/lava/protocol/genesis.proto diff --git a/proto/lava/protocol/params.proto b/proto/lavanet/lava/protocol/params.proto similarity index 100% rename from proto/lava/protocol/params.proto rename to proto/lavanet/lava/protocol/params.proto diff --git a/proto/lava/protocol/query.proto b/proto/lavanet/lava/protocol/query.proto similarity index 100% rename from proto/lava/protocol/query.proto rename to proto/lavanet/lava/protocol/query.proto diff --git a/proto/lava/protocol/tx.proto b/proto/lavanet/lava/protocol/tx.proto similarity index 100% rename from proto/lava/protocol/tx.proto rename to proto/lavanet/lava/protocol/tx.proto diff --git a/proto/lava/spec/api_collection.proto b/proto/lavanet/lava/spec/api_collection.proto similarity index 100% rename from proto/lava/spec/api_collection.proto rename to proto/lavanet/lava/spec/api_collection.proto diff --git a/proto/lava/spec/genesis.proto b/proto/lavanet/lava/spec/genesis.proto similarity index 100% rename from proto/lava/spec/genesis.proto rename to proto/lavanet/lava/spec/genesis.proto diff --git a/proto/lava/spec/params.proto b/proto/lavanet/lava/spec/params.proto similarity index 100% rename from proto/lava/spec/params.proto rename to proto/lavanet/lava/spec/params.proto diff --git a/proto/lava/spec/query.proto b/proto/lavanet/lava/spec/query.proto similarity index 100% rename from proto/lava/spec/query.proto rename to proto/lavanet/lava/spec/query.proto diff --git a/proto/lava/spec/spec.proto b/proto/lavanet/lava/spec/spec.proto similarity index 100% rename from proto/lava/spec/spec.proto rename to proto/lavanet/lava/spec/spec.proto diff --git a/proto/lava/spec/spec_add_proposal.proto b/proto/lavanet/lava/spec/spec_add_proposal.proto similarity index 100% rename from proto/lava/spec/spec_add_proposal.proto rename to proto/lavanet/lava/spec/spec_add_proposal.proto diff --git a/proto/lava/spec/tx.proto b/proto/lavanet/lava/spec/tx.proto similarity index 100% rename from proto/lava/spec/tx.proto rename to proto/lavanet/lava/spec/tx.proto diff --git a/proto/lava/subscription/genesis.proto b/proto/lavanet/lava/subscription/genesis.proto similarity index 100% rename from proto/lava/subscription/genesis.proto rename to proto/lavanet/lava/subscription/genesis.proto diff --git a/proto/lava/subscription/params.proto b/proto/lavanet/lava/subscription/params.proto similarity index 100% rename from proto/lava/subscription/params.proto rename to proto/lavanet/lava/subscription/params.proto diff --git a/proto/lava/subscription/query.proto b/proto/lavanet/lava/subscription/query.proto similarity index 100% rename from proto/lava/subscription/query.proto rename to proto/lavanet/lava/subscription/query.proto diff --git a/proto/lava/subscription/subscription.proto b/proto/lavanet/lava/subscription/subscription.proto similarity index 100% rename from proto/lava/subscription/subscription.proto rename to proto/lavanet/lava/subscription/subscription.proto diff --git a/proto/lava/subscription/tx.proto b/proto/lavanet/lava/subscription/tx.proto similarity index 100% rename from proto/lava/subscription/tx.proto rename to proto/lavanet/lava/subscription/tx.proto diff --git a/x/conflict/types/conflict_data.pb.go b/x/conflict/types/conflict_data.pb.go index d5efd30d47..719b1dae5b 100644 --- a/x/conflict/types/conflict_data.pb.go +++ b/x/conflict/types/conflict_data.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/conflict/conflict_data.proto +// source: lavanet/lava/conflict/conflict_data.proto package types import ( fmt "fmt" - _ "github.com/gogo/protobuf/gogoproto" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + proto "github.com/cosmos/gogoproto/proto" types "github.com/lavanet/lava/x/pairing/types" io "io" math "math" @@ -33,7 +33,7 @@ func (m *ResponseConflict) Reset() { *m = ResponseConflict{} } func (m *ResponseConflict) String() string { return proto.CompactTextString(m) } func (*ResponseConflict) ProtoMessage() {} func (*ResponseConflict) Descriptor() ([]byte, []int) { - return fileDescriptor_8200e6c33e1a420b, []int{0} + return fileDescriptor_db493e54bcd78171, []int{0} } func (m *ResponseConflict) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -85,7 +85,7 @@ func (m *ConflictRelayData) Reset() { *m = ConflictRelayData{} } func (m *ConflictRelayData) String() string { return proto.CompactTextString(m) } func (*ConflictRelayData) ProtoMessage() {} func (*ConflictRelayData) Descriptor() ([]byte, []int) { - return fileDescriptor_8200e6c33e1a420b, []int{1} + return fileDescriptor_db493e54bcd78171, []int{1} } func (m *ConflictRelayData) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -140,7 +140,7 @@ func (m *ReplyMetadata) Reset() { *m = ReplyMetadata{} } func (m *ReplyMetadata) String() string { return proto.CompactTextString(m) } func (*ReplyMetadata) ProtoMessage() {} func (*ReplyMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_8200e6c33e1a420b, []int{2} + return fileDescriptor_db493e54bcd78171, []int{2} } func (m *ReplyMetadata) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -213,7 +213,7 @@ func (m *FinalizationConflict) Reset() { *m = FinalizationConflict{} } func (m *FinalizationConflict) String() string { return proto.CompactTextString(m) } func (*FinalizationConflict) ProtoMessage() {} func (*FinalizationConflict) Descriptor() ([]byte, []int) { - return fileDescriptor_8200e6c33e1a420b, []int{3} + return fileDescriptor_db493e54bcd78171, []int{3} } func (m *FinalizationConflict) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -263,38 +263,40 @@ func init() { proto.RegisterType((*FinalizationConflict)(nil), "lavanet.lava.conflict.FinalizationConflict") } -func init() { proto.RegisterFile("lava/conflict/conflict_data.proto", fileDescriptor_8200e6c33e1a420b) } +func init() { + proto.RegisterFile("lavanet/lava/conflict/conflict_data.proto", fileDescriptor_db493e54bcd78171) +} -var fileDescriptor_8200e6c33e1a420b = []byte{ - // 442 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x93, 0x4f, 0xeb, 0xd3, 0x30, - 0x18, 0xc7, 0x97, 0x5f, 0x37, 0xff, 0x64, 0x13, 0x67, 0xd8, 0xb0, 0x0c, 0x2c, 0x5b, 0xf1, 0x30, - 0x10, 0x5a, 0xa7, 0xe0, 0x41, 0xbc, 0xd8, 0x89, 0x0c, 0xc1, 0x4b, 0x4e, 0xe2, 0xa5, 0x64, 0x5d, - 0xd6, 0x06, 0x63, 0x53, 0x9b, 0x4c, 0xac, 0xaf, 0x42, 0xf0, 0xee, 0xcb, 0x91, 0x1d, 0x77, 0xf4, - 0x28, 0xdb, 0x1b, 0x91, 0x24, 0xed, 0x74, 0x3a, 0x05, 0xf9, 0x9d, 0xfa, 0x34, 0xcf, 0xe7, 0xfb, - 0x7d, 0x1e, 0x9e, 0x3c, 0x81, 0x13, 0x4e, 0xde, 0x93, 0x30, 0x11, 0xf9, 0x9a, 0xb3, 0x44, 0x1d, - 0x83, 0x78, 0x45, 0x14, 0x09, 0x8a, 0x52, 0x28, 0x81, 0x86, 0x1a, 0xc9, 0xa9, 0x0a, 0xf4, 0x37, - 0x68, 0x88, 0xd1, 0x20, 0x15, 0xa9, 0x30, 0x44, 0xa8, 0x23, 0x0b, 0x8f, 0x5c, 0xe3, 0x57, 0x10, - 0x56, 0xb2, 0x3c, 0x0d, 0x4b, 0xca, 0x49, 0x65, 0x33, 0xfe, 0x57, 0x00, 0xfb, 0x98, 0xca, 0x42, - 0xe4, 0x92, 0xce, 0x6b, 0x13, 0xf4, 0x0a, 0xa2, 0xc6, 0x10, 0x6b, 0xf6, 0x19, 0x51, 0xe4, 0xbe, - 0x0b, 0xc6, 0x60, 0xda, 0x7d, 0x30, 0x0d, 0xce, 0x16, 0x0e, 0xe6, 0xbf, 0x0b, 0xf0, 0x19, 0x8f, - 0xb3, 0xce, 0x33, 0xf7, 0xe2, 0xd2, 0xce, 0x33, 0xff, 0x33, 0x80, 0xb7, 0xfe, 0x20, 0xd1, 0x13, - 0x78, 0xb5, 0xa4, 0xef, 0x36, 0x54, 0xaa, 0xba, 0x7d, 0xff, 0xb4, 0x48, 0x3d, 0x92, 0xc0, 0x28, - 0xb0, 0x25, 0x71, 0x23, 0x41, 0x8f, 0x61, 0xa7, 0xa4, 0x05, 0xaf, 0x5c, 0xc7, 0x68, 0xef, 0xfe, - 0xa5, 0x41, 0xac, 0x99, 0x97, 0x54, 0x11, 0x7d, 0x3d, 0xd8, 0x4a, 0x5e, 0xb4, 0xaf, 0x5d, 0xf4, - 0x1d, 0x7f, 0x0b, 0xe0, 0x8d, 0x93, 0x34, 0xba, 0x07, 0x51, 0x46, 0x64, 0x16, 0x13, 0xce, 0xcd, - 0x75, 0xc6, 0xfa, 0xcf, 0x34, 0xd7, 0xc3, 0x37, 0x75, 0xfc, 0x94, 0x73, 0xdd, 0xfa, 0x82, 0xc8, - 0x0c, 0xf5, 0xa1, 0x23, 0x59, 0x6a, 0xe6, 0xd3, 0xc3, 0x3a, 0x44, 0x13, 0xd8, 0xe3, 0x44, 0x51, - 0xa9, 0xe2, 0x25, 0x17, 0xc9, 0x1b, 0xd3, 0x99, 0x83, 0xbb, 0xf6, 0x2c, 0xd2, 0x47, 0xe8, 0x11, - 0xbc, 0xbd, 0x66, 0x39, 0xe1, 0xec, 0x23, 0x5d, 0x59, 0x4a, 0x9a, 0x22, 0x54, 0xba, 0x6d, 0x63, - 0x34, 0x3c, 0xa6, 0x8d, 0x40, 0x2e, 0x4c, 0x12, 0xdd, 0x81, 0x50, 0xb2, 0xb4, 0x56, 0xb8, 0x1d, - 0x83, 0x5e, 0x97, 0x2c, 0xb5, 0x90, 0xff, 0x05, 0xc0, 0xc1, 0x73, 0x2b, 0x24, 0x8a, 0x89, 0xfc, - 0xb8, 0x2d, 0x11, 0xec, 0x96, 0x76, 0x7c, 0x05, 0xaf, 0x9a, 0x35, 0x19, 0xff, 0x73, 0xce, 0x05, - 0xaf, 0xf0, 0xaf, 0xa2, 0x53, 0x8f, 0x66, 0x21, 0xfe, 0xcb, 0x63, 0x16, 0x45, 0xdb, 0xbd, 0x07, - 0x76, 0x7b, 0x0f, 0x7c, 0xdf, 0x7b, 0xe0, 0xd3, 0xc1, 0x6b, 0xed, 0x0e, 0x5e, 0xeb, 0xdb, 0xc1, - 0x6b, 0xbd, 0x9e, 0xa6, 0x4c, 0x65, 0x9b, 0x65, 0x90, 0x88, 0xb7, 0x61, 0x6d, 0x69, 0xbe, 0xe1, - 0x87, 0x9f, 0x6f, 0x4c, 0x55, 0x05, 0x95, 0xcb, 0x2b, 0xe6, 0x55, 0x3c, 0xfc, 0x11, 0x00, 0x00, - 0xff, 0xff, 0x44, 0x2c, 0x53, 0x24, 0x81, 0x03, 0x00, 0x00, +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, } 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 ae1349f94c..8ddc09dfef 100644 --- a/x/conflict/types/conflict_vote.pb.go +++ b/x/conflict/types/conflict_vote.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/conflict/conflict_vote.proto +// source: lavanet/lava/conflict/conflict_vote.proto package types import ( fmt "fmt" - _ "github.com/gogo/protobuf/gogoproto" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -32,7 +32,7 @@ func (m *Provider) Reset() { *m = Provider{} } func (m *Provider) String() string { return proto.CompactTextString(m) } func (*Provider) ProtoMessage() {} func (*Provider) Descriptor() ([]byte, []int) { - return fileDescriptor_f1e85f637ad41274, []int{0} + return fileDescriptor_a96842d3d7b42db7, []int{0} } func (m *Provider) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -85,7 +85,7 @@ func (m *Vote) Reset() { *m = Vote{} } func (m *Vote) String() string { return proto.CompactTextString(m) } func (*Vote) ProtoMessage() {} func (*Vote) Descriptor() ([]byte, []int) { - return fileDescriptor_f1e85f637ad41274, []int{1} + return fileDescriptor_a96842d3d7b42db7, []int{1} } func (m *Vote) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -154,7 +154,7 @@ func (m *ConflictVote) Reset() { *m = ConflictVote{} } func (m *ConflictVote) String() string { return proto.CompactTextString(m) } func (*ConflictVote) ProtoMessage() {} func (*ConflictVote) Descriptor() ([]byte, []int) { - return fileDescriptor_f1e85f637ad41274, []int{2} + return fileDescriptor_a96842d3d7b42db7, []int{2} } func (m *ConflictVote) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -273,39 +273,41 @@ func init() { proto.RegisterType((*ConflictVote)(nil), "lavanet.lava.conflict.ConflictVote") } -func init() { proto.RegisterFile("lava/conflict/conflict_vote.proto", fileDescriptor_f1e85f637ad41274) } +func init() { + proto.RegisterFile("lavanet/lava/conflict/conflict_vote.proto", fileDescriptor_a96842d3d7b42db7) +} -var fileDescriptor_f1e85f637ad41274 = []byte{ - // 450 bytes of a gzipped FileDescriptorProto +var fileDescriptor_a96842d3d7b42db7 = []byte{ + // 452 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, 0x97, 0x08, 0xa1, - 0x3d, 0x6d, 0xa4, 0x72, 0xe0, 0x0a, 0x21, 0x07, 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, 0xb3, 0x6d, 0x2a, 0x38, 0x70, 0xf2, 0xbc, 0xe7, 0x37, 0xcf, - 0x33, 0x63, 0x1b, 0x1e, 0x54, 0x6c, 0xc5, 0xc6, 0x5c, 0xc9, 0xf3, 0x4a, 0x70, 0xdb, 0x04, 0x9f, - 0x56, 0xca, 0x62, 0xbe, 0xd0, 0xca, 0x2a, 0x72, 0xc7, 0x49, 0x24, 0xda, 0xdc, 0xad, 0xf9, 0x56, - 0x71, 0x7c, 0x34, 0x53, 0x33, 0xe5, 0x15, 0x63, 0x17, 0xd5, 0xe2, 0xd1, 0x53, 0xe8, 0xbd, 0xd5, - 0x6a, 0x25, 0x4a, 0xd4, 0x84, 0xc2, 0x3e, 0xe3, 0x5c, 0x2d, 0xa5, 0xa5, 0x51, 0x1a, 0x65, 0xfd, - 0x62, 0x0b, 0xc9, 0x31, 0xf4, 0x34, 0x9a, 0x85, 0x92, 0x06, 0xe9, 0x5e, 0x1a, 0x65, 0xc3, 0xa2, - 0xc1, 0xa3, 0xd7, 0x10, 0x7f, 0x50, 0x16, 0x7d, 0x76, 0x59, 0x6a, 0x34, 0xa6, 0xc9, 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, 0x21, 0x1c, 0xf0, 0x4a, 0xa0, 0xb4, 0xcf, - 0xc2, 0x91, 0x7b, 0x7e, 0x77, 0x97, 0x24, 0x23, 0x18, 0xba, 0xb9, 0x4c, 0x91, 0x95, 0x95, 0x90, - 0xe8, 0x8f, 0x8a, 0x8b, 0x1d, 0x8e, 0x3c, 0x82, 0x43, 0x87, 0xdf, 0x59, 0xa6, 0xed, 0xa4, 0x52, - 0xfc, 0x33, 0x8d, 0xbd, 0xea, 0x16, 0x4b, 0xee, 0x43, 0x3f, 0x30, 0x16, 0x69, 0xc7, 0xd7, 0x7c, - 0x4d, 0xb8, 0xe6, 0xf9, 0x9c, 0x09, 0xf9, 0x72, 0x4a, 0xbb, 0x75, 0xf3, 0x01, 0xba, 0x46, 0xd9, - 0x42, 0xbc, 0xd7, 0x15, 0xdd, 0xf7, 0x1b, 0x01, 0x91, 0x14, 0x06, 0x1a, 0xbf, 0x2e, 0xd1, 0xd8, - 0x29, 0xb3, 0x8c, 0xf6, 0xfc, 0x6c, 0x6e, 0x52, 0xae, 0xfa, 0x00, 0xeb, 0xba, 0xfa, 0x75, 0xf5, - 0x37, 0x39, 0xf2, 0x0a, 0x0e, 0xce, 0x85, 0x36, 0x76, 0x7b, 0x87, 0x14, 0xd2, 0x28, 0x1b, 0x9c, - 0x9e, 0xe4, 0x7f, 0x7d, 0x03, 0xf9, 0x56, 0x36, 0x89, 0x2f, 0x7f, 0x9d, 0xb4, 0x8a, 0xdd, 0x5c, - 0xf2, 0x06, 0x0e, 0x0d, 0x72, 0x25, 0xcb, 0xc6, 0x6d, 0xf0, 0x3f, 0x6e, 0xb7, 0x92, 0xc9, 0x13, - 0xe8, 0xb8, 0x01, 0x19, 0x3a, 0x4c, 0xdb, 0xd9, 0xe0, 0xf4, 0xde, 0x3f, 0x5c, 0xdc, 0x2d, 0x07, - 0x87, 0x5a, 0x3f, 0x99, 0x5c, 0xae, 0x93, 0xe8, 0x6a, 0x9d, 0x44, 0xbf, 0xd7, 0x49, 0xf4, 0x63, - 0x93, 0xb4, 0xae, 0x36, 0x49, 0xeb, 0xe7, 0x26, 0x69, 0x7d, 0xcc, 0x66, 0xc2, 0xce, 0x97, 0x67, - 0x39, 0x57, 0x5f, 0xc6, 0xc1, 0xcd, 0xaf, 0xe3, 0x8b, 0xeb, 0x2f, 0x61, 0xbf, 0x2d, 0xd0, 0x9c, - 0x75, 0xfd, 0xf3, 0x7e, 0xfc, 0x27, 0x00, 0x00, 0xff, 0xff, 0x78, 0x15, 0xaf, 0x35, 0x30, 0x03, - 0x00, 0x00, + 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, } func (m *Provider) Marshal() (dAtA []byte, err error) { diff --git a/x/conflict/types/genesis.pb.go b/x/conflict/types/genesis.pb.go index 16fa6c97ee..4e05d234ef 100644 --- a/x/conflict/types/genesis.pb.go +++ b/x/conflict/types/genesis.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/conflict/genesis.proto +// source: lavanet/lava/conflict/genesis.proto package types import ( fmt "fmt" - _ "github.com/gogo/protobuf/gogoproto" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -33,7 +33,7 @@ func (m *GenesisState) Reset() { *m = GenesisState{} } func (m *GenesisState) String() string { return proto.CompactTextString(m) } func (*GenesisState) ProtoMessage() {} func (*GenesisState) Descriptor() ([]byte, []int) { - return fileDescriptor_39c82cb818ade057, []int{0} + return fileDescriptor_71a0ca73fa4559da, []int{0} } func (m *GenesisState) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -80,25 +80,27 @@ func init() { proto.RegisterType((*GenesisState)(nil), "lavanet.lava.conflict.GenesisState") } -func init() { proto.RegisterFile("lava/conflict/genesis.proto", fileDescriptor_39c82cb818ade057) } +func init() { + proto.RegisterFile("lavanet/lava/conflict/genesis.proto", fileDescriptor_71a0ca73fa4559da) +} -var fileDescriptor_39c82cb818ade057 = []byte{ - // 237 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xce, 0x49, 0x2c, 0x4b, - 0xd4, 0x4f, 0xce, 0xcf, 0x4b, 0xcb, 0xc9, 0x4c, 0x2e, 0xd1, 0x4f, 0x4f, 0xcd, 0x4b, 0x2d, 0xce, - 0x2c, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x05, 0x49, 0xe6, 0xa5, 0x96, 0xe8, 0x81, - 0x68, 0x3d, 0x98, 0x22, 0x29, 0x91, 0xf4, 0xfc, 0xf4, 0x7c, 0xb0, 0x0a, 0x7d, 0x10, 0x0b, 0xa2, - 0x58, 0x4a, 0x0a, 0xd5, 0xa4, 0x82, 0xc4, 0xa2, 0xc4, 0x5c, 0xa8, 0x41, 0x52, 0x8a, 0xa8, 0x72, - 0x30, 0x46, 0x7c, 0x59, 0x7e, 0x49, 0x2a, 0x44, 0x89, 0xd2, 0x22, 0x46, 0x2e, 0x1e, 0x77, 0x88, - 0xed, 0xc1, 0x25, 0x89, 0x25, 0xa9, 0x42, 0xd6, 0x5c, 0x6c, 0x10, 0x33, 0x24, 0x18, 0x15, 0x18, - 0x35, 0xb8, 0x8d, 0x64, 0xf5, 0xb0, 0xba, 0x46, 0x2f, 0x00, 0xac, 0xc8, 0x89, 0xe5, 0xc4, 0x3d, - 0x79, 0x86, 0x20, 0xa8, 0x16, 0xa1, 0x50, 0x2e, 0x01, 0x98, 0x82, 0xb0, 0xfc, 0x92, 0x54, 0x9f, - 0xcc, 0xe2, 0x12, 0x09, 0x26, 0x05, 0x66, 0x0d, 0x6e, 0x23, 0x65, 0x1c, 0xc6, 0x38, 0x23, 0x29, - 0x87, 0x1a, 0x86, 0x61, 0x84, 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, 0x43, 0x2d, 0x00, - 0xd3, 0xfa, 0x15, 0x08, 0x6f, 0x97, 0x54, 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0xfd, 0x6b, 0x0c, - 0x08, 0x00, 0x00, 0xff, 0xff, 0x05, 0x29, 0xda, 0xf7, 0x7a, 0x01, 0x00, 0x00, +var fileDescriptor_71a0ca73fa4559da = []byte{ + // 238 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, + 0x45, 0x7a, 0x20, 0x5a, 0x0f, 0xa6, 0x48, 0x4a, 0x24, 0x3d, 0x3f, 0x3d, 0x1f, 0xac, 0x42, 0x1f, + 0xc4, 0x82, 0x28, 0x96, 0x52, 0xc2, 0x6e, 0x62, 0x41, 0x62, 0x51, 0x62, 0x2e, 0xd4, 0x40, 0x29, + 0x4d, 0xec, 0x6a, 0x60, 0x8c, 0xf8, 0xb2, 0xfc, 0x92, 0x54, 0x88, 0x52, 0xa5, 0x45, 0x8c, 0x5c, + 0x3c, 0xee, 0x10, 0xd7, 0x04, 0x97, 0x24, 0x96, 0xa4, 0x0a, 0x59, 0x73, 0xb1, 0x41, 0xcc, 0x92, + 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, + 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, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/conflict/types/params.pb.go b/x/conflict/types/params.pb.go index ee4fb36984..a361a823fd 100644 --- a/x/conflict/types/params.pb.go +++ b/x/conflict/types/params.pb.go @@ -1,13 +1,13 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/conflict/params.proto +// source: lavanet/lava/conflict/params.proto package types import ( fmt "fmt" github_com_cosmos_cosmos_sdk_types "github.com/cosmos/cosmos-sdk/types" - _ "github.com/gogo/protobuf/gogoproto" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -35,7 +35,7 @@ type Params struct { func (m *Params) Reset() { *m = Params{} } func (*Params) ProtoMessage() {} func (*Params) Descriptor() ([]byte, []int) { - return fileDescriptor_851e0163b7385335, []int{0} + return fileDescriptor_a921a7b735ec6ed8, []int{0} } func (m *Params) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -95,7 +95,7 @@ func (m *Rewards) Reset() { *m = Rewards{} } func (m *Rewards) String() string { return proto.CompactTextString(m) } func (*Rewards) ProtoMessage() {} func (*Rewards) Descriptor() ([]byte, []int) { - return fileDescriptor_851e0163b7385335, []int{1} + return fileDescriptor_a921a7b735ec6ed8, []int{1} } func (m *Rewards) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -129,34 +129,37 @@ func init() { proto.RegisterType((*Rewards)(nil), "lavanet.lava.conflict.Rewards") } -func init() { proto.RegisterFile("lava/conflict/params.proto", fileDescriptor_851e0163b7385335) } +func init() { + proto.RegisterFile("lavanet/lava/conflict/params.proto", fileDescriptor_a921a7b735ec6ed8) +} -var fileDescriptor_851e0163b7385335 = []byte{ - // 383 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x93, 0x31, 0x4b, 0xc3, 0x40, - 0x1c, 0xc5, 0x73, 0x6d, 0xa8, 0x78, 0x22, 0x42, 0x54, 0x0c, 0x45, 0x2e, 0x25, 0x88, 0x64, 0x31, - 0x01, 0xdd, 0x3a, 0x38, 0x04, 0x17, 0x17, 0x29, 0xe9, 0xe6, 0x52, 0xae, 0xe9, 0x59, 0xa3, 0x49, - 0x2e, 0xdc, 0x9d, 0xad, 0xdd, 0x5c, 0xdd, 0xc4, 0xc9, 0xd1, 0x8f, 0xd3, 0xb1, 0xa3, 0x38, 0x14, - 0x69, 0xbf, 0x81, 0x9f, 0x40, 0x72, 0x69, 0x6d, 0x63, 0xb3, 0x48, 0xa7, 0x7f, 0xf8, 0xe7, 0xdd, - 0x7b, 0xbf, 0xbc, 0x24, 0xb0, 0x1a, 0xe2, 0x1e, 0x76, 0x7c, 0x1a, 0xdf, 0x84, 0x81, 0x2f, 0x9c, - 0x04, 0x33, 0x1c, 0x71, 0x3b, 0x61, 0x54, 0x50, 0x6d, 0x3f, 0xbd, 0x17, 0x13, 0x61, 0xa7, 0xd3, - 0x9e, 0x6b, 0xaa, 0x7b, 0x5d, 0xda, 0xa5, 0x52, 0xe1, 0xa4, 0x57, 0x99, 0xd8, 0x7c, 0x2e, 0xc1, - 0x4a, 0x43, 0x9e, 0xd6, 0x38, 0xdc, 0x89, 0xf0, 0x1d, 0x65, 0x81, 0x18, 0x34, 0x08, 0xf3, 0x49, - 0x2c, 0x74, 0x50, 0x03, 0xd6, 0xa6, 0x7b, 0x39, 0x1c, 0x1b, 0xca, 0xe7, 0xd8, 0x38, 0xee, 0x06, - 0xe2, 0xf6, 0xa1, 0x6d, 0xfb, 0x34, 0x72, 0x7c, 0xca, 0x23, 0xca, 0x67, 0xe3, 0x84, 0x77, 0xee, - 0x1d, 0x31, 0x48, 0x08, 0xb7, 0x2f, 0x88, 0xff, 0x3d, 0x36, 0x0e, 0x06, 0x38, 0x0a, 0xeb, 0xe6, - 0xdc, 0xae, 0x95, 0x64, 0x7e, 0xa6, 0xf7, 0x37, 0x41, 0x3b, 0x82, 0xdb, 0x3d, 0x2a, 0x48, 0x53, - 0x60, 0x26, 0x9a, 0x09, 0x8e, 0xf5, 0x52, 0x0d, 0x58, 0xaa, 0x97, 0x5f, 0x6a, 0x08, 0xc2, 0x74, - 0xd1, 0x20, 0x2c, 0xa0, 0x1d, 0xbd, 0x2c, 0x25, 0x4b, 0x1b, 0xed, 0x1c, 0x6e, 0x78, 0xa4, 0x8f, - 0x59, 0x87, 0xeb, 0x6a, 0x0d, 0x58, 0x5b, 0xa7, 0xc8, 0x2e, 0x2c, 0xc1, 0x9e, 0xa9, 0x5c, 0x35, - 0x7d, 0x24, 0x6f, 0x7e, 0xa8, 0xae, 0xbe, 0xbd, 0x1b, 0x8a, 0xf9, 0x5a, 0xfe, 0xb5, 0xd1, 0x9e, - 0x00, 0xdc, 0xed, 0x07, 0x71, 0x4c, 0x58, 0xb6, 0xc9, 0x37, 0x72, 0xf5, 0xef, 0x46, 0x0e, 0xb3, - 0x46, 0x32, 0xcb, 0x16, 0x93, 0x9e, 0x8b, 0x5a, 0x8a, 0xa2, 0x24, 0x82, 0x1f, 0x06, 0x24, 0x16, - 0x79, 0x84, 0xd2, 0x7a, 0x08, 0x99, 0xe5, 0x2a, 0x42, 0x41, 0x94, 0x44, 0x48, 0x6b, 0x66, 0x3c, - 0x8f, 0x50, 0x5e, 0x0f, 0x21, 0xb3, 0x5c, 0x45, 0x28, 0x88, 0x72, 0xdd, 0xe1, 0x04, 0x81, 0xd1, - 0x04, 0x81, 0xaf, 0x09, 0x02, 0x2f, 0x53, 0xa4, 0x8c, 0xa6, 0x48, 0xf9, 0x98, 0x22, 0xe5, 0xda, - 0x5a, 0x8a, 0x9d, 0xbd, 0x6d, 0x39, 0x9d, 0xc7, 0xc5, 0x8f, 0x21, 0xc3, 0xdb, 0x15, 0xf9, 0xad, - 0x9f, 0xfd, 0x04, 0x00, 0x00, 0xff, 0xff, 0x08, 0x8d, 0xb0, 0xe9, 0x36, 0x03, 0x00, 0x00, +var fileDescriptor_a921a7b735ec6ed8 = []byte{ + // 385 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, + 0x7a, 0x20, 0x5a, 0x0f, 0xa6, 0x46, 0x4a, 0x24, 0x3d, 0x3f, 0x3d, 0x1f, 0xac, 0x42, 0x1f, 0xc4, + 0x82, 0x28, 0x56, 0xea, 0x64, 0xe2, 0x62, 0x0b, 0x00, 0xeb, 0x16, 0x2a, 0xe6, 0xe2, 0xcf, 0x4d, + 0xcc, 0xca, 0x2f, 0xca, 0x2c, 0xa9, 0x0c, 0x48, 0x2d, 0x4a, 0x4e, 0xcd, 0x2b, 0x91, 0x60, 0x54, + 0x60, 0xd4, 0xe0, 0x74, 0xf2, 0x3c, 0x71, 0x4f, 0x9e, 0xe1, 0xd6, 0x3d, 0x79, 0xb5, 0xf4, 0xcc, + 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0xfd, 0xe4, 0xfc, 0xe2, 0xdc, 0xfc, 0x62, 0x28, + 0xa5, 0x5b, 0x9c, 0x92, 0xad, 0x5f, 0x52, 0x59, 0x90, 0x5a, 0xac, 0xe7, 0x92, 0x9a, 0xfc, 0xe9, + 0x9e, 0xbc, 0x78, 0x65, 0x62, 0x6e, 0x8e, 0x95, 0x12, 0xcc, 0xb8, 0xf8, 0x02, 0x88, 0x79, 0x4a, + 0x41, 0xe8, 0x36, 0x08, 0xa9, 0x70, 0xf1, 0x96, 0xe5, 0x97, 0xa4, 0x06, 0x97, 0x24, 0x16, 0x95, + 0x04, 0x17, 0x24, 0xe6, 0x49, 0x30, 0x29, 0x30, 0x6a, 0xb0, 0x04, 0xa1, 0x0a, 0x0a, 0xc9, 0x71, + 0x71, 0x81, 0x04, 0x02, 0x52, 0x8b, 0x32, 0xf3, 0x53, 0x24, 0x98, 0xc1, 0x4a, 0x90, 0x44, 0x84, + 0xec, 0xb8, 0xd8, 0x83, 0x52, 0xcb, 0x13, 0x8b, 0x52, 0x8a, 0x25, 0x58, 0x14, 0x18, 0x35, 0xb8, + 0x8d, 0xe4, 0xf4, 0xb0, 0x06, 0x82, 0x1e, 0x54, 0x95, 0x13, 0x0b, 0xc8, 0x4b, 0x41, 0x30, 0x4d, + 0x56, 0x2c, 0x33, 0x16, 0xc8, 0x33, 0x28, 0x4d, 0x62, 0x86, 0x1b, 0x23, 0xd4, 0xc0, 0xc8, 0x25, + 0x5c, 0x9e, 0x99, 0x97, 0x97, 0x5a, 0x04, 0x11, 0x41, 0x0d, 0x11, 0x3f, 0x92, 0x43, 0x44, 0x06, + 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, + 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, } 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 5039dfe8de..57f8d71b03 100644 --- a/x/conflict/types/query.pb.go +++ b/x/conflict/types/query.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/conflict/query.proto +// source: lavanet/lava/conflict/query.proto package types @@ -7,9 +7,9 @@ import ( context "context" fmt "fmt" query "github.com/cosmos/cosmos-sdk/types/query" - _ "github.com/gogo/protobuf/gogoproto" - grpc1 "github.com/gogo/protobuf/grpc" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + grpc1 "github.com/cosmos/gogoproto/grpc" + proto "github.com/cosmos/gogoproto/proto" _ "google.golang.org/genproto/googleapis/api/annotations" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" @@ -38,7 +38,7 @@ func (m *QueryParamsRequest) Reset() { *m = QueryParamsRequest{} } func (m *QueryParamsRequest) String() string { return proto.CompactTextString(m) } func (*QueryParamsRequest) ProtoMessage() {} func (*QueryParamsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ea9a5ee7cc69cc24, []int{0} + return fileDescriptor_1179eb365bacd460, []int{0} } func (m *QueryParamsRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -77,7 +77,7 @@ func (m *QueryParamsResponse) Reset() { *m = QueryParamsResponse{} } func (m *QueryParamsResponse) String() string { return proto.CompactTextString(m) } func (*QueryParamsResponse) ProtoMessage() {} func (*QueryParamsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_ea9a5ee7cc69cc24, []int{1} + return fileDescriptor_1179eb365bacd460, []int{1} } func (m *QueryParamsResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -121,7 +121,7 @@ func (m *QueryGetConflictVoteRequest) Reset() { *m = QueryGetConflictVot func (m *QueryGetConflictVoteRequest) String() string { return proto.CompactTextString(m) } func (*QueryGetConflictVoteRequest) ProtoMessage() {} func (*QueryGetConflictVoteRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ea9a5ee7cc69cc24, []int{2} + return fileDescriptor_1179eb365bacd460, []int{2} } func (m *QueryGetConflictVoteRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -165,7 +165,7 @@ func (m *QueryGetConflictVoteResponse) Reset() { *m = QueryGetConflictVo func (m *QueryGetConflictVoteResponse) String() string { return proto.CompactTextString(m) } func (*QueryGetConflictVoteResponse) ProtoMessage() {} func (*QueryGetConflictVoteResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_ea9a5ee7cc69cc24, []int{3} + return fileDescriptor_1179eb365bacd460, []int{3} } func (m *QueryGetConflictVoteResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -209,7 +209,7 @@ func (m *QueryAllConflictVoteRequest) Reset() { *m = QueryAllConflictVot func (m *QueryAllConflictVoteRequest) String() string { return proto.CompactTextString(m) } func (*QueryAllConflictVoteRequest) ProtoMessage() {} func (*QueryAllConflictVoteRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ea9a5ee7cc69cc24, []int{4} + return fileDescriptor_1179eb365bacd460, []int{4} } func (m *QueryAllConflictVoteRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -254,7 +254,7 @@ func (m *QueryAllConflictVoteResponse) Reset() { *m = QueryAllConflictVo func (m *QueryAllConflictVoteResponse) String() string { return proto.CompactTextString(m) } func (*QueryAllConflictVoteResponse) ProtoMessage() {} func (*QueryAllConflictVoteResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_ea9a5ee7cc69cc24, []int{5} + return fileDescriptor_1179eb365bacd460, []int{5} } func (m *QueryAllConflictVoteResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -306,42 +306,42 @@ func init() { proto.RegisterType((*QueryAllConflictVoteResponse)(nil), "lavanet.lava.conflict.QueryAllConflictVoteResponse") } -func init() { proto.RegisterFile("lava/conflict/query.proto", fileDescriptor_ea9a5ee7cc69cc24) } - -var fileDescriptor_ea9a5ee7cc69cc24 = []byte{ - // 506 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x94, 0x41, 0x6f, 0xd3, 0x30, - 0x14, 0xc7, 0xeb, 0x8d, 0x55, 0xc2, 0x4c, 0x42, 0x32, 0x45, 0x82, 0xb0, 0x65, 0x60, 0x60, 0x8c, - 0x69, 0xb2, 0xb5, 0x96, 0x1b, 0xa7, 0x15, 0x89, 0x9d, 0x90, 0x46, 0x0e, 0x1c, 0xb8, 0x20, 0x27, - 0x98, 0x10, 0x29, 0xb1, 0xb3, 0xda, 0xad, 0x36, 0x21, 0x2e, 0x1c, 0x38, 0x23, 0xf1, 0x25, 0xb8, - 0x70, 0xe5, 0x33, 0xec, 0x38, 0x89, 0x0b, 0x27, 0x84, 0x5a, 0x6e, 0x7c, 0x09, 0x14, 0xdb, 0xd1, - 0x12, 0x2d, 0x29, 0x45, 0x3b, 0xd5, 0x75, 0xde, 0xff, 0xff, 0xff, 0xbd, 0xbe, 0xd7, 0xc0, 0x9b, - 0x29, 0x9b, 0x30, 0x1a, 0x49, 0xf1, 0x26, 0x4d, 0x22, 0x4d, 0x0f, 0xc7, 0x7c, 0x74, 0x4c, 0xf2, - 0x91, 0xd4, 0x12, 0x5d, 0x2f, 0x1e, 0x09, 0xae, 0x49, 0xf1, 0x49, 0xca, 0x12, 0x6f, 0x2d, 0x96, - 0x32, 0x4e, 0x39, 0x65, 0x79, 0x42, 0x99, 0x10, 0x52, 0x33, 0x9d, 0x48, 0xa1, 0xac, 0xc8, 0xdb, - 0x8e, 0xa4, 0xca, 0xa4, 0xa2, 0x21, 0x53, 0xdc, 0xba, 0xd1, 0xc9, 0x6e, 0xc8, 0x35, 0xdb, 0xa5, - 0x39, 0x8b, 0x13, 0x61, 0x8a, 0x5d, 0xad, 0x57, 0xcf, 0xce, 0xd9, 0x88, 0x65, 0xa5, 0xcf, 0x9d, - 0xfa, 0xb3, 0xf2, 0xf0, 0x6a, 0x22, 0x35, 0x77, 0x25, 0xbd, 0x58, 0xc6, 0xd2, 0x1c, 0x69, 0x71, - 0xb2, 0xb7, 0xb8, 0x07, 0xd1, 0xf3, 0x22, 0xf6, 0xc0, 0xb8, 0x05, 0xfc, 0x70, 0xcc, 0x95, 0xc6, - 0x01, 0xbc, 0x56, 0xbb, 0x55, 0xb9, 0x14, 0x8a, 0xa3, 0xc7, 0xb0, 0x6b, 0x53, 0x6f, 0x80, 0xdb, - 0x60, 0xeb, 0x4a, 0x7f, 0x9d, 0x34, 0xf6, 0x4c, 0xac, 0x6c, 0x78, 0xe9, 0xe4, 0xe7, 0x46, 0x27, - 0x70, 0x12, 0x3c, 0x80, 0xb7, 0x8c, 0xe7, 0x3e, 0xd7, 0x4f, 0x5c, 0xe1, 0x0b, 0xa9, 0xb9, 0x8b, - 0x44, 0x3d, 0xb8, 0x92, 0x88, 0xd7, 0xfc, 0xc8, 0x58, 0x5f, 0x0e, 0xec, 0x17, 0x9c, 0xc1, 0xb5, - 0x66, 0x91, 0x23, 0x7a, 0x06, 0x57, 0xa3, 0xca, 0xbd, 0xe3, 0xba, 0xdb, 0xc2, 0x55, 0xb5, 0x70, - 0x74, 0x35, 0x39, 0xe6, 0x8e, 0x71, 0x2f, 0x4d, 0x9b, 0x18, 0x9f, 0x42, 0x78, 0x36, 0x15, 0x97, - 0xb5, 0x49, 0xec, 0x08, 0x49, 0x31, 0x42, 0x62, 0x17, 0xc2, 0x8d, 0x90, 0x1c, 0xb0, 0xb8, 0xd4, - 0x06, 0x15, 0x25, 0xfe, 0x06, 0x5c, 0x5b, 0xe7, 0x72, 0x5a, 0xdb, 0x5a, 0xbe, 0x40, 0x5b, 0x68, - 0xbf, 0xc6, 0xbd, 0x64, 0xb8, 0x1f, 0xfc, 0x93, 0xdb, 0xb2, 0x54, 0xc1, 0xfb, 0x7f, 0x96, 0xe1, - 0x8a, 0x01, 0x47, 0x1f, 0x01, 0xec, 0xda, 0x31, 0xa3, 0x87, 0x2d, 0x58, 0xe7, 0xf7, 0xca, 0xdb, - 0x5e, 0xa4, 0xd4, 0xe6, 0xe2, 0xfb, 0x1f, 0xbe, 0xff, 0xfe, 0xbc, 0xb4, 0x81, 0xd6, 0xa9, 0xd3, - 0xd0, 0xa6, 0xfd, 0x47, 0x5f, 0x01, 0x5c, 0xad, 0xfe, 0x00, 0xa8, 0x3f, 0x2f, 0xa3, 0x79, 0xf9, - 0xbc, 0xc1, 0x7f, 0x69, 0x1c, 0xe0, 0x23, 0x03, 0x48, 0xd0, 0x4e, 0x0b, 0x60, 0xed, 0x4f, 0x48, - 0xdf, 0x99, 0x85, 0x7e, 0x8f, 0xbe, 0x00, 0x78, 0xb5, 0x6a, 0xb7, 0x97, 0xa6, 0xf3, 0x91, 0x9b, - 0x77, 0x71, 0x3e, 0x72, 0xcb, 0x5e, 0xe1, 0x1d, 0x83, 0xbc, 0x89, 0xee, 0x2d, 0x82, 0x3c, 0x1c, - 0x9e, 0x4c, 0x7d, 0x70, 0x3a, 0xf5, 0xc1, 0xaf, 0xa9, 0x0f, 0x3e, 0xcd, 0xfc, 0xce, 0xe9, 0xcc, - 0xef, 0xfc, 0x98, 0xf9, 0x9d, 0x97, 0x5b, 0x71, 0xa2, 0xdf, 0x8e, 0x43, 0x12, 0xc9, 0xac, 0xee, - 0x74, 0x74, 0xe6, 0xa5, 0x8f, 0x73, 0xae, 0xc2, 0xae, 0x79, 0xcd, 0x0c, 0xfe, 0x06, 0x00, 0x00, - 0xff, 0xff, 0x49, 0xf0, 0x6a, 0xd6, 0x39, 0x05, 0x00, 0x00, +func init() { proto.RegisterFile("lavanet/lava/conflict/query.proto", fileDescriptor_1179eb365bacd460) } + +var fileDescriptor_1179eb365bacd460 = []byte{ + // 505 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x94, 0x41, 0x6b, 0x14, 0x31, + 0x18, 0x86, 0x37, 0xad, 0x5d, 0x30, 0x16, 0x84, 0xb8, 0x82, 0xac, 0xed, 0x54, 0xa3, 0xd6, 0xb6, + 0x94, 0x84, 0xee, 0x7a, 0xf3, 0xd4, 0x15, 0xec, 0x49, 0xa8, 0x73, 0xf0, 0xe0, 0x45, 0x32, 0x63, + 0x1c, 0x07, 0x66, 0x92, 0xe9, 0x26, 0xbb, 0xb4, 0x88, 0x17, 0x0f, 0x9e, 0x05, 0xff, 0x84, 0x17, + 0xaf, 0xfe, 0x86, 0x1e, 0x0b, 0x5e, 0x3c, 0x89, 0xec, 0x7a, 0xf3, 0x4f, 0xc8, 0x24, 0x19, 0x3a, + 0x43, 0x67, 0xc6, 0x95, 0x9e, 0x26, 0x1b, 0xde, 0xf7, 0xfd, 0x9e, 0xe4, 0xfb, 0xb2, 0xf0, 0x6e, + 0xc2, 0xa6, 0x4c, 0x70, 0x4d, 0xf3, 0x2f, 0x0d, 0xa5, 0x78, 0x93, 0xc4, 0xa1, 0xa6, 0x47, 0x13, + 0x3e, 0x3e, 0x21, 0xd9, 0x58, 0x6a, 0x89, 0x6e, 0x3a, 0x09, 0xc9, 0xbf, 0xa4, 0x90, 0xf4, 0xd7, + 0x22, 0x29, 0xa3, 0x84, 0x53, 0x96, 0xc5, 0x94, 0x09, 0x21, 0x35, 0xd3, 0xb1, 0x14, 0xca, 0x9a, + 0xfa, 0x3b, 0xa1, 0x54, 0xa9, 0x54, 0x34, 0x60, 0x8a, 0xdb, 0x34, 0x3a, 0xdd, 0x0b, 0xb8, 0x66, + 0x7b, 0x34, 0x63, 0x51, 0x2c, 0x8c, 0xd8, 0x69, 0x71, 0x3d, 0x43, 0xc6, 0xc6, 0x2c, 0x2d, 0xf2, + 0xb6, 0xeb, 0x35, 0xc5, 0xe2, 0xd5, 0x54, 0x6a, 0xee, 0xa4, 0xbd, 0x48, 0x46, 0xd2, 0x2c, 0x69, + 0xbe, 0xb2, 0xbb, 0xb8, 0x07, 0xd1, 0xf3, 0x1c, 0xe3, 0xd0, 0xa4, 0xfa, 0xfc, 0x68, 0xc2, 0x95, + 0xc6, 0x3e, 0xbc, 0x51, 0xd9, 0x55, 0x99, 0x14, 0x8a, 0xa3, 0xc7, 0xb0, 0x6b, 0xab, 0xdf, 0x02, + 0x77, 0xc0, 0xd6, 0xb5, 0xc1, 0x3a, 0xa9, 0xbd, 0x03, 0x62, 0x6d, 0xa3, 0x2b, 0xa7, 0x3f, 0x37, + 0x3a, 0xbe, 0xb3, 0xe0, 0x21, 0xbc, 0x6d, 0x32, 0x0f, 0xb8, 0x7e, 0xe2, 0x84, 0x2f, 0xa4, 0xe6, + 0xae, 0x24, 0xea, 0xc1, 0x95, 0x58, 0xbc, 0xe6, 0xc7, 0x26, 0xfa, 0xaa, 0x6f, 0x7f, 0xe0, 0x14, + 0xae, 0xd5, 0x9b, 0x1c, 0xd1, 0x33, 0xb8, 0x1a, 0x96, 0xf6, 0x1d, 0xd7, 0xbd, 0x06, 0xae, 0x72, + 0x84, 0xa3, 0xab, 0xd8, 0x31, 0x77, 0x8c, 0xfb, 0x49, 0x52, 0xc7, 0xf8, 0x14, 0xc2, 0xf3, 0x2e, + 0xb9, 0x5a, 0x9b, 0xc4, 0xb6, 0x94, 0xe4, 0x2d, 0x25, 0x76, 0x40, 0x5c, 0x4b, 0xc9, 0x21, 0x8b, + 0x0a, 0xaf, 0x5f, 0x72, 0xe2, 0x6f, 0xc0, 0x1d, 0xeb, 0x42, 0x9d, 0xc6, 0x63, 0x2d, 0x5f, 0xe2, + 0x58, 0xe8, 0xa0, 0xc2, 0xbd, 0x64, 0xb8, 0x1f, 0xfe, 0x93, 0xdb, 0xb2, 0x94, 0xc1, 0x07, 0x7f, + 0x96, 0xe1, 0x8a, 0x01, 0x47, 0x1f, 0x01, 0xec, 0xda, 0x36, 0xa3, 0xed, 0x06, 0xac, 0x8b, 0x73, + 0xd5, 0xdf, 0x59, 0x44, 0x6a, 0xeb, 0xe2, 0x07, 0x1f, 0xbe, 0xff, 0xfe, 0xbc, 0xb4, 0x81, 0xd6, + 0x69, 0xdb, 0x3b, 0x40, 0x5f, 0x01, 0x5c, 0x2d, 0x5f, 0x00, 0x1a, 0xb4, 0xd5, 0xa8, 0x1f, 0xbe, + 0xfe, 0xf0, 0xbf, 0x3c, 0x0e, 0xf0, 0x91, 0x01, 0x24, 0x68, 0x97, 0x2e, 0xf0, 0x08, 0xe9, 0x3b, + 0x33, 0xd0, 0xef, 0xd1, 0x17, 0x00, 0xaf, 0x97, 0xe3, 0xf6, 0x93, 0xa4, 0x1d, 0xb9, 0x7e, 0x16, + 0xdb, 0x91, 0x1b, 0xe6, 0x0a, 0xef, 0x1a, 0xe4, 0x4d, 0x74, 0x7f, 0x11, 0xe4, 0xd1, 0xe8, 0x74, + 0xe6, 0x81, 0xb3, 0x99, 0x07, 0x7e, 0xcd, 0x3c, 0xf0, 0x69, 0xee, 0x75, 0xce, 0xe6, 0x5e, 0xe7, + 0xc7, 0xdc, 0xeb, 0xbc, 0xdc, 0x8a, 0x62, 0xfd, 0x76, 0x12, 0x90, 0x50, 0xa6, 0xd5, 0xa4, 0xe3, + 0xf3, 0x2c, 0x7d, 0x92, 0x71, 0x15, 0x74, 0xcd, 0xdf, 0xcc, 0xf0, 0x6f, 0x00, 0x00, 0x00, 0xff, + 0xff, 0x90, 0x50, 0xda, 0xeb, 0x51, 0x05, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -499,7 +499,7 @@ var _Query_serviceDesc = grpc.ServiceDesc{ }, }, Streams: []grpc.StreamDesc{}, - Metadata: "lava/conflict/query.proto", + Metadata: "lavanet/lava/conflict/query.proto", } func (m *QueryParamsRequest) Marshal() (dAtA []byte, err error) { diff --git a/x/conflict/types/query.pb.gw.go b/x/conflict/types/query.pb.gw.go index 0a6d199441..6eb79f7670 100644 --- a/x/conflict/types/query.pb.gw.go +++ b/x/conflict/types/query.pb.gw.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-grpc-gateway. DO NOT EDIT. -// source: lava/conflict/query.proto +// source: lavanet/lava/conflict/query.proto /* Package types is a reverse proxy. @@ -321,11 +321,11 @@ func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, clie } var ( - pattern_Query_Params_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"lavanet", "lava", "conflict", "params"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_Params_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"lavanet", "lava", "conflict", "params"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_ConflictVote_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4}, []string{"lavanet", "lava", "conflict", "conflict_vote", "index"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_ConflictVote_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4}, []string{"lavanet", "lava", "conflict", "conflict_vote", "index"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_ConflictVoteAll_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"lavanet", "lava", "conflict", "conflict_vote"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_ConflictVoteAll_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"lavanet", "lava", "conflict", "conflict_vote"}, "", runtime.AssumeColonVerbOpt(false))) ) var ( diff --git a/x/conflict/types/tx.pb.go b/x/conflict/types/tx.pb.go index 8db734f416..6c7b09ecab 100644 --- a/x/conflict/types/tx.pb.go +++ b/x/conflict/types/tx.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/conflict/tx.proto +// source: lavanet/lava/conflict/tx.proto package types @@ -7,9 +7,9 @@ import ( context "context" fmt "fmt" _ "github.com/cosmos/cosmos-sdk/types" - _ "github.com/gogo/protobuf/gogoproto" - grpc1 "github.com/gogo/protobuf/grpc" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + grpc1 "github.com/cosmos/gogoproto/grpc" + proto "github.com/cosmos/gogoproto/proto" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status" @@ -41,7 +41,7 @@ func (m *MsgDetection) Reset() { *m = MsgDetection{} } func (m *MsgDetection) String() string { return proto.CompactTextString(m) } func (*MsgDetection) ProtoMessage() {} func (*MsgDetection) Descriptor() ([]byte, []int) { - return fileDescriptor_1607b4349b3cb534, []int{0} + return fileDescriptor_8d098f1e58e895a1, []int{0} } func (m *MsgDetection) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -105,7 +105,7 @@ func (m *MsgDetectionResponse) Reset() { *m = MsgDetectionResponse{} } func (m *MsgDetectionResponse) String() string { return proto.CompactTextString(m) } func (*MsgDetectionResponse) ProtoMessage() {} func (*MsgDetectionResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_1607b4349b3cb534, []int{1} + return fileDescriptor_8d098f1e58e895a1, []int{1} } func (m *MsgDetectionResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -144,7 +144,7 @@ func (m *MsgConflictVoteCommit) Reset() { *m = MsgConflictVoteCommit{} } func (m *MsgConflictVoteCommit) String() string { return proto.CompactTextString(m) } func (*MsgConflictVoteCommit) ProtoMessage() {} func (*MsgConflictVoteCommit) Descriptor() ([]byte, []int) { - return fileDescriptor_1607b4349b3cb534, []int{2} + return fileDescriptor_8d098f1e58e895a1, []int{2} } func (m *MsgConflictVoteCommit) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -201,7 +201,7 @@ func (m *MsgConflictVoteCommitResponse) Reset() { *m = MsgConflictVoteCo func (m *MsgConflictVoteCommitResponse) String() string { return proto.CompactTextString(m) } func (*MsgConflictVoteCommitResponse) ProtoMessage() {} func (*MsgConflictVoteCommitResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_1607b4349b3cb534, []int{3} + return fileDescriptor_8d098f1e58e895a1, []int{3} } func (m *MsgConflictVoteCommitResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -241,7 +241,7 @@ func (m *MsgConflictVoteReveal) Reset() { *m = MsgConflictVoteReveal{} } func (m *MsgConflictVoteReveal) String() string { return proto.CompactTextString(m) } func (*MsgConflictVoteReveal) ProtoMessage() {} func (*MsgConflictVoteReveal) Descriptor() ([]byte, []int) { - return fileDescriptor_1607b4349b3cb534, []int{4} + return fileDescriptor_8d098f1e58e895a1, []int{4} } func (m *MsgConflictVoteReveal) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -305,7 +305,7 @@ func (m *MsgConflictVoteRevealResponse) Reset() { *m = MsgConflictVoteRe func (m *MsgConflictVoteRevealResponse) String() string { return proto.CompactTextString(m) } func (*MsgConflictVoteRevealResponse) ProtoMessage() {} func (*MsgConflictVoteRevealResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_1607b4349b3cb534, []int{5} + return fileDescriptor_8d098f1e58e895a1, []int{5} } func (m *MsgConflictVoteRevealResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -343,38 +343,38 @@ func init() { proto.RegisterType((*MsgConflictVoteRevealResponse)(nil), "lavanet.lava.conflict.MsgConflictVoteRevealResponse") } -func init() { proto.RegisterFile("lava/conflict/tx.proto", fileDescriptor_1607b4349b3cb534) } +func init() { proto.RegisterFile("lavanet/lava/conflict/tx.proto", fileDescriptor_8d098f1e58e895a1) } -var fileDescriptor_1607b4349b3cb534 = []byte{ +var fileDescriptor_8d098f1e58e895a1 = []byte{ // 443 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x94, 0x4f, 0x6b, 0xdb, 0x30, - 0x18, 0xc6, 0xe3, 0x24, 0xeb, 0x88, 0xd6, 0xc3, 0x10, 0x69, 0x08, 0x81, 0x79, 0x5d, 0x76, 0x58, - 0xa0, 0xc3, 0xa2, 0xdd, 0x3e, 0x41, 0x5b, 0x06, 0x3b, 0x04, 0x86, 0x06, 0x3b, 0x0c, 0x4a, 0x51, - 0xd4, 0xb7, 0x8e, 0xc0, 0xd6, 0x1b, 0x2c, 0xcd, 0x64, 0xfb, 0x14, 0xfb, 0x46, 0xbb, 0xee, 0xd8, - 0x63, 0x8f, 0x23, 0xf9, 0x22, 0xc3, 0xf2, 0x9f, 0xa5, 0x8b, 0x5d, 0xd2, 0x9e, 0xf4, 0x4a, 0x79, - 0xf4, 0x7b, 0x1e, 0x9e, 0x18, 0x91, 0x41, 0x24, 0x52, 0xc1, 0x24, 0xea, 0xeb, 0x48, 0x49, 0xcb, - 0xec, 0x32, 0x58, 0x24, 0x68, 0x91, 0x1e, 0x64, 0xe7, 0x1a, 0x6c, 0x90, 0xad, 0x41, 0xf9, 0xfb, - 0xc8, 0x97, 0x68, 0x62, 0x34, 0x6c, 0x26, 0x0c, 0xb0, 0xf4, 0x78, 0x06, 0x56, 0x1c, 0x33, 0x89, - 0x4a, 0xe7, 0xd7, 0x46, 0xfd, 0x10, 0x43, 0x74, 0x23, 0xcb, 0xa6, 0xe2, 0xf4, 0xd5, 0x5d, 0x93, - 0x72, 0xb8, 0xbc, 0x12, 0x56, 0xe4, 0x92, 0xf1, 0xaf, 0x36, 0xd9, 0x9f, 0x9a, 0xf0, 0x1c, 0x2c, - 0x48, 0xab, 0x50, 0xd3, 0x21, 0x79, 0x2a, 0x13, 0x10, 0x16, 0x93, 0xa1, 0x77, 0xe8, 0x4d, 0x7a, - 0xbc, 0xdc, 0xd2, 0x4b, 0xd2, 0xbf, 0x56, 0x5a, 0x44, 0xea, 0x87, 0xc8, 0x94, 0x67, 0x05, 0x6d, - 0xd8, 0x3e, 0xf4, 0x26, 0xcf, 0x4e, 0x8e, 0x82, 0xda, 0xe4, 0xc1, 0x87, 0x9a, 0x2b, 0xbc, 0x16, - 0x44, 0x3f, 0x93, 0xe7, 0x09, 0x98, 0x05, 0x6a, 0x03, 0x15, 0xbc, 0xe3, 0xe0, 0x6f, 0x1a, 0xe0, - 0xfc, 0x3f, 0x39, 0xdf, 0x02, 0x64, 0xa9, 0x8d, 0x88, 0xe1, 0x53, 0x82, 0xa9, 0xba, 0x82, 0xa4, - 0x02, 0x77, 0x1f, 0x91, 0xba, 0x0e, 0x34, 0x1e, 0x90, 0xfe, 0x66, 0x81, 0x65, 0xa4, 0xf1, 0x05, - 0x39, 0x98, 0x9a, 0xb0, 0x94, 0x7d, 0x41, 0x0b, 0x67, 0x18, 0xc7, 0xca, 0xde, 0xd3, 0xf0, 0x80, - 0xec, 0xa5, 0x68, 0xe1, 0xe3, 0xb9, 0xeb, 0xb4, 0xc7, 0x8b, 0x1d, 0xa5, 0xa4, 0x3b, 0x17, 0x66, - 0xee, 0xca, 0xd8, 0xe7, 0x6e, 0x1e, 0xbf, 0x24, 0x2f, 0x6a, 0xf1, 0x95, 0xbf, 0xd9, 0xf2, 0xe7, - 0x90, 0x82, 0x88, 0x1e, 0xe1, 0xdf, 0x27, 0x4f, 0x34, 0x6a, 0x09, 0x2e, 0x40, 0x87, 0xe7, 0x9b, - 0x2a, 0x55, 0xf7, 0xde, 0x54, 0xb9, 0x69, 0x99, 0xea, 0xe4, 0xb6, 0x4d, 0x3a, 0x53, 0x13, 0xd2, - 0x0b, 0xd2, 0xfb, 0xf7, 0xcd, 0xbd, 0x6e, 0xf8, 0x17, 0x36, 0x7b, 0x1d, 0x1d, 0xed, 0x20, 0x2a, - 0x6d, 0xe8, 0x92, 0xd0, 0x9a, 0xe6, 0xdf, 0x36, 0x23, 0xb6, 0xd5, 0xa3, 0xf7, 0x0f, 0x51, 0x37, - 0x39, 0x17, 0x9d, 0xef, 0xe8, 0x9c, 0xab, 0x77, 0x75, 0xbe, 0x5b, 0xed, 0xe9, 0xe9, 0xef, 0x95, - 0xef, 0xdd, 0xac, 0x7c, 0xef, 0xcf, 0xca, 0xf7, 0x7e, 0xae, 0xfd, 0xd6, 0xcd, 0xda, 0x6f, 0xdd, - 0xae, 0xfd, 0xd6, 0xd7, 0x49, 0xa8, 0xec, 0xfc, 0xdb, 0x2c, 0x90, 0x18, 0xb3, 0x82, 0xec, 0x56, - 0xb6, 0xdc, 0x78, 0x81, 0xbe, 0x2f, 0xc0, 0xcc, 0xf6, 0xdc, 0xab, 0xf0, 0xee, 0x6f, 0x00, 0x00, - 0x00, 0xff, 0xff, 0x42, 0x93, 0x2f, 0x14, 0x9f, 0x04, 0x00, 0x00, + 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, } // Reference imports to suppress errors if they are not otherwise used. @@ -526,7 +526,7 @@ var _Msg_serviceDesc = grpc.ServiceDesc{ }, }, Streams: []grpc.StreamDesc{}, - Metadata: "lava/conflict/tx.proto", + Metadata: "lavanet/lava/conflict/tx.proto", } func (m *MsgDetection) Marshal() (dAtA []byte, err error) { diff --git a/x/downtime/v1/downtime.pb.go b/x/downtime/v1/downtime.pb.go index 90d94cd93d..a114f8abad 100644 --- a/x/downtime/v1/downtime.pb.go +++ b/x/downtime/v1/downtime.pb.go @@ -1,13 +1,13 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/downtime/v1/downtime.proto +// source: lavanet/lava/downtime/v1/downtime.proto package v1 import ( fmt "fmt" - _ "github.com/gogo/protobuf/gogoproto" - proto "github.com/gogo/protobuf/proto" - github_com_gogo_protobuf_types "github.com/gogo/protobuf/types" + _ "github.com/cosmos/gogoproto/gogoproto" + proto "github.com/cosmos/gogoproto/proto" + github_com_cosmos_gogoproto_types "github.com/cosmos/gogoproto/types" _ "google.golang.org/protobuf/types/known/durationpb" _ "google.golang.org/protobuf/types/known/timestamppb" io "io" @@ -39,7 +39,7 @@ func (m *Params) Reset() { *m = Params{} } func (m *Params) String() string { return proto.CompactTextString(m) } func (*Params) ProtoMessage() {} func (*Params) Descriptor() ([]byte, []int) { - return fileDescriptor_cf24cbb5f3f32a40, []int{0} + return fileDescriptor_17cbf2f7c6c4bd94, []int{0} } func (m *Params) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -88,7 +88,7 @@ func (m *Downtime) Reset() { *m = Downtime{} } func (m *Downtime) String() string { return proto.CompactTextString(m) } func (*Downtime) ProtoMessage() {} func (*Downtime) Descriptor() ([]byte, []int) { - return fileDescriptor_cf24cbb5f3f32a40, []int{1} + return fileDescriptor_17cbf2f7c6c4bd94, []int{1} } func (m *Downtime) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -144,7 +144,7 @@ func (m *DowntimeGarbageCollection) Reset() { *m = DowntimeGarbageCollec func (m *DowntimeGarbageCollection) String() string { return proto.CompactTextString(m) } func (*DowntimeGarbageCollection) ProtoMessage() {} func (*DowntimeGarbageCollection) Descriptor() ([]byte, []int) { - return fileDescriptor_cf24cbb5f3f32a40, []int{2} + return fileDescriptor_17cbf2f7c6c4bd94, []int{2} } func (m *DowntimeGarbageCollection) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -193,29 +193,31 @@ func init() { proto.RegisterType((*DowntimeGarbageCollection)(nil), "lavanet.lava.downtime.v1.DowntimeGarbageCollection") } -func init() { proto.RegisterFile("lava/downtime/v1/downtime.proto", fileDescriptor_cf24cbb5f3f32a40) } +func init() { + proto.RegisterFile("lavanet/lava/downtime/v1/downtime.proto", fileDescriptor_17cbf2f7c6c4bd94) +} -var fileDescriptor_cf24cbb5f3f32a40 = []byte{ +var fileDescriptor_17cbf2f7c6c4bd94 = []byte{ // 295 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xcf, 0x49, 0x2c, 0x4b, - 0xd4, 0x4f, 0xc9, 0x2f, 0xcf, 0x2b, 0xc9, 0xcc, 0x4d, 0xd5, 0x2f, 0x33, 0x84, 0xb3, 0xf5, 0x0a, - 0x8a, 0xf2, 0x4b, 0xf2, 0x85, 0x24, 0x40, 0x0a, 0xf2, 0x52, 0x4b, 0xf4, 0x40, 0xb4, 0x1e, 0x5c, - 0xb2, 0xcc, 0x50, 0x4a, 0x2e, 0x3d, 0x3f, 0x3f, 0x3d, 0x27, 0x55, 0x1f, 0xac, 0x2e, 0xa9, 0x34, - 0x4d, 0x3f, 0xa5, 0xb4, 0x28, 0xb1, 0x24, 0x33, 0x3f, 0x0f, 0xa2, 0x53, 0x4a, 0x1e, 0x5d, 0x1e, - 0xa4, 0xb1, 0xb8, 0x24, 0x31, 0xb7, 0x00, 0xaa, 0x40, 0x24, 0x3d, 0x3f, 0x3d, 0x1f, 0xcc, 0xd4, - 0x07, 0xb1, 0x20, 0xa2, 0x4a, 0x51, 0x5c, 0x6c, 0x01, 0x89, 0x45, 0x89, 0xb9, 0xc5, 0x42, 0x01, - 0x5c, 0x82, 0x30, 0xfb, 0xe2, 0x61, 0x66, 0x4b, 0x30, 0x2a, 0x30, 0x6a, 0x70, 0x1b, 0x49, 0xea, - 0x41, 0x0c, 0xd7, 0x83, 0x19, 0xae, 0xe7, 0x02, 0x55, 0xe0, 0xc4, 0x71, 0xe2, 0x9e, 0x3c, 0xc3, - 0x8c, 0xfb, 0xf2, 0x8c, 0x41, 0x02, 0x30, 0xdd, 0x30, 0x39, 0xa5, 0x44, 0x2e, 0x0e, 0x17, 0xa8, - 0x98, 0x90, 0x08, 0x17, 0x6b, 0x52, 0x4e, 0x7e, 0x72, 0x36, 0xd8, 0x44, 0x96, 0x20, 0x08, 0x47, - 0xc8, 0x9e, 0x8b, 0x03, 0x6e, 0x15, 0x13, 0xf1, 0x56, 0xc1, 0x35, 0x29, 0xf9, 0x70, 0x49, 0xc2, - 0xac, 0x70, 0x4f, 0x2c, 0x4a, 0x4a, 0x4c, 0x4f, 0x75, 0xce, 0xcf, 0xc9, 0x49, 0x4d, 0x06, 0x49, - 0xe2, 0xb0, 0x53, 0x92, 0x8b, 0x23, 0x3d, 0x39, 0x1e, 0x22, 0xc1, 0x04, 0x96, 0x60, 0x4f, 0x4f, - 0x76, 0x02, 0x71, 0x9d, 0xec, 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, - 0x35, 0x3d, 0xb3, 0x24, 0xa3, 0x34, 0x49, 0x2f, 0x39, 0x3f, 0x57, 0x1f, 0x1a, 0x45, 0x60, 0x5a, - 0xbf, 0x02, 0x39, 0x36, 0x93, 0xd8, 0xc0, 0xae, 0x36, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0xac, - 0xb8, 0xcd, 0x7b, 0xe8, 0x01, 0x00, 0x00, + 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, + 0xd6, 0x83, 0x4b, 0x96, 0x19, 0x4a, 0xc9, 0xa5, 0xe7, 0xe7, 0xa7, 0xe7, 0xa4, 0xea, 0x83, 0xd5, + 0x25, 0x95, 0xa6, 0xe9, 0xa7, 0x94, 0x16, 0x25, 0x96, 0x64, 0xe6, 0xe7, 0x41, 0x74, 0x4a, 0xc9, + 0xa3, 0xcb, 0x83, 0x34, 0x16, 0x97, 0x24, 0xe6, 0x16, 0x40, 0x15, 0x88, 0xa4, 0xe7, 0xa7, 0xe7, + 0x83, 0x99, 0xfa, 0x20, 0x16, 0x44, 0x54, 0x29, 0x8a, 0x8b, 0x2d, 0x20, 0xb1, 0x28, 0x31, 0xb7, + 0x58, 0x28, 0x80, 0x4b, 0x10, 0x66, 0x5f, 0x3c, 0xcc, 0x6c, 0x09, 0x46, 0x05, 0x46, 0x0d, 0x6e, + 0x23, 0x49, 0x3d, 0x88, 0xe1, 0x7a, 0x30, 0xc3, 0xf5, 0x5c, 0xa0, 0x0a, 0x9c, 0x38, 0x4e, 0xdc, + 0x93, 0x67, 0x98, 0x71, 0x5f, 0x9e, 0x31, 0x48, 0x00, 0xa6, 0x1b, 0x26, 0xa7, 0x94, 0xc8, 0xc5, + 0xe1, 0x02, 0x15, 0x13, 0x12, 0xe1, 0x62, 0x4d, 0xca, 0xc9, 0x4f, 0xce, 0x06, 0x9b, 0xc8, 0x12, + 0x04, 0xe1, 0x08, 0xd9, 0x73, 0x71, 0xc0, 0xad, 0x62, 0x22, 0xde, 0x2a, 0xb8, 0x26, 0x25, 0x1f, + 0x2e, 0x49, 0x98, 0x15, 0xee, 0x89, 0x45, 0x49, 0x89, 0xe9, 0xa9, 0xce, 0xf9, 0x39, 0x39, 0xa9, + 0xc9, 0x20, 0x49, 0x1c, 0x76, 0x4a, 0x72, 0x71, 0xa4, 0x27, 0xc7, 0x43, 0x24, 0x98, 0xc0, 0x12, + 0xec, 0xe9, 0xc9, 0x4e, 0x20, 0xae, 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, 0xc4, + 0x65, 0x05, 0x72, 0x6c, 0x26, 0xb1, 0x81, 0x5d, 0x6d, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0x02, + 0x24, 0xda, 0x84, 0xf0, 0x01, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { @@ -238,7 +240,7 @@ func (m *Params) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l - n1, err1 := github_com_gogo_protobuf_types.StdDurationMarshalTo(m.DowntimeDuration, dAtA[i-github_com_gogo_protobuf_types.SizeOfStdDuration(m.DowntimeDuration):]) + n1, err1 := github_com_cosmos_gogoproto_types.StdDurationMarshalTo(m.DowntimeDuration, dAtA[i-github_com_cosmos_gogoproto_types.SizeOfStdDuration(m.DowntimeDuration):]) if err1 != nil { return 0, err1 } @@ -269,7 +271,7 @@ func (m *Downtime) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l - n2, err2 := github_com_gogo_protobuf_types.StdDurationMarshalTo(m.Duration, dAtA[i-github_com_gogo_protobuf_types.SizeOfStdDuration(m.Duration):]) + n2, err2 := github_com_cosmos_gogoproto_types.StdDurationMarshalTo(m.Duration, dAtA[i-github_com_cosmos_gogoproto_types.SizeOfStdDuration(m.Duration):]) if err2 != nil { return 0, err2 } @@ -335,7 +337,7 @@ func (m *Params) Size() (n int) { } var l int _ = l - l = github_com_gogo_protobuf_types.SizeOfStdDuration(m.DowntimeDuration) + l = github_com_cosmos_gogoproto_types.SizeOfStdDuration(m.DowntimeDuration) n += 1 + l + sovDowntime(uint64(l)) return n } @@ -349,7 +351,7 @@ func (m *Downtime) Size() (n int) { if m.Block != 0 { n += 1 + sovDowntime(uint64(m.Block)) } - l = github_com_gogo_protobuf_types.SizeOfStdDuration(m.Duration) + l = github_com_cosmos_gogoproto_types.SizeOfStdDuration(m.Duration) n += 1 + l + sovDowntime(uint64(l)) return n } @@ -433,7 +435,7 @@ func (m *Params) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - if err := github_com_gogo_protobuf_types.StdDurationUnmarshal(&m.DowntimeDuration, dAtA[iNdEx:postIndex]); err != nil { + if err := github_com_cosmos_gogoproto_types.StdDurationUnmarshal(&m.DowntimeDuration, dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex @@ -535,7 +537,7 @@ func (m *Downtime) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - if err := github_com_gogo_protobuf_types.StdDurationUnmarshal(&m.Duration, dAtA[iNdEx:postIndex]); err != nil { + if err := github_com_cosmos_gogoproto_types.StdDurationUnmarshal(&m.Duration, dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex diff --git a/x/downtime/v1/genesis.pb.go b/x/downtime/v1/genesis.pb.go index 8ccfe2a6d4..05a7d6f912 100644 --- a/x/downtime/v1/genesis.pb.go +++ b/x/downtime/v1/genesis.pb.go @@ -1,13 +1,13 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/downtime/v1/genesis.proto +// source: lavanet/lava/downtime/v1/genesis.proto package v1 import ( fmt "fmt" - _ "github.com/gogo/protobuf/gogoproto" - proto "github.com/gogo/protobuf/proto" - github_com_gogo_protobuf_types "github.com/gogo/protobuf/types" + _ "github.com/cosmos/gogoproto/gogoproto" + proto "github.com/cosmos/gogoproto/proto" + github_com_cosmos_gogoproto_types "github.com/cosmos/gogoproto/types" _ "google.golang.org/protobuf/types/known/timestamppb" io "io" math "math" @@ -42,7 +42,7 @@ func (m *GenesisState) Reset() { *m = GenesisState{} } func (m *GenesisState) String() string { return proto.CompactTextString(m) } func (*GenesisState) ProtoMessage() {} func (*GenesisState) Descriptor() ([]byte, []int) { - return fileDescriptor_f5cb05ce0974d6af, []int{0} + return fileDescriptor_6fd11efb3f8802bf, []int{0} } func (m *GenesisState) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -103,31 +103,33 @@ func init() { proto.RegisterType((*GenesisState)(nil), "lavanet.lava.downtime.v1.GenesisState") } -func init() { proto.RegisterFile("lava/downtime/v1/genesis.proto", fileDescriptor_f5cb05ce0974d6af) } +func init() { + proto.RegisterFile("lavanet/lava/downtime/v1/genesis.proto", fileDescriptor_6fd11efb3f8802bf) +} -var fileDescriptor_f5cb05ce0974d6af = []byte{ - // 332 bytes of a gzipped FileDescriptorProto +var fileDescriptor_6fd11efb3f8802bf = []byte{ + // 335 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x91, 0x4f, 0x4b, 0xc3, 0x30, - 0x18, 0xc6, 0x9b, 0x6d, 0x0c, 0xed, 0x14, 0xa1, 0x78, 0x28, 0x45, 0xd2, 0x31, 0x10, 0x76, 0x4a, + 0x18, 0xc6, 0x9b, 0x6d, 0x0c, 0xed, 0x14, 0xa1, 0x78, 0x28, 0x45, 0xda, 0x31, 0x50, 0x77, 0x4a, 0xd8, 0x76, 0x57, 0xa9, 0xc2, 0x2e, 0x1e, 0xa4, 0x7a, 0xf2, 0x52, 0xd2, 0x1a, 0x63, 0x31, 0x6d, 0xc6, 0x92, 0x4d, 0x3f, 0xc6, 0x3e, 0xd6, 0x8e, 0xbb, 0x08, 0x9e, 0xa6, 0x6c, 0x5f, 0x44, 0x92, - 0xfe, 0x51, 0x18, 0xc3, 0x53, 0xde, 0xf4, 0x79, 0x7e, 0x4f, 0xdf, 0x3e, 0xb5, 0x21, 0x27, 0x73, - 0x82, 0x9f, 0xc4, 0x5b, 0xae, 0xd2, 0x8c, 0xe2, 0xf9, 0x00, 0x33, 0x9a, 0x53, 0x99, 0x4a, 0x34, - 0x99, 0x0a, 0x25, 0x1c, 0x57, 0xeb, 0x39, 0x55, 0x48, 0x9f, 0xa8, 0xf2, 0xa1, 0xf9, 0xc0, 0xf3, - 0x77, 0xc8, 0x5a, 0x35, 0xa8, 0xe7, 0x33, 0x21, 0x18, 0xa7, 0xd8, 0xdc, 0xe2, 0xd9, 0x33, 0xd6, - 0x9a, 0x54, 0x24, 0x9b, 0x94, 0x86, 0x53, 0x26, 0x98, 0x30, 0x23, 0xd6, 0x53, 0xf1, 0xb4, 0xf7, - 0xd1, 0xb0, 0x8f, 0xc6, 0xc5, 0x0e, 0xf7, 0x8a, 0x28, 0xea, 0x5c, 0xd8, 0xed, 0x09, 0x99, 0x92, - 0x4c, 0xba, 0xa0, 0x0b, 0xfa, 0x9d, 0x61, 0x17, 0xed, 0xdb, 0x09, 0xdd, 0x19, 0x5f, 0xd0, 0x5a, - 0xae, 0x7d, 0x2b, 0x2c, 0x29, 0xe7, 0xca, 0x3e, 0xac, 0x3c, 0xd2, 0x6d, 0x74, 0x9b, 0xfd, 0xce, - 0xb0, 0xb7, 0x3f, 0xe2, 0xa6, 0x9c, 0xc3, 0x5f, 0xc8, 0x99, 0xd9, 0x67, 0xf5, 0x25, 0x62, 0x64, - 0x1a, 0x13, 0x46, 0xa3, 0x44, 0x70, 0x4e, 0x13, 0x95, 0x8a, 0xdc, 0x6d, 0x9a, 0xd0, 0xd1, 0xff, - 0xa1, 0xe3, 0x82, 0xbd, 0xae, 0xd1, 0xd0, 0xab, 0x83, 0x77, 0x34, 0xe7, 0xd6, 0x3e, 0xe1, 0x44, - 0xaa, 0x28, 0xe6, 0x22, 0x79, 0x8d, 0xb4, 0xc9, 0x6d, 0x99, 0x06, 0x3c, 0x54, 0x54, 0x8b, 0xaa, - 0x6a, 0xd1, 0x43, 0x55, 0x6d, 0x70, 0xb0, 0x5c, 0xfb, 0x60, 0xf1, 0xe5, 0x83, 0xf0, 0x58, 0xc3, - 0x81, 0x66, 0xb5, 0x1a, 0x5c, 0x2e, 0x37, 0x10, 0xac, 0x36, 0x10, 0x7c, 0x6f, 0x20, 0x58, 0x6c, - 0xa1, 0xb5, 0xda, 0x42, 0xeb, 0x73, 0x0b, 0xad, 0xc7, 0x73, 0x96, 0xaa, 0x97, 0x59, 0x8c, 0x12, - 0x91, 0xe1, 0xf2, 0x13, 0xcc, 0x89, 0xdf, 0xff, 0xfe, 0xde, 0xb8, 0x6d, 0xde, 0x36, 0xfa, 0x09, - 0x00, 0x00, 0xff, 0xff, 0xf7, 0xe7, 0x66, 0xae, 0x33, 0x02, 0x00, 0x00, + 0xfe, 0x51, 0x91, 0xe2, 0x29, 0xef, 0xdb, 0xf7, 0xf7, 0x3c, 0x7d, 0x79, 0x5e, 0xf3, 0x84, 0xe1, + 0x39, 0xce, 0x88, 0x44, 0xea, 0x45, 0x0f, 0xfc, 0x25, 0x93, 0x49, 0x4a, 0xd0, 0x7c, 0x80, 0x28, + 0xc9, 0x88, 0x48, 0x04, 0x9c, 0x4c, 0xb9, 0xe4, 0x96, 0x5d, 0x70, 0x50, 0xbd, 0xb0, 0xe4, 0xe0, + 0x7c, 0xe0, 0x9c, 0xd6, 0x3a, 0x54, 0x94, 0xb6, 0x70, 0x3c, 0xca, 0x39, 0x65, 0x04, 0xe9, 0x2e, + 0x9a, 0x3d, 0x22, 0x35, 0x13, 0x12, 0xa7, 0x93, 0x02, 0x38, 0xa4, 0x9c, 0x72, 0x5d, 0x22, 0x55, + 0xe5, 0x5f, 0x7b, 0x6f, 0x0d, 0x73, 0x6f, 0x9c, 0xef, 0x72, 0x2b, 0xb1, 0x24, 0xd6, 0x99, 0xd9, + 0x9e, 0xe0, 0x29, 0x4e, 0x85, 0x0d, 0xba, 0xa0, 0xdf, 0x19, 0x76, 0x61, 0xdd, 0x6e, 0xf0, 0x46, + 0x73, 0x7e, 0x6b, 0xb9, 0xf6, 0x8c, 0xa0, 0x50, 0x59, 0x17, 0xe6, 0x6e, 0xc9, 0x08, 0xbb, 0xd1, + 0x6d, 0xf6, 0x3b, 0xc3, 0x5e, 0xbd, 0xc5, 0x55, 0x51, 0x07, 0xdf, 0x22, 0x6b, 0x66, 0x1e, 0x55, + 0x4d, 0x48, 0xf1, 0x34, 0xc2, 0x94, 0x84, 0x31, 0x67, 0x8c, 0xc4, 0x32, 0xe1, 0x99, 0xdd, 0xd4, + 0xa6, 0xa3, 0xff, 0x4d, 0xc7, 0xb9, 0xf6, 0xb2, 0x92, 0x06, 0x4e, 0x65, 0xfc, 0x67, 0x66, 0x5d, + 0x9b, 0x07, 0x0c, 0x0b, 0x19, 0x46, 0x8c, 0xc7, 0xcf, 0xa1, 0x82, 0xec, 0x96, 0x4e, 0xc0, 0x81, + 0x79, 0xb4, 0xb0, 0x8c, 0x16, 0xde, 0x95, 0xd1, 0xfa, 0x3b, 0xcb, 0xb5, 0x07, 0x16, 0x1f, 0x1e, + 0x08, 0xf6, 0x95, 0xd8, 0x57, 0x5a, 0x35, 0xf5, 0xcf, 0x97, 0x1b, 0x17, 0xac, 0x36, 0x2e, 0xf8, + 0xdc, 0xb8, 0x60, 0xb1, 0x75, 0x8d, 0xd5, 0xd6, 0x35, 0xde, 0xb7, 0xae, 0x71, 0x7f, 0x4c, 0x13, + 0xf9, 0x34, 0x8b, 0x60, 0xcc, 0x53, 0xf4, 0xeb, 0xb8, 0xaf, 0x3f, 0xcf, 0x1b, 0xb5, 0xf5, 0xdf, + 0x46, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x37, 0xad, 0x3d, 0x1f, 0x43, 0x02, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { @@ -151,7 +153,7 @@ func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error) { var l int _ = l if m.LastBlockTime != nil { - n1, err1 := github_com_gogo_protobuf_types.StdTimeMarshalTo(*m.LastBlockTime, dAtA[i-github_com_gogo_protobuf_types.SizeOfStdTime(*m.LastBlockTime):]) + n1, err1 := github_com_cosmos_gogoproto_types.StdTimeMarshalTo(*m.LastBlockTime, dAtA[i-github_com_cosmos_gogoproto_types.SizeOfStdTime(*m.LastBlockTime):]) if err1 != nil { return 0, err1 } @@ -233,7 +235,7 @@ func (m *GenesisState) Size() (n int) { } } if m.LastBlockTime != nil { - l = github_com_gogo_protobuf_types.SizeOfStdTime(*m.LastBlockTime) + l = github_com_cosmos_gogoproto_types.SizeOfStdTime(*m.LastBlockTime) n += 1 + l + sovGenesis(uint64(l)) } return n @@ -407,7 +409,7 @@ func (m *GenesisState) Unmarshal(dAtA []byte) error { if m.LastBlockTime == nil { m.LastBlockTime = new(time.Time) } - if err := github_com_gogo_protobuf_types.StdTimeUnmarshal(m.LastBlockTime, dAtA[iNdEx:postIndex]); err != nil { + if err := github_com_cosmos_gogoproto_types.StdTimeUnmarshal(m.LastBlockTime, dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex diff --git a/x/downtime/v1/query.pb.go b/x/downtime/v1/query.pb.go index 9aa8a60554..9bc409741a 100644 --- a/x/downtime/v1/query.pb.go +++ b/x/downtime/v1/query.pb.go @@ -1,15 +1,15 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/downtime/v1/query.proto +// source: lavanet/lava/downtime/v1/query.proto package v1 import ( context "context" fmt "fmt" - _ "github.com/gogo/protobuf/gogoproto" - grpc1 "github.com/gogo/protobuf/grpc" - proto "github.com/gogo/protobuf/proto" - github_com_gogo_protobuf_types "github.com/gogo/protobuf/types" + _ "github.com/cosmos/gogoproto/gogoproto" + grpc1 "github.com/cosmos/gogoproto/grpc" + proto "github.com/cosmos/gogoproto/proto" + github_com_cosmos_gogoproto_types "github.com/cosmos/gogoproto/types" _ "google.golang.org/genproto/googleapis/api/annotations" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" @@ -43,7 +43,7 @@ func (m *QueryDowntimeRequest) Reset() { *m = QueryDowntimeRequest{} } func (m *QueryDowntimeRequest) String() string { return proto.CompactTextString(m) } func (*QueryDowntimeRequest) ProtoMessage() {} func (*QueryDowntimeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_f849a67c07e627a6, []int{0} + return fileDescriptor_b667ee25520f3a08, []int{0} } func (m *QueryDowntimeRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -96,7 +96,7 @@ func (m *QueryDowntimeResponse) Reset() { *m = QueryDowntimeResponse{} } func (m *QueryDowntimeResponse) String() string { return proto.CompactTextString(m) } func (*QueryDowntimeResponse) ProtoMessage() {} func (*QueryDowntimeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_f849a67c07e627a6, []int{1} + return fileDescriptor_b667ee25520f3a08, []int{1} } func (m *QueryDowntimeResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -146,7 +146,7 @@ func (m *QueryParamsRequest) Reset() { *m = QueryParamsRequest{} } func (m *QueryParamsRequest) String() string { return proto.CompactTextString(m) } func (*QueryParamsRequest) ProtoMessage() {} func (*QueryParamsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_f849a67c07e627a6, []int{2} + return fileDescriptor_b667ee25520f3a08, []int{2} } func (m *QueryParamsRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -183,7 +183,7 @@ func (m *QueryParamsResponse) Reset() { *m = QueryParamsResponse{} } func (m *QueryParamsResponse) String() string { return proto.CompactTextString(m) } func (*QueryParamsResponse) ProtoMessage() {} func (*QueryParamsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_f849a67c07e627a6, []int{3} + return fileDescriptor_b667ee25520f3a08, []int{3} } func (m *QueryParamsResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -226,38 +226,41 @@ func init() { proto.RegisterType((*QueryParamsResponse)(nil), "lavanet.lava.downtime.v1.QueryParamsResponse") } -func init() { proto.RegisterFile("lava/downtime/v1/query.proto", fileDescriptor_f849a67c07e627a6) } - -var fileDescriptor_f849a67c07e627a6 = []byte{ - // 448 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x53, 0xcf, 0x8b, 0xd4, 0x30, - 0x18, 0x6d, 0x46, 0x5d, 0x76, 0x53, 0xbc, 0xc4, 0x11, 0xc6, 0x3a, 0xb4, 0xa5, 0x20, 0x14, 0xd1, - 0xc4, 0xad, 0x17, 0x6f, 0xca, 0xb0, 0x77, 0x75, 0xf0, 0xe4, 0x65, 0x48, 0xa7, 0xb1, 0x16, 0xdb, - 0xa4, 0xdb, 0xa6, 0x55, 0xaf, 0xfe, 0x05, 0x82, 0x1e, 0x3c, 0xfb, 0x97, 0x08, 0x5e, 0xf6, 0xb8, - 0xe0, 0xc5, 0x93, 0xca, 0x8c, 0x7f, 0x88, 0x34, 0x4d, 0xe7, 0x27, 0xc5, 0x39, 0x35, 0xbc, 0xef, - 0xbd, 0x97, 0xf7, 0x7d, 0xf9, 0x0a, 0xc7, 0x29, 0xad, 0x29, 0x89, 0xc4, 0x5b, 0x2e, 0x93, 0x8c, - 0x91, 0xfa, 0x94, 0x9c, 0x57, 0xac, 0x78, 0x8f, 0xf3, 0x42, 0x48, 0x81, 0x46, 0x4d, 0x95, 0x33, - 0x89, 0x9b, 0x2f, 0xee, 0x58, 0xb8, 0x3e, 0xb5, 0xec, 0x58, 0x88, 0x38, 0x65, 0x44, 0xf1, 0xc2, - 0xea, 0x15, 0x89, 0xaa, 0x82, 0xca, 0x44, 0xf0, 0x56, 0x69, 0x39, 0x7b, 0xbe, 0x2b, 0x75, 0x4b, - 0x18, 0xc6, 0x22, 0x16, 0xea, 0x48, 0x9a, 0x93, 0x46, 0xc7, 0xda, 0x96, 0xe6, 0x09, 0xa1, 0x9c, - 0x0b, 0xa9, 0x3c, 0xcb, 0xb6, 0xea, 0xbd, 0x80, 0xc3, 0xe7, 0x4d, 0xba, 0x33, 0x6d, 0x35, 0x65, - 0xe7, 0x15, 0x2b, 0x25, 0x72, 0xa0, 0x59, 0x4a, 0x5a, 0xc8, 0x59, 0x98, 0x8a, 0xf9, 0x9b, 0x11, - 0x70, 0x81, 0x7f, 0x75, 0x0a, 0x15, 0x34, 0x69, 0x10, 0x74, 0x1b, 0x9e, 0x30, 0x1e, 0xe9, 0xf2, - 0x40, 0x95, 0x8f, 0x19, 0x8f, 0x54, 0xd1, 0xfb, 0x06, 0xe0, 0xcd, 0x1d, 0xdb, 0x32, 0x17, 0xbc, - 0x64, 0xe8, 0x09, 0x3c, 0xe9, 0x52, 0x97, 0x23, 0xe0, 0x5e, 0xf1, 0xcd, 0xc0, 0xc3, 0x7d, 0x23, - 0xc1, 0x2b, 0xf9, 0x5a, 0x84, 0x18, 0x1c, 0xcf, 0xab, 0xac, 0x4a, 0xa9, 0x4c, 0x6a, 0x36, 0xeb, - 0xf0, 0x59, 0x37, 0x2c, 0x95, 0xc5, 0x0c, 0x6e, 0xe1, 0xb6, 0x6d, 0xdc, 0x4d, 0x13, 0x9f, 0x69, - 0xc2, 0xe4, 0xf8, 0xe2, 0x97, 0x63, 0x7c, 0xf9, 0xed, 0x80, 0xa9, 0xb5, 0x36, 0xea, 0x6e, 0xea, - 0x58, 0xde, 0x10, 0x22, 0xd5, 0xc1, 0x33, 0x5a, 0xd0, 0xac, 0xd4, 0x63, 0xf1, 0x9e, 0xc2, 0x1b, - 0x5b, 0xa8, 0xee, 0xea, 0x11, 0x3c, 0xca, 0x15, 0xa2, 0x06, 0x65, 0x06, 0x6e, 0x7f, 0x4b, 0x5a, - 0xa9, 0xf9, 0xc1, 0xf7, 0x01, 0xbc, 0xa6, 0x1c, 0xd1, 0x67, 0x00, 0xcd, 0x0d, 0x6f, 0x74, 0xaf, - 0xdf, 0x63, 0x3f, 0x98, 0x75, 0xff, 0x40, 0x76, 0x1b, 0xd8, 0xf3, 0x3f, 0xfc, 0xf8, 0xfb, 0x69, - 0xe0, 0x21, 0x97, 0x68, 0x19, 0xd9, 0x5b, 0xae, 0x36, 0x20, 0xfa, 0x0a, 0xe0, 0xf5, 0xad, 0xa7, - 0x44, 0xf8, 0x3f, 0x57, 0xed, 0xac, 0x92, 0x45, 0x0e, 0xe6, 0xeb, 0x70, 0x0f, 0x54, 0xb8, 0xbb, - 0xc8, 0xef, 0x0f, 0xa7, 0xfe, 0xa8, 0xd5, 0xe3, 0x4f, 0x1e, 0x5f, 0x2c, 0x6c, 0x70, 0xb9, 0xb0, - 0xc1, 0x9f, 0x85, 0x0d, 0x3e, 0x2e, 0x6d, 0xe3, 0x72, 0x69, 0x1b, 0x3f, 0x97, 0xb6, 0xf1, 0xf2, - 0x4e, 0x9c, 0xc8, 0xd7, 0x55, 0x88, 0xe7, 0x22, 0xdb, 0x76, 0x7b, 0xb7, 0xe9, 0x17, 0x1e, 0xa9, - 0x35, 0x79, 0xf8, 0x2f, 0x00, 0x00, 0xff, 0xff, 0x3a, 0xa6, 0x6b, 0xc2, 0xbc, 0x03, 0x00, 0x00, +func init() { + proto.RegisterFile("lavanet/lava/downtime/v1/query.proto", fileDescriptor_b667ee25520f3a08) +} + +var fileDescriptor_b667ee25520f3a08 = []byte{ + // 449 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0xbf, 0xae, 0xd3, 0x30, + 0x14, 0xc6, 0xe3, 0x02, 0x57, 0xf7, 0x3a, 0x62, 0x31, 0x45, 0x2a, 0xe1, 0x2a, 0x8d, 0x22, 0x10, + 0x11, 0x02, 0x9b, 0x1b, 0x16, 0x36, 0x50, 0x75, 0x77, 0xa0, 0x62, 0x62, 0xa9, 0x9c, 0xc6, 0x84, + 0x88, 0xc4, 0x4e, 0x13, 0x27, 0xc0, 0xca, 0x13, 0x20, 0xc1, 0xc0, 0xcc, 0x93, 0x20, 0xb1, 0x74, + 0xac, 0xc4, 0xc2, 0x04, 0xa8, 0xe5, 0x41, 0x50, 0x1c, 0xa7, 0xff, 0x50, 0xa0, 0x53, 0xac, 0x73, + 0xbe, 0xf3, 0xf3, 0x77, 0x8e, 0x4f, 0xe0, 0x8d, 0x84, 0x56, 0x94, 0x33, 0x49, 0xea, 0x2f, 0x09, + 0xc5, 0x6b, 0x2e, 0xe3, 0x94, 0x91, 0xea, 0x8c, 0xcc, 0x4a, 0x96, 0xbf, 0xc5, 0x59, 0x2e, 0xa4, + 0x40, 0x03, 0xad, 0xc2, 0xf5, 0x17, 0xb7, 0x2a, 0x5c, 0x9d, 0x59, 0x76, 0x24, 0x44, 0x94, 0x30, + 0xa2, 0x74, 0x41, 0xf9, 0x82, 0x84, 0x65, 0x4e, 0x65, 0x2c, 0x78, 0x53, 0x69, 0xdd, 0xea, 0xe4, + 0xaf, 0x29, 0x8d, 0xb0, 0x1f, 0x89, 0x48, 0xa8, 0x23, 0xa9, 0x4f, 0x3a, 0x7a, 0xaa, 0xf1, 0x34, + 0x8b, 0x09, 0xe5, 0x5c, 0x48, 0xc5, 0x2e, 0x9a, 0xac, 0xfb, 0x0c, 0xf6, 0x9f, 0xd6, 0x2e, 0xcf, + 0x35, 0x6a, 0xcc, 0x66, 0x25, 0x2b, 0x24, 0x1a, 0x42, 0xb3, 0x90, 0x34, 0x97, 0x93, 0x20, 0x11, + 0xd3, 0x57, 0x03, 0xe0, 0x00, 0xef, 0xe2, 0x18, 0xaa, 0xd0, 0xa8, 0x8e, 0xa0, 0xeb, 0xf0, 0x84, + 0xf1, 0x50, 0xa7, 0x7b, 0x2a, 0x7d, 0xcc, 0x78, 0xa8, 0x92, 0xee, 0x17, 0x00, 0xaf, 0xee, 0x61, + 0x8b, 0x4c, 0xf0, 0x82, 0xa1, 0x47, 0xf0, 0xa4, 0x75, 0x5d, 0x0c, 0x80, 0x73, 0xc1, 0x33, 0x7d, + 0x17, 0x77, 0x8d, 0x06, 0xaf, 0xcb, 0x37, 0x45, 0x88, 0xc1, 0xd3, 0x69, 0x99, 0x96, 0x09, 0x95, + 0x71, 0xc5, 0x26, 0x6d, 0x7c, 0xd2, 0x0e, 0x4d, 0x79, 0x31, 0xfd, 0x6b, 0xb8, 0x69, 0x1b, 0xb7, + 0x53, 0xc5, 0xe7, 0x5a, 0x30, 0x3a, 0x9e, 0xff, 0x18, 0x1a, 0x9f, 0x7e, 0x0e, 0xc1, 0xd8, 0xda, + 0x80, 0xda, 0x9b, 0x5a, 0x95, 0xdb, 0x87, 0x48, 0x75, 0xf0, 0x84, 0xe6, 0x34, 0x2d, 0xf4, 0x58, + 0xdc, 0xc7, 0xf0, 0xca, 0x4e, 0x54, 0x77, 0xf5, 0x00, 0x1e, 0x65, 0x2a, 0xa2, 0x06, 0x65, 0xfa, + 0x4e, 0x77, 0x4b, 0xba, 0x52, 0xeb, 0xfd, 0xaf, 0x3d, 0x78, 0x49, 0x11, 0xd1, 0x47, 0x00, 0xcd, + 0x2d, 0x36, 0xba, 0xd3, 0xcd, 0xf8, 0xdb, 0x98, 0x75, 0xf7, 0x40, 0x75, 0x63, 0xd8, 0xf5, 0xde, + 0x7d, 0xfb, 0xfd, 0xa1, 0xe7, 0x22, 0x87, 0x74, 0x2e, 0x57, 0x63, 0x10, 0x7d, 0x06, 0xf0, 0xf2, + 0xce, 0x53, 0x22, 0xfc, 0x9f, 0xab, 0xf6, 0x56, 0xc9, 0x22, 0x07, 0xeb, 0xb5, 0xb9, 0x7b, 0xca, + 0xdc, 0x6d, 0xe4, 0x91, 0x7f, 0xff, 0x59, 0xeb, 0xc7, 0x1f, 0x3d, 0x9c, 0x2f, 0x6d, 0xb0, 0x58, + 0xda, 0xe0, 0xd7, 0xd2, 0x06, 0xef, 0x57, 0xb6, 0xb1, 0x58, 0xd9, 0xc6, 0xf7, 0x95, 0x6d, 0x3c, + 0xbf, 0x19, 0xc5, 0xf2, 0x65, 0x19, 0xe0, 0xa9, 0x48, 0x77, 0x69, 0x6f, 0xb6, 0x79, 0xc1, 0x91, + 0x5a, 0x93, 0xfb, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x84, 0x45, 0x9e, 0x6d, 0xcc, 0x03, 0x00, + 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -373,7 +376,7 @@ var _Query_serviceDesc = grpc.ServiceDesc{ }, }, Streams: []grpc.StreamDesc{}, - Metadata: "lava/downtime/v1/query.proto", + Metadata: "lavanet/lava/downtime/v1/query.proto", } func (m *QueryDowntimeRequest) Marshal() (dAtA []byte, err error) { @@ -429,7 +432,7 @@ func (m *QueryDowntimeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l - n1, err1 := github_com_gogo_protobuf_types.StdDurationMarshalTo(m.CumulativeDowntimeDuration, dAtA[i-github_com_gogo_protobuf_types.SizeOfStdDuration(m.CumulativeDowntimeDuration):]) + n1, err1 := github_com_cosmos_gogoproto_types.StdDurationMarshalTo(m.CumulativeDowntimeDuration, dAtA[i-github_com_cosmos_gogoproto_types.SizeOfStdDuration(m.CumulativeDowntimeDuration):]) if err1 != nil { return 0, err1 } @@ -550,7 +553,7 @@ func (m *QueryDowntimeResponse) Size() (n int) { n += 1 + l + sovQuery(uint64(l)) } } - l = github_com_gogo_protobuf_types.SizeOfStdDuration(m.CumulativeDowntimeDuration) + l = github_com_cosmos_gogoproto_types.SizeOfStdDuration(m.CumulativeDowntimeDuration) n += 1 + l + sovQuery(uint64(l)) return n } @@ -763,7 +766,7 @@ func (m *QueryDowntimeResponse) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - if err := github_com_gogo_protobuf_types.StdDurationUnmarshal(&m.CumulativeDowntimeDuration, dAtA[iNdEx:postIndex]); err != nil { + if err := github_com_cosmos_gogoproto_types.StdDurationUnmarshal(&m.CumulativeDowntimeDuration, dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex diff --git a/x/downtime/v1/query.pb.gw.go b/x/downtime/v1/query.pb.gw.go index 83d3f4a93f..df700bade3 100644 --- a/x/downtime/v1/query.pb.gw.go +++ b/x/downtime/v1/query.pb.gw.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-grpc-gateway. DO NOT EDIT. -// source: lava/downtime/v1/query.proto +// source: lavanet/lava/downtime/v1/query.proto /* Package v1 is a reverse proxy. @@ -224,9 +224,9 @@ func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, clie } var ( - pattern_Query_QueryParams_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 2, 4}, []string{"lavanet", "lava", "downtime", "v1", "params"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_QueryParams_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 2, 4}, []string{"lavanet", "lava", "downtime", "v1", "params"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_QueryDowntime_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 2, 4}, []string{"lavanet", "lava", "downtime", "v1", "query_downtime"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_QueryDowntime_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 2, 4}, []string{"lavanet", "lava", "downtime", "v1", "query_downtime"}, "", runtime.AssumeColonVerbOpt(false))) ) var ( diff --git a/x/epochstorage/types/endpoint.pb.go b/x/epochstorage/types/endpoint.pb.go index 54312ab309..a7cb9a63fa 100644 --- a/x/epochstorage/types/endpoint.pb.go +++ b/x/epochstorage/types/endpoint.pb.go @@ -1,11 +1,11 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/epochstorage/endpoint.proto +// source: lavanet/lava/epochstorage/endpoint.proto package types import ( fmt "fmt" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -34,7 +34,7 @@ func (m *Endpoint) Reset() { *m = Endpoint{} } func (m *Endpoint) String() string { return proto.CompactTextString(m) } func (*Endpoint) ProtoMessage() {} func (*Endpoint) Descriptor() ([]byte, []int) { - return fileDescriptor_950d73208c12abc3, []int{0} + return fileDescriptor_acb18a6b0d300ae9, []int{0} } func (m *Endpoint) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -102,26 +102,28 @@ func init() { proto.RegisterType((*Endpoint)(nil), "lavanet.lava.epochstorage.Endpoint") } -func init() { proto.RegisterFile("lava/epochstorage/endpoint.proto", fileDescriptor_950d73208c12abc3) } +func init() { + proto.RegisterFile("lavanet/lava/epochstorage/endpoint.proto", fileDescriptor_acb18a6b0d300ae9) +} -var fileDescriptor_950d73208c12abc3 = []byte{ +var fileDescriptor_acb18a6b0d300ae9 = []byte{ // 250 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xc8, 0x49, 0x2c, 0x4b, - 0xd4, 0x4f, 0x2d, 0xc8, 0x4f, 0xce, 0x28, 0x2e, 0xc9, 0x2f, 0x4a, 0x4c, 0x4f, 0xd5, 0x4f, 0xcd, - 0x4b, 0x29, 0xc8, 0xcf, 0xcc, 0x2b, 0xd1, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x92, 0x04, 0xa9, - 0xc8, 0x4b, 0x2d, 0xd1, 0x03, 0xd1, 0x7a, 0xc8, 0x2a, 0x95, 0x56, 0x32, 0x72, 0x71, 0xb8, 0x42, - 0x55, 0x0b, 0x89, 0x71, 0xb1, 0x65, 0x06, 0x04, 0xf8, 0x07, 0x85, 0x48, 0x30, 0x2a, 0x30, 0x6a, - 0x70, 0x06, 0x41, 0x79, 0x42, 0x0a, 0x5c, 0xdc, 0xe9, 0xa9, 0xf9, 0x39, 0xf9, 0xc9, 0x89, 0x25, - 0x99, 0xf9, 0x79, 0x12, 0xcc, 0x0a, 0x8c, 0x1a, 0x2c, 0x41, 0xc8, 0x42, 0x20, 0x9d, 0x89, 0x29, - 0x29, 0xf9, 0x79, 0xc5, 0x12, 0x2c, 0x0a, 0xcc, 0x20, 0x9d, 0x10, 0x9e, 0x90, 0x2a, 0x17, 0x5f, - 0x62, 0x41, 0x66, 0x7c, 0x66, 0x5e, 0x49, 0x6a, 0x51, 0x5a, 0x62, 0x72, 0x6a, 0xb1, 0x04, 0x2b, - 0x58, 0x9e, 0x37, 0xb1, 0x20, 0xd3, 0x13, 0x2e, 0x28, 0x24, 0xc7, 0xc5, 0x95, 0x5a, 0x51, 0x92, - 0x9a, 0x57, 0x9c, 0x09, 0x32, 0x82, 0x0d, 0xac, 0x04, 0x49, 0xc4, 0x8b, 0x85, 0x83, 0x49, 0x80, - 0xd9, 0xc9, 0xed, 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, 0xa1, 0x7e, 0x05, 0xd3, 0xfa, 0x15, 0xa8, - 0xe1, 0x52, 0x52, 0x59, 0x90, 0x5a, 0x9c, 0xc4, 0x06, 0x0e, 0x15, 0x63, 0x40, 0x00, 0x00, 0x00, - 0xff, 0xff, 0xc1, 0x75, 0xfe, 0xd2, 0x39, 0x01, 0x00, 0x00, + 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, + 0x25, 0xf9, 0x42, 0x92, 0x50, 0x95, 0x7a, 0x20, 0x5a, 0x0f, 0x59, 0xa5, 0xd2, 0x4a, 0x46, 0x2e, + 0x0e, 0x57, 0xa8, 0x6a, 0x21, 0x31, 0x2e, 0xb6, 0xcc, 0x80, 0x00, 0xff, 0xa0, 0x10, 0x09, 0x46, + 0x05, 0x46, 0x0d, 0xce, 0x20, 0x28, 0x4f, 0x48, 0x81, 0x8b, 0x3b, 0x3d, 0x35, 0x3f, 0x27, 0x3f, + 0x39, 0xb1, 0x24, 0x33, 0x3f, 0x4f, 0x82, 0x59, 0x81, 0x51, 0x83, 0x25, 0x08, 0x59, 0x08, 0xa4, + 0x33, 0x31, 0x25, 0x25, 0x3f, 0xaf, 0x58, 0x82, 0x45, 0x81, 0x19, 0xa4, 0x13, 0xc2, 0x13, 0x52, + 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, + 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, 0x68, 0x16, 0xd7, 0x8f, 0x41, 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 65683be91d..7ce975ad56 100644 --- a/x/epochstorage/types/epoch_details.pb.go +++ b/x/epochstorage/types/epoch_details.pb.go @@ -1,11 +1,11 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/epochstorage/epoch_details.proto +// source: lavanet/lava/epochstorage/epoch_details.proto package types import ( fmt "fmt" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -32,7 +32,7 @@ func (m *EpochDetails) Reset() { *m = EpochDetails{} } func (m *EpochDetails) String() string { return proto.CompactTextString(m) } func (*EpochDetails) ProtoMessage() {} func (*EpochDetails) Descriptor() ([]byte, []int) { - return fileDescriptor_963498f65c9d4c4e, []int{0} + return fileDescriptor_5a742d00b5f6efc1, []int{0} } func (m *EpochDetails) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -87,24 +87,24 @@ func init() { } func init() { - proto.RegisterFile("lava/epochstorage/epoch_details.proto", fileDescriptor_963498f65c9d4c4e) + proto.RegisterFile("lavanet/lava/epochstorage/epoch_details.proto", fileDescriptor_5a742d00b5f6efc1) } -var fileDescriptor_963498f65c9d4c4e = []byte{ +var fileDescriptor_5a742d00b5f6efc1 = []byte{ // 204 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xcd, 0x49, 0x2c, 0x4b, - 0xd4, 0x4f, 0x2d, 0xc8, 0x4f, 0xce, 0x28, 0x2e, 0xc9, 0x2f, 0x4a, 0x4c, 0x4f, 0x85, 0x70, 0xe2, - 0x53, 0x52, 0x4b, 0x12, 0x33, 0x73, 0x8a, 0xf5, 0x0a, 0x8a, 0xf2, 0x4b, 0xf2, 0x85, 0x24, 0x41, - 0xca, 0xf2, 0x52, 0x4b, 0xf4, 0x40, 0xb4, 0x1e, 0xb2, 0x72, 0xa5, 0x2a, 0x2e, 0x1e, 0x57, 0x10, - 0xdf, 0x05, 0xa2, 0x41, 0x48, 0x8e, 0x8b, 0xab, 0xb8, 0x24, 0xb1, 0xa8, 0xc4, 0x29, 0x27, 0x3f, - 0x39, 0x5b, 0x82, 0x51, 0x81, 0x51, 0x83, 0x25, 0x08, 0x49, 0x44, 0x48, 0x85, 0x8b, 0x37, 0x35, - 0xb1, 0x28, 0x27, 0x33, 0xb5, 0xb8, 0x24, 0x18, 0x24, 0x2a, 0xc1, 0x04, 0x56, 0x82, 0x2a, 0x08, - 0x52, 0x95, 0x92, 0x9a, 0x93, 0x5a, 0x92, 0x9a, 0x02, 0x36, 0xbc, 0x58, 0x82, 0x59, 0x81, 0x19, - 0xa4, 0x0a, 0x45, 0xd0, 0xc9, 0xed, 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, 0xa1, 0x6e, 0x07, 0xd3, - 0xfa, 0x15, 0xa8, 0x9e, 0x2d, 0xa9, 0x2c, 0x48, 0x2d, 0x4e, 0x62, 0x03, 0xfb, 0xd2, 0x18, 0x10, - 0x00, 0x00, 0xff, 0xff, 0x7d, 0x17, 0xf0, 0x63, 0x0e, 0x01, 0x00, 0x00, + 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, + 0x7e, 0x49, 0xbe, 0x90, 0x24, 0x54, 0xb9, 0x1e, 0x88, 0xd6, 0x43, 0x56, 0xae, 0x54, 0xc5, 0xc5, + 0xe3, 0x0a, 0xe2, 0xbb, 0x40, 0x34, 0x08, 0xc9, 0x71, 0x71, 0x15, 0x97, 0x24, 0x16, 0x95, 0x38, + 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, + 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, } func (m *EpochDetails) Marshal() (dAtA []byte, err error) { diff --git a/x/epochstorage/types/fixated_params.pb.go b/x/epochstorage/types/fixated_params.pb.go index 980a4e02a9..ff8ac4ff02 100644 --- a/x/epochstorage/types/fixated_params.pb.go +++ b/x/epochstorage/types/fixated_params.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/epochstorage/fixated_params.proto +// source: lavanet/lava/epochstorage/fixated_params.proto package types import ( fmt "fmt" - _ "github.com/gogo/protobuf/gogoproto" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -33,7 +33,7 @@ func (m *FixatedParams) Reset() { *m = FixatedParams{} } func (m *FixatedParams) String() string { return proto.CompactTextString(m) } func (*FixatedParams) ProtoMessage() {} func (*FixatedParams) Descriptor() ([]byte, []int) { - return fileDescriptor_8eb7f7bb39e355c5, []int{0} + return fileDescriptor_fa13bd82b46f86d2, []int{0} } func (m *FixatedParams) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -88,25 +88,25 @@ func init() { } func init() { - proto.RegisterFile("lava/epochstorage/fixated_params.proto", fileDescriptor_8eb7f7bb39e355c5) + proto.RegisterFile("lavanet/lava/epochstorage/fixated_params.proto", fileDescriptor_fa13bd82b46f86d2) } -var fileDescriptor_8eb7f7bb39e355c5 = []byte{ +var fileDescriptor_fa13bd82b46f86d2 = []byte{ // 225 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xcb, 0x49, 0x2c, 0x4b, - 0xd4, 0x4f, 0x2d, 0xc8, 0x4f, 0xce, 0x28, 0x2e, 0xc9, 0x2f, 0x4a, 0x4c, 0x4f, 0xd5, 0x4f, 0xcb, - 0xac, 0x48, 0x2c, 0x49, 0x4d, 0x89, 0x2f, 0x48, 0x2c, 0x4a, 0xcc, 0x2d, 0xd6, 0x2b, 0x28, 0xca, - 0x2f, 0xc9, 0x17, 0x92, 0x04, 0xa9, 0xcb, 0x4b, 0x2d, 0xd1, 0x03, 0xd1, 0x7a, 0xc8, 0xea, 0xa5, - 0x44, 0xd2, 0xf3, 0xd3, 0xf3, 0xc1, 0xaa, 0xf4, 0x41, 0x2c, 0x88, 0x06, 0x29, 0x39, 0x4c, 0x83, - 0x91, 0x0d, 0x54, 0xca, 0xe4, 0xe2, 0x75, 0x83, 0x58, 0x14, 0x00, 0x16, 0x16, 0x12, 0xe1, 0x62, - 0xcd, 0xcc, 0x4b, 0x49, 0xad, 0x90, 0x60, 0x54, 0x60, 0xd4, 0xe0, 0x0c, 0x82, 0x70, 0x84, 0x64, - 0xb8, 0x38, 0xc1, 0xda, 0x52, 0x4b, 0x52, 0x8b, 0x24, 0x98, 0x14, 0x18, 0x35, 0x78, 0x82, 0x10, - 0x02, 0x42, 0x2a, 0x5c, 0xbc, 0x60, 0xd7, 0x66, 0xe6, 0xe7, 0x39, 0xe5, 0xe4, 0x27, 0x67, 0x4b, - 0x30, 0x2b, 0x30, 0x6a, 0xb0, 0x04, 0xa1, 0x0a, 0x3a, 0xb9, 0x9d, 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, 0xd4, 0x83, 0x60, 0x5a, 0xbf, 0x02, 0xd5, 0xe5, 0x25, 0x95, 0x05, 0xa9, 0xc5, 0x49, 0x6c, - 0x60, 0x97, 0x1b, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0x3d, 0x6b, 0x68, 0x86, 0x34, 0x01, 0x00, + 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, + 0xb9, 0xc5, 0x7a, 0x05, 0x45, 0xf9, 0x25, 0xf9, 0x42, 0x92, 0x50, 0xf5, 0x60, 0x7d, 0x7a, 0xc8, + 0xea, 0xa5, 0x44, 0xd2, 0xf3, 0xd3, 0xf3, 0xc1, 0xaa, 0xf4, 0x41, 0x2c, 0x88, 0x06, 0x29, 0x35, + 0xdc, 0x16, 0x20, 0x1b, 0xac, 0x94, 0xc9, 0xc5, 0xeb, 0x06, 0xb1, 0x30, 0x00, 0x2c, 0x2c, 0x24, + 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, + 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, } diff --git a/x/epochstorage/types/genesis.pb.go b/x/epochstorage/types/genesis.pb.go index 5694ca2763..123bd1a991 100644 --- a/x/epochstorage/types/genesis.pb.go +++ b/x/epochstorage/types/genesis.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/epochstorage/genesis.proto +// source: lavanet/lava/epochstorage/genesis.proto package types import ( fmt "fmt" - _ "github.com/gogo/protobuf/gogoproto" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -35,7 +35,7 @@ func (m *GenesisState) Reset() { *m = GenesisState{} } func (m *GenesisState) String() string { return proto.CompactTextString(m) } func (*GenesisState) ProtoMessage() {} func (*GenesisState) Descriptor() ([]byte, []int) { - return fileDescriptor_15c07a520c1b42bc, []int{0} + return fileDescriptor_6b4c1a9bc1f09c0e, []int{0} } func (m *GenesisState) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -96,30 +96,32 @@ func init() { proto.RegisterType((*GenesisState)(nil), "lavanet.lava.epochstorage.GenesisState") } -func init() { proto.RegisterFile("lava/epochstorage/genesis.proto", fileDescriptor_15c07a520c1b42bc) } +func init() { + proto.RegisterFile("lavanet/lava/epochstorage/genesis.proto", fileDescriptor_6b4c1a9bc1f09c0e) +} -var fileDescriptor_15c07a520c1b42bc = []byte{ - // 314 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xcf, 0x49, 0x2c, 0x4b, - 0xd4, 0x4f, 0x2d, 0xc8, 0x4f, 0xce, 0x28, 0x2e, 0xc9, 0x2f, 0x4a, 0x4c, 0x4f, 0xd5, 0x4f, 0x4f, - 0xcd, 0x4b, 0x2d, 0xce, 0x2c, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x92, 0x04, 0x29, 0xc8, - 0x4b, 0x2d, 0xd1, 0x03, 0xd1, 0x7a, 0xc8, 0x0a, 0xa5, 0x44, 0xd2, 0xf3, 0xd3, 0xf3, 0xc1, 0xaa, - 0xf4, 0x41, 0x2c, 0x88, 0x06, 0x29, 0x39, 0x4c, 0x13, 0x0b, 0x12, 0x8b, 0x12, 0x73, 0xa1, 0x06, - 0x4a, 0xa9, 0x62, 0xca, 0x17, 0x97, 0x24, 0x66, 0xa7, 0xc6, 0x43, 0x79, 0xb8, 0x95, 0x81, 0x39, - 0xf1, 0x29, 0xa9, 0x25, 0x89, 0x99, 0x39, 0x30, 0xd3, 0xd4, 0x30, 0x95, 0xa5, 0x65, 0x56, 0x24, - 0x96, 0xa4, 0xa6, 0xc4, 0x23, 0xdb, 0xaa, 0x74, 0x95, 0x89, 0x8b, 0xc7, 0x1d, 0xe2, 0xb1, 0xe0, - 0x92, 0xc4, 0x92, 0x54, 0x21, 0x7b, 0x2e, 0x36, 0x88, 0x02, 0x09, 0x46, 0x05, 0x46, 0x0d, 0x6e, - 0x23, 0x45, 0x3d, 0x9c, 0x1e, 0xd5, 0x0b, 0x00, 0x2b, 0x74, 0x62, 0x39, 0x71, 0x4f, 0x9e, 0x21, - 0x08, 0xaa, 0x4d, 0x28, 0x92, 0x4b, 0x00, 0xec, 0xee, 0x60, 0x88, 0x22, 0x9f, 0xcc, 0xe2, 0x12, - 0x09, 0x26, 0x05, 0x66, 0x0d, 0x6e, 0x23, 0x75, 0x3c, 0x46, 0x05, 0x23, 0x69, 0x81, 0x1a, 0x88, - 0x61, 0x8c, 0x90, 0x37, 0x17, 0x0f, 0x58, 0x93, 0x0b, 0xc4, 0xab, 0x12, 0xcc, 0x60, 0x17, 0xe2, - 0x33, 0xd6, 0x15, 0x49, 0x79, 0x10, 0x8a, 0x66, 0xa1, 0x18, 0x2e, 0x41, 0x68, 0x88, 0x40, 0xbc, - 0x01, 0x76, 0x28, 0x0b, 0xd8, 0xa1, 0x1a, 0x78, 0x4c, 0x74, 0x43, 0xd6, 0x03, 0x75, 0x29, 0xa6, - 0x41, 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, 0x0f, 0xb5, 0x06, 0x4c, 0xeb, 0x57, 0xa0, - 0x46, 0x57, 0x49, 0x65, 0x41, 0x6a, 0x71, 0x12, 0x1b, 0x38, 0x9a, 0x8c, 0x01, 0x01, 0x00, 0x00, - 0xff, 0xff, 0x58, 0xba, 0x67, 0xeb, 0x90, 0x02, 0x00, 0x00, +var fileDescriptor_6b4c1a9bc1f09c0e = []byte{ + // 315 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, + 0xf9, 0x42, 0x92, 0x50, 0x85, 0x7a, 0x20, 0x5a, 0x0f, 0x59, 0xa1, 0x94, 0x48, 0x7a, 0x7e, 0x7a, + 0x3e, 0x58, 0x95, 0x3e, 0x88, 0x05, 0xd1, 0x20, 0xa5, 0x86, 0xdb, 0xe4, 0x82, 0xc4, 0xa2, 0xc4, + 0x5c, 0xa8, 0xc1, 0x52, 0xba, 0xb8, 0xd5, 0x15, 0x97, 0x24, 0x66, 0xa7, 0xc6, 0x43, 0x79, 0x84, + 0x95, 0x83, 0x39, 0xf1, 0x29, 0xa9, 0x25, 0x89, 0x99, 0x39, 0x30, 0xd3, 0xf5, 0x70, 0x2b, 0x4f, + 0xcb, 0xac, 0x48, 0x2c, 0x49, 0x4d, 0x89, 0x47, 0x76, 0x8d, 0xd2, 0x55, 0x26, 0x2e, 0x1e, 0x77, + 0x88, 0xc7, 0x83, 0x4b, 0x12, 0x4b, 0x52, 0x85, 0xec, 0xb9, 0xd8, 0x20, 0x0a, 0x24, 0x18, 0x15, + 0x18, 0x35, 0xb8, 0x8d, 0x14, 0xf5, 0x70, 0x06, 0x84, 0x5e, 0x00, 0x58, 0xa1, 0x13, 0xcb, 0x89, + 0x7b, 0xf2, 0x0c, 0x41, 0x50, 0x6d, 0x42, 0x91, 0x5c, 0x02, 0x60, 0x7f, 0x04, 0x43, 0x14, 0xf9, + 0x64, 0x16, 0x97, 0x48, 0x30, 0x29, 0x30, 0x6b, 0x70, 0x1b, 0xa9, 0xe3, 0x31, 0x2a, 0x18, 0x49, + 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, + 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, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/epochstorage/types/params.pb.go b/x/epochstorage/types/params.pb.go index 2df063db10..a9226e0e1d 100644 --- a/x/epochstorage/types/params.pb.go +++ b/x/epochstorage/types/params.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/epochstorage/params.proto +// source: lavanet/lava/epochstorage/params.proto package types import ( fmt "fmt" - _ "github.com/gogo/protobuf/gogoproto" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -35,7 +35,7 @@ type Params struct { func (m *Params) Reset() { *m = Params{} } func (*Params) ProtoMessage() {} func (*Params) Descriptor() ([]byte, []int) { - return fileDescriptor_abeedcddca6a23c7, []int{0} + return fileDescriptor_09513f4cf6e403e6, []int{0} } func (m *Params) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -103,32 +103,34 @@ func init() { proto.RegisterType((*Params)(nil), "lavanet.lava.epochstorage.Params") } -func init() { proto.RegisterFile("lava/epochstorage/params.proto", fileDescriptor_abeedcddca6a23c7) } +func init() { + proto.RegisterFile("lavanet/lava/epochstorage/params.proto", fileDescriptor_09513f4cf6e403e6) +} -var fileDescriptor_abeedcddca6a23c7 = []byte{ - // 337 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x92, 0x31, 0x4f, 0xc2, 0x40, - 0x14, 0xc7, 0x5b, 0x41, 0x86, 0xea, 0x62, 0xd5, 0x50, 0x18, 0xae, 0xda, 0xc4, 0xc4, 0xc1, 0xb4, - 0x83, 0x93, 0x24, 0x2e, 0x98, 0x18, 0x07, 0x07, 0x53, 0x9c, 0x5c, 0x2e, 0x8f, 0x72, 0x69, 0x09, - 0x07, 0xaf, 0xe1, 0x0e, 0x22, 0x1f, 0xc0, 0xdd, 0xd1, 0xd1, 0x8f, 0xe3, 0xc8, 0xe8, 0xd4, 0x18, - 0xf8, 0x06, 0xfd, 0x04, 0xa6, 0xaf, 0xc4, 0x80, 0x84, 0xe9, 0x5d, 0xf2, 0x7e, 0xff, 0xff, 0xdd, - 0xff, 0xbd, 0xb3, 0x98, 0x84, 0x29, 0x04, 0x22, 0xc5, 0x28, 0x51, 0x1a, 0xc7, 0x10, 0x8b, 0x20, - 0x85, 0x31, 0x0c, 0x95, 0x9f, 0x8e, 0x51, 0xa3, 0xdd, 0x28, 0xfa, 0x23, 0xa1, 0xfd, 0xa2, 0xfa, - 0xeb, 0x5c, 0xf3, 0x24, 0xc6, 0x18, 0x89, 0x0a, 0x8a, 0x53, 0x29, 0xf0, 0xde, 0x2a, 0x56, 0xed, - 0x89, 0x1c, 0xec, 0x47, 0xeb, 0x68, 0x32, 0x52, 0x1a, 0x06, 0xe2, 0x01, 0x65, 0xaf, 0x2d, 0x31, - 0x1a, 0x28, 0xc7, 0x3c, 0x33, 0x2f, 0xab, 0x6d, 0x96, 0x67, 0x6e, 0x73, 0x06, 0x43, 0xd9, 0xf2, - 0x56, 0x08, 0x4f, 0x50, 0xf6, 0x78, 0x97, 0x20, 0x2f, 0xdc, 0x16, 0xda, 0x37, 0xd6, 0x01, 0x5d, - 0xbf, 0xf2, 0xd9, 0x23, 0x9f, 0x7a, 0x9e, 0xb9, 0xc7, 0xa5, 0x0f, 0x35, 0xff, 0x0c, 0xd6, 0x59, - 0xfb, 0xd6, 0x3a, 0x2c, 0x5f, 0xfe, 0x8c, 0x1d, 0x98, 0x0a, 0xa7, 0x42, 0xda, 0x46, 0x9e, 0xb9, - 0xa7, 0x6b, 0x5a, 0xc5, 0x35, 0x72, 0x05, 0x53, 0xe1, 0x85, 0x1b, 0x78, 0x91, 0x43, 0x82, 0x16, - 0x4a, 0x53, 0xae, 0xbb, 0x04, 0x46, 0xb1, 0x70, 0xaa, 0xff, 0x73, 0x94, 0x08, 0xa7, 0xe9, 0xf1, - 0x88, 0x20, 0x2f, 0xdc, 0x16, 0xda, 0xdc, 0xaa, 0x6f, 0x85, 0xeb, 0x68, 0xd0, 0xfd, 0xc8, 0xd9, - 0x27, 0xcf, 0x8b, 0x3c, 0x73, 0xcf, 0x77, 0xce, 0x86, 0x2b, 0x62, 0xbd, 0x70, 0x97, 0x4b, 0xab, - 0xfa, 0xf1, 0xe9, 0x1a, 0xed, 0xfb, 0xaf, 0x05, 0x33, 0xe7, 0x0b, 0x66, 0xfe, 0x2c, 0x98, 0xf9, - 0xbe, 0x64, 0xc6, 0x7c, 0xc9, 0x8c, 0xef, 0x25, 0x33, 0x5e, 0xae, 0xe2, 0xbe, 0x4e, 0x26, 0x5d, - 0x3f, 0xc2, 0x61, 0xb0, 0xda, 0x2e, 0xd5, 0xe0, 0x75, 0xf3, 0x1f, 0xe8, 0x59, 0x2a, 0x54, 0xb7, - 0x46, 0x6b, 0xbd, 0xfe, 0x0d, 0x00, 0x00, 0xff, 0xff, 0x1e, 0x85, 0x7e, 0x7c, 0x29, 0x02, 0x00, - 0x00, +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, } 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 b8ef6048e8..59a9c99841 100644 --- a/x/epochstorage/types/query.pb.go +++ b/x/epochstorage/types/query.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/epochstorage/query.proto +// source: lavanet/lava/epochstorage/query.proto package types @@ -8,9 +8,9 @@ import ( fmt "fmt" _ "github.com/cosmos/cosmos-sdk/types" query "github.com/cosmos/cosmos-sdk/types/query" - _ "github.com/gogo/protobuf/gogoproto" - grpc1 "github.com/gogo/protobuf/grpc" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + grpc1 "github.com/cosmos/gogoproto/grpc" + proto "github.com/cosmos/gogoproto/proto" _ "google.golang.org/genproto/googleapis/api/annotations" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" @@ -39,7 +39,7 @@ func (m *QueryParamsRequest) Reset() { *m = QueryParamsRequest{} } func (m *QueryParamsRequest) String() string { return proto.CompactTextString(m) } func (*QueryParamsRequest) ProtoMessage() {} func (*QueryParamsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_15d0663d310546a3, []int{0} + return fileDescriptor_60112e15fc266719, []int{0} } func (m *QueryParamsRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -78,7 +78,7 @@ func (m *QueryParamsResponse) Reset() { *m = QueryParamsResponse{} } func (m *QueryParamsResponse) String() string { return proto.CompactTextString(m) } func (*QueryParamsResponse) ProtoMessage() {} func (*QueryParamsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_15d0663d310546a3, []int{1} + return fileDescriptor_60112e15fc266719, []int{1} } func (m *QueryParamsResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -122,7 +122,7 @@ func (m *QueryGetStakeStorageRequest) Reset() { *m = QueryGetStakeStorag func (m *QueryGetStakeStorageRequest) String() string { return proto.CompactTextString(m) } func (*QueryGetStakeStorageRequest) ProtoMessage() {} func (*QueryGetStakeStorageRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_15d0663d310546a3, []int{2} + return fileDescriptor_60112e15fc266719, []int{2} } func (m *QueryGetStakeStorageRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -166,7 +166,7 @@ func (m *QueryGetStakeStorageResponse) Reset() { *m = QueryGetStakeStora func (m *QueryGetStakeStorageResponse) String() string { return proto.CompactTextString(m) } func (*QueryGetStakeStorageResponse) ProtoMessage() {} func (*QueryGetStakeStorageResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_15d0663d310546a3, []int{3} + return fileDescriptor_60112e15fc266719, []int{3} } func (m *QueryGetStakeStorageResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -210,7 +210,7 @@ func (m *QueryAllStakeStorageRequest) Reset() { *m = QueryAllStakeStorag func (m *QueryAllStakeStorageRequest) String() string { return proto.CompactTextString(m) } func (*QueryAllStakeStorageRequest) ProtoMessage() {} func (*QueryAllStakeStorageRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_15d0663d310546a3, []int{4} + return fileDescriptor_60112e15fc266719, []int{4} } func (m *QueryAllStakeStorageRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -255,7 +255,7 @@ func (m *QueryAllStakeStorageResponse) Reset() { *m = QueryAllStakeStora func (m *QueryAllStakeStorageResponse) String() string { return proto.CompactTextString(m) } func (*QueryAllStakeStorageResponse) ProtoMessage() {} func (*QueryAllStakeStorageResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_15d0663d310546a3, []int{5} + return fileDescriptor_60112e15fc266719, []int{5} } func (m *QueryAllStakeStorageResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -305,7 +305,7 @@ func (m *QueryGetEpochDetailsRequest) Reset() { *m = QueryGetEpochDetail func (m *QueryGetEpochDetailsRequest) String() string { return proto.CompactTextString(m) } func (*QueryGetEpochDetailsRequest) ProtoMessage() {} func (*QueryGetEpochDetailsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_15d0663d310546a3, []int{6} + return fileDescriptor_60112e15fc266719, []int{6} } func (m *QueryGetEpochDetailsRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -342,7 +342,7 @@ func (m *QueryGetEpochDetailsResponse) Reset() { *m = QueryGetEpochDetai func (m *QueryGetEpochDetailsResponse) String() string { return proto.CompactTextString(m) } func (*QueryGetEpochDetailsResponse) ProtoMessage() {} func (*QueryGetEpochDetailsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_15d0663d310546a3, []int{7} + return fileDescriptor_60112e15fc266719, []int{7} } func (m *QueryGetEpochDetailsResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -386,7 +386,7 @@ func (m *QueryGetFixatedParamsRequest) Reset() { *m = QueryGetFixatedPar func (m *QueryGetFixatedParamsRequest) String() string { return proto.CompactTextString(m) } func (*QueryGetFixatedParamsRequest) ProtoMessage() {} func (*QueryGetFixatedParamsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_15d0663d310546a3, []int{8} + return fileDescriptor_60112e15fc266719, []int{8} } func (m *QueryGetFixatedParamsRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -430,7 +430,7 @@ func (m *QueryGetFixatedParamsResponse) Reset() { *m = QueryGetFixatedPa func (m *QueryGetFixatedParamsResponse) String() string { return proto.CompactTextString(m) } func (*QueryGetFixatedParamsResponse) ProtoMessage() {} func (*QueryGetFixatedParamsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_15d0663d310546a3, []int{9} + return fileDescriptor_60112e15fc266719, []int{9} } func (m *QueryGetFixatedParamsResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -474,7 +474,7 @@ func (m *QueryAllFixatedParamsRequest) Reset() { *m = QueryAllFixatedPar func (m *QueryAllFixatedParamsRequest) String() string { return proto.CompactTextString(m) } func (*QueryAllFixatedParamsRequest) ProtoMessage() {} func (*QueryAllFixatedParamsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_15d0663d310546a3, []int{10} + return fileDescriptor_60112e15fc266719, []int{10} } func (m *QueryAllFixatedParamsRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -519,7 +519,7 @@ func (m *QueryAllFixatedParamsResponse) Reset() { *m = QueryAllFixatedPa func (m *QueryAllFixatedParamsResponse) String() string { return proto.CompactTextString(m) } func (*QueryAllFixatedParamsResponse) ProtoMessage() {} func (*QueryAllFixatedParamsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_15d0663d310546a3, []int{11} + return fileDescriptor_60112e15fc266719, []int{11} } func (m *QueryAllFixatedParamsResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -577,55 +577,56 @@ func init() { proto.RegisterType((*QueryAllFixatedParamsResponse)(nil), "lavanet.lava.epochstorage.QueryAllFixatedParamsResponse") } -func init() { proto.RegisterFile("lava/epochstorage/query.proto", fileDescriptor_15d0663d310546a3) } - -var fileDescriptor_15d0663d310546a3 = []byte{ - // 705 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x96, 0xc1, 0x4f, 0x13, 0x4f, - 0x14, 0xc7, 0x3b, 0xf0, 0x83, 0xfc, 0x1c, 0x21, 0x9a, 0x91, 0x83, 0x56, 0x58, 0x65, 0x8d, 0x08, - 0xa8, 0xbb, 0x14, 0x8c, 0xe2, 0xc9, 0x40, 0x14, 0xae, 0x50, 0x8c, 0x07, 0x2f, 0x64, 0x5a, 0xa6, - 0xcb, 0xc6, 0xed, 0xce, 0xb6, 0x3b, 0x25, 0x25, 0xc6, 0x8b, 0x7f, 0x81, 0xd1, 0xbf, 0xc4, 0xc4, - 0x83, 0x9a, 0xc8, 0x99, 0x23, 0x89, 0x17, 0x4f, 0xc6, 0xb4, 0xfe, 0x21, 0x66, 0x67, 0x66, 0xdd, - 0x99, 0xec, 0x6e, 0xbb, 0x08, 0xa7, 0x76, 0x67, 0xde, 0xfb, 0xbe, 0xcf, 0x77, 0xe6, 0xed, 0x6b, - 0xe1, 0x8c, 0x87, 0x0f, 0xb0, 0x4d, 0x02, 0x5a, 0xdf, 0x0f, 0x19, 0x6d, 0x63, 0x87, 0xd8, 0xad, - 0x0e, 0x69, 0x1f, 0x5a, 0x41, 0x9b, 0x32, 0x8a, 0xae, 0x45, 0xdb, 0x3e, 0x61, 0x56, 0xf4, 0x69, - 0xa9, 0x61, 0xe5, 0x69, 0x87, 0x52, 0xc7, 0x23, 0x36, 0x0e, 0x5c, 0x1b, 0xfb, 0x3e, 0x65, 0x98, - 0xb9, 0xd4, 0x0f, 0x45, 0x62, 0x79, 0xb1, 0x4e, 0xc3, 0x26, 0x0d, 0xed, 0x1a, 0x0e, 0xa5, 0xa2, - 0x7d, 0x50, 0xa9, 0x11, 0x86, 0x2b, 0x76, 0x80, 0x1d, 0xd7, 0xe7, 0xc1, 0x32, 0xd6, 0x48, 0x33, - 0x04, 0xb8, 0x8d, 0x9b, 0xb1, 0xd6, 0xed, 0xf4, 0x7e, 0xc8, 0xf0, 0x2b, 0xb2, 0x2b, 0x9f, 0xf2, - 0xc3, 0xf8, 0xc3, 0xee, 0x1e, 0x61, 0xd8, 0xf5, 0x62, 0xb5, 0xb9, 0x74, 0x58, 0xc3, 0xed, 0x62, - 0x46, 0xf6, 0x76, 0xb5, 0xaa, 0x86, 0xea, 0x20, 0x66, 0xaf, 0x53, 0x37, 0xa6, 0x9e, 0x72, 0xa8, - 0x43, 0xf9, 0x57, 0x3b, 0xfa, 0x26, 0x56, 0xcd, 0x29, 0x88, 0xb6, 0x23, 0xb7, 0x5b, 0x5c, 0xaa, - 0x4a, 0x5a, 0x1d, 0x12, 0x32, 0xf3, 0x05, 0xbc, 0xa2, 0xad, 0x86, 0x01, 0xf5, 0x43, 0x82, 0x9e, - 0xc0, 0x71, 0x51, 0xf2, 0x2a, 0xb8, 0x09, 0xe6, 0x2f, 0x2e, 0xcf, 0x5a, 0xb9, 0xc7, 0x6d, 0x89, - 0xd4, 0xf5, 0xff, 0x8e, 0x7f, 0xde, 0x28, 0x55, 0x65, 0x9a, 0xb9, 0x02, 0xaf, 0x73, 0xdd, 0x4d, - 0xc2, 0x76, 0xa2, 0x13, 0xd9, 0x11, 0xc1, 0xb2, 0x2c, 0x9a, 0x82, 0x63, 0xae, 0xbf, 0x47, 0xba, - 0x5c, 0xfe, 0x42, 0x55, 0x3c, 0x98, 0x2d, 0x38, 0x9d, 0x9d, 0x24, 0xa9, 0xb6, 0xe1, 0x44, 0xa8, - 0xac, 0x4b, 0xb6, 0x3b, 0x03, 0xd8, 0x54, 0x19, 0x49, 0xa8, 0x49, 0x98, 0x44, 0x72, 0xae, 0x79, - 0x5e, 0x16, 0xe7, 0x06, 0x84, 0x49, 0x53, 0xc8, 0x7a, 0x73, 0x96, 0x38, 0x7f, 0x2b, 0x3a, 0x7f, - 0x4b, 0xf4, 0xa4, 0xbc, 0x05, 0x6b, 0x2b, 0xc9, 0xad, 0x2a, 0x99, 0xe6, 0x57, 0x20, 0xad, 0xa5, - 0xea, 0xe4, 0x5a, 0x1b, 0x3d, 0xa3, 0x35, 0xb4, 0xa9, 0xb1, 0x8f, 0xc8, 0xb3, 0x1a, 0xc6, 0x2e, - 0x78, 0x34, 0xf8, 0x99, 0xe4, 0x2e, 0x9f, 0x45, 0x04, 0x4f, 0x45, 0xd7, 0xc6, 0x2d, 0xa4, 0xdc, - 0x9a, 0xbe, 0x9d, 0x58, 0x53, 0xd7, 0x0b, 0xdc, 0x9a, 0x1a, 0x1e, 0x5b, 0x53, 0xd7, 0xcc, 0x07, - 0x49, 0xc9, 0x0d, 0xf1, 0x86, 0x68, 0x5d, 0x9d, 0xd3, 0x5e, 0x1d, 0x38, 0x93, 0x93, 0x25, 0x49, - 0x9f, 0xc3, 0xc9, 0x86, 0xba, 0x21, 0x51, 0xe7, 0x07, 0xa0, 0x6a, 0x42, 0x92, 0x55, 0x17, 0x31, - 0x1b, 0xc9, 0xd5, 0x67, 0xc2, 0x9e, 0x57, 0x8f, 0x1d, 0x01, 0xe9, 0x2f, 0x5d, 0x28, 0xdf, 0xdf, - 0xe8, 0x99, 0xfd, 0x9d, 0x5b, 0x9f, 0x2d, 0x1f, 0xfd, 0x0f, 0xc7, 0xb8, 0x01, 0xf4, 0x1e, 0xc0, - 0x71, 0xa9, 0x7e, 0x7f, 0x00, 0x5c, 0x7a, 0x9e, 0x95, 0xad, 0xa2, 0xe1, 0xa2, 0xbe, 0xb9, 0xf0, - 0xf6, 0xfb, 0xef, 0x0f, 0x23, 0xb7, 0xd0, 0xac, 0x2d, 0xf3, 0xec, 0xbc, 0x91, 0x8f, 0xbe, 0x00, - 0x38, 0xa1, 0xbe, 0x74, 0xe8, 0xe1, 0xb0, 0x5a, 0xd9, 0xc3, 0xaf, 0xfc, 0xe8, 0xd4, 0x79, 0x12, - 0x76, 0x95, 0xc3, 0x2e, 0xa3, 0xa5, 0x01, 0xb0, 0xda, 0xef, 0x8f, 0xfd, 0x9a, 0x77, 0xfe, 0x1b, - 0xf4, 0x09, 0xc0, 0x4b, 0xaa, 0xe4, 0x9a, 0xe7, 0x0d, 0xc7, 0xcf, 0x9e, 0x89, 0xc3, 0xf1, 0x73, - 0x66, 0x9c, 0xb9, 0xc4, 0xf1, 0x17, 0xd1, 0x7c, 0x51, 0x7c, 0xf4, 0x11, 0xe8, 0xb3, 0xa3, 0xd0, - 0x91, 0x67, 0xcc, 0xa8, 0x42, 0x47, 0x9e, 0x35, 0xbc, 0x0a, 0x31, 0x6b, 0xbf, 0xe5, 0xe8, 0x1b, - 0x80, 0x93, 0xda, 0x5b, 0x83, 0x8a, 0x14, 0xcf, 0x9a, 0x0c, 0xe5, 0xd5, 0xd3, 0x27, 0x4a, 0xec, - 0xc7, 0x1c, 0x7b, 0x05, 0x55, 0x06, 0x60, 0xeb, 0xff, 0x2d, 0xfe, 0xb6, 0xca, 0x67, 0x00, 0x2f, - 0x6b, 0xa2, 0x51, 0xaf, 0x14, 0xb9, 0xf3, 0x7f, 0xb3, 0x90, 0x37, 0xac, 0xcc, 0x0a, 0xb7, 0x70, - 0x17, 0x2d, 0x14, 0xb6, 0xb0, 0xbe, 0x71, 0xdc, 0x33, 0xc0, 0x49, 0xcf, 0x00, 0xbf, 0x7a, 0x06, - 0x78, 0xd7, 0x37, 0x4a, 0x27, 0x7d, 0xa3, 0xf4, 0xa3, 0x6f, 0x94, 0x5e, 0xde, 0x73, 0x5c, 0xb6, - 0xdf, 0xa9, 0x59, 0x75, 0xda, 0xd4, 0xe5, 0xba, 0xba, 0x20, 0x3b, 0x0c, 0x48, 0x58, 0x1b, 0xe7, - 0xff, 0x98, 0x56, 0xfe, 0x04, 0x00, 0x00, 0xff, 0xff, 0x55, 0x91, 0x4a, 0x57, 0x83, 0x0a, 0x00, - 0x00, +func init() { + proto.RegisterFile("lavanet/lava/epochstorage/query.proto", fileDescriptor_60112e15fc266719) +} + +var fileDescriptor_60112e15fc266719 = []byte{ + // 700 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, } // Reference imports to suppress errors if they are not otherwise used. @@ -897,7 +898,7 @@ var _Query_serviceDesc = grpc.ServiceDesc{ }, }, Streams: []grpc.StreamDesc{}, - Metadata: "lava/epochstorage/query.proto", + Metadata: "lavanet/lava/epochstorage/query.proto", } func (m *QueryParamsRequest) Marshal() (dAtA []byte, err error) { diff --git a/x/epochstorage/types/query.pb.gw.go b/x/epochstorage/types/query.pb.gw.go index d3f05ddc1a..66cc24ed93 100644 --- a/x/epochstorage/types/query.pb.gw.go +++ b/x/epochstorage/types/query.pb.gw.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-grpc-gateway. DO NOT EDIT. -// source: lava/epochstorage/query.proto +// source: lavanet/lava/epochstorage/query.proto /* Package types is a reverse proxy. @@ -558,17 +558,17 @@ func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, clie } var ( - pattern_Query_Params_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"lavanet", "lava", "epochstorage", "params"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_Params_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"lavanet", "lava", "epochstorage", "params"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_StakeStorage_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4}, []string{"lavanet", "lava", "epochstorage", "stake_storage", "index"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_StakeStorage_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4}, []string{"lavanet", "lava", "epochstorage", "stake_storage", "index"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_StakeStorageAll_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"lavanet", "lava", "epochstorage", "stake_storage"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_StakeStorageAll_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"lavanet", "lava", "epochstorage", "stake_storage"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_EpochDetails_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"lavanet", "lava", "epochstorage", "epoch_details"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_EpochDetails_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"lavanet", "lava", "epochstorage", "epoch_details"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_FixatedParams_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4}, []string{"lavanet", "lava", "epochstorage", "fixated_params", "index"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_FixatedParams_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4}, []string{"lavanet", "lava", "epochstorage", "fixated_params", "index"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_FixatedParamsAll_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"lavanet", "lava", "epochstorage", "fixated_params"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_FixatedParamsAll_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"lavanet", "lava", "epochstorage", "fixated_params"}, "", runtime.AssumeColonVerbOpt(false))) ) var ( diff --git a/x/epochstorage/types/stake_entry.pb.go b/x/epochstorage/types/stake_entry.pb.go index f14d678665..ee8e7ea4da 100644 --- a/x/epochstorage/types/stake_entry.pb.go +++ b/x/epochstorage/types/stake_entry.pb.go @@ -1,13 +1,13 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/epochstorage/stake_entry.proto +// source: lavanet/lava/epochstorage/stake_entry.proto package types import ( fmt "fmt" types "github.com/cosmos/cosmos-sdk/types" - _ "github.com/gogo/protobuf/gogoproto" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -38,7 +38,7 @@ func (m *StakeEntry) Reset() { *m = StakeEntry{} } func (m *StakeEntry) String() string { return proto.CompactTextString(m) } func (*StakeEntry) ProtoMessage() {} func (*StakeEntry) Descriptor() ([]byte, []int) { - return fileDescriptor_5efebd990fc5efb4, []int{0} + return fileDescriptor_df6302d6b53c056e, []int{0} } func (m *StakeEntry) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -121,34 +121,34 @@ func init() { } func init() { - proto.RegisterFile("lava/epochstorage/stake_entry.proto", fileDescriptor_5efebd990fc5efb4) + proto.RegisterFile("lavanet/lava/epochstorage/stake_entry.proto", fileDescriptor_df6302d6b53c056e) } -var fileDescriptor_5efebd990fc5efb4 = []byte{ - // 359 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x51, 0x4d, 0x6e, 0xe2, 0x30, - 0x18, 0x4d, 0x20, 0xfc, 0x99, 0xcd, 0x4c, 0x86, 0x85, 0x61, 0x91, 0x89, 0x86, 0x4d, 0x16, 0x23, - 0x5b, 0x30, 0x9a, 0x03, 0x0c, 0x23, 0x5a, 0xa9, 0x4b, 0xba, 0xeb, 0x06, 0x39, 0x89, 0x15, 0x2c, - 0x82, 0xbf, 0x28, 0x76, 0x51, 0xb9, 0x45, 0x4f, 0xd2, 0x73, 0xb0, 0x64, 0xd9, 0x55, 0x55, 0xc1, - 0x45, 0x2a, 0xc7, 0x41, 0xa5, 0xaa, 0xba, 0xfa, 0x7e, 0xde, 0x7b, 0xf2, 0x7b, 0x9f, 0xd1, 0x38, - 0x67, 0x5b, 0x46, 0x79, 0x01, 0xc9, 0x4a, 0x69, 0x28, 0x59, 0xc6, 0xa9, 0xd2, 0x6c, 0xcd, 0x97, - 0x5c, 0xea, 0x72, 0x47, 0x8a, 0x12, 0x34, 0xf8, 0x43, 0x43, 0x92, 0x5c, 0x13, 0x53, 0xc9, 0x25, - 0x79, 0x14, 0x7e, 0xd6, 0x73, 0x99, 0x16, 0x20, 0xa4, 0xb6, 0xe2, 0xd1, 0x20, 0x83, 0x0c, 0xaa, - 0x96, 0x9a, 0xae, 0xde, 0x06, 0x09, 0xa8, 0x0d, 0x28, 0x1a, 0x33, 0xc5, 0xe9, 0x76, 0x12, 0x73, - 0xcd, 0x26, 0x34, 0x01, 0x21, 0x2d, 0xfe, 0xeb, 0xa9, 0x81, 0xd0, 0xad, 0x31, 0x32, 0x37, 0x3e, - 0xfc, 0xbf, 0xa8, 0x55, 0xd9, 0xc2, 0x6e, 0xe8, 0x46, 0xfd, 0xe9, 0x90, 0x58, 0x39, 0x31, 0x72, - 0x52, 0xcb, 0xc9, 0x7f, 0x10, 0x72, 0xe6, 0xed, 0x5f, 0x7e, 0x3a, 0x0b, 0xcb, 0xf6, 0x31, 0xea, - 0xb0, 0x34, 0x2d, 0xb9, 0x52, 0xb8, 0x11, 0xba, 0x51, 0x6f, 0x71, 0x1e, 0x7d, 0x82, 0x7e, 0xd8, - 0x9c, 0xac, 0x28, 0x72, 0xc1, 0xd3, 0x65, 0x9c, 0x43, 0xb2, 0xc6, 0xcd, 0xd0, 0x8d, 0xbc, 0xc5, - 0xf7, 0x0a, 0xfa, 0x67, 0x91, 0x99, 0x01, 0xfc, 0x6b, 0xd4, 0x3b, 0xe7, 0x52, 0xd8, 0x0b, 0x9b, - 0x51, 0x7f, 0x3a, 0x26, 0x5f, 0x9e, 0x85, 0xcc, 0x6b, 0x6e, 0x6d, 0xe7, 0x5d, 0xeb, 0x87, 0xa8, - 0x9f, 0x71, 0xc8, 0x21, 0x61, 0x5a, 0x80, 0xc4, 0xad, 0xea, 0xc1, 0xcb, 0x95, 0x3f, 0x40, 0xad, - 0x64, 0xc5, 0x84, 0xc4, 0xed, 0xca, 0xb2, 0x1d, 0x4c, 0x94, 0x0d, 0x48, 0xb1, 0xe6, 0x25, 0xee, - 0xda, 0x28, 0xf5, 0x78, 0xe3, 0x75, 0x3b, 0xdf, 0xba, 0xb3, 0xab, 0xfd, 0x31, 0x70, 0x0f, 0xc7, - 0xc0, 0x7d, 0x3d, 0x06, 0xee, 0xe3, 0x29, 0x70, 0x0e, 0xa7, 0xc0, 0x79, 0x3e, 0x05, 0xce, 0xdd, - 0xef, 0x4c, 0xe8, 0xd5, 0x7d, 0x4c, 0x12, 0xd8, 0xd0, 0xda, 0x71, 0x55, 0xe9, 0xc3, 0xc7, 0x7f, - 0xd3, 0xbb, 0x82, 0xab, 0xb8, 0x5d, 0xdd, 0xff, 0xcf, 0x5b, 0x00, 0x00, 0x00, 0xff, 0xff, 0xf4, - 0x9c, 0x41, 0xe8, 0x19, 0x02, 0x00, 0x00, +var fileDescriptor_df6302d6b53c056e = []byte{ + // 361 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x51, 0xcb, 0x6e, 0xe2, 0x30, + 0x14, 0x4d, 0x20, 0xbc, 0xcc, 0x66, 0x26, 0xc3, 0xc2, 0xb0, 0xc8, 0x44, 0x33, 0x9b, 0x48, 0x33, + 0xb2, 0x05, 0xa3, 0xf9, 0x80, 0x61, 0x44, 0x2b, 0x75, 0x49, 0x77, 0xdd, 0x20, 0x27, 0xb1, 0x82, + 0x45, 0xf0, 0x8d, 0x62, 0x17, 0x95, 0xbf, 0xe8, 0x97, 0xf4, 0x3b, 0x58, 0xb2, 0xec, 0xaa, 0xaa, + 0xe0, 0x47, 0x2a, 0xc7, 0x41, 0x85, 0x05, 0x2b, 0xfb, 0xfa, 0x9c, 0x73, 0x7d, 0xce, 0xbd, 0xe8, + 0x57, 0xce, 0x36, 0x4c, 0x72, 0x4d, 0xcd, 0x49, 0x79, 0x01, 0xc9, 0x52, 0x69, 0x28, 0x59, 0xc6, + 0xa9, 0xd2, 0x6c, 0xc5, 0x17, 0x5c, 0xea, 0x72, 0x4b, 0x8a, 0x12, 0x34, 0xf8, 0xc3, 0x9a, 0x4c, + 0xcc, 0x49, 0xce, 0xc9, 0xa3, 0xe8, 0x7a, 0x1f, 0x2e, 0xd3, 0x02, 0x84, 0xd4, 0xb6, 0xc9, 0x68, + 0x90, 0x41, 0x06, 0xd5, 0x95, 0x9a, 0x5b, 0xfd, 0x1a, 0x24, 0xa0, 0xd6, 0xa0, 0x68, 0xcc, 0x14, + 0xa7, 0x9b, 0x71, 0xcc, 0x35, 0x1b, 0xd3, 0x04, 0x84, 0xb4, 0xf8, 0x8f, 0x97, 0x06, 0x42, 0xf7, + 0xc6, 0xd0, 0xcc, 0xf8, 0xf1, 0xff, 0xa2, 0x56, 0x65, 0x0f, 0xbb, 0xa1, 0x1b, 0xf5, 0x27, 0x43, + 0x62, 0xe5, 0xc4, 0xc8, 0x49, 0x2d, 0x27, 0xff, 0x41, 0xc8, 0xa9, 0xb7, 0x7b, 0xfb, 0xee, 0xcc, + 0x2d, 0xdb, 0xc7, 0xa8, 0xc3, 0xd2, 0xb4, 0xe4, 0x4a, 0xe1, 0x46, 0xe8, 0x46, 0xbd, 0xf9, 0xa9, + 0xf4, 0x09, 0xfa, 0x66, 0xf3, 0xb2, 0xa2, 0xc8, 0x05, 0x4f, 0x17, 0x71, 0x0e, 0xc9, 0x0a, 0x37, + 0x43, 0x37, 0xf2, 0xe6, 0x5f, 0x2b, 0xe8, 0x9f, 0x45, 0xa6, 0x06, 0xf0, 0x6f, 0x51, 0xef, 0x94, + 0x4b, 0x61, 0x2f, 0x6c, 0x46, 0xfd, 0xc9, 0x4f, 0x72, 0x75, 0x3c, 0x64, 0x56, 0x73, 0x6b, 0x3b, + 0x9f, 0x5a, 0x3f, 0x44, 0xfd, 0x8c, 0x43, 0x0e, 0x09, 0xd3, 0x02, 0x24, 0x6e, 0x55, 0x1f, 0x9e, + 0x3f, 0xf9, 0x03, 0xd4, 0x4a, 0x96, 0x4c, 0x48, 0xdc, 0xae, 0x2c, 0xdb, 0xc2, 0x44, 0x59, 0x83, + 0x14, 0x2b, 0x5e, 0xe2, 0xae, 0x8d, 0x52, 0x97, 0x77, 0x5e, 0xb7, 0xf3, 0xa5, 0x3b, 0xbd, 0xd9, + 0x1d, 0x02, 0x77, 0x7f, 0x08, 0xdc, 0xf7, 0x43, 0xe0, 0x3e, 0x1f, 0x03, 0x67, 0x7f, 0x0c, 0x9c, + 0xd7, 0x63, 0xe0, 0x3c, 0xfc, 0xce, 0x84, 0x5e, 0x3e, 0xc6, 0x24, 0x81, 0x35, 0xbd, 0xd8, 0xda, + 0xd3, 0xe5, 0xde, 0xf4, 0xb6, 0xe0, 0x2a, 0x6e, 0x57, 0xf3, 0xff, 0xf3, 0x11, 0x00, 0x00, 0xff, + 0xff, 0x54, 0x15, 0x16, 0x0b, 0x29, 0x02, 0x00, 0x00, } func (m *StakeEntry) Marshal() (dAtA []byte, err error) { diff --git a/x/epochstorage/types/stake_storage.pb.go b/x/epochstorage/types/stake_storage.pb.go index ac473b5761..a2d012438d 100644 --- a/x/epochstorage/types/stake_storage.pb.go +++ b/x/epochstorage/types/stake_storage.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/epochstorage/stake_storage.proto +// source: lavanet/lava/epochstorage/stake_storage.proto package types import ( fmt "fmt" - _ "github.com/gogo/protobuf/gogoproto" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -33,7 +33,7 @@ func (m *StakeStorage) Reset() { *m = StakeStorage{} } func (m *StakeStorage) String() string { return proto.CompactTextString(m) } func (*StakeStorage) ProtoMessage() {} func (*StakeStorage) Descriptor() ([]byte, []int) { - return fileDescriptor_ba3b13a17ee2734f, []int{0} + return fileDescriptor_be7b78aecc265fd4, []int{0} } func (m *StakeStorage) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -88,27 +88,27 @@ func init() { } func init() { - proto.RegisterFile("lava/epochstorage/stake_storage.proto", fileDescriptor_ba3b13a17ee2734f) + proto.RegisterFile("lavanet/lava/epochstorage/stake_storage.proto", fileDescriptor_be7b78aecc265fd4) } -var fileDescriptor_ba3b13a17ee2734f = []byte{ - // 245 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xcd, 0x49, 0x2c, 0x4b, - 0xd4, 0x4f, 0x2d, 0xc8, 0x4f, 0xce, 0x28, 0x2e, 0xc9, 0x2f, 0x4a, 0x4c, 0x4f, 0xd5, 0x2f, 0x2e, - 0x49, 0xcc, 0x4e, 0x8d, 0x87, 0xf2, 0xf4, 0x0a, 0x8a, 0xf2, 0x4b, 0xf2, 0x85, 0x24, 0x41, 0xca, - 0xf2, 0x52, 0x4b, 0xf4, 0x40, 0xb4, 0x1e, 0xb2, 0x72, 0x29, 0x65, 0x5c, 0x26, 0xa4, 0xe6, 0x95, - 0x14, 0x55, 0x42, 0xf4, 0x4b, 0x89, 0xa4, 0xe7, 0xa7, 0xe7, 0x83, 0x99, 0xfa, 0x20, 0x16, 0x44, - 0x54, 0x69, 0x2e, 0x23, 0x17, 0x4f, 0x30, 0x48, 0x6d, 0x30, 0x44, 0xa3, 0x90, 0x08, 0x17, 0x6b, - 0x66, 0x5e, 0x4a, 0x6a, 0x85, 0x04, 0xa3, 0x02, 0xa3, 0x06, 0x67, 0x10, 0x84, 0x23, 0xe4, 0xcf, - 0xc5, 0x03, 0x36, 0xd1, 0x35, 0xaf, 0xa4, 0x28, 0x33, 0xb5, 0x58, 0x82, 0x49, 0x81, 0x59, 0x83, - 0xdb, 0x48, 0x55, 0x0f, 0xa7, 0x9b, 0xf4, 0x82, 0x61, 0xca, 0x2b, 0x9d, 0x58, 0x4e, 0xdc, 0x93, - 0x67, 0x08, 0x42, 0x31, 0x40, 0x48, 0x8d, 0x8b, 0x0f, 0xac, 0xdc, 0x29, 0x27, 0x3f, 0x39, 0xdb, - 0x23, 0xb1, 0x38, 0x43, 0x82, 0x59, 0x81, 0x51, 0x83, 0x27, 0x08, 0x4d, 0xd4, 0xc9, 0xed, 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, 0xa1, 0xce, 0x00, 0xd3, 0xfa, 0x15, 0xa8, 0x21, 0x51, 0x52, 0x59, - 0x90, 0x5a, 0x9c, 0xc4, 0x06, 0xf6, 0xae, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0xa9, 0x52, 0x62, - 0x3b, 0x6d, 0x01, 0x00, 0x00, +var fileDescriptor_be7b78aecc265fd4 = []byte{ + // 246 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, + 0x49, 0xbe, 0x90, 0x24, 0x54, 0xb9, 0x1e, 0x88, 0xd6, 0x43, 0x56, 0x2e, 0xa5, 0x4d, 0xc8, 0xa4, + 0xd4, 0xbc, 0x92, 0xa2, 0x4a, 0x88, 0x39, 0x52, 0x22, 0xe9, 0xf9, 0xe9, 0xf9, 0x60, 0xa6, 0x3e, + 0x88, 0x05, 0x11, 0x55, 0x9a, 0xcb, 0xc8, 0xc5, 0x13, 0x0c, 0x52, 0x1b, 0x0c, 0xd1, 0x28, 0x24, + 0xc2, 0xc5, 0x9a, 0x99, 0x97, 0x92, 0x5a, 0x21, 0xc1, 0xa8, 0xc0, 0xa8, 0xc1, 0x19, 0x04, 0xe1, + 0x08, 0xf9, 0x73, 0xf1, 0x80, 0x4d, 0x74, 0xcd, 0x2b, 0x29, 0xca, 0x4c, 0x2d, 0x96, 0x60, 0x52, + 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, } 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 a8cc527e08..5f05f837e7 100644 --- a/x/epochstorage/types/tx.pb.go +++ b/x/epochstorage/types/tx.pb.go @@ -1,13 +1,13 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/epochstorage/tx.proto +// source: lavanet/lava/epochstorage/tx.proto package types import ( context "context" fmt "fmt" - grpc1 "github.com/gogo/protobuf/grpc" - proto "github.com/gogo/protobuf/proto" + grpc1 "github.com/cosmos/gogoproto/grpc" + proto "github.com/cosmos/gogoproto/proto" grpc "google.golang.org/grpc" math "math" ) @@ -23,19 +23,21 @@ var _ = math.Inf // proto package needs to be updated. const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package -func init() { proto.RegisterFile("lava/epochstorage/tx.proto", fileDescriptor_1fd4543750e69e8b) } +func init() { + proto.RegisterFile("lavanet/lava/epochstorage/tx.proto", fileDescriptor_7051565dcc1777fe) +} -var fileDescriptor_1fd4543750e69e8b = []byte{ - // 129 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xca, 0x49, 0x2c, 0x4b, - 0xd4, 0x4f, 0x2d, 0xc8, 0x4f, 0xce, 0x28, 0x2e, 0xc9, 0x2f, 0x4a, 0x4c, 0x4f, 0xd5, 0x2f, 0xa9, - 0xd0, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x92, 0x04, 0xc9, 0xe5, 0xa5, 0x96, 0xe8, 0x81, 0x68, - 0x3d, 0x64, 0x35, 0x46, 0xac, 0x5c, 0xcc, 0xbe, 0xc5, 0xe9, 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, 0x0f, 0x35, 0x06, 0x4c, 0xeb, 0x57, 0xa0, 0x59, 0x56, 0x59, 0x90, 0x5a, 0x9c, 0xc4, - 0x06, 0xb6, 0xd0, 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0xee, 0x02, 0xcb, 0x0c, 0x8e, 0x00, 0x00, - 0x00, +var fileDescriptor_7051565dcc1777fe = []byte{ + // 130 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, + 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, } // Reference imports to suppress errors if they are not otherwise used. @@ -77,5 +79,5 @@ var _Msg_serviceDesc = grpc.ServiceDesc{ HandlerType: (*MsgServer)(nil), Methods: []grpc.MethodDesc{}, Streams: []grpc.StreamDesc{}, - Metadata: "lava/epochstorage/tx.proto", + Metadata: "lavanet/lava/epochstorage/tx.proto", } diff --git a/x/pairing/client/cli/query_sdk_pairing.go b/x/pairing/client/cli/query_sdk_pairing.go index 5674a4e25f..b256db40ac 100644 --- a/x/pairing/client/cli/query_sdk_pairing.go +++ b/x/pairing/client/cli/query_sdk_pairing.go @@ -32,7 +32,7 @@ func CmdSdkPairing() *cobra.Command { Client: reqClient, } - res, err := queryClient.SdkPairing(cmd.Context(), params) + res, err := queryClient.GetPairing(cmd.Context(), params) if err != nil { return err } diff --git a/x/pairing/keeper/grpc_query_verify_pairing.go b/x/pairing/keeper/grpc_query_verify_pairing.go index f4a86e6a08..89338f5472 100644 --- a/x/pairing/keeper/grpc_query_verify_pairing.go +++ b/x/pairing/keeper/grpc_query_verify_pairing.go @@ -32,7 +32,7 @@ func (k Keeper) VerifyPairing(goCtx context.Context, req *types.QueryVerifyPairi if err != nil { return nil, fmt.Errorf("invalid creator address %s error: %s", req.Provider, err) } - isValidPairing, cuPerEpoch, providersToPair, projectID, err := k.ValidatePairingForClient(ctx, req.ChainID, clientAddr, providerAddr, req.Block) + isValidPairing, cuPerEpoch, providersToPair, _, err := k.ValidatePairingForClient(ctx, req.ChainID, clientAddr, providerAddr, req.Block) - return &types.QueryVerifyPairingResponse{Valid: isValidPairing, PairedProviders: providersToPair, CuPerEpoch: cuPerEpoch, ProjectId: projectID}, err + return &types.QueryVerifyPairingResponse{Valid: isValidPairing, PairedProviders: providersToPair, CuPerEpoch: cuPerEpoch}, err } diff --git a/x/pairing/types/badges.pb.go b/x/pairing/types/badges.pb.go index a6ebe45617..a9c238f134 100644 --- a/x/pairing/types/badges.pb.go +++ b/x/pairing/types/badges.pb.go @@ -1,14 +1,14 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/pairing/badges.proto +// source: lavanet/lava/pairing/badges.proto package types import ( context "context" fmt "fmt" - _ "github.com/gogo/protobuf/gogoproto" - grpc1 "github.com/gogo/protobuf/grpc" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + grpc1 "github.com/cosmos/gogoproto/grpc" + proto "github.com/cosmos/gogoproto/proto" types "github.com/lavanet/lava/x/epochstorage/types" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" @@ -40,7 +40,7 @@ func (m *GenerateBadgeRequest) Reset() { *m = GenerateBadgeRequest{} } func (m *GenerateBadgeRequest) String() string { return proto.CompactTextString(m) } func (*GenerateBadgeRequest) ProtoMessage() {} func (*GenerateBadgeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_4906d4d2503a379c, []int{0} + return fileDescriptor_5013dfba46b4caa4, []int{0} } func (m *GenerateBadgeRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -100,7 +100,7 @@ func (m *GenerateBadgeResponse) Reset() { *m = GenerateBadgeResponse{} } func (m *GenerateBadgeResponse) String() string { return proto.CompactTextString(m) } func (*GenerateBadgeResponse) ProtoMessage() {} func (*GenerateBadgeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_4906d4d2503a379c, []int{1} + return fileDescriptor_5013dfba46b4caa4, []int{1} } func (m *GenerateBadgeResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -155,36 +155,36 @@ func init() { proto.RegisterType((*GenerateBadgeResponse)(nil), "lavanet.lava.pairing.GenerateBadgeResponse") } -func init() { proto.RegisterFile("lava/pairing/badges.proto", fileDescriptor_4906d4d2503a379c) } - -var fileDescriptor_4906d4d2503a379c = []byte{ - // 407 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x52, 0x4f, 0xcb, 0xd3, 0x30, - 0x1c, 0x6e, 0xdf, 0x57, 0x5f, 0x59, 0xb6, 0x79, 0x08, 0x15, 0x6a, 0x65, 0x75, 0x6c, 0x88, 0x43, - 0xa1, 0xd1, 0xf9, 0x09, 0x36, 0x10, 0x19, 0x88, 0x87, 0xee, 0xe6, 0xa5, 0xa4, 0xed, 0xcf, 0xac, - 0xb3, 0x36, 0x31, 0xc9, 0xd4, 0x81, 0x1f, 0xc2, 0x8f, 0xb5, 0x83, 0x87, 0x1d, 0x3d, 0x89, 0x6c, - 0x5f, 0x44, 0x92, 0x86, 0xe1, 0x64, 0x87, 0xf7, 0x94, 0xf4, 0x79, 0x9e, 0xdf, 0x9f, 0xe7, 0x69, - 0xd0, 0xc3, 0x9a, 0x7e, 0xa1, 0x44, 0xd0, 0x4a, 0x56, 0x0d, 0x23, 0x39, 0x2d, 0x19, 0xa8, 0x44, - 0x48, 0xae, 0x39, 0x0e, 0x0c, 0xd5, 0x80, 0x4e, 0xcc, 0x99, 0x38, 0x49, 0x14, 0x9e, 0x15, 0x48, - 0xa8, 0xe9, 0xb6, 0xd5, 0x47, 0x01, 0xe3, 0x8c, 0xdb, 0x2b, 0x31, 0x37, 0x87, 0xc6, 0x8c, 0x73, - 0x56, 0x03, 0xb1, 0x5f, 0xf9, 0xe6, 0x03, 0xf9, 0x2a, 0xa9, 0x10, 0x20, 0xdd, 0x94, 0x68, 0x6c, - 0xfb, 0x81, 0xe0, 0xc5, 0x4a, 0x69, 0x2e, 0x29, 0x03, 0xa2, 0x34, 0xfd, 0x08, 0x19, 0x34, 0x5a, - 0xba, 0xd6, 0xa3, 0x2d, 0x0a, 0xde, 0x40, 0x03, 0x92, 0x6a, 0x98, 0x9b, 0x15, 0x53, 0xf8, 0xbc, - 0x01, 0xa5, 0xf1, 0x18, 0xf5, 0xed, 0xca, 0x19, 0x2d, 0x4b, 0x09, 0x4a, 0x85, 0xfe, 0xd0, 0x9f, - 0x74, 0xd2, 0x9e, 0x05, 0x67, 0x2d, 0x86, 0x07, 0x08, 0x09, 0xc9, 0xd7, 0x50, 0xe8, 0xac, 0x2a, - 0xc3, 0x2b, 0xab, 0xe8, 0x38, 0x64, 0x51, 0xe2, 0x01, 0xba, 0xa7, 0x04, 0x14, 0x86, 0xbb, 0x36, - 0xdc, 0xfc, 0xce, 0xee, 0xf7, 0x63, 0x3f, 0xbd, 0x31, 0xe0, 0xa2, 0x1c, 0xfd, 0xf4, 0xd1, 0x83, - 0xff, 0x66, 0x2b, 0xc1, 0x1b, 0x05, 0xf8, 0x25, 0xba, 0x6b, 0xe7, 0xd8, 0xa1, 0xdd, 0xe9, 0xa3, - 0xe4, 0x52, 0x5e, 0x49, 0x5b, 0xd3, 0x2a, 0xf1, 0x3b, 0xd4, 0x73, 0x78, 0x56, 0x57, 0x4a, 0x87, - 0x57, 0xc3, 0xeb, 0x49, 0x77, 0xfa, 0xe4, 0xbc, 0xf2, 0xdf, 0x2c, 0x92, 0xa5, 0xc9, 0xe2, 0xb5, - 0x89, 0xc2, 0xed, 0xd5, 0x75, 0x0d, 0xde, 0x56, 0x4a, 0xe3, 0x17, 0x28, 0x68, 0xfd, 0xab, 0x8a, - 0x35, 0x20, 0x4f, 0x31, 0x58, 0x23, 0x29, 0xb6, 0xdc, 0xd2, 0x52, 0x2e, 0x8c, 0xe9, 0x77, 0x74, - 0xdf, 0x6e, 0xe4, 0x2c, 0x71, 0x89, 0xd7, 0xa8, 0x7f, 0xe6, 0x0f, 0x3f, 0xbb, 0x6c, 0xe4, 0xd2, - 0x0f, 0x88, 0x9e, 0xdf, 0x4a, 0xdb, 0x06, 0x36, 0xf2, 0xe6, 0xb3, 0xdd, 0x21, 0xf6, 0xf7, 0x87, - 0xd8, 0xff, 0x73, 0x88, 0xfd, 0x1f, 0xc7, 0xd8, 0xdb, 0x1f, 0x63, 0xef, 0xd7, 0x31, 0xf6, 0xde, - 0x3f, 0x65, 0x95, 0x5e, 0x6d, 0xf2, 0xa4, 0xe0, 0x9f, 0x88, 0x6b, 0x69, 0x4f, 0xf2, 0xed, 0xf4, - 0xd6, 0xf4, 0x56, 0x80, 0xca, 0x6f, 0xec, 0x8b, 0x78, 0xf5, 0x37, 0x00, 0x00, 0xff, 0xff, 0x03, - 0x3e, 0xa6, 0xee, 0xb9, 0x02, 0x00, 0x00, +func init() { proto.RegisterFile("lavanet/lava/pairing/badges.proto", fileDescriptor_5013dfba46b4caa4) } + +var fileDescriptor_5013dfba46b4caa4 = []byte{ + // 410 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x52, 0xc1, 0xaa, 0xd3, 0x40, + 0x14, 0x4d, 0xde, 0xd3, 0x27, 0x6f, 0xfa, 0xea, 0x62, 0x88, 0x50, 0x22, 0x8d, 0xb5, 0x22, 0x16, + 0x0b, 0x19, 0xad, 0x5f, 0xd0, 0x82, 0x48, 0x41, 0x5c, 0xa4, 0x3b, 0x37, 0x61, 0x92, 0x5c, 0xa7, + 0xa9, 0x31, 0x33, 0xce, 0x4c, 0xd5, 0x82, 0x1f, 0xe1, 0x67, 0x75, 0xe1, 0xa2, 0x4b, 0x57, 0x22, + 0xed, 0x8f, 0xc8, 0x4c, 0x86, 0x62, 0x24, 0x8b, 0xb7, 0x9a, 0xc9, 0xb9, 0xe7, 0xce, 0xb9, 0xe7, + 0xe4, 0xa2, 0xc7, 0x15, 0xfd, 0x42, 0x6b, 0xd0, 0xc4, 0x9c, 0x44, 0xd0, 0x52, 0x96, 0x35, 0x23, + 0x19, 0x2d, 0x18, 0xa8, 0x58, 0x48, 0xae, 0x39, 0x0e, 0x1c, 0x25, 0x36, 0x67, 0xec, 0x28, 0xe1, + 0xa8, 0xb3, 0x51, 0x42, 0x45, 0x77, 0x4d, 0x5f, 0x18, 0x30, 0xce, 0xb8, 0xbd, 0x12, 0x73, 0x73, + 0x68, 0xc4, 0x38, 0x67, 0x15, 0x10, 0xfb, 0x95, 0x6d, 0x3f, 0x90, 0xaf, 0x92, 0x0a, 0x01, 0xd2, + 0xa9, 0x85, 0xd3, 0xd6, 0xbb, 0x20, 0x78, 0xbe, 0x56, 0x9a, 0x4b, 0xca, 0x80, 0x28, 0x4d, 0x3f, + 0x42, 0x0a, 0xb5, 0x96, 0x4e, 0x62, 0xbc, 0x43, 0xc1, 0x1b, 0xa8, 0x41, 0x52, 0x0d, 0x0b, 0x33, + 0x72, 0x02, 0x9f, 0xb7, 0xa0, 0x34, 0x7e, 0x82, 0xfa, 0xd6, 0x42, 0x4a, 0x8b, 0x42, 0x82, 0x52, + 0x03, 0x7f, 0xe4, 0x4f, 0xae, 0x93, 0x1b, 0x0b, 0xce, 0x1b, 0x0c, 0x0f, 0x11, 0x12, 0x92, 0x6f, + 0x20, 0xd7, 0x69, 0x59, 0x0c, 0x2e, 0x2c, 0xe3, 0xda, 0x21, 0xcb, 0x02, 0x0f, 0xd1, 0x3d, 0x25, + 0x20, 0x37, 0xb5, 0x4b, 0x53, 0x5b, 0xdc, 0xd9, 0xff, 0x7e, 0xe4, 0x27, 0x57, 0x06, 0x5c, 0x16, + 0xe3, 0x9f, 0x3e, 0x7a, 0xf0, 0x9f, 0xb6, 0x12, 0xbc, 0x56, 0x80, 0x5f, 0xa2, 0xbb, 0x56, 0xc7, + 0x8a, 0xf6, 0x66, 0x0f, 0xe3, 0xae, 0xfc, 0xe2, 0xa6, 0xa7, 0x61, 0xe2, 0x77, 0xe8, 0xc6, 0xe1, + 0x69, 0x55, 0x2a, 0x3d, 0xb8, 0x18, 0x5d, 0x4e, 0x7a, 0xb3, 0xa7, 0xed, 0xce, 0x7f, 0xb3, 0x88, + 0x57, 0x26, 0x8b, 0xd7, 0x26, 0x0a, 0x37, 0x57, 0xcf, 0x3d, 0xf0, 0xb6, 0x54, 0x1a, 0xbf, 0x40, + 0x41, 0xe3, 0x5f, 0x95, 0xac, 0x06, 0x79, 0x8e, 0xc1, 0x1a, 0x49, 0xb0, 0xad, 0xad, 0x6c, 0xc9, + 0x85, 0x31, 0xfb, 0x8e, 0xee, 0xdb, 0x89, 0x9c, 0x25, 0x2e, 0xf1, 0x06, 0xf5, 0x5b, 0xfe, 0xf0, + 0xf3, 0x6e, 0x23, 0x5d, 0x3f, 0x20, 0x9c, 0xde, 0x8a, 0xdb, 0x04, 0x36, 0xf6, 0x16, 0xf3, 0xfd, + 0x31, 0xf2, 0x0f, 0xc7, 0xc8, 0xff, 0x73, 0x8c, 0xfc, 0x1f, 0xa7, 0xc8, 0x3b, 0x9c, 0x22, 0xef, + 0xd7, 0x29, 0xf2, 0xde, 0x3f, 0x63, 0xa5, 0x5e, 0x6f, 0xb3, 0x38, 0xe7, 0x9f, 0x48, 0x6b, 0x33, + 0xbe, 0x9d, 0x77, 0x4e, 0xef, 0x04, 0xa8, 0xec, 0xca, 0x6e, 0xc4, 0xab, 0xbf, 0x01, 0x00, 0x00, + 0xff, 0xff, 0xd8, 0x9a, 0x4c, 0xc5, 0xd1, 0x02, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -264,7 +264,7 @@ var _BadgeGenerator_serviceDesc = grpc.ServiceDesc{ }, }, Streams: []grpc.StreamDesc{}, - Metadata: "lava/pairing/badges.proto", + Metadata: "lavanet/lava/pairing/badges.proto", } func (m *GenerateBadgeRequest) Marshal() (dAtA []byte, err error) { diff --git a/x/pairing/types/epoch_payments.pb.go b/x/pairing/types/epoch_payments.pb.go index e36bf6e5bb..3c3c694977 100644 --- a/x/pairing/types/epoch_payments.pb.go +++ b/x/pairing/types/epoch_payments.pb.go @@ -1,11 +1,11 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/pairing/epoch_payments.proto +// source: lavanet/lava/pairing/epoch_payments.proto package types import ( fmt "fmt" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -31,7 +31,7 @@ func (m *EpochPayments) Reset() { *m = EpochPayments{} } func (m *EpochPayments) String() string { return proto.CompactTextString(m) } func (*EpochPayments) ProtoMessage() {} func (*EpochPayments) Descriptor() ([]byte, []int) { - return fileDescriptor_4ba95f60fda82214, []int{0} + return fileDescriptor_0769055c01132b19, []int{0} } func (m *EpochPayments) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -78,23 +78,25 @@ func init() { proto.RegisterType((*EpochPayments)(nil), "lavanet.lava.pairing.EpochPayments") } -func init() { proto.RegisterFile("lava/pairing/epoch_payments.proto", fileDescriptor_4ba95f60fda82214) } +func init() { + proto.RegisterFile("lavanet/lava/pairing/epoch_payments.proto", fileDescriptor_0769055c01132b19) +} -var fileDescriptor_4ba95f60fda82214 = []byte{ +var fileDescriptor_0769055c01132b19 = []byte{ // 199 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xcc, 0x49, 0x2c, 0x4b, - 0xd4, 0x2f, 0x48, 0xcc, 0x2c, 0xca, 0xcc, 0x4b, 0xd7, 0x4f, 0x2d, 0xc8, 0x4f, 0xce, 0x88, 0x2f, - 0x48, 0xac, 0xcc, 0x4d, 0xcd, 0x2b, 0x29, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x01, - 0x29, 0xc9, 0x4b, 0x2d, 0xd1, 0x03, 0xd1, 0x7a, 0x50, 0xa5, 0x4a, 0xd9, 0x5c, 0xbc, 0xae, 0x20, - 0xd5, 0x01, 0x50, 0xc5, 0x42, 0x22, 0x5c, 0xac, 0x99, 0x79, 0x29, 0xa9, 0x15, 0x12, 0x8c, 0x0a, - 0x8c, 0x1a, 0x9c, 0x41, 0x10, 0x8e, 0x90, 0x1d, 0x97, 0x54, 0x41, 0x51, 0x7e, 0x59, 0x66, 0x4a, - 0x6a, 0x11, 0x54, 0x65, 0x70, 0x49, 0x7e, 0x51, 0x62, 0x7a, 0xaa, 0x77, 0x6a, 0x65, 0xb1, 0x04, - 0xb3, 0x02, 0xb3, 0x06, 0x67, 0x10, 0x1e, 0x15, 0x5e, 0x2c, 0x1c, 0x4c, 0x02, 0xcc, 0x4e, 0x8e, - 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, 0x9e, 0x9e, 0x59, 0x92, 0x51, - 0x9a, 0xa4, 0x97, 0x9c, 0x9f, 0xab, 0x0f, 0x75, 0x27, 0x98, 0xd6, 0xaf, 0x80, 0x7b, 0xaa, 0xa4, - 0xb2, 0x20, 0xb5, 0x38, 0x89, 0x0d, 0xec, 0x19, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0x01, - 0x4e, 0x85, 0x16, 0xf1, 0x00, 0x00, 0x00, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0xcc, 0x49, 0x2c, 0x4b, + 0xcc, 0x4b, 0x2d, 0xd1, 0x07, 0xd1, 0xfa, 0x05, 0x89, 0x99, 0x45, 0x99, 0x79, 0xe9, 0xfa, 0xa9, + 0x05, 0xf9, 0xc9, 0x19, 0xf1, 0x05, 0x89, 0x95, 0xb9, 0xa9, 0x79, 0x25, 0xc5, 0x7a, 0x05, 0x45, + 0xf9, 0x25, 0xf9, 0x42, 0x22, 0x50, 0xa5, 0x7a, 0x20, 0x5a, 0x0f, 0xaa, 0x54, 0x29, 0x9b, 0x8b, + 0xd7, 0x15, 0xa4, 0x3a, 0x00, 0xaa, 0x58, 0x48, 0x84, 0x8b, 0x35, 0x33, 0x2f, 0x25, 0xb5, 0x42, + 0x82, 0x51, 0x81, 0x51, 0x83, 0x33, 0x08, 0xc2, 0x11, 0xb2, 0xe3, 0x92, 0x2a, 0x28, 0xca, 0x2f, + 0xcb, 0x4c, 0x49, 0x2d, 0x82, 0xaa, 0x0c, 0x2e, 0xc9, 0x2f, 0x4a, 0x4c, 0x4f, 0xf5, 0x4e, 0xad, + 0x2c, 0x96, 0x60, 0x56, 0x60, 0xd6, 0xe0, 0x0c, 0xc2, 0xa3, 0xc2, 0x8b, 0x85, 0x83, 0x49, 0x80, + 0xd9, 0xc9, 0xf1, 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, 0xbc, 0x54, 0x01, 0xf7, 0x54, 0x49, + 0x65, 0x41, 0x6a, 0x71, 0x12, 0x1b, 0xd8, 0x33, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0x62, + 0x52, 0x3c, 0xac, 0xf9, 0x00, 0x00, 0x00, } func (m *EpochPayments) Marshal() (dAtA []byte, err error) { diff --git a/x/pairing/types/genesis.pb.go b/x/pairing/types/genesis.pb.go index f5f088d044..659dc4b2af 100644 --- a/x/pairing/types/genesis.pb.go +++ b/x/pairing/types/genesis.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/pairing/genesis.proto +// source: lavanet/lava/pairing/genesis.proto package types import ( fmt "fmt" - _ "github.com/gogo/protobuf/gogoproto" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + proto "github.com/cosmos/gogoproto/proto" types "github.com/lavanet/lava/common/types" io "io" math "math" @@ -33,7 +33,7 @@ func (m *BadgeUsedCu) Reset() { *m = BadgeUsedCu{} } func (m *BadgeUsedCu) String() string { return proto.CompactTextString(m) } func (*BadgeUsedCu) ProtoMessage() {} func (*BadgeUsedCu) Descriptor() ([]byte, []int) { - return fileDescriptor_0b69bfcdcac6e479, []int{0} + return fileDescriptor_dbd1e49b8b57595b, []int{0} } func (m *BadgeUsedCu) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -90,7 +90,7 @@ func (m *GenesisState) Reset() { *m = GenesisState{} } func (m *GenesisState) String() string { return proto.CompactTextString(m) } func (*GenesisState) ProtoMessage() {} func (*GenesisState) Descriptor() ([]byte, []int) { - return fileDescriptor_0b69bfcdcac6e479, []int{1} + return fileDescriptor_dbd1e49b8b57595b, []int{1} } func (m *GenesisState) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -166,40 +166,42 @@ func init() { proto.RegisterType((*GenesisState)(nil), "lavanet.lava.pairing.GenesisState") } -func init() { proto.RegisterFile("lava/pairing/genesis.proto", fileDescriptor_0b69bfcdcac6e479) } +func init() { + proto.RegisterFile("lavanet/lava/pairing/genesis.proto", fileDescriptor_dbd1e49b8b57595b) +} -var fileDescriptor_0b69bfcdcac6e479 = []byte{ - // 474 bytes of a gzipped FileDescriptorProto +var fileDescriptor_dbd1e49b8b57595b = []byte{ + // 475 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0x41, 0x6f, 0xd3, 0x30, - 0x14, 0xc7, 0x9b, 0xad, 0x14, 0xe4, 0x4e, 0xa0, 0x59, 0x93, 0x28, 0x11, 0x4a, 0xbb, 0x21, 0x41, - 0x11, 0x28, 0x91, 0xc6, 0x05, 0xb8, 0xad, 0xd3, 0xc4, 0x01, 0x90, 0xba, 0x96, 0x09, 0x89, 0x4b, - 0xe4, 0xb6, 0x8f, 0xcc, 0x62, 0xb5, 0x83, 0xed, 0x8c, 0xe5, 0x5b, 0x70, 0xe2, 0x23, 0xa1, 0x1d, - 0x77, 0xe4, 0x84, 0x50, 0xfb, 0x45, 0x50, 0x9e, 0xdd, 0xad, 0x29, 0x01, 0x76, 0x72, 0xdd, 0xf7, - 0x7f, 0xbf, 0xbf, 0xfd, 0xf7, 0x0b, 0xf1, 0x4f, 0xd8, 0x29, 0x8b, 0x52, 0xc6, 0x15, 0x17, 0x49, - 0x94, 0x80, 0x00, 0xcd, 0x75, 0x98, 0x2a, 0x69, 0x24, 0xdd, 0x2a, 0x6a, 0x02, 0x4c, 0x58, 0xac, - 0xa1, 0xd3, 0xf8, 0x5b, 0x89, 0x4c, 0x24, 0x0a, 0xa2, 0xe2, 0x97, 0xd5, 0xfa, 0xf7, 0x4a, 0x9c, - 0x94, 0x29, 0x36, 0x75, 0x18, 0xff, 0x45, 0xa9, 0x94, 0x09, 0xfe, 0x39, 0x83, 0x38, 0x65, 0xf9, - 0x14, 0x84, 0x89, 0xb5, 0x91, 0x8a, 0x25, 0x10, 0x8f, 0x4f, 0x78, 0xb1, 0x4d, 0x95, 0x3c, 0xe5, - 0x13, 0x50, 0xae, 0xf5, 0x49, 0x99, 0xea, 0x8a, 0xab, 0xcd, 0x4e, 0xbc, 0x5d, 0x12, 0x43, 0x2a, - 0xc7, 0xc7, 0x0b, 0xe5, 0xe2, 0x28, 0x6d, 0x94, 0x8c, 0xe5, 0x74, 0x2a, 0x45, 0xf4, 0x91, 0x9f, - 0x31, 0xc3, 0xa5, 0x38, 0x10, 0x46, 0xe5, 0x56, 0xb0, 0x73, 0x48, 0x9a, 0x3d, 0x36, 0x49, 0xe0, - 0x48, 0xc3, 0x64, 0x3f, 0xa3, 0x8f, 0xc9, 0xe6, 0xa8, 0xd8, 0xc6, 0x99, 0x86, 0x49, 0x3c, 0xce, - 0xe2, 0x4f, 0x90, 0xb7, 0xbc, 0x8e, 0xd7, 0xdd, 0x18, 0xdc, 0x1e, 0x5d, 0xe9, 0x5e, 0x43, 0x4e, - 0xef, 0x92, 0x9b, 0x4e, 0xd4, 0x5a, 0xeb, 0x78, 0xdd, 0xfa, 0xa0, 0x91, 0x61, 0x6d, 0xe7, 0x7b, - 0x9d, 0x6c, 0xbc, 0xb2, 0xb9, 0x0e, 0x0d, 0x33, 0x40, 0x5f, 0x92, 0x86, 0xcd, 0x07, 0x49, 0xcd, - 0xdd, 0xfb, 0x61, 0x55, 0xce, 0x61, 0x1f, 0x35, 0xbd, 0xfa, 0xf9, 0xcf, 0x76, 0x6d, 0xe0, 0x3a, - 0xe8, 0x37, 0x8f, 0x3c, 0xb4, 0x09, 0xf6, 0xed, 0xcd, 0x86, 0x36, 0x82, 0x7d, 0x8c, 0xaf, 0xef, - 0x02, 0x7a, 0xc3, 0xb5, 0x69, 0xad, 0x75, 0xd6, 0xbb, 0xcd, 0xdd, 0xe7, 0xd5, 0xf0, 0xa3, 0xff, - 0x32, 0x9c, 0xf1, 0x35, 0xdd, 0xa8, 0x22, 0xfe, 0xe2, 0x79, 0xca, 0x5a, 0x3c, 0xcb, 0x3a, 0x9e, - 0xe5, 0xe9, 0x5f, 0x2e, 0x5a, 0xd9, 0xe7, 0xfc, 0xff, 0x41, 0xa5, 0xef, 0xc9, 0x26, 0xbe, 0xb2, - 0x2b, 0x69, 0xb4, 0xaa, 0xa3, 0xd5, 0x83, 0x6a, 0xab, 0x83, 0x65, 0xb9, 0x73, 0xf8, 0x93, 0x41, - 0x0f, 0xc9, 0x9d, 0xa5, 0xd7, 0x45, 0xec, 0x0d, 0xc4, 0x6e, 0x57, 0x63, 0x97, 0x46, 0xc6, 0x41, - 0x57, 0xfb, 0xe9, 0x1e, 0xb9, 0x85, 0x7f, 0xe9, 0x77, 0xc3, 0x56, 0x03, 0x59, 0xed, 0x32, 0xcb, - 0x0e, 0x65, 0x38, 0x60, 0x5f, 0xde, 0x82, 0xd6, 0x57, 0x01, 0x5c, 0xb6, 0xf5, 0xf6, 0xce, 0x67, - 0x81, 0x77, 0x31, 0x0b, 0xbc, 0x5f, 0xb3, 0xc0, 0xfb, 0x3a, 0x0f, 0x6a, 0x17, 0xf3, 0xa0, 0xf6, - 0x63, 0x1e, 0xd4, 0x3e, 0x3c, 0x4a, 0xb8, 0x39, 0xce, 0x46, 0x05, 0x23, 0x72, 0x50, 0x5c, 0xa3, - 0xb3, 0xcb, 0xcf, 0xc1, 0xe4, 0x29, 0xe8, 0x51, 0x03, 0xa7, 0xfc, 0xd9, 0xef, 0x00, 0x00, 0x00, - 0xff, 0xff, 0x8b, 0x50, 0x06, 0x23, 0xf6, 0x03, 0x00, 0x00, + 0x14, 0xc7, 0x9b, 0xad, 0x14, 0xe4, 0x4e, 0xa0, 0x59, 0x93, 0xa8, 0x2a, 0x94, 0x75, 0x45, 0x62, + 0x9d, 0x84, 0x12, 0x69, 0xbb, 0x20, 0x6e, 0xed, 0x34, 0x71, 0x00, 0xa4, 0xae, 0x65, 0x42, 0xe2, + 0x12, 0xb9, 0xc9, 0x23, 0xb3, 0x58, 0xec, 0x60, 0x3b, 0x63, 0xf9, 0x16, 0x9c, 0xf8, 0x48, 0x68, + 0xc7, 0x1d, 0x39, 0x21, 0xd4, 0x7e, 0x11, 0x14, 0xdb, 0xdd, 0x9a, 0x61, 0x60, 0x27, 0xd7, 0xf5, + 0xff, 0xfd, 0xfe, 0xf6, 0xff, 0xbd, 0xa0, 0xfe, 0x19, 0x39, 0x27, 0x0c, 0x54, 0x58, 0xad, 0x61, + 0x4e, 0xa8, 0xa0, 0x2c, 0x0d, 0x53, 0x60, 0x20, 0xa9, 0x0c, 0x72, 0xc1, 0x15, 0xc7, 0x5b, 0x56, + 0x13, 0x54, 0x6b, 0x60, 0x35, 0xdd, 0xad, 0x94, 0xa7, 0x5c, 0x0b, 0xc2, 0xea, 0x97, 0xd1, 0x76, + 0x77, 0x9c, 0xbc, 0x9c, 0x08, 0x92, 0x59, 0x5c, 0x77, 0xe8, 0x94, 0x14, 0x8c, 0x7e, 0x2e, 0x20, + 0xca, 0x49, 0x99, 0x01, 0x53, 0x91, 0x54, 0x5c, 0x90, 0x14, 0xa2, 0xf8, 0x8c, 0x56, 0xdb, 0x5c, + 0xf0, 0x73, 0x9a, 0x80, 0xb0, 0x88, 0x03, 0xb7, 0x8b, 0x15, 0xdd, 0x86, 0xd8, 0xa2, 0x3d, 0x67, + 0x11, 0xe4, 0x3c, 0x3e, 0x5d, 0x56, 0x2c, 0xaf, 0xb8, 0x5b, 0x93, 0xc6, 0x3c, 0xcb, 0x38, 0x0b, + 0x3f, 0xd2, 0x0b, 0xa2, 0x28, 0x67, 0x47, 0x4c, 0x89, 0xd2, 0x08, 0xfb, 0xc7, 0xa8, 0x3d, 0x22, + 0x49, 0x0a, 0x27, 0x12, 0x92, 0xc3, 0x02, 0xef, 0xa1, 0xcd, 0x59, 0xb5, 0x8d, 0x0a, 0x09, 0x49, + 0x14, 0x17, 0xd1, 0x27, 0x28, 0x3b, 0x5e, 0xcf, 0x1b, 0x6c, 0x4c, 0x1e, 0xce, 0x6e, 0x74, 0xaf, + 0xa1, 0xc4, 0x8f, 0xd1, 0x7d, 0x2b, 0xea, 0xac, 0xf5, 0xbc, 0x41, 0x73, 0xd2, 0x2a, 0xf4, 0x59, + 0xff, 0x7b, 0x13, 0x6d, 0xbc, 0x32, 0xf9, 0x4f, 0x15, 0x51, 0x80, 0x5f, 0xa2, 0x96, 0xc9, 0x4f, + 0x93, 0xda, 0xfb, 0x4f, 0x02, 0x57, 0x3f, 0x82, 0xb1, 0xd6, 0x8c, 0x9a, 0x97, 0x3f, 0xb7, 0x1b, + 0x13, 0x5b, 0x81, 0xbf, 0x79, 0xe8, 0x99, 0x49, 0x76, 0x6c, 0x5e, 0x38, 0x35, 0x91, 0x1c, 0xea, + 0x58, 0xc7, 0x36, 0xb0, 0x37, 0x54, 0xaa, 0xce, 0x5a, 0x6f, 0x7d, 0xd0, 0xde, 0x7f, 0xe1, 0x86, + 0x9f, 0xfc, 0x97, 0x61, 0x8d, 0xef, 0xe8, 0x86, 0x05, 0xea, 0x2e, 0xdb, 0x55, 0xd7, 0xea, 0xbb, + 0xac, 0xeb, 0xbb, 0x3c, 0xff, 0xcb, 0x43, 0x9d, 0x75, 0xd6, 0xff, 0x1f, 0x54, 0xfc, 0x1e, 0x6d, + 0xea, 0x6e, 0xdb, 0x23, 0xa9, 0xad, 0x9a, 0xda, 0xea, 0xa9, 0xdb, 0xea, 0x68, 0x55, 0x6e, 0x1d, + 0xfe, 0x64, 0xe0, 0x63, 0xf4, 0x68, 0xa5, 0xbb, 0x1a, 0x7b, 0x4f, 0x63, 0x77, 0xdc, 0xd8, 0x95, + 0x91, 0xb1, 0xd0, 0xdb, 0xf5, 0x78, 0x88, 0x1e, 0xe8, 0xbf, 0xe4, 0xbb, 0x69, 0xa7, 0xa5, 0x59, + 0xdb, 0x75, 0x96, 0x19, 0xca, 0x60, 0x42, 0xbe, 0xbc, 0x05, 0x29, 0x6f, 0x02, 0xb8, 0x2e, 0x1b, + 0x0d, 0x2f, 0xe7, 0xbe, 0x77, 0x35, 0xf7, 0xbd, 0x5f, 0x73, 0xdf, 0xfb, 0xba, 0xf0, 0x1b, 0x57, + 0x0b, 0xbf, 0xf1, 0x63, 0xe1, 0x37, 0x3e, 0xec, 0xa6, 0x54, 0x9d, 0x16, 0xb3, 0x8a, 0x11, 0xd6, + 0x26, 0xfd, 0xe2, 0xfa, 0xb3, 0x50, 0x65, 0x0e, 0x72, 0xd6, 0xd2, 0x53, 0x7e, 0xf0, 0x3b, 0x00, + 0x00, 0xff, 0xff, 0x90, 0x5e, 0xee, 0x83, 0x26, 0x04, 0x00, 0x00, } func (m *BadgeUsedCu) Marshal() (dAtA []byte, err error) { diff --git a/x/pairing/types/params.pb.go b/x/pairing/types/params.pb.go index 0de80e0d53..ac04cd31d1 100644 --- a/x/pairing/types/params.pb.go +++ b/x/pairing/types/params.pb.go @@ -1,13 +1,13 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/pairing/params.proto +// source: lavanet/lava/pairing/params.proto package types import ( fmt "fmt" github_com_cosmos_cosmos_sdk_types "github.com/cosmos/cosmos-sdk/types" - _ "github.com/gogo/protobuf/gogoproto" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -40,7 +40,7 @@ type Params struct { func (m *Params) Reset() { *m = Params{} } func (*Params) ProtoMessage() {} func (*Params) Descriptor() ([]byte, []int) { - return fileDescriptor_bdf986abe15dcc7d, []int{0} + return fileDescriptor_fc338fce33b3b67a, []int{0} } func (m *Params) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -94,46 +94,46 @@ func init() { proto.RegisterType((*Params)(nil), "lavanet.lava.pairing.Params") } -func init() { proto.RegisterFile("lava/pairing/params.proto", fileDescriptor_bdf986abe15dcc7d) } +func init() { proto.RegisterFile("lavanet/lava/pairing/params.proto", fileDescriptor_fc338fce33b3b67a) } -var fileDescriptor_bdf986abe15dcc7d = []byte{ - // 564 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x94, 0xcf, 0x6e, 0xd3, 0x30, - 0x1c, 0xc7, 0x9b, 0x2d, 0x1b, 0x99, 0x81, 0xa9, 0x0a, 0x43, 0x0a, 0x7f, 0x94, 0x54, 0x41, 0x82, - 0x5d, 0x68, 0x0e, 0xbb, 0xed, 0xb6, 0x76, 0x70, 0x88, 0x10, 0x2b, 0xe9, 0x10, 0x12, 0x17, 0xcb, - 0x4d, 0xbc, 0xd4, 0x6a, 0x6c, 0x47, 0x8e, 0x33, 0xe8, 0x03, 0xc0, 0x79, 0x47, 0x8e, 0x5c, 0x78, - 0x97, 0x1d, 0x77, 0x44, 0x1c, 0x22, 0xd4, 0xbe, 0x41, 0x9f, 0x00, 0xc5, 0x2e, 0x6b, 0x41, 0x45, - 0xa2, 0x42, 0x9c, 0x1c, 0xc5, 0xdf, 0xef, 0xe7, 0xa3, 0xfc, 0x62, 0x19, 0xdc, 0xcb, 0xd0, 0x39, - 0x0a, 0x72, 0x44, 0x04, 0x61, 0x69, 0x90, 0x23, 0x81, 0x68, 0xd1, 0xce, 0x05, 0x97, 0xdc, 0xde, - 0xab, 0xb7, 0x18, 0x96, 0xed, 0x7a, 0x6d, 0xcf, 0x23, 0xf7, 0xf7, 0x52, 0x9e, 0x72, 0x15, 0x08, - 0xea, 0x27, 0x9d, 0xf5, 0xbf, 0x58, 0x60, 0xbb, 0xa7, 0xca, 0xb6, 0x00, 0xbb, 0x94, 0x30, 0xd9, - 0xe5, 0x84, 0x15, 0x3d, 0x2c, 0xba, 0xaf, 0x9d, 0xcd, 0x96, 0xb1, 0xbf, 0xd3, 0x09, 0x2f, 0x2b, - 0xaf, 0xf1, 0xad, 0xf2, 0x1e, 0xa7, 0x44, 0x0e, 0xcb, 0x41, 0x3b, 0xe6, 0x34, 0x88, 0x79, 0x41, - 0x79, 0x31, 0x5f, 0x9e, 0x16, 0xc9, 0x28, 0x90, 0xe3, 0x1c, 0x17, 0xed, 0x63, 0x1c, 0xcf, 0x2a, - 0xcf, 0x19, 0x23, 0x9a, 0x1d, 0xfa, 0x35, 0x0d, 0xc6, 0x35, 0x0e, 0xe6, 0x58, 0xc0, 0xb8, 0xf4, - 0xa3, 0xdf, 0x0c, 0xf6, 0x85, 0x01, 0x9c, 0x33, 0x81, 0xca, 0xa4, 0x2f, 0xd1, 0x08, 0xf7, 0x33, - 0x54, 0x0c, 0x09, 0x4b, 0x9f, 0xa3, 0x58, 0x72, 0xe1, 0x6c, 0x29, 0xfd, 0xe9, 0xda, 0x7a, 0x5f, - 0xeb, 0x15, 0x17, 0x16, 0x35, 0x18, 0x16, 0x73, 0x32, 0x3c, 0x53, 0x68, 0x3f, 0xfa, 0xa3, 0xd5, - 0x8e, 0xc0, 0x1d, 0xbd, 0x37, 0x7f, 0x7d, 0x44, 0x79, 0xc9, 0xa4, 0xb3, 0xdd, 0x32, 0xf6, 0xcd, - 0x4e, 0x6b, 0x56, 0x79, 0x0f, 0x7f, 0xc1, 0xff, 0x04, 0x23, 0x15, 0xf3, 0xa3, 0x55, 0x65, 0xfb, - 0x04, 0xd8, 0x38, 0xe7, 0xf1, 0xb0, 0x93, 0xf1, 0x78, 0x54, 0x9c, 0x9c, 0x63, 0x91, 0xa1, 0xdc, - 0xb1, 0x14, 0xd2, 0x9b, 0x55, 0xde, 0x03, 0x8d, 0x54, 0x19, 0x38, 0x50, 0x21, 0xc8, 0x75, 0xca, - 0x8f, 0x56, 0x54, 0xed, 0x04, 0x80, 0x92, 0xe5, 0x68, 0xfc, 0x82, 0x50, 0x22, 0x1d, 0xa0, 0x06, - 0x75, 0xbc, 0xf6, 0xa0, 0x6c, 0xad, 0x55, 0x24, 0x98, 0xd5, 0x28, 0x3f, 0x5a, 0xe2, 0xd6, 0x16, - 0xf5, 0x7d, 0xda, 0x72, 0xf3, 0xdf, 0x2c, 0x8a, 0x74, 0x6d, 0x59, 0x70, 0xed, 0x8f, 0x06, 0xb8, - 0x9b, 0x20, 0x89, 0x22, 0x9c, 0x11, 0x34, 0x20, 0x19, 0x91, 0xe3, 0x08, 0xbf, 0x43, 0x22, 0x71, - 0x6e, 0x29, 0x63, 0x6f, 0x6d, 0xa3, 0xab, 0x8d, 0x35, 0x14, 0x8a, 0x05, 0x15, 0x0a, 0x85, 0xf5, - 0xa3, 0xd5, 0x3a, 0x9b, 0x81, 0x9d, 0x57, 0xbc, 0xff, 0x06, 0x93, 0x74, 0x28, 0x9d, 0xdb, 0xff, - 0xc9, 0xbd, 0x50, 0xd8, 0x1f, 0x0c, 0xf0, 0x48, 0xe0, 0x98, 0x53, 0x8a, 0x59, 0x82, 0x93, 0x67, - 0xf5, 0x6f, 0x7e, 0x59, 0xd2, 0x53, 0xde, 0xe5, 0x59, 0x86, 0x63, 0xd9, 0x43, 0x63, 0x8a, 0x99, - 0x74, 0x76, 0xd5, 0x39, 0x39, 0x98, 0x55, 0x5e, 0xa0, 0xe1, 0x4b, 0x25, 0xa8, 0xcf, 0x0c, 0x2b, - 0x29, 0x94, 0x1c, 0xc6, 0xba, 0x08, 0x73, 0xdd, 0xf4, 0xa3, 0xbf, 0xe1, 0x1f, 0x9a, 0x9f, 0x3e, - 0x7b, 0x8d, 0xd0, 0xb4, 0x8c, 0xe6, 0x46, 0x68, 0x5a, 0x1b, 0xcd, 0xcd, 0xd0, 0xb4, 0xcc, 0xe6, - 0x56, 0x68, 0x5a, 0x37, 0x9a, 0x56, 0x68, 0x5a, 0x3b, 0x4d, 0xd0, 0x39, 0xba, 0x9c, 0xb8, 0xc6, - 0xd5, 0xc4, 0x35, 0xbe, 0x4f, 0x5c, 0xe3, 0x62, 0xea, 0x36, 0xae, 0xa6, 0x6e, 0xe3, 0xeb, 0xd4, - 0x6d, 0xbc, 0x7d, 0xb2, 0x34, 0x9a, 0xf9, 0xc5, 0xa3, 0xd6, 0xe0, 0xfd, 0xf5, 0xed, 0xa4, 0xe6, - 0x33, 0xd8, 0x56, 0x37, 0xce, 0xc1, 0x8f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x84, 0xad, 0x73, 0x4d, - 0xba, 0x04, 0x00, 0x00, +var fileDescriptor_fc338fce33b3b67a = []byte{ + // 566 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x94, 0xb1, 0x6e, 0xd3, 0x4e, + 0x1c, 0xc7, 0xe3, 0xd6, 0xed, 0xdf, 0xbd, 0x3f, 0x54, 0x91, 0x29, 0x92, 0x05, 0xc8, 0x0e, 0x46, + 0x82, 0x2e, 0xc4, 0x43, 0xb7, 0x6e, 0x4d, 0x0a, 0x83, 0x85, 0x68, 0x70, 0x8a, 0x90, 0x58, 0x4e, + 0x17, 0xfb, 0xea, 0x9c, 0xe2, 0xbb, 0xb3, 0xce, 0xe7, 0x42, 0x1e, 0x00, 0xe6, 0x8e, 0x8c, 0x2c, + 0xbc, 0x4b, 0xc7, 0x8e, 0x88, 0xc1, 0x42, 0xc9, 0x1b, 0xe4, 0x09, 0x90, 0xef, 0x42, 0x93, 0xa2, + 0x20, 0x11, 0x21, 0xa6, 0x8b, 0xe2, 0xef, 0xf7, 0xf3, 0x91, 0x7f, 0x3e, 0xfd, 0xc0, 0xc3, 0x0c, + 0x9d, 0x23, 0x86, 0x65, 0x50, 0x9f, 0x41, 0x8e, 0x88, 0x20, 0x2c, 0x0d, 0x72, 0x24, 0x10, 0x2d, + 0xda, 0xb9, 0xe0, 0x92, 0xdb, 0x7b, 0xf3, 0x48, 0xbb, 0x3e, 0xdb, 0xf3, 0xc8, 0xbd, 0xbd, 0x94, + 0xa7, 0x5c, 0x05, 0x82, 0xfa, 0x97, 0xce, 0xfa, 0x5f, 0x2c, 0xb0, 0xdd, 0x53, 0x65, 0x5b, 0x80, + 0x5d, 0x4a, 0x98, 0xec, 0x72, 0xc2, 0x8a, 0x1e, 0x16, 0xdd, 0xd7, 0xce, 0x66, 0xcb, 0xd8, 0xdf, + 0xe9, 0x84, 0x97, 0x95, 0xd7, 0xf8, 0x56, 0x79, 0x8f, 0x53, 0x22, 0x87, 0xe5, 0xa0, 0x1d, 0x73, + 0x1a, 0xc4, 0xbc, 0xa0, 0xbc, 0x98, 0x1f, 0x4f, 0x8b, 0x64, 0x14, 0xc8, 0x71, 0x8e, 0x8b, 0xf6, + 0x31, 0x8e, 0x67, 0x95, 0xe7, 0x8c, 0x11, 0xcd, 0x0e, 0xfd, 0x9a, 0x06, 0xe3, 0x1a, 0x07, 0x73, + 0x2c, 0x60, 0x5c, 0xfa, 0xd1, 0x2f, 0x06, 0xfb, 0xc2, 0x00, 0xce, 0x99, 0x40, 0x65, 0xd2, 0x97, + 0x68, 0x84, 0xfb, 0x19, 0x2a, 0x86, 0x84, 0xa5, 0xcf, 0x51, 0x2c, 0xb9, 0x70, 0xb6, 0x94, 0xfe, + 0x74, 0x6d, 0xbd, 0xaf, 0xf5, 0x8a, 0x0b, 0x8b, 0x1a, 0x0c, 0x8b, 0x39, 0x19, 0x9e, 0x29, 0xb4, + 0x1f, 0xfd, 0xd6, 0x6a, 0x47, 0xe0, 0x8e, 0x7e, 0x36, 0xff, 0xfb, 0x88, 0xf2, 0x92, 0x49, 0x67, + 0xbb, 0x65, 0xec, 0x9b, 0x9d, 0xd6, 0xac, 0xf2, 0x1e, 0xdc, 0xc0, 0xff, 0x04, 0x23, 0x15, 0xf3, + 0xa3, 0x55, 0x65, 0xfb, 0x04, 0xd8, 0x38, 0xe7, 0xf1, 0xb0, 0x93, 0xf1, 0x78, 0x54, 0x9c, 0x9c, + 0x63, 0x91, 0xa1, 0xdc, 0xb1, 0x14, 0xd2, 0x9b, 0x55, 0xde, 0x7d, 0x8d, 0x54, 0x19, 0x38, 0x50, + 0x21, 0xc8, 0x75, 0xca, 0x8f, 0x56, 0x54, 0xed, 0x04, 0x80, 0x92, 0xe5, 0x68, 0xfc, 0x82, 0x50, + 0x22, 0x1d, 0xa0, 0x06, 0x75, 0xbc, 0xf6, 0xa0, 0x6c, 0xad, 0x55, 0x24, 0x98, 0xd5, 0x28, 0x3f, + 0x5a, 0xe2, 0xd6, 0x16, 0xf5, 0x7e, 0xda, 0xf2, 0xff, 0xdf, 0x59, 0x14, 0xe9, 0xda, 0xb2, 0xe0, + 0xda, 0x1f, 0x0d, 0x70, 0x37, 0x41, 0x12, 0x45, 0x38, 0x23, 0x68, 0x40, 0x32, 0x22, 0xc7, 0x11, + 0x7e, 0x87, 0x44, 0xe2, 0xdc, 0x52, 0xc6, 0xde, 0xda, 0x46, 0x57, 0x1b, 0x6b, 0x28, 0x14, 0x0b, + 0x2a, 0x14, 0x0a, 0xeb, 0x47, 0xab, 0x75, 0x36, 0x03, 0x3b, 0xaf, 0x78, 0xff, 0x0d, 0x26, 0xe9, + 0x50, 0x3a, 0xb7, 0xff, 0x91, 0x7b, 0xa1, 0xb0, 0x3f, 0x18, 0xe0, 0x91, 0xc0, 0x31, 0xa7, 0x14, + 0xb3, 0x04, 0x27, 0xcf, 0xea, 0xcf, 0xfc, 0xb2, 0xa4, 0xa7, 0xbc, 0xcb, 0xb3, 0x0c, 0xc7, 0xb2, + 0x87, 0xc6, 0x14, 0x33, 0xe9, 0xec, 0xaa, 0x7b, 0x72, 0x30, 0xab, 0xbc, 0x40, 0xc3, 0x97, 0x4a, + 0x50, 0xdf, 0x19, 0x56, 0x52, 0x28, 0x39, 0x8c, 0x75, 0x11, 0xe6, 0xba, 0xe9, 0x47, 0x7f, 0xc2, + 0x3f, 0x34, 0x3f, 0x7d, 0xf6, 0x1a, 0xa1, 0x69, 0x19, 0xcd, 0x8d, 0xd0, 0xb4, 0x36, 0x9a, 0x9b, + 0xa1, 0x69, 0x99, 0xcd, 0xad, 0xd0, 0xb4, 0xfe, 0x6b, 0x5a, 0xa1, 0x69, 0xed, 0x34, 0x41, 0xe7, + 0xe8, 0x72, 0xe2, 0x1a, 0x57, 0x13, 0xd7, 0xf8, 0x3e, 0x71, 0x8d, 0x8b, 0xa9, 0xdb, 0xb8, 0x9a, + 0xba, 0x8d, 0xaf, 0x53, 0xb7, 0xf1, 0xf6, 0xc9, 0xd2, 0x68, 0x6e, 0xec, 0xa6, 0xf7, 0xd7, 0xdb, + 0x49, 0xcd, 0x67, 0xb0, 0xad, 0x36, 0xce, 0xc1, 0x8f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xbc, 0x3b, + 0x87, 0x51, 0xc2, 0x04, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/pairing/types/provider_payment_storage.pb.go b/x/pairing/types/provider_payment_storage.pb.go index 39aaa6252b..add25081f9 100644 --- a/x/pairing/types/provider_payment_storage.pb.go +++ b/x/pairing/types/provider_payment_storage.pb.go @@ -1,11 +1,11 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/pairing/provider_payment_storage.proto +// source: lavanet/lava/pairing/provider_payment_storage.proto package types import ( fmt "fmt" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -33,7 +33,7 @@ func (m *ProviderPaymentStorage) Reset() { *m = ProviderPaymentStorage{} func (m *ProviderPaymentStorage) String() string { return proto.CompactTextString(m) } func (*ProviderPaymentStorage) ProtoMessage() {} func (*ProviderPaymentStorage) Descriptor() ([]byte, []int) { - return fileDescriptor_0936db3918ba6841, []int{0} + return fileDescriptor_39d1051245241a4e, []int{0} } func (m *ProviderPaymentStorage) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -95,29 +95,29 @@ func init() { } func init() { - proto.RegisterFile("lava/pairing/provider_payment_storage.proto", fileDescriptor_0936db3918ba6841) + proto.RegisterFile("lavanet/lava/pairing/provider_payment_storage.proto", fileDescriptor_39d1051245241a4e) } -var fileDescriptor_0936db3918ba6841 = []byte{ +var fileDescriptor_39d1051245241a4e = []byte{ // 278 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0xce, 0x49, 0x2c, 0x4b, - 0xd4, 0x2f, 0x48, 0xcc, 0x2c, 0xca, 0xcc, 0x4b, 0xd7, 0x2f, 0x28, 0xca, 0x2f, 0xcb, 0x4c, 0x49, - 0x2d, 0x8a, 0x2f, 0x48, 0xac, 0xcc, 0x4d, 0xcd, 0x2b, 0x89, 0x2f, 0x2e, 0xc9, 0x2f, 0x4a, 0x4c, - 0x4f, 0xd5, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x01, 0x29, 0xce, 0x4b, 0x2d, 0xd1, 0x03, - 0xd1, 0x7a, 0x50, 0x4d, 0x52, 0x96, 0x28, 0x46, 0x94, 0xe6, 0x65, 0x16, 0x96, 0xa6, 0xa2, 0x1b, - 0x10, 0x9f, 0x9c, 0x93, 0x09, 0xe2, 0xc2, 0x2c, 0x80, 0x18, 0xa8, 0x74, 0x83, 0x91, 0x4b, 0x2c, - 0x00, 0x2a, 0x14, 0x00, 0xd1, 0x11, 0x0c, 0xd1, 0x20, 0x24, 0xc2, 0xc5, 0x9a, 0x99, 0x97, 0x92, - 0x5a, 0x21, 0xc1, 0xa8, 0xc0, 0xa8, 0xc1, 0x19, 0x04, 0xe1, 0x80, 0x44, 0x53, 0x0b, 0xf2, 0x93, - 0x33, 0x24, 0x98, 0x15, 0x18, 0x35, 0x58, 0x82, 0x20, 0x1c, 0xa1, 0x30, 0x2e, 0x35, 0x88, 0xb5, - 0xa8, 0x66, 0x38, 0x83, 0xed, 0x84, 0x99, 0xef, 0x9d, 0x5a, 0x59, 0x2c, 0xc1, 0xaa, 0xc0, 0xac, - 0xc1, 0x19, 0x44, 0xa4, 0x6a, 0x21, 0x3d, 0x2e, 0xa1, 0xe4, 0xfc, 0xdc, 0x82, 0x9c, 0xc4, 0xcc, - 0xbc, 0xd4, 0xa2, 0xe2, 0x90, 0xfc, 0x92, 0xc4, 0x1c, 0xe7, 0x52, 0x09, 0x36, 0xb0, 0xd5, 0x58, - 0x64, 0xbc, 0x58, 0x38, 0x98, 0x04, 0x98, 0xbd, 0x58, 0x38, 0x58, 0x04, 0x58, 0x9d, 0x1c, 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, 0x3d, 0x3d, 0xb3, 0x24, 0xa3, 0x34, - 0x49, 0x2f, 0x39, 0x3f, 0x57, 0x1f, 0x1a, 0xa0, 0x60, 0x5a, 0xbf, 0x02, 0x1e, 0x88, 0x25, 0x95, - 0x05, 0xa9, 0xc5, 0x49, 0x6c, 0xe0, 0x40, 0x32, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0x97, 0x41, - 0x62, 0x7b, 0xa4, 0x01, 0x00, 0x00, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0xce, 0x49, 0x2c, 0x4b, + 0xcc, 0x4b, 0x2d, 0xd1, 0x07, 0xd1, 0xfa, 0x05, 0x89, 0x99, 0x45, 0x99, 0x79, 0xe9, 0xfa, 0x05, + 0x45, 0xf9, 0x65, 0x99, 0x29, 0xa9, 0x45, 0xf1, 0x05, 0x89, 0x95, 0xb9, 0xa9, 0x79, 0x25, 0xf1, + 0xc5, 0x25, 0xf9, 0x45, 0x89, 0xe9, 0xa9, 0x7a, 0x05, 0x45, 0xf9, 0x25, 0xf9, 0x42, 0x22, 0x50, + 0x4d, 0x7a, 0x20, 0x5a, 0x0f, 0xaa, 0x49, 0xca, 0x11, 0xab, 0x51, 0xa5, 0x79, 0x99, 0x85, 0xa5, + 0xa9, 0xe8, 0x06, 0xc5, 0x27, 0xe7, 0x64, 0x82, 0xb8, 0x30, 0x8b, 0x20, 0x06, 0x2b, 0xdd, 0x60, + 0xe4, 0x12, 0x0b, 0x80, 0x0a, 0x05, 0x40, 0x74, 0x04, 0x43, 0x34, 0x08, 0x89, 0x70, 0xb1, 0x66, + 0xe6, 0xa5, 0xa4, 0x56, 0x48, 0x30, 0x2a, 0x30, 0x6a, 0x70, 0x06, 0x41, 0x38, 0x20, 0xd1, 0xd4, + 0x82, 0xfc, 0xe4, 0x0c, 0x09, 0x66, 0x05, 0x46, 0x0d, 0x96, 0x20, 0x08, 0x47, 0x28, 0x8c, 0x4b, + 0x0d, 0x62, 0x2d, 0xaa, 0x19, 0xce, 0x60, 0x3b, 0x61, 0xe6, 0x7b, 0xa7, 0x56, 0x16, 0x4b, 0xb0, + 0x2a, 0x30, 0x6b, 0x70, 0x06, 0x11, 0xa9, 0x5a, 0x48, 0x8f, 0x4b, 0x28, 0x39, 0x3f, 0xb7, 0x20, + 0x27, 0x31, 0x33, 0x2f, 0xb5, 0xa8, 0x38, 0x24, 0xbf, 0x24, 0x31, 0xc7, 0xb9, 0x54, 0x82, 0x0d, + 0x6c, 0x35, 0x16, 0x19, 0x2f, 0x16, 0x0e, 0x26, 0x01, 0x66, 0x2f, 0x16, 0x0e, 0x16, 0x01, 0x56, + 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, 0x4f, 0xcf, 0x2c, + 0xc9, 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0x47, 0x09, 0xc2, 0x0a, 0x78, 0x20, 0x96, 0x54, + 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0x03, 0xc9, 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0xda, 0x1f, + 0x87, 0x29, 0xb4, 0x01, 0x00, 0x00, } func (m *ProviderPaymentStorage) Marshal() (dAtA []byte, err error) { diff --git a/x/pairing/types/query.pb.go b/x/pairing/types/query.pb.go index c14b08f916..a77eb2833e 100644 --- a/x/pairing/types/query.pb.go +++ b/x/pairing/types/query.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/pairing/query.proto +// source: lavanet/lava/pairing/query.proto package types @@ -7,9 +7,9 @@ import ( context "context" fmt "fmt" query "github.com/cosmos/cosmos-sdk/types/query" - _ "github.com/gogo/protobuf/gogoproto" - grpc1 "github.com/gogo/protobuf/grpc" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + grpc1 "github.com/cosmos/gogoproto/grpc" + proto "github.com/cosmos/gogoproto/proto" types "github.com/lavanet/lava/x/epochstorage/types" types3 "github.com/lavanet/lava/x/plans/types" types2 "github.com/lavanet/lava/x/projects/types" @@ -43,7 +43,7 @@ func (m *QueryParamsRequest) Reset() { *m = QueryParamsRequest{} } func (m *QueryParamsRequest) String() string { return proto.CompactTextString(m) } func (*QueryParamsRequest) ProtoMessage() {} func (*QueryParamsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_7302e1875d117a87, []int{0} + return fileDescriptor_9e149ce9d21da0d8, []int{0} } func (m *QueryParamsRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -82,7 +82,7 @@ func (m *QueryParamsResponse) Reset() { *m = QueryParamsResponse{} } func (m *QueryParamsResponse) String() string { return proto.CompactTextString(m) } func (*QueryParamsResponse) ProtoMessage() {} func (*QueryParamsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_7302e1875d117a87, []int{1} + return fileDescriptor_9e149ce9d21da0d8, []int{1} } func (m *QueryParamsResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -127,7 +127,7 @@ func (m *QueryProvidersRequest) Reset() { *m = QueryProvidersRequest{} } func (m *QueryProvidersRequest) String() string { return proto.CompactTextString(m) } func (*QueryProvidersRequest) ProtoMessage() {} func (*QueryProvidersRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_7302e1875d117a87, []int{2} + return fileDescriptor_9e149ce9d21da0d8, []int{2} } func (m *QueryProvidersRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -179,7 +179,7 @@ func (m *QueryProvidersResponse) Reset() { *m = QueryProvidersResponse{} func (m *QueryProvidersResponse) String() string { return proto.CompactTextString(m) } func (*QueryProvidersResponse) ProtoMessage() {} func (*QueryProvidersResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_7302e1875d117a87, []int{3} + return fileDescriptor_9e149ce9d21da0d8, []int{3} } func (m *QueryProvidersResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -231,7 +231,7 @@ func (m *QueryGetPairingRequest) Reset() { *m = QueryGetPairingRequest{} func (m *QueryGetPairingRequest) String() string { return proto.CompactTextString(m) } func (*QueryGetPairingRequest) ProtoMessage() {} func (*QueryGetPairingRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_7302e1875d117a87, []int{4} + return fileDescriptor_9e149ce9d21da0d8, []int{4} } func (m *QueryGetPairingRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -286,7 +286,7 @@ func (m *QueryGetPairingResponse) Reset() { *m = QueryGetPairingResponse func (m *QueryGetPairingResponse) String() string { return proto.CompactTextString(m) } func (*QueryGetPairingResponse) ProtoMessage() {} func (*QueryGetPairingResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_7302e1875d117a87, []int{5} + return fileDescriptor_9e149ce9d21da0d8, []int{5} } func (m *QueryGetPairingResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -361,7 +361,7 @@ func (m *QueryVerifyPairingRequest) Reset() { *m = QueryVerifyPairingReq func (m *QueryVerifyPairingRequest) String() string { return proto.CompactTextString(m) } func (*QueryVerifyPairingRequest) ProtoMessage() {} func (*QueryVerifyPairingRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_7302e1875d117a87, []int{6} + return fileDescriptor_9e149ce9d21da0d8, []int{6} } func (m *QueryVerifyPairingRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -422,14 +422,13 @@ type QueryVerifyPairingResponse struct { Valid bool `protobuf:"varint,1,opt,name=valid,proto3" json:"valid,omitempty"` PairedProviders uint64 `protobuf:"varint,3,opt,name=paired_providers,json=pairedProviders,proto3" json:"paired_providers,omitempty"` CuPerEpoch uint64 `protobuf:"varint,4,opt,name=cu_per_epoch,json=cuPerEpoch,proto3" json:"cu_per_epoch,omitempty"` - ProjectId string `protobuf:"bytes,5,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` } func (m *QueryVerifyPairingResponse) Reset() { *m = QueryVerifyPairingResponse{} } func (m *QueryVerifyPairingResponse) String() string { return proto.CompactTextString(m) } func (*QueryVerifyPairingResponse) ProtoMessage() {} func (*QueryVerifyPairingResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_7302e1875d117a87, []int{7} + return fileDescriptor_9e149ce9d21da0d8, []int{7} } func (m *QueryVerifyPairingResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -479,13 +478,6 @@ func (m *QueryVerifyPairingResponse) GetCuPerEpoch() uint64 { return 0 } -func (m *QueryVerifyPairingResponse) GetProjectId() string { - if m != nil { - return m.ProjectId - } - return "" -} - type QueryGetUniquePaymentStorageClientProviderRequest struct { Index string `protobuf:"bytes,1,opt,name=index,proto3" json:"index,omitempty"` } @@ -498,7 +490,7 @@ func (m *QueryGetUniquePaymentStorageClientProviderRequest) String() string { } func (*QueryGetUniquePaymentStorageClientProviderRequest) ProtoMessage() {} func (*QueryGetUniquePaymentStorageClientProviderRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_7302e1875d117a87, []int{8} + return fileDescriptor_9e149ce9d21da0d8, []int{8} } func (m *QueryGetUniquePaymentStorageClientProviderRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -546,7 +538,7 @@ func (m *QueryGetUniquePaymentStorageClientProviderResponse) String() string { } func (*QueryGetUniquePaymentStorageClientProviderResponse) ProtoMessage() {} func (*QueryGetUniquePaymentStorageClientProviderResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_7302e1875d117a87, []int{9} + return fileDescriptor_9e149ce9d21da0d8, []int{9} } func (m *QueryGetUniquePaymentStorageClientProviderResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -594,7 +586,7 @@ func (m *QueryAllUniquePaymentStorageClientProviderRequest) String() string { } func (*QueryAllUniquePaymentStorageClientProviderRequest) ProtoMessage() {} func (*QueryAllUniquePaymentStorageClientProviderRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_7302e1875d117a87, []int{10} + return fileDescriptor_9e149ce9d21da0d8, []int{10} } func (m *QueryAllUniquePaymentStorageClientProviderRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -643,7 +635,7 @@ func (m *QueryAllUniquePaymentStorageClientProviderResponse) String() string { } func (*QueryAllUniquePaymentStorageClientProviderResponse) ProtoMessage() {} func (*QueryAllUniquePaymentStorageClientProviderResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_7302e1875d117a87, []int{11} + return fileDescriptor_9e149ce9d21da0d8, []int{11} } func (m *QueryAllUniquePaymentStorageClientProviderResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -694,7 +686,7 @@ func (m *QueryGetProviderPaymentStorageRequest) Reset() { *m = QueryGetP func (m *QueryGetProviderPaymentStorageRequest) String() string { return proto.CompactTextString(m) } func (*QueryGetProviderPaymentStorageRequest) ProtoMessage() {} func (*QueryGetProviderPaymentStorageRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_7302e1875d117a87, []int{12} + return fileDescriptor_9e149ce9d21da0d8, []int{12} } func (m *QueryGetProviderPaymentStorageRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -740,7 +732,7 @@ func (m *QueryGetProviderPaymentStorageResponse) Reset() { func (m *QueryGetProviderPaymentStorageResponse) String() string { return proto.CompactTextString(m) } func (*QueryGetProviderPaymentStorageResponse) ProtoMessage() {} func (*QueryGetProviderPaymentStorageResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_7302e1875d117a87, []int{13} + return fileDescriptor_9e149ce9d21da0d8, []int{13} } func (m *QueryGetProviderPaymentStorageResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -784,7 +776,7 @@ func (m *QueryAllProviderPaymentStorageRequest) Reset() { *m = QueryAllP func (m *QueryAllProviderPaymentStorageRequest) String() string { return proto.CompactTextString(m) } func (*QueryAllProviderPaymentStorageRequest) ProtoMessage() {} func (*QueryAllProviderPaymentStorageRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_7302e1875d117a87, []int{14} + return fileDescriptor_9e149ce9d21da0d8, []int{14} } func (m *QueryAllProviderPaymentStorageRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -831,7 +823,7 @@ func (m *QueryAllProviderPaymentStorageResponse) Reset() { func (m *QueryAllProviderPaymentStorageResponse) String() string { return proto.CompactTextString(m) } func (*QueryAllProviderPaymentStorageResponse) ProtoMessage() {} func (*QueryAllProviderPaymentStorageResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_7302e1875d117a87, []int{15} + return fileDescriptor_9e149ce9d21da0d8, []int{15} } func (m *QueryAllProviderPaymentStorageResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -882,7 +874,7 @@ func (m *QueryGetEpochPaymentsRequest) Reset() { *m = QueryGetEpochPayme func (m *QueryGetEpochPaymentsRequest) String() string { return proto.CompactTextString(m) } func (*QueryGetEpochPaymentsRequest) ProtoMessage() {} func (*QueryGetEpochPaymentsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_7302e1875d117a87, []int{16} + return fileDescriptor_9e149ce9d21da0d8, []int{16} } func (m *QueryGetEpochPaymentsRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -926,7 +918,7 @@ func (m *QueryGetEpochPaymentsResponse) Reset() { *m = QueryGetEpochPaym func (m *QueryGetEpochPaymentsResponse) String() string { return proto.CompactTextString(m) } func (*QueryGetEpochPaymentsResponse) ProtoMessage() {} func (*QueryGetEpochPaymentsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_7302e1875d117a87, []int{17} + return fileDescriptor_9e149ce9d21da0d8, []int{17} } func (m *QueryGetEpochPaymentsResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -970,7 +962,7 @@ func (m *QueryAllEpochPaymentsRequest) Reset() { *m = QueryAllEpochPayme func (m *QueryAllEpochPaymentsRequest) String() string { return proto.CompactTextString(m) } func (*QueryAllEpochPaymentsRequest) ProtoMessage() {} func (*QueryAllEpochPaymentsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_7302e1875d117a87, []int{18} + return fileDescriptor_9e149ce9d21da0d8, []int{18} } func (m *QueryAllEpochPaymentsRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1015,7 +1007,7 @@ func (m *QueryAllEpochPaymentsResponse) Reset() { *m = QueryAllEpochPaym func (m *QueryAllEpochPaymentsResponse) String() string { return proto.CompactTextString(m) } func (*QueryAllEpochPaymentsResponse) ProtoMessage() {} func (*QueryAllEpochPaymentsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_7302e1875d117a87, []int{19} + return fileDescriptor_9e149ce9d21da0d8, []int{19} } func (m *QueryAllEpochPaymentsResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1068,7 +1060,7 @@ func (m *QueryUserEntryRequest) Reset() { *m = QueryUserEntryRequest{} } func (m *QueryUserEntryRequest) String() string { return proto.CompactTextString(m) } func (*QueryUserEntryRequest) ProtoMessage() {} func (*QueryUserEntryRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_7302e1875d117a87, []int{20} + return fileDescriptor_9e149ce9d21da0d8, []int{20} } func (m *QueryUserEntryRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1127,7 +1119,7 @@ func (m *QueryUserEntryResponse) Reset() { *m = QueryUserEntryResponse{} func (m *QueryUserEntryResponse) String() string { return proto.CompactTextString(m) } func (*QueryUserEntryResponse) ProtoMessage() {} func (*QueryUserEntryResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_7302e1875d117a87, []int{21} + return fileDescriptor_9e149ce9d21da0d8, []int{21} } func (m *QueryUserEntryResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1178,7 +1170,7 @@ func (m *QueryStaticProvidersListRequest) Reset() { *m = QueryStaticProv func (m *QueryStaticProvidersListRequest) String() string { return proto.CompactTextString(m) } func (*QueryStaticProvidersListRequest) ProtoMessage() {} func (*QueryStaticProvidersListRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_7302e1875d117a87, []int{22} + return fileDescriptor_9e149ce9d21da0d8, []int{22} } func (m *QueryStaticProvidersListRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1222,7 +1214,7 @@ func (m *QueryStaticProvidersListResponse) Reset() { *m = QueryStaticPro func (m *QueryStaticProvidersListResponse) String() string { return proto.CompactTextString(m) } func (*QueryStaticProvidersListResponse) ProtoMessage() {} func (*QueryStaticProvidersListResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_7302e1875d117a87, []int{23} + return fileDescriptor_9e149ce9d21da0d8, []int{23} } func (m *QueryStaticProvidersListResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1271,7 +1263,7 @@ func (m *QueryAccountInfoResponse) Reset() { *m = QueryAccountInfoRespon func (m *QueryAccountInfoResponse) String() string { return proto.CompactTextString(m) } func (*QueryAccountInfoResponse) ProtoMessage() {} func (*QueryAccountInfoResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_7302e1875d117a87, []int{24} + return fileDescriptor_9e149ce9d21da0d8, []int{24} } func (m *QueryAccountInfoResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1351,7 +1343,7 @@ func (m *QueryEffectivePolicyRequest) Reset() { *m = QueryEffectivePolic func (m *QueryEffectivePolicyRequest) String() string { return proto.CompactTextString(m) } func (*QueryEffectivePolicyRequest) ProtoMessage() {} func (*QueryEffectivePolicyRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_7302e1875d117a87, []int{25} + return fileDescriptor_9e149ce9d21da0d8, []int{25} } func (m *QueryEffectivePolicyRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1402,7 +1394,7 @@ func (m *QueryEffectivePolicyResponse) Reset() { *m = QueryEffectivePoli func (m *QueryEffectivePolicyResponse) String() string { return proto.CompactTextString(m) } func (*QueryEffectivePolicyResponse) ProtoMessage() {} func (*QueryEffectivePolicyResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_7302e1875d117a87, []int{26} + return fileDescriptor_9e149ce9d21da0d8, []int{26} } func (m *QueryEffectivePolicyResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1448,7 +1440,7 @@ func (m *QuerySdkPairingResponse) Reset() { *m = QuerySdkPairingResponse func (m *QuerySdkPairingResponse) String() string { return proto.CompactTextString(m) } func (*QuerySdkPairingResponse) ProtoMessage() {} func (*QuerySdkPairingResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_7302e1875d117a87, []int{27} + return fileDescriptor_9e149ce9d21da0d8, []int{27} } func (m *QuerySdkPairingResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1529,124 +1521,121 @@ func init() { proto.RegisterType((*QuerySdkPairingResponse)(nil), "lavanet.lava.pairing.QuerySdkPairingResponse") } -func init() { proto.RegisterFile("lava/pairing/query.proto", fileDescriptor_7302e1875d117a87) } - -var fileDescriptor_7302e1875d117a87 = []byte{ - // 1812 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x59, 0xdd, 0x6f, 0xdb, 0xd6, - 0x15, 0x0f, 0x25, 0x5b, 0xb1, 0x4e, 0x12, 0x34, 0xb8, 0x55, 0x1c, 0x99, 0x75, 0x55, 0x97, 0x4e, - 0x52, 0x7b, 0xf6, 0xc4, 0x5a, 0x4d, 0xbc, 0xac, 0x71, 0x03, 0xd8, 0xf9, 0xf0, 0x9c, 0x19, 0xab, - 0x2d, 0xcf, 0x7b, 0xd8, 0x0b, 0x41, 0x53, 0x57, 0x32, 0x6b, 0x8a, 0x64, 0xf8, 0xe1, 0xda, 0x13, - 0x84, 0x0d, 0x1b, 0xf6, 0x5a, 0x0c, 0x58, 0x5f, 0xf6, 0x5e, 0x6c, 0xd8, 0xc3, 0xf6, 0x3e, 0x60, - 0x6f, 0xc3, 0x86, 0xbe, 0x6c, 0x28, 0xd0, 0x97, 0xbd, 0x6c, 0x18, 0x92, 0x3d, 0xef, 0x6f, 0x18, - 0x78, 0xef, 0x21, 0x45, 0xca, 0x14, 0x25, 0xd9, 0x46, 0x5f, 0x12, 0x5d, 0xde, 0xf3, 0xf1, 0x3b, - 0xbf, 0x73, 0x79, 0xcf, 0x39, 0x34, 0x94, 0x0d, 0xf5, 0x58, 0x95, 0x6d, 0x55, 0x77, 0x74, 0xb3, - 0x25, 0xbf, 0xf4, 0xa9, 0x73, 0x5a, 0xb5, 0x1d, 0xcb, 0xb3, 0x48, 0x29, 0xd8, 0x31, 0xa9, 0x57, - 0x0d, 0xfe, 0xaf, 0xa2, 0x84, 0x58, 0x6a, 0x59, 0x2d, 0x8b, 0x09, 0xc8, 0xc1, 0x2f, 0x2e, 0x2b, - 0xce, 0xb6, 0x2c, 0xab, 0x65, 0x50, 0x59, 0xb5, 0x75, 0x59, 0x35, 0x4d, 0xcb, 0x53, 0x3d, 0xdd, - 0x32, 0x5d, 0xdc, 0xfd, 0x96, 0x66, 0xb9, 0x6d, 0xcb, 0x95, 0x0f, 0x54, 0x97, 0x72, 0x17, 0xf2, - 0xf1, 0xca, 0x01, 0xf5, 0xd4, 0x15, 0xd9, 0x56, 0x5b, 0xba, 0xc9, 0x84, 0x51, 0x76, 0x26, 0x81, - 0xc7, 0x56, 0x1d, 0xb5, 0x1d, 0x9a, 0x79, 0x37, 0xb1, 0x45, 0x6d, 0x4b, 0x3b, 0x54, 0x6c, 0xf5, - 0xb4, 0x4d, 0x4d, 0x2f, 0x14, 0x61, 0x98, 0x65, 0xd7, 0xa6, 0x1a, 0xfb, 0x07, 0x9f, 0xde, 0xe6, - 0x8a, 0x86, 0x6a, 0xba, 0xb2, 0x6d, 0x19, 0xba, 0x86, 0x21, 0x8a, 0x4b, 0x49, 0x67, 0x8e, 0x75, - 0xac, 0x37, 0xa8, 0x13, 0x1a, 0x55, 0x5c, 0xcf, 0x72, 0xd4, 0x16, 0x45, 0xe1, 0xef, 0x26, 0x84, - 0x7d, 0x53, 0x7f, 0xe9, 0xd3, 0x7e, 0x51, 0x45, 0x33, 0xf4, 0x60, 0x19, 0x9a, 0x42, 0xd5, 0x79, - 0xa6, 0xca, 0x10, 0xa3, 0xa0, 0xec, 0x7a, 0xea, 0x11, 0x55, 0xa8, 0xe9, 0x85, 0x7c, 0x8b, 0x77, - 0x38, 0x76, 0xff, 0xc0, 0xd5, 0x1c, 0xdd, 0x0e, 0x28, 0x49, 0x2c, 0x50, 0xea, 0x2d, 0x8e, 0xc2, - 0xb1, 0x3e, 0xa1, 0x9a, 0xe7, 0x86, 0x3f, 0xf8, 0xa6, 0x54, 0x02, 0xb2, 0x1b, 0xd0, 0xbb, 0xc3, - 0x68, 0xab, 0xd3, 0x97, 0x3e, 0x75, 0x3d, 0x69, 0x17, 0xde, 0x4c, 0x3c, 0x75, 0x6d, 0xcb, 0x74, - 0x29, 0xf9, 0x10, 0x0a, 0x9c, 0xde, 0xb2, 0x30, 0x27, 0x2c, 0x5c, 0xab, 0xcd, 0x56, 0xd3, 0x12, - 0x5e, 0xe5, 0x5a, 0x1b, 0x13, 0x5f, 0xfe, 0xfb, 0x9d, 0x2b, 0x75, 0xd4, 0x90, 0x76, 0xe1, 0x16, - 0x37, 0x89, 0x71, 0x86, 0xbe, 0x48, 0x19, 0xae, 0x6a, 0x87, 0xaa, 0x6e, 0x6e, 0x3d, 0x65, 0x56, - 0x8b, 0xf5, 0x70, 0x49, 0x2a, 0x00, 0xee, 0xa1, 0xf5, 0xe9, 0x73, 0xc7, 0xfa, 0x09, 0x35, 0xcb, - 0xb9, 0x39, 0x61, 0x61, 0xaa, 0x1e, 0x7b, 0x22, 0x75, 0x61, 0xba, 0xdf, 0x24, 0x02, 0xfd, 0x3e, - 0x00, 0x63, 0xeb, 0x59, 0x40, 0x56, 0x59, 0x98, 0xcb, 0x2f, 0x5c, 0xab, 0xdd, 0x4d, 0x82, 0x8d, - 0x53, 0x5b, 0xdd, 0x8b, 0x84, 0x11, 0x75, 0x4c, 0x9d, 0x4c, 0x43, 0xc1, 0xf2, 0x3d, 0xdb, 0xf7, - 0x18, 0x84, 0x62, 0x1d, 0x57, 0xd2, 0x0b, 0x74, 0xbf, 0x49, 0xbd, 0x1d, 0x1e, 0xf9, 0xf0, 0x90, - 0xa6, 0xa1, 0xc0, 0xf3, 0x1d, 0xda, 0xe2, 0x2b, 0xe9, 0x0f, 0x39, 0xb8, 0x7d, 0xc6, 0x18, 0x06, - 0xb3, 0x05, 0xc5, 0xf0, 0x70, 0xb8, 0xe7, 0x89, 0xa5, 0xa7, 0x4d, 0xe6, 0xe1, 0x86, 0xe6, 0x3b, - 0x4e, 0x70, 0xde, 0x98, 0x0e, 0x43, 0x31, 0x51, 0xbf, 0x8e, 0x0f, 0x9f, 0x05, 0xcf, 0xc8, 0x43, - 0x98, 0xf1, 0xf4, 0x36, 0x55, 0x0c, 0xda, 0xf4, 0x14, 0xcf, 0x52, 0x4c, 0x7a, 0xe2, 0x29, 0x98, - 0xdb, 0x72, 0x9e, 0x29, 0xdc, 0x0a, 0x04, 0xb6, 0x69, 0xd3, 0xfb, 0xa1, 0xf5, 0x03, 0x7a, 0x12, - 0x22, 0x26, 0x0f, 0xe0, 0x76, 0xf0, 0x0e, 0x29, 0x86, 0xea, 0x7a, 0x8a, 0x6f, 0x37, 0x54, 0x8f, - 0x36, 0x94, 0x03, 0xc3, 0xd2, 0x8e, 0xca, 0x13, 0x4c, 0xaf, 0x14, 0x6c, 0x6f, 0xab, 0xae, 0xb7, - 0xcf, 0x37, 0x37, 0x82, 0x3d, 0xb2, 0x02, 0xb7, 0x98, 0x90, 0x62, 0x35, 0x93, 0xce, 0x26, 0x99, - 0x12, 0x61, 0x9b, 0x1f, 0x37, 0x63, 0x9e, 0xa4, 0x9f, 0xc2, 0x0c, 0xa3, 0xeb, 0x47, 0xd4, 0xd1, - 0x9b, 0xa7, 0x17, 0xa5, 0x9f, 0x88, 0x30, 0x15, 0x92, 0xc4, 0x22, 0x2c, 0xd6, 0xa3, 0x35, 0x29, - 0xc1, 0x64, 0x3c, 0x04, 0xbe, 0x90, 0xbe, 0x10, 0x40, 0x4c, 0x43, 0x80, 0x39, 0x2b, 0xc1, 0xe4, - 0xb1, 0x6a, 0xe8, 0x0d, 0x06, 0x60, 0xaa, 0xce, 0x17, 0x64, 0x11, 0x6e, 0x06, 0xa1, 0xd1, 0x86, - 0xd2, 0x4b, 0x28, 0x27, 0xf4, 0x0d, 0xfe, 0x3c, 0x3a, 0xc9, 0x64, 0x0e, 0xae, 0x6b, 0xbe, 0x62, - 0x53, 0x07, 0x13, 0xc5, 0x9d, 0x83, 0xe6, 0xef, 0x50, 0x87, 0xa7, 0xe9, 0x6d, 0x00, 0x7c, 0x95, - 0x15, 0xbd, 0xc1, 0xa8, 0x2a, 0xb2, 0x54, 0x07, 0x4f, 0xb6, 0x1a, 0x2f, 0x26, 0xa6, 0x72, 0x37, - 0xf3, 0xd2, 0x16, 0xac, 0x84, 0xc7, 0x6a, 0x9f, 0x5d, 0x3f, 0x3b, 0xfc, 0xf6, 0xd9, 0xe3, 0x87, - 0xe5, 0x09, 0x0b, 0x3f, 0xf4, 0x1a, 0xf2, 0x57, 0x82, 0x49, 0xdd, 0x6c, 0xd0, 0x13, 0x64, 0x8f, - 0x2f, 0xa4, 0xbf, 0x0a, 0x50, 0x1b, 0xc7, 0x16, 0x32, 0xf1, 0x99, 0x00, 0x92, 0x3f, 0x54, 0x1c, - 0x2f, 0x94, 0x87, 0xe9, 0x17, 0xca, 0x70, 0x77, 0x78, 0xd4, 0x47, 0xf0, 0x24, 0x75, 0x90, 0x92, - 0x75, 0xc3, 0x18, 0x9d, 0x92, 0xe7, 0x00, 0xbd, 0xba, 0x83, 0x60, 0xef, 0x55, 0x79, 0x91, 0xaa, - 0x06, 0x45, 0xaa, 0xca, 0xeb, 0x20, 0x16, 0xa9, 0xea, 0x8e, 0xda, 0xa2, 0xa8, 0x5b, 0x8f, 0x69, - 0x4a, 0x9f, 0xe5, 0x90, 0xc4, 0x11, 0xbd, 0x8f, 0x4b, 0x62, 0xfe, 0x9b, 0x21, 0x91, 0x6c, 0x26, - 0xf8, 0xc8, 0x31, 0x3e, 0xde, 0x1b, 0xca, 0x07, 0x8f, 0x26, 0x41, 0xc8, 0x47, 0x70, 0x37, 0xba, - 0xf7, 0xd0, 0x78, 0xd2, 0x71, 0xf6, 0xa1, 0xfc, 0x5c, 0x80, 0x7b, 0xc3, 0xf4, 0x91, 0xc3, 0x4f, - 0x60, 0xda, 0x4e, 0x95, 0xc0, 0x74, 0x2e, 0x0f, 0x28, 0x66, 0xa9, 0x3a, 0x48, 0xd5, 0x00, 0x8b, - 0x92, 0x85, 0x51, 0xad, 0x1b, 0x46, 0x76, 0x54, 0x97, 0x75, 0xae, 0xfe, 0x15, 0xf2, 0x90, 0xe1, - 0x71, 0x04, 0x1e, 0xf2, 0x97, 0xcb, 0xc3, 0xe5, 0x1d, 0x93, 0xfb, 0x30, 0x1b, 0xa6, 0x99, 0xdd, - 0x7e, 0xe8, 0xc7, 0xcd, 0x3e, 0x1d, 0x36, 0xbc, 0x3d, 0x40, 0x0b, 0xb9, 0xf8, 0x18, 0x6e, 0xd0, - 0xf8, 0x06, 0x66, 0x60, 0x3e, 0x9d, 0x82, 0x84, 0x0d, 0x8c, 0x3c, 0xa9, 0x2f, 0x35, 0x11, 0xe7, - 0xba, 0x61, 0xa4, 0xe2, 0xbc, 0xac, 0x7c, 0xff, 0x49, 0xc0, 0xd0, 0xce, 0x3a, 0x1a, 0x1c, 0x5a, - 0xfe, 0x22, 0xa1, 0x5d, 0x5e, 0x2e, 0x55, 0xec, 0x04, 0xf7, 0x5d, 0xea, 0xb0, 0x3e, 0x25, 0x56, - 0xb7, 0xd5, 0x46, 0xc3, 0xa1, 0xae, 0x1b, 0xd6, 0x6d, 0x5c, 0xc6, 0x2b, 0x7a, 0x2e, 0x59, 0xd1, - 0xa3, 0xea, 0x9c, 0x8f, 0x57, 0xe7, 0x4f, 0xb1, 0x35, 0x8b, 0xb9, 0x40, 0x5a, 0x36, 0x61, 0x4a, - 0xb3, 0x4c, 0xd7, 0x6f, 0x47, 0x35, 0x67, 0xac, 0x5e, 0x2a, 0x52, 0x0e, 0x1c, 0xb7, 0xd5, 0x93, - 0x27, 0xfb, 0xd8, 0x42, 0xf1, 0x85, 0xf4, 0x08, 0xde, 0x61, 0x8e, 0xf7, 0x82, 0x71, 0x46, 0x8b, - 0xca, 0xf9, 0xb6, 0xee, 0x7a, 0x43, 0xbb, 0x13, 0xa9, 0x0d, 0x73, 0x83, 0x95, 0x2f, 0xbd, 0x19, - 0x94, 0xfe, 0x9e, 0x87, 0x32, 0x3f, 0x43, 0x9a, 0x66, 0xf9, 0xa6, 0xb7, 0x65, 0x36, 0xad, 0x38, - 0x4f, 0x76, 0xb2, 0xac, 0x8c, 0xc7, 0x53, 0xd4, 0x3e, 0x3d, 0x81, 0x42, 0x33, 0x6c, 0xe0, 0xc7, - 0x36, 0x83, 0xaa, 0x89, 0xac, 0xe5, 0xcf, 0x81, 0x26, 0xca, 0xda, 0x26, 0x4c, 0xf9, 0x26, 0xeb, - 0xed, 0x1b, 0xe5, 0x89, 0x73, 0x18, 0x0a, 0x95, 0xc9, 0x2e, 0x5c, 0x8f, 0x8f, 0x5a, 0xac, 0xff, - 0x0a, 0xde, 0x87, 0x84, 0xb1, 0xc4, 0x30, 0xb6, 0x17, 0x5b, 0x30, 0x73, 0x42, 0x3d, 0x61, 0x82, - 0x3c, 0x86, 0xab, 0xd8, 0xbe, 0x95, 0x0b, 0xcc, 0x5a, 0xa5, 0xef, 0x5d, 0xc5, 0x09, 0x2e, 0xb8, - 0x8a, 0x83, 0x1f, 0x68, 0x24, 0x54, 0x92, 0x76, 0xe1, 0x2d, 0x96, 0xce, 0x67, 0xcd, 0x26, 0xd5, - 0x3c, 0xfd, 0x98, 0xee, 0xb0, 0xc1, 0x35, 0x3c, 0x77, 0x62, 0xdf, 0xc9, 0x2f, 0xc6, 0x68, 0x99, - 0x86, 0x42, 0xd0, 0x99, 0x47, 0xaf, 0x17, 0xae, 0xa4, 0x3a, 0x5e, 0x67, 0x67, 0x4c, 0xe2, 0x29, - 0xa9, 0x41, 0x81, 0x4f, 0xc7, 0xf8, 0x2e, 0x89, 0x7d, 0x88, 0x83, 0xf9, 0xb9, 0x8a, 0x3a, 0x28, - 0x29, 0xfd, 0x56, 0xc0, 0x51, 0x67, 0xaf, 0x71, 0xd4, 0xdf, 0x36, 0x6f, 0xc2, 0xd5, 0xb0, 0xf7, - 0xe7, 0x06, 0xbf, 0x9d, 0x7e, 0x5d, 0x0d, 0x18, 0x95, 0xea, 0xa1, 0x36, 0xb9, 0x05, 0x85, 0xb6, - 0x7a, 0xa2, 0x68, 0x7e, 0xfc, 0xf5, 0xf4, 0xc9, 0x12, 0x4c, 0x04, 0x91, 0xb1, 0xcb, 0xe2, 0x5a, - 0xed, 0x76, 0x5f, 0xb6, 0x82, 0xf1, 0x7f, 0xcf, 0xa6, 0x5a, 0x9d, 0x09, 0xd5, 0xfe, 0x57, 0x82, - 0x49, 0xe6, 0x88, 0xfc, 0x42, 0x80, 0x02, 0x1f, 0x6a, 0xc9, 0x42, 0x06, 0xa0, 0xc4, 0x0c, 0x2d, - 0x2e, 0x8e, 0x20, 0xc9, 0x61, 0x4b, 0x77, 0x7e, 0xfe, 0xf5, 0x7f, 0x7f, 0x9d, 0xab, 0x90, 0x59, - 0x19, 0x55, 0xe4, 0x94, 0x4f, 0x1a, 0xe4, 0x37, 0x02, 0x14, 0x7b, 0x03, 0xc2, 0x52, 0x96, 0xf9, - 0xbe, 0x19, 0x5b, 0x5c, 0x1e, 0x4d, 0x18, 0xe1, 0xac, 0x30, 0x38, 0x4b, 0x64, 0x71, 0x00, 0x9c, - 0x50, 0x41, 0xee, 0xe0, 0xcd, 0xd5, 0x25, 0xbf, 0x13, 0x00, 0x7a, 0xf9, 0x20, 0xcb, 0x23, 0xa6, - 0x8d, 0xa3, 0x1b, 0x2f, 0xc9, 0xd2, 0x1a, 0x83, 0xb7, 0x4a, 0xee, 0xa7, 0xc3, 0x6b, 0xd1, 0x68, - 0x80, 0xec, 0x01, 0x94, 0x3b, 0x7c, 0xd2, 0xeb, 0x92, 0xbf, 0x09, 0x70, 0x23, 0x31, 0xb3, 0x11, - 0x39, 0xc3, 0x7d, 0xda, 0x7c, 0x29, 0xbe, 0x3f, 0xba, 0x02, 0x42, 0xae, 0x33, 0xc8, 0xdb, 0xe4, - 0x45, 0x3a, 0xe4, 0x63, 0xa6, 0x94, 0x81, 0x5a, 0xee, 0x84, 0xa4, 0x77, 0xe5, 0x0e, 0x2b, 0x71, - 0x5d, 0xf2, 0xcb, 0x1c, 0x48, 0xfb, 0x23, 0x74, 0xea, 0xd9, 0xe4, 0x8e, 0x3c, 0x02, 0x89, 0xdf, - 0xbb, 0xb8, 0x21, 0x64, 0x63, 0x9b, 0xb1, 0xf1, 0x9c, 0x3c, 0x4d, 0x67, 0x63, 0xb4, 0xef, 0x64, - 0x72, 0x87, 0xf5, 0x78, 0x5d, 0xf2, 0xb3, 0x1c, 0xdc, 0x1d, 0xee, 0x7c, 0xdd, 0x30, 0x32, 0xa9, - 0x18, 0x67, 0x1a, 0xcc, 0xa4, 0x62, 0xac, 0xc1, 0x4e, 0x7a, 0xca, 0xa8, 0x78, 0x4c, 0xd6, 0x2e, - 0x42, 0x05, 0xf9, 0x5a, 0x80, 0xe9, 0xf4, 0xfe, 0x9c, 0x3c, 0x1a, 0xf2, 0x6e, 0x65, 0x4d, 0x27, - 0xe2, 0xda, 0xf9, 0x94, 0x31, 0xb6, 0xc7, 0x2c, 0xb6, 0x87, 0x64, 0x35, 0xfb, 0x1a, 0xe9, 0x8f, - 0x2e, 0x4a, 0xec, 0x3f, 0x04, 0x98, 0x49, 0x77, 0x11, 0x24, 0xf3, 0x51, 0x76, 0x0e, 0xce, 0x1f, - 0xd8, 0xd0, 0x09, 0x4a, 0x5a, 0x65, 0x81, 0xbd, 0x4f, 0xaa, 0xe3, 0x05, 0x46, 0xfe, 0x28, 0xc0, - 0x8d, 0x44, 0xa3, 0x4d, 0x6a, 0xd9, 0x04, 0xa7, 0x8d, 0x10, 0xe2, 0x07, 0x63, 0xe9, 0x20, 0xe4, - 0xfb, 0x0c, 0x72, 0x95, 0x2c, 0xa7, 0x43, 0x4e, 0x7e, 0x19, 0x8f, 0x32, 0xf0, 0x7b, 0x01, 0x6e, - 0x26, 0xec, 0x05, 0xc4, 0xd7, 0xb2, 0xb9, 0x1b, 0x1b, 0xf3, 0xa0, 0x09, 0x46, 0x5a, 0x66, 0x98, - 0xef, 0x91, 0x3b, 0xa3, 0x60, 0x26, 0x5f, 0x08, 0x50, 0x8c, 0xda, 0xfd, 0xcc, 0xea, 0xd8, 0x3f, - 0x77, 0x64, 0x56, 0xc7, 0x33, 0x13, 0xc4, 0xb0, 0xf2, 0xe3, 0xbb, 0xd4, 0xe1, 0x1f, 0xe9, 0xe5, - 0x0e, 0x8e, 0x2f, 0xdd, 0x58, 0xa1, 0xfc, 0x8b, 0x00, 0x6f, 0xa6, 0xf4, 0xf7, 0xe4, 0x41, 0x06, - 0x86, 0xc1, 0xc3, 0x84, 0xb8, 0x3a, 0xae, 0x1a, 0x06, 0xf1, 0x11, 0x0b, 0xe2, 0x3b, 0xe4, 0x41, - 0x7a, 0x10, 0x2e, 0x53, 0xed, 0x7d, 0xa5, 0x54, 0x0c, 0xdd, 0xf5, 0x62, 0x51, 0xfc, 0x59, 0x80, - 0x37, 0xfa, 0x7a, 0x42, 0xb2, 0x92, 0x01, 0x25, 0xbd, 0x25, 0x15, 0x6b, 0xe3, 0xa8, 0x20, 0xf2, - 0x0d, 0x86, 0x7c, 0x8d, 0x7c, 0x38, 0xe0, 0x54, 0x84, 0x6a, 0x0a, 0x6f, 0x37, 0xe5, 0x4e, 0xd8, - 0xe4, 0x76, 0xe5, 0x0e, 0xef, 0x6a, 0xbb, 0xe4, 0x73, 0x01, 0xa0, 0xd7, 0x7d, 0x5e, 0x62, 0xb7, - 0x72, 0xb6, 0xa5, 0x95, 0x16, 0x19, 0xde, 0x79, 0xf2, 0xee, 0x00, 0xa6, 0x1b, 0x47, 0x61, 0xdd, - 0xdf, 0x58, 0xff, 0xf2, 0x55, 0x45, 0xf8, 0xea, 0x55, 0x45, 0xf8, 0xcf, 0xab, 0x8a, 0xf0, 0xab, - 0xd7, 0x95, 0x2b, 0x5f, 0xbd, 0xae, 0x5c, 0xf9, 0xe7, 0xeb, 0xca, 0x95, 0x1f, 0xbf, 0xd7, 0xd2, - 0xbd, 0x43, 0xff, 0xa0, 0xaa, 0x59, 0xed, 0xa4, 0x99, 0x93, 0xc8, 0x90, 0x77, 0x6a, 0x53, 0xf7, - 0xa0, 0xc0, 0xfe, 0xaa, 0xf3, 0xc1, 0xff, 0x03, 0x00, 0x00, 0xff, 0xff, 0x54, 0x64, 0x85, 0xca, - 0xa4, 0x1b, 0x00, 0x00, +func init() { proto.RegisterFile("lavanet/lava/pairing/query.proto", fileDescriptor_9e149ce9d21da0d8) } + +var fileDescriptor_9e149ce9d21da0d8 = []byte{ + // 1765 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x59, 0xcb, 0x6f, 0xdc, 0x5e, + 0x15, 0x8e, 0x67, 0x92, 0x69, 0x72, 0xda, 0xe8, 0x57, 0xdd, 0x26, 0xe9, 0xd4, 0x84, 0x69, 0x70, + 0x5f, 0x09, 0x09, 0xe3, 0x66, 0xda, 0x86, 0xaa, 0x4d, 0x2b, 0x25, 0x7d, 0x84, 0x94, 0x88, 0x26, + 0x13, 0xc2, 0x82, 0x8d, 0xe5, 0x78, 0xee, 0x4c, 0xdc, 0x7a, 0x6c, 0xd7, 0x8f, 0x34, 0x61, 0x34, + 0x02, 0x81, 0xba, 0xad, 0x90, 0x60, 0xc3, 0x1e, 0x81, 0x58, 0xc0, 0x1e, 0x89, 0x1d, 0x02, 0x75, + 0x03, 0xaa, 0xd4, 0x05, 0x6c, 0x40, 0xa8, 0xe5, 0x0f, 0x41, 0xbe, 0xf7, 0xd8, 0xb1, 0x27, 0x1e, + 0xcf, 0x4c, 0x12, 0xb1, 0x69, 0xe6, 0xda, 0xe7, 0xf1, 0x9d, 0xef, 0x5c, 0xdf, 0x73, 0xce, 0x2d, + 0xcc, 0x18, 0xea, 0xbe, 0x6a, 0x52, 0x4f, 0x0e, 0xfe, 0xca, 0xb6, 0xaa, 0x3b, 0xba, 0xd9, 0x90, + 0xdf, 0xf8, 0xd4, 0x39, 0x2c, 0xdb, 0x8e, 0xe5, 0x59, 0x64, 0x02, 0x25, 0xca, 0xc1, 0xdf, 0x32, + 0x4a, 0x88, 0x13, 0x0d, 0xab, 0x61, 0x31, 0x01, 0x39, 0xf8, 0xc5, 0x65, 0xc5, 0xe9, 0x86, 0x65, + 0x35, 0x0c, 0x2a, 0xab, 0xb6, 0x2e, 0xab, 0xa6, 0x69, 0x79, 0xaa, 0xa7, 0x5b, 0xa6, 0x8b, 0x6f, + 0xbf, 0xa9, 0x59, 0x6e, 0xd3, 0x72, 0xe5, 0x5d, 0xd5, 0xa5, 0xdc, 0x85, 0xbc, 0xbf, 0xb8, 0x4b, + 0x3d, 0x75, 0x51, 0xb6, 0xd5, 0x86, 0x6e, 0x32, 0x61, 0x94, 0xfd, 0x46, 0x2a, 0x2e, 0x5b, 0x75, + 0xd4, 0x66, 0x68, 0x6e, 0x2e, 0x55, 0x84, 0xda, 0x96, 0xb6, 0xa7, 0xd8, 0xea, 0x61, 0x93, 0x9a, + 0x5e, 0x28, 0x3a, 0x9d, 0x10, 0x75, 0x6d, 0xaa, 0xb1, 0x7f, 0xf0, 0xed, 0xd5, 0xa4, 0x21, 0x43, + 0x35, 0x5d, 0xd9, 0xb6, 0x0c, 0x5d, 0x43, 0x0a, 0xc4, 0x3b, 0xe9, 0x60, 0x1c, 0x6b, 0x5f, 0xaf, + 0x51, 0x27, 0x74, 0xa6, 0xb8, 0x9e, 0xe5, 0xa8, 0x0d, 0x8a, 0x4a, 0x2b, 0xa9, 0x4a, 0xbe, 0xa9, + 0xbf, 0xf1, 0x69, 0xa7, 0x8a, 0xa2, 0x19, 0x7a, 0xb0, 0x0c, 0x4d, 0xa2, 0x89, 0xf9, 0x84, 0x09, + 0x16, 0x19, 0x2a, 0xc8, 0xae, 0xa7, 0xbe, 0xa6, 0x0a, 0x35, 0xbd, 0x30, 0x4f, 0xe2, 0x42, 0x32, + 0x46, 0x7f, 0xd7, 0xd5, 0x1c, 0xdd, 0x0e, 0x28, 0x4d, 0x2c, 0x50, 0xfa, 0x5a, 0x12, 0x9d, 0x63, + 0xbd, 0xa2, 0x9a, 0xe7, 0x86, 0x3f, 0xb8, 0x90, 0x34, 0x01, 0x64, 0x2b, 0x48, 0xd3, 0x26, 0xa3, + 0xbd, 0x4a, 0xdf, 0xf8, 0xd4, 0xf5, 0xa4, 0x2d, 0xb8, 0x94, 0x78, 0xea, 0xda, 0x96, 0xe9, 0x52, + 0xf2, 0x00, 0x0a, 0x3c, 0x3d, 0x45, 0x61, 0x46, 0x98, 0x3d, 0x5f, 0x99, 0x2e, 0xa7, 0x6d, 0x9c, + 0x32, 0xd7, 0x5a, 0x1d, 0xfe, 0xf0, 0xef, 0xab, 0x43, 0x55, 0xd4, 0x90, 0xb6, 0x60, 0x92, 0x9b, + 0xc4, 0xf8, 0x43, 0x5f, 0xa4, 0x08, 0xe7, 0xb4, 0x3d, 0x55, 0x37, 0xd7, 0x9f, 0x32, 0xab, 0x63, + 0xd5, 0x70, 0x49, 0x4a, 0x00, 0xee, 0x9e, 0xf5, 0xf6, 0xb9, 0x63, 0xfd, 0x88, 0x9a, 0xc5, 0xdc, + 0x8c, 0x30, 0x3b, 0x5a, 0x8d, 0x3d, 0x91, 0xda, 0x30, 0xd5, 0x69, 0x12, 0x81, 0x7e, 0x17, 0x80, + 0xb1, 0xf7, 0x2c, 0x20, 0xaf, 0x28, 0xcc, 0xe4, 0x67, 0xcf, 0x57, 0x6e, 0x24, 0xc1, 0xc6, 0xa9, + 0x2e, 0x6f, 0x47, 0xc2, 0x88, 0x3a, 0xa6, 0x4e, 0xa6, 0xa0, 0x60, 0xf9, 0x9e, 0xed, 0x7b, 0x0c, + 0xc2, 0x58, 0x15, 0x57, 0xd2, 0x0b, 0x74, 0xbf, 0x46, 0xbd, 0x4d, 0x1e, 0x79, 0xef, 0x90, 0xa6, + 0xa0, 0xc0, 0xf7, 0x41, 0x68, 0x8b, 0xaf, 0xa4, 0xdf, 0xe7, 0xe0, 0xf2, 0x31, 0x63, 0x18, 0xcc, + 0x3a, 0x8c, 0x85, 0x9b, 0xc6, 0x3d, 0x49, 0x2c, 0x47, 0xda, 0xe4, 0x1a, 0x8c, 0x6b, 0xbe, 0xe3, + 0x04, 0xfb, 0x90, 0xe9, 0x30, 0x14, 0xc3, 0xd5, 0x0b, 0xf8, 0xf0, 0x59, 0xf0, 0x8c, 0xdc, 0x87, + 0x2b, 0x9e, 0xde, 0xa4, 0x8a, 0x41, 0xeb, 0x9e, 0xe2, 0x59, 0x8a, 0x49, 0x0f, 0x3c, 0x05, 0x73, + 0x5b, 0xcc, 0x33, 0x85, 0xc9, 0x40, 0x60, 0x83, 0xd6, 0xbd, 0xef, 0x5b, 0xdf, 0xa3, 0x07, 0x21, + 0x62, 0x72, 0x0f, 0x2e, 0x07, 0xdf, 0x9c, 0x62, 0xa8, 0xae, 0xa7, 0xf8, 0x76, 0x4d, 0xf5, 0x68, + 0x4d, 0xd9, 0x35, 0x2c, 0xed, 0x75, 0x71, 0x98, 0xe9, 0x4d, 0x04, 0xaf, 0x37, 0x54, 0xd7, 0xdb, + 0xe1, 0x2f, 0x57, 0x83, 0x77, 0x64, 0x11, 0x26, 0x99, 0x90, 0x62, 0xd5, 0x93, 0xce, 0x46, 0x98, + 0x12, 0x61, 0x2f, 0x5f, 0xd6, 0x63, 0x9e, 0xa4, 0x1f, 0xc3, 0x15, 0x46, 0xd7, 0x0f, 0xa8, 0xa3, + 0xd7, 0x0f, 0x4f, 0x4b, 0x3f, 0x11, 0x61, 0x34, 0x24, 0x89, 0x45, 0x38, 0x56, 0x8d, 0xd6, 0x64, + 0x02, 0x46, 0xe2, 0x21, 0xf0, 0x85, 0xf4, 0x4e, 0x00, 0x31, 0x0d, 0x01, 0xe6, 0x6c, 0x02, 0x46, + 0xf6, 0x55, 0x43, 0xaf, 0x31, 0x00, 0xa3, 0x55, 0xbe, 0x20, 0x73, 0x70, 0x31, 0x08, 0x8d, 0xd6, + 0x94, 0xa3, 0x84, 0x72, 0x42, 0xbf, 0xe2, 0xcf, 0xa3, 0x9d, 0x4c, 0x66, 0xe0, 0x82, 0xe6, 0x2b, + 0x36, 0x75, 0x30, 0x51, 0xdc, 0x39, 0x68, 0xfe, 0x26, 0x75, 0x58, 0x9a, 0x5e, 0x0c, 0x8f, 0xe6, + 0x2e, 0xe6, 0xa5, 0x75, 0x58, 0x0c, 0xf7, 0xcd, 0x0e, 0x3b, 0x77, 0x36, 0xf9, 0xb1, 0xb3, 0xcd, + 0x77, 0xc3, 0x13, 0x16, 0x5f, 0x68, 0x36, 0x24, 0x68, 0x02, 0x46, 0x74, 0xb3, 0x46, 0x0f, 0x90, + 0x1e, 0xbe, 0x90, 0xfe, 0x22, 0x40, 0x65, 0x10, 0x5b, 0x18, 0xea, 0x7b, 0x01, 0x24, 0xbf, 0xa7, + 0x38, 0x9e, 0x18, 0xf7, 0xd3, 0x4f, 0x8c, 0xde, 0xee, 0x70, 0x2f, 0xf7, 0xe1, 0x49, 0x6a, 0x21, + 0x25, 0x2b, 0x86, 0xd1, 0x3f, 0x25, 0xcf, 0x01, 0x8e, 0x0a, 0x14, 0x82, 0xbd, 0x59, 0xe6, 0xd5, + 0xac, 0x1c, 0x54, 0xb3, 0x32, 0x2f, 0x98, 0x58, 0xcd, 0xca, 0x9b, 0x6a, 0x83, 0xa2, 0x6e, 0x35, + 0xa6, 0x29, 0xbd, 0xcf, 0x21, 0x89, 0x7d, 0x7a, 0x1f, 0x94, 0xc4, 0xfc, 0xff, 0x87, 0x44, 0xb2, + 0x96, 0xe0, 0x23, 0xc7, 0xf8, 0xb8, 0xd5, 0x93, 0x0f, 0x1e, 0x4d, 0x82, 0x90, 0x47, 0x70, 0x23, + 0x3a, 0xd8, 0xd0, 0x78, 0xd2, 0x71, 0xf6, 0xa6, 0xfc, 0xa5, 0x00, 0x37, 0x7b, 0xe9, 0x23, 0x87, + 0xaf, 0x60, 0xca, 0x4e, 0x95, 0xc0, 0x74, 0x2e, 0x74, 0xa9, 0x56, 0xa9, 0x3a, 0x48, 0x55, 0x17, + 0x8b, 0x92, 0x85, 0x51, 0xad, 0x18, 0x46, 0x76, 0x54, 0x67, 0xb5, 0xaf, 0xfe, 0x15, 0xf2, 0x90, + 0xe1, 0xb1, 0x0f, 0x1e, 0xf2, 0x67, 0xcb, 0xc3, 0xd9, 0x6d, 0x93, 0xbb, 0x30, 0x1d, 0xa6, 0x99, + 0x1d, 0x6f, 0xe8, 0xc7, 0xcd, 0xde, 0x1d, 0x36, 0x7c, 0xbd, 0x8b, 0x16, 0x72, 0xf1, 0x12, 0xc6, + 0x69, 0xfc, 0x05, 0x66, 0xe0, 0x5a, 0x3a, 0x05, 0x09, 0x1b, 0x18, 0x79, 0x52, 0x5f, 0xaa, 0x23, + 0xce, 0x15, 0xc3, 0x48, 0xc5, 0x79, 0x56, 0xf9, 0xfe, 0xa3, 0x80, 0xa1, 0x1d, 0x77, 0xd4, 0x3d, + 0xb4, 0xfc, 0x69, 0x42, 0x3b, 0xbb, 0x5c, 0xaa, 0xd8, 0xea, 0xed, 0xb8, 0xd4, 0x61, 0x8d, 0x48, + 0xac, 0x30, 0xab, 0xb5, 0x9a, 0x43, 0x5d, 0x37, 0x2c, 0xcc, 0xb8, 0x8c, 0x97, 0xec, 0x5c, 0xb2, + 0x64, 0x47, 0xe5, 0x37, 0x1f, 0x2f, 0xbf, 0x6f, 0xb1, 0xf7, 0x8a, 0xb9, 0x40, 0x5a, 0xd6, 0x60, + 0x54, 0xb3, 0x4c, 0xd7, 0x6f, 0x46, 0x35, 0x67, 0xa0, 0x66, 0x29, 0x52, 0x0e, 0x1c, 0x37, 0xd5, + 0x83, 0x27, 0x3b, 0xd8, 0x23, 0xf1, 0x85, 0xf4, 0x10, 0xae, 0x32, 0xc7, 0xdb, 0xc1, 0xdc, 0xa3, + 0x45, 0xf5, 0x7a, 0x43, 0x77, 0xbd, 0x9e, 0xed, 0x87, 0xd4, 0x84, 0x99, 0xee, 0xca, 0x67, 0xde, + 0xed, 0x49, 0x7f, 0xcb, 0x43, 0x91, 0xef, 0x21, 0x4d, 0xb3, 0x7c, 0xd3, 0x5b, 0x37, 0xeb, 0x56, + 0x9c, 0x27, 0x3b, 0x59, 0x56, 0x06, 0xe3, 0x29, 0xea, 0x8f, 0x9e, 0x40, 0xa1, 0x1e, 0x76, 0xe8, + 0x03, 0x9b, 0x41, 0xd5, 0x44, 0xd6, 0xf2, 0x27, 0x40, 0x13, 0x65, 0x6d, 0x0d, 0x46, 0x7d, 0x93, + 0x35, 0xef, 0xb5, 0xe2, 0xf0, 0x09, 0x0c, 0x85, 0xca, 0x64, 0x0b, 0x2e, 0xc4, 0x67, 0x2a, 0xd6, + 0x8b, 0x06, 0xdf, 0x43, 0xc2, 0x58, 0x62, 0xea, 0xda, 0x8e, 0x2d, 0x98, 0x39, 0xa1, 0x9a, 0x30, + 0x41, 0x1e, 0xc3, 0x39, 0x1c, 0xbe, 0x8a, 0x05, 0x66, 0xad, 0xd4, 0xf1, 0xad, 0xe2, 0x88, 0x16, + 0x1c, 0xc5, 0xc1, 0x0f, 0x34, 0x12, 0x2a, 0x49, 0x5b, 0xf0, 0x35, 0x96, 0xce, 0x67, 0xf5, 0x3a, + 0xd5, 0x3c, 0x7d, 0x9f, 0x6e, 0xb2, 0x09, 0x36, 0xdc, 0x77, 0x62, 0xc7, 0xce, 0x1f, 0x8b, 0xd1, + 0x32, 0x05, 0x85, 0xa0, 0xf5, 0x8e, 0x3e, 0x2f, 0x5c, 0x49, 0x55, 0x3c, 0xce, 0x8e, 0x99, 0xc4, + 0x5d, 0x52, 0x81, 0x02, 0x1f, 0x93, 0xf1, 0x5b, 0x12, 0x3b, 0x10, 0x07, 0x83, 0x74, 0x19, 0x75, + 0x50, 0x52, 0xfa, 0x8d, 0x80, 0xb3, 0xcc, 0x76, 0xed, 0x75, 0x67, 0x5f, 0xbc, 0x06, 0xe7, 0xc2, + 0xe6, 0x9e, 0x1b, 0xfc, 0x56, 0xfa, 0x71, 0xd5, 0x65, 0x16, 0xaa, 0x86, 0xda, 0x64, 0x12, 0x0a, + 0x4d, 0xf5, 0x40, 0xd1, 0xfc, 0xf8, 0xe7, 0xe9, 0x93, 0x79, 0x18, 0x0e, 0x22, 0x63, 0x87, 0xc5, + 0xf9, 0xca, 0xe5, 0x8e, 0x6c, 0xd9, 0x54, 0x2b, 0x6f, 0xdb, 0x54, 0xab, 0x32, 0xa1, 0xca, 0x3f, + 0x2e, 0xc1, 0x08, 0x73, 0x44, 0x7e, 0x26, 0x40, 0x81, 0x4f, 0xad, 0x64, 0x36, 0x03, 0x50, 0x62, + 0x48, 0x16, 0xe7, 0xfa, 0x90, 0xe4, 0xb0, 0xa5, 0xeb, 0x3f, 0xfd, 0xf4, 0xdf, 0x5f, 0xe4, 0x4a, + 0x64, 0x5a, 0xce, 0xb8, 0xf3, 0x20, 0xbf, 0x12, 0x60, 0xec, 0x68, 0x02, 0x98, 0xcf, 0x32, 0xdf, + 0x31, 0x44, 0x8b, 0x0b, 0xfd, 0x09, 0x23, 0x9c, 0x45, 0x06, 0x67, 0x9e, 0xcc, 0xc9, 0x99, 0xb7, + 0x1e, 0xae, 0xdc, 0xc2, 0x93, 0xab, 0x4d, 0x7e, 0x2b, 0x00, 0x1c, 0xe5, 0x83, 0x2c, 0xf4, 0x99, + 0x36, 0x8e, 0x6e, 0xb0, 0x24, 0x4b, 0xcb, 0x0c, 0xde, 0x12, 0xb9, 0x9b, 0x0e, 0xaf, 0x41, 0xa3, + 0x09, 0xf1, 0x08, 0xa0, 0xdc, 0xe2, 0xa3, 0x5c, 0x9b, 0xfc, 0x55, 0x80, 0xf1, 0xc4, 0x50, 0x46, + 0xe4, 0x0c, 0xf7, 0x69, 0x03, 0xa4, 0x78, 0xbb, 0x7f, 0x05, 0x84, 0x5c, 0x65, 0x90, 0x37, 0xc8, + 0x8b, 0x74, 0xc8, 0xfb, 0x4c, 0x29, 0x03, 0xb5, 0xdc, 0x0a, 0x49, 0x6f, 0xcb, 0x2d, 0x56, 0xe2, + 0xda, 0xe4, 0x5d, 0x0e, 0xa4, 0x9d, 0x3e, 0x3a, 0xf5, 0x6c, 0x72, 0xfb, 0x1e, 0x81, 0xc4, 0xef, + 0x9c, 0xde, 0x10, 0xb2, 0xb1, 0xc1, 0xd8, 0x78, 0x4e, 0x9e, 0xca, 0xa7, 0xb8, 0x20, 0x93, 0x5b, + 0xac, 0xc7, 0x6b, 0x93, 0x9f, 0xe4, 0xe0, 0x46, 0x6f, 0xe7, 0x2b, 0x86, 0x91, 0x49, 0xc5, 0x20, + 0xd3, 0x60, 0x26, 0x15, 0x03, 0x0d, 0x76, 0xd2, 0x53, 0x46, 0xc5, 0x63, 0xb2, 0x7c, 0x1a, 0x2a, + 0xc8, 0x27, 0x01, 0xa6, 0xd2, 0xfb, 0x73, 0xf2, 0xb0, 0xc7, 0xb7, 0x95, 0x35, 0x9d, 0x88, 0xcb, + 0x27, 0x53, 0xc6, 0xd8, 0x1e, 0xb3, 0xd8, 0xee, 0x93, 0x25, 0x79, 0xa0, 0xcb, 0xd3, 0x28, 0xb1, + 0x7f, 0x17, 0xe0, 0x4a, 0xba, 0x8b, 0x20, 0x99, 0x0f, 0xb3, 0x73, 0x70, 0xf2, 0xc0, 0x7a, 0x4e, + 0x50, 0xd2, 0x12, 0x0b, 0xec, 0x36, 0x29, 0x0f, 0x16, 0x18, 0xf9, 0x83, 0x00, 0xe3, 0x89, 0x46, + 0x9b, 0x54, 0xb2, 0x09, 0x4e, 0x1b, 0x21, 0xc4, 0x3b, 0x03, 0xe9, 0x20, 0xe4, 0xbb, 0x0c, 0x72, + 0x99, 0x2c, 0xc8, 0x7d, 0x5c, 0x99, 0x47, 0x19, 0xf8, 0x9d, 0x00, 0x17, 0x13, 0xf6, 0x02, 0xe2, + 0x2b, 0xd9, 0xdc, 0x0d, 0x8c, 0xb9, 0xdb, 0x04, 0x23, 0x2d, 0x30, 0xcc, 0x37, 0xc9, 0xf5, 0x7e, + 0x30, 0x93, 0x5f, 0x0b, 0x30, 0x16, 0xb5, 0xfb, 0x99, 0xd5, 0xb1, 0x73, 0xee, 0xc8, 0xac, 0x8e, + 0xc7, 0x26, 0x88, 0x5e, 0xe5, 0xc7, 0x77, 0xa9, 0xc3, 0x6f, 0xe5, 0xe5, 0x16, 0x8e, 0x2f, 0xed, + 0x58, 0xa1, 0xfc, 0xb3, 0x00, 0x97, 0x52, 0xfa, 0x7b, 0x72, 0x2f, 0x03, 0x43, 0xf7, 0x61, 0x42, + 0x5c, 0x1a, 0x54, 0x0d, 0x83, 0x78, 0xc4, 0x82, 0xf8, 0x36, 0xb9, 0x97, 0x1e, 0x84, 0xcb, 0x54, + 0x8f, 0xae, 0x21, 0x15, 0x43, 0x77, 0xbd, 0x58, 0x14, 0x7f, 0x12, 0xe0, 0xab, 0x8e, 0x9e, 0x90, + 0x2c, 0x66, 0x40, 0x49, 0x6f, 0x49, 0xc5, 0xca, 0x20, 0x2a, 0x88, 0x7c, 0x95, 0x21, 0x5f, 0x26, + 0x0f, 0xba, 0xec, 0x8a, 0x50, 0x4d, 0xe1, 0xed, 0xa6, 0xdc, 0x0a, 0x9b, 0xdc, 0xb6, 0xdc, 0xe2, + 0x5d, 0x6d, 0x7b, 0x75, 0xe5, 0xc3, 0xe7, 0x92, 0xf0, 0xf1, 0x73, 0x49, 0xf8, 0xcf, 0xe7, 0x92, + 0xf0, 0xf3, 0x2f, 0xa5, 0xa1, 0x8f, 0x5f, 0x4a, 0x43, 0xff, 0xfc, 0x52, 0x1a, 0xfa, 0xe1, 0xad, + 0x86, 0xee, 0xed, 0xf9, 0xbb, 0x65, 0xcd, 0x6a, 0x26, 0xed, 0x1f, 0x44, 0x1e, 0xbc, 0x43, 0x9b, + 0xba, 0xbb, 0x05, 0xf6, 0xff, 0x23, 0x77, 0xfe, 0x17, 0x00, 0x00, 0xff, 0xff, 0x5d, 0x38, 0x23, + 0xf3, 0x3e, 0x1b, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -1687,8 +1676,6 @@ type QueryClient interface { StaticProvidersList(ctx context.Context, in *QueryStaticProvidersListRequest, opts ...grpc.CallOption) (*QueryStaticProvidersListResponse, error) // Queries a list of EffectivePolicy items. EffectivePolicy(ctx context.Context, in *QueryEffectivePolicyRequest, opts ...grpc.CallOption) (*QueryEffectivePolicyResponse, error) - // Queries a list of SdkPairing items. - SdkPairing(ctx context.Context, in *QueryGetPairingRequest, opts ...grpc.CallOption) (*QuerySdkPairingResponse, error) } type queryClient struct { @@ -1816,15 +1803,6 @@ func (c *queryClient) EffectivePolicy(ctx context.Context, in *QueryEffectivePol return out, nil } -func (c *queryClient) SdkPairing(ctx context.Context, in *QueryGetPairingRequest, opts ...grpc.CallOption) (*QuerySdkPairingResponse, error) { - out := new(QuerySdkPairingResponse) - err := c.cc.Invoke(ctx, "/lavanet.lava.pairing.Query/SdkPairing", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - // QueryServer is the server API for Query service. type QueryServer interface { // Parameters queries the parameters of the module. @@ -1853,8 +1831,6 @@ type QueryServer interface { StaticProvidersList(context.Context, *QueryStaticProvidersListRequest) (*QueryStaticProvidersListResponse, error) // Queries a list of EffectivePolicy items. EffectivePolicy(context.Context, *QueryEffectivePolicyRequest) (*QueryEffectivePolicyResponse, error) - // Queries a list of SdkPairing items. - SdkPairing(context.Context, *QueryGetPairingRequest) (*QuerySdkPairingResponse, error) } // UnimplementedQueryServer can be embedded to have forward compatible implementations. @@ -1900,9 +1876,6 @@ func (*UnimplementedQueryServer) StaticProvidersList(ctx context.Context, req *Q func (*UnimplementedQueryServer) EffectivePolicy(ctx context.Context, req *QueryEffectivePolicyRequest) (*QueryEffectivePolicyResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method EffectivePolicy not implemented") } -func (*UnimplementedQueryServer) SdkPairing(ctx context.Context, req *QueryGetPairingRequest) (*QuerySdkPairingResponse, error) { - return nil, status.Errorf(codes.Unimplemented, "method SdkPairing not implemented") -} func RegisterQueryServer(s grpc1.Server, srv QueryServer) { s.RegisterService(&_Query_serviceDesc, srv) @@ -2142,24 +2115,6 @@ func _Query_EffectivePolicy_Handler(srv interface{}, ctx context.Context, dec fu return interceptor(ctx, in, info, handler) } -func _Query_SdkPairing_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(QueryGetPairingRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(QueryServer).SdkPairing(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/lavanet.lava.pairing.Query/SdkPairing", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(QueryServer).SdkPairing(ctx, req.(*QueryGetPairingRequest)) - } - return interceptor(ctx, in, info, handler) -} - var _Query_serviceDesc = grpc.ServiceDesc{ ServiceName: "lavanet.lava.pairing.Query", HandlerType: (*QueryServer)(nil), @@ -2216,13 +2171,9 @@ var _Query_serviceDesc = grpc.ServiceDesc{ MethodName: "EffectivePolicy", Handler: _Query_EffectivePolicy_Handler, }, - { - MethodName: "SdkPairing", - Handler: _Query_SdkPairing_Handler, - }, }, Streams: []grpc.StreamDesc{}, - Metadata: "lava/pairing/query.proto", + Metadata: "lavanet/lava/pairing/query.proto", } func (m *QueryParamsRequest) Marshal() (dAtA []byte, err error) { @@ -2528,13 +2479,6 @@ func (m *QueryVerifyPairingResponse) MarshalToSizedBuffer(dAtA []byte) (int, err _ = i var l int _ = l - if len(m.ProjectId) > 0 { - i -= len(m.ProjectId) - copy(dAtA[i:], m.ProjectId) - i = encodeVarintQuery(dAtA, i, uint64(len(m.ProjectId))) - i-- - dAtA[i] = 0x2a - } if m.CuPerEpoch != 0 { i = encodeVarintQuery(dAtA, i, uint64(m.CuPerEpoch)) i-- @@ -3522,10 +3466,6 @@ func (m *QueryVerifyPairingResponse) Size() (n int) { if m.CuPerEpoch != 0 { n += 1 + sovQuery(uint64(m.CuPerEpoch)) } - l = len(m.ProjectId) - if l > 0 { - n += 1 + l + sovQuery(uint64(l)) - } return n } @@ -4733,38 +4673,6 @@ func (m *QueryVerifyPairingResponse) Unmarshal(dAtA []byte) error { break } } - case 5: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field ProjectId", wireType) - } - var stringLen uint64 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowQuery - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - stringLen |= uint64(b&0x7F) << shift - if b < 0x80 { - break - } - } - intStringLen := int(stringLen) - if intStringLen < 0 { - return ErrInvalidLengthQuery - } - postIndex := iNdEx + intStringLen - if postIndex < 0 { - return ErrInvalidLengthQuery - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - m.ProjectId = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipQuery(dAtA[iNdEx:]) diff --git a/x/pairing/types/query.pb.gw.go b/x/pairing/types/query.pb.gw.go index ada87d16f0..999c688ab6 100644 --- a/x/pairing/types/query.pb.gw.go +++ b/x/pairing/types/query.pb.gw.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-grpc-gateway. DO NOT EDIT. -// source: lava/pairing/query.proto +// source: lavanet/lava/pairing/query.proto /* Package types is a reverse proxy. @@ -813,42 +813,6 @@ func local_request_Query_EffectivePolicy_0(ctx context.Context, marshaler runtim } -var ( - filter_Query_SdkPairing_0 = &utilities.DoubleArray{Encoding: map[string]int{}, Base: []int(nil), Check: []int(nil)} -) - -func request_Query_SdkPairing_0(ctx context.Context, marshaler runtime.Marshaler, client QueryClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { - var protoReq QueryGetPairingRequest - var metadata runtime.ServerMetadata - - if err := req.ParseForm(); err != nil { - return nil, metadata, status.Errorf(codes.InvalidArgument, "%v", err) - } - if err := runtime.PopulateQueryParameters(&protoReq, req.Form, filter_Query_SdkPairing_0); err != nil { - return nil, metadata, status.Errorf(codes.InvalidArgument, "%v", err) - } - - msg, err := client.SdkPairing(ctx, &protoReq, grpc.Header(&metadata.HeaderMD), grpc.Trailer(&metadata.TrailerMD)) - return msg, metadata, err - -} - -func local_request_Query_SdkPairing_0(ctx context.Context, marshaler runtime.Marshaler, server QueryServer, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { - var protoReq QueryGetPairingRequest - var metadata runtime.ServerMetadata - - if err := req.ParseForm(); err != nil { - return nil, metadata, status.Errorf(codes.InvalidArgument, "%v", err) - } - if err := runtime.PopulateQueryParameters(&protoReq, req.Form, filter_Query_SdkPairing_0); err != nil { - return nil, metadata, status.Errorf(codes.InvalidArgument, "%v", err) - } - - msg, err := server.SdkPairing(ctx, &protoReq) - return msg, metadata, err - -} - // RegisterQueryHandlerServer registers the http handlers for service Query to "mux". // UnaryRPC :call QueryServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. @@ -1154,29 +1118,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv }) - mux.Handle("GET", pattern_Query_SdkPairing_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { - ctx, cancel := context.WithCancel(req.Context()) - defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) - inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) - rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) - if err != nil { - runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) - return - } - resp, md, err := local_request_Query_SdkPairing_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) - ctx = runtime.NewServerMetadataContext(ctx, md) - if err != nil { - runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) - return - } - - forward_Query_SdkPairing_0(ctx, mux, outboundMarshaler, w, req, resp, mux.GetForwardResponseOptions()...) - - }) - return nil } @@ -1478,57 +1419,35 @@ func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, clie }) - mux.Handle("GET", pattern_Query_SdkPairing_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { - ctx, cancel := context.WithCancel(req.Context()) - defer cancel() - inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) - rctx, err := runtime.AnnotateContext(ctx, mux, req) - if err != nil { - runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) - return - } - resp, md, err := request_Query_SdkPairing_0(rctx, inboundMarshaler, client, req, pathParams) - ctx = runtime.NewServerMetadataContext(ctx, md) - if err != nil { - runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) - return - } - - forward_Query_SdkPairing_0(ctx, mux, outboundMarshaler, w, req, resp, mux.GetForwardResponseOptions()...) - - }) - return nil } var ( - pattern_Query_Params_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"lavanet", "lava", "pairing", "params"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_Params_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"lavanet", "lava", "pairing", "params"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_Providers_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4}, []string{"lavanet", "lava", "pairing", "providers", "chainID"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_Providers_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4}, []string{"lavanet", "lava", "pairing", "providers", "chainID"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_GetPairing_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4, 1, 0, 4, 1, 5, 5}, []string{"lavanet", "lava", "pairing", "get_pairing", "chainID", "client"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_GetPairing_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4, 1, 0, 4, 1, 5, 5}, []string{"lavanet", "lava", "pairing", "get_pairing", "chainID", "client"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_VerifyPairing_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4, 1, 0, 4, 1, 5, 5, 1, 0, 4, 1, 5, 6, 1, 0, 4, 1, 5, 7}, []string{"lavanet", "lava", "pairing", "verify_pairing", "chainID", "client", "provider", "block"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_VerifyPairing_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4, 1, 0, 4, 1, 5, 5, 1, 0, 4, 1, 5, 6, 1, 0, 4, 1, 5, 7}, []string{"lavanet", "lava", "pairing", "verify_pairing", "chainID", "client", "provider", "block"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_UniquePaymentStorageClientProvider_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4}, []string{"lavanet", "lava", "pairing", "unique_payment_storage_client_provider", "index"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_UniquePaymentStorageClientProvider_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4}, []string{"lavanet", "lava", "pairing", "unique_payment_storage_client_provider", "index"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_UniquePaymentStorageClientProviderAll_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"lavanet", "lava", "pairing", "unique_payment_storage_client_provider"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_UniquePaymentStorageClientProviderAll_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"lavanet", "lava", "pairing", "unique_payment_storage_client_provider"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_ProviderPaymentStorage_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4}, []string{"lavanet", "lava", "pairing", "provider_payment_storage", "index"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_ProviderPaymentStorage_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4}, []string{"lavanet", "lava", "pairing", "provider_payment_storage", "index"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_ProviderPaymentStorageAll_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"lavanet", "lava", "pairing", "provider_payment_storage"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_ProviderPaymentStorageAll_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"lavanet", "lava", "pairing", "provider_payment_storage"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_EpochPayments_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4}, []string{"lavanet", "lava", "pairing", "epoch_payments", "index"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_EpochPayments_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4}, []string{"lavanet", "lava", "pairing", "epoch_payments", "index"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_EpochPaymentsAll_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"lavanet", "lava", "pairing", "epoch_payments"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_EpochPaymentsAll_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"lavanet", "lava", "pairing", "epoch_payments"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_UserEntry_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4, 1, 0, 4, 1, 5, 5}, []string{"lavanet", "lava", "pairing", "user_entry", "address", "chainID"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_UserEntry_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4, 1, 0, 4, 1, 5, 5}, []string{"lavanet", "lava", "pairing", "user_entry", "address", "chainID"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_StaticProvidersList_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4}, []string{"lavanet", "lava", "pairing", "static_providers_list", "chainID"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_StaticProvidersList_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4}, []string{"lavanet", "lava", "pairing", "static_providers_list", "chainID"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_EffectivePolicy_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4, 1, 0, 4, 1, 5, 5}, []string{"lavanet", "lava", "pairing", "effective_policy", "consumer", "specID"}, "", runtime.AssumeColonVerbOpt(true))) - - pattern_Query_SdkPairing_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"lavanet", "lava", "pairing", "sdk_pairing"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_EffectivePolicy_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4, 1, 0, 4, 1, 5, 5}, []string{"lavanet", "lava", "pairing", "effective_policy", "consumer", "specID"}, "", runtime.AssumeColonVerbOpt(false))) ) var ( @@ -1557,6 +1476,4 @@ var ( forward_Query_StaticProvidersList_0 = runtime.ForwardResponseMessage forward_Query_EffectivePolicy_0 = runtime.ForwardResponseMessage - - forward_Query_SdkPairing_0 = runtime.ForwardResponseMessage ) diff --git a/x/pairing/types/relay.pb.go b/x/pairing/types/relay.pb.go index 3efff45ea3..d53fa54cb9 100644 --- a/x/pairing/types/relay.pb.go +++ b/x/pairing/types/relay.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/pairing/relay.proto +// source: lavanet/lava/pairing/relay.proto package types @@ -7,9 +7,9 @@ import ( context "context" fmt "fmt" github_com_cosmos_cosmos_sdk_types "github.com/cosmos/cosmos-sdk/types" - _ "github.com/gogo/protobuf/gogoproto" - grpc1 "github.com/gogo/protobuf/grpc" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + grpc1 "github.com/cosmos/gogoproto/grpc" + proto "github.com/cosmos/gogoproto/proto" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status" @@ -50,7 +50,7 @@ func (m *RelaySession) Reset() { *m = RelaySession{} } func (m *RelaySession) String() string { return proto.CompactTextString(m) } func (*RelaySession) ProtoMessage() {} func (*RelaySession) Descriptor() ([]byte, []int) { - return fileDescriptor_d38f110f5457750e, []int{0} + return fileDescriptor_a61d253b10eeeb9e, []int{0} } func (m *RelaySession) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -182,7 +182,7 @@ func (m *Badge) Reset() { *m = Badge{} } func (m *Badge) String() string { return proto.CompactTextString(m) } func (*Badge) ProtoMessage() {} func (*Badge) Descriptor() ([]byte, []int) { - return fileDescriptor_d38f110f5457750e, []int{1} + return fileDescriptor_a61d253b10eeeb9e, []int{1} } func (m *Badge) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -262,7 +262,7 @@ func (m *RelayPrivateData) Reset() { *m = RelayPrivateData{} } func (m *RelayPrivateData) String() string { return proto.CompactTextString(m) } func (*RelayPrivateData) ProtoMessage() {} func (*RelayPrivateData) Descriptor() ([]byte, []int) { - return fileDescriptor_d38f110f5457750e, []int{2} + return fileDescriptor_a61d253b10eeeb9e, []int{2} } func (m *RelayPrivateData) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -363,7 +363,7 @@ func (m *Metadata) Reset() { *m = Metadata{} } func (m *Metadata) String() string { return proto.CompactTextString(m) } func (*Metadata) ProtoMessage() {} func (*Metadata) Descriptor() ([]byte, []int) { - return fileDescriptor_d38f110f5457750e, []int{3} + return fileDescriptor_a61d253b10eeeb9e, []int{3} } func (m *Metadata) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -415,7 +415,7 @@ func (m *RelayRequest) Reset() { *m = RelayRequest{} } func (m *RelayRequest) String() string { return proto.CompactTextString(m) } func (*RelayRequest) ProtoMessage() {} func (*RelayRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_d38f110f5457750e, []int{4} + return fileDescriptor_a61d253b10eeeb9e, []int{4} } func (m *RelayRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -471,7 +471,7 @@ func (m *RelayReply) Reset() { *m = RelayReply{} } func (m *RelayReply) String() string { return proto.CompactTextString(m) } func (*RelayReply) ProtoMessage() {} func (*RelayReply) Descriptor() ([]byte, []int) { - return fileDescriptor_d38f110f5457750e, []int{5} + return fileDescriptor_a61d253b10eeeb9e, []int{5} } func (m *RelayReply) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -552,7 +552,7 @@ func (m *QualityOfServiceReport) Reset() { *m = QualityOfServiceReport{} func (m *QualityOfServiceReport) String() string { return proto.CompactTextString(m) } func (*QualityOfServiceReport) ProtoMessage() {} func (*QualityOfServiceReport) Descriptor() ([]byte, []int) { - return fileDescriptor_d38f110f5457750e, []int{6} + return fileDescriptor_a61d253b10eeeb9e, []int{6} } func (m *QualityOfServiceReport) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -591,76 +591,76 @@ func init() { proto.RegisterType((*QualityOfServiceReport)(nil), "lavanet.lava.pairing.QualityOfServiceReport") } -func init() { proto.RegisterFile("lava/pairing/relay.proto", fileDescriptor_d38f110f5457750e) } +func init() { proto.RegisterFile("lavanet/lava/pairing/relay.proto", fileDescriptor_a61d253b10eeeb9e) } -var fileDescriptor_d38f110f5457750e = []byte{ +var fileDescriptor_a61d253b10eeeb9e = []byte{ // 1050 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0xdf, 0x6e, 0x1b, 0xc5, - 0x17, 0xf6, 0xfa, 0x4f, 0x6c, 0x1f, 0x6f, 0xf2, 0x8b, 0xa6, 0x49, 0xbb, 0x4a, 0x7f, 0x38, 0xee, - 0x22, 0xb5, 0xbe, 0x80, 0x35, 0x84, 0xd2, 0x0b, 0x24, 0xa4, 0xd6, 0x34, 0xa2, 0xe1, 0x5f, 0xd3, - 0x09, 0xe5, 0x22, 0x37, 0xcb, 0x78, 0x76, 0xb2, 0x1e, 0xba, 0xde, 0xd9, 0xcc, 0xec, 0x9a, 0x98, - 0xa7, 0xe0, 0x09, 0x90, 0x90, 0x78, 0x02, 0x1e, 0x80, 0xeb, 0x5e, 0xf6, 0x12, 0x71, 0x11, 0xa1, - 0xe4, 0x0d, 0x10, 0xb7, 0x48, 0x68, 0x66, 0xd6, 0x8e, 0xa1, 0x51, 0xa4, 0x02, 0x57, 0x3b, 0x73, - 0xe6, 0xcc, 0x77, 0xce, 0xf9, 0xce, 0x77, 0xc6, 0x06, 0x2f, 0x21, 0x53, 0x32, 0xc8, 0x08, 0x97, - 0x3c, 0x8d, 0x07, 0x92, 0x25, 0x64, 0x16, 0x64, 0x52, 0xe4, 0x02, 0x6d, 0xe8, 0x93, 0x94, 0xe5, - 0x81, 0xfe, 0x06, 0xa5, 0xc7, 0xd6, 0x46, 0x2c, 0x62, 0x61, 0x1c, 0x06, 0x7a, 0x65, 0x7d, 0xb7, - 0xba, 0xb1, 0x10, 0x71, 0xc2, 0x06, 0x66, 0x37, 0x2a, 0x8e, 0x06, 0x5f, 0x4b, 0x92, 0x65, 0x4c, - 0x2a, 0x7b, 0xee, 0x7f, 0x57, 0x07, 0x17, 0x6b, 0xec, 0x03, 0xa6, 0x14, 0x17, 0x29, 0xba, 0x01, - 0x4d, 0x95, 0x31, 0x1a, 0xf2, 0xc8, 0x73, 0x7a, 0x4e, 0xbf, 0x8d, 0x57, 0xf4, 0x76, 0x2f, 0x42, - 0xb7, 0xc0, 0xa5, 0x22, 0xcd, 0x59, 0x9a, 0x87, 0x63, 0xa2, 0xc6, 0x5e, 0xb5, 0xe7, 0xf4, 0x5d, - 0xdc, 0x29, 0x6d, 0x8f, 0x88, 0x1a, 0xa3, 0xd7, 0x00, 0x94, 0x85, 0xd1, 0xd7, 0x6b, 0x3d, 0xa7, - 0x5f, 0xc7, 0xed, 0xd2, 0xb2, 0x17, 0xa1, 0x4d, 0x58, 0xa1, 0x45, 0xa8, 0x8a, 0x89, 0x57, 0x37, - 0x47, 0x0d, 0x5a, 0x1c, 0x14, 0x13, 0xb4, 0x05, 0xad, 0x4c, 0x8a, 0x29, 0x8f, 0x98, 0xf4, 0x1a, - 0x26, 0xe4, 0x62, 0x8f, 0x6e, 0x42, 0xdb, 0x54, 0x1e, 0xa6, 0xc5, 0xc4, 0x5b, 0x31, 0xb7, 0x5a, - 0xc6, 0xf0, 0x59, 0x31, 0x41, 0x1f, 0x03, 0x1c, 0x0b, 0x15, 0x4a, 0x96, 0x09, 0x99, 0x7b, 0xcd, - 0x9e, 0xd3, 0xef, 0xec, 0xbc, 0x11, 0x5c, 0x46, 0x4e, 0xf0, 0xa4, 0x20, 0x09, 0xcf, 0x67, 0x8f, - 0x8f, 0x0e, 0x98, 0x9c, 0x72, 0xca, 0xb0, 0xb9, 0x83, 0xdb, 0xc7, 0x42, 0xd9, 0x25, 0xda, 0x80, - 0x06, 0xcb, 0x04, 0x1d, 0x7b, 0xad, 0x9e, 0xd3, 0xaf, 0x61, 0xbb, 0x41, 0xef, 0xc2, 0xf5, 0x22, - 0x95, 0x4c, 0x65, 0x22, 0x55, 0x7c, 0xca, 0xc2, 0x79, 0x62, 0xca, 0x6b, 0x9b, 0xf2, 0x37, 0x97, - 0x4f, 0xf7, 0xe7, 0x87, 0xc8, 0x87, 0x55, 0x1d, 0x3e, 0xa4, 0x63, 0xc2, 0x0d, 0x17, 0x60, 0xea, - 0xea, 0x68, 0xe3, 0x07, 0xda, 0xb6, 0x17, 0xa1, 0x75, 0xa8, 0x29, 0x1e, 0x7b, 0x1d, 0x83, 0xa3, - 0x97, 0xe8, 0x6d, 0x68, 0x8c, 0x48, 0x14, 0x33, 0xcf, 0x35, 0xa5, 0xdc, 0xbc, 0xbc, 0x94, 0xa1, - 0x76, 0xc1, 0xd6, 0x13, 0x7d, 0x09, 0x9b, 0x9a, 0x02, 0x76, 0x42, 0x59, 0x92, 0xb0, 0x94, 0xb2, - 0x39, 0x1b, 0xab, 0xff, 0x80, 0x8d, 0x6b, 0xc7, 0x42, 0xed, 0x2e, 0x90, 0xac, 0xd1, 0xff, 0xde, - 0x81, 0x86, 0x09, 0x89, 0x5e, 0x87, 0x55, 0x5a, 0x84, 0x24, 0x49, 0x04, 0x25, 0x39, 0x17, 0xa9, - 0xd1, 0x47, 0x1d, 0xbb, 0xb4, 0x78, 0xb0, 0xb0, 0x5d, 0xd0, 0x58, 0xb5, 0x2d, 0xb6, 0x34, 0x7a, - 0xd0, 0x24, 0x51, 0x24, 0x99, 0x52, 0x46, 0x15, 0x6d, 0x3c, 0xdf, 0xbe, 0xcc, 0x54, 0xfd, 0x65, - 0xa6, 0xb6, 0xa1, 0x93, 0x49, 0xf1, 0x15, 0xa3, 0x79, 0xa8, 0x19, 0x6b, 0x18, 0xc6, 0xa0, 0x34, - 0x1d, 0xf0, 0xd8, 0xff, 0xa9, 0x0a, 0xeb, 0x46, 0xc4, 0xfb, 0x92, 0x4f, 0x49, 0xce, 0x1e, 0x92, - 0x9c, 0xa0, 0x3b, 0xf0, 0x3f, 0x2a, 0xd2, 0x94, 0x51, 0x9d, 0x57, 0x98, 0xcf, 0x32, 0x56, 0x0a, - 0x7a, 0xed, 0xc2, 0xfc, 0xf9, 0x2c, 0x63, 0x5a, 0xf1, 0x24, 0xe3, 0x61, 0x21, 0x13, 0x93, 0x74, - 0x1b, 0xaf, 0x90, 0x8c, 0x3f, 0x95, 0x09, 0x42, 0x50, 0x8f, 0x48, 0x4e, 0x4c, 0xca, 0x2e, 0x36, - 0x6b, 0x4d, 0x82, 0x64, 0xc7, 0x05, 0x53, 0x79, 0x38, 0x4a, 0x04, 0x7d, 0x66, 0xf2, 0xad, 0x61, - 0xb7, 0x34, 0x0e, 0xb5, 0x4d, 0x3b, 0x69, 0x44, 0x9e, 0xe6, 0x4c, 0x1e, 0x11, 0xca, 0x4a, 0x59, - 0xbb, 0x24, 0xe3, 0x7b, 0x73, 0x9b, 0x46, 0x57, 0x24, 0xc9, 0x8d, 0xaa, 0x5d, 0x6c, 0xd6, 0xe8, - 0x3e, 0xb4, 0x26, 0x2c, 0x27, 0x26, 0x6a, 0xb3, 0x57, 0xeb, 0x77, 0x76, 0xba, 0x97, 0x77, 0xf0, - 0xd3, 0xd2, 0x6b, 0x58, 0x7f, 0x7e, 0xba, 0x5d, 0xc1, 0x8b, 0x5b, 0x9a, 0x7f, 0x12, 0x45, 0x22, - 0x35, 0x32, 0x6e, 0x63, 0xbb, 0x41, 0x5d, 0x00, 0x76, 0x92, 0xb3, 0x54, 0x0f, 0xa2, 0x96, 0x6e, - 0xad, 0xdf, 0xc6, 0x4b, 0x16, 0xff, 0x2e, 0xb4, 0xe6, 0x88, 0x3a, 0xaf, 0x94, 0x4c, 0xe6, 0x64, - 0x99, 0xb5, 0x46, 0x9d, 0x92, 0xa4, 0x60, 0x25, 0x41, 0x76, 0xe3, 0xff, 0xe0, 0x94, 0x6f, 0x07, - 0xb6, 0xc5, 0xa3, 0x0f, 0x35, 0x39, 0x7a, 0x5a, 0xcb, 0x99, 0x37, 0x18, 0x9d, 0x1d, 0xff, 0xf2, - 0x1a, 0x96, 0x9f, 0x1d, 0x4d, 0xe0, 0xd2, 0x23, 0xb4, 0x0b, 0x60, 0x81, 0x0c, 0x13, 0x55, 0x83, - 0x72, 0xfb, 0x0a, 0x94, 0xa5, 0xbe, 0x63, 0xfb, 0x60, 0xe8, 0xe5, 0x47, 0xf5, 0x56, 0x6d, 0xbd, - 0xee, 0xff, 0xee, 0x00, 0x94, 0x69, 0x66, 0xc9, 0x6c, 0xd1, 0x55, 0x67, 0xa9, 0xab, 0xe5, 0x2c, - 0x56, 0x2f, 0x66, 0xf1, 0x16, 0xb8, 0x09, 0xc9, 0xff, 0xde, 0xe6, 0x8e, 0xb5, 0xd9, 0x2e, 0xdf, - 0x83, 0x1b, 0x47, 0x3c, 0x25, 0x09, 0xff, 0x86, 0x45, 0xd6, 0x4b, 0x99, 0x97, 0x91, 0xa9, 0x52, - 0xa2, 0x9b, 0x8b, 0x63, 0x73, 0x41, 0x3d, 0x32, 0x87, 0xe6, 0x95, 0xe4, 0x71, 0x79, 0xa3, 0x6c, - 0x7f, 0x5b, 0xf1, 0xd8, 0x3a, 0xfd, 0x7b, 0x0d, 0x94, 0x65, 0xff, 0x58, 0x85, 0xeb, 0x97, 0x0f, - 0x3a, 0x3a, 0x84, 0xa6, 0x2e, 0x24, 0xa5, 0x33, 0xdb, 0xe5, 0xe1, 0x7d, 0x8d, 0xf0, 0xcb, 0xe9, - 0xf6, 0xed, 0x98, 0xe7, 0xe3, 0x62, 0x14, 0x50, 0x31, 0x19, 0x50, 0xa1, 0x26, 0x42, 0x95, 0x9f, - 0x37, 0x55, 0xf4, 0x6c, 0xa0, 0x67, 0x48, 0x05, 0x0f, 0x19, 0xfd, 0xed, 0x74, 0x7b, 0x6d, 0x46, - 0x26, 0xc9, 0x7b, 0xfe, 0x27, 0x16, 0xc6, 0xc7, 0x73, 0x40, 0xc4, 0xc1, 0x25, 0x53, 0xc2, 0x13, - 0x32, 0xe2, 0x3a, 0xb4, 0x55, 0xcc, 0x70, 0xf7, 0x95, 0x03, 0x5c, 0xb3, 0x01, 0x96, 0xb1, 0x7c, - 0xfc, 0x17, 0x68, 0xf4, 0x04, 0xea, 0x6a, 0x96, 0x52, 0xfb, 0xa4, 0x0c, 0xdf, 0x7f, 0xe5, 0x10, - 0x1d, 0x1b, 0x42, 0x63, 0xf8, 0xd8, 0x40, 0xed, 0xfc, 0xe1, 0x40, 0xd3, 0x68, 0x85, 0x49, 0xf4, - 0x18, 0x1a, 0x66, 0x89, 0xae, 0xd2, 0x6f, 0x29, 0xfd, 0xad, 0xde, 0x95, 0x3e, 0x59, 0x32, 0xf3, - 0x2b, 0xe8, 0x10, 0xd6, 0xac, 0xe6, 0x8b, 0x91, 0xa2, 0x92, 0x8f, 0xd8, 0x7f, 0x85, 0xfc, 0x96, - 0x83, 0x76, 0xa1, 0xb1, 0x2f, 0xc5, 0x88, 0xa1, 0xff, 0x07, 0xf6, 0x17, 0x3f, 0x98, 0xff, 0xe2, - 0x07, 0x4f, 0xf7, 0xd2, 0xfc, 0xde, 0xdd, 0x2f, 0xf4, 0xc8, 0x6e, 0x5d, 0x79, 0xea, 0x57, 0x86, - 0x0f, 0x9e, 0x9f, 0x75, 0x9d, 0x17, 0x67, 0x5d, 0xe7, 0xd7, 0xb3, 0xae, 0xf3, 0xed, 0x79, 0xb7, - 0xf2, 0xe2, 0xbc, 0x5b, 0xf9, 0xf9, 0xbc, 0x5b, 0x39, 0xbc, 0xb3, 0x44, 0x6b, 0x99, 0x90, 0xf9, - 0x0e, 0x4e, 0x16, 0xff, 0x51, 0x0c, 0xb7, 0xa3, 0x15, 0x03, 0xfd, 0xce, 0x9f, 0x01, 0x00, 0x00, - 0xff, 0xff, 0x20, 0xeb, 0x26, 0x5b, 0xc0, 0x08, 0x00, 0x00, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0x4f, 0x6f, 0x1b, 0x45, + 0x14, 0xf7, 0xfa, 0x4f, 0x6c, 0x3f, 0x6f, 0x43, 0x34, 0x4d, 0xda, 0x55, 0x0a, 0x8e, 0xbb, 0x48, + 0xad, 0x0f, 0xb0, 0x86, 0x50, 0x7a, 0x40, 0x42, 0x6a, 0x4d, 0x23, 0x1a, 0xfe, 0x35, 0x9d, 0x50, + 0x0e, 0xb9, 0x2c, 0xe3, 0xd9, 0xc9, 0x7a, 0xe8, 0x7a, 0x67, 0x33, 0xb3, 0x6b, 0x62, 0x3e, 0x05, + 0x9f, 0x00, 0x09, 0x89, 0x4f, 0xc0, 0x07, 0xe0, 0xdc, 0x63, 0x8f, 0x88, 0x43, 0x84, 0x92, 0x6f, + 0x80, 0xb8, 0x22, 0xa1, 0x99, 0x59, 0x3b, 0x2e, 0x8d, 0x22, 0x15, 0x38, 0xed, 0x9b, 0x37, 0x6f, + 0x7e, 0x6f, 0xde, 0xef, 0xfd, 0xde, 0xd8, 0xd0, 0x4b, 0xc8, 0x94, 0xa4, 0x2c, 0x1f, 0xe8, 0xef, + 0x20, 0x23, 0x5c, 0xf2, 0x34, 0x1e, 0x48, 0x96, 0x90, 0x59, 0x90, 0x49, 0x91, 0x0b, 0xb4, 0x5e, + 0x46, 0x04, 0xfa, 0x1b, 0x94, 0x11, 0x9b, 0xeb, 0xb1, 0x88, 0x85, 0x09, 0x18, 0x68, 0xcb, 0xc6, + 0x6e, 0x76, 0x63, 0x21, 0xe2, 0x84, 0x0d, 0xcc, 0x6a, 0x54, 0x1c, 0x0e, 0xbe, 0x95, 0x24, 0xcb, + 0x98, 0x54, 0x76, 0xdf, 0xff, 0xa1, 0x0e, 0x2e, 0xd6, 0xd8, 0xfb, 0x4c, 0x29, 0x2e, 0x52, 0x74, + 0x1d, 0x9a, 0x2a, 0x63, 0x34, 0xe4, 0x91, 0xe7, 0xf4, 0x9c, 0x7e, 0x1b, 0xaf, 0xe8, 0xe5, 0x6e, + 0x84, 0x6e, 0x82, 0x4b, 0x45, 0x9a, 0xb3, 0x34, 0x0f, 0xc7, 0x44, 0x8d, 0xbd, 0x6a, 0xcf, 0xe9, + 0xbb, 0xb8, 0x53, 0xfa, 0x1e, 0x12, 0x35, 0x46, 0x6f, 0x00, 0x28, 0x0b, 0xa3, 0x8f, 0xd7, 0x7a, + 0x4e, 0xbf, 0x8e, 0xdb, 0xa5, 0x67, 0x37, 0x42, 0x1b, 0xb0, 0x42, 0x8b, 0x50, 0x15, 0x13, 0xaf, + 0x6e, 0xb6, 0x1a, 0xb4, 0xd8, 0x2f, 0x26, 0x68, 0x13, 0x5a, 0x99, 0x14, 0x53, 0x1e, 0x31, 0xe9, + 0x35, 0x4c, 0xca, 0xc5, 0x1a, 0xdd, 0x80, 0xb6, 0xa9, 0x3c, 0x4c, 0x8b, 0x89, 0xb7, 0x62, 0x4e, + 0xb5, 0x8c, 0xe3, 0x8b, 0x62, 0x82, 0x3e, 0x05, 0x38, 0x12, 0x2a, 0x94, 0x2c, 0x13, 0x32, 0xf7, + 0x9a, 0x3d, 0xa7, 0xdf, 0xd9, 0x7e, 0x2b, 0xb8, 0x88, 0x9c, 0xe0, 0x71, 0x41, 0x12, 0x9e, 0xcf, + 0x1e, 0x1d, 0xee, 0x33, 0x39, 0xe5, 0x94, 0x61, 0x73, 0x06, 0xb7, 0x8f, 0x84, 0xb2, 0x26, 0x5a, + 0x87, 0x06, 0xcb, 0x04, 0x1d, 0x7b, 0xad, 0x9e, 0xd3, 0xaf, 0x61, 0xbb, 0x40, 0xef, 0xc3, 0xb5, + 0x22, 0x95, 0x4c, 0x65, 0x22, 0x55, 0x7c, 0xca, 0xc2, 0xf9, 0xc5, 0x94, 0xd7, 0x36, 0xe5, 0x6f, + 0x2c, 0xef, 0xee, 0xcd, 0x37, 0x91, 0x0f, 0x57, 0x74, 0xfa, 0x90, 0x8e, 0x09, 0x37, 0x5c, 0x80, + 0xa9, 0xab, 0xa3, 0x9d, 0x1f, 0x69, 0xdf, 0x6e, 0x84, 0xd6, 0xa0, 0xa6, 0x78, 0xec, 0x75, 0x0c, + 0x8e, 0x36, 0xd1, 0xbb, 0xd0, 0x18, 0x91, 0x28, 0x66, 0x9e, 0x6b, 0x4a, 0xb9, 0x71, 0x71, 0x29, + 0x43, 0x1d, 0x82, 0x6d, 0x24, 0xfa, 0x1a, 0x36, 0x34, 0x05, 0xec, 0x98, 0xb2, 0x24, 0x61, 0x29, + 0x65, 0x73, 0x36, 0xae, 0xfc, 0x0b, 0x36, 0xae, 0x1e, 0x09, 0xb5, 0xb3, 0x40, 0xb2, 0x4e, 0xff, + 0x47, 0x07, 0x1a, 0x26, 0x25, 0x7a, 0x13, 0xae, 0xd0, 0x22, 0x24, 0x49, 0x22, 0x28, 0xc9, 0xb9, + 0x48, 0x8d, 0x3e, 0xea, 0xd8, 0xa5, 0xc5, 0xfd, 0x85, 0xef, 0x9c, 0xc6, 0xaa, 0x6d, 0xb1, 0xa5, + 0xd1, 0x83, 0x26, 0x89, 0x22, 0xc9, 0x94, 0x32, 0xaa, 0x68, 0xe3, 0xf9, 0xf2, 0x65, 0xa6, 0xea, + 0x2f, 0x33, 0xb5, 0x05, 0x9d, 0x4c, 0x8a, 0x6f, 0x18, 0xcd, 0x43, 0xcd, 0x58, 0xc3, 0x30, 0x06, + 0xa5, 0x6b, 0x9f, 0xc7, 0xfe, 0x2f, 0x55, 0x58, 0x33, 0x22, 0xde, 0x93, 0x7c, 0x4a, 0x72, 0xf6, + 0x80, 0xe4, 0x04, 0xdd, 0x86, 0xd7, 0xa8, 0x48, 0x53, 0x46, 0xf5, 0xbd, 0xc2, 0x7c, 0x96, 0xb1, + 0x52, 0xd0, 0xab, 0xe7, 0xee, 0x2f, 0x67, 0x19, 0xd3, 0x8a, 0x27, 0x19, 0x0f, 0x0b, 0x99, 0x98, + 0x4b, 0xb7, 0xf1, 0x0a, 0xc9, 0xf8, 0x13, 0x99, 0x20, 0x04, 0xf5, 0x88, 0xe4, 0xc4, 0x5c, 0xd9, + 0xc5, 0xc6, 0xd6, 0x24, 0x48, 0x76, 0x54, 0x30, 0x95, 0x87, 0xa3, 0x44, 0xd0, 0xa7, 0xe6, 0xbe, + 0x35, 0xec, 0x96, 0xce, 0xa1, 0xf6, 0xe9, 0x20, 0x8d, 0xc8, 0xd3, 0x9c, 0xc9, 0x43, 0x42, 0x59, + 0x29, 0x6b, 0x97, 0x64, 0x7c, 0x77, 0xee, 0xd3, 0xe8, 0x8a, 0x24, 0xb9, 0x51, 0xb5, 0x8b, 0x8d, + 0x8d, 0xee, 0x41, 0x6b, 0xc2, 0x72, 0x62, 0xb2, 0x36, 0x7b, 0xb5, 0x7e, 0x67, 0xbb, 0x7b, 0x71, + 0x07, 0x3f, 0x2f, 0xa3, 0x86, 0xf5, 0x67, 0x27, 0x5b, 0x15, 0xbc, 0x38, 0xa5, 0xf9, 0x27, 0x51, + 0x24, 0x52, 0x23, 0xe3, 0x36, 0xb6, 0x0b, 0xd4, 0x05, 0x60, 0xc7, 0x39, 0x4b, 0xf5, 0x20, 0x6a, + 0xe9, 0xd6, 0xfa, 0x6d, 0xbc, 0xe4, 0xf1, 0xef, 0x40, 0x6b, 0x8e, 0xa8, 0xef, 0x95, 0x92, 0xc9, + 0x9c, 0x2c, 0x63, 0x6b, 0xd4, 0x29, 0x49, 0x0a, 0x56, 0x12, 0x64, 0x17, 0xfe, 0x4f, 0x4e, 0xf9, + 0x76, 0x60, 0x5b, 0x3c, 0xfa, 0x58, 0x93, 0xa3, 0xa7, 0xb5, 0x9c, 0x79, 0x83, 0xd1, 0xd9, 0xf6, + 0x2f, 0xae, 0x61, 0xf9, 0xd9, 0xd1, 0x04, 0x2e, 0x3d, 0x42, 0x3b, 0x00, 0x16, 0xc8, 0x30, 0x51, + 0x35, 0x28, 0xb7, 0x2e, 0x41, 0x59, 0xea, 0x3b, 0xb6, 0x0f, 0x86, 0x36, 0x3f, 0xa9, 0xb7, 0x6a, + 0x6b, 0x75, 0xff, 0x4f, 0x07, 0xa0, 0xbc, 0x66, 0x96, 0xcc, 0x16, 0x5d, 0x75, 0x96, 0xba, 0x5a, + 0xce, 0x62, 0xf5, 0x7c, 0x16, 0x6f, 0x82, 0x9b, 0x90, 0xfc, 0x9f, 0x6d, 0xee, 0x58, 0x9f, 0xed, + 0xf2, 0x5d, 0xb8, 0x7e, 0xc8, 0x53, 0x92, 0xf0, 0xef, 0x58, 0x64, 0xa3, 0x94, 0x79, 0x19, 0x99, + 0x2a, 0x25, 0xba, 0xb1, 0xd8, 0x36, 0x07, 0xd4, 0x43, 0xb3, 0x69, 0x5e, 0x49, 0x1e, 0x97, 0x27, + 0xca, 0xf6, 0xb7, 0x15, 0x8f, 0x6d, 0xd0, 0x7f, 0xd7, 0x40, 0x59, 0xf6, 0xcf, 0x55, 0xb8, 0x76, + 0xf1, 0xa0, 0xa3, 0x03, 0x68, 0xea, 0x42, 0x52, 0x3a, 0xb3, 0x5d, 0x1e, 0xde, 0xd3, 0x08, 0xbf, + 0x9d, 0x6c, 0xdd, 0x8a, 0x79, 0x3e, 0x2e, 0x46, 0x01, 0x15, 0x93, 0x01, 0x15, 0x6a, 0x22, 0x54, + 0xf9, 0x79, 0x5b, 0x45, 0x4f, 0x07, 0x7a, 0x86, 0x54, 0xf0, 0x80, 0xd1, 0x3f, 0x4e, 0xb6, 0x56, + 0x67, 0x64, 0x92, 0x7c, 0xe0, 0x7f, 0x66, 0x61, 0x7c, 0x3c, 0x07, 0x44, 0x1c, 0x5c, 0x32, 0x25, + 0x3c, 0x21, 0x23, 0xae, 0x53, 0x5b, 0xc5, 0x0c, 0x77, 0x5e, 0x39, 0xc1, 0x55, 0x9b, 0x60, 0x19, + 0xcb, 0xc7, 0x2f, 0x40, 0xa3, 0xc7, 0x50, 0x57, 0xb3, 0x94, 0xda, 0x27, 0x65, 0xf8, 0xe1, 0x2b, + 0xa7, 0xe8, 0xd8, 0x14, 0x1a, 0xc3, 0xc7, 0x06, 0x6a, 0xfb, 0x2f, 0x07, 0x9a, 0x46, 0x2b, 0x4c, + 0xa2, 0x47, 0xd0, 0x30, 0x26, 0xba, 0x4c, 0xbf, 0xa5, 0xf4, 0x37, 0x7b, 0x97, 0xc6, 0x64, 0xc9, + 0xcc, 0xaf, 0xa0, 0x03, 0x58, 0xb5, 0x9a, 0x2f, 0x46, 0x8a, 0x4a, 0x3e, 0x62, 0xff, 0x17, 0xf2, + 0x3b, 0x0e, 0xda, 0x81, 0xc6, 0x9e, 0x14, 0x23, 0x86, 0x5e, 0x0f, 0xec, 0x2f, 0x7e, 0x30, 0xff, + 0xc5, 0x0f, 0x9e, 0xec, 0xa6, 0xf9, 0xdd, 0x3b, 0x5f, 0xe9, 0x91, 0xdd, 0xbc, 0x74, 0xd7, 0xaf, + 0x0c, 0xef, 0x3f, 0x3b, 0xed, 0x3a, 0xcf, 0x4f, 0xbb, 0xce, 0xef, 0xa7, 0x5d, 0xe7, 0xfb, 0xb3, + 0x6e, 0xe5, 0xf9, 0x59, 0xb7, 0xf2, 0xeb, 0x59, 0xb7, 0x72, 0x70, 0x7b, 0x89, 0xd6, 0x17, 0xfe, + 0xa1, 0x1c, 0x2f, 0xfe, 0xa3, 0x18, 0x6e, 0x47, 0x2b, 0x06, 0xfa, 0xbd, 0xbf, 0x03, 0x00, 0x00, + 0xff, 0xff, 0x00, 0xf9, 0xac, 0x48, 0xc8, 0x08, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -840,7 +840,7 @@ var _Relayer_serviceDesc = grpc.ServiceDesc{ ServerStreams: true, }, }, - Metadata: "lava/pairing/relay.proto", + Metadata: "lavanet/lava/pairing/relay.proto", } func (m *RelaySession) Marshal() (dAtA []byte, err error) { diff --git a/x/pairing/types/relayCache.pb.go b/x/pairing/types/relayCache.pb.go index c4e287fd82..340dd29eef 100644 --- a/x/pairing/types/relayCache.pb.go +++ b/x/pairing/types/relayCache.pb.go @@ -1,14 +1,14 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/pairing/relayCache.proto +// source: lavanet/lava/pairing/relayCache.proto package types import ( context "context" fmt "fmt" - _ "github.com/gogo/protobuf/gogoproto" - grpc1 "github.com/gogo/protobuf/grpc" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + grpc1 "github.com/cosmos/gogoproto/grpc" + proto "github.com/cosmos/gogoproto/proto" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status" @@ -38,7 +38,7 @@ func (m *CacheUsage) Reset() { *m = CacheUsage{} } func (m *CacheUsage) String() string { return proto.CompactTextString(m) } func (*CacheUsage) ProtoMessage() {} func (*CacheUsage) Descriptor() ([]byte, []int) { - return fileDescriptor_8aafe41b1e4feb91, []int{0} + return fileDescriptor_36fbab536e2bbad1, []int{0} } func (m *CacheUsage) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -93,7 +93,7 @@ func (m *RelayCacheGet) Reset() { *m = RelayCacheGet{} } func (m *RelayCacheGet) String() string { return proto.CompactTextString(m) } func (*RelayCacheGet) ProtoMessage() {} func (*RelayCacheGet) Descriptor() ([]byte, []int) { - return fileDescriptor_8aafe41b1e4feb91, []int{1} + return fileDescriptor_36fbab536e2bbad1, []int{1} } func (m *RelayCacheGet) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -171,7 +171,7 @@ func (m *RelayCacheSet) Reset() { *m = RelayCacheSet{} } func (m *RelayCacheSet) String() string { return proto.CompactTextString(m) } func (*RelayCacheSet) ProtoMessage() {} func (*RelayCacheSet) Descriptor() ([]byte, []int) { - return fileDescriptor_8aafe41b1e4feb91, []int{2} + return fileDescriptor_36fbab536e2bbad1, []int{2} } func (m *RelayCacheSet) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -255,38 +255,41 @@ func init() { proto.RegisterType((*RelayCacheSet)(nil), "lavanet.lava.pairing.RelayCacheSet") } -func init() { proto.RegisterFile("lava/pairing/relayCache.proto", fileDescriptor_8aafe41b1e4feb91) } +func init() { + proto.RegisterFile("lavanet/lava/pairing/relayCache.proto", fileDescriptor_36fbab536e2bbad1) +} -var fileDescriptor_8aafe41b1e4feb91 = []byte{ - // 448 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x53, 0xcd, 0x6e, 0xd3, 0x40, - 0x10, 0xf6, 0x96, 0x92, 0x38, 0xdb, 0x70, 0x59, 0x55, 0xc8, 0x32, 0x60, 0x59, 0xcb, 0x81, 0x9c, - 0xd6, 0x52, 0xb9, 0xf6, 0x02, 0x04, 0x35, 0x91, 0xe0, 0xb2, 0x11, 0x17, 0x6e, 0x6b, 0x33, 0xb1, - 0x57, 0x75, 0xbd, 0xc6, 0xbb, 0x41, 0x84, 0xa7, 0xe0, 0x15, 0x78, 0x1a, 0x38, 0xf6, 0xc8, 0x11, - 0x25, 0xaf, 0xc0, 0x03, 0x20, 0x4f, 0xfe, 0x5a, 0xa0, 0x81, 0x63, 0x4f, 0xf6, 0x7c, 0x33, 0xdf, - 0xcc, 0xf7, 0x8d, 0x66, 0xe9, 0xa3, 0x52, 0x7d, 0x50, 0x49, 0xad, 0x74, 0xa3, 0xab, 0x3c, 0x69, - 0xa0, 0x54, 0xf3, 0x17, 0x2a, 0x2b, 0x40, 0xd4, 0x8d, 0x71, 0x86, 0x1d, 0xb7, 0xe9, 0x0a, 0x9c, - 0x68, 0xbf, 0x62, 0x5d, 0x16, 0x1e, 0xe7, 0x26, 0x37, 0x58, 0x90, 0xb4, 0x7f, 0xab, 0xda, 0x30, - 0xf8, 0xb3, 0xd5, 0x3a, 0xf3, 0x20, 0x37, 0x26, 0x2f, 0x21, 0xc1, 0x28, 0x9d, 0x4d, 0x13, 0xb8, - 0xa8, 0xdd, 0x3a, 0xc9, 0x5f, 0x51, 0x8a, 0x13, 0xdf, 0x58, 0x95, 0x03, 0x7b, 0x48, 0x7b, 0x18, - 0x8d, 0xb4, 0xb3, 0x01, 0x89, 0xc9, 0xe0, 0x50, 0xee, 0x00, 0x16, 0xd3, 0x23, 0x0c, 0x5e, 0x6b, - 0x6b, 0xc1, 0x06, 0x07, 0x98, 0xbf, 0x0a, 0xf1, 0xaf, 0x84, 0xde, 0x93, 0x5b, 0x17, 0x67, 0xe0, - 0xd8, 0x29, 0xed, 0x36, 0xf0, 0x7e, 0x06, 0xd6, 0x61, 0xbf, 0xa3, 0x13, 0x2e, 0xfe, 0x66, 0x4a, - 0x20, 0x4b, 0xae, 0x2a, 0xe5, 0x86, 0xc2, 0x38, 0xed, 0xab, 0x5a, 0x8f, 0x2b, 0x07, 0xcd, 0x54, - 0x65, 0x80, 0x23, 0x7b, 0xf2, 0x1a, 0xd6, 0x6a, 0x4e, 0x4b, 0x93, 0x9d, 0x8f, 0x94, 0x2d, 0x82, - 0x3b, 0x31, 0x19, 0xf4, 0xe5, 0x0e, 0x60, 0x01, 0xed, 0x66, 0x85, 0xd2, 0xd5, 0x78, 0x18, 0x1c, - 0x22, 0x79, 0x13, 0xb6, 0xbc, 0xa9, 0xae, 0x54, 0xa9, 0x3f, 0xc1, 0xbb, 0xe0, 0x6e, 0x4c, 0x06, - 0xbe, 0xdc, 0x01, 0xfc, 0xcb, 0xc1, 0x55, 0x27, 0x93, 0x5b, 0xed, 0x24, 0xa4, 0x7e, 0x3a, 0xcb, - 0xce, 0xc1, 0x8d, 0x87, 0x68, 0xa4, 0x27, 0xb7, 0x31, 0x3b, 0xa5, 0x7e, 0x03, 0xb6, 0x36, 0x95, - 0x85, 0xa0, 0x83, 0xb2, 0xe3, 0xbd, 0xb2, 0xeb, 0x72, 0x2e, 0xb7, 0x8c, 0xeb, 0x3b, 0xea, 0xfe, - 0xb6, 0xa3, 0x93, 0x9f, 0x84, 0xf6, 0x91, 0x06, 0x0d, 0x6e, 0x89, 0x4d, 0xa8, 0x7f, 0x06, 0x0e, - 0x21, 0xf6, 0x78, 0xcf, 0x98, 0xcd, 0x75, 0x84, 0xff, 0xd4, 0xc2, 0x3d, 0x36, 0xa6, 0xfe, 0xe4, - 0xbf, 0x9b, 0x4e, 0xc0, 0x85, 0xf7, 0xc5, 0xea, 0xe0, 0xc5, 0xe6, 0xe0, 0xc5, 0xcb, 0xf6, 0xe0, - 0xb9, 0xc7, 0x86, 0xb4, 0x33, 0x02, 0x55, 0xba, 0x82, 0xdd, 0x50, 0x73, 0x93, 0xa0, 0xdd, 0x13, - 0xe1, 0xde, 0xf3, 0x67, 0xdf, 0x16, 0x11, 0xb9, 0x5c, 0x44, 0xe4, 0xc7, 0x22, 0x22, 0x9f, 0x97, - 0x91, 0x77, 0xb9, 0x8c, 0xbc, 0xef, 0xcb, 0xc8, 0x7b, 0xfb, 0x24, 0xd7, 0xae, 0x98, 0xa5, 0x22, - 0x33, 0x17, 0xc9, 0xba, 0x0f, 0x7e, 0x93, 0x8f, 0xdb, 0x87, 0xe9, 0xe6, 0x35, 0xd8, 0xb4, 0x83, - 0x63, 0x9f, 0xfe, 0x0a, 0x00, 0x00, 0xff, 0xff, 0x77, 0x1a, 0x42, 0xb0, 0x00, 0x04, 0x00, 0x00, +var fileDescriptor_36fbab536e2bbad1 = []byte{ + // 449 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x53, 0xbd, 0x8e, 0xd3, 0x40, + 0x10, 0xf6, 0x1e, 0x47, 0xe2, 0xec, 0x85, 0x66, 0x75, 0x42, 0x96, 0x41, 0x96, 0xb5, 0x08, 0x91, + 0x6a, 0x2d, 0x1d, 0xed, 0x35, 0x40, 0xd0, 0x25, 0x12, 0x34, 0x1b, 0xd1, 0xd0, 0xad, 0xcd, 0xc4, + 0x5e, 0x9d, 0xcf, 0x6b, 0xbc, 0x1b, 0x44, 0x78, 0x0a, 0x5e, 0x81, 0xa7, 0x81, 0xf2, 0x4a, 0x4a, + 0x94, 0xbc, 0x02, 0x0f, 0x80, 0x3c, 0xf9, 0xbb, 0x20, 0x72, 0x50, 0x52, 0xd9, 0xf3, 0xed, 0xf7, + 0xcd, 0xcc, 0x37, 0x9a, 0xa1, 0x8f, 0x4b, 0xf5, 0x41, 0x55, 0xe0, 0x92, 0xf6, 0x9b, 0xd4, 0x4a, + 0x37, 0xba, 0xca, 0x93, 0x06, 0x4a, 0x35, 0x7f, 0xa1, 0xb2, 0x02, 0x44, 0xdd, 0x18, 0x67, 0xd8, + 0xe9, 0x9a, 0x26, 0xda, 0xaf, 0x58, 0xd3, 0xc2, 0xd3, 0xdc, 0xe4, 0x06, 0x09, 0x49, 0xfb, 0xb7, + 0xe2, 0x86, 0xf1, 0xe1, 0x94, 0x6b, 0xc6, 0x83, 0xdc, 0x98, 0xbc, 0x84, 0x04, 0xa3, 0x74, 0x36, + 0x4d, 0xe0, 0xaa, 0x76, 0xeb, 0x47, 0xfe, 0x8a, 0x52, 0xac, 0xfc, 0xc6, 0xaa, 0x1c, 0xd8, 0x43, + 0xda, 0xc3, 0x68, 0xa4, 0x9d, 0x0d, 0x48, 0x4c, 0x06, 0xc7, 0x72, 0x07, 0xb0, 0x98, 0x9e, 0x60, + 0xf0, 0x5a, 0x5b, 0x0b, 0x36, 0x38, 0xc2, 0xf7, 0x9b, 0x10, 0xff, 0x4a, 0xe8, 0x3d, 0xb9, 0x75, + 0x73, 0x01, 0x8e, 0x9d, 0xd3, 0x6e, 0x03, 0xef, 0x67, 0x60, 0x1d, 0xe6, 0x3b, 0x39, 0xe3, 0xe2, + 0x4f, 0xe6, 0x04, 0xaa, 0xe4, 0x8a, 0x29, 0x37, 0x12, 0xc6, 0x69, 0x5f, 0xd5, 0x7a, 0x5c, 0x39, + 0x68, 0xa6, 0x2a, 0x03, 0x2c, 0xd9, 0x93, 0x7b, 0x58, 0xdb, 0x73, 0x5a, 0x9a, 0xec, 0x72, 0xa4, + 0x6c, 0x11, 0xdc, 0x89, 0xc9, 0xa0, 0x2f, 0x77, 0x00, 0x0b, 0x68, 0x37, 0x2b, 0x94, 0xae, 0xc6, + 0xc3, 0xe0, 0x18, 0xc5, 0x9b, 0xb0, 0xd5, 0x4d, 0x75, 0xa5, 0x4a, 0xfd, 0x09, 0xde, 0x05, 0x77, + 0x63, 0x32, 0xf0, 0xe5, 0x0e, 0xe0, 0x5f, 0x8e, 0x6e, 0x3a, 0x99, 0xfc, 0xd7, 0x4e, 0x42, 0xea, + 0xa7, 0xb3, 0xec, 0x12, 0xdc, 0x78, 0x88, 0x46, 0x7a, 0x72, 0x1b, 0xb3, 0x73, 0xea, 0x37, 0x60, + 0x6b, 0x53, 0x59, 0x08, 0x3a, 0xd8, 0x76, 0x7c, 0x6b, 0xdb, 0x75, 0x39, 0x97, 0x5b, 0xc5, 0xfe, + 0x8c, 0xba, 0xbf, 0xcd, 0xe8, 0xec, 0x27, 0xa1, 0x7d, 0x94, 0x41, 0x83, 0x53, 0x62, 0x13, 0xea, + 0x5f, 0x80, 0x43, 0x88, 0x3d, 0xba, 0xa5, 0xcc, 0x66, 0x3b, 0xc2, 0xbf, 0xf6, 0xc2, 0x3d, 0x36, + 0xa6, 0xfe, 0xe4, 0x9f, 0x93, 0x4e, 0xc0, 0x85, 0xf7, 0xc5, 0x6a, 0xe1, 0xc5, 0x66, 0xe1, 0xc5, + 0xcb, 0x76, 0xe1, 0xb9, 0xc7, 0x86, 0xb4, 0x33, 0x02, 0x55, 0xba, 0x82, 0x1d, 0xe0, 0x1c, 0x6a, + 0x68, 0x77, 0x22, 0xdc, 0x7b, 0xfe, 0xec, 0xdb, 0x22, 0x22, 0xd7, 0x8b, 0x88, 0xfc, 0x58, 0x44, + 0xe4, 0xf3, 0x32, 0xf2, 0xae, 0x97, 0x91, 0xf7, 0x7d, 0x19, 0x79, 0x6f, 0x9f, 0xe4, 0xda, 0x15, + 0xb3, 0x54, 0x64, 0xe6, 0x2a, 0xd9, 0x3b, 0xcb, 0x8f, 0xdb, 0xc3, 0x74, 0xf3, 0x1a, 0x6c, 0xda, + 0xc1, 0xb2, 0x4f, 0x7f, 0x05, 0x00, 0x00, 0xff, 0xff, 0x87, 0xcd, 0xc8, 0x2e, 0x10, 0x04, 0x00, + 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -438,7 +441,7 @@ var _RelayerCache_serviceDesc = grpc.ServiceDesc{ }, }, Streams: []grpc.StreamDesc{}, - Metadata: "lava/pairing/relayCache.proto", + Metadata: "lavanet/lava/pairing/relayCache.proto", } func (m *CacheUsage) Marshal() (dAtA []byte, err error) { diff --git a/x/pairing/types/tx.pb.go b/x/pairing/types/tx.pb.go index b2a6993088..43e38c1ef4 100644 --- a/x/pairing/types/tx.pb.go +++ b/x/pairing/types/tx.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/pairing/tx.proto +// source: lavanet/lava/pairing/tx.proto package types @@ -7,9 +7,9 @@ import ( context "context" fmt "fmt" types "github.com/cosmos/cosmos-sdk/types" - _ "github.com/gogo/protobuf/gogoproto" - grpc1 "github.com/gogo/protobuf/grpc" - proto "github.com/gogo/protobuf/proto" + _ "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" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" @@ -43,7 +43,7 @@ func (m *MsgStakeProvider) Reset() { *m = MsgStakeProvider{} } func (m *MsgStakeProvider) String() string { return proto.CompactTextString(m) } func (*MsgStakeProvider) ProtoMessage() {} func (*MsgStakeProvider) Descriptor() ([]byte, []int) { - return fileDescriptor_e7ab156ace322010, []int{0} + return fileDescriptor_07b85a84d2198a91, []int{0} } func (m *MsgStakeProvider) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -121,7 +121,7 @@ func (m *MsgStakeProviderResponse) Reset() { *m = MsgStakeProviderRespon func (m *MsgStakeProviderResponse) String() string { return proto.CompactTextString(m) } func (*MsgStakeProviderResponse) ProtoMessage() {} func (*MsgStakeProviderResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_e7ab156ace322010, []int{1} + return fileDescriptor_07b85a84d2198a91, []int{1} } func (m *MsgStakeProviderResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -159,7 +159,7 @@ func (m *MsgUnstakeProvider) Reset() { *m = MsgUnstakeProvider{} } func (m *MsgUnstakeProvider) String() string { return proto.CompactTextString(m) } func (*MsgUnstakeProvider) ProtoMessage() {} func (*MsgUnstakeProvider) Descriptor() ([]byte, []int) { - return fileDescriptor_e7ab156ace322010, []int{2} + return fileDescriptor_07b85a84d2198a91, []int{2} } func (m *MsgUnstakeProvider) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -209,7 +209,7 @@ func (m *MsgUnstakeProviderResponse) Reset() { *m = MsgUnstakeProviderRe func (m *MsgUnstakeProviderResponse) String() string { return proto.CompactTextString(m) } func (*MsgUnstakeProviderResponse) ProtoMessage() {} func (*MsgUnstakeProviderResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_e7ab156ace322010, []int{3} + return fileDescriptor_07b85a84d2198a91, []int{3} } func (m *MsgUnstakeProviderResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -248,7 +248,7 @@ func (m *MsgRelayPayment) Reset() { *m = MsgRelayPayment{} } func (m *MsgRelayPayment) String() string { return proto.CompactTextString(m) } func (*MsgRelayPayment) ProtoMessage() {} func (*MsgRelayPayment) Descriptor() ([]byte, []int) { - return fileDescriptor_e7ab156ace322010, []int{4} + return fileDescriptor_07b85a84d2198a91, []int{4} } func (m *MsgRelayPayment) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -305,7 +305,7 @@ func (m *MsgRelayPaymentResponse) Reset() { *m = MsgRelayPaymentResponse func (m *MsgRelayPaymentResponse) String() string { return proto.CompactTextString(m) } func (*MsgRelayPaymentResponse) ProtoMessage() {} func (*MsgRelayPaymentResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_e7ab156ace322010, []int{5} + return fileDescriptor_07b85a84d2198a91, []int{5} } func (m *MsgRelayPaymentResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -344,7 +344,7 @@ func (m *MsgFreezeProvider) Reset() { *m = MsgFreezeProvider{} } func (m *MsgFreezeProvider) String() string { return proto.CompactTextString(m) } func (*MsgFreezeProvider) ProtoMessage() {} func (*MsgFreezeProvider) Descriptor() ([]byte, []int) { - return fileDescriptor_e7ab156ace322010, []int{6} + return fileDescriptor_07b85a84d2198a91, []int{6} } func (m *MsgFreezeProvider) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -401,7 +401,7 @@ func (m *MsgFreezeProviderResponse) Reset() { *m = MsgFreezeProviderResp func (m *MsgFreezeProviderResponse) String() string { return proto.CompactTextString(m) } func (*MsgFreezeProviderResponse) ProtoMessage() {} func (*MsgFreezeProviderResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_e7ab156ace322010, []int{7} + return fileDescriptor_07b85a84d2198a91, []int{7} } func (m *MsgFreezeProviderResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -439,7 +439,7 @@ func (m *MsgUnfreezeProvider) Reset() { *m = MsgUnfreezeProvider{} } func (m *MsgUnfreezeProvider) String() string { return proto.CompactTextString(m) } func (*MsgUnfreezeProvider) ProtoMessage() {} func (*MsgUnfreezeProvider) Descriptor() ([]byte, []int) { - return fileDescriptor_e7ab156ace322010, []int{8} + return fileDescriptor_07b85a84d2198a91, []int{8} } func (m *MsgUnfreezeProvider) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -489,7 +489,7 @@ func (m *MsgUnfreezeProviderResponse) Reset() { *m = MsgUnfreezeProvider func (m *MsgUnfreezeProviderResponse) String() string { return proto.CompactTextString(m) } func (*MsgUnfreezeProviderResponse) ProtoMessage() {} func (*MsgUnfreezeProviderResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_e7ab156ace322010, []int{9} + return fileDescriptor_07b85a84d2198a91, []int{9} } func (m *MsgUnfreezeProviderResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -531,49 +531,49 @@ func init() { proto.RegisterType((*MsgUnfreezeProviderResponse)(nil), "lavanet.lava.pairing.MsgUnfreezeProviderResponse") } -func init() { proto.RegisterFile("lava/pairing/tx.proto", fileDescriptor_e7ab156ace322010) } - -var fileDescriptor_e7ab156ace322010 = []byte{ - // 610 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x55, 0x4f, 0x6f, 0xd4, 0x3e, - 0x10, 0xdd, 0x74, 0xf3, 0xdb, 0x5f, 0x77, 0x0a, 0xb4, 0x0d, 0x05, 0xd2, 0x14, 0x42, 0x14, 0x04, - 0x5d, 0x24, 0x70, 0x68, 0x39, 0x20, 0x71, 0xa3, 0xfc, 0x07, 0xad, 0x54, 0xa5, 0xe2, 0xc2, 0xcd, - 0x9b, 0x35, 0xae, 0x69, 0x63, 0x47, 0xb1, 0x5b, 0xb5, 0x9c, 0xf9, 0x00, 0xdc, 0x39, 0xf1, 0x6d, - 0x7a, 0xec, 0x91, 0x13, 0x42, 0xed, 0x17, 0x41, 0x49, 0xbc, 0x69, 0x93, 0xdd, 0xad, 0x22, 0xc1, - 0xc9, 0x1e, 0xcf, 0xf3, 0x7b, 0x33, 0xcf, 0xb3, 0x1b, 0xb8, 0xb6, 0x8b, 0xf7, 0x71, 0x90, 0x60, - 0x96, 0x32, 0x4e, 0x03, 0x75, 0x80, 0x92, 0x54, 0x28, 0x61, 0x2d, 0x65, 0xc7, 0x9c, 0x28, 0x94, - 0xad, 0x48, 0xa7, 0x1d, 0x37, 0x12, 0x32, 0x16, 0x32, 0x18, 0x60, 0x49, 0x82, 0xfd, 0xb5, 0x01, - 0x51, 0x78, 0x2d, 0x88, 0x04, 0xe3, 0xc5, 0x2d, 0x67, 0x89, 0x0a, 0x2a, 0xf2, 0x6d, 0x90, 0xed, - 0xf4, 0xa9, 0x97, 0x4b, 0x90, 0x44, 0x44, 0xdb, 0x52, 0x89, 0x14, 0x53, 0x12, 0x10, 0x3e, 0x4c, - 0x04, 0xe3, 0x4a, 0x23, 0xec, 0x4a, 0x11, 0x29, 0xd9, 0xc5, 0x87, 0x45, 0xc6, 0xff, 0x3a, 0x03, - 0x0b, 0x7d, 0x49, 0xb7, 0x14, 0xde, 0x21, 0x9b, 0xa9, 0xd8, 0x67, 0x43, 0x92, 0x5a, 0x36, 0xfc, - 0x1f, 0xa5, 0x04, 0x2b, 0x91, 0xda, 0x86, 0x67, 0xf4, 0xba, 0xe1, 0x28, 0xcc, 0x33, 0xdb, 0x98, - 0xf1, 0xb7, 0x2f, 0xec, 0x19, 0x9d, 0x29, 0x42, 0xeb, 0x09, 0x74, 0x70, 0x2c, 0xf6, 0xb8, 0xb2, - 0xdb, 0x9e, 0xd1, 0x9b, 0x5b, 0x5f, 0x46, 0x45, 0x2f, 0x28, 0xeb, 0x05, 0xe9, 0x5e, 0xd0, 0x73, - 0xc1, 0xf8, 0x86, 0x79, 0xf4, 0xeb, 0x76, 0x2b, 0xd4, 0x70, 0xeb, 0x35, 0x74, 0x47, 0xd5, 0x4a, - 0xdb, 0xf4, 0xda, 0xbd, 0xb9, 0xf5, 0x3b, 0xa8, 0xe2, 0xce, 0xf9, 0xce, 0xd0, 0x4b, 0x8d, 0xd5, - 0x2c, 0x67, 0x77, 0x2d, 0x0f, 0xe6, 0x28, 0x11, 0xbb, 0x22, 0xc2, 0x8a, 0x09, 0x6e, 0xff, 0xe7, - 0x19, 0x3d, 0x33, 0x3c, 0x7f, 0x94, 0x55, 0x1f, 0x0b, 0xce, 0x76, 0x48, 0x6a, 0x77, 0x8a, 0xea, - 0x75, 0xe8, 0x3b, 0x60, 0xd7, 0x5d, 0x08, 0x89, 0x4c, 0x04, 0x97, 0xc4, 0x7f, 0x03, 0x56, 0x5f, - 0xd2, 0x0f, 0x5c, 0xfe, 0xad, 0x47, 0xfe, 0x4d, 0x70, 0xc6, 0x99, 0x4a, 0x9d, 0xef, 0x06, 0xcc, - 0xf7, 0x25, 0x0d, 0xb3, 0xd7, 0xd9, 0xc4, 0x87, 0x31, 0xe1, 0xea, 0x02, 0x95, 0xa7, 0xd0, 0xc9, - 0xdf, 0x51, 0xda, 0x33, 0xb9, 0x67, 0x3e, 0x9a, 0x34, 0x51, 0x28, 0x67, 0xdb, 0x22, 0x52, 0x32, - 0xc1, 0x43, 0x7d, 0xc3, 0x7a, 0x00, 0x8b, 0x43, 0x22, 0xa3, 0x94, 0x25, 0x99, 0x2d, 0x5b, 0x2a, - 0x43, 0xda, 0x66, 0xce, 0x3f, 0x9e, 0x78, 0x67, 0xce, 0xb6, 0x17, 0x4c, 0x7f, 0x19, 0x6e, 0xd4, - 0x8a, 0x2b, 0x0b, 0xc7, 0xb0, 0xd8, 0x97, 0xf4, 0x55, 0x4a, 0xc8, 0x97, 0x26, 0xfe, 0x38, 0x30, - 0x5b, 0x18, 0x32, 0x2c, 0x6a, 0xef, 0x86, 0x65, 0x6c, 0x5d, 0xcf, 0xba, 0xc2, 0x52, 0xf0, 0x7c, - 0x8a, 0xba, 0xa1, 0x8e, 0xfc, 0x15, 0x58, 0x1e, 0x93, 0x28, 0xf5, 0xdf, 0xc3, 0xd5, 0xdc, 0xd6, - 0x4f, 0xff, 0xa0, 0x02, 0xff, 0x16, 0xac, 0x4c, 0x20, 0x1b, 0x69, 0xad, 0xff, 0x30, 0xa1, 0xdd, - 0x97, 0xd4, 0xa2, 0x70, 0xb9, 0xfa, 0x9b, 0xb9, 0x37, 0xd9, 0xff, 0xfa, 0x54, 0x39, 0xa8, 0x19, - 0x6e, 0x24, 0x68, 0xc5, 0x30, 0x5f, 0x1f, 0xbd, 0xde, 0x54, 0x8a, 0x1a, 0xd2, 0x79, 0xd4, 0x14, - 0x59, 0xca, 0x0d, 0xe1, 0x52, 0x65, 0x00, 0xef, 0x4e, 0x65, 0x38, 0x0f, 0x73, 0x1e, 0x36, 0x82, - 0x95, 0x2a, 0x9f, 0xe1, 0x4a, 0x6d, 0x5c, 0x56, 0xa7, 0x12, 0x54, 0x81, 0x4e, 0xd0, 0x10, 0x58, - 0x6a, 0x25, 0xb0, 0x30, 0x36, 0x1a, 0xf7, 0x2f, 0xf0, 0xa5, 0x0a, 0x75, 0xd6, 0x1a, 0x43, 0x47, - 0x8a, 0x1b, 0xcf, 0x8e, 0x4e, 0x5c, 0xe3, 0xf8, 0xc4, 0x35, 0x7e, 0x9f, 0xb8, 0xc6, 0xb7, 0x53, - 0xb7, 0x75, 0x7c, 0xea, 0xb6, 0x7e, 0x9e, 0xba, 0xad, 0x8f, 0xab, 0x94, 0xa9, 0xed, 0xbd, 0x01, - 0x8a, 0x44, 0x1c, 0x68, 0xda, 0x7c, 0x0d, 0x0e, 0xce, 0xbe, 0x10, 0x87, 0x09, 0x91, 0x83, 0x4e, - 0xfe, 0xef, 0xfc, 0xf8, 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x45, 0x98, 0xee, 0xf2, 0x3e, 0x06, - 0x00, 0x00, +func init() { proto.RegisterFile("lavanet/lava/pairing/tx.proto", fileDescriptor_07b85a84d2198a91) } + +var fileDescriptor_07b85a84d2198a91 = []byte{ + // 611 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x55, 0x4f, 0x4f, 0xd4, 0x4e, + 0x18, 0xde, 0xb2, 0xfd, 0xed, 0x8f, 0x7d, 0x51, 0x81, 0x4a, 0xb4, 0x14, 0xa9, 0x9b, 0x1a, 0xa5, + 0x26, 0x3a, 0x15, 0x3c, 0x98, 0x78, 0x13, 0xff, 0x6b, 0x36, 0x21, 0x25, 0x5e, 0xbc, 0xcd, 0x76, + 0xc7, 0x61, 0x84, 0xce, 0x34, 0x9d, 0x81, 0x80, 0x67, 0x3f, 0x80, 0x77, 0x4f, 0x7e, 0x1b, 0x8e, + 0x1c, 0x3d, 0x19, 0x03, 0x5f, 0xc4, 0xb4, 0x9d, 0x2d, 0xb4, 0xbb, 0x4b, 0x9a, 0xe8, 0xa9, 0x7d, + 0xfb, 0x3e, 0xf3, 0x3c, 0xcf, 0xfb, 0xf4, 0xdd, 0x2e, 0xac, 0xee, 0xe1, 0x03, 0xcc, 0x89, 0x0a, + 0xb2, 0x6b, 0x90, 0x60, 0x96, 0x32, 0x4e, 0x03, 0x75, 0x88, 0x92, 0x54, 0x28, 0x61, 0x2d, 0xe9, + 0x36, 0xca, 0xae, 0x48, 0xb7, 0x1d, 0x37, 0x12, 0x32, 0x16, 0x32, 0x18, 0x60, 0x49, 0x82, 0x83, + 0xf5, 0x01, 0x51, 0x78, 0x3d, 0x88, 0x04, 0xe3, 0xc5, 0x29, 0x67, 0x89, 0x0a, 0x2a, 0xf2, 0xdb, + 0x20, 0xbb, 0xd3, 0x4f, 0xfd, 0x8a, 0x14, 0x49, 0x44, 0xb4, 0x23, 0x95, 0x48, 0x31, 0x25, 0x01, + 0xe1, 0xc3, 0x44, 0x30, 0xae, 0x34, 0xb2, 0x37, 0xd1, 0x54, 0x4a, 0xf6, 0xf0, 0x51, 0x81, 0xf0, + 0xbe, 0xce, 0xc0, 0x42, 0x5f, 0xd2, 0x6d, 0x85, 0x77, 0xc9, 0x56, 0x2a, 0x0e, 0xd8, 0x90, 0xa4, + 0x96, 0x0d, 0xff, 0x47, 0x29, 0xc1, 0x4a, 0xa4, 0xb6, 0xd1, 0x33, 0xfc, 0x6e, 0x38, 0x2a, 0xf3, + 0xce, 0x0e, 0x66, 0xfc, 0xed, 0x0b, 0x7b, 0x46, 0x77, 0x8a, 0xd2, 0x7a, 0x02, 0x1d, 0x1c, 0x8b, + 0x7d, 0xae, 0xec, 0x76, 0xcf, 0xf0, 0xe7, 0x36, 0x96, 0x51, 0x31, 0x1b, 0xca, 0x66, 0x43, 0x7a, + 0x36, 0xf4, 0x5c, 0x30, 0xbe, 0x69, 0x1e, 0xff, 0xba, 0xdd, 0x0a, 0x35, 0xdc, 0x7a, 0x0d, 0xdd, + 0x91, 0x6b, 0x69, 0x9b, 0xbd, 0xb6, 0x3f, 0xb7, 0x71, 0x07, 0x55, 0xd2, 0xba, 0x38, 0x21, 0x7a, + 0xa9, 0xb1, 0x9a, 0xe5, 0xfc, 0xac, 0xd5, 0x83, 0x39, 0x4a, 0xc4, 0x9e, 0x88, 0xb0, 0x62, 0x82, + 0xdb, 0xff, 0xf5, 0x0c, 0xdf, 0x0c, 0x2f, 0x3e, 0xca, 0xdc, 0xc7, 0x82, 0xb3, 0x5d, 0x92, 0xda, + 0x9d, 0xc2, 0xbd, 0x2e, 0x3d, 0x07, 0xec, 0x7a, 0x0a, 0x21, 0x91, 0x89, 0xe0, 0x92, 0x78, 0x6f, + 0xc0, 0xea, 0x4b, 0xfa, 0x81, 0xcb, 0xbf, 0xcd, 0xc8, 0xbb, 0x05, 0xce, 0x38, 0x53, 0xa9, 0xf3, + 0xdd, 0x80, 0xf9, 0xbe, 0xa4, 0x61, 0xf6, 0x76, 0xb6, 0xf0, 0x51, 0x4c, 0xb8, 0xba, 0x44, 0xe5, + 0x29, 0x74, 0xf2, 0xf7, 0x28, 0xed, 0x99, 0x3c, 0x33, 0x0f, 0x4d, 0xda, 0x30, 0x94, 0xb3, 0x6d, + 0x13, 0x29, 0x99, 0xe0, 0xa1, 0x3e, 0x61, 0x3d, 0x80, 0xc5, 0x21, 0x91, 0x51, 0xca, 0x92, 0x2c, + 0x96, 0x6d, 0x95, 0x21, 0x6d, 0x33, 0xe7, 0x1f, 0x6f, 0xbc, 0x33, 0x67, 0xdb, 0x0b, 0xa6, 0xb7, + 0x0c, 0x37, 0x6b, 0xe6, 0x4a, 0xe3, 0x18, 0x16, 0xfb, 0x92, 0xbe, 0x4a, 0x09, 0xf9, 0xd2, 0x24, + 0x1f, 0x07, 0x66, 0x8b, 0x40, 0x86, 0x85, 0xf7, 0x6e, 0x58, 0xd6, 0xd6, 0x8d, 0x6c, 0x2a, 0x2c, + 0x05, 0xcf, 0xb7, 0xa8, 0x1b, 0xea, 0xca, 0x5b, 0x81, 0xe5, 0x31, 0x89, 0x52, 0xff, 0x3d, 0x5c, + 0xcf, 0x63, 0xfd, 0xf4, 0x0f, 0x1c, 0x78, 0xab, 0xb0, 0x32, 0x81, 0x6c, 0xa4, 0xb5, 0xf1, 0xc3, + 0x84, 0x76, 0x5f, 0x52, 0x8b, 0xc2, 0xd5, 0xea, 0x6f, 0xe6, 0xde, 0xe4, 0xfc, 0xeb, 0x5b, 0xe5, + 0xa0, 0x66, 0xb8, 0x91, 0xa0, 0x15, 0xc3, 0x7c, 0x7d, 0xf5, 0xfc, 0xa9, 0x14, 0x35, 0xa4, 0xf3, + 0xa8, 0x29, 0xb2, 0x94, 0x1b, 0xc2, 0x95, 0xca, 0x02, 0xde, 0x9d, 0xca, 0x70, 0x11, 0xe6, 0x3c, + 0x6c, 0x04, 0x2b, 0x55, 0x3e, 0xc3, 0xb5, 0xda, 0xba, 0xac, 0x4d, 0x25, 0xa8, 0x02, 0x9d, 0xa0, + 0x21, 0xb0, 0xd4, 0x4a, 0x60, 0x61, 0x6c, 0x35, 0xee, 0x5f, 0x92, 0x4b, 0x15, 0xea, 0xac, 0x37, + 0x86, 0x8e, 0x14, 0x37, 0x9f, 0x1d, 0x9f, 0xba, 0xc6, 0xc9, 0xa9, 0x6b, 0xfc, 0x3e, 0x75, 0x8d, + 0x6f, 0x67, 0x6e, 0xeb, 0xe4, 0xcc, 0x6d, 0xfd, 0x3c, 0x73, 0x5b, 0x1f, 0xd7, 0x28, 0x53, 0x3b, + 0xfb, 0x03, 0x14, 0x89, 0x38, 0xa8, 0x7c, 0x9a, 0x0f, 0xcf, 0xff, 0x31, 0x8e, 0x12, 0x22, 0x07, + 0x9d, 0xfc, 0xeb, 0xfc, 0xf8, 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x12, 0xcb, 0x8e, 0xd0, 0x56, + 0x06, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -797,7 +797,7 @@ var _Msg_serviceDesc = grpc.ServiceDesc{ }, }, Streams: []grpc.StreamDesc{}, - Metadata: "lava/pairing/tx.proto", + Metadata: "lavanet/lava/pairing/tx.proto", } func (m *MsgStakeProvider) Marshal() (dAtA []byte, err error) { diff --git a/x/pairing/types/unique_payment_storage_client_provider.pb.go b/x/pairing/types/unique_payment_storage_client_provider.pb.go index 34604fd7b6..93a35419f7 100644 --- a/x/pairing/types/unique_payment_storage_client_provider.pb.go +++ b/x/pairing/types/unique_payment_storage_client_provider.pb.go @@ -1,11 +1,11 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/pairing/unique_payment_storage_client_provider.proto +// source: lavanet/lava/pairing/unique_payment_storage_client_provider.proto package types import ( fmt "fmt" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -32,7 +32,7 @@ func (m *UniquePaymentStorageClientProvider) Reset() { *m = UniquePaymen func (m *UniquePaymentStorageClientProvider) String() string { return proto.CompactTextString(m) } func (*UniquePaymentStorageClientProvider) ProtoMessage() {} func (*UniquePaymentStorageClientProvider) Descriptor() ([]byte, []int) { - return fileDescriptor_450d2baa36285d86, []int{0} + return fileDescriptor_de8e31c04724b0b7, []int{0} } func (m *UniquePaymentStorageClientProvider) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -87,25 +87,25 @@ func init() { } func init() { - proto.RegisterFile("lava/pairing/unique_payment_storage_client_provider.proto", fileDescriptor_450d2baa36285d86) + proto.RegisterFile("lavanet/lava/pairing/unique_payment_storage_client_provider.proto", fileDescriptor_de8e31c04724b0b7) } -var fileDescriptor_450d2baa36285d86 = []byte{ +var fileDescriptor_de8e31c04724b0b7 = []byte{ // 221 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xb2, 0xcc, 0x49, 0x2c, 0x4b, - 0xd4, 0x2f, 0x48, 0xcc, 0x2c, 0xca, 0xcc, 0x4b, 0xd7, 0x2f, 0xcd, 0xcb, 0x2c, 0x2c, 0x4d, 0x8d, - 0x2f, 0x48, 0xac, 0xcc, 0x4d, 0xcd, 0x2b, 0x89, 0x2f, 0x2e, 0xc9, 0x2f, 0x4a, 0x4c, 0x4f, 0x8d, - 0x4f, 0xce, 0xc9, 0x04, 0x71, 0x0b, 0x8a, 0xf2, 0xcb, 0x32, 0x53, 0x52, 0x8b, 0xf4, 0x0a, 0x8a, - 0xf2, 0x4b, 0xf2, 0x85, 0x44, 0x40, 0x5a, 0xf3, 0x52, 0x4b, 0xf4, 0x40, 0xb4, 0x1e, 0xd4, 0x08, - 0xa5, 0x0c, 0x2e, 0xa5, 0x50, 0xb0, 0x29, 0x01, 0x10, 0x43, 0x82, 0x21, 0x66, 0x38, 0x83, 0x8d, - 0x08, 0x80, 0x9a, 0x20, 0x24, 0xc2, 0xc5, 0x9a, 0x99, 0x97, 0x92, 0x5a, 0x21, 0xc1, 0xa8, 0xc0, - 0xa8, 0xc1, 0x19, 0x04, 0xe1, 0x80, 0x44, 0x93, 0x72, 0xf2, 0x93, 0xb3, 0x25, 0x98, 0x14, 0x18, - 0x35, 0x58, 0x82, 0x20, 0x1c, 0x21, 0x31, 0x2e, 0xb6, 0xd2, 0xe2, 0xd4, 0x14, 0xe7, 0x50, 0x09, - 0x66, 0xb0, 0x30, 0x94, 0xe7, 0xe4, 0x78, 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, 0xea, 0xe9, 0x99, 0x25, 0x19, 0xa5, 0x49, 0x7a, 0xc9, 0xf9, 0xb9, 0xfa, 0x50, 0x47, 0x82, - 0x69, 0xfd, 0x0a, 0xb8, 0x4f, 0x4b, 0x2a, 0x0b, 0x52, 0x8b, 0x93, 0xd8, 0xc0, 0x3e, 0x31, 0x06, - 0x04, 0x00, 0x00, 0xff, 0xff, 0x60, 0xb5, 0xb9, 0x3c, 0x06, 0x01, 0x00, 0x00, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x72, 0xcc, 0x49, 0x2c, 0x4b, + 0xcc, 0x4b, 0x2d, 0xd1, 0x07, 0xd1, 0xfa, 0x05, 0x89, 0x99, 0x45, 0x99, 0x79, 0xe9, 0xfa, 0xa5, + 0x79, 0x99, 0x85, 0xa5, 0xa9, 0xf1, 0x05, 0x89, 0x95, 0xb9, 0xa9, 0x79, 0x25, 0xf1, 0xc5, 0x25, + 0xf9, 0x45, 0x89, 0xe9, 0xa9, 0xf1, 0xc9, 0x39, 0x99, 0x20, 0x6e, 0x41, 0x51, 0x7e, 0x59, 0x66, + 0x4a, 0x6a, 0x91, 0x5e, 0x41, 0x51, 0x7e, 0x49, 0xbe, 0x90, 0x08, 0xd4, 0x08, 0x3d, 0x10, 0xad, + 0x07, 0x35, 0x42, 0x29, 0x83, 0x4b, 0x29, 0x14, 0x6c, 0x4a, 0x00, 0xc4, 0x90, 0x60, 0x88, 0x19, + 0xce, 0x60, 0x23, 0x02, 0xa0, 0x26, 0x08, 0x89, 0x70, 0xb1, 0x66, 0xe6, 0xa5, 0xa4, 0x56, 0x48, + 0x30, 0x2a, 0x30, 0x6a, 0x70, 0x06, 0x41, 0x38, 0x20, 0xd1, 0xa4, 0x9c, 0xfc, 0xe4, 0x6c, 0x09, + 0x26, 0x05, 0x46, 0x0d, 0x96, 0x20, 0x08, 0x47, 0x48, 0x8c, 0x8b, 0xad, 0xb4, 0x38, 0x35, 0xc5, + 0x39, 0x54, 0x82, 0x19, 0x2c, 0x0c, 0xe5, 0x39, 0x39, 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, 0x7a, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x3e, + 0x8a, 0x3f, 0x2b, 0xe0, 0x3e, 0x2d, 0xa9, 0x2c, 0x48, 0x2d, 0x4e, 0x62, 0x03, 0xfb, 0xc4, 0x18, + 0x10, 0x00, 0x00, 0xff, 0xff, 0xb6, 0x9a, 0x51, 0x54, 0x0e, 0x01, 0x00, 0x00, } func (m *UniquePaymentStorageClientProvider) Marshal() (dAtA []byte, err error) { diff --git a/x/plans/types/genesis.pb.go b/x/plans/types/genesis.pb.go index 35ce94ad4a..99d5eb157e 100644 --- a/x/plans/types/genesis.pb.go +++ b/x/plans/types/genesis.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/plans/genesis.proto +// source: lavanet/lava/plans/genesis.proto package types import ( fmt "fmt" - _ "github.com/gogo/protobuf/gogoproto" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + proto "github.com/cosmos/gogoproto/proto" types "github.com/lavanet/lava/common/types" io "io" math "math" @@ -34,7 +34,7 @@ func (m *GenesisState) Reset() { *m = GenesisState{} } func (m *GenesisState) String() string { return proto.CompactTextString(m) } func (*GenesisState) ProtoMessage() {} func (*GenesisState) Descriptor() ([]byte, []int) { - return fileDescriptor_2fca14310e0ada5d, []int{0} + return fileDescriptor_714273f6abd9b14c, []int{0} } func (m *GenesisState) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -81,26 +81,26 @@ func init() { proto.RegisterType((*GenesisState)(nil), "lavanet.lava.plans.GenesisState") } -func init() { proto.RegisterFile("lava/plans/genesis.proto", fileDescriptor_2fca14310e0ada5d) } +func init() { proto.RegisterFile("lavanet/lava/plans/genesis.proto", fileDescriptor_714273f6abd9b14c) } -var fileDescriptor_2fca14310e0ada5d = []byte{ - // 248 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xc8, 0x49, 0x2c, 0x4b, - 0xd4, 0x2f, 0xc8, 0x49, 0xcc, 0x2b, 0xd6, 0x4f, 0x4f, 0xcd, 0x4b, 0x2d, 0xce, 0x2c, 0xd6, 0x2b, - 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x02, 0xc9, 0xe4, 0xa5, 0x96, 0xe8, 0x81, 0x68, 0x3d, 0xb0, - 0x0a, 0x29, 0x91, 0xf4, 0xfc, 0xf4, 0x7c, 0xb0, 0xb4, 0x3e, 0x88, 0x05, 0x51, 0x29, 0x25, 0x8e, - 0x64, 0x46, 0x41, 0x62, 0x51, 0x62, 0x2e, 0xd4, 0x08, 0x29, 0x79, 0xb0, 0x44, 0x72, 0x7e, 0x6e, - 0x6e, 0x7e, 0x9e, 0x7e, 0x5a, 0x66, 0x45, 0x62, 0x49, 0x66, 0x7e, 0x9e, 0x6b, 0x5e, 0x49, 0x51, - 0x25, 0x44, 0x81, 0x52, 0x27, 0x23, 0x17, 0x8f, 0x3b, 0xc4, 0xd6, 0xe0, 0x92, 0xc4, 0x92, 0x54, - 0x21, 0x0b, 0x2e, 0x36, 0x88, 0x09, 0x12, 0x8c, 0x0a, 0x8c, 0x1a, 0xdc, 0x46, 0x52, 0x7a, 0x98, - 0xae, 0xd0, 0x0b, 0x00, 0xab, 0x70, 0x62, 0x39, 0x71, 0x4f, 0x9e, 0x21, 0x08, 0xaa, 0x5e, 0xc8, - 0x9e, 0x8b, 0x1d, 0x2c, 0xeb, 0x16, 0x2c, 0xc1, 0xa4, 0xc0, 0xac, 0xc1, 0x6d, 0x24, 0x8f, 0xaa, - 0x15, 0xe2, 0x0a, 0xbd, 0xa0, 0xc4, 0x72, 0xdf, 0xd4, 0xe2, 0xe2, 0xc4, 0xf4, 0x54, 0xa8, 0x7e, - 0x98, 0x2e, 0x27, 0xfb, 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, 0x4d, - 0xcf, 0x2c, 0xc9, 0x28, 0x4d, 0x02, 0x19, 0xa1, 0x0f, 0x35, 0x13, 0x4c, 0xeb, 0x57, 0x40, 0x3d, - 0x5d, 0x52, 0x59, 0x90, 0x5a, 0x9c, 0xc4, 0x06, 0xf6, 0x93, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, - 0xcf, 0x77, 0x2a, 0x5d, 0x53, 0x01, 0x00, 0x00, +var fileDescriptor_714273f6abd9b14c = []byte{ + // 249 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, + 0x5a, 0x0f, 0xac, 0x42, 0x4a, 0x24, 0x3d, 0x3f, 0x3d, 0x1f, 0x2c, 0xad, 0x0f, 0x62, 0x41, 0x54, + 0x4a, 0xc9, 0x63, 0x31, 0xab, 0x20, 0xb1, 0x28, 0x31, 0x17, 0x6a, 0x94, 0x94, 0x3a, 0x8a, 0x82, + 0xe4, 0xfc, 0xdc, 0xdc, 0xfc, 0x3c, 0xfd, 0xb4, 0xcc, 0x8a, 0xc4, 0x92, 0xcc, 0xfc, 0x3c, 0xd7, + 0xbc, 0x92, 0xa2, 0x4a, 0x88, 0x42, 0xa5, 0x4e, 0x46, 0x2e, 0x1e, 0x77, 0x88, 0x2b, 0x82, 0x4b, + 0x12, 0x4b, 0x52, 0x85, 0x2c, 0xb8, 0xd8, 0x20, 0x26, 0x49, 0x30, 0x2a, 0x30, 0x6a, 0x70, 0x1b, + 0x49, 0xe9, 0x61, 0xba, 0x4a, 0x2f, 0x00, 0xac, 0xc2, 0x89, 0xe5, 0xc4, 0x3d, 0x79, 0x86, 0x20, + 0xa8, 0x7a, 0x21, 0x7b, 0x2e, 0x76, 0xb0, 0xac, 0x5b, 0xb0, 0x04, 0x93, 0x02, 0xb3, 0x06, 0xb7, + 0x91, 0x3c, 0xaa, 0x56, 0x88, 0x2b, 0xf4, 0x82, 0x12, 0xcb, 0x7d, 0x53, 0x8b, 0x8b, 0x13, 0xd3, + 0x53, 0xa1, 0xfa, 0x61, 0xba, 0x9c, 0xec, 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, 0x35, 0x3d, 0xb3, 0x24, 0xa3, 0x34, 0x09, 0x64, 0x84, 0x3e, 0x8a, 0xcf, 0x2a, 0xa0, + 0x9e, 0x2f, 0xa9, 0x2c, 0x48, 0x2d, 0x4e, 0x62, 0x03, 0xfb, 0xc9, 0x18, 0x10, 0x00, 0x00, 0xff, + 0xff, 0x51, 0xdf, 0xa3, 0x10, 0x6b, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/plans/types/params.pb.go b/x/plans/types/params.pb.go index 84d4717a6e..b4319a839f 100644 --- a/x/plans/types/params.pb.go +++ b/x/plans/types/params.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/plans/params.proto +// source: lavanet/lava/plans/params.proto package types import ( fmt "fmt" - _ "github.com/gogo/protobuf/gogoproto" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -30,7 +30,7 @@ type Params struct { func (m *Params) Reset() { *m = Params{} } func (*Params) ProtoMessage() {} func (*Params) Descriptor() ([]byte, []int) { - return fileDescriptor_4a7ea1982d7726d5, []int{0} + return fileDescriptor_bb70e7895581f8ab, []int{0} } func (m *Params) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -63,19 +63,19 @@ func init() { proto.RegisterType((*Params)(nil), "lavanet.lava.plans.Params") } -func init() { proto.RegisterFile("lava/plans/params.proto", fileDescriptor_4a7ea1982d7726d5) } +func init() { proto.RegisterFile("lavanet/lava/plans/params.proto", fileDescriptor_bb70e7895581f8ab) } -var fileDescriptor_4a7ea1982d7726d5 = []byte{ +var fileDescriptor_bb70e7895581f8ab = []byte{ // 146 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0xcf, 0x49, 0x2c, 0x4b, - 0xd4, 0x2f, 0xc8, 0x49, 0xcc, 0x2b, 0xd6, 0x2f, 0x48, 0x2c, 0x4a, 0xcc, 0x2d, 0xd6, 0x2b, 0x28, - 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x02, 0x49, 0xe4, 0xa5, 0x96, 0xe8, 0x81, 0x68, 0x3d, 0xb0, 0x02, - 0x29, 0x91, 0xf4, 0xfc, 0xf4, 0x7c, 0xb0, 0xb4, 0x3e, 0x88, 0x05, 0x51, 0xa9, 0xc4, 0xc7, 0xc5, - 0x16, 0x00, 0xd6, 0x69, 0xc5, 0x32, 0x63, 0x81, 0x3c, 0x83, 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, 0x43, 0x8d, 0x07, 0xd3, 0xfa, 0x15, 0x50, 0x17, 0x94, 0x54, 0x16, 0xa4, 0x16, 0x27, - 0xb1, 0x81, 0xcd, 0x35, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0xcc, 0xaa, 0x00, 0x6c, 0x9c, 0x00, + 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, + 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, } diff --git a/x/plans/types/plan.pb.go b/x/plans/types/plan.pb.go index 668cb1449d..94817bab1e 100644 --- a/x/plans/types/plan.pb.go +++ b/x/plans/types/plan.pb.go @@ -1,13 +1,13 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/plans/plan.proto +// source: lavanet/lava/plans/plan.proto package types import ( fmt "fmt" types "github.com/cosmos/cosmos-sdk/types" - _ "github.com/gogo/protobuf/gogoproto" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + proto "github.com/cosmos/gogoproto/proto" _ "github.com/lavanet/lava/x/spec/types" io "io" math "math" @@ -71,7 +71,7 @@ func (x Geolocation) String() string { } func (Geolocation) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_619712cbada0bd92, []int{0} + return fileDescriptor_64c3707a3b09a2e5, []int{0} } type Plan struct { @@ -90,7 +90,7 @@ func (m *Plan) Reset() { *m = Plan{} } func (m *Plan) String() string { return proto.CompactTextString(m) } func (*Plan) ProtoMessage() {} func (*Plan) Descriptor() ([]byte, []int) { - return fileDescriptor_619712cbada0bd92, []int{0} + return fileDescriptor_64c3707a3b09a2e5, []int{0} } func (m *Plan) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -187,41 +187,42 @@ func init() { proto.RegisterType((*Plan)(nil), "lavanet.lava.plans.Plan") } -func init() { proto.RegisterFile("lava/plans/plan.proto", fileDescriptor_619712cbada0bd92) } - -var fileDescriptor_619712cbada0bd92 = []byte{ - // 495 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x52, 0xc1, 0x6a, 0x1b, 0x3b, - 0x14, 0xf5, 0xd8, 0xb2, 0x3d, 0xd1, 0x38, 0x0f, 0x21, 0xf2, 0xe8, 0xd4, 0x8b, 0xe9, 0xb4, 0xa5, - 0x60, 0xba, 0xd0, 0x90, 0x96, 0xee, 0xba, 0x68, 0xe2, 0xa6, 0x06, 0x13, 0xa8, 0xb1, 0x31, 0x85, - 0x76, 0x31, 0x68, 0x64, 0xe1, 0x8a, 0x2a, 0xd2, 0x30, 0x23, 0xbb, 0xc9, 0x0f, 0x74, 0xdd, 0xcf, - 0xe8, 0xa7, 0x64, 0x99, 0x65, 0x57, 0xa5, 0xd8, 0x1f, 0x92, 0x22, 0x69, 0x52, 0x02, 0xdd, 0xcc, - 0xbd, 0x3a, 0xe7, 0xc0, 0x3d, 0xe7, 0xce, 0x85, 0xff, 0x4b, 0xba, 0xa5, 0x59, 0x29, 0xa9, 0xaa, - 0xdd, 0x97, 0x94, 0x95, 0x36, 0x1a, 0x63, 0x0b, 0x2b, 0x6e, 0x88, 0xad, 0xc4, 0xd1, 0xc3, 0xa3, - 0xb5, 0x5e, 0x6b, 0x47, 0x67, 0xb6, 0xf3, 0xca, 0x61, 0xc2, 0x74, 0x7d, 0xa1, 0xeb, 0xac, 0xa0, - 0x35, 0xcf, 0xb6, 0xc7, 0x05, 0x37, 0xf4, 0x38, 0x63, 0x5a, 0xa8, 0x3b, 0xde, 0x0d, 0xa8, 0x4b, - 0xce, 0x32, 0x5a, 0x8a, 0x9c, 0x69, 0x29, 0x39, 0x33, 0x42, 0xdf, 0xf1, 0x0f, 0xee, 0x1b, 0xd0, - 0x52, 0xb0, 0x2b, 0x4f, 0x3c, 0xf9, 0xd6, 0x81, 0x60, 0x26, 0xa9, 0xc2, 0x47, 0xb0, 0x2b, 0xd4, - 0x8a, 0x5f, 0xc6, 0x41, 0x1a, 0x8c, 0x0e, 0xe6, 0xfe, 0x61, 0xd1, 0x42, 0x6a, 0xf6, 0x25, 0xee, - 0xa4, 0xc1, 0x08, 0xcc, 0xfd, 0x03, 0xbf, 0x82, 0xdd, 0xb2, 0x12, 0x8c, 0xc7, 0x20, 0x0d, 0x46, - 0xd1, 0x8b, 0x87, 0xc4, 0xbb, 0x23, 0xd6, 0x1d, 0x69, 0xdc, 0x91, 0xb1, 0x16, 0xea, 0x14, 0x5c, - 0xff, 0x7a, 0xd4, 0x9a, 0x7b, 0x35, 0x7e, 0x0a, 0x0f, 0xa9, 0x94, 0xfa, 0x6b, 0xae, 0xb7, 0xbc, - 0xda, 0xd4, 0x3c, 0x0e, 0xd3, 0x60, 0x14, 0xce, 0x07, 0x0e, 0x7c, 0xef, 0x31, 0xfc, 0x18, 0x0e, - 0x1a, 0x3a, 0xaf, 0xa8, 0xe1, 0xf1, 0x81, 0x1b, 0x1c, 0x35, 0xd8, 0x9c, 0x1a, 0x8e, 0x53, 0x18, - 0xad, 0x78, 0xcd, 0x2a, 0x51, 0xda, 0x84, 0x71, 0xe4, 0x0c, 0xdf, 0x87, 0x30, 0x86, 0xc0, 0x5c, - 0x95, 0x3c, 0x1e, 0x38, 0xca, 0xf5, 0xf8, 0x35, 0x1c, 0x52, 0xa5, 0x36, 0x54, 0xe6, 0x2b, 0x51, - 0x33, 0xbd, 0x51, 0x26, 0x2f, 0x79, 0xc5, 0xb8, 0x32, 0x74, 0xcd, 0xe3, 0x43, 0x37, 0x26, 0xf6, - 0x8a, 0xb7, 0x8d, 0x60, 0xf6, 0x97, 0xc7, 0x27, 0x30, 0xb2, 0xdb, 0xcb, 0xfd, 0xf2, 0xe2, 0xff, - 0x5c, 0xf0, 0x21, 0xf9, 0xf7, 0x07, 0x92, 0x99, 0x53, 0x34, 0xc9, 0xa1, 0xc5, 0x3c, 0x32, 0x05, - 0x21, 0x44, 0xd1, 0x14, 0x84, 0x6d, 0xd4, 0x99, 0x82, 0xb0, 0x8b, 0x7a, 0x53, 0x10, 0xf6, 0x50, - 0x7f, 0x0a, 0xc2, 0x3e, 0x0a, 0x9f, 0x7f, 0x82, 0xd1, 0x84, 0x6b, 0xa9, 0x19, 0x75, 0x09, 0xfa, - 0xb0, 0x33, 0x39, 0x5f, 0xa0, 0x96, 0x6d, 0x96, 0x8b, 0x31, 0x0a, 0x70, 0x0f, 0xb6, 0xcf, 0x96, - 0xa8, 0xed, 0x81, 0x33, 0x04, 0x7c, 0xf3, 0x01, 0x85, 0x96, 0x39, 0x79, 0x87, 0x90, 0xab, 0x0b, - 0x94, 0xba, 0xba, 0x44, 0x6f, 0x70, 0x08, 0xdb, 0x93, 0x73, 0x74, 0x7b, 0xdb, 0x39, 0x1d, 0xff, - 0xd8, 0x25, 0xc1, 0xf5, 0x2e, 0x09, 0x6e, 0x76, 0x49, 0xf0, 0x7b, 0x97, 0x04, 0xdf, 0xf7, 0x49, - 0xeb, 0x66, 0x9f, 0xb4, 0x7e, 0xee, 0x93, 0xd6, 0xc7, 0x67, 0x6b, 0x61, 0x3e, 0x6f, 0x0a, 0xc2, - 0xf4, 0x45, 0xd6, 0x04, 0x72, 0x35, 0xbb, 0x6c, 0x2e, 0xc6, 0xee, 0xaf, 0x2e, 0x7a, 0xee, 0x62, - 0x5e, 0xfe, 0x09, 0x00, 0x00, 0xff, 0xff, 0x7c, 0xd7, 0x8d, 0x26, 0xcd, 0x02, 0x00, 0x00, +func init() { proto.RegisterFile("lavanet/lava/plans/plan.proto", fileDescriptor_64c3707a3b09a2e5) } + +var fileDescriptor_64c3707a3b09a2e5 = []byte{ + // 498 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x52, 0xc1, 0x6e, 0x13, 0x31, + 0x10, 0xcd, 0x26, 0x4e, 0xb2, 0xf5, 0xa6, 0xc8, 0xb2, 0x7a, 0x30, 0x91, 0xd8, 0x2e, 0x20, 0x50, + 0xc4, 0xc1, 0xab, 0x82, 0xb8, 0x71, 0xa0, 0x0d, 0x25, 0x52, 0x54, 0x89, 0x28, 0x51, 0x84, 0x04, + 0x87, 0x95, 0xe3, 0x58, 0xc1, 0xc2, 0x5d, 0xaf, 0x76, 0x9d, 0xd0, 0xfe, 0x00, 0x67, 0x3e, 0x83, + 0x4f, 0xe9, 0xb1, 0x47, 0x4e, 0x08, 0x25, 0x1f, 0x52, 0x64, 0x7b, 0x41, 0x54, 0xf4, 0xb2, 0x33, + 0xf3, 0xde, 0xd3, 0xce, 0x9b, 0xf1, 0xc0, 0x07, 0x8a, 0x6d, 0x58, 0x2e, 0x4c, 0x6a, 0x63, 0x5a, + 0x28, 0x96, 0x57, 0xee, 0x4b, 0x8b, 0x52, 0x1b, 0x8d, 0x71, 0x4d, 0x53, 0x1b, 0xa9, 0xa3, 0xfb, + 0x07, 0x2b, 0xbd, 0xd2, 0x8e, 0x4e, 0x6d, 0xe6, 0x95, 0xfd, 0x98, 0xeb, 0xea, 0x5c, 0x57, 0xe9, + 0x82, 0x55, 0x22, 0xdd, 0x1c, 0x2d, 0x84, 0x61, 0x47, 0x29, 0xd7, 0xb2, 0xfe, 0x53, 0xff, 0xe9, + 0xad, 0x46, 0x55, 0x21, 0x78, 0xca, 0x0a, 0x99, 0x71, 0xad, 0x94, 0xe0, 0x46, 0xea, 0x3f, 0xba, + 0xc3, 0xbb, 0x0c, 0x69, 0x25, 0xf9, 0xa5, 0x17, 0x3c, 0xfa, 0xda, 0x82, 0x60, 0xa2, 0x58, 0x8e, + 0x0f, 0x60, 0x5b, 0xe6, 0x4b, 0x71, 0x41, 0x82, 0x24, 0x18, 0xec, 0x4d, 0x7d, 0x61, 0xd1, 0x85, + 0xd2, 0xfc, 0x33, 0x69, 0x25, 0xc1, 0x00, 0x4c, 0x7d, 0x81, 0x5f, 0xc2, 0x76, 0x51, 0x4a, 0x2e, + 0x08, 0x48, 0x82, 0x41, 0xf4, 0xfc, 0x3e, 0xf5, 0x6e, 0xa9, 0x75, 0x4b, 0x6b, 0xb7, 0x74, 0xa8, + 0x65, 0x7e, 0x02, 0xae, 0x7e, 0x1e, 0x36, 0xa6, 0x5e, 0x8d, 0x1f, 0xc3, 0x7d, 0xa6, 0x94, 0xfe, + 0x92, 0xe9, 0x8d, 0x28, 0xd7, 0x95, 0x20, 0x61, 0x12, 0x0c, 0xc2, 0x69, 0xcf, 0x81, 0xef, 0x3c, + 0x86, 0x1f, 0xc2, 0x5e, 0x4d, 0x67, 0x25, 0x33, 0x82, 0xec, 0xb9, 0xc6, 0x51, 0x8d, 0x4d, 0x99, + 0x11, 0x38, 0x81, 0xd1, 0x52, 0x54, 0xbc, 0x94, 0x85, 0x9d, 0x94, 0x44, 0xce, 0xf0, 0xbf, 0x10, + 0xc6, 0x10, 0x98, 0xcb, 0x42, 0x90, 0x9e, 0xa3, 0x5c, 0x8e, 0x5f, 0xc1, 0x3e, 0xcb, 0xf3, 0x35, + 0x53, 0xd9, 0x52, 0x56, 0x5c, 0xaf, 0x73, 0x93, 0x15, 0xa2, 0xe4, 0x22, 0x37, 0x6c, 0x25, 0xc8, + 0xbe, 0x6b, 0x43, 0xbc, 0xe2, 0x4d, 0x2d, 0x98, 0xfc, 0xe5, 0xf1, 0x31, 0x8c, 0xec, 0xf6, 0x32, + 0xbf, 0x3c, 0x72, 0xcf, 0x0d, 0xde, 0xa7, 0xff, 0x3f, 0x28, 0x9d, 0x38, 0x45, 0x3d, 0x39, 0xb4, + 0x98, 0x47, 0xc6, 0x20, 0x84, 0x28, 0x1a, 0x83, 0xb0, 0x89, 0x5a, 0x63, 0x10, 0xb6, 0x51, 0x67, + 0x0c, 0xc2, 0x0e, 0xea, 0x8e, 0x41, 0xd8, 0x45, 0xe1, 0xb3, 0x8f, 0x30, 0x1a, 0x09, 0xad, 0x34, + 0x67, 0x6e, 0x82, 0x2e, 0x6c, 0x8d, 0xce, 0x66, 0xa8, 0x61, 0x93, 0xf9, 0x6c, 0x88, 0x02, 0xdc, + 0x81, 0xcd, 0xd3, 0x39, 0x6a, 0x7a, 0xe0, 0x14, 0x01, 0x9f, 0xbc, 0x47, 0xa1, 0x65, 0x8e, 0xdf, + 0x22, 0xe4, 0xe2, 0x0c, 0x25, 0x2e, 0xce, 0xd1, 0x6b, 0x1c, 0xc2, 0xe6, 0xe8, 0x0c, 0xdd, 0xdc, + 0xb4, 0x4e, 0x86, 0xdf, 0xb7, 0x71, 0x70, 0xb5, 0x8d, 0x83, 0xeb, 0x6d, 0x1c, 0xfc, 0xda, 0xc6, + 0xc1, 0xb7, 0x5d, 0xdc, 0xb8, 0xde, 0xc5, 0x8d, 0x1f, 0xbb, 0xb8, 0xf1, 0xe1, 0xc9, 0x4a, 0x9a, + 0x4f, 0xeb, 0x05, 0xe5, 0xfa, 0x3c, 0xbd, 0x75, 0x2f, 0x17, 0xf5, 0xc5, 0xd8, 0xfd, 0x55, 0x8b, + 0x8e, 0xbb, 0x98, 0x17, 0xbf, 0x03, 0x00, 0x00, 0xff, 0xff, 0x5f, 0xb8, 0xdb, 0x97, 0xe5, 0x02, + 0x00, 0x00, } func (this *Plan) Equal(that interface{}) bool { diff --git a/x/plans/types/plans_proposal.pb.go b/x/plans/types/plans_proposal.pb.go index 0e2304240f..4d1c242ce9 100644 --- a/x/plans/types/plans_proposal.pb.go +++ b/x/plans/types/plans_proposal.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/plans/plans_proposal.proto +// source: lavanet/lava/plans/plans_proposal.proto package types import ( fmt "fmt" - _ "github.com/gogo/protobuf/gogoproto" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -32,7 +32,7 @@ type PlansAddProposal struct { func (m *PlansAddProposal) Reset() { *m = PlansAddProposal{} } func (*PlansAddProposal) ProtoMessage() {} func (*PlansAddProposal) Descriptor() ([]byte, []int) { - return fileDescriptor_453e3135cee48951, []int{0} + return fileDescriptor_781f7efff31affc8, []int{0} } func (m *PlansAddProposal) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -70,7 +70,7 @@ type PlansDelProposal struct { func (m *PlansDelProposal) Reset() { *m = PlansDelProposal{} } func (*PlansDelProposal) ProtoMessage() {} func (*PlansDelProposal) Descriptor() ([]byte, []int) { - return fileDescriptor_453e3135cee48951, []int{1} + return fileDescriptor_781f7efff31affc8, []int{1} } func (m *PlansDelProposal) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -104,26 +104,28 @@ func init() { proto.RegisterType((*PlansDelProposal)(nil), "lavanet.lava.plans.PlansDelProposal") } -func init() { proto.RegisterFile("lava/plans/plans_proposal.proto", fileDescriptor_453e3135cee48951) } +func init() { + proto.RegisterFile("lavanet/lava/plans/plans_proposal.proto", fileDescriptor_781f7efff31affc8) +} -var fileDescriptor_453e3135cee48951 = []byte{ +var fileDescriptor_781f7efff31affc8 = []byte{ // 257 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xcf, 0x49, 0x2c, 0x4b, - 0xd4, 0x2f, 0xc8, 0x49, 0xcc, 0x2b, 0x86, 0x90, 0xf1, 0x05, 0x45, 0xf9, 0x05, 0xf9, 0xc5, 0x89, - 0x39, 0x7a, 0x05, 0x45, 0xf9, 0x25, 0xf9, 0x42, 0x42, 0x20, 0x05, 0x79, 0xa9, 0x25, 0x7a, 0x20, - 0x5a, 0x0f, 0xac, 0x44, 0x4a, 0x24, 0x3d, 0x3f, 0x3d, 0x1f, 0x2c, 0xad, 0x0f, 0x62, 0x41, 0x54, - 0x4a, 0x89, 0xa2, 0x19, 0x05, 0x11, 0x56, 0xea, 0x62, 0xe4, 0x12, 0x08, 0x00, 0x09, 0x3a, 0xa6, - 0xa4, 0x04, 0x40, 0xcd, 0x16, 0x12, 0xe1, 0x62, 0x2d, 0xc9, 0x2c, 0xc9, 0x49, 0x95, 0x60, 0x54, - 0x60, 0xd4, 0xe0, 0x0c, 0x82, 0x70, 0x84, 0x14, 0xb8, 0xb8, 0x53, 0x52, 0x8b, 0x93, 0x8b, 0x32, - 0x0b, 0x4a, 0x32, 0xf3, 0xf3, 0x24, 0x98, 0xc0, 0x72, 0xc8, 0x42, 0x42, 0x26, 0x5c, 0xac, 0x60, - 0x0b, 0x24, 0x98, 0x15, 0x98, 0x35, 0xb8, 0x8d, 0x24, 0xf4, 0x30, 0x5d, 0xa7, 0x07, 0xb2, 0xcc, - 0x89, 0xe5, 0xc4, 0x3d, 0x79, 0x86, 0x20, 0x88, 0x62, 0x2b, 0x8e, 0x8e, 0x05, 0xf2, 0x0c, 0x33, - 0x16, 0xc8, 0x33, 0x28, 0x15, 0x40, 0xdd, 0xe2, 0x92, 0x9a, 0x43, 0xb1, 0x5b, 0xa4, 0x90, 0xdd, - 0xc2, 0x89, 0xc3, 0x46, 0x27, 0xe7, 0x15, 0x8f, 0xe4, 0x18, 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, 0x35, 0x3d, 0xb3, 0x24, 0xa3, 0x34, 0x49, 0x2f, 0x39, 0x3f, 0x57, - 0x1f, 0xea, 0x15, 0x30, 0xad, 0x5f, 0x01, 0x0d, 0xc8, 0x92, 0xca, 0x82, 0xd4, 0xe2, 0x24, 0x36, - 0x70, 0x50, 0x1a, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0xa1, 0x0d, 0xad, 0x96, 0xae, 0x01, 0x00, + 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, + 0x50, 0x0f, 0x44, 0xeb, 0x81, 0x95, 0x48, 0x89, 0xa4, 0xe7, 0xa7, 0xe7, 0x83, 0xa5, 0xf5, 0x41, + 0x2c, 0x88, 0x4a, 0x29, 0x59, 0x1c, 0x46, 0x42, 0xa4, 0x95, 0xba, 0x18, 0xb9, 0x04, 0x02, 0x40, + 0x82, 0x8e, 0x29, 0x29, 0x01, 0x50, 0x3b, 0x84, 0x44, 0xb8, 0x58, 0x4b, 0x32, 0x4b, 0x72, 0x52, + 0x25, 0x18, 0x15, 0x18, 0x35, 0x38, 0x83, 0x20, 0x1c, 0x21, 0x05, 0x2e, 0xee, 0x94, 0xd4, 0xe2, + 0xe4, 0xa2, 0xcc, 0x82, 0x92, 0xcc, 0xfc, 0x3c, 0x09, 0x26, 0xb0, 0x1c, 0xb2, 0x90, 0x90, 0x09, + 0x17, 0x2b, 0xd8, 0x02, 0x09, 0x66, 0x05, 0x66, 0x0d, 0x6e, 0x23, 0x09, 0x3d, 0x4c, 0x57, 0xea, + 0x81, 0x2c, 0x73, 0x62, 0x39, 0x71, 0x4f, 0x9e, 0x21, 0x08, 0xa2, 0xd8, 0x8a, 0xa3, 0x63, 0x81, + 0x3c, 0xc3, 0x8c, 0x05, 0xf2, 0x0c, 0x4a, 0x05, 0x50, 0xb7, 0xb8, 0xa4, 0xe6, 0x50, 0xec, 0x16, + 0x29, 0x64, 0xb7, 0x70, 0xe2, 0xb0, 0xd1, 0xc9, 0x79, 0xc5, 0x23, 0x39, 0xc6, 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, 0x4d, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, 0xd2, 0x4b, + 0xce, 0xcf, 0xd5, 0x47, 0x09, 0xc6, 0x0a, 0x68, 0x40, 0x96, 0x54, 0x16, 0xa4, 0x16, 0x27, 0xb1, + 0x81, 0x83, 0xd2, 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0xc4, 0x84, 0x60, 0x2d, 0xbe, 0x01, 0x00, 0x00, } diff --git a/x/plans/types/policy.pb.go b/x/plans/types/policy.pb.go index f1eb01c8c9..9cde5c94a8 100644 --- a/x/plans/types/policy.pb.go +++ b/x/plans/types/policy.pb.go @@ -1,13 +1,13 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/plans/policy.proto +// source: lavanet/lava/plans/policy.proto package types import ( fmt "fmt" _ "github.com/cosmos/cosmos-sdk/types" - _ "github.com/gogo/protobuf/gogoproto" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + proto "github.com/cosmos/gogoproto/proto" types "github.com/lavanet/lava/x/spec/types" io "io" math "math" @@ -54,7 +54,7 @@ func (x SELECTED_PROVIDERS_MODE) String() string { } func (SELECTED_PROVIDERS_MODE) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_f32e07340d54e817, []int{0} + return fileDescriptor_c2388e0faa8deb9b, []int{0} } // protobuf expected in YAML format: used "moretags" to simplify parsing @@ -72,7 +72,7 @@ func (m *Policy) Reset() { *m = Policy{} } func (m *Policy) String() string { return proto.CompactTextString(m) } func (*Policy) ProtoMessage() {} func (*Policy) Descriptor() ([]byte, []int) { - return fileDescriptor_f32e07340d54e817, []int{0} + return fileDescriptor_c2388e0faa8deb9b, []int{0} } func (m *Policy) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -160,7 +160,7 @@ func (m *ChainPolicy) Reset() { *m = ChainPolicy{} } func (m *ChainPolicy) String() string { return proto.CompactTextString(m) } func (*ChainPolicy) ProtoMessage() {} func (*ChainPolicy) Descriptor() ([]byte, []int) { - return fileDescriptor_f32e07340d54e817, []int{1} + return fileDescriptor_c2388e0faa8deb9b, []int{1} } func (m *ChainPolicy) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -219,7 +219,7 @@ func (m *ChainRequirement) Reset() { *m = ChainRequirement{} } func (m *ChainRequirement) String() string { return proto.CompactTextString(m) } func (*ChainRequirement) ProtoMessage() {} func (*ChainRequirement) Descriptor() ([]byte, []int) { - return fileDescriptor_f32e07340d54e817, []int{2} + return fileDescriptor_c2388e0faa8deb9b, []int{2} } func (m *ChainRequirement) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -269,58 +269,58 @@ func init() { proto.RegisterType((*ChainRequirement)(nil), "lavanet.lava.plans.ChainRequirement") } -func init() { proto.RegisterFile("lava/plans/policy.proto", fileDescriptor_f32e07340d54e817) } +func init() { proto.RegisterFile("lavanet/lava/plans/policy.proto", fileDescriptor_c2388e0faa8deb9b) } -var fileDescriptor_f32e07340d54e817 = []byte{ - // 757 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x55, 0x4f, 0x8f, 0xdb, 0x44, - 0x1c, 0x8d, 0x37, 0xdb, 0xdd, 0xee, 0x6c, 0xba, 0x0a, 0x53, 0xaa, 0x98, 0x22, 0x3c, 0xe9, 0xd0, - 0x42, 0x04, 0x52, 0xac, 0xee, 0x1e, 0x90, 0x40, 0x1c, 0xd6, 0xb1, 0x0f, 0x91, 0xb2, 0x24, 0x72, - 0x4a, 0x29, 0x5c, 0xac, 0x89, 0x33, 0x64, 0x07, 0xd9, 0x1e, 0x63, 0x4f, 0x56, 0xe9, 0x81, 0x0f, - 0xc0, 0x8d, 0x8f, 0x81, 0x10, 0x1f, 0xa4, 0xc7, 0xbd, 0xc1, 0x69, 0x84, 0xb2, 0xb7, 0x1c, 0xfd, - 0x09, 0x90, 0x27, 0x7f, 0xbd, 0x49, 0xd4, 0x93, 0x9d, 0xdf, 0x7b, 0xbf, 0xf7, 0x9e, 0x47, 0xbf, - 0xdf, 0x04, 0xd4, 0x02, 0x72, 0x43, 0xcc, 0x38, 0x20, 0x51, 0x6a, 0xc6, 0x3c, 0x60, 0xfe, 0xdb, - 0x66, 0x9c, 0x70, 0xc1, 0x21, 0xcc, 0x81, 0x88, 0x8a, 0x66, 0xfe, 0x6c, 0x2a, 0xc2, 0xd3, 0x0f, - 0x47, 0x7c, 0xc4, 0x15, 0x6c, 0xe6, 0x6f, 0x73, 0xe6, 0x53, 0xc3, 0xe7, 0x69, 0xc8, 0x53, 0x73, - 0x40, 0x52, 0x6a, 0xde, 0xbc, 0x1c, 0x50, 0x41, 0x5e, 0x9a, 0x3e, 0x67, 0xd1, 0x12, 0x57, 0x16, - 0x69, 0x4c, 0x7d, 0x93, 0xc4, 0xcc, 0xf3, 0x79, 0x10, 0x50, 0x5f, 0x30, 0xbe, 0xc0, 0xf1, 0xdf, - 0x47, 0xe0, 0xa8, 0xa7, 0xac, 0x61, 0x08, 0xce, 0xfc, 0x6b, 0xc2, 0x22, 0x4f, 0x45, 0x61, 0x34, - 0xd5, 0xb5, 0x7a, 0xb9, 0x71, 0x7a, 0x8e, 0x9a, 0xdb, 0x69, 0x9a, 0xad, 0x9c, 0x39, 0x6f, 0xb4, - 0x5e, 0xbc, 0x93, 0xa8, 0x94, 0x49, 0xf4, 0x49, 0x48, 0xe2, 0x54, 0x24, 0x63, 0x5f, 0x8c, 0x13, - 0xfa, 0x35, 0x2e, 0x8a, 0x61, 0xf7, 0x91, 0xbf, 0xea, 0x61, 0x34, 0x85, 0x11, 0x78, 0x3c, 0xa2, - 0x3c, 0xe0, 0x3e, 0xc9, 0xe3, 0x78, 0x71, 0xc2, 0x7f, 0x66, 0x01, 0xd5, 0x0f, 0xea, 0x5a, 0xe3, - 0xd0, 0xfa, 0x76, 0x26, 0xd1, 0x2e, 0x38, 0x93, 0x08, 0x17, 0x5d, 0x76, 0x90, 0xb0, 0x0b, 0x37, - 0xaa, 0xbd, 0x79, 0x11, 0xfe, 0x08, 0xce, 0x04, 0x17, 0x24, 0xf0, 0xfc, 0xb1, 0x17, 0xb0, 0x90, - 0x09, 0xbd, 0xac, 0xac, 0x2e, 0x66, 0x12, 0xdd, 0x43, 0xb6, 0xbf, 0xa5, 0x88, 0x63, 0xb7, 0xa2, - 0x0a, 0xad, 0x71, 0x27, 0xff, 0x99, 0x4b, 0xd3, 0x98, 0xfb, 0xd7, 0x6b, 0xe9, 0xc3, 0xb5, 0x74, - 0x11, 0xd9, 0x96, 0x2e, 0xe2, 0xd8, 0xad, 0xa8, 0xc2, 0x52, 0x5a, 0x80, 0x27, 0x21, 0x99, 0xe4, - 0x5f, 0x76, 0xc3, 0x86, 0x34, 0x49, 0x3d, 0xc1, 0xbd, 0x98, 0xb0, 0x44, 0x7f, 0xa0, 0x1c, 0x2e, - 0x67, 0x12, 0xed, 0x26, 0x64, 0x12, 0x3d, 0x2f, 0x1a, 0xed, 0xa4, 0x61, 0x17, 0x86, 0x64, 0xd2, - 0x5b, 0x96, 0x5f, 0xf1, 0x1e, 0x61, 0x09, 0xfc, 0x4b, 0x03, 0xb5, 0x94, 0xe6, 0x93, 0x42, 0x87, - 0x1b, 0x3d, 0x21, 0x1f, 0x52, 0xfd, 0xa8, 0xae, 0x35, 0xce, 0xce, 0xbf, 0xdc, 0x35, 0x14, 0x7d, - 0xa7, 0xe3, 0xb4, 0x5e, 0x39, 0xb6, 0xd7, 0x73, 0xbb, 0xaf, 0xdb, 0xb6, 0xe3, 0xf6, 0xbd, 0xab, - 0xae, 0xed, 0x58, 0xce, 0x4c, 0xa2, 0x7d, 0x7a, 0x99, 0x44, 0x9f, 0x15, 0x73, 0xee, 0x21, 0x62, - 0xf7, 0xc9, 0x12, 0x59, 0xc5, 0xbd, 0xe2, 0x43, 0x0a, 0x7f, 0x01, 0x70, 0xbb, 0x45, 0x3f, 0xae, - 0x97, 0x1b, 0x27, 0xd6, 0x37, 0x33, 0x89, 0x76, 0xa0, 0x99, 0x44, 0xcf, 0xde, 0x67, 0x8a, 0xdd, - 0x0f, 0xb6, 0xfc, 0xf0, 0xef, 0x07, 0xe0, 0x74, 0x63, 0xf4, 0xa1, 0x05, 0x1e, 0xce, 0xc7, 0x9c, - 0x0d, 0x75, 0xad, 0xae, 0x35, 0x4e, 0xac, 0xcf, 0x67, 0x12, 0xad, 0x6a, 0x99, 0x44, 0xb5, 0x5d, - 0x4b, 0xc1, 0x86, 0xd8, 0x3d, 0x56, 0xaf, 0xed, 0x21, 0xfc, 0x0a, 0x1c, 0x92, 0x98, 0xa5, 0xfa, - 0x81, 0x4a, 0xfc, 0x69, 0xbe, 0x4c, 0x33, 0x89, 0x54, 0x2d, 0x93, 0xe8, 0x71, 0xb1, 0x3f, 0xaf, - 0x62, 0x57, 0x81, 0xf0, 0x37, 0x50, 0x49, 0xe8, 0xaf, 0x63, 0x96, 0xd0, 0x90, 0x46, 0x22, 0xd5, - 0xcb, 0x6a, 0x5d, 0x9f, 0xef, 0x5d, 0x57, 0x77, 0x4d, 0xb6, 0x2e, 0x16, 0x36, 0x05, 0x85, 0x4c, - 0xa2, 0x8f, 0x8b, 0x76, 0x9b, 0x28, 0x76, 0x0b, 0x64, 0xfc, 0x8f, 0x06, 0xaa, 0xf7, 0x75, 0x61, - 0x02, 0xc0, 0xfa, 0x8e, 0x51, 0x47, 0x72, 0x7a, 0xfe, 0xac, 0x98, 0x28, 0xbf, 0x8c, 0x9a, 0xad, - 0x15, 0xc9, 0x26, 0x82, 0x58, 0xe6, 0x22, 0xce, 0x46, 0x73, 0x26, 0xd1, 0x47, 0xf7, 0xce, 0x6e, - 0x85, 0x61, 0x77, 0x83, 0x08, 0xbb, 0x00, 0xd0, 0x89, 0xa0, 0x51, 0xca, 0x78, 0xb4, 0x3c, 0xc6, - 0x95, 0xe0, 0x1a, 0xd9, 0x16, 0x5c, 0x63, 0xd8, 0xdd, 0x20, 0x7e, 0xf1, 0x1d, 0xa8, 0xed, 0x19, - 0x65, 0x78, 0x0a, 0x8e, 0x2f, 0x3b, 0x9d, 0xee, 0x0f, 0x8e, 0x5d, 0x2d, 0xc1, 0x13, 0xf0, 0xe0, - 0xaa, 0xfd, 0xc6, 0xb1, 0xab, 0x1a, 0x7c, 0x04, 0x4e, 0x9c, 0x37, 0xad, 0xce, 0xf7, 0xfd, 0xf6, - 0x6b, 0xa7, 0x7a, 0x00, 0x2b, 0xe0, 0xa1, 0xdd, 0xee, 0x5f, 0x5a, 0x1d, 0xc7, 0xae, 0x96, 0xad, - 0xd6, 0x9f, 0x53, 0x43, 0x7b, 0x37, 0x35, 0xb4, 0xdb, 0xa9, 0xa1, 0xfd, 0x37, 0x35, 0xb4, 0x3f, - 0xee, 0x8c, 0xd2, 0xed, 0x9d, 0x51, 0xfa, 0xf7, 0xce, 0x28, 0xfd, 0xf4, 0x62, 0xc4, 0xc4, 0xf5, - 0x78, 0xd0, 0xf4, 0x79, 0x68, 0x2e, 0x0e, 0x4a, 0x3d, 0xcd, 0xc9, 0xe2, 0xaf, 0x41, 0xbc, 0x8d, - 0x69, 0x3a, 0x38, 0x52, 0x17, 0xf6, 0xc5, 0xff, 0x01, 0x00, 0x00, 0xff, 0xff, 0xa0, 0x4f, 0x91, - 0xef, 0x35, 0x06, 0x00, 0x00, +var fileDescriptor_c2388e0faa8deb9b = []byte{ + // 758 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x55, 0x4f, 0x6f, 0xe3, 0x44, + 0x1c, 0x8d, 0x93, 0x6e, 0xba, 0x99, 0x64, 0xab, 0x30, 0xcb, 0xaa, 0x66, 0x11, 0x9e, 0xec, 0xb0, + 0xbb, 0x44, 0x20, 0xc5, 0xda, 0xf6, 0x80, 0x04, 0xe2, 0x50, 0xc7, 0x3e, 0x44, 0x4a, 0x49, 0xe4, + 0x2c, 0xcb, 0xc2, 0xc5, 0x9a, 0x38, 0x43, 0x3a, 0xc8, 0xf6, 0x18, 0x7b, 0x52, 0xa5, 0x07, 0x3e, + 0x00, 0x37, 0x3e, 0x06, 0x42, 0x7c, 0x90, 0x1e, 0x7b, 0x83, 0xd3, 0x08, 0xa5, 0xb7, 0x1c, 0xfd, + 0x09, 0x90, 0x9d, 0xbf, 0x6e, 0x12, 0x71, 0xb2, 0xf3, 0x7b, 0xef, 0xf7, 0xde, 0xf3, 0xe8, 0x37, + 0xbf, 0x00, 0xe4, 0x91, 0x6b, 0x12, 0x50, 0xa1, 0xa7, 0x4f, 0x3d, 0xf4, 0x48, 0x10, 0xeb, 0x21, + 0xf7, 0x98, 0x7b, 0xd3, 0x0a, 0x23, 0x2e, 0x38, 0x84, 0x4b, 0x42, 0x2b, 0x7d, 0xb6, 0x32, 0xc2, + 0xf3, 0x0f, 0xc7, 0x7c, 0xcc, 0x33, 0x58, 0x4f, 0xdf, 0x16, 0xcc, 0xe7, 0x9a, 0xcb, 0x63, 0x9f, + 0xc7, 0xfa, 0x90, 0xc4, 0x54, 0xbf, 0x7e, 0x33, 0xa4, 0x82, 0xbc, 0xd1, 0x5d, 0xce, 0x82, 0x25, + 0xfe, 0x3a, 0x67, 0x15, 0x87, 0xd4, 0xd5, 0x49, 0xc8, 0x1c, 0x97, 0x7b, 0x1e, 0x75, 0x05, 0xe3, + 0x4b, 0x1e, 0xfe, 0xab, 0x0c, 0xca, 0xfd, 0x2c, 0x02, 0xf4, 0xc1, 0x89, 0x7b, 0x45, 0x58, 0xe0, + 0x64, 0x91, 0x18, 0x8d, 0x55, 0xa5, 0x51, 0x6a, 0x56, 0xcf, 0x50, 0x6b, 0x37, 0x55, 0xab, 0x9d, + 0x32, 0x17, 0x8d, 0xc6, 0xab, 0x5b, 0x89, 0x0a, 0x89, 0x44, 0x9f, 0xf8, 0x24, 0x8c, 0x45, 0x34, + 0x71, 0xc5, 0x24, 0xa2, 0x5f, 0xe1, 0xbc, 0x18, 0xb6, 0x9f, 0xb8, 0xeb, 0x1e, 0x46, 0x63, 0x18, + 0x80, 0xa7, 0x63, 0xca, 0x3d, 0xee, 0x92, 0x34, 0x8e, 0x13, 0x46, 0xfc, 0x27, 0xe6, 0x51, 0xb5, + 0xd8, 0x50, 0x9a, 0x47, 0xc6, 0x37, 0x73, 0x89, 0xf6, 0xc1, 0x89, 0x44, 0x38, 0xef, 0xb2, 0x87, + 0x84, 0x6d, 0xb8, 0x55, 0xed, 0x2f, 0x8a, 0xf0, 0x07, 0x70, 0x22, 0xb8, 0x20, 0x9e, 0xe3, 0x4e, + 0x1c, 0x8f, 0xf9, 0x4c, 0xa8, 0xa5, 0xcc, 0xea, 0x7c, 0x2e, 0xd1, 0x03, 0x64, 0xf7, 0x5b, 0xf2, + 0x38, 0xb6, 0x6b, 0x59, 0xa1, 0x3d, 0xe9, 0xa6, 0x3f, 0x53, 0x69, 0x1a, 0x72, 0xf7, 0x6a, 0x23, + 0x7d, 0xb4, 0x91, 0xce, 0x23, 0xbb, 0xd2, 0x79, 0x1c, 0xdb, 0xb5, 0xac, 0xb0, 0x92, 0x16, 0xe0, + 0x99, 0x4f, 0xa6, 0xe9, 0x97, 0x5d, 0xb3, 0x11, 0x8d, 0x62, 0x47, 0x70, 0x27, 0x24, 0x2c, 0x52, + 0x1f, 0x65, 0x0e, 0x17, 0x73, 0x89, 0xf6, 0x13, 0x12, 0x89, 0x5e, 0xe6, 0x8d, 0xf6, 0xd2, 0xb0, + 0x0d, 0x7d, 0x32, 0xed, 0xaf, 0xca, 0x6f, 0x79, 0x9f, 0xb0, 0x08, 0xfe, 0xa9, 0x80, 0xd3, 0x98, + 0xa6, 0x93, 0x42, 0x47, 0x5b, 0x3d, 0x3e, 0x1f, 0x51, 0xb5, 0xdc, 0x50, 0x9a, 0x27, 0x67, 0x5f, + 0xec, 0x1b, 0x8a, 0x81, 0xd5, 0xb5, 0xda, 0x6f, 0x2d, 0xd3, 0xe9, 0xdb, 0xbd, 0x77, 0x1d, 0xd3, + 0xb2, 0x07, 0xce, 0x65, 0xcf, 0xb4, 0x0c, 0x6b, 0x2e, 0xd1, 0x21, 0xbd, 0x44, 0xa2, 0xd7, 0xf9, + 0x9c, 0x07, 0x88, 0xd8, 0x7e, 0xb6, 0x42, 0xd6, 0x71, 0x2f, 0xf9, 0x88, 0xc2, 0x9f, 0x01, 0xdc, + 0x6d, 0x51, 0x8f, 0x1b, 0xa5, 0x66, 0xc5, 0xf8, 0x7a, 0x2e, 0xd1, 0x1e, 0x34, 0x91, 0xe8, 0xc5, + 0xff, 0x99, 0x62, 0xfb, 0x83, 0x1d, 0x3f, 0xfc, 0x5b, 0x11, 0x54, 0xb7, 0x46, 0x1f, 0x1a, 0xe0, + 0xf1, 0x62, 0xcc, 0xd9, 0x48, 0x55, 0x1a, 0x4a, 0xb3, 0x62, 0x7c, 0x36, 0x97, 0x68, 0x5d, 0x4b, + 0x24, 0x3a, 0xdd, 0x77, 0x29, 0xd8, 0x08, 0xdb, 0xc7, 0xd9, 0x6b, 0x67, 0x04, 0xbf, 0x04, 0x47, + 0x24, 0x64, 0xb1, 0x5a, 0xcc, 0x12, 0x7f, 0x9a, 0x5e, 0xa6, 0xb9, 0x44, 0x59, 0x2d, 0x91, 0xe8, + 0x69, 0xbe, 0x3f, 0xad, 0x62, 0x3b, 0x03, 0xe1, 0xaf, 0xa0, 0x16, 0xd1, 0x5f, 0x26, 0x2c, 0xa2, + 0x3e, 0x0d, 0x44, 0xac, 0x96, 0xb2, 0xeb, 0xfa, 0xf2, 0xe0, 0x75, 0xb5, 0x37, 0x64, 0xe3, 0x7c, + 0x69, 0x93, 0x53, 0x48, 0x24, 0xfa, 0x38, 0x6f, 0xb7, 0x8d, 0x62, 0x3b, 0x47, 0xc6, 0x7f, 0x2b, + 0xa0, 0xfe, 0x50, 0x17, 0x46, 0x00, 0x6c, 0x76, 0x4c, 0x76, 0x24, 0xd5, 0xb3, 0x17, 0xf9, 0x44, + 0xe9, 0x32, 0x6a, 0xb5, 0xd7, 0x24, 0x93, 0x08, 0x62, 0xe8, 0xcb, 0x38, 0x5b, 0xcd, 0x89, 0x44, + 0x1f, 0x3d, 0x38, 0xbb, 0x35, 0x86, 0xed, 0x2d, 0x22, 0xec, 0x01, 0x40, 0xa7, 0x82, 0x06, 0x31, + 0xe3, 0xc1, 0xea, 0x18, 0xd7, 0x82, 0x1b, 0x64, 0x57, 0x70, 0x83, 0x61, 0x7b, 0x8b, 0xf8, 0xf9, + 0xb7, 0xe0, 0xf4, 0xc0, 0x28, 0xc3, 0x2a, 0x38, 0xbe, 0xe8, 0x76, 0x7b, 0xdf, 0x5b, 0x66, 0xbd, + 0x00, 0x2b, 0xe0, 0xd1, 0x65, 0xe7, 0xbd, 0x65, 0xd6, 0x15, 0xf8, 0x04, 0x54, 0xac, 0xf7, 0xed, + 0xee, 0x77, 0x83, 0xce, 0x3b, 0xab, 0x5e, 0x84, 0x35, 0xf0, 0xd8, 0xec, 0x0c, 0x2e, 0x8c, 0xae, + 0x65, 0xd6, 0x4b, 0x46, 0xfb, 0x8f, 0x99, 0xa6, 0xdc, 0xce, 0x34, 0xe5, 0x6e, 0xa6, 0x29, 0xff, + 0xce, 0x34, 0xe5, 0xf7, 0x7b, 0xad, 0x70, 0x77, 0xaf, 0x15, 0xfe, 0xb9, 0xd7, 0x0a, 0x3f, 0xbe, + 0x1a, 0x33, 0x71, 0x35, 0x19, 0xb6, 0x5c, 0xee, 0xeb, 0xb9, 0xad, 0x3d, 0x5d, 0xfe, 0x45, 0x88, + 0x9b, 0x90, 0xc6, 0xc3, 0x72, 0xb6, 0xb0, 0xcf, 0xff, 0x0b, 0x00, 0x00, 0xff, 0xff, 0x06, 0x99, + 0xb6, 0x8a, 0x45, 0x06, 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 9539273053..973cd792ab 100644 --- a/x/plans/types/query.pb.go +++ b/x/plans/types/query.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/plans/query.proto +// source: lavanet/lava/plans/query.proto package types @@ -8,9 +8,9 @@ import ( fmt "fmt" types "github.com/cosmos/cosmos-sdk/types" _ "github.com/cosmos/cosmos-sdk/types/query" - _ "github.com/gogo/protobuf/gogoproto" - grpc1 "github.com/gogo/protobuf/grpc" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + grpc1 "github.com/cosmos/gogoproto/grpc" + proto "github.com/cosmos/gogoproto/proto" _ "google.golang.org/genproto/googleapis/api/annotations" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" @@ -39,7 +39,7 @@ func (m *QueryParamsRequest) Reset() { *m = QueryParamsRequest{} } func (m *QueryParamsRequest) String() string { return proto.CompactTextString(m) } func (*QueryParamsRequest) ProtoMessage() {} func (*QueryParamsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_06e7a3195c2fa3ab, []int{0} + return fileDescriptor_060142fb85a7e3eb, []int{0} } func (m *QueryParamsRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -78,7 +78,7 @@ func (m *QueryParamsResponse) Reset() { *m = QueryParamsResponse{} } func (m *QueryParamsResponse) String() string { return proto.CompactTextString(m) } func (*QueryParamsResponse) ProtoMessage() {} func (*QueryParamsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_06e7a3195c2fa3ab, []int{1} + return fileDescriptor_060142fb85a7e3eb, []int{1} } func (m *QueryParamsResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -121,7 +121,7 @@ func (m *QueryListRequest) Reset() { *m = QueryListRequest{} } func (m *QueryListRequest) String() string { return proto.CompactTextString(m) } func (*QueryListRequest) ProtoMessage() {} func (*QueryListRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_06e7a3195c2fa3ab, []int{2} + return fileDescriptor_060142fb85a7e3eb, []int{2} } func (m *QueryListRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -158,7 +158,7 @@ func (m *QueryListResponse) Reset() { *m = QueryListResponse{} } func (m *QueryListResponse) String() string { return proto.CompactTextString(m) } func (*QueryListResponse) ProtoMessage() {} func (*QueryListResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_06e7a3195c2fa3ab, []int{3} + return fileDescriptor_060142fb85a7e3eb, []int{3} } func (m *QueryListResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -204,7 +204,7 @@ func (m *ListInfoStruct) Reset() { *m = ListInfoStruct{} } func (m *ListInfoStruct) String() string { return proto.CompactTextString(m) } func (*ListInfoStruct) ProtoMessage() {} func (*ListInfoStruct) Descriptor() ([]byte, []int) { - return fileDescriptor_06e7a3195c2fa3ab, []int{4} + return fileDescriptor_060142fb85a7e3eb, []int{4} } func (m *ListInfoStruct) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -262,7 +262,7 @@ func (m *QueryInfoRequest) Reset() { *m = QueryInfoRequest{} } func (m *QueryInfoRequest) String() string { return proto.CompactTextString(m) } func (*QueryInfoRequest) ProtoMessage() {} func (*QueryInfoRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_06e7a3195c2fa3ab, []int{5} + return fileDescriptor_060142fb85a7e3eb, []int{5} } func (m *QueryInfoRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -306,7 +306,7 @@ func (m *QueryInfoResponse) Reset() { *m = QueryInfoResponse{} } func (m *QueryInfoResponse) String() string { return proto.CompactTextString(m) } func (*QueryInfoResponse) ProtoMessage() {} func (*QueryInfoResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_06e7a3195c2fa3ab, []int{6} + return fileDescriptor_060142fb85a7e3eb, []int{6} } func (m *QueryInfoResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -352,44 +352,44 @@ func init() { proto.RegisterType((*QueryInfoResponse)(nil), "lavanet.lava.plans.QueryInfoResponse") } -func init() { proto.RegisterFile("lava/plans/query.proto", fileDescriptor_06e7a3195c2fa3ab) } +func init() { proto.RegisterFile("lavanet/lava/plans/query.proto", fileDescriptor_060142fb85a7e3eb) } -var fileDescriptor_06e7a3195c2fa3ab = []byte{ +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, 0x4d, - 0x14, 0xce, 0x36, 0x1f, 0xbc, 0x99, 0xc0, 0x8b, 0x8e, 0x51, 0xd7, 0xa5, 0xae, 0x61, 0x30, 0xb6, - 0x08, 0xce, 0x90, 0x88, 0x20, 0x78, 0x21, 0xd4, 0x0b, 0x29, 0x08, 0xd6, 0x78, 0x27, 0x42, 0x99, - 0x6c, 0x27, 0xeb, 0xc0, 0x66, 0x66, 0xbb, 0x33, 0x29, 0x2d, 0x52, 0x84, 0xfc, 0x02, 0xc1, 0x3f, - 0xd5, 0xcb, 0x82, 0x37, 0x5e, 0x89, 0x24, 0xfe, 0x10, 0x99, 0x8f, 0xe0, 0x86, 0xac, 0xed, 0x55, - 0x92, 0x73, 0xce, 0xf3, 0x71, 0x9e, 0x33, 0x01, 0x77, 0x32, 0x7a, 0x42, 0x49, 0x9e, 0x51, 0xa1, - 0xc8, 0xf1, 0x8c, 0x15, 0x67, 0x38, 0x2f, 0xa4, 0x96, 0x10, 0x9a, 0xba, 0x60, 0x1a, 0x9b, 0x4f, - 0x6c, 0xfb, 0x51, 0x37, 0x95, 0xa9, 0xb4, 0x6d, 0x62, 0xbe, 0xb9, 0xc9, 0x68, 0x3b, 0x95, 0x32, - 0xcd, 0x18, 0xa1, 0x39, 0x27, 0x54, 0x08, 0xa9, 0xa9, 0xe6, 0x52, 0x28, 0xdf, 0x7d, 0x9c, 0x48, - 0x35, 0x95, 0x8a, 0x8c, 0xa9, 0x62, 0x4e, 0x80, 0x9c, 0x0c, 0xc6, 0x4c, 0xd3, 0x01, 0xc9, 0x69, - 0xca, 0x85, 0x1d, 0xf6, 0xb3, 0x77, 0x4b, 0x5e, 0x72, 0x5a, 0xd0, 0xe9, 0x8a, 0x24, 0x2e, 0x93, - 0xac, 0xe0, 0x89, 0xe4, 0x2b, 0xe0, 0xed, 0x32, 0x30, 0xa3, 0xbe, 0x8c, 0xba, 0x00, 0xbe, 0x33, - 0x8a, 0x07, 0x96, 0x6b, 0xc4, 0x8e, 0x67, 0x4c, 0x69, 0xf4, 0x16, 0xdc, 0x5a, 0xab, 0xaa, 0x5c, - 0x0a, 0xc5, 0xe0, 0x73, 0xd0, 0x72, 0x9a, 0x61, 0xd0, 0x0b, 0x76, 0x3b, 0xc3, 0x08, 0x6f, 0x26, - 0x80, 0x1d, 0x66, 0xaf, 0x71, 0xf1, 0xf3, 0x41, 0x6d, 0xe4, 0xe7, 0x11, 0x04, 0x37, 0x2c, 0xe1, - 0x1b, 0xae, 0xf4, 0x4a, 0xe4, 0x23, 0xb8, 0x59, 0xaa, 0x79, 0x89, 0xd7, 0x00, 0x58, 0x9a, 0x43, - 0x2e, 0x26, 0x32, 0x0c, 0x7a, 0xf5, 0xdd, 0xce, 0x10, 0x55, 0xc9, 0x18, 0xd4, 0xbe, 0x98, 0xc8, - 0xf7, 0xba, 0x98, 0x25, 0xda, 0xcb, 0xb5, 0x6d, 0xcf, 0x94, 0xd1, 0x17, 0xf0, 0xff, 0xfa, 0x08, - 0xec, 0x82, 0x26, 0x17, 0x47, 0xec, 0xd4, 0x9a, 0x6f, 0x8f, 0xdc, 0x0f, 0xd8, 0x03, 0x9d, 0x23, - 0xa6, 0x92, 0x82, 0xe7, 0x26, 0xe5, 0x70, 0xcb, 0xf6, 0xca, 0x25, 0xf8, 0x0c, 0x34, 0xf3, 0x82, - 0x27, 0x2c, 0xac, 0xdb, 0xa5, 0xef, 0x61, 0x97, 0x34, 0x36, 0x49, 0x63, 0x9f, 0x34, 0x7e, 0x25, - 0xb9, 0xf0, 0x26, 0xdc, 0x34, 0x1a, 0xf8, 0x95, 0x8d, 0x03, 0xbf, 0x32, 0xbc, 0xef, 0xb6, 0x3b, - 0x2c, 0xfb, 0xb0, 0x9e, 0xf7, 0x4d, 0x01, 0x1d, 0xf8, 0x44, 0x1c, 0xc4, 0x27, 0xf2, 0x02, 0xb4, - 0x3d, 0xc6, 0x06, 0x62, 0x2c, 0x84, 0x95, 0xb9, 0x67, 0x74, 0xe5, 0xe0, 0x3f, 0x47, 0x39, 0x91, - 0xc3, 0x79, 0x1d, 0x34, 0x2d, 0x25, 0x3c, 0x07, 0x2d, 0x77, 0x19, 0xf8, 0xa8, 0x0a, 0xbd, 0xf9, - 0x08, 0xa2, 0x9d, 0x6b, 0xe7, 0x9c, 0x43, 0x84, 0xe6, 0xdf, 0x7f, 0x7f, 0xdb, 0xda, 0x86, 0x11, - 0xf1, 0x00, 0xb2, 0xf1, 0x48, 0xe1, 0x0c, 0x34, 0xcc, 0x39, 0xe0, 0xc3, 0x7f, 0x92, 0x96, 0x9e, - 0x46, 0xd4, 0xbf, 0x66, 0xca, 0x0b, 0xf7, 0xac, 0x70, 0x04, 0xc3, 0x2a, 0xe1, 0xcc, 0xc8, 0xcd, - 0x03, 0xd0, 0x30, 0x41, 0x5c, 0xa1, 0x5b, 0xba, 0xcf, 0x15, 0xba, 0xe5, 0x93, 0xa0, 0x27, 0x56, - 0x77, 0x07, 0xf6, 0xab, 0x74, 0xcd, 0x9d, 0xc8, 0xe7, 0xbf, 0x67, 0x3e, 0xdf, 0x7b, 0x79, 0xb1, - 0x88, 0x83, 0xcb, 0x45, 0x1c, 0xfc, 0x5a, 0xc4, 0xc1, 0xd7, 0x65, 0x5c, 0xbb, 0x5c, 0xc6, 0xb5, - 0x1f, 0xcb, 0xb8, 0xf6, 0xa1, 0x9f, 0x72, 0xfd, 0x69, 0x36, 0xc6, 0x89, 0x9c, 0xae, 0x53, 0x9d, - 0x7a, 0x32, 0x7d, 0x96, 0x33, 0x35, 0x6e, 0xd9, 0xff, 0xea, 0xd3, 0x3f, 0x01, 0x00, 0x00, 0xff, - 0xff, 0xf4, 0x3a, 0x1e, 0x34, 0x89, 0x04, 0x00, 0x00, + 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, } // Reference imports to suppress errors if they are not otherwise used. @@ -547,7 +547,7 @@ var _Query_serviceDesc = grpc.ServiceDesc{ }, }, Streams: []grpc.StreamDesc{}, - Metadata: "lava/plans/query.proto", + Metadata: "lavanet/lava/plans/query.proto", } func (m *QueryParamsRequest) Marshal() (dAtA []byte, err error) { diff --git a/x/plans/types/query.pb.gw.go b/x/plans/types/query.pb.gw.go index 69aa5ca840..ac489a107b 100644 --- a/x/plans/types/query.pb.gw.go +++ b/x/plans/types/query.pb.gw.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-grpc-gateway. DO NOT EDIT. -// source: lava/plans/query.proto +// source: lavanet/lava/plans/query.proto /* Package types is a reverse proxy. @@ -303,11 +303,11 @@ func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, clie } var ( - pattern_Query_Params_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"lavanet", "lava", "plans", "params"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_Params_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"lavanet", "lava", "plans", "params"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_List_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"lavanet", "lava", "plans", "list"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_List_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"lavanet", "lava", "plans", "list"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_Info_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4}, []string{"lavanet", "lava", "plans", "info", "plan_index"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_Info_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4}, []string{"lavanet", "lava", "plans", "info", "plan_index"}, "", runtime.AssumeColonVerbOpt(false))) ) var ( diff --git a/x/plans/types/tx.pb.go b/x/plans/types/tx.pb.go index e97a79c0c3..ab0857d9e0 100644 --- a/x/plans/types/tx.pb.go +++ b/x/plans/types/tx.pb.go @@ -1,13 +1,13 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/plans/tx.proto +// source: lavanet/lava/plans/tx.proto package types import ( context "context" fmt "fmt" - grpc1 "github.com/gogo/protobuf/grpc" - proto "github.com/gogo/protobuf/proto" + grpc1 "github.com/cosmos/gogoproto/grpc" + proto "github.com/cosmos/gogoproto/proto" grpc "google.golang.org/grpc" math "math" ) @@ -23,18 +23,18 @@ var _ = math.Inf // proto package needs to be updated. const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package -func init() { proto.RegisterFile("lava/plans/tx.proto", fileDescriptor_57639a49e9a58678) } +func init() { proto.RegisterFile("lavanet/lava/plans/tx.proto", fileDescriptor_3d5c4f7f9bf14ddd) } -var fileDescriptor_57639a49e9a58678 = []byte{ +var fileDescriptor_3d5c4f7f9bf14ddd = []byte{ // 122 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0xce, 0x49, 0x2c, 0x4b, - 0xd4, 0x2f, 0xc8, 0x49, 0xcc, 0x2b, 0xd6, 0x2f, 0xa9, 0xd0, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, - 0x12, 0x02, 0x09, 0xe6, 0xa5, 0x96, 0xe8, 0x81, 0x68, 0x3d, 0xb0, 0xa4, 0x11, 0x2b, 0x17, 0xb3, - 0x6f, 0x71, 0xba, 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, 0x43, 0xf5, 0x83, 0x69, 0xfd, - 0x0a, 0x98, 0xf1, 0x95, 0x05, 0xa9, 0xc5, 0x49, 0x6c, 0x60, 0x2b, 0x8c, 0x01, 0x01, 0x00, 0x00, - 0xff, 0xff, 0x9a, 0x8c, 0xa0, 0xf9, 0x79, 0x00, 0x00, 0x00, + 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, + 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, } // Reference imports to suppress errors if they are not otherwise used. @@ -76,5 +76,5 @@ var _Msg_serviceDesc = grpc.ServiceDesc{ HandlerType: (*MsgServer)(nil), Methods: []grpc.MethodDesc{}, Streams: []grpc.StreamDesc{}, - Metadata: "lava/plans/tx.proto", + Metadata: "lavanet/lava/plans/tx.proto", } diff --git a/x/projects/types/genesis.pb.go b/x/projects/types/genesis.pb.go index bb318503ee..45b13960fe 100644 --- a/x/projects/types/genesis.pb.go +++ b/x/projects/types/genesis.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/projects/genesis.proto +// source: lavanet/lava/projects/genesis.proto package types import ( fmt "fmt" - _ "github.com/gogo/protobuf/gogoproto" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + proto "github.com/cosmos/gogoproto/proto" types "github.com/lavanet/lava/common/types" io "io" math "math" @@ -35,7 +35,7 @@ func (m *GenesisState) Reset() { *m = GenesisState{} } func (m *GenesisState) String() string { return proto.CompactTextString(m) } func (*GenesisState) ProtoMessage() {} func (*GenesisState) Descriptor() ([]byte, []int) { - return fileDescriptor_66539bb3a437d5b5, []int{0} + return fileDescriptor_159556069ba44164, []int{0} } func (m *GenesisState) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -89,28 +89,30 @@ func init() { proto.RegisterType((*GenesisState)(nil), "lavanet.lava.projects.GenesisState") } -func init() { proto.RegisterFile("lava/projects/genesis.proto", fileDescriptor_66539bb3a437d5b5) } +func init() { + proto.RegisterFile("lavanet/lava/projects/genesis.proto", fileDescriptor_159556069ba44164) +} -var fileDescriptor_66539bb3a437d5b5 = []byte{ - // 274 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xce, 0x49, 0x2c, 0x4b, - 0xd4, 0x2f, 0x28, 0xca, 0xcf, 0x4a, 0x4d, 0x2e, 0x29, 0xd6, 0x4f, 0x4f, 0xcd, 0x4b, 0x2d, 0xce, - 0x2c, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x05, 0x49, 0xe6, 0xa5, 0x96, 0xe8, 0x81, - 0x68, 0x3d, 0x98, 0x22, 0x29, 0x91, 0xf4, 0xfc, 0xf4, 0x7c, 0xb0, 0x0a, 0x7d, 0x10, 0x0b, 0xa2, - 0x58, 0x4a, 0x0a, 0xd5, 0xa4, 0x82, 0xc4, 0xa2, 0xc4, 0x5c, 0xa8, 0x41, 0x52, 0xf2, 0x60, 0xb9, - 0xe4, 0xfc, 0xdc, 0xdc, 0xfc, 0x3c, 0xfd, 0xb4, 0xcc, 0x8a, 0xc4, 0x92, 0xcc, 0xfc, 0x3c, 0xd7, - 0xbc, 0x92, 0xa2, 0x4a, 0x88, 0x02, 0xa5, 0xdb, 0x8c, 0x5c, 0x3c, 0xee, 0x10, 0xbb, 0x83, 0x4b, - 0x12, 0x4b, 0x52, 0x85, 0xac, 0xb9, 0xd8, 0x20, 0x26, 0x48, 0x30, 0x2a, 0x30, 0x6a, 0x70, 0x1b, - 0xc9, 0xea, 0x61, 0x75, 0x8b, 0x5e, 0x00, 0x58, 0x91, 0x13, 0xcb, 0x89, 0x7b, 0xf2, 0x0c, 0x41, - 0x50, 0x2d, 0x42, 0xae, 0x5c, 0x5c, 0x30, 0x05, 0x6e, 0xc1, 0x12, 0x4c, 0x0a, 0xcc, 0x1a, 0xdc, - 0x46, 0xf2, 0xa8, 0x06, 0x40, 0xdc, 0xa2, 0x17, 0x94, 0x58, 0xee, 0x9b, 0x5a, 0x5c, 0x9c, 0x98, - 0x9e, 0x0a, 0x35, 0x02, 0x49, 0xa3, 0x90, 0x3b, 0x17, 0x77, 0x4a, 0x6a, 0x59, 0x6a, 0x4e, 0x7e, - 0x41, 0x6a, 0x91, 0x5b, 0xb0, 0x04, 0x33, 0x29, 0xe6, 0x20, 0xeb, 0x74, 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, 0x8d, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0x90, - 0x31, 0xfa, 0x50, 0x73, 0xc1, 0xb4, 0x7e, 0x05, 0x22, 0x24, 0x4b, 0x2a, 0x0b, 0x52, 0x8b, 0x93, - 0xd8, 0xc0, 0x01, 0x65, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0xb1, 0x14, 0xb7, 0xe9, 0xb1, 0x01, - 0x00, 0x00, +var fileDescriptor_159556069ba44164 = []byte{ + // 275 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, + 0x45, 0x7a, 0x20, 0x5a, 0x0f, 0xa6, 0x48, 0x4a, 0x24, 0x3d, 0x3f, 0x3d, 0x1f, 0xac, 0x42, 0x1f, + 0xc4, 0x82, 0x28, 0x96, 0x52, 0xc2, 0x6e, 0x62, 0x41, 0x62, 0x51, 0x62, 0x2e, 0xd4, 0x40, 0x29, + 0x75, 0x14, 0x35, 0xc9, 0xf9, 0xb9, 0xb9, 0xf9, 0x79, 0xfa, 0x69, 0x99, 0x15, 0x89, 0x25, 0x99, + 0xf9, 0x79, 0xae, 0x79, 0x25, 0x45, 0x95, 0x10, 0x85, 0x4a, 0xb7, 0x19, 0xb9, 0x78, 0xdc, 0x21, + 0x6e, 0x09, 0x2e, 0x49, 0x2c, 0x49, 0x15, 0xb2, 0xe6, 0x62, 0x83, 0x98, 0x24, 0xc1, 0xa8, 0xc0, + 0xa8, 0xc1, 0x6d, 0x24, 0xab, 0x87, 0xd5, 0x6d, 0x7a, 0x01, 0x60, 0x45, 0x4e, 0x2c, 0x27, 0xee, + 0xc9, 0x33, 0x04, 0x41, 0xb5, 0x08, 0xb9, 0x72, 0x71, 0xc1, 0x14, 0xb8, 0x05, 0x4b, 0x30, 0x29, + 0x30, 0x6b, 0x70, 0x1b, 0xc9, 0xa3, 0x1a, 0x00, 0x71, 0x8b, 0x5e, 0x50, 0x62, 0xb9, 0x6f, 0x6a, + 0x71, 0x71, 0x62, 0x7a, 0x2a, 0xd4, 0x08, 0x24, 0x8d, 0x42, 0xee, 0x5c, 0xdc, 0x29, 0xa9, 0x65, + 0xa9, 0x39, 0xf9, 0x05, 0xa9, 0x45, 0x6e, 0xc1, 0x12, 0xcc, 0xa4, 0x98, 0x83, 0xac, 0xd3, 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, 0x40, 0xc6, 0xe8, 0xa3, 0x84, 0x55, 0x05, 0x22, 0x44, 0x4b, 0x2a, 0x0b, 0x52, 0x8b, + 0x93, 0xd8, 0xc0, 0x01, 0x65, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0xfc, 0x32, 0x17, 0xb9, 0xc9, + 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/projects/types/params.pb.go b/x/projects/types/params.pb.go index 70c2851ac6..6f88fe24de 100644 --- a/x/projects/types/params.pb.go +++ b/x/projects/types/params.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/projects/params.proto +// source: lavanet/lava/projects/params.proto package types import ( fmt "fmt" - _ "github.com/gogo/protobuf/gogoproto" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -30,7 +30,7 @@ type Params struct { func (m *Params) Reset() { *m = Params{} } func (*Params) ProtoMessage() {} func (*Params) Descriptor() ([]byte, []int) { - return fileDescriptor_83e80aa73345b30c, []int{0} + return fileDescriptor_acd952a9fad2273a, []int{0} } func (m *Params) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -63,20 +63,22 @@ func init() { proto.RegisterType((*Params)(nil), "lavanet.lava.projects.Params") } -func init() { proto.RegisterFile("lava/projects/params.proto", fileDescriptor_83e80aa73345b30c) } +func init() { + proto.RegisterFile("lavanet/lava/projects/params.proto", fileDescriptor_acd952a9fad2273a) +} -var fileDescriptor_83e80aa73345b30c = []byte{ - // 149 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xca, 0x49, 0x2c, 0x4b, - 0xd4, 0x2f, 0x28, 0xca, 0xcf, 0x4a, 0x4d, 0x2e, 0x29, 0xd6, 0x2f, 0x48, 0x2c, 0x4a, 0xcc, 0x2d, - 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x05, 0xc9, 0xe5, 0xa5, 0x96, 0xe8, 0x81, 0x68, - 0x3d, 0x98, 0x1a, 0x29, 0x91, 0xf4, 0xfc, 0xf4, 0x7c, 0xb0, 0x0a, 0x7d, 0x10, 0x0b, 0xa2, 0x58, - 0x89, 0x8f, 0x8b, 0x2d, 0x00, 0xac, 0xd9, 0x8a, 0x65, 0xc6, 0x02, 0x79, 0x06, 0x27, 0xa7, 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, 0x48, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, - 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0x87, 0xda, 0x00, 0xa6, 0xf5, 0x2b, 0x10, 0xee, 0x28, 0xa9, 0x2c, - 0x48, 0x2d, 0x4e, 0x62, 0x03, 0x1b, 0x6d, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0x10, 0x15, 0x44, - 0x4f, 0xa5, 0x00, 0x00, 0x00, +var fileDescriptor_acd952a9fad2273a = []byte{ + // 150 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, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/projects/types/project.pb.go b/x/projects/types/project.pb.go index cc2555808e..a0d5790c78 100644 --- a/x/projects/types/project.pb.go +++ b/x/projects/types/project.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/projects/project.proto +// source: lavanet/lava/projects/project.proto package types import ( fmt "fmt" - _ "github.com/gogo/protobuf/gogoproto" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + proto "github.com/cosmos/gogoproto/proto" types "github.com/lavanet/lava/x/plans/types" io "io" math "math" @@ -49,7 +49,7 @@ func (x ProjectKey_Type) String() string { } func (ProjectKey_Type) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_5df4649fa20bd155, []int{1, 0} + return fileDescriptor_9027839604ae2915, []int{1, 0} } type Project struct { @@ -67,7 +67,7 @@ func (m *Project) Reset() { *m = Project{} } func (m *Project) String() string { return proto.CompactTextString(m) } func (*Project) ProtoMessage() {} func (*Project) Descriptor() ([]byte, []int) { - return fileDescriptor_5df4649fa20bd155, []int{0} + return fileDescriptor_9027839604ae2915, []int{0} } func (m *Project) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -161,7 +161,7 @@ func (m *ProjectKey) Reset() { *m = ProjectKey{} } func (m *ProjectKey) String() string { return proto.CompactTextString(m) } func (*ProjectKey) ProtoMessage() {} func (*ProjectKey) Descriptor() ([]byte, []int) { - return fileDescriptor_5df4649fa20bd155, []int{1} + return fileDescriptor_9027839604ae2915, []int{1} } func (m *ProjectKey) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -212,7 +212,7 @@ func (m *ProtoDeveloperData) Reset() { *m = ProtoDeveloperData{} } func (m *ProtoDeveloperData) String() string { return proto.CompactTextString(m) } func (*ProtoDeveloperData) ProtoMessage() {} func (*ProtoDeveloperData) Descriptor() ([]byte, []int) { - return fileDescriptor_5df4649fa20bd155, []int{2} + return fileDescriptor_9027839604ae2915, []int{2} } func (m *ProtoDeveloperData) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -260,7 +260,7 @@ func (m *ProjectData) Reset() { *m = ProjectData{} } func (m *ProjectData) String() string { return proto.CompactTextString(m) } func (*ProjectData) ProtoMessage() {} func (*ProjectData) Descriptor() ([]byte, []int) { - return fileDescriptor_5df4649fa20bd155, []int{3} + return fileDescriptor_9027839604ae2915, []int{3} } func (m *ProjectData) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -325,42 +325,44 @@ func init() { proto.RegisterType((*ProjectData)(nil), "lavanet.lava.projects.ProjectData") } -func init() { proto.RegisterFile("lava/projects/project.proto", fileDescriptor_5df4649fa20bd155) } - -var fileDescriptor_5df4649fa20bd155 = []byte{ - // 502 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x53, 0x4d, 0x6e, 0xd3, 0x40, - 0x14, 0xce, 0x24, 0x93, 0xc4, 0x79, 0x69, 0x25, 0x6b, 0x28, 0xaa, 0x15, 0x90, 0x09, 0x5e, 0x59, - 0x2c, 0x6c, 0x29, 0x6c, 0xd8, 0xb0, 0xa0, 0x38, 0x48, 0x49, 0x21, 0x8d, 0x2c, 0xc4, 0x82, 0x4d, - 0xe4, 0xd8, 0xa3, 0xd4, 0xc4, 0xf1, 0x58, 0x19, 0xbb, 0xaa, 0x6f, 0xc1, 0x31, 0x38, 0x06, 0xcb, - 0x2e, 0xbb, 0x64, 0x85, 0x50, 0x72, 0x01, 0x8e, 0x80, 0x3c, 0x33, 0x69, 0x52, 0x84, 0xd4, 0x05, - 0xab, 0x79, 0xdf, 0x7b, 0xdf, 0xfb, 0xfd, 0x34, 0xf0, 0x24, 0x09, 0xae, 0x02, 0x37, 0x5b, 0xb3, - 0x2f, 0x34, 0xcc, 0xf9, 0xce, 0x70, 0xb2, 0x35, 0xcb, 0x19, 0x79, 0x5c, 0x05, 0x53, 0x9a, 0x3b, - 0xd5, 0xeb, 0xec, 0x48, 0xbd, 0x93, 0x05, 0x5b, 0x30, 0xc1, 0x70, 0x2b, 0x4b, 0x92, 0x7b, 0xa7, - 0xb2, 0x52, 0x12, 0xa4, 0xdc, 0xcd, 0x58, 0x12, 0x87, 0xa5, 0x0c, 0x58, 0xbf, 0xeb, 0xd0, 0x9e, - 0xca, 0x5c, 0x72, 0x02, 0xcd, 0x38, 0x8d, 0xe8, 0xb5, 0x81, 0xfa, 0xc8, 0xee, 0xf8, 0x12, 0x10, - 0x0b, 0x8e, 0x78, 0x31, 0xe7, 0xe1, 0x3a, 0xce, 0xf2, 0x98, 0xa5, 0x46, 0x5d, 0x04, 0xef, 0xf9, - 0x88, 0x01, 0x6d, 0x9a, 0x06, 0xf3, 0x84, 0x46, 0x06, 0xee, 0x23, 0x5b, 0xf3, 0x77, 0x90, 0x8c, - 0xe1, 0x48, 0x8d, 0x36, 0x5b, 0xd2, 0x92, 0x1b, 0xcd, 0x7e, 0xc3, 0xee, 0x0e, 0x9e, 0x3b, 0xff, - 0x1c, 0xde, 0x51, 0x93, 0x9c, 0xd3, 0xf2, 0x0c, 0xdf, 0xfc, 0x7c, 0x56, 0xf3, 0xbb, 0xd9, 0x9d, - 0x87, 0x93, 0xd7, 0x70, 0x14, 0x44, 0xab, 0x38, 0x9d, 0xc9, 0x0d, 0x8c, 0x56, 0x1f, 0xd9, 0xdd, - 0x41, 0xef, 0xaf, 0x5a, 0xd5, 0x8e, 0xce, 0x54, 0x30, 0xfc, 0xae, 0xe0, 0x4b, 0x40, 0x4e, 0xa1, - 0x5d, 0x70, 0x1a, 0xcd, 0xc2, 0xc2, 0x68, 0xf7, 0x91, 0x8d, 0xfd, 0x56, 0x05, 0xdf, 0x16, 0xe4, - 0x1c, 0x1e, 0x1d, 0x6e, 0xb3, 0x2b, 0xaf, 0x3d, 0x58, 0x9e, 0x1c, 0xa6, 0xa9, 0x2e, 0x3d, 0xd0, - 0x78, 0x1a, 0x64, 0xfc, 0x92, 0xe5, 0x46, 0x47, 0xb4, 0xb9, 0xc3, 0x63, 0xac, 0x35, 0x74, 0x6c, - 0x25, 0x00, 0xfb, 0x3d, 0x89, 0x0e, 0x8d, 0x25, 0x2d, 0xd5, 0xc9, 0x2b, 0xb3, 0x92, 0x61, 0x19, - 0xa7, 0x11, 0x17, 0xa7, 0x3c, 0xf6, 0x25, 0xb0, 0x5e, 0x00, 0xfe, 0x58, 0x66, 0x94, 0x68, 0x80, - 0x27, 0x17, 0x93, 0xa1, 0x5e, 0x23, 0x1d, 0x68, 0xbe, 0xf1, 0x3e, 0x8c, 0x26, 0x3a, 0x22, 0xc7, - 0xd0, 0xf1, 0x86, 0x9f, 0x86, 0xef, 0x2f, 0xa6, 0x43, 0x5f, 0xaf, 0x8f, 0xb1, 0x56, 0xd7, 0x1b, - 0xaa, 0xdb, 0x2b, 0x20, 0xd3, 0x4a, 0x69, 0x8f, 0x5e, 0xd1, 0x84, 0x65, 0x74, 0xed, 0x05, 0x79, - 0x40, 0x9e, 0x42, 0x47, 0x5d, 0x76, 0xe4, 0xa9, 0xde, 0x7b, 0x87, 0xcc, 0xb7, 0xbe, 0x23, 0xe8, - 0xaa, 0x41, 0x45, 0x0e, 0x01, 0x9c, 0x06, 0x2b, 0xaa, 0xe8, 0xc2, 0x3e, 0x14, 0xbe, 0x71, 0x5f, - 0xf8, 0x11, 0x1c, 0x6a, 0x67, 0xe0, 0xff, 0xd0, 0x7d, 0x00, 0x2d, 0x25, 0x49, 0xf3, 0x41, 0x49, - 0x14, 0x53, 0xae, 0x70, 0xf6, 0xee, 0xdb, 0xc6, 0x44, 0x37, 0x1b, 0x13, 0xdd, 0x6e, 0x4c, 0xf4, - 0x6b, 0x63, 0xa2, 0xaf, 0x5b, 0xb3, 0x76, 0xbb, 0x35, 0x6b, 0x3f, 0xb6, 0x66, 0xed, 0xb3, 0xbd, - 0x88, 0xf3, 0xcb, 0x62, 0xee, 0x84, 0x6c, 0xe5, 0xaa, 0x8a, 0xe2, 0x75, 0xaf, 0xf7, 0x7f, 0x2e, - 0x2f, 0x33, 0xca, 0xe7, 0x2d, 0xf1, 0x59, 0x5e, 0xfe, 0x09, 0x00, 0x00, 0xff, 0xff, 0x48, 0xd6, - 0xaf, 0xd3, 0x91, 0x03, 0x00, 0x00, +func init() { + proto.RegisterFile("lavanet/lava/projects/project.proto", fileDescriptor_9027839604ae2915) +} + +var fileDescriptor_9027839604ae2915 = []byte{ + // 504 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x53, 0xcd, 0x8e, 0x93, 0x50, + 0x14, 0xee, 0x6d, 0x6f, 0x5b, 0x38, 0x74, 0x12, 0x72, 0x1d, 0x23, 0x69, 0x0c, 0x83, 0xb8, 0x21, + 0x2e, 0x20, 0xa9, 0x1b, 0x37, 0x2e, 0x1c, 0xa9, 0x49, 0x3b, 0xda, 0x69, 0x88, 0x71, 0xe1, 0xa6, + 0xa1, 0x70, 0xd3, 0xc1, 0x52, 0x2e, 0xe9, 0x85, 0xc9, 0xf0, 0x16, 0x3e, 0x86, 0x8f, 0xe1, 0x72, + 0x96, 0xb3, 0x74, 0x65, 0x4c, 0xfb, 0x02, 0x3e, 0x82, 0x01, 0x6e, 0xa7, 0xad, 0x31, 0x99, 0x85, + 0x2b, 0xce, 0x77, 0xf9, 0xce, 0xcf, 0x77, 0xbe, 0x1c, 0x78, 0x1e, 0xfb, 0xd7, 0x7e, 0x42, 0x33, + 0xa7, 0xfc, 0x3a, 0xe9, 0x9a, 0x7d, 0xa1, 0x41, 0xc6, 0x77, 0x81, 0x9d, 0xae, 0x59, 0xc6, 0xc8, + 0x63, 0x41, 0xb2, 0xcb, 0xaf, 0xbd, 0x23, 0xf5, 0x4f, 0x17, 0x6c, 0xc1, 0x2a, 0x86, 0x53, 0x46, + 0x35, 0xb9, 0x7f, 0x76, 0x5c, 0x31, 0xf6, 0x13, 0xee, 0xa4, 0x2c, 0x8e, 0x82, 0xa2, 0x26, 0x98, + 0xbf, 0x9b, 0xd0, 0x9d, 0xd6, 0x35, 0xc8, 0x29, 0xb4, 0xa3, 0x24, 0xa4, 0x37, 0x1a, 0x32, 0x90, + 0x25, 0x7b, 0x35, 0x20, 0x26, 0xf4, 0x78, 0x3e, 0xe7, 0xc1, 0x3a, 0x4a, 0xb3, 0x88, 0x25, 0x5a, + 0xb3, 0xfa, 0x79, 0xf4, 0x46, 0x34, 0xe8, 0xd2, 0xc4, 0x9f, 0xc7, 0x34, 0xd4, 0xb0, 0x81, 0x2c, + 0xc9, 0xdb, 0x41, 0x32, 0x86, 0x9e, 0x18, 0x71, 0xb6, 0xa4, 0x05, 0xd7, 0xda, 0x46, 0xcb, 0x52, + 0x06, 0xcf, 0xec, 0x7f, 0x8a, 0xb0, 0xc5, 0x24, 0x17, 0xb4, 0x38, 0xc7, 0xb7, 0x3f, 0xcf, 0x1a, + 0x9e, 0x92, 0xde, 0xbf, 0x70, 0xf2, 0x1a, 0x7a, 0x7e, 0xb8, 0x8a, 0x92, 0x59, 0xad, 0x40, 0xeb, + 0x18, 0xc8, 0x52, 0x06, 0xfd, 0xbf, 0x6a, 0x95, 0x1a, 0xed, 0x69, 0xc5, 0xf0, 0x94, 0x8a, 0x5f, + 0x03, 0xf2, 0x04, 0xba, 0x39, 0xa7, 0xe1, 0x2c, 0xc8, 0xb5, 0xae, 0x81, 0x2c, 0xec, 0x75, 0x4a, + 0xf8, 0x36, 0x27, 0x17, 0xf0, 0xe8, 0x50, 0xcd, 0xae, 0xbc, 0xf4, 0x60, 0x79, 0x72, 0x98, 0x26, + 0xba, 0xf4, 0x41, 0xe2, 0x89, 0x9f, 0xf2, 0x2b, 0x96, 0x69, 0x72, 0xd5, 0xe6, 0x1e, 0x8f, 0xb1, + 0xd4, 0x52, 0xb1, 0x19, 0x03, 0xec, 0x75, 0x12, 0x15, 0x5a, 0x4b, 0x5a, 0x88, 0x95, 0x97, 0x61, + 0x69, 0xc3, 0x32, 0x4a, 0x42, 0x5e, 0xad, 0xf2, 0xc4, 0xab, 0x81, 0xf9, 0x02, 0xf0, 0xc7, 0x22, + 0xa5, 0x44, 0x02, 0x3c, 0xb9, 0x9c, 0x0c, 0xd5, 0x06, 0x91, 0xa1, 0xfd, 0xc6, 0xfd, 0x30, 0x9a, + 0xa8, 0x88, 0x9c, 0x80, 0xec, 0x0e, 0x3f, 0x0d, 0xdf, 0x5f, 0x4e, 0x87, 0x9e, 0xda, 0x1c, 0x63, + 0xa9, 0xa9, 0xb6, 0x44, 0xb7, 0x57, 0x40, 0xa6, 0xa5, 0xd3, 0x2e, 0xbd, 0xa6, 0x31, 0x4b, 0xe9, + 0xda, 0xf5, 0x33, 0x9f, 0x3c, 0x05, 0x59, 0x6c, 0x76, 0xe4, 0x8a, 0xde, 0xfb, 0x87, 0x3a, 0xdf, + 0xfc, 0x8e, 0x40, 0x11, 0x83, 0x56, 0x39, 0x04, 0x70, 0xe2, 0xaf, 0xa8, 0xa0, 0x57, 0xf1, 0xa1, + 0xf1, 0xad, 0x63, 0xe3, 0x47, 0x70, 0xe8, 0x9d, 0x86, 0xff, 0xc3, 0xf7, 0x01, 0x74, 0x84, 0x25, + 0xed, 0x07, 0x2d, 0x11, 0xcc, 0x5a, 0xc2, 0xf9, 0xbb, 0x6f, 0x1b, 0x1d, 0xdd, 0x6e, 0x74, 0x74, + 0xb7, 0xd1, 0xd1, 0xaf, 0x8d, 0x8e, 0xbe, 0x6e, 0xf5, 0xc6, 0xdd, 0x56, 0x6f, 0xfc, 0xd8, 0xea, + 0x8d, 0xcf, 0xd6, 0x22, 0xca, 0xae, 0xf2, 0xb9, 0x1d, 0xb0, 0x95, 0x73, 0x74, 0x27, 0x37, 0xfb, + 0xdb, 0xcb, 0x8a, 0x94, 0xf2, 0x79, 0xa7, 0x3a, 0x96, 0x97, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, + 0xca, 0xf4, 0x28, 0xff, 0xa1, 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 86264ed854..d5408804bb 100644 --- a/x/projects/types/query.pb.go +++ b/x/projects/types/query.pb.go @@ -1,14 +1,14 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/projects/query.proto +// source: lavanet/lava/projects/query.proto package types import ( context "context" fmt "fmt" - _ "github.com/gogo/protobuf/gogoproto" - grpc1 "github.com/gogo/protobuf/grpc" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + grpc1 "github.com/cosmos/gogoproto/grpc" + proto "github.com/cosmos/gogoproto/proto" _ "google.golang.org/genproto/googleapis/api/annotations" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" @@ -37,7 +37,7 @@ func (m *QueryParamsRequest) Reset() { *m = QueryParamsRequest{} } func (m *QueryParamsRequest) String() string { return proto.CompactTextString(m) } func (*QueryParamsRequest) ProtoMessage() {} func (*QueryParamsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_56c6d3c5a3fbd051, []int{0} + return fileDescriptor_e0c4357eb0c2f6e6, []int{0} } func (m *QueryParamsRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -76,7 +76,7 @@ func (m *QueryParamsResponse) Reset() { *m = QueryParamsResponse{} } func (m *QueryParamsResponse) String() string { return proto.CompactTextString(m) } func (*QueryParamsResponse) ProtoMessage() {} func (*QueryParamsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_56c6d3c5a3fbd051, []int{1} + return fileDescriptor_e0c4357eb0c2f6e6, []int{1} } func (m *QueryParamsResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -120,7 +120,7 @@ func (m *QueryInfoRequest) Reset() { *m = QueryInfoRequest{} } func (m *QueryInfoRequest) String() string { return proto.CompactTextString(m) } func (*QueryInfoRequest) ProtoMessage() {} func (*QueryInfoRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_56c6d3c5a3fbd051, []int{2} + return fileDescriptor_e0c4357eb0c2f6e6, []int{2} } func (m *QueryInfoRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -164,7 +164,7 @@ func (m *QueryInfoResponse) Reset() { *m = QueryInfoResponse{} } func (m *QueryInfoResponse) String() string { return proto.CompactTextString(m) } func (*QueryInfoResponse) ProtoMessage() {} func (*QueryInfoResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_56c6d3c5a3fbd051, []int{3} + return fileDescriptor_e0c4357eb0c2f6e6, []int{3} } func (m *QueryInfoResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -208,7 +208,7 @@ func (m *QueryDeveloperRequest) Reset() { *m = QueryDeveloperRequest{} } func (m *QueryDeveloperRequest) String() string { return proto.CompactTextString(m) } func (*QueryDeveloperRequest) ProtoMessage() {} func (*QueryDeveloperRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_56c6d3c5a3fbd051, []int{4} + return fileDescriptor_e0c4357eb0c2f6e6, []int{4} } func (m *QueryDeveloperRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -252,7 +252,7 @@ func (m *QueryDeveloperResponse) Reset() { *m = QueryDeveloperResponse{} func (m *QueryDeveloperResponse) String() string { return proto.CompactTextString(m) } func (*QueryDeveloperResponse) ProtoMessage() {} func (*QueryDeveloperResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_56c6d3c5a3fbd051, []int{5} + return fileDescriptor_e0c4357eb0c2f6e6, []int{5} } func (m *QueryDeveloperResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -297,37 +297,37 @@ func init() { proto.RegisterType((*QueryDeveloperResponse)(nil), "lavanet.lava.projects.QueryDeveloperResponse") } -func init() { proto.RegisterFile("lava/projects/query.proto", fileDescriptor_56c6d3c5a3fbd051) } +func init() { proto.RegisterFile("lavanet/lava/projects/query.proto", fileDescriptor_e0c4357eb0c2f6e6) } -var fileDescriptor_56c6d3c5a3fbd051 = []byte{ +var fileDescriptor_e0c4357eb0c2f6e6 = []byte{ // 434 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xcc, 0x49, 0x2c, 0x4b, - 0xd4, 0x2f, 0x28, 0xca, 0xcf, 0x4a, 0x4d, 0x2e, 0x29, 0xd6, 0x2f, 0x2c, 0x4d, 0x2d, 0xaa, 0xd4, - 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x05, 0x49, 0xe5, 0xa5, 0x96, 0xe8, 0x81, 0x68, 0x3d, - 0x98, 0x12, 0x29, 0x91, 0xf4, 0xfc, 0xf4, 0x7c, 0xb0, 0x0a, 0x7d, 0x10, 0x0b, 0xa2, 0x58, 0x4a, - 0x26, 0x3d, 0x3f, 0x3f, 0x3d, 0x27, 0x55, 0x3f, 0xb1, 0x20, 0x53, 0x3f, 0x31, 0x2f, 0x2f, 0xbf, - 0x24, 0xb1, 0x24, 0x33, 0x3f, 0xaf, 0x18, 0x2a, 0x2b, 0x85, 0x6a, 0x4b, 0x41, 0x62, 0x51, 0x62, - 0x2e, 0x4c, 0x4e, 0x1a, 0x4d, 0x0e, 0xc2, 0x80, 0x48, 0x2a, 0x89, 0x70, 0x09, 0x05, 0x82, 0x9c, - 0x14, 0x00, 0xd6, 0x11, 0x94, 0x5a, 0x58, 0x9a, 0x5a, 0x5c, 0xa2, 0x14, 0xc4, 0x25, 0x8c, 0x22, - 0x5a, 0x5c, 0x90, 0x9f, 0x57, 0x9c, 0x2a, 0x64, 0xcd, 0xc5, 0x06, 0x31, 0x59, 0x82, 0x51, 0x81, - 0x51, 0x83, 0xdb, 0x48, 0x56, 0x0f, 0xab, 0x0f, 0xf4, 0x20, 0xda, 0x9c, 0x58, 0x4e, 0xdc, 0x93, - 0x67, 0x08, 0x82, 0x6a, 0x51, 0xd2, 0xe1, 0x12, 0x00, 0x9b, 0xe9, 0x99, 0x97, 0x96, 0x0f, 0xb5, - 0x47, 0x48, 0x82, 0x8b, 0x1d, 0xaa, 0x09, 0x6c, 0x22, 0x67, 0x10, 0x8c, 0xab, 0xe4, 0xcb, 0x25, - 0x88, 0xa4, 0x1a, 0x6a, 0xbf, 0x05, 0xaa, 0x72, 0x6e, 0x23, 0x39, 0x5c, 0x0e, 0x80, 0x30, 0x10, - 0xc6, 0x99, 0x72, 0x89, 0x82, 0x8d, 0x73, 0x49, 0x2d, 0x4b, 0xcd, 0xc9, 0x2f, 0x48, 0x2d, 0x82, - 0xb9, 0x40, 0x86, 0x8b, 0x33, 0x05, 0x26, 0x06, 0x75, 0x03, 0x42, 0x40, 0x29, 0x88, 0x4b, 0x0c, - 0x5d, 0x1b, 0xa5, 0x4e, 0x31, 0xda, 0xc3, 0xcc, 0xc5, 0x0a, 0x36, 0x54, 0xa8, 0x8d, 0x91, 0x8b, - 0x0d, 0x12, 0x54, 0x42, 0x9a, 0x38, 0x74, 0x63, 0xc6, 0x8d, 0x94, 0x16, 0x31, 0x4a, 0x21, 0xae, - 0x54, 0x52, 0x6d, 0xba, 0xfc, 0x64, 0x32, 0x93, 0xbc, 0x90, 0xac, 0x3e, 0x54, 0x8f, 0x3e, 0xb6, - 0x74, 0x22, 0xd4, 0xc1, 0xc8, 0xc5, 0x02, 0x0a, 0x68, 0x21, 0x75, 0x7c, 0x66, 0x23, 0x45, 0x9c, - 0x94, 0x06, 0x61, 0x85, 0x50, 0x27, 0xe8, 0x82, 0x9d, 0xa0, 0x2e, 0xa4, 0x8a, 0xc3, 0x09, 0x99, - 0x79, 0x69, 0xf9, 0xfa, 0xd5, 0x50, 0x6e, 0xad, 0xd0, 0x3c, 0x46, 0x2e, 0x4e, 0x78, 0x68, 0x0b, - 0xe9, 0xe0, 0xb3, 0x06, 0x3d, 0x2e, 0xa5, 0x74, 0x89, 0x54, 0x0d, 0x75, 0x99, 0x09, 0xd8, 0x65, - 0x7a, 0x42, 0x3a, 0x38, 0x5c, 0x06, 0x4f, 0x06, 0xfa, 0xd5, 0x70, 0x66, 0xad, 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, 0xa2, 0x9a, 0x58, 0x81, 0x30, 0xb3, 0xa4, 0xb2, 0x20, 0xb5, 0x38, 0x89, - 0x0d, 0x9c, 0xf7, 0x8c, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0xa1, 0x63, 0x61, 0x01, 0x1c, 0x04, + 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, + 0x20, 0x5a, 0x0f, 0xa6, 0x44, 0x4a, 0x24, 0x3d, 0x3f, 0x3d, 0x1f, 0xac, 0x42, 0x1f, 0xc4, 0x82, + 0x28, 0x96, 0x92, 0x49, 0xcf, 0xcf, 0x4f, 0xcf, 0x49, 0xd5, 0x4f, 0x2c, 0xc8, 0xd4, 0x4f, 0xcc, + 0xcb, 0xcb, 0x2f, 0x49, 0x2c, 0xc9, 0xcc, 0xcf, 0x2b, 0x86, 0xca, 0x2a, 0x61, 0xb7, 0xad, 0x20, + 0xb1, 0x28, 0x31, 0x17, 0xa6, 0x46, 0x19, 0x87, 0x1a, 0x08, 0x03, 0xa2, 0x48, 0x49, 0x84, 0x4b, + 0x28, 0x10, 0xe4, 0xc4, 0x00, 0xb0, 0xce, 0xa0, 0xd4, 0xc2, 0xd2, 0xd4, 0xe2, 0x12, 0xa5, 0x20, + 0x2e, 0x61, 0x14, 0xd1, 0xe2, 0x82, 0xfc, 0xbc, 0xe2, 0x54, 0x21, 0x6b, 0x2e, 0x36, 0x88, 0x0d, + 0x12, 0x8c, 0x0a, 0x8c, 0x1a, 0xdc, 0x46, 0xb2, 0x7a, 0x58, 0x7d, 0xa4, 0x07, 0xd1, 0xe6, 0xc4, + 0x72, 0xe2, 0x9e, 0x3c, 0x43, 0x10, 0x54, 0x8b, 0x92, 0x0e, 0x97, 0x00, 0xd8, 0x4c, 0xcf, 0xbc, + 0xb4, 0x7c, 0xa8, 0x3d, 0x42, 0x12, 0x5c, 0xec, 0x50, 0x4d, 0x60, 0x13, 0x39, 0x83, 0x60, 0x5c, + 0x25, 0x5f, 0x2e, 0x41, 0x24, 0xd5, 0x50, 0xfb, 0x2d, 0x50, 0x95, 0x73, 0x1b, 0xc9, 0xe1, 0x72, + 0x00, 0x84, 0x81, 0x30, 0xce, 0x94, 0x4b, 0x14, 0x6c, 0x9c, 0x4b, 0x6a, 0x59, 0x6a, 0x4e, 0x7e, + 0x41, 0x6a, 0x11, 0xcc, 0x05, 0x32, 0x5c, 0x9c, 0x29, 0x30, 0x31, 0xa8, 0x1b, 0x10, 0x02, 0x4a, + 0x41, 0x5c, 0x62, 0xe8, 0xda, 0x28, 0x75, 0x8a, 0xd1, 0x1e, 0x66, 0x2e, 0x56, 0xb0, 0xa1, 0x42, + 0x6d, 0x8c, 0x5c, 0x6c, 0x90, 0xa0, 0x12, 0xd2, 0xc4, 0xa1, 0x1b, 0x33, 0x6e, 0xa4, 0xb4, 0x88, + 0x51, 0x0a, 0x71, 0xa5, 0x92, 0x6a, 0xd3, 0xe5, 0x27, 0x93, 0x99, 0xe4, 0x85, 0x64, 0xf5, 0xf1, + 0xa5, 0x17, 0xa1, 0x0e, 0x46, 0x2e, 0x16, 0x50, 0x40, 0x0b, 0xa9, 0xe3, 0x33, 0x1b, 0x29, 0xe2, + 0xa4, 0x34, 0x08, 0x2b, 0x84, 0x3a, 0x41, 0x17, 0xec, 0x04, 0x75, 0x21, 0x55, 0x1c, 0x4e, 0xc8, + 0xcc, 0x4b, 0xcb, 0xd7, 0xaf, 0x86, 0x72, 0x6b, 0x85, 0xe6, 0x31, 0x72, 0x71, 0xc2, 0x43, 0x5b, + 0x48, 0x07, 0x9f, 0x35, 0xe8, 0x71, 0x29, 0xa5, 0x4b, 0xa4, 0x6a, 0xa8, 0xcb, 0x4c, 0xc0, 0x2e, + 0xd3, 0x13, 0xd2, 0xc1, 0xe1, 0x32, 0x78, 0x32, 0xd0, 0xaf, 0x86, 0x33, 0x6b, 0x9d, 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, 0x17, 0xd5, 0xc4, 0x0a, 0x84, 0x99, 0x25, 0x95, 0x05, 0xa9, 0xc5, 0x49, + 0x6c, 0xe0, 0xbc, 0x67, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0x5d, 0x00, 0x4f, 0x08, 0x34, 0x04, 0x00, 0x00, } @@ -486,7 +486,7 @@ var _Query_serviceDesc = grpc.ServiceDesc{ }, }, Streams: []grpc.StreamDesc{}, - Metadata: "lava/projects/query.proto", + Metadata: "lavanet/lava/projects/query.proto", } func (m *QueryParamsRequest) Marshal() (dAtA []byte, err error) { diff --git a/x/projects/types/query.pb.gw.go b/x/projects/types/query.pb.gw.go index 2c76c97524..ad6d0e0e54 100644 --- a/x/projects/types/query.pb.gw.go +++ b/x/projects/types/query.pb.gw.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-grpc-gateway. DO NOT EDIT. -// source: lava/projects/query.proto +// source: lavanet/lava/projects/query.proto /* Package types is a reverse proxy. @@ -339,11 +339,11 @@ func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, clie } var ( - pattern_Query_Params_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"lavanet", "lava", "projects", "params"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_Params_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"lavanet", "lava", "projects", "params"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_Info_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4}, []string{"lavanet", "lava", "projects", "info", "project"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_Info_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4}, []string{"lavanet", "lava", "projects", "info", "project"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_Developer_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 3}, []string{"lavanet", "lava", "projects", "developer"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_Developer_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 3}, []string{"lavanet", "lava", "projects", "developer"}, "", runtime.AssumeColonVerbOpt(false))) ) var ( diff --git a/x/projects/types/tx.pb.go b/x/projects/types/tx.pb.go index 61bd9387a9..f8a9a3b1e2 100644 --- a/x/projects/types/tx.pb.go +++ b/x/projects/types/tx.pb.go @@ -1,14 +1,14 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/projects/tx.proto +// source: lavanet/lava/projects/tx.proto package types import ( context "context" fmt "fmt" - _ "github.com/gogo/protobuf/gogoproto" - grpc1 "github.com/gogo/protobuf/grpc" - proto "github.com/gogo/protobuf/proto" + _ "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" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" @@ -39,7 +39,7 @@ func (m *MsgAddKeys) Reset() { *m = MsgAddKeys{} } func (m *MsgAddKeys) String() string { return proto.CompactTextString(m) } func (*MsgAddKeys) ProtoMessage() {} func (*MsgAddKeys) Descriptor() ([]byte, []int) { - return fileDescriptor_03857260ee7795e1, []int{0} + return fileDescriptor_a4f8e20515314f9d, []int{0} } func (m *MsgAddKeys) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -96,7 +96,7 @@ func (m *MsgAddKeysResponse) Reset() { *m = MsgAddKeysResponse{} } func (m *MsgAddKeysResponse) String() string { return proto.CompactTextString(m) } func (*MsgAddKeysResponse) ProtoMessage() {} func (*MsgAddKeysResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_03857260ee7795e1, []int{1} + return fileDescriptor_a4f8e20515314f9d, []int{1} } func (m *MsgAddKeysResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -135,7 +135,7 @@ func (m *MsgDelKeys) Reset() { *m = MsgDelKeys{} } func (m *MsgDelKeys) String() string { return proto.CompactTextString(m) } func (*MsgDelKeys) ProtoMessage() {} func (*MsgDelKeys) Descriptor() ([]byte, []int) { - return fileDescriptor_03857260ee7795e1, []int{2} + return fileDescriptor_a4f8e20515314f9d, []int{2} } func (m *MsgDelKeys) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -192,7 +192,7 @@ func (m *MsgDelKeysResponse) Reset() { *m = MsgDelKeysResponse{} } func (m *MsgDelKeysResponse) String() string { return proto.CompactTextString(m) } func (*MsgDelKeysResponse) ProtoMessage() {} func (*MsgDelKeysResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_03857260ee7795e1, []int{3} + return fileDescriptor_a4f8e20515314f9d, []int{3} } func (m *MsgDelKeysResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -231,7 +231,7 @@ func (m *MsgSetPolicy) Reset() { *m = MsgSetPolicy{} } func (m *MsgSetPolicy) String() string { return proto.CompactTextString(m) } func (*MsgSetPolicy) ProtoMessage() {} func (*MsgSetPolicy) Descriptor() ([]byte, []int) { - return fileDescriptor_03857260ee7795e1, []int{4} + return fileDescriptor_a4f8e20515314f9d, []int{4} } func (m *MsgSetPolicy) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -288,7 +288,7 @@ func (m *MsgSetPolicyResponse) Reset() { *m = MsgSetPolicyResponse{} } func (m *MsgSetPolicyResponse) String() string { return proto.CompactTextString(m) } func (*MsgSetPolicyResponse) ProtoMessage() {} func (*MsgSetPolicyResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_03857260ee7795e1, []int{5} + return fileDescriptor_a4f8e20515314f9d, []int{5} } func (m *MsgSetPolicyResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -327,7 +327,7 @@ func (m *MsgSetSubscriptionPolicy) Reset() { *m = MsgSetSubscriptionPoli func (m *MsgSetSubscriptionPolicy) String() string { return proto.CompactTextString(m) } func (*MsgSetSubscriptionPolicy) ProtoMessage() {} func (*MsgSetSubscriptionPolicy) Descriptor() ([]byte, []int) { - return fileDescriptor_03857260ee7795e1, []int{6} + return fileDescriptor_a4f8e20515314f9d, []int{6} } func (m *MsgSetSubscriptionPolicy) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -384,7 +384,7 @@ func (m *MsgSetSubscriptionPolicyResponse) Reset() { *m = MsgSetSubscrip func (m *MsgSetSubscriptionPolicyResponse) String() string { return proto.CompactTextString(m) } func (*MsgSetSubscriptionPolicyResponse) ProtoMessage() {} func (*MsgSetSubscriptionPolicyResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_03857260ee7795e1, []int{7} + return fileDescriptor_a4f8e20515314f9d, []int{7} } func (m *MsgSetSubscriptionPolicyResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -424,38 +424,38 @@ func init() { proto.RegisterType((*MsgSetSubscriptionPolicyResponse)(nil), "lavanet.lava.projects.MsgSetSubscriptionPolicyResponse") } -func init() { proto.RegisterFile("lava/projects/tx.proto", fileDescriptor_03857260ee7795e1) } - -var fileDescriptor_03857260ee7795e1 = []byte{ - // 437 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x94, 0x4d, 0xcb, 0xd3, 0x40, - 0x10, 0xc7, 0xb3, 0x4f, 0xa4, 0xb5, 0xd3, 0x9e, 0x42, 0x5b, 0x43, 0x84, 0x18, 0xe3, 0x25, 0x22, - 0x24, 0x50, 0x0f, 0x7a, 0xb5, 0x78, 0xb2, 0x14, 0x4a, 0x7a, 0x10, 0x04, 0x91, 0x34, 0x5d, 0x62, - 0x34, 0x66, 0x43, 0x76, 0x2b, 0x0d, 0x78, 0xf1, 0x2a, 0x1e, 0x3c, 0xfb, 0x89, 0x7a, 0xec, 0xd1, - 0x93, 0x48, 0xfb, 0x45, 0x24, 0xd9, 0xdd, 0xb4, 0xd6, 0xbe, 0xf8, 0x72, 0x79, 0x4e, 0x3b, 0xbb, - 0xf3, 0x9f, 0xff, 0xfe, 0xd8, 0x19, 0x16, 0xfa, 0x49, 0xf0, 0x3e, 0xf0, 0xb2, 0x9c, 0xbc, 0xc1, - 0x21, 0xa3, 0x1e, 0x5b, 0xba, 0x59, 0x4e, 0x18, 0xd1, 0x7a, 0xe5, 0x79, 0x8a, 0x99, 0x5b, 0xae, - 0xae, 0xcc, 0x1b, 0xb7, 0x7f, 0x95, 0x8b, 0x80, 0xd7, 0x18, 0xb7, 0x78, 0x32, 0x09, 0x52, 0xea, - 0x65, 0x24, 0x89, 0xc3, 0x42, 0x24, 0xba, 0x11, 0x89, 0x48, 0x15, 0x7a, 0x65, 0xc4, 0x4f, 0xed, - 0xcf, 0x08, 0x60, 0x4c, 0xa3, 0x27, 0xf3, 0xf9, 0x08, 0x17, 0x54, 0xd3, 0xa1, 0x19, 0xe6, 0x38, - 0x60, 0x24, 0xd7, 0x91, 0x85, 0x9c, 0x96, 0x2f, 0xb7, 0x65, 0x46, 0x5c, 0xa4, 0x5f, 0xf1, 0x8c, - 0xd8, 0x6a, 0xcf, 0xa0, 0x23, 0xc2, 0x57, 0x6f, 0x71, 0x41, 0x75, 0xd5, 0x52, 0x9d, 0xf6, 0xe0, - 0xae, 0x7b, 0x14, 0xde, 0x9d, 0xf0, 0x60, 0x84, 0x8b, 0xe1, 0x8d, 0xd5, 0xf7, 0x3b, 0x8a, 0xdf, - 0xce, 0xea, 0x13, 0x6a, 0x77, 0x41, 0xdb, 0xd1, 0xf8, 0x98, 0x66, 0x24, 0xa5, 0x58, 0x42, 0x3e, - 0xc5, 0xc9, 0x35, 0x82, 0x14, 0x34, 0x35, 0xe4, 0x07, 0xe8, 0x8c, 0x69, 0x34, 0xc5, 0x6c, 0x52, - 0xbd, 0xfa, 0x3f, 0x51, 0x3e, 0x86, 0x06, 0xef, 0x99, 0xae, 0x5a, 0xc8, 0x69, 0x0f, 0x8c, 0x03, - 0xbe, 0xb2, 0xab, 0x2e, 0xf7, 0x17, 0x60, 0x42, 0x6f, 0xf7, 0xa1, 0xbb, 0x7f, 0x7b, 0x4d, 0xf5, - 0x09, 0x81, 0xce, 0x13, 0xd3, 0xc5, 0x8c, 0x86, 0x79, 0x9c, 0xb1, 0x98, 0xa4, 0x17, 0x11, 0x0d, - 0xb8, 0x29, 0x1f, 0x43, 0xbf, 0xb2, 0x54, 0xa7, 0xe5, 0xd7, 0xfb, 0xff, 0x80, 0xb4, 0xc1, 0x3a, - 0xc5, 0x22, 0x81, 0x07, 0x5f, 0x55, 0x50, 0xc7, 0x34, 0xd2, 0x9e, 0x43, 0x53, 0x0e, 0xe5, 0xa9, - 0x2e, 0xed, 0x26, 0xc5, 0xb8, 0x7f, 0x51, 0x22, 0x2f, 0x28, 0x8d, 0xe5, 0x20, 0x9d, 0x31, 0x16, - 0x92, 0x73, 0xc6, 0x07, 0x03, 0xa0, 0xbd, 0x84, 0xd6, 0xae, 0xfb, 0xf7, 0x4e, 0xd7, 0xd5, 0x22, - 0xe3, 0xc1, 0x1f, 0x88, 0x6a, 0xfb, 0x8f, 0x08, 0x7a, 0xc7, 0xdb, 0xe8, 0x9d, 0xb5, 0xf9, 0xbd, - 0xc0, 0x78, 0xf4, 0x97, 0x05, 0x92, 0x61, 0x38, 0x5c, 0x6d, 0x4c, 0xb4, 0xde, 0x98, 0xe8, 0xc7, - 0xc6, 0x44, 0x5f, 0xb6, 0xa6, 0xb2, 0xde, 0x9a, 0xca, 0xb7, 0xad, 0xa9, 0xbc, 0x70, 0xa2, 0x98, - 0xbd, 0x5e, 0xcc, 0xdc, 0x90, 0xbc, 0xf3, 0x84, 0x79, 0xb5, 0x7a, 0xcb, 0xbd, 0x7f, 0xad, 0xc8, - 0x30, 0x9d, 0x35, 0xaa, 0x8f, 0xe7, 0xe1, 0xcf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x93, 0xc0, 0xd1, - 0x65, 0xf5, 0x04, 0x00, 0x00, +func init() { proto.RegisterFile("lavanet/lava/projects/tx.proto", fileDescriptor_a4f8e20515314f9d) } + +var fileDescriptor_a4f8e20515314f9d = []byte{ + // 439 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x94, 0x4b, 0xab, 0xd3, 0x40, + 0x14, 0xc7, 0x33, 0x8d, 0xb4, 0xf6, 0xb4, 0xab, 0xd0, 0x4a, 0xc8, 0x22, 0x8d, 0xe9, 0x26, 0x22, + 0x24, 0x50, 0x17, 0xba, 0xb5, 0xb8, 0xb2, 0x14, 0x4a, 0xba, 0x10, 0x04, 0x91, 0x34, 0x1d, 0x62, + 0x34, 0x66, 0x42, 0x66, 0x2a, 0x0d, 0xb8, 0x71, 0x2b, 0x2e, 0x5c, 0xfb, 0x89, 0xba, 0xec, 0xd2, + 0x95, 0x48, 0xfb, 0x45, 0x2e, 0x69, 0x66, 0xd2, 0xc7, 0xed, 0xe3, 0x3e, 0x36, 0x77, 0x95, 0x33, + 0x73, 0xfe, 0xe7, 0x3f, 0xbf, 0xcc, 0x39, 0x0c, 0xe8, 0x91, 0xf7, 0xcd, 0x8b, 0x31, 0x73, 0xf2, + 0xaf, 0x93, 0xa4, 0xe4, 0x33, 0xf6, 0x19, 0x75, 0xd8, 0xdc, 0x4e, 0x52, 0xc2, 0x88, 0xd2, 0xe6, + 0x79, 0x3b, 0xff, 0xda, 0x22, 0xaf, 0x75, 0x8f, 0x97, 0xf1, 0xa0, 0xa8, 0xd5, 0x3a, 0xfb, 0xa2, + 0xc8, 0x8b, 0xa9, 0x93, 0x90, 0x28, 0xf4, 0x33, 0x2e, 0x68, 0x05, 0x24, 0x20, 0x9b, 0xd0, 0xc9, + 0xa3, 0x62, 0xd7, 0xfc, 0x85, 0x00, 0x86, 0x34, 0x78, 0x3d, 0x9d, 0x0e, 0x70, 0x46, 0x15, 0x15, + 0x6a, 0x7e, 0x8a, 0x3d, 0x46, 0x52, 0x15, 0x19, 0xc8, 0xaa, 0xbb, 0x62, 0x99, 0x67, 0xf8, 0x81, + 0x6a, 0xa5, 0xc8, 0xf0, 0xa5, 0xf2, 0x16, 0x9a, 0x3c, 0xfc, 0xf8, 0x05, 0x67, 0x54, 0x95, 0x0d, + 0xd9, 0x6a, 0xf4, 0x9e, 0xda, 0x47, 0x7f, 0xc6, 0x1e, 0x15, 0xc1, 0x00, 0x67, 0xfd, 0x47, 0x8b, + 0x7f, 0x1d, 0xc9, 0x6d, 0x24, 0xe5, 0x0e, 0x35, 0x5b, 0xa0, 0x6c, 0x69, 0x5c, 0x4c, 0x13, 0x12, + 0x53, 0x2c, 0x20, 0xdf, 0xe0, 0xe8, 0x01, 0x41, 0x72, 0x9a, 0x12, 0xf2, 0x3b, 0x34, 0x87, 0x34, + 0x18, 0x63, 0x36, 0xda, 0xdc, 0xfa, 0x9d, 0x28, 0x5f, 0x41, 0xb5, 0xe8, 0x99, 0x2a, 0x1b, 0xc8, + 0x6a, 0xf4, 0xb4, 0x03, 0xbe, 0xbc, 0xab, 0x76, 0xe1, 0xcf, 0xc1, 0xb8, 0xde, 0x7c, 0x02, 0xad, + 0xdd, 0xd3, 0x4b, 0xaa, 0x9f, 0x08, 0xd4, 0x22, 0x31, 0x9e, 0x4d, 0xa8, 0x9f, 0x86, 0x09, 0x0b, + 0x49, 0x7c, 0x11, 0x51, 0x83, 0xc7, 0xe2, 0x32, 0xd4, 0x8a, 0x21, 0x5b, 0x75, 0xb7, 0x5c, 0xdf, + 0x03, 0xd2, 0x04, 0xe3, 0x14, 0x8b, 0x00, 0xee, 0xfd, 0x91, 0x41, 0x1e, 0xd2, 0x40, 0x79, 0x07, + 0x35, 0x31, 0x94, 0xa7, 0xba, 0xb4, 0x9d, 0x14, 0xed, 0xd9, 0x45, 0x89, 0x38, 0x20, 0x37, 0x16, + 0x83, 0x74, 0xc6, 0x98, 0x4b, 0xce, 0x19, 0x1f, 0x0c, 0x80, 0xf2, 0x01, 0xea, 0xdb, 0xee, 0x77, + 0x4f, 0xd7, 0x95, 0x22, 0xed, 0xf9, 0x0d, 0x44, 0xa5, 0xfd, 0x0f, 0x04, 0xed, 0xe3, 0x6d, 0x74, + 0xce, 0xda, 0x5c, 0x2f, 0xd0, 0x5e, 0xde, 0xb2, 0x40, 0x30, 0xf4, 0xfb, 0x8b, 0x95, 0x8e, 0x96, + 0x2b, 0x1d, 0xfd, 0x5f, 0xe9, 0xe8, 0xf7, 0x5a, 0x97, 0x96, 0x6b, 0x5d, 0xfa, 0xbb, 0xd6, 0xa5, + 0xf7, 0x56, 0x10, 0xb2, 0x4f, 0xb3, 0x89, 0xed, 0x93, 0xaf, 0xce, 0xde, 0x4b, 0x34, 0xdf, 0x79, + 0xe7, 0xb2, 0x04, 0xd3, 0x49, 0x75, 0xf3, 0xf0, 0xbc, 0xb8, 0x0a, 0x00, 0x00, 0xff, 0xff, 0x0e, + 0xfe, 0x87, 0xe9, 0x0d, 0x05, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -643,7 +643,7 @@ var _Msg_serviceDesc = grpc.ServiceDesc{ }, }, Streams: []grpc.StreamDesc{}, - Metadata: "lava/projects/tx.proto", + Metadata: "lavanet/lava/projects/tx.proto", } func (m *MsgAddKeys) Marshal() (dAtA []byte, err error) { diff --git a/x/protocol/types/genesis.pb.go b/x/protocol/types/genesis.pb.go index 0974df3ba8..f075761428 100644 --- a/x/protocol/types/genesis.pb.go +++ b/x/protocol/types/genesis.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/protocol/genesis.proto +// source: lavanet/lava/protocol/genesis.proto package types import ( fmt "fmt" - _ "github.com/gogo/protobuf/gogoproto" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -32,7 +32,7 @@ func (m *GenesisState) Reset() { *m = GenesisState{} } func (m *GenesisState) String() string { return proto.CompactTextString(m) } func (*GenesisState) ProtoMessage() {} func (*GenesisState) Descriptor() ([]byte, []int) { - return fileDescriptor_004e7a596259b199, []int{0} + return fileDescriptor_5875ab05db1f379d, []int{0} } func (m *GenesisState) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -72,22 +72,24 @@ func init() { proto.RegisterType((*GenesisState)(nil), "lavanet.lava.protocol.GenesisState") } -func init() { proto.RegisterFile("lava/protocol/genesis.proto", fileDescriptor_004e7a596259b199) } +func init() { + proto.RegisterFile("lavanet/lava/protocol/genesis.proto", fileDescriptor_5875ab05db1f379d) +} -var fileDescriptor_004e7a596259b199 = []byte{ - // 187 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xce, 0x49, 0x2c, 0x4b, - 0xd4, 0x2f, 0x28, 0xca, 0x2f, 0xc9, 0x4f, 0xce, 0xcf, 0xd1, 0x4f, 0x4f, 0xcd, 0x4b, 0x2d, 0xce, - 0x2c, 0xd6, 0x03, 0x0b, 0x08, 0x89, 0x82, 0x24, 0xf3, 0x52, 0x4b, 0xf4, 0x40, 0xb4, 0x1e, 0x4c, - 0x91, 0x94, 0x48, 0x7a, 0x7e, 0x7a, 0x3e, 0x98, 0xa7, 0x0f, 0x62, 0x41, 0x24, 0xa4, 0xa4, 0x50, - 0x4d, 0x2a, 0x48, 0x2c, 0x4a, 0xcc, 0x85, 0x1a, 0xa4, 0xe4, 0xcd, 0xc5, 0xe3, 0x0e, 0x31, 0x39, - 0xb8, 0x24, 0xb1, 0x24, 0x55, 0xc8, 0x9a, 0x8b, 0x0d, 0x22, 0x2f, 0xc1, 0xa8, 0xc0, 0xa8, 0xc1, - 0x6d, 0x24, 0xab, 0x87, 0xd5, 0x26, 0xbd, 0x00, 0xb0, 0x22, 0x27, 0x96, 0x13, 0xf7, 0xe4, 0x19, - 0x82, 0xa0, 0x5a, 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, 0x6a, 0x20, 0x98, 0xd6, - 0xaf, 0x40, 0xb8, 0xab, 0xa4, 0xb2, 0x20, 0xb5, 0x38, 0x89, 0x0d, 0xcc, 0x37, 0x06, 0x04, 0x00, - 0x00, 0xff, 0xff, 0xb3, 0xe5, 0x06, 0xf2, 0xff, 0x00, 0x00, 0x00, +var fileDescriptor_5875ab05db1f379d = []byte{ + // 188 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, + 0xad, 0x07, 0x53, 0x24, 0x25, 0x92, 0x9e, 0x9f, 0x9e, 0x0f, 0xe6, 0xe9, 0x83, 0x58, 0x10, 0x09, + 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, + 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, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/protocol/types/params.pb.go b/x/protocol/types/params.pb.go index 27c52b7a23..4e0ed184d3 100644 --- a/x/protocol/types/params.pb.go +++ b/x/protocol/types/params.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/protocol/params.proto +// source: lavanet/lava/protocol/params.proto package types import ( fmt "fmt" - _ "github.com/gogo/protobuf/gogoproto" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -35,7 +35,7 @@ func (m *Version) Reset() { *m = Version{} } func (m *Version) String() string { return proto.CompactTextString(m) } func (*Version) ProtoMessage() {} func (*Version) Descriptor() ([]byte, []int) { - return fileDescriptor_c513871862703d3e, []int{0} + return fileDescriptor_e1924c66c5d42a94, []int{0} } func (m *Version) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -99,7 +99,7 @@ type Params struct { func (m *Params) Reset() { *m = Params{} } func (*Params) ProtoMessage() {} func (*Params) Descriptor() ([]byte, []int) { - return fileDescriptor_c513871862703d3e, []int{1} + return fileDescriptor_e1924c66c5d42a94, []int{1} } func (m *Params) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -140,29 +140,31 @@ func init() { proto.RegisterType((*Params)(nil), "lavanet.lava.protocol.Params") } -func init() { proto.RegisterFile("lava/protocol/params.proto", fileDescriptor_c513871862703d3e) } +func init() { + proto.RegisterFile("lavanet/lava/protocol/params.proto", fileDescriptor_e1924c66c5d42a94) +} -var fileDescriptor_c513871862703d3e = []byte{ +var fileDescriptor_e1924c66c5d42a94 = []byte{ // 305 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xca, 0x49, 0x2c, 0x4b, - 0xd4, 0x2f, 0x28, 0xca, 0x2f, 0xc9, 0x4f, 0xce, 0xcf, 0xd1, 0x2f, 0x48, 0x2c, 0x4a, 0xcc, 0x2d, - 0xd6, 0x03, 0xf3, 0x85, 0x44, 0x41, 0x72, 0x79, 0xa9, 0x25, 0x7a, 0x20, 0x5a, 0x0f, 0xa6, 0x46, - 0x4a, 0x24, 0x3d, 0x3f, 0x3d, 0x1f, 0xcc, 0xd3, 0x07, 0xb1, 0x20, 0x12, 0x4a, 0xdd, 0x4c, 0x5c, - 0xec, 0x61, 0xa9, 0x45, 0xc5, 0x99, 0xf9, 0x79, 0x42, 0xce, 0x5c, 0xfc, 0x05, 0x45, 0xf9, 0x65, - 0x99, 0x29, 0xa9, 0x45, 0xf1, 0x25, 0x89, 0x45, 0xe9, 0xa9, 0x25, 0x12, 0x8c, 0x0a, 0x8c, 0x1a, - 0x9c, 0x4e, 0x52, 0x9f, 0xee, 0xc9, 0x8b, 0x55, 0x26, 0xe6, 0xe6, 0x58, 0x29, 0xa1, 0x29, 0x50, - 0x0a, 0xe2, 0x83, 0x89, 0x84, 0x80, 0x05, 0x84, 0xac, 0xb8, 0x78, 0xe0, 0x6a, 0x72, 0x33, 0xf3, - 0x24, 0x98, 0xc0, 0x26, 0x88, 0x7f, 0xba, 0x27, 0x2f, 0x8c, 0x66, 0x42, 0x6e, 0x66, 0x9e, 0x52, - 0x10, 0x37, 0x8c, 0xeb, 0x9b, 0x09, 0x76, 0x40, 0x72, 0x7e, 0x5e, 0x71, 0x69, 0x2e, 0xc2, 0x01, - 0xcc, 0xe8, 0x0e, 0x40, 0x53, 0xa0, 0x14, 0xc4, 0x07, 0x13, 0x41, 0x38, 0x00, 0xae, 0x06, 0xe4, - 0x00, 0x16, 0x74, 0x07, 0x20, 0xcb, 0x2a, 0x05, 0x71, 0xc3, 0xb8, 0xbe, 0x99, 0x79, 0x4a, 0x7e, - 0x5c, 0x6c, 0x01, 0xe0, 0xa0, 0x14, 0xb2, 0xe3, 0x62, 0x2f, 0x83, 0x04, 0x0b, 0x38, 0x0c, 0xb8, - 0x8d, 0xe4, 0xf4, 0xb0, 0x06, 0xab, 0x1e, 0x34, 0xf0, 0x9c, 0x58, 0x4e, 0xdc, 0x93, 0x67, 0x08, - 0x82, 0x69, 0xb2, 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, 0xa1, 0x06, 0x83, 0x69, 0xfd, 0x0a, 0x44, 0xac, 0x96, 0x54, 0x16, 0xa4, 0x16, 0x27, 0xb1, - 0x81, 0xf9, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0xc1, 0x8e, 0x63, 0xc8, 0xf3, 0x01, 0x00, + 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, + 0x83, 0xa9, 0x91, 0x12, 0x49, 0xcf, 0x4f, 0xcf, 0x07, 0xf3, 0xf4, 0x41, 0x2c, 0x88, 0x84, 0x52, + 0x37, 0x13, 0x17, 0x7b, 0x58, 0x6a, 0x51, 0x71, 0x66, 0x7e, 0x9e, 0x90, 0x33, 0x17, 0x7f, 0x41, + 0x51, 0x7e, 0x59, 0x66, 0x4a, 0x6a, 0x51, 0x7c, 0x49, 0x62, 0x51, 0x7a, 0x6a, 0x89, 0x04, 0xa3, + 0x02, 0xa3, 0x06, 0xa7, 0x93, 0xd4, 0xa7, 0x7b, 0xf2, 0x62, 0x95, 0x89, 0xb9, 0x39, 0x56, 0x4a, + 0x68, 0x0a, 0x94, 0x82, 0xf8, 0x60, 0x22, 0x21, 0x60, 0x01, 0x21, 0x2b, 0x2e, 0x1e, 0xb8, 0x9a, + 0xdc, 0xcc, 0x3c, 0x09, 0x26, 0xb0, 0x09, 0xe2, 0x9f, 0xee, 0xc9, 0x0b, 0xa3, 0x99, 0x90, 0x9b, + 0x99, 0xa7, 0x14, 0xc4, 0x0d, 0xe3, 0xfa, 0x66, 0x82, 0x1d, 0x90, 0x9c, 0x9f, 0x57, 0x5c, 0x9a, + 0x8b, 0x70, 0x00, 0x33, 0xba, 0x03, 0xd0, 0x14, 0x28, 0x05, 0xf1, 0xc1, 0x44, 0x10, 0x0e, 0x80, + 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, + 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, } diff --git a/x/protocol/types/query.pb.go b/x/protocol/types/query.pb.go index 14fbd6a41c..ea855d368f 100644 --- a/x/protocol/types/query.pb.go +++ b/x/protocol/types/query.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/protocol/query.proto +// source: lavanet/lava/protocol/query.proto package types @@ -7,9 +7,9 @@ import ( context "context" fmt "fmt" _ "github.com/cosmos/cosmos-sdk/types/query" - _ "github.com/gogo/protobuf/gogoproto" - grpc1 "github.com/gogo/protobuf/grpc" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + grpc1 "github.com/cosmos/gogoproto/grpc" + proto "github.com/cosmos/gogoproto/proto" _ "google.golang.org/genproto/googleapis/api/annotations" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" @@ -38,7 +38,7 @@ func (m *QueryParamsRequest) Reset() { *m = QueryParamsRequest{} } func (m *QueryParamsRequest) String() string { return proto.CompactTextString(m) } func (*QueryParamsRequest) ProtoMessage() {} func (*QueryParamsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_e1b6256a209227aa, []int{0} + return fileDescriptor_c616be00122ebd89, []int{0} } func (m *QueryParamsRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -77,7 +77,7 @@ func (m *QueryParamsResponse) Reset() { *m = QueryParamsResponse{} } func (m *QueryParamsResponse) String() string { return proto.CompactTextString(m) } func (*QueryParamsResponse) ProtoMessage() {} func (*QueryParamsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_e1b6256a209227aa, []int{1} + return fileDescriptor_c616be00122ebd89, []int{1} } func (m *QueryParamsResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -118,29 +118,29 @@ func init() { proto.RegisterType((*QueryParamsResponse)(nil), "lavanet.lava.protocol.QueryParamsResponse") } -func init() { proto.RegisterFile("lava/protocol/query.proto", fileDescriptor_e1b6256a209227aa) } +func init() { proto.RegisterFile("lavanet/lava/protocol/query.proto", fileDescriptor_c616be00122ebd89) } -var fileDescriptor_e1b6256a209227aa = []byte{ +var fileDescriptor_c616be00122ebd89 = []byte{ // 297 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x50, 0x3f, 0x4b, 0x3b, 0x31, - 0x18, 0xbe, 0xfc, 0xf8, 0xd9, 0x21, 0x6e, 0xb1, 0x82, 0x1e, 0x36, 0x95, 0x82, 0x50, 0x3b, 0x24, - 0xb4, 0x8e, 0x6e, 0xfd, 0x04, 0xda, 0xd1, 0x2d, 0x57, 0x42, 0x3c, 0xe8, 0xe5, 0x4d, 0x2f, 0xb9, - 0x62, 0x57, 0x07, 0xe7, 0x82, 0x5f, 0xaa, 0x63, 0xc1, 0xc5, 0x49, 0xe4, 0xce, 0x0f, 0x22, 0x97, - 0x9c, 0xc8, 0x61, 0x05, 0xa7, 0xe4, 0x79, 0x9f, 0x3f, 0x79, 0xf2, 0xe2, 0xd3, 0x85, 0x58, 0x09, - 0x6e, 0x72, 0x70, 0x30, 0x87, 0x05, 0x5f, 0x16, 0x32, 0x5f, 0x33, 0x0f, 0xc9, 0x71, 0x4d, 0x69, - 0xe9, 0x58, 0x7d, 0xb2, 0x2f, 0x49, 0xdc, 0x55, 0xa0, 0xc0, 0x23, 0x5e, 0xdf, 0x02, 0x11, 0x9f, - 0x29, 0x00, 0xb5, 0x90, 0x5c, 0x98, 0x94, 0x0b, 0xad, 0xc1, 0x09, 0x97, 0x82, 0xb6, 0x0d, 0x3b, - 0x9a, 0x83, 0xcd, 0xc0, 0xf2, 0x44, 0x58, 0x19, 0xde, 0xe0, 0xab, 0x71, 0x22, 0x9d, 0x18, 0x73, - 0x23, 0x54, 0xaa, 0xbd, 0xb8, 0xd1, 0xc6, 0xed, 0x46, 0x46, 0xe4, 0x22, 0x6b, 0x72, 0x06, 0x5d, - 0x4c, 0x6e, 0x6b, 0xf7, 0x8d, 0x1f, 0xce, 0xe4, 0xb2, 0x90, 0xd6, 0x0d, 0x66, 0xf8, 0xa8, 0x35, - 0xb5, 0x06, 0xb4, 0x95, 0xe4, 0x1a, 0x77, 0x82, 0xf9, 0x04, 0x9d, 0xa3, 0xe1, 0xe1, 0xa4, 0xc7, - 0xf6, 0x7e, 0x88, 0x05, 0xdb, 0xf4, 0xff, 0xf6, 0xad, 0x1f, 0xcd, 0x1a, 0xcb, 0x64, 0x83, 0xf0, - 0x81, 0x0f, 0x25, 0x4f, 0x08, 0x77, 0x82, 0x84, 0x5c, 0xfe, 0x92, 0xf0, 0xb3, 0x53, 0x3c, 0xfa, - 0x8b, 0x34, 0x14, 0x1d, 0x5c, 0x3c, 0xbe, 0x7c, 0x3c, 0xff, 0xeb, 0x93, 0x1e, 0x6f, 0x3c, 0x7c, - 0xdf, 0x0a, 0xa6, 0xd3, 0x6d, 0x49, 0xd1, 0xae, 0xa4, 0xe8, 0xbd, 0xa4, 0x68, 0x53, 0xd1, 0x68, - 0x57, 0xd1, 0xe8, 0xb5, 0xa2, 0xd1, 0xdd, 0x50, 0xa5, 0xee, 0xbe, 0x48, 0xd8, 0x1c, 0xb2, 0x76, - 0xc4, 0xc3, 0x77, 0x88, 0x5b, 0x1b, 0x69, 0x93, 0x8e, 0xc7, 0x57, 0x9f, 0x01, 0x00, 0x00, 0xff, - 0xff, 0xda, 0xcd, 0x68, 0x24, 0xf7, 0x01, 0x00, 0x00, + 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, } // Reference imports to suppress errors if they are not otherwise used. @@ -222,7 +222,7 @@ var _Query_serviceDesc = grpc.ServiceDesc{ }, }, Streams: []grpc.StreamDesc{}, - Metadata: "lava/protocol/query.proto", + Metadata: "lavanet/lava/protocol/query.proto", } func (m *QueryParamsRequest) Marshal() (dAtA []byte, err error) { diff --git a/x/protocol/types/query.pb.gw.go b/x/protocol/types/query.pb.gw.go index b6dfa8ef89..6f85a477c1 100644 --- a/x/protocol/types/query.pb.gw.go +++ b/x/protocol/types/query.pb.gw.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-grpc-gateway. DO NOT EDIT. -// source: lava/protocol/query.proto +// source: lavanet/lava/protocol/query.proto /* Package types is a reverse proxy. @@ -145,7 +145,7 @@ func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, clie } var ( - pattern_Query_Params_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"lavanet", "lava", "protocol", "params"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_Params_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"lavanet", "lava", "protocol", "params"}, "", runtime.AssumeColonVerbOpt(false))) ) var ( diff --git a/x/protocol/types/tx.pb.go b/x/protocol/types/tx.pb.go index 5ceb5b7397..41376c8c7c 100644 --- a/x/protocol/types/tx.pb.go +++ b/x/protocol/types/tx.pb.go @@ -1,13 +1,13 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/protocol/tx.proto +// source: lavanet/lava/protocol/tx.proto package types import ( context "context" fmt "fmt" - grpc1 "github.com/gogo/protobuf/grpc" - proto "github.com/gogo/protobuf/proto" + grpc1 "github.com/cosmos/gogoproto/grpc" + proto "github.com/cosmos/gogoproto/proto" grpc "google.golang.org/grpc" math "math" ) @@ -23,18 +23,18 @@ var _ = math.Inf // proto package needs to be updated. const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package -func init() { proto.RegisterFile("lava/protocol/tx.proto", fileDescriptor_a8f96eec60b0c97d) } +func init() { proto.RegisterFile("lavanet/lava/protocol/tx.proto", fileDescriptor_96fb5a36c35e2c61) } -var fileDescriptor_a8f96eec60b0c97d = []byte{ - // 121 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0xcb, 0x49, 0x2c, 0x4b, - 0xd4, 0x2f, 0x28, 0xca, 0x2f, 0xc9, 0x4f, 0xce, 0xcf, 0xd1, 0x2f, 0xa9, 0xd0, 0x03, 0xb3, 0x85, - 0x44, 0x41, 0xe2, 0x79, 0xa9, 0x25, 0x7a, 0x20, 0x5a, 0x0f, 0x26, 0x6f, 0xc4, 0xca, 0xc5, 0xec, - 0x5b, 0x9c, 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, 0x1a, - 0xe9, 0x99, 0x25, 0x19, 0xa5, 0x49, 0x7a, 0xc9, 0xf9, 0xb9, 0xfa, 0x50, 0x23, 0xc0, 0xb4, 0x7e, - 0x05, 0x92, 0x25, 0x95, 0x05, 0xa9, 0xc5, 0x49, 0x6c, 0x60, 0xbe, 0x31, 0x20, 0x00, 0x00, 0xff, - 0xff, 0x56, 0x25, 0xcd, 0x60, 0x82, 0x00, 0x00, 0x00, +var fileDescriptor_96fb5a36c35e2c61 = []byte{ + // 122 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, 0x8d, 0x58, + 0xb9, 0x98, 0x7d, 0x8b, 0xd3, 0x9d, 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, 0xc5, 0x8a, + 0x0a, 0x24, 0x4b, 0x2a, 0x0b, 0x52, 0x8b, 0x93, 0xd8, 0xc0, 0x7c, 0x63, 0x40, 0x00, 0x00, 0x00, + 0xff, 0xff, 0x6b, 0x7f, 0x9e, 0xe6, 0x8a, 0x00, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -76,5 +76,5 @@ var _Msg_serviceDesc = grpc.ServiceDesc{ HandlerType: (*MsgServer)(nil), Methods: []grpc.MethodDesc{}, Streams: []grpc.StreamDesc{}, - Metadata: "lava/protocol/tx.proto", + Metadata: "lavanet/lava/protocol/tx.proto", } diff --git a/x/spec/types/api_collection.pb.go b/x/spec/types/api_collection.pb.go index 168b70350a..6d211cf957 100644 --- a/x/spec/types/api_collection.pb.go +++ b/x/spec/types/api_collection.pb.go @@ -1,13 +1,13 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/spec/api_collection.proto +// source: lavanet/lava/spec/api_collection.proto package types import ( encoding_binary "encoding/binary" fmt "fmt" - _ "github.com/gogo/protobuf/gogoproto" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -46,7 +46,7 @@ func (x EXTENSION) String() string { } func (EXTENSION) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_81b7e20e2aa8a602, []int{0} + return fileDescriptor_c9f7567a181f534f, []int{0} } type FUNCTION_TAG int32 @@ -83,7 +83,7 @@ func (x FUNCTION_TAG) String() string { } func (FUNCTION_TAG) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_81b7e20e2aa8a602, []int{1} + return fileDescriptor_c9f7567a181f534f, []int{1} } type PARSER_FUNC int32 @@ -121,7 +121,7 @@ func (x PARSER_FUNC) String() string { } func (PARSER_FUNC) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_81b7e20e2aa8a602, []int{2} + return fileDescriptor_c9f7567a181f534f, []int{2} } type Header_HeaderType int32 @@ -152,7 +152,7 @@ func (x Header_HeaderType) String() string { } func (Header_HeaderType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_81b7e20e2aa8a602, []int{6, 0} + return fileDescriptor_c9f7567a181f534f, []int{6, 0} } type ApiCollection struct { @@ -170,7 +170,7 @@ func (m *ApiCollection) Reset() { *m = ApiCollection{} } func (m *ApiCollection) String() string { return proto.CompactTextString(m) } func (*ApiCollection) ProtoMessage() {} func (*ApiCollection) Descriptor() ([]byte, []int) { - return fileDescriptor_81b7e20e2aa8a602, []int{0} + return fileDescriptor_c9f7567a181f534f, []int{0} } func (m *ApiCollection) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -265,7 +265,7 @@ func (m *Extension) Reset() { *m = Extension{} } func (m *Extension) String() string { return proto.CompactTextString(m) } func (*Extension) ProtoMessage() {} func (*Extension) Descriptor() ([]byte, []int) { - return fileDescriptor_81b7e20e2aa8a602, []int{1} + return fileDescriptor_c9f7567a181f534f, []int{1} } func (m *Extension) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -323,7 +323,7 @@ func (m *Rule) Reset() { *m = Rule{} } func (m *Rule) String() string { return proto.CompactTextString(m) } func (*Rule) ProtoMessage() {} func (*Rule) Descriptor() ([]byte, []int) { - return fileDescriptor_81b7e20e2aa8a602, []int{2} + return fileDescriptor_c9f7567a181f534f, []int{2} } func (m *Rule) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -369,7 +369,7 @@ func (m *Verification) Reset() { *m = Verification{} } func (m *Verification) String() string { return proto.CompactTextString(m) } func (*Verification) ProtoMessage() {} func (*Verification) Descriptor() ([]byte, []int) { - return fileDescriptor_81b7e20e2aa8a602, []int{3} + return fileDescriptor_c9f7567a181f534f, []int{3} } func (m *Verification) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -428,7 +428,7 @@ func (m *ParseValue) Reset() { *m = ParseValue{} } func (m *ParseValue) String() string { return proto.CompactTextString(m) } func (*ParseValue) ProtoMessage() {} func (*ParseValue) Descriptor() ([]byte, []int) { - return fileDescriptor_81b7e20e2aa8a602, []int{4} + return fileDescriptor_c9f7567a181f534f, []int{4} } func (m *ParseValue) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -482,7 +482,7 @@ func (m *CollectionData) Reset() { *m = CollectionData{} } func (m *CollectionData) String() string { return proto.CompactTextString(m) } func (*CollectionData) ProtoMessage() {} func (*CollectionData) Descriptor() ([]byte, []int) { - return fileDescriptor_81b7e20e2aa8a602, []int{5} + return fileDescriptor_c9f7567a181f534f, []int{5} } func (m *CollectionData) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -549,7 +549,7 @@ func (m *Header) Reset() { *m = Header{} } func (m *Header) String() string { return proto.CompactTextString(m) } func (*Header) ProtoMessage() {} func (*Header) Descriptor() ([]byte, []int) { - return fileDescriptor_81b7e20e2aa8a602, []int{6} + return fileDescriptor_c9f7567a181f534f, []int{6} } func (m *Header) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -612,7 +612,7 @@ func (m *Api) Reset() { *m = Api{} } func (m *Api) String() string { return proto.CompactTextString(m) } func (*Api) ProtoMessage() {} func (*Api) Descriptor() ([]byte, []int) { - return fileDescriptor_81b7e20e2aa8a602, []int{7} + return fileDescriptor_c9f7567a181f534f, []int{7} } func (m *Api) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -694,7 +694,7 @@ func (m *ParseDirective) Reset() { *m = ParseDirective{} } func (m *ParseDirective) String() string { return proto.CompactTextString(m) } func (*ParseDirective) ProtoMessage() {} func (*ParseDirective) Descriptor() ([]byte, []int) { - return fileDescriptor_81b7e20e2aa8a602, []int{8} + return fileDescriptor_c9f7567a181f534f, []int{8} } func (m *ParseDirective) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -762,7 +762,7 @@ func (m *BlockParser) Reset() { *m = BlockParser{} } func (m *BlockParser) String() string { return proto.CompactTextString(m) } func (*BlockParser) ProtoMessage() {} func (*BlockParser) Descriptor() ([]byte, []int) { - return fileDescriptor_81b7e20e2aa8a602, []int{9} + return fileDescriptor_c9f7567a181f534f, []int{9} } func (m *BlockParser) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -831,7 +831,7 @@ func (m *SpecCategory) Reset() { *m = SpecCategory{} } func (m *SpecCategory) String() string { return proto.CompactTextString(m) } func (*SpecCategory) ProtoMessage() {} func (*SpecCategory) Descriptor() ([]byte, []int) { - return fileDescriptor_81b7e20e2aa8a602, []int{10} + return fileDescriptor_c9f7567a181f534f, []int{10} } func (m *SpecCategory) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -913,93 +913,95 @@ func init() { proto.RegisterType((*SpecCategory)(nil), "lavanet.lava.spec.SpecCategory") } -func init() { proto.RegisterFile("lava/spec/api_collection.proto", fileDescriptor_81b7e20e2aa8a602) } - -var fileDescriptor_81b7e20e2aa8a602 = []byte{ - // 1314 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x56, 0xcf, 0x6f, 0xdb, 0xc6, - 0x12, 0x36, 0x25, 0x5a, 0x96, 0x46, 0x3f, 0xcc, 0x6c, 0xf2, 0xf2, 0x94, 0x3c, 0x47, 0xca, 0x63, - 0xf2, 0x80, 0xc0, 0x01, 0x64, 0xbc, 0x04, 0x05, 0x8a, 0xa0, 0x40, 0x41, 0x49, 0x74, 0xa2, 0x46, - 0x96, 0xdc, 0xb5, 0x6c, 0xd4, 0xbd, 0x10, 0x2b, 0x6a, 0x2d, 0x2d, 0x42, 0x91, 0x2c, 0xb9, 0x34, - 0xec, 0x73, 0x6f, 0x3d, 0xf5, 0xd4, 0xff, 0xa0, 0x40, 0x81, 0x02, 0x05, 0xfa, 0x5f, 0xe4, 0x98, - 0x63, 0x4f, 0x42, 0xe1, 0x1c, 0x8a, 0xe6, 0x98, 0x7b, 0x81, 0x62, 0x97, 0x94, 0x2c, 0x3a, 0x4a, - 0x8a, 0x9c, 0xc8, 0xf9, 0xe6, 0x9b, 0x6f, 0x67, 0x76, 0x67, 0x96, 0x84, 0x9a, 0x43, 0x4e, 0xc9, - 0x4e, 0xe8, 0x53, 0x7b, 0x87, 0xf8, 0xcc, 0xb2, 0x3d, 0xc7, 0xa1, 0x36, 0x67, 0x9e, 0xdb, 0xf0, - 0x03, 0x8f, 0x7b, 0xe8, 0x9a, 0xf0, 0xbb, 0x94, 0x37, 0xc4, 0xb3, 0x21, 0x78, 0xb7, 0x6f, 0x8c, - 0xbd, 0xb1, 0x27, 0xbd, 0x3b, 0xe2, 0x2d, 0x26, 0xea, 0x7f, 0x65, 0xa1, 0x6c, 0xf8, 0xac, 0xb5, - 0x10, 0x40, 0x55, 0xd8, 0xa0, 0x2e, 0x19, 0x3a, 0x74, 0x54, 0x55, 0xee, 0x2a, 0x0f, 0xf2, 0x78, - 0x6e, 0xa2, 0x7d, 0xd8, 0xbc, 0x5c, 0xc8, 0x1a, 0x11, 0x4e, 0xaa, 0x99, 0xbb, 0xca, 0x83, 0xe2, - 0xa3, 0xff, 0x36, 0xde, 0x59, 0xae, 0x71, 0xa9, 0xd8, 0x26, 0x9c, 0x34, 0xd5, 0x97, 0xb3, 0xfa, - 0x1a, 0xae, 0xd8, 0x29, 0x14, 0x6d, 0x83, 0x4a, 0x7c, 0x16, 0x56, 0xb3, 0x77, 0xb3, 0x0f, 0x8a, - 0x8f, 0x6e, 0xae, 0x90, 0x31, 0x7c, 0x86, 0x25, 0x07, 0x3d, 0x86, 0x8d, 0x09, 0x25, 0x23, 0x1a, - 0x84, 0x55, 0x55, 0xd2, 0x6f, 0xad, 0xa0, 0x3f, 0x93, 0x0c, 0x3c, 0x67, 0xa2, 0x2e, 0x68, 0xcc, - 0x9d, 0xd0, 0x80, 0x71, 0xe2, 0xda, 0xd4, 0x92, 0x8b, 0xad, 0xcb, 0xe8, 0x7f, 0xce, 0x19, 0x6f, - 0x2e, 0x85, 0x1a, 0x22, 0x85, 0x2e, 0x68, 0x3e, 0x09, 0x42, 0x6a, 0x8d, 0x58, 0x20, 0x78, 0xa7, - 0x34, 0xac, 0xe6, 0xde, 0xab, 0xb6, 0x2f, 0xa8, 0xed, 0x39, 0x13, 0x6f, 0xfa, 0x29, 0x3b, 0x44, - 0x9f, 0x01, 0xd0, 0x33, 0x4e, 0xdd, 0x90, 0x79, 0x6e, 0x58, 0xdd, 0x90, 0x3a, 0x5b, 0x2b, 0x74, - 0xcc, 0x39, 0x09, 0x2f, 0xf1, 0x91, 0x09, 0xe5, 0x53, 0x1a, 0xb0, 0x13, 0x66, 0x13, 0x2e, 0x05, - 0xf2, 0x52, 0xa0, 0xbe, 0x42, 0xe0, 0x68, 0x89, 0x87, 0xd3, 0x51, 0xfa, 0x37, 0x50, 0x58, 0xe8, - 0x23, 0x04, 0xaa, 0x4b, 0xa6, 0x54, 0x9e, 0x7b, 0x01, 0xcb, 0x77, 0x74, 0x0f, 0xca, 0x76, 0x64, - 0x4d, 0x23, 0x87, 0x33, 0xdf, 0x61, 0x34, 0x90, 0x47, 0x9e, 0xc1, 0x25, 0x3b, 0xda, 0x5b, 0x60, - 0xe8, 0x21, 0xa8, 0x41, 0xe4, 0xd0, 0x6a, 0x56, 0xb6, 0xc3, 0xbf, 0x57, 0xe4, 0x80, 0x23, 0x87, - 0x62, 0x49, 0xd2, 0xb7, 0x40, 0x15, 0x16, 0xba, 0x01, 0xeb, 0x43, 0xc7, 0xb3, 0x5f, 0xc8, 0xe5, - 0x54, 0x1c, 0x1b, 0xfa, 0x8f, 0x0a, 0x94, 0x96, 0x13, 0x5e, 0x99, 0xd4, 0x17, 0xb0, 0x79, 0xe5, - 0x20, 0x3e, 0xd0, 0x89, 0x57, 0xce, 0xa1, 0x92, 0x3e, 0x07, 0xf4, 0x09, 0xe4, 0x4e, 0x89, 0x13, - 0xd1, 0x79, 0x17, 0xde, 0x79, 0x9f, 0xc4, 0x91, 0x60, 0xe1, 0x84, 0xac, 0x7f, 0x09, 0x70, 0x89, - 0xa2, 0x2d, 0x28, 0x2c, 0xce, 0x26, 0xc9, 0xf4, 0x12, 0x40, 0xff, 0x83, 0x0a, 0x3d, 0xf3, 0xa9, - 0xcd, 0xe9, 0xc8, 0x92, 0xe1, 0x32, 0xdb, 0x02, 0x2e, 0xcf, 0x51, 0x29, 0xa2, 0xff, 0x9a, 0x81, - 0x4a, 0xba, 0x05, 0xd1, 0x11, 0x94, 0xc5, 0x7c, 0x33, 0x97, 0xd3, 0xe0, 0x84, 0xd8, 0xc9, 0x2e, - 0x34, 0xff, 0xff, 0x66, 0x56, 0x4f, 0x3b, 0xde, 0xce, 0xea, 0x5b, 0x53, 0xe2, 0x87, 0x3c, 0x88, - 0x6c, 0x1e, 0x05, 0xf4, 0x89, 0x9e, 0x72, 0xeb, 0xb8, 0x44, 0x7c, 0xd6, 0x99, 0x9b, 0x42, 0x57, - 0xfa, 0x5c, 0xe2, 0x58, 0x3e, 0xe1, 0x93, 0x38, 0xa1, 0x58, 0x37, 0xe5, 0x78, 0x57, 0x37, 0xe5, - 0xd6, 0x71, 0x69, 0x6e, 0xef, 0x13, 0x3e, 0x41, 0x8f, 0x41, 0xe5, 0xe7, 0x7e, 0xdc, 0x08, 0x85, - 0x66, 0xfd, 0xcd, 0xac, 0x2e, 0xed, 0xb7, 0xb3, 0xfa, 0xf5, 0xb4, 0x8a, 0x40, 0x75, 0x2c, 0x9d, - 0xe8, 0x09, 0xe4, 0xc8, 0x68, 0x64, 0x79, 0x6e, 0x55, 0x95, 0x61, 0xf7, 0xde, 0xcc, 0xea, 0x09, - 0xf2, 0x76, 0x56, 0xff, 0xd7, 0x95, 0xb2, 0x24, 0xae, 0xe3, 0x75, 0x32, 0x1a, 0xf5, 0x5d, 0xfd, - 0x0f, 0x05, 0x72, 0xf1, 0xd0, 0xaf, 0x6c, 0x94, 0x4f, 0x41, 0x7d, 0xc1, 0xdc, 0x91, 0x2c, 0xaf, - 0xf2, 0xe8, 0xfe, 0x7b, 0x6f, 0x8c, 0xe4, 0x31, 0x38, 0xf7, 0x29, 0x96, 0x11, 0xa8, 0x09, 0xa5, - 0x93, 0xc8, 0x8d, 0xaf, 0x3a, 0x4e, 0xc6, 0xb2, 0xa2, 0xca, 0xca, 0xf1, 0xda, 0x3d, 0xec, 0xb5, - 0x06, 0x9d, 0x7e, 0xcf, 0x1a, 0x18, 0x4f, 0x71, 0x71, 0x1e, 0x34, 0x20, 0x63, 0xfd, 0x39, 0xc0, - 0xa5, 0x2e, 0x2a, 0x43, 0xc1, 0x27, 0x61, 0x68, 0x85, 0xd4, 0x1d, 0x69, 0x6b, 0xa8, 0x02, 0x20, - 0xcd, 0x80, 0xfa, 0xce, 0xb9, 0xa6, 0x2c, 0xdc, 0x43, 0x8f, 0x4f, 0xb4, 0x0c, 0xda, 0x84, 0xa2, - 0x34, 0xd9, 0xd8, 0xf5, 0x02, 0xaa, 0x65, 0xf5, 0x1f, 0x32, 0x90, 0x35, 0x7c, 0xf6, 0x81, 0xfb, - 0x79, 0xbe, 0x01, 0x99, 0x2b, 0xe3, 0xeb, 0x4d, 0xfd, 0x88, 0x53, 0x2b, 0x72, 0x19, 0x0f, 0x65, - 0x1d, 0x2a, 0x2e, 0x25, 0xe0, 0xa1, 0xc0, 0x50, 0x03, 0xae, 0xd3, 0x33, 0x1e, 0x10, 0x2b, 0x4d, - 0x55, 0x25, 0xf5, 0x9a, 0x74, 0xb5, 0x96, 0xf9, 0x06, 0xe4, 0x6d, 0xc2, 0xe9, 0xd8, 0x0b, 0xce, - 0xab, 0x39, 0x39, 0x77, 0xab, 0xf6, 0xe5, 0xc0, 0xa7, 0x76, 0x2b, 0xa1, 0x25, 0xf7, 0xff, 0x22, - 0x0c, 0x75, 0xa0, 0x2c, 0xe7, 0xdd, 0x12, 0xd3, 0xc8, 0xdc, 0x71, 0x75, 0x43, 0xea, 0xd4, 0x56, - 0xe8, 0x34, 0x05, 0x4f, 0xce, 0x5a, 0x90, 0xc8, 0x94, 0x86, 0x73, 0x88, 0xb9, 0x63, 0xfd, 0x4f, - 0x05, 0x2a, 0xe9, 0x19, 0x7f, 0xe7, 0xf0, 0x94, 0x8f, 0x3f, 0x3c, 0xf4, 0x10, 0xae, 0x5d, 0x6a, - 0xd0, 0xa9, 0xef, 0x10, 0x3e, 0xdf, 0x5a, 0x6d, 0xc1, 0x4b, 0x70, 0xf4, 0x1c, 0x2a, 0x01, 0x0d, - 0x23, 0x87, 0x2f, 0xea, 0xc9, 0x7e, 0x44, 0x3d, 0xe5, 0x38, 0x36, 0x29, 0x08, 0xdd, 0x82, 0xbc, - 0x18, 0x5e, 0x79, 0x96, 0x72, 0x22, 0xf0, 0x06, 0xf1, 0x59, 0x8f, 0x4c, 0xa9, 0xfe, 0x8b, 0x02, - 0xc5, 0xa5, 0x78, 0x74, 0x47, 0x34, 0x91, 0x78, 0xb3, 0x48, 0x20, 0xca, 0xcc, 0x8a, 0x8b, 0x27, - 0x46, 0x8c, 0x60, 0x8c, 0x3e, 0x17, 0x4d, 0x24, 0xdd, 0x22, 0xe3, 0x64, 0x0a, 0x56, 0xe5, 0xb4, - 0x6f, 0xe0, 0x03, 0x13, 0x5b, 0x62, 0x37, 0x70, 0xa2, 0xb8, 0x1b, 0xb9, 0xb6, 0x68, 0x9f, 0x11, - 0x3d, 0x21, 0xa2, 0xb0, 0xf8, 0xe2, 0x92, 0x83, 0x8d, 0x4b, 0x09, 0x18, 0x5f, 0x7e, 0xb7, 0x21, - 0x4f, 0x5d, 0xdb, 0x1b, 0x89, 0xb2, 0xe3, 0x7c, 0x17, 0xb6, 0xfe, 0xb3, 0x02, 0xa5, 0xe5, 0x46, - 0x40, 0xf7, 0x85, 0x22, 0xa7, 0xc1, 0x94, 0xb9, 0x2c, 0xe4, 0xcc, 0x4e, 0x9a, 0x38, 0x0d, 0x8a, - 0x6f, 0x83, 0xe3, 0xd9, 0xc4, 0x91, 0x29, 0xe7, 0x71, 0x6c, 0x20, 0x1d, 0x4a, 0x61, 0x34, 0x0c, - 0xed, 0x80, 0xf9, 0x62, 0xf7, 0x65, 0x32, 0x79, 0x9c, 0xc2, 0x44, 0x32, 0x21, 0x27, 0x9c, 0x9e, - 0x44, 0x8e, 0x4c, 0xa6, 0x8c, 0x17, 0x36, 0xaa, 0x43, 0x71, 0x42, 0xdc, 0x31, 0x73, 0xc7, 0xe2, - 0x4f, 0xa0, 0xba, 0x2e, 0xc3, 0x21, 0x81, 0x0c, 0x9f, 0x6d, 0xeb, 0x50, 0x30, 0xbf, 0x1a, 0x98, - 0xbd, 0x83, 0x4e, 0xbf, 0x87, 0xf2, 0xa0, 0xf6, 0xfa, 0x3d, 0x53, 0x5b, 0x43, 0x45, 0xd8, 0x30, - 0x70, 0xeb, 0x59, 0xe7, 0xc8, 0xd4, 0x94, 0xed, 0xef, 0x14, 0x28, 0x2d, 0x77, 0x0d, 0x2a, 0x41, - 0xbe, 0xdd, 0x39, 0x30, 0x9a, 0x5d, 0xb3, 0xad, 0xad, 0x21, 0x0d, 0x4a, 0x4f, 0xcd, 0x81, 0xd5, - 0xec, 0xf6, 0x5b, 0xcf, 0x7b, 0x87, 0x7b, 0x9a, 0x82, 0x6e, 0x80, 0xb6, 0x40, 0xac, 0xe6, 0xb1, - 0x25, 0xd0, 0x0c, 0xba, 0x0d, 0x37, 0x0f, 0xcc, 0x81, 0xd5, 0x35, 0x06, 0xe6, 0xc1, 0xc0, 0xea, - 0xf4, 0xac, 0x3d, 0x73, 0x60, 0xb4, 0x8d, 0x81, 0xa1, 0x65, 0xd1, 0x4d, 0x40, 0x69, 0x5f, 0xb3, - 0xdf, 0x3e, 0xd6, 0x54, 0xa1, 0x7d, 0x64, 0xe2, 0xce, 0x6e, 0xa7, 0x65, 0x88, 0xd5, 0xb5, 0xf5, - 0xed, 0x6f, 0x15, 0x28, 0x2e, 0x9d, 0x1d, 0x2a, 0xc0, 0xba, 0xb9, 0xb7, 0x3f, 0x38, 0x8e, 0x13, - 0x91, 0x1e, 0xb1, 0xa4, 0x81, 0x9f, 0x6a, 0x0a, 0xba, 0x0e, 0x9b, 0x31, 0xd2, 0x32, 0x7a, 0xfd, - 0x5e, 0xa7, 0x65, 0x74, 0xb5, 0x8c, 0xc8, 0x2e, 0x06, 0xdb, 0x1d, 0x59, 0x92, 0x81, 0x8f, 0xb5, - 0x2c, 0xaa, 0xc3, 0x7f, 0xae, 0xa2, 0x56, 0x1f, 0x5b, 0x7d, 0xdc, 0x36, 0xb1, 0xd9, 0xd6, 0x54, - 0xb1, 0x25, 0x6d, 0x73, 0xd7, 0x38, 0xec, 0x0e, 0xb4, 0x5c, 0xb3, 0xf9, 0xd3, 0x45, 0x4d, 0x79, - 0x79, 0x51, 0x53, 0x5e, 0x5d, 0xd4, 0x94, 0xdf, 0x2f, 0x6a, 0xca, 0xf7, 0xaf, 0x6b, 0x6b, 0xaf, - 0x5e, 0xd7, 0xd6, 0x7e, 0x7b, 0x5d, 0x5b, 0xfb, 0xfa, 0xfe, 0x98, 0xf1, 0x49, 0x34, 0x6c, 0xd8, - 0xde, 0x74, 0x27, 0xe9, 0x3c, 0xf9, 0xdc, 0x39, 0x8b, 0x7f, 0x60, 0xc5, 0x37, 0x20, 0x1c, 0xe6, - 0xe4, 0xff, 0xe8, 0xe3, 0xbf, 0x03, 0x00, 0x00, 0xff, 0xff, 0xbe, 0xab, 0x12, 0x0b, 0xda, 0x0a, - 0x00, 0x00, +func init() { + proto.RegisterFile("lavanet/lava/spec/api_collection.proto", fileDescriptor_c9f7567a181f534f) +} + +var fileDescriptor_c9f7567a181f534f = []byte{ + // 1313 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x56, 0x4d, 0x6f, 0xdb, 0x46, + 0x10, 0x35, 0x25, 0xda, 0x96, 0x46, 0x1f, 0x66, 0x36, 0x69, 0xaa, 0xa4, 0x8e, 0x94, 0x32, 0x69, + 0x11, 0x38, 0x80, 0x8c, 0x26, 0x28, 0x50, 0x04, 0x05, 0x0a, 0x4a, 0xa2, 0x13, 0x35, 0xb2, 0xe4, + 0xae, 0x65, 0xa3, 0xee, 0x85, 0x58, 0x51, 0x6b, 0x69, 0x11, 0x8a, 0x64, 0xc9, 0xa5, 0x61, 0x9f, + 0x7b, 0xeb, 0xa9, 0xa7, 0xfe, 0x83, 0x02, 0x05, 0x0a, 0x14, 0xe8, 0xbf, 0xc8, 0x31, 0xc7, 0x9e, + 0x84, 0xc2, 0x39, 0x14, 0xcd, 0x31, 0xf7, 0x02, 0xc5, 0x2e, 0x29, 0x59, 0x74, 0x94, 0x14, 0x39, + 0x91, 0xf3, 0xe6, 0xcd, 0xdb, 0x99, 0xdd, 0x99, 0x25, 0xe1, 0x53, 0x87, 0x9c, 0x10, 0x97, 0xf2, + 0x6d, 0xf1, 0xdc, 0x0e, 0x7d, 0x6a, 0x6f, 0x13, 0x9f, 0x59, 0xb6, 0xe7, 0x38, 0xd4, 0xe6, 0xcc, + 0x73, 0xeb, 0x7e, 0xe0, 0x71, 0x0f, 0x5d, 0x49, 0x78, 0x75, 0xf1, 0xac, 0x0b, 0xde, 0xcd, 0x6b, + 0x23, 0x6f, 0xe4, 0x49, 0xef, 0xb6, 0x78, 0x8b, 0x89, 0xfa, 0xbf, 0x59, 0x28, 0x19, 0x3e, 0x6b, + 0xce, 0x05, 0x50, 0x05, 0xd6, 0xa9, 0x4b, 0x06, 0x0e, 0x1d, 0x56, 0x94, 0xdb, 0xca, 0xbd, 0x1c, + 0x9e, 0x99, 0x68, 0x0f, 0x36, 0x2e, 0x16, 0xb2, 0x86, 0x84, 0x93, 0x4a, 0xe6, 0xb6, 0x72, 0xaf, + 0xf0, 0xe0, 0xe3, 0xfa, 0x1b, 0xcb, 0xd5, 0x2f, 0x14, 0x5b, 0x84, 0x93, 0x86, 0xfa, 0x7c, 0x5a, + 0x5b, 0xc1, 0x65, 0x3b, 0x85, 0xa2, 0x2d, 0x50, 0x89, 0xcf, 0xc2, 0x4a, 0xf6, 0x76, 0xf6, 0x5e, + 0xe1, 0xc1, 0xf5, 0x25, 0x32, 0x86, 0xcf, 0xb0, 0xe4, 0xa0, 0x87, 0xb0, 0x3e, 0xa6, 0x64, 0x48, + 0x83, 0xb0, 0xa2, 0x4a, 0xfa, 0x8d, 0x25, 0xf4, 0x27, 0x92, 0x81, 0x67, 0x4c, 0xd4, 0x01, 0x8d, + 0xb9, 0x63, 0x1a, 0x30, 0x4e, 0x5c, 0x9b, 0x5a, 0x72, 0xb1, 0x55, 0x19, 0xfd, 0xff, 0x39, 0xe3, + 0x8d, 0x85, 0x50, 0x43, 0xa4, 0xd0, 0x01, 0xcd, 0x27, 0x41, 0x48, 0xad, 0x21, 0x0b, 0x04, 0xef, + 0x84, 0x86, 0x95, 0xb5, 0xb7, 0xaa, 0xed, 0x09, 0x6a, 0x6b, 0xc6, 0xc4, 0x1b, 0x7e, 0xca, 0x0e, + 0xd1, 0x97, 0x00, 0xf4, 0x94, 0x53, 0x37, 0x64, 0x9e, 0x1b, 0x56, 0xd6, 0xa5, 0xce, 0xe6, 0x12, + 0x1d, 0x73, 0x46, 0xc2, 0x0b, 0x7c, 0x64, 0x42, 0xe9, 0x84, 0x06, 0xec, 0x98, 0xd9, 0x84, 0x4b, + 0x81, 0x9c, 0x14, 0xa8, 0x2d, 0x11, 0x38, 0x5c, 0xe0, 0xe1, 0x74, 0x94, 0xfe, 0x3d, 0xe4, 0xe7, + 0xfa, 0x08, 0x81, 0xea, 0x92, 0x09, 0x95, 0xe7, 0x9e, 0xc7, 0xf2, 0x1d, 0xdd, 0x81, 0x92, 0x1d, + 0x59, 0x93, 0xc8, 0xe1, 0xcc, 0x77, 0x18, 0x0d, 0xe4, 0x91, 0x67, 0x70, 0xd1, 0x8e, 0x76, 0xe7, + 0x18, 0xba, 0x0f, 0x6a, 0x10, 0x39, 0xb4, 0x92, 0x95, 0xed, 0xf0, 0xe1, 0x92, 0x1c, 0x70, 0xe4, + 0x50, 0x2c, 0x49, 0xfa, 0x26, 0xa8, 0xc2, 0x42, 0xd7, 0x60, 0x75, 0xe0, 0x78, 0xf6, 0x33, 0xb9, + 0x9c, 0x8a, 0x63, 0x43, 0xff, 0x45, 0x81, 0xe2, 0x62, 0xc2, 0x4b, 0x93, 0xfa, 0x1a, 0x36, 0x2e, + 0x1d, 0xc4, 0x3b, 0x3a, 0xf1, 0xd2, 0x39, 0x94, 0xd3, 0xe7, 0x80, 0x3e, 0x87, 0xb5, 0x13, 0xe2, + 0x44, 0x74, 0xd6, 0x85, 0xb7, 0xde, 0x26, 0x71, 0x28, 0x58, 0x38, 0x21, 0xeb, 0xdf, 0x00, 0x5c, + 0xa0, 0x68, 0x13, 0xf2, 0xf3, 0xb3, 0x49, 0x32, 0xbd, 0x00, 0xd0, 0x27, 0x50, 0xa6, 0xa7, 0x3e, + 0xb5, 0x39, 0x1d, 0x5a, 0x32, 0x5c, 0x66, 0x9b, 0xc7, 0xa5, 0x19, 0x2a, 0x45, 0xf4, 0x3f, 0x32, + 0x50, 0x4e, 0xb7, 0x20, 0x3a, 0x84, 0x92, 0x98, 0x6f, 0xe6, 0x72, 0x1a, 0x1c, 0x13, 0x3b, 0xd9, + 0x85, 0xc6, 0x67, 0xaf, 0xa6, 0xb5, 0xb4, 0xe3, 0xf5, 0xb4, 0xb6, 0x39, 0x21, 0x7e, 0xc8, 0x83, + 0xc8, 0xe6, 0x51, 0x40, 0x1f, 0xe9, 0x29, 0xb7, 0x8e, 0x8b, 0xc4, 0x67, 0xed, 0x99, 0x29, 0x74, + 0xa5, 0xcf, 0x25, 0x8e, 0xe5, 0x13, 0x3e, 0x8e, 0x13, 0x8a, 0x75, 0x53, 0x8e, 0x37, 0x75, 0x53, + 0x6e, 0x1d, 0x17, 0x67, 0xf6, 0x1e, 0xe1, 0x63, 0xf4, 0x10, 0x54, 0x7e, 0xe6, 0xc7, 0x8d, 0x90, + 0x6f, 0xd4, 0x5e, 0x4d, 0x6b, 0xd2, 0x7e, 0x3d, 0xad, 0x5d, 0x4d, 0xab, 0x08, 0x54, 0xc7, 0xd2, + 0x89, 0x1e, 0xc1, 0x1a, 0x19, 0x0e, 0x2d, 0xcf, 0xad, 0xa8, 0x32, 0xec, 0xce, 0xab, 0x69, 0x2d, + 0x41, 0x5e, 0x4f, 0x6b, 0x1f, 0x5c, 0x2a, 0x4b, 0xe2, 0x3a, 0x5e, 0x25, 0xc3, 0x61, 0xcf, 0xd5, + 0xff, 0x56, 0x60, 0x2d, 0x1e, 0xfa, 0xa5, 0x8d, 0xf2, 0x05, 0xa8, 0xcf, 0x98, 0x3b, 0x94, 0xe5, + 0x95, 0x1f, 0xdc, 0x7d, 0xeb, 0x8d, 0x91, 0x3c, 0xfa, 0x67, 0x3e, 0xc5, 0x32, 0x02, 0x35, 0xa0, + 0x78, 0x1c, 0xb9, 0xf1, 0x55, 0xc7, 0xc9, 0x48, 0x56, 0x54, 0x5e, 0x3a, 0x5e, 0x3b, 0x07, 0xdd, + 0x66, 0xbf, 0xdd, 0xeb, 0x5a, 0x7d, 0xe3, 0x31, 0x2e, 0xcc, 0x82, 0xfa, 0x64, 0xa4, 0x3f, 0x05, + 0xb8, 0xd0, 0x45, 0x25, 0xc8, 0xfb, 0x24, 0x0c, 0xad, 0x90, 0xba, 0x43, 0x6d, 0x05, 0x95, 0x01, + 0xa4, 0x19, 0x50, 0xdf, 0x39, 0xd3, 0x94, 0xb9, 0x7b, 0xe0, 0xf1, 0xb1, 0x96, 0x41, 0x1b, 0x50, + 0x90, 0x26, 0x1b, 0xb9, 0x5e, 0x40, 0xb5, 0xac, 0xfe, 0x73, 0x06, 0xb2, 0x86, 0xcf, 0xde, 0x71, + 0x3f, 0xcf, 0x36, 0x20, 0x73, 0x69, 0x7c, 0xbd, 0x89, 0x1f, 0x71, 0x6a, 0x45, 0x2e, 0xe3, 0xa1, + 0xac, 0x43, 0xc5, 0xc5, 0x04, 0x3c, 0x10, 0x18, 0xaa, 0xc3, 0x55, 0x7a, 0xca, 0x03, 0x62, 0xa5, + 0xa9, 0xaa, 0xa4, 0x5e, 0x91, 0xae, 0xe6, 0x22, 0xdf, 0x80, 0x9c, 0x4d, 0x38, 0x1d, 0x79, 0xc1, + 0x59, 0x65, 0x4d, 0xce, 0xdd, 0xb2, 0x7d, 0xd9, 0xf7, 0xa9, 0xdd, 0x4c, 0x68, 0xc9, 0xfd, 0x3f, + 0x0f, 0x43, 0x6d, 0x28, 0xc9, 0x79, 0xb7, 0xc4, 0x34, 0x32, 0x77, 0x54, 0x59, 0x97, 0x3a, 0xd5, + 0x25, 0x3a, 0x0d, 0xc1, 0x93, 0xb3, 0x16, 0x24, 0x32, 0xc5, 0xc1, 0x0c, 0x62, 0xee, 0x48, 0xff, + 0x47, 0x81, 0x72, 0x7a, 0xc6, 0xdf, 0x38, 0x3c, 0xe5, 0xfd, 0x0f, 0x0f, 0xdd, 0x87, 0x2b, 0x17, + 0x1a, 0x74, 0xe2, 0x3b, 0x84, 0xcf, 0xb6, 0x56, 0x9b, 0xf3, 0x12, 0x1c, 0x3d, 0x85, 0x72, 0x40, + 0xc3, 0xc8, 0xe1, 0xf3, 0x7a, 0xb2, 0xef, 0x51, 0x4f, 0x29, 0x8e, 0x4d, 0x0a, 0x42, 0x37, 0x20, + 0x27, 0x86, 0x57, 0x9e, 0xa5, 0x9c, 0x08, 0xbc, 0x4e, 0x7c, 0xd6, 0x25, 0x13, 0xaa, 0xff, 0xae, + 0x40, 0x61, 0x21, 0x1e, 0xdd, 0x12, 0x4d, 0x24, 0xde, 0x2c, 0x12, 0x88, 0x32, 0xb3, 0xe2, 0xe2, + 0x89, 0x11, 0x23, 0x18, 0xa1, 0xaf, 0x44, 0x13, 0x49, 0xb7, 0xc8, 0x38, 0x99, 0x82, 0x65, 0x39, + 0xed, 0x19, 0x78, 0xdf, 0xc4, 0x96, 0xd8, 0x0d, 0x9c, 0x28, 0xee, 0x44, 0xae, 0x2d, 0xda, 0x67, + 0x48, 0x8f, 0x89, 0x28, 0x2c, 0xbe, 0xb8, 0xe4, 0x60, 0xe3, 0x62, 0x02, 0xc6, 0x97, 0xdf, 0x4d, + 0xc8, 0x51, 0xd7, 0xf6, 0x86, 0xa2, 0xec, 0x38, 0xdf, 0xb9, 0xad, 0xff, 0xa6, 0x40, 0x71, 0xb1, + 0x11, 0xd0, 0x5d, 0xa1, 0xc8, 0x69, 0x30, 0x61, 0x2e, 0x0b, 0x39, 0xb3, 0x93, 0x26, 0x4e, 0x83, + 0xe2, 0xdb, 0xe0, 0x78, 0x36, 0x71, 0x64, 0xca, 0x39, 0x1c, 0x1b, 0x48, 0x87, 0x62, 0x18, 0x0d, + 0x42, 0x3b, 0x60, 0xbe, 0xd8, 0x7d, 0x99, 0x4c, 0x0e, 0xa7, 0x30, 0x91, 0x4c, 0xc8, 0x09, 0xa7, + 0xc7, 0x91, 0x23, 0x93, 0x29, 0xe1, 0xb9, 0x8d, 0x6a, 0x50, 0x18, 0x13, 0x77, 0xc4, 0xdc, 0x91, + 0xf8, 0x13, 0xa8, 0xac, 0xca, 0x70, 0x48, 0x20, 0xc3, 0x67, 0x5b, 0x3a, 0xe4, 0xcd, 0x6f, 0xfb, + 0x66, 0x77, 0xbf, 0xdd, 0xeb, 0xa2, 0x1c, 0xa8, 0xdd, 0x5e, 0xd7, 0xd4, 0x56, 0x50, 0x01, 0xd6, + 0x0d, 0xdc, 0x7c, 0xd2, 0x3e, 0x34, 0x35, 0x65, 0xeb, 0x47, 0x05, 0x8a, 0x8b, 0x5d, 0x83, 0x8a, + 0x90, 0x6b, 0xb5, 0xf7, 0x8d, 0x46, 0xc7, 0x6c, 0x69, 0x2b, 0x48, 0x83, 0xe2, 0x63, 0xb3, 0x6f, + 0x35, 0x3a, 0xbd, 0xe6, 0xd3, 0xee, 0xc1, 0xae, 0xa6, 0xa0, 0x6b, 0xa0, 0xcd, 0x11, 0xab, 0x71, + 0x64, 0x09, 0x34, 0x83, 0x6e, 0xc2, 0xf5, 0x7d, 0xb3, 0x6f, 0x75, 0x8c, 0xbe, 0xb9, 0xdf, 0xb7, + 0xda, 0x5d, 0x6b, 0xd7, 0xec, 0x1b, 0x2d, 0xa3, 0x6f, 0x68, 0x59, 0x74, 0x1d, 0x50, 0xda, 0xd7, + 0xe8, 0xb5, 0x8e, 0x34, 0x55, 0x68, 0x1f, 0x9a, 0xb8, 0xbd, 0xd3, 0x6e, 0x1a, 0x62, 0x75, 0x6d, + 0x75, 0xeb, 0x07, 0x05, 0x0a, 0x0b, 0x67, 0x87, 0xf2, 0xb0, 0x6a, 0xee, 0xee, 0xf5, 0x8f, 0xe2, + 0x44, 0xa4, 0x47, 0x2c, 0x69, 0xe0, 0xc7, 0x9a, 0x82, 0xae, 0xc2, 0x46, 0x8c, 0x34, 0x8d, 0x6e, + 0xaf, 0xdb, 0x6e, 0x1a, 0x1d, 0x2d, 0x23, 0xb2, 0x8b, 0xc1, 0x56, 0x5b, 0x96, 0x64, 0xe0, 0x23, + 0x2d, 0x8b, 0x6a, 0xf0, 0xd1, 0x65, 0xd4, 0xea, 0x61, 0xab, 0x87, 0x5b, 0x26, 0x36, 0x5b, 0x9a, + 0x2a, 0xb6, 0xa4, 0x65, 0xee, 0x18, 0x07, 0x9d, 0xbe, 0xb6, 0xd6, 0x68, 0xfc, 0x7a, 0x5e, 0x55, + 0x9e, 0x9f, 0x57, 0x95, 0x17, 0xe7, 0x55, 0xe5, 0xaf, 0xf3, 0xaa, 0xf2, 0xd3, 0xcb, 0xea, 0xca, + 0x8b, 0x97, 0xd5, 0x95, 0x3f, 0x5f, 0x56, 0x57, 0xbe, 0xbb, 0x3b, 0x62, 0x7c, 0x1c, 0x0d, 0xea, + 0xb6, 0x37, 0xd9, 0x4e, 0xfd, 0xbe, 0x9e, 0xc6, 0x3f, 0xb0, 0xe2, 0x1b, 0x10, 0x0e, 0xd6, 0xe4, + 0xff, 0xe8, 0xc3, 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, 0x3d, 0xc4, 0x4c, 0x99, 0xe2, 0x0a, 0x00, + 0x00, } func (this *ApiCollection) Equal(that interface{}) bool { diff --git a/x/spec/types/genesis.pb.go b/x/spec/types/genesis.pb.go index 5a53605710..3d456687c0 100644 --- a/x/spec/types/genesis.pb.go +++ b/x/spec/types/genesis.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/spec/genesis.proto +// source: lavanet/lava/spec/genesis.proto package types import ( fmt "fmt" - _ "github.com/gogo/protobuf/gogoproto" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -34,7 +34,7 @@ func (m *GenesisState) Reset() { *m = GenesisState{} } func (m *GenesisState) String() string { return proto.CompactTextString(m) } func (*GenesisState) ProtoMessage() {} func (*GenesisState) Descriptor() ([]byte, []int) { - return fileDescriptor_7eccf966d3c5c1c7, []int{0} + return fileDescriptor_012a82932c0e5e6a, []int{0} } func (m *GenesisState) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -88,26 +88,26 @@ func init() { proto.RegisterType((*GenesisState)(nil), "lavanet.lava.spec.GenesisState") } -func init() { proto.RegisterFile("lava/spec/genesis.proto", fileDescriptor_7eccf966d3c5c1c7) } +func init() { proto.RegisterFile("lavanet/lava/spec/genesis.proto", fileDescriptor_012a82932c0e5e6a) } -var fileDescriptor_7eccf966d3c5c1c7 = []byte{ - // 243 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0xcf, 0x49, 0x2c, 0x4b, - 0xd4, 0x2f, 0x2e, 0x48, 0x4d, 0xd6, 0x4f, 0x4f, 0xcd, 0x4b, 0x2d, 0xce, 0x2c, 0xd6, 0x2b, 0x28, - 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x04, 0x49, 0xe4, 0xa5, 0x96, 0xe8, 0x81, 0x68, 0x3d, 0x90, 0x02, - 0x29, 0x91, 0xf4, 0xfc, 0xf4, 0x7c, 0xb0, 0xac, 0x3e, 0x88, 0x05, 0x51, 0x28, 0x25, 0x86, 0x30, - 0xa1, 0x20, 0xb1, 0x28, 0x31, 0x17, 0x6a, 0x80, 0x94, 0x08, 0x42, 0x1c, 0x44, 0x40, 0x44, 0x95, - 0x16, 0x30, 0x72, 0xf1, 0xb8, 0x43, 0x2c, 0x0a, 0x2e, 0x49, 0x2c, 0x49, 0x15, 0x32, 0xe7, 0x62, - 0x83, 0x68, 0x93, 0x60, 0x54, 0x60, 0xd4, 0xe0, 0x36, 0x92, 0xd4, 0xc3, 0xb0, 0x58, 0x2f, 0x00, - 0xac, 0xc0, 0x89, 0xe5, 0xc4, 0x3d, 0x79, 0x86, 0x20, 0xa8, 0x72, 0x21, 0x4b, 0x2e, 0x0e, 0x90, - 0xa4, 0x4f, 0x66, 0x71, 0x89, 0x04, 0x93, 0x02, 0xb3, 0x06, 0xb7, 0x91, 0x38, 0x16, 0xad, 0xc1, - 0x05, 0xa9, 0xc9, 0x50, 0x8d, 0x70, 0xe5, 0x42, 0x32, 0x5c, 0x9c, 0x20, 0xb6, 0x73, 0x7e, 0x69, - 0x5e, 0x89, 0x04, 0xb3, 0x02, 0xa3, 0x06, 0x4b, 0x10, 0x42, 0xc0, 0xc9, 0xee, 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, 0xd2, 0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, 0x92, - 0xf3, 0x73, 0xf5, 0xa1, 0x56, 0x81, 0x69, 0xfd, 0x0a, 0x88, 0x3f, 0x4b, 0x2a, 0x0b, 0x52, 0x8b, - 0x93, 0xd8, 0xc0, 0x3e, 0x35, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0x41, 0x85, 0x94, 0x94, 0x5b, - 0x01, 0x00, 0x00, +var fileDescriptor_012a82932c0e5e6a = []byte{ + // 244 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, + 0x0f, 0xa4, 0x40, 0x4a, 0x24, 0x3d, 0x3f, 0x3d, 0x1f, 0x2c, 0xab, 0x0f, 0x62, 0x41, 0x14, 0x4a, + 0xc9, 0x61, 0x9a, 0x54, 0x90, 0x58, 0x94, 0x98, 0x0b, 0x35, 0x48, 0x4a, 0x06, 0x53, 0x1e, 0x44, + 0x40, 0x64, 0x95, 0x16, 0x30, 0x72, 0xf1, 0xb8, 0x43, 0x2c, 0x0e, 0x2e, 0x49, 0x2c, 0x49, 0x15, + 0x32, 0xe7, 0x62, 0x83, 0x68, 0x97, 0x60, 0x54, 0x60, 0xd4, 0xe0, 0x36, 0x92, 0xd4, 0xc3, 0x70, + 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, + 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, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/spec/types/params.pb.go b/x/spec/types/params.pb.go index 14520bf83d..b13980cbf2 100644 --- a/x/spec/types/params.pb.go +++ b/x/spec/types/params.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/spec/params.proto +// source: lavanet/lava/spec/params.proto package types import ( fmt "fmt" - _ "github.com/gogo/protobuf/gogoproto" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -32,7 +32,7 @@ type Params struct { func (m *Params) Reset() { *m = Params{} } func (*Params) ProtoMessage() {} func (*Params) Descriptor() ([]byte, []int) { - return fileDescriptor_339072b585bbf55c, []int{0} + return fileDescriptor_ad2f67d2fb6b4afa, []int{0} } func (m *Params) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -79,25 +79,25 @@ func init() { proto.RegisterType((*Params)(nil), "lavanet.lava.spec.Params") } -func init() { proto.RegisterFile("lava/spec/params.proto", fileDescriptor_339072b585bbf55c) } +func init() { proto.RegisterFile("lavanet/lava/spec/params.proto", fileDescriptor_ad2f67d2fb6b4afa) } -var fileDescriptor_339072b585bbf55c = []byte{ +var fileDescriptor_ad2f67d2fb6b4afa = []byte{ // 229 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0xcb, 0x49, 0x2c, 0x4b, - 0xd4, 0x2f, 0x2e, 0x48, 0x4d, 0xd6, 0x2f, 0x48, 0x2c, 0x4a, 0xcc, 0x2d, 0xd6, 0x2b, 0x28, 0xca, - 0x2f, 0xc9, 0x17, 0x12, 0x04, 0x89, 0xe7, 0xa5, 0x96, 0xe8, 0x81, 0x68, 0x3d, 0x90, 0xbc, 0x94, - 0x48, 0x7a, 0x7e, 0x7a, 0x3e, 0x58, 0x56, 0x1f, 0xc4, 0x82, 0x28, 0x54, 0xea, 0x61, 0xe4, 0x62, - 0x0b, 0x00, 0xeb, 0x14, 0xf2, 0xe0, 0x12, 0x48, 0x4f, 0xcd, 0xcf, 0xc9, 0x4f, 0x4e, 0x2c, 0xc9, - 0xcc, 0xcf, 0x73, 0xce, 0x2f, 0xcd, 0x2b, 0x91, 0x60, 0x54, 0x60, 0xd4, 0x60, 0x71, 0x92, 0xf9, - 0x74, 0x4f, 0x5e, 0xa2, 0x32, 0x31, 0x37, 0xc7, 0x4a, 0x09, 0x49, 0x45, 0x7c, 0x32, 0x48, 0x89, - 0x52, 0x10, 0x86, 0x2e, 0x21, 0x23, 0x2e, 0xd6, 0xdc, 0xc4, 0x0a, 0xe7, 0x50, 0x09, 0x26, 0x74, - 0xed, 0xb9, 0x89, 0x15, 0xf1, 0xc9, 0xf9, 0xb9, 0x05, 0xa5, 0x25, 0xa9, 0xf1, 0xa5, 0x79, 0x99, - 0x25, 0xc5, 0x4a, 0x41, 0x10, 0xa5, 0x56, 0x2c, 0x33, 0x16, 0xc8, 0x33, 0x38, 0xd9, 0x9d, 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, 0x4a, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, - 0x5e, 0x72, 0x7e, 0xae, 0x3e, 0xd4, 0x73, 0x60, 0x5a, 0xbf, 0x02, 0xe2, 0xfd, 0x92, 0xca, 0x82, - 0xd4, 0xe2, 0x24, 0x36, 0xb0, 0xaf, 0x8c, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0xfb, 0x8a, 0x8b, - 0xa4, 0x18, 0x01, 0x00, 0x00, + 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, + 0x92, 0x97, 0x12, 0x49, 0xcf, 0x4f, 0xcf, 0x07, 0xcb, 0xea, 0x83, 0x58, 0x10, 0x85, 0x4a, 0x3d, + 0x8c, 0x5c, 0x6c, 0x01, 0x60, 0x9d, 0x42, 0x1e, 0x5c, 0x02, 0xe9, 0xa9, 0xf9, 0x39, 0xf9, 0xc9, + 0x89, 0x25, 0x99, 0xf9, 0x79, 0xce, 0xf9, 0xa5, 0x79, 0x25, 0x12, 0x8c, 0x0a, 0x8c, 0x1a, 0x2c, + 0x4e, 0x32, 0x9f, 0xee, 0xc9, 0x4b, 0x54, 0x26, 0xe6, 0xe6, 0x58, 0x29, 0x21, 0xa9, 0x88, 0x4f, + 0x06, 0x29, 0x51, 0x0a, 0xc2, 0xd0, 0x25, 0x64, 0xc4, 0xc5, 0x9a, 0x9b, 0x58, 0xe1, 0x1c, 0x2a, + 0xc1, 0x84, 0xae, 0x3d, 0x37, 0xb1, 0x22, 0x3e, 0x39, 0x3f, 0xb7, 0xa0, 0xb4, 0x24, 0x35, 0xbe, + 0x34, 0x2f, 0xb3, 0xa4, 0x58, 0x29, 0x08, 0xa2, 0xd4, 0x8a, 0x65, 0xc6, 0x02, 0x79, 0x06, 0x27, + 0xbb, 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, 0xf1, 0x7c, 0x05, 0xc4, 0xfb, 0x25, 0x95, 0x05, + 0xa9, 0xc5, 0x49, 0x6c, 0x60, 0x5f, 0x19, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0xd1, 0x83, 0x2e, + 0x7a, 0x20, 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 bdbf5b2a59..87ebb0950b 100644 --- a/x/spec/types/query.pb.go +++ b/x/spec/types/query.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/spec/query.proto +// source: lavanet/lava/spec/query.proto package types @@ -7,9 +7,9 @@ import ( context "context" fmt "fmt" query "github.com/cosmos/cosmos-sdk/types/query" - _ "github.com/gogo/protobuf/gogoproto" - grpc1 "github.com/gogo/protobuf/grpc" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + grpc1 "github.com/cosmos/gogoproto/grpc" + proto "github.com/cosmos/gogoproto/proto" _ "google.golang.org/genproto/googleapis/api/annotations" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" @@ -38,7 +38,7 @@ func (m *QueryParamsRequest) Reset() { *m = QueryParamsRequest{} } func (m *QueryParamsRequest) String() string { return proto.CompactTextString(m) } func (*QueryParamsRequest) ProtoMessage() {} func (*QueryParamsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_c05acd229a1b0b20, []int{0} + return fileDescriptor_fac9d1cad3c30379, []int{0} } func (m *QueryParamsRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -77,7 +77,7 @@ func (m *QueryParamsResponse) Reset() { *m = QueryParamsResponse{} } func (m *QueryParamsResponse) String() string { return proto.CompactTextString(m) } func (*QueryParamsResponse) ProtoMessage() {} func (*QueryParamsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_c05acd229a1b0b20, []int{1} + return fileDescriptor_fac9d1cad3c30379, []int{1} } func (m *QueryParamsResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -121,7 +121,7 @@ func (m *QueryGetSpecRequest) Reset() { *m = QueryGetSpecRequest{} } func (m *QueryGetSpecRequest) String() string { return proto.CompactTextString(m) } func (*QueryGetSpecRequest) ProtoMessage() {} func (*QueryGetSpecRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_c05acd229a1b0b20, []int{2} + return fileDescriptor_fac9d1cad3c30379, []int{2} } func (m *QueryGetSpecRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -165,7 +165,7 @@ func (m *QueryGetSpecResponse) Reset() { *m = QueryGetSpecResponse{} } func (m *QueryGetSpecResponse) String() string { return proto.CompactTextString(m) } func (*QueryGetSpecResponse) ProtoMessage() {} func (*QueryGetSpecResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_c05acd229a1b0b20, []int{3} + return fileDescriptor_fac9d1cad3c30379, []int{3} } func (m *QueryGetSpecResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -209,7 +209,7 @@ func (m *QueryAllSpecRequest) Reset() { *m = QueryAllSpecRequest{} } func (m *QueryAllSpecRequest) String() string { return proto.CompactTextString(m) } func (*QueryAllSpecRequest) ProtoMessage() {} func (*QueryAllSpecRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_c05acd229a1b0b20, []int{4} + return fileDescriptor_fac9d1cad3c30379, []int{4} } func (m *QueryAllSpecRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -254,7 +254,7 @@ func (m *QueryAllSpecResponse) Reset() { *m = QueryAllSpecResponse{} } func (m *QueryAllSpecResponse) String() string { return proto.CompactTextString(m) } func (*QueryAllSpecResponse) ProtoMessage() {} func (*QueryAllSpecResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_c05acd229a1b0b20, []int{5} + return fileDescriptor_fac9d1cad3c30379, []int{5} } func (m *QueryAllSpecResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -304,7 +304,7 @@ func (m *QueryShowAllChainsRequest) Reset() { *m = QueryShowAllChainsReq func (m *QueryShowAllChainsRequest) String() string { return proto.CompactTextString(m) } func (*QueryShowAllChainsRequest) ProtoMessage() {} func (*QueryShowAllChainsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_c05acd229a1b0b20, []int{6} + return fileDescriptor_fac9d1cad3c30379, []int{6} } func (m *QueryShowAllChainsRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -341,7 +341,7 @@ func (m *QueryShowAllChainsResponse) Reset() { *m = QueryShowAllChainsRe func (m *QueryShowAllChainsResponse) String() string { return proto.CompactTextString(m) } func (*QueryShowAllChainsResponse) ProtoMessage() {} func (*QueryShowAllChainsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_c05acd229a1b0b20, []int{7} + return fileDescriptor_fac9d1cad3c30379, []int{7} } func (m *QueryShowAllChainsResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -388,7 +388,7 @@ func (m *ShowAllChainsInfoStruct) Reset() { *m = ShowAllChainsInfoStruct func (m *ShowAllChainsInfoStruct) String() string { return proto.CompactTextString(m) } func (*ShowAllChainsInfoStruct) ProtoMessage() {} func (*ShowAllChainsInfoStruct) Descriptor() ([]byte, []int) { - return fileDescriptor_c05acd229a1b0b20, []int{8} + return fileDescriptor_fac9d1cad3c30379, []int{8} } func (m *ShowAllChainsInfoStruct) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -453,7 +453,7 @@ func (m *QueryShowChainInfoRequest) Reset() { *m = QueryShowChainInfoReq func (m *QueryShowChainInfoRequest) String() string { return proto.CompactTextString(m) } func (*QueryShowChainInfoRequest) ProtoMessage() {} func (*QueryShowChainInfoRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_c05acd229a1b0b20, []int{9} + return fileDescriptor_fac9d1cad3c30379, []int{9} } func (m *QueryShowChainInfoRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -499,7 +499,7 @@ func (m *ApiList) Reset() { *m = ApiList{} } func (m *ApiList) String() string { return proto.CompactTextString(m) } func (*ApiList) ProtoMessage() {} func (*ApiList) Descriptor() ([]byte, []int) { - return fileDescriptor_c05acd229a1b0b20, []int{10} + return fileDescriptor_fac9d1cad3c30379, []int{10} } func (m *ApiList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -560,7 +560,7 @@ func (m *QueryShowChainInfoResponse) Reset() { *m = QueryShowChainInfoRe func (m *QueryShowChainInfoResponse) String() string { return proto.CompactTextString(m) } func (*QueryShowChainInfoResponse) ProtoMessage() {} func (*QueryShowChainInfoResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_c05acd229a1b0b20, []int{11} + return fileDescriptor_fac9d1cad3c30379, []int{11} } func (m *QueryShowChainInfoResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -632,64 +632,64 @@ func init() { proto.RegisterType((*QueryShowChainInfoResponse)(nil), "lavanet.lava.spec.QueryShowChainInfoResponse") } -func init() { proto.RegisterFile("lava/spec/query.proto", fileDescriptor_c05acd229a1b0b20) } +func init() { proto.RegisterFile("lavanet/lava/spec/query.proto", fileDescriptor_fac9d1cad3c30379) } -var fileDescriptor_c05acd229a1b0b20 = []byte{ +var fileDescriptor_fac9d1cad3c30379 = []byte{ // 857 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x96, 0xcf, 0x4f, 0xdb, 0x48, - 0x14, 0xc7, 0xe3, 0x24, 0x24, 0x64, 0x56, 0x48, 0xbb, 0x43, 0x76, 0x49, 0x1c, 0x36, 0x80, 0xf9, - 0xb9, 0x68, 0xb1, 0x0b, 0x95, 0x5a, 0xf5, 0x52, 0x29, 0x50, 0x15, 0x51, 0x55, 0x88, 0x9a, 0x1b, - 0x52, 0x15, 0x4d, 0xcc, 0x90, 0x58, 0x72, 0x3c, 0x26, 0x9e, 0x90, 0x52, 0xc4, 0x85, 0x5b, 0x6f, - 0x55, 0x7b, 0xe9, 0xb9, 0xea, 0x1f, 0xc3, 0x11, 0xa9, 0x17, 0x4e, 0x55, 0x45, 0xfa, 0x87, 0x54, - 0xf3, 0x23, 0x89, 0x4d, 0xec, 0x80, 0xaa, 0x5e, 0x0c, 0x33, 0xf3, 0xde, 0xfb, 0x7e, 0xe6, 0x3b, - 0x8f, 0x27, 0xc0, 0xdf, 0x0e, 0x3a, 0x41, 0x86, 0xef, 0x61, 0xcb, 0x38, 0x6e, 0xe3, 0xd6, 0xa9, - 0xee, 0xb5, 0x08, 0x25, 0xf0, 0x2f, 0xb6, 0xed, 0x62, 0xaa, 0xb3, 0x9f, 0x3a, 0x3b, 0x56, 0xf3, - 0x75, 0x52, 0x27, 0xfc, 0xd4, 0x60, 0xbf, 0x89, 0x40, 0x75, 0xba, 0x4e, 0x48, 0xdd, 0xc1, 0x06, - 0xf2, 0x6c, 0x03, 0xb9, 0x2e, 0xa1, 0x88, 0xda, 0xc4, 0xf5, 0xe5, 0xe9, 0xaa, 0x45, 0xfc, 0x26, - 0xf1, 0x8d, 0x1a, 0xf2, 0xb1, 0xa8, 0x6f, 0x9c, 0xac, 0xd7, 0x30, 0x45, 0xeb, 0x86, 0x87, 0xea, - 0xb6, 0xcb, 0x83, 0x65, 0xec, 0x3f, 0x03, 0x12, 0x0f, 0xb5, 0x50, 0xb3, 0x57, 0x23, 0x3f, 0xd8, - 0x67, 0x1f, 0xb1, 0xab, 0xe5, 0x01, 0x7c, 0xc5, 0xea, 0xed, 0xf1, 0x50, 0x13, 0x1f, 0xb7, 0xb1, - 0x4f, 0xb5, 0x5d, 0x30, 0x19, 0xda, 0xf5, 0x3d, 0xe2, 0xfa, 0x18, 0x3e, 0x06, 0x19, 0x51, 0xb2, - 0xa0, 0xcc, 0x2a, 0x2b, 0x7f, 0x6c, 0x14, 0xf5, 0xa1, 0xeb, 0xe9, 0x22, 0x65, 0x33, 0x7d, 0xf9, - 0x6d, 0x26, 0x61, 0xca, 0x70, 0xcd, 0x90, 0xf5, 0xb6, 0x31, 0xdd, 0xf7, 0xb0, 0x25, 0x65, 0x60, - 0x01, 0x64, 0xb7, 0x1a, 0xc8, 0x76, 0x77, 0x9e, 0xf1, 0x82, 0x39, 0xb3, 0xb7, 0xd4, 0x76, 0x40, - 0x3e, 0x9c, 0x20, 0x09, 0xd6, 0x41, 0x9a, 0xad, 0xa5, 0xfe, 0x54, 0x84, 0x3e, 0x3b, 0x96, 0xea, - 0x3c, 0x54, 0x7b, 0x2d, 0xb5, 0x2b, 0x8e, 0x13, 0xd4, 0x7e, 0x0e, 0xc0, 0xc0, 0x3a, 0x59, 0x6f, - 0x49, 0x17, 0x3e, 0xeb, 0xcc, 0x67, 0x5d, 0xbc, 0xa3, 0xf4, 0x59, 0xdf, 0x43, 0x75, 0x2c, 0x73, - 0xcd, 0x40, 0xa6, 0xf6, 0x41, 0x91, 0xa8, 0xfd, 0xfa, 0x43, 0xa8, 0xa9, 0x7b, 0xa2, 0xc2, 0xed, - 0x10, 0x53, 0x92, 0x33, 0x2d, 0xdf, 0xc9, 0x24, 0xf4, 0x42, 0x50, 0x25, 0x50, 0xe4, 0x4c, 0xfb, - 0x0d, 0xd2, 0xa9, 0x38, 0x0e, 0x77, 0xb5, 0xff, 0xb8, 0x14, 0xa8, 0x51, 0x87, 0x12, 0x7b, 0x0f, - 0x4c, 0x58, 0xfc, 0x11, 0xdc, 0x23, 0xf2, 0xd2, 0xf6, 0x69, 0x21, 0xc9, 0xf9, 0x57, 0xa3, 0xf8, - 0x83, 0x05, 0x58, 0xfc, 0x3e, 0x6d, 0xb5, 0x2d, 0x6a, 0x86, 0x0b, 0xbc, 0x48, 0x8f, 0x2b, 0x7f, - 0x26, 0xb5, 0xcf, 0x0a, 0x98, 0x8a, 0x49, 0x80, 0xd3, 0x20, 0xc7, 0x53, 0x76, 0x51, 0x13, 0xcb, - 0x4e, 0x18, 0x6c, 0xb0, 0x2e, 0xb1, 0x64, 0x97, 0x24, 0x45, 0x97, 0xc8, 0x25, 0xdc, 0x00, 0x79, - 0xec, 0xa2, 0x9a, 0x83, 0x0f, 0x2b, 0x9e, 0xbd, 0xe3, 0x52, 0xdc, 0x3a, 0x42, 0x16, 0xf6, 0x0b, - 0xa9, 0xd9, 0xd4, 0x4a, 0xce, 0x8c, 0x3c, 0x83, 0x25, 0x90, 0x43, 0x9e, 0x5d, 0xb5, 0x48, 0xdb, - 0xa5, 0x85, 0xf4, 0xac, 0xb2, 0x92, 0x36, 0xc7, 0x91, 0x67, 0x6f, 0xb1, 0xb5, 0xf6, 0x24, 0xe0, - 0xdb, 0x56, 0xef, 0x12, 0xbd, 0x8e, 0x19, 0x49, 0xa9, 0x59, 0x20, 0x5b, 0xf1, 0x6c, 0x76, 0x61, - 0x16, 0x68, 0xf7, 0x04, 0xb9, 0x44, 0xce, 0x1c, 0x6c, 0xc0, 0x05, 0x30, 0xe1, 0xb7, 0x3d, 0x8f, - 0xb4, 0x28, 0x47, 0xf3, 0x0b, 0x63, 0x9c, 0x36, 0xbc, 0x09, 0xf3, 0x60, 0x0c, 0x1d, 0x1e, 0x12, - 0xb7, 0x90, 0xe1, 0xf9, 0x62, 0xa1, 0x75, 0x95, 0xc0, 0xdb, 0x05, 0x00, 0xe5, 0xdb, 0x05, 0x9c, - 0x52, 0xc2, 0x4e, 0x95, 0x01, 0xb0, 0x07, 0xfe, 0x24, 0xb9, 0x62, 0x60, 0x07, 0x1e, 0x00, 0x35, - 0xa4, 0xdf, 0x37, 0x8c, 0xb7, 0x40, 0x8a, 0xb7, 0x80, 0x1a, 0xd1, 0x02, 0xf2, 0xca, 0xe6, 0x88, - 0x6c, 0x68, 0x80, 0x49, 0xe2, 0xb1, 0xb6, 0x44, 0x4e, 0x35, 0x00, 0x91, 0xe6, 0x10, 0xb0, 0x77, - 0x34, 0x78, 0xa2, 0x8d, 0xeb, 0x2c, 0x18, 0xe3, 0xb7, 0x84, 0x6f, 0x41, 0x46, 0xcc, 0x13, 0xb8, - 0x18, 0x21, 0x3e, 0x3c, 0xb8, 0xd4, 0xa5, 0xbb, 0xc2, 0x84, 0x53, 0xda, 0xdc, 0xc5, 0xd7, 0x1f, - 0x1f, 0x93, 0x25, 0x58, 0x34, 0x64, 0xbc, 0x71, 0x7b, 0x6a, 0xc2, 0x0b, 0x45, 0xfc, 0x01, 0xc3, - 0xd8, 0x9a, 0xe1, 0x69, 0xa6, 0x2e, 0xdf, 0x19, 0x27, 0xc5, 0xff, 0xe3, 0xe2, 0xf3, 0x70, 0x2e, - 0x42, 0x9c, 0x7f, 0xce, 0xe4, 0x18, 0x3c, 0x87, 0x67, 0x20, 0xcb, 0x52, 0x2b, 0x8e, 0x13, 0x8f, - 0x11, 0x1e, 0x6c, 0xf1, 0x18, 0xb7, 0x06, 0x94, 0x36, 0xc3, 0x31, 0x8a, 0x70, 0x2a, 0x06, 0x03, - 0xbe, 0x53, 0x84, 0xba, 0x89, 0x3a, 0xbf, 0xdf, 0x84, 0x35, 0xae, 0xbe, 0x0c, 0x17, 0x63, 0xd4, - 0xab, 0x2d, 0xd4, 0x09, 0x18, 0x71, 0xa1, 0x00, 0x20, 0x9d, 0x18, 0x89, 0xf3, 0xab, 0x66, 0xcc, - 0x73, 0x9c, 0x7f, 0x61, 0x69, 0x04, 0x0e, 0xfc, 0xa4, 0x80, 0x89, 0xd0, 0x0c, 0x83, 0xff, 0xc7, - 0xd5, 0x8f, 0x9a, 0xbc, 0xea, 0xda, 0x3d, 0xa3, 0x25, 0xd3, 0x2a, 0x67, 0x5a, 0x80, 0x5a, 0x14, - 0x53, 0x83, 0x74, 0xaa, 0xc8, 0x71, 0xaa, 0x96, 0x00, 0xf9, 0x22, 0xd1, 0xfa, 0x43, 0x61, 0x34, - 0xda, 0xed, 0xe1, 0x36, 0x1a, 0x6d, 0x68, 0xd2, 0x68, 0x8f, 0x38, 0xda, 0x03, 0xa8, 0xc7, 0xa1, - 0x71, 0xac, 0xaa, 0xed, 0x1e, 0x11, 0xe3, 0xac, 0x3f, 0x24, 0xcf, 0x37, 0x9f, 0x5e, 0xde, 0x94, - 0x95, 0xab, 0x9b, 0xb2, 0xf2, 0xfd, 0xa6, 0xac, 0xbc, 0xef, 0x96, 0x13, 0x57, 0xdd, 0x72, 0xe2, - 0xba, 0x5b, 0x4e, 0x1c, 0x2c, 0xd4, 0x6d, 0xda, 0x68, 0xd7, 0x74, 0x8b, 0x34, 0xc3, 0x35, 0xdf, - 0x88, 0xaa, 0xf4, 0xd4, 0xc3, 0x7e, 0x2d, 0xc3, 0xff, 0x6b, 0x79, 0xf8, 0x33, 0x00, 0x00, 0xff, - 0xff, 0xe5, 0xc6, 0xe3, 0xe8, 0x6f, 0x09, 0x00, 0x00, + 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, } // Reference imports to suppress errors if they are not otherwise used. @@ -999,7 +999,7 @@ var _Query_serviceDesc = grpc.ServiceDesc{ }, }, Streams: []grpc.StreamDesc{}, - Metadata: "lava/spec/query.proto", + Metadata: "lavanet/lava/spec/query.proto", } func (m *QueryParamsRequest) Marshal() (dAtA []byte, err error) { diff --git a/x/spec/types/query.pb.gw.go b/x/spec/types/query.pb.gw.go index 6155549338..f12b029824 100644 --- a/x/spec/types/query.pb.gw.go +++ b/x/spec/types/query.pb.gw.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-grpc-gateway. DO NOT EDIT. -// source: lava/spec/query.proto +// source: lavanet/lava/spec/query.proto /* Package types is a reverse proxy. @@ -655,19 +655,19 @@ func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, clie } var ( - pattern_Query_Params_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"lavanet", "lava", "spec", "params"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_Params_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"lavanet", "lava", "spec", "params"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_Spec_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 2, 1, 0, 4, 1, 5, 3}, []string{"lavanet", "lava", "spec", "ChainID"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_Spec_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 2, 1, 0, 4, 1, 5, 3}, []string{"lavanet", "lava", "spec", "ChainID"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_SpecAll_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 2}, []string{"lavanet", "lava", "spec"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_SpecAll_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 2}, []string{"lavanet", "lava", "spec"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_SpecRaw_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4}, []string{"lavanet", "lava", "spec", "spec_raw", "ChainID"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_SpecRaw_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4}, []string{"lavanet", "lava", "spec", "spec_raw", "ChainID"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_SpecAllRaw_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"lavanet", "lava", "spec", "spec_raw"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_SpecAllRaw_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"lavanet", "lava", "spec", "spec_raw"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_ShowAllChains_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"lavanet", "lava", "spec", "show_all_chains"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_ShowAllChains_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"lavanet", "lava", "spec", "show_all_chains"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_ShowChainInfo_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4}, []string{"lavanet", "lava", "spec", "show_chain_info", "chainName"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_ShowChainInfo_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4}, []string{"lavanet", "lava", "spec", "show_chain_info", "chainName"}, "", runtime.AssumeColonVerbOpt(false))) ) var ( diff --git a/x/spec/types/spec.pb.go b/x/spec/types/spec.pb.go index 18e98cbc10..f54ec38fb1 100644 --- a/x/spec/types/spec.pb.go +++ b/x/spec/types/spec.pb.go @@ -1,13 +1,13 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/spec/spec.proto +// source: lavanet/lava/spec/spec.proto package types import ( fmt "fmt" types "github.com/cosmos/cosmos-sdk/types" - _ "github.com/gogo/protobuf/gogoproto" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -46,7 +46,7 @@ func (x Spec_ProvidersTypes) String() string { } func (Spec_ProvidersTypes) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_4ccfc5ecbf2041b0, []int{0, 0} + return fileDescriptor_789140b95c48dfce, []int{0, 0} } type Spec struct { @@ -71,7 +71,7 @@ func (m *Spec) Reset() { *m = Spec{} } func (m *Spec) String() string { return proto.CompactTextString(m) } func (*Spec) ProtoMessage() {} func (*Spec) Descriptor() ([]byte, []int) { - return fileDescriptor_4ccfc5ecbf2041b0, []int{0} + return fileDescriptor_789140b95c48dfce, []int{0} } func (m *Spec) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -210,50 +210,51 @@ func init() { proto.RegisterType((*Spec)(nil), "lavanet.lava.spec.Spec") } -func init() { proto.RegisterFile("lava/spec/spec.proto", fileDescriptor_4ccfc5ecbf2041b0) } +func init() { proto.RegisterFile("lavanet/lava/spec/spec.proto", fileDescriptor_789140b95c48dfce) } -var fileDescriptor_4ccfc5ecbf2041b0 = []byte{ - // 635 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x53, 0x4f, 0x6f, 0xd3, 0x30, - 0x14, 0x6f, 0x68, 0xd7, 0x6d, 0x2e, 0xeb, 0x82, 0x55, 0x90, 0x37, 0x41, 0x08, 0x13, 0x42, 0x41, - 0x42, 0x89, 0xb6, 0x5d, 0xb8, 0xa1, 0x75, 0xa3, 0x62, 0x08, 0xc4, 0xc8, 0xc6, 0x85, 0x8b, 0xe5, - 0x38, 0x5e, 0x67, 0x2d, 0xb1, 0x43, 0xec, 0x95, 0x95, 0x4f, 0xc1, 0xc7, 0xe0, 0xa3, 0xec, 0xb8, - 0x23, 0x27, 0x84, 0x3a, 0x3e, 0x08, 0xb2, 0x93, 0xb0, 0x4e, 0x70, 0xe0, 0x12, 0xfb, 0xbd, 0xdf, - 0x9f, 0xf7, 0x62, 0xbd, 0x07, 0x06, 0x19, 0x99, 0x90, 0x48, 0x15, 0x8c, 0xda, 0x4f, 0x58, 0x94, - 0x52, 0x4b, 0x78, 0xc7, 0x64, 0x05, 0xd3, 0xa1, 0x39, 0x43, 0x03, 0xac, 0x0f, 0xc6, 0x72, 0x2c, - 0x2d, 0x1a, 0x99, 0x5b, 0x45, 0x5c, 0xf7, 0xae, 0xe5, 0xa4, 0xe0, 0x98, 0xca, 0x2c, 0x63, 0x54, - 0x73, 0x29, 0x1a, 0x9c, 0x4a, 0x95, 0x4b, 0x15, 0x25, 0x44, 0xb1, 0x68, 0xb2, 0x99, 0x30, 0x4d, - 0x36, 0x23, 0x2a, 0x79, 0x8d, 0x6f, 0xfc, 0xea, 0x82, 0xce, 0x61, 0xc1, 0x28, 0x1c, 0x80, 0x05, - 0x2e, 0x52, 0x76, 0x8e, 0x1c, 0xdf, 0x09, 0x96, 0xe3, 0x2a, 0x80, 0x10, 0x74, 0x04, 0xc9, 0x19, - 0xba, 0x65, 0x93, 0xf6, 0x0e, 0x11, 0x58, 0x64, 0x82, 0x24, 0x19, 0x4b, 0x51, 0xc7, 0x77, 0x82, - 0xa5, 0xb8, 0x09, 0xe1, 0x36, 0xb8, 0x5b, 0xb2, 0x8c, 0x93, 0x84, 0x67, 0x5c, 0x4f, 0xb1, 0x3e, - 0x29, 0x99, 0x3a, 0x91, 0x59, 0x8a, 0x16, 0x7c, 0x27, 0x58, 0x89, 0x07, 0x73, 0xe0, 0x51, 0x83, - 0xc1, 0xe7, 0x00, 0xa5, 0x44, 0x13, 0x3c, 0xaf, 0x6c, 0xfc, 0xbb, 0xd6, 0xff, 0x9e, 0xc1, 0xe3, - 0x6b, 0xf8, 0x65, 0x5d, 0xee, 0x15, 0x78, 0x94, 0x64, 0x92, 0x9e, 0xe2, 0x94, 0x2b, 0x4d, 0x04, - 0x65, 0xf8, 0x58, 0x96, 0xf8, 0x98, 0x0b, 0x92, 0xf1, 0x2f, 0x2c, 0xc5, 0x46, 0x86, 0x16, 0x6d, - 0xe9, 0x07, 0x96, 0xb8, 0x57, 0xf3, 0x46, 0xb2, 0x1c, 0x35, 0xac, 0x3d, 0xa2, 0x09, 0x7c, 0x01, - 0xee, 0x5b, 0x82, 0xc2, 0x5c, 0x34, 0x06, 0xc4, 0xbc, 0x22, 0x2e, 0x4a, 0x29, 0x8f, 0xd1, 0x92, - 0x35, 0x59, 0xab, 0x38, 0xfb, 0x62, 0x34, 0xc7, 0x38, 0x30, 0x04, 0xf8, 0x0c, 0x40, 0x32, 0x61, - 0x25, 0x19, 0x33, 0x5c, 0xb5, 0xa4, 0x79, 0xce, 0xd0, 0xb2, 0xef, 0x04, 0xed, 0xd8, 0xad, 0x91, - 0xa1, 0x01, 0x8e, 0x78, 0xce, 0xe0, 0x0e, 0xf0, 0x48, 0x96, 0xc9, 0xcf, 0x2c, 0xad, 0xd9, 0x19, - 0x19, 0xdb, 0xde, 0x3f, 0x49, 0x85, 0xd5, 0x54, 0x50, 0x04, 0xac, 0x72, 0xad, 0x66, 0x59, 0xe5, - 0x1b, 0x32, 0x1e, 0xc9, 0xf2, 0xbd, 0x54, 0x87, 0x53, 0x41, 0x4d, 0xc1, 0x46, 0xaa, 0x34, 0x3e, - 0x2b, 0x52, 0xa2, 0x59, 0x8a, 0x7a, 0xbe, 0x13, 0x74, 0x62, 0x37, 0xa9, 0xf8, 0x4a, 0x7f, 0xa8, - 0xf2, 0xf0, 0x2d, 0x80, 0x39, 0x17, 0x58, 0x69, 0x72, 0xca, 0xcc, 0x2f, 0x4d, 0x78, 0xca, 0x4a, - 0x74, 0xdb, 0x77, 0x82, 0xde, 0xd6, 0x5a, 0x58, 0x8d, 0x48, 0x68, 0x46, 0x24, 0xac, 0x47, 0x24, - 0xdc, 0x95, 0x5c, 0x0c, 0x3b, 0x17, 0x3f, 0x1e, 0xb6, 0x62, 0x37, 0xe7, 0xe2, 0xd0, 0x28, 0x0f, - 0x6a, 0x21, 0xdc, 0x07, 0xee, 0xb5, 0x1d, 0xcd, 0x38, 0x13, 0x1a, 0xad, 0xfc, 0x9f, 0x59, 0xbf, - 0x31, 0xdb, 0xb5, 0x32, 0xf8, 0x0e, 0xac, 0x36, 0xfd, 0x28, 0xac, 0xa7, 0x05, 0x53, 0xa8, 0xef, - 0x3b, 0x41, 0x7f, 0xeb, 0x49, 0xf8, 0xd7, 0x0a, 0x84, 0x66, 0x50, 0xc3, 0xa6, 0x0b, 0x75, 0x64, - 0xd8, 0x71, 0xbf, 0xb8, 0x11, 0x9b, 0xe9, 0xe4, 0x79, 0x21, 0x4b, 0xad, 0xd0, 0xaa, 0xdf, 0x0e, - 0x96, 0xe3, 0x26, 0x84, 0xfb, 0x60, 0xf5, 0xe6, 0x8a, 0x28, 0xe4, 0xfa, 0xed, 0xa0, 0xb7, 0xe5, - 0xff, 0xa3, 0xd4, 0x4e, 0xc1, 0x77, 0xff, 0x10, 0xe3, 0x3e, 0x99, 0x0f, 0xd5, 0xc6, 0x53, 0xd0, - 0xbf, 0xd9, 0x06, 0xec, 0x81, 0xc5, 0x74, 0x2a, 0x48, 0xce, 0xa9, 0xdb, 0x82, 0x00, 0x74, 0x95, - 0x26, 0x9a, 0x53, 0xd7, 0x79, 0xdd, 0x59, 0x6a, 0xbb, 0x9d, 0xe1, 0xf0, 0xdb, 0xcc, 0x73, 0x2e, - 0x66, 0x9e, 0x73, 0x39, 0xf3, 0x9c, 0x9f, 0x33, 0xcf, 0xf9, 0x7a, 0xe5, 0xb5, 0x2e, 0xaf, 0xbc, - 0xd6, 0xf7, 0x2b, 0xaf, 0xf5, 0xf1, 0xf1, 0x98, 0xeb, 0x93, 0xb3, 0x24, 0xa4, 0x32, 0x8f, 0xea, - 0x56, 0xec, 0x19, 0x9d, 0x57, 0x9b, 0x6d, 0xdf, 0x25, 0xe9, 0xda, 0x8d, 0xdd, 0xfe, 0x1d, 0x00, - 0x00, 0xff, 0xff, 0x51, 0x3e, 0x22, 0xb1, 0x32, 0x04, 0x00, 0x00, +var fileDescriptor_789140b95c48dfce = []byte{ + // 643 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0xc1, 0x4e, 0xdb, 0x4a, + 0x14, 0x86, 0xe3, 0x9b, 0x10, 0x60, 0x72, 0x09, 0xbe, 0x23, 0xee, 0xd5, 0x80, 0xb8, 0xae, 0x8b, + 0x2a, 0xe4, 0x4a, 0x95, 0x2d, 0x60, 0xd3, 0x5d, 0x45, 0xa0, 0x51, 0xa9, 0x5a, 0x95, 0x1a, 0xba, + 0xe9, 0x66, 0x34, 0x1e, 0x0f, 0x61, 0x84, 0x3d, 0xe3, 0x7a, 0x86, 0x94, 0xf4, 0x29, 0xfa, 0x18, + 0x7d, 0x14, 0x96, 0x2c, 0xbb, 0xaa, 0xaa, 0xd0, 0x07, 0xa9, 0x66, 0x6c, 0x97, 0x44, 0x74, 0xd1, + 0x4d, 0xec, 0xe3, 0xff, 0xfb, 0xff, 0x39, 0x19, 0x9d, 0x03, 0x36, 0x33, 0x32, 0x26, 0x82, 0xe9, + 0xc8, 0x3c, 0x23, 0x55, 0x30, 0x6a, 0x7f, 0xc2, 0xa2, 0x94, 0x5a, 0xc2, 0x7f, 0x6a, 0x35, 0x34, + 0xcf, 0xd0, 0x08, 0x1b, 0x6b, 0x23, 0x39, 0x92, 0x56, 0x8d, 0xcc, 0x5b, 0x05, 0x6e, 0x6c, 0xdf, + 0x8f, 0x21, 0x05, 0xc7, 0x54, 0x66, 0x19, 0xa3, 0x9a, 0x4b, 0x51, 0x73, 0x1e, 0x95, 0x2a, 0x97, + 0x2a, 0x4a, 0x88, 0x62, 0xd1, 0x78, 0x27, 0x61, 0x9a, 0xec, 0x44, 0x54, 0xf2, 0x5a, 0xdf, 0xfa, + 0xd1, 0x05, 0x9d, 0x93, 0x82, 0x51, 0xb8, 0x06, 0x16, 0xb8, 0x48, 0xd9, 0x15, 0x72, 0x7c, 0x27, + 0x58, 0x8e, 0xab, 0x02, 0x42, 0xd0, 0x11, 0x24, 0x67, 0xe8, 0x2f, 0xfb, 0xd1, 0xbe, 0x43, 0x04, + 0x16, 0x99, 0x20, 0x49, 0xc6, 0x52, 0xd4, 0xf1, 0x9d, 0x60, 0x29, 0x6e, 0x4a, 0xb8, 0x07, 0xfe, + 0x2d, 0x59, 0xc6, 0x49, 0xc2, 0x33, 0xae, 0x27, 0x58, 0x9f, 0x97, 0x4c, 0x9d, 0xcb, 0x2c, 0x45, + 0x0b, 0xbe, 0x13, 0xac, 0xc4, 0x6b, 0x33, 0xe2, 0x69, 0xa3, 0xc1, 0xa7, 0x00, 0xa5, 0x44, 0x13, + 0x3c, 0xeb, 0x6c, 0xf2, 0xbb, 0x36, 0xff, 0x3f, 0xa3, 0xc7, 0x77, 0xf2, 0xf3, 0xfa, 0xb8, 0x17, + 0xe0, 0x61, 0x92, 0x49, 0x7a, 0x81, 0x53, 0xae, 0x34, 0x11, 0x94, 0xe1, 0x33, 0x59, 0xe2, 0x33, + 0x2e, 0x48, 0xc6, 0x3f, 0xb1, 0x14, 0x1b, 0x1b, 0x5a, 0xb4, 0x47, 0xff, 0x6f, 0xc1, 0xc3, 0x9a, + 0x1b, 0xca, 0x72, 0xd8, 0x50, 0x87, 0x44, 0x13, 0xf8, 0x0c, 0x6c, 0x5a, 0x40, 0x61, 0x2e, 0x9a, + 0x00, 0x62, 0x6e, 0x11, 0x17, 0xa5, 0x94, 0x67, 0x68, 0xc9, 0x86, 0xac, 0x57, 0xcc, 0x91, 0x18, + 0xce, 0x10, 0xc7, 0x06, 0x80, 0x4f, 0x00, 0x24, 0x63, 0x56, 0x92, 0x11, 0xc3, 0x55, 0x4b, 0x9a, + 0xe7, 0x0c, 0x2d, 0xfb, 0x4e, 0xd0, 0x8e, 0xdd, 0x5a, 0x19, 0x18, 0xe1, 0x94, 0xe7, 0x0c, 0xee, + 0x03, 0x8f, 0x64, 0x99, 0xfc, 0xc8, 0xd2, 0x9a, 0xce, 0xc8, 0xc8, 0xf6, 0xfe, 0x41, 0x2a, 0xac, + 0x26, 0x82, 0x22, 0x60, 0x9d, 0xeb, 0x35, 0x65, 0x9d, 0xaf, 0xc8, 0x68, 0x28, 0xcb, 0xb7, 0x52, + 0x9d, 0x4c, 0x04, 0x35, 0x07, 0x36, 0x56, 0xa5, 0xf1, 0x65, 0x91, 0x12, 0xcd, 0x52, 0xd4, 0xf3, + 0x9d, 0xa0, 0x13, 0xbb, 0x49, 0xc5, 0x2b, 0xfd, 0xae, 0xfa, 0x0e, 0x5f, 0x03, 0x98, 0x73, 0x81, + 0x95, 0x26, 0x17, 0xcc, 0xfc, 0xa5, 0x31, 0x4f, 0x59, 0x89, 0xfe, 0xf6, 0x9d, 0xa0, 0xb7, 0xbb, + 0x1e, 0x56, 0x23, 0x12, 0x9a, 0x11, 0x09, 0xeb, 0x11, 0x09, 0x0f, 0x24, 0x17, 0x83, 0xce, 0xf5, + 0xb7, 0x07, 0xad, 0xd8, 0xcd, 0xb9, 0x38, 0x31, 0xce, 0xe3, 0xda, 0x08, 0x8f, 0x80, 0x7b, 0x17, + 0x47, 0x33, 0xce, 0x84, 0x46, 0x2b, 0x7f, 0x16, 0xd6, 0x6f, 0xc2, 0x0e, 0xac, 0x0d, 0xbe, 0x01, + 0xab, 0x4d, 0x3f, 0x0a, 0xeb, 0x49, 0xc1, 0x14, 0xea, 0xfb, 0x4e, 0xd0, 0xdf, 0xdd, 0x0e, 0xef, + 0xad, 0x42, 0x68, 0x06, 0x35, 0x6c, 0xba, 0x50, 0xa7, 0x86, 0x8e, 0xfb, 0xc5, 0x5c, 0x6d, 0xa6, + 0x93, 0xe7, 0x85, 0x2c, 0xb5, 0x42, 0xab, 0x7e, 0x3b, 0x58, 0x8e, 0x9b, 0x12, 0x1e, 0x81, 0xd5, + 0xf9, 0x15, 0x51, 0xc8, 0xf5, 0xdb, 0x41, 0x6f, 0xd7, 0xff, 0xcd, 0x51, 0xfb, 0x05, 0x3f, 0xf8, + 0x05, 0xc6, 0x7d, 0x32, 0x5b, 0xaa, 0xad, 0xc7, 0xa0, 0x3f, 0xdf, 0x06, 0xec, 0x81, 0xc5, 0x74, + 0x22, 0x48, 0xce, 0xa9, 0xdb, 0x82, 0x00, 0x74, 0x95, 0x26, 0x9a, 0x53, 0xd7, 0x79, 0xd9, 0x59, + 0x6a, 0xbb, 0x9d, 0xc1, 0xe0, 0xcb, 0xd4, 0x73, 0xae, 0xa7, 0x9e, 0x73, 0x33, 0xf5, 0x9c, 0xef, + 0x53, 0xcf, 0xf9, 0x7c, 0xeb, 0xb5, 0x6e, 0x6e, 0xbd, 0xd6, 0xd7, 0x5b, 0xaf, 0xf5, 0xfe, 0xd1, + 0x88, 0xeb, 0xf3, 0xcb, 0x24, 0xa4, 0x32, 0x8f, 0xe6, 0xf6, 0xfa, 0xaa, 0xda, 0x6c, 0x7b, 0x2f, + 0x49, 0xd7, 0x6e, 0xec, 0xde, 0xcf, 0x00, 0x00, 0x00, 0xff, 0xff, 0xf1, 0x5e, 0xa6, 0x62, 0x42, + 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 34747cc198..58ef6a2188 100644 --- a/x/spec/types/spec_add_proposal.pb.go +++ b/x/spec/types/spec_add_proposal.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/spec/spec_add_proposal.proto +// source: lavanet/lava/spec/spec_add_proposal.proto package types import ( fmt "fmt" - _ "github.com/gogo/protobuf/gogoproto" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -32,7 +32,7 @@ type SpecAddProposal struct { func (m *SpecAddProposal) Reset() { *m = SpecAddProposal{} } func (*SpecAddProposal) ProtoMessage() {} func (*SpecAddProposal) Descriptor() ([]byte, []int) { - return fileDescriptor_fdffc0e7b3102abd, []int{0} + return fileDescriptor_90ccba27a5c90c8a, []int{0} } func (m *SpecAddProposal) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -65,26 +65,28 @@ func init() { proto.RegisterType((*SpecAddProposal)(nil), "lavanet.lava.spec.SpecAddProposal") } -func init() { proto.RegisterFile("lava/spec/spec_add_proposal.proto", fileDescriptor_fdffc0e7b3102abd) } +func init() { + proto.RegisterFile("lavanet/lava/spec/spec_add_proposal.proto", fileDescriptor_90ccba27a5c90c8a) +} -var fileDescriptor_fdffc0e7b3102abd = []byte{ +var fileDescriptor_90ccba27a5c90c8a = []byte{ // 245 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xcc, 0x49, 0x2c, 0x4b, - 0xd4, 0x2f, 0x2e, 0x48, 0x4d, 0x06, 0x13, 0xf1, 0x89, 0x29, 0x29, 0xf1, 0x05, 0x45, 0xf9, 0x05, - 0xf9, 0xc5, 0x89, 0x39, 0x7a, 0x05, 0x45, 0xf9, 0x25, 0xf9, 0x42, 0x82, 0x20, 0x25, 0x79, 0xa9, - 0x25, 0x7a, 0x20, 0x5a, 0x0f, 0xa4, 0x4a, 0x4a, 0x24, 0x3d, 0x3f, 0x3d, 0x1f, 0x2c, 0xab, 0x0f, - 0x62, 0x41, 0x14, 0x4a, 0x89, 0xa0, 0x9a, 0x05, 0x11, 0x55, 0xea, 0x60, 0xe4, 0xe2, 0x0f, 0x2e, - 0x48, 0x4d, 0x76, 0x4c, 0x49, 0x09, 0x80, 0x1a, 0x2c, 0x24, 0xc2, 0xc5, 0x5a, 0x92, 0x59, 0x92, - 0x93, 0x2a, 0xc1, 0xa8, 0xc0, 0xa8, 0xc1, 0x19, 0x04, 0xe1, 0x08, 0x29, 0x70, 0x71, 0xa7, 0xa4, - 0x16, 0x27, 0x17, 0x65, 0x16, 0x94, 0x64, 0xe6, 0xe7, 0x49, 0x30, 0x81, 0xe5, 0x90, 0x85, 0x84, - 0x8c, 0xb9, 0x58, 0x41, 0x26, 0x17, 0x4b, 0x30, 0x2b, 0x30, 0x6b, 0x70, 0x1b, 0x89, 0xeb, 0x61, - 0x38, 0x4d, 0x0f, 0x64, 0x95, 0x13, 0xcb, 0x89, 0x7b, 0xf2, 0x0c, 0x41, 0x10, 0xb5, 0x56, 0x1c, - 0x1d, 0x0b, 0xe4, 0x19, 0x66, 0x2c, 0x90, 0x67, 0x70, 0x72, 0x5a, 0xf1, 0x48, 0x8e, 0xf1, 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, 0xd2, 0x33, 0x4b, 0x32, 0x4a, 0x93, - 0xf4, 0x92, 0xf3, 0x73, 0xf5, 0xa1, 0xe6, 0x82, 0x69, 0xfd, 0x0a, 0x88, 0x9f, 0x4a, 0x2a, 0x0b, - 0x52, 0x8b, 0x93, 0xd8, 0xc0, 0xbe, 0x32, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0x4a, 0xcf, 0x46, - 0xfc, 0x39, 0x01, 0x00, 0x00, + 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, + 0x48, 0x10, 0xaa, 0x54, 0x0f, 0x44, 0xeb, 0x81, 0x54, 0x49, 0x89, 0xa4, 0xe7, 0xa7, 0xe7, 0x83, + 0x65, 0xf5, 0x41, 0x2c, 0x88, 0x42, 0x29, 0x19, 0xec, 0x66, 0x42, 0x64, 0x95, 0x3a, 0x18, 0xb9, + 0xf8, 0x83, 0x0b, 0x52, 0x93, 0x1d, 0x53, 0x52, 0x02, 0xa0, 0x16, 0x08, 0x89, 0x70, 0xb1, 0x96, + 0x64, 0x96, 0xe4, 0xa4, 0x4a, 0x30, 0x2a, 0x30, 0x6a, 0x70, 0x06, 0x41, 0x38, 0x42, 0x0a, 0x5c, + 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, + 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, } func (this *SpecAddProposal) Equal(that interface{}) bool { diff --git a/x/spec/types/tx.pb.go b/x/spec/types/tx.pb.go index 384b549180..c3c53b4dce 100644 --- a/x/spec/types/tx.pb.go +++ b/x/spec/types/tx.pb.go @@ -1,13 +1,13 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/spec/tx.proto +// source: lavanet/lava/spec/tx.proto package types import ( context "context" fmt "fmt" - grpc1 "github.com/gogo/protobuf/grpc" - proto "github.com/gogo/protobuf/proto" + grpc1 "github.com/cosmos/gogoproto/grpc" + proto "github.com/cosmos/gogoproto/proto" grpc "google.golang.org/grpc" math "math" ) @@ -23,18 +23,18 @@ var _ = math.Inf // proto package needs to be updated. const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package -func init() { proto.RegisterFile("lava/spec/tx.proto", fileDescriptor_106594d7e8e51ce6) } +func init() { proto.RegisterFile("lavanet/lava/spec/tx.proto", fileDescriptor_c6aee532b425dbb5) } -var fileDescriptor_106594d7e8e51ce6 = []byte{ +var fileDescriptor_c6aee532b425dbb5 = []byte{ // 121 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0xca, 0x49, 0x2c, 0x4b, - 0xd4, 0x2f, 0x2e, 0x48, 0x4d, 0xd6, 0x2f, 0xa9, 0xd0, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, - 0x04, 0x89, 0xe5, 0xa5, 0x96, 0xe8, 0x81, 0x68, 0x3d, 0x90, 0x9c, 0x11, 0x2b, 0x17, 0xb3, 0x6f, - 0x71, 0xba, 0x93, 0xdd, 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, 0x43, 0xb5, 0x83, 0x69, 0xfd, 0x0a, - 0xa8, 0xe1, 0x95, 0x05, 0xa9, 0xc5, 0x49, 0x6c, 0x60, 0x0b, 0x8c, 0x01, 0x01, 0x00, 0x00, 0xff, - 0xff, 0x59, 0xdd, 0x0f, 0x04, 0x76, 0x00, 0x00, 0x00, + 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, + 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, } // Reference imports to suppress errors if they are not otherwise used. @@ -76,5 +76,5 @@ var _Msg_serviceDesc = grpc.ServiceDesc{ HandlerType: (*MsgServer)(nil), Methods: []grpc.MethodDesc{}, Streams: []grpc.StreamDesc{}, - Metadata: "lava/spec/tx.proto", + Metadata: "lavanet/lava/spec/tx.proto", } diff --git a/x/subscription/types/genesis.pb.go b/x/subscription/types/genesis.pb.go index 82d84fda78..a8dd25d2ac 100644 --- a/x/subscription/types/genesis.pb.go +++ b/x/subscription/types/genesis.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/subscription/genesis.proto +// source: lavanet/lava/subscription/genesis.proto package types import ( fmt "fmt" - _ "github.com/gogo/protobuf/gogoproto" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + proto "github.com/cosmos/gogoproto/proto" types "github.com/lavanet/lava/common/types" io "io" math "math" @@ -35,7 +35,7 @@ func (m *GenesisState) Reset() { *m = GenesisState{} } func (m *GenesisState) String() string { return proto.CompactTextString(m) } func (*GenesisState) ProtoMessage() {} func (*GenesisState) Descriptor() ([]byte, []int) { - return fileDescriptor_daca075f5d29122b, []int{0} + return fileDescriptor_dc6c60f9c112fe52, []int{0} } func (m *GenesisState) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -89,27 +89,29 @@ func init() { proto.RegisterType((*GenesisState)(nil), "lavanet.lava.subscription.GenesisState") } -func init() { proto.RegisterFile("lava/subscription/genesis.proto", fileDescriptor_daca075f5d29122b) } +func init() { + proto.RegisterFile("lavanet/lava/subscription/genesis.proto", fileDescriptor_dc6c60f9c112fe52) +} -var fileDescriptor_daca075f5d29122b = []byte{ - // 264 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xcf, 0x49, 0x2c, 0x4b, - 0xd4, 0x2f, 0x2e, 0x4d, 0x2a, 0x4e, 0x2e, 0xca, 0x2c, 0x28, 0xc9, 0xcc, 0xcf, 0xd3, 0x4f, 0x4f, - 0xcd, 0x4b, 0x2d, 0xce, 0x2c, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x92, 0x04, 0x29, 0xc8, - 0x4b, 0x2d, 0xd1, 0x03, 0xd1, 0x7a, 0xc8, 0x0a, 0xa5, 0x44, 0xd2, 0xf3, 0xd3, 0xf3, 0xc1, 0xaa, - 0xf4, 0x41, 0x2c, 0x88, 0x06, 0x29, 0x39, 0x4c, 0x13, 0x0b, 0x12, 0x8b, 0x12, 0x73, 0xa1, 0x06, - 0x4a, 0x41, 0x6c, 0x4c, 0xce, 0xcf, 0xcd, 0xcd, 0xcf, 0xd3, 0x4f, 0xcb, 0xac, 0x48, 0x04, 0x29, - 0x71, 0xcd, 0x2b, 0x29, 0xaa, 0x84, 0x28, 0x50, 0x3a, 0xcb, 0xc8, 0xc5, 0xe3, 0x0e, 0x71, 0x43, - 0x70, 0x49, 0x62, 0x49, 0xaa, 0x90, 0x3d, 0x17, 0x1b, 0xc4, 0x04, 0x09, 0x46, 0x05, 0x46, 0x0d, - 0x6e, 0x23, 0x45, 0x3d, 0x9c, 0x6e, 0xd2, 0x0b, 0x00, 0x2b, 0x74, 0x62, 0x39, 0x71, 0x4f, 0x9e, - 0x21, 0x08, 0xaa, 0x4d, 0xc8, 0x96, 0x8b, 0x0d, 0xa4, 0xc8, 0x2d, 0x58, 0x82, 0x49, 0x81, 0x59, - 0x83, 0xdb, 0x48, 0x1e, 0xd5, 0x00, 0x88, 0x5b, 0xf4, 0x82, 0x12, 0xcb, 0x7d, 0x53, 0x8b, 0x8b, - 0x13, 0xd3, 0x53, 0x61, 0xda, 0x21, 0x9a, 0x60, 0xda, 0x43, 0x82, 0x25, 0x98, 0x49, 0xd6, 0x1e, - 0x12, 0xec, 0xe4, 0x76, 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, 0x3a, 0xe9, - 0x99, 0x25, 0x19, 0xa5, 0x49, 0x20, 0x13, 0xf4, 0xa1, 0x46, 0x82, 0x69, 0xfd, 0x0a, 0xd4, 0xf0, - 0x2b, 0xa9, 0x2c, 0x48, 0x2d, 0x4e, 0x62, 0x03, 0x07, 0x8f, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, - 0x74, 0xd4, 0x22, 0x15, 0xb3, 0x01, 0x00, 0x00, +var fileDescriptor_dc6c60f9c112fe52 = []byte{ + // 265 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, 0xc5, 0xa5, 0x49, 0xc5, 0xc9, 0x45, 0x99, 0x05, 0x25, + 0x99, 0xf9, 0x79, 0xfa, 0xe9, 0xa9, 0x79, 0xa9, 0xc5, 0x99, 0xc5, 0x7a, 0x05, 0x45, 0xf9, 0x25, + 0xf9, 0x42, 0x92, 0x50, 0x85, 0x7a, 0x20, 0x5a, 0x0f, 0x59, 0xa1, 0x94, 0x48, 0x7a, 0x7e, 0x7a, + 0x3e, 0x58, 0x95, 0x3e, 0x88, 0x05, 0xd1, 0x20, 0xa5, 0x86, 0xdb, 0xe4, 0x82, 0xc4, 0xa2, 0xc4, + 0x5c, 0xa8, 0xc1, 0x52, 0xa8, 0x2e, 0x48, 0xce, 0xcf, 0xcd, 0xcd, 0xcf, 0xd3, 0x4f, 0xcb, 0xac, + 0x48, 0x04, 0x29, 0x75, 0xcd, 0x2b, 0x29, 0xaa, 0x84, 0x28, 0x54, 0x3a, 0xcb, 0xc8, 0xc5, 0xe3, + 0x0e, 0x71, 0x53, 0x70, 0x49, 0x62, 0x49, 0xaa, 0x90, 0x3d, 0x17, 0x1b, 0xc4, 0x24, 0x09, 0x46, + 0x05, 0x46, 0x0d, 0x6e, 0x23, 0x45, 0x3d, 0x9c, 0x6e, 0xd4, 0x0b, 0x00, 0x2b, 0x74, 0x62, 0x39, + 0x71, 0x4f, 0x9e, 0x21, 0x08, 0xaa, 0x4d, 0xc8, 0x96, 0x8b, 0x0d, 0xa4, 0xc8, 0x2d, 0x58, 0x82, + 0x49, 0x81, 0x59, 0x83, 0xdb, 0x48, 0x1e, 0xd5, 0x00, 0x88, 0x5b, 0xf4, 0x82, 0x12, 0xcb, 0x7d, + 0x53, 0x8b, 0x8b, 0x13, 0xd3, 0x53, 0x61, 0xda, 0x21, 0x9a, 0x60, 0xda, 0x43, 0x82, 0x25, 0x98, + 0x49, 0xd6, 0x1e, 0x12, 0xec, 0xe4, 0x76, 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, 0x3a, 0xe9, 0x99, 0x25, 0x19, 0xa5, 0x49, 0x20, 0x13, 0xf4, 0x51, 0x42, 0xa7, 0x02, 0x35, + 0x1c, 0x4b, 0x2a, 0x0b, 0x52, 0x8b, 0x93, 0xd8, 0xc0, 0xc1, 0x63, 0x0c, 0x08, 0x00, 0x00, 0xff, + 0xff, 0xa7, 0x03, 0x00, 0x06, 0xcb, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/subscription/types/params.pb.go b/x/subscription/types/params.pb.go index a0070179dd..f1eb97bdf0 100644 --- a/x/subscription/types/params.pb.go +++ b/x/subscription/types/params.pb.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/subscription/params.proto +// source: lavanet/lava/subscription/params.proto package types import ( fmt "fmt" - _ "github.com/gogo/protobuf/gogoproto" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -30,7 +30,7 @@ type Params struct { func (m *Params) Reset() { *m = Params{} } func (*Params) ProtoMessage() {} func (*Params) Descriptor() ([]byte, []int) { - return fileDescriptor_3fd5edac244c0fea, []int{0} + return fileDescriptor_8b1e38ca40b9ef74, []int{0} } func (m *Params) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -63,20 +63,22 @@ func init() { proto.RegisterType((*Params)(nil), "lavanet.lava.subscription.Params") } -func init() { proto.RegisterFile("lava/subscription/params.proto", fileDescriptor_3fd5edac244c0fea) } +func init() { + proto.RegisterFile("lavanet/lava/subscription/params.proto", fileDescriptor_8b1e38ca40b9ef74) +} -var fileDescriptor_3fd5edac244c0fea = []byte{ +var fileDescriptor_8b1e38ca40b9ef74 = []byte{ // 154 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xcb, 0x49, 0x2c, 0x4b, - 0xd4, 0x2f, 0x2e, 0x4d, 0x2a, 0x4e, 0x2e, 0xca, 0x2c, 0x28, 0xc9, 0xcc, 0xcf, 0xd3, 0x2f, 0x48, - 0x2c, 0x4a, 0xcc, 0x2d, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x92, 0x04, 0xc9, 0xe7, 0xa5, - 0x96, 0xe8, 0x81, 0x68, 0x3d, 0x64, 0x75, 0x52, 0x22, 0xe9, 0xf9, 0xe9, 0xf9, 0x60, 0x55, 0xfa, - 0x20, 0x16, 0x44, 0x83, 0x12, 0x1f, 0x17, 0x5b, 0x00, 0xd8, 0x00, 0x2b, 0x96, 0x19, 0x0b, 0xe4, - 0x19, 0x9c, 0xdc, 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, 0x27, 0x3d, - 0xb3, 0x24, 0xa3, 0x34, 0x49, 0x2f, 0x39, 0x3f, 0x57, 0x1f, 0x6a, 0x0b, 0x98, 0xd6, 0xaf, 0x40, - 0x75, 0x4f, 0x49, 0x65, 0x41, 0x6a, 0x71, 0x12, 0x1b, 0xd8, 0x78, 0x63, 0x40, 0x00, 0x00, 0x00, - 0xff, 0xff, 0xb1, 0x1a, 0x52, 0x90, 0xb1, 0x00, 0x00, 0x00, + 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, + 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, } 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 65cc811b88..2cd3399b40 100644 --- a/x/subscription/types/query.pb.go +++ b/x/subscription/types/query.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/subscription/query.proto +// source: lavanet/lava/subscription/query.proto package types @@ -7,9 +7,9 @@ import ( context "context" fmt "fmt" _ "github.com/cosmos/cosmos-sdk/types/query" - _ "github.com/gogo/protobuf/gogoproto" - grpc1 "github.com/gogo/protobuf/grpc" - proto "github.com/gogo/protobuf/proto" + _ "github.com/cosmos/gogoproto/gogoproto" + grpc1 "github.com/cosmos/gogoproto/grpc" + proto "github.com/cosmos/gogoproto/proto" _ "google.golang.org/genproto/googleapis/api/annotations" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" @@ -38,7 +38,7 @@ func (m *QueryParamsRequest) Reset() { *m = QueryParamsRequest{} } func (m *QueryParamsRequest) String() string { return proto.CompactTextString(m) } func (*QueryParamsRequest) ProtoMessage() {} func (*QueryParamsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_293622796494489f, []int{0} + return fileDescriptor_e870698c9d8ccc09, []int{0} } func (m *QueryParamsRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -77,7 +77,7 @@ func (m *QueryParamsResponse) Reset() { *m = QueryParamsResponse{} } func (m *QueryParamsResponse) String() string { return proto.CompactTextString(m) } func (*QueryParamsResponse) ProtoMessage() {} func (*QueryParamsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_293622796494489f, []int{1} + return fileDescriptor_e870698c9d8ccc09, []int{1} } func (m *QueryParamsResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -121,7 +121,7 @@ func (m *QueryCurrentRequest) Reset() { *m = QueryCurrentRequest{} } func (m *QueryCurrentRequest) String() string { return proto.CompactTextString(m) } func (*QueryCurrentRequest) ProtoMessage() {} func (*QueryCurrentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_293622796494489f, []int{2} + return fileDescriptor_e870698c9d8ccc09, []int{2} } func (m *QueryCurrentRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -165,7 +165,7 @@ func (m *QueryCurrentResponse) Reset() { *m = QueryCurrentResponse{} } func (m *QueryCurrentResponse) String() string { return proto.CompactTextString(m) } func (*QueryCurrentResponse) ProtoMessage() {} func (*QueryCurrentResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_293622796494489f, []int{3} + return fileDescriptor_e870698c9d8ccc09, []int{3} } func (m *QueryCurrentResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -209,7 +209,7 @@ func (m *QueryListProjectsRequest) Reset() { *m = QueryListProjectsReque func (m *QueryListProjectsRequest) String() string { return proto.CompactTextString(m) } func (*QueryListProjectsRequest) ProtoMessage() {} func (*QueryListProjectsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_293622796494489f, []int{4} + return fileDescriptor_e870698c9d8ccc09, []int{4} } func (m *QueryListProjectsRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -253,7 +253,7 @@ func (m *QueryListProjectsResponse) Reset() { *m = QueryListProjectsResp func (m *QueryListProjectsResponse) String() string { return proto.CompactTextString(m) } func (*QueryListProjectsResponse) ProtoMessage() {} func (*QueryListProjectsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_293622796494489f, []int{5} + return fileDescriptor_e870698c9d8ccc09, []int{5} } func (m *QueryListProjectsResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -296,7 +296,7 @@ func (m *QueryListRequest) Reset() { *m = QueryListRequest{} } func (m *QueryListRequest) String() string { return proto.CompactTextString(m) } func (*QueryListRequest) ProtoMessage() {} func (*QueryListRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_293622796494489f, []int{6} + return fileDescriptor_e870698c9d8ccc09, []int{6} } func (m *QueryListRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -333,7 +333,7 @@ func (m *QueryListResponse) Reset() { *m = QueryListResponse{} } func (m *QueryListResponse) String() string { return proto.CompactTextString(m) } func (*QueryListResponse) ProtoMessage() {} func (*QueryListResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_293622796494489f, []int{7} + return fileDescriptor_e870698c9d8ccc09, []int{7} } func (m *QueryListResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -383,7 +383,7 @@ func (m *ListInfoStruct) Reset() { *m = ListInfoStruct{} } func (m *ListInfoStruct) String() string { return proto.CompactTextString(m) } func (*ListInfoStruct) ProtoMessage() {} func (*ListInfoStruct) Descriptor() ([]byte, []int) { - return fileDescriptor_293622796494489f, []int{8} + return fileDescriptor_e870698c9d8ccc09, []int{8} } func (m *ListInfoStruct) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -473,53 +473,55 @@ func init() { proto.RegisterType((*ListInfoStruct)(nil), "lavanet.lava.subscription.ListInfoStruct") } -func init() { proto.RegisterFile("lava/subscription/query.proto", fileDescriptor_293622796494489f) } - -var fileDescriptor_293622796494489f = []byte{ - // 673 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x54, 0xcf, 0x4e, 0x13, 0x41, - 0x18, 0xef, 0x40, 0x29, 0xf0, 0x51, 0x88, 0x8e, 0x1c, 0xca, 0x46, 0x17, 0xba, 0x60, 0x00, 0x85, - 0x9d, 0x00, 0x1a, 0xe2, 0x45, 0x12, 0x88, 0x26, 0x26, 0x1c, 0xb0, 0x18, 0x4d, 0xbc, 0x34, 0xd3, - 0x75, 0x5a, 0xd6, 0xb4, 0x3b, 0xcb, 0xce, 0x2c, 0x81, 0x10, 0x2e, 0x1e, 0x39, 0x19, 0x7d, 0x02, - 0x5f, 0xc3, 0x27, 0xe0, 0x48, 0xe2, 0xc5, 0x93, 0x31, 0xe0, 0x4b, 0x78, 0x33, 0x33, 0x3b, 0xdb, - 0xec, 0x06, 0x28, 0xf5, 0xc4, 0xce, 0x6f, 0x7e, 0xff, 0x66, 0x98, 0xaf, 0xf0, 0xa0, 0x4d, 0x0f, - 0x28, 0x11, 0x71, 0x43, 0x78, 0x91, 0x1f, 0x4a, 0x9f, 0x07, 0x64, 0x3f, 0x66, 0xd1, 0x91, 0x1b, - 0x46, 0x5c, 0x72, 0x3c, 0xa5, 0xb6, 0x03, 0x26, 0x5d, 0xf5, 0xd7, 0xcd, 0xd2, 0xac, 0xc9, 0x16, - 0x6f, 0x71, 0xcd, 0x22, 0xea, 0x2b, 0x11, 0x58, 0xf7, 0x5b, 0x9c, 0xb7, 0xda, 0x8c, 0xd0, 0xd0, - 0x27, 0x34, 0x08, 0xb8, 0xa4, 0x8a, 0x2c, 0xcc, 0xee, 0x23, 0x8f, 0x8b, 0x0e, 0x17, 0xa4, 0x41, - 0x05, 0x4b, 0x72, 0xc8, 0xc1, 0x4a, 0x83, 0x49, 0xba, 0x42, 0x42, 0xda, 0xf2, 0x03, 0x4d, 0x36, - 0x5c, 0xfb, 0x6a, 0xb3, 0x90, 0x46, 0xb4, 0x93, 0x7a, 0xcd, 0x5d, 0xdd, 0xcf, 0x2e, 0x12, 0x96, - 0x33, 0x09, 0xf8, 0xb5, 0xca, 0xd9, 0xd1, 0xd2, 0x1a, 0xdb, 0x8f, 0x99, 0x90, 0xce, 0x5b, 0xb8, - 0x97, 0x43, 0x45, 0xc8, 0x03, 0xc1, 0xf0, 0x06, 0x94, 0x92, 0x88, 0x0a, 0x9a, 0x41, 0x0b, 0x63, - 0xab, 0x55, 0xf7, 0xc6, 0xe3, 0xbb, 0x89, 0x74, 0xb3, 0x78, 0xf6, 0x6b, 0xba, 0x50, 0x33, 0x32, - 0x67, 0xc5, 0xf8, 0x6e, 0xc5, 0x51, 0xc4, 0x02, 0x69, 0xe2, 0xb0, 0x05, 0x23, 0x1e, 0x0f, 0x44, - 0xdc, 0x61, 0x91, 0x76, 0x1e, 0xad, 0x75, 0xd7, 0xce, 0x3b, 0x98, 0xcc, 0x4b, 0xba, 0x5d, 0x06, - 0x45, 0xdc, 0x30, 0x45, 0xe6, 0x7b, 0x14, 0xd9, 0xcd, 0x2c, 0x74, 0x1d, 0x54, 0x53, 0x4a, 0xe7, - 0x39, 0x54, 0xb4, 0xf1, 0xb6, 0x2f, 0xe4, 0x4e, 0xc4, 0x3f, 0x32, 0x4f, 0xa6, 0xe7, 0xc7, 0x0e, - 0x94, 0xb3, 0x1e, 0xa6, 0x54, 0x0e, 0x73, 0xd6, 0x61, 0xea, 0x1a, 0xbd, 0x69, 0x67, 0xc1, 0x48, - 0x68, 0xb0, 0x0a, 0x9a, 0x19, 0x54, 0x27, 0x4a, 0xd7, 0x0e, 0x86, 0x3b, 0x5d, 0x61, 0x7a, 0xe1, - 0x14, 0xee, 0x66, 0x30, 0x63, 0xb2, 0x0d, 0xa3, 0x2a, 0xb1, 0xee, 0x07, 0x4d, 0xae, 0x5d, 0xc6, - 0x56, 0x17, 0x7b, 0x1c, 0x54, 0x69, 0x5f, 0x05, 0x4d, 0xbe, 0x2b, 0xa3, 0xd8, 0x93, 0xe6, 0xe6, - 0x47, 0x14, 0x45, 0xa1, 0xce, 0x5f, 0x04, 0x13, 0x79, 0x4a, 0xaf, 0x7b, 0xc7, 0x18, 0x8a, 0x61, - 0x9b, 0x06, 0x95, 0x01, 0x8d, 0xeb, 0x6f, 0xfc, 0x10, 0x26, 0x3e, 0xc4, 0x91, 0x7e, 0x84, 0x75, - 0xc9, 0x25, 0x6d, 0x57, 0x06, 0x67, 0xd0, 0x42, 0xb1, 0x36, 0x9e, 0xa2, 0x6f, 0x14, 0x88, 0x67, - 0xa1, 0x0b, 0xd4, 0xdb, 0xac, 0x29, 0x2b, 0x45, 0xcd, 0x2a, 0xa7, 0xe0, 0x36, 0x6b, 0x4a, 0x5c, - 0x85, 0x72, 0x87, 0x07, 0x72, 0xaf, 0xce, 0x0e, 0x43, 0x3f, 0x3a, 0xaa, 0x0c, 0x69, 0xce, 0x98, - 0xc6, 0x5e, 0x68, 0x08, 0xcf, 0xc1, 0x44, 0x42, 0xf1, 0x62, 0x13, 0x57, 0x4a, 0x8c, 0x34, 0xba, - 0x15, 0x27, 0x69, 0x0e, 0x8c, 0x77, 0x59, 0x3a, 0x6d, 0x38, 0xe3, 0xb4, 0x15, 0xab, 0xb0, 0xd5, - 0xd3, 0x21, 0x18, 0xd2, 0xf7, 0x8b, 0xbf, 0x20, 0x28, 0x25, 0x4f, 0x13, 0x2f, 0xf7, 0xb8, 0xcb, - 0xab, 0x33, 0x61, 0xb9, 0xfd, 0xd2, 0x93, 0xff, 0x9e, 0xb3, 0xf8, 0xe9, 0xc7, 0x9f, 0xaf, 0x03, - 0xb3, 0xb8, 0x4a, 0x8c, 0x8e, 0xdc, 0x34, 0xb0, 0xf8, 0x1b, 0x82, 0x61, 0xf3, 0xbe, 0xf1, 0xad, - 0x31, 0xf9, 0xd9, 0xb1, 0x48, 0xdf, 0x7c, 0xd3, 0xeb, 0xa9, 0xee, 0x45, 0xf0, 0x72, 0x8f, 0x5e, - 0x5e, 0xa2, 0x21, 0xc7, 0xe9, 0x73, 0x38, 0xc1, 0xdf, 0x11, 0x94, 0xb3, 0x4f, 0x1d, 0xaf, 0xdd, - 0x16, 0x7c, 0xcd, 0x60, 0x59, 0x4f, 0xfe, 0x4f, 0x64, 0x2a, 0x6f, 0xe8, 0xca, 0xcf, 0xf0, 0x7a, - 0x8f, 0xca, 0x6d, 0x5f, 0xc8, 0x7a, 0x3a, 0x63, 0xe4, 0x38, 0xbb, 0x77, 0x82, 0x4f, 0x11, 0x14, - 0x95, 0x33, 0x7e, 0xdc, 0x4f, 0x7e, 0x5a, 0x76, 0xa9, 0x3f, 0xb2, 0x29, 0x39, 0xaf, 0x4b, 0x56, - 0xf1, 0xf4, 0x2d, 0x25, 0x37, 0x5f, 0x9e, 0x5d, 0xd8, 0xe8, 0xfc, 0xc2, 0x46, 0xbf, 0x2f, 0x6c, - 0xf4, 0xf9, 0xd2, 0x2e, 0x9c, 0x5f, 0xda, 0x85, 0x9f, 0x97, 0x76, 0xe1, 0xfd, 0x52, 0xcb, 0x97, - 0x7b, 0x71, 0xc3, 0xf5, 0x78, 0x27, 0x6f, 0x72, 0x98, 0xb7, 0x91, 0x47, 0x21, 0x13, 0x8d, 0x92, - 0xfe, 0x05, 0x5f, 0xfb, 0x17, 0x00, 0x00, 0xff, 0xff, 0x38, 0x5e, 0x43, 0x5b, 0xa3, 0x06, 0x00, - 0x00, +func init() { + proto.RegisterFile("lavanet/lava/subscription/query.proto", fileDescriptor_e870698c9d8ccc09) +} + +var fileDescriptor_e870698c9d8ccc09 = []byte{ + // 675 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x54, 0xcf, 0x4e, 0x13, 0x4f, + 0x1c, 0xef, 0x40, 0x29, 0xf0, 0xa5, 0x90, 0xdf, 0x6f, 0xe4, 0xb0, 0x6c, 0x4c, 0xa1, 0x8b, 0x08, + 0x28, 0xec, 0x04, 0xd0, 0x10, 0x2f, 0x92, 0x40, 0x34, 0x31, 0xe1, 0x80, 0xc5, 0x68, 0xe2, 0xa5, + 0x99, 0xae, 0xd3, 0xb2, 0xa6, 0xdd, 0x59, 0x76, 0x66, 0x09, 0x84, 0x70, 0xf1, 0xc8, 0xc9, 0xe8, + 0x13, 0xf8, 0x1a, 0x3e, 0x01, 0x47, 0x12, 0x2f, 0x9e, 0x8c, 0x01, 0x5f, 0xc2, 0x9b, 0x99, 0xd9, + 0xd9, 0x66, 0x37, 0x42, 0x5b, 0x4f, 0xbb, 0xf3, 0xd9, 0xcf, 0xbf, 0xf9, 0x76, 0xa6, 0xb0, 0xd0, + 0xa6, 0x47, 0x34, 0x60, 0x92, 0xa8, 0x27, 0x11, 0x71, 0x43, 0x78, 0x91, 0x1f, 0x4a, 0x9f, 0x07, + 0xe4, 0x30, 0x66, 0xd1, 0x89, 0x1b, 0x46, 0x5c, 0x72, 0x3c, 0x63, 0x68, 0xae, 0x7a, 0xba, 0x59, + 0x9a, 0x3d, 0xdd, 0xe2, 0x2d, 0xae, 0x59, 0x44, 0xbd, 0x25, 0x02, 0xfb, 0x6e, 0x8b, 0xf3, 0x56, + 0x9b, 0x11, 0x1a, 0xfa, 0x84, 0x06, 0x01, 0x97, 0x54, 0x91, 0x85, 0xf9, 0xfa, 0xc0, 0xe3, 0xa2, + 0xc3, 0x05, 0x69, 0x50, 0xc1, 0x92, 0x1c, 0x72, 0xb4, 0xd6, 0x60, 0x92, 0xae, 0x91, 0x90, 0xb6, + 0xfc, 0x40, 0x93, 0x0d, 0xf7, 0xfe, 0xed, 0x0d, 0x43, 0x1a, 0xd1, 0x4e, 0xea, 0xb9, 0x72, 0x3b, + 0x2f, 0xbb, 0x48, 0xd8, 0xce, 0x34, 0xe0, 0x97, 0x2a, 0x77, 0x4f, 0x5b, 0xd4, 0xd8, 0x61, 0xcc, + 0x84, 0x74, 0x5e, 0xc3, 0x9d, 0x1c, 0x2a, 0x42, 0x1e, 0x08, 0x86, 0xb7, 0xa0, 0x94, 0x44, 0x59, + 0x68, 0x0e, 0x2d, 0x4d, 0xac, 0x57, 0xdd, 0x5b, 0xc7, 0xe1, 0x26, 0xd2, 0xed, 0xe2, 0xc5, 0x8f, + 0xd9, 0x42, 0xcd, 0xc8, 0x9c, 0x35, 0xe3, 0xbb, 0x13, 0x47, 0x11, 0x0b, 0xa4, 0x89, 0xc3, 0x36, + 0x8c, 0x79, 0x3c, 0x10, 0x71, 0x87, 0x45, 0xda, 0x79, 0xbc, 0xd6, 0x5d, 0x3b, 0x6f, 0x60, 0x3a, + 0x2f, 0xe9, 0x76, 0x19, 0x16, 0x71, 0xc3, 0x14, 0x59, 0xec, 0x51, 0x64, 0x3f, 0xb3, 0xd0, 0x75, + 0x50, 0x4d, 0x29, 0x9d, 0xa7, 0x60, 0x69, 0xe3, 0x5d, 0x5f, 0xc8, 0xbd, 0x88, 0xbf, 0x67, 0x9e, + 0x4c, 0xf7, 0x8f, 0x1d, 0x28, 0x67, 0x3d, 0x4c, 0xa9, 0x1c, 0xe6, 0x6c, 0xc2, 0xcc, 0x0d, 0x7a, + 0xd3, 0xce, 0x86, 0xb1, 0xd0, 0x60, 0x16, 0x9a, 0x1b, 0x56, 0x3b, 0x4a, 0xd7, 0x0e, 0x86, 0xff, + 0xba, 0xc2, 0x74, 0xe0, 0x14, 0xfe, 0xcf, 0x60, 0xc6, 0x64, 0x17, 0xc6, 0x55, 0x62, 0xdd, 0x0f, + 0x9a, 0x5c, 0xbb, 0x4c, 0xac, 0x2f, 0xf7, 0xd8, 0xa8, 0xd2, 0xbe, 0x08, 0x9a, 0x7c, 0x5f, 0x46, + 0xb1, 0x27, 0xcd, 0xe4, 0xc7, 0x14, 0x45, 0xa1, 0xce, 0x6f, 0x04, 0x53, 0x79, 0x4a, 0xaf, 0xb9, + 0x63, 0x0c, 0xc5, 0xb0, 0x4d, 0x03, 0x6b, 0x48, 0xe3, 0xfa, 0x1d, 0x2f, 0xc0, 0xd4, 0xbb, 0x38, + 0xd2, 0x87, 0xb2, 0x2e, 0xb9, 0xa4, 0x6d, 0x6b, 0x78, 0x0e, 0x2d, 0x15, 0x6b, 0x93, 0x29, 0xfa, + 0x4a, 0x81, 0x78, 0x1e, 0xba, 0x40, 0xbd, 0xcd, 0x9a, 0xd2, 0x2a, 0x6a, 0x56, 0x39, 0x05, 0x77, + 0x59, 0x53, 0xe2, 0x2a, 0x94, 0x3b, 0x3c, 0x90, 0x07, 0x75, 0x76, 0x1c, 0xfa, 0xd1, 0x89, 0x35, + 0xa2, 0x39, 0x13, 0x1a, 0x7b, 0xa6, 0x21, 0x7c, 0x0f, 0xa6, 0x12, 0x8a, 0x17, 0x9b, 0xb8, 0x52, + 0x62, 0xa4, 0xd1, 0x9d, 0x38, 0x49, 0x73, 0x60, 0xb2, 0xcb, 0xd2, 0x69, 0xa3, 0x19, 0xa7, 0x9d, + 0x58, 0x85, 0xad, 0x9f, 0x8f, 0xc0, 0x88, 0x9e, 0x2f, 0xfe, 0x84, 0xa0, 0x94, 0x1c, 0x4d, 0xbc, + 0xda, 0x63, 0x96, 0x7f, 0xdf, 0x09, 0xdb, 0x1d, 0x94, 0x9e, 0xfc, 0x7a, 0xce, 0xf2, 0x87, 0x6f, + 0xbf, 0x3e, 0x0f, 0xcd, 0xe3, 0x2a, 0xe9, 0x77, 0x71, 0xf1, 0x17, 0x04, 0xa3, 0xe6, 0x7c, 0xe3, + 0xbe, 0x31, 0xf9, 0xbb, 0x63, 0x93, 0x81, 0xf9, 0xa6, 0xd7, 0x63, 0xdd, 0x8b, 0xe0, 0xd5, 0x1e, + 0xbd, 0xbc, 0x44, 0x43, 0x4e, 0xd3, 0xe3, 0x70, 0x86, 0xbf, 0x22, 0x28, 0x67, 0x8f, 0x3a, 0xde, + 0xe8, 0x17, 0x7c, 0xc3, 0xc5, 0xb2, 0x1f, 0xfd, 0x9b, 0xc8, 0x54, 0xde, 0xd2, 0x95, 0x9f, 0xe0, + 0xcd, 0x1e, 0x95, 0xdb, 0xbe, 0x90, 0xf5, 0xf4, 0x8e, 0x91, 0xd3, 0xec, 0xb7, 0x33, 0x7c, 0x8e, + 0xa0, 0xa8, 0x9c, 0xf1, 0xc3, 0x41, 0xf2, 0xd3, 0xb2, 0x2b, 0x83, 0x91, 0x4d, 0xc9, 0x45, 0x5d, + 0xb2, 0x8a, 0x67, 0xfb, 0x94, 0xdc, 0x7e, 0x7e, 0x71, 0x55, 0x41, 0x97, 0x57, 0x15, 0xf4, 0xf3, + 0xaa, 0x82, 0x3e, 0x5e, 0x57, 0x0a, 0x97, 0xd7, 0x95, 0xc2, 0xf7, 0xeb, 0x4a, 0xe1, 0xed, 0x4a, + 0xcb, 0x97, 0x07, 0x71, 0xc3, 0xf5, 0x78, 0x27, 0x6f, 0x72, 0x9c, 0xb7, 0x91, 0x27, 0x21, 0x13, + 0x8d, 0x92, 0xfe, 0x07, 0xdf, 0xf8, 0x13, 0x00, 0x00, 0xff, 0xff, 0x9c, 0xed, 0x72, 0xad, 0xbb, + 0x06, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -715,7 +717,7 @@ var _Query_serviceDesc = grpc.ServiceDesc{ }, }, Streams: []grpc.StreamDesc{}, - Metadata: "lava/subscription/query.proto", + Metadata: "lavanet/lava/subscription/query.proto", } func (m *QueryParamsRequest) Marshal() (dAtA []byte, err error) { diff --git a/x/subscription/types/query.pb.gw.go b/x/subscription/types/query.pb.gw.go index 3f428426da..f70e05ec91 100644 --- a/x/subscription/types/query.pb.gw.go +++ b/x/subscription/types/query.pb.gw.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-grpc-gateway. DO NOT EDIT. -// source: lava/subscription/query.proto +// source: lavanet/lava/subscription/query.proto /* Package types is a reverse proxy. @@ -400,13 +400,13 @@ func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, clie } var ( - pattern_Query_Params_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"lavanet", "lava", "subscription", "params"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_Params_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"lavanet", "lava", "subscription", "params"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_Current_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4}, []string{"lavanet", "lava", "subscription", "current", "consumer"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_Current_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4}, []string{"lavanet", "lava", "subscription", "current", "consumer"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_ListProjects_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 2}, []string{"lavanet", "lava", "subscription", "list_projects"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_ListProjects_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 2}, []string{"lavanet", "lava", "subscription", "list_projects"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_List_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"lavanet", "lava", "subscription", "list"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_List_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"lavanet", "lava", "subscription", "list"}, "", runtime.AssumeColonVerbOpt(false))) ) var ( diff --git a/x/subscription/types/subscription.pb.go b/x/subscription/types/subscription.pb.go index 89e74560fe..54b0b24173 100644 --- a/x/subscription/types/subscription.pb.go +++ b/x/subscription/types/subscription.pb.go @@ -1,11 +1,11 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/subscription/subscription.proto +// source: lavanet/lava/subscription/subscription.proto package types import ( fmt "fmt" - proto "github.com/gogo/protobuf/proto" + proto "github.com/cosmos/gogoproto/proto" io "io" math "math" math_bits "math/bits" @@ -39,7 +39,7 @@ func (m *Subscription) Reset() { *m = Subscription{} } func (m *Subscription) String() string { return proto.CompactTextString(m) } func (*Subscription) ProtoMessage() {} func (*Subscription) Descriptor() ([]byte, []int) { - return fileDescriptor_dde5e76176960fdd, []int{0} + return fileDescriptor_c3bc5507ca237d79, []int{0} } func (m *Subscription) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -143,32 +143,33 @@ func init() { } func init() { - proto.RegisterFile("lava/subscription/subscription.proto", fileDescriptor_dde5e76176960fdd) + proto.RegisterFile("lavanet/lava/subscription/subscription.proto", fileDescriptor_c3bc5507ca237d79) } -var fileDescriptor_dde5e76176960fdd = []byte{ - // 336 bytes of a gzipped FileDescriptorProto +var fileDescriptor_c3bc5507ca237d79 = []byte{ + // 337 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x54, 0x91, 0xcf, 0x4e, 0xc2, 0x40, - 0x10, 0xc6, 0x29, 0x16, 0x28, 0xc3, 0x1f, 0x71, 0xe3, 0x61, 0x35, 0xb1, 0x21, 0x88, 0x09, 0x31, - 0xa6, 0x1c, 0x7c, 0x03, 0x8c, 0x26, 0x12, 0x4f, 0xc8, 0xc9, 0x4b, 0xd3, 0x96, 0x45, 0x36, 0xb6, + 0x10, 0xc6, 0x29, 0x16, 0x28, 0xc3, 0x1f, 0x71, 0xe3, 0x61, 0x35, 0xb1, 0x21, 0xa8, 0x09, 0x31, + 0xa4, 0x1c, 0x7c, 0x03, 0x8c, 0x26, 0x12, 0x4f, 0xc8, 0xc9, 0x4b, 0xd3, 0x96, 0x45, 0x36, 0xb6, 0xdd, 0x66, 0xbb, 0x35, 0xf0, 0x16, 0x3e, 0x96, 0x47, 0x8e, 0x1e, 0x0d, 0x24, 0x3e, 0x87, 0xd9, - 0x29, 0x34, 0x70, 0xda, 0xcc, 0x6f, 0x7e, 0x5f, 0xbf, 0x26, 0x03, 0xfd, 0xd0, 0xfb, 0xf4, 0x86, - 0x69, 0xe6, 0xa7, 0x81, 0xe4, 0x89, 0xe2, 0x22, 0x3e, 0x1a, 0x9c, 0x44, 0x0a, 0x25, 0xc8, 0x85, - 0xb6, 0x62, 0xa6, 0x1c, 0xfd, 0x3a, 0x87, 0x42, 0xef, 0xaf, 0x0c, 0xcd, 0xd7, 0x03, 0x40, 0x28, - 0xd4, 0x02, 0xc9, 0x3c, 0x25, 0x24, 0x35, 0xba, 0xc6, 0xa0, 0x3e, 0xd9, 0x8f, 0xe4, 0x12, 0xac, - 0x40, 0xc4, 0x69, 0x16, 0x31, 0x49, 0xcb, 0xb8, 0x2a, 0x66, 0x72, 0x0e, 0x15, 0x3f, 0x14, 0xc1, - 0x07, 0x3d, 0xe9, 0x1a, 0x03, 0x73, 0x92, 0x0f, 0xe4, 0x0a, 0x20, 0x09, 0xbd, 0xd8, 0xe5, 0xf1, - 0x8c, 0x2d, 0xa9, 0x89, 0x99, 0xba, 0x26, 0xcf, 0x1a, 0x14, 0xeb, 0x3c, 0x59, 0xc1, 0x24, 0xae, - 0x47, 0x98, 0xbe, 0x81, 0xf6, 0x2c, 0x93, 0x9e, 0xfe, 0x2b, 0x57, 0x09, 0xe5, 0x85, 0xb4, 0x8a, - 0x4a, 0x6b, 0x4f, 0xa7, 0x1a, 0x92, 0x6b, 0x28, 0x80, 0x1b, 0xb2, 0xb9, 0xa2, 0x35, 0xb4, 0x9a, - 0x7b, 0xf8, 0xc2, 0xe6, 0x8a, 0xdc, 0xc2, 0x59, 0x24, 0x62, 0xb5, 0x70, 0xd9, 0x32, 0xe1, 0x72, - 0xe5, 0x2a, 0x1e, 0x31, 0x6a, 0xa1, 0x78, 0x8a, 0x8b, 0x47, 0xe4, 0x53, 0x1e, 0x31, 0xd2, 0x87, - 0x76, 0xee, 0x06, 0xd9, 0xae, 0x17, 0xf2, 0x2f, 0x22, 0x7d, 0xc8, 0xf2, 0xda, 0x1e, 0xb4, 0x0a, - 0x0b, 0x6b, 0x1b, 0x28, 0x35, 0x76, 0x92, 0x6e, 0x1d, 0x9b, 0x56, 0xbd, 0x03, 0x63, 0xd3, 0x6a, - 0x76, 0x5a, 0xa3, 0xa7, 0xef, 0x8d, 0x6d, 0xac, 0x37, 0xb6, 0xf1, 0xbb, 0xb1, 0x8d, 0xaf, 0xad, - 0x5d, 0x5a, 0x6f, 0xed, 0xd2, 0xcf, 0xd6, 0x2e, 0xbd, 0xdd, 0xbd, 0x73, 0xb5, 0xc8, 0x7c, 0x27, - 0x10, 0xd1, 0x70, 0x77, 0x28, 0x7c, 0x87, 0xcb, 0xe3, 0xc3, 0xaa, 0x55, 0xc2, 0x52, 0xbf, 0x8a, - 0x27, 0xbd, 0xff, 0x0f, 0x00, 0x00, 0xff, 0xff, 0x09, 0x3b, 0x49, 0x01, 0xfa, 0x01, 0x00, 0x00, + 0x29, 0x34, 0x70, 0xda, 0xcc, 0x6f, 0x7e, 0x5f, 0xbf, 0x26, 0x03, 0x83, 0xd0, 0xfb, 0xf4, 0x62, + 0xa6, 0x86, 0xfa, 0x1d, 0xa6, 0x99, 0x9f, 0x06, 0x92, 0x27, 0x8a, 0x8b, 0xf8, 0x68, 0x70, 0x12, + 0x29, 0x94, 0x20, 0x17, 0x3b, 0xdb, 0xd1, 0xaf, 0x73, 0x28, 0xf4, 0xfe, 0xca, 0xd0, 0x7c, 0x3d, + 0x00, 0x84, 0x42, 0x2d, 0x90, 0xcc, 0x53, 0x42, 0x52, 0xa3, 0x6b, 0xf4, 0xeb, 0x93, 0xfd, 0x48, + 0x2e, 0xc1, 0x0a, 0x44, 0x9c, 0x66, 0x11, 0x93, 0xb4, 0x8c, 0xab, 0x62, 0x26, 0xe7, 0x50, 0xf1, + 0x43, 0x11, 0x7c, 0xd0, 0x93, 0xae, 0xd1, 0x37, 0x27, 0xf9, 0x40, 0xae, 0x00, 0x92, 0xd0, 0x8b, + 0x5d, 0x1e, 0xcf, 0xd8, 0x92, 0x9a, 0x98, 0xa9, 0x6b, 0xf2, 0xac, 0x41, 0xb1, 0xce, 0x93, 0x15, + 0x4c, 0xe2, 0x7a, 0x84, 0xe9, 0x5b, 0x68, 0xcf, 0x32, 0xe9, 0xe9, 0xbf, 0x72, 0x95, 0x50, 0x5e, + 0x48, 0xab, 0xa8, 0xb4, 0xf6, 0x74, 0xaa, 0x21, 0xb9, 0x86, 0x02, 0xb8, 0x21, 0x9b, 0x2b, 0x5a, + 0x43, 0xab, 0xb9, 0x87, 0x2f, 0x6c, 0xae, 0xc8, 0x1d, 0x9c, 0x45, 0x22, 0x56, 0x0b, 0x97, 0x2d, + 0x13, 0x2e, 0x57, 0xae, 0xe2, 0x11, 0xa3, 0x16, 0x8a, 0xa7, 0xb8, 0x78, 0x44, 0x3e, 0xe5, 0x11, + 0x23, 0x37, 0xd0, 0xce, 0xdd, 0x20, 0xdb, 0xf5, 0x42, 0xfe, 0x45, 0xa4, 0x0f, 0x59, 0x5e, 0xdb, + 0x83, 0x56, 0x61, 0x61, 0x6d, 0x03, 0xa5, 0xc6, 0x4e, 0xd2, 0xad, 0x63, 0xd3, 0xaa, 0x77, 0x60, + 0x6c, 0x5a, 0xcd, 0x4e, 0x6b, 0xf4, 0xf4, 0xbd, 0xb1, 0x8d, 0xf5, 0xc6, 0x36, 0x7e, 0x37, 0xb6, + 0xf1, 0xb5, 0xb5, 0x4b, 0xeb, 0xad, 0x5d, 0xfa, 0xd9, 0xda, 0xa5, 0xb7, 0xc1, 0x3b, 0x57, 0x8b, + 0xcc, 0x77, 0x02, 0x11, 0x0d, 0x8f, 0xce, 0xba, 0x3c, 0x3e, 0xac, 0x5a, 0x25, 0x2c, 0xf5, 0xab, + 0x78, 0xd2, 0xfb, 0xff, 0x00, 0x00, 0x00, 0xff, 0xff, 0xe6, 0xb2, 0x5e, 0xa6, 0x02, 0x02, 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 63ad8802e6..c54cf977f9 100644 --- a/x/subscription/types/tx.pb.go +++ b/x/subscription/types/tx.pb.go @@ -1,14 +1,14 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: lava/subscription/tx.proto +// source: lavanet/lava/subscription/tx.proto package types import ( context "context" fmt "fmt" - _ "github.com/gogo/protobuf/gogoproto" - grpc1 "github.com/gogo/protobuf/grpc" - proto "github.com/gogo/protobuf/proto" + _ "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" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" @@ -40,7 +40,7 @@ func (m *MsgBuy) Reset() { *m = MsgBuy{} } func (m *MsgBuy) String() string { return proto.CompactTextString(m) } func (*MsgBuy) ProtoMessage() {} func (*MsgBuy) Descriptor() ([]byte, []int) { - return fileDescriptor_181cfd41dcb09482, []int{0} + return fileDescriptor_b1bb075a6865b817, []int{0} } func (m *MsgBuy) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -104,7 +104,7 @@ func (m *MsgBuyResponse) Reset() { *m = MsgBuyResponse{} } func (m *MsgBuyResponse) String() string { return proto.CompactTextString(m) } func (*MsgBuyResponse) ProtoMessage() {} func (*MsgBuyResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_181cfd41dcb09482, []int{1} + return fileDescriptor_b1bb075a6865b817, []int{1} } func (m *MsgBuyResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -142,7 +142,7 @@ func (m *MsgAddProject) Reset() { *m = MsgAddProject{} } func (m *MsgAddProject) String() string { return proto.CompactTextString(m) } func (*MsgAddProject) ProtoMessage() {} func (*MsgAddProject) Descriptor() ([]byte, []int) { - return fileDescriptor_181cfd41dcb09482, []int{2} + return fileDescriptor_b1bb075a6865b817, []int{2} } func (m *MsgAddProject) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -192,7 +192,7 @@ func (m *MsgAddProjectResponse) Reset() { *m = MsgAddProjectResponse{} } func (m *MsgAddProjectResponse) String() string { return proto.CompactTextString(m) } func (*MsgAddProjectResponse) ProtoMessage() {} func (*MsgAddProjectResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_181cfd41dcb09482, []int{3} + return fileDescriptor_b1bb075a6865b817, []int{3} } func (m *MsgAddProjectResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -230,7 +230,7 @@ func (m *MsgDelProject) Reset() { *m = MsgDelProject{} } func (m *MsgDelProject) String() string { return proto.CompactTextString(m) } func (*MsgDelProject) ProtoMessage() {} func (*MsgDelProject) Descriptor() ([]byte, []int) { - return fileDescriptor_181cfd41dcb09482, []int{4} + return fileDescriptor_b1bb075a6865b817, []int{4} } func (m *MsgDelProject) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -280,7 +280,7 @@ func (m *MsgDelProjectResponse) Reset() { *m = MsgDelProjectResponse{} } func (m *MsgDelProjectResponse) String() string { return proto.CompactTextString(m) } func (*MsgDelProjectResponse) ProtoMessage() {} func (*MsgDelProjectResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_181cfd41dcb09482, []int{5} + return fileDescriptor_b1bb075a6865b817, []int{5} } func (m *MsgDelProjectResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -318,35 +318,37 @@ func init() { proto.RegisterType((*MsgDelProjectResponse)(nil), "lavanet.lava.subscription.MsgDelProjectResponse") } -func init() { proto.RegisterFile("lava/subscription/tx.proto", fileDescriptor_181cfd41dcb09482) } - -var fileDescriptor_181cfd41dcb09482 = []byte{ - // 394 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x53, 0xcd, 0x4e, 0xea, 0x40, - 0x14, 0x6e, 0xa1, 0x70, 0xb9, 0xc3, 0xbd, 0x37, 0xa4, 0xe1, 0xc6, 0x5a, 0x93, 0x8a, 0x5d, 0x61, - 0x62, 0xa6, 0x06, 0xd7, 0x2e, 0x24, 0xc4, 0x85, 0x86, 0xc4, 0xd4, 0x9d, 0x1b, 0x33, 0xb4, 0x93, - 0x52, 0x03, 0x9d, 0x66, 0x66, 0x4a, 0xe0, 0x2d, 0x7c, 0x12, 0x9f, 0x83, 0x25, 0x4b, 0x57, 0xc6, - 0xc0, 0x8b, 0x98, 0x4e, 0x5b, 0x5a, 0x34, 0x52, 0x57, 0x73, 0xce, 0x9c, 0xf3, 0xfd, 0xf4, 0x6b, - 0x0b, 0xf4, 0x09, 0x9a, 0x21, 0x8b, 0x45, 0x23, 0xe6, 0x50, 0x3f, 0xe4, 0x3e, 0x09, 0x2c, 0x3e, - 0x87, 0x21, 0x25, 0x9c, 0xa8, 0x87, 0xf1, 0x2c, 0xc0, 0x1c, 0xc6, 0x27, 0x2c, 0xee, 0xe8, 0x47, - 0x02, 0x16, 0x52, 0xf2, 0x84, 0x1d, 0xce, 0xb2, 0x22, 0xc1, 0xe9, 0x6d, 0x8f, 0x78, 0x44, 0x94, - 0x56, 0x5c, 0x25, 0xb7, 0xe6, 0x0c, 0xd4, 0x87, 0xcc, 0xeb, 0x47, 0x0b, 0x55, 0x03, 0xbf, 0x1c, - 0x8a, 0x11, 0x27, 0x54, 0x93, 0x3b, 0x72, 0xf7, 0xb7, 0x9d, 0xb5, 0xaa, 0x0e, 0x1a, 0x0e, 0x09, - 0x58, 0x34, 0xc5, 0x54, 0xab, 0x88, 0xd1, 0xb6, 0x57, 0xdb, 0xa0, 0xe6, 0x07, 0x2e, 0x9e, 0x6b, - 0x55, 0x31, 0x48, 0x9a, 0x18, 0xe1, 0x46, 0x14, 0xc5, 0xa6, 0x34, 0xa5, 0x23, 0x77, 0x15, 0x7b, - 0xdb, 0xdf, 0x28, 0x8d, 0x5a, 0xab, 0x6e, 0xb6, 0xc0, 0xbf, 0x44, 0xd7, 0xc6, 0x2c, 0x24, 0x01, - 0xc3, 0xe6, 0x0c, 0xfc, 0x1d, 0x32, 0xef, 0xca, 0x75, 0xef, 0x12, 0xdb, 0x7b, 0x0c, 0xdd, 0x82, - 0x3f, 0xe9, 0xb3, 0x3d, 0xba, 0x88, 0x23, 0x61, 0xaa, 0xd9, 0x33, 0xe1, 0x4e, 0x32, 0x59, 0x0c, - 0x30, 0xe5, 0x1b, 0x20, 0x8e, 0xfa, 0xca, 0xf2, 0xed, 0x58, 0xb2, 0x9b, 0x61, 0x7e, 0x65, 0x1e, - 0x80, 0xff, 0x3b, 0xba, 0x5b, 0x43, 0x97, 0xc2, 0xd0, 0x00, 0x4f, 0xca, 0x0d, 0xa9, 0x40, 0x09, - 0xd0, 0x14, 0xa7, 0xe9, 0x88, 0x3a, 0xe5, 0xcd, 0xe1, 0x19, 0x6f, 0xef, 0xa5, 0x02, 0xaa, 0x43, - 0xe6, 0xa9, 0xf7, 0xa0, 0x1a, 0xe7, 0x7e, 0x02, 0xbf, 0x7d, 0xa1, 0x30, 0x89, 0x48, 0x3f, 0x2d, - 0x5d, 0xc9, 0xc8, 0xd5, 0x31, 0x00, 0x85, 0x08, 0xbb, 0xfb, 0x81, 0xf9, 0xa6, 0x7e, 0xfe, 0xd3, - 0xcd, 0xa2, 0x52, 0x21, 0x9b, 0x12, 0xa5, 0x7c, 0xb3, 0x4c, 0xe9, 0x6b, 0x60, 0xfd, 0xeb, 0xe5, - 0xda, 0x90, 0x57, 0x6b, 0x43, 0x7e, 0x5f, 0x1b, 0xf2, 0xf3, 0xc6, 0x90, 0x56, 0x1b, 0x43, 0x7a, - 0xdd, 0x18, 0xd2, 0xc3, 0x99, 0xe7, 0xf3, 0x71, 0x34, 0x82, 0x0e, 0x99, 0x5a, 0x29, 0xab, 0x38, - 0xad, 0xf9, 0xa7, 0x9f, 0x67, 0x11, 0x62, 0x36, 0xaa, 0x8b, 0x4f, 0xfe, 0xe2, 0x23, 0x00, 0x00, - 0xff, 0xff, 0x37, 0xa1, 0xd2, 0x95, 0x5e, 0x03, 0x00, 0x00, +func init() { + proto.RegisterFile("lavanet/lava/subscription/tx.proto", fileDescriptor_b1bb075a6865b817) +} + +var fileDescriptor_b1bb075a6865b817 = []byte{ + // 395 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x53, 0xc1, 0x4e, 0xb3, 0x40, + 0x18, 0x84, 0x96, 0xf6, 0xef, 0xbf, 0x55, 0xd3, 0x90, 0x1a, 0x91, 0x03, 0x56, 0xbc, 0xd4, 0xc4, + 0x2c, 0xa6, 0x9e, 0x3d, 0xd8, 0x34, 0x1e, 0x34, 0x4d, 0x0c, 0xde, 0xbc, 0x98, 0x2d, 0x6c, 0x28, + 0xa6, 0x65, 0x09, 0xbb, 0x34, 0xed, 0x5b, 0xf8, 0x24, 0x3e, 0x47, 0x8f, 0x3d, 0x7a, 0x32, 0xa6, + 0x7d, 0x11, 0xc3, 0x02, 0x05, 0x34, 0x16, 0x4f, 0xfb, 0x7d, 0xbb, 0x33, 0xdf, 0x0c, 0xc3, 0x2e, + 0xd0, 0x27, 0x68, 0x86, 0x3c, 0xcc, 0x8c, 0x68, 0x35, 0x68, 0x38, 0xa2, 0x56, 0xe0, 0xfa, 0xcc, + 0x25, 0x9e, 0xc1, 0xe6, 0xd0, 0x0f, 0x08, 0x23, 0xf2, 0x71, 0x82, 0x81, 0xd1, 0x0a, 0xf3, 0x18, + 0xf5, 0xac, 0x40, 0xf7, 0x03, 0xf2, 0x82, 0x2d, 0x46, 0xd3, 0x22, 0xe6, 0xab, 0x6d, 0x87, 0x38, + 0x84, 0x97, 0x46, 0x54, 0xc5, 0xbb, 0xfa, 0x0c, 0xd4, 0x87, 0xd4, 0xe9, 0x87, 0x0b, 0x59, 0x01, + 0xff, 0xac, 0x00, 0x23, 0x46, 0x02, 0x45, 0xec, 0x88, 0xdd, 0xff, 0x66, 0xda, 0xca, 0x2a, 0x68, + 0x58, 0xc4, 0xa3, 0xe1, 0x14, 0x07, 0x4a, 0x85, 0x1f, 0x6d, 0x7b, 0xb9, 0x0d, 0x6a, 0xae, 0x67, + 0xe3, 0xb9, 0x52, 0xe5, 0x07, 0x71, 0x13, 0x31, 0xec, 0x30, 0x40, 0x91, 0x39, 0x45, 0xea, 0x88, + 0x5d, 0xc9, 0xdc, 0xf6, 0x77, 0x52, 0xa3, 0xd6, 0xaa, 0xeb, 0x2d, 0x70, 0x10, 0xeb, 0x9a, 0x98, + 0xfa, 0xc4, 0xa3, 0x58, 0x9f, 0x81, 0xfd, 0x21, 0x75, 0x6e, 0x6c, 0xfb, 0x21, 0xb6, 0xbd, 0xc3, + 0xd0, 0x3d, 0xd8, 0x4b, 0xbe, 0xed, 0xd9, 0x46, 0x0c, 0x71, 0x53, 0xcd, 0x9e, 0x0e, 0x0b, 0x09, + 0xa5, 0x31, 0xc0, 0x64, 0xde, 0x00, 0x31, 0xd4, 0x97, 0x96, 0x1f, 0x27, 0x82, 0xd9, 0xf4, 0xb3, + 0x2d, 0xfd, 0x08, 0x1c, 0x16, 0x74, 0xb7, 0x86, 0xae, 0xb9, 0xa1, 0x01, 0x9e, 0x94, 0x1b, 0x92, + 0x81, 0xe4, 0xa1, 0x29, 0x4e, 0xd2, 0xe1, 0x75, 0x32, 0x37, 0xa3, 0xa7, 0x73, 0x7b, 0x6f, 0x15, + 0x50, 0x1d, 0x52, 0x47, 0x7e, 0x04, 0xd5, 0x28, 0xf7, 0x53, 0xf8, 0xeb, 0x8f, 0x85, 0x71, 0x44, + 0xea, 0x79, 0x29, 0x24, 0x1d, 0x2e, 0x8f, 0x01, 0xc8, 0x45, 0xd8, 0xdd, 0x4d, 0xcc, 0x90, 0xea, + 0xe5, 0x5f, 0x91, 0x79, 0xa5, 0x5c, 0x36, 0x25, 0x4a, 0x19, 0xb2, 0x4c, 0xe9, 0x67, 0x60, 0xfd, + 0xdb, 0xe5, 0x5a, 0x13, 0x57, 0x6b, 0x4d, 0xfc, 0x5c, 0x6b, 0xe2, 0xeb, 0x46, 0x13, 0x56, 0x1b, + 0x4d, 0x78, 0xdf, 0x68, 0xc2, 0xd3, 0x85, 0xe3, 0xb2, 0x71, 0x38, 0x82, 0x16, 0x99, 0x1a, 0x85, + 0x37, 0x30, 0xff, 0xf6, 0x88, 0x16, 0x3e, 0xa6, 0xa3, 0x3a, 0xbf, 0xf2, 0x57, 0x5f, 0x01, 0x00, + 0x00, 0xff, 0xff, 0xaa, 0x48, 0xbc, 0x1e, 0x6e, 0x03, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -498,7 +500,7 @@ var _Msg_serviceDesc = grpc.ServiceDesc{ }, }, Streams: []grpc.StreamDesc{}, - Metadata: "lava/subscription/tx.proto", + Metadata: "lavanet/lava/subscription/tx.proto", } func (m *MsgBuy) Marshal() (dAtA []byte, err error) {