diff --git a/Makefile b/Makefile index 58f40433..c95f389e 100644 --- a/Makefile +++ b/Makefile @@ -53,3 +53,29 @@ format: find . -name '*.go' -type f -not -path "./vendor*" -not -path "*.git*" -not -path "./client/docs/statik/statik.go" -not -path "./tests/mocks/*" -not -name "*.pb.go" -not -name "*.pb.gw.go" -not -name "*.pulsar.go" -not -path "./crypto/keys/secp256k1/*" | xargs gofumpt -w -l $(golangci_lint_cmd) run --fix .PHONY: format + +############################################################################### +### Protobuf ### +############################################################################### + +protoVer=0.14.0 +protoImageName=ghcr.io/cosmos/proto-builder:$(protoVer) +protoImage=docker run --rm -v $(CURDIR):/workspace --workdir /workspace $(protoImageName) + +#? proto-all: Run make proto-format proto-lint proto-gen +proto-all: proto-format proto-lint proto-gen + +#? proto-gen: Generate Protobuf files +proto-gen: + @echo "Generating Protobuf files" + @$(protoImage) sh ./scripts/protocgen.sh + +#? proto-format: Format proto file +proto-format: + @$(protoImage) find ./ -name "*.proto" -exec clang-format -i {} \; + +#? proto-lint: Lint proto file +proto-lint: + @$(protoImage) buf lint --error-format=json + +.PHONY: proto-all proto-gen proto-format proto-lint diff --git a/buf.work.yaml b/buf.work.yaml new file mode 100644 index 00000000..1878b341 --- /dev/null +++ b/buf.work.yaml @@ -0,0 +1,3 @@ +version: v1 +directories: + - proto diff --git a/docs/static/openapi.yml b/docs/static/openapi.yml index d0458d44..892266ae 100644 --- a/docs/static/openapi.yml +++ b/docs/static/openapi.yml @@ -49462,9 +49462,9 @@ paths: } tags: - Query - /mycel/epochs/epoch_info: + /mycel/epochs/v1beta1/epoch_info: get: - operationId: MycelEpochsEpochInfoAll + operationId: MycelEpochsV1Beta1EpochInfoAll responses: '200': description: A successful response. @@ -49599,10 +49599,10 @@ paths: type: boolean tags: - Query - /mycel/epochs/epoch_info/{identifier}: + /mycel/epochs/v1beta1/epoch_info/{identifier}: get: summary: Queries a list of EpochInfo items. - operationId: MycelEpochsEpochInfo + operationId: MycelEpochsV1Beta1EpochInfo responses: '200': description: A successful response. @@ -49655,10 +49655,10 @@ paths: type: string tags: - Query - /mycel/epochs/params: + /mycel/epochs/v1beta1/params: get: summary: Parameters queries the parameters of the module. - operationId: MycelEpochsParams + operationId: MycelEpochsV1Beta1Params responses: '200': description: A successful response. @@ -49691,9 +49691,9 @@ paths: additionalProperties: {} tags: - Query - /mycel-domain/mycel/furnace/burn_amount: + /mycel-domain/mycel/furnace/v1beta1/burn_amount: get: - operationId: MycelFurnaceBurnAmountAll + operationId: MycelFurnaceV1Beta1BurnAmountAll responses: '200': description: A successful response. @@ -49851,10 +49851,10 @@ paths: type: boolean tags: - Query - /mycel-domain/mycel/furnace/burn_amount/{index}: + /mycel-domain/mycel/furnace/v1beta1/burn_amount/{index}: get: summary: Queries a list of BurnAmount items. - operationId: MycelFurnaceBurnAmount + operationId: MycelFurnaceV1Beta1BurnAmount responses: '200': description: A successful response. @@ -49931,10 +49931,10 @@ paths: format: uint64 tags: - Query - /mycel-domain/mycel/furnace/epoch_burn_config: + /mycel-domain/mycel/furnace/v1beta1/epoch_burn_config: get: summary: Queries a EpochBurnConfig by index. - operationId: MycelFurnaceEpochBurnConfig + operationId: MycelFurnaceV1Beta1EpochBurnConfig responses: '200': description: A successful response. @@ -49975,10 +49975,10 @@ paths: additionalProperties: {} tags: - Query - /mycel-domain/mycel/furnace/params: + /mycel-domain/mycel/furnace/v1beta1/params: get: summary: Parameters queries the parameters of the module. - operationId: MycelFurnaceParams + operationId: MycelFurnaceV1Beta1Params responses: '200': description: A successful response. @@ -50011,9 +50011,9 @@ paths: additionalProperties: {} tags: - Query - /mycel-domain/mycel/registry/domain_ownership: + /mycel-domain/mycel/registry/v1beta1/domain_ownership: get: - operationId: MycelRegistryDomainOwnershipAll + operationId: MycelRegistryV1Beta1DomainOwnershipAll responses: '200': description: A successful response. @@ -50141,10 +50141,10 @@ paths: type: boolean tags: - Query - /mycel-domain/mycel/registry/domain_ownership/{owner}: + /mycel-domain/mycel/registry/v1beta1/domain_ownership/{owner}: get: summary: Queries a list of DomainOwnership items. - operationId: MycelRegistryDomainOwnership + operationId: MycelRegistryV1Beta1DomainOwnership responses: '200': description: A successful response. @@ -50190,10 +50190,10 @@ paths: type: string tags: - Query - /mycel-domain/mycel/registry/domain_registration_fee/{name}/{parent}/{registerer}: + /mycel-domain/mycel/registry/v1beta1/domain_registration_fee/{name}/{parent}/{registerer}: get: summary: Queries a list of DomainRegistrationFee items. - operationId: MycelRegistryDomainRegistrationFee + operationId: MycelRegistryV1Beta1DomainRegistrationFee responses: '200': description: A successful response. @@ -50265,10 +50265,10 @@ paths: format: uint64 tags: - Query - /mycel-domain/mycel/registry/role/{domainName}/{address}: + /mycel-domain/mycel/registry/v1beta1/role/{domainName}/{address}: get: summary: Queries a list of Role items. - operationId: MycelRegistryRole + operationId: MycelRegistryV1Beta1Role responses: '200': description: A successful response. @@ -50306,9 +50306,9 @@ paths: type: string tags: - Query - /mycel-domain/mycel/registry/top_level_domain: + /mycel-domain/mycel/registry/v1beta1/top_level_domain: get: - operationId: MycelRegistryTopLevelDomainAll + operationId: MycelRegistryV1Beta1TopLevelDomainAll responses: '200': description: A successful response. @@ -50558,10 +50558,10 @@ paths: type: boolean tags: - Query - /mycel-domain/mycel/registry/top_level_domain/{name}: + /mycel-domain/mycel/registry/v1beta1/top_level_domain/{name}: get: summary: Queries a list of TopLevelDomain items. - operationId: MycelRegistryTopLevelDomain + operationId: MycelRegistryV1Beta1TopLevelDomain responses: '200': description: A successful response. @@ -50728,10 +50728,10 @@ paths: type: string tags: - Query - /mycel/registry/params: + /mycel/registry/v1beta1/params: get: summary: Parameters queries the parameters of the module. - operationId: MycelRegistryParams + operationId: MycelRegistryV1Beta1Params responses: '200': description: A successful response. @@ -50771,9 +50771,9 @@ paths: additionalProperties: {} tags: - Query - /mycel/registry/second_level_domain: + /mycel/registry/v1beta1/second_level_domain: get: - operationId: MycelRegistrySecondLevelDomainAll + operationId: MycelRegistryV1Beta1SecondLevelDomainAll responses: '200': description: A successful response. @@ -50897,10 +50897,10 @@ paths: type: boolean tags: - Query - /mycel/registry/second_level_domain/{name}/{parent}: + /mycel/registry/v1beta1/second_level_domain/{name}/{parent}: get: summary: Queries a list of SecondLevelDomain items. - operationId: MycelRegistrySecondLevelDomain + operationId: MycelRegistryV1Beta1SecondLevelDomain responses: '200': description: A successful response. @@ -50946,10 +50946,10 @@ paths: type: string tags: - Query - /mycel-domain/mycel/resolver/all_records/{domainName}/{domainParent}: + /mycel-domain/mycel/resolver/v1beta1/all_records/{domainName}/{domainParent}: get: summary: Queries a list of AllRecord items. - operationId: MycelResolverAllRecords + operationId: MycelResolverV1Beta1AllRecords responses: '200': description: A successful response. @@ -50989,6 +50989,7 @@ paths: - NO_NETWORK - BITCOIN_MAINNET_MAINNET - BITCOIN_TESTNET_TESTNET + - BITCOIN_DEFAULT_DEFAULT - ETHEREUM_MAINNET_MAINNET - ETHEREUM_TESTNET_GOERLI - ETHEREUM_TESTNET_SEPOLIA @@ -51006,15 +51007,19 @@ paths: - ARBITRUM_TESTNET_GOERLI - SHARDEUM_BETANET_SPHINX - ZETA_TESTNET_ATHENS + - EVM_DEFAULT_DEFAULT - APTOS_MAINNET_MAINNET - APTOS_TESTNET_TESTNET - SUI_MAINNET_MAINNET - SUI_TESTNET_TESTNET + - MOVE_DEFAULT_DEFAULT - SOLANA_MAINNET_MAINNET - SOLANA_TESTNET_TESTNET + - SOLANA_DEFAULT_DEFAULT default: NO_NETWORK description: |- - BITCOIN_MAINNET_MAINNET: BTC 1xxx + - BITCOIN_DEFAULT_DEFAULT: DEFAULT - ETHEREUM_MAINNET_MAINNET: EVM 2xxxx Etheruem - POLYGON_MAINNET_MAINNET: Polygon @@ -51024,14 +51029,17 @@ paths: - OPTIMISM_MAINNET_MAINNET: Optimism - ARBITRUM_MAINNET_MAINNET: Arbitrum - SHARDEUM_BETANET_SPHINX: Shardeum - SHARDEUM_MAINNET_ = 20015; - SHARDEUM_TESTNET_ = 20016; + SHARDEUM_MAINNET_ = 20015; + SHARDEUM_TESTNET_ = 20016; - ZETA_TESTNET_ATHENS: Zetachain ZETA_MAINNET_MAINNET = 20018; + - EVM_DEFAULT_DEFAULT: DEFAULT - APTOS_MAINNET_MAINNET: MOVE 3xxxx Aptos - SUI_MAINNET_MAINNET: Sui + - MOVE_DEFAULT_DEFAULT: DEFAULT - SOLANA_MAINNET_MAINNET: SOLANA 4xxxx + - SOLANA_DEFAULT_DEFAULT: DEFAULT title: 'Rule: CHAINNAME_ENVIRONMENT_NETWORK' value: type: string @@ -51071,10 +51079,10 @@ paths: type: string tags: - Query - /mycel-domain/mycel/resolver/dns_record/{domainName}/{domainParent}/{dnsRecordType}: + /mycel-domain/mycel/resolver/v1beta1/dns_record/{domainName}/{domainParent}/{dnsRecordType}: get: summary: Queries a list of DnsRecord items. - operationId: MycelResolverDnsRecord + operationId: MycelResolverV1Beta1DnsRecord responses: '200': description: A successful response. @@ -51133,10 +51141,10 @@ paths: type: string tags: - Query - /mycel-domain/mycel/resolver/params: + /mycel-domain/mycel/resolver/v1beta1/params: get: summary: Parameters queries the parameters of the module. - operationId: MycelResolverParams + operationId: MycelResolverV1Beta1Params responses: '200': description: A successful response. @@ -51169,10 +51177,10 @@ paths: additionalProperties: {} tags: - Query - /mycel-domain/mycel/resolver/text_record/{domainName}/{domainParent}/{key}: + /mycel-domain/mycel/resolver/v1beta1/text_record/{domainName}/{domainParent}/{key}: get: summary: Queries a list of TextRecord items. - operationId: MycelResolverTextRecord + operationId: MycelResolverV1Beta1TextRecord responses: '200': description: A successful response. @@ -51219,10 +51227,10 @@ paths: type: string tags: - Query - /mycel-domain/mycel/resolver/wallet_record/{domainName}/{domainParent}/{walletRecordType}: + /mycel-domain/mycel/resolver/v1beta1/wallet_record/{domainName}/{domainParent}/{walletRecordType}: get: summary: Queries a list of QueryWalletRecord items. - operationId: MycelResolverWalletRecord + operationId: MycelResolverV1Beta1WalletRecord responses: '200': description: A successful response. @@ -51238,6 +51246,7 @@ paths: - NO_NETWORK - BITCOIN_MAINNET_MAINNET - BITCOIN_TESTNET_TESTNET + - BITCOIN_DEFAULT_DEFAULT - ETHEREUM_MAINNET_MAINNET - ETHEREUM_TESTNET_GOERLI - ETHEREUM_TESTNET_SEPOLIA @@ -51255,15 +51264,19 @@ paths: - ARBITRUM_TESTNET_GOERLI - SHARDEUM_BETANET_SPHINX - ZETA_TESTNET_ATHENS + - EVM_DEFAULT_DEFAULT - APTOS_MAINNET_MAINNET - APTOS_TESTNET_TESTNET - SUI_MAINNET_MAINNET - SUI_TESTNET_TESTNET + - MOVE_DEFAULT_DEFAULT - SOLANA_MAINNET_MAINNET - SOLANA_TESTNET_TESTNET + - SOLANA_DEFAULT_DEFAULT default: NO_NETWORK description: |- - BITCOIN_MAINNET_MAINNET: BTC 1xxx + - BITCOIN_DEFAULT_DEFAULT: DEFAULT - ETHEREUM_MAINNET_MAINNET: EVM 2xxxx Etheruem - POLYGON_MAINNET_MAINNET: Polygon @@ -51273,14 +51286,17 @@ paths: - OPTIMISM_MAINNET_MAINNET: Optimism - ARBITRUM_MAINNET_MAINNET: Arbitrum - SHARDEUM_BETANET_SPHINX: Shardeum - SHARDEUM_MAINNET_ = 20015; - SHARDEUM_TESTNET_ = 20016; + SHARDEUM_MAINNET_ = 20015; + SHARDEUM_TESTNET_ = 20016; - ZETA_TESTNET_ATHENS: Zetachain ZETA_MAINNET_MAINNET = 20018; + - EVM_DEFAULT_DEFAULT: DEFAULT - APTOS_MAINNET_MAINNET: MOVE 3xxxx Aptos - SUI_MAINNET_MAINNET: Sui + - MOVE_DEFAULT_DEFAULT: DEFAULT - SOLANA_MAINNET_MAINNET: SOLANA 4xxxx + - SOLANA_DEFAULT_DEFAULT: DEFAULT title: 'Rule: CHAINNAME_ENVIRONMENT_NETWORK' value: type: string @@ -80977,7 +80993,7 @@ definitions: description: |- Version defines the versioning scheme used to negotiate the IBC verison in the connection handshake. - mycel.epochs.EpochInfo: + mycel.epochs.v1beta1.EpochInfo: type: object properties: identifier: @@ -80998,10 +81014,10 @@ definitions: currentEpochStartHeight: type: string format: int64 - mycel.epochs.Params: + mycel.epochs.v1beta1.Params: type: object description: Params defines the parameters for the module. - mycel.epochs.QueryAllEpochInfoResponse: + mycel.epochs.v1beta1.QueryAllEpochInfoResponse: type: object properties: epochInfo: @@ -81053,7 +81069,7 @@ definitions: repeated Bar results = 1; PageResponse page = 2; } - mycel.epochs.QueryGetEpochInfoResponse: + mycel.epochs.v1beta1.QueryGetEpochInfoResponse: type: object properties: epochInfo: @@ -81077,14 +81093,14 @@ definitions: currentEpochStartHeight: type: string format: int64 - mycel.epochs.QueryParamsResponse: + mycel.epochs.v1beta1.QueryParamsResponse: type: object properties: params: description: params holds all the parameters of this module. type: object description: QueryParamsResponse is response type for the Query/Params RPC method. - mycel.furnace.BurnAmount: + mycel.furnace.v1beta1.BurnAmount: type: object properties: index: @@ -81122,7 +81138,7 @@ definitions: NOTE: The amount field is an Int which implements the custom method signatures required by gogoproto. - mycel.furnace.EpochBurnConfig: + mycel.furnace.v1beta1.EpochBurnConfig: type: object properties: epochIdentifier: @@ -81136,10 +81152,10 @@ definitions: startTime: type: string format: date-time - mycel.furnace.Params: + mycel.furnace.v1beta1.Params: type: object description: Params defines the parameters for the module. - mycel.furnace.QueryAllBurnAmountResponse: + mycel.furnace.v1beta1.QueryAllBurnAmountResponse: type: object properties: burnAmount: @@ -81214,7 +81230,7 @@ definitions: repeated Bar results = 1; PageResponse page = 2; } - mycel.furnace.QueryGetBurnAmountResponse: + mycel.furnace.v1beta1.QueryGetBurnAmountResponse: type: object properties: burnAmount: @@ -81261,7 +81277,7 @@ definitions: method signatures required by gogoproto. - mycel.furnace.QueryGetEpochBurnConfigResponse: + mycel.furnace.v1beta1.QueryGetEpochBurnConfigResponse: type: object properties: EpochBurnConfig: @@ -81278,14 +81294,14 @@ definitions: startTime: type: string format: date-time - mycel.furnace.QueryParamsResponse: + mycel.furnace.v1beta1.QueryParamsResponse: type: object properties: params: description: params holds all the parameters of this module. type: object description: QueryParamsResponse is response type for the Query/Params RPC method. - mycel.registry.AccessControl: + mycel.registry.v1beta1.AccessControl: type: object properties: address: @@ -81297,7 +81313,7 @@ definitions: - OWNER - EDITOR default: NO_ROLE - mycel.registry.DomainOwnership: + mycel.registry.v1beta1.DomainOwnership: type: object properties: owner: @@ -81311,14 +81327,14 @@ definitions: type: string parent: type: string - mycel.registry.DomainRole: + mycel.registry.v1beta1.DomainRole: type: string enum: - NO_ROLE - OWNER - EDITOR default: NO_ROLE - mycel.registry.FeeByLength: + mycel.registry.v1beta1.FeeByLength: type: object properties: length: @@ -81338,7 +81354,7 @@ definitions: NOTE: The amount field is an Int which implements the custom method signatures required by gogoproto. - mycel.registry.FeeByName: + mycel.registry.v1beta1.FeeByName: type: object properties: name: @@ -81357,7 +81373,7 @@ definitions: NOTE: The amount field is an Int which implements the custom method signatures required by gogoproto. - mycel.registry.MsgExtendTopLevelDomainExpirationDateResponse: + mycel.registry.v1beta1.MsgExtendTopLevelDomainExpirationDateResponse: type: object properties: topLevelDomain: @@ -81546,9 +81562,9 @@ definitions: method signatures required by gogoproto. - mycel.registry.MsgRegisterSecondLevelDomainResponse: + mycel.registry.v1beta1.MsgRegisterSecondLevelDomainResponse: type: object - mycel.registry.MsgRegisterTopLevelDomainResponse: + mycel.registry.v1beta1.MsgRegisterTopLevelDomainResponse: type: object properties: topLevelDomain: @@ -81737,15 +81753,15 @@ definitions: method signatures required by gogoproto. - mycel.registry.MsgUpdateDnsRecordResponse: + mycel.registry.v1beta1.MsgUpdateDnsRecordResponse: type: object - mycel.registry.MsgUpdateTextRecordResponse: + mycel.registry.v1beta1.MsgUpdateTextRecordResponse: type: object - mycel.registry.MsgUpdateTopLevelDomainRegistrationPolicyResponse: + mycel.registry.v1beta1.MsgUpdateTopLevelDomainRegistrationPolicyResponse: type: object - mycel.registry.MsgUpdateWalletRecordResponse: + mycel.registry.v1beta1.MsgUpdateWalletRecordResponse: type: object - mycel.registry.MsgWithdrawRegistrationFeeResponse: + mycel.registry.v1beta1.MsgWithdrawRegistrationFeeResponse: type: object properties: registrationFee: @@ -81762,14 +81778,14 @@ definitions: NOTE: The amount field is an Int which implements the custom method signatures required by gogoproto. - mycel.registry.OwnedDomain: + mycel.registry.v1beta1.OwnedDomain: type: object properties: name: type: string parent: type: string - mycel.registry.Params: + mycel.registry.v1beta1.Params: type: object properties: stakingInflationRatio: @@ -81779,7 +81795,7 @@ definitions: type: string format: int64 description: Params defines the parameters for the module. - mycel.registry.QueryAllDomainOwnershipResponse: + mycel.registry.v1beta1.QueryAllDomainOwnershipResponse: type: object properties: domainOwnership: @@ -81824,7 +81840,7 @@ definitions: repeated Bar results = 1; PageResponse page = 2; } - mycel.registry.QueryAllSecondLevelDomainResponse: + mycel.registry.v1beta1.QueryAllSecondLevelDomainResponse: type: object properties: secondLevelDomain: @@ -81865,7 +81881,7 @@ definitions: repeated Bar results = 1; PageResponse page = 2; } - mycel.registry.QueryAllTopLevelDomainResponse: + mycel.registry.v1beta1.QueryAllTopLevelDomainResponse: type: object properties: topLevelDomain: @@ -82030,7 +82046,7 @@ definitions: repeated Bar results = 1; PageResponse page = 2; } - mycel.registry.QueryDomainRegistrationFeeResponse: + mycel.registry.v1beta1.QueryDomainRegistrationFeeResponse: type: object properties: isRegistrable: @@ -82057,7 +82073,7 @@ definitions: format: uint64 errorMessage: type: string - mycel.registry.QueryGetDomainOwnershipResponse: + mycel.registry.v1beta1.QueryGetDomainOwnershipResponse: type: object properties: domainOwnership: @@ -82074,7 +82090,7 @@ definitions: type: string parent: type: string - mycel.registry.QueryGetSecondLevelDomainResponse: + mycel.registry.v1beta1.QueryGetSecondLevelDomainResponse: type: object properties: secondLevelDomain: @@ -82087,7 +82103,7 @@ definitions: expirationDate: type: string format: date-time - mycel.registry.QueryGetTopLevelDomainResponse: + mycel.registry.v1beta1.QueryGetTopLevelDomainResponse: type: object properties: topLevelDomain: @@ -82224,7 +82240,7 @@ definitions: method signatures required by gogoproto. - mycel.registry.QueryParamsResponse: + mycel.registry.v1beta1.QueryParamsResponse: type: object properties: params: @@ -82238,18 +82254,18 @@ definitions: type: string format: int64 description: QueryParamsResponse is response type for the Query/Params RPC method. - mycel.registry.QueryRoleResponse: + mycel.registry.v1beta1.QueryRoleResponse: type: object properties: role: type: string - mycel.registry.RegistrationPolicyType: + mycel.registry.v1beta1.RegistrationPolicyType: type: string enum: - PRIVATE - PUBLIC default: PRIVATE - mycel.registry.SecondLevelDomainResponse: + mycel.registry.v1beta1.SecondLevelDomainResponse: type: object properties: name: @@ -82259,7 +82275,7 @@ definitions: expirationDate: type: string format: date-time - mycel.registry.SubdomainConfig: + mycel.registry.v1beta1.SubdomainConfig: type: object properties: maxSubdomainRegistrations: @@ -82349,7 +82365,7 @@ definitions: - PRIVATE - PUBLIC default: PRIVATE - mycel.registry.SubdomainRegistrationFees: + mycel.registry.v1beta1.SubdomainRegistrationFees: type: object properties: feeByLength: @@ -82413,7 +82429,7 @@ definitions: NOTE: The amount field is an Int which implements the custom method signatures required by gogoproto. - mycel.registry.TopLevelDomain: + mycel.registry.v1beta1.TopLevelDomain: type: object properties: name: @@ -82542,7 +82558,7 @@ definitions: NOTE: The amount field is an Int which implements the custom method signatures required by gogoproto. - mycel.registry.TopLevelDomainFee: + mycel.registry.v1beta1.TopLevelDomainFee: type: object properties: totalFee: @@ -82585,7 +82601,7 @@ definitions: NOTE: The amount field is an Int which implements the custom method signatures required by gogoproto. - mycel.registry.DnsRecord: + mycel.registry.v1beta1.DnsRecord: type: object properties: dnsRecordType: @@ -82604,7 +82620,7 @@ definitions: default: NO_RECORD_TYPE value: type: string - mycel.registry.DnsRecordType: + mycel.registry.v1beta1.DnsRecordType: type: string enum: - NO_RECORD_TYPE @@ -82618,12 +82634,13 @@ definitions: - SRV - TXT default: NO_RECORD_TYPE - mycel.registry.NetworkName: + mycel.registry.v1beta1.NetworkName: type: string enum: - NO_NETWORK - BITCOIN_MAINNET_MAINNET - BITCOIN_TESTNET_TESTNET + - BITCOIN_DEFAULT_DEFAULT - ETHEREUM_MAINNET_MAINNET - ETHEREUM_TESTNET_GOERLI - ETHEREUM_TESTNET_SEPOLIA @@ -82641,15 +82658,19 @@ definitions: - ARBITRUM_TESTNET_GOERLI - SHARDEUM_BETANET_SPHINX - ZETA_TESTNET_ATHENS + - EVM_DEFAULT_DEFAULT - APTOS_MAINNET_MAINNET - APTOS_TESTNET_TESTNET - SUI_MAINNET_MAINNET - SUI_TESTNET_TESTNET + - MOVE_DEFAULT_DEFAULT - SOLANA_MAINNET_MAINNET - SOLANA_TESTNET_TESTNET + - SOLANA_DEFAULT_DEFAULT default: NO_NETWORK description: |- - BITCOIN_MAINNET_MAINNET: BTC 1xxx + - BITCOIN_DEFAULT_DEFAULT: DEFAULT - ETHEREUM_MAINNET_MAINNET: EVM 2xxxx Etheruem - POLYGON_MAINNET_MAINNET: Polygon @@ -82659,16 +82680,19 @@ definitions: - OPTIMISM_MAINNET_MAINNET: Optimism - ARBITRUM_MAINNET_MAINNET: Arbitrum - SHARDEUM_BETANET_SPHINX: Shardeum - SHARDEUM_MAINNET_ = 20015; - SHARDEUM_TESTNET_ = 20016; + SHARDEUM_MAINNET_ = 20015; + SHARDEUM_TESTNET_ = 20016; - ZETA_TESTNET_ATHENS: Zetachain ZETA_MAINNET_MAINNET = 20018; + - EVM_DEFAULT_DEFAULT: DEFAULT - APTOS_MAINNET_MAINNET: MOVE 3xxxx Aptos - SUI_MAINNET_MAINNET: Sui + - MOVE_DEFAULT_DEFAULT: DEFAULT - SOLANA_MAINNET_MAINNET: SOLANA 4xxxx + - SOLANA_DEFAULT_DEFAULT: DEFAULT title: 'Rule: CHAINNAME_ENVIRONMENT_NETWORK' - mycel.registry.Record: + mycel.registry.v1beta1.Record: type: object properties: dnsRecord: @@ -82699,6 +82723,7 @@ definitions: - NO_NETWORK - BITCOIN_MAINNET_MAINNET - BITCOIN_TESTNET_TESTNET + - BITCOIN_DEFAULT_DEFAULT - ETHEREUM_MAINNET_MAINNET - ETHEREUM_TESTNET_GOERLI - ETHEREUM_TESTNET_SEPOLIA @@ -82716,15 +82741,19 @@ definitions: - ARBITRUM_TESTNET_GOERLI - SHARDEUM_BETANET_SPHINX - ZETA_TESTNET_ATHENS + - EVM_DEFAULT_DEFAULT - APTOS_MAINNET_MAINNET - APTOS_TESTNET_TESTNET - SUI_MAINNET_MAINNET - SUI_TESTNET_TESTNET + - MOVE_DEFAULT_DEFAULT - SOLANA_MAINNET_MAINNET - SOLANA_TESTNET_TESTNET + - SOLANA_DEFAULT_DEFAULT default: NO_NETWORK description: |- - BITCOIN_MAINNET_MAINNET: BTC 1xxx + - BITCOIN_DEFAULT_DEFAULT: DEFAULT - ETHEREUM_MAINNET_MAINNET: EVM 2xxxx Etheruem - POLYGON_MAINNET_MAINNET: Polygon @@ -82734,14 +82763,17 @@ definitions: - OPTIMISM_MAINNET_MAINNET: Optimism - ARBITRUM_MAINNET_MAINNET: Arbitrum - SHARDEUM_BETANET_SPHINX: Shardeum - SHARDEUM_MAINNET_ = 20015; - SHARDEUM_TESTNET_ = 20016; + SHARDEUM_MAINNET_ = 20015; + SHARDEUM_TESTNET_ = 20016; - ZETA_TESTNET_ATHENS: Zetachain ZETA_MAINNET_MAINNET = 20018; + - EVM_DEFAULT_DEFAULT: DEFAULT - APTOS_MAINNET_MAINNET: MOVE 3xxxx Aptos - SUI_MAINNET_MAINNET: Sui + - MOVE_DEFAULT_DEFAULT: DEFAULT - SOLANA_MAINNET_MAINNET: SOLANA 4xxxx + - SOLANA_DEFAULT_DEFAULT: DEFAULT title: 'Rule: CHAINNAME_ENVIRONMENT_NETWORK' value: type: string @@ -82752,14 +82784,14 @@ definitions: type: string value: type: string - mycel.registry.TextRecord: + mycel.registry.v1beta1.TextRecord: type: object properties: key: type: string value: type: string - mycel.registry.WalletRecord: + mycel.registry.v1beta1.WalletRecord: type: object properties: walletRecordType: @@ -82768,6 +82800,7 @@ definitions: - NO_NETWORK - BITCOIN_MAINNET_MAINNET - BITCOIN_TESTNET_TESTNET + - BITCOIN_DEFAULT_DEFAULT - ETHEREUM_MAINNET_MAINNET - ETHEREUM_TESTNET_GOERLI - ETHEREUM_TESTNET_SEPOLIA @@ -82785,15 +82818,19 @@ definitions: - ARBITRUM_TESTNET_GOERLI - SHARDEUM_BETANET_SPHINX - ZETA_TESTNET_ATHENS + - EVM_DEFAULT_DEFAULT - APTOS_MAINNET_MAINNET - APTOS_TESTNET_TESTNET - SUI_MAINNET_MAINNET - SUI_TESTNET_TESTNET + - MOVE_DEFAULT_DEFAULT - SOLANA_MAINNET_MAINNET - SOLANA_TESTNET_TESTNET + - SOLANA_DEFAULT_DEFAULT default: NO_NETWORK description: |- - BITCOIN_MAINNET_MAINNET: BTC 1xxx + - BITCOIN_DEFAULT_DEFAULT: DEFAULT - ETHEREUM_MAINNET_MAINNET: EVM 2xxxx Etheruem - POLYGON_MAINNET_MAINNET: Polygon @@ -82803,21 +82840,24 @@ definitions: - OPTIMISM_MAINNET_MAINNET: Optimism - ARBITRUM_MAINNET_MAINNET: Arbitrum - SHARDEUM_BETANET_SPHINX: Shardeum - SHARDEUM_MAINNET_ = 20015; - SHARDEUM_TESTNET_ = 20016; + SHARDEUM_MAINNET_ = 20015; + SHARDEUM_TESTNET_ = 20016; - ZETA_TESTNET_ATHENS: Zetachain ZETA_MAINNET_MAINNET = 20018; + - EVM_DEFAULT_DEFAULT: DEFAULT - APTOS_MAINNET_MAINNET: MOVE 3xxxx Aptos - SUI_MAINNET_MAINNET: Sui + - MOVE_DEFAULT_DEFAULT: DEFAULT - SOLANA_MAINNET_MAINNET: SOLANA 4xxxx + - SOLANA_DEFAULT_DEFAULT: DEFAULT title: 'Rule: CHAINNAME_ENVIRONMENT_NETWORK' value: type: string - mycel.resolver.Params: + mycel.resolver.v1beta1.Params: type: object description: Params defines the parameters for the module. - mycel.resolver.QueryAllRecordsResponse: + mycel.resolver.v1beta1.QueryAllRecordsResponse: type: object properties: values: @@ -82853,6 +82893,7 @@ definitions: - NO_NETWORK - BITCOIN_MAINNET_MAINNET - BITCOIN_TESTNET_TESTNET + - BITCOIN_DEFAULT_DEFAULT - ETHEREUM_MAINNET_MAINNET - ETHEREUM_TESTNET_GOERLI - ETHEREUM_TESTNET_SEPOLIA @@ -82870,15 +82911,19 @@ definitions: - ARBITRUM_TESTNET_GOERLI - SHARDEUM_BETANET_SPHINX - ZETA_TESTNET_ATHENS + - EVM_DEFAULT_DEFAULT - APTOS_MAINNET_MAINNET - APTOS_TESTNET_TESTNET - SUI_MAINNET_MAINNET - SUI_TESTNET_TESTNET + - MOVE_DEFAULT_DEFAULT - SOLANA_MAINNET_MAINNET - SOLANA_TESTNET_TESTNET + - SOLANA_DEFAULT_DEFAULT default: NO_NETWORK description: |- - BITCOIN_MAINNET_MAINNET: BTC 1xxx + - BITCOIN_DEFAULT_DEFAULT: DEFAULT - ETHEREUM_MAINNET_MAINNET: EVM 2xxxx Etheruem - POLYGON_MAINNET_MAINNET: Polygon @@ -82888,14 +82933,17 @@ definitions: - OPTIMISM_MAINNET_MAINNET: Optimism - ARBITRUM_MAINNET_MAINNET: Arbitrum - SHARDEUM_BETANET_SPHINX: Shardeum - SHARDEUM_MAINNET_ = 20015; - SHARDEUM_TESTNET_ = 20016; + SHARDEUM_MAINNET_ = 20015; + SHARDEUM_TESTNET_ = 20016; - ZETA_TESTNET_ATHENS: Zetachain ZETA_MAINNET_MAINNET = 20018; + - EVM_DEFAULT_DEFAULT: DEFAULT - APTOS_MAINNET_MAINNET: MOVE 3xxxx Aptos - SUI_MAINNET_MAINNET: Sui + - MOVE_DEFAULT_DEFAULT: DEFAULT - SOLANA_MAINNET_MAINNET: SOLANA 4xxxx + - SOLANA_DEFAULT_DEFAULT: DEFAULT title: 'Rule: CHAINNAME_ENVIRONMENT_NETWORK' value: type: string @@ -82906,7 +82954,7 @@ definitions: type: string value: type: string - mycel.resolver.QueryDnsRecordResponse: + mycel.resolver.v1beta1.QueryDnsRecordResponse: type: object properties: value: @@ -82928,14 +82976,14 @@ definitions: default: NO_RECORD_TYPE value: type: string - mycel.resolver.QueryParamsResponse: + mycel.resolver.v1beta1.QueryParamsResponse: type: object properties: params: description: params holds all the parameters of this module. type: object description: QueryParamsResponse is response type for the Query/Params RPC method. - mycel.resolver.QueryTextRecordResponse: + mycel.resolver.v1beta1.QueryTextRecordResponse: type: object properties: value: @@ -82945,7 +82993,7 @@ definitions: type: string value: type: string - mycel.resolver.QueryWalletRecordResponse: + mycel.resolver.v1beta1.QueryWalletRecordResponse: type: object properties: value: @@ -82957,6 +83005,7 @@ definitions: - NO_NETWORK - BITCOIN_MAINNET_MAINNET - BITCOIN_TESTNET_TESTNET + - BITCOIN_DEFAULT_DEFAULT - ETHEREUM_MAINNET_MAINNET - ETHEREUM_TESTNET_GOERLI - ETHEREUM_TESTNET_SEPOLIA @@ -82974,15 +83023,19 @@ definitions: - ARBITRUM_TESTNET_GOERLI - SHARDEUM_BETANET_SPHINX - ZETA_TESTNET_ATHENS + - EVM_DEFAULT_DEFAULT - APTOS_MAINNET_MAINNET - APTOS_TESTNET_TESTNET - SUI_MAINNET_MAINNET - SUI_TESTNET_TESTNET + - MOVE_DEFAULT_DEFAULT - SOLANA_MAINNET_MAINNET - SOLANA_TESTNET_TESTNET + - SOLANA_DEFAULT_DEFAULT default: NO_NETWORK description: |- - BITCOIN_MAINNET_MAINNET: BTC 1xxx + - BITCOIN_DEFAULT_DEFAULT: DEFAULT - ETHEREUM_MAINNET_MAINNET: EVM 2xxxx Etheruem - POLYGON_MAINNET_MAINNET: Polygon @@ -82992,14 +83045,17 @@ definitions: - OPTIMISM_MAINNET_MAINNET: Optimism - ARBITRUM_MAINNET_MAINNET: Arbitrum - SHARDEUM_BETANET_SPHINX: Shardeum - SHARDEUM_MAINNET_ = 20015; - SHARDEUM_TESTNET_ = 20016; + SHARDEUM_MAINNET_ = 20015; + SHARDEUM_TESTNET_ = 20016; - ZETA_TESTNET_ATHENS: Zetachain ZETA_MAINNET_MAINNET = 20018; + - EVM_DEFAULT_DEFAULT: DEFAULT - APTOS_MAINNET_MAINNET: MOVE 3xxxx Aptos - SUI_MAINNET_MAINNET: Sui + - MOVE_DEFAULT_DEFAULT: DEFAULT - SOLANA_MAINNET_MAINNET: SOLANA 4xxxx + - SOLANA_DEFAULT_DEFAULT: DEFAULT title: 'Rule: CHAINNAME_ENVIRONMENT_NETWORK' value: type: string diff --git a/go.mod b/go.mod index 8ad99f3a..3d948a8a 100644 --- a/go.mod +++ b/go.mod @@ -9,6 +9,7 @@ require ( filippo.io/edwards25519 v1.0.0 github.com/CosmWasm/wasmd v0.44.0 github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce + github.com/bufbuild/buf v1.7.0 github.com/cometbft/cometbft v0.37.2 github.com/cometbft/cometbft-db v0.8.0 github.com/cosmos/cosmos-proto v1.0.0-beta.2 @@ -27,6 +28,7 @@ require ( github.com/stretchr/testify v1.8.4 google.golang.org/genproto/googleapis/api v0.0.0-20231002182017-d307bd883b97 google.golang.org/grpc v1.58.3 + google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0 google.golang.org/protobuf v1.31.0 gopkg.in/yaml.v2 v2.4.0 ) @@ -43,14 +45,18 @@ require ( cosmossdk.io/tools/rosetta v0.2.1 // indirect github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect github.com/99designs/keyring v1.2.1 // indirect + github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d // indirect github.com/CosmWasm/wasmvm v1.5.0 // indirect + github.com/Microsoft/go-winio v0.6.0 // indirect github.com/armon/go-metrics v0.4.1 // indirect github.com/aws/aws-sdk-go v1.44.203 // indirect github.com/beorn7/perks v1.0.1 // indirect github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816 // indirect github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect + github.com/bufbuild/connect-go v1.0.0 // indirect + github.com/bufbuild/protocompile v0.4.0 // indirect github.com/cenkalti/backoff/v4 v4.2.1 // indirect github.com/cespare/xxhash v1.1.0 // indirect github.com/cespare/xxhash/v2 v2.2.0 // indirect @@ -61,6 +67,8 @@ require ( github.com/cockroachdb/redact v1.1.5 // indirect github.com/coinbase/rosetta-sdk-go v0.7.9 // indirect github.com/confio/ics23/go v0.9.0 // indirect + github.com/containerd/containerd v1.6.8 // indirect + github.com/containerd/typeurl v1.0.2 // indirect github.com/cosmos/btcutil v1.0.5 // indirect github.com/cosmos/go-bip39 v1.0.0 // indirect github.com/cosmos/gogogateway v1.2.0 // indirect @@ -78,16 +86,24 @@ require ( github.com/dgraph-io/ristretto v0.1.1 // indirect github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect github.com/docker/distribution v2.8.2+incompatible // indirect + github.com/docker/docker v20.10.19+incompatible // indirect + github.com/docker/go-connections v0.4.0 // indirect + github.com/docker/go-units v0.5.0 // indirect github.com/dustin/go-humanize v1.0.1 // indirect github.com/dvsekhvalnov/jose2go v1.5.0 // indirect github.com/felixge/httpsnoop v1.0.3 // indirect github.com/fsnotify/fsnotify v1.6.0 // indirect github.com/getsentry/sentry-go v0.23.0 // indirect github.com/ghodss/yaml v1.0.0 // indirect + github.com/go-chi/chi/v5 v5.0.7 // indirect github.com/go-kit/kit v0.12.0 // indirect github.com/go-kit/log v0.2.1 // indirect github.com/go-logfmt/logfmt v0.6.0 // indirect + github.com/go-logr/logr v1.2.3 // indirect + github.com/go-logr/stdr v1.2.2 // indirect github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect + github.com/gofrs/flock v0.8.1 // indirect + github.com/gofrs/uuid v4.3.0+incompatible // indirect github.com/gogo/googleapis v1.4.1 // indirect github.com/gogo/protobuf v1.3.2 // indirect github.com/golang/glog v1.1.2 // indirect @@ -119,9 +135,13 @@ require ( github.com/huandu/skiplist v1.2.0 // indirect github.com/improbable-eng/grpc-web v0.15.0 // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect + github.com/jdxcode/netrc v0.0.0-20210204082910-926c7f70242a // indirect + github.com/jhump/protocompile v0.0.0-20220216033700-d705409f108f // indirect + github.com/jhump/protoreflect v1.15.1 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect github.com/jmhodges/levigo v1.0.0 // indirect github.com/klauspost/compress v1.16.7 // indirect + github.com/klauspost/pgzip v1.2.5 // indirect github.com/kr/pretty v0.3.1 // indirect github.com/kr/text v0.2.0 // indirect github.com/lib/pq v1.10.7 // indirect @@ -137,13 +157,19 @@ require ( github.com/mitchellh/go-homedir v1.1.0 // indirect github.com/mitchellh/go-testing-interface v1.14.1 // indirect github.com/mitchellh/mapstructure v1.5.0 // indirect + github.com/moby/buildkit v0.10.4 // indirect + github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae // indirect + github.com/morikuni/aec v1.0.0 // indirect github.com/mtibben/percent v0.2.1 // indirect github.com/onsi/gomega v1.27.6 // indirect github.com/opencontainers/go-digest v1.0.0 // indirect + github.com/opencontainers/image-spec v1.1.0-rc2 // indirect github.com/opencontainers/runc v1.1.7 // indirect github.com/pelletier/go-toml/v2 v2.0.8 // indirect github.com/petermattis/goid v0.0.0-20230317030725-371a4b8eda08 // indirect + github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect github.com/pkg/errors v0.9.1 // indirect + github.com/pkg/profile v1.6.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/prometheus/client_model v0.4.0 // indirect github.com/prometheus/common v0.44.0 // indirect @@ -155,6 +181,7 @@ require ( github.com/rs/zerolog v1.30.0 // indirect github.com/russross/blackfriday/v2 v2.1.0 // indirect github.com/sasha-s/go-deadlock v0.3.1 // indirect + github.com/sirupsen/logrus v1.9.0 // indirect github.com/spf13/afero v1.9.5 // indirect github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/viper v1.16.0 // indirect @@ -167,6 +194,12 @@ require ( github.com/zondax/ledger-go v0.14.3 // indirect go.etcd.io/bbolt v1.3.7 // indirect go.opencensus.io v0.24.0 // indirect + go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.36.3 // indirect + go.opentelemetry.io/otel v1.11.0 // indirect + go.opentelemetry.io/otel/trace v1.11.0 // indirect + go.uber.org/atomic v1.10.0 // indirect + go.uber.org/multierr v1.8.0 // indirect + go.uber.org/zap v1.23.0 // indirect golang.org/x/crypto v0.14.0 // indirect golang.org/x/exp v0.0.0-20230711153332-06a737ee72cb // indirect golang.org/x/mod v0.12.0 // indirect diff --git a/go.sum b/go.sum index a38d9776..6b790a1a 100644 --- a/go.sum +++ b/go.sum @@ -283,6 +283,8 @@ github.com/aws/aws-sdk-go-v2/service/route53 v1.1.1/go.mod h1:rLiOUrPLW/Er5kRcQ7 github.com/aws/aws-sdk-go-v2/service/sso v1.1.1/go.mod h1:SuZJxklHxLAXgLTc1iFXbEWkXs7QRTQpCLGaKIprQW0= github.com/aws/aws-sdk-go-v2/service/sts v1.1.1/go.mod h1:Wi0EBZwiz/K44YliU0EKxqTCJGUfYTWXrrBwkq736bM= github.com/aws/smithy-go v1.1.0/go.mod h1:EzMw8dbp/YJL4A5/sbhGddag+NPT7q084agLbB9LgIw= +github.com/benbjohnson/clock v1.3.0 h1:ip6w0uFQkncKQ979AypyG0ER7mqUSBdKLOgAle/AT8A= +github.com/benbjohnson/clock v1.3.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA= github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q= github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8= github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM= @@ -320,6 +322,10 @@ github.com/btcsuite/snappy-go v0.0.0-20151229074030-0bdef8d06723/go.mod h1:8woku github.com/btcsuite/snappy-go v1.0.0/go.mod h1:8woku9dyThutzjeg+3xrA5iCpBRH8XEEg3lh6TiUghc= github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792/go.mod h1:ghJtEyQwv5/p4Mg4C0fgbePVuGr935/5ddU9Z3TmDRY= github.com/btcsuite/winsvc v1.0.0/go.mod h1:jsenWakMcC0zFBFurPLEAyrnc/teJEM1O46fmI40EZs= +github.com/bufbuild/buf v1.7.0 h1:uWRjhIXcrWkzIkA5TqXGyJbF51VW54QJsQZ3nwaes5Q= +github.com/bufbuild/buf v1.7.0/go.mod h1:Go40fMAF46PnPLC7jJgTQhAI95pmC0+VtxFKVC0qLq0= +github.com/bufbuild/connect-go v1.0.0 h1:htSflKUT8y1jxhoPhPYTZMrsY3ipUXjjrbcZR5O2cVo= +github.com/bufbuild/connect-go v1.0.0/go.mod h1:9iNvh/NOsfhNBUH5CtvXeVUskQO1xsrEviH7ZArwZ3I= github.com/bufbuild/protocompile v0.4.0 h1:LbFKd2XowZvQ/kajzguUp2DC9UEIQhIq77fZZlaQsNA= github.com/bufbuild/protocompile v0.4.0/go.mod h1:3v93+mbWn/v3xzN+31nwkJfrEpAUwp+BagBSZWx+TP8= github.com/bwesterb/go-ristretto v1.2.0/go.mod h1:fUIoIZaG73pV5biE2Blr2xEzDoMj7NFEuV9ekS419A0= @@ -361,6 +367,8 @@ github.com/cncf/xds/go v0.0.0-20210805033703-aa0b78936158/go.mod h1:eXthEFrGJvWH github.com/cncf/xds/go v0.0.0-20210922020428-25de7278fc84/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= github.com/cncf/xds/go v0.0.0-20211001041855-01bcc9b48dfe/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= +github.com/cncf/xds/go v0.0.0-20230607035331-e9ce68804cb4 h1:/inchEIKaYC1Akx+H+gqO04wryn5h75LSazbRlnya1k= +github.com/cncf/xds/go v0.0.0-20230607035331-e9ce68804cb4/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= github.com/cockroachdb/apd/v2 v2.0.2 h1:weh8u7Cneje73dDh+2tEVLUvyBc89iwepWCD8b8034E= github.com/cockroachdb/apd/v2 v2.0.2/go.mod h1:DDxRlzC2lo3/vSlmSoS7JkqbbrARPuFOGr0B9pvN3Gw= github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa/go.mod h1:zn76sxSg3SzpJ0PPJaLDCu+Bu0Lg3sKTORVIj19EIF8= @@ -384,8 +392,12 @@ github.com/consensys/bavard v0.1.8-0.20210406032232-f3452dc9b572/go.mod h1:Bpd0/ github.com/consensys/bavard v0.1.8-0.20210915155054-088da2f7f54a/go.mod h1:9ItSMtA/dXMAiL7BG6bqW2m3NdSEObYWoH223nGHukI= github.com/consensys/gnark-crypto v0.4.1-0.20210426202927-39ac3d4b3f1f/go.mod h1:815PAHg3wvysy0SyIqanF8gZ0Y1wjk/hrDHD/iT88+Q= github.com/consensys/gnark-crypto v0.5.3/go.mod h1:hOdPlWQV1gDLp7faZVeg8Y0iEPFaOUnCc4XeCCk96p0= +github.com/containerd/containerd v1.6.8 h1:h4dOFDwzHmqFEP754PgfgTeVXFnLiRc6kiqC7tplDJs= +github.com/containerd/containerd v1.6.8/go.mod h1:By6p5KqPK0/7/CgO/A6t/Gz+CUYUu2zf1hUaaymVXB0= github.com/containerd/continuity v0.3.0 h1:nisirsYROK15TAMVukJOUyGJjz4BNQJBVsNvAXZJ/eg= github.com/containerd/continuity v0.3.0/go.mod h1:wJEAIwKOm/pBZuBd0JmeTvnLquTB1Ag8espWhkykbPM= +github.com/containerd/typeurl v1.0.2 h1:Chlt8zIieDbzQFzXzAeBEF92KhExuE4p9p92/QmY7aY= +github.com/containerd/typeurl v1.0.2/go.mod h1:9trJWW2sRlGub4wZJRTW83VtbOLS6hwcDZXTn6oPz9s= github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE= github.com/coreos/go-etcd v2.0.0+incompatible/go.mod h1:Jez6KQU2B/sWsbdaef3ED8NzMklzPG4d5KIOhIy30Tk= github.com/coreos/go-semver v0.2.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk= @@ -424,6 +436,8 @@ github.com/creachadair/taskgroup v0.4.2 h1:jsBLdAJE42asreGss2xZGZ8fJra7WtwnHWeJF github.com/creachadair/taskgroup v0.4.2/go.mod h1:qiXUOSrbwAY3u0JPGTzObbE3yf9hcXHDKBZ2ZjpCbgM= github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= +github.com/creack/pty v1.1.11 h1:07n33Z8lZxZ2qwegKbObQohDhXDQxiMMz1NOUGYlesw= +github.com/creack/pty v1.1.11/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/cyberdelia/templates v0.0.0-20141128023046-ca7fffd4298c/go.mod h1:GyV+0YP4qX0UQ7r2MoYZ+AvYDp12OF5yg4q8rGnyNh4= github.com/danieljoos/wincred v1.1.2 h1:QLdCxFs1/Yl4zduvBdcHB8goaYk9RARS2SgLLRuAyr0= github.com/danieljoos/wincred v1.1.2/go.mod h1:GijpziifJoIBfYh+S7BbkdUTU4LfM+QnGqR5Vl2tAx0= @@ -461,6 +475,8 @@ github.com/dnaeon/go-vcr v1.2.0/go.mod h1:R4UdLID7HZT3taECzJs4YgbbH6PIGXB6W/sc5O github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8= github.com/docker/distribution v2.8.2+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w= github.com/docker/docker v1.4.2-0.20180625184442-8e610b2b55bf/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= +github.com/docker/docker v20.10.19+incompatible h1:lzEmjivyNHFHMNAFLXORMBXyGIhw/UP4DvJwvyKYq64= +github.com/docker/docker v20.10.19+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ= github.com/docker/go-connections v0.4.0/go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec= github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4= @@ -489,6 +505,8 @@ github.com/envoyproxy/go-control-plane v0.9.9-0.20210512163311-63b5d3c536b0/go.m github.com/envoyproxy/go-control-plane v0.9.10-0.20210907150352-cf90f659a021/go.mod h1:AFq3mo9L8Lqqiid3OhADV3RfLJnjiw63cSpi+fDTRC0= github.com/envoyproxy/go-control-plane v0.10.2-0.20220325020618-49ff273808a1/go.mod h1:KJwIaB5Mv44NWtYuAOFCVOjcI94vtpEz2JU/D2v6IjE= github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= +github.com/envoyproxy/protoc-gen-validate v1.0.2 h1:QkIBuU5k+x7/QXPvPPnWXWlCdaBFApVqftFV6k087DA= +github.com/envoyproxy/protoc-gen-validate v1.0.2/go.mod h1:GpiZQP3dDbg4JouG/NNS7QWXpgx6x8QiMKdmN72jogE= github.com/ethereum/go-ethereum v1.10.17/go.mod h1:Lt5WzjM07XlXc95YzrhosmR4J9Ahd6X2wyEV2SvGhk0= github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk= @@ -522,6 +540,8 @@ github.com/gin-gonic/gin v1.8.1/go.mod h1:ji8BvRH1azfM+SYow9zQ6SZMvR8qOMZHmsCuWR github.com/glycerine/go-unsnap-stream v0.0.0-20180323001048-9f0cb55181dd/go.mod h1:/20jfyN9Y5QPEAprSgKAUr+glWDY39ZiUEAYOEv5dsE= github.com/glycerine/goconvey v0.0.0-20190410193231-58a59202ab31/go.mod h1:Ogl1Tioa0aV7gstGFO7KhffUsb9M4ydbEbbxpcEDc24= github.com/go-chi/chi/v5 v5.0.0/go.mod h1:BBug9lr0cqtdAhsu6R4AAdvufI0/XBzAQSsUqJpoZOs= +github.com/go-chi/chi/v5 v5.0.7 h1:rDTPXLDHGATaeHvVlLcR4Qe0zftYethFucbjVQ1PxU8= +github.com/go-chi/chi/v5 v5.0.7/go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITLSKoi8= github.com/go-errors/errors v1.4.2 h1:J6MZopCL4uSllY1OfXM374weqZFFItUbrImctkmUxIA= github.com/go-errors/errors v1.4.2/go.mod h1:sIVyrIiJhuEF+Pj9Ebtd6P/rEYROXFi3BopGUQ5a5Og= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= @@ -539,6 +559,11 @@ github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V github.com/go-logfmt/logfmt v0.5.0/go.mod h1:wCYkCAKZfumFQihp8CzCvQ3paCTfi41vtzG1KdI/P7A= github.com/go-logfmt/logfmt v0.6.0 h1:wGYYu3uicYdqXVgoYbvnkrPVXkuLM1p1ifugDMEdRi4= github.com/go-logfmt/logfmt v0.6.0/go.mod h1:WYhtIu8zTZfxdn5+rREduYbwxfcBr/Vr6KEVveWlfTs= +github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= +github.com/go-logr/logr v1.2.3 h1:2DntVwHkVopvECVRSlL5PSo9eG+cAkDCuckLubN+rq0= +github.com/go-logr/logr v1.2.3/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= +github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag= +github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE= github.com/go-ole/go-ole v1.2.1/go.mod h1:7FAglXiTm7HKlQRDeOQ6ZNUHidzCWXuZWq/1dTyBNF8= github.com/go-openapi/jsonpointer v0.19.5/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg= github.com/go-openapi/swag v0.19.5/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk= @@ -567,7 +592,11 @@ github.com/goccy/go-json v0.9.11/go.mod h1:6MelG93GURQebXPDq3khkgXZkazVtN9CRI+MG github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 h1:ZpnhV/YsD2/4cESfV5+Hoeu/iUR3ruzNvZ+yQfO03a0= github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2/go.mod h1:bBOAhwG1umN6/6ZUMtDFBMQR8jRg9O75tm9K00oMsK4= github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA= +github.com/gofrs/flock v0.8.1 h1:+gYjHKf32LDeiEEFhQaotPbLuUXjY5ZqxKgXy7n59aw= +github.com/gofrs/flock v0.8.1/go.mod h1:F1TvTiK9OcQqauNUHlbJvyl9Qa1QvF/gOUDKA14jxHU= github.com/gofrs/uuid v3.3.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM= +github.com/gofrs/uuid v4.3.0+incompatible h1:CaSVZxm5B+7o45rtab4jC2G37WGYX1zQfuU2i6DSvnc= +github.com/gofrs/uuid v4.3.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM= github.com/gogo/googleapis v1.1.0/go.mod h1:gf4bu3Q80BeJ6H1S1vYPm8/ELATdvryBaNFGgqEef3s= github.com/gogo/googleapis v1.4.1-0.20201022092350-68b0159b7869/go.mod h1:5YRNX2z1oM5gXdAkurHa942MDgEJyk02w4OecKY87+c= github.com/gogo/googleapis v1.4.1 h1:1Yx4Myt7BxzvUr5ldGSbwYiZG6t9wGBZ+8/fX3Wvtq0= @@ -803,9 +832,13 @@ github.com/influxdata/roaring v0.4.13-0.20180809181101-fc520f41fab6/go.mod h1:bS github.com/influxdata/tdigest v0.0.0-20181121200506-bf2b5ad3c0a9/go.mod h1:Js0mqiSBE6Ffsg94weZZ2c+v/ciT8QRHFOap7EKDrR0= github.com/influxdata/usage-client v0.0.0-20160829180054-6d3895376368/go.mod h1:Wbbw6tYNvwa5dlB6304Sd+82Z3f7PmVZHVKU637d4po= github.com/jackpal/go-nat-pmp v1.0.2/go.mod h1:QPH045xvCAeXUZOxsnwmrtiCoxIr9eob+4orBN1SBKc= +github.com/jdxcode/netrc v0.0.0-20210204082910-926c7f70242a h1:d4+I1YEKVmWZrgkt6jpXBnLgV2ZjO0YxEtLDdfIZfH4= +github.com/jdxcode/netrc v0.0.0-20210204082910-926c7f70242a/go.mod h1:Zi/ZFkEqFHTm7qkjyNJjaWH4LQA9LQhGJyF0lTYGpxw= github.com/jedisct1/go-minisign v0.0.0-20190909160543-45766022959e/go.mod h1:G1CVv03EnqU1wYL2dFwXxW2An0az9JTl/ZsqXQeBlkU= github.com/jessevdk/go-flags v0.0.0-20141203071132-1679536dcc89/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI= github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI= +github.com/jhump/protocompile v0.0.0-20220216033700-d705409f108f h1:BNuUg9k2EiJmlMwjoef3e8vZLHplbVw6DrjGFjLL+Yo= +github.com/jhump/protocompile v0.0.0-20220216033700-d705409f108f/go.mod h1:qr2b5kx4HbFS7/g4uYO5qv9ei8303JMsC7ESbYiqr2Q= github.com/jhump/protoreflect v1.15.1 h1:HUMERORf3I3ZdX05WaQ6MIpd/NJ434hTp5YiKgfCL6c= github.com/jhump/protoreflect v1.15.1/go.mod h1:jD/2GMKKE6OqX8qTjhADU1e6DShO+gavG9e0Q693nKo= github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k= @@ -849,6 +882,8 @@ github.com/klauspost/compress v1.16.7/go.mod h1:ntbaceVETuRiXiv4DpjP66DpAtAGkEQs github.com/klauspost/cpuid v0.0.0-20170728055534-ae7887de9fa5/go.mod h1:Pj4uuM528wm8OyEC2QMXAi2YiTZ96dNQPGgoMS4s3ek= github.com/klauspost/crc32 v0.0.0-20161016154125-cb6bfca970f6/go.mod h1:+ZoRqAPRLkC4NPOvfYeR5KNOrY6TD+/sAC3HXPZgDYg= github.com/klauspost/pgzip v1.0.2-0.20170402124221-0bf5dcad4ada/go.mod h1:Ch1tH69qFZu15pkjo5kYi6mth2Zzwzt50oCQKQE9RUs= +github.com/klauspost/pgzip v1.2.5 h1:qnWYvvKqedOF2ulHpMG72XQol4ILEJ8k2wwRl/Km8oE= +github.com/klauspost/pgzip v1.2.5/go.mod h1:Ch1tH69qFZu15pkjo5kYi6mth2Zzwzt50oCQKQE9RUs= github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= github.com/konsorten/go-windows-terminal-sequences v1.0.3/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= github.com/kr/fs v0.1.0/go.mod h1:FFnZGqtBN9Gxj7eW1uZ42v5BccTP0vu6NEaFoC2HwRg= @@ -937,6 +972,10 @@ github.com/mitchellh/mapstructure v1.4.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RR github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY= github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= github.com/mitchellh/pointerstructure v1.2.0/go.mod h1:BRAsLI5zgXmw97Lf6s25bs8ohIXc3tViBH44KcwB2g4= +github.com/moby/buildkit v0.10.4 h1:FvC+buO8isGpUFZ1abdSLdGHZVqg9sqI4BbFL8tlzP4= +github.com/moby/buildkit v0.10.4/go.mod h1:Yajz9vt1Zw5q9Pp4pdb3TCSUXJBIroIQGQ3TTs/sLug= +github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae h1:O4SWKdcHVCvYqyDV+9CJA1fcDN2L11Bule0iFy3YlAI= +github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae/go.mod h1:E2VnQOmVuvZB6UYnnDB0qG5Nq/1tD9acaOpo6xmt0Kw= github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= @@ -945,6 +984,8 @@ github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3Rllmb github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M= github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk= github.com/modocache/gover v0.0.0-20171022184752-b58185e213c5/go.mod h1:caMODM3PzxT8aQXRPkAt8xlV/e7d7w8GM5g0fa5F0D8= +github.com/morikuni/aec v1.0.0 h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A= +github.com/morikuni/aec v1.0.0/go.mod h1:BbKIizmSmc5MMPqRYbxO4ZU0S0+P200+tUnFx7PXmsc= github.com/mschoch/smat v0.0.0-20160514031455-90eadee771ae/go.mod h1:qAyveg+e4CE+eKJXWVjKXM4ck2QobLqTDytGJbLLhJg= github.com/mtibben/percent v0.2.1 h1:5gssi8Nqo8QU/r2pynCm+hBQHpkB/uNK7BJCFogWdzs= github.com/mtibben/percent v0.2.1/go.mod h1:KG9uO+SZkUp+VkRHsCdYQV3XSZrrSpR3O9ibNBTZrns= @@ -1021,12 +1062,16 @@ github.com/pierrec/lz4 v1.0.2-0.20190131084431-473cd7ce01a1/go.mod h1:3/3N9NVKO0 github.com/pierrec/lz4 v2.0.5+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY= github.com/pingcap/errors v0.11.4 h1:lFuQV/oaUMGcD2tqt+01ROSmJs75VG1ToEOkZIZ4nE4= github.com/pingcap/errors v0.11.4/go.mod h1:Oi8TUi2kEtXXLMJk9l1cGmz20kV3TaQ0usTwv5KuLY8= +github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 h1:KoWmjvw+nsYOo29YJK9vDA65RGE3NrOnUtO7a+RF9HU= +github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8/go.mod h1:HKlIX3XHQyzLZPlr7++PzdhaXEj94dEiJgZDTsxEqUI= github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA= github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/profile v1.2.1/go.mod h1:hJw3o1OdXxsrSjjVksARp5W95eeEaEfptyVZyv6JUPA= +github.com/pkg/profile v1.6.0 h1:hUDfIISABYI59DyeB3OTay/HxSRwTQ8rB/H83k6r5dM= +github.com/pkg/profile v1.6.0/go.mod h1:qBsxPvzyUincmltOk6iyRVxHYg4adc0OFOv72ZdLa18= github.com/pkg/sftp v1.13.1/go.mod h1:3HaPG6Dq1ILlpPZRO0HVMrsydcdLt6HRDccSgb87qRg= github.com/pkg/term v0.0.0-20180730021639-bffc007b7fd5/go.mod h1:eCbImbZ95eXtAUIbLAuAVnBnwf83mjf6QIVH8SHYwqQ= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= @@ -1223,16 +1268,31 @@ go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk= go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E= go.opencensus.io v0.24.0 h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0= go.opencensus.io v0.24.0/go.mod h1:vNK8G9p7aAivkbmorf4v+7Hgx+Zs0yY+0fOtgBfjQKo= +go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.36.3 h1:syAz40OyelLZo42+3U68Phisvrx4qh+4wpdZw7eUUdY= +go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.36.3/go.mod h1:Dts42MGkzZne2yCru741+bFiTMWkIj/LLRizad7b9tw= +go.opentelemetry.io/otel v1.11.0 h1:kfToEGMDq6TrVrJ9Vht84Y8y9enykSZzDDZglV0kIEk= +go.opentelemetry.io/otel v1.11.0/go.mod h1:H2KtuEphyMvlhZ+F7tg9GRhAOe60moNx61Ex+WmiKkk= +go.opentelemetry.io/otel/trace v1.11.0 h1:20U/Vj42SX+mASlXLmSGBg6jpI1jQtv682lZtTAOVFI= +go.opentelemetry.io/otel/trace v1.11.0/go.mod h1:nyYjis9jy0gytE9LXGU+/m1sHTKbRY0fX0hulNNDP1U= go.opentelemetry.io/proto/otlp v0.7.0/go.mod h1:PqfVotwruBrMGOCsRd/89rSnXhoiJIqeYNgFYFoEGnI= go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ= +go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc= +go.uber.org/atomic v1.10.0 h1:9qC72Qh0+3MqyJbAn8YU5xVq1frD8bn3JtD2oXtafVQ= +go.uber.org/atomic v1.10.0/go.mod h1:LUxbIzbOniOlMKjJjyPfpl4v+PKK2cNJn91OQbhoJI0= +go.uber.org/goleak v1.1.11 h1:wy28qYRKZgnJTxGxvye5/wgWr1EKjmUDGYox5mGlRlI= +go.uber.org/goleak v1.1.11/go.mod h1:cwTWslyiVhfpKIDGSZEM2HlOvcqm+tG4zioyIeLoqMQ= go.uber.org/multierr v1.1.0/go.mod h1:wR5kodmAFQ0UK8QlbwjlSNy0Z68gJhDJUG5sjR94q/0= go.uber.org/multierr v1.3.0/go.mod h1:VgVr7evmIr6uPjLBxg28wmKNXyqE9akIJ5XnfpiKl+4= +go.uber.org/multierr v1.8.0 h1:dg6GjLku4EH+249NNmoIciG9N/jURbDG+pFlTkhzIC8= +go.uber.org/multierr v1.8.0/go.mod h1:7EAYxJLBy9rStEaz58O2t4Uvip6FSURkq8/ppBp95ak= go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee/go.mod h1:vJERXedbb3MVM5f9Ejo0C68/HhF8uaILCdgjnY+goOA= go.uber.org/zap v1.9.1/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q= go.uber.org/zap v1.10.0/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q= go.uber.org/zap v1.13.0/go.mod h1:zwrFLgMcdUuIBviXEYEH1YKNaOBnKXsx2IPda5bBwHM= +go.uber.org/zap v1.23.0 h1:OjGQ5KQDEUawVHxNwQgPpiypGHOxo2mNZsOqTak4fFY= +go.uber.org/zap v1.23.0/go.mod h1:D+nX8jyLsMHMYrln8A0rJjFt/T/9/bGgIhAqxv5URuY= golang.org/x/crypto v0.0.0-20170930174604-9419663f5a44/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= @@ -1490,6 +1550,7 @@ golang.org/x/sys v0.0.0-20210510120138-977fb7262007/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20210514084401-e8d321eab015/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210603125802-9665404d3644/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20210616045830-e2b7044e8c71/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210616094352-59db8d763f22/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= @@ -1516,6 +1577,7 @@ golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20220610221304-9f5ed59c137d/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220624220833-87e55d714810/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= @@ -1550,6 +1612,8 @@ golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxb golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20201208040808-7e3f01d25324/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= +golang.org/x/time v0.3.0 h1:rg5rLMjNzMS1RkNLzCG38eapWhnYLFYXDXj2gOlr8j4= +golang.org/x/time v0.3.0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180828015842-6cd1fcedba52/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -1567,6 +1631,7 @@ golang.org/x/tools v0.0.0-20190506145303-2d16b83fe98c/go.mod h1:RgjU9mgBXZiqYHBn golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= golang.org/x/tools v0.0.0-20190606124116-d0a3d012864b/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= +golang.org/x/tools v0.0.0-20190624222133-a101b041ded4/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190628153133-6cdbf07be9d0/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190816200558-6889da9d5479/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190911174233-4f2ddba30aff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= @@ -1851,6 +1916,7 @@ google.golang.org/grpc v1.50.0/go.mod h1:ZgQEeidpAuNRZ8iRrlBKXZQP1ghovWIVhdJRyCD google.golang.org/grpc v1.50.1/go.mod h1:ZgQEeidpAuNRZ8iRrlBKXZQP1ghovWIVhdJRyCDK+GI= google.golang.org/grpc v1.58.3 h1:BjnpXut1btbtgN/6sp+brB2Kbm2LjNXnidYujAVbSoQ= google.golang.org/grpc v1.58.3/go.mod h1:tgX3ZQDlNJGU96V6yHh1T/JeoBQ2TXdr43YbYSsCJk0= +google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0 h1:M1YKkFIboKNieVO5DLUEVzQfGwJD30Nv2jfUgzb5UcE= google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0/go.mod h1:6Kw0yEErY5E/yWrBtf03jp27GLLJujG4z/JK95pnjjw= google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8= google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0= @@ -1864,6 +1930,7 @@ google.golang.org/protobuf v1.24.0/go.mod h1:r/3tXBNzIEhYS9I1OUVjXDlt8tc493IdKGj google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c= google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= +google.golang.org/protobuf v1.27.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= google.golang.org/protobuf v1.28.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= google.golang.org/protobuf v1.28.1/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= @@ -1906,6 +1973,7 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gotest.tools v2.2.0+incompatible h1:VsBPFP1AI068pPrMxtb/S8Zkgf9xEmTLJjfM+P5UIEo= gotest.tools v2.2.0+incompatible/go.mod h1:DsYFclhRJ6vuDpmuTbkuFWG+y2sxOXAzmJt81HFBacw= +gotest.tools/v3 v3.0.2/go.mod h1:3SzNCllyD9/Y+b5r9JIKQ474KzkZyqLqEfYqMsX94Bk= gotest.tools/v3 v3.5.0 h1:Ljk6PdHdOhAb5aDMWXjDLMMhph+BpztA4v1QdqEW2eY= gotest.tools/v3 v3.5.0/go.mod h1:isy3WKz7GK6uNw/sbHzfKBLvlvXwUyV06n6brMxxopU= honnef.co/go/tools v0.0.0-20180728063816-88497007e858/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= diff --git a/proto/buf.gen.gogo.yaml b/proto/buf.gen.gogo.yaml new file mode 100644 index 00000000..8d2c1460 --- /dev/null +++ b/proto/buf.gen.gogo.yaml @@ -0,0 +1,18 @@ +# This file is auto-generated from Ignite. You can edit +# the file content but do not change the file name or path. +# +# buf.gen.gogo.yaml +# +version: v1 +plugins: + - name: gocosmos + out: . + opt: + - plugins=grpc + - Mgoogle/protobuf/any.proto=github.com/cosmos/cosmos-sdk/codec/types + - Mcosmos/orm/v1/orm.proto=cosmossdk.io/orm + - name: grpc-gateway + out: . + opt: + - logtostderr=true + - allow_colon_final_segments=true diff --git a/proto/buf.lock b/proto/buf.lock new file mode 100644 index 00000000..77287f75 --- /dev/null +++ b/proto/buf.lock @@ -0,0 +1,31 @@ +# This file is auto-generated from Ignite. +# DO NOT EDIT +# +# buf.lock +# +version: v1 +deps: + - remote: buf.build + owner: cosmos + repository: cosmos-proto + commit: 1935555c206d4afb9e94615dfd0fad31 + - remote: buf.build + owner: cosmos + repository: cosmos-sdk + commit: 954f7b05f38440fc8250134b15adec47 + - remote: buf.build + owner: cosmos + repository: gogo-proto + commit: 34d970b699f84aa382f3c29773a60836 + - remote: buf.build + owner: cosmos + repository: ics23 + commit: 3c44d8daa8b44059ac744cd17d4a49d7 + - remote: buf.build + owner: googleapis + repository: googleapis + commit: 75b4300737fb4efca0831636be94e517 + - remote: buf.build + owner: protocolbuffers + repository: wellknowntypes + commit: 44e83bc050a4497fa7b36b34d95ca156 diff --git a/proto/buf.yaml b/proto/buf.yaml new file mode 100644 index 00000000..7a86adcf --- /dev/null +++ b/proto/buf.yaml @@ -0,0 +1,29 @@ +# This file is auto-generated from Ignite. You can edit +# the file content but do not change the file name or path. +# +# buf.yaml +# +version: v1 +deps: + - buf.build/protocolbuffers/wellknowntypes + - buf.build/cosmos/cosmos-sdk + - buf.build/cosmos/cosmos-proto + - buf.build/cosmos/gogo-proto + - buf.build/googleapis/googleapis + - buf.build/cosmos/ics23 +breaking: + use: + - FILE +lint: + use: + - DEFAULT + - COMMENTS + - FILE_LOWER_SNAKE_CASE + except: + - UNARY_RPC + - COMMENT_FIELD + - SERVICE_SUFFIX + - PACKAGE_VERSION_SUFFIX + - RPC_REQUEST_STANDARD_NAME + ignore: + - tendermint diff --git a/proto/mycel/epochs/module/v1/module.proto b/proto/mycel/epochs/module/v1/module.proto new file mode 100644 index 00000000..dc48ea82 --- /dev/null +++ b/proto/mycel/epochs/module/v1/module.proto @@ -0,0 +1,12 @@ +syntax = "proto3"; + +package mycel.epochs.module.v1; + +import "cosmos/app/v1alpha1/module.proto"; + +// Module is the config object of the furnace module. +message Module { + option (cosmos.app.v1alpha1.module) = { + go_import : "github.com/mycel-domain/mycel/x/epochs" + }; +} \ No newline at end of file diff --git a/proto/mycel/epochs/epoch_info.proto b/proto/mycel/epochs/v1beta1/epoch_info.proto similarity index 96% rename from proto/mycel/epochs/epoch_info.proto rename to proto/mycel/epochs/v1beta1/epoch_info.proto index 1d0a98c8..1bb7f3cc 100644 --- a/proto/mycel/epochs/epoch_info.proto +++ b/proto/mycel/epochs/v1beta1/epoch_info.proto @@ -1,5 +1,5 @@ syntax = "proto3"; -package mycel.epochs; +package mycel.epochs.v1beta1; import "gogoproto/gogo.proto"; import "google/protobuf/duration.proto"; diff --git a/proto/mycel/epochs/genesis.proto b/proto/mycel/epochs/v1beta1/genesis.proto similarity index 52% rename from proto/mycel/epochs/genesis.proto rename to proto/mycel/epochs/v1beta1/genesis.proto index 83d042a4..390dae84 100644 --- a/proto/mycel/epochs/genesis.proto +++ b/proto/mycel/epochs/v1beta1/genesis.proto @@ -1,13 +1,13 @@ syntax = "proto3"; -package mycel.epochs; +package mycel.epochs.v1beta1; import "gogoproto/gogo.proto"; -import "mycel/epochs/epoch_info.proto"; -import "mycel/epochs/params.proto"; +import "mycel/epochs/v1beta1/epoch_info.proto"; +import "mycel/epochs/v1beta1/params.proto"; option go_package = "github.com/mycel-domain/mycel/x/epochs/types"; // GenesisState defines the epochs module's genesis state. message GenesisState { - repeated EpochInfo epochs = 1 [(gogoproto.nullable) = false]; + repeated EpochInfo epochs = 1 [ (gogoproto.nullable) = false ]; } diff --git a/proto/mycel/epochs/params.proto b/proto/mycel/epochs/v1beta1/params.proto similarity index 64% rename from proto/mycel/epochs/params.proto rename to proto/mycel/epochs/v1beta1/params.proto index 70723e5b..4eff5045 100644 --- a/proto/mycel/epochs/params.proto +++ b/proto/mycel/epochs/v1beta1/params.proto @@ -1,11 +1,9 @@ syntax = "proto3"; -package mycel.epochs; +package mycel.epochs.v1beta1; import "gogoproto/gogo.proto"; option go_package = "github.com/mycel-domain/mycel/x/epochs/types"; // Params defines the parameters for the module. -message Params { - option (gogoproto.goproto_stringer) = false; -} +message Params { option (gogoproto.goproto_stringer) = false; } diff --git a/proto/mycel/epochs/query.proto b/proto/mycel/epochs/v1beta1/query.proto similarity index 59% rename from proto/mycel/epochs/query.proto rename to proto/mycel/epochs/v1beta1/query.proto index 63b1d77b..7796f803 100644 --- a/proto/mycel/epochs/query.proto +++ b/proto/mycel/epochs/v1beta1/query.proto @@ -1,11 +1,11 @@ syntax = "proto3"; -package mycel.epochs; +package mycel.epochs.v1beta1; import "cosmos/base/query/v1beta1/pagination.proto"; import "gogoproto/gogo.proto"; import "google/api/annotations.proto"; -import "mycel/epochs/epoch_info.proto"; -import "mycel/epochs/params.proto"; +import "mycel/epochs/v1beta1/epoch_info.proto"; +import "mycel/epochs/v1beta1/params.proto"; option go_package = "github.com/mycel-domain/mycel/x/epochs/types"; @@ -13,15 +13,17 @@ option go_package = "github.com/mycel-domain/mycel/x/epochs/types"; service Query { // Parameters queries the parameters of the module. rpc Params(QueryParamsRequest) returns (QueryParamsResponse) { - option (google.api.http).get = "/mycel/epochs/params"; + option (google.api.http).get = "/mycel/epochs/v1beta1/params"; } // Queries a list of EpochInfo items. rpc EpochInfo(QueryGetEpochInfoRequest) returns (QueryGetEpochInfoResponse) { - option (google.api.http).get = "/mycel/epochs/epoch_info/{identifier}"; + option (google.api.http).get = + "/mycel/epochs/v1beta1/epoch_info/{identifier}"; } - rpc EpochInfoAll(QueryAllEpochInfoRequest) returns (QueryAllEpochInfoResponse) { - option (google.api.http).get = "/mycel/epochs/epoch_info"; + rpc EpochInfoAll(QueryAllEpochInfoRequest) + returns (QueryAllEpochInfoResponse) { + option (google.api.http).get = "/mycel/epochs/v1beta1/epoch_info"; } } @@ -31,15 +33,13 @@ message QueryParamsRequest {} // QueryParamsResponse is response type for the Query/Params RPC method. message QueryParamsResponse { // params holds all the parameters of this module. - Params params = 1 [(gogoproto.nullable) = false]; + Params params = 1 [ (gogoproto.nullable) = false ]; } -message QueryGetEpochInfoRequest { - string identifier = 1; -} +message QueryGetEpochInfoRequest { string identifier = 1; } message QueryGetEpochInfoResponse { - EpochInfo epochInfo = 1 [(gogoproto.nullable) = false]; + EpochInfo epochInfo = 1 [ (gogoproto.nullable) = false ]; } message QueryAllEpochInfoRequest { @@ -47,6 +47,6 @@ message QueryAllEpochInfoRequest { } message QueryAllEpochInfoResponse { - repeated EpochInfo epochInfo = 1 [(gogoproto.nullable) = false]; + repeated EpochInfo epochInfo = 1 [ (gogoproto.nullable) = false ]; cosmos.base.query.v1beta1.PageResponse pagination = 2; } diff --git a/proto/mycel/epochs/tx.proto b/proto/mycel/epochs/v1beta1/tx.proto similarity index 81% rename from proto/mycel/epochs/tx.proto rename to proto/mycel/epochs/v1beta1/tx.proto index 296243af..bb6ec908 100644 --- a/proto/mycel/epochs/tx.proto +++ b/proto/mycel/epochs/v1beta1/tx.proto @@ -1,5 +1,5 @@ syntax = "proto3"; -package mycel.epochs; +package mycel.epochs.v1beta1; option go_package = "github.com/mycel-domain/mycel/x/epochs/types"; diff --git a/proto/mycel/furnace/genesis.proto b/proto/mycel/furnace/genesis.proto deleted file mode 100644 index f8e0601c..00000000 --- a/proto/mycel/furnace/genesis.proto +++ /dev/null @@ -1,16 +0,0 @@ -syntax = "proto3"; -package mycel.furnace; - -import "gogoproto/gogo.proto"; -import "mycel/furnace/burn_amount.proto"; -import "mycel/furnace/epoch_burn_config.proto"; -import "mycel/furnace/params.proto"; - -option go_package = "github.com/mycel-domain/mycel/x/furnace/types"; - -// GenesisState defines the furnace module's genesis state. -message GenesisState { - Params params = 1 [(gogoproto.nullable) = false]; - EpochBurnConfig epochBurnConfig = 2 [(gogoproto.nullable) = false]; - repeated BurnAmount burnAmounts = 3 [(gogoproto.nullable) = false]; -} diff --git a/proto/mycel/furnace/module/v1/module.proto b/proto/mycel/furnace/module/v1/module.proto new file mode 100644 index 00000000..a1e71d10 --- /dev/null +++ b/proto/mycel/furnace/module/v1/module.proto @@ -0,0 +1,12 @@ +syntax = "proto3"; + +package mycel.furnace.module.v1; + +import "cosmos/app/v1alpha1/module.proto"; + +// Module is the config object of the furnace module. +message Module { + option (cosmos.app.v1alpha1.module) = { + go_import : "github.com/mycel-domain/mycel/x/furnace" + }; +} \ No newline at end of file diff --git a/proto/mycel/furnace/burn_amount.proto b/proto/mycel/furnace/v1beta1/burn_amount.proto similarity index 57% rename from proto/mycel/furnace/burn_amount.proto rename to proto/mycel/furnace/v1beta1/burn_amount.proto index 9cca7c6e..6d77461d 100644 --- a/proto/mycel/furnace/burn_amount.proto +++ b/proto/mycel/furnace/v1beta1/burn_amount.proto @@ -1,5 +1,5 @@ syntax = "proto3"; -package mycel.furnace; +package mycel.furnace.v1beta1; import "cosmos/base/v1beta1/coin.proto"; import "gogoproto/gogo.proto"; @@ -11,6 +11,7 @@ message BurnAmount { bool burnStarted = 2; uint64 totalEpochs = 3; uint64 currentEpoch = 4; - cosmos.base.v1beta1.Coin totalBurnAmount = 5 [(gogoproto.nullable) = false]; - cosmos.base.v1beta1.Coin cumulativeBurntAmount = 6 [(gogoproto.nullable) = false]; + cosmos.base.v1beta1.Coin totalBurnAmount = 5 [ (gogoproto.nullable) = false ]; + cosmos.base.v1beta1.Coin cumulativeBurntAmount = 6 + [ (gogoproto.nullable) = false ]; } diff --git a/proto/mycel/furnace/epoch_burn_config.proto b/proto/mycel/furnace/v1beta1/epoch_burn_config.proto similarity index 94% rename from proto/mycel/furnace/epoch_burn_config.proto rename to proto/mycel/furnace/v1beta1/epoch_burn_config.proto index fffba7a0..0db42de3 100644 --- a/proto/mycel/furnace/epoch_burn_config.proto +++ b/proto/mycel/furnace/v1beta1/epoch_burn_config.proto @@ -1,5 +1,5 @@ syntax = "proto3"; -package mycel.furnace; +package mycel.furnace.v1beta1; import "gogoproto/gogo.proto"; import "google/protobuf/duration.proto"; diff --git a/proto/mycel/furnace/v1beta1/genesis.proto b/proto/mycel/furnace/v1beta1/genesis.proto new file mode 100644 index 00000000..1935f6ac --- /dev/null +++ b/proto/mycel/furnace/v1beta1/genesis.proto @@ -0,0 +1,16 @@ +syntax = "proto3"; +package mycel.furnace.v1beta1; + +import "gogoproto/gogo.proto"; +import "mycel/furnace/v1beta1/burn_amount.proto"; +import "mycel/furnace/v1beta1/epoch_burn_config.proto"; +import "mycel/furnace/v1beta1/params.proto"; + +option go_package = "github.com/mycel-domain/mycel/x/furnace/types"; + +// GenesisState defines the furnace module's genesis state. +message GenesisState { + Params params = 1 [ (gogoproto.nullable) = false ]; + EpochBurnConfig epochBurnConfig = 2 [ (gogoproto.nullable) = false ]; + repeated BurnAmount burnAmounts = 3 [ (gogoproto.nullable) = false ]; +} diff --git a/proto/mycel/furnace/params.proto b/proto/mycel/furnace/v1beta1/params.proto similarity index 64% rename from proto/mycel/furnace/params.proto rename to proto/mycel/furnace/v1beta1/params.proto index 668cb7cc..9f4c4236 100644 --- a/proto/mycel/furnace/params.proto +++ b/proto/mycel/furnace/v1beta1/params.proto @@ -1,11 +1,9 @@ syntax = "proto3"; -package mycel.furnace; +package mycel.furnace.v1beta1; import "gogoproto/gogo.proto"; option go_package = "github.com/mycel-domain/mycel/x/furnace/types"; // Params defines the parameters for the module. -message Params { - option (gogoproto.goproto_stringer) = false; -} +message Params { option (gogoproto.goproto_stringer) = false; } diff --git a/proto/mycel/furnace/query.proto b/proto/mycel/furnace/v1beta1/query.proto similarity index 51% rename from proto/mycel/furnace/query.proto rename to proto/mycel/furnace/v1beta1/query.proto index 93533168..8a9a0a8a 100644 --- a/proto/mycel/furnace/query.proto +++ b/proto/mycel/furnace/v1beta1/query.proto @@ -1,13 +1,13 @@ syntax = "proto3"; -package mycel.furnace; +package mycel.furnace.v1beta1; import "cosmos/base/query/v1beta1/pagination.proto"; import "cosmos/base/v1beta1/coin.proto"; import "gogoproto/gogo.proto"; import "google/api/annotations.proto"; -import "mycel/furnace/burn_amount.proto"; -import "mycel/furnace/epoch_burn_config.proto"; -import "mycel/furnace/params.proto"; +import "mycel/furnace/v1beta1/burn_amount.proto"; +import "mycel/furnace/v1beta1/epoch_burn_config.proto"; +import "mycel/furnace/v1beta1/params.proto"; option go_package = "github.com/mycel-domain/mycel/x/furnace/types"; @@ -15,20 +15,26 @@ option go_package = "github.com/mycel-domain/mycel/x/furnace/types"; service Query { // Parameters queries the parameters of the module. rpc Params(QueryParamsRequest) returns (QueryParamsResponse) { - option (google.api.http).get = "/mycel-domain/mycel/furnace/params"; + option (google.api.http).get = "/mycel-domain/mycel/furnace/v1beta1/params"; } // Queries a EpochBurnConfig by index. - rpc EpochBurnConfig(QueryGetEpochBurnConfigRequest) returns (QueryGetEpochBurnConfigResponse) { - option (google.api.http).get = "/mycel-domain/mycel/furnace/epoch_burn_config"; + rpc EpochBurnConfig(QueryGetEpochBurnConfigRequest) + returns (QueryGetEpochBurnConfigResponse) { + option (google.api.http).get = + "/mycel-domain/mycel/furnace/v1beta1/epoch_burn_config"; } // Queries a list of BurnAmount items. - rpc BurnAmount(QueryGetBurnAmountRequest) returns (QueryGetBurnAmountResponse) { - option (google.api.http).get = "/mycel-domain/mycel/furnace/burn_amount/{index}"; + rpc BurnAmount(QueryGetBurnAmountRequest) + returns (QueryGetBurnAmountResponse) { + option (google.api.http).get = + "/mycel-domain/mycel/furnace/v1beta1/burn_amount/{index}"; } - rpc BurnAmountAll(QueryAllBurnAmountRequest) returns (QueryAllBurnAmountResponse) { - option (google.api.http).get = "/mycel-domain/mycel/furnace/burn_amount"; + rpc BurnAmountAll(QueryAllBurnAmountRequest) + returns (QueryAllBurnAmountResponse) { + option (google.api.http).get = + "/mycel-domain/mycel/furnace/v1beta1/burn_amount"; } } @@ -38,21 +44,19 @@ message QueryParamsRequest {} // QueryParamsResponse is response type for the Query/Params RPC method. message QueryParamsResponse { // params holds all the parameters of this module. - Params params = 1 [(gogoproto.nullable) = false]; + Params params = 1 [ (gogoproto.nullable) = false ]; } message QueryGetEpochBurnConfigRequest {} message QueryGetEpochBurnConfigResponse { - EpochBurnConfig EpochBurnConfig = 1 [(gogoproto.nullable) = false]; + EpochBurnConfig EpochBurnConfig = 1 [ (gogoproto.nullable) = false ]; } -message QueryGetBurnAmountRequest { - uint64 index = 1; -} +message QueryGetBurnAmountRequest { uint64 index = 1; } message QueryGetBurnAmountResponse { - BurnAmount burnAmount = 1 [(gogoproto.nullable) = false]; + BurnAmount burnAmount = 1 [ (gogoproto.nullable) = false ]; } message QueryAllBurnAmountRequest { @@ -60,6 +64,6 @@ message QueryAllBurnAmountRequest { } message QueryAllBurnAmountResponse { - repeated BurnAmount burnAmount = 1 [(gogoproto.nullable) = false]; + repeated BurnAmount burnAmount = 1 [ (gogoproto.nullable) = false ]; cosmos.base.query.v1beta1.PageResponse pagination = 2; } diff --git a/proto/mycel/furnace/tx.proto b/proto/mycel/furnace/v1beta1/tx.proto similarity index 81% rename from proto/mycel/furnace/tx.proto rename to proto/mycel/furnace/v1beta1/tx.proto index 220d8237..94ace8b5 100644 --- a/proto/mycel/furnace/tx.proto +++ b/proto/mycel/furnace/v1beta1/tx.proto @@ -1,5 +1,5 @@ syntax = "proto3"; -package mycel.furnace; +package mycel.furnace.v1beta1; option go_package = "github.com/mycel-domain/mycel/x/furnace/types"; diff --git a/proto/mycel/registry/genesis.proto b/proto/mycel/registry/genesis.proto deleted file mode 100644 index 2fa17500..00000000 --- a/proto/mycel/registry/genesis.proto +++ /dev/null @@ -1,18 +0,0 @@ -syntax = "proto3"; -package mycel.registry; - -import "gogoproto/gogo.proto"; -import "mycel/registry/domain_ownership.proto"; -import "mycel/registry/params.proto"; -import "mycel/registry/second_level_domain.proto"; -import "mycel/registry/top_level_domain.proto"; - -option go_package = "github.com/mycel-domain/mycel/x/registry/types"; - -// GenesisState defines the registry module's genesis state. -message GenesisState { - Params params = 1 [(gogoproto.nullable) = false]; - repeated TopLevelDomain topLevelDomains = 2 [(gogoproto.nullable) = false]; - repeated SecondLevelDomain secondLevelDomains = 3 [(gogoproto.nullable) = false]; - repeated DomainOwnership domainOwnerships = 4 [(gogoproto.nullable) = false]; -} diff --git a/proto/mycel/registry/module/v1/module.proto b/proto/mycel/registry/module/v1/module.proto new file mode 100644 index 00000000..7469056a --- /dev/null +++ b/proto/mycel/registry/module/v1/module.proto @@ -0,0 +1,12 @@ +syntax = "proto3"; + +package mycel.registry.module.v1; + +import "cosmos/app/v1alpha1/module.proto"; + +// Module is the config object of the registry module. +message Module { + option (cosmos.app.v1alpha1.module) = { + go_import : "github.com/mycel-domain/mycel/x/registry" + }; +} \ No newline at end of file diff --git a/proto/mycel/registry/tx.proto b/proto/mycel/registry/tx.proto deleted file mode 100644 index 7a2ec14c..00000000 --- a/proto/mycel/registry/tx.proto +++ /dev/null @@ -1,99 +0,0 @@ -syntax = "proto3"; - -package mycel.registry; - -import "cosmos/base/v1beta1/coin.proto"; -import "gogoproto/gogo.proto"; -import "mycel/registry/top_level_domain.proto"; - -option go_package = "github.com/mycel-domain/mycel/x/registry/types"; - -// Msg defines the Msg service. -service Msg { - rpc UpdateWalletRecord (MsgUpdateWalletRecord ) returns (MsgUpdateWalletRecordResponse ); - rpc UpdateDnsRecord (MsgUpdateDnsRecord ) returns (MsgUpdateDnsRecordResponse ); - rpc RegisterSecondLevelDomain (MsgRegisterSecondLevelDomain ) returns (MsgRegisterSecondLevelDomainResponse ); - rpc RegisterTopLevelDomain (MsgRegisterTopLevelDomain ) returns (MsgRegisterTopLevelDomainResponse ); - rpc WithdrawRegistrationFee (MsgWithdrawRegistrationFee ) returns (MsgWithdrawRegistrationFeeResponse ); - rpc ExtendTopLevelDomainExpirationDate (MsgExtendTopLevelDomainExpirationDate ) returns (MsgExtendTopLevelDomainExpirationDateResponse ); - rpc UpdateTextRecord (MsgUpdateTextRecord ) returns (MsgUpdateTextRecordResponse ); - rpc UpdateTopLevelDomainRegistrationPolicy (MsgUpdateTopLevelDomainRegistrationPolicy) returns (MsgUpdateTopLevelDomainRegistrationPolicyResponse); -} -message MsgUpdateWalletRecord { - string creator = 1; - string name = 2; - string parent = 3; - string walletRecordType = 4; - string value = 5; -} - -message MsgUpdateWalletRecordResponse {} - -message MsgUpdateDnsRecord { - string creator = 1; - string name = 2; - string parent = 3; - string dnsRecordType = 4; - string value = 5; -} - -message MsgUpdateDnsRecordResponse {} - -message MsgRegisterSecondLevelDomain { - string creator = 1; - string name = 2; - string parent = 3; - uint64 registrationPeriodInYear = 4; -} - -message MsgRegisterSecondLevelDomainResponse {} - -message MsgRegisterTopLevelDomain { - string creator = 1; - string name = 2; - uint64 registrationPeriodInYear = 3; -} - -message MsgRegisterTopLevelDomainResponse { - TopLevelDomain topLevelDomain = 1; - TopLevelDomainFee fee = 2; -} - -message MsgWithdrawRegistrationFee { - string creator = 1; - string name = 2; -} - -message MsgWithdrawRegistrationFeeResponse { - repeated cosmos.base.v1beta1.Coin registrationFee = 7 [(gogoproto.nullable) = false, (gogoproto.castrepeated) = "github.com/cosmos/cosmos-sdk/types.Coins"]; -} - -message MsgExtendTopLevelDomainExpirationDate { - string creator = 1; - string name = 2; - uint64 extensionPeriodInYear = 3; -} - -message MsgExtendTopLevelDomainExpirationDateResponse { - TopLevelDomain topLevelDomain = 1; - TopLevelDomainFee fee = 2; -} - -message MsgUpdateTextRecord { - string creator = 1; - string name = 2; - string parent = 3; - string key = 4; - string value = 5; -} - -message MsgUpdateTextRecordResponse {} - -message MsgUpdateTopLevelDomainRegistrationPolicy { - string creator = 1; - string name = 2; - string registrationPolicy = 3; -} - -message MsgUpdateTopLevelDomainRegistrationPolicyResponse {} - diff --git a/proto/mycel/registry/access_control.proto b/proto/mycel/registry/v1beta1/access_control.proto similarity index 87% rename from proto/mycel/registry/access_control.proto rename to proto/mycel/registry/v1beta1/access_control.proto index 32c456e1..300de370 100644 --- a/proto/mycel/registry/access_control.proto +++ b/proto/mycel/registry/v1beta1/access_control.proto @@ -1,5 +1,5 @@ syntax = "proto3"; -package mycel.registry; +package mycel.registry.v1beta1; option go_package = "github.com/mycel-domain/mycel/x/registry/types"; @@ -13,4 +13,3 @@ enum DomainRole { OWNER = 1; EDITOR = 2; } - diff --git a/proto/mycel/registry/dns_record.proto b/proto/mycel/registry/v1beta1/dns_record.proto similarity index 87% rename from proto/mycel/registry/dns_record.proto rename to proto/mycel/registry/v1beta1/dns_record.proto index 8189126d..30ebe803 100644 --- a/proto/mycel/registry/dns_record.proto +++ b/proto/mycel/registry/v1beta1/dns_record.proto @@ -1,5 +1,5 @@ syntax = "proto3"; -package mycel.registry; +package mycel.registry.v1beta1; option go_package = "github.com/mycel-domain/mycel/x/registry/types"; diff --git a/proto/mycel/registry/domain_ownership.proto b/proto/mycel/registry/v1beta1/domain_ownership.proto similarity index 71% rename from proto/mycel/registry/domain_ownership.proto rename to proto/mycel/registry/v1beta1/domain_ownership.proto index baea7772..54818f62 100644 --- a/proto/mycel/registry/domain_ownership.proto +++ b/proto/mycel/registry/v1beta1/domain_ownership.proto @@ -1,5 +1,5 @@ syntax = "proto3"; -package mycel.registry; +package mycel.registry.v1beta1; import "cosmos_proto/cosmos.proto"; @@ -11,6 +11,6 @@ message OwnedDomain { } message DomainOwnership { - string owner = 1 [(cosmos_proto.scalar) = "cosmos.AddressString"]; + string owner = 1 [ (cosmos_proto.scalar) = "cosmos.AddressString" ]; repeated OwnedDomain domains = 2; } diff --git a/proto/mycel/registry/v1beta1/genesis.proto b/proto/mycel/registry/v1beta1/genesis.proto new file mode 100644 index 00000000..0e20ccff --- /dev/null +++ b/proto/mycel/registry/v1beta1/genesis.proto @@ -0,0 +1,20 @@ +syntax = "proto3"; +package mycel.registry.v1beta1; + +import "gogoproto/gogo.proto"; +import "mycel/registry/v1beta1/domain_ownership.proto"; +import "mycel/registry/v1beta1/params.proto"; +import "mycel/registry/v1beta1/second_level_domain.proto"; +import "mycel/registry/v1beta1/top_level_domain.proto"; + +option go_package = "github.com/mycel-domain/mycel/x/registry/types"; + +// GenesisState defines the registry module's genesis state. +message GenesisState { + Params params = 1 [ (gogoproto.nullable) = false ]; + repeated TopLevelDomain topLevelDomains = 2 [ (gogoproto.nullable) = false ]; + repeated SecondLevelDomain secondLevelDomains = 3 + [ (gogoproto.nullable) = false ]; + repeated DomainOwnership domainOwnerships = 4 + [ (gogoproto.nullable) = false ]; +} diff --git a/proto/mycel/registry/network_name.proto b/proto/mycel/registry/v1beta1/network_name.proto similarity index 92% rename from proto/mycel/registry/network_name.proto rename to proto/mycel/registry/v1beta1/network_name.proto index 538e3fc2..666c6f1c 100644 --- a/proto/mycel/registry/network_name.proto +++ b/proto/mycel/registry/v1beta1/network_name.proto @@ -1,5 +1,5 @@ syntax = "proto3"; -package mycel.registry; +package mycel.registry.v1beta1; option go_package = "github.com/mycel-domain/mycel/x/registry/types"; @@ -37,9 +37,9 @@ enum NetworkName { // Arbitrum ARBITRUM_MAINNET_MAINNET = 20013; ARBITRUM_TESTNET_GOERLI = 20014; - //Shardeum - // SHARDEUM_MAINNET_ = 20015; - // SHARDEUM_TESTNET_ = 20016; + // Shardeum + // SHARDEUM_MAINNET_ = 20015; + // SHARDEUM_TESTNET_ = 20016; SHARDEUM_BETANET_SPHINX = 20017; // Zetachain // ZETA_MAINNET_MAINNET = 20018; @@ -48,7 +48,7 @@ enum NetworkName { EVM_DEFAULT_DEFAULT = 29999; // MOVE 3xxxx - //Aptos + // Aptos APTOS_MAINNET_MAINNET = 30000; APTOS_TESTNET_TESTNET = 30001; // Sui @@ -62,5 +62,4 @@ enum NetworkName { SOLANA_TESTNET_TESTNET = 40001; // DEFAULT SOLANA_DEFAULT_DEFAULT = 49999; - } diff --git a/proto/mycel/registry/params.proto b/proto/mycel/registry/v1beta1/params.proto similarity index 90% rename from proto/mycel/registry/params.proto rename to proto/mycel/registry/v1beta1/params.proto index 54cbd76e..6ab21c30 100644 --- a/proto/mycel/registry/params.proto +++ b/proto/mycel/registry/v1beta1/params.proto @@ -1,5 +1,5 @@ syntax = "proto3"; -package mycel.registry; +package mycel.registry.v1beta1; import "gogoproto/gogo.proto"; diff --git a/proto/mycel/registry/query.proto b/proto/mycel/registry/v1beta1/query.proto similarity index 82% rename from proto/mycel/registry/query.proto rename to proto/mycel/registry/v1beta1/query.proto index 6b5f75d3..3a37ae62 100644 --- a/proto/mycel/registry/query.proto +++ b/proto/mycel/registry/v1beta1/query.proto @@ -1,16 +1,16 @@ syntax = "proto3"; -package mycel.registry; +package mycel.registry.v1beta1; import "cosmos/base/query/v1beta1/pagination.proto"; import "cosmos/base/v1beta1/coin.proto"; import "gogoproto/gogo.proto"; import "google/api/annotations.proto"; import "google/protobuf/timestamp.proto"; -import "mycel/registry/domain_ownership.proto"; -import "mycel/registry/params.proto"; -import "mycel/registry/second_level_domain.proto"; -import "mycel/registry/top_level_domain.proto"; +import "mycel/registry/v1beta1/domain_ownership.proto"; +import "mycel/registry/v1beta1/params.proto"; +import "mycel/registry/v1beta1/second_level_domain.proto"; +import "mycel/registry/v1beta1/top_level_domain.proto"; option go_package = "github.com/mycel-domain/mycel/x/registry/types"; @@ -19,55 +19,57 @@ service Query { // Parameters queries the parameters of the module. rpc Params(QueryParamsRequest) returns (QueryParamsResponse) { - option (google.api.http).get = "/mycel/registry/params"; + option (google.api.http).get = "/mycel/registry/v1beta1/params"; } // Queries a list of TopLevelDomain items. rpc TopLevelDomain(QueryGetTopLevelDomainRequest) returns (QueryGetTopLevelDomainResponse) { option (google.api.http).get = - "/mycel-domain/mycel/registry/top_level_domain/{name}"; + "/mycel-domain/mycel/registry/v1beta1/top_level_domain/{name}"; } rpc TopLevelDomainAll(QueryAllTopLevelDomainRequest) returns (QueryAllTopLevelDomainResponse) { option (google.api.http).get = - "/mycel-domain/mycel/registry/top_level_domain"; + "/mycel-domain/mycel/registry/v1beta1/top_level_domain"; } // Queries a list of SecondLevelDomain items. rpc SecondLevelDomain(QueryGetSecondLevelDomainRequest) returns (QueryGetSecondLevelDomainResponse) { option (google.api.http).get = - "/mycel/registry/second_level_domain/{name}/{parent}"; + "/mycel/registry/v1beta1/second_level_domain/{name}/{parent}"; } rpc SecondLevelDomainAll(QueryAllSecondLevelDomainRequest) returns (QueryAllSecondLevelDomainResponse) { - option (google.api.http).get = "/mycel/registry/second_level_domain"; + option (google.api.http).get = + "/mycel/registry/v1beta1/second_level_domain"; } // Queries a list of DomainOwnership items. rpc DomainOwnership(QueryGetDomainOwnershipRequest) returns (QueryGetDomainOwnershipResponse) { option (google.api.http).get = - "/mycel-domain/mycel/registry/domain_ownership/{owner}"; + "/mycel-domain/mycel/registry/v1beta1/domain_ownership/{owner}"; } rpc DomainOwnershipAll(QueryAllDomainOwnershipRequest) returns (QueryAllDomainOwnershipResponse) { option (google.api.http).get = - "/mycel-domain/mycel/registry/domain_ownership"; + "/mycel-domain/mycel/registry/v1beta1/domain_ownership"; } // Queries a list of DomainRegistrationFee items. rpc DomainRegistrationFee(QueryDomainRegistrationFeeRequest) returns (QueryDomainRegistrationFeeResponse) { option (google.api.http).get = - "/mycel-domain/mycel/registry/domain_registration_fee/{name}/{parent}/{registerer}"; + "/mycel-domain/mycel/registry/v1beta1/domain_registration_fee/{name}/" + "{parent}/{registerer}"; } // Queries a list of Role items. rpc Role(QueryRoleRequest) returns (QueryRoleResponse) { option (google.api.http).get = - "/mycel-domain/mycel/registry/role/{domainName}/{address}"; + "/mycel-domain/mycel/registry/v1beta1/role/{domainName}/{address}"; } } // QueryParamsRequest is request type for the Query/Params RPC method. diff --git a/proto/mycel/registry/second_level_domain.proto b/proto/mycel/registry/v1beta1/second_level_domain.proto similarity index 69% rename from proto/mycel/registry/second_level_domain.proto rename to proto/mycel/registry/v1beta1/second_level_domain.proto index c7e66973..a4634a35 100644 --- a/proto/mycel/registry/second_level_domain.proto +++ b/proto/mycel/registry/v1beta1/second_level_domain.proto @@ -1,11 +1,11 @@ syntax = "proto3"; -package mycel.registry; +package mycel.registry.v1beta1; import "gogoproto/gogo.proto"; import "google/protobuf/timestamp.proto"; -import "mycel/registry/dns_record.proto"; -import "mycel/registry/network_name.proto"; -import "mycel/registry/access_control.proto"; +import "mycel/registry/v1beta1/dns_record.proto"; +import "mycel/registry/v1beta1/network_name.proto"; +import "mycel/registry/v1beta1/access_control.proto"; option go_package = "github.com/mycel-domain/mycel/x/registry/types"; @@ -36,10 +36,8 @@ message SecondLevelDomain { string name = 1; string parent = 2; string owner = 3; - google.protobuf.Timestamp expirationDate = 4 [ - (gogoproto.stdtime) = true, - (gogoproto.nullable) = false - ]; + google.protobuf.Timestamp expirationDate = 4 + [ (gogoproto.stdtime) = true, (gogoproto.nullable) = false ]; repeated Record records = 5; repeated AccessControl accessControl = 6; } diff --git a/proto/mycel/registry/subdomain_config.proto b/proto/mycel/registry/v1beta1/subdomain_config.proto similarity index 90% rename from proto/mycel/registry/subdomain_config.proto rename to proto/mycel/registry/v1beta1/subdomain_config.proto index e75e03b5..4ea060da 100644 --- a/proto/mycel/registry/subdomain_config.proto +++ b/proto/mycel/registry/v1beta1/subdomain_config.proto @@ -1,8 +1,8 @@ syntax = "proto3"; -package mycel.registry; +package mycel.registry.v1beta1; import "cosmos/base/v1beta1/coin.proto"; -import "mycel/registry/access_control.proto"; +import "mycel/registry/v1beta1/access_control.proto"; option go_package = "github.com/mycel-domain/mycel/x/registry/types"; diff --git a/proto/mycel/registry/top_level_domain.proto b/proto/mycel/registry/v1beta1/top_level_domain.proto similarity index 89% rename from proto/mycel/registry/top_level_domain.proto rename to proto/mycel/registry/v1beta1/top_level_domain.proto index 466a32e8..7fc6f090 100644 --- a/proto/mycel/registry/top_level_domain.proto +++ b/proto/mycel/registry/v1beta1/top_level_domain.proto @@ -1,11 +1,11 @@ syntax = "proto3"; -package mycel.registry; +package mycel.registry.v1beta1; import "cosmos/base/v1beta1/coin.proto"; import "gogoproto/gogo.proto"; import "google/protobuf/timestamp.proto"; -import "mycel/registry/access_control.proto"; -import "mycel/registry/subdomain_config.proto"; +import "mycel/registry/v1beta1/access_control.proto"; +import "mycel/registry/v1beta1/subdomain_config.proto"; option go_package = "github.com/mycel-domain/mycel/x/registry/types"; diff --git a/proto/mycel/registry/v1beta1/tx.proto b/proto/mycel/registry/v1beta1/tx.proto new file mode 100644 index 00000000..9745ed68 --- /dev/null +++ b/proto/mycel/registry/v1beta1/tx.proto @@ -0,0 +1,109 @@ +syntax = "proto3"; + +package mycel.registry.v1beta1; + +import "cosmos/base/v1beta1/coin.proto"; +import "gogoproto/gogo.proto"; +import "mycel/registry/v1beta1/top_level_domain.proto"; + +option go_package = "github.com/mycel-domain/mycel/x/registry/types"; + +// Msg defines the Msg service. +service Msg { + rpc UpdateWalletRecord(MsgUpdateWalletRecord) + returns (MsgUpdateWalletRecordResponse); + rpc UpdateDnsRecord(MsgUpdateDnsRecord) returns (MsgUpdateDnsRecordResponse); + rpc RegisterSecondLevelDomain(MsgRegisterSecondLevelDomain) + returns (MsgRegisterSecondLevelDomainResponse); + rpc RegisterTopLevelDomain(MsgRegisterTopLevelDomain) + returns (MsgRegisterTopLevelDomainResponse); + rpc WithdrawRegistrationFee(MsgWithdrawRegistrationFee) + returns (MsgWithdrawRegistrationFeeResponse); + rpc ExtendTopLevelDomainExpirationDate(MsgExtendTopLevelDomainExpirationDate) + returns (MsgExtendTopLevelDomainExpirationDateResponse); + rpc UpdateTextRecord(MsgUpdateTextRecord) + returns (MsgUpdateTextRecordResponse); + rpc UpdateTopLevelDomainRegistrationPolicy( + MsgUpdateTopLevelDomainRegistrationPolicy) + returns (MsgUpdateTopLevelDomainRegistrationPolicyResponse); +} +message MsgUpdateWalletRecord { + string creator = 1; + string name = 2; + string parent = 3; + string walletRecordType = 4; + string value = 5; +} + +message MsgUpdateWalletRecordResponse {} + +message MsgUpdateDnsRecord { + string creator = 1; + string name = 2; + string parent = 3; + string dnsRecordType = 4; + string value = 5; +} + +message MsgUpdateDnsRecordResponse {} + +message MsgRegisterSecondLevelDomain { + string creator = 1; + string name = 2; + string parent = 3; + uint64 registrationPeriodInYear = 4; +} + +message MsgRegisterSecondLevelDomainResponse {} + +message MsgRegisterTopLevelDomain { + string creator = 1; + string name = 2; + uint64 registrationPeriodInYear = 3; +} + +message MsgRegisterTopLevelDomainResponse { + TopLevelDomain topLevelDomain = 1; + TopLevelDomainFee fee = 2; +} + +message MsgWithdrawRegistrationFee { + string creator = 1; + string name = 2; +} + +message MsgWithdrawRegistrationFeeResponse { + repeated cosmos.base.v1beta1.Coin registrationFee = 7 [ + (gogoproto.nullable) = false, + (gogoproto.castrepeated) = "github.com/cosmos/cosmos-sdk/types.Coins" + ]; +} + +message MsgExtendTopLevelDomainExpirationDate { + string creator = 1; + string name = 2; + uint64 extensionPeriodInYear = 3; +} + +message MsgExtendTopLevelDomainExpirationDateResponse { + TopLevelDomain topLevelDomain = 1; + TopLevelDomainFee fee = 2; +} + +message MsgUpdateTextRecord { + string creator = 1; + string name = 2; + string parent = 3; + string key = 4; + string value = 5; +} + +message MsgUpdateTextRecordResponse {} + +message MsgUpdateTopLevelDomainRegistrationPolicy { + string creator = 1; + string name = 2; + string registrationPolicy = 3; +} + +message MsgUpdateTopLevelDomainRegistrationPolicyResponse {} diff --git a/proto/mycel/resolver/module/v1/module.proto b/proto/mycel/resolver/module/v1/module.proto new file mode 100644 index 00000000..708e62bf --- /dev/null +++ b/proto/mycel/resolver/module/v1/module.proto @@ -0,0 +1,12 @@ +syntax = "proto3"; + +package mycel.resolver.module.v1; + +import "cosmos/app/v1alpha1/module.proto"; + +// Module is the config object of the resolver module. +message Module { + option (cosmos.app.v1alpha1.module) = { + go_import : "github.com/mycel-domain/mycel/x/resolver" + }; +} \ No newline at end of file diff --git a/proto/mycel/resolver/query.proto b/proto/mycel/resolver/query.proto deleted file mode 100644 index c9f34ce8..00000000 --- a/proto/mycel/resolver/query.proto +++ /dev/null @@ -1,93 +0,0 @@ -syntax = "proto3"; - -package mycel.resolver; - -import "cosmos/base/query/v1beta1/pagination.proto"; -import "gogoproto/gogo.proto"; -import "google/api/annotations.proto"; -import "mycel/registry/second_level_domain.proto"; -import "mycel/resolver/params.proto"; - -option go_package = "github.com/mycel-domain/mycel/x/resolver/types"; - -// Query defines the gRPC querier service. -service Query { - - // Parameters queries the parameters of the module. - rpc Params (QueryParamsRequest) returns (QueryParamsResponse) { - option (google.api.http).get = "/mycel-domain/mycel/resolver/params"; - - } - - // Queries a list of QueryWalletRecord items. - rpc WalletRecord (QueryWalletRecordRequest) returns (QueryWalletRecordResponse) { - option (google.api.http).get = "/mycel-domain/mycel/resolver/wallet_record/{domainName}/{domainParent}/{walletRecordType}"; - - } - - // Queries a list of DnsRecord items. - rpc DnsRecord (QueryDnsRecordRequest) returns (QueryDnsRecordResponse) { - option (google.api.http).get = "/mycel-domain/mycel/resolver/dns_record/{domainName}/{domainParent}/{dnsRecordType}"; - - } - - // Queries a list of AllRecord items. - rpc AllRecords (QueryAllRecordsRequest) returns (QueryAllRecordsResponse) { - option (google.api.http).get = "/mycel-domain/mycel/resolver/all_records/{domainName}/{domainParent}"; - - } - - // Queries a list of TextRecord items. - rpc TextRecord (QueryTextRecordRequest) returns (QueryTextRecordResponse) { - option (google.api.http).get = "/mycel-domain/mycel/resolver/text_record/{domainName}/{domainParent}/{key}"; - - } -} -// QueryParamsRequest is request type for the Query/Params RPC method. -message QueryParamsRequest {} - -// QueryParamsResponse is response type for the Query/Params RPC method. -message QueryParamsResponse { - - // params holds all the parameters of this module. - Params params = 1 [(gogoproto.nullable) = false]; -} - -message QueryWalletRecordRequest { - string domainName = 1; - string domainParent = 2; - string walletRecordType = 3; -} - -message QueryWalletRecordResponse { - mycel.registry.WalletRecord value = 1; -} - -message QueryDnsRecordRequest { - string domainName = 1; - string domainParent = 2; - string dnsRecordType = 3; -} - -message QueryDnsRecordResponse { - mycel.registry.DnsRecord value = 1; -} - -message QueryAllRecordsRequest { - string domainName = 1; - string domainParent = 2; -} - -message QueryAllRecordsResponse { - map values = 1; -} - -message QueryTextRecordRequest { - string domainName = 1; - string domainParent = 2; - string key = 3; -} - -message QueryTextRecordResponse { - mycel.registry.TextRecord value = 1; -} diff --git a/proto/mycel/resolver/genesis.proto b/proto/mycel/resolver/v1beta1/genesis.proto similarity index 54% rename from proto/mycel/resolver/genesis.proto rename to proto/mycel/resolver/v1beta1/genesis.proto index 1671854f..4207ae52 100644 --- a/proto/mycel/resolver/genesis.proto +++ b/proto/mycel/resolver/v1beta1/genesis.proto @@ -1,12 +1,10 @@ syntax = "proto3"; -package mycel.resolver; +package mycel.resolver.v1beta1; import "gogoproto/gogo.proto"; -import "mycel/resolver/params.proto"; +import "mycel/resolver/v1beta1/params.proto"; option go_package = "github.com/mycel-domain/mycel/x/resolver/types"; // GenesisState defines the resolver module's genesis state. -message GenesisState { - Params params = 1 [(gogoproto.nullable) = false]; -} +message GenesisState { Params params = 1 [ (gogoproto.nullable) = false ]; } diff --git a/proto/mycel/resolver/params.proto b/proto/mycel/resolver/v1beta1/params.proto similarity index 64% rename from proto/mycel/resolver/params.proto rename to proto/mycel/resolver/v1beta1/params.proto index d651423e..9d1819d5 100644 --- a/proto/mycel/resolver/params.proto +++ b/proto/mycel/resolver/v1beta1/params.proto @@ -1,11 +1,9 @@ syntax = "proto3"; -package mycel.resolver; +package mycel.resolver.v1beta1; import "gogoproto/gogo.proto"; option go_package = "github.com/mycel-domain/mycel/x/resolver/types"; // Params defines the parameters for the module. -message Params { - option (gogoproto.goproto_stringer) = false; -} +message Params { option (gogoproto.goproto_stringer) = false; } diff --git a/proto/mycel/resolver/v1beta1/query.proto b/proto/mycel/resolver/v1beta1/query.proto new file mode 100644 index 00000000..ebdf9b13 --- /dev/null +++ b/proto/mycel/resolver/v1beta1/query.proto @@ -0,0 +1,91 @@ +syntax = "proto3"; + +package mycel.resolver.v1beta1; + +import "cosmos/base/query/v1beta1/pagination.proto"; +import "gogoproto/gogo.proto"; +import "google/api/annotations.proto"; +import "mycel/registry/v1beta1/second_level_domain.proto"; +import "mycel/resolver/v1beta1/params.proto"; + +option go_package = "github.com/mycel-domain/mycel/x/resolver/types"; + +// Query defines the gRPC querier service. +service Query { + + // Parameters queries the parameters of the module. + rpc Params(QueryParamsRequest) returns (QueryParamsResponse) { + option (google.api.http).get = + "/mycel-domain/mycel/resolver/v1beta1/params"; + } + + // Queries a list of QueryWalletRecord items. + rpc WalletRecord(QueryWalletRecordRequest) + returns (QueryWalletRecordResponse) { + option (google.api.http).get = + "/mycel-domain/mycel/resolver/v1beta1/wallet_record/{domainName}/" + "{domainParent}/{walletRecordType}"; + } + + // Queries a list of DnsRecord items. + rpc DnsRecord(QueryDnsRecordRequest) returns (QueryDnsRecordResponse) { + option (google.api.http).get = + "/mycel-domain/mycel/resolver/v1beta1/dns_record/{domainName}/" + "{domainParent}/{dnsRecordType}"; + } + + // Queries a list of AllRecord items. + rpc AllRecords(QueryAllRecordsRequest) returns (QueryAllRecordsResponse) { + option (google.api.http).get = "/mycel-domain/mycel/resolver/v1beta1/" + "all_records/{domainName}/{domainParent}"; + } + + // Queries a list of TextRecord items. + rpc TextRecord(QueryTextRecordRequest) returns (QueryTextRecordResponse) { + option (google.api.http).get = + "/mycel-domain/mycel/resolver/v1beta1/text_record/{domainName}/" + "{domainParent}/{key}"; + } +} +// QueryParamsRequest is request type for the Query/Params RPC method. +message QueryParamsRequest {} + +// QueryParamsResponse is response type for the Query/Params RPC method. +message QueryParamsResponse { + + // params holds all the parameters of this module. + Params params = 1 [ (gogoproto.nullable) = false ]; +} + +message QueryWalletRecordRequest { + string domainName = 1; + string domainParent = 2; + string walletRecordType = 3; +} + +message QueryWalletRecordResponse { mycel.registry.v1beta1.WalletRecord value = 1; } + +message QueryDnsRecordRequest { + string domainName = 1; + string domainParent = 2; + string dnsRecordType = 3; +} + +message QueryDnsRecordResponse { mycel.registry.v1beta1.DnsRecord value = 1; } + +message QueryAllRecordsRequest { + string domainName = 1; + string domainParent = 2; +} + +message QueryAllRecordsResponse { + map values = 1; +} + +message QueryTextRecordRequest { + string domainName = 1; + string domainParent = 2; + string key = 3; +} + +message QueryTextRecordResponse { mycel.registry.v1beta1.TextRecord value = 1; } diff --git a/proto/mycel/resolver/tx.proto b/proto/mycel/resolver/v1beta1/tx.proto similarity index 81% rename from proto/mycel/resolver/tx.proto rename to proto/mycel/resolver/v1beta1/tx.proto index 15538b84..765cc41f 100644 --- a/proto/mycel/resolver/tx.proto +++ b/proto/mycel/resolver/v1beta1/tx.proto @@ -1,5 +1,5 @@ syntax = "proto3"; -package mycel.resolver; +package mycel.resolver.v1beta1; option go_package = "github.com/mycel-domain/mycel/x/resolver/types"; diff --git a/scripts/protocgen.sh b/scripts/protocgen.sh new file mode 100755 index 00000000..39e06ca1 --- /dev/null +++ b/scripts/protocgen.sh @@ -0,0 +1,34 @@ +#!/usr/bin/env bash + +# How to run manually: +# docker build --pull --rm -f "contrib/devtools/Dockerfile" -t cosmossdk-proto:latest "contrib/devtools" +# docker run --rm -v $(pwd):/workspace --workdir /workspace cosmossdk-proto sh ./scripts/protocgen.sh + +echo "Formatting Protobuf files" +find ./ -name "*.proto" -exec clang-format -i {} \; + +set -e + +echo "Generating gogo proto code" +cd proto +proto_dirs=$(find ./mycel -path -prune -o -name '*.proto' -print0 | xargs -0 -n1 dirname | sort | uniq | grep -v '^./cosmos/store/') +for dir in $proto_dirs; do + for file in $(find "${dir}" -maxdepth 1 -name '*.proto'); do + # this regex checks if a proto file has its go_package set to mycel/api/... + # gogo proto files SHOULD ONLY be generated if this is false + # we don't want gogo proto to run for proto files which are natively built for google.golang.org/protobuf + if grep -q "option go_package" "$file" && grep -H -o -c 'option go_package.*cosmossdk.io/api' "$file" | grep -q ':0$'; then + buf generate --template buf.gen.gogo.yaml $file + fi + done +done + +cd .. + +# move proto files to the right places +echo "Move proto files to the right places" +cp -r proto/github.com/mycel-domain/mycel/* ./ +rm -rf proto/github.com + +echo "Run go mod tidy to clean up go.mod and go.sum files" +go mod tidy diff --git a/tools/tools.go b/tools/tools.go index 6e7a12d4..c2f88d47 100644 --- a/tools/tools.go +++ b/tools/tools.go @@ -3,9 +3,13 @@ package tools import ( + _ "github.com/bufbuild/buf/cmd/buf" + _ "github.com/cosmos/cosmos-proto/cmd/protoc-gen-go-pulsar" _ "github.com/cosmos/gogoproto/protoc-gen-gocosmos" _ "github.com/golang/protobuf/protoc-gen-go" _ "github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway" _ "github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger" _ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2" + _ "google.golang.org/grpc/cmd/protoc-gen-go-grpc" + _ "google.golang.org/protobuf/cmd/protoc-gen-go" ) diff --git a/x/epochs/types/epoch_info.pb.go b/x/epochs/types/epoch_info.pb.go index 8046aa36..b9282df2 100644 --- a/x/epochs/types/epoch_info.pb.go +++ b/x/epochs/types/epoch_info.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: mycel/epochs/epoch_info.proto +// source: mycel/epochs/v1beta1/epoch_info.proto package types @@ -42,7 +42,7 @@ func (m *EpochInfo) Reset() { *m = EpochInfo{} } func (m *EpochInfo) String() string { return proto.CompactTextString(m) } func (*EpochInfo) ProtoMessage() {} func (*EpochInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_e9f0c1175734b392, []int{0} + return fileDescriptor_33d4570779b75db9, []int{0} } func (m *EpochInfo) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -121,39 +121,42 @@ func (m *EpochInfo) GetCurrentEpochStartHeight() int64 { } func init() { - proto.RegisterType((*EpochInfo)(nil), "mycel.epochs.EpochInfo") + proto.RegisterType((*EpochInfo)(nil), "mycel.epochs.v1beta1.EpochInfo") } -func init() { proto.RegisterFile("mycel/epochs/epoch_info.proto", fileDescriptor_e9f0c1175734b392) } +func init() { + proto.RegisterFile("mycel/epochs/v1beta1/epoch_info.proto", fileDescriptor_33d4570779b75db9) +} -var fileDescriptor_e9f0c1175734b392 = []byte{ - // 412 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0x3f, 0x8f, 0xd3, 0x30, - 0x18, 0xc6, 0x63, 0x0a, 0xc7, 0xd5, 0x9c, 0x84, 0xb0, 0x0e, 0x11, 0x2a, 0x9d, 0x13, 0x65, 0x8a, - 0xc4, 0x91, 0x88, 0x63, 0x41, 0x8c, 0xe5, 0x8f, 0x60, 0x0d, 0x95, 0x90, 0x58, 0xaa, 0x34, 0x71, - 0x12, 0x4b, 0xb5, 0x1d, 0x25, 0x8e, 0x44, 0x06, 0xbe, 0x43, 0x47, 0x3e, 0x52, 0xc7, 0x8e, 0x4c, - 0x01, 0xb5, 0x1b, 0x63, 0xbf, 0x00, 0x28, 0x76, 0x52, 0x4a, 0x5b, 0xc4, 0x94, 0xbc, 0xfe, 0xbd, - 0x7e, 0x9e, 0xf7, 0xb1, 0x0d, 0xaf, 0x58, 0x1d, 0x91, 0xb9, 0x4f, 0x72, 0x11, 0x65, 0xa5, 0xfe, - 0x4c, 0x29, 0x4f, 0x84, 0x97, 0x17, 0x42, 0x0a, 0x74, 0xa1, 0xb0, 0xa7, 0xf1, 0xe8, 0x32, 0x15, - 0xa9, 0x50, 0xc0, 0x6f, 0xff, 0x74, 0xcf, 0x08, 0xa7, 0x42, 0xa4, 0x73, 0xe2, 0xab, 0x6a, 0x56, - 0x25, 0x7e, 0x5c, 0x15, 0xa1, 0xa4, 0x82, 0x77, 0xdc, 0x3a, 0xe4, 0x92, 0x32, 0x52, 0xca, 0x90, - 0xe5, 0xba, 0xc1, 0xf9, 0x35, 0x80, 0xc3, 0x37, 0xad, 0xc3, 0x7b, 0x9e, 0x08, 0x84, 0x21, 0xa4, - 0x31, 0xe1, 0x92, 0x26, 0x94, 0x14, 0x26, 0xb0, 0x81, 0x3b, 0x0c, 0xf6, 0x56, 0xd0, 0x47, 0x38, - 0x2c, 0x65, 0x58, 0xc8, 0x09, 0x65, 0xc4, 0xbc, 0x65, 0x03, 0xf7, 0xde, 0xcd, 0xc8, 0xd3, 0x16, - 0x5e, 0x6f, 0xe1, 0x4d, 0x7a, 0x8b, 0xf1, 0xd5, 0xb2, 0xb1, 0x8c, 0x6d, 0x63, 0x3d, 0xa8, 0x43, - 0x36, 0x7f, 0xe9, 0xa8, 0xad, 0xd3, 0x76, 0x02, 0x67, 0xf1, 0xdd, 0x02, 0xc1, 0x1f, 0x2d, 0x94, - 0xc1, 0xf3, 0x7e, 0x72, 0x73, 0xa0, 0x74, 0x1f, 0x1f, 0xe9, 0xbe, 0xee, 0x1a, 0xc6, 0xcf, 0x5a, - 0xd9, 0x9f, 0x8d, 0x85, 0xfa, 0x2d, 0xd7, 0x82, 0x51, 0x49, 0x58, 0x2e, 0xeb, 0x6d, 0x63, 0xdd, - 0xd7, 0x66, 0x3d, 0x73, 0xbe, 0xb6, 0x56, 0x3b, 0x75, 0xe4, 0xc0, 0x8b, 0xa8, 0x2a, 0x0a, 0xc2, - 0xa5, 0x8a, 0x6d, 0xde, 0xb6, 0x81, 0x3b, 0x08, 0xfe, 0x5a, 0x43, 0x5f, 0xe0, 0xc3, 0xfd, 0xfa, - 0xc3, 0x2e, 0xf2, 0x9d, 0xff, 0x46, 0x7e, 0xd2, 0x45, 0xb6, 0xf4, 0x14, 0x9d, 0xcc, 0x54, 0x5f, - 0xee, 0xe1, 0x01, 0x9c, 0x76, 0x41, 0x37, 0xf0, 0x52, 0xf5, 0xbf, 0x12, 0x15, 0x97, 0x94, 0xa7, - 0x8a, 0x90, 0xd8, 0x3c, 0xb3, 0x81, 0x7b, 0x1e, 0x9c, 0x64, 0xe8, 0x05, 0x7c, 0x74, 0x24, 0xf6, - 0x8e, 0xd0, 0x34, 0x93, 0xe6, 0x5d, 0x95, 0xf0, 0x5f, 0x78, 0xfc, 0x76, 0xb9, 0xc6, 0x60, 0xb5, - 0xc6, 0xe0, 0xc7, 0x1a, 0x83, 0xc5, 0x06, 0x1b, 0xab, 0x0d, 0x36, 0xbe, 0x6d, 0xb0, 0xf1, 0xe9, - 0x3a, 0xa5, 0x32, 0xab, 0x66, 0x5e, 0x24, 0x98, 0xaf, 0xde, 0xe2, 0xd3, 0x58, 0xb0, 0x90, 0x72, - 0x5d, 0xf8, 0x9f, 0xfb, 0x97, 0x2b, 0xeb, 0x9c, 0x94, 0xb3, 0x33, 0x75, 0x1a, 0xcf, 0x7f, 0x07, - 0x00, 0x00, 0xff, 0xff, 0x2a, 0x96, 0x2c, 0x27, 0xd6, 0x02, 0x00, 0x00, +var fileDescriptor_33d4570779b75db9 = []byte{ + // 421 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0x4f, 0x8b, 0xd3, 0x40, + 0x1c, 0xcd, 0x58, 0x5d, 0xb7, 0xa3, 0x20, 0x0e, 0x15, 0x63, 0xc1, 0x49, 0x08, 0x08, 0x01, 0xd7, + 0x84, 0xae, 0x17, 0xf1, 0x58, 0xff, 0xa0, 0xd7, 0xb8, 0x20, 0x78, 0x29, 0xf9, 0x33, 0x49, 0x06, + 0x3a, 0x33, 0x21, 0x99, 0x88, 0x39, 0xf8, 0x1d, 0xf6, 0xe8, 0x47, 0xda, 0xe3, 0x1e, 0x3d, 0x45, + 0x69, 0x6f, 0x1e, 0xf7, 0x0b, 0x28, 0x99, 0x49, 0x6a, 0x6d, 0x2b, 0x7b, 0xcb, 0x9b, 0xf7, 0xe6, + 0xbd, 0xdf, 0x9b, 0xfc, 0xe0, 0x13, 0xd6, 0xc4, 0x64, 0xe9, 0x93, 0x42, 0xc4, 0x79, 0xe5, 0x7f, + 0x9e, 0x45, 0x44, 0x86, 0x33, 0x0d, 0x17, 0x94, 0xa7, 0xc2, 0x2b, 0x4a, 0x21, 0x05, 0x9a, 0x28, + 0x99, 0xa7, 0x65, 0x5e, 0x2f, 0x9b, 0x4e, 0x32, 0x91, 0x09, 0x25, 0xf0, 0xbb, 0x2f, 0xad, 0x9d, + 0xe2, 0x4c, 0x88, 0x6c, 0x49, 0x7c, 0x85, 0xa2, 0x3a, 0xf5, 0x93, 0xba, 0x0c, 0x25, 0x15, 0xbc, + 0xe7, 0xad, 0x5d, 0x5e, 0x52, 0x46, 0x2a, 0x19, 0xb2, 0x42, 0x0b, 0x9c, 0xdf, 0x23, 0x38, 0x7e, + 0xd3, 0x25, 0xbd, 0xe7, 0xa9, 0x40, 0x18, 0x42, 0x9a, 0x10, 0x2e, 0x69, 0x4a, 0x49, 0x69, 0x02, + 0x1b, 0xb8, 0xe3, 0x60, 0xeb, 0x04, 0x7d, 0x84, 0xe3, 0x4a, 0x86, 0xa5, 0x3c, 0xa3, 0x8c, 0x98, + 0x37, 0x6c, 0xe0, 0xde, 0x39, 0x9d, 0x7a, 0x3a, 0xc2, 0x1b, 0x22, 0xbc, 0xb3, 0x21, 0x62, 0xfe, + 0xf8, 0xa2, 0xb5, 0x8c, 0xab, 0xd6, 0xba, 0xdf, 0x84, 0x6c, 0xf9, 0xd2, 0x51, 0x57, 0x17, 0xdd, + 0x04, 0xce, 0xf9, 0x0f, 0x0b, 0x04, 0x7f, 0xbd, 0x50, 0x0e, 0x8f, 0x87, 0xc9, 0xcd, 0x91, 0xf2, + 0x7d, 0xb4, 0xe7, 0xfb, 0xba, 0x17, 0xcc, 0x67, 0x9d, 0xed, 0xaf, 0xd6, 0x42, 0xc3, 0x95, 0x13, + 0xc1, 0xa8, 0x24, 0xac, 0x90, 0xcd, 0x55, 0x6b, 0xdd, 0xd3, 0x61, 0x03, 0xe7, 0x7c, 0xeb, 0xa2, + 0x36, 0xee, 0xc8, 0x81, 0x77, 0xe3, 0xba, 0x2c, 0x09, 0x97, 0xaa, 0xb6, 0x79, 0xd3, 0x06, 0xee, + 0x28, 0xf8, 0xe7, 0x0c, 0x7d, 0x85, 0x0f, 0xb6, 0xf1, 0x87, 0x4d, 0xe5, 0x5b, 0xd7, 0x56, 0x7e, + 0xda, 0x57, 0xb6, 0xf4, 0x14, 0xbd, 0xcd, 0x42, 0xff, 0xe4, 0xdd, 0x07, 0x38, 0x9c, 0x82, 0x4e, + 0xe1, 0x44, 0xe9, 0x5f, 0x89, 0x9a, 0x4b, 0xca, 0x33, 0xc5, 0x90, 0xc4, 0x3c, 0xb2, 0x81, 0x7b, + 0x1c, 0x1c, 0xe4, 0xd0, 0x0b, 0xf8, 0x70, 0xcf, 0xec, 0x1d, 0xa1, 0x59, 0x2e, 0xcd, 0xdb, 0xaa, + 0xe1, 0xff, 0xe8, 0xf9, 0xdb, 0x8b, 0x15, 0x06, 0x97, 0x2b, 0x0c, 0x7e, 0xae, 0x30, 0x38, 0x5f, + 0x63, 0xe3, 0x72, 0x8d, 0x8d, 0xef, 0x6b, 0x6c, 0x7c, 0x3a, 0xc9, 0xa8, 0xcc, 0xeb, 0xc8, 0x8b, + 0x05, 0xf3, 0xd5, 0x4e, 0x3e, 0x4b, 0x04, 0x0b, 0x29, 0xd7, 0xc0, 0xff, 0x32, 0x6c, 0xb2, 0x6c, + 0x0a, 0x52, 0x45, 0x47, 0xea, 0x35, 0x9e, 0xff, 0x09, 0x00, 0x00, 0xff, 0xff, 0x76, 0xde, 0xea, + 0x9e, 0xe6, 0x02, 0x00, 0x00, } func (m *EpochInfo) Marshal() (dAtA []byte, err error) { diff --git a/x/epochs/types/genesis.pb.go b/x/epochs/types/genesis.pb.go index f103f17b..f5f589a8 100644 --- a/x/epochs/types/genesis.pb.go +++ b/x/epochs/types/genesis.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: mycel/epochs/genesis.proto +// source: mycel/epochs/v1beta1/genesis.proto package types @@ -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_7cf969a4472398e3, []int{0} + return fileDescriptor_f39ef1445cd18fe5, []int{0} } func (m *GenesisState) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -69,26 +69,29 @@ func (m *GenesisState) GetEpochs() []EpochInfo { } func init() { - proto.RegisterType((*GenesisState)(nil), "mycel.epochs.GenesisState") + proto.RegisterType((*GenesisState)(nil), "mycel.epochs.v1beta1.GenesisState") } -func init() { proto.RegisterFile("mycel/epochs/genesis.proto", fileDescriptor_7cf969a4472398e3) } +func init() { + proto.RegisterFile("mycel/epochs/v1beta1/genesis.proto", fileDescriptor_f39ef1445cd18fe5) +} -var fileDescriptor_7cf969a4472398e3 = []byte{ - // 205 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xca, 0xad, 0x4c, 0x4e, - 0xcd, 0xd1, 0x4f, 0x2d, 0xc8, 0x4f, 0xce, 0x28, 0xd6, 0x4f, 0x4f, 0xcd, 0x4b, 0x2d, 0xce, 0x2c, - 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x01, 0xcb, 0xe9, 0x41, 0xe4, 0xa4, 0x44, 0xd2, - 0xf3, 0xd3, 0xf3, 0xc1, 0x12, 0xfa, 0x20, 0x16, 0x44, 0x8d, 0x94, 0x2c, 0x8a, 0x7e, 0x30, 0x15, - 0x9f, 0x99, 0x97, 0x06, 0x93, 0x96, 0x44, 0x91, 0x2e, 0x48, 0x2c, 0x4a, 0xcc, 0x85, 0x9a, 0xae, - 0xe4, 0xca, 0xc5, 0xe3, 0x0e, 0xb1, 0x2e, 0xb8, 0x24, 0xb1, 0x24, 0x55, 0xc8, 0x94, 0x8b, 0x0d, - 0xa2, 0x4c, 0x82, 0x51, 0x81, 0x59, 0x83, 0xdb, 0x48, 0x5c, 0x0f, 0xd9, 0x7a, 0x3d, 0x57, 0x10, - 0xe5, 0x99, 0x97, 0x96, 0xef, 0xc4, 0x72, 0xe2, 0x9e, 0x3c, 0x43, 0x10, 0x54, 0xb1, 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, 0x83, 0x8d, 0xd2, 0x4d, 0xc9, 0xcf, 0x4d, 0xcc, 0xcc, 0x83, - 0x70, 0xf4, 0x2b, 0x60, 0xae, 0x2a, 0xa9, 0x2c, 0x48, 0x2d, 0x4e, 0x62, 0x03, 0xbb, 0xca, 0x18, - 0x10, 0x00, 0x00, 0xff, 0xff, 0x25, 0x65, 0x40, 0x16, 0x11, 0x01, 0x00, 0x00, +var fileDescriptor_f39ef1445cd18fe5 = []byte{ + // 218 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xca, 0xad, 0x4c, 0x4e, + 0xcd, 0xd1, 0x4f, 0x2d, 0xc8, 0x4f, 0xce, 0x28, 0xd6, 0x2f, 0x33, 0x4c, 0x4a, 0x2d, 0x49, 0x34, + 0xd4, 0x4f, 0x4f, 0xcd, 0x4b, 0x2d, 0xce, 0x2c, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, + 0x01, 0xab, 0xd1, 0x83, 0xa8, 0xd1, 0x83, 0xaa, 0x91, 0x12, 0x49, 0xcf, 0x4f, 0xcf, 0x07, 0x2b, + 0xd0, 0x07, 0xb1, 0x20, 0x6a, 0xa5, 0x54, 0xb1, 0x9a, 0x07, 0xe6, 0xc6, 0x67, 0xe6, 0xa5, 0xc1, + 0x94, 0x29, 0x62, 0x55, 0x56, 0x90, 0x58, 0x94, 0x98, 0x0b, 0xb5, 0x55, 0xc9, 0x97, 0x8b, 0xc7, + 0x1d, 0xe2, 0x8c, 0xe0, 0x92, 0xc4, 0x92, 0x54, 0x21, 0x5b, 0x2e, 0x36, 0x88, 0x72, 0x09, 0x46, + 0x05, 0x66, 0x0d, 0x6e, 0x23, 0x79, 0x3d, 0x6c, 0xce, 0xd2, 0x73, 0x05, 0x71, 0x3d, 0xf3, 0xd2, + 0xf2, 0x9d, 0x58, 0x4e, 0xdc, 0x93, 0x67, 0x08, 0x82, 0x6a, 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, 0xb0, 0x91, 0xba, 0x29, 0xf9, 0xb9, 0x89, 0x99, 0x79, 0x10, 0x8e, 0x7e, 0x05, + 0xcc, 0x95, 0x25, 0x95, 0x05, 0xa9, 0xc5, 0x49, 0x6c, 0x60, 0xd7, 0x19, 0x03, 0x02, 0x00, 0x00, + 0xff, 0xff, 0x0d, 0x66, 0x86, 0xbb, 0x39, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/epochs/types/params.pb.go b/x/epochs/types/params.pb.go index 0ba320cf..2dbbe15f 100644 --- a/x/epochs/types/params.pb.go +++ b/x/epochs/types/params.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: mycel/epochs/params.proto +// source: mycel/epochs/v1beta1/params.proto package types @@ -30,7 +30,7 @@ type Params struct { func (m *Params) Reset() { *m = Params{} } func (*Params) ProtoMessage() {} func (*Params) Descriptor() ([]byte, []int) { - return fileDescriptor_0c8300b65b516075, []int{0} + return fileDescriptor_4582974409455b3a, []int{0} } func (m *Params) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -60,23 +60,24 @@ func (m *Params) XXX_DiscardUnknown() { var xxx_messageInfo_Params proto.InternalMessageInfo func init() { - proto.RegisterType((*Params)(nil), "mycel.epochs.Params") + proto.RegisterType((*Params)(nil), "mycel.epochs.v1beta1.Params") } -func init() { proto.RegisterFile("mycel/epochs/params.proto", fileDescriptor_0c8300b65b516075) } +func init() { proto.RegisterFile("mycel/epochs/v1beta1/params.proto", fileDescriptor_4582974409455b3a) } -var fileDescriptor_0c8300b65b516075 = []byte{ - // 149 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xcc, 0xad, 0x4c, 0x4e, - 0xcd, 0xd1, 0x4f, 0x2d, 0xc8, 0x4f, 0xce, 0x28, 0xd6, 0x2f, 0x48, 0x2c, 0x4a, 0xcc, 0x2d, 0xd6, - 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x01, 0x4b, 0xe9, 0x41, 0xa4, 0xa4, 0x44, 0xd2, 0xf3, - 0xd3, 0xf3, 0xc1, 0x12, 0xfa, 0x20, 0x16, 0x44, 0x8d, 0x12, 0x1f, 0x17, 0x5b, 0x00, 0x58, 0x8f, - 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, 0x0f, 0x36, - 0x58, 0x37, 0x25, 0x3f, 0x37, 0x31, 0x33, 0x0f, 0xc2, 0xd1, 0xaf, 0x80, 0x39, 0xa1, 0xa4, 0xb2, - 0x20, 0xb5, 0x38, 0x89, 0x0d, 0x6c, 0xbc, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0xa6, 0xb8, 0x0a, - 0xc9, 0x9f, 0x00, 0x00, 0x00, +var fileDescriptor_4582974409455b3a = []byte{ + // 161 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xcc, 0xad, 0x4c, 0x4e, + 0xcd, 0xd1, 0x4f, 0x2d, 0xc8, 0x4f, 0xce, 0x28, 0xd6, 0x2f, 0x33, 0x4c, 0x4a, 0x2d, 0x49, 0x34, + 0xd4, 0x2f, 0x48, 0x2c, 0x4a, 0xcc, 0x2d, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x01, + 0x2b, 0xd1, 0x83, 0x28, 0xd1, 0x83, 0x2a, 0x91, 0x12, 0x49, 0xcf, 0x4f, 0xcf, 0x07, 0x2b, 0xd0, + 0x07, 0xb1, 0x20, 0x6a, 0x95, 0xf8, 0xb8, 0xd8, 0x02, 0xc0, 0x7a, 0xad, 0x58, 0x66, 0x2c, 0x90, + 0x67, 0x70, 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, 0xb0, 0x05, 0xba, 0x29, 0xf9, 0xb9, + 0x89, 0x99, 0x79, 0x10, 0x8e, 0x7e, 0x05, 0xcc, 0x49, 0x25, 0x95, 0x05, 0xa9, 0xc5, 0x49, 0x6c, + 0x60, 0xe3, 0x8d, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0xac, 0x18, 0x78, 0x54, 0xaf, 0x00, 0x00, + 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/epochs/types/query.pb.go b/x/epochs/types/query.pb.go index 188d0645..1bf0ef3b 100644 --- a/x/epochs/types/query.pb.go +++ b/x/epochs/types/query.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: mycel/epochs/query.proto +// source: mycel/epochs/v1beta1/query.proto package types @@ -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_4f5ff46a740466ec, []int{0} + return fileDescriptor_8f0c3cbfdf3661af, []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_4f5ff46a740466ec, []int{1} + return fileDescriptor_8f0c3cbfdf3661af, []int{1} } func (m *QueryParamsResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -121,7 +121,7 @@ func (m *QueryGetEpochInfoRequest) Reset() { *m = QueryGetEpochInfoReque func (m *QueryGetEpochInfoRequest) String() string { return proto.CompactTextString(m) } func (*QueryGetEpochInfoRequest) ProtoMessage() {} func (*QueryGetEpochInfoRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_4f5ff46a740466ec, []int{2} + return fileDescriptor_8f0c3cbfdf3661af, []int{2} } func (m *QueryGetEpochInfoRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -165,7 +165,7 @@ func (m *QueryGetEpochInfoResponse) Reset() { *m = QueryGetEpochInfoResp func (m *QueryGetEpochInfoResponse) String() string { return proto.CompactTextString(m) } func (*QueryGetEpochInfoResponse) ProtoMessage() {} func (*QueryGetEpochInfoResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_4f5ff46a740466ec, []int{3} + return fileDescriptor_8f0c3cbfdf3661af, []int{3} } func (m *QueryGetEpochInfoResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -209,7 +209,7 @@ func (m *QueryAllEpochInfoRequest) Reset() { *m = QueryAllEpochInfoReque func (m *QueryAllEpochInfoRequest) String() string { return proto.CompactTextString(m) } func (*QueryAllEpochInfoRequest) ProtoMessage() {} func (*QueryAllEpochInfoRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_4f5ff46a740466ec, []int{4} + return fileDescriptor_8f0c3cbfdf3661af, []int{4} } func (m *QueryAllEpochInfoRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -254,7 +254,7 @@ func (m *QueryAllEpochInfoResponse) Reset() { *m = QueryAllEpochInfoResp func (m *QueryAllEpochInfoResponse) String() string { return proto.CompactTextString(m) } func (*QueryAllEpochInfoResponse) ProtoMessage() {} func (*QueryAllEpochInfoResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_4f5ff46a740466ec, []int{5} + return fileDescriptor_8f0c3cbfdf3661af, []int{5} } func (m *QueryAllEpochInfoResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -298,50 +298,50 @@ func (m *QueryAllEpochInfoResponse) GetPagination() *query.PageResponse { } func init() { - proto.RegisterType((*QueryParamsRequest)(nil), "mycel.epochs.QueryParamsRequest") - proto.RegisterType((*QueryParamsResponse)(nil), "mycel.epochs.QueryParamsResponse") - proto.RegisterType((*QueryGetEpochInfoRequest)(nil), "mycel.epochs.QueryGetEpochInfoRequest") - proto.RegisterType((*QueryGetEpochInfoResponse)(nil), "mycel.epochs.QueryGetEpochInfoResponse") - proto.RegisterType((*QueryAllEpochInfoRequest)(nil), "mycel.epochs.QueryAllEpochInfoRequest") - proto.RegisterType((*QueryAllEpochInfoResponse)(nil), "mycel.epochs.QueryAllEpochInfoResponse") -} - -func init() { proto.RegisterFile("mycel/epochs/query.proto", fileDescriptor_4f5ff46a740466ec) } - -var fileDescriptor_4f5ff46a740466ec = []byte{ - // 497 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x93, 0x31, 0x6f, 0x13, 0x31, - 0x14, 0xc7, 0xe3, 0x16, 0x22, 0xc5, 0x74, 0x32, 0x11, 0xa4, 0xa7, 0x72, 0x04, 0x4b, 0x34, 0x08, - 0x51, 0x5b, 0x0d, 0x1b, 0x4c, 0xad, 0x44, 0xab, 0x6e, 0x25, 0x13, 0x62, 0x41, 0xbe, 0xd4, 0xb9, - 0x5a, 0xdc, 0xd9, 0xd7, 0xd8, 0x41, 0x44, 0x88, 0x01, 0x06, 0x16, 0x16, 0x24, 0x3e, 0x01, 0xdf, - 0xa6, 0x63, 0x25, 0x16, 0x26, 0x84, 0x12, 0x3e, 0x08, 0x8a, 0xed, 0x24, 0x77, 0xaa, 0x4b, 0xd4, - 0xe9, 0x4e, 0xef, 0xbd, 0xff, 0xff, 0xfd, 0x4e, 0xff, 0x77, 0xb0, 0x95, 0x8f, 0xfb, 0x3c, 0xa3, - 0xbc, 0x50, 0xfd, 0x53, 0x4d, 0xcf, 0x46, 0x7c, 0x38, 0x26, 0xc5, 0x50, 0x19, 0x85, 0x36, 0x6c, - 0x87, 0xb8, 0x4e, 0xf4, 0xb8, 0xaf, 0x74, 0xae, 0x34, 0x4d, 0x98, 0xe6, 0x6e, 0x8c, 0xbe, 0xdb, - 0x4d, 0xb8, 0x61, 0xbb, 0xb4, 0x60, 0xa9, 0x90, 0xcc, 0x08, 0x25, 0x9d, 0x32, 0x6a, 0xa6, 0x2a, - 0x55, 0xf6, 0x95, 0xce, 0xde, 0x7c, 0x75, 0x2b, 0x55, 0x2a, 0xcd, 0x38, 0x65, 0x85, 0xa0, 0x4c, - 0x4a, 0x65, 0xac, 0x44, 0xfb, 0xee, 0xbd, 0x0a, 0x87, 0x7d, 0xbc, 0x11, 0x72, 0x30, 0x17, 0x6f, - 0x56, 0xda, 0x05, 0x1b, 0xb2, 0xdc, 0x2b, 0x71, 0x13, 0xa2, 0x97, 0x33, 0x9e, 0x63, 0x5b, 0xec, - 0xf1, 0xb3, 0x11, 0xd7, 0x06, 0x1f, 0xc1, 0xdb, 0x95, 0xaa, 0x2e, 0x94, 0xd4, 0x1c, 0x75, 0x61, - 0xdd, 0x89, 0x5b, 0xa0, 0x0d, 0x1e, 0xdd, 0xea, 0x36, 0x49, 0xf9, 0x2b, 0x89, 0x9b, 0xde, 0xbf, - 0x71, 0xfe, 0xfb, 0x7e, 0xad, 0xe7, 0x27, 0xf1, 0x33, 0xd8, 0xb2, 0x56, 0x87, 0xdc, 0xbc, 0x98, - 0x8d, 0x1d, 0xc9, 0x81, 0xf2, 0x6b, 0x50, 0x0c, 0xa1, 0x38, 0xe1, 0xd2, 0x88, 0x81, 0xe0, 0x43, - 0xeb, 0xd9, 0xe8, 0x95, 0x2a, 0xf8, 0x15, 0xdc, 0x0c, 0x68, 0x3d, 0xcc, 0x73, 0xd8, 0xe0, 0xf3, - 0xa2, 0xe7, 0xb9, 0x5b, 0xe5, 0x59, 0x68, 0x3c, 0xd2, 0x72, 0x1e, 0x27, 0x9e, 0x6a, 0x2f, 0xcb, - 0x2e, 0x51, 0x1d, 0x40, 0xb8, 0x0c, 0xc5, 0x3b, 0x6f, 0x13, 0x97, 0x20, 0x99, 0x25, 0x48, 0x5c, - 0xd0, 0x3e, 0x41, 0x72, 0xcc, 0x52, 0xee, 0xb5, 0xbd, 0x92, 0x12, 0xff, 0x00, 0x1e, 0xbf, 0xba, - 0x24, 0x8c, 0xbf, 0x7e, 0x1d, 0x7c, 0x74, 0x58, 0x41, 0x5c, 0xb3, 0x88, 0x9d, 0x95, 0x88, 0x6e, - 0x73, 0x99, 0xb1, 0xfb, 0x65, 0x1d, 0xde, 0xb4, 0x8c, 0xe8, 0x2d, 0xac, 0xbb, 0xfc, 0x50, 0xbb, - 0x8a, 0x71, 0xf9, 0x3c, 0xa2, 0x07, 0xff, 0x99, 0x70, 0x4b, 0xf0, 0xd6, 0xe7, 0x9f, 0x7f, 0xbf, - 0xaf, 0xdd, 0x41, 0x4d, 0x1a, 0xb8, 0x3d, 0xf4, 0x15, 0xc0, 0xc6, 0xe2, 0xf3, 0xd0, 0x76, 0xc0, - 0x2e, 0x70, 0x2e, 0x51, 0x67, 0xe5, 0x9c, 0x5f, 0xbe, 0x63, 0x97, 0x77, 0xd0, 0x43, 0x7a, 0xc5, - 0x7f, 0x41, 0x3f, 0x2c, 0xaf, 0xec, 0x23, 0xfa, 0x04, 0xe0, 0xc6, 0xc2, 0x64, 0x2f, 0xcb, 0x82, - 0x40, 0x81, 0x4b, 0x09, 0x02, 0x85, 0xc2, 0xc6, 0x6d, 0x0b, 0x14, 0xa1, 0xd6, 0x55, 0x40, 0xfb, - 0x07, 0xe7, 0x93, 0x18, 0x5c, 0x4c, 0x62, 0xf0, 0x67, 0x12, 0x83, 0x6f, 0xd3, 0xb8, 0x76, 0x31, - 0x8d, 0x6b, 0xbf, 0xa6, 0x71, 0xed, 0xf5, 0x93, 0x54, 0x98, 0xd3, 0x51, 0x42, 0xfa, 0x2a, 0x77, - 0xea, 0x9d, 0x13, 0x95, 0x33, 0x21, 0xbd, 0xd5, 0xfb, 0xb9, 0x99, 0x19, 0x17, 0x5c, 0x27, 0x75, - 0xfb, 0x5b, 0x3f, 0xfd, 0x17, 0x00, 0x00, 0xff, 0xff, 0xfb, 0x16, 0x98, 0x2a, 0x9a, 0x04, 0x00, - 0x00, + proto.RegisterType((*QueryParamsRequest)(nil), "mycel.epochs.v1beta1.QueryParamsRequest") + proto.RegisterType((*QueryParamsResponse)(nil), "mycel.epochs.v1beta1.QueryParamsResponse") + proto.RegisterType((*QueryGetEpochInfoRequest)(nil), "mycel.epochs.v1beta1.QueryGetEpochInfoRequest") + proto.RegisterType((*QueryGetEpochInfoResponse)(nil), "mycel.epochs.v1beta1.QueryGetEpochInfoResponse") + proto.RegisterType((*QueryAllEpochInfoRequest)(nil), "mycel.epochs.v1beta1.QueryAllEpochInfoRequest") + proto.RegisterType((*QueryAllEpochInfoResponse)(nil), "mycel.epochs.v1beta1.QueryAllEpochInfoResponse") +} + +func init() { proto.RegisterFile("mycel/epochs/v1beta1/query.proto", fileDescriptor_8f0c3cbfdf3661af) } + +var fileDescriptor_8f0c3cbfdf3661af = []byte{ + // 499 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x94, 0xbf, 0x6e, 0x53, 0x31, + 0x14, 0xc6, 0xe3, 0x16, 0x22, 0xc5, 0x30, 0x99, 0x0c, 0x25, 0x8a, 0xdc, 0x60, 0xf1, 0x27, 0x20, + 0x6a, 0xab, 0x45, 0x2c, 0xdd, 0x5a, 0x44, 0x2b, 0x36, 0x9a, 0x91, 0x05, 0x7c, 0x53, 0xe7, 0xd6, + 0xd2, 0xbd, 0xf6, 0x6d, 0xec, 0x20, 0x22, 0xc4, 0x02, 0x2f, 0x80, 0xc4, 0xc4, 0xcc, 0xc4, 0x9b, + 0x74, 0xa3, 0x12, 0x0b, 0x13, 0x42, 0x09, 0x0f, 0x82, 0x62, 0x3b, 0xff, 0x54, 0xeb, 0x26, 0x62, + 0x73, 0x4e, 0xbe, 0xef, 0x3b, 0xbf, 0xa3, 0x73, 0x12, 0xd8, 0xca, 0x87, 0x5d, 0x91, 0x31, 0x51, + 0xe8, 0xee, 0x99, 0x61, 0x6f, 0x77, 0x13, 0x61, 0xf9, 0x2e, 0x3b, 0x1f, 0x88, 0xfe, 0x90, 0x16, + 0x7d, 0x6d, 0x35, 0xaa, 0x3b, 0x05, 0xf5, 0x0a, 0x1a, 0x14, 0x8d, 0x47, 0x5d, 0x6d, 0x72, 0x6d, + 0x58, 0xc2, 0x8d, 0xf0, 0xf2, 0x99, 0xb9, 0xe0, 0xa9, 0x54, 0xdc, 0x4a, 0xad, 0x7c, 0x42, 0xa3, + 0x9e, 0xea, 0x54, 0xbb, 0x27, 0x9b, 0xbc, 0x42, 0xb5, 0x99, 0x6a, 0x9d, 0x66, 0x82, 0xf1, 0x42, + 0x32, 0xae, 0x94, 0xb6, 0xce, 0x62, 0xc2, 0xb7, 0xf7, 0xa2, 0x5c, 0xee, 0xe3, 0x6b, 0xa9, 0x7a, + 0xd3, 0x90, 0x3b, 0x51, 0x59, 0xc1, 0xfb, 0x3c, 0x0f, 0x49, 0xa4, 0x0e, 0xd1, 0xc9, 0x84, 0xef, + 0xa5, 0x2b, 0x76, 0xc4, 0xf9, 0x40, 0x18, 0x4b, 0x4e, 0xe0, 0xad, 0xa5, 0xaa, 0x29, 0xb4, 0x32, + 0x02, 0xed, 0xc3, 0xaa, 0x37, 0x6f, 0x81, 0x16, 0x68, 0xdf, 0xd8, 0x6b, 0xd2, 0xd8, 0xf4, 0xd4, + 0xbb, 0x0e, 0xaf, 0x5d, 0xfc, 0xde, 0xae, 0x74, 0x82, 0x83, 0xec, 0xc3, 0x2d, 0x17, 0x79, 0x2c, + 0xec, 0xf3, 0x89, 0xfc, 0x85, 0xea, 0xe9, 0xd0, 0x0e, 0x61, 0x08, 0xe5, 0xa9, 0x50, 0x56, 0xf6, + 0xa4, 0xe8, 0xbb, 0xec, 0x5a, 0x67, 0xa1, 0x42, 0xde, 0xc0, 0xdb, 0x11, 0x6f, 0x80, 0x7a, 0x06, + 0x6b, 0x62, 0x5a, 0x0c, 0x5c, 0xdb, 0x71, 0xae, 0x99, 0x37, 0xa0, 0xcd, 0x7d, 0x24, 0x09, 0x74, + 0x07, 0x59, 0x76, 0x85, 0xee, 0x08, 0xc2, 0xf9, 0xd2, 0x42, 0x87, 0xfb, 0xd4, 0x6f, 0x98, 0x4e, + 0x36, 0x4c, 0xfd, 0x41, 0xcc, 0xc7, 0x4f, 0x45, 0xf0, 0x76, 0x16, 0x9c, 0xe4, 0x3b, 0x08, 0x63, + 0x2c, 0x37, 0x89, 0x8f, 0xb1, 0xf9, 0x3f, 0x63, 0xa0, 0xe3, 0x25, 0xd4, 0x0d, 0x87, 0xfa, 0x60, + 0x25, 0xaa, 0x27, 0x58, 0x64, 0xdd, 0xfb, 0xb1, 0x09, 0xaf, 0x3b, 0x56, 0xf4, 0x09, 0xc0, 0xaa, + 0x5f, 0x28, 0x6a, 0xc7, 0x79, 0xae, 0xde, 0x4f, 0xe3, 0xe1, 0x1a, 0x4a, 0xdf, 0x95, 0xdc, 0xfd, + 0xf8, 0xf3, 0xef, 0x97, 0x0d, 0x8c, 0x9a, 0xac, 0xe4, 0x58, 0xd1, 0x37, 0x00, 0x6b, 0xb3, 0xb9, + 0x11, 0x2d, 0x89, 0x8f, 0xdc, 0x57, 0x83, 0xad, 0xad, 0x0f, 0x50, 0x4f, 0x1d, 0x14, 0x43, 0x3b, + 0x6c, 0xc5, 0x0f, 0x8d, 0xbd, 0x9f, 0x9f, 0xe9, 0x07, 0xf4, 0x15, 0xc0, 0x9b, 0xb3, 0xb0, 0x83, + 0x2c, 0x2b, 0x05, 0x8d, 0x9c, 0x5a, 0x29, 0x68, 0xec, 0x6a, 0x48, 0xdb, 0x81, 0x12, 0xd4, 0x5a, + 0x05, 0x7a, 0x78, 0x74, 0x31, 0xc2, 0xe0, 0x72, 0x84, 0xc1, 0x9f, 0x11, 0x06, 0x9f, 0xc7, 0xb8, + 0x72, 0x39, 0xc6, 0x95, 0x5f, 0x63, 0x5c, 0x79, 0xf5, 0x38, 0x95, 0xf6, 0x6c, 0x90, 0xd0, 0xae, + 0xce, 0x7d, 0xca, 0xce, 0xa9, 0xce, 0xb9, 0x54, 0x21, 0xf2, 0xdd, 0x34, 0xd4, 0x0e, 0x0b, 0x61, + 0x92, 0xaa, 0xfb, 0xdf, 0x78, 0xf2, 0x2f, 0x00, 0x00, 0xff, 0xff, 0x2c, 0x35, 0xd5, 0x82, 0x1b, + 0x05, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -373,7 +373,7 @@ func NewQueryClient(cc grpc1.ClientConn) QueryClient { func (c *queryClient) Params(ctx context.Context, in *QueryParamsRequest, opts ...grpc.CallOption) (*QueryParamsResponse, error) { out := new(QueryParamsResponse) - err := c.cc.Invoke(ctx, "/mycel.epochs.Query/Params", in, out, opts...) + err := c.cc.Invoke(ctx, "/mycel.epochs.v1beta1.Query/Params", in, out, opts...) if err != nil { return nil, err } @@ -382,7 +382,7 @@ func (c *queryClient) Params(ctx context.Context, in *QueryParamsRequest, opts . func (c *queryClient) EpochInfo(ctx context.Context, in *QueryGetEpochInfoRequest, opts ...grpc.CallOption) (*QueryGetEpochInfoResponse, error) { out := new(QueryGetEpochInfoResponse) - err := c.cc.Invoke(ctx, "/mycel.epochs.Query/EpochInfo", in, out, opts...) + err := c.cc.Invoke(ctx, "/mycel.epochs.v1beta1.Query/EpochInfo", in, out, opts...) if err != nil { return nil, err } @@ -391,7 +391,7 @@ func (c *queryClient) EpochInfo(ctx context.Context, in *QueryGetEpochInfoReques func (c *queryClient) EpochInfoAll(ctx context.Context, in *QueryAllEpochInfoRequest, opts ...grpc.CallOption) (*QueryAllEpochInfoResponse, error) { out := new(QueryAllEpochInfoResponse) - err := c.cc.Invoke(ctx, "/mycel.epochs.Query/EpochInfoAll", in, out, opts...) + err := c.cc.Invoke(ctx, "/mycel.epochs.v1beta1.Query/EpochInfoAll", in, out, opts...) if err != nil { return nil, err } @@ -435,7 +435,7 @@ func _Query_Params_Handler(srv interface{}, ctx context.Context, dec func(interf } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/mycel.epochs.Query/Params", + FullMethod: "/mycel.epochs.v1beta1.Query/Params", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).Params(ctx, req.(*QueryParamsRequest)) @@ -453,7 +453,7 @@ func _Query_EpochInfo_Handler(srv interface{}, ctx context.Context, dec func(int } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/mycel.epochs.Query/EpochInfo", + FullMethod: "/mycel.epochs.v1beta1.Query/EpochInfo", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).EpochInfo(ctx, req.(*QueryGetEpochInfoRequest)) @@ -471,7 +471,7 @@ func _Query_EpochInfoAll_Handler(srv interface{}, ctx context.Context, dec func( } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/mycel.epochs.Query/EpochInfoAll", + FullMethod: "/mycel.epochs.v1beta1.Query/EpochInfoAll", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).EpochInfoAll(ctx, req.(*QueryAllEpochInfoRequest)) @@ -480,7 +480,7 @@ func _Query_EpochInfoAll_Handler(srv interface{}, ctx context.Context, dec func( } var _Query_serviceDesc = grpc.ServiceDesc{ - ServiceName: "mycel.epochs.Query", + ServiceName: "mycel.epochs.v1beta1.Query", HandlerType: (*QueryServer)(nil), Methods: []grpc.MethodDesc{ { @@ -497,7 +497,7 @@ var _Query_serviceDesc = grpc.ServiceDesc{ }, }, Streams: []grpc.StreamDesc{}, - Metadata: "mycel/epochs/query.proto", + Metadata: "mycel/epochs/v1beta1/query.proto", } func (m *QueryParamsRequest) Marshal() (dAtA []byte, err error) { diff --git a/x/epochs/types/query.pb.gw.go b/x/epochs/types/query.pb.gw.go index 91b35c5a..54f31978 100644 --- a/x/epochs/types/query.pb.gw.go +++ b/x/epochs/types/query.pb.gw.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-grpc-gateway. DO NOT EDIT. -// source: mycel/epochs/query.proto +// source: mycel/epochs/v1beta1/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}, []string{"mycel", "epochs", "params"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_Params_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"mycel", "epochs", "v1beta1", "params"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_EpochInfo_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 1, 0, 4, 1, 5, 3}, []string{"mycel", "epochs", "epoch_info", "identifier"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_EpochInfo_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4}, []string{"mycel", "epochs", "v1beta1", "epoch_info", "identifier"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_EpochInfoAll_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2}, []string{"mycel", "epochs", "epoch_info"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_EpochInfoAll_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"mycel", "epochs", "v1beta1", "epoch_info"}, "", runtime.AssumeColonVerbOpt(true))) ) var ( diff --git a/x/epochs/types/tx.pb.go b/x/epochs/types/tx.pb.go index c3b8fda8..23f00ef3 100644 --- a/x/epochs/types/tx.pb.go +++ b/x/epochs/types/tx.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: mycel/epochs/tx.proto +// source: mycel/epochs/v1beta1/tx.proto package types @@ -23,18 +23,19 @@ var _ = math.Inf // proto package needs to be updated. const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package -func init() { proto.RegisterFile("mycel/epochs/tx.proto", fileDescriptor_61c872a7fa5480b2) } +func init() { proto.RegisterFile("mycel/epochs/v1beta1/tx.proto", fileDescriptor_4797237f7b5a9350) } -var fileDescriptor_61c872a7fa5480b2 = []byte{ - // 125 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0xcd, 0xad, 0x4c, 0x4e, - 0xcd, 0xd1, 0x4f, 0x2d, 0xc8, 0x4f, 0xce, 0x28, 0xd6, 0x2f, 0xa9, 0xd0, 0x2b, 0x28, 0xca, 0x2f, - 0xc9, 0x17, 0xe2, 0x01, 0x0b, 0xeb, 0x41, 0x84, 0x8d, 0x58, 0xb9, 0x98, 0x7d, 0x8b, 0xd3, 0x9d, - 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, 0xac, 0x53, 0x37, 0x25, 0x3f, 0x37, 0x31, 0x33, - 0x0f, 0xc2, 0xd1, 0xaf, 0x80, 0x9b, 0x5f, 0x59, 0x90, 0x5a, 0x9c, 0xc4, 0x06, 0xb6, 0xc3, 0x18, - 0x10, 0x00, 0x00, 0xff, 0xff, 0x0a, 0x4c, 0x49, 0x17, 0x7c, 0x00, 0x00, 0x00, +var fileDescriptor_4797237f7b5a9350 = []byte{ + // 137 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xcd, 0xad, 0x4c, 0x4e, + 0xcd, 0xd1, 0x4f, 0x2d, 0xc8, 0x4f, 0xce, 0x28, 0xd6, 0x2f, 0x33, 0x4c, 0x4a, 0x2d, 0x49, 0x34, + 0xd4, 0x2f, 0xa9, 0xd0, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x01, 0x4b, 0xeb, 0x41, 0xa4, + 0xf5, 0xa0, 0xd2, 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, 0x36, 0x41, 0x37, 0x25, 0x3f, 0x37, 0x31, 0x33, 0x0f, 0xc2, 0xd1, 0xaf, 0x80, + 0xd9, 0x57, 0x52, 0x59, 0x90, 0x5a, 0x9c, 0xc4, 0x06, 0xb6, 0xcb, 0x18, 0x10, 0x00, 0x00, 0xff, + 0xff, 0xa9, 0x66, 0x30, 0xde, 0x8c, 0x00, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -72,9 +73,9 @@ func RegisterMsgServer(s grpc1.Server, srv MsgServer) { } var _Msg_serviceDesc = grpc.ServiceDesc{ - ServiceName: "mycel.epochs.Msg", + ServiceName: "mycel.epochs.v1beta1.Msg", HandlerType: (*MsgServer)(nil), Methods: []grpc.MethodDesc{}, Streams: []grpc.StreamDesc{}, - Metadata: "mycel/epochs/tx.proto", + Metadata: "mycel/epochs/v1beta1/tx.proto", } diff --git a/x/furnace/types/burn_amount.pb.go b/x/furnace/types/burn_amount.pb.go index 3f463d4f..341505bf 100644 --- a/x/furnace/types/burn_amount.pb.go +++ b/x/furnace/types/burn_amount.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: mycel/furnace/burn_amount.proto +// source: mycel/furnace/v1beta1/burn_amount.proto package types @@ -37,7 +37,7 @@ func (m *BurnAmount) Reset() { *m = BurnAmount{} } func (m *BurnAmount) String() string { return proto.CompactTextString(m) } func (*BurnAmount) ProtoMessage() {} func (*BurnAmount) Descriptor() ([]byte, []int) { - return fileDescriptor_c51e14c665b742e5, []int{0} + return fileDescriptor_b99a364454e8a693, []int{0} } func (m *BurnAmount) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -109,33 +109,36 @@ func (m *BurnAmount) GetCumulativeBurntAmount() types.Coin { } func init() { - proto.RegisterType((*BurnAmount)(nil), "mycel.furnace.BurnAmount") + proto.RegisterType((*BurnAmount)(nil), "mycel.furnace.v1beta1.BurnAmount") } -func init() { proto.RegisterFile("mycel/furnace/burn_amount.proto", fileDescriptor_c51e14c665b742e5) } +func init() { + proto.RegisterFile("mycel/furnace/v1beta1/burn_amount.proto", fileDescriptor_b99a364454e8a693) +} -var fileDescriptor_c51e14c665b742e5 = []byte{ - // 320 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x91, 0xc1, 0x4e, 0xf2, 0x40, - 0x14, 0x85, 0x3b, 0xfc, 0x40, 0xfe, 0x0c, 0x1a, 0x93, 0x06, 0x93, 0xca, 0x62, 0x68, 0x58, 0xb1, - 0x61, 0x26, 0xe8, 0x13, 0x88, 0x31, 0xc6, 0x2d, 0xc6, 0x8d, 0x1b, 0x33, 0x1d, 0x46, 0x68, 0x42, - 0xe7, 0x92, 0xe9, 0x1d, 0x02, 0x6f, 0xe1, 0x83, 0xf8, 0x20, 0x2c, 0x59, 0xba, 0x32, 0x06, 0x5e, - 0xc4, 0x74, 0xda, 0x28, 0x1a, 0x17, 0xee, 0xee, 0xfd, 0x72, 0xce, 0x69, 0xcf, 0x5c, 0xda, 0xcd, - 0xd6, 0x4a, 0xcf, 0xc5, 0x93, 0xb3, 0x46, 0x2a, 0x2d, 0x12, 0x67, 0xcd, 0xa3, 0xcc, 0xc0, 0x19, - 0xe4, 0x0b, 0x0b, 0x08, 0xe1, 0xb1, 0x17, 0xf0, 0x4a, 0xd0, 0x61, 0x0a, 0xf2, 0x0c, 0x72, 0x91, - 0xc8, 0x5c, 0x8b, 0xe5, 0x30, 0xd1, 0x28, 0x87, 0x42, 0x41, 0x6a, 0x4a, 0x79, 0xa7, 0x3d, 0x85, - 0x29, 0xf8, 0x51, 0x14, 0x53, 0x49, 0x7b, 0x2f, 0x35, 0x4a, 0x47, 0xce, 0x9a, 0x4b, 0x9f, 0x1c, - 0xb6, 0x69, 0x23, 0x35, 0x13, 0xbd, 0x8a, 0x48, 0x4c, 0xfa, 0xf5, 0x71, 0xb9, 0x84, 0x31, 0x6d, - 0x15, 0x9f, 0xbf, 0x43, 0x69, 0x51, 0x4f, 0xa2, 0x5a, 0x4c, 0xfa, 0xff, 0xc7, 0x87, 0xa8, 0x50, - 0x20, 0xa0, 0x9c, 0x5f, 0x2f, 0x40, 0xcd, 0xf2, 0xe8, 0x9f, 0x77, 0x1f, 0xa2, 0xb0, 0x47, 0x8f, - 0x94, 0xb3, 0x56, 0x1b, 0xf4, 0x20, 0xaa, 0x7b, 0xc9, 0x37, 0x16, 0xde, 0xd2, 0x13, 0x6f, 0xf9, - 0xfa, 0xa1, 0xa8, 0x11, 0x93, 0x7e, 0xeb, 0xfc, 0x8c, 0x97, 0xe5, 0x78, 0x51, 0x8e, 0x57, 0xe5, - 0xf8, 0x15, 0xa4, 0x66, 0x54, 0xdf, 0xbc, 0x75, 0x83, 0xf1, 0x4f, 0x5f, 0x78, 0x4f, 0x4f, 0x95, - 0xcb, 0xdc, 0x5c, 0x62, 0xba, 0xd4, 0x05, 0xc7, 0x2a, 0xb0, 0xf9, 0xb7, 0xc0, 0xdf, 0xdd, 0xa3, - 0x9b, 0xcd, 0x8e, 0x91, 0xed, 0x8e, 0x91, 0xf7, 0x1d, 0x23, 0xcf, 0x7b, 0x16, 0x6c, 0xf7, 0x2c, - 0x78, 0xdd, 0xb3, 0xe0, 0x61, 0x30, 0x4d, 0x71, 0xe6, 0x12, 0xae, 0x20, 0x13, 0xfe, 0x30, 0x83, - 0x09, 0x64, 0x32, 0x35, 0xe5, 0x22, 0x56, 0x9f, 0x87, 0xc4, 0xf5, 0x42, 0xe7, 0x49, 0xd3, 0x3f, - 0xff, 0xc5, 0x47, 0x00, 0x00, 0x00, 0xff, 0xff, 0x08, 0xae, 0xa9, 0x7b, 0xe6, 0x01, 0x00, 0x00, +var fileDescriptor_b99a364454e8a693 = []byte{ + // 322 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x91, 0xc1, 0x4e, 0x3a, 0x31, + 0x10, 0xc6, 0xb7, 0xfc, 0x81, 0xfc, 0x53, 0x4c, 0x4c, 0x36, 0x90, 0xac, 0x1c, 0xea, 0x86, 0x8b, + 0x5c, 0x68, 0x83, 0x3e, 0x81, 0x18, 0x63, 0xbc, 0x62, 0xbc, 0x78, 0x31, 0xdd, 0x52, 0x61, 0x13, + 0xb6, 0x43, 0xba, 0x53, 0x02, 0x6f, 0xe1, 0x83, 0xf8, 0x20, 0x1c, 0x39, 0x7a, 0x32, 0x06, 0x5e, + 0xc4, 0x6c, 0x17, 0x05, 0x8d, 0x07, 0x6f, 0x33, 0x5f, 0xbe, 0xdf, 0x74, 0xbe, 0x0e, 0x3d, 0xcb, + 0x96, 0x4a, 0x4f, 0xc5, 0x93, 0xb3, 0x46, 0x2a, 0x2d, 0xe6, 0xfd, 0x44, 0xa3, 0xec, 0x8b, 0xc4, + 0x59, 0xf3, 0x28, 0x33, 0x70, 0x06, 0xf9, 0xcc, 0x02, 0x42, 0xd8, 0xf2, 0x46, 0xbe, 0x33, 0xf2, + 0x9d, 0xb1, 0xcd, 0x14, 0xe4, 0x19, 0xe4, 0x22, 0x91, 0xf9, 0x9e, 0x56, 0x90, 0x9a, 0x12, 0x6b, + 0x37, 0xc7, 0x30, 0x06, 0x5f, 0x8a, 0xa2, 0x2a, 0xd5, 0xce, 0x4b, 0x85, 0xd2, 0x81, 0xb3, 0xe6, + 0xd2, 0xbf, 0x10, 0x36, 0x69, 0x2d, 0x35, 0x23, 0xbd, 0x88, 0x48, 0x4c, 0xba, 0xd5, 0x61, 0xd9, + 0x84, 0x31, 0x6d, 0x14, 0x6b, 0xdc, 0xa1, 0xb4, 0xa8, 0x47, 0x51, 0x25, 0x26, 0xdd, 0xff, 0xc3, + 0x43, 0xa9, 0x70, 0x20, 0xa0, 0x9c, 0x5e, 0xcf, 0x40, 0x4d, 0xf2, 0xe8, 0x9f, 0xa7, 0x0f, 0xa5, + 0xb0, 0x43, 0x8f, 0x94, 0xb3, 0x56, 0x1b, 0xf4, 0x42, 0x54, 0xf5, 0x96, 0x6f, 0x5a, 0x78, 0x4b, + 0x8f, 0x3d, 0xb2, 0x5f, 0x28, 0xaa, 0xc5, 0xa4, 0xdb, 0x38, 0x3f, 0xe1, 0x65, 0x38, 0x5e, 0x84, + 0xfb, 0x4c, 0xcc, 0xaf, 0x20, 0x35, 0x83, 0xea, 0xea, 0xed, 0x34, 0x18, 0xfe, 0xe4, 0xc2, 0x7b, + 0xda, 0x52, 0x2e, 0x73, 0x53, 0x89, 0xe9, 0x5c, 0x17, 0x3a, 0xee, 0x06, 0xd6, 0xff, 0x36, 0xf0, + 0x77, 0x7a, 0x70, 0xb3, 0xda, 0x30, 0xb2, 0xde, 0x30, 0xf2, 0xbe, 0x61, 0xe4, 0x79, 0xcb, 0x82, + 0xf5, 0x96, 0x05, 0xaf, 0x5b, 0x16, 0x3c, 0xf4, 0xc6, 0x29, 0x4e, 0x5c, 0xc2, 0x15, 0x64, 0xc2, + 0x1f, 0xa8, 0x37, 0x82, 0x4c, 0xa6, 0xa6, 0x6c, 0xc4, 0xe2, 0xeb, 0xb0, 0xb8, 0x9c, 0xe9, 0x3c, + 0xa9, 0xfb, 0xef, 0xbf, 0xf8, 0x08, 0x00, 0x00, 0xff, 0xff, 0x7f, 0xdf, 0xd1, 0x7a, 0xf6, 0x01, + 0x00, 0x00, } func (m *BurnAmount) Marshal() (dAtA []byte, err error) { diff --git a/x/furnace/types/epoch_burn_config.pb.go b/x/furnace/types/epoch_burn_config.pb.go index aea42631..86ef3869 100644 --- a/x/furnace/types/epoch_burn_config.pb.go +++ b/x/furnace/types/epoch_burn_config.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: mycel/furnace/epoch_burn_config.proto +// source: mycel/furnace/v1beta1/epoch_burn_config.proto package types @@ -39,7 +39,7 @@ func (m *EpochBurnConfig) Reset() { *m = EpochBurnConfig{} } func (m *EpochBurnConfig) String() string { return proto.CompactTextString(m) } func (*EpochBurnConfig) ProtoMessage() {} func (*EpochBurnConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_85095d78ef169197, []int{0} + return fileDescriptor_11af49042c46d8ce, []int{0} } func (m *EpochBurnConfig) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -97,36 +97,37 @@ func (m *EpochBurnConfig) GetStartTime() time.Time { } func init() { - proto.RegisterType((*EpochBurnConfig)(nil), "mycel.furnace.EpochBurnConfig") + proto.RegisterType((*EpochBurnConfig)(nil), "mycel.furnace.v1beta1.EpochBurnConfig") } func init() { - proto.RegisterFile("mycel/furnace/epoch_burn_config.proto", fileDescriptor_85095d78ef169197) + proto.RegisterFile("mycel/furnace/v1beta1/epoch_burn_config.proto", fileDescriptor_11af49042c46d8ce) } -var fileDescriptor_85095d78ef169197 = []byte{ - // 336 bytes of a gzipped FileDescriptorProto +var fileDescriptor_11af49042c46d8ce = []byte{ + // 344 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x91, 0x41, 0x4b, 0xc3, 0x30, - 0x1c, 0xc5, 0x1b, 0x1d, 0xc2, 0x2a, 0x32, 0x2c, 0x22, 0x65, 0x60, 0x3a, 0x06, 0x42, 0x2f, 0x4b, - 0x40, 0xc1, 0x83, 0x37, 0x27, 0x22, 0xbb, 0x8e, 0x81, 0xe0, 0x65, 0xa4, 0x6d, 0xda, 0x05, 0x9a, - 0xa4, 0xa4, 0x09, 0x6c, 0xdf, 0x62, 0x1f, 0x6b, 0xc7, 0x1d, 0x3d, 0x4d, 0x59, 0xbf, 0x81, 0x67, - 0x0f, 0xd2, 0x74, 0x53, 0x18, 0x7a, 0xcb, 0x3f, 0xbf, 0xf7, 0x92, 0xf7, 0xf8, 0xbb, 0xd7, 0x7c, - 0x11, 0xd3, 0x1c, 0xa7, 0x46, 0x09, 0x12, 0x53, 0x4c, 0x0b, 0x19, 0xcf, 0xa6, 0x91, 0x51, 0x62, - 0x1a, 0x4b, 0x91, 0xb2, 0x0c, 0x15, 0x4a, 0x6a, 0xe9, 0x9d, 0x59, 0x19, 0xda, 0xc9, 0xba, 0x17, - 0x99, 0xcc, 0xa4, 0x25, 0xb8, 0x3e, 0x35, 0xa2, 0x2e, 0xcc, 0xa4, 0xcc, 0x72, 0x8a, 0xed, 0x14, - 0x99, 0x14, 0x27, 0x46, 0x11, 0xcd, 0xa4, 0xd8, 0xf1, 0xe0, 0x90, 0x6b, 0xc6, 0x69, 0xa9, 0x09, - 0x2f, 0x1a, 0x41, 0xff, 0x0b, 0xb8, 0x9d, 0xa7, 0x3a, 0xc1, 0xd0, 0x28, 0xf1, 0x68, 0xff, 0xf7, - 0x42, 0xb7, 0x63, 0x43, 0x8d, 0x12, 0x2a, 0x34, 0x4b, 0x19, 0x55, 0x3e, 0xe8, 0x81, 0xb0, 0x3d, - 0x3e, 0xbc, 0xf6, 0xee, 0xdc, 0xcb, 0xd8, 0x28, 0x45, 0x85, 0xae, 0xed, 0x0f, 0x5c, 0x1a, 0xa1, - 0x47, 0x22, 0xa1, 0x73, 0xff, 0xa8, 0x07, 0xc2, 0xd6, 0xf8, 0x1f, 0xea, 0x21, 0xd7, 0x4b, 0x68, - 0x4a, 0x4c, 0xae, 0x27, 0x52, 0x93, 0xdc, 0x06, 0x28, 0xfd, 0x63, 0xeb, 0xf9, 0x83, 0x78, 0x2f, - 0x6e, 0xbb, 0xd4, 0x44, 0xe9, 0x09, 0xe3, 0xd4, 0x6f, 0xf5, 0x40, 0x78, 0x7a, 0xd3, 0x45, 0x4d, - 0x35, 0xb4, 0xaf, 0x86, 0x26, 0xfb, 0x6a, 0xc3, 0xab, 0xd5, 0x26, 0x70, 0x3e, 0x37, 0xc1, 0xf9, - 0x82, 0xf0, 0xfc, 0xbe, 0x6f, 0xad, 0xd3, 0xba, 0x79, 0x7f, 0xf9, 0x1e, 0x80, 0xf1, 0xef, 0x5b, - 0xc3, 0xe7, 0xd5, 0x16, 0x82, 0xf5, 0x16, 0x82, 0x8f, 0x2d, 0x04, 0xcb, 0x0a, 0x3a, 0xeb, 0x0a, - 0x3a, 0x6f, 0x15, 0x74, 0x5e, 0x07, 0x19, 0xd3, 0x33, 0x13, 0xa1, 0x58, 0x72, 0x6c, 0x37, 0x31, - 0x48, 0x24, 0x27, 0x4c, 0x34, 0x03, 0x9e, 0xff, 0xec, 0x4f, 0x2f, 0x0a, 0x5a, 0x46, 0x27, 0x36, - 0xc6, 0xed, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0x41, 0xb4, 0xd0, 0xb1, 0xdd, 0x01, 0x00, 0x00, + 0x1c, 0xc5, 0x1b, 0x1d, 0xc2, 0xea, 0x61, 0x58, 0x54, 0xca, 0xc0, 0x74, 0xec, 0xd4, 0xcb, 0x12, + 0xa6, 0xe0, 0xc1, 0x9b, 0x13, 0x91, 0x5d, 0xc7, 0x40, 0xf0, 0x32, 0xd2, 0x36, 0xed, 0x02, 0x4d, + 0x52, 0xd2, 0x44, 0xb6, 0x6f, 0xb1, 0x8f, 0xb5, 0xe3, 0x8e, 0x9e, 0xa6, 0x6c, 0xdf, 0xc0, 0xb3, + 0x07, 0x69, 0xba, 0x29, 0x0c, 0xbd, 0xe5, 0x9f, 0xf7, 0x7b, 0x7f, 0xde, 0xe3, 0xef, 0xf6, 0xf8, + 0x3c, 0xa6, 0x39, 0x4e, 0x8d, 0x12, 0x24, 0xa6, 0xf8, 0xb5, 0x1f, 0x51, 0x4d, 0xfa, 0x98, 0x16, + 0x32, 0x9e, 0x4e, 0x22, 0xa3, 0xc4, 0x24, 0x96, 0x22, 0x65, 0x19, 0x2a, 0x94, 0xd4, 0xd2, 0xbb, + 0xb0, 0x38, 0xda, 0xe1, 0x68, 0x87, 0xb7, 0xcf, 0x33, 0x99, 0x49, 0x4b, 0xe0, 0xea, 0x55, 0xc3, + 0x6d, 0x98, 0x49, 0x99, 0xe5, 0x14, 0xdb, 0x29, 0x32, 0x29, 0x4e, 0x8c, 0x22, 0x9a, 0x49, 0xb1, + 0xd3, 0x83, 0x43, 0x5d, 0x33, 0x4e, 0x4b, 0x4d, 0x78, 0x51, 0x03, 0xdd, 0x2f, 0xe0, 0xb6, 0x1e, + 0xab, 0x24, 0x03, 0xa3, 0xc4, 0x83, 0xcd, 0xe1, 0x85, 0x6e, 0xcb, 0x86, 0x1b, 0x26, 0x54, 0x68, + 0x96, 0x32, 0xaa, 0x7c, 0xd0, 0x01, 0x61, 0x73, 0x74, 0xf8, 0xed, 0xdd, 0xba, 0x97, 0xb1, 0x51, + 0x8a, 0x0a, 0x5d, 0xd9, 0xef, 0xb9, 0x34, 0x42, 0x0f, 0x45, 0x42, 0x67, 0xfe, 0x51, 0x07, 0x84, + 0x8d, 0xd1, 0x3f, 0xaa, 0x87, 0x5c, 0x2f, 0xa1, 0x29, 0x31, 0xb9, 0x1e, 0x4b, 0x4d, 0x72, 0x1b, + 0xa0, 0xf4, 0x8f, 0xad, 0xe7, 0x0f, 0xc5, 0x7b, 0x76, 0x9b, 0xa5, 0x26, 0x4a, 0x8f, 0x19, 0xa7, + 0x7e, 0xa3, 0x03, 0xc2, 0xd3, 0xeb, 0x36, 0xaa, 0xab, 0xa1, 0x7d, 0x35, 0x34, 0xde, 0x57, 0x1b, + 0x5c, 0x2d, 0xd7, 0x81, 0xf3, 0xb9, 0x0e, 0xce, 0xe6, 0x84, 0xe7, 0x77, 0x5d, 0x6b, 0x9d, 0x54, + 0xcd, 0xbb, 0x8b, 0xf7, 0x00, 0x8c, 0x7e, 0x77, 0x0d, 0x9e, 0x96, 0x1b, 0x08, 0x56, 0x1b, 0x08, + 0x3e, 0x36, 0x10, 0x2c, 0xb6, 0xd0, 0x59, 0x6d, 0xa1, 0xf3, 0xb6, 0x85, 0xce, 0x4b, 0x2f, 0x63, + 0x7a, 0x6a, 0x22, 0x14, 0x4b, 0x8e, 0xed, 0x45, 0x7a, 0x89, 0xe4, 0x84, 0x89, 0x7a, 0xc0, 0xb3, + 0x9f, 0x7b, 0xea, 0x79, 0x41, 0xcb, 0xe8, 0xc4, 0xc6, 0xb8, 0xf9, 0x0e, 0x00, 0x00, 0xff, 0xff, + 0x47, 0xf9, 0x79, 0x93, 0xed, 0x01, 0x00, 0x00, } func (m *EpochBurnConfig) Marshal() (dAtA []byte, err error) { diff --git a/x/furnace/types/genesis.pb.go b/x/furnace/types/genesis.pb.go index c21b559d..5e52e0dd 100644 --- a/x/furnace/types/genesis.pb.go +++ b/x/furnace/types/genesis.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: mycel/furnace/genesis.proto +// source: mycel/furnace/v1beta1/genesis.proto package types @@ -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_cb6ac84609cb49bc, []int{0} + return fileDescriptor_51a23f82e53314cb, []int{0} } func (m *GenesisState) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -85,31 +85,34 @@ func (m *GenesisState) GetBurnAmounts() []BurnAmount { } func init() { - proto.RegisterType((*GenesisState)(nil), "mycel.furnace.GenesisState") + proto.RegisterType((*GenesisState)(nil), "mycel.furnace.v1beta1.GenesisState") } -func init() { proto.RegisterFile("mycel/furnace/genesis.proto", fileDescriptor_cb6ac84609cb49bc) } +func init() { + proto.RegisterFile("mycel/furnace/v1beta1/genesis.proto", fileDescriptor_51a23f82e53314cb) +} -var fileDescriptor_cb6ac84609cb49bc = []byte{ - // 285 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xce, 0xad, 0x4c, 0x4e, - 0xcd, 0xd1, 0x4f, 0x2b, 0x2d, 0xca, 0x4b, 0x4c, 0x4e, 0xd5, 0x4f, 0x4f, 0xcd, 0x4b, 0x2d, 0xce, - 0x2c, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x05, 0x4b, 0xea, 0x41, 0x25, 0xa5, 0x44, - 0xd2, 0xf3, 0xd3, 0xf3, 0xc1, 0x32, 0xfa, 0x20, 0x16, 0x44, 0x91, 0x94, 0x3c, 0xaa, 0x09, 0x49, - 0xa5, 0x45, 0x79, 0xf1, 0x89, 0xb9, 0xf9, 0xa5, 0x79, 0x25, 0x50, 0x05, 0xaa, 0xa8, 0x0a, 0x52, - 0x0b, 0xf2, 0x93, 0x33, 0xe2, 0xc1, 0xca, 0x92, 0xf3, 0xf3, 0xd2, 0x32, 0xd3, 0xa1, 0xca, 0xa4, - 0x50, 0x95, 0x15, 0x24, 0x16, 0x25, 0xe6, 0x42, 0x1d, 0xa2, 0x74, 0x8d, 0x91, 0x8b, 0xc7, 0x1d, - 0xe2, 0xb4, 0xe0, 0x92, 0xc4, 0x92, 0x54, 0x21, 0x63, 0x2e, 0x36, 0x88, 0x02, 0x09, 0x46, 0x05, - 0x46, 0x0d, 0x6e, 0x23, 0x51, 0x3d, 0x14, 0xa7, 0xea, 0x05, 0x80, 0x25, 0x9d, 0x58, 0x4e, 0xdc, - 0x93, 0x67, 0x08, 0x82, 0x2a, 0x15, 0xf2, 0xe3, 0xe2, 0x07, 0x5b, 0xee, 0x54, 0x5a, 0x94, 0xe7, - 0x0c, 0xb6, 0x5a, 0x82, 0x09, 0xac, 0x5b, 0x0e, 0x4d, 0xb7, 0x2b, 0xaa, 0x2a, 0xa8, 0x31, 0xe8, - 0x9a, 0x85, 0x1c, 0xb9, 0xb8, 0x41, 0xde, 0x70, 0x04, 0x7b, 0xb6, 0x58, 0x82, 0x59, 0x81, 0x59, - 0x83, 0xdb, 0x48, 0x12, 0xcd, 0x2c, 0x27, 0xb8, 0x0a, 0xa8, 0x31, 0xc8, 0x7a, 0x9c, 0xdc, 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, 0x37, 0x3d, 0xb3, 0x24, 0xa3, 0x34, - 0x49, 0x2f, 0x39, 0x3f, 0x57, 0x1f, 0x6c, 0xa2, 0x6e, 0x4a, 0x7e, 0x6e, 0x62, 0x66, 0x1e, 0x84, - 0xa3, 0x5f, 0x01, 0x0f, 0xa8, 0x92, 0xca, 0x82, 0xd4, 0xe2, 0x24, 0x36, 0x70, 0x40, 0x19, 0x03, - 0x02, 0x00, 0x00, 0xff, 0xff, 0xfb, 0x67, 0x0a, 0xd6, 0xd0, 0x01, 0x00, 0x00, +var fileDescriptor_51a23f82e53314cb = []byte{ + // 297 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0xd0, 0x41, 0x4b, 0xc3, 0x30, + 0x14, 0xc0, 0xf1, 0xc6, 0xc9, 0x0e, 0xad, 0x20, 0x14, 0x85, 0x32, 0x30, 0xce, 0x09, 0xba, 0x4b, + 0x13, 0x36, 0x8f, 0x9e, 0xac, 0xc8, 0xf0, 0x26, 0x0a, 0x1e, 0xbc, 0x8c, 0xb4, 0x66, 0x5d, 0xc1, + 0x26, 0x25, 0x4d, 0xc4, 0x7d, 0x0b, 0x3f, 0xd6, 0x8e, 0x3b, 0x7a, 0x12, 0x69, 0xef, 0x7e, 0x06, + 0xd9, 0x6b, 0x18, 0x2a, 0xdd, 0xad, 0x85, 0x5f, 0xfe, 0xbc, 0xf7, 0xdc, 0xd3, 0x7c, 0x91, 0xf0, + 0x17, 0x3a, 0x33, 0x4a, 0xb0, 0x84, 0xd3, 0xd7, 0x51, 0xcc, 0x35, 0x1b, 0xd1, 0x94, 0x0b, 0x5e, + 0x66, 0x25, 0x29, 0x94, 0xd4, 0xd2, 0x3f, 0x04, 0x44, 0x2c, 0x22, 0x16, 0xf5, 0x0e, 0x52, 0x99, + 0x4a, 0x10, 0x74, 0xfd, 0xd5, 0xe0, 0xde, 0x79, 0x7b, 0x31, 0x36, 0x4a, 0x4c, 0x59, 0x2e, 0x8d, + 0xd0, 0x16, 0x86, 0xed, 0x90, 0x17, 0x32, 0x99, 0x4f, 0x81, 0x27, 0x52, 0xcc, 0xb2, 0xd4, 0xf2, + 0x41, 0x3b, 0x2f, 0x98, 0x62, 0xb9, 0x1d, 0x74, 0xf0, 0x8d, 0xdc, 0xbd, 0x49, 0x33, 0xfa, 0x83, + 0x66, 0x9a, 0xfb, 0x97, 0x6e, 0xb7, 0x01, 0x01, 0xea, 0xa3, 0xa1, 0x37, 0x3e, 0x22, 0xad, 0xab, + 0x90, 0x3b, 0x40, 0xd1, 0xee, 0xf2, 0xf3, 0xd8, 0xb9, 0xb7, 0x4f, 0xfc, 0x47, 0x77, 0x1f, 0x86, + 0x89, 0x8c, 0x12, 0xd7, 0x30, 0x4a, 0xb0, 0x03, 0x95, 0xb3, 0x2d, 0x95, 0x9b, 0xbf, 0xda, 0xe6, + 0xfe, 0x47, 0xfc, 0x5b, 0xd7, 0x5b, 0xaf, 0x77, 0x05, 0xc7, 0x28, 0x83, 0x4e, 0xbf, 0x33, 0xf4, + 0xc6, 0x27, 0x5b, 0x9a, 0xd1, 0x46, 0xda, 0xdc, 0xef, 0xb7, 0xd1, 0x64, 0x59, 0x61, 0xb4, 0xaa, + 0x30, 0xfa, 0xaa, 0x30, 0x7a, 0xaf, 0xb1, 0xb3, 0xaa, 0xb1, 0xf3, 0x51, 0x63, 0xe7, 0x29, 0x4c, + 0x33, 0x3d, 0x37, 0x31, 0x49, 0x64, 0x4e, 0xa1, 0x1c, 0x3e, 0xcb, 0x9c, 0x65, 0xa2, 0xf9, 0xa1, + 0x6f, 0x9b, 0x43, 0xea, 0x45, 0xc1, 0xcb, 0xb8, 0x0b, 0x07, 0xbc, 0xf8, 0x09, 0x00, 0x00, 0xff, + 0xff, 0x40, 0x32, 0x98, 0x7e, 0x10, 0x02, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/furnace/types/params.pb.go b/x/furnace/types/params.pb.go index e281b5d6..fc02e1d9 100644 --- a/x/furnace/types/params.pb.go +++ b/x/furnace/types/params.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: mycel/furnace/params.proto +// source: mycel/furnace/v1beta1/params.proto package types @@ -30,7 +30,7 @@ type Params struct { func (m *Params) Reset() { *m = Params{} } func (*Params) ProtoMessage() {} func (*Params) Descriptor() ([]byte, []int) { - return fileDescriptor_fa04402b6ce91d3e, []int{0} + return fileDescriptor_cd619409a494fc7a, []int{0} } func (m *Params) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -60,23 +60,26 @@ func (m *Params) XXX_DiscardUnknown() { var xxx_messageInfo_Params proto.InternalMessageInfo func init() { - proto.RegisterType((*Params)(nil), "mycel.furnace.Params") + proto.RegisterType((*Params)(nil), "mycel.furnace.v1beta1.Params") } -func init() { proto.RegisterFile("mycel/furnace/params.proto", fileDescriptor_fa04402b6ce91d3e) } +func init() { + proto.RegisterFile("mycel/furnace/v1beta1/params.proto", fileDescriptor_cd619409a494fc7a) +} -var fileDescriptor_fa04402b6ce91d3e = []byte{ - // 150 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xca, 0xad, 0x4c, 0x4e, - 0xcd, 0xd1, 0x4f, 0x2b, 0x2d, 0xca, 0x4b, 0x4c, 0x4e, 0xd5, 0x2f, 0x48, 0x2c, 0x4a, 0xcc, 0x2d, - 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x05, 0xcb, 0xe9, 0x41, 0xe5, 0xa4, 0x44, 0xd2, - 0xf3, 0xd3, 0xf3, 0xc1, 0x32, 0xfa, 0x20, 0x16, 0x44, 0x91, 0x12, 0x1f, 0x17, 0x5b, 0x00, 0x58, - 0x93, 0x15, 0xcb, 0x8c, 0x05, 0xf2, 0x0c, 0x4e, 0xee, 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, 0x9b, 0x9e, 0x59, 0x92, 0x51, 0x9a, 0xa4, 0x97, 0x9c, 0x9f, 0xab, 0x0f, - 0x36, 0x59, 0x37, 0x25, 0x3f, 0x37, 0x31, 0x33, 0x0f, 0xc2, 0xd1, 0xaf, 0x80, 0x3b, 0xa2, 0xa4, - 0xb2, 0x20, 0xb5, 0x38, 0x89, 0x0d, 0x6c, 0xbe, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0x3b, 0x5a, - 0xce, 0xf9, 0xa2, 0x00, 0x00, 0x00, +var fileDescriptor_cd619409a494fc7a = []byte{ + // 162 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xca, 0xad, 0x4c, 0x4e, + 0xcd, 0xd1, 0x4f, 0x2b, 0x2d, 0xca, 0x4b, 0x4c, 0x4e, 0xd5, 0x2f, 0x33, 0x4c, 0x4a, 0x2d, 0x49, + 0x34, 0xd4, 0x2f, 0x48, 0x2c, 0x4a, 0xcc, 0x2d, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, + 0x05, 0xab, 0xd1, 0x83, 0xaa, 0xd1, 0x83, 0xaa, 0x91, 0x12, 0x49, 0xcf, 0x4f, 0xcf, 0x07, 0xab, + 0xd0, 0x07, 0xb1, 0x20, 0x8a, 0x95, 0xf8, 0xb8, 0xd8, 0x02, 0xc0, 0x9a, 0xad, 0x58, 0x66, 0x2c, + 0x90, 0x67, 0x70, 0x72, 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, 0xdd, + 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0x7d, 0xb0, 0x0d, 0xba, 0x29, 0xf9, + 0xb9, 0x89, 0x99, 0x79, 0x10, 0x8e, 0x7e, 0x05, 0xdc, 0x51, 0x25, 0x95, 0x05, 0xa9, 0xc5, 0x49, + 0x6c, 0x60, 0xf3, 0x8d, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0x9c, 0x5e, 0xaf, 0xe4, 0xb2, 0x00, + 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/furnace/types/query.pb.go b/x/furnace/types/query.pb.go index 99718fa9..8c9156b4 100644 --- a/x/furnace/types/query.pb.go +++ b/x/furnace/types/query.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: mycel/furnace/query.proto +// source: mycel/furnace/v1beta1/query.proto package types @@ -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_12ab24936cee5a03, []int{0} + return fileDescriptor_781f6e2e484d56b5, []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_12ab24936cee5a03, []int{1} + return fileDescriptor_781f6e2e484d56b5, []int{1} } func (m *QueryParamsResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -121,7 +121,7 @@ func (m *QueryGetEpochBurnConfigRequest) Reset() { *m = QueryGetEpochBur func (m *QueryGetEpochBurnConfigRequest) String() string { return proto.CompactTextString(m) } func (*QueryGetEpochBurnConfigRequest) ProtoMessage() {} func (*QueryGetEpochBurnConfigRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_12ab24936cee5a03, []int{2} + return fileDescriptor_781f6e2e484d56b5, []int{2} } func (m *QueryGetEpochBurnConfigRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -158,7 +158,7 @@ func (m *QueryGetEpochBurnConfigResponse) Reset() { *m = QueryGetEpochBu func (m *QueryGetEpochBurnConfigResponse) String() string { return proto.CompactTextString(m) } func (*QueryGetEpochBurnConfigResponse) ProtoMessage() {} func (*QueryGetEpochBurnConfigResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_12ab24936cee5a03, []int{3} + return fileDescriptor_781f6e2e484d56b5, []int{3} } func (m *QueryGetEpochBurnConfigResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -202,7 +202,7 @@ func (m *QueryGetBurnAmountRequest) Reset() { *m = QueryGetBurnAmountReq func (m *QueryGetBurnAmountRequest) String() string { return proto.CompactTextString(m) } func (*QueryGetBurnAmountRequest) ProtoMessage() {} func (*QueryGetBurnAmountRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_12ab24936cee5a03, []int{4} + return fileDescriptor_781f6e2e484d56b5, []int{4} } func (m *QueryGetBurnAmountRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -246,7 +246,7 @@ func (m *QueryGetBurnAmountResponse) Reset() { *m = QueryGetBurnAmountRe func (m *QueryGetBurnAmountResponse) String() string { return proto.CompactTextString(m) } func (*QueryGetBurnAmountResponse) ProtoMessage() {} func (*QueryGetBurnAmountResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_12ab24936cee5a03, []int{5} + return fileDescriptor_781f6e2e484d56b5, []int{5} } func (m *QueryGetBurnAmountResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -290,7 +290,7 @@ func (m *QueryAllBurnAmountRequest) Reset() { *m = QueryAllBurnAmountReq func (m *QueryAllBurnAmountRequest) String() string { return proto.CompactTextString(m) } func (*QueryAllBurnAmountRequest) ProtoMessage() {} func (*QueryAllBurnAmountRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_12ab24936cee5a03, []int{6} + return fileDescriptor_781f6e2e484d56b5, []int{6} } func (m *QueryAllBurnAmountRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -335,7 +335,7 @@ func (m *QueryAllBurnAmountResponse) Reset() { *m = QueryAllBurnAmountRe func (m *QueryAllBurnAmountResponse) String() string { return proto.CompactTextString(m) } func (*QueryAllBurnAmountResponse) ProtoMessage() {} func (*QueryAllBurnAmountResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_12ab24936cee5a03, []int{7} + return fileDescriptor_781f6e2e484d56b5, []int{7} } func (m *QueryAllBurnAmountResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -379,57 +379,58 @@ func (m *QueryAllBurnAmountResponse) GetPagination() *query.PageResponse { } func init() { - proto.RegisterType((*QueryParamsRequest)(nil), "mycel.furnace.QueryParamsRequest") - proto.RegisterType((*QueryParamsResponse)(nil), "mycel.furnace.QueryParamsResponse") - proto.RegisterType((*QueryGetEpochBurnConfigRequest)(nil), "mycel.furnace.QueryGetEpochBurnConfigRequest") - proto.RegisterType((*QueryGetEpochBurnConfigResponse)(nil), "mycel.furnace.QueryGetEpochBurnConfigResponse") - proto.RegisterType((*QueryGetBurnAmountRequest)(nil), "mycel.furnace.QueryGetBurnAmountRequest") - proto.RegisterType((*QueryGetBurnAmountResponse)(nil), "mycel.furnace.QueryGetBurnAmountResponse") - proto.RegisterType((*QueryAllBurnAmountRequest)(nil), "mycel.furnace.QueryAllBurnAmountRequest") - proto.RegisterType((*QueryAllBurnAmountResponse)(nil), "mycel.furnace.QueryAllBurnAmountResponse") -} - -func init() { proto.RegisterFile("mycel/furnace/query.proto", fileDescriptor_12ab24936cee5a03) } - -var fileDescriptor_12ab24936cee5a03 = []byte{ - // 588 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x94, 0x4f, 0x6b, 0x13, 0x41, - 0x18, 0xc6, 0xb3, 0x35, 0xcd, 0x61, 0xa4, 0x08, 0x63, 0x04, 0xb3, 0xc8, 0xa6, 0x0e, 0x6a, 0xff, - 0x40, 0x66, 0x48, 0x8b, 0x78, 0x94, 0x44, 0x34, 0xe0, 0x41, 0x6a, 0x8e, 0x82, 0x94, 0xd9, 0xed, - 0x74, 0xbb, 0xb0, 0x3b, 0xb3, 0xd9, 0x3f, 0xd2, 0x50, 0xbc, 0xf8, 0x09, 0x04, 0xf1, 0xe2, 0x07, - 0xd0, 0xaf, 0xd2, 0x63, 0xc1, 0x8b, 0x27, 0x91, 0xc4, 0x0f, 0x22, 0x99, 0x7d, 0xd3, 0x64, 0x37, - 0x9b, 0x98, 0xde, 0x36, 0xef, 0xfb, 0xbc, 0xef, 0xf3, 0x9b, 0xcd, 0x33, 0x8b, 0x1a, 0xc1, 0xd0, - 0x11, 0x3e, 0x3b, 0x4d, 0x23, 0xc9, 0x1d, 0xc1, 0x06, 0xa9, 0x88, 0x86, 0x34, 0x8c, 0x54, 0xa2, - 0xf0, 0x96, 0x6e, 0x51, 0x68, 0x99, 0xfb, 0x8e, 0x8a, 0x03, 0x15, 0x33, 0x9b, 0xc7, 0xa0, 0x63, - 0x1f, 0xda, 0xb6, 0x48, 0x78, 0x9b, 0x85, 0xdc, 0xf5, 0x24, 0x4f, 0x3c, 0x25, 0xb3, 0x51, 0xd3, - 0x9a, 0xd7, 0x4e, 0x55, 0x8e, 0xf2, 0xa6, 0xfd, 0xba, 0xab, 0x5c, 0xa5, 0x1f, 0xd9, 0xe4, 0x09, - 0xaa, 0x0f, 0x5c, 0xa5, 0x5c, 0x5f, 0x30, 0x1e, 0x7a, 0x8c, 0x4b, 0xa9, 0x12, 0xbd, 0x32, 0x86, - 0x6e, 0x33, 0x4f, 0x6a, 0xa7, 0x91, 0x3c, 0xe6, 0x81, 0x4a, 0x65, 0x02, 0x82, 0xc7, 0x79, 0x81, - 0x08, 0x95, 0x73, 0x76, 0xac, 0x65, 0x8e, 0x92, 0xa7, 0x9e, 0x0b, 0x32, 0x33, 0x2f, 0x0b, 0x79, - 0xc4, 0x03, 0xf0, 0x20, 0x75, 0x84, 0xdf, 0x4e, 0x4e, 0x76, 0xa4, 0x8b, 0x7d, 0x31, 0x48, 0x45, - 0x9c, 0x90, 0xd7, 0xe8, 0x6e, 0xae, 0x1a, 0x87, 0x4a, 0xc6, 0x02, 0x1f, 0xa2, 0x5a, 0x36, 0x7c, - 0xdf, 0xd8, 0x36, 0x76, 0x6f, 0x1f, 0xdc, 0xa3, 0xb9, 0x17, 0x46, 0x33, 0x79, 0xb7, 0x7a, 0xf9, - 0xbb, 0x59, 0xe9, 0x83, 0x94, 0x6c, 0x23, 0x4b, 0xef, 0xea, 0x89, 0xe4, 0xe5, 0x04, 0xb0, 0x9b, - 0x46, 0xf2, 0x85, 0xc6, 0x9b, 0xba, 0x0d, 0x50, 0x73, 0xa9, 0x02, 0x9c, 0xdf, 0xa0, 0x3b, 0x85, - 0x16, 0x20, 0x58, 0x05, 0x84, 0x82, 0x0a, 0x58, 0x8a, 0xc3, 0xa4, 0x8d, 0x1a, 0x53, 0xcb, 0x49, - 0xb5, 0xa3, 0xdf, 0x2a, 0xf0, 0xe0, 0x3a, 0xda, 0xf4, 0xe4, 0x89, 0x38, 0xd7, 0x16, 0xd5, 0x7e, - 0xf6, 0x83, 0xbc, 0x47, 0x66, 0xd9, 0x08, 0x00, 0x3e, 0x47, 0xc8, 0xbe, 0xae, 0x02, 0x5b, 0xa3, - 0xc0, 0x36, 0x1b, 0x03, 0xac, 0xb9, 0x11, 0xe2, 0x00, 0x51, 0xc7, 0xf7, 0x17, 0x89, 0x5e, 0x21, - 0x34, 0x4b, 0x1c, 0x6c, 0x7f, 0x42, 0xb3, 0xc8, 0xd1, 0x49, 0xe4, 0x68, 0x16, 0x63, 0x08, 0x1e, - 0x3d, 0xe2, 0xae, 0x80, 0xd9, 0xfe, 0xdc, 0x24, 0xf9, 0x6e, 0xc0, 0x21, 0x0a, 0x2e, 0x4b, 0x0e, - 0x71, 0xeb, 0x86, 0x87, 0xc0, 0xbd, 0x1c, 0xe7, 0x86, 0xe6, 0xdc, 0xf9, 0x2f, 0x67, 0xe6, 0x3e, - 0x0f, 0x7a, 0x30, 0xae, 0xa2, 0x4d, 0x0d, 0x8a, 0x2f, 0x50, 0x2d, 0x8b, 0x15, 0x7e, 0x58, 0x20, - 0x59, 0xcc, 0xad, 0x49, 0x56, 0x49, 0x32, 0x1b, 0xb2, 0xff, 0xe9, 0xe7, 0xdf, 0x2f, 0x1b, 0x8f, - 0x30, 0x61, 0x5a, 0xdb, 0x3a, 0x51, 0x01, 0xf7, 0x24, 0x2b, 0xbb, 0x23, 0xf8, 0x87, 0xb1, 0x90, - 0x3b, 0xdc, 0x2a, 0xf3, 0x58, 0x1a, 0x6e, 0x93, 0xae, 0x2b, 0x07, 0xbc, 0xa7, 0x1a, 0x8f, 0xe1, - 0xd6, 0x2a, 0xbc, 0x85, 0x9b, 0x8e, 0xbf, 0x19, 0x08, 0xcd, 0xfe, 0x1a, 0xbc, 0xbb, 0xc4, 0x75, - 0x21, 0x5a, 0xe6, 0xde, 0x1a, 0x4a, 0x40, 0x7b, 0xa6, 0xd1, 0xda, 0x98, 0xad, 0x42, 0x9b, 0xfb, - 0x4a, 0xb1, 0x0b, 0x7d, 0x73, 0x3e, 0xe2, 0xaf, 0x06, 0xda, 0x9a, 0xed, 0xeb, 0xf8, 0x7e, 0x39, - 0x5f, 0x59, 0xf4, 0xcb, 0xf9, 0x4a, 0xe3, 0x4b, 0x98, 0xe6, 0xdb, 0xc3, 0x3b, 0x6b, 0xf2, 0x75, - 0x7b, 0x97, 0x23, 0xcb, 0xb8, 0x1a, 0x59, 0xc6, 0x9f, 0x91, 0x65, 0x7c, 0x1e, 0x5b, 0x95, 0xab, - 0xb1, 0x55, 0xf9, 0x35, 0xb6, 0x2a, 0xef, 0x5a, 0xae, 0x97, 0x9c, 0xa5, 0x36, 0x75, 0x54, 0x50, - 0xb6, 0xec, 0xfc, 0x7a, 0x5d, 0x32, 0x0c, 0x45, 0x6c, 0xd7, 0xf4, 0xc7, 0xf4, 0xf0, 0x5f, 0x00, - 0x00, 0x00, 0xff, 0xff, 0xc1, 0x22, 0xf7, 0x39, 0x5c, 0x06, 0x00, 0x00, + proto.RegisterType((*QueryParamsRequest)(nil), "mycel.furnace.v1beta1.QueryParamsRequest") + proto.RegisterType((*QueryParamsResponse)(nil), "mycel.furnace.v1beta1.QueryParamsResponse") + proto.RegisterType((*QueryGetEpochBurnConfigRequest)(nil), "mycel.furnace.v1beta1.QueryGetEpochBurnConfigRequest") + proto.RegisterType((*QueryGetEpochBurnConfigResponse)(nil), "mycel.furnace.v1beta1.QueryGetEpochBurnConfigResponse") + proto.RegisterType((*QueryGetBurnAmountRequest)(nil), "mycel.furnace.v1beta1.QueryGetBurnAmountRequest") + proto.RegisterType((*QueryGetBurnAmountResponse)(nil), "mycel.furnace.v1beta1.QueryGetBurnAmountResponse") + proto.RegisterType((*QueryAllBurnAmountRequest)(nil), "mycel.furnace.v1beta1.QueryAllBurnAmountRequest") + proto.RegisterType((*QueryAllBurnAmountResponse)(nil), "mycel.furnace.v1beta1.QueryAllBurnAmountResponse") +} + +func init() { proto.RegisterFile("mycel/furnace/v1beta1/query.proto", fileDescriptor_781f6e2e484d56b5) } + +var fileDescriptor_781f6e2e484d56b5 = []byte{ + // 597 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x94, 0xcf, 0x6e, 0xd3, 0x40, + 0x10, 0xc6, 0xe3, 0xd2, 0xe4, 0xb0, 0x08, 0x21, 0x2d, 0x41, 0x02, 0x0b, 0xdc, 0xd6, 0x07, 0x0a, + 0x11, 0xf1, 0x92, 0xa0, 0x12, 0x21, 0x84, 0x50, 0x82, 0x20, 0x57, 0xc8, 0x81, 0x03, 0x97, 0x6a, + 0xed, 0x6e, 0x5d, 0x4b, 0xf6, 0xae, 0xeb, 0x3f, 0xa8, 0x11, 0xe2, 0xc2, 0x13, 0x20, 0xf5, 0x39, + 0xe0, 0xc0, 0x0b, 0x70, 0xe1, 0xd0, 0x63, 0x25, 0x2e, 0x9c, 0x10, 0x4a, 0x78, 0x10, 0xe4, 0xdd, + 0x49, 0x62, 0x12, 0x3b, 0x4d, 0xb8, 0xd9, 0xb3, 0xdf, 0x37, 0xf3, 0xdb, 0xdd, 0x99, 0x45, 0x3b, + 0xc1, 0xd0, 0x61, 0x3e, 0x39, 0x4c, 0x23, 0x4e, 0x1d, 0x46, 0xde, 0xb5, 0x6c, 0x96, 0xd0, 0x16, + 0x39, 0x4e, 0x59, 0x34, 0xb4, 0xc2, 0x48, 0x24, 0x02, 0x5f, 0x97, 0x12, 0x0b, 0x24, 0x16, 0x48, + 0xf4, 0x86, 0x23, 0xe2, 0x40, 0xc4, 0xc4, 0xa6, 0x31, 0x53, 0xfa, 0xa9, 0x3b, 0xa4, 0xae, 0xc7, + 0x69, 0xe2, 0x09, 0xae, 0x52, 0xe8, 0x46, 0x5e, 0x3b, 0x51, 0x39, 0xc2, 0x9b, 0xac, 0xd7, 0x5d, + 0xe1, 0x0a, 0xf9, 0x49, 0xb2, 0x2f, 0x88, 0xde, 0x72, 0x85, 0x70, 0x7d, 0x46, 0x68, 0xe8, 0x11, + 0xca, 0xb9, 0x48, 0x64, 0xca, 0x18, 0x56, 0x77, 0x8b, 0xc9, 0xed, 0x34, 0xe2, 0xfb, 0x34, 0x10, + 0x29, 0x4f, 0x40, 0xd8, 0x2c, 0x16, 0xb2, 0x50, 0x38, 0x47, 0xfb, 0x52, 0xee, 0x08, 0x7e, 0xe8, + 0xb9, 0x20, 0x37, 0x8b, 0xe5, 0x21, 0x8d, 0x68, 0x00, 0xb5, 0xcd, 0x3a, 0xc2, 0xaf, 0xb3, 0x1d, + 0xbf, 0x92, 0xc1, 0x01, 0x3b, 0x4e, 0x59, 0x9c, 0x98, 0x03, 0x74, 0xed, 0x9f, 0x68, 0x1c, 0x0a, + 0x1e, 0x33, 0xfc, 0x04, 0xd5, 0x94, 0xf9, 0x86, 0xb6, 0xad, 0xdd, 0xbd, 0xdc, 0xbe, 0x6d, 0x15, + 0x1e, 0xa8, 0xa5, 0x6c, 0xbd, 0xcd, 0xb3, 0x5f, 0x5b, 0x95, 0x01, 0x58, 0xcc, 0x6d, 0x64, 0xc8, + 0x9c, 0x7d, 0x96, 0xbc, 0xc8, 0x80, 0x7b, 0x69, 0xc4, 0x9f, 0x4b, 0xdc, 0x49, 0xd5, 0x21, 0xda, + 0x2a, 0x55, 0x00, 0xc1, 0x1b, 0x74, 0x75, 0x6e, 0x09, 0x50, 0xee, 0x94, 0xa0, 0xcc, 0xa9, 0x81, + 0x69, 0x3e, 0x89, 0xd9, 0x42, 0x37, 0x27, 0xa5, 0xb3, 0x68, 0x57, 0x9e, 0x3a, 0x70, 0xe1, 0x3a, + 0xaa, 0x7a, 0xfc, 0x80, 0x9d, 0xc8, 0x52, 0x9b, 0x03, 0xf5, 0x63, 0x32, 0xa4, 0x17, 0x59, 0x00, + 0xb4, 0x8f, 0x90, 0x3d, 0x8d, 0x02, 0xe3, 0x4e, 0x09, 0xe3, 0xcc, 0x0e, 0x78, 0x39, 0xab, 0xe9, + 0x00, 0x59, 0xd7, 0xf7, 0x17, 0xc9, 0x5e, 0x22, 0x34, 0xeb, 0xd0, 0xe9, 0x49, 0xa8, 0x16, 0xb5, + 0xb2, 0x16, 0xb5, 0x54, 0xfb, 0xcf, 0x2e, 0xc6, 0x65, 0xe0, 0x1d, 0xe4, 0x9c, 0xe6, 0x17, 0x0d, + 0x36, 0x33, 0x57, 0xa5, 0x64, 0x33, 0x97, 0xfe, 0x73, 0x33, 0x59, 0xa2, 0x1c, 0xef, 0x86, 0xe4, + 0xdd, 0xbd, 0x90, 0x57, 0x51, 0xe4, 0x81, 0xdb, 0xdf, 0xab, 0xa8, 0x2a, 0x81, 0xf1, 0xa9, 0x86, + 0x6a, 0xaa, 0xdf, 0xf0, 0xbd, 0x12, 0xa4, 0xc5, 0x06, 0xd7, 0x1b, 0xab, 0x48, 0x55, 0x5d, 0xb3, + 0xfd, 0xf1, 0xc7, 0x9f, 0xd3, 0x8d, 0xfb, 0xb8, 0x41, 0xa4, 0xa7, 0x79, 0x20, 0x02, 0xea, 0x71, + 0xb2, 0x6c, 0xb8, 0xf0, 0x37, 0x6d, 0xa1, 0x51, 0xf1, 0xde, 0xb2, 0x9a, 0xa5, 0x53, 0xa1, 0x3f, + 0x5a, 0xd7, 0x06, 0xd8, 0x4f, 0x25, 0x76, 0x07, 0xef, 0xad, 0x82, 0xbd, 0xf0, 0x84, 0xe0, 0xaf, + 0x1a, 0x42, 0xb3, 0xbb, 0xc4, 0x0f, 0x2e, 0xa0, 0x58, 0xe8, 0x4d, 0xbd, 0xb5, 0x86, 0x03, 0x90, + 0x9f, 0x49, 0xe4, 0xc7, 0xb8, 0xb3, 0x0a, 0x72, 0xee, 0x79, 0x24, 0xef, 0xe5, 0x48, 0x7e, 0xc0, + 0x9f, 0x35, 0x74, 0x65, 0x96, 0xb7, 0xeb, 0xfb, 0xcb, 0xb9, 0x8b, 0x66, 0x6a, 0x39, 0x77, 0xe1, + 0x7c, 0x98, 0x1d, 0xc9, 0xdd, 0xc2, 0x64, 0x4d, 0xee, 0x5e, 0xff, 0x6c, 0x64, 0x68, 0xe7, 0x23, + 0x43, 0xfb, 0x3d, 0x32, 0xb4, 0x4f, 0x63, 0xa3, 0x72, 0x3e, 0x36, 0x2a, 0x3f, 0xc7, 0x46, 0xe5, + 0x6d, 0xd3, 0xf5, 0x92, 0xa3, 0xd4, 0xb6, 0x1c, 0x11, 0x14, 0x25, 0x3d, 0x99, 0xa6, 0x4d, 0x86, + 0x21, 0x8b, 0xed, 0x9a, 0x7c, 0xcd, 0x1f, 0xfe, 0x0d, 0x00, 0x00, 0xff, 0xff, 0xb2, 0x9b, 0x17, + 0xc4, 0x05, 0x07, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -463,7 +464,7 @@ func NewQueryClient(cc grpc1.ClientConn) QueryClient { func (c *queryClient) Params(ctx context.Context, in *QueryParamsRequest, opts ...grpc.CallOption) (*QueryParamsResponse, error) { out := new(QueryParamsResponse) - err := c.cc.Invoke(ctx, "/mycel.furnace.Query/Params", in, out, opts...) + err := c.cc.Invoke(ctx, "/mycel.furnace.v1beta1.Query/Params", in, out, opts...) if err != nil { return nil, err } @@ -472,7 +473,7 @@ func (c *queryClient) Params(ctx context.Context, in *QueryParamsRequest, opts . func (c *queryClient) EpochBurnConfig(ctx context.Context, in *QueryGetEpochBurnConfigRequest, opts ...grpc.CallOption) (*QueryGetEpochBurnConfigResponse, error) { out := new(QueryGetEpochBurnConfigResponse) - err := c.cc.Invoke(ctx, "/mycel.furnace.Query/EpochBurnConfig", in, out, opts...) + err := c.cc.Invoke(ctx, "/mycel.furnace.v1beta1.Query/EpochBurnConfig", in, out, opts...) if err != nil { return nil, err } @@ -481,7 +482,7 @@ func (c *queryClient) EpochBurnConfig(ctx context.Context, in *QueryGetEpochBurn func (c *queryClient) BurnAmount(ctx context.Context, in *QueryGetBurnAmountRequest, opts ...grpc.CallOption) (*QueryGetBurnAmountResponse, error) { out := new(QueryGetBurnAmountResponse) - err := c.cc.Invoke(ctx, "/mycel.furnace.Query/BurnAmount", in, out, opts...) + err := c.cc.Invoke(ctx, "/mycel.furnace.v1beta1.Query/BurnAmount", in, out, opts...) if err != nil { return nil, err } @@ -490,7 +491,7 @@ func (c *queryClient) BurnAmount(ctx context.Context, in *QueryGetBurnAmountRequ func (c *queryClient) BurnAmountAll(ctx context.Context, in *QueryAllBurnAmountRequest, opts ...grpc.CallOption) (*QueryAllBurnAmountResponse, error) { out := new(QueryAllBurnAmountResponse) - err := c.cc.Invoke(ctx, "/mycel.furnace.Query/BurnAmountAll", in, out, opts...) + err := c.cc.Invoke(ctx, "/mycel.furnace.v1beta1.Query/BurnAmountAll", in, out, opts...) if err != nil { return nil, err } @@ -539,7 +540,7 @@ func _Query_Params_Handler(srv interface{}, ctx context.Context, dec func(interf } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/mycel.furnace.Query/Params", + FullMethod: "/mycel.furnace.v1beta1.Query/Params", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).Params(ctx, req.(*QueryParamsRequest)) @@ -557,7 +558,7 @@ func _Query_EpochBurnConfig_Handler(srv interface{}, ctx context.Context, dec fu } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/mycel.furnace.Query/EpochBurnConfig", + FullMethod: "/mycel.furnace.v1beta1.Query/EpochBurnConfig", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).EpochBurnConfig(ctx, req.(*QueryGetEpochBurnConfigRequest)) @@ -575,7 +576,7 @@ func _Query_BurnAmount_Handler(srv interface{}, ctx context.Context, dec func(in } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/mycel.furnace.Query/BurnAmount", + FullMethod: "/mycel.furnace.v1beta1.Query/BurnAmount", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).BurnAmount(ctx, req.(*QueryGetBurnAmountRequest)) @@ -593,7 +594,7 @@ func _Query_BurnAmountAll_Handler(srv interface{}, ctx context.Context, dec func } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/mycel.furnace.Query/BurnAmountAll", + FullMethod: "/mycel.furnace.v1beta1.Query/BurnAmountAll", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).BurnAmountAll(ctx, req.(*QueryAllBurnAmountRequest)) @@ -602,7 +603,7 @@ func _Query_BurnAmountAll_Handler(srv interface{}, ctx context.Context, dec func } var _Query_serviceDesc = grpc.ServiceDesc{ - ServiceName: "mycel.furnace.Query", + ServiceName: "mycel.furnace.v1beta1.Query", HandlerType: (*QueryServer)(nil), Methods: []grpc.MethodDesc{ { @@ -623,7 +624,7 @@ var _Query_serviceDesc = grpc.ServiceDesc{ }, }, Streams: []grpc.StreamDesc{}, - Metadata: "mycel/furnace/query.proto", + Metadata: "mycel/furnace/v1beta1/query.proto", } func (m *QueryParamsRequest) Marshal() (dAtA []byte, err error) { diff --git a/x/furnace/types/query.pb.gw.go b/x/furnace/types/query.pb.gw.go index 8b2e5df6..f6d85734 100644 --- a/x/furnace/types/query.pb.gw.go +++ b/x/furnace/types/query.pb.gw.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-grpc-gateway. DO NOT EDIT. -// source: mycel/furnace/query.proto +// source: mycel/furnace/v1beta1/query.proto /* Package types is a reverse proxy. @@ -382,13 +382,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{"mycel-domain", "mycel", "furnace", "params"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_Params_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 2, 4}, []string{"mycel-domain", "mycel", "furnace", "v1beta1", "params"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_EpochBurnConfig_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"mycel-domain", "mycel", "furnace", "epoch_burn_config"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_EpochBurnConfig_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 2, 4}, []string{"mycel-domain", "mycel", "furnace", "v1beta1", "epoch_burn_config"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_BurnAmount_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4}, []string{"mycel-domain", "mycel", "furnace", "burn_amount", "index"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_BurnAmount_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 2, 4, 1, 0, 4, 1, 5, 5}, []string{"mycel-domain", "mycel", "furnace", "v1beta1", "burn_amount", "index"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_BurnAmountAll_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"mycel-domain", "mycel", "furnace", "burn_amount"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_BurnAmountAll_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 2, 4}, []string{"mycel-domain", "mycel", "furnace", "v1beta1", "burn_amount"}, "", runtime.AssumeColonVerbOpt(true))) ) var ( diff --git a/x/furnace/types/tx.pb.go b/x/furnace/types/tx.pb.go index 8686a628..b60827b0 100644 --- a/x/furnace/types/tx.pb.go +++ b/x/furnace/types/tx.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: mycel/furnace/tx.proto +// source: mycel/furnace/v1beta1/tx.proto package types @@ -23,18 +23,19 @@ var _ = math.Inf // proto package needs to be updated. const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package -func init() { proto.RegisterFile("mycel/furnace/tx.proto", fileDescriptor_1ffea38d7e61c9e2) } +func init() { proto.RegisterFile("mycel/furnace/v1beta1/tx.proto", fileDescriptor_05edf4bed6d6ee12) } -var fileDescriptor_1ffea38d7e61c9e2 = []byte{ - // 126 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0xcb, 0xad, 0x4c, 0x4e, - 0xcd, 0xd1, 0x4f, 0x2b, 0x2d, 0xca, 0x4b, 0x4c, 0x4e, 0xd5, 0x2f, 0xa9, 0xd0, 0x2b, 0x28, 0xca, - 0x2f, 0xc9, 0x17, 0xe2, 0x05, 0x8b, 0xeb, 0x41, 0xc5, 0x8d, 0x58, 0xb9, 0x98, 0x7d, 0x8b, 0xd3, - 0x9d, 0xdc, 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, 0x37, 0x3d, 0xb3, - 0x24, 0xa3, 0x34, 0x49, 0x2f, 0x39, 0x3f, 0x57, 0x1f, 0xac, 0x55, 0x37, 0x25, 0x3f, 0x37, 0x31, - 0x33, 0x0f, 0xc2, 0xd1, 0xaf, 0x40, 0xd8, 0x50, 0x59, 0x90, 0x5a, 0x9c, 0xc4, 0x06, 0xb6, 0xc5, - 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0xa1, 0x70, 0xfe, 0x2c, 0x7f, 0x00, 0x00, 0x00, +var fileDescriptor_05edf4bed6d6ee12 = []byte{ + // 138 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xcb, 0xad, 0x4c, 0x4e, + 0xcd, 0xd1, 0x4f, 0x2b, 0x2d, 0xca, 0x4b, 0x4c, 0x4e, 0xd5, 0x2f, 0x33, 0x4c, 0x4a, 0x2d, 0x49, + 0x34, 0xd4, 0x2f, 0xa9, 0xd0, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x05, 0xcb, 0xeb, 0x41, + 0xe5, 0xf5, 0xa0, 0xf2, 0x46, 0xac, 0x5c, 0xcc, 0xbe, 0xc5, 0xe9, 0x4e, 0xee, 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, 0x9b, 0x9e, 0x59, 0x92, 0x51, 0x9a, 0xa4, 0x97, + 0x9c, 0x9f, 0xab, 0x0f, 0x36, 0x42, 0x37, 0x25, 0x3f, 0x37, 0x31, 0x33, 0x0f, 0xc2, 0xd1, 0xaf, + 0x80, 0xdb, 0x58, 0x52, 0x59, 0x90, 0x5a, 0x9c, 0xc4, 0x06, 0xb6, 0xcd, 0x18, 0x10, 0x00, 0x00, + 0xff, 0xff, 0xfb, 0x04, 0xbd, 0x32, 0x8f, 0x00, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -72,9 +73,9 @@ func RegisterMsgServer(s grpc1.Server, srv MsgServer) { } var _Msg_serviceDesc = grpc.ServiceDesc{ - ServiceName: "mycel.furnace.Msg", + ServiceName: "mycel.furnace.v1beta1.Msg", HandlerType: (*MsgServer)(nil), Methods: []grpc.MethodDesc{}, Streams: []grpc.StreamDesc{}, - Metadata: "mycel/furnace/tx.proto", + Metadata: "mycel/furnace/v1beta1/tx.proto", } diff --git a/x/registry/types/access_control.pb.go b/x/registry/types/access_control.pb.go index e228c218..852ce0c3 100644 --- a/x/registry/types/access_control.pb.go +++ b/x/registry/types/access_control.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: mycel/registry/access_control.proto +// source: mycel/registry/v1beta1/access_control.proto package types @@ -47,19 +47,19 @@ func (x DomainRole) String() string { } func (DomainRole) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_fbec8edb751ad8b7, []int{0} + return fileDescriptor_29eaa80c8f9c057b, []int{0} } type AccessControl struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` - Role DomainRole `protobuf:"varint,2,opt,name=role,proto3,enum=mycel.registry.DomainRole" json:"role,omitempty"` + Role DomainRole `protobuf:"varint,2,opt,name=role,proto3,enum=mycel.registry.v1beta1.DomainRole" json:"role,omitempty"` } func (m *AccessControl) Reset() { *m = AccessControl{} } func (m *AccessControl) String() string { return proto.CompactTextString(m) } func (*AccessControl) ProtoMessage() {} func (*AccessControl) Descriptor() ([]byte, []int) { - return fileDescriptor_fbec8edb751ad8b7, []int{0} + return fileDescriptor_29eaa80c8f9c057b, []int{0} } func (m *AccessControl) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -103,31 +103,32 @@ func (m *AccessControl) GetRole() DomainRole { } func init() { - proto.RegisterEnum("mycel.registry.DomainRole", DomainRole_name, DomainRole_value) - proto.RegisterType((*AccessControl)(nil), "mycel.registry.AccessControl") + proto.RegisterEnum("mycel.registry.v1beta1.DomainRole", DomainRole_name, DomainRole_value) + proto.RegisterType((*AccessControl)(nil), "mycel.registry.v1beta1.AccessControl") } func init() { - proto.RegisterFile("mycel/registry/access_control.proto", fileDescriptor_fbec8edb751ad8b7) + proto.RegisterFile("mycel/registry/v1beta1/access_control.proto", fileDescriptor_29eaa80c8f9c057b) } -var fileDescriptor_fbec8edb751ad8b7 = []byte{ - // 236 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xce, 0xad, 0x4c, 0x4e, - 0xcd, 0xd1, 0x2f, 0x4a, 0x4d, 0xcf, 0x2c, 0x2e, 0x29, 0xaa, 0xd4, 0x4f, 0x4c, 0x4e, 0x4e, 0x2d, - 0x2e, 0x8e, 0x4f, 0xce, 0xcf, 0x2b, 0x29, 0xca, 0xcf, 0xd1, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, - 0xe2, 0x03, 0x2b, 0xd2, 0x83, 0x29, 0x52, 0x8a, 0xe4, 0xe2, 0x75, 0x04, 0xab, 0x73, 0x86, 0x28, - 0x13, 0x92, 0xe0, 0x62, 0x4f, 0x4c, 0x49, 0x29, 0x4a, 0x2d, 0x2e, 0x96, 0x60, 0x54, 0x60, 0xd4, - 0xe0, 0x0c, 0x82, 0x71, 0x85, 0xf4, 0xb8, 0x58, 0x8a, 0xf2, 0x73, 0x52, 0x25, 0x98, 0x14, 0x18, - 0x35, 0xf8, 0x8c, 0xa4, 0xf4, 0x50, 0x4d, 0xd2, 0x73, 0xc9, 0xcf, 0x4d, 0xcc, 0xcc, 0x0b, 0xca, - 0xcf, 0x49, 0x0d, 0x02, 0xab, 0xd3, 0x32, 0xe0, 0xe2, 0x42, 0x88, 0x09, 0x71, 0x73, 0xb1, 0xfb, - 0xf9, 0xc7, 0x07, 0xf9, 0xfb, 0xb8, 0x0a, 0x30, 0x08, 0x71, 0x72, 0xb1, 0xfa, 0x87, 0xfb, 0xb9, - 0x06, 0x09, 0x30, 0x0a, 0x71, 0x71, 0xb1, 0xb9, 0xba, 0x78, 0x86, 0xf8, 0x07, 0x09, 0x30, 0x39, - 0x79, 0x9c, 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, - 0xcb, 0x31, 0x5c, 0x78, 0x2c, 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x43, 0x94, 0x5e, 0x7a, 0x66, 0x49, - 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x3e, 0xd8, 0x5e, 0xdd, 0x14, 0xb0, 0xd1, 0x10, 0x8e, - 0x7e, 0x05, 0xc2, 0xd7, 0x25, 0x95, 0x05, 0xa9, 0xc5, 0x49, 0x6c, 0x60, 0xdf, 0x1a, 0x03, 0x02, - 0x00, 0x00, 0xff, 0xff, 0xd9, 0xe1, 0xca, 0xa9, 0x14, 0x01, 0x00, 0x00, +var fileDescriptor_29eaa80c8f9c057b = []byte{ + // 247 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0xce, 0xad, 0x4c, 0x4e, + 0xcd, 0xd1, 0x2f, 0x4a, 0x4d, 0xcf, 0x2c, 0x2e, 0x29, 0xaa, 0xd4, 0x2f, 0x33, 0x4c, 0x4a, 0x2d, + 0x49, 0x34, 0xd4, 0x4f, 0x4c, 0x4e, 0x4e, 0x2d, 0x2e, 0x8e, 0x4f, 0xce, 0xcf, 0x2b, 0x29, 0xca, + 0xcf, 0xd1, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x03, 0x2b, 0xd6, 0x83, 0x29, 0xd6, 0x83, + 0x2a, 0x56, 0x4a, 0xe4, 0xe2, 0x75, 0x04, 0xab, 0x77, 0x86, 0x28, 0x17, 0x92, 0xe0, 0x62, 0x4f, + 0x4c, 0x49, 0x29, 0x4a, 0x2d, 0x2e, 0x96, 0x60, 0x54, 0x60, 0xd4, 0xe0, 0x0c, 0x82, 0x71, 0x85, + 0xcc, 0xb8, 0x58, 0x8a, 0xf2, 0x73, 0x52, 0x25, 0x98, 0x14, 0x18, 0x35, 0xf8, 0x8c, 0x94, 0xf4, + 0xb0, 0x9b, 0xa8, 0xe7, 0x92, 0x9f, 0x9b, 0x98, 0x99, 0x17, 0x94, 0x9f, 0x93, 0x1a, 0x04, 0x56, + 0xaf, 0x65, 0xc0, 0xc5, 0x85, 0x10, 0x13, 0xe2, 0xe6, 0x62, 0xf7, 0xf3, 0x8f, 0x0f, 0xf2, 0xf7, + 0x71, 0x15, 0x60, 0x10, 0xe2, 0xe4, 0x62, 0xf5, 0x0f, 0xf7, 0x73, 0x0d, 0x12, 0x60, 0x14, 0xe2, + 0xe2, 0x62, 0x73, 0x75, 0xf1, 0x0c, 0xf1, 0x0f, 0x12, 0x60, 0x72, 0xf2, 0x38, 0xf1, 0x48, 0x8e, + 0xf1, 0xc2, 0x23, 0x39, 0xc6, 0x07, 0x8f, 0xe4, 0x18, 0x27, 0x3c, 0x96, 0x63, 0xb8, 0xf0, 0x58, + 0x8e, 0xe1, 0xc6, 0x63, 0x39, 0x86, 0x28, 0xbd, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, + 0xfc, 0x5c, 0x7d, 0xb0, 0xfd, 0xba, 0x29, 0x60, 0xa3, 0x21, 0x1c, 0xfd, 0x0a, 0x44, 0x68, 0x94, + 0x54, 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0x7d, 0x6f, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0x28, + 0x4a, 0xc6, 0x90, 0x2c, 0x01, 0x00, 0x00, } func (m *AccessControl) Marshal() (dAtA []byte, err error) { diff --git a/x/registry/types/dns_record.pb.go b/x/registry/types/dns_record.pb.go index fa235e30..03aaa5b0 100644 --- a/x/registry/types/dns_record.pb.go +++ b/x/registry/types/dns_record.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: mycel/registry/dns_record.proto +// source: mycel/registry/v1beta1/dns_record.proto package types @@ -66,30 +66,33 @@ func (x DnsRecordType) String() string { } func (DnsRecordType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_84f206db7f2bcc4f, []int{0} + return fileDescriptor_ac5d23a4fab019b6, []int{0} } func init() { - proto.RegisterEnum("mycel.registry.DnsRecordType", DnsRecordType_name, DnsRecordType_value) + proto.RegisterEnum("mycel.registry.v1beta1.DnsRecordType", DnsRecordType_name, DnsRecordType_value) } -func init() { proto.RegisterFile("mycel/registry/dns_record.proto", fileDescriptor_84f206db7f2bcc4f) } +func init() { + proto.RegisterFile("mycel/registry/v1beta1/dns_record.proto", fileDescriptor_ac5d23a4fab019b6) +} -var fileDescriptor_84f206db7f2bcc4f = []byte{ - // 234 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xcf, 0xad, 0x4c, 0x4e, - 0xcd, 0xd1, 0x2f, 0x4a, 0x4d, 0xcf, 0x2c, 0x2e, 0x29, 0xaa, 0xd4, 0x4f, 0xc9, 0x2b, 0x8e, 0x2f, - 0x4a, 0x4d, 0xce, 0x2f, 0x4a, 0xd1, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x03, 0x2b, 0xd0, - 0x83, 0x29, 0xd0, 0x2a, 0xe6, 0xe2, 0x75, 0xc9, 0x2b, 0x0e, 0x02, 0x2b, 0x09, 0xa9, 0x2c, 0x48, - 0x15, 0x12, 0xe2, 0xe2, 0xf3, 0xf3, 0x8f, 0x0f, 0x72, 0x75, 0xf6, 0x0f, 0x72, 0x89, 0x0f, 0x89, - 0x0c, 0x70, 0x15, 0x60, 0x10, 0x62, 0xe5, 0x62, 0x74, 0x14, 0x60, 0x14, 0xe2, 0xe0, 0x62, 0x71, - 0x74, 0x74, 0x74, 0x14, 0x60, 0x12, 0xe2, 0xe4, 0x62, 0x75, 0xf6, 0x73, 0xf4, 0x75, 0x15, 0x60, - 0x16, 0x62, 0xe3, 0x62, 0xf2, 0x0b, 0x16, 0x60, 0x01, 0xd1, 0xbe, 0x11, 0x02, 0xac, 0x42, 0xec, - 0x5c, 0xcc, 0x01, 0x21, 0x41, 0x02, 0x6c, 0x20, 0x46, 0xb0, 0xbf, 0xa3, 0x00, 0x3b, 0x98, 0x11, - 0x14, 0x26, 0xc0, 0x01, 0x62, 0x84, 0x44, 0x84, 0x08, 0x70, 0x3a, 0x79, 0x9c, 0x78, 0x24, 0xc7, - 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, 0xcb, 0x31, 0x5c, 0x78, 0x2c, - 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x43, 0x94, 0x5e, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, - 0x7e, 0xae, 0x3e, 0xd8, 0xa5, 0xba, 0x29, 0xf9, 0xb9, 0x89, 0x99, 0x79, 0x10, 0x8e, 0x7e, 0x05, - 0xc2, 0x67, 0x25, 0x95, 0x05, 0xa9, 0xc5, 0x49, 0x6c, 0x60, 0x5f, 0x19, 0x03, 0x02, 0x00, 0x00, - 0xff, 0xff, 0x31, 0x30, 0x0d, 0x04, 0xf8, 0x00, 0x00, 0x00, +var fileDescriptor_ac5d23a4fab019b6 = []byte{ + // 245 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xcf, 0xad, 0x4c, 0x4e, + 0xcd, 0xd1, 0x2f, 0x4a, 0x4d, 0xcf, 0x2c, 0x2e, 0x29, 0xaa, 0xd4, 0x2f, 0x33, 0x4c, 0x4a, 0x2d, + 0x49, 0x34, 0xd4, 0x4f, 0xc9, 0x2b, 0x8e, 0x2f, 0x4a, 0x4d, 0xce, 0x2f, 0x4a, 0xd1, 0x2b, 0x28, + 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x03, 0x2b, 0xd4, 0x83, 0x29, 0xd4, 0x83, 0x2a, 0xd4, 0x2a, 0xe6, + 0xe2, 0x75, 0xc9, 0x2b, 0x0e, 0x02, 0x2b, 0x0d, 0xa9, 0x2c, 0x48, 0x15, 0x12, 0xe2, 0xe2, 0xf3, + 0xf3, 0x8f, 0x0f, 0x72, 0x75, 0xf6, 0x0f, 0x72, 0x89, 0x0f, 0x89, 0x0c, 0x70, 0x15, 0x60, 0x10, + 0x62, 0xe5, 0x62, 0x74, 0x14, 0x60, 0x14, 0xe2, 0xe0, 0x62, 0x71, 0x74, 0x74, 0x74, 0x14, 0x60, + 0x12, 0xe2, 0xe4, 0x62, 0x75, 0xf6, 0x73, 0xf4, 0x75, 0x15, 0x60, 0x16, 0x62, 0xe3, 0x62, 0xf2, + 0x0b, 0x16, 0x60, 0x01, 0xd1, 0xbe, 0x11, 0x02, 0xac, 0x42, 0xec, 0x5c, 0xcc, 0x01, 0x21, 0x41, + 0x02, 0x6c, 0x20, 0x46, 0xb0, 0xbf, 0xa3, 0x00, 0x3b, 0x98, 0x11, 0x14, 0x26, 0xc0, 0x01, 0x62, + 0x84, 0x44, 0x84, 0x08, 0x70, 0x3a, 0x79, 0x9c, 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, + 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, 0xcb, 0x31, 0x5c, 0x78, 0x2c, 0xc7, 0x70, 0xe3, 0xb1, 0x1c, + 0x43, 0x94, 0x5e, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x3e, 0xd8, 0xc5, + 0xba, 0x29, 0xf9, 0xb9, 0x89, 0x99, 0x79, 0x10, 0x8e, 0x7e, 0x05, 0xc2, 0xa7, 0x25, 0x95, 0x05, + 0xa9, 0xc5, 0x49, 0x6c, 0x60, 0xdf, 0x19, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0xf3, 0x38, 0xbe, + 0x62, 0x08, 0x01, 0x00, 0x00, } diff --git a/x/registry/types/domain_ownership.pb.go b/x/registry/types/domain_ownership.pb.go index 1f1e3078..22114e9c 100644 --- a/x/registry/types/domain_ownership.pb.go +++ b/x/registry/types/domain_ownership.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: mycel/registry/domain_ownership.proto +// source: mycel/registry/v1beta1/domain_ownership.proto package types @@ -32,7 +32,7 @@ func (m *OwnedDomain) Reset() { *m = OwnedDomain{} } func (m *OwnedDomain) String() string { return proto.CompactTextString(m) } func (*OwnedDomain) ProtoMessage() {} func (*OwnedDomain) Descriptor() ([]byte, []int) { - return fileDescriptor_a18547d3c76fcc7b, []int{0} + return fileDescriptor_33a14b0e0536070b, []int{0} } func (m *OwnedDomain) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -84,7 +84,7 @@ func (m *DomainOwnership) Reset() { *m = DomainOwnership{} } func (m *DomainOwnership) String() string { return proto.CompactTextString(m) } func (*DomainOwnership) ProtoMessage() {} func (*DomainOwnership) Descriptor() ([]byte, []int) { - return fileDescriptor_a18547d3c76fcc7b, []int{1} + return fileDescriptor_33a14b0e0536070b, []int{1} } func (m *DomainOwnership) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -128,33 +128,33 @@ func (m *DomainOwnership) GetDomains() []*OwnedDomain { } func init() { - proto.RegisterType((*OwnedDomain)(nil), "mycel.registry.OwnedDomain") - proto.RegisterType((*DomainOwnership)(nil), "mycel.registry.DomainOwnership") + proto.RegisterType((*OwnedDomain)(nil), "mycel.registry.v1beta1.OwnedDomain") + proto.RegisterType((*DomainOwnership)(nil), "mycel.registry.v1beta1.DomainOwnership") } func init() { - proto.RegisterFile("mycel/registry/domain_ownership.proto", fileDescriptor_a18547d3c76fcc7b) + proto.RegisterFile("mycel/registry/v1beta1/domain_ownership.proto", fileDescriptor_33a14b0e0536070b) } -var fileDescriptor_a18547d3c76fcc7b = []byte{ - // 259 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xcd, 0xad, 0x4c, 0x4e, - 0xcd, 0xd1, 0x2f, 0x4a, 0x4d, 0xcf, 0x2c, 0x2e, 0x29, 0xaa, 0xd4, 0x4f, 0xc9, 0xcf, 0x4d, 0xcc, - 0xcc, 0x8b, 0xcf, 0x2f, 0xcf, 0x4b, 0x2d, 0x2a, 0xce, 0xc8, 0x2c, 0xd0, 0x2b, 0x28, 0xca, 0x2f, - 0xc9, 0x17, 0xe2, 0x03, 0x2b, 0xd3, 0x83, 0x29, 0x93, 0x92, 0x4c, 0xce, 0x2f, 0xce, 0xcd, 0x2f, - 0x8e, 0x07, 0xcb, 0xea, 0x43, 0x38, 0x10, 0xa5, 0x4a, 0x96, 0x5c, 0xdc, 0xfe, 0xe5, 0x79, 0xa9, - 0x29, 0x2e, 0x60, 0x93, 0x84, 0x84, 0xb8, 0x58, 0xf2, 0x12, 0x73, 0x53, 0x25, 0x18, 0x15, 0x18, - 0x35, 0x38, 0x83, 0xc0, 0x6c, 0x21, 0x31, 0x2e, 0xb6, 0x82, 0xc4, 0xa2, 0xd4, 0xbc, 0x12, 0x09, - 0x26, 0xb0, 0x28, 0x94, 0xa7, 0x54, 0xc1, 0xc5, 0x0f, 0xd1, 0xe5, 0x0f, 0xb3, 0x5e, 0x48, 0x8f, - 0x8b, 0x15, 0xec, 0x16, 0x88, 0x7e, 0x27, 0x89, 0x4b, 0x5b, 0x74, 0x45, 0xa0, 0xd6, 0x39, 0xa6, - 0xa4, 0x14, 0xa5, 0x16, 0x17, 0x07, 0x97, 0x14, 0x65, 0xe6, 0xa5, 0x07, 0x41, 0x94, 0x09, 0x99, - 0x72, 0xb1, 0x43, 0xbc, 0x50, 0x2c, 0xc1, 0xa4, 0xc0, 0xac, 0xc1, 0x6d, 0x24, 0xad, 0x87, 0xea, - 0x74, 0x3d, 0x24, 0xc7, 0x05, 0xc1, 0xd4, 0x3a, 0x79, 0x9c, 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, - 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, 0xcb, 0x31, 0x5c, 0x78, 0x2c, 0xc7, 0x70, 0xe3, - 0xb1, 0x1c, 0x43, 0x94, 0x5e, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x3e, - 0xd8, 0x24, 0x5d, 0x88, 0x1e, 0x08, 0x47, 0xbf, 0x02, 0x11, 0x74, 0x25, 0x95, 0x05, 0xa9, 0xc5, - 0x49, 0x6c, 0xe0, 0x50, 0x30, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0x2c, 0xfc, 0xc1, 0x3a, 0x59, - 0x01, 0x00, 0x00, +var fileDescriptor_33a14b0e0536070b = []byte{ + // 272 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0xcd, 0xad, 0x4c, 0x4e, + 0xcd, 0xd1, 0x2f, 0x4a, 0x4d, 0xcf, 0x2c, 0x2e, 0x29, 0xaa, 0xd4, 0x2f, 0x33, 0x4c, 0x4a, 0x2d, + 0x49, 0x34, 0xd4, 0x4f, 0xc9, 0xcf, 0x4d, 0xcc, 0xcc, 0x8b, 0xcf, 0x2f, 0xcf, 0x4b, 0x2d, 0x2a, + 0xce, 0xc8, 0x2c, 0xd0, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x03, 0x2b, 0xd7, 0x83, 0x29, + 0xd7, 0x83, 0x2a, 0x97, 0x92, 0x4c, 0xce, 0x2f, 0xce, 0xcd, 0x2f, 0x8e, 0x07, 0xab, 0xd2, 0x87, + 0x70, 0x20, 0x5a, 0x94, 0x2c, 0xb9, 0xb8, 0xfd, 0xcb, 0xf3, 0x52, 0x53, 0x5c, 0xc0, 0x26, 0x0a, + 0x09, 0x71, 0xb1, 0xe4, 0x25, 0xe6, 0xa6, 0x4a, 0x30, 0x2a, 0x30, 0x6a, 0x70, 0x06, 0x81, 0xd9, + 0x42, 0x62, 0x5c, 0x6c, 0x05, 0x89, 0x45, 0xa9, 0x79, 0x25, 0x12, 0x4c, 0x60, 0x51, 0x28, 0x4f, + 0xa9, 0x81, 0x91, 0x8b, 0x1f, 0xa2, 0xcd, 0x1f, 0xe6, 0x0e, 0x21, 0x3d, 0x2e, 0x56, 0xb0, 0xa3, + 0x20, 0x06, 0x38, 0x49, 0x5c, 0xda, 0xa2, 0x2b, 0x02, 0xb5, 0xcf, 0x31, 0x25, 0xa5, 0x28, 0xb5, + 0xb8, 0x38, 0xb8, 0xa4, 0x28, 0x33, 0x2f, 0x3d, 0x08, 0xa2, 0x4c, 0xc8, 0x96, 0x8b, 0x1d, 0xe2, + 0x97, 0x62, 0x09, 0x26, 0x05, 0x66, 0x0d, 0x6e, 0x23, 0x65, 0x3d, 0xec, 0x7e, 0xd0, 0x43, 0x72, + 0x65, 0x10, 0x4c, 0x8f, 0x93, 0xc7, 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, 0xa5, 0x67, 0x96, 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0x83, 0x4d, 0xd4, 0x85, + 0xe8, 0x81, 0x70, 0xf4, 0x2b, 0x10, 0x61, 0x5a, 0x52, 0x59, 0x90, 0x5a, 0x9c, 0xc4, 0x06, 0x0e, + 0x0e, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0x96, 0x81, 0x9c, 0xe3, 0x72, 0x01, 0x00, 0x00, } func (m *OwnedDomain) Marshal() (dAtA []byte, err error) { diff --git a/x/registry/types/genesis.pb.go b/x/registry/types/genesis.pb.go index 78ccbea8..8c669df7 100644 --- a/x/registry/types/genesis.pb.go +++ b/x/registry/types/genesis.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: mycel/registry/genesis.proto +// source: mycel/registry/v1beta1/genesis.proto package types @@ -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_4928ed81aada19cd, []int{0} + return fileDescriptor_ae1403d0e8816949, []int{0} } func (m *GenesisState) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -93,33 +93,36 @@ func (m *GenesisState) GetDomainOwnerships() []DomainOwnership { } func init() { - proto.RegisterType((*GenesisState)(nil), "mycel.registry.GenesisState") + proto.RegisterType((*GenesisState)(nil), "mycel.registry.v1beta1.GenesisState") } -func init() { proto.RegisterFile("mycel/registry/genesis.proto", fileDescriptor_4928ed81aada19cd) } +func init() { + proto.RegisterFile("mycel/registry/v1beta1/genesis.proto", fileDescriptor_ae1403d0e8816949) +} -var fileDescriptor_4928ed81aada19cd = []byte{ - // 317 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x91, 0x4d, 0x4b, 0xc3, 0x30, - 0x18, 0xc7, 0xdb, 0x6d, 0xec, 0x90, 0x89, 0x4a, 0x10, 0x29, 0x55, 0xb2, 0x29, 0x08, 0xbd, 0x98, - 0xc2, 0xf4, 0x13, 0x8c, 0x81, 0x1e, 0xc4, 0xb7, 0x09, 0x82, 0x97, 0xd2, 0x75, 0xa1, 0x2b, 0xb4, - 0x4d, 0x68, 0xe2, 0x4b, 0xbf, 0x85, 0x1f, 0xc9, 0xe3, 0x8e, 0x3b, 0x7a, 0x12, 0x69, 0xbf, 0x88, - 0x2c, 0xc9, 0xc0, 0xc6, 0x79, 0x6b, 0xf9, 0xff, 0x9e, 0xdf, 0xc3, 0x3f, 0x0f, 0x38, 0xcc, 0xca, - 0x88, 0xa4, 0x7e, 0x41, 0xe2, 0x84, 0x8b, 0xa2, 0xf4, 0x63, 0x92, 0x13, 0x9e, 0x70, 0xcc, 0x0a, - 0x2a, 0x28, 0xdc, 0x96, 0x29, 0x5e, 0xa7, 0xee, 0x5e, 0x4c, 0x63, 0x2a, 0x23, 0x7f, 0xf5, 0xa5, - 0x28, 0xf7, 0xc4, 0x70, 0xcc, 0x68, 0x16, 0x26, 0x79, 0x40, 0x5f, 0x73, 0x52, 0xf0, 0x79, 0xc2, - 0x34, 0x76, 0x60, 0x60, 0x2c, 0x2c, 0xc2, 0x4c, 0x6f, 0x72, 0x3d, 0x23, 0xe4, 0x24, 0xa2, 0xf9, - 0x2c, 0x48, 0xc9, 0x0b, 0x49, 0x03, 0x25, 0xfc, 0x67, 0x9b, 0xa0, 0x6c, 0x03, 0x76, 0xfc, 0xd1, - 0x02, 0x5b, 0x17, 0xaa, 0xcc, 0x44, 0x84, 0x82, 0xc0, 0x73, 0xd0, 0x55, 0x1b, 0x1d, 0x7b, 0x60, - 0x7b, 0xbd, 0xe1, 0x3e, 0x6e, 0x96, 0xc3, 0xb7, 0x32, 0x1d, 0x75, 0x16, 0x5f, 0x7d, 0xeb, 0x5e, - 0xb3, 0xf0, 0x1a, 0xec, 0x08, 0xca, 0xae, 0x56, 0xfe, 0xb1, 0xd4, 0x73, 0xa7, 0x35, 0x68, 0x7b, - 0xbd, 0x21, 0x32, 0xc7, 0x1f, 0x1a, 0x98, 0xd6, 0x98, 0xc3, 0xf0, 0x11, 0x40, 0x55, 0xad, 0xa1, - 0x6c, 0x4b, 0xe5, 0x91, 0xa9, 0x9c, 0x98, 0xa4, 0xb6, 0x6e, 0x50, 0xc0, 0x3b, 0xb0, 0xab, 0xfa, - 0xdf, 0xac, 0x9f, 0x9d, 0x3b, 0x1d, 0xa9, 0xed, 0x9b, 0xda, 0x71, 0x93, 0xd3, 0xd2, 0x3f, 0xe3, - 0xa3, 0xcb, 0x45, 0x85, 0xec, 0x65, 0x85, 0xec, 0xef, 0x0a, 0xd9, 0xef, 0x35, 0xb2, 0x96, 0x35, - 0xb2, 0x3e, 0x6b, 0x64, 0x3d, 0xe1, 0x38, 0x11, 0xf3, 0xe7, 0x29, 0x8e, 0x68, 0xe6, 0x4b, 0xf9, - 0xa9, 0x1a, 0x56, 0x3f, 0xfe, 0xdb, 0xaf, 0xeb, 0x94, 0x8c, 0xf0, 0x69, 0x57, 0xde, 0xe4, 0xec, - 0x27, 0x00, 0x00, 0xff, 0xff, 0x4d, 0xc1, 0xf2, 0x7a, 0x6e, 0x02, 0x00, 0x00, +var fileDescriptor_ae1403d0e8816949 = []byte{ + // 330 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x91, 0x4f, 0x4b, 0xf3, 0x30, + 0x1c, 0xc7, 0xdb, 0x6d, 0xec, 0x90, 0x3d, 0xf0, 0x48, 0x10, 0x19, 0x3b, 0xc4, 0xa1, 0xa2, 0xf3, + 0xb0, 0xc4, 0xcd, 0xab, 0xa7, 0x31, 0xd0, 0x83, 0xa0, 0x38, 0x11, 0xf4, 0x52, 0xba, 0x2d, 0x74, + 0x85, 0xb5, 0x09, 0x4d, 0x9c, 0xf6, 0x5d, 0xf8, 0xb2, 0x76, 0xdc, 0xd1, 0x93, 0x8c, 0xf6, 0x8d, + 0xc8, 0x92, 0x0c, 0xe9, 0x6c, 0xf0, 0x96, 0xc0, 0xe7, 0xf7, 0xf9, 0xfe, 0xfe, 0x80, 0x93, 0x28, + 0x9d, 0xd0, 0x39, 0x49, 0x68, 0x10, 0x0a, 0x99, 0xa4, 0x64, 0xd1, 0x1b, 0x53, 0xe9, 0xf7, 0x48, + 0x40, 0x63, 0x2a, 0x42, 0x81, 0x79, 0xc2, 0x24, 0x83, 0x07, 0x8a, 0xc2, 0x5b, 0x0a, 0x1b, 0xaa, + 0xb5, 0x1f, 0xb0, 0x80, 0x29, 0x84, 0x6c, 0x5e, 0x9a, 0x6e, 0x75, 0x2d, 0xce, 0x29, 0x8b, 0xfc, + 0x30, 0xf6, 0xd8, 0x5b, 0x4c, 0x13, 0x31, 0x0b, 0xb9, 0xc1, 0x8f, 0x2d, 0x38, 0xf7, 0x13, 0x3f, + 0x32, 0x1d, 0xb4, 0x2e, 0x2c, 0x90, 0xa0, 0x13, 0x16, 0x4f, 0xbd, 0x39, 0x5d, 0xd0, 0xb9, 0xa7, + 0x03, 0xfe, 0xe8, 0x42, 0x32, 0x5e, 0x82, 0x1f, 0xad, 0x2b, 0xe0, 0xdf, 0xb5, 0x1e, 0x7a, 0x24, + 0x7d, 0x49, 0xe1, 0x15, 0xa8, 0xeb, 0x0e, 0x9a, 0x6e, 0xdb, 0xed, 0x34, 0xfa, 0x08, 0x97, 0x2f, + 0x01, 0xdf, 0x2b, 0x6a, 0x50, 0x5b, 0x7e, 0x1d, 0x3a, 0x0f, 0xa6, 0x06, 0x3e, 0x81, 0xff, 0x92, + 0xf1, 0xdb, 0x4d, 0xce, 0x50, 0xc5, 0x88, 0x66, 0xa5, 0x5d, 0xed, 0x34, 0xfa, 0xa7, 0x36, 0xcd, + 0x63, 0x01, 0x37, 0xba, 0x5d, 0x09, 0xf4, 0x00, 0xd4, 0x23, 0x17, 0xd4, 0x55, 0xa5, 0x3e, 0xb7, + 0xa9, 0x47, 0xbb, 0x15, 0xc6, 0x5e, 0xa2, 0x82, 0xcf, 0x60, 0x4f, 0xef, 0xe5, 0x6e, 0x7b, 0x26, + 0xd1, 0xac, 0x29, 0xfd, 0x99, 0x4d, 0x3f, 0x2c, 0xf2, 0x46, 0xfe, 0x4b, 0x33, 0xb8, 0x59, 0x66, + 0xc8, 0x5d, 0x65, 0xc8, 0x5d, 0x67, 0xc8, 0xfd, 0xc8, 0x91, 0xb3, 0xca, 0x91, 0xf3, 0x99, 0x23, + 0xe7, 0x05, 0x07, 0xa1, 0x9c, 0xbd, 0x8e, 0xf1, 0x84, 0x45, 0x44, 0x85, 0x74, 0x75, 0xb1, 0xfe, + 0x90, 0xf7, 0x9f, 0x2b, 0xca, 0x94, 0x53, 0x31, 0xae, 0xab, 0x9b, 0x5d, 0x7e, 0x07, 0x00, 0x00, + 0xff, 0xff, 0x34, 0xdf, 0xf4, 0x1c, 0xbe, 0x02, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/registry/types/network_name.pb.go b/x/registry/types/network_name.pb.go index 00f4e619..fd4d1624 100644 --- a/x/registry/types/network_name.pb.go +++ b/x/registry/types/network_name.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: mycel/registry/network_name.proto +// source: mycel/registry/v1beta1/network_name.proto package types @@ -52,9 +52,9 @@ const ( // Arbitrum NetworkName_ARBITRUM_MAINNET_MAINNET NetworkName = 20013 NetworkName_ARBITRUM_TESTNET_GOERLI NetworkName = 20014 - //Shardeum - // SHARDEUM_MAINNET_ = 20015; - // SHARDEUM_TESTNET_ = 20016; + // Shardeum + // SHARDEUM_MAINNET_ = 20015; + // SHARDEUM_TESTNET_ = 20016; NetworkName_SHARDEUM_BETANET_SPHINX NetworkName = 20017 // Zetachain // ZETA_MAINNET_MAINNET = 20018; @@ -62,7 +62,7 @@ const ( // DEFAULT NetworkName_EVM_DEFAULT_DEFAULT NetworkName = 29999 // MOVE 3xxxx - //Aptos + // Aptos NetworkName_APTOS_MAINNET_MAINNET NetworkName = 30000 NetworkName_APTOS_TESTNET_TESTNET NetworkName = 30001 // Sui @@ -148,47 +148,50 @@ func (x NetworkName) String() string { } func (NetworkName) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_9c4aafa085c4431e, []int{0} + return fileDescriptor_0946d992bb44d497, []int{0} } func init() { - proto.RegisterEnum("mycel.registry.NetworkName", NetworkName_name, NetworkName_value) + proto.RegisterEnum("mycel.registry.v1beta1.NetworkName", NetworkName_name, NetworkName_value) } -func init() { proto.RegisterFile("mycel/registry/network_name.proto", fileDescriptor_9c4aafa085c4431e) } +func init() { + proto.RegisterFile("mycel/registry/v1beta1/network_name.proto", fileDescriptor_0946d992bb44d497) +} -var fileDescriptor_9c4aafa085c4431e = []byte{ - // 510 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x93, 0x4d, 0x6f, 0xd3, 0x3e, - 0x1c, 0xc7, 0x9b, 0xff, 0x5f, 0xda, 0xc1, 0x48, 0x93, 0x15, 0x9e, 0x61, 0x44, 0xe2, 0x8a, 0x44, - 0x7b, 0xe0, 0x15, 0x38, 0xa9, 0xd7, 0x18, 0x12, 0x3b, 0x8a, 0x9d, 0x02, 0xbb, 0x54, 0xdd, 0x88, - 0x46, 0x05, 0x69, 0xa6, 0x2e, 0x08, 0xfa, 0x06, 0x38, 0x8f, 0x7b, 0x24, 0x9e, 0x9f, 0x1f, 0xc7, - 0x2e, 0xdc, 0x80, 0x1b, 0x37, 0x76, 0xe4, 0x88, 0xda, 0x5b, 0x5f, 0x03, 0x07, 0xd4, 0xb8, 0x4e, - 0xb6, 0x98, 0x93, 0x15, 0x7d, 0xfc, 0xf9, 0xfa, 0xe7, 0xdf, 0x2f, 0x06, 0xe7, 0x93, 0xf1, 0x46, - 0x7c, 0xbb, 0x35, 0x8a, 0x37, 0x07, 0xdb, 0xd9, 0x68, 0xdc, 0x1a, 0xc6, 0xd9, 0xdd, 0x74, 0x74, - 0xab, 0x37, 0xec, 0x27, 0x71, 0x73, 0x6b, 0x94, 0x66, 0xa9, 0xb9, 0x5c, 0x6c, 0x69, 0xaa, 0x2d, - 0x17, 0xfe, 0x2c, 0x81, 0x23, 0x54, 0x6e, 0xa3, 0xfd, 0x24, 0x36, 0x97, 0x01, 0xa0, 0xac, 0x47, - 0xb1, 0xb8, 0xca, 0xc2, 0x2b, 0xb0, 0x61, 0xae, 0x80, 0x93, 0x36, 0x11, 0x0e, 0x23, 0xb4, 0xe7, - 0x23, 0x42, 0x29, 0x16, 0x6a, 0x85, 0x3b, 0xf4, 0x20, 0x15, 0x98, 0x8b, 0x39, 0x5d, 0xac, 0xf0, - 0x01, 0x35, 0xcf, 0x55, 0xb4, 0x8d, 0x57, 0x51, 0xe4, 0x09, 0xb5, 0xc2, 0x87, 0xb9, 0x61, 0x5a, - 0xe0, 0x14, 0x16, 0x2e, 0x0e, 0x71, 0xe4, 0x6b, 0xd9, 0x8f, 0x72, 0x63, 0xae, 0x97, 0x5c, 0xa5, - 0x77, 0x18, 0x0e, 0x3d, 0x02, 0x1f, 0xd7, 0x74, 0x85, 0x39, 0x0e, 0x98, 0x47, 0x10, 0x7c, 0x22, - 0xf5, 0x80, 0x79, 0xd7, 0x3b, 0x4c, 0xaf, 0xfc, 0x69, 0x6e, 0x98, 0x2b, 0xe0, 0x84, 0xc2, 0xca, - 0xf6, 0x23, 0xdf, 0x46, 0x04, 0x3e, 0xcb, 0x0d, 0xf3, 0x34, 0x38, 0x6a, 0x53, 0x5b, 0x13, 0x9f, - 0x57, 0xa8, 0x7e, 0xdf, 0x17, 0xb2, 0x24, 0xd4, 0x45, 0x1e, 0xa2, 0x8e, 0x8b, 0x4b, 0xd7, 0x71, - 0x5c, 0x44, 0x28, 0x7c, 0x29, 0xcf, 0xac, 0xb8, 0x0a, 0x58, 0x8d, 0x2e, 0x13, 0xf8, 0x4a, 0xd2, - 0x0e, 0x65, 0x9c, 0x70, 0xed, 0xd8, 0xd7, 0xb9, 0x61, 0x9e, 0x05, 0xc7, 0x17, 0x54, 0x89, 0x8e, - 0x4b, 0x50, 0x9b, 0xc1, 0x37, 0xf2, 0x60, 0x16, 0x08, 0xe2, 0x13, 0xae, 0xb7, 0xf2, 0xad, 0xec, - 0x45, 0xc9, 0x6b, 0xad, 0x7c, 0xb7, 0xa8, 0x3b, 0xb4, 0x89, 0x08, 0xff, 0x31, 0x89, 0xf7, 0x52, - 0x2f, 0x79, 0x4d, 0xff, 0x20, 0x31, 0x77, 0x51, 0xd8, 0x9e, 0x4f, 0xc2, 0xc6, 0x02, 0x15, 0x93, - 0x08, 0x5c, 0x42, 0xaf, 0xc1, 0x5d, 0xd9, 0xb0, 0x35, 0x2c, 0x50, 0x69, 0x22, 0xe1, 0x62, 0xca, - 0xe1, 0x9e, 0x44, 0xb8, 0xeb, 0x6b, 0x7f, 0xc7, 0xc7, 0x59, 0x71, 0x5f, 0x14, 0x08, 0xa6, 0x37, - 0xe3, 0xd3, 0x41, 0x58, 0x9f, 0xc2, 0xee, 0xac, 0x08, 0xe5, 0x11, 0xd1, 0xbc, 0xcf, 0x15, 0xaa, - 0x5b, 0x7b, 0x33, 0xc3, 0x3c, 0x03, 0x8e, 0xf9, 0xac, 0x8b, 0xb5, 0x5a, 0xbe, 0x7e, 0xf9, 0x6f, - 0x3e, 0x19, 0xce, 0x3c, 0x44, 0x91, 0x16, 0xfa, 0xed, 0x10, 0xad, 0xe7, 0x7e, 0x3f, 0x44, 0xeb, - 0xc9, 0x3f, 0xef, 0xff, 0x6f, 0xbb, 0x3f, 0x26, 0x96, 0xb1, 0x3f, 0xb1, 0x8c, 0xdf, 0x13, 0xcb, - 0xd8, 0x99, 0x5a, 0x8d, 0xfd, 0xa9, 0xd5, 0xf8, 0x35, 0xb5, 0x1a, 0x6b, 0xcd, 0xcd, 0x41, 0x76, - 0xf3, 0xce, 0x7a, 0x73, 0x23, 0x4d, 0x5a, 0xc5, 0x9b, 0xbd, 0x78, 0x23, 0x4d, 0xfa, 0x83, 0xa1, - 0xfc, 0x68, 0xdd, 0xab, 0x5e, 0x79, 0x36, 0xde, 0x8a, 0xb7, 0xd7, 0x97, 0x8a, 0xf7, 0x7d, 0xe9, - 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x10, 0xa8, 0x45, 0x66, 0x04, 0x04, 0x00, 0x00, +var fileDescriptor_0946d992bb44d497 = []byte{ + // 519 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x93, 0x4b, 0x6f, 0xd3, 0x40, + 0x10, 0xc7, 0x63, 0x90, 0x7a, 0x58, 0x24, 0xb4, 0x32, 0x50, 0x5e, 0xc5, 0x77, 0x90, 0xb0, 0x55, + 0xf1, 0x09, 0xd6, 0xce, 0x36, 0x5e, 0xb0, 0x77, 0x2d, 0x7b, 0x1d, 0xa0, 0x97, 0x28, 0x29, 0x56, + 0x89, 0xc0, 0x71, 0x95, 0x9a, 0x47, 0xbe, 0x00, 0xe7, 0x72, 0xb7, 0xc4, 0xfb, 0xfd, 0x2c, 0xbd, + 0x70, 0x03, 0x6e, 0xdc, 0xe8, 0x91, 0x23, 0x4a, 0x6e, 0xf9, 0x0c, 0x1c, 0x50, 0xbc, 0xb1, 0xdd, + 0x78, 0x39, 0x8d, 0xac, 0xdf, 0xfc, 0xff, 0x33, 0x3b, 0xe3, 0x01, 0xe7, 0xe3, 0xd1, 0x46, 0x74, + 0xdb, 0x18, 0x46, 0x9b, 0xfd, 0xed, 0x74, 0x38, 0x32, 0xee, 0xae, 0xf6, 0xa2, 0xb4, 0xbb, 0x6a, + 0x0c, 0xa2, 0xf4, 0x5e, 0x32, 0xbc, 0xd5, 0x19, 0x74, 0xe3, 0x48, 0xdf, 0x1a, 0x26, 0x69, 0xa2, + 0x2e, 0xe7, 0xa9, 0x7a, 0x91, 0xaa, 0xcf, 0x53, 0x2f, 0xfc, 0x5d, 0x02, 0x47, 0xa8, 0x48, 0xa7, + 0xdd, 0x38, 0x52, 0x8f, 0x02, 0x40, 0x59, 0x87, 0x62, 0x7e, 0x95, 0xf9, 0x57, 0x60, 0x43, 0x5d, + 0x01, 0x27, 0x4d, 0xc2, 0x2d, 0x46, 0x68, 0xc7, 0x45, 0x84, 0x52, 0xcc, 0x8b, 0x08, 0x77, 0xe8, + 0x41, 0xca, 0x71, 0xc0, 0x67, 0x74, 0x1e, 0xe1, 0x43, 0xaa, 0x9e, 0xab, 0x68, 0x13, 0xaf, 0xa1, + 0xd0, 0xe1, 0x45, 0x84, 0x8f, 0x32, 0x45, 0xd5, 0xc0, 0x29, 0xcc, 0x6d, 0xec, 0xe3, 0xd0, 0x95, + 0xbc, 0x1f, 0x67, 0xca, 0x4c, 0x5e, 0xf2, 0xc2, 0xbd, 0xc5, 0xb0, 0xef, 0x10, 0xf8, 0xa4, 0x26, + 0x2f, 0x70, 0x80, 0x3d, 0xe6, 0x10, 0x04, 0x9f, 0x0a, 0xb9, 0xc7, 0x9c, 0xeb, 0x2d, 0x26, 0x77, + 0xfe, 0x2c, 0x53, 0xd4, 0x15, 0xb0, 0x5c, 0xe0, 0x42, 0xed, 0x86, 0xae, 0x89, 0x08, 0x7c, 0x9e, + 0x29, 0xea, 0x69, 0x70, 0xcc, 0xa4, 0xa6, 0x24, 0x7c, 0x51, 0xa1, 0xfa, 0x7b, 0x5f, 0x8a, 0x96, + 0x50, 0x1b, 0x39, 0x88, 0x5a, 0x36, 0x2e, 0xb5, 0x96, 0x65, 0x23, 0x42, 0xe1, 0x2b, 0x51, 0xb3, + 0xe2, 0x85, 0xc1, 0x5a, 0x78, 0x99, 0xc0, 0xd7, 0x82, 0xb6, 0x28, 0x0b, 0x48, 0x20, 0x95, 0x7d, + 0x93, 0x29, 0xea, 0x59, 0x70, 0x62, 0x4e, 0x0b, 0xa1, 0x65, 0x13, 0xd4, 0x64, 0xf0, 0xad, 0x28, + 0xcc, 0x3c, 0x4e, 0x5c, 0x12, 0xc8, 0xa3, 0x7c, 0x27, 0x66, 0x51, 0xf2, 0xda, 0x28, 0xdf, 0xcf, + 0xfb, 0xf6, 0x4d, 0xc2, 0xfd, 0xff, 0x6c, 0xe2, 0x83, 0x90, 0x97, 0xbc, 0x26, 0xff, 0x28, 0x70, + 0x60, 0x23, 0xbf, 0x39, 0xdb, 0x84, 0x89, 0x39, 0xca, 0x37, 0xe1, 0xd9, 0x84, 0x5e, 0x83, 0xbb, + 0x62, 0x60, 0xeb, 0x98, 0xa3, 0x52, 0x89, 0xb8, 0x8d, 0x69, 0x00, 0xf7, 0x04, 0xc2, 0x6d, 0x57, + 0xfa, 0x3b, 0x3e, 0x4d, 0xf3, 0xf7, 0x22, 0x8f, 0x33, 0x79, 0x18, 0x9f, 0x0f, 0xc2, 0xfa, 0x16, + 0x76, 0xa7, 0xb9, 0x69, 0x10, 0x12, 0x49, 0xf7, 0xa5, 0x42, 0x75, 0xd5, 0xde, 0x54, 0x51, 0xcf, + 0x80, 0xe3, 0x2e, 0x6b, 0x63, 0xa9, 0x97, 0x6f, 0x5f, 0x0f, 0xcd, 0x36, 0x13, 0x30, 0x07, 0x51, + 0x24, 0x99, 0x7e, 0x5f, 0xa0, 0x75, 0xdf, 0x1f, 0x0b, 0xb4, 0xee, 0xfc, 0xeb, 0xc1, 0x61, 0xd3, + 0xfe, 0x39, 0xd6, 0x94, 0xfd, 0xb1, 0xa6, 0xfc, 0x19, 0x6b, 0xca, 0xce, 0x44, 0x6b, 0xec, 0x4f, + 0xb4, 0xc6, 0xef, 0x89, 0xd6, 0x58, 0xd7, 0x37, 0xfb, 0xe9, 0xcd, 0x3b, 0x3d, 0x7d, 0x23, 0x89, + 0x8d, 0xfc, 0x76, 0x2f, 0xde, 0x48, 0xe2, 0x6e, 0x7f, 0x20, 0x3e, 0x8c, 0xfb, 0xd5, 0xd5, 0xa7, + 0xa3, 0xad, 0x68, 0xbb, 0xb7, 0x94, 0xdf, 0xf9, 0xa5, 0x7f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x2a, + 0x66, 0x57, 0x29, 0x14, 0x04, 0x00, 0x00, } diff --git a/x/registry/types/params.pb.go b/x/registry/types/params.pb.go index 9f340ff6..64a41c8a 100644 --- a/x/registry/types/params.pb.go +++ b/x/registry/types/params.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: mycel/registry/params.proto +// source: mycel/registry/v1beta1/params.proto package types @@ -33,7 +33,7 @@ type Params struct { func (m *Params) Reset() { *m = Params{} } func (*Params) ProtoMessage() {} func (*Params) Descriptor() ([]byte, []int) { - return fileDescriptor_094deb43283078b0, []int{0} + return fileDescriptor_848259ee3558db2c, []int{0} } func (m *Params) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -77,27 +77,30 @@ func (m *Params) GetTopLevelDomainBaseFeeInUsd() int64 { } func init() { - proto.RegisterType((*Params)(nil), "mycel.registry.Params") + proto.RegisterType((*Params)(nil), "mycel.registry.v1beta1.Params") } -func init() { proto.RegisterFile("mycel/registry/params.proto", fileDescriptor_094deb43283078b0) } +func init() { + proto.RegisterFile("mycel/registry/v1beta1/params.proto", fileDescriptor_848259ee3558db2c) +} -var fileDescriptor_094deb43283078b0 = []byte{ - // 221 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xce, 0xad, 0x4c, 0x4e, - 0xcd, 0xd1, 0x2f, 0x4a, 0x4d, 0xcf, 0x2c, 0x2e, 0x29, 0xaa, 0xd4, 0x2f, 0x48, 0x2c, 0x4a, 0xcc, - 0x2d, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x03, 0x4b, 0xea, 0xc1, 0x24, 0xa5, 0x44, - 0xd2, 0xf3, 0xd3, 0xf3, 0xc1, 0x52, 0xfa, 0x20, 0x16, 0x44, 0x95, 0x52, 0x0b, 0x23, 0x17, 0x5b, - 0x00, 0x58, 0x9b, 0x90, 0x09, 0x97, 0x68, 0x71, 0x49, 0x62, 0x76, 0x66, 0x5e, 0xba, 0x67, 0x5e, - 0x5a, 0x4e, 0x62, 0x49, 0x66, 0x7e, 0x5e, 0x10, 0x88, 0x94, 0x60, 0x54, 0x60, 0xd4, 0x60, 0x0a, - 0xc2, 0x2e, 0x29, 0x64, 0xc7, 0x25, 0x55, 0x92, 0x5f, 0xe0, 0x93, 0x5a, 0x96, 0x9a, 0xe3, 0x92, - 0x9f, 0x9b, 0x98, 0x99, 0xe7, 0x94, 0x58, 0x9c, 0xea, 0x96, 0x9a, 0xea, 0x99, 0x17, 0x5a, 0x9c, - 0x22, 0xc1, 0xa4, 0xc0, 0xa8, 0xc1, 0x1c, 0x84, 0x47, 0x85, 0x15, 0xcb, 0x8c, 0x05, 0xf2, 0x0c, - 0x4e, 0x1e, 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, 0x97, 0x9e, 0x59, - 0x92, 0x51, 0x9a, 0xa4, 0x97, 0x9c, 0x9f, 0xab, 0x0f, 0xf6, 0x91, 0x6e, 0x0a, 0xd8, 0x10, 0x08, - 0x47, 0xbf, 0x02, 0xe1, 0xfb, 0x92, 0xca, 0x82, 0xd4, 0xe2, 0x24, 0x36, 0xb0, 0xbf, 0x8c, 0x01, - 0x01, 0x00, 0x00, 0xff, 0xff, 0xb6, 0x2e, 0x01, 0x96, 0x1c, 0x01, 0x00, 0x00, +var fileDescriptor_848259ee3558db2c = []byte{ + // 232 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xce, 0xad, 0x4c, 0x4e, + 0xcd, 0xd1, 0x2f, 0x4a, 0x4d, 0xcf, 0x2c, 0x2e, 0x29, 0xaa, 0xd4, 0x2f, 0x33, 0x4c, 0x4a, 0x2d, + 0x49, 0x34, 0xd4, 0x2f, 0x48, 0x2c, 0x4a, 0xcc, 0x2d, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, + 0x12, 0x03, 0x2b, 0xd2, 0x83, 0x29, 0xd2, 0x83, 0x2a, 0x92, 0x12, 0x49, 0xcf, 0x4f, 0xcf, 0x07, + 0x2b, 0xd1, 0x07, 0xb1, 0x20, 0xaa, 0x95, 0x5a, 0x18, 0xb9, 0xd8, 0x02, 0xc0, 0xda, 0x85, 0x4c, + 0xb8, 0x44, 0x8b, 0x4b, 0x12, 0xb3, 0x33, 0xf3, 0xd2, 0x3d, 0xf3, 0xd2, 0x72, 0x12, 0x4b, 0x32, + 0xf3, 0xf3, 0x82, 0x40, 0xa4, 0x04, 0xa3, 0x02, 0xa3, 0x06, 0x53, 0x10, 0x76, 0x49, 0x21, 0x3b, + 0x2e, 0xa9, 0x92, 0xfc, 0x02, 0x9f, 0xd4, 0xb2, 0xd4, 0x1c, 0x97, 0xfc, 0xdc, 0xc4, 0xcc, 0x3c, + 0xa7, 0xc4, 0xe2, 0x54, 0xb7, 0xd4, 0x54, 0xcf, 0xbc, 0xd0, 0xe2, 0x14, 0x09, 0x26, 0x05, 0x46, + 0x0d, 0xe6, 0x20, 0x3c, 0x2a, 0xac, 0x58, 0x66, 0x2c, 0x90, 0x67, 0x70, 0xf2, 0x38, 0xf1, 0x48, + 0x8e, 0xf1, 0xc2, 0x23, 0x39, 0xc6, 0x07, 0x8f, 0xe4, 0x18, 0x27, 0x3c, 0x96, 0x63, 0xb8, 0xf0, + 0x58, 0x8e, 0xe1, 0xc6, 0x63, 0x39, 0x86, 0x28, 0xbd, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, + 0xe4, 0xfc, 0x5c, 0x7d, 0xb0, 0xcf, 0x74, 0x53, 0xc0, 0x86, 0x40, 0x38, 0xfa, 0x15, 0x88, 0xd0, + 0x28, 0xa9, 0x2c, 0x48, 0x2d, 0x4e, 0x62, 0x03, 0xfb, 0xcb, 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, + 0x75, 0x3d, 0xc4, 0xf0, 0x2c, 0x01, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/registry/types/query.pb.go b/x/registry/types/query.pb.go index c70dd825..aba391f9 100644 --- a/x/registry/types/query.pb.go +++ b/x/registry/types/query.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: mycel/registry/query.proto +// source: mycel/registry/v1beta1/query.proto package types @@ -44,7 +44,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_0f2c8f2d33ba1956, []int{0} + return fileDescriptor_6fac5bfae411c2d0, []int{0} } func (m *QueryParamsRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -83,7 +83,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_0f2c8f2d33ba1956, []int{1} + return fileDescriptor_6fac5bfae411c2d0, []int{1} } func (m *QueryParamsResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -127,7 +127,7 @@ func (m *QueryGetTopLevelDomainRequest) Reset() { *m = QueryGetTopLevelD func (m *QueryGetTopLevelDomainRequest) String() string { return proto.CompactTextString(m) } func (*QueryGetTopLevelDomainRequest) ProtoMessage() {} func (*QueryGetTopLevelDomainRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_0f2c8f2d33ba1956, []int{2} + return fileDescriptor_6fac5bfae411c2d0, []int{2} } func (m *QueryGetTopLevelDomainRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -171,7 +171,7 @@ func (m *QueryGetTopLevelDomainResponse) Reset() { *m = QueryGetTopLevel func (m *QueryGetTopLevelDomainResponse) String() string { return proto.CompactTextString(m) } func (*QueryGetTopLevelDomainResponse) ProtoMessage() {} func (*QueryGetTopLevelDomainResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_0f2c8f2d33ba1956, []int{3} + return fileDescriptor_6fac5bfae411c2d0, []int{3} } func (m *QueryGetTopLevelDomainResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -215,7 +215,7 @@ func (m *QueryAllTopLevelDomainRequest) Reset() { *m = QueryAllTopLevelD func (m *QueryAllTopLevelDomainRequest) String() string { return proto.CompactTextString(m) } func (*QueryAllTopLevelDomainRequest) ProtoMessage() {} func (*QueryAllTopLevelDomainRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_0f2c8f2d33ba1956, []int{4} + return fileDescriptor_6fac5bfae411c2d0, []int{4} } func (m *QueryAllTopLevelDomainRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -260,7 +260,7 @@ func (m *QueryAllTopLevelDomainResponse) Reset() { *m = QueryAllTopLevel func (m *QueryAllTopLevelDomainResponse) String() string { return proto.CompactTextString(m) } func (*QueryAllTopLevelDomainResponse) ProtoMessage() {} func (*QueryAllTopLevelDomainResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_0f2c8f2d33ba1956, []int{5} + return fileDescriptor_6fac5bfae411c2d0, []int{5} } func (m *QueryAllTopLevelDomainResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -312,7 +312,7 @@ func (m *QueryGetSecondLevelDomainRequest) Reset() { *m = QueryGetSecond func (m *QueryGetSecondLevelDomainRequest) String() string { return proto.CompactTextString(m) } func (*QueryGetSecondLevelDomainRequest) ProtoMessage() {} func (*QueryGetSecondLevelDomainRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_0f2c8f2d33ba1956, []int{6} + return fileDescriptor_6fac5bfae411c2d0, []int{6} } func (m *QueryGetSecondLevelDomainRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -365,7 +365,7 @@ func (m *SecondLevelDomainResponse) Reset() { *m = SecondLevelDomainResp func (m *SecondLevelDomainResponse) String() string { return proto.CompactTextString(m) } func (*SecondLevelDomainResponse) ProtoMessage() {} func (*SecondLevelDomainResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_0f2c8f2d33ba1956, []int{7} + return fileDescriptor_6fac5bfae411c2d0, []int{7} } func (m *SecondLevelDomainResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -423,7 +423,7 @@ func (m *QueryGetSecondLevelDomainResponse) Reset() { *m = QueryGetSecon func (m *QueryGetSecondLevelDomainResponse) String() string { return proto.CompactTextString(m) } func (*QueryGetSecondLevelDomainResponse) ProtoMessage() {} func (*QueryGetSecondLevelDomainResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_0f2c8f2d33ba1956, []int{8} + return fileDescriptor_6fac5bfae411c2d0, []int{8} } func (m *QueryGetSecondLevelDomainResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -467,7 +467,7 @@ func (m *QueryAllSecondLevelDomainRequest) Reset() { *m = QueryAllSecond func (m *QueryAllSecondLevelDomainRequest) String() string { return proto.CompactTextString(m) } func (*QueryAllSecondLevelDomainRequest) ProtoMessage() {} func (*QueryAllSecondLevelDomainRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_0f2c8f2d33ba1956, []int{9} + return fileDescriptor_6fac5bfae411c2d0, []int{9} } func (m *QueryAllSecondLevelDomainRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -512,7 +512,7 @@ func (m *QueryAllSecondLevelDomainResponse) Reset() { *m = QueryAllSecon func (m *QueryAllSecondLevelDomainResponse) String() string { return proto.CompactTextString(m) } func (*QueryAllSecondLevelDomainResponse) ProtoMessage() {} func (*QueryAllSecondLevelDomainResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_0f2c8f2d33ba1956, []int{10} + return fileDescriptor_6fac5bfae411c2d0, []int{10} } func (m *QueryAllSecondLevelDomainResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -563,7 +563,7 @@ func (m *QueryGetDomainOwnershipRequest) Reset() { *m = QueryGetDomainOw func (m *QueryGetDomainOwnershipRequest) String() string { return proto.CompactTextString(m) } func (*QueryGetDomainOwnershipRequest) ProtoMessage() {} func (*QueryGetDomainOwnershipRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_0f2c8f2d33ba1956, []int{11} + return fileDescriptor_6fac5bfae411c2d0, []int{11} } func (m *QueryGetDomainOwnershipRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -607,7 +607,7 @@ func (m *QueryGetDomainOwnershipResponse) Reset() { *m = QueryGetDomainO func (m *QueryGetDomainOwnershipResponse) String() string { return proto.CompactTextString(m) } func (*QueryGetDomainOwnershipResponse) ProtoMessage() {} func (*QueryGetDomainOwnershipResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_0f2c8f2d33ba1956, []int{12} + return fileDescriptor_6fac5bfae411c2d0, []int{12} } func (m *QueryGetDomainOwnershipResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -651,7 +651,7 @@ func (m *QueryAllDomainOwnershipRequest) Reset() { *m = QueryAllDomainOw func (m *QueryAllDomainOwnershipRequest) String() string { return proto.CompactTextString(m) } func (*QueryAllDomainOwnershipRequest) ProtoMessage() {} func (*QueryAllDomainOwnershipRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_0f2c8f2d33ba1956, []int{13} + return fileDescriptor_6fac5bfae411c2d0, []int{13} } func (m *QueryAllDomainOwnershipRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -696,7 +696,7 @@ func (m *QueryAllDomainOwnershipResponse) Reset() { *m = QueryAllDomainO func (m *QueryAllDomainOwnershipResponse) String() string { return proto.CompactTextString(m) } func (*QueryAllDomainOwnershipResponse) ProtoMessage() {} func (*QueryAllDomainOwnershipResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_0f2c8f2d33ba1956, []int{14} + return fileDescriptor_6fac5bfae411c2d0, []int{14} } func (m *QueryAllDomainOwnershipResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -750,7 +750,7 @@ func (m *QueryDomainRegistrationFeeRequest) Reset() { *m = QueryDomainRe func (m *QueryDomainRegistrationFeeRequest) String() string { return proto.CompactTextString(m) } func (*QueryDomainRegistrationFeeRequest) ProtoMessage() {} func (*QueryDomainRegistrationFeeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_0f2c8f2d33ba1956, []int{15} + return fileDescriptor_6fac5bfae411c2d0, []int{15} } func (m *QueryDomainRegistrationFeeRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -819,7 +819,7 @@ func (m *QueryDomainRegistrationFeeResponse) Reset() { *m = QueryDomainR func (m *QueryDomainRegistrationFeeResponse) String() string { return proto.CompactTextString(m) } func (*QueryDomainRegistrationFeeResponse) ProtoMessage() {} func (*QueryDomainRegistrationFeeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_0f2c8f2d33ba1956, []int{16} + return fileDescriptor_6fac5bfae411c2d0, []int{16} } func (m *QueryDomainRegistrationFeeResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -892,7 +892,7 @@ func (m *QueryRoleRequest) Reset() { *m = QueryRoleRequest{} } func (m *QueryRoleRequest) String() string { return proto.CompactTextString(m) } func (*QueryRoleRequest) ProtoMessage() {} func (*QueryRoleRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_0f2c8f2d33ba1956, []int{17} + return fileDescriptor_6fac5bfae411c2d0, []int{17} } func (m *QueryRoleRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -943,7 +943,7 @@ func (m *QueryRoleResponse) Reset() { *m = QueryRoleResponse{} } func (m *QueryRoleResponse) String() string { return proto.CompactTextString(m) } func (*QueryRoleResponse) ProtoMessage() {} func (*QueryRoleResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_0f2c8f2d33ba1956, []int{18} + return fileDescriptor_6fac5bfae411c2d0, []int{18} } func (m *QueryRoleResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -980,104 +980,107 @@ func (m *QueryRoleResponse) GetRole() string { } func init() { - proto.RegisterType((*QueryParamsRequest)(nil), "mycel.registry.QueryParamsRequest") - proto.RegisterType((*QueryParamsResponse)(nil), "mycel.registry.QueryParamsResponse") - proto.RegisterType((*QueryGetTopLevelDomainRequest)(nil), "mycel.registry.QueryGetTopLevelDomainRequest") - proto.RegisterType((*QueryGetTopLevelDomainResponse)(nil), "mycel.registry.QueryGetTopLevelDomainResponse") - proto.RegisterType((*QueryAllTopLevelDomainRequest)(nil), "mycel.registry.QueryAllTopLevelDomainRequest") - proto.RegisterType((*QueryAllTopLevelDomainResponse)(nil), "mycel.registry.QueryAllTopLevelDomainResponse") - proto.RegisterType((*QueryGetSecondLevelDomainRequest)(nil), "mycel.registry.QueryGetSecondLevelDomainRequest") - proto.RegisterType((*SecondLevelDomainResponse)(nil), "mycel.registry.SecondLevelDomainResponse") - proto.RegisterType((*QueryGetSecondLevelDomainResponse)(nil), "mycel.registry.QueryGetSecondLevelDomainResponse") - proto.RegisterType((*QueryAllSecondLevelDomainRequest)(nil), "mycel.registry.QueryAllSecondLevelDomainRequest") - proto.RegisterType((*QueryAllSecondLevelDomainResponse)(nil), "mycel.registry.QueryAllSecondLevelDomainResponse") - proto.RegisterType((*QueryGetDomainOwnershipRequest)(nil), "mycel.registry.QueryGetDomainOwnershipRequest") - proto.RegisterType((*QueryGetDomainOwnershipResponse)(nil), "mycel.registry.QueryGetDomainOwnershipResponse") - proto.RegisterType((*QueryAllDomainOwnershipRequest)(nil), "mycel.registry.QueryAllDomainOwnershipRequest") - proto.RegisterType((*QueryAllDomainOwnershipResponse)(nil), "mycel.registry.QueryAllDomainOwnershipResponse") - proto.RegisterType((*QueryDomainRegistrationFeeRequest)(nil), "mycel.registry.QueryDomainRegistrationFeeRequest") - proto.RegisterType((*QueryDomainRegistrationFeeResponse)(nil), "mycel.registry.QueryDomainRegistrationFeeResponse") - proto.RegisterType((*QueryRoleRequest)(nil), "mycel.registry.QueryRoleRequest") - proto.RegisterType((*QueryRoleResponse)(nil), "mycel.registry.QueryRoleResponse") -} - -func init() { proto.RegisterFile("mycel/registry/query.proto", fileDescriptor_0f2c8f2d33ba1956) } - -var fileDescriptor_0f2c8f2d33ba1956 = []byte{ - // 1161 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x97, 0xcb, 0x6f, 0xdc, 0x44, - 0x18, 0xc0, 0xe3, 0x64, 0x13, 0xda, 0x8f, 0x92, 0x92, 0x21, 0x44, 0x9b, 0x05, 0xbc, 0xe9, 0x94, - 0xd2, 0x00, 0x8a, 0x27, 0x8f, 0xa6, 0xa0, 0x52, 0x24, 0x12, 0xaa, 0x16, 0x44, 0x68, 0x53, 0xa7, - 0x97, 0x22, 0x55, 0x91, 0x37, 0x3b, 0x71, 0x0c, 0x5e, 0x8f, 0xe3, 0x71, 0x4a, 0xa2, 0xd5, 0x5e, - 0x7a, 0xe2, 0x82, 0x54, 0x09, 0xf1, 0x3f, 0xf0, 0x3c, 0x70, 0x40, 0x1c, 0xf8, 0x03, 0xa8, 0xc4, - 0xa5, 0x12, 0x17, 0xb8, 0x50, 0x94, 0xf0, 0x87, 0x20, 0xcf, 0x8c, 0xbb, 0xb6, 0x63, 0x3b, 0xbb, - 0x21, 0xa7, 0xb5, 0xe7, 0x7b, 0xcc, 0xef, 0x7b, 0x78, 0xbe, 0x59, 0xa8, 0xb5, 0xf6, 0x36, 0xa8, - 0x4b, 0x02, 0x6a, 0x3b, 0x3c, 0x0c, 0xf6, 0xc8, 0xf6, 0x0e, 0x0d, 0xf6, 0x0c, 0x3f, 0x60, 0x21, - 0x43, 0xa3, 0x42, 0x66, 0xc4, 0xb2, 0xda, 0x1b, 0x1b, 0x8c, 0xb7, 0x18, 0x27, 0x0d, 0x8b, 0x53, - 0xa9, 0x48, 0xee, 0xcf, 0x35, 0x68, 0x68, 0xcd, 0x11, 0xdf, 0xb2, 0x1d, 0xcf, 0x0a, 0x1d, 0xe6, - 0x49, 0xdb, 0x9a, 0x9e, 0xd4, 0x8d, 0xb5, 0x36, 0x98, 0x13, 0xcb, 0xc7, 0x6d, 0x66, 0x33, 0xf1, - 0x48, 0xa2, 0x27, 0xb5, 0xfa, 0xb2, 0xcd, 0x98, 0xed, 0x52, 0x62, 0xf9, 0x0e, 0xb1, 0x3c, 0x8f, - 0x85, 0xc2, 0x25, 0x57, 0xd2, 0xba, 0x92, 0x8a, 0xb7, 0xc6, 0xce, 0x26, 0x09, 0x9d, 0x16, 0xe5, - 0xa1, 0xd5, 0xf2, 0x95, 0xc2, 0x85, 0x4c, 0x30, 0x4d, 0xd6, 0xb2, 0x1c, 0x6f, 0x9d, 0x7d, 0xee, - 0xd1, 0x80, 0x6f, 0x39, 0xb1, 0xda, 0x4b, 0x19, 0x35, 0xdf, 0x0a, 0xac, 0x56, 0xbc, 0xc9, 0x74, - 0x46, 0xc8, 0xe9, 0x06, 0xf3, 0x9a, 0xeb, 0x2e, 0xbd, 0x4f, 0xdd, 0x75, 0xe9, 0xb0, 0x60, 0xb7, - 0x90, 0xf9, 0x39, 0x6a, 0x78, 0x1c, 0xd0, 0xed, 0x28, 0x57, 0xab, 0x62, 0x17, 0x93, 0x6e, 0xef, - 0x50, 0x1e, 0xe2, 0x8f, 0xe0, 0x85, 0xd4, 0x2a, 0xf7, 0x99, 0xc7, 0x29, 0xba, 0x04, 0x23, 0x92, - 0xa6, 0xaa, 0x4d, 0x69, 0xd3, 0xcf, 0xce, 0x4f, 0x18, 0xe9, 0x1a, 0x18, 0x52, 0x7f, 0xb9, 0xf2, - 0xe8, 0xef, 0xfa, 0x80, 0xa9, 0x74, 0xf1, 0x02, 0xbc, 0x22, 0x9c, 0xdd, 0xa0, 0xe1, 0x1d, 0xe6, - 0xaf, 0x44, 0x0c, 0xd7, 0x04, 0x82, 0xda, 0x0d, 0x21, 0xa8, 0x78, 0x56, 0x8b, 0x0a, 0xa7, 0xa7, - 0x4d, 0xf1, 0x8c, 0x3d, 0xd0, 0x8b, 0x8c, 0x14, 0xcc, 0x0a, 0x8c, 0x86, 0x29, 0x89, 0x82, 0xd2, - 0xb3, 0x50, 0x69, 0x7b, 0x05, 0x97, 0xb1, 0xc5, 0xb6, 0x82, 0x5c, 0x72, 0xdd, 0x7c, 0xc8, 0xeb, - 0x00, 0xdd, 0x36, 0x52, 0x5b, 0xbd, 0x66, 0xc8, 0x3e, 0x32, 0xa2, 0x3e, 0x32, 0x64, 0x73, 0xaa, - 0x6e, 0x32, 0x56, 0x2d, 0x9b, 0x2a, 0x5b, 0x33, 0x61, 0x89, 0x7f, 0xd1, 0x54, 0x64, 0x39, 0x3b, - 0x95, 0x44, 0x36, 0x74, 0xdc, 0xc8, 0xd0, 0x8d, 0x14, 0xf8, 0xa0, 0x00, 0xbf, 0x78, 0x24, 0xb8, - 0x44, 0x49, 0x91, 0xdf, 0x84, 0xa9, 0xb8, 0x24, 0x6b, 0xa2, 0xed, 0x7a, 0x2b, 0x25, 0x9a, 0x10, - 0x5d, 0x43, 0xbd, 0x50, 0x6c, 0x7e, 0xda, 0x54, 0x6f, 0xf8, 0x6b, 0x0d, 0x26, 0x73, 0x1c, 0xa9, - 0x24, 0xf4, 0xe1, 0x29, 0x4a, 0x18, 0xdd, 0xf5, 0x9d, 0x40, 0x70, 0x5e, 0xb3, 0x42, 0x5a, 0x1d, - 0x12, 0x61, 0xd6, 0x0c, 0xf9, 0x4d, 0x1a, 0xf1, 0x37, 0x69, 0xdc, 0x89, 0xbf, 0xc9, 0xe5, 0x53, - 0x51, 0xb2, 0x1e, 0x3e, 0xa9, 0x6b, 0x66, 0xc6, 0x16, 0x3f, 0xd0, 0xe0, 0x5c, 0x49, 0xa0, 0x8a, - 0xef, 0x1e, 0x8c, 0xf1, 0xac, 0x50, 0xb5, 0xc5, 0xeb, 0xd9, 0x3a, 0x15, 0x7a, 0x51, 0x25, 0x3b, - 0xec, 0x09, 0x7f, 0xaa, 0x92, 0xbd, 0xe4, 0xba, 0x85, 0xc9, 0x3e, 0xa9, 0x96, 0xfc, 0x3d, 0x0e, - 0x38, 0x7f, 0xb3, 0xf2, 0x80, 0x87, 0x4e, 0x26, 0xe0, 0x93, 0x6b, 0xd3, 0xcb, 0xdd, 0x93, 0x43, - 0xba, 0xbe, 0x15, 0x1f, 0xb0, 0x71, 0xde, 0xc6, 0x61, 0x58, 0x1c, 0xba, 0xaa, 0xb7, 0xe4, 0x0b, - 0x0e, 0xa0, 0x5e, 0x68, 0xa7, 0x52, 0x70, 0x0b, 0xce, 0x36, 0xd3, 0x22, 0x95, 0xf5, 0x7a, 0x36, - 0x01, 0x19, 0x0f, 0x2a, 0xec, 0xac, 0x35, 0xde, 0xea, 0x9e, 0x05, 0x05, 0xac, 0x27, 0x55, 0xe3, - 0x5f, 0x35, 0x15, 0x5e, 0xde, 0x56, 0x65, 0xe1, 0x0d, 0x1d, 0x3f, 0xbc, 0x93, 0xab, 0xe9, 0xf7, - 0x71, 0x87, 0xc6, 0xdd, 0x24, 0x38, 0x84, 0xec, 0x3a, 0xa5, 0xc7, 0x38, 0x7c, 0xd0, 0x15, 0xa8, - 0x06, 0x09, 0x2f, 0xab, 0x34, 0x70, 0x58, 0xf3, 0x43, 0xef, 0x2e, 0xb5, 0x02, 0x71, 0x78, 0x54, - 0xcc, 0x42, 0x39, 0xd2, 0x01, 0xa4, 0x8c, 0x06, 0x34, 0xa8, 0x56, 0x84, 0xdf, 0xc4, 0x0a, 0xfe, - 0x6d, 0x10, 0x70, 0x19, 0xad, 0x4a, 0xf7, 0xab, 0xf0, 0x9c, 0xc3, 0x63, 0x61, 0xc3, 0x95, 0xdc, - 0xa7, 0xcc, 0xf4, 0x22, 0xba, 0x07, 0x43, 0x9b, 0x94, 0x56, 0x07, 0x45, 0x21, 0x26, 0x53, 0xc9, - 0x8b, 0xd3, 0xf6, 0x3e, 0x73, 0xbc, 0xe5, 0xd9, 0xa8, 0x04, 0xdf, 0x3d, 0xa9, 0x4f, 0xdb, 0x4e, - 0xb8, 0xb5, 0xd3, 0x30, 0x36, 0x58, 0x8b, 0xa8, 0x5b, 0x8e, 0xfc, 0x99, 0xe1, 0xcd, 0xcf, 0x48, - 0xb8, 0xe7, 0x53, 0x2e, 0x0c, 0xb8, 0x19, 0xf9, 0xfd, 0x5f, 0x79, 0xb8, 0x0a, 0x93, 0x2d, 0x6b, - 0x77, 0x6d, 0xa7, 0x71, 0x38, 0x4e, 0x2e, 0xd2, 0x52, 0x31, 0x8b, 0x15, 0x10, 0x86, 0x33, 0x34, - 0x08, 0x58, 0xf0, 0x31, 0xe5, 0xdc, 0xb2, 0x69, 0x75, 0x58, 0xe4, 0x31, 0xb5, 0x86, 0x57, 0xe0, - 0x79, 0x91, 0x48, 0x93, 0xb9, 0x4f, 0xab, 0xac, 0x03, 0xc8, 0x3e, 0xbb, 0xd9, 0xad, 0x75, 0x62, - 0x05, 0x55, 0xe1, 0x19, 0xab, 0xd9, 0x0c, 0x28, 0xe7, 0xaa, 0xe4, 0xf1, 0x2b, 0xbe, 0x08, 0x63, - 0x09, 0x6f, 0xdd, 0x39, 0x13, 0x30, 0xf7, 0x69, 0xd3, 0x44, 0xcf, 0xf3, 0x5f, 0x9c, 0x81, 0x61, - 0xa1, 0x89, 0xb6, 0x61, 0x44, 0xde, 0x69, 0x10, 0xce, 0x7e, 0x03, 0x87, 0xaf, 0x4d, 0xb5, 0xf3, - 0xa5, 0x3a, 0x72, 0x43, 0xac, 0x3f, 0xf8, 0xe3, 0xdf, 0xaf, 0x06, 0xab, 0x68, 0x82, 0xe4, 0x5e, - 0xf4, 0xd0, 0x8f, 0x1a, 0x8c, 0xa6, 0x07, 0x3b, 0x9a, 0xc9, 0xf5, 0x5b, 0x74, 0x9f, 0xaa, 0x19, - 0xbd, 0xaa, 0x2b, 0xa2, 0xab, 0x82, 0xe8, 0x32, 0xba, 0x24, 0x89, 0x66, 0x64, 0x32, 0xc9, 0x11, - 0x17, 0x48, 0xd2, 0x8e, 0x3e, 0xb0, 0x0e, 0xfa, 0x56, 0x83, 0xb1, 0xb4, 0xe3, 0x25, 0xd7, 0x2d, - 0x40, 0x2e, 0xba, 0x5d, 0x15, 0x20, 0x17, 0x5e, 0x91, 0xf0, 0xa2, 0x40, 0x26, 0x68, 0xa6, 0x2f, - 0x64, 0xf4, 0xb3, 0x06, 0x63, 0x87, 0x66, 0x13, 0x9a, 0x2d, 0xca, 0x57, 0xd1, 0xe4, 0xad, 0xcd, - 0xf5, 0x61, 0xa1, 0x88, 0xdf, 0x11, 0xc4, 0x8b, 0x68, 0x81, 0x1c, 0x7d, 0x85, 0x57, 0xa9, 0x25, - 0x6d, 0x79, 0x58, 0x75, 0xd0, 0x37, 0x1a, 0x8c, 0x1f, 0x72, 0x1d, 0xa5, 0x79, 0xb6, 0x28, 0x6f, - 0x7d, 0xa2, 0x97, 0x4d, 0x7e, 0xfc, 0xa6, 0x40, 0xbf, 0x80, 0xce, 0xf7, 0x80, 0x8e, 0x7e, 0xd2, - 0xe0, 0x6c, 0x66, 0x3c, 0xa0, 0xc2, 0x86, 0xcc, 0x1f, 0x7a, 0x35, 0xd2, 0xb3, 0xbe, 0x22, 0x7c, - 0x57, 0x10, 0xbe, 0x85, 0x16, 0x4b, 0xdb, 0x21, 0xfb, 0x87, 0x8b, 0xb4, 0xc5, 0x63, 0x07, 0xfd, - 0xa0, 0x01, 0xca, 0xb8, 0x8e, 0x92, 0x5b, 0xd8, 0x94, 0x7d, 0x61, 0x17, 0x0f, 0xdc, 0x1e, 0xbb, - 0x38, 0x8b, 0x8d, 0xfe, 0xd2, 0xe0, 0xc5, 0xdc, 0xd1, 0x82, 0xf2, 0x8b, 0x5b, 0x36, 0x34, 0x6b, - 0xf3, 0xfd, 0x98, 0x28, 0xee, 0xbb, 0x82, 0x7b, 0x0d, 0xdd, 0xee, 0x85, 0x3b, 0x39, 0x3e, 0xd6, - 0x37, 0x29, 0xcd, 0x36, 0x37, 0x69, 0x77, 0x47, 0x67, 0x07, 0x7d, 0xa9, 0x41, 0x25, 0x3a, 0x9f, - 0xd1, 0x54, 0x2e, 0x57, 0x62, 0x10, 0xd4, 0xce, 0x95, 0x68, 0x28, 0xd0, 0xf7, 0x04, 0xe8, 0x15, - 0xf4, 0x76, 0x29, 0x68, 0x74, 0xe6, 0x93, 0x76, 0x77, 0x84, 0x74, 0x48, 0x5b, 0x8d, 0x8c, 0xce, - 0xf2, 0x07, 0x8f, 0xf6, 0x75, 0xed, 0xf1, 0xbe, 0xae, 0xfd, 0xb3, 0xaf, 0x6b, 0x0f, 0x0f, 0xf4, - 0x81, 0xc7, 0x07, 0xfa, 0xc0, 0x9f, 0x07, 0xfa, 0xc0, 0x27, 0x46, 0x62, 0xd0, 0xe6, 0x78, 0xdf, - 0x4d, 0x1c, 0x43, 0xd1, 0xd0, 0x6d, 0x8c, 0x88, 0x3f, 0x21, 0x0b, 0xff, 0x05, 0x00, 0x00, 0xff, - 0xff, 0xf1, 0x1a, 0xed, 0x4b, 0xd4, 0x10, 0x00, 0x00, + proto.RegisterType((*QueryParamsRequest)(nil), "mycel.registry.v1beta1.QueryParamsRequest") + proto.RegisterType((*QueryParamsResponse)(nil), "mycel.registry.v1beta1.QueryParamsResponse") + proto.RegisterType((*QueryGetTopLevelDomainRequest)(nil), "mycel.registry.v1beta1.QueryGetTopLevelDomainRequest") + proto.RegisterType((*QueryGetTopLevelDomainResponse)(nil), "mycel.registry.v1beta1.QueryGetTopLevelDomainResponse") + proto.RegisterType((*QueryAllTopLevelDomainRequest)(nil), "mycel.registry.v1beta1.QueryAllTopLevelDomainRequest") + proto.RegisterType((*QueryAllTopLevelDomainResponse)(nil), "mycel.registry.v1beta1.QueryAllTopLevelDomainResponse") + proto.RegisterType((*QueryGetSecondLevelDomainRequest)(nil), "mycel.registry.v1beta1.QueryGetSecondLevelDomainRequest") + proto.RegisterType((*SecondLevelDomainResponse)(nil), "mycel.registry.v1beta1.SecondLevelDomainResponse") + proto.RegisterType((*QueryGetSecondLevelDomainResponse)(nil), "mycel.registry.v1beta1.QueryGetSecondLevelDomainResponse") + proto.RegisterType((*QueryAllSecondLevelDomainRequest)(nil), "mycel.registry.v1beta1.QueryAllSecondLevelDomainRequest") + proto.RegisterType((*QueryAllSecondLevelDomainResponse)(nil), "mycel.registry.v1beta1.QueryAllSecondLevelDomainResponse") + proto.RegisterType((*QueryGetDomainOwnershipRequest)(nil), "mycel.registry.v1beta1.QueryGetDomainOwnershipRequest") + proto.RegisterType((*QueryGetDomainOwnershipResponse)(nil), "mycel.registry.v1beta1.QueryGetDomainOwnershipResponse") + proto.RegisterType((*QueryAllDomainOwnershipRequest)(nil), "mycel.registry.v1beta1.QueryAllDomainOwnershipRequest") + proto.RegisterType((*QueryAllDomainOwnershipResponse)(nil), "mycel.registry.v1beta1.QueryAllDomainOwnershipResponse") + proto.RegisterType((*QueryDomainRegistrationFeeRequest)(nil), "mycel.registry.v1beta1.QueryDomainRegistrationFeeRequest") + proto.RegisterType((*QueryDomainRegistrationFeeResponse)(nil), "mycel.registry.v1beta1.QueryDomainRegistrationFeeResponse") + proto.RegisterType((*QueryRoleRequest)(nil), "mycel.registry.v1beta1.QueryRoleRequest") + proto.RegisterType((*QueryRoleResponse)(nil), "mycel.registry.v1beta1.QueryRoleResponse") +} + +func init() { + proto.RegisterFile("mycel/registry/v1beta1/query.proto", fileDescriptor_6fac5bfae411c2d0) +} + +var fileDescriptor_6fac5bfae411c2d0 = []byte{ + // 1173 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0xdd, 0x6e, 0xdc, 0x44, + 0x14, 0x8e, 0x93, 0x6d, 0x68, 0x0f, 0x34, 0x25, 0x43, 0xa8, 0x36, 0x2b, 0x70, 0xc2, 0x80, 0x9a, + 0xd0, 0x2a, 0x76, 0xd3, 0xa8, 0x3f, 0x94, 0x04, 0x48, 0x1a, 0xda, 0x22, 0x85, 0x52, 0x9c, 0x48, + 0xa8, 0x20, 0x14, 0x79, 0xb3, 0x13, 0xc7, 0xe0, 0xf5, 0xb8, 0x1e, 0x6f, 0x48, 0x58, 0xed, 0x0d, + 0x77, 0x70, 0x55, 0x09, 0xf1, 0x08, 0xdc, 0xc0, 0x43, 0x00, 0x02, 0x44, 0xb9, 0x40, 0xaa, 0xd4, + 0x1b, 0xae, 0x28, 0x24, 0xbc, 0x00, 0x6f, 0x80, 0x3c, 0x33, 0xce, 0xae, 0xbd, 0xb6, 0xf7, 0x27, + 0x7b, 0xb5, 0xe3, 0x99, 0xf3, 0xf3, 0x7d, 0xe7, 0x9c, 0x99, 0x73, 0x16, 0x70, 0x75, 0x7f, 0x8b, + 0x38, 0xba, 0x4f, 0x2c, 0x9b, 0x05, 0xfe, 0xbe, 0xbe, 0x3b, 0x5f, 0x26, 0x81, 0x39, 0xaf, 0xdf, + 0xaf, 0x11, 0x7f, 0x5f, 0xf3, 0x7c, 0x1a, 0x50, 0x74, 0x96, 0xcb, 0x68, 0x91, 0x8c, 0x26, 0x65, + 0x4a, 0xe7, 0xb7, 0x28, 0xab, 0x52, 0xa6, 0x97, 0x4d, 0x46, 0x84, 0xc2, 0x91, 0xba, 0x67, 0x5a, + 0xb6, 0x6b, 0x06, 0x36, 0x75, 0x85, 0x8d, 0x92, 0xda, 0x2a, 0x1b, 0x49, 0x6d, 0x51, 0x3b, 0x3a, + 0x9f, 0xb0, 0xa8, 0x45, 0xf9, 0x52, 0x0f, 0x57, 0x72, 0xf7, 0x05, 0x8b, 0x52, 0xcb, 0x21, 0xba, + 0xe9, 0xd9, 0xba, 0xe9, 0xba, 0x34, 0xe0, 0x26, 0x99, 0x3c, 0x9d, 0x92, 0xa7, 0xfc, 0xab, 0x5c, + 0xdb, 0xd6, 0x03, 0xbb, 0x4a, 0x58, 0x60, 0x56, 0x3d, 0x29, 0x30, 0x97, 0x41, 0xae, 0x42, 0xab, + 0xa6, 0xed, 0x6e, 0xd2, 0xcf, 0x5c, 0xe2, 0xb3, 0x1d, 0x3b, 0x12, 0x7f, 0x39, 0x43, 0xdc, 0x33, + 0x7d, 0xb3, 0x1a, 0x39, 0xbd, 0x98, 0x21, 0xc4, 0xc8, 0x16, 0x75, 0x2b, 0x9b, 0x0e, 0xd9, 0x25, + 0xce, 0xa6, 0x70, 0xd0, 0x01, 0x45, 0x40, 0xbd, 0x14, 0x71, 0x3c, 0x01, 0xe8, 0xfd, 0x30, 0x96, + 0x77, 0xb9, 0x57, 0x83, 0xdc, 0xaf, 0x11, 0x16, 0xe0, 0x75, 0x78, 0x2e, 0xb6, 0xcb, 0x3c, 0xea, + 0x32, 0x82, 0x16, 0x61, 0x54, 0xa0, 0x2b, 0x2a, 0xd3, 0xca, 0xec, 0xd3, 0x97, 0x54, 0x2d, 0x3d, + 0x57, 0x9a, 0xd0, 0x5b, 0x29, 0x3c, 0xfc, 0x6b, 0x6a, 0xc8, 0x90, 0x3a, 0x78, 0x01, 0x5e, 0xe4, + 0x46, 0x6f, 0x91, 0x60, 0x83, 0x7a, 0x6b, 0x21, 0x96, 0x55, 0x0e, 0x45, 0x7a, 0x45, 0x08, 0x0a, + 0xae, 0x59, 0x25, 0xdc, 0xf8, 0x29, 0x83, 0xaf, 0xf1, 0x2e, 0xa8, 0x59, 0x4a, 0x12, 0xd4, 0x06, + 0x8c, 0x05, 0xb1, 0x13, 0x09, 0xee, 0x5c, 0x16, 0xb8, 0xb8, 0x1d, 0x09, 0x32, 0x61, 0x03, 0x5b, + 0x12, 0xec, 0xb2, 0xe3, 0xa4, 0x83, 0xbd, 0x09, 0xd0, 0x2c, 0xbb, 0x23, 0x97, 0xa2, 0xee, 0xb4, + 0xb0, 0xee, 0x34, 0x51, 0xd4, 0xcd, 0x90, 0x58, 0x44, 0xea, 0x1a, 0x2d, 0x9a, 0xf8, 0x07, 0x45, + 0x32, 0x4c, 0xf1, 0x94, 0xc3, 0x70, 0xe4, 0xb8, 0x0c, 0xd1, 0xad, 0x18, 0x81, 0x61, 0x4e, 0x60, + 0xa6, 0x23, 0x01, 0x01, 0x29, 0xc6, 0xe0, 0x0e, 0x4c, 0x47, 0x29, 0x5a, 0xe7, 0x65, 0xd9, 0x5d, + 0x6a, 0xd1, 0x59, 0x5e, 0x4d, 0xc4, 0x0d, 0xb8, 0xf3, 0x53, 0x86, 0xfc, 0xc2, 0xdf, 0x28, 0x30, + 0x99, 0x62, 0x48, 0x06, 0xa3, 0x07, 0x4b, 0x68, 0x0d, 0xc6, 0xc8, 0x9e, 0x67, 0xfb, 0x1c, 0xe7, + 0xaa, 0x19, 0x90, 0xe2, 0x08, 0xa7, 0x59, 0xd2, 0xc4, 0x5d, 0xd6, 0xa2, 0xbb, 0xac, 0x6d, 0x44, + 0x77, 0x79, 0xe5, 0x64, 0x18, 0xac, 0x07, 0x4f, 0xa6, 0x14, 0x23, 0xa1, 0x8b, 0xbf, 0x52, 0xe0, + 0xa5, 0x1c, 0xa2, 0x12, 0x1f, 0x81, 0x71, 0x96, 0x3c, 0x94, 0xe5, 0x31, 0x9f, 0x95, 0xaf, 0x4c, + 0x6b, 0x32, 0x75, 0xed, 0x16, 0xf1, 0x27, 0x32, 0xe8, 0xcb, 0x8e, 0x93, 0x19, 0xf4, 0x41, 0x95, + 0xe8, 0xe3, 0x88, 0x78, 0xba, 0xb3, 0x7c, 0xe2, 0x23, 0x83, 0x25, 0x3e, 0xb8, 0xb2, 0xbd, 0xd2, + 0x7c, 0x59, 0x84, 0xe9, 0xf7, 0xa2, 0x07, 0x3a, 0x8a, 0xdf, 0x04, 0x9c, 0xe0, 0x8f, 0xb6, 0xac, + 0x35, 0xf1, 0x81, 0x3f, 0x87, 0xa9, 0x4c, 0x3d, 0x19, 0x8a, 0x0f, 0xe0, 0x4c, 0x25, 0x7e, 0x24, + 0xa3, 0x3f, 0x93, 0x15, 0x88, 0x84, 0x25, 0x49, 0x3f, 0x69, 0x05, 0xef, 0x34, 0xdf, 0x8a, 0x0c, + 0xcc, 0x83, 0xca, 0xf9, 0xcf, 0x8a, 0xa4, 0x99, 0xe6, 0x2a, 0x8f, 0xe6, 0xc8, 0xf1, 0x69, 0x0e, + 0x2e, 0xc7, 0xdf, 0x47, 0x95, 0x1b, 0x55, 0x17, 0xc7, 0xc3, 0xcf, 0x6e, 0x12, 0xd2, 0xc7, 0xe3, + 0x84, 0xae, 0x43, 0xd1, 0x6f, 0xb1, 0x72, 0x97, 0xf8, 0x36, 0xad, 0xbc, 0xe3, 0xde, 0x23, 0xa6, + 0xcf, 0x1f, 0x97, 0x82, 0x91, 0x79, 0x8e, 0x54, 0x00, 0x71, 0x46, 0x7c, 0xe2, 0x17, 0x0b, 0xdc, + 0x6e, 0xcb, 0x0e, 0xfe, 0x6d, 0x18, 0x70, 0x1e, 0x5a, 0x19, 0xf6, 0x57, 0xe0, 0xb4, 0xcd, 0xa2, + 0xc3, 0xb2, 0x23, 0x70, 0x9f, 0x34, 0xe2, 0x9b, 0xe8, 0x63, 0x18, 0xd9, 0x26, 0xa4, 0x38, 0xcc, + 0x13, 0x32, 0x19, 0x0b, 0x5e, 0x14, 0xb6, 0x1b, 0xd4, 0x76, 0x57, 0x2e, 0x86, 0x29, 0xf8, 0xee, + 0xc9, 0xd4, 0xac, 0x65, 0x07, 0x3b, 0xb5, 0xb2, 0xb6, 0x45, 0xab, 0xba, 0x9c, 0x9e, 0xc4, 0xcf, + 0x1c, 0xab, 0x7c, 0xaa, 0x07, 0xfb, 0x1e, 0x61, 0x5c, 0x81, 0x19, 0xa1, 0xdd, 0x63, 0xc5, 0x61, + 0x11, 0x26, 0xab, 0xe6, 0xde, 0x7a, 0xad, 0xdc, 0xce, 0x93, 0xf1, 0xb0, 0x14, 0x8c, 0x6c, 0x01, + 0x84, 0xe1, 0x19, 0xe2, 0xfb, 0xd4, 0x7f, 0x97, 0x30, 0x66, 0x5a, 0xa4, 0x78, 0x82, 0xc7, 0x31, + 0xb6, 0x87, 0xd7, 0xe0, 0x59, 0x1e, 0x48, 0x83, 0x3a, 0x47, 0x59, 0x56, 0x01, 0x44, 0x9d, 0xdd, + 0x69, 0xe6, 0xba, 0x65, 0x07, 0x15, 0xe1, 0x29, 0xb3, 0x52, 0xf1, 0x09, 0x63, 0x32, 0xe5, 0xd1, + 0x27, 0x9e, 0x81, 0xf1, 0x16, 0x6b, 0xcd, 0x3e, 0xe4, 0x53, 0xe7, 0xa8, 0x68, 0xc2, 0xf5, 0xa5, + 0x7f, 0x4e, 0xc3, 0x09, 0x2e, 0x89, 0xbe, 0x54, 0x60, 0x54, 0x0c, 0x41, 0xe8, 0x7c, 0xd6, 0x65, + 0x68, 0x9f, 0xbb, 0x4a, 0x17, 0xba, 0x92, 0x15, 0x08, 0xf0, 0xb9, 0x2f, 0x1e, 0xff, 0xfb, 0xf5, + 0xf0, 0x34, 0x52, 0xf5, 0xdc, 0x49, 0x12, 0xfd, 0xaa, 0xc0, 0x58, 0x7c, 0x22, 0x40, 0x97, 0x73, + 0xfd, 0x64, 0x0d, 0x68, 0xa5, 0x2b, 0xbd, 0xaa, 0x49, 0xa4, 0xab, 0x1c, 0xe9, 0x1b, 0x68, 0x51, + 0x20, 0x9d, 0x13, 0x51, 0xd7, 0xbb, 0x9c, 0x54, 0xf5, 0x7a, 0x78, 0x23, 0x1b, 0xe8, 0x27, 0x05, + 0xc6, 0xe3, 0x0e, 0x96, 0x1d, 0xa7, 0x03, 0x95, 0xac, 0xf1, 0xad, 0x03, 0x95, 0xcc, 0x59, 0x0c, + 0x2f, 0x71, 0x2a, 0x57, 0xd1, 0xe5, 0xbe, 0xa8, 0xa0, 0x3f, 0x14, 0x18, 0x6f, 0x6b, 0x7a, 0xe8, + 0x5a, 0xa7, 0xb8, 0x66, 0xb5, 0xf8, 0xd2, 0x6b, 0x7d, 0x68, 0x4a, 0x26, 0x37, 0x38, 0x93, 0x25, + 0xf4, 0xba, 0xde, 0xfd, 0x7f, 0x0c, 0x99, 0x0a, 0xbd, 0x2e, 0x5e, 0xc3, 0x06, 0xfa, 0x51, 0x81, + 0x89, 0x36, 0x17, 0x61, 0x5a, 0xae, 0x75, 0x8a, 0x6f, 0x9f, 0x94, 0xf2, 0x46, 0x10, 0xbc, 0xc0, + 0x29, 0xcd, 0xa1, 0x0b, 0x3d, 0x50, 0x42, 0xbf, 0x2b, 0x70, 0x26, 0xd1, 0x97, 0x50, 0xc7, 0x42, + 0x4f, 0xef, 0xbe, 0xa5, 0xab, 0x3d, 0xeb, 0x49, 0xe4, 0x6f, 0x73, 0xe4, 0x6f, 0xa2, 0xa5, 0xae, + 0xca, 0x2a, 0xf9, 0x8f, 0x52, 0xaf, 0xf3, 0x65, 0x03, 0xfd, 0xa2, 0x00, 0x4a, 0xb8, 0x08, 0x93, + 0xd1, 0xb1, 0xd8, 0xfb, 0xa2, 0x93, 0x3d, 0x19, 0xf4, 0x78, 0x4b, 0x92, 0x74, 0xd0, 0x7f, 0x0a, + 0x3c, 0x9f, 0xda, 0x03, 0x51, 0x7e, 0x71, 0xe4, 0x75, 0xf9, 0xd2, 0xf5, 0x7e, 0x54, 0x25, 0x1f, + 0x93, 0xf3, 0xf9, 0x08, 0xdd, 0xeb, 0x85, 0x4f, 0x6b, 0xff, 0xdb, 0xdc, 0x26, 0x24, 0x79, 0x79, + 0xf4, 0x7a, 0xb3, 0xf7, 0x37, 0xd0, 0xb7, 0x0a, 0x14, 0xc2, 0x06, 0x83, 0x66, 0x73, 0x71, 0xb6, + 0x74, 0xb4, 0xd2, 0xab, 0x5d, 0x48, 0x4a, 0x02, 0xb7, 0x39, 0x81, 0x15, 0xf4, 0x56, 0x57, 0x04, + 0xc2, 0x66, 0xa6, 0xd7, 0x9b, 0xbd, 0xb1, 0xa1, 0xd7, 0x65, 0x2f, 0x6c, 0xac, 0xdc, 0x7e, 0x78, + 0xa0, 0x2a, 0x8f, 0x0e, 0x54, 0xe5, 0xef, 0x03, 0x55, 0x79, 0x70, 0xa8, 0x0e, 0x3d, 0x3a, 0x54, + 0x87, 0xfe, 0x3c, 0x54, 0x87, 0x3e, 0xd4, 0x5a, 0x26, 0x88, 0x14, 0x2f, 0x7b, 0x4d, 0x3f, 0x7c, + 0x9a, 0x28, 0x8f, 0xf2, 0x7f, 0x5f, 0x0b, 0xff, 0x07, 0x00, 0x00, 0xff, 0xff, 0x0e, 0xed, 0x45, + 0xd5, 0x15, 0x12, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -1119,7 +1122,7 @@ func NewQueryClient(cc grpc1.ClientConn) QueryClient { func (c *queryClient) Params(ctx context.Context, in *QueryParamsRequest, opts ...grpc.CallOption) (*QueryParamsResponse, error) { out := new(QueryParamsResponse) - err := c.cc.Invoke(ctx, "/mycel.registry.Query/Params", in, out, opts...) + err := c.cc.Invoke(ctx, "/mycel.registry.v1beta1.Query/Params", in, out, opts...) if err != nil { return nil, err } @@ -1128,7 +1131,7 @@ func (c *queryClient) Params(ctx context.Context, in *QueryParamsRequest, opts . func (c *queryClient) TopLevelDomain(ctx context.Context, in *QueryGetTopLevelDomainRequest, opts ...grpc.CallOption) (*QueryGetTopLevelDomainResponse, error) { out := new(QueryGetTopLevelDomainResponse) - err := c.cc.Invoke(ctx, "/mycel.registry.Query/TopLevelDomain", in, out, opts...) + err := c.cc.Invoke(ctx, "/mycel.registry.v1beta1.Query/TopLevelDomain", in, out, opts...) if err != nil { return nil, err } @@ -1137,7 +1140,7 @@ func (c *queryClient) TopLevelDomain(ctx context.Context, in *QueryGetTopLevelDo func (c *queryClient) TopLevelDomainAll(ctx context.Context, in *QueryAllTopLevelDomainRequest, opts ...grpc.CallOption) (*QueryAllTopLevelDomainResponse, error) { out := new(QueryAllTopLevelDomainResponse) - err := c.cc.Invoke(ctx, "/mycel.registry.Query/TopLevelDomainAll", in, out, opts...) + err := c.cc.Invoke(ctx, "/mycel.registry.v1beta1.Query/TopLevelDomainAll", in, out, opts...) if err != nil { return nil, err } @@ -1146,7 +1149,7 @@ func (c *queryClient) TopLevelDomainAll(ctx context.Context, in *QueryAllTopLeve func (c *queryClient) SecondLevelDomain(ctx context.Context, in *QueryGetSecondLevelDomainRequest, opts ...grpc.CallOption) (*QueryGetSecondLevelDomainResponse, error) { out := new(QueryGetSecondLevelDomainResponse) - err := c.cc.Invoke(ctx, "/mycel.registry.Query/SecondLevelDomain", in, out, opts...) + err := c.cc.Invoke(ctx, "/mycel.registry.v1beta1.Query/SecondLevelDomain", in, out, opts...) if err != nil { return nil, err } @@ -1155,7 +1158,7 @@ func (c *queryClient) SecondLevelDomain(ctx context.Context, in *QueryGetSecondL func (c *queryClient) SecondLevelDomainAll(ctx context.Context, in *QueryAllSecondLevelDomainRequest, opts ...grpc.CallOption) (*QueryAllSecondLevelDomainResponse, error) { out := new(QueryAllSecondLevelDomainResponse) - err := c.cc.Invoke(ctx, "/mycel.registry.Query/SecondLevelDomainAll", in, out, opts...) + err := c.cc.Invoke(ctx, "/mycel.registry.v1beta1.Query/SecondLevelDomainAll", in, out, opts...) if err != nil { return nil, err } @@ -1164,7 +1167,7 @@ func (c *queryClient) SecondLevelDomainAll(ctx context.Context, in *QueryAllSeco func (c *queryClient) DomainOwnership(ctx context.Context, in *QueryGetDomainOwnershipRequest, opts ...grpc.CallOption) (*QueryGetDomainOwnershipResponse, error) { out := new(QueryGetDomainOwnershipResponse) - err := c.cc.Invoke(ctx, "/mycel.registry.Query/DomainOwnership", in, out, opts...) + err := c.cc.Invoke(ctx, "/mycel.registry.v1beta1.Query/DomainOwnership", in, out, opts...) if err != nil { return nil, err } @@ -1173,7 +1176,7 @@ func (c *queryClient) DomainOwnership(ctx context.Context, in *QueryGetDomainOwn func (c *queryClient) DomainOwnershipAll(ctx context.Context, in *QueryAllDomainOwnershipRequest, opts ...grpc.CallOption) (*QueryAllDomainOwnershipResponse, error) { out := new(QueryAllDomainOwnershipResponse) - err := c.cc.Invoke(ctx, "/mycel.registry.Query/DomainOwnershipAll", in, out, opts...) + err := c.cc.Invoke(ctx, "/mycel.registry.v1beta1.Query/DomainOwnershipAll", in, out, opts...) if err != nil { return nil, err } @@ -1182,7 +1185,7 @@ func (c *queryClient) DomainOwnershipAll(ctx context.Context, in *QueryAllDomain func (c *queryClient) DomainRegistrationFee(ctx context.Context, in *QueryDomainRegistrationFeeRequest, opts ...grpc.CallOption) (*QueryDomainRegistrationFeeResponse, error) { out := new(QueryDomainRegistrationFeeResponse) - err := c.cc.Invoke(ctx, "/mycel.registry.Query/DomainRegistrationFee", in, out, opts...) + err := c.cc.Invoke(ctx, "/mycel.registry.v1beta1.Query/DomainRegistrationFee", in, out, opts...) if err != nil { return nil, err } @@ -1191,7 +1194,7 @@ func (c *queryClient) DomainRegistrationFee(ctx context.Context, in *QueryDomain func (c *queryClient) Role(ctx context.Context, in *QueryRoleRequest, opts ...grpc.CallOption) (*QueryRoleResponse, error) { out := new(QueryRoleResponse) - err := c.cc.Invoke(ctx, "/mycel.registry.Query/Role", in, out, opts...) + err := c.cc.Invoke(ctx, "/mycel.registry.v1beta1.Query/Role", in, out, opts...) if err != nil { return nil, err } @@ -1263,7 +1266,7 @@ func _Query_Params_Handler(srv interface{}, ctx context.Context, dec func(interf } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/mycel.registry.Query/Params", + FullMethod: "/mycel.registry.v1beta1.Query/Params", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).Params(ctx, req.(*QueryParamsRequest)) @@ -1281,7 +1284,7 @@ func _Query_TopLevelDomain_Handler(srv interface{}, ctx context.Context, dec fun } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/mycel.registry.Query/TopLevelDomain", + FullMethod: "/mycel.registry.v1beta1.Query/TopLevelDomain", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).TopLevelDomain(ctx, req.(*QueryGetTopLevelDomainRequest)) @@ -1299,7 +1302,7 @@ func _Query_TopLevelDomainAll_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/mycel.registry.Query/TopLevelDomainAll", + FullMethod: "/mycel.registry.v1beta1.Query/TopLevelDomainAll", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).TopLevelDomainAll(ctx, req.(*QueryAllTopLevelDomainRequest)) @@ -1317,7 +1320,7 @@ func _Query_SecondLevelDomain_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/mycel.registry.Query/SecondLevelDomain", + FullMethod: "/mycel.registry.v1beta1.Query/SecondLevelDomain", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).SecondLevelDomain(ctx, req.(*QueryGetSecondLevelDomainRequest)) @@ -1335,7 +1338,7 @@ func _Query_SecondLevelDomainAll_Handler(srv interface{}, ctx context.Context, d } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/mycel.registry.Query/SecondLevelDomainAll", + FullMethod: "/mycel.registry.v1beta1.Query/SecondLevelDomainAll", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).SecondLevelDomainAll(ctx, req.(*QueryAllSecondLevelDomainRequest)) @@ -1353,7 +1356,7 @@ func _Query_DomainOwnership_Handler(srv interface{}, ctx context.Context, dec fu } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/mycel.registry.Query/DomainOwnership", + FullMethod: "/mycel.registry.v1beta1.Query/DomainOwnership", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).DomainOwnership(ctx, req.(*QueryGetDomainOwnershipRequest)) @@ -1371,7 +1374,7 @@ func _Query_DomainOwnershipAll_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/mycel.registry.Query/DomainOwnershipAll", + FullMethod: "/mycel.registry.v1beta1.Query/DomainOwnershipAll", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).DomainOwnershipAll(ctx, req.(*QueryAllDomainOwnershipRequest)) @@ -1389,7 +1392,7 @@ func _Query_DomainRegistrationFee_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/mycel.registry.Query/DomainRegistrationFee", + FullMethod: "/mycel.registry.v1beta1.Query/DomainRegistrationFee", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).DomainRegistrationFee(ctx, req.(*QueryDomainRegistrationFeeRequest)) @@ -1407,7 +1410,7 @@ func _Query_Role_Handler(srv interface{}, ctx context.Context, dec func(interfac } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/mycel.registry.Query/Role", + FullMethod: "/mycel.registry.v1beta1.Query/Role", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).Role(ctx, req.(*QueryRoleRequest)) @@ -1416,7 +1419,7 @@ func _Query_Role_Handler(srv interface{}, ctx context.Context, dec func(interfac } var _Query_serviceDesc = grpc.ServiceDesc{ - ServiceName: "mycel.registry.Query", + ServiceName: "mycel.registry.v1beta1.Query", HandlerType: (*QueryServer)(nil), Methods: []grpc.MethodDesc{ { @@ -1457,7 +1460,7 @@ var _Query_serviceDesc = grpc.ServiceDesc{ }, }, Streams: []grpc.StreamDesc{}, - Metadata: "mycel/registry/query.proto", + Metadata: "mycel/registry/v1beta1/query.proto", } func (m *QueryParamsRequest) Marshal() (dAtA []byte, err error) { diff --git a/x/registry/types/query.pb.gw.go b/x/registry/types/query.pb.gw.go index ce664946..bd67fa3c 100644 --- a/x/registry/types/query.pb.gw.go +++ b/x/registry/types/query.pb.gw.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-grpc-gateway. DO NOT EDIT. -// source: mycel/registry/query.proto +// source: mycel/registry/v1beta1/query.proto /* Package types is a reverse proxy. @@ -973,23 +973,23 @@ 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}, []string{"mycel", "registry", "params"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_Params_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"mycel", "registry", "v1beta1", "params"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_TopLevelDomain_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4}, []string{"mycel-domain", "mycel", "registry", "top_level_domain", "name"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_TopLevelDomain_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 2, 4, 1, 0, 4, 1, 5, 5}, []string{"mycel-domain", "mycel", "registry", "v1beta1", "top_level_domain", "name"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_TopLevelDomainAll_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"mycel-domain", "mycel", "registry", "top_level_domain"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_TopLevelDomainAll_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 2, 4}, []string{"mycel-domain", "mycel", "registry", "v1beta1", "top_level_domain"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_SecondLevelDomain_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 1, 0, 4, 1, 5, 3, 1, 0, 4, 1, 5, 4}, []string{"mycel", "registry", "second_level_domain", "name", "parent"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_SecondLevelDomain_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{"mycel", "registry", "v1beta1", "second_level_domain", "name", "parent"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_SecondLevelDomainAll_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2}, []string{"mycel", "registry", "second_level_domain"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_SecondLevelDomainAll_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"mycel", "registry", "v1beta1", "second_level_domain"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_DomainOwnership_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4}, []string{"mycel-domain", "mycel", "registry", "domain_ownership", "owner"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_DomainOwnership_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 2, 4, 1, 0, 4, 1, 5, 5}, []string{"mycel-domain", "mycel", "registry", "v1beta1", "domain_ownership", "owner"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_DomainOwnershipAll_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"mycel-domain", "mycel", "registry", "domain_ownership"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_DomainOwnershipAll_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 2, 4}, []string{"mycel-domain", "mycel", "registry", "v1beta1", "domain_ownership"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_DomainRegistrationFee_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}, []string{"mycel-domain", "mycel", "registry", "domain_registration_fee", "name", "parent", "registerer"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_DomainRegistrationFee_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 2, 4, 1, 0, 4, 1, 5, 5, 1, 0, 4, 1, 5, 6, 1, 0, 4, 1, 5, 7}, []string{"mycel-domain", "mycel", "registry", "v1beta1", "domain_registration_fee", "name", "parent", "registerer"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_Role_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{"mycel-domain", "mycel", "registry", "role", "domainName", "address"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_Role_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 2, 4, 1, 0, 4, 1, 5, 5, 1, 0, 4, 1, 5, 6}, []string{"mycel-domain", "mycel", "registry", "v1beta1", "role", "domainName", "address"}, "", runtime.AssumeColonVerbOpt(true))) ) var ( diff --git a/x/registry/types/second_level_domain.pb.go b/x/registry/types/second_level_domain.pb.go index 10c3e2fb..766ef61b 100644 --- a/x/registry/types/second_level_domain.pb.go +++ b/x/registry/types/second_level_domain.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: mycel/registry/second_level_domain.proto +// source: mycel/registry/v1beta1/second_level_domain.proto package types @@ -28,7 +28,7 @@ var _ = time.Kitchen const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package type DnsRecord struct { - DnsRecordType DnsRecordType `protobuf:"varint,1,opt,name=dnsRecordType,proto3,enum=mycel.registry.DnsRecordType" json:"dnsRecordType,omitempty"` + DnsRecordType DnsRecordType `protobuf:"varint,1,opt,name=dnsRecordType,proto3,enum=mycel.registry.v1beta1.DnsRecordType" json:"dnsRecordType,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` } @@ -36,7 +36,7 @@ func (m *DnsRecord) Reset() { *m = DnsRecord{} } func (m *DnsRecord) String() string { return proto.CompactTextString(m) } func (*DnsRecord) ProtoMessage() {} func (*DnsRecord) Descriptor() ([]byte, []int) { - return fileDescriptor_71a2ae6361ebd509, []int{0} + return fileDescriptor_56ec0bc7d1cf0eb2, []int{0} } func (m *DnsRecord) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -80,7 +80,7 @@ func (m *DnsRecord) GetValue() string { } type WalletRecord struct { - WalletRecordType NetworkName `protobuf:"varint,1,opt,name=walletRecordType,proto3,enum=mycel.registry.NetworkName" json:"walletRecordType,omitempty"` + WalletRecordType NetworkName `protobuf:"varint,1,opt,name=walletRecordType,proto3,enum=mycel.registry.v1beta1.NetworkName" json:"walletRecordType,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` } @@ -88,7 +88,7 @@ func (m *WalletRecord) Reset() { *m = WalletRecord{} } func (m *WalletRecord) String() string { return proto.CompactTextString(m) } func (*WalletRecord) ProtoMessage() {} func (*WalletRecord) Descriptor() ([]byte, []int) { - return fileDescriptor_71a2ae6361ebd509, []int{1} + return fileDescriptor_56ec0bc7d1cf0eb2, []int{1} } func (m *WalletRecord) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -140,7 +140,7 @@ func (m *TextRecord) Reset() { *m = TextRecord{} } func (m *TextRecord) String() string { return proto.CompactTextString(m) } func (*TextRecord) ProtoMessage() {} func (*TextRecord) Descriptor() ([]byte, []int) { - return fileDescriptor_71a2ae6361ebd509, []int{2} + return fileDescriptor_56ec0bc7d1cf0eb2, []int{2} } func (m *TextRecord) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -196,7 +196,7 @@ func (m *Record) Reset() { *m = Record{} } func (m *Record) String() string { return proto.CompactTextString(m) } func (*Record) ProtoMessage() {} func (*Record) Descriptor() ([]byte, []int) { - return fileDescriptor_71a2ae6361ebd509, []int{3} + return fileDescriptor_56ec0bc7d1cf0eb2, []int{3} } func (m *Record) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -295,7 +295,7 @@ func (m *SecondLevelDomain) Reset() { *m = SecondLevelDomain{} } func (m *SecondLevelDomain) String() string { return proto.CompactTextString(m) } func (*SecondLevelDomain) ProtoMessage() {} func (*SecondLevelDomain) Descriptor() ([]byte, []int) { - return fileDescriptor_71a2ae6361ebd509, []int{4} + return fileDescriptor_56ec0bc7d1cf0eb2, []int{4} } func (m *SecondLevelDomain) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -367,52 +367,53 @@ func (m *SecondLevelDomain) GetAccessControl() []*AccessControl { } func init() { - proto.RegisterType((*DnsRecord)(nil), "mycel.registry.DnsRecord") - proto.RegisterType((*WalletRecord)(nil), "mycel.registry.WalletRecord") - proto.RegisterType((*TextRecord)(nil), "mycel.registry.TextRecord") - proto.RegisterType((*Record)(nil), "mycel.registry.Record") - proto.RegisterType((*SecondLevelDomain)(nil), "mycel.registry.SecondLevelDomain") + proto.RegisterType((*DnsRecord)(nil), "mycel.registry.v1beta1.DnsRecord") + proto.RegisterType((*WalletRecord)(nil), "mycel.registry.v1beta1.WalletRecord") + proto.RegisterType((*TextRecord)(nil), "mycel.registry.v1beta1.TextRecord") + proto.RegisterType((*Record)(nil), "mycel.registry.v1beta1.Record") + proto.RegisterType((*SecondLevelDomain)(nil), "mycel.registry.v1beta1.SecondLevelDomain") } func init() { - proto.RegisterFile("mycel/registry/second_level_domain.proto", fileDescriptor_71a2ae6361ebd509) -} - -var fileDescriptor_71a2ae6361ebd509 = []byte{ - // 525 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x93, 0xcf, 0x6e, 0xd3, 0x40, - 0x10, 0xc6, 0xed, 0xfe, 0x09, 0xcd, 0xa4, 0x44, 0xc5, 0xaa, 0x2a, 0x13, 0xc0, 0x09, 0xe1, 0x92, - 0x0b, 0x36, 0x0a, 0x5c, 0x90, 0xb8, 0x90, 0x46, 0x22, 0x87, 0xaa, 0x87, 0x25, 0x12, 0x12, 0x97, - 0xc8, 0x71, 0xa6, 0xc6, 0xaa, 0xbd, 0x6b, 0xad, 0x37, 0x4d, 0xfc, 0x16, 0x3d, 0xf3, 0x44, 0xbd, - 0xd1, 0x23, 0x27, 0x40, 0xc9, 0x8b, 0x20, 0xef, 0xda, 0x8d, 0xe3, 0x2a, 0xb7, 0x1d, 0xf9, 0xf7, - 0xcd, 0xcc, 0x37, 0xfa, 0x0c, 0xbd, 0x28, 0xf5, 0x30, 0x74, 0x38, 0xfa, 0x41, 0x22, 0x78, 0xea, - 0x24, 0xe8, 0x31, 0x3a, 0x9b, 0x84, 0x78, 0x83, 0xe1, 0x64, 0xc6, 0x22, 0x37, 0xa0, 0x76, 0xcc, - 0x99, 0x60, 0x46, 0x53, 0x92, 0x76, 0x41, 0xb6, 0x4e, 0x7d, 0xe6, 0x33, 0xf9, 0xc9, 0xc9, 0x5e, - 0x8a, 0x6a, 0xb5, 0x7d, 0xc6, 0xfc, 0x10, 0x1d, 0x59, 0x4d, 0xe7, 0x57, 0x8e, 0x08, 0x22, 0x4c, - 0x84, 0x1b, 0xc5, 0x05, 0x50, 0x19, 0x38, 0xa3, 0xc9, 0x84, 0xa3, 0xc7, 0xf8, 0x2c, 0x07, 0x5e, - 0x57, 0x00, 0x8a, 0x62, 0xc1, 0xf8, 0xf5, 0x84, 0xba, 0x11, 0xe6, 0xc8, 0x9b, 0x0a, 0xe2, 0x7a, - 0x1e, 0x26, 0xc9, 0xc4, 0x63, 0x54, 0x70, 0x16, 0x2a, 0xa8, 0x7b, 0x05, 0xf5, 0x21, 0x4d, 0x88, - 0x6c, 0x6d, 0x9c, 0xc3, 0xd3, 0x59, 0x51, 0x8c, 0xd3, 0x18, 0x4d, 0xbd, 0xa3, 0xf7, 0x9a, 0xfd, - 0x57, 0xf6, 0xb6, 0x29, 0x7b, 0x58, 0x86, 0xc8, 0xb6, 0xc6, 0x38, 0x85, 0xc3, 0x1b, 0x37, 0x9c, - 0xa3, 0xb9, 0xd7, 0xd1, 0x7b, 0x75, 0xa2, 0x8a, 0x6e, 0x04, 0xc7, 0xdf, 0xdc, 0x30, 0x44, 0x91, - 0x8f, 0xfa, 0x02, 0x27, 0x8b, 0x52, 0x5d, 0x9a, 0xf6, 0xa2, 0x3a, 0xed, 0x52, 0x59, 0xbb, 0x74, - 0x23, 0x24, 0x8f, 0x44, 0x3b, 0xc6, 0x7d, 0x00, 0x18, 0xe3, 0xb2, 0x18, 0x76, 0x02, 0xfb, 0xd7, - 0x98, 0xca, 0xfe, 0x75, 0x92, 0x3d, 0x77, 0xa8, 0x7e, 0xe9, 0x50, 0xcb, 0x25, 0x1f, 0xa1, 0xfe, - 0x60, 0x4b, 0x0a, 0x1b, 0xfd, 0xe7, 0x3b, 0xcf, 0x30, 0xd2, 0xc8, 0x86, 0x36, 0x06, 0x70, 0x5c, - 0xde, 0x52, 0x8e, 0x68, 0xf4, 0x5f, 0x56, 0xd5, 0xe5, 0x73, 0x8c, 0x34, 0xb2, 0xa5, 0x31, 0x3e, - 0x01, 0x88, 0x87, 0xfd, 0xcd, 0x7d, 0xd9, 0xa1, 0x55, 0xed, 0xb0, 0x71, 0x38, 0xd2, 0x48, 0x89, - 0x1f, 0x1c, 0x41, 0x4d, 0x85, 0xa5, 0xfb, 0x73, 0x0f, 0x9e, 0x7d, 0x95, 0x61, 0xbd, 0xc8, 0xb2, - 0x3a, 0x94, 0x51, 0x35, 0x0c, 0x38, 0xc8, 0x72, 0x92, 0x1f, 0x44, 0xbe, 0x8d, 0x33, 0xa8, 0xc5, - 0x2e, 0x47, 0x2a, 0xf2, 0x93, 0xe4, 0x55, 0x76, 0x29, 0xb6, 0xa0, 0xc8, 0xe5, 0x12, 0x75, 0xa2, - 0x0a, 0xe3, 0x02, 0x9a, 0xb8, 0x8c, 0x03, 0xee, 0x8a, 0x80, 0xd1, 0xa1, 0x2b, 0xd0, 0x3c, 0xc8, - 0x77, 0x54, 0xc9, 0xb6, 0x8b, 0x64, 0xdb, 0xe3, 0x22, 0xd9, 0x83, 0xa3, 0xbb, 0x3f, 0x6d, 0xed, - 0xf6, 0x6f, 0x5b, 0x27, 0x15, 0xad, 0xf1, 0x0e, 0x9e, 0xa8, 0x7d, 0x13, 0xf3, 0xb0, 0xb3, 0xdf, - 0x6b, 0xf4, 0xcf, 0xaa, 0x56, 0x95, 0x31, 0x52, 0x60, 0x59, 0x52, 0x55, 0x9c, 0xcf, 0x55, 0x9a, - 0xcd, 0x9a, 0xd4, 0x3d, 0x4a, 0xea, 0xe7, 0x32, 0x44, 0xb6, 0x35, 0x83, 0xd1, 0xdd, 0xca, 0xd2, - 0xef, 0x57, 0x96, 0xfe, 0x6f, 0x65, 0xe9, 0xb7, 0x6b, 0x4b, 0xbb, 0x5f, 0x5b, 0xda, 0xef, 0xb5, - 0xa5, 0x7d, 0xb7, 0xfd, 0x40, 0xfc, 0x98, 0x4f, 0x6d, 0x8f, 0x45, 0x8e, 0xec, 0xf8, 0x56, 0xfd, - 0xe4, 0xaa, 0x70, 0x96, 0x9b, 0x9f, 0x4a, 0xa4, 0x31, 0x26, 0xd3, 0x9a, 0xb4, 0xfb, 0xfe, 0x7f, - 0x00, 0x00, 0x00, 0xff, 0xff, 0x9d, 0xe5, 0x68, 0x82, 0x28, 0x04, 0x00, 0x00, + proto.RegisterFile("mycel/registry/v1beta1/second_level_domain.proto", fileDescriptor_56ec0bc7d1cf0eb2) +} + +var fileDescriptor_56ec0bc7d1cf0eb2 = []byte{ + // 539 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x54, 0x4d, 0x6f, 0xd3, 0x40, + 0x10, 0xb5, 0x9b, 0x36, 0x34, 0x93, 0x52, 0x15, 0xab, 0xaa, 0xac, 0x1c, 0x9c, 0x10, 0x40, 0x04, + 0x21, 0x6c, 0x1a, 0x38, 0x70, 0x6d, 0xc8, 0x21, 0x82, 0xaa, 0x48, 0x4b, 0x24, 0x24, 0x2e, 0xd1, + 0xc6, 0x19, 0x8c, 0x55, 0x7b, 0xd7, 0xb2, 0x37, 0x5f, 0xff, 0xa2, 0xbf, 0x83, 0x5f, 0xd2, 0x63, + 0x8f, 0x9c, 0x00, 0x25, 0x07, 0xfe, 0x06, 0xf2, 0xae, 0xdd, 0x38, 0x80, 0xd5, 0xdb, 0x8e, 0xf4, + 0xde, 0xbc, 0x79, 0xa3, 0x37, 0x0b, 0x2f, 0xc3, 0xa5, 0x8b, 0x81, 0x13, 0xa3, 0xe7, 0x27, 0x22, + 0x5e, 0x3a, 0xb3, 0xd3, 0x31, 0x0a, 0x7a, 0xea, 0x24, 0xe8, 0x72, 0x36, 0x19, 0x05, 0x38, 0xc3, + 0x60, 0x34, 0xe1, 0x21, 0xf5, 0x99, 0x1d, 0xc5, 0x5c, 0x70, 0xe3, 0x44, 0x32, 0xec, 0x9c, 0x61, + 0x67, 0x8c, 0xc6, 0xb1, 0xc7, 0x3d, 0x2e, 0x21, 0x4e, 0xfa, 0x52, 0xe8, 0x46, 0xd3, 0xe3, 0xdc, + 0x0b, 0xd0, 0x91, 0xd5, 0x78, 0xfa, 0xc5, 0x11, 0x7e, 0x88, 0x89, 0xa0, 0x61, 0x94, 0x01, 0x9e, + 0x96, 0x0c, 0x30, 0x61, 0xc9, 0x28, 0x46, 0x97, 0xc7, 0x93, 0x0c, 0xf8, 0xac, 0x04, 0xc8, 0x50, + 0xcc, 0x79, 0x7c, 0x39, 0x62, 0x34, 0xc4, 0x0c, 0xfa, 0xbc, 0x04, 0x4a, 0x5d, 0x17, 0x93, 0x64, + 0xe4, 0x72, 0x26, 0x62, 0x1e, 0x28, 0x70, 0x9b, 0x41, 0xad, 0xcf, 0x12, 0x22, 0xa5, 0x8c, 0xf7, + 0x70, 0x7f, 0x92, 0x17, 0xc3, 0x65, 0x84, 0xa6, 0xde, 0xd2, 0x3b, 0x87, 0xdd, 0x27, 0xf6, 0xff, + 0x4d, 0xdb, 0xfd, 0x22, 0x98, 0x6c, 0x73, 0x8d, 0x63, 0xd8, 0x9b, 0xd1, 0x60, 0x8a, 0xe6, 0x4e, + 0x4b, 0xef, 0xd4, 0x88, 0x2a, 0xda, 0x53, 0x38, 0xf8, 0x44, 0x83, 0x00, 0x45, 0x26, 0xf9, 0x01, + 0x8e, 0xe6, 0x85, 0xba, 0xa0, 0xfa, 0xa8, 0x4c, 0xf5, 0x42, 0x59, 0xbe, 0xa0, 0x21, 0x92, 0x7f, + 0xc8, 0x25, 0xb2, 0xaf, 0x01, 0x86, 0xb8, 0xc8, 0x45, 0x8f, 0xa0, 0x72, 0x89, 0x4b, 0xa9, 0x53, + 0x23, 0xe9, 0xb3, 0x84, 0xf5, 0x5b, 0x87, 0x6a, 0x46, 0x39, 0x83, 0xda, 0xad, 0x3d, 0x49, 0xac, + 0x77, 0x1f, 0xde, 0xb9, 0x96, 0x81, 0x46, 0x36, 0x2c, 0xe3, 0x1d, 0x1c, 0x14, 0xa7, 0x95, 0x52, + 0xf5, 0xee, 0xe3, 0xb2, 0x2e, 0xc5, 0x35, 0x0d, 0x34, 0xb2, 0xc5, 0x35, 0xfa, 0x00, 0xe2, 0xd6, + 0x8f, 0x59, 0x91, 0x9d, 0xda, 0x65, 0x9d, 0x36, 0xce, 0x07, 0x1a, 0x29, 0xf0, 0x7a, 0xfb, 0x50, + 0x55, 0x21, 0x6b, 0x7f, 0xdb, 0x81, 0x07, 0x1f, 0x65, 0xe8, 0xcf, 0xd3, 0xcc, 0xf7, 0x65, 0xe4, + 0x0d, 0x03, 0x76, 0xd3, 0x5c, 0x65, 0x8b, 0x92, 0x6f, 0xe3, 0x04, 0xaa, 0x11, 0x8d, 0x91, 0x89, + 0x6c, 0x55, 0x59, 0x95, 0x6e, 0x90, 0xcf, 0x19, 0xc6, 0x72, 0x98, 0x1a, 0x51, 0x85, 0x71, 0x0e, + 0x87, 0xb8, 0x88, 0xfc, 0x98, 0x0a, 0x9f, 0xb3, 0x3e, 0x15, 0x68, 0xee, 0xca, 0x59, 0x1b, 0xb6, + 0xba, 0x0c, 0x3b, 0xbf, 0x0c, 0x7b, 0x98, 0x5f, 0x46, 0x6f, 0xff, 0xfa, 0x47, 0x53, 0xbb, 0xfa, + 0xd9, 0xd4, 0xc9, 0x5f, 0x5c, 0xe3, 0x0d, 0xdc, 0x53, 0xf3, 0x26, 0xe6, 0x5e, 0xab, 0xd2, 0xa9, + 0x77, 0xad, 0x32, 0xcb, 0xca, 0x20, 0xc9, 0xe1, 0x69, 0xb2, 0x55, 0xfc, 0xdf, 0xaa, 0xf4, 0x9b, + 0x55, 0xc9, 0x2f, 0x4d, 0xf6, 0x59, 0x11, 0x4c, 0xb6, 0xb9, 0xbd, 0xc1, 0xf5, 0xca, 0xd2, 0x6f, + 0x56, 0x96, 0xfe, 0x6b, 0x65, 0xe9, 0x57, 0x6b, 0x4b, 0xbb, 0x59, 0x5b, 0xda, 0xf7, 0xb5, 0xa5, + 0x7d, 0xb6, 0x3d, 0x5f, 0x7c, 0x9d, 0x8e, 0x6d, 0x97, 0x87, 0x8e, 0xec, 0xfc, 0x42, 0x7d, 0x1e, + 0xaa, 0x70, 0x16, 0x9b, 0xa3, 0x14, 0xcb, 0x08, 0x93, 0x71, 0x55, 0xda, 0x7f, 0xf5, 0x27, 0x00, + 0x00, 0xff, 0xff, 0xbf, 0x7e, 0x1a, 0x02, 0x88, 0x04, 0x00, 0x00, } func (m *DnsRecord) Marshal() (dAtA []byte, err error) { diff --git a/x/registry/types/subdomain_config.pb.go b/x/registry/types/subdomain_config.pb.go index 88331e5a..cbd55837 100644 --- a/x/registry/types/subdomain_config.pb.go +++ b/x/registry/types/subdomain_config.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: mycel/registry/subdomain_config.proto +// source: mycel/registry/v1beta1/subdomain_config.proto package types @@ -45,7 +45,7 @@ func (x RegistrationPolicyType) String() string { } func (RegistrationPolicyType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_a1e8e4d1516ffeeb, []int{0} + return fileDescriptor_5688b541b0d773cd, []int{0} } type SubdomainRegistrationFees struct { @@ -58,7 +58,7 @@ func (m *SubdomainRegistrationFees) Reset() { *m = SubdomainRegistration func (m *SubdomainRegistrationFees) String() string { return proto.CompactTextString(m) } func (*SubdomainRegistrationFees) ProtoMessage() {} func (*SubdomainRegistrationFees) Descriptor() ([]byte, []int) { - return fileDescriptor_a1e8e4d1516ffeeb, []int{0} + return fileDescriptor_5688b541b0d773cd, []int{0} } func (m *SubdomainRegistrationFees) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -118,7 +118,7 @@ func (m *FeeByLength) Reset() { *m = FeeByLength{} } func (m *FeeByLength) String() string { return proto.CompactTextString(m) } func (*FeeByLength) ProtoMessage() {} func (*FeeByLength) Descriptor() ([]byte, []int) { - return fileDescriptor_a1e8e4d1516ffeeb, []int{1} + return fileDescriptor_5688b541b0d773cd, []int{1} } func (m *FeeByLength) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -178,7 +178,7 @@ func (m *FeeByName) Reset() { *m = FeeByName{} } func (m *FeeByName) String() string { return proto.CompactTextString(m) } func (*FeeByName) ProtoMessage() {} func (*FeeByName) Descriptor() ([]byte, []int) { - return fileDescriptor_a1e8e4d1516ffeeb, []int{2} + return fileDescriptor_5688b541b0d773cd, []int{2} } func (m *FeeByName) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -232,16 +232,16 @@ type SubdomainConfig struct { MaxSubdomainRegistrations uint64 `protobuf:"varint,1,opt,name=maxSubdomainRegistrations,proto3" json:"maxSubdomainRegistrations,omitempty"` SubdomainRegistrationFees *SubdomainRegistrationFees `protobuf:"bytes,2,opt,name=subdomainRegistrationFees,proto3" json:"subdomainRegistrationFees,omitempty"` IsRegistrable bool `protobuf:"varint,3,opt,name=isRegistrable,proto3" json:"isRegistrable,omitempty"` - RegistrableRole DomainRole `protobuf:"varint,4,opt,name=registrableRole,proto3,enum=mycel.registry.DomainRole" json:"registrableRole,omitempty"` + RegistrableRole DomainRole `protobuf:"varint,4,opt,name=registrableRole,proto3,enum=mycel.registry.v1beta1.DomainRole" json:"registrableRole,omitempty"` CustomExpirationDate bool `protobuf:"varint,5,opt,name=customExpirationDate,proto3" json:"customExpirationDate,omitempty"` - RegistrationPolicy RegistrationPolicyType `protobuf:"varint,6,opt,name=registrationPolicy,proto3,enum=mycel.registry.RegistrationPolicyType" json:"registrationPolicy,omitempty"` + RegistrationPolicy RegistrationPolicyType `protobuf:"varint,6,opt,name=registrationPolicy,proto3,enum=mycel.registry.v1beta1.RegistrationPolicyType" json:"registrationPolicy,omitempty"` } func (m *SubdomainConfig) Reset() { *m = SubdomainConfig{} } func (m *SubdomainConfig) String() string { return proto.CompactTextString(m) } func (*SubdomainConfig) ProtoMessage() {} func (*SubdomainConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_a1e8e4d1516ffeeb, []int{3} + return fileDescriptor_5688b541b0d773cd, []int{3} } func (m *SubdomainConfig) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -313,51 +313,52 @@ func (m *SubdomainConfig) GetRegistrationPolicy() RegistrationPolicyType { } func init() { - proto.RegisterEnum("mycel.registry.RegistrationPolicyType", RegistrationPolicyType_name, RegistrationPolicyType_value) - proto.RegisterType((*SubdomainRegistrationFees)(nil), "mycel.registry.SubdomainRegistrationFees") - proto.RegisterType((*FeeByLength)(nil), "mycel.registry.FeeByLength") - proto.RegisterType((*FeeByName)(nil), "mycel.registry.FeeByName") - proto.RegisterType((*SubdomainConfig)(nil), "mycel.registry.SubdomainConfig") + proto.RegisterEnum("mycel.registry.v1beta1.RegistrationPolicyType", RegistrationPolicyType_name, RegistrationPolicyType_value) + proto.RegisterType((*SubdomainRegistrationFees)(nil), "mycel.registry.v1beta1.SubdomainRegistrationFees") + proto.RegisterType((*FeeByLength)(nil), "mycel.registry.v1beta1.FeeByLength") + proto.RegisterType((*FeeByName)(nil), "mycel.registry.v1beta1.FeeByName") + proto.RegisterType((*SubdomainConfig)(nil), "mycel.registry.v1beta1.SubdomainConfig") } func init() { - proto.RegisterFile("mycel/registry/subdomain_config.proto", fileDescriptor_a1e8e4d1516ffeeb) + proto.RegisterFile("mycel/registry/v1beta1/subdomain_config.proto", fileDescriptor_5688b541b0d773cd) } -var fileDescriptor_a1e8e4d1516ffeeb = []byte{ - // 511 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x93, 0xdf, 0x8a, 0xd3, 0x40, - 0x14, 0xc6, 0x3b, 0x76, 0xad, 0xf6, 0x84, 0xfd, 0xc3, 0x20, 0x4b, 0x5a, 0x21, 0x94, 0xfa, 0x87, - 0xaa, 0x98, 0xd0, 0x7a, 0x21, 0x82, 0x5e, 0xd8, 0x76, 0x8b, 0x0b, 0x8b, 0x94, 0x71, 0xdd, 0x0b, - 0x6f, 0x24, 0xc9, 0x9e, 0x66, 0x07, 0x92, 0x4c, 0xc9, 0x4c, 0xa5, 0x79, 0x0b, 0x1f, 0xc5, 0xc7, - 0xf0, 0x4a, 0xf6, 0xd2, 0x4b, 0x69, 0x5f, 0x44, 0x32, 0xd9, 0x6e, 0xbb, 0xd9, 0x14, 0xbc, 0xf1, - 0xae, 0xa7, 0xf9, 0x9d, 0xf3, 0x7d, 0xdf, 0xcc, 0x19, 0x78, 0x12, 0xa5, 0x3e, 0x86, 0x4e, 0x82, - 0x01, 0x97, 0x2a, 0x49, 0x1d, 0x39, 0xf3, 0xce, 0x45, 0xe4, 0xf2, 0xf8, 0xab, 0x2f, 0xe2, 0x09, - 0x0f, 0xec, 0x69, 0x22, 0x94, 0xa0, 0x7b, 0x1a, 0xb3, 0x57, 0x58, 0xd3, 0xf2, 0x85, 0x8c, 0x84, - 0x74, 0x3c, 0x57, 0xa2, 0xf3, 0xad, 0xeb, 0xa1, 0x72, 0xbb, 0x8e, 0x2f, 0x78, 0x9c, 0xf3, 0xcd, - 0x47, 0x85, 0xb1, 0xae, 0xef, 0xa3, 0x94, 0xd9, 0x4c, 0x95, 0x88, 0x30, 0x87, 0xda, 0xbf, 0x08, - 0x34, 0x3e, 0xad, 0xf4, 0x58, 0x8e, 0xba, 0x8a, 0x8b, 0x78, 0x84, 0x28, 0xe9, 0x3b, 0x30, 0x26, - 0x88, 0xfd, 0xf4, 0x04, 0xe3, 0x40, 0x5d, 0x98, 0xa4, 0x55, 0xed, 0x18, 0xbd, 0x87, 0xf6, 0x4d, - 0x23, 0xf6, 0x68, 0x8d, 0xb0, 0x4d, 0x9e, 0xbe, 0x86, 0xba, 0x2e, 0x3f, 0xba, 0x11, 0x9a, 0x77, - 0x74, 0x73, 0xa3, 0xb4, 0x39, 0x03, 0xd8, 0x9a, 0xa5, 0x6f, 0x00, 0xce, 0x71, 0xe2, 0xce, 0x42, - 0x35, 0x42, 0x34, 0xab, 0x2d, 0xa2, 0x3b, 0xf3, 0xbc, 0x76, 0x96, 0xd7, 0xbe, 0xca, 0x6b, 0x0f, - 0x04, 0x8f, 0xd9, 0x06, 0xdc, 0x9e, 0x83, 0xb1, 0xe1, 0x87, 0x1e, 0x42, 0x2d, 0x5c, 0x99, 0x27, - 0x9d, 0x5d, 0x76, 0x55, 0xd1, 0xc7, 0xb0, 0xcb, 0xe5, 0x2a, 0xaf, 0x17, 0x66, 0xf6, 0x48, 0xe7, - 0x3e, 0xbb, 0xf9, 0x27, 0x7d, 0x01, 0xd5, 0xc9, 0xbf, 0x18, 0xc8, 0xa8, 0x76, 0x02, 0xf5, 0xeb, - 0x30, 0x94, 0xc2, 0x4e, 0x9c, 0xa5, 0xce, 0x54, 0xeb, 0x4c, 0xff, 0xfe, 0x1f, 0x9a, 0x3f, 0xaa, - 0xb0, 0x7f, 0x7d, 0x7d, 0x03, 0xbd, 0x2d, 0xf4, 0x2d, 0x34, 0x22, 0x77, 0x5e, 0x7a, 0xa9, 0x52, - 0xfb, 0xd9, 0x61, 0xdb, 0x01, 0x1a, 0x40, 0x43, 0x6e, 0xdb, 0x07, 0x6d, 0xd8, 0xe8, 0x3d, 0x2b, - 0xde, 0xe1, 0xd6, 0x05, 0x62, 0xdb, 0x67, 0xdd, 0x3e, 0x8d, 0x6a, 0xd9, 0x69, 0x0c, 0x61, 0x3f, - 0x59, 0x97, 0x4c, 0x84, 0x68, 0xee, 0xb4, 0x48, 0x67, 0xaf, 0xd7, 0x2c, 0x9a, 0x18, 0xe6, 0x32, - 0x22, 0x44, 0x56, 0x6c, 0xa1, 0x3d, 0x78, 0xe0, 0xcf, 0xa4, 0x12, 0xd1, 0xd1, 0x7c, 0xca, 0x73, - 0x0f, 0x43, 0x57, 0xa1, 0x79, 0x57, 0x4b, 0x96, 0x7e, 0xa3, 0x67, 0x40, 0x93, 0x0d, 0xcf, 0x63, - 0x11, 0x72, 0x3f, 0x35, 0x6b, 0x5a, 0xfc, 0x69, 0x51, 0x9c, 0xdd, 0x22, 0x4f, 0xd3, 0x29, 0xb2, - 0x92, 0x09, 0xcf, 0xbb, 0x70, 0x58, 0x4e, 0x53, 0x03, 0xee, 0x8d, 0xd9, 0xf1, 0xd9, 0xfb, 0xd3, - 0xa3, 0x83, 0x0a, 0x05, 0xa8, 0x8d, 0x3f, 0xf7, 0x4f, 0x8e, 0x07, 0x07, 0xa4, 0xff, 0xe1, 0xe7, - 0xc2, 0x22, 0x97, 0x0b, 0x8b, 0xfc, 0x59, 0x58, 0xe4, 0xfb, 0xd2, 0xaa, 0x5c, 0x2e, 0xad, 0xca, - 0xef, 0xa5, 0x55, 0xf9, 0x62, 0x07, 0x5c, 0x5d, 0xcc, 0x3c, 0xdb, 0x17, 0x91, 0xa3, 0x2d, 0xbd, - 0xcc, 0x4f, 0x3b, 0x2f, 0x9c, 0xf9, 0xfa, 0xf5, 0xab, 0x74, 0x8a, 0xd2, 0xab, 0xe9, 0x57, 0xff, - 0xea, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x17, 0x0c, 0x15, 0xd4, 0x73, 0x04, 0x00, 0x00, +var fileDescriptor_5688b541b0d773cd = []byte{ + // 513 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x94, 0x4f, 0x8b, 0xd3, 0x40, + 0x18, 0xc6, 0x3b, 0xa6, 0x56, 0xfb, 0x86, 0x75, 0x97, 0x41, 0x4a, 0xba, 0x87, 0x50, 0xab, 0x87, + 0xe0, 0xb2, 0x13, 0x1a, 0x4f, 0x82, 0x20, 0xb6, 0xdb, 0xe2, 0x42, 0x91, 0x32, 0xae, 0x1e, 0x3c, + 0x28, 0x49, 0x76, 0xda, 0x1d, 0x48, 0x32, 0x25, 0x33, 0x95, 0xe6, 0x5b, 0xf8, 0xb1, 0xf6, 0xb8, + 0x47, 0x4f, 0x22, 0xed, 0x17, 0x91, 0x4c, 0xb6, 0x7f, 0x74, 0x13, 0xf1, 0xe2, 0xad, 0x6f, 0xf3, + 0x3c, 0xef, 0xf3, 0x7b, 0xdf, 0x19, 0x06, 0x4e, 0xe3, 0x2c, 0x64, 0x91, 0x9b, 0xb2, 0x19, 0x97, + 0x2a, 0xcd, 0xdc, 0xaf, 0xbd, 0x80, 0x29, 0xbf, 0xe7, 0xca, 0x45, 0x70, 0x29, 0x62, 0x9f, 0x27, + 0x5f, 0x42, 0x91, 0x4c, 0xf9, 0x8c, 0xcc, 0x53, 0xa1, 0x04, 0x6e, 0x69, 0x39, 0xd9, 0xc8, 0xc9, + 0xad, 0xfc, 0xd8, 0x0e, 0x85, 0x8c, 0x85, 0x74, 0x03, 0x5f, 0xb2, 0x6d, 0x8f, 0x50, 0xf0, 0xa4, + 0xf0, 0x1d, 0x9f, 0x54, 0xc4, 0xf8, 0x61, 0xc8, 0xa4, 0xcc, 0x33, 0x54, 0x2a, 0xa2, 0x42, 0xdc, + 0xfd, 0x81, 0xa0, 0xfd, 0x7e, 0x93, 0x4f, 0x0b, 0x8b, 0xaf, 0xb8, 0x48, 0x46, 0x8c, 0x49, 0x3c, + 0x04, 0x73, 0xca, 0x58, 0x3f, 0x1b, 0xb3, 0x64, 0xa6, 0xae, 0x2c, 0xd4, 0x31, 0x1c, 0xd3, 0x7b, + 0x4a, 0xca, 0xc1, 0xc8, 0x68, 0x27, 0xa5, 0xfb, 0x3e, 0xfc, 0x1a, 0x9a, 0xba, 0x7c, 0xe7, 0xc7, + 0xcc, 0xba, 0xa7, 0x9b, 0x3c, 0xf9, 0x6b, 0x93, 0x5c, 0x48, 0x77, 0x1e, 0xfc, 0x12, 0xe0, 0x92, + 0x4d, 0xfd, 0x45, 0xa4, 0x46, 0x8c, 0x59, 0x46, 0x07, 0x39, 0xa6, 0xd7, 0x26, 0xc5, 0x1e, 0x48, + 0xbe, 0x87, 0xad, 0x7d, 0x20, 0x78, 0x42, 0xf7, 0xc4, 0xdd, 0x25, 0x98, 0x7b, 0x5c, 0xb8, 0x05, + 0x8d, 0x68, 0x33, 0x0c, 0x72, 0x0e, 0xe8, 0x6d, 0x85, 0x9f, 0xc1, 0x01, 0x97, 0x9b, 0xf9, 0x83, + 0x28, 0xc7, 0x44, 0xce, 0x43, 0xfa, 0xfb, 0x9f, 0xf8, 0x04, 0x8c, 0xe9, 0xbf, 0x00, 0xe4, 0xaa, + 0x6e, 0x0a, 0xcd, 0xed, 0x30, 0x18, 0x43, 0x3d, 0xc9, 0xa7, 0xcf, 0x53, 0x9b, 0x54, 0xff, 0xfe, + 0x1f, 0x99, 0xd7, 0x06, 0x1c, 0x6e, 0x8f, 0x73, 0xa0, 0x6f, 0x13, 0x7e, 0x05, 0xed, 0xd8, 0x5f, + 0x96, 0x1e, 0xb2, 0xd4, 0x3c, 0x75, 0x5a, 0x2d, 0xc0, 0x02, 0xda, 0xb2, 0xea, 0x7e, 0x68, 0x60, + 0xd3, 0xeb, 0x55, 0x9d, 0x65, 0xe5, 0xc5, 0xa2, 0xd5, 0x3d, 0xef, 0x6e, 0xc5, 0x28, 0xdb, 0xca, + 0x18, 0x0e, 0xd3, 0x5d, 0x49, 0x45, 0xc4, 0xac, 0x7a, 0x07, 0x39, 0x8f, 0xbc, 0x6e, 0x15, 0xcc, + 0x59, 0x11, 0x27, 0x22, 0x46, 0xff, 0xb4, 0x62, 0x0f, 0x1e, 0x87, 0x0b, 0xa9, 0x44, 0x3c, 0x5c, + 0xce, 0x79, 0xc1, 0x72, 0xe6, 0x2b, 0x66, 0xdd, 0xd7, 0xd1, 0xa5, 0xdf, 0xf0, 0x67, 0xc0, 0xe9, + 0x1e, 0xfb, 0x44, 0x44, 0x3c, 0xcc, 0xac, 0x86, 0x86, 0x20, 0x55, 0x10, 0xf4, 0x8e, 0xe3, 0x22, + 0x9b, 0x33, 0x5a, 0xd2, 0xe9, 0x79, 0x0f, 0x5a, 0xe5, 0x6a, 0x6c, 0xc2, 0x83, 0x09, 0x3d, 0xff, + 0xf8, 0xe6, 0x62, 0x78, 0x54, 0xc3, 0x00, 0x8d, 0xc9, 0x87, 0xfe, 0xf8, 0x7c, 0x70, 0x84, 0xfa, + 0x6f, 0xaf, 0x57, 0x36, 0xba, 0x59, 0xd9, 0xe8, 0xe7, 0xca, 0x46, 0xdf, 0xd6, 0x76, 0xed, 0x66, + 0x6d, 0xd7, 0xbe, 0xaf, 0xed, 0xda, 0x27, 0x32, 0xe3, 0xea, 0x6a, 0x11, 0x90, 0x50, 0xc4, 0xae, + 0x46, 0x3b, 0x2d, 0xb6, 0x5f, 0x14, 0xee, 0x72, 0xf7, 0x5a, 0xa8, 0x6c, 0xce, 0x64, 0xd0, 0xd0, + 0xaf, 0xc3, 0x8b, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x45, 0x20, 0x56, 0xb8, 0xb3, 0x04, 0x00, + 0x00, } func (m *SubdomainRegistrationFees) Marshal() (dAtA []byte, err error) { diff --git a/x/registry/types/top_level_domain.pb.go b/x/registry/types/top_level_domain.pb.go index f1473a43..b2add0a9 100644 --- a/x/registry/types/top_level_domain.pb.go +++ b/x/registry/types/top_level_domain.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: mycel/registry/top_level_domain.proto +// source: mycel/registry/v1beta1/top_level_domain.proto package types @@ -42,7 +42,7 @@ func (m *TopLevelDomain) Reset() { *m = TopLevelDomain{} } func (m *TopLevelDomain) String() string { return proto.CompactTextString(m) } func (*TopLevelDomain) ProtoMessage() {} func (*TopLevelDomain) Descriptor() ([]byte, []int) { - return fileDescriptor_0136e389ac8054f7, []int{0} + return fileDescriptor_82805ec1d6b2bfd3, []int{0} } func (m *TopLevelDomain) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -124,7 +124,7 @@ func (m *TopLevelDomainFee) Reset() { *m = TopLevelDomainFee{} } func (m *TopLevelDomainFee) String() string { return proto.CompactTextString(m) } func (*TopLevelDomainFee) ProtoMessage() {} func (*TopLevelDomainFee) Descriptor() ([]byte, []int) { - return fileDescriptor_0136e389ac8054f7, []int{1} + return fileDescriptor_82805ec1d6b2bfd3, []int{1} } func (m *TopLevelDomainFee) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -182,49 +182,49 @@ func (m *TopLevelDomainFee) GetFeeToTreasury() types.Coin { } func init() { - proto.RegisterType((*TopLevelDomain)(nil), "mycel.registry.TopLevelDomain") - proto.RegisterType((*TopLevelDomainFee)(nil), "mycel.registry.TopLevelDomainFee") + proto.RegisterType((*TopLevelDomain)(nil), "mycel.registry.v1beta1.TopLevelDomain") + proto.RegisterType((*TopLevelDomainFee)(nil), "mycel.registry.v1beta1.TopLevelDomainFee") } func init() { - proto.RegisterFile("mycel/registry/top_level_domain.proto", fileDescriptor_0136e389ac8054f7) -} - -var fileDescriptor_0136e389ac8054f7 = []byte{ - // 523 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x94, 0xc1, 0x6e, 0xd3, 0x40, - 0x10, 0x86, 0xe3, 0x36, 0x54, 0xcd, 0x56, 0x0d, 0x62, 0x05, 0x52, 0x88, 0x84, 0x1d, 0x15, 0x01, - 0xbe, 0x74, 0x97, 0x96, 0x27, 0x68, 0x52, 0x55, 0x20, 0xf5, 0x64, 0x22, 0x55, 0xe2, 0x12, 0xad, - 0x9d, 0x89, 0xb3, 0xc2, 0xf6, 0x5a, 0xbb, 0xeb, 0xd2, 0x1c, 0xb9, 0x72, 0xea, 0x73, 0x70, 0xe0, - 0x39, 0x7a, 0xec, 0x91, 0x13, 0x41, 0xc9, 0x4b, 0x70, 0x44, 0x5e, 0x3b, 0xc5, 0xb6, 0x10, 0xe2, - 0xd0, 0x53, 0x76, 0x27, 0xff, 0xcc, 0x7c, 0x9e, 0x7f, 0x6c, 0xf4, 0x22, 0x5e, 0x04, 0x10, 0x51, - 0x09, 0x21, 0x57, 0x5a, 0x2e, 0xa8, 0x16, 0xe9, 0x24, 0x82, 0x4b, 0x88, 0x26, 0x53, 0x11, 0x33, - 0x9e, 0x90, 0x54, 0x0a, 0x2d, 0x70, 0xd7, 0xc8, 0xc8, 0x46, 0xd6, 0xb7, 0x03, 0xa1, 0x62, 0xa1, - 0xa8, 0xcf, 0x14, 0xd0, 0xcb, 0x23, 0x1f, 0x34, 0x3b, 0xa2, 0x81, 0xd8, 0xe8, 0xfb, 0x8f, 0x43, - 0x11, 0x0a, 0x73, 0xa4, 0xf9, 0xa9, 0x8c, 0x3a, 0xa1, 0x10, 0x61, 0x04, 0xd4, 0xdc, 0xfc, 0x6c, - 0x46, 0x35, 0x8f, 0x41, 0x69, 0x16, 0xa7, 0xa5, 0xe0, 0x79, 0x83, 0x86, 0x05, 0x01, 0x28, 0x35, - 0x09, 0x44, 0xa2, 0xa5, 0x88, 0x4a, 0x51, 0x13, 0x59, 0x65, 0x7e, 0xc1, 0x9a, 0xeb, 0x66, 0x3c, - 0x2c, 0x64, 0x07, 0xdf, 0xb6, 0x51, 0x77, 0x2c, 0xd2, 0xf3, 0xfc, 0x61, 0x4e, 0xcd, 0xff, 0x18, - 0xa3, 0x76, 0xc2, 0x62, 0xe8, 0x59, 0x03, 0xcb, 0xed, 0x78, 0xe6, 0x8c, 0xcf, 0x51, 0x17, 0xae, - 0x52, 0x2e, 0x99, 0xe6, 0x22, 0x39, 0x65, 0x1a, 0x7a, 0x5b, 0x03, 0xcb, 0xdd, 0x3b, 0xee, 0x93, - 0x02, 0x96, 0x6c, 0x60, 0xc9, 0x78, 0x03, 0x3b, 0xdc, 0xbd, 0xf9, 0xe1, 0xb4, 0xae, 0x97, 0x8e, - 0xe5, 0x35, 0x72, 0xf1, 0x3b, 0xf4, 0xf0, 0x0e, 0x67, 0x64, 0x68, 0x7a, 0xdb, 0xa6, 0x9c, 0x43, - 0xea, 0x13, 0x24, 0xef, 0xeb, 0x32, 0xaf, 0x99, 0x87, 0x5f, 0xa2, 0x6e, 0x25, 0x94, 0x25, 0xba, - 0xd7, 0x1e, 0x58, 0x6e, 0xdb, 0x6b, 0x44, 0xf1, 0x08, 0xed, 0x17, 0x63, 0x1a, 0x15, 0x53, 0xea, - 0x3d, 0x18, 0x6c, 0xbb, 0x7b, 0xc7, 0xcf, 0x9a, 0x0d, 0x4f, 0xaa, 0x22, 0xaf, 0x9e, 0x83, 0x3f, - 0x5b, 0xe8, 0x89, 0x16, 0x9a, 0x45, 0x17, 0x5c, 0xcf, 0xa7, 0x92, 0x7d, 0x62, 0xd1, 0x49, 0x6c, - 0x9a, 0xee, 0x98, 0x6a, 0x4f, 0x49, 0x61, 0x38, 0xc9, 0x0d, 0x27, 0xa5, 0xe1, 0x64, 0x24, 0x78, - 0x32, 0x7c, 0x9d, 0x0f, 0xe3, 0xeb, 0xd2, 0x71, 0x43, 0xae, 0xe7, 0x99, 0x4f, 0x02, 0x11, 0xd3, - 0x72, 0x3b, 0x8a, 0x9f, 0x43, 0x35, 0xfd, 0x48, 0xf5, 0x22, 0x05, 0x65, 0x12, 0x94, 0xf7, 0xf7, - 0x4e, 0x07, 0xbf, 0xb6, 0xd0, 0xa3, 0xba, 0x61, 0x67, 0x00, 0x38, 0x44, 0xbb, 0x46, 0x7e, 0x06, - 0xb9, 0x6f, 0xf7, 0xce, 0x72, 0x57, 0x1c, 0xdb, 0x08, 0xf9, 0x99, 0x4c, 0x2e, 0x80, 0x87, 0x73, - 0x6d, 0x96, 0xa0, 0xe3, 0x55, 0x22, 0x78, 0x8e, 0x3a, 0x33, 0x80, 0xb1, 0x18, 0x66, 0x32, 0x29, - 0x4d, 0xfd, 0x07, 0x09, 0xcd, 0x49, 0xbe, 0x2c, 0x9d, 0x57, 0xff, 0x49, 0xe2, 0xfd, 0x29, 0x8e, - 0x53, 0xb4, 0x6f, 0x2e, 0x63, 0x09, 0x4c, 0x65, 0x72, 0x61, 0x8c, 0xbf, 0xdf, 0x6e, 0xf5, 0x06, - 0xc3, 0xb7, 0x37, 0x2b, 0xdb, 0xba, 0x5d, 0xd9, 0xd6, 0xcf, 0x95, 0x6d, 0x5d, 0xaf, 0xed, 0xd6, - 0xed, 0xda, 0x6e, 0x7d, 0x5f, 0xdb, 0xad, 0x0f, 0xa4, 0x52, 0xd1, 0x2c, 0xd4, 0x61, 0xb1, 0x7b, - 0xc5, 0x85, 0x5e, 0x55, 0xbe, 0x1c, 0x79, 0x75, 0x7f, 0xc7, 0xbc, 0x2e, 0x6f, 0x7e, 0x07, 0x00, - 0x00, 0xff, 0xff, 0xc8, 0xcf, 0x46, 0x06, 0x58, 0x04, 0x00, 0x00, + proto.RegisterFile("mycel/registry/v1beta1/top_level_domain.proto", fileDescriptor_82805ec1d6b2bfd3) +} + +var fileDescriptor_82805ec1d6b2bfd3 = []byte{ + // 528 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x53, 0xc1, 0x6e, 0xd3, 0x40, + 0x10, 0x8d, 0xdb, 0x50, 0x35, 0x5b, 0x35, 0x88, 0x15, 0xa0, 0x90, 0x83, 0x1d, 0x55, 0x82, 0x5a, + 0x42, 0xd9, 0xa5, 0xe5, 0x0b, 0x9a, 0x54, 0x15, 0x12, 0xbd, 0x60, 0x22, 0x55, 0xe2, 0x12, 0xad, + 0x9d, 0x89, 0xb3, 0xc2, 0xf6, 0x5a, 0xbb, 0xeb, 0xd2, 0x1c, 0xb9, 0x72, 0xea, 0x77, 0xf0, 0x11, + 0x9c, 0x7b, 0xec, 0x91, 0x13, 0x41, 0xc9, 0x4f, 0x70, 0x44, 0x5e, 0x3b, 0x69, 0x12, 0x35, 0x88, + 0x43, 0x4f, 0xde, 0x1d, 0xbf, 0x79, 0xf3, 0x66, 0xe6, 0x2d, 0x6a, 0xc7, 0xe3, 0x00, 0x22, 0x2a, + 0x21, 0xe4, 0x4a, 0xcb, 0x31, 0xbd, 0x3c, 0xf2, 0x41, 0xb3, 0x23, 0xaa, 0x45, 0xda, 0x8f, 0xe0, + 0x12, 0xa2, 0xfe, 0x40, 0xc4, 0x8c, 0x27, 0x24, 0x95, 0x42, 0x0b, 0xfc, 0xdc, 0xc0, 0xc9, 0x1c, + 0x4e, 0x4a, 0x78, 0xd3, 0x0e, 0x84, 0x8a, 0x85, 0xa2, 0x3e, 0x53, 0xb0, 0xe0, 0x08, 0xc4, 0x3c, + 0xaf, 0xf9, 0x34, 0x14, 0xa1, 0x30, 0x47, 0x9a, 0x9f, 0xca, 0xa8, 0x13, 0x0a, 0x11, 0x46, 0x40, + 0xcd, 0xcd, 0xcf, 0x86, 0x54, 0xf3, 0x18, 0x94, 0x66, 0x71, 0x5a, 0x02, 0x5e, 0x6f, 0x50, 0xc7, + 0x82, 0x00, 0x94, 0xea, 0x07, 0x22, 0xd1, 0x52, 0x44, 0x25, 0x78, 0x53, 0x2b, 0x2a, 0xf3, 0x8b, + 0x1e, 0x72, 0xfc, 0x90, 0x87, 0x05, 0xfc, 0xe0, 0xc7, 0x36, 0xaa, 0xf7, 0x44, 0x7a, 0x9e, 0x37, + 0x79, 0x6a, 0xfe, 0x63, 0x8c, 0xaa, 0x09, 0x8b, 0xa1, 0x61, 0xb5, 0x2c, 0xb7, 0xe6, 0x99, 0x33, + 0x3e, 0x47, 0x75, 0xb8, 0x4a, 0xb9, 0x64, 0x9a, 0x8b, 0xe4, 0x94, 0x69, 0x68, 0x6c, 0xb5, 0x2c, + 0x77, 0xef, 0xb8, 0x49, 0x0a, 0xf1, 0x64, 0x2e, 0x9e, 0xf4, 0xe6, 0xe2, 0x3b, 0xbb, 0x37, 0xbf, + 0x9c, 0xca, 0xf5, 0xc4, 0xb1, 0xbc, 0xb5, 0x5c, 0xfc, 0x01, 0x3d, 0x5e, 0xc8, 0xe9, 0x1a, 0x35, + 0x8d, 0x6d, 0x43, 0x77, 0x48, 0xee, 0x9f, 0x2c, 0xf9, 0xb8, 0x0a, 0xf7, 0xd6, 0xf3, 0xf1, 0x2b, + 0x54, 0x5f, 0x0a, 0x65, 0x89, 0x6e, 0x54, 0x5b, 0x96, 0x5b, 0xf5, 0xd6, 0xa2, 0xf8, 0x3d, 0xda, + 0x2f, 0xc6, 0xd6, 0x2d, 0xa6, 0xd6, 0x78, 0xd4, 0xda, 0x76, 0xf7, 0x8e, 0x5f, 0x6e, 0x2a, 0x7c, + 0xb2, 0x0c, 0xf6, 0x56, 0x73, 0xf1, 0x57, 0x0b, 0x3d, 0xd3, 0x42, 0xb3, 0xe8, 0x82, 0xeb, 0xd1, + 0x40, 0xb2, 0x2f, 0x2c, 0x3a, 0x89, 0x4d, 0xf1, 0x1d, 0xc3, 0xfa, 0x82, 0x14, 0x86, 0x20, 0xb9, + 0x21, 0x16, 0x94, 0x5d, 0xc1, 0x93, 0xce, 0x9b, 0x7c, 0x38, 0xdf, 0x27, 0x8e, 0x1b, 0x72, 0x3d, + 0xca, 0x7c, 0x12, 0x88, 0x98, 0x96, 0xee, 0x29, 0x3e, 0x6d, 0x35, 0xf8, 0x4c, 0xf5, 0x38, 0x05, + 0x65, 0x12, 0x94, 0x77, 0x7f, 0xa5, 0x83, 0x3f, 0x5b, 0xe8, 0xc9, 0xea, 0x02, 0xcf, 0x00, 0x70, + 0x88, 0x76, 0x0d, 0xfc, 0x0c, 0xf2, 0x3d, 0x3e, 0xb8, 0x96, 0x05, 0x39, 0xb6, 0x11, 0xf2, 0x33, + 0x99, 0x5c, 0x00, 0x0f, 0x47, 0xda, 0x98, 0xa2, 0xe6, 0x2d, 0x45, 0xf0, 0x08, 0xd5, 0x86, 0x00, + 0x3d, 0xd1, 0xc9, 0x64, 0x52, 0x2e, 0xf9, 0x1f, 0x4a, 0x68, 0xae, 0xe4, 0xdb, 0xc4, 0x39, 0xfc, + 0x4f, 0x25, 0xde, 0x1d, 0x39, 0x4e, 0xd1, 0xbe, 0xb9, 0xf4, 0x24, 0x30, 0x95, 0xc9, 0xb1, 0x31, + 0xc0, 0xc3, 0x56, 0x5b, 0x2d, 0xd0, 0x79, 0x77, 0x33, 0xb5, 0xad, 0xdb, 0xa9, 0x6d, 0xfd, 0x9e, + 0xda, 0xd6, 0xf5, 0xcc, 0xae, 0xdc, 0xce, 0xec, 0xca, 0xcf, 0x99, 0x5d, 0xf9, 0x44, 0x96, 0x18, + 0x8d, 0xb1, 0xda, 0x85, 0x07, 0x8b, 0x0b, 0xbd, 0xba, 0x7b, 0x9e, 0x86, 0xdd, 0xdf, 0x31, 0xcf, + 0xe7, 0xed, 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x68, 0x13, 0x23, 0xb6, 0x88, 0x04, 0x00, 0x00, } func (m *TopLevelDomain) Marshal() (dAtA []byte, err error) { diff --git a/x/registry/types/tx.pb.go b/x/registry/types/tx.pb.go index edfc0bc4..373eb218 100644 --- a/x/registry/types/tx.pb.go +++ b/x/registry/types/tx.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: mycel/registry/tx.proto +// source: mycel/registry/v1beta1/tx.proto package types @@ -42,7 +42,7 @@ func (m *MsgUpdateWalletRecord) Reset() { *m = MsgUpdateWalletRecord{} } func (m *MsgUpdateWalletRecord) String() string { return proto.CompactTextString(m) } func (*MsgUpdateWalletRecord) ProtoMessage() {} func (*MsgUpdateWalletRecord) Descriptor() ([]byte, []int) { - return fileDescriptor_7a4e7619dfc6612f, []int{0} + return fileDescriptor_a149ca4076788b36, []int{0} } func (m *MsgUpdateWalletRecord) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -113,7 +113,7 @@ func (m *MsgUpdateWalletRecordResponse) Reset() { *m = MsgUpdateWalletRe func (m *MsgUpdateWalletRecordResponse) String() string { return proto.CompactTextString(m) } func (*MsgUpdateWalletRecordResponse) ProtoMessage() {} func (*MsgUpdateWalletRecordResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_7a4e7619dfc6612f, []int{1} + return fileDescriptor_a149ca4076788b36, []int{1} } func (m *MsgUpdateWalletRecordResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -154,7 +154,7 @@ func (m *MsgUpdateDnsRecord) Reset() { *m = MsgUpdateDnsRecord{} } func (m *MsgUpdateDnsRecord) String() string { return proto.CompactTextString(m) } func (*MsgUpdateDnsRecord) ProtoMessage() {} func (*MsgUpdateDnsRecord) Descriptor() ([]byte, []int) { - return fileDescriptor_7a4e7619dfc6612f, []int{2} + return fileDescriptor_a149ca4076788b36, []int{2} } func (m *MsgUpdateDnsRecord) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -225,7 +225,7 @@ func (m *MsgUpdateDnsRecordResponse) Reset() { *m = MsgUpdateDnsRecordRe func (m *MsgUpdateDnsRecordResponse) String() string { return proto.CompactTextString(m) } func (*MsgUpdateDnsRecordResponse) ProtoMessage() {} func (*MsgUpdateDnsRecordResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_7a4e7619dfc6612f, []int{3} + return fileDescriptor_a149ca4076788b36, []int{3} } func (m *MsgUpdateDnsRecordResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -265,7 +265,7 @@ func (m *MsgRegisterSecondLevelDomain) Reset() { *m = MsgRegisterSecondL func (m *MsgRegisterSecondLevelDomain) String() string { return proto.CompactTextString(m) } func (*MsgRegisterSecondLevelDomain) ProtoMessage() {} func (*MsgRegisterSecondLevelDomain) Descriptor() ([]byte, []int) { - return fileDescriptor_7a4e7619dfc6612f, []int{4} + return fileDescriptor_a149ca4076788b36, []int{4} } func (m *MsgRegisterSecondLevelDomain) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -329,7 +329,7 @@ func (m *MsgRegisterSecondLevelDomainResponse) Reset() { *m = MsgRegiste func (m *MsgRegisterSecondLevelDomainResponse) String() string { return proto.CompactTextString(m) } func (*MsgRegisterSecondLevelDomainResponse) ProtoMessage() {} func (*MsgRegisterSecondLevelDomainResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_7a4e7619dfc6612f, []int{5} + return fileDescriptor_a149ca4076788b36, []int{5} } func (m *MsgRegisterSecondLevelDomainResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -368,7 +368,7 @@ func (m *MsgRegisterTopLevelDomain) Reset() { *m = MsgRegisterTopLevelDo func (m *MsgRegisterTopLevelDomain) String() string { return proto.CompactTextString(m) } func (*MsgRegisterTopLevelDomain) ProtoMessage() {} func (*MsgRegisterTopLevelDomain) Descriptor() ([]byte, []int) { - return fileDescriptor_7a4e7619dfc6612f, []int{6} + return fileDescriptor_a149ca4076788b36, []int{6} } func (m *MsgRegisterTopLevelDomain) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -427,7 +427,7 @@ func (m *MsgRegisterTopLevelDomainResponse) Reset() { *m = MsgRegisterTo func (m *MsgRegisterTopLevelDomainResponse) String() string { return proto.CompactTextString(m) } func (*MsgRegisterTopLevelDomainResponse) ProtoMessage() {} func (*MsgRegisterTopLevelDomainResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_7a4e7619dfc6612f, []int{7} + return fileDescriptor_a149ca4076788b36, []int{7} } func (m *MsgRegisterTopLevelDomainResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -479,7 +479,7 @@ func (m *MsgWithdrawRegistrationFee) Reset() { *m = MsgWithdrawRegistrat func (m *MsgWithdrawRegistrationFee) String() string { return proto.CompactTextString(m) } func (*MsgWithdrawRegistrationFee) ProtoMessage() {} func (*MsgWithdrawRegistrationFee) Descriptor() ([]byte, []int) { - return fileDescriptor_7a4e7619dfc6612f, []int{8} + return fileDescriptor_a149ca4076788b36, []int{8} } func (m *MsgWithdrawRegistrationFee) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -530,7 +530,7 @@ func (m *MsgWithdrawRegistrationFeeResponse) Reset() { *m = MsgWithdrawR func (m *MsgWithdrawRegistrationFeeResponse) String() string { return proto.CompactTextString(m) } func (*MsgWithdrawRegistrationFeeResponse) ProtoMessage() {} func (*MsgWithdrawRegistrationFeeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_7a4e7619dfc6612f, []int{9} + return fileDescriptor_a149ca4076788b36, []int{9} } func (m *MsgWithdrawRegistrationFeeResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -576,7 +576,7 @@ func (m *MsgExtendTopLevelDomainExpirationDate) Reset() { *m = MsgExtend func (m *MsgExtendTopLevelDomainExpirationDate) String() string { return proto.CompactTextString(m) } func (*MsgExtendTopLevelDomainExpirationDate) ProtoMessage() {} func (*MsgExtendTopLevelDomainExpirationDate) Descriptor() ([]byte, []int) { - return fileDescriptor_7a4e7619dfc6612f, []int{10} + return fileDescriptor_a149ca4076788b36, []int{10} } func (m *MsgExtendTopLevelDomainExpirationDate) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -639,7 +639,7 @@ func (m *MsgExtendTopLevelDomainExpirationDateResponse) String() string { } func (*MsgExtendTopLevelDomainExpirationDateResponse) ProtoMessage() {} func (*MsgExtendTopLevelDomainExpirationDateResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_7a4e7619dfc6612f, []int{11} + return fileDescriptor_a149ca4076788b36, []int{11} } func (m *MsgExtendTopLevelDomainExpirationDateResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -694,7 +694,7 @@ func (m *MsgUpdateTextRecord) Reset() { *m = MsgUpdateTextRecord{} } func (m *MsgUpdateTextRecord) String() string { return proto.CompactTextString(m) } func (*MsgUpdateTextRecord) ProtoMessage() {} func (*MsgUpdateTextRecord) Descriptor() ([]byte, []int) { - return fileDescriptor_7a4e7619dfc6612f, []int{12} + return fileDescriptor_a149ca4076788b36, []int{12} } func (m *MsgUpdateTextRecord) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -765,7 +765,7 @@ func (m *MsgUpdateTextRecordResponse) Reset() { *m = MsgUpdateTextRecord func (m *MsgUpdateTextRecordResponse) String() string { return proto.CompactTextString(m) } func (*MsgUpdateTextRecordResponse) ProtoMessage() {} func (*MsgUpdateTextRecordResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_7a4e7619dfc6612f, []int{13} + return fileDescriptor_a149ca4076788b36, []int{13} } func (m *MsgUpdateTextRecordResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -808,7 +808,7 @@ func (m *MsgUpdateTopLevelDomainRegistrationPolicy) String() string { } func (*MsgUpdateTopLevelDomainRegistrationPolicy) ProtoMessage() {} func (*MsgUpdateTopLevelDomainRegistrationPolicy) Descriptor() ([]byte, []int) { - return fileDescriptor_7a4e7619dfc6612f, []int{14} + return fileDescriptor_a149ca4076788b36, []int{14} } func (m *MsgUpdateTopLevelDomainRegistrationPolicy) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -869,7 +869,7 @@ func (m *MsgUpdateTopLevelDomainRegistrationPolicyResponse) String() string { } func (*MsgUpdateTopLevelDomainRegistrationPolicyResponse) ProtoMessage() {} func (*MsgUpdateTopLevelDomainRegistrationPolicyResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_7a4e7619dfc6612f, []int{15} + return fileDescriptor_a149ca4076788b36, []int{15} } func (m *MsgUpdateTopLevelDomainRegistrationPolicyResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -899,79 +899,79 @@ func (m *MsgUpdateTopLevelDomainRegistrationPolicyResponse) XXX_DiscardUnknown() var xxx_messageInfo_MsgUpdateTopLevelDomainRegistrationPolicyResponse proto.InternalMessageInfo func init() { - proto.RegisterType((*MsgUpdateWalletRecord)(nil), "mycel.registry.MsgUpdateWalletRecord") - proto.RegisterType((*MsgUpdateWalletRecordResponse)(nil), "mycel.registry.MsgUpdateWalletRecordResponse") - proto.RegisterType((*MsgUpdateDnsRecord)(nil), "mycel.registry.MsgUpdateDnsRecord") - proto.RegisterType((*MsgUpdateDnsRecordResponse)(nil), "mycel.registry.MsgUpdateDnsRecordResponse") - proto.RegisterType((*MsgRegisterSecondLevelDomain)(nil), "mycel.registry.MsgRegisterSecondLevelDomain") - proto.RegisterType((*MsgRegisterSecondLevelDomainResponse)(nil), "mycel.registry.MsgRegisterSecondLevelDomainResponse") - proto.RegisterType((*MsgRegisterTopLevelDomain)(nil), "mycel.registry.MsgRegisterTopLevelDomain") - proto.RegisterType((*MsgRegisterTopLevelDomainResponse)(nil), "mycel.registry.MsgRegisterTopLevelDomainResponse") - proto.RegisterType((*MsgWithdrawRegistrationFee)(nil), "mycel.registry.MsgWithdrawRegistrationFee") - proto.RegisterType((*MsgWithdrawRegistrationFeeResponse)(nil), "mycel.registry.MsgWithdrawRegistrationFeeResponse") - proto.RegisterType((*MsgExtendTopLevelDomainExpirationDate)(nil), "mycel.registry.MsgExtendTopLevelDomainExpirationDate") - proto.RegisterType((*MsgExtendTopLevelDomainExpirationDateResponse)(nil), "mycel.registry.MsgExtendTopLevelDomainExpirationDateResponse") - proto.RegisterType((*MsgUpdateTextRecord)(nil), "mycel.registry.MsgUpdateTextRecord") - proto.RegisterType((*MsgUpdateTextRecordResponse)(nil), "mycel.registry.MsgUpdateTextRecordResponse") - proto.RegisterType((*MsgUpdateTopLevelDomainRegistrationPolicy)(nil), "mycel.registry.MsgUpdateTopLevelDomainRegistrationPolicy") - proto.RegisterType((*MsgUpdateTopLevelDomainRegistrationPolicyResponse)(nil), "mycel.registry.MsgUpdateTopLevelDomainRegistrationPolicyResponse") -} - -func init() { proto.RegisterFile("mycel/registry/tx.proto", fileDescriptor_7a4e7619dfc6612f) } - -var fileDescriptor_7a4e7619dfc6612f = []byte{ - // 804 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x56, 0x4f, 0x4f, 0xd4, 0x40, - 0x14, 0xdf, 0x71, 0xf9, 0x13, 0x1f, 0x11, 0x48, 0xe5, 0x4f, 0xa9, 0x50, 0xa0, 0x02, 0x01, 0x74, - 0x5b, 0x77, 0xc1, 0x83, 0x26, 0x1e, 0x44, 0x20, 0x6a, 0xdc, 0xc4, 0x54, 0x0c, 0xd1, 0x0b, 0xe9, - 0xb6, 0xcf, 0x52, 0xd9, 0xed, 0x34, 0x6d, 0x59, 0x76, 0x4f, 0x1e, 0x8c, 0x07, 0xe3, 0xc5, 0x93, - 0x07, 0x3d, 0xc8, 0xc9, 0x83, 0xf1, 0x83, 0x70, 0xe4, 0xe8, 0x49, 0x0d, 0x7c, 0x05, 0x3f, 0x80, - 0xd9, 0x76, 0xb7, 0xec, 0x9f, 0x76, 0xb7, 0x4b, 0x38, 0x78, 0xea, 0xcc, 0xbc, 0xdf, 0x7b, 0xf3, - 0x7b, 0x9d, 0x37, 0xbf, 0x37, 0x30, 0x5e, 0x28, 0xab, 0x98, 0x97, 0x6c, 0xd4, 0x0d, 0xc7, 0xb5, - 0xcb, 0x92, 0x5b, 0x12, 0x2d, 0x9b, 0xba, 0x94, 0x19, 0xf4, 0x0c, 0x62, 0xcd, 0xc0, 0xf1, 0x2a, - 0x75, 0x0a, 0xd4, 0x91, 0x72, 0x8a, 0x83, 0x52, 0x31, 0x9d, 0x43, 0x57, 0x49, 0x4b, 0x2a, 0x35, - 0x4c, 0x1f, 0xcf, 0x8d, 0xe8, 0x54, 0xa7, 0xde, 0x50, 0xaa, 0x8c, 0xaa, 0xab, 0xf3, 0xcd, 0xe1, - 0xa9, 0xb5, 0x93, 0xc7, 0x22, 0xe6, 0x77, 0x34, 0x5a, 0x50, 0x6a, 0xce, 0xc2, 0x57, 0x02, 0xa3, - 0x59, 0x47, 0x7f, 0x6e, 0x69, 0x8a, 0x8b, 0xdb, 0x4a, 0x3e, 0x8f, 0xae, 0x8c, 0x2a, 0xb5, 0x35, - 0x86, 0x85, 0x7e, 0xd5, 0x46, 0xc5, 0xa5, 0x36, 0x4b, 0x66, 0xc8, 0xe2, 0x65, 0xb9, 0x36, 0x65, - 0x18, 0xe8, 0x31, 0x95, 0x02, 0xb2, 0x97, 0xbc, 0x65, 0x6f, 0xcc, 0x8c, 0x41, 0x9f, 0xa5, 0xd8, - 0x68, 0xba, 0x6c, 0xd2, 0x5b, 0xad, 0xce, 0x98, 0x65, 0x18, 0x3e, 0xa8, 0x8b, 0xba, 0x55, 0xb6, - 0x90, 0xed, 0xf1, 0x10, 0x2d, 0xeb, 0xcc, 0x08, 0xf4, 0x16, 0x95, 0xfc, 0x3e, 0xb2, 0xbd, 0x1e, - 0xc0, 0x9f, 0x08, 0xd3, 0x30, 0x15, 0x4a, 0x50, 0x46, 0xc7, 0xa2, 0xa6, 0x83, 0xc2, 0x27, 0x02, - 0x4c, 0x80, 0x58, 0x37, 0x9d, 0x0b, 0xe5, 0x3f, 0x07, 0x57, 0xb4, 0x5a, 0xc8, 0x3a, 0xf2, 0x8d, - 0x8b, 0x11, 0xcc, 0x27, 0x81, 0x6b, 0xe5, 0x15, 0xd0, 0x3e, 0x24, 0x30, 0x99, 0x75, 0x74, 0xd9, - 0x3b, 0x20, 0xb4, 0x9f, 0xa1, 0x4a, 0x4d, 0xed, 0x49, 0xe5, 0x84, 0xd6, 0xbd, 0x03, 0xba, 0xa0, - 0x04, 0xee, 0x02, 0x5b, 0xad, 0x01, 0xc5, 0x35, 0xa8, 0xf9, 0x14, 0x6d, 0x83, 0x6a, 0x8f, 0xcc, - 0x17, 0xa8, 0xd8, 0x5e, 0x2e, 0x3d, 0x72, 0xa4, 0x5d, 0x58, 0x80, 0xb9, 0x76, 0x0c, 0x83, 0x54, - 0xde, 0x11, 0x98, 0xa8, 0x03, 0x6e, 0x51, 0xeb, 0xfc, 0x79, 0xb4, 0xe3, 0x9b, 0xec, 0xc0, 0xf7, - 0x90, 0xc0, 0x6c, 0x24, 0x8f, 0x1a, 0x5b, 0x66, 0x13, 0x06, 0xdd, 0x06, 0x8b, 0x47, 0x6b, 0x20, - 0xc3, 0x8b, 0x8d, 0x17, 0x4f, 0x6c, 0xf2, 0x6f, 0xf2, 0x62, 0x56, 0x20, 0xf9, 0x0a, 0x7d, 0xf2, - 0x03, 0x99, 0xd9, 0xf6, 0xce, 0x9b, 0x88, 0x72, 0x05, 0x2d, 0x3c, 0xf6, 0x6a, 0x62, 0xdb, 0x70, - 0x77, 0x35, 0x5b, 0x39, 0x90, 0xeb, 0x32, 0xd9, 0x44, 0xec, 0xee, 0x57, 0x09, 0x5f, 0x08, 0x08, - 0xd1, 0xc1, 0x82, 0x7c, 0xf7, 0x61, 0xc8, 0x6e, 0x34, 0xb1, 0xfd, 0x33, 0xc9, 0xc5, 0x81, 0xcc, - 0x84, 0xe8, 0x2b, 0x8b, 0x58, 0x51, 0x16, 0xb1, 0xaa, 0x2c, 0xe2, 0x03, 0x6a, 0x98, 0x6b, 0xb7, - 0x8e, 0x7e, 0x4d, 0x27, 0xbe, 0xff, 0x9e, 0x5e, 0xd4, 0x0d, 0x77, 0x77, 0x3f, 0x27, 0xaa, 0xb4, - 0x20, 0x55, 0x65, 0xc8, 0xff, 0xa4, 0x1c, 0x6d, 0x4f, 0x72, 0xcb, 0x16, 0x3a, 0x9e, 0x83, 0x23, - 0x37, 0xef, 0x21, 0x7c, 0x20, 0x30, 0x9f, 0x75, 0xf4, 0x8d, 0x92, 0x8b, 0xa6, 0xd6, 0xf8, 0x37, - 0x36, 0x4a, 0x96, 0xe1, 0x03, 0xd7, 0x15, 0xb7, 0xcb, 0xac, 0x99, 0x55, 0x18, 0xc5, 0x4a, 0x4c, - 0x27, 0xbc, 0x3a, 0xc2, 0x8d, 0xc2, 0x0f, 0x02, 0xa9, 0x58, 0x6c, 0xfe, 0x8f, 0x32, 0x79, 0x4b, - 0xe0, 0x6a, 0xa0, 0x1d, 0x5b, 0x58, 0xba, 0x58, 0x51, 0x1e, 0x86, 0xe4, 0x1e, 0x96, 0xab, 0x52, - 0x56, 0x19, 0x46, 0x08, 0xd8, 0x14, 0x5c, 0x0b, 0x21, 0x11, 0x5c, 0xfb, 0xf7, 0x04, 0x96, 0xce, - 0xec, 0x4d, 0x97, 0xad, 0xee, 0x8a, 0xd2, 0xbc, 0xa1, 0x96, 0xbb, 0xa4, 0x2e, 0x02, 0x63, 0xb7, - 0xc4, 0xa8, 0xa6, 0x11, 0x62, 0x11, 0x56, 0x20, 0x1d, 0x9b, 0x4a, 0x2d, 0x81, 0xcc, 0xdf, 0x7e, - 0x48, 0x66, 0x1d, 0x9d, 0x79, 0x0d, 0x4c, 0x48, 0x03, 0x9c, 0x6f, 0x3e, 0xab, 0xd0, 0x36, 0xc4, - 0xa5, 0x62, 0xc1, 0x82, 0xb2, 0x52, 0x60, 0xa8, 0xb9, 0x53, 0x09, 0x91, 0x11, 0x02, 0x0c, 0xb7, - 0xdc, 0x19, 0x13, 0x6c, 0xf1, 0x06, 0x26, 0xa2, 0xbb, 0xca, 0xcd, 0x90, 0x40, 0x91, 0x68, 0x6e, - 0xb5, 0x1b, 0x74, 0x40, 0xa0, 0x08, 0x63, 0x11, 0xbd, 0x60, 0xa9, 0x4d, 0xbc, 0x46, 0x28, 0x97, - 0x8e, 0x0d, 0x0d, 0xf6, 0x2d, 0xc3, 0x78, 0x94, 0xb2, 0x86, 0xfd, 0xbf, 0x08, 0x2c, 0x97, 0x89, - 0x8f, 0x0d, 0xb6, 0xfe, 0x4c, 0x40, 0x88, 0x21, 0x75, 0xb7, 0x43, 0x42, 0x77, 0x76, 0xe3, 0xee, - 0x9d, 0xcb, 0x2d, 0x20, 0xa7, 0xc1, 0x70, 0x8b, 0x92, 0x5c, 0x8f, 0x2c, 0xa8, 0x33, 0x10, 0x77, - 0x23, 0x06, 0x28, 0xd8, 0xe5, 0x1b, 0x81, 0x85, 0x98, 0x5a, 0x70, 0x27, 0x3a, 0x6e, 0x07, 0x57, - 0xee, 0xfe, 0xb9, 0x5d, 0x6b, 0x44, 0xd7, 0x1e, 0x1e, 0x9d, 0xf0, 0xe4, 0xf8, 0x84, 0x27, 0x7f, - 0x4e, 0x78, 0xf2, 0xf1, 0x94, 0x4f, 0x1c, 0x9f, 0xf2, 0x89, 0x9f, 0xa7, 0x7c, 0xe2, 0xa5, 0x58, - 0xd7, 0xee, 0xbc, 0x6d, 0x52, 0xfe, 0x63, 0xd9, 0x9f, 0x48, 0xa5, 0xba, 0xe7, 0x74, 0xa5, 0xf5, - 0xe5, 0xfa, 0xbc, 0x47, 0xf4, 0xca, 0xbf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x48, 0xd9, 0xd6, 0x2e, - 0xcc, 0x0b, 0x00, 0x00, + proto.RegisterType((*MsgUpdateWalletRecord)(nil), "mycel.registry.v1beta1.MsgUpdateWalletRecord") + proto.RegisterType((*MsgUpdateWalletRecordResponse)(nil), "mycel.registry.v1beta1.MsgUpdateWalletRecordResponse") + proto.RegisterType((*MsgUpdateDnsRecord)(nil), "mycel.registry.v1beta1.MsgUpdateDnsRecord") + proto.RegisterType((*MsgUpdateDnsRecordResponse)(nil), "mycel.registry.v1beta1.MsgUpdateDnsRecordResponse") + proto.RegisterType((*MsgRegisterSecondLevelDomain)(nil), "mycel.registry.v1beta1.MsgRegisterSecondLevelDomain") + proto.RegisterType((*MsgRegisterSecondLevelDomainResponse)(nil), "mycel.registry.v1beta1.MsgRegisterSecondLevelDomainResponse") + proto.RegisterType((*MsgRegisterTopLevelDomain)(nil), "mycel.registry.v1beta1.MsgRegisterTopLevelDomain") + proto.RegisterType((*MsgRegisterTopLevelDomainResponse)(nil), "mycel.registry.v1beta1.MsgRegisterTopLevelDomainResponse") + proto.RegisterType((*MsgWithdrawRegistrationFee)(nil), "mycel.registry.v1beta1.MsgWithdrawRegistrationFee") + proto.RegisterType((*MsgWithdrawRegistrationFeeResponse)(nil), "mycel.registry.v1beta1.MsgWithdrawRegistrationFeeResponse") + proto.RegisterType((*MsgExtendTopLevelDomainExpirationDate)(nil), "mycel.registry.v1beta1.MsgExtendTopLevelDomainExpirationDate") + proto.RegisterType((*MsgExtendTopLevelDomainExpirationDateResponse)(nil), "mycel.registry.v1beta1.MsgExtendTopLevelDomainExpirationDateResponse") + proto.RegisterType((*MsgUpdateTextRecord)(nil), "mycel.registry.v1beta1.MsgUpdateTextRecord") + proto.RegisterType((*MsgUpdateTextRecordResponse)(nil), "mycel.registry.v1beta1.MsgUpdateTextRecordResponse") + proto.RegisterType((*MsgUpdateTopLevelDomainRegistrationPolicy)(nil), "mycel.registry.v1beta1.MsgUpdateTopLevelDomainRegistrationPolicy") + proto.RegisterType((*MsgUpdateTopLevelDomainRegistrationPolicyResponse)(nil), "mycel.registry.v1beta1.MsgUpdateTopLevelDomainRegistrationPolicyResponse") +} + +func init() { proto.RegisterFile("mycel/registry/v1beta1/tx.proto", fileDescriptor_a149ca4076788b36) } + +var fileDescriptor_a149ca4076788b36 = []byte{ + // 815 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x56, 0x4d, 0x4f, 0xd4, 0x5a, + 0x18, 0x9e, 0x73, 0x87, 0x8f, 0x7b, 0x5f, 0x72, 0x2f, 0xa4, 0x17, 0xb8, 0xa5, 0x17, 0x66, 0xb8, + 0x0d, 0x97, 0x00, 0x66, 0x5a, 0x67, 0xc0, 0x85, 0xa8, 0x0b, 0x11, 0x88, 0x18, 0xc7, 0x98, 0x8a, + 0x21, 0xba, 0x21, 0x9d, 0xf6, 0x58, 0x1a, 0x66, 0x7a, 0x6a, 0x7b, 0x80, 0x19, 0xb7, 0x46, 0x13, + 0xe2, 0x42, 0x57, 0x6e, 0x5c, 0xe8, 0x9a, 0x95, 0x2b, 0x57, 0xfe, 0x00, 0x96, 0x2c, 0x5d, 0xa9, + 0x81, 0x1f, 0xe1, 0xd6, 0xcc, 0xe9, 0xcc, 0x61, 0x3e, 0xda, 0xf9, 0x00, 0x16, 0xae, 0x7a, 0x3e, + 0x9e, 0xe7, 0x39, 0xcf, 0xdb, 0xf3, 0xf6, 0x7d, 0x0b, 0xc9, 0x42, 0xc9, 0xc0, 0x79, 0xd5, 0xc3, + 0x96, 0xed, 0x53, 0xaf, 0xa4, 0xee, 0xa6, 0x73, 0x98, 0xea, 0x69, 0x95, 0x16, 0x15, 0xd7, 0x23, + 0x94, 0x08, 0xa3, 0x0c, 0xa0, 0x54, 0x01, 0x4a, 0x05, 0x20, 0x25, 0x0c, 0xe2, 0x17, 0x88, 0xaf, + 0xe6, 0x74, 0x1f, 0x73, 0x96, 0x41, 0x6c, 0x27, 0xe0, 0x49, 0xc3, 0x16, 0xb1, 0x08, 0x1b, 0xaa, + 0xe5, 0x51, 0x65, 0x35, 0x15, 0x75, 0x1c, 0x71, 0x37, 0xf3, 0x78, 0x17, 0xe7, 0x37, 0x4d, 0x52, + 0xd0, 0xab, 0x22, 0xf2, 0x7b, 0x04, 0x23, 0x59, 0xdf, 0x7a, 0xe8, 0x9a, 0x3a, 0xc5, 0x1b, 0x7a, + 0x3e, 0x8f, 0xa9, 0x86, 0x0d, 0xe2, 0x99, 0x82, 0x08, 0xfd, 0x86, 0x87, 0x75, 0x4a, 0x3c, 0x11, + 0x4d, 0xa2, 0x99, 0x3f, 0xb4, 0xea, 0x54, 0x10, 0xa0, 0xc7, 0xd1, 0x0b, 0x58, 0xfc, 0x8d, 0x2d, + 0xb3, 0xb1, 0x30, 0x0a, 0x7d, 0xae, 0xee, 0x61, 0x87, 0x8a, 0x71, 0xb6, 0x5a, 0x99, 0x09, 0x73, + 0x30, 0xb4, 0x57, 0xa3, 0xba, 0x5e, 0x72, 0xb1, 0xd8, 0xc3, 0x10, 0x4d, 0xeb, 0xc2, 0x30, 0xf4, + 0xee, 0xea, 0xf9, 0x1d, 0x2c, 0xf6, 0x32, 0x40, 0x30, 0x91, 0x93, 0x30, 0x11, 0x6a, 0x50, 0xc3, + 0xbe, 0x4b, 0x1c, 0x1f, 0xcb, 0x6f, 0x11, 0x08, 0x1c, 0xb1, 0xec, 0xf8, 0x17, 0xea, 0x7f, 0x0a, + 0xfe, 0x34, 0xab, 0x92, 0x35, 0xe6, 0xeb, 0x17, 0x23, 0x9c, 0x8f, 0x83, 0xd4, 0xec, 0x8b, 0xdb, + 0xfe, 0x80, 0x60, 0x3c, 0xeb, 0x5b, 0x1a, 0xbb, 0x28, 0xec, 0x3d, 0xc0, 0x06, 0x71, 0xcc, 0xbb, + 0xe5, 0x1b, 0x5a, 0x66, 0x17, 0x74, 0x41, 0x01, 0x2c, 0x82, 0x58, 0xc9, 0x05, 0x9d, 0xda, 0xc4, + 0xb9, 0x8f, 0x3d, 0x9b, 0x98, 0x6b, 0xce, 0x23, 0xac, 0x7b, 0x2c, 0x96, 0x1e, 0x2d, 0x72, 0x5f, + 0x9e, 0x86, 0xa9, 0x56, 0x0e, 0x79, 0x28, 0x2f, 0x10, 0x8c, 0xd5, 0x00, 0xd7, 0x89, 0x7b, 0xf6, + 0x38, 0x5a, 0xf9, 0x8d, 0xb7, 0xf1, 0xfb, 0x11, 0xc1, 0x7f, 0x91, 0x3e, 0xaa, 0x6e, 0x85, 0x7b, + 0xf0, 0x17, 0xad, 0xdb, 0x61, 0xb6, 0x06, 0x32, 0xd3, 0x4a, 0xf8, 0x87, 0xa8, 0x34, 0xe8, 0x34, + 0xb0, 0x85, 0x6b, 0x10, 0x7f, 0x82, 0x83, 0x20, 0x06, 0x32, 0xb3, 0x9d, 0x89, 0xac, 0x62, 0xac, + 0x95, 0x59, 0xf2, 0x1d, 0x96, 0x23, 0x1b, 0x36, 0xdd, 0x32, 0x3d, 0x7d, 0x4f, 0xab, 0x89, 0x6c, + 0x15, 0xe3, 0xee, 0x5e, 0x9d, 0xfc, 0x0e, 0x81, 0x1c, 0x2d, 0xc6, 0xe3, 0xdf, 0x81, 0x41, 0xaf, + 0x7e, 0x4b, 0xec, 0x9f, 0x8c, 0xcf, 0x0c, 0x64, 0xc6, 0x94, 0xa0, 0xe2, 0x28, 0xe5, 0x8a, 0xc3, + 0x8d, 0xdf, 0x22, 0xb6, 0xb3, 0x74, 0xf9, 0xf0, 0x6b, 0x32, 0x76, 0xf0, 0x2d, 0x39, 0x63, 0xd9, + 0x74, 0x6b, 0x27, 0xa7, 0x18, 0xa4, 0xa0, 0x56, 0xca, 0x53, 0xf0, 0x48, 0xf9, 0xe6, 0xb6, 0x4a, + 0x4b, 0x2e, 0xf6, 0x19, 0xc1, 0xd7, 0x1a, 0xcf, 0x90, 0x5f, 0x21, 0xf8, 0x3f, 0xeb, 0x5b, 0x2b, + 0x45, 0x8a, 0x1d, 0xb3, 0xfe, 0x6d, 0xac, 0x14, 0x5d, 0x3b, 0x00, 0x2e, 0xeb, 0xb4, 0xcb, 0xa8, + 0x85, 0x05, 0x18, 0xc1, 0x65, 0x4d, 0x3f, 0x3c, 0x5b, 0xc2, 0x37, 0xe5, 0xcf, 0x08, 0x52, 0x1d, + 0xb9, 0xf9, 0x35, 0xd3, 0xe6, 0x39, 0x82, 0xbf, 0x79, 0x6d, 0x59, 0xc7, 0xc5, 0x8b, 0x2d, 0xda, + 0x43, 0x10, 0xdf, 0xc6, 0xa5, 0x4a, 0xa9, 0x2b, 0x0f, 0x23, 0x0a, 0xdc, 0x04, 0xfc, 0x1b, 0x62, + 0x82, 0x97, 0x85, 0x7d, 0x04, 0xb3, 0xa7, 0xfb, 0x0d, 0x1f, 0x63, 0xcd, 0x27, 0x4c, 0xf2, 0xb6, + 0x51, 0xea, 0xd2, 0xba, 0x02, 0x82, 0xd7, 0xa4, 0x51, 0x09, 0x23, 0x64, 0x47, 0x9e, 0x87, 0x74, + 0xc7, 0x56, 0xaa, 0x01, 0x64, 0x7e, 0xfc, 0x0e, 0xf1, 0xac, 0x6f, 0x09, 0xcf, 0x40, 0x08, 0x69, + 0x90, 0xa9, 0xa8, 0x3b, 0x0b, 0x6d, 0x57, 0xd2, 0x95, 0xae, 0xe0, 0x3c, 0xed, 0x9e, 0xc2, 0x60, + 0x63, 0x67, 0x9b, 0x6b, 0xab, 0xc4, 0xb1, 0x52, 0xa6, 0x73, 0x2c, 0x3f, 0xf2, 0x35, 0x82, 0xb1, + 0xe8, 0xb6, 0xb4, 0xd0, 0x42, 0x31, 0x92, 0x25, 0x5d, 0x3f, 0x0b, 0x8b, 0x3b, 0x7a, 0x89, 0x60, + 0x34, 0xa2, 0xbb, 0xa4, 0x3b, 0x10, 0xae, 0xa7, 0x48, 0x57, 0xbb, 0xa6, 0x70, 0x23, 0xfb, 0x08, + 0xfe, 0x89, 0x2a, 0xd6, 0xad, 0x5e, 0x75, 0x04, 0x47, 0x5a, 0xec, 0x9e, 0xc3, 0xbd, 0x1c, 0x20, + 0x90, 0x3b, 0xa8, 0xa6, 0x37, 0x5a, 0x1c, 0xd1, 0x9e, 0x2e, 0xad, 0x9c, 0x8b, 0xce, 0xcd, 0x52, + 0x18, 0x6a, 0x2a, 0x56, 0x97, 0xda, 0xe6, 0xe6, 0x29, 0x58, 0x9a, 0xef, 0x02, 0xcc, 0x4f, 0xfd, + 0x84, 0x60, 0xba, 0xc3, 0xf2, 0x73, 0xb3, 0xbd, 0x7e, 0x1b, 0x09, 0x69, 0xed, 0xdc, 0x12, 0x55, + 0xe3, 0x4b, 0xb7, 0x0f, 0x8f, 0x13, 0xe8, 0xe8, 0x38, 0x81, 0xbe, 0x1f, 0x27, 0xd0, 0x9b, 0x93, + 0x44, 0xec, 0xe8, 0x24, 0x11, 0xfb, 0x72, 0x92, 0x88, 0x3d, 0x56, 0x6a, 0x3a, 0x30, 0x3b, 0x2e, + 0x15, 0xfc, 0xcf, 0x07, 0x13, 0xb5, 0x78, 0xfa, 0xe7, 0xcf, 0xba, 0x71, 0xae, 0x8f, 0xfd, 0xe7, + 0xcf, 0xff, 0x0c, 0x00, 0x00, 0xff, 0xff, 0x6b, 0x7c, 0x79, 0x09, 0x87, 0x0c, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -1006,7 +1006,7 @@ func NewMsgClient(cc grpc1.ClientConn) MsgClient { func (c *msgClient) UpdateWalletRecord(ctx context.Context, in *MsgUpdateWalletRecord, opts ...grpc.CallOption) (*MsgUpdateWalletRecordResponse, error) { out := new(MsgUpdateWalletRecordResponse) - err := c.cc.Invoke(ctx, "/mycel.registry.Msg/UpdateWalletRecord", in, out, opts...) + err := c.cc.Invoke(ctx, "/mycel.registry.v1beta1.Msg/UpdateWalletRecord", in, out, opts...) if err != nil { return nil, err } @@ -1015,7 +1015,7 @@ func (c *msgClient) UpdateWalletRecord(ctx context.Context, in *MsgUpdateWalletR func (c *msgClient) UpdateDnsRecord(ctx context.Context, in *MsgUpdateDnsRecord, opts ...grpc.CallOption) (*MsgUpdateDnsRecordResponse, error) { out := new(MsgUpdateDnsRecordResponse) - err := c.cc.Invoke(ctx, "/mycel.registry.Msg/UpdateDnsRecord", in, out, opts...) + err := c.cc.Invoke(ctx, "/mycel.registry.v1beta1.Msg/UpdateDnsRecord", in, out, opts...) if err != nil { return nil, err } @@ -1024,7 +1024,7 @@ func (c *msgClient) UpdateDnsRecord(ctx context.Context, in *MsgUpdateDnsRecord, func (c *msgClient) RegisterSecondLevelDomain(ctx context.Context, in *MsgRegisterSecondLevelDomain, opts ...grpc.CallOption) (*MsgRegisterSecondLevelDomainResponse, error) { out := new(MsgRegisterSecondLevelDomainResponse) - err := c.cc.Invoke(ctx, "/mycel.registry.Msg/RegisterSecondLevelDomain", in, out, opts...) + err := c.cc.Invoke(ctx, "/mycel.registry.v1beta1.Msg/RegisterSecondLevelDomain", in, out, opts...) if err != nil { return nil, err } @@ -1033,7 +1033,7 @@ func (c *msgClient) RegisterSecondLevelDomain(ctx context.Context, in *MsgRegist func (c *msgClient) RegisterTopLevelDomain(ctx context.Context, in *MsgRegisterTopLevelDomain, opts ...grpc.CallOption) (*MsgRegisterTopLevelDomainResponse, error) { out := new(MsgRegisterTopLevelDomainResponse) - err := c.cc.Invoke(ctx, "/mycel.registry.Msg/RegisterTopLevelDomain", in, out, opts...) + err := c.cc.Invoke(ctx, "/mycel.registry.v1beta1.Msg/RegisterTopLevelDomain", in, out, opts...) if err != nil { return nil, err } @@ -1042,7 +1042,7 @@ func (c *msgClient) RegisterTopLevelDomain(ctx context.Context, in *MsgRegisterT func (c *msgClient) WithdrawRegistrationFee(ctx context.Context, in *MsgWithdrawRegistrationFee, opts ...grpc.CallOption) (*MsgWithdrawRegistrationFeeResponse, error) { out := new(MsgWithdrawRegistrationFeeResponse) - err := c.cc.Invoke(ctx, "/mycel.registry.Msg/WithdrawRegistrationFee", in, out, opts...) + err := c.cc.Invoke(ctx, "/mycel.registry.v1beta1.Msg/WithdrawRegistrationFee", in, out, opts...) if err != nil { return nil, err } @@ -1051,7 +1051,7 @@ func (c *msgClient) WithdrawRegistrationFee(ctx context.Context, in *MsgWithdraw func (c *msgClient) ExtendTopLevelDomainExpirationDate(ctx context.Context, in *MsgExtendTopLevelDomainExpirationDate, opts ...grpc.CallOption) (*MsgExtendTopLevelDomainExpirationDateResponse, error) { out := new(MsgExtendTopLevelDomainExpirationDateResponse) - err := c.cc.Invoke(ctx, "/mycel.registry.Msg/ExtendTopLevelDomainExpirationDate", in, out, opts...) + err := c.cc.Invoke(ctx, "/mycel.registry.v1beta1.Msg/ExtendTopLevelDomainExpirationDate", in, out, opts...) if err != nil { return nil, err } @@ -1060,7 +1060,7 @@ func (c *msgClient) ExtendTopLevelDomainExpirationDate(ctx context.Context, in * func (c *msgClient) UpdateTextRecord(ctx context.Context, in *MsgUpdateTextRecord, opts ...grpc.CallOption) (*MsgUpdateTextRecordResponse, error) { out := new(MsgUpdateTextRecordResponse) - err := c.cc.Invoke(ctx, "/mycel.registry.Msg/UpdateTextRecord", in, out, opts...) + err := c.cc.Invoke(ctx, "/mycel.registry.v1beta1.Msg/UpdateTextRecord", in, out, opts...) if err != nil { return nil, err } @@ -1069,7 +1069,7 @@ func (c *msgClient) UpdateTextRecord(ctx context.Context, in *MsgUpdateTextRecor func (c *msgClient) UpdateTopLevelDomainRegistrationPolicy(ctx context.Context, in *MsgUpdateTopLevelDomainRegistrationPolicy, opts ...grpc.CallOption) (*MsgUpdateTopLevelDomainRegistrationPolicyResponse, error) { out := new(MsgUpdateTopLevelDomainRegistrationPolicyResponse) - err := c.cc.Invoke(ctx, "/mycel.registry.Msg/UpdateTopLevelDomainRegistrationPolicy", in, out, opts...) + err := c.cc.Invoke(ctx, "/mycel.registry.v1beta1.Msg/UpdateTopLevelDomainRegistrationPolicy", in, out, opts...) if err != nil { return nil, err } @@ -1131,7 +1131,7 @@ func _Msg_UpdateWalletRecord_Handler(srv interface{}, ctx context.Context, dec f } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/mycel.registry.Msg/UpdateWalletRecord", + FullMethod: "/mycel.registry.v1beta1.Msg/UpdateWalletRecord", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MsgServer).UpdateWalletRecord(ctx, req.(*MsgUpdateWalletRecord)) @@ -1149,7 +1149,7 @@ func _Msg_UpdateDnsRecord_Handler(srv interface{}, ctx context.Context, dec func } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/mycel.registry.Msg/UpdateDnsRecord", + FullMethod: "/mycel.registry.v1beta1.Msg/UpdateDnsRecord", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MsgServer).UpdateDnsRecord(ctx, req.(*MsgUpdateDnsRecord)) @@ -1167,7 +1167,7 @@ func _Msg_RegisterSecondLevelDomain_Handler(srv interface{}, ctx context.Context } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/mycel.registry.Msg/RegisterSecondLevelDomain", + FullMethod: "/mycel.registry.v1beta1.Msg/RegisterSecondLevelDomain", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MsgServer).RegisterSecondLevelDomain(ctx, req.(*MsgRegisterSecondLevelDomain)) @@ -1185,7 +1185,7 @@ func _Msg_RegisterTopLevelDomain_Handler(srv interface{}, ctx context.Context, d } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/mycel.registry.Msg/RegisterTopLevelDomain", + FullMethod: "/mycel.registry.v1beta1.Msg/RegisterTopLevelDomain", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MsgServer).RegisterTopLevelDomain(ctx, req.(*MsgRegisterTopLevelDomain)) @@ -1203,7 +1203,7 @@ func _Msg_WithdrawRegistrationFee_Handler(srv interface{}, ctx context.Context, } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/mycel.registry.Msg/WithdrawRegistrationFee", + FullMethod: "/mycel.registry.v1beta1.Msg/WithdrawRegistrationFee", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MsgServer).WithdrawRegistrationFee(ctx, req.(*MsgWithdrawRegistrationFee)) @@ -1221,7 +1221,7 @@ func _Msg_ExtendTopLevelDomainExpirationDate_Handler(srv interface{}, ctx contex } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/mycel.registry.Msg/ExtendTopLevelDomainExpirationDate", + FullMethod: "/mycel.registry.v1beta1.Msg/ExtendTopLevelDomainExpirationDate", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MsgServer).ExtendTopLevelDomainExpirationDate(ctx, req.(*MsgExtendTopLevelDomainExpirationDate)) @@ -1239,7 +1239,7 @@ func _Msg_UpdateTextRecord_Handler(srv interface{}, ctx context.Context, dec fun } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/mycel.registry.Msg/UpdateTextRecord", + FullMethod: "/mycel.registry.v1beta1.Msg/UpdateTextRecord", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MsgServer).UpdateTextRecord(ctx, req.(*MsgUpdateTextRecord)) @@ -1257,7 +1257,7 @@ func _Msg_UpdateTopLevelDomainRegistrationPolicy_Handler(srv interface{}, ctx co } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/mycel.registry.Msg/UpdateTopLevelDomainRegistrationPolicy", + FullMethod: "/mycel.registry.v1beta1.Msg/UpdateTopLevelDomainRegistrationPolicy", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MsgServer).UpdateTopLevelDomainRegistrationPolicy(ctx, req.(*MsgUpdateTopLevelDomainRegistrationPolicy)) @@ -1266,7 +1266,7 @@ func _Msg_UpdateTopLevelDomainRegistrationPolicy_Handler(srv interface{}, ctx co } var _Msg_serviceDesc = grpc.ServiceDesc{ - ServiceName: "mycel.registry.Msg", + ServiceName: "mycel.registry.v1beta1.Msg", HandlerType: (*MsgServer)(nil), Methods: []grpc.MethodDesc{ { @@ -1303,7 +1303,7 @@ var _Msg_serviceDesc = grpc.ServiceDesc{ }, }, Streams: []grpc.StreamDesc{}, - Metadata: "mycel/registry/tx.proto", + Metadata: "mycel/registry/v1beta1/tx.proto", } func (m *MsgUpdateWalletRecord) Marshal() (dAtA []byte, err error) { diff --git a/x/resolver/types/genesis.pb.go b/x/resolver/types/genesis.pb.go index 1a619f01..e4a7d1b1 100644 --- a/x/resolver/types/genesis.pb.go +++ b/x/resolver/types/genesis.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: mycel/resolver/genesis.proto +// source: mycel/resolver/v1beta1/genesis.proto package types @@ -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_111508fefa25dfc0, []int{0} + return fileDescriptor_e3c0de8044001660, []int{0} } func (m *GenesisState) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -69,26 +69,28 @@ func (m *GenesisState) GetParams() Params { } func init() { - proto.RegisterType((*GenesisState)(nil), "mycel.resolver.GenesisState") + proto.RegisterType((*GenesisState)(nil), "mycel.resolver.v1beta1.GenesisState") } -func init() { proto.RegisterFile("mycel/resolver/genesis.proto", fileDescriptor_111508fefa25dfc0) } +func init() { + proto.RegisterFile("mycel/resolver/v1beta1/genesis.proto", fileDescriptor_e3c0de8044001660) +} -var fileDescriptor_111508fefa25dfc0 = []byte{ - // 193 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xc9, 0xad, 0x4c, 0x4e, - 0xcd, 0xd1, 0x2f, 0x4a, 0x2d, 0xce, 0xcf, 0x29, 0x4b, 0x2d, 0xd2, 0x4f, 0x4f, 0xcd, 0x4b, 0x2d, - 0xce, 0x2c, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x03, 0xcb, 0xea, 0xc1, 0x64, 0xa5, - 0x44, 0xd2, 0xf3, 0xd3, 0xf3, 0xc1, 0x52, 0xfa, 0x20, 0x16, 0x44, 0x95, 0x94, 0x34, 0x9a, 0x19, - 0x05, 0x89, 0x45, 0x89, 0xb9, 0x50, 0x23, 0x94, 0x5c, 0xb8, 0x78, 0xdc, 0x21, 0x66, 0x06, 0x97, - 0x24, 0x96, 0xa4, 0x0a, 0x99, 0x70, 0xb1, 0x41, 0xe4, 0x25, 0x18, 0x15, 0x18, 0x35, 0xb8, 0x8d, - 0xc4, 0xf4, 0x50, 0xed, 0xd0, 0x0b, 0x00, 0xcb, 0x3a, 0xb1, 0x9c, 0xb8, 0x27, 0xcf, 0x10, 0x04, - 0x55, 0xeb, 0xe4, 0x71, 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, 0x7a, 0xe9, - 0x99, 0x25, 0x19, 0xa5, 0x49, 0x7a, 0xc9, 0xf9, 0xb9, 0xfa, 0x60, 0x93, 0x74, 0x53, 0xf2, 0x73, - 0x13, 0x33, 0xf3, 0x20, 0x1c, 0xfd, 0x0a, 0x84, 0xb3, 0x4a, 0x2a, 0x0b, 0x52, 0x8b, 0x93, 0xd8, - 0xc0, 0xce, 0x32, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0x59, 0xdd, 0x4b, 0xac, 0xf9, 0x00, 0x00, - 0x00, +var fileDescriptor_e3c0de8044001660 = []byte{ + // 205 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xc9, 0xad, 0x4c, 0x4e, + 0xcd, 0xd1, 0x2f, 0x4a, 0x2d, 0xce, 0xcf, 0x29, 0x4b, 0x2d, 0xd2, 0x2f, 0x33, 0x4c, 0x4a, 0x2d, + 0x49, 0x34, 0xd4, 0x4f, 0x4f, 0xcd, 0x4b, 0x2d, 0xce, 0x2c, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, + 0x17, 0x12, 0x03, 0xab, 0xd2, 0x83, 0xa9, 0xd2, 0x83, 0xaa, 0x92, 0x12, 0x49, 0xcf, 0x4f, 0xcf, + 0x07, 0x2b, 0xd1, 0x07, 0xb1, 0x20, 0xaa, 0xa5, 0x94, 0x71, 0x98, 0x59, 0x90, 0x58, 0x94, 0x98, + 0x0b, 0x35, 0x52, 0xc9, 0x87, 0x8b, 0xc7, 0x1d, 0x62, 0x47, 0x70, 0x49, 0x62, 0x49, 0xaa, 0x90, + 0x0d, 0x17, 0x1b, 0x44, 0x5e, 0x82, 0x51, 0x81, 0x51, 0x83, 0xdb, 0x48, 0x4e, 0x0f, 0xbb, 0x9d, + 0x7a, 0x01, 0x60, 0x55, 0x4e, 0x2c, 0x27, 0xee, 0xc9, 0x33, 0x04, 0x41, 0xf5, 0x38, 0x79, 0x9c, + 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, 0xcb, 0x31, + 0x5c, 0x78, 0x2c, 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x43, 0x94, 0x5e, 0x7a, 0x66, 0x49, 0x46, 0x69, + 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x3e, 0xd8, 0x44, 0xdd, 0x94, 0xfc, 0xdc, 0xc4, 0xcc, 0x3c, 0x08, + 0x47, 0xbf, 0x02, 0xe1, 0xcc, 0x92, 0xca, 0x82, 0xd4, 0xe2, 0x24, 0x36, 0xb0, 0xf3, 0x8c, 0x01, + 0x01, 0x00, 0x00, 0xff, 0xff, 0xe0, 0x5e, 0x4f, 0xe3, 0x19, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/resolver/types/params.pb.go b/x/resolver/types/params.pb.go index 45b952f0..bd43e156 100644 --- a/x/resolver/types/params.pb.go +++ b/x/resolver/types/params.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: mycel/resolver/params.proto +// source: mycel/resolver/v1beta1/params.proto package types @@ -30,7 +30,7 @@ type Params struct { func (m *Params) Reset() { *m = Params{} } func (*Params) ProtoMessage() {} func (*Params) Descriptor() ([]byte, []int) { - return fileDescriptor_3b8c793180d31be1, []int{0} + return fileDescriptor_48b41cf1b387c9d4, []int{0} } func (m *Params) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -60,23 +60,26 @@ func (m *Params) XXX_DiscardUnknown() { var xxx_messageInfo_Params proto.InternalMessageInfo func init() { - proto.RegisterType((*Params)(nil), "mycel.resolver.Params") + proto.RegisterType((*Params)(nil), "mycel.resolver.v1beta1.Params") } -func init() { proto.RegisterFile("mycel/resolver/params.proto", fileDescriptor_3b8c793180d31be1) } +func init() { + proto.RegisterFile("mycel/resolver/v1beta1/params.proto", fileDescriptor_48b41cf1b387c9d4) +} -var fileDescriptor_3b8c793180d31be1 = []byte{ - // 151 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xce, 0xad, 0x4c, 0x4e, - 0xcd, 0xd1, 0x2f, 0x4a, 0x2d, 0xce, 0xcf, 0x29, 0x4b, 0x2d, 0xd2, 0x2f, 0x48, 0x2c, 0x4a, 0xcc, - 0x2d, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x03, 0x4b, 0xea, 0xc1, 0x24, 0xa5, 0x44, - 0xd2, 0xf3, 0xd3, 0xf3, 0xc1, 0x52, 0xfa, 0x20, 0x16, 0x44, 0x95, 0x12, 0x1f, 0x17, 0x5b, 0x00, - 0x58, 0x97, 0x15, 0xcb, 0x8c, 0x05, 0xf2, 0x0c, 0x4e, 0x1e, 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, 0x97, 0x9e, 0x59, 0x92, 0x51, 0x9a, 0xa4, 0x97, 0x9c, 0x9f, 0xab, - 0x0f, 0x36, 0x5a, 0x37, 0x25, 0x3f, 0x37, 0x31, 0x33, 0x0f, 0xc2, 0xd1, 0xaf, 0x40, 0x38, 0xa3, - 0xa4, 0xb2, 0x20, 0xb5, 0x38, 0x89, 0x0d, 0x6c, 0x81, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0x44, - 0x7b, 0x43, 0x93, 0xa5, 0x00, 0x00, 0x00, +var fileDescriptor_48b41cf1b387c9d4 = []byte{ + // 163 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xce, 0xad, 0x4c, 0x4e, + 0xcd, 0xd1, 0x2f, 0x4a, 0x2d, 0xce, 0xcf, 0x29, 0x4b, 0x2d, 0xd2, 0x2f, 0x33, 0x4c, 0x4a, 0x2d, + 0x49, 0x34, 0xd4, 0x2f, 0x48, 0x2c, 0x4a, 0xcc, 0x2d, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, + 0x12, 0x03, 0x2b, 0xd2, 0x83, 0x29, 0xd2, 0x83, 0x2a, 0x92, 0x12, 0x49, 0xcf, 0x4f, 0xcf, 0x07, + 0x2b, 0xd1, 0x07, 0xb1, 0x20, 0xaa, 0x95, 0xf8, 0xb8, 0xd8, 0x02, 0xc0, 0xba, 0xad, 0x58, 0x66, + 0x2c, 0x90, 0x67, 0x70, 0xf2, 0x38, 0xf1, 0x48, 0x8e, 0xf1, 0xc2, 0x23, 0x39, 0xc6, 0x07, 0x8f, + 0xe4, 0x18, 0x27, 0x3c, 0x96, 0x63, 0xb8, 0xf0, 0x58, 0x8e, 0xe1, 0xc6, 0x63, 0x39, 0x86, 0x28, + 0xbd, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0x7d, 0xb0, 0x15, 0xba, 0x29, + 0xf9, 0xb9, 0x89, 0x99, 0x79, 0x10, 0x8e, 0x7e, 0x05, 0xc2, 0x59, 0x25, 0x95, 0x05, 0xa9, 0xc5, + 0x49, 0x6c, 0x60, 0x0b, 0x8c, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0x3e, 0xb2, 0x61, 0x4c, 0xb5, + 0x00, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/resolver/types/query.pb.go b/x/resolver/types/query.pb.go index f14917fd..443baa15 100644 --- a/x/resolver/types/query.pb.go +++ b/x/resolver/types/query.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: mycel/resolver/query.proto +// source: mycel/resolver/v1beta1/query.proto package types @@ -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_b8c2c421969ccc6b, []int{0} + return fileDescriptor_d9dcb5275900fe88, []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_b8c2c421969ccc6b, []int{1} + return fileDescriptor_d9dcb5275900fe88, []int{1} } func (m *QueryParamsResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -124,7 +124,7 @@ func (m *QueryWalletRecordRequest) Reset() { *m = QueryWalletRecordReque func (m *QueryWalletRecordRequest) String() string { return proto.CompactTextString(m) } func (*QueryWalletRecordRequest) ProtoMessage() {} func (*QueryWalletRecordRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_b8c2c421969ccc6b, []int{2} + return fileDescriptor_d9dcb5275900fe88, []int{2} } func (m *QueryWalletRecordRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -182,7 +182,7 @@ func (m *QueryWalletRecordResponse) Reset() { *m = QueryWalletRecordResp func (m *QueryWalletRecordResponse) String() string { return proto.CompactTextString(m) } func (*QueryWalletRecordResponse) ProtoMessage() {} func (*QueryWalletRecordResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_b8c2c421969ccc6b, []int{3} + return fileDescriptor_d9dcb5275900fe88, []int{3} } func (m *QueryWalletRecordResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -228,7 +228,7 @@ func (m *QueryDnsRecordRequest) Reset() { *m = QueryDnsRecordRequest{} } func (m *QueryDnsRecordRequest) String() string { return proto.CompactTextString(m) } func (*QueryDnsRecordRequest) ProtoMessage() {} func (*QueryDnsRecordRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_b8c2c421969ccc6b, []int{4} + return fileDescriptor_d9dcb5275900fe88, []int{4} } func (m *QueryDnsRecordRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -286,7 +286,7 @@ func (m *QueryDnsRecordResponse) Reset() { *m = QueryDnsRecordResponse{} func (m *QueryDnsRecordResponse) String() string { return proto.CompactTextString(m) } func (*QueryDnsRecordResponse) ProtoMessage() {} func (*QueryDnsRecordResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_b8c2c421969ccc6b, []int{5} + return fileDescriptor_d9dcb5275900fe88, []int{5} } func (m *QueryDnsRecordResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -331,7 +331,7 @@ func (m *QueryAllRecordsRequest) Reset() { *m = QueryAllRecordsRequest{} func (m *QueryAllRecordsRequest) String() string { return proto.CompactTextString(m) } func (*QueryAllRecordsRequest) ProtoMessage() {} func (*QueryAllRecordsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_b8c2c421969ccc6b, []int{6} + return fileDescriptor_d9dcb5275900fe88, []int{6} } func (m *QueryAllRecordsRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -382,7 +382,7 @@ func (m *QueryAllRecordsResponse) Reset() { *m = QueryAllRecordsResponse func (m *QueryAllRecordsResponse) String() string { return proto.CompactTextString(m) } func (*QueryAllRecordsResponse) ProtoMessage() {} func (*QueryAllRecordsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_b8c2c421969ccc6b, []int{7} + return fileDescriptor_d9dcb5275900fe88, []int{7} } func (m *QueryAllRecordsResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -428,7 +428,7 @@ func (m *QueryTextRecordRequest) Reset() { *m = QueryTextRecordRequest{} func (m *QueryTextRecordRequest) String() string { return proto.CompactTextString(m) } func (*QueryTextRecordRequest) ProtoMessage() {} func (*QueryTextRecordRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_b8c2c421969ccc6b, []int{8} + return fileDescriptor_d9dcb5275900fe88, []int{8} } func (m *QueryTextRecordRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -486,7 +486,7 @@ func (m *QueryTextRecordResponse) Reset() { *m = QueryTextRecordResponse func (m *QueryTextRecordResponse) String() string { return proto.CompactTextString(m) } func (*QueryTextRecordResponse) ProtoMessage() {} func (*QueryTextRecordResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_b8c2c421969ccc6b, []int{9} + return fileDescriptor_d9dcb5275900fe88, []int{9} } func (m *QueryTextRecordResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -523,69 +523,71 @@ func (m *QueryTextRecordResponse) GetValue() *types.TextRecord { } func init() { - proto.RegisterType((*QueryParamsRequest)(nil), "mycel.resolver.QueryParamsRequest") - proto.RegisterType((*QueryParamsResponse)(nil), "mycel.resolver.QueryParamsResponse") - proto.RegisterType((*QueryWalletRecordRequest)(nil), "mycel.resolver.QueryWalletRecordRequest") - proto.RegisterType((*QueryWalletRecordResponse)(nil), "mycel.resolver.QueryWalletRecordResponse") - proto.RegisterType((*QueryDnsRecordRequest)(nil), "mycel.resolver.QueryDnsRecordRequest") - proto.RegisterType((*QueryDnsRecordResponse)(nil), "mycel.resolver.QueryDnsRecordResponse") - proto.RegisterType((*QueryAllRecordsRequest)(nil), "mycel.resolver.QueryAllRecordsRequest") - proto.RegisterType((*QueryAllRecordsResponse)(nil), "mycel.resolver.QueryAllRecordsResponse") - proto.RegisterMapType((map[string]*types.Record)(nil), "mycel.resolver.QueryAllRecordsResponse.ValuesEntry") - proto.RegisterType((*QueryTextRecordRequest)(nil), "mycel.resolver.QueryTextRecordRequest") - proto.RegisterType((*QueryTextRecordResponse)(nil), "mycel.resolver.QueryTextRecordResponse") -} - -func init() { proto.RegisterFile("mycel/resolver/query.proto", fileDescriptor_b8c2c421969ccc6b) } - -var fileDescriptor_b8c2c421969ccc6b = []byte{ - // 730 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x95, 0xc1, 0x4f, 0x13, 0x4f, - 0x14, 0xc7, 0xbb, 0xed, 0x8f, 0x26, 0x0c, 0xfc, 0x0c, 0x19, 0x11, 0xcb, 0x4a, 0x56, 0x33, 0x08, - 0x56, 0xd4, 0x1d, 0x29, 0x1e, 0x8c, 0x37, 0x09, 0x1a, 0x15, 0xa2, 0x50, 0x51, 0xa3, 0x98, 0x90, - 0x69, 0x3b, 0x59, 0x1b, 0xb6, 0x3b, 0xcb, 0xce, 0xb6, 0xb2, 0x21, 0x35, 0xd1, 0xa3, 0x27, 0x13, - 0xff, 0x0c, 0x4f, 0x9e, 0x8c, 0xff, 0x80, 0xe1, 0x48, 0xe2, 0xc5, 0x93, 0x31, 0xe0, 0xd1, 0x3f, - 0xc2, 0x74, 0x66, 0x4a, 0x77, 0xb7, 0xdb, 0xd2, 0x03, 0xde, 0xb6, 0x6f, 0xde, 0x7b, 0xf3, 0xf9, - 0xbe, 0x79, 0xef, 0x15, 0xe8, 0xb5, 0xa0, 0x4c, 0x6d, 0xec, 0x51, 0xce, 0xec, 0x06, 0xf5, 0xf0, - 0x76, 0x9d, 0x7a, 0x81, 0xe9, 0x7a, 0xcc, 0x67, 0xf0, 0x94, 0x38, 0x33, 0xdb, 0x67, 0xfa, 0x5c, - 0x99, 0xf1, 0x1a, 0xe3, 0xb8, 0x44, 0x38, 0x95, 0x8e, 0xb8, 0x31, 0x5f, 0xa2, 0x3e, 0x99, 0xc7, - 0x2e, 0xb1, 0xaa, 0x0e, 0xf1, 0xab, 0xcc, 0x91, 0xb1, 0xfa, 0xb8, 0xc5, 0x2c, 0x26, 0x3e, 0x71, - 0xeb, 0x4b, 0x59, 0xa7, 0x2c, 0xc6, 0x2c, 0x9b, 0x62, 0xe2, 0x56, 0x31, 0x71, 0x1c, 0xe6, 0x8b, - 0x10, 0xae, 0x4e, 0xf3, 0x6d, 0x16, 0xab, 0xca, 0x7d, 0x2f, 0xc0, 0x9c, 0x96, 0x99, 0x53, 0xd9, - 0xb4, 0x69, 0x83, 0xda, 0x9b, 0x15, 0x56, 0x23, 0xd5, 0x76, 0xf6, 0x73, 0x31, 0x6a, 0x97, 0x78, - 0xa4, 0xa6, 0xd2, 0xa0, 0x71, 0x00, 0xd7, 0x5a, 0x70, 0xab, 0xc2, 0x58, 0xa4, 0xdb, 0x75, 0xca, - 0x7d, 0xb4, 0x0c, 0x4e, 0x47, 0xac, 0xdc, 0x65, 0x0e, 0xa7, 0xf0, 0x06, 0xc8, 0xca, 0xe0, 0x9c, - 0x76, 0x41, 0xcb, 0x8f, 0x14, 0x26, 0xcc, 0xa8, 0x68, 0x53, 0xfa, 0x2f, 0xfe, 0xb7, 0xf7, 0xf3, - 0x7c, 0xaa, 0xa8, 0x7c, 0xd1, 0x7b, 0x0d, 0xe4, 0x44, 0xb6, 0x67, 0xc4, 0xb6, 0xa9, 0x5f, 0xa4, - 0x65, 0xe6, 0x55, 0xd4, 0x4d, 0xd0, 0x00, 0x40, 0xc2, 0x3e, 0x24, 0x35, 0x2a, 0xd2, 0x0e, 0x17, - 0x43, 0x16, 0x88, 0xc0, 0xa8, 0xfc, 0xb5, 0x4a, 0x3c, 0xea, 0xf8, 0xb9, 0xb4, 0xf0, 0x88, 0xd8, - 0xe0, 0x1c, 0x18, 0x7b, 0x1d, 0x4a, 0xbd, 0x1e, 0xb8, 0x34, 0x97, 0x11, 0x7e, 0x5d, 0x76, 0xf4, - 0x08, 0x4c, 0x26, 0xb0, 0x28, 0x7d, 0x05, 0x30, 0xd4, 0x20, 0x76, 0x9d, 0x2a, 0x79, 0x53, 0x47, - 0xf2, 0x64, 0x8d, 0xcd, 0x48, 0x90, 0x74, 0x45, 0x6f, 0x35, 0x70, 0x46, 0x64, 0x5c, 0x72, 0xf8, - 0xc9, 0x4b, 0xbb, 0x08, 0xfe, 0xaf, 0xb4, 0xf3, 0x86, 0x74, 0x45, 0x8d, 0xe8, 0x3e, 0x98, 0x88, - 0x23, 0x28, 0x45, 0x38, 0xaa, 0x68, 0x32, 0xae, 0xa8, 0x13, 0xa1, 0xe4, 0xbc, 0x54, 0xa9, 0x6e, - 0xdb, 0xb6, 0x3c, 0xe0, 0x27, 0x28, 0x07, 0x7d, 0xd5, 0xc0, 0xd9, 0xae, 0xf4, 0x0a, 0x75, 0x19, - 0x64, 0x05, 0x42, 0xab, 0xb9, 0x32, 0xf9, 0x91, 0xc2, 0x42, 0xbc, 0xb9, 0x7a, 0x04, 0x9a, 0x4f, - 0x45, 0xd4, 0x1d, 0xc7, 0xf7, 0x82, 0xa2, 0x4a, 0xa1, 0xaf, 0x81, 0x91, 0x90, 0x19, 0x8e, 0x81, - 0xcc, 0x16, 0x0d, 0x14, 0x74, 0xeb, 0x13, 0x5e, 0x6d, 0x17, 0x26, 0x1d, 0xeb, 0x64, 0x55, 0x98, - 0x48, 0x55, 0x6e, 0xa5, 0x6f, 0x6a, 0xc8, 0x51, 0x95, 0x59, 0xa7, 0x3b, 0xff, 0xa0, 0x87, 0x15, - 0x61, 0xe6, 0x88, 0x10, 0x2d, 0xab, 0x52, 0x85, 0xef, 0x53, 0xa5, 0xba, 0x1e, 0x7d, 0x55, 0x3d, - 0x0e, 0x1f, 0x0a, 0x91, 0x8e, 0x85, 0x3f, 0x59, 0x30, 0x24, 0xb2, 0xc1, 0x37, 0x20, 0x2b, 0xa7, - 0x14, 0xa2, 0xc4, 0x02, 0x47, 0x16, 0x81, 0x3e, 0xdd, 0xd7, 0x47, 0xe2, 0xa0, 0x2b, 0xef, 0xbe, - 0xff, 0xfe, 0x98, 0x9e, 0x81, 0xd3, 0x58, 0x38, 0x5f, 0x93, 0xc2, 0x70, 0xe2, 0xda, 0x81, 0xdf, - 0x34, 0x30, 0x1a, 0x9e, 0x23, 0x98, 0x4f, 0xbc, 0x22, 0x61, 0x57, 0xe8, 0x97, 0x07, 0xf0, 0x54, - 0x48, 0x44, 0x20, 0x6d, 0xc0, 0xe7, 0x7d, 0x91, 0xe4, 0x76, 0xd8, 0xf4, 0x44, 0x2c, 0xde, 0xed, - 0x3c, 0x59, 0xb3, 0xfd, 0x43, 0xbe, 0x4e, 0x13, 0xef, 0xc6, 0x17, 0x49, 0x13, 0x7e, 0xd1, 0xc0, - 0xf0, 0xd1, 0xf8, 0xc0, 0x99, 0x44, 0xb6, 0xf8, 0x4e, 0xd0, 0x67, 0x8f, 0x73, 0x53, 0xfc, 0x1b, - 0x82, 0xff, 0x09, 0x7c, 0xdc, 0x97, 0xbf, 0xe2, 0xf0, 0x81, 0xe0, 0x23, 0xdb, 0xa2, 0x09, 0x3f, - 0x69, 0x00, 0x74, 0xe6, 0x08, 0xce, 0x1e, 0x3b, 0x68, 0x92, 0xfd, 0xd2, 0x80, 0x03, 0x89, 0x56, - 0x04, 0xfc, 0x5d, 0xb8, 0xd4, 0x17, 0x9e, 0xd8, 0xb6, 0x82, 0xe7, 0xfd, 0xe8, 0xe1, 0x67, 0x0d, - 0x80, 0x4e, 0x43, 0xf7, 0xa0, 0xed, 0x1a, 0xca, 0x1e, 0xb4, 0xdd, 0xc3, 0x84, 0x8a, 0x82, 0x76, - 0x05, 0x3e, 0xe8, 0x4b, 0xeb, 0xd3, 0x9d, 0xc1, 0x1a, 0x65, 0x8b, 0x06, 0xcd, 0xc5, 0x7b, 0x7b, - 0x07, 0x86, 0xb6, 0x7f, 0x60, 0x68, 0xbf, 0x0e, 0x0c, 0xed, 0xc3, 0xa1, 0x91, 0xda, 0x3f, 0x34, - 0x52, 0x3f, 0x0e, 0x8d, 0xd4, 0x0b, 0xd3, 0xaa, 0xfa, 0xaf, 0xea, 0x25, 0xb3, 0xcc, 0x6a, 0x49, - 0xf7, 0xed, 0x84, 0x6e, 0x0c, 0x5c, 0xca, 0x4b, 0x59, 0xf1, 0x37, 0xbd, 0xf0, 0x37, 0x00, 0x00, - 0xff, 0xff, 0x4d, 0xac, 0x8e, 0xb1, 0x7b, 0x08, 0x00, 0x00, + proto.RegisterType((*QueryParamsRequest)(nil), "mycel.resolver.v1beta1.QueryParamsRequest") + proto.RegisterType((*QueryParamsResponse)(nil), "mycel.resolver.v1beta1.QueryParamsResponse") + proto.RegisterType((*QueryWalletRecordRequest)(nil), "mycel.resolver.v1beta1.QueryWalletRecordRequest") + proto.RegisterType((*QueryWalletRecordResponse)(nil), "mycel.resolver.v1beta1.QueryWalletRecordResponse") + proto.RegisterType((*QueryDnsRecordRequest)(nil), "mycel.resolver.v1beta1.QueryDnsRecordRequest") + proto.RegisterType((*QueryDnsRecordResponse)(nil), "mycel.resolver.v1beta1.QueryDnsRecordResponse") + proto.RegisterType((*QueryAllRecordsRequest)(nil), "mycel.resolver.v1beta1.QueryAllRecordsRequest") + proto.RegisterType((*QueryAllRecordsResponse)(nil), "mycel.resolver.v1beta1.QueryAllRecordsResponse") + proto.RegisterMapType((map[string]*types.Record)(nil), "mycel.resolver.v1beta1.QueryAllRecordsResponse.ValuesEntry") + proto.RegisterType((*QueryTextRecordRequest)(nil), "mycel.resolver.v1beta1.QueryTextRecordRequest") + proto.RegisterType((*QueryTextRecordResponse)(nil), "mycel.resolver.v1beta1.QueryTextRecordResponse") +} + +func init() { + proto.RegisterFile("mycel/resolver/v1beta1/query.proto", fileDescriptor_d9dcb5275900fe88) +} + +var fileDescriptor_d9dcb5275900fe88 = []byte{ + // 735 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x96, 0x4f, 0x4f, 0x13, 0x4f, + 0x18, 0xc7, 0x3b, 0xed, 0x8f, 0xfe, 0xc2, 0x80, 0x09, 0x19, 0x11, 0x6b, 0x63, 0x56, 0x1d, 0x39, + 0x10, 0x08, 0xbb, 0xfc, 0x31, 0x91, 0xa0, 0x17, 0x89, 0x26, 0x1e, 0x0c, 0x81, 0xd2, 0x48, 0x44, + 0x0d, 0x99, 0x6e, 0x27, 0xeb, 0x86, 0xed, 0xce, 0xb2, 0xb3, 0xad, 0x6c, 0x48, 0x0f, 0x7a, 0xf4, + 0x64, 0x62, 0xe2, 0x1b, 0xf2, 0x02, 0x27, 0x49, 0xbc, 0x78, 0x22, 0x06, 0xf4, 0x7d, 0x98, 0xce, + 0xcc, 0xb6, 0xbb, 0xfd, 0xc7, 0x92, 0xe0, 0x6d, 0xfb, 0xec, 0xf3, 0x7c, 0xe7, 0xfb, 0x79, 0x76, + 0x9e, 0x27, 0x85, 0xb8, 0x16, 0x9a, 0xd4, 0x31, 0x7c, 0xca, 0x99, 0xd3, 0xa0, 0xbe, 0xd1, 0x58, + 0xac, 0xd0, 0x80, 0x2c, 0x1a, 0xfb, 0x75, 0xea, 0x87, 0xba, 0xe7, 0xb3, 0x80, 0xa1, 0x29, 0x91, + 0xa3, 0x47, 0x39, 0xba, 0xca, 0x29, 0xce, 0x9a, 0x8c, 0xd7, 0x18, 0x37, 0x2a, 0x84, 0x53, 0x59, + 0xd0, 0x2e, 0xf7, 0x88, 0x65, 0xbb, 0x24, 0xb0, 0x99, 0x2b, 0x35, 0x8a, 0x93, 0x16, 0xb3, 0x98, + 0x78, 0x34, 0x5a, 0x4f, 0x2a, 0x7a, 0xdb, 0x62, 0xcc, 0x72, 0xa8, 0x41, 0x3c, 0xdb, 0x20, 0xae, + 0xcb, 0x02, 0x51, 0xc2, 0xd5, 0xdb, 0x85, 0xc8, 0x9b, 0x65, 0xf3, 0x20, 0x26, 0xce, 0xa9, 0xc9, + 0xdc, 0xea, 0xae, 0x43, 0x1b, 0xd4, 0xd9, 0xad, 0xb2, 0x1a, 0xb1, 0xa3, 0x53, 0xee, 0x0f, 0xa0, + 0xf1, 0x88, 0x4f, 0x6a, 0x4a, 0x16, 0x4f, 0x42, 0xb4, 0xd9, 0x32, 0xbb, 0x21, 0x82, 0x25, 0xba, + 0x5f, 0xa7, 0x3c, 0xc0, 0x5b, 0xf0, 0x7a, 0x22, 0xca, 0x3d, 0xe6, 0x72, 0x8a, 0x1e, 0xc3, 0xbc, + 0x2c, 0x2e, 0x80, 0xbb, 0x60, 0x66, 0x6c, 0x49, 0xd3, 0xfb, 0x37, 0x43, 0x97, 0x75, 0x6b, 0xff, + 0x1d, 0x9d, 0xde, 0xc9, 0x94, 0x54, 0x0d, 0xfe, 0x04, 0x60, 0x41, 0xa8, 0x6e, 0x13, 0xc7, 0xa1, + 0x41, 0x89, 0x9a, 0xcc, 0xaf, 0xaa, 0x13, 0x91, 0x06, 0xa1, 0x34, 0xbf, 0x4e, 0x6a, 0x54, 0xc8, + 0x8f, 0x96, 0x62, 0x11, 0x84, 0xe1, 0xb8, 0xfc, 0xb5, 0x41, 0x7c, 0xea, 0x06, 0x85, 0xac, 0xc8, + 0x48, 0xc4, 0xd0, 0x2c, 0x9c, 0x78, 0x1f, 0x93, 0x2e, 0x87, 0x1e, 0x2d, 0xe4, 0x44, 0x5e, 0x4f, + 0x1c, 0x6f, 0xc3, 0x5b, 0x7d, 0xbc, 0x28, 0xce, 0x55, 0x38, 0xd2, 0x20, 0x4e, 0x9d, 0x2a, 0xcc, + 0xe9, 0x36, 0xa6, 0xec, 0x7d, 0x1b, 0x33, 0x51, 0x2c, 0x4b, 0xf0, 0x07, 0x00, 0x6f, 0x08, 0xe5, + 0xa7, 0x2e, 0xbf, 0x7a, 0xc4, 0x69, 0x78, 0xad, 0x1a, 0xe9, 0xc6, 0xf8, 0x92, 0x41, 0xbc, 0x09, + 0xa7, 0xba, 0x2d, 0x28, 0xb2, 0x87, 0x49, 0xb2, 0x7b, 0x83, 0xc8, 0x3a, 0x95, 0x0a, 0xeb, 0x8d, + 0x92, 0x7c, 0xe2, 0x38, 0xf2, 0x05, 0xbf, 0x42, 0x2c, 0x7c, 0x0c, 0xe0, 0xcd, 0x1e, 0x79, 0x65, + 0x79, 0x0b, 0xe6, 0x85, 0x85, 0xd6, 0xa5, 0xcb, 0xcd, 0x8c, 0x2d, 0x3d, 0x1a, 0x74, 0xe9, 0x06, + 0x08, 0xe8, 0x2f, 0x45, 0xf5, 0x33, 0x37, 0xf0, 0xc3, 0x92, 0x92, 0x2a, 0xbe, 0x82, 0x63, 0xb1, + 0x30, 0x9a, 0x80, 0xb9, 0x3d, 0x1a, 0x2a, 0xf3, 0xad, 0x47, 0xf4, 0x20, 0x6a, 0x54, 0xb6, 0xeb, + 0xa6, 0x77, 0x35, 0x2a, 0xd1, 0xa5, 0xd5, 0xec, 0x0a, 0xc0, 0xae, 0xea, 0x54, 0x99, 0x1e, 0xfc, + 0x83, 0x3b, 0xae, 0x9c, 0xe6, 0xda, 0x4e, 0xf1, 0x96, 0x6a, 0x5d, 0xfc, 0x3c, 0xd5, 0xba, 0x95, + 0xe4, 0xd7, 0xc6, 0x83, 0x20, 0x62, 0xa5, 0xb2, 0x60, 0xe9, 0xcf, 0xff, 0x70, 0x44, 0xa8, 0xa2, + 0xaf, 0x00, 0xe6, 0xe5, 0x38, 0xa3, 0xd9, 0xa1, 0x9d, 0x4f, 0x6c, 0x90, 0xe2, 0x5c, 0xaa, 0x5c, + 0xe9, 0x13, 0x2f, 0x7f, 0xfc, 0xf1, 0xfb, 0x4b, 0x76, 0x1e, 0xcd, 0x19, 0xa2, 0x68, 0x5e, 0x12, + 0x1b, 0x43, 0xf7, 0x17, 0x3a, 0x05, 0x70, 0x3c, 0x3e, 0x80, 0x68, 0x61, 0xe8, 0x91, 0x7d, 0x96, + 0x4e, 0x71, 0xf1, 0x12, 0x15, 0xca, 0xaa, 0x2d, 0xac, 0x9a, 0x88, 0xa4, 0xb2, 0x2a, 0xd7, 0xce, + 0xae, 0x2f, 0x34, 0x8c, 0xc3, 0xce, 0xb7, 0x6e, 0x46, 0x3f, 0xe4, 0x67, 0x6d, 0x1a, 0x87, 0xdd, + 0x1b, 0xaa, 0x89, 0xbe, 0x03, 0x38, 0xda, 0x9e, 0x43, 0x34, 0x3f, 0xd4, 0x6b, 0xf7, 0xb2, 0x29, + 0xea, 0x69, 0xd3, 0x15, 0x97, 0x29, 0xb8, 0xde, 0xa2, 0xd7, 0xa9, 0xb8, 0xaa, 0x2e, 0x4f, 0x05, + 0x95, 0x58, 0x4b, 0x4d, 0xf4, 0x0d, 0x40, 0xd8, 0x19, 0x50, 0xa4, 0xa7, 0x9e, 0x64, 0xc9, 0x64, + 0x5c, 0x72, 0xf2, 0x71, 0x59, 0x40, 0xad, 0xa3, 0x17, 0xa9, 0xa0, 0x88, 0xe3, 0x28, 0x28, 0x3e, + 0x8c, 0x0a, 0x1d, 0x03, 0x08, 0x3b, 0x13, 0x73, 0x01, 0x45, 0xcf, 0x16, 0xb8, 0x80, 0xa2, 0x77, + 0x8a, 0xf1, 0x8e, 0xa0, 0x28, 0xa3, 0x52, 0x2a, 0x8a, 0x80, 0x1e, 0xa4, 0xbb, 0x70, 0x7b, 0x34, + 0x6c, 0xae, 0x3d, 0x3f, 0x3a, 0xd3, 0xc0, 0xc9, 0x99, 0x06, 0x7e, 0x9d, 0x69, 0xe0, 0xf3, 0xb9, + 0x96, 0x39, 0x39, 0xd7, 0x32, 0x3f, 0xcf, 0xb5, 0xcc, 0x8e, 0x6e, 0xd9, 0xc1, 0xbb, 0x7a, 0x45, + 0x37, 0x59, 0xad, 0xdf, 0xb9, 0x07, 0x9d, 0x93, 0x83, 0xd0, 0xa3, 0xbc, 0x92, 0x17, 0xff, 0x27, + 0x96, 0xff, 0x06, 0x00, 0x00, 0xff, 0xff, 0xe3, 0xbf, 0x4f, 0x99, 0x44, 0x09, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -622,7 +624,7 @@ func NewQueryClient(cc grpc1.ClientConn) QueryClient { func (c *queryClient) Params(ctx context.Context, in *QueryParamsRequest, opts ...grpc.CallOption) (*QueryParamsResponse, error) { out := new(QueryParamsResponse) - err := c.cc.Invoke(ctx, "/mycel.resolver.Query/Params", in, out, opts...) + err := c.cc.Invoke(ctx, "/mycel.resolver.v1beta1.Query/Params", in, out, opts...) if err != nil { return nil, err } @@ -631,7 +633,7 @@ func (c *queryClient) Params(ctx context.Context, in *QueryParamsRequest, opts . func (c *queryClient) WalletRecord(ctx context.Context, in *QueryWalletRecordRequest, opts ...grpc.CallOption) (*QueryWalletRecordResponse, error) { out := new(QueryWalletRecordResponse) - err := c.cc.Invoke(ctx, "/mycel.resolver.Query/WalletRecord", in, out, opts...) + err := c.cc.Invoke(ctx, "/mycel.resolver.v1beta1.Query/WalletRecord", in, out, opts...) if err != nil { return nil, err } @@ -640,7 +642,7 @@ func (c *queryClient) WalletRecord(ctx context.Context, in *QueryWalletRecordReq func (c *queryClient) DnsRecord(ctx context.Context, in *QueryDnsRecordRequest, opts ...grpc.CallOption) (*QueryDnsRecordResponse, error) { out := new(QueryDnsRecordResponse) - err := c.cc.Invoke(ctx, "/mycel.resolver.Query/DnsRecord", in, out, opts...) + err := c.cc.Invoke(ctx, "/mycel.resolver.v1beta1.Query/DnsRecord", in, out, opts...) if err != nil { return nil, err } @@ -649,7 +651,7 @@ func (c *queryClient) DnsRecord(ctx context.Context, in *QueryDnsRecordRequest, func (c *queryClient) AllRecords(ctx context.Context, in *QueryAllRecordsRequest, opts ...grpc.CallOption) (*QueryAllRecordsResponse, error) { out := new(QueryAllRecordsResponse) - err := c.cc.Invoke(ctx, "/mycel.resolver.Query/AllRecords", in, out, opts...) + err := c.cc.Invoke(ctx, "/mycel.resolver.v1beta1.Query/AllRecords", in, out, opts...) if err != nil { return nil, err } @@ -658,7 +660,7 @@ func (c *queryClient) AllRecords(ctx context.Context, in *QueryAllRecordsRequest func (c *queryClient) TextRecord(ctx context.Context, in *QueryTextRecordRequest, opts ...grpc.CallOption) (*QueryTextRecordResponse, error) { out := new(QueryTextRecordResponse) - err := c.cc.Invoke(ctx, "/mycel.resolver.Query/TextRecord", in, out, opts...) + err := c.cc.Invoke(ctx, "/mycel.resolver.v1beta1.Query/TextRecord", in, out, opts...) if err != nil { return nil, err } @@ -713,7 +715,7 @@ func _Query_Params_Handler(srv interface{}, ctx context.Context, dec func(interf } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/mycel.resolver.Query/Params", + FullMethod: "/mycel.resolver.v1beta1.Query/Params", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).Params(ctx, req.(*QueryParamsRequest)) @@ -731,7 +733,7 @@ func _Query_WalletRecord_Handler(srv interface{}, ctx context.Context, dec func( } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/mycel.resolver.Query/WalletRecord", + FullMethod: "/mycel.resolver.v1beta1.Query/WalletRecord", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).WalletRecord(ctx, req.(*QueryWalletRecordRequest)) @@ -749,7 +751,7 @@ func _Query_DnsRecord_Handler(srv interface{}, ctx context.Context, dec func(int } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/mycel.resolver.Query/DnsRecord", + FullMethod: "/mycel.resolver.v1beta1.Query/DnsRecord", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).DnsRecord(ctx, req.(*QueryDnsRecordRequest)) @@ -767,7 +769,7 @@ func _Query_AllRecords_Handler(srv interface{}, ctx context.Context, dec func(in } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/mycel.resolver.Query/AllRecords", + FullMethod: "/mycel.resolver.v1beta1.Query/AllRecords", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).AllRecords(ctx, req.(*QueryAllRecordsRequest)) @@ -785,7 +787,7 @@ func _Query_TextRecord_Handler(srv interface{}, ctx context.Context, dec func(in } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/mycel.resolver.Query/TextRecord", + FullMethod: "/mycel.resolver.v1beta1.Query/TextRecord", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).TextRecord(ctx, req.(*QueryTextRecordRequest)) @@ -794,7 +796,7 @@ func _Query_TextRecord_Handler(srv interface{}, ctx context.Context, dec func(in } var _Query_serviceDesc = grpc.ServiceDesc{ - ServiceName: "mycel.resolver.Query", + ServiceName: "mycel.resolver.v1beta1.Query", HandlerType: (*QueryServer)(nil), Methods: []grpc.MethodDesc{ { @@ -819,7 +821,7 @@ var _Query_serviceDesc = grpc.ServiceDesc{ }, }, Streams: []grpc.StreamDesc{}, - Metadata: "mycel/resolver/query.proto", + Metadata: "mycel/resolver/v1beta1/query.proto", } func (m *QueryParamsRequest) Marshal() (dAtA []byte, err error) { diff --git a/x/resolver/types/query.pb.gw.go b/x/resolver/types/query.pb.gw.go index 488cf3ea..e45eab18 100644 --- a/x/resolver/types/query.pb.gw.go +++ b/x/resolver/types/query.pb.gw.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-grpc-gateway. DO NOT EDIT. -// source: mycel/resolver/query.proto +// source: mycel/resolver/v1beta1/query.proto /* Package types is a reverse proxy. @@ -687,15 +687,15 @@ 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{"mycel-domain", "mycel", "resolver", "params"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_Params_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 2, 4}, []string{"mycel-domain", "mycel", "resolver", "v1beta1", "params"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_WalletRecord_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}, []string{"mycel-domain", "mycel", "resolver", "wallet_record", "domainName", "domainParent", "walletRecordType"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_WalletRecord_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 2, 4, 1, 0, 4, 1, 5, 5, 1, 0, 4, 1, 5, 6, 1, 0, 4, 1, 5, 7}, []string{"mycel-domain", "mycel", "resolver", "v1beta1", "wallet_record", "domainName", "domainParent", "walletRecordType"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_DnsRecord_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}, []string{"mycel-domain", "mycel", "resolver", "dns_record", "domainName", "domainParent", "dnsRecordType"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_DnsRecord_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 2, 4, 1, 0, 4, 1, 5, 5, 1, 0, 4, 1, 5, 6, 1, 0, 4, 1, 5, 7}, []string{"mycel-domain", "mycel", "resolver", "v1beta1", "dns_record", "domainName", "domainParent", "dnsRecordType"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_AllRecords_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{"mycel-domain", "mycel", "resolver", "all_records", "domainName", "domainParent"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_AllRecords_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 2, 4, 1, 0, 4, 1, 5, 5, 1, 0, 4, 1, 5, 6}, []string{"mycel-domain", "mycel", "resolver", "v1beta1", "all_records", "domainName", "domainParent"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_TextRecord_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}, []string{"mycel-domain", "mycel", "resolver", "text_record", "domainName", "domainParent", "key"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_TextRecord_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 2, 4, 1, 0, 4, 1, 5, 5, 1, 0, 4, 1, 5, 6, 1, 0, 4, 1, 5, 7}, []string{"mycel-domain", "mycel", "resolver", "v1beta1", "text_record", "domainName", "domainParent", "key"}, "", runtime.AssumeColonVerbOpt(true))) ) var ( diff --git a/x/resolver/types/tx.pb.go b/x/resolver/types/tx.pb.go index a9c76498..8a18f98a 100644 --- a/x/resolver/types/tx.pb.go +++ b/x/resolver/types/tx.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: mycel/resolver/tx.proto +// source: mycel/resolver/v1beta1/tx.proto package types @@ -23,18 +23,19 @@ var _ = math.Inf // proto package needs to be updated. const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package -func init() { proto.RegisterFile("mycel/resolver/tx.proto", fileDescriptor_c16c379c28c13e9c) } +func init() { proto.RegisterFile("mycel/resolver/v1beta1/tx.proto", fileDescriptor_573c89342dbc9785) } -var fileDescriptor_c16c379c28c13e9c = []byte{ - // 127 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0xcf, 0xad, 0x4c, 0x4e, - 0xcd, 0xd1, 0x2f, 0x4a, 0x2d, 0xce, 0xcf, 0x29, 0x4b, 0x2d, 0xd2, 0x2f, 0xa9, 0xd0, 0x2b, 0x28, - 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x03, 0x4b, 0xe8, 0xc1, 0x24, 0x8c, 0x58, 0xb9, 0x98, 0x7d, 0x8b, - 0xd3, 0x9d, 0x3c, 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, 0x2f, 0x3d, - 0xb3, 0x24, 0xa3, 0x34, 0x49, 0x2f, 0x39, 0x3f, 0x57, 0x1f, 0xac, 0x57, 0x37, 0x25, 0x3f, 0x37, - 0x31, 0x33, 0x0f, 0xc2, 0xd1, 0xaf, 0x40, 0xb2, 0xa3, 0xb2, 0x20, 0xb5, 0x38, 0x89, 0x0d, 0x6c, - 0x8f, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0xee, 0x1b, 0x68, 0x52, 0x82, 0x00, 0x00, 0x00, +var fileDescriptor_573c89342dbc9785 = []byte{ + // 140 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xcf, 0xad, 0x4c, 0x4e, + 0xcd, 0xd1, 0x2f, 0x4a, 0x2d, 0xce, 0xcf, 0x29, 0x4b, 0x2d, 0xd2, 0x2f, 0x33, 0x4c, 0x4a, 0x2d, + 0x49, 0x34, 0xd4, 0x2f, 0xa9, 0xd0, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x03, 0x2b, 0xd0, + 0x83, 0x29, 0xd0, 0x83, 0x2a, 0x30, 0x62, 0xe5, 0x62, 0xf6, 0x2d, 0x4e, 0x77, 0xf2, 0x38, 0xf1, + 0x48, 0x8e, 0xf1, 0xc2, 0x23, 0x39, 0xc6, 0x07, 0x8f, 0xe4, 0x18, 0x27, 0x3c, 0x96, 0x63, 0xb8, + 0xf0, 0x58, 0x8e, 0xe1, 0xc6, 0x63, 0x39, 0x86, 0x28, 0xbd, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, + 0xbd, 0xe4, 0xfc, 0x5c, 0x7d, 0xb0, 0x19, 0xba, 0x29, 0xf9, 0xb9, 0x89, 0x99, 0x79, 0x10, 0x8e, + 0x7e, 0x05, 0xc2, 0xce, 0x92, 0xca, 0x82, 0xd4, 0xe2, 0x24, 0x36, 0xb0, 0x7d, 0xc6, 0x80, 0x00, + 0x00, 0x00, 0xff, 0xff, 0x7d, 0xd0, 0x62, 0xba, 0x92, 0x00, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -72,9 +73,9 @@ func RegisterMsgServer(s grpc1.Server, srv MsgServer) { } var _Msg_serviceDesc = grpc.ServiceDesc{ - ServiceName: "mycel.resolver.Msg", + ServiceName: "mycel.resolver.v1beta1.Msg", HandlerType: (*MsgServer)(nil), Methods: []grpc.MethodDesc{}, Streams: []grpc.StreamDesc{}, - Metadata: "mycel/resolver/tx.proto", + Metadata: "mycel/resolver/v1beta1/tx.proto", }