feat(docs): rename x/builder -> x/auction (#55)

* rename x/builder -> x/auction

* update proto / etc.

* integratino fix

---------

Co-authored-by: David Terpay <david.terpay@gmail.com>
This commit is contained in:
Nikhil Vasan
2023-09-12 14:37:25 -04:00
committed by GitHub
co-authored by David Terpay
parent 21b9b6f882
commit 3c6f319ff1
57 changed files with 845 additions and 846 deletions
@@ -19,8 +19,8 @@ var (
)
func init() {
file_sdk_builder_module_v1_module_proto_init()
md_Module = File_sdk_builder_module_v1_module_proto.Messages().ByName("Module")
file_sdk_auction_module_v1_module_proto_init()
md_Module = File_sdk_auction_module_v1_module_proto.Messages().ByName("Module")
fd_Module_authority = md_Module.Fields().ByName("authority")
}
@@ -33,7 +33,7 @@ func (x *Module) ProtoReflect() protoreflect.Message {
}
func (x *Module) slowProtoReflect() protoreflect.Message {
mi := &file_sdk_builder_module_v1_module_proto_msgTypes[0]
mi := &file_sdk_auction_module_v1_module_proto_msgTypes[0]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -110,13 +110,13 @@ func (x *fastReflection_Module) Range(f func(protoreflect.FieldDescriptor, proto
// a repeated field is populated if it is non-empty.
func (x *fastReflection_Module) Has(fd protoreflect.FieldDescriptor) bool {
switch fd.FullName() {
case "sdk.builder.module.v1.Module.authority":
case "sdk.auction.module.v1.Module.authority":
return x.Authority != ""
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.module.v1.Module"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.module.v1.Module"))
}
panic(fmt.Errorf("message sdk.builder.module.v1.Module does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.module.v1.Module does not contain field %s", fd.FullName()))
}
}
@@ -128,13 +128,13 @@ func (x *fastReflection_Module) Has(fd protoreflect.FieldDescriptor) bool {
// Clear is a mutating operation and unsafe for concurrent use.
func (x *fastReflection_Module) Clear(fd protoreflect.FieldDescriptor) {
switch fd.FullName() {
case "sdk.builder.module.v1.Module.authority":
case "sdk.auction.module.v1.Module.authority":
x.Authority = ""
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.module.v1.Module"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.module.v1.Module"))
}
panic(fmt.Errorf("message sdk.builder.module.v1.Module does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.module.v1.Module does not contain field %s", fd.FullName()))
}
}
@@ -146,14 +146,14 @@ func (x *fastReflection_Module) Clear(fd protoreflect.FieldDescriptor) {
// of the value; to obtain a mutable reference, use Mutable.
func (x *fastReflection_Module) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value {
switch descriptor.FullName() {
case "sdk.builder.module.v1.Module.authority":
case "sdk.auction.module.v1.Module.authority":
value := x.Authority
return protoreflect.ValueOfString(value)
default:
if descriptor.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.module.v1.Module"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.module.v1.Module"))
}
panic(fmt.Errorf("message sdk.builder.module.v1.Module does not contain field %s", descriptor.FullName()))
panic(fmt.Errorf("message sdk.auction.module.v1.Module does not contain field %s", descriptor.FullName()))
}
}
@@ -169,13 +169,13 @@ func (x *fastReflection_Module) Get(descriptor protoreflect.FieldDescriptor) pro
// Set is a mutating operation and unsafe for concurrent use.
func (x *fastReflection_Module) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) {
switch fd.FullName() {
case "sdk.builder.module.v1.Module.authority":
case "sdk.auction.module.v1.Module.authority":
x.Authority = value.Interface().(string)
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.module.v1.Module"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.module.v1.Module"))
}
panic(fmt.Errorf("message sdk.builder.module.v1.Module does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.module.v1.Module does not contain field %s", fd.FullName()))
}
}
@@ -191,13 +191,13 @@ func (x *fastReflection_Module) Set(fd protoreflect.FieldDescriptor, value proto
// Mutable is a mutating operation and unsafe for concurrent use.
func (x *fastReflection_Module) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value {
switch fd.FullName() {
case "sdk.builder.module.v1.Module.authority":
panic(fmt.Errorf("field authority of message sdk.builder.module.v1.Module is not mutable"))
case "sdk.auction.module.v1.Module.authority":
panic(fmt.Errorf("field authority of message sdk.auction.module.v1.Module is not mutable"))
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.module.v1.Module"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.module.v1.Module"))
}
panic(fmt.Errorf("message sdk.builder.module.v1.Module does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.module.v1.Module does not contain field %s", fd.FullName()))
}
}
@@ -206,13 +206,13 @@ func (x *fastReflection_Module) Mutable(fd protoreflect.FieldDescriptor) protore
// For lists, maps, and messages, this returns a new, empty, mutable value.
func (x *fastReflection_Module) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value {
switch fd.FullName() {
case "sdk.builder.module.v1.Module.authority":
case "sdk.auction.module.v1.Module.authority":
return protoreflect.ValueOfString("")
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.module.v1.Module"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.module.v1.Module"))
}
panic(fmt.Errorf("message sdk.builder.module.v1.Module does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.module.v1.Module does not contain field %s", fd.FullName()))
}
}
@@ -222,7 +222,7 @@ func (x *fastReflection_Module) NewField(fd protoreflect.FieldDescriptor) protor
func (x *fastReflection_Module) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
switch d.FullName() {
default:
panic(fmt.Errorf("%s is not a oneof field in sdk.builder.module.v1.Module", d.FullName()))
panic(fmt.Errorf("%s is not a oneof field in sdk.auction.module.v1.Module", d.FullName()))
}
panic("unreachable")
}
@@ -437,7 +437,7 @@ func (x *fastReflection_Module) ProtoMethods() *protoiface.Methods {
// versions:
// protoc-gen-go v1.27.0
// protoc (unknown)
// source: sdk/builder/module/v1/module.proto
// source: sdk/auction/module/v1/module.proto
const (
// Verify that this generated code is sufficiently up-to-date.
@@ -446,7 +446,7 @@ const (
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
// Module is the config object of the builder module.
// Module is the config object of the auction module.
type Module struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
@@ -460,7 +460,7 @@ type Module struct {
func (x *Module) Reset() {
*x = Module{}
if protoimpl.UnsafeEnabled {
mi := &file_sdk_builder_module_v1_module_proto_msgTypes[0]
mi := &file_sdk_auction_module_v1_module_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -474,7 +474,7 @@ func (*Module) ProtoMessage() {}
// Deprecated: Use Module.ProtoReflect.Descriptor instead.
func (*Module) Descriptor() ([]byte, []int) {
return file_sdk_builder_module_v1_module_proto_rawDescGZIP(), []int{0}
return file_sdk_auction_module_v1_module_proto_rawDescGZIP(), []int{0}
}
func (x *Module) GetAuthority() string {
@@ -484,54 +484,54 @@ func (x *Module) GetAuthority() string {
return ""
}
var File_sdk_builder_module_v1_module_proto protoreflect.FileDescriptor
var File_sdk_auction_module_v1_module_proto protoreflect.FileDescriptor
var file_sdk_builder_module_v1_module_proto_rawDesc = []byte{
0x0a, 0x22, 0x73, 0x64, 0x6b, 0x2f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2f, 0x6d, 0x6f,
var file_sdk_auction_module_v1_module_proto_rawDesc = []byte{
0x0a, 0x22, 0x73, 0x64, 0x6b, 0x2f, 0x61, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x6d, 0x6f,
0x64, 0x75, 0x6c, 0x65, 0x2f, 0x76, 0x31, 0x2f, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x2e, 0x70,
0x72, 0x6f, 0x74, 0x6f, 0x12, 0x15, 0x73, 0x64, 0x6b, 0x2e, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65,
0x72, 0x2e, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x2e, 0x76, 0x31, 0x1a, 0x20, 0x63, 0x6f, 0x73,
0x72, 0x6f, 0x74, 0x6f, 0x12, 0x15, 0x73, 0x64, 0x6b, 0x2e, 0x61, 0x75, 0x63, 0x74, 0x69, 0x6f,
0x6e, 0x2e, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x2e, 0x76, 0x31, 0x1a, 0x20, 0x63, 0x6f, 0x73,
0x6d, 0x6f, 0x73, 0x2f, 0x61, 0x70, 0x70, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31,
0x2f, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x57, 0x0a,
0x06, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x75, 0x74, 0x68, 0x6f,
0x72, 0x69, 0x74, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x75, 0x74, 0x68,
0x6f, 0x72, 0x69, 0x74, 0x79, 0x3a, 0x2f, 0xba, 0xc0, 0x96, 0xda, 0x01, 0x29, 0x0a, 0x27, 0x67,
0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x6b, 0x69, 0x70, 0x2d, 0x6d,
0x65, 0x76, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x2d, 0x73, 0x64, 0x6b, 0x2f, 0x78, 0x2f, 0x62,
0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x42, 0xd0, 0x01, 0x0a, 0x19, 0x63, 0x6f, 0x6d, 0x2e, 0x73,
0x64, 0x6b, 0x2e, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x6d, 0x6f, 0x64, 0x75, 0x6c,
0x65, 0x76, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x2d, 0x73, 0x64, 0x6b, 0x2f, 0x78, 0x2f, 0x61,
0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0xd0, 0x01, 0x0a, 0x19, 0x63, 0x6f, 0x6d, 0x2e, 0x73,
0x64, 0x6b, 0x2e, 0x61, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x6d, 0x6f, 0x64, 0x75, 0x6c,
0x65, 0x2e, 0x76, 0x31, 0x42, 0x0b, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x50, 0x72, 0x6f, 0x74,
0x6f, 0x50, 0x01, 0x5a, 0x2f, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x73, 0x64, 0x6b, 0x2e, 0x69,
0x6f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x73, 0x64, 0x6b, 0x2f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65,
0x72, 0x2f, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x2f, 0x76, 0x31, 0x3b, 0x6d, 0x6f, 0x64, 0x75,
0x6c, 0x65, 0x76, 0x31, 0xa2, 0x02, 0x03, 0x53, 0x42, 0x4d, 0xaa, 0x02, 0x15, 0x53, 0x64, 0x6b,
0x2e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x2e,
0x56, 0x31, 0xca, 0x02, 0x15, 0x53, 0x64, 0x6b, 0x5c, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72,
0x6f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x73, 0x64, 0x6b, 0x2f, 0x61, 0x75, 0x63, 0x74, 0x69, 0x6f,
0x6e, 0x2f, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x2f, 0x76, 0x31, 0x3b, 0x6d, 0x6f, 0x64, 0x75,
0x6c, 0x65, 0x76, 0x31, 0xa2, 0x02, 0x03, 0x53, 0x41, 0x4d, 0xaa, 0x02, 0x15, 0x53, 0x64, 0x6b,
0x2e, 0x41, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x2e,
0x56, 0x31, 0xca, 0x02, 0x15, 0x53, 0x64, 0x6b, 0x5c, 0x41, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e,
0x5c, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x5c, 0x56, 0x31, 0xe2, 0x02, 0x21, 0x53, 0x64, 0x6b,
0x5c, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x5c, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x5c,
0x5c, 0x41, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5c, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x5c,
0x56, 0x31, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02,
0x18, 0x53, 0x64, 0x6b, 0x3a, 0x3a, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x3a, 0x3a, 0x4d,
0x18, 0x53, 0x64, 0x6b, 0x3a, 0x3a, 0x41, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x3a, 0x4d,
0x6f, 0x64, 0x75, 0x6c, 0x65, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f,
0x33,
}
var (
file_sdk_builder_module_v1_module_proto_rawDescOnce sync.Once
file_sdk_builder_module_v1_module_proto_rawDescData = file_sdk_builder_module_v1_module_proto_rawDesc
file_sdk_auction_module_v1_module_proto_rawDescOnce sync.Once
file_sdk_auction_module_v1_module_proto_rawDescData = file_sdk_auction_module_v1_module_proto_rawDesc
)
func file_sdk_builder_module_v1_module_proto_rawDescGZIP() []byte {
file_sdk_builder_module_v1_module_proto_rawDescOnce.Do(func() {
file_sdk_builder_module_v1_module_proto_rawDescData = protoimpl.X.CompressGZIP(file_sdk_builder_module_v1_module_proto_rawDescData)
func file_sdk_auction_module_v1_module_proto_rawDescGZIP() []byte {
file_sdk_auction_module_v1_module_proto_rawDescOnce.Do(func() {
file_sdk_auction_module_v1_module_proto_rawDescData = protoimpl.X.CompressGZIP(file_sdk_auction_module_v1_module_proto_rawDescData)
})
return file_sdk_builder_module_v1_module_proto_rawDescData
return file_sdk_auction_module_v1_module_proto_rawDescData
}
var file_sdk_builder_module_v1_module_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
var file_sdk_builder_module_v1_module_proto_goTypes = []interface{}{
(*Module)(nil), // 0: sdk.builder.module.v1.Module
var file_sdk_auction_module_v1_module_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
var file_sdk_auction_module_v1_module_proto_goTypes = []interface{}{
(*Module)(nil), // 0: sdk.auction.module.v1.Module
}
var file_sdk_builder_module_v1_module_proto_depIdxs = []int32{
var file_sdk_auction_module_v1_module_proto_depIdxs = []int32{
0, // [0:0] is the sub-list for method output_type
0, // [0:0] is the sub-list for method input_type
0, // [0:0] is the sub-list for extension type_name
@@ -539,13 +539,13 @@ var file_sdk_builder_module_v1_module_proto_depIdxs = []int32{
0, // [0:0] is the sub-list for field type_name
}
func init() { file_sdk_builder_module_v1_module_proto_init() }
func file_sdk_builder_module_v1_module_proto_init() {
if File_sdk_builder_module_v1_module_proto != nil {
func init() { file_sdk_auction_module_v1_module_proto_init() }
func file_sdk_auction_module_v1_module_proto_init() {
if File_sdk_auction_module_v1_module_proto != nil {
return
}
if !protoimpl.UnsafeEnabled {
file_sdk_builder_module_v1_module_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
file_sdk_auction_module_v1_module_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Module); i {
case 0:
return &v.state
@@ -562,18 +562,18 @@ func file_sdk_builder_module_v1_module_proto_init() {
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_sdk_builder_module_v1_module_proto_rawDesc,
RawDescriptor: file_sdk_auction_module_v1_module_proto_rawDesc,
NumEnums: 0,
NumMessages: 1,
NumExtensions: 0,
NumServices: 0,
},
GoTypes: file_sdk_builder_module_v1_module_proto_goTypes,
DependencyIndexes: file_sdk_builder_module_v1_module_proto_depIdxs,
MessageInfos: file_sdk_builder_module_v1_module_proto_msgTypes,
GoTypes: file_sdk_auction_module_v1_module_proto_goTypes,
DependencyIndexes: file_sdk_auction_module_v1_module_proto_depIdxs,
MessageInfos: file_sdk_auction_module_v1_module_proto_msgTypes,
}.Build()
File_sdk_builder_module_v1_module_proto = out.File
file_sdk_builder_module_v1_module_proto_rawDesc = nil
file_sdk_builder_module_v1_module_proto_goTypes = nil
file_sdk_builder_module_v1_module_proto_depIdxs = nil
File_sdk_auction_module_v1_module_proto = out.File
file_sdk_auction_module_v1_module_proto_rawDesc = nil
file_sdk_auction_module_v1_module_proto_goTypes = nil
file_sdk_auction_module_v1_module_proto_depIdxs = nil
}
@@ -1,5 +1,5 @@
// Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
package builderv1
package auctionv1
import (
_ "cosmossdk.io/api/amino"
@@ -22,8 +22,8 @@ var (
)
func init() {
file_sdk_builder_v1_genesis_proto_init()
md_GenesisState = File_sdk_builder_v1_genesis_proto.Messages().ByName("GenesisState")
file_sdk_auction_v1_genesis_proto_init()
md_GenesisState = File_sdk_auction_v1_genesis_proto.Messages().ByName("GenesisState")
fd_GenesisState_params = md_GenesisState.Fields().ByName("params")
}
@@ -36,7 +36,7 @@ func (x *GenesisState) ProtoReflect() protoreflect.Message {
}
func (x *GenesisState) slowProtoReflect() protoreflect.Message {
mi := &file_sdk_builder_v1_genesis_proto_msgTypes[0]
mi := &file_sdk_auction_v1_genesis_proto_msgTypes[0]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -113,13 +113,13 @@ func (x *fastReflection_GenesisState) Range(f func(protoreflect.FieldDescriptor,
// a repeated field is populated if it is non-empty.
func (x *fastReflection_GenesisState) Has(fd protoreflect.FieldDescriptor) bool {
switch fd.FullName() {
case "sdk.builder.v1.GenesisState.params":
case "sdk.auction.v1.GenesisState.params":
return x.Params != nil
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.GenesisState"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.GenesisState"))
}
panic(fmt.Errorf("message sdk.builder.v1.GenesisState does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.GenesisState does not contain field %s", fd.FullName()))
}
}
@@ -131,13 +131,13 @@ func (x *fastReflection_GenesisState) Has(fd protoreflect.FieldDescriptor) bool
// Clear is a mutating operation and unsafe for concurrent use.
func (x *fastReflection_GenesisState) Clear(fd protoreflect.FieldDescriptor) {
switch fd.FullName() {
case "sdk.builder.v1.GenesisState.params":
case "sdk.auction.v1.GenesisState.params":
x.Params = nil
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.GenesisState"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.GenesisState"))
}
panic(fmt.Errorf("message sdk.builder.v1.GenesisState does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.GenesisState does not contain field %s", fd.FullName()))
}
}
@@ -149,14 +149,14 @@ func (x *fastReflection_GenesisState) Clear(fd protoreflect.FieldDescriptor) {
// of the value; to obtain a mutable reference, use Mutable.
func (x *fastReflection_GenesisState) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value {
switch descriptor.FullName() {
case "sdk.builder.v1.GenesisState.params":
case "sdk.auction.v1.GenesisState.params":
value := x.Params
return protoreflect.ValueOfMessage(value.ProtoReflect())
default:
if descriptor.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.GenesisState"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.GenesisState"))
}
panic(fmt.Errorf("message sdk.builder.v1.GenesisState does not contain field %s", descriptor.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.GenesisState does not contain field %s", descriptor.FullName()))
}
}
@@ -172,13 +172,13 @@ func (x *fastReflection_GenesisState) Get(descriptor protoreflect.FieldDescripto
// Set is a mutating operation and unsafe for concurrent use.
func (x *fastReflection_GenesisState) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) {
switch fd.FullName() {
case "sdk.builder.v1.GenesisState.params":
case "sdk.auction.v1.GenesisState.params":
x.Params = value.Message().Interface().(*Params)
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.GenesisState"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.GenesisState"))
}
panic(fmt.Errorf("message sdk.builder.v1.GenesisState does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.GenesisState does not contain field %s", fd.FullName()))
}
}
@@ -194,16 +194,16 @@ func (x *fastReflection_GenesisState) Set(fd protoreflect.FieldDescriptor, value
// Mutable is a mutating operation and unsafe for concurrent use.
func (x *fastReflection_GenesisState) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value {
switch fd.FullName() {
case "sdk.builder.v1.GenesisState.params":
case "sdk.auction.v1.GenesisState.params":
if x.Params == nil {
x.Params = new(Params)
}
return protoreflect.ValueOfMessage(x.Params.ProtoReflect())
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.GenesisState"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.GenesisState"))
}
panic(fmt.Errorf("message sdk.builder.v1.GenesisState does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.GenesisState does not contain field %s", fd.FullName()))
}
}
@@ -212,14 +212,14 @@ func (x *fastReflection_GenesisState) Mutable(fd protoreflect.FieldDescriptor) p
// For lists, maps, and messages, this returns a new, empty, mutable value.
func (x *fastReflection_GenesisState) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value {
switch fd.FullName() {
case "sdk.builder.v1.GenesisState.params":
case "sdk.auction.v1.GenesisState.params":
m := new(Params)
return protoreflect.ValueOfMessage(m.ProtoReflect())
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.GenesisState"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.GenesisState"))
}
panic(fmt.Errorf("message sdk.builder.v1.GenesisState does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.GenesisState does not contain field %s", fd.FullName()))
}
}
@@ -229,7 +229,7 @@ func (x *fastReflection_GenesisState) NewField(fd protoreflect.FieldDescriptor)
func (x *fastReflection_GenesisState) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
switch d.FullName() {
default:
panic(fmt.Errorf("%s is not a oneof field in sdk.builder.v1.GenesisState", d.FullName()))
panic(fmt.Errorf("%s is not a oneof field in sdk.auction.v1.GenesisState", d.FullName()))
}
panic("unreachable")
}
@@ -462,8 +462,8 @@ var (
)
func init() {
file_sdk_builder_v1_genesis_proto_init()
md_Params = File_sdk_builder_v1_genesis_proto.Messages().ByName("Params")
file_sdk_auction_v1_genesis_proto_init()
md_Params = File_sdk_auction_v1_genesis_proto.Messages().ByName("Params")
fd_Params_max_bundle_size = md_Params.Fields().ByName("max_bundle_size")
fd_Params_escrow_account_address = md_Params.Fields().ByName("escrow_account_address")
fd_Params_reserve_fee = md_Params.Fields().ByName("reserve_fee")
@@ -481,7 +481,7 @@ func (x *Params) ProtoReflect() protoreflect.Message {
}
func (x *Params) slowProtoReflect() protoreflect.Message {
mi := &file_sdk_builder_v1_genesis_proto_msgTypes[1]
mi := &file_sdk_auction_v1_genesis_proto_msgTypes[1]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -588,23 +588,23 @@ func (x *fastReflection_Params) Range(f func(protoreflect.FieldDescriptor, proto
// a repeated field is populated if it is non-empty.
func (x *fastReflection_Params) Has(fd protoreflect.FieldDescriptor) bool {
switch fd.FullName() {
case "sdk.builder.v1.Params.max_bundle_size":
case "sdk.auction.v1.Params.max_bundle_size":
return x.MaxBundleSize != uint32(0)
case "sdk.builder.v1.Params.escrow_account_address":
case "sdk.auction.v1.Params.escrow_account_address":
return len(x.EscrowAccountAddress) != 0
case "sdk.builder.v1.Params.reserve_fee":
case "sdk.auction.v1.Params.reserve_fee":
return x.ReserveFee != nil
case "sdk.builder.v1.Params.min_bid_increment":
case "sdk.auction.v1.Params.min_bid_increment":
return x.MinBidIncrement != nil
case "sdk.builder.v1.Params.front_running_protection":
case "sdk.auction.v1.Params.front_running_protection":
return x.FrontRunningProtection != false
case "sdk.builder.v1.Params.proposer_fee":
case "sdk.auction.v1.Params.proposer_fee":
return x.ProposerFee != ""
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.Params"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.Params"))
}
panic(fmt.Errorf("message sdk.builder.v1.Params does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.Params does not contain field %s", fd.FullName()))
}
}
@@ -616,23 +616,23 @@ func (x *fastReflection_Params) Has(fd protoreflect.FieldDescriptor) bool {
// Clear is a mutating operation and unsafe for concurrent use.
func (x *fastReflection_Params) Clear(fd protoreflect.FieldDescriptor) {
switch fd.FullName() {
case "sdk.builder.v1.Params.max_bundle_size":
case "sdk.auction.v1.Params.max_bundle_size":
x.MaxBundleSize = uint32(0)
case "sdk.builder.v1.Params.escrow_account_address":
case "sdk.auction.v1.Params.escrow_account_address":
x.EscrowAccountAddress = nil
case "sdk.builder.v1.Params.reserve_fee":
case "sdk.auction.v1.Params.reserve_fee":
x.ReserveFee = nil
case "sdk.builder.v1.Params.min_bid_increment":
case "sdk.auction.v1.Params.min_bid_increment":
x.MinBidIncrement = nil
case "sdk.builder.v1.Params.front_running_protection":
case "sdk.auction.v1.Params.front_running_protection":
x.FrontRunningProtection = false
case "sdk.builder.v1.Params.proposer_fee":
case "sdk.auction.v1.Params.proposer_fee":
x.ProposerFee = ""
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.Params"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.Params"))
}
panic(fmt.Errorf("message sdk.builder.v1.Params does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.Params does not contain field %s", fd.FullName()))
}
}
@@ -644,29 +644,29 @@ func (x *fastReflection_Params) Clear(fd protoreflect.FieldDescriptor) {
// of the value; to obtain a mutable reference, use Mutable.
func (x *fastReflection_Params) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value {
switch descriptor.FullName() {
case "sdk.builder.v1.Params.max_bundle_size":
case "sdk.auction.v1.Params.max_bundle_size":
value := x.MaxBundleSize
return protoreflect.ValueOfUint32(value)
case "sdk.builder.v1.Params.escrow_account_address":
case "sdk.auction.v1.Params.escrow_account_address":
value := x.EscrowAccountAddress
return protoreflect.ValueOfBytes(value)
case "sdk.builder.v1.Params.reserve_fee":
case "sdk.auction.v1.Params.reserve_fee":
value := x.ReserveFee
return protoreflect.ValueOfMessage(value.ProtoReflect())
case "sdk.builder.v1.Params.min_bid_increment":
case "sdk.auction.v1.Params.min_bid_increment":
value := x.MinBidIncrement
return protoreflect.ValueOfMessage(value.ProtoReflect())
case "sdk.builder.v1.Params.front_running_protection":
case "sdk.auction.v1.Params.front_running_protection":
value := x.FrontRunningProtection
return protoreflect.ValueOfBool(value)
case "sdk.builder.v1.Params.proposer_fee":
case "sdk.auction.v1.Params.proposer_fee":
value := x.ProposerFee
return protoreflect.ValueOfString(value)
default:
if descriptor.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.Params"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.Params"))
}
panic(fmt.Errorf("message sdk.builder.v1.Params does not contain field %s", descriptor.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.Params does not contain field %s", descriptor.FullName()))
}
}
@@ -682,23 +682,23 @@ func (x *fastReflection_Params) Get(descriptor protoreflect.FieldDescriptor) pro
// Set is a mutating operation and unsafe for concurrent use.
func (x *fastReflection_Params) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) {
switch fd.FullName() {
case "sdk.builder.v1.Params.max_bundle_size":
case "sdk.auction.v1.Params.max_bundle_size":
x.MaxBundleSize = uint32(value.Uint())
case "sdk.builder.v1.Params.escrow_account_address":
case "sdk.auction.v1.Params.escrow_account_address":
x.EscrowAccountAddress = value.Bytes()
case "sdk.builder.v1.Params.reserve_fee":
case "sdk.auction.v1.Params.reserve_fee":
x.ReserveFee = value.Message().Interface().(*v1beta1.Coin)
case "sdk.builder.v1.Params.min_bid_increment":
case "sdk.auction.v1.Params.min_bid_increment":
x.MinBidIncrement = value.Message().Interface().(*v1beta1.Coin)
case "sdk.builder.v1.Params.front_running_protection":
case "sdk.auction.v1.Params.front_running_protection":
x.FrontRunningProtection = value.Bool()
case "sdk.builder.v1.Params.proposer_fee":
case "sdk.auction.v1.Params.proposer_fee":
x.ProposerFee = value.Interface().(string)
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.Params"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.Params"))
}
panic(fmt.Errorf("message sdk.builder.v1.Params does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.Params does not contain field %s", fd.FullName()))
}
}
@@ -714,29 +714,29 @@ func (x *fastReflection_Params) Set(fd protoreflect.FieldDescriptor, value proto
// Mutable is a mutating operation and unsafe for concurrent use.
func (x *fastReflection_Params) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value {
switch fd.FullName() {
case "sdk.builder.v1.Params.reserve_fee":
case "sdk.auction.v1.Params.reserve_fee":
if x.ReserveFee == nil {
x.ReserveFee = new(v1beta1.Coin)
}
return protoreflect.ValueOfMessage(x.ReserveFee.ProtoReflect())
case "sdk.builder.v1.Params.min_bid_increment":
case "sdk.auction.v1.Params.min_bid_increment":
if x.MinBidIncrement == nil {
x.MinBidIncrement = new(v1beta1.Coin)
}
return protoreflect.ValueOfMessage(x.MinBidIncrement.ProtoReflect())
case "sdk.builder.v1.Params.max_bundle_size":
panic(fmt.Errorf("field max_bundle_size of message sdk.builder.v1.Params is not mutable"))
case "sdk.builder.v1.Params.escrow_account_address":
panic(fmt.Errorf("field escrow_account_address of message sdk.builder.v1.Params is not mutable"))
case "sdk.builder.v1.Params.front_running_protection":
panic(fmt.Errorf("field front_running_protection of message sdk.builder.v1.Params is not mutable"))
case "sdk.builder.v1.Params.proposer_fee":
panic(fmt.Errorf("field proposer_fee of message sdk.builder.v1.Params is not mutable"))
case "sdk.auction.v1.Params.max_bundle_size":
panic(fmt.Errorf("field max_bundle_size of message sdk.auction.v1.Params is not mutable"))
case "sdk.auction.v1.Params.escrow_account_address":
panic(fmt.Errorf("field escrow_account_address of message sdk.auction.v1.Params is not mutable"))
case "sdk.auction.v1.Params.front_running_protection":
panic(fmt.Errorf("field front_running_protection of message sdk.auction.v1.Params is not mutable"))
case "sdk.auction.v1.Params.proposer_fee":
panic(fmt.Errorf("field proposer_fee of message sdk.auction.v1.Params is not mutable"))
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.Params"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.Params"))
}
panic(fmt.Errorf("message sdk.builder.v1.Params does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.Params does not contain field %s", fd.FullName()))
}
}
@@ -745,25 +745,25 @@ func (x *fastReflection_Params) Mutable(fd protoreflect.FieldDescriptor) protore
// For lists, maps, and messages, this returns a new, empty, mutable value.
func (x *fastReflection_Params) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value {
switch fd.FullName() {
case "sdk.builder.v1.Params.max_bundle_size":
case "sdk.auction.v1.Params.max_bundle_size":
return protoreflect.ValueOfUint32(uint32(0))
case "sdk.builder.v1.Params.escrow_account_address":
case "sdk.auction.v1.Params.escrow_account_address":
return protoreflect.ValueOfBytes(nil)
case "sdk.builder.v1.Params.reserve_fee":
case "sdk.auction.v1.Params.reserve_fee":
m := new(v1beta1.Coin)
return protoreflect.ValueOfMessage(m.ProtoReflect())
case "sdk.builder.v1.Params.min_bid_increment":
case "sdk.auction.v1.Params.min_bid_increment":
m := new(v1beta1.Coin)
return protoreflect.ValueOfMessage(m.ProtoReflect())
case "sdk.builder.v1.Params.front_running_protection":
case "sdk.auction.v1.Params.front_running_protection":
return protoreflect.ValueOfBool(false)
case "sdk.builder.v1.Params.proposer_fee":
case "sdk.auction.v1.Params.proposer_fee":
return protoreflect.ValueOfString("")
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.Params"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.Params"))
}
panic(fmt.Errorf("message sdk.builder.v1.Params does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.Params does not contain field %s", fd.FullName()))
}
}
@@ -773,7 +773,7 @@ func (x *fastReflection_Params) NewField(fd protoreflect.FieldDescriptor) protor
func (x *fastReflection_Params) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
switch d.FullName() {
default:
panic(fmt.Errorf("%s is not a oneof field in sdk.builder.v1.Params", d.FullName()))
panic(fmt.Errorf("%s is not a oneof field in sdk.auction.v1.Params", d.FullName()))
}
panic("unreachable")
}
@@ -1201,7 +1201,7 @@ func (x *fastReflection_Params) ProtoMethods() *protoiface.Methods {
// versions:
// protoc-gen-go v1.27.0
// protoc (unknown)
// source: sdk/builder/v1/genesis.proto
// source: sdk/auction/v1/genesis.proto
const (
// Verify that this generated code is sufficiently up-to-date.
@@ -1210,7 +1210,7 @@ const (
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
// GenesisState defines the genesis state of the x/builder module.
// GenesisState defines the genesis state of the x/auction module.
type GenesisState struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
@@ -1222,7 +1222,7 @@ type GenesisState struct {
func (x *GenesisState) Reset() {
*x = GenesisState{}
if protoimpl.UnsafeEnabled {
mi := &file_sdk_builder_v1_genesis_proto_msgTypes[0]
mi := &file_sdk_auction_v1_genesis_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -1236,7 +1236,7 @@ func (*GenesisState) ProtoMessage() {}
// Deprecated: Use GenesisState.ProtoReflect.Descriptor instead.
func (*GenesisState) Descriptor() ([]byte, []int) {
return file_sdk_builder_v1_genesis_proto_rawDescGZIP(), []int{0}
return file_sdk_auction_v1_genesis_proto_rawDescGZIP(), []int{0}
}
func (x *GenesisState) GetParams() *Params {
@@ -1246,7 +1246,7 @@ func (x *GenesisState) GetParams() *Params {
return nil
}
// Params defines the parameters of the x/builder module.
// Params defines the parameters of the x/auction module.
type Params struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
@@ -1274,7 +1274,7 @@ type Params struct {
func (x *Params) Reset() {
*x = Params{}
if protoimpl.UnsafeEnabled {
mi := &file_sdk_builder_v1_genesis_proto_msgTypes[1]
mi := &file_sdk_auction_v1_genesis_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -1288,7 +1288,7 @@ func (*Params) ProtoMessage() {}
// Deprecated: Use Params.ProtoReflect.Descriptor instead.
func (*Params) Descriptor() ([]byte, []int) {
return file_sdk_builder_v1_genesis_proto_rawDescGZIP(), []int{1}
return file_sdk_auction_v1_genesis_proto_rawDescGZIP(), []int{1}
}
func (x *Params) GetMaxBundleSize() uint32 {
@@ -1333,12 +1333,12 @@ func (x *Params) GetProposerFee() string {
return ""
}
var File_sdk_builder_v1_genesis_proto protoreflect.FileDescriptor
var File_sdk_auction_v1_genesis_proto protoreflect.FileDescriptor
var file_sdk_builder_v1_genesis_proto_rawDesc = []byte{
0x0a, 0x1c, 0x73, 0x64, 0x6b, 0x2f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2f, 0x76, 0x31,
var file_sdk_auction_v1_genesis_proto_rawDesc = []byte{
0x0a, 0x1c, 0x73, 0x64, 0x6b, 0x2f, 0x61, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x76, 0x31,
0x2f, 0x67, 0x65, 0x6e, 0x65, 0x73, 0x69, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0e,
0x73, 0x64, 0x6b, 0x2e, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x1a, 0x14,
0x73, 0x64, 0x6b, 0x2e, 0x61, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x1a, 0x14,
0x67, 0x6f, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x67, 0x6f, 0x2e, 0x70,
0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1e, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2f, 0x62, 0x61, 0x73,
0x65, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x2f, 0x63, 0x6f, 0x69, 0x6e, 0x2e, 0x70,
@@ -1347,7 +1347,7 @@ var file_sdk_builder_v1_genesis_proto_rawDesc = []byte{
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x70, 0x72, 0x6f,
0x74, 0x6f, 0x22, 0x44, 0x0a, 0x0c, 0x47, 0x65, 0x6e, 0x65, 0x73, 0x69, 0x73, 0x53, 0x74, 0x61,
0x74, 0x65, 0x12, 0x34, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x18, 0x01, 0x20, 0x01,
0x28, 0x0b, 0x32, 0x16, 0x2e, 0x73, 0x64, 0x6b, 0x2e, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72,
0x28, 0x0b, 0x32, 0x16, 0x2e, 0x73, 0x64, 0x6b, 0x2e, 0x61, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e,
0x2e, 0x76, 0x31, 0x2e, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x42, 0x04, 0xc8, 0xde, 0x1f, 0x00,
0x52, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x22, 0xb5, 0x03, 0x0a, 0x06, 0x50, 0x61, 0x72,
0x61, 0x6d, 0x73, 0x12, 0x26, 0x0a, 0x0f, 0x6d, 0x61, 0x78, 0x5f, 0x62, 0x75, 0x6e, 0x64, 0x6c,
@@ -1376,43 +1376,43 @@ var file_sdk_builder_v1_genesis_proto_rawDesc = []byte{
0xb4, 0x2d, 0x0a, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x44, 0x65, 0x63, 0xa8, 0xe7, 0xb0,
0x2a, 0x01, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x46, 0x65, 0x65, 0x3a,
0x1f, 0x8a, 0xe7, 0xb0, 0x2a, 0x1a, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x2d, 0x73, 0x64, 0x6b, 0x2f,
0x78, 0x2f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2f, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73,
0x42, 0xa7, 0x01, 0x0a, 0x12, 0x63, 0x6f, 0x6d, 0x2e, 0x73, 0x64, 0x6b, 0x2e, 0x62, 0x75, 0x69,
0x6c, 0x64, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x42, 0x0c, 0x47, 0x65, 0x6e, 0x65, 0x73, 0x69, 0x73,
0x78, 0x2f, 0x61, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73,
0x42, 0xa7, 0x01, 0x0a, 0x12, 0x63, 0x6f, 0x6d, 0x2e, 0x73, 0x64, 0x6b, 0x2e, 0x61, 0x75, 0x63,
0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x42, 0x0c, 0x47, 0x65, 0x6e, 0x65, 0x73, 0x69, 0x73,
0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x29, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x73,
0x64, 0x6b, 0x2e, 0x69, 0x6f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x73, 0x64, 0x6b, 0x2f, 0x62, 0x75,
0x69, 0x6c, 0x64, 0x65, 0x72, 0x2f, 0x76, 0x31, 0x3b, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72,
0x76, 0x31, 0xa2, 0x02, 0x03, 0x53, 0x42, 0x58, 0xaa, 0x02, 0x0e, 0x53, 0x64, 0x6b, 0x2e, 0x42,
0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x0e, 0x53, 0x64, 0x6b, 0x5c,
0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x5c, 0x56, 0x31, 0xe2, 0x02, 0x1a, 0x53, 0x64, 0x6b,
0x5c, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x5c, 0x56, 0x31, 0x5c, 0x47, 0x50, 0x42, 0x4d,
0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x10, 0x53, 0x64, 0x6b, 0x3a, 0x3a, 0x42,
0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
0x64, 0x6b, 0x2e, 0x69, 0x6f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x73, 0x64, 0x6b, 0x2f, 0x61, 0x75,
0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x76, 0x31, 0x3b, 0x61, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e,
0x76, 0x31, 0xa2, 0x02, 0x03, 0x53, 0x41, 0x58, 0xaa, 0x02, 0x0e, 0x53, 0x64, 0x6b, 0x2e, 0x41,
0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x0e, 0x53, 0x64, 0x6b, 0x5c,
0x41, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5c, 0x56, 0x31, 0xe2, 0x02, 0x1a, 0x53, 0x64, 0x6b,
0x5c, 0x41, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5c, 0x56, 0x31, 0x5c, 0x47, 0x50, 0x42, 0x4d,
0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x10, 0x53, 0x64, 0x6b, 0x3a, 0x3a, 0x41,
0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
0x6f, 0x33,
}
var (
file_sdk_builder_v1_genesis_proto_rawDescOnce sync.Once
file_sdk_builder_v1_genesis_proto_rawDescData = file_sdk_builder_v1_genesis_proto_rawDesc
file_sdk_auction_v1_genesis_proto_rawDescOnce sync.Once
file_sdk_auction_v1_genesis_proto_rawDescData = file_sdk_auction_v1_genesis_proto_rawDesc
)
func file_sdk_builder_v1_genesis_proto_rawDescGZIP() []byte {
file_sdk_builder_v1_genesis_proto_rawDescOnce.Do(func() {
file_sdk_builder_v1_genesis_proto_rawDescData = protoimpl.X.CompressGZIP(file_sdk_builder_v1_genesis_proto_rawDescData)
func file_sdk_auction_v1_genesis_proto_rawDescGZIP() []byte {
file_sdk_auction_v1_genesis_proto_rawDescOnce.Do(func() {
file_sdk_auction_v1_genesis_proto_rawDescData = protoimpl.X.CompressGZIP(file_sdk_auction_v1_genesis_proto_rawDescData)
})
return file_sdk_builder_v1_genesis_proto_rawDescData
return file_sdk_auction_v1_genesis_proto_rawDescData
}
var file_sdk_builder_v1_genesis_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
var file_sdk_builder_v1_genesis_proto_goTypes = []interface{}{
(*GenesisState)(nil), // 0: sdk.builder.v1.GenesisState
(*Params)(nil), // 1: sdk.builder.v1.Params
var file_sdk_auction_v1_genesis_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
var file_sdk_auction_v1_genesis_proto_goTypes = []interface{}{
(*GenesisState)(nil), // 0: sdk.auction.v1.GenesisState
(*Params)(nil), // 1: sdk.auction.v1.Params
(*v1beta1.Coin)(nil), // 2: cosmos.base.v1beta1.Coin
}
var file_sdk_builder_v1_genesis_proto_depIdxs = []int32{
1, // 0: sdk.builder.v1.GenesisState.params:type_name -> sdk.builder.v1.Params
2, // 1: sdk.builder.v1.Params.reserve_fee:type_name -> cosmos.base.v1beta1.Coin
2, // 2: sdk.builder.v1.Params.min_bid_increment:type_name -> cosmos.base.v1beta1.Coin
var file_sdk_auction_v1_genesis_proto_depIdxs = []int32{
1, // 0: sdk.auction.v1.GenesisState.params:type_name -> sdk.auction.v1.Params
2, // 1: sdk.auction.v1.Params.reserve_fee:type_name -> cosmos.base.v1beta1.Coin
2, // 2: sdk.auction.v1.Params.min_bid_increment:type_name -> cosmos.base.v1beta1.Coin
3, // [3:3] is the sub-list for method output_type
3, // [3:3] is the sub-list for method input_type
3, // [3:3] is the sub-list for extension type_name
@@ -1420,13 +1420,13 @@ var file_sdk_builder_v1_genesis_proto_depIdxs = []int32{
0, // [0:3] is the sub-list for field type_name
}
func init() { file_sdk_builder_v1_genesis_proto_init() }
func file_sdk_builder_v1_genesis_proto_init() {
if File_sdk_builder_v1_genesis_proto != nil {
func init() { file_sdk_auction_v1_genesis_proto_init() }
func file_sdk_auction_v1_genesis_proto_init() {
if File_sdk_auction_v1_genesis_proto != nil {
return
}
if !protoimpl.UnsafeEnabled {
file_sdk_builder_v1_genesis_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
file_sdk_auction_v1_genesis_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GenesisState); i {
case 0:
return &v.state
@@ -1438,7 +1438,7 @@ func file_sdk_builder_v1_genesis_proto_init() {
return nil
}
}
file_sdk_builder_v1_genesis_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
file_sdk_auction_v1_genesis_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Params); i {
case 0:
return &v.state
@@ -1455,18 +1455,18 @@ func file_sdk_builder_v1_genesis_proto_init() {
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_sdk_builder_v1_genesis_proto_rawDesc,
RawDescriptor: file_sdk_auction_v1_genesis_proto_rawDesc,
NumEnums: 0,
NumMessages: 2,
NumExtensions: 0,
NumServices: 0,
},
GoTypes: file_sdk_builder_v1_genesis_proto_goTypes,
DependencyIndexes: file_sdk_builder_v1_genesis_proto_depIdxs,
MessageInfos: file_sdk_builder_v1_genesis_proto_msgTypes,
GoTypes: file_sdk_auction_v1_genesis_proto_goTypes,
DependencyIndexes: file_sdk_auction_v1_genesis_proto_depIdxs,
MessageInfos: file_sdk_auction_v1_genesis_proto_msgTypes,
}.Build()
File_sdk_builder_v1_genesis_proto = out.File
file_sdk_builder_v1_genesis_proto_rawDesc = nil
file_sdk_builder_v1_genesis_proto_goTypes = nil
file_sdk_builder_v1_genesis_proto_depIdxs = nil
File_sdk_auction_v1_genesis_proto = out.File
file_sdk_auction_v1_genesis_proto_rawDesc = nil
file_sdk_auction_v1_genesis_proto_goTypes = nil
file_sdk_auction_v1_genesis_proto_depIdxs = nil
}
@@ -1,5 +1,5 @@
// Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
package builderv1
package auctionv1
import (
_ "cosmossdk.io/api/cosmos/query/v1"
@@ -20,8 +20,8 @@ var (
)
func init() {
file_sdk_builder_v1_query_proto_init()
md_QueryParamsRequest = File_sdk_builder_v1_query_proto.Messages().ByName("QueryParamsRequest")
file_sdk_auction_v1_query_proto_init()
md_QueryParamsRequest = File_sdk_auction_v1_query_proto.Messages().ByName("QueryParamsRequest")
}
var _ protoreflect.Message = (*fastReflection_QueryParamsRequest)(nil)
@@ -33,7 +33,7 @@ func (x *QueryParamsRequest) ProtoReflect() protoreflect.Message {
}
func (x *QueryParamsRequest) slowProtoReflect() protoreflect.Message {
mi := &file_sdk_builder_v1_query_proto_msgTypes[0]
mi := &file_sdk_auction_v1_query_proto_msgTypes[0]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -106,9 +106,9 @@ func (x *fastReflection_QueryParamsRequest) Has(fd protoreflect.FieldDescriptor)
switch fd.FullName() {
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.QueryParamsRequest"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.QueryParamsRequest"))
}
panic(fmt.Errorf("message sdk.builder.v1.QueryParamsRequest does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.QueryParamsRequest does not contain field %s", fd.FullName()))
}
}
@@ -122,9 +122,9 @@ func (x *fastReflection_QueryParamsRequest) Clear(fd protoreflect.FieldDescripto
switch fd.FullName() {
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.QueryParamsRequest"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.QueryParamsRequest"))
}
panic(fmt.Errorf("message sdk.builder.v1.QueryParamsRequest does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.QueryParamsRequest does not contain field %s", fd.FullName()))
}
}
@@ -138,9 +138,9 @@ func (x *fastReflection_QueryParamsRequest) Get(descriptor protoreflect.FieldDes
switch descriptor.FullName() {
default:
if descriptor.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.QueryParamsRequest"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.QueryParamsRequest"))
}
panic(fmt.Errorf("message sdk.builder.v1.QueryParamsRequest does not contain field %s", descriptor.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.QueryParamsRequest does not contain field %s", descriptor.FullName()))
}
}
@@ -158,9 +158,9 @@ func (x *fastReflection_QueryParamsRequest) Set(fd protoreflect.FieldDescriptor,
switch fd.FullName() {
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.QueryParamsRequest"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.QueryParamsRequest"))
}
panic(fmt.Errorf("message sdk.builder.v1.QueryParamsRequest does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.QueryParamsRequest does not contain field %s", fd.FullName()))
}
}
@@ -178,9 +178,9 @@ func (x *fastReflection_QueryParamsRequest) Mutable(fd protoreflect.FieldDescrip
switch fd.FullName() {
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.QueryParamsRequest"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.QueryParamsRequest"))
}
panic(fmt.Errorf("message sdk.builder.v1.QueryParamsRequest does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.QueryParamsRequest does not contain field %s", fd.FullName()))
}
}
@@ -191,9 +191,9 @@ func (x *fastReflection_QueryParamsRequest) NewField(fd protoreflect.FieldDescri
switch fd.FullName() {
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.QueryParamsRequest"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.QueryParamsRequest"))
}
panic(fmt.Errorf("message sdk.builder.v1.QueryParamsRequest does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.QueryParamsRequest does not contain field %s", fd.FullName()))
}
}
@@ -203,7 +203,7 @@ func (x *fastReflection_QueryParamsRequest) NewField(fd protoreflect.FieldDescri
func (x *fastReflection_QueryParamsRequest) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
switch d.FullName() {
default:
panic(fmt.Errorf("%s is not a oneof field in sdk.builder.v1.QueryParamsRequest", d.FullName()))
panic(fmt.Errorf("%s is not a oneof field in sdk.auction.v1.QueryParamsRequest", d.FullName()))
}
panic("unreachable")
}
@@ -377,8 +377,8 @@ var (
)
func init() {
file_sdk_builder_v1_query_proto_init()
md_QueryParamsResponse = File_sdk_builder_v1_query_proto.Messages().ByName("QueryParamsResponse")
file_sdk_auction_v1_query_proto_init()
md_QueryParamsResponse = File_sdk_auction_v1_query_proto.Messages().ByName("QueryParamsResponse")
fd_QueryParamsResponse_params = md_QueryParamsResponse.Fields().ByName("params")
}
@@ -391,7 +391,7 @@ func (x *QueryParamsResponse) ProtoReflect() protoreflect.Message {
}
func (x *QueryParamsResponse) slowProtoReflect() protoreflect.Message {
mi := &file_sdk_builder_v1_query_proto_msgTypes[1]
mi := &file_sdk_auction_v1_query_proto_msgTypes[1]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -468,13 +468,13 @@ func (x *fastReflection_QueryParamsResponse) Range(f func(protoreflect.FieldDesc
// a repeated field is populated if it is non-empty.
func (x *fastReflection_QueryParamsResponse) Has(fd protoreflect.FieldDescriptor) bool {
switch fd.FullName() {
case "sdk.builder.v1.QueryParamsResponse.params":
case "sdk.auction.v1.QueryParamsResponse.params":
return x.Params != nil
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.QueryParamsResponse"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.QueryParamsResponse"))
}
panic(fmt.Errorf("message sdk.builder.v1.QueryParamsResponse does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.QueryParamsResponse does not contain field %s", fd.FullName()))
}
}
@@ -486,13 +486,13 @@ func (x *fastReflection_QueryParamsResponse) Has(fd protoreflect.FieldDescriptor
// Clear is a mutating operation and unsafe for concurrent use.
func (x *fastReflection_QueryParamsResponse) Clear(fd protoreflect.FieldDescriptor) {
switch fd.FullName() {
case "sdk.builder.v1.QueryParamsResponse.params":
case "sdk.auction.v1.QueryParamsResponse.params":
x.Params = nil
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.QueryParamsResponse"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.QueryParamsResponse"))
}
panic(fmt.Errorf("message sdk.builder.v1.QueryParamsResponse does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.QueryParamsResponse does not contain field %s", fd.FullName()))
}
}
@@ -504,14 +504,14 @@ func (x *fastReflection_QueryParamsResponse) Clear(fd protoreflect.FieldDescript
// of the value; to obtain a mutable reference, use Mutable.
func (x *fastReflection_QueryParamsResponse) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value {
switch descriptor.FullName() {
case "sdk.builder.v1.QueryParamsResponse.params":
case "sdk.auction.v1.QueryParamsResponse.params":
value := x.Params
return protoreflect.ValueOfMessage(value.ProtoReflect())
default:
if descriptor.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.QueryParamsResponse"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.QueryParamsResponse"))
}
panic(fmt.Errorf("message sdk.builder.v1.QueryParamsResponse does not contain field %s", descriptor.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.QueryParamsResponse does not contain field %s", descriptor.FullName()))
}
}
@@ -527,13 +527,13 @@ func (x *fastReflection_QueryParamsResponse) Get(descriptor protoreflect.FieldDe
// Set is a mutating operation and unsafe for concurrent use.
func (x *fastReflection_QueryParamsResponse) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) {
switch fd.FullName() {
case "sdk.builder.v1.QueryParamsResponse.params":
case "sdk.auction.v1.QueryParamsResponse.params":
x.Params = value.Message().Interface().(*Params)
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.QueryParamsResponse"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.QueryParamsResponse"))
}
panic(fmt.Errorf("message sdk.builder.v1.QueryParamsResponse does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.QueryParamsResponse does not contain field %s", fd.FullName()))
}
}
@@ -549,16 +549,16 @@ func (x *fastReflection_QueryParamsResponse) Set(fd protoreflect.FieldDescriptor
// Mutable is a mutating operation and unsafe for concurrent use.
func (x *fastReflection_QueryParamsResponse) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value {
switch fd.FullName() {
case "sdk.builder.v1.QueryParamsResponse.params":
case "sdk.auction.v1.QueryParamsResponse.params":
if x.Params == nil {
x.Params = new(Params)
}
return protoreflect.ValueOfMessage(x.Params.ProtoReflect())
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.QueryParamsResponse"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.QueryParamsResponse"))
}
panic(fmt.Errorf("message sdk.builder.v1.QueryParamsResponse does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.QueryParamsResponse does not contain field %s", fd.FullName()))
}
}
@@ -567,14 +567,14 @@ func (x *fastReflection_QueryParamsResponse) Mutable(fd protoreflect.FieldDescri
// For lists, maps, and messages, this returns a new, empty, mutable value.
func (x *fastReflection_QueryParamsResponse) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value {
switch fd.FullName() {
case "sdk.builder.v1.QueryParamsResponse.params":
case "sdk.auction.v1.QueryParamsResponse.params":
m := new(Params)
return protoreflect.ValueOfMessage(m.ProtoReflect())
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.QueryParamsResponse"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.QueryParamsResponse"))
}
panic(fmt.Errorf("message sdk.builder.v1.QueryParamsResponse does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.QueryParamsResponse does not contain field %s", fd.FullName()))
}
}
@@ -584,7 +584,7 @@ func (x *fastReflection_QueryParamsResponse) NewField(fd protoreflect.FieldDescr
func (x *fastReflection_QueryParamsResponse) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
switch d.FullName() {
default:
panic(fmt.Errorf("%s is not a oneof field in sdk.builder.v1.QueryParamsResponse", d.FullName()))
panic(fmt.Errorf("%s is not a oneof field in sdk.auction.v1.QueryParamsResponse", d.FullName()))
}
panic("unreachable")
}
@@ -810,7 +810,7 @@ func (x *fastReflection_QueryParamsResponse) ProtoMethods() *protoiface.Methods
// versions:
// protoc-gen-go v1.27.0
// protoc (unknown)
// source: sdk/builder/v1/query.proto
// source: sdk/auction/v1/query.proto
const (
// Verify that this generated code is sufficiently up-to-date.
@@ -829,7 +829,7 @@ type QueryParamsRequest struct {
func (x *QueryParamsRequest) Reset() {
*x = QueryParamsRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_sdk_builder_v1_query_proto_msgTypes[0]
mi := &file_sdk_auction_v1_query_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -843,7 +843,7 @@ func (*QueryParamsRequest) ProtoMessage() {}
// Deprecated: Use QueryParamsRequest.ProtoReflect.Descriptor instead.
func (*QueryParamsRequest) Descriptor() ([]byte, []int) {
return file_sdk_builder_v1_query_proto_rawDescGZIP(), []int{0}
return file_sdk_auction_v1_query_proto_rawDescGZIP(), []int{0}
}
// QueryParamsResponse is the response type for the Query/Params RPC method.
@@ -859,7 +859,7 @@ type QueryParamsResponse struct {
func (x *QueryParamsResponse) Reset() {
*x = QueryParamsResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_sdk_builder_v1_query_proto_msgTypes[1]
mi := &file_sdk_auction_v1_query_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -873,7 +873,7 @@ func (*QueryParamsResponse) ProtoMessage() {}
// Deprecated: Use QueryParamsResponse.ProtoReflect.Descriptor instead.
func (*QueryParamsResponse) Descriptor() ([]byte, []int) {
return file_sdk_builder_v1_query_proto_rawDescGZIP(), []int{1}
return file_sdk_auction_v1_query_proto_rawDescGZIP(), []int{1}
}
func (x *QueryParamsResponse) GetParams() *Params {
@@ -883,69 +883,69 @@ func (x *QueryParamsResponse) GetParams() *Params {
return nil
}
var File_sdk_builder_v1_query_proto protoreflect.FileDescriptor
var File_sdk_auction_v1_query_proto protoreflect.FileDescriptor
var file_sdk_builder_v1_query_proto_rawDesc = []byte{
0x0a, 0x1a, 0x73, 0x64, 0x6b, 0x2f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2f, 0x76, 0x31,
var file_sdk_auction_v1_query_proto_rawDesc = []byte{
0x0a, 0x1a, 0x73, 0x64, 0x6b, 0x2f, 0x61, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x76, 0x31,
0x2f, 0x71, 0x75, 0x65, 0x72, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0e, 0x73, 0x64,
0x6b, 0x2e, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x1a, 0x14, 0x67, 0x6f,
0x6b, 0x2e, 0x61, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x1a, 0x14, 0x67, 0x6f,
0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x67, 0x6f, 0x2e, 0x70, 0x72, 0x6f,
0x74, 0x6f, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61,
0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
0x1a, 0x1b, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2f, 0x71, 0x75, 0x65, 0x72, 0x79, 0x2f, 0x76,
0x31, 0x2f, 0x71, 0x75, 0x65, 0x72, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1c, 0x73,
0x64, 0x6b, 0x2f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2f, 0x76, 0x31, 0x2f, 0x67, 0x65,
0x64, 0x6b, 0x2f, 0x61, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x76, 0x31, 0x2f, 0x67, 0x65,
0x6e, 0x65, 0x73, 0x69, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x14, 0x0a, 0x12, 0x51,
0x75, 0x65, 0x72, 0x79, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
0x74, 0x22, 0x4b, 0x0a, 0x13, 0x51, 0x75, 0x65, 0x72, 0x79, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73,
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x34, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x61,
0x6d, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x73, 0x64, 0x6b, 0x2e, 0x62,
0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73,
0x6d, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x73, 0x64, 0x6b, 0x2e, 0x61,
0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73,
0x42, 0x04, 0xc8, 0xde, 0x1f, 0x00, 0x52, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x32, 0x85,
0x01, 0x0a, 0x05, 0x51, 0x75, 0x65, 0x72, 0x79, 0x12, 0x7c, 0x0a, 0x06, 0x50, 0x61, 0x72, 0x61,
0x6d, 0x73, 0x12, 0x22, 0x2e, 0x73, 0x64, 0x6b, 0x2e, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72,
0x6d, 0x73, 0x12, 0x22, 0x2e, 0x73, 0x64, 0x6b, 0x2e, 0x61, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e,
0x2e, 0x76, 0x31, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x52,
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x73, 0x64, 0x6b, 0x2e, 0x62, 0x75, 0x69,
0x6c, 0x64, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x50, 0x61, 0x72,
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x73, 0x64, 0x6b, 0x2e, 0x61, 0x75, 0x63,
0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x50, 0x61, 0x72,
0x61, 0x6d, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x29, 0x88, 0xe7, 0xb0,
0x2a, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1e, 0x12, 0x1c, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b,
0x2d, 0x73, 0x64, 0x6b, 0x2f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2f, 0x76, 0x31, 0x2f,
0x2d, 0x73, 0x64, 0x6b, 0x2f, 0x61, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x76, 0x31, 0x2f,
0x70, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x42, 0xa5, 0x01, 0x0a, 0x12, 0x63, 0x6f, 0x6d, 0x2e, 0x73,
0x64, 0x6b, 0x2e, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x42, 0x0a, 0x51,
0x64, 0x6b, 0x2e, 0x61, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x42, 0x0a, 0x51,
0x75, 0x65, 0x72, 0x79, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x29, 0x63, 0x6f, 0x73,
0x6d, 0x6f, 0x73, 0x73, 0x64, 0x6b, 0x2e, 0x69, 0x6f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x73, 0x64,
0x6b, 0x2f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2f, 0x76, 0x31, 0x3b, 0x62, 0x75, 0x69,
0x6c, 0x64, 0x65, 0x72, 0x76, 0x31, 0xa2, 0x02, 0x03, 0x53, 0x42, 0x58, 0xaa, 0x02, 0x0e, 0x53,
0x64, 0x6b, 0x2e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x0e,
0x53, 0x64, 0x6b, 0x5c, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x5c, 0x56, 0x31, 0xe2, 0x02,
0x1a, 0x53, 0x64, 0x6b, 0x5c, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x5c, 0x56, 0x31, 0x5c,
0x6b, 0x2f, 0x61, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x76, 0x31, 0x3b, 0x61, 0x75, 0x63,
0x74, 0x69, 0x6f, 0x6e, 0x76, 0x31, 0xa2, 0x02, 0x03, 0x53, 0x41, 0x58, 0xaa, 0x02, 0x0e, 0x53,
0x64, 0x6b, 0x2e, 0x41, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x0e,
0x53, 0x64, 0x6b, 0x5c, 0x41, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5c, 0x56, 0x31, 0xe2, 0x02,
0x1a, 0x53, 0x64, 0x6b, 0x5c, 0x41, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5c, 0x56, 0x31, 0x5c,
0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x10, 0x53, 0x64,
0x6b, 0x3a, 0x3a, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06,
0x6b, 0x3a, 0x3a, 0x41, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06,
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}
var (
file_sdk_builder_v1_query_proto_rawDescOnce sync.Once
file_sdk_builder_v1_query_proto_rawDescData = file_sdk_builder_v1_query_proto_rawDesc
file_sdk_auction_v1_query_proto_rawDescOnce sync.Once
file_sdk_auction_v1_query_proto_rawDescData = file_sdk_auction_v1_query_proto_rawDesc
)
func file_sdk_builder_v1_query_proto_rawDescGZIP() []byte {
file_sdk_builder_v1_query_proto_rawDescOnce.Do(func() {
file_sdk_builder_v1_query_proto_rawDescData = protoimpl.X.CompressGZIP(file_sdk_builder_v1_query_proto_rawDescData)
func file_sdk_auction_v1_query_proto_rawDescGZIP() []byte {
file_sdk_auction_v1_query_proto_rawDescOnce.Do(func() {
file_sdk_auction_v1_query_proto_rawDescData = protoimpl.X.CompressGZIP(file_sdk_auction_v1_query_proto_rawDescData)
})
return file_sdk_builder_v1_query_proto_rawDescData
return file_sdk_auction_v1_query_proto_rawDescData
}
var file_sdk_builder_v1_query_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
var file_sdk_builder_v1_query_proto_goTypes = []interface{}{
(*QueryParamsRequest)(nil), // 0: sdk.builder.v1.QueryParamsRequest
(*QueryParamsResponse)(nil), // 1: sdk.builder.v1.QueryParamsResponse
(*Params)(nil), // 2: sdk.builder.v1.Params
var file_sdk_auction_v1_query_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
var file_sdk_auction_v1_query_proto_goTypes = []interface{}{
(*QueryParamsRequest)(nil), // 0: sdk.auction.v1.QueryParamsRequest
(*QueryParamsResponse)(nil), // 1: sdk.auction.v1.QueryParamsResponse
(*Params)(nil), // 2: sdk.auction.v1.Params
}
var file_sdk_builder_v1_query_proto_depIdxs = []int32{
2, // 0: sdk.builder.v1.QueryParamsResponse.params:type_name -> sdk.builder.v1.Params
0, // 1: sdk.builder.v1.Query.Params:input_type -> sdk.builder.v1.QueryParamsRequest
1, // 2: sdk.builder.v1.Query.Params:output_type -> sdk.builder.v1.QueryParamsResponse
var file_sdk_auction_v1_query_proto_depIdxs = []int32{
2, // 0: sdk.auction.v1.QueryParamsResponse.params:type_name -> sdk.auction.v1.Params
0, // 1: sdk.auction.v1.Query.Params:input_type -> sdk.auction.v1.QueryParamsRequest
1, // 2: sdk.auction.v1.Query.Params:output_type -> sdk.auction.v1.QueryParamsResponse
2, // [2:3] is the sub-list for method output_type
1, // [1:2] is the sub-list for method input_type
1, // [1:1] is the sub-list for extension type_name
@@ -953,14 +953,14 @@ var file_sdk_builder_v1_query_proto_depIdxs = []int32{
0, // [0:1] is the sub-list for field type_name
}
func init() { file_sdk_builder_v1_query_proto_init() }
func file_sdk_builder_v1_query_proto_init() {
if File_sdk_builder_v1_query_proto != nil {
func init() { file_sdk_auction_v1_query_proto_init() }
func file_sdk_auction_v1_query_proto_init() {
if File_sdk_auction_v1_query_proto != nil {
return
}
file_sdk_builder_v1_genesis_proto_init()
file_sdk_auction_v1_genesis_proto_init()
if !protoimpl.UnsafeEnabled {
file_sdk_builder_v1_query_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
file_sdk_auction_v1_query_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*QueryParamsRequest); i {
case 0:
return &v.state
@@ -972,7 +972,7 @@ func file_sdk_builder_v1_query_proto_init() {
return nil
}
}
file_sdk_builder_v1_query_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
file_sdk_auction_v1_query_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*QueryParamsResponse); i {
case 0:
return &v.state
@@ -989,18 +989,18 @@ func file_sdk_builder_v1_query_proto_init() {
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_sdk_builder_v1_query_proto_rawDesc,
RawDescriptor: file_sdk_auction_v1_query_proto_rawDesc,
NumEnums: 0,
NumMessages: 2,
NumExtensions: 0,
NumServices: 1,
},
GoTypes: file_sdk_builder_v1_query_proto_goTypes,
DependencyIndexes: file_sdk_builder_v1_query_proto_depIdxs,
MessageInfos: file_sdk_builder_v1_query_proto_msgTypes,
GoTypes: file_sdk_auction_v1_query_proto_goTypes,
DependencyIndexes: file_sdk_auction_v1_query_proto_depIdxs,
MessageInfos: file_sdk_auction_v1_query_proto_msgTypes,
}.Build()
File_sdk_builder_v1_query_proto = out.File
file_sdk_builder_v1_query_proto_rawDesc = nil
file_sdk_builder_v1_query_proto_goTypes = nil
file_sdk_builder_v1_query_proto_depIdxs = nil
File_sdk_auction_v1_query_proto = out.File
file_sdk_auction_v1_query_proto_rawDesc = nil
file_sdk_auction_v1_query_proto_goTypes = nil
file_sdk_auction_v1_query_proto_depIdxs = nil
}
@@ -2,9 +2,9 @@
// versions:
// - protoc-gen-go-grpc v1.3.0
// - protoc (unknown)
// source: sdk/builder/v1/query.proto
// source: sdk/auction/v1/query.proto
package builderv1
package auctionv1
import (
context "context"
@@ -19,14 +19,14 @@ import (
const _ = grpc.SupportPackageIsVersion7
const (
Query_Params_FullMethodName = "/sdk.builder.v1.Query/Params"
Query_Params_FullMethodName = "/sdk.auction.v1.Query/Params"
)
// QueryClient is the client API for Query service.
//
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
type QueryClient interface {
// Params queries the parameters of the x/builder module.
// Params queries the parameters of the x/auction module.
Params(ctx context.Context, in *QueryParamsRequest, opts ...grpc.CallOption) (*QueryParamsResponse, error)
}
@@ -51,7 +51,7 @@ func (c *queryClient) Params(ctx context.Context, in *QueryParamsRequest, opts .
// All implementations must embed UnimplementedQueryServer
// for forward compatibility
type QueryServer interface {
// Params queries the parameters of the x/builder module.
// Params queries the parameters of the x/auction module.
Params(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error)
mustEmbedUnimplementedQueryServer()
}
@@ -98,7 +98,7 @@ func _Query_Params_Handler(srv interface{}, ctx context.Context, dec func(interf
// It's only intended for direct use with grpc.RegisterService,
// and not to be introspected or modified (even as a copy)
var Query_ServiceDesc = grpc.ServiceDesc{
ServiceName: "sdk.builder.v1.Query",
ServiceName: "sdk.auction.v1.Query",
HandlerType: (*QueryServer)(nil),
Methods: []grpc.MethodDesc{
{
@@ -107,5 +107,5 @@ var Query_ServiceDesc = grpc.ServiceDesc{
},
},
Streams: []grpc.StreamDesc{},
Metadata: "sdk/builder/v1/query.proto",
Metadata: "sdk/auction/v1/query.proto",
}
@@ -1,5 +1,5 @@
// Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
package builderv1
package auctionv1
import (
_ "cosmossdk.io/api/amino"
@@ -72,8 +72,8 @@ var (
)
func init() {
file_sdk_builder_v1_tx_proto_init()
md_MsgAuctionBid = File_sdk_builder_v1_tx_proto.Messages().ByName("MsgAuctionBid")
file_sdk_auction_v1_tx_proto_init()
md_MsgAuctionBid = File_sdk_auction_v1_tx_proto.Messages().ByName("MsgAuctionBid")
fd_MsgAuctionBid_bidder = md_MsgAuctionBid.Fields().ByName("bidder")
fd_MsgAuctionBid_bid = md_MsgAuctionBid.Fields().ByName("bid")
fd_MsgAuctionBid_transactions = md_MsgAuctionBid.Fields().ByName("transactions")
@@ -88,7 +88,7 @@ func (x *MsgAuctionBid) ProtoReflect() protoreflect.Message {
}
func (x *MsgAuctionBid) slowProtoReflect() protoreflect.Message {
mi := &file_sdk_builder_v1_tx_proto_msgTypes[0]
mi := &file_sdk_auction_v1_tx_proto_msgTypes[0]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -177,17 +177,17 @@ func (x *fastReflection_MsgAuctionBid) Range(f func(protoreflect.FieldDescriptor
// a repeated field is populated if it is non-empty.
func (x *fastReflection_MsgAuctionBid) Has(fd protoreflect.FieldDescriptor) bool {
switch fd.FullName() {
case "sdk.builder.v1.MsgAuctionBid.bidder":
case "sdk.auction.v1.MsgAuctionBid.bidder":
return x.Bidder != ""
case "sdk.builder.v1.MsgAuctionBid.bid":
case "sdk.auction.v1.MsgAuctionBid.bid":
return x.Bid != nil
case "sdk.builder.v1.MsgAuctionBid.transactions":
case "sdk.auction.v1.MsgAuctionBid.transactions":
return len(x.Transactions) != 0
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.MsgAuctionBid"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.MsgAuctionBid"))
}
panic(fmt.Errorf("message sdk.builder.v1.MsgAuctionBid does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.MsgAuctionBid does not contain field %s", fd.FullName()))
}
}
@@ -199,17 +199,17 @@ func (x *fastReflection_MsgAuctionBid) Has(fd protoreflect.FieldDescriptor) bool
// Clear is a mutating operation and unsafe for concurrent use.
func (x *fastReflection_MsgAuctionBid) Clear(fd protoreflect.FieldDescriptor) {
switch fd.FullName() {
case "sdk.builder.v1.MsgAuctionBid.bidder":
case "sdk.auction.v1.MsgAuctionBid.bidder":
x.Bidder = ""
case "sdk.builder.v1.MsgAuctionBid.bid":
case "sdk.auction.v1.MsgAuctionBid.bid":
x.Bid = nil
case "sdk.builder.v1.MsgAuctionBid.transactions":
case "sdk.auction.v1.MsgAuctionBid.transactions":
x.Transactions = nil
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.MsgAuctionBid"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.MsgAuctionBid"))
}
panic(fmt.Errorf("message sdk.builder.v1.MsgAuctionBid does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.MsgAuctionBid does not contain field %s", fd.FullName()))
}
}
@@ -221,13 +221,13 @@ func (x *fastReflection_MsgAuctionBid) Clear(fd protoreflect.FieldDescriptor) {
// of the value; to obtain a mutable reference, use Mutable.
func (x *fastReflection_MsgAuctionBid) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value {
switch descriptor.FullName() {
case "sdk.builder.v1.MsgAuctionBid.bidder":
case "sdk.auction.v1.MsgAuctionBid.bidder":
value := x.Bidder
return protoreflect.ValueOfString(value)
case "sdk.builder.v1.MsgAuctionBid.bid":
case "sdk.auction.v1.MsgAuctionBid.bid":
value := x.Bid
return protoreflect.ValueOfMessage(value.ProtoReflect())
case "sdk.builder.v1.MsgAuctionBid.transactions":
case "sdk.auction.v1.MsgAuctionBid.transactions":
if len(x.Transactions) == 0 {
return protoreflect.ValueOfList(&_MsgAuctionBid_3_list{})
}
@@ -235,9 +235,9 @@ func (x *fastReflection_MsgAuctionBid) Get(descriptor protoreflect.FieldDescript
return protoreflect.ValueOfList(listValue)
default:
if descriptor.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.MsgAuctionBid"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.MsgAuctionBid"))
}
panic(fmt.Errorf("message sdk.builder.v1.MsgAuctionBid does not contain field %s", descriptor.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.MsgAuctionBid does not contain field %s", descriptor.FullName()))
}
}
@@ -253,19 +253,19 @@ func (x *fastReflection_MsgAuctionBid) Get(descriptor protoreflect.FieldDescript
// Set is a mutating operation and unsafe for concurrent use.
func (x *fastReflection_MsgAuctionBid) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) {
switch fd.FullName() {
case "sdk.builder.v1.MsgAuctionBid.bidder":
case "sdk.auction.v1.MsgAuctionBid.bidder":
x.Bidder = value.Interface().(string)
case "sdk.builder.v1.MsgAuctionBid.bid":
case "sdk.auction.v1.MsgAuctionBid.bid":
x.Bid = value.Message().Interface().(*v1beta1.Coin)
case "sdk.builder.v1.MsgAuctionBid.transactions":
case "sdk.auction.v1.MsgAuctionBid.transactions":
lv := value.List()
clv := lv.(*_MsgAuctionBid_3_list)
x.Transactions = *clv.list
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.MsgAuctionBid"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.MsgAuctionBid"))
}
panic(fmt.Errorf("message sdk.builder.v1.MsgAuctionBid does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.MsgAuctionBid does not contain field %s", fd.FullName()))
}
}
@@ -281,24 +281,24 @@ func (x *fastReflection_MsgAuctionBid) Set(fd protoreflect.FieldDescriptor, valu
// Mutable is a mutating operation and unsafe for concurrent use.
func (x *fastReflection_MsgAuctionBid) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value {
switch fd.FullName() {
case "sdk.builder.v1.MsgAuctionBid.bid":
case "sdk.auction.v1.MsgAuctionBid.bid":
if x.Bid == nil {
x.Bid = new(v1beta1.Coin)
}
return protoreflect.ValueOfMessage(x.Bid.ProtoReflect())
case "sdk.builder.v1.MsgAuctionBid.transactions":
case "sdk.auction.v1.MsgAuctionBid.transactions":
if x.Transactions == nil {
x.Transactions = [][]byte{}
}
value := &_MsgAuctionBid_3_list{list: &x.Transactions}
return protoreflect.ValueOfList(value)
case "sdk.builder.v1.MsgAuctionBid.bidder":
panic(fmt.Errorf("field bidder of message sdk.builder.v1.MsgAuctionBid is not mutable"))
case "sdk.auction.v1.MsgAuctionBid.bidder":
panic(fmt.Errorf("field bidder of message sdk.auction.v1.MsgAuctionBid is not mutable"))
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.MsgAuctionBid"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.MsgAuctionBid"))
}
panic(fmt.Errorf("message sdk.builder.v1.MsgAuctionBid does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.MsgAuctionBid does not contain field %s", fd.FullName()))
}
}
@@ -307,19 +307,19 @@ func (x *fastReflection_MsgAuctionBid) Mutable(fd protoreflect.FieldDescriptor)
// For lists, maps, and messages, this returns a new, empty, mutable value.
func (x *fastReflection_MsgAuctionBid) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value {
switch fd.FullName() {
case "sdk.builder.v1.MsgAuctionBid.bidder":
case "sdk.auction.v1.MsgAuctionBid.bidder":
return protoreflect.ValueOfString("")
case "sdk.builder.v1.MsgAuctionBid.bid":
case "sdk.auction.v1.MsgAuctionBid.bid":
m := new(v1beta1.Coin)
return protoreflect.ValueOfMessage(m.ProtoReflect())
case "sdk.builder.v1.MsgAuctionBid.transactions":
case "sdk.auction.v1.MsgAuctionBid.transactions":
list := [][]byte{}
return protoreflect.ValueOfList(&_MsgAuctionBid_3_list{list: &list})
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.MsgAuctionBid"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.MsgAuctionBid"))
}
panic(fmt.Errorf("message sdk.builder.v1.MsgAuctionBid does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.MsgAuctionBid does not contain field %s", fd.FullName()))
}
}
@@ -329,7 +329,7 @@ func (x *fastReflection_MsgAuctionBid) NewField(fd protoreflect.FieldDescriptor)
func (x *fastReflection_MsgAuctionBid) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
switch d.FullName() {
default:
panic(fmt.Errorf("%s is not a oneof field in sdk.builder.v1.MsgAuctionBid", d.FullName()))
panic(fmt.Errorf("%s is not a oneof field in sdk.auction.v1.MsgAuctionBid", d.FullName()))
}
panic("unreachable")
}
@@ -646,8 +646,8 @@ var (
)
func init() {
file_sdk_builder_v1_tx_proto_init()
md_MsgAuctionBidResponse = File_sdk_builder_v1_tx_proto.Messages().ByName("MsgAuctionBidResponse")
file_sdk_auction_v1_tx_proto_init()
md_MsgAuctionBidResponse = File_sdk_auction_v1_tx_proto.Messages().ByName("MsgAuctionBidResponse")
}
var _ protoreflect.Message = (*fastReflection_MsgAuctionBidResponse)(nil)
@@ -659,7 +659,7 @@ func (x *MsgAuctionBidResponse) ProtoReflect() protoreflect.Message {
}
func (x *MsgAuctionBidResponse) slowProtoReflect() protoreflect.Message {
mi := &file_sdk_builder_v1_tx_proto_msgTypes[1]
mi := &file_sdk_auction_v1_tx_proto_msgTypes[1]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -732,9 +732,9 @@ func (x *fastReflection_MsgAuctionBidResponse) Has(fd protoreflect.FieldDescript
switch fd.FullName() {
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.MsgAuctionBidResponse"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.MsgAuctionBidResponse"))
}
panic(fmt.Errorf("message sdk.builder.v1.MsgAuctionBidResponse does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.MsgAuctionBidResponse does not contain field %s", fd.FullName()))
}
}
@@ -748,9 +748,9 @@ func (x *fastReflection_MsgAuctionBidResponse) Clear(fd protoreflect.FieldDescri
switch fd.FullName() {
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.MsgAuctionBidResponse"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.MsgAuctionBidResponse"))
}
panic(fmt.Errorf("message sdk.builder.v1.MsgAuctionBidResponse does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.MsgAuctionBidResponse does not contain field %s", fd.FullName()))
}
}
@@ -764,9 +764,9 @@ func (x *fastReflection_MsgAuctionBidResponse) Get(descriptor protoreflect.Field
switch descriptor.FullName() {
default:
if descriptor.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.MsgAuctionBidResponse"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.MsgAuctionBidResponse"))
}
panic(fmt.Errorf("message sdk.builder.v1.MsgAuctionBidResponse does not contain field %s", descriptor.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.MsgAuctionBidResponse does not contain field %s", descriptor.FullName()))
}
}
@@ -784,9 +784,9 @@ func (x *fastReflection_MsgAuctionBidResponse) Set(fd protoreflect.FieldDescript
switch fd.FullName() {
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.MsgAuctionBidResponse"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.MsgAuctionBidResponse"))
}
panic(fmt.Errorf("message sdk.builder.v1.MsgAuctionBidResponse does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.MsgAuctionBidResponse does not contain field %s", fd.FullName()))
}
}
@@ -804,9 +804,9 @@ func (x *fastReflection_MsgAuctionBidResponse) Mutable(fd protoreflect.FieldDesc
switch fd.FullName() {
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.MsgAuctionBidResponse"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.MsgAuctionBidResponse"))
}
panic(fmt.Errorf("message sdk.builder.v1.MsgAuctionBidResponse does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.MsgAuctionBidResponse does not contain field %s", fd.FullName()))
}
}
@@ -817,9 +817,9 @@ func (x *fastReflection_MsgAuctionBidResponse) NewField(fd protoreflect.FieldDes
switch fd.FullName() {
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.MsgAuctionBidResponse"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.MsgAuctionBidResponse"))
}
panic(fmt.Errorf("message sdk.builder.v1.MsgAuctionBidResponse does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.MsgAuctionBidResponse does not contain field %s", fd.FullName()))
}
}
@@ -829,7 +829,7 @@ func (x *fastReflection_MsgAuctionBidResponse) NewField(fd protoreflect.FieldDes
func (x *fastReflection_MsgAuctionBidResponse) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
switch d.FullName() {
default:
panic(fmt.Errorf("%s is not a oneof field in sdk.builder.v1.MsgAuctionBidResponse", d.FullName()))
panic(fmt.Errorf("%s is not a oneof field in sdk.auction.v1.MsgAuctionBidResponse", d.FullName()))
}
panic("unreachable")
}
@@ -1004,8 +1004,8 @@ var (
)
func init() {
file_sdk_builder_v1_tx_proto_init()
md_MsgUpdateParams = File_sdk_builder_v1_tx_proto.Messages().ByName("MsgUpdateParams")
file_sdk_auction_v1_tx_proto_init()
md_MsgUpdateParams = File_sdk_auction_v1_tx_proto.Messages().ByName("MsgUpdateParams")
fd_MsgUpdateParams_authority = md_MsgUpdateParams.Fields().ByName("authority")
fd_MsgUpdateParams_params = md_MsgUpdateParams.Fields().ByName("params")
}
@@ -1019,7 +1019,7 @@ func (x *MsgUpdateParams) ProtoReflect() protoreflect.Message {
}
func (x *MsgUpdateParams) slowProtoReflect() protoreflect.Message {
mi := &file_sdk_builder_v1_tx_proto_msgTypes[2]
mi := &file_sdk_auction_v1_tx_proto_msgTypes[2]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -1102,15 +1102,15 @@ func (x *fastReflection_MsgUpdateParams) Range(f func(protoreflect.FieldDescript
// a repeated field is populated if it is non-empty.
func (x *fastReflection_MsgUpdateParams) Has(fd protoreflect.FieldDescriptor) bool {
switch fd.FullName() {
case "sdk.builder.v1.MsgUpdateParams.authority":
case "sdk.auction.v1.MsgUpdateParams.authority":
return x.Authority != ""
case "sdk.builder.v1.MsgUpdateParams.params":
case "sdk.auction.v1.MsgUpdateParams.params":
return x.Params != nil
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.MsgUpdateParams"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.MsgUpdateParams"))
}
panic(fmt.Errorf("message sdk.builder.v1.MsgUpdateParams does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.MsgUpdateParams does not contain field %s", fd.FullName()))
}
}
@@ -1122,15 +1122,15 @@ func (x *fastReflection_MsgUpdateParams) Has(fd protoreflect.FieldDescriptor) bo
// Clear is a mutating operation and unsafe for concurrent use.
func (x *fastReflection_MsgUpdateParams) Clear(fd protoreflect.FieldDescriptor) {
switch fd.FullName() {
case "sdk.builder.v1.MsgUpdateParams.authority":
case "sdk.auction.v1.MsgUpdateParams.authority":
x.Authority = ""
case "sdk.builder.v1.MsgUpdateParams.params":
case "sdk.auction.v1.MsgUpdateParams.params":
x.Params = nil
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.MsgUpdateParams"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.MsgUpdateParams"))
}
panic(fmt.Errorf("message sdk.builder.v1.MsgUpdateParams does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.MsgUpdateParams does not contain field %s", fd.FullName()))
}
}
@@ -1142,17 +1142,17 @@ func (x *fastReflection_MsgUpdateParams) Clear(fd protoreflect.FieldDescriptor)
// of the value; to obtain a mutable reference, use Mutable.
func (x *fastReflection_MsgUpdateParams) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value {
switch descriptor.FullName() {
case "sdk.builder.v1.MsgUpdateParams.authority":
case "sdk.auction.v1.MsgUpdateParams.authority":
value := x.Authority
return protoreflect.ValueOfString(value)
case "sdk.builder.v1.MsgUpdateParams.params":
case "sdk.auction.v1.MsgUpdateParams.params":
value := x.Params
return protoreflect.ValueOfMessage(value.ProtoReflect())
default:
if descriptor.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.MsgUpdateParams"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.MsgUpdateParams"))
}
panic(fmt.Errorf("message sdk.builder.v1.MsgUpdateParams does not contain field %s", descriptor.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.MsgUpdateParams does not contain field %s", descriptor.FullName()))
}
}
@@ -1168,15 +1168,15 @@ func (x *fastReflection_MsgUpdateParams) Get(descriptor protoreflect.FieldDescri
// Set is a mutating operation and unsafe for concurrent use.
func (x *fastReflection_MsgUpdateParams) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) {
switch fd.FullName() {
case "sdk.builder.v1.MsgUpdateParams.authority":
case "sdk.auction.v1.MsgUpdateParams.authority":
x.Authority = value.Interface().(string)
case "sdk.builder.v1.MsgUpdateParams.params":
case "sdk.auction.v1.MsgUpdateParams.params":
x.Params = value.Message().Interface().(*Params)
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.MsgUpdateParams"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.MsgUpdateParams"))
}
panic(fmt.Errorf("message sdk.builder.v1.MsgUpdateParams does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.MsgUpdateParams does not contain field %s", fd.FullName()))
}
}
@@ -1192,18 +1192,18 @@ func (x *fastReflection_MsgUpdateParams) Set(fd protoreflect.FieldDescriptor, va
// Mutable is a mutating operation and unsafe for concurrent use.
func (x *fastReflection_MsgUpdateParams) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value {
switch fd.FullName() {
case "sdk.builder.v1.MsgUpdateParams.params":
case "sdk.auction.v1.MsgUpdateParams.params":
if x.Params == nil {
x.Params = new(Params)
}
return protoreflect.ValueOfMessage(x.Params.ProtoReflect())
case "sdk.builder.v1.MsgUpdateParams.authority":
panic(fmt.Errorf("field authority of message sdk.builder.v1.MsgUpdateParams is not mutable"))
case "sdk.auction.v1.MsgUpdateParams.authority":
panic(fmt.Errorf("field authority of message sdk.auction.v1.MsgUpdateParams is not mutable"))
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.MsgUpdateParams"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.MsgUpdateParams"))
}
panic(fmt.Errorf("message sdk.builder.v1.MsgUpdateParams does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.MsgUpdateParams does not contain field %s", fd.FullName()))
}
}
@@ -1212,16 +1212,16 @@ func (x *fastReflection_MsgUpdateParams) Mutable(fd protoreflect.FieldDescriptor
// For lists, maps, and messages, this returns a new, empty, mutable value.
func (x *fastReflection_MsgUpdateParams) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value {
switch fd.FullName() {
case "sdk.builder.v1.MsgUpdateParams.authority":
case "sdk.auction.v1.MsgUpdateParams.authority":
return protoreflect.ValueOfString("")
case "sdk.builder.v1.MsgUpdateParams.params":
case "sdk.auction.v1.MsgUpdateParams.params":
m := new(Params)
return protoreflect.ValueOfMessage(m.ProtoReflect())
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.MsgUpdateParams"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.MsgUpdateParams"))
}
panic(fmt.Errorf("message sdk.builder.v1.MsgUpdateParams does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.MsgUpdateParams does not contain field %s", fd.FullName()))
}
}
@@ -1231,7 +1231,7 @@ func (x *fastReflection_MsgUpdateParams) NewField(fd protoreflect.FieldDescripto
func (x *fastReflection_MsgUpdateParams) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
switch d.FullName() {
default:
panic(fmt.Errorf("%s is not a oneof field in sdk.builder.v1.MsgUpdateParams", d.FullName()))
panic(fmt.Errorf("%s is not a oneof field in sdk.auction.v1.MsgUpdateParams", d.FullName()))
}
panic("unreachable")
}
@@ -1501,8 +1501,8 @@ var (
)
func init() {
file_sdk_builder_v1_tx_proto_init()
md_MsgUpdateParamsResponse = File_sdk_builder_v1_tx_proto.Messages().ByName("MsgUpdateParamsResponse")
file_sdk_auction_v1_tx_proto_init()
md_MsgUpdateParamsResponse = File_sdk_auction_v1_tx_proto.Messages().ByName("MsgUpdateParamsResponse")
}
var _ protoreflect.Message = (*fastReflection_MsgUpdateParamsResponse)(nil)
@@ -1514,7 +1514,7 @@ func (x *MsgUpdateParamsResponse) ProtoReflect() protoreflect.Message {
}
func (x *MsgUpdateParamsResponse) slowProtoReflect() protoreflect.Message {
mi := &file_sdk_builder_v1_tx_proto_msgTypes[3]
mi := &file_sdk_auction_v1_tx_proto_msgTypes[3]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -1587,9 +1587,9 @@ func (x *fastReflection_MsgUpdateParamsResponse) Has(fd protoreflect.FieldDescri
switch fd.FullName() {
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.MsgUpdateParamsResponse"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.MsgUpdateParamsResponse"))
}
panic(fmt.Errorf("message sdk.builder.v1.MsgUpdateParamsResponse does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.MsgUpdateParamsResponse does not contain field %s", fd.FullName()))
}
}
@@ -1603,9 +1603,9 @@ func (x *fastReflection_MsgUpdateParamsResponse) Clear(fd protoreflect.FieldDesc
switch fd.FullName() {
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.MsgUpdateParamsResponse"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.MsgUpdateParamsResponse"))
}
panic(fmt.Errorf("message sdk.builder.v1.MsgUpdateParamsResponse does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.MsgUpdateParamsResponse does not contain field %s", fd.FullName()))
}
}
@@ -1619,9 +1619,9 @@ func (x *fastReflection_MsgUpdateParamsResponse) Get(descriptor protoreflect.Fie
switch descriptor.FullName() {
default:
if descriptor.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.MsgUpdateParamsResponse"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.MsgUpdateParamsResponse"))
}
panic(fmt.Errorf("message sdk.builder.v1.MsgUpdateParamsResponse does not contain field %s", descriptor.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.MsgUpdateParamsResponse does not contain field %s", descriptor.FullName()))
}
}
@@ -1639,9 +1639,9 @@ func (x *fastReflection_MsgUpdateParamsResponse) Set(fd protoreflect.FieldDescri
switch fd.FullName() {
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.MsgUpdateParamsResponse"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.MsgUpdateParamsResponse"))
}
panic(fmt.Errorf("message sdk.builder.v1.MsgUpdateParamsResponse does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.MsgUpdateParamsResponse does not contain field %s", fd.FullName()))
}
}
@@ -1659,9 +1659,9 @@ func (x *fastReflection_MsgUpdateParamsResponse) Mutable(fd protoreflect.FieldDe
switch fd.FullName() {
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.MsgUpdateParamsResponse"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.MsgUpdateParamsResponse"))
}
panic(fmt.Errorf("message sdk.builder.v1.MsgUpdateParamsResponse does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.MsgUpdateParamsResponse does not contain field %s", fd.FullName()))
}
}
@@ -1672,9 +1672,9 @@ func (x *fastReflection_MsgUpdateParamsResponse) NewField(fd protoreflect.FieldD
switch fd.FullName() {
default:
if fd.IsExtension() {
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.builder.v1.MsgUpdateParamsResponse"))
panic(fmt.Errorf("proto3 declared messages do not support extensions: sdk.auction.v1.MsgUpdateParamsResponse"))
}
panic(fmt.Errorf("message sdk.builder.v1.MsgUpdateParamsResponse does not contain field %s", fd.FullName()))
panic(fmt.Errorf("message sdk.auction.v1.MsgUpdateParamsResponse does not contain field %s", fd.FullName()))
}
}
@@ -1684,7 +1684,7 @@ func (x *fastReflection_MsgUpdateParamsResponse) NewField(fd protoreflect.FieldD
func (x *fastReflection_MsgUpdateParamsResponse) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
switch d.FullName() {
default:
panic(fmt.Errorf("%s is not a oneof field in sdk.builder.v1.MsgUpdateParamsResponse", d.FullName()))
panic(fmt.Errorf("%s is not a oneof field in sdk.auction.v1.MsgUpdateParamsResponse", d.FullName()))
}
panic("unreachable")
}
@@ -1856,7 +1856,7 @@ func (x *fastReflection_MsgUpdateParamsResponse) ProtoMethods() *protoiface.Meth
// versions:
// protoc-gen-go v1.27.0
// protoc (unknown)
// source: sdk/builder/v1/tx.proto
// source: sdk/auction/v1/tx.proto
const (
// Verify that this generated code is sufficiently up-to-date.
@@ -1865,7 +1865,7 @@ const (
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
// MsgAuctionBid defines a request type for sending bids to the x/builder
// MsgAuctionBid defines a request type for sending bids to the x/auction
// module.
type MsgAuctionBid struct {
state protoimpl.MessageState
@@ -1886,7 +1886,7 @@ type MsgAuctionBid struct {
func (x *MsgAuctionBid) Reset() {
*x = MsgAuctionBid{}
if protoimpl.UnsafeEnabled {
mi := &file_sdk_builder_v1_tx_proto_msgTypes[0]
mi := &file_sdk_auction_v1_tx_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -1900,7 +1900,7 @@ func (*MsgAuctionBid) ProtoMessage() {}
// Deprecated: Use MsgAuctionBid.ProtoReflect.Descriptor instead.
func (*MsgAuctionBid) Descriptor() ([]byte, []int) {
return file_sdk_builder_v1_tx_proto_rawDescGZIP(), []int{0}
return file_sdk_auction_v1_tx_proto_rawDescGZIP(), []int{0}
}
func (x *MsgAuctionBid) GetBidder() string {
@@ -1934,7 +1934,7 @@ type MsgAuctionBidResponse struct {
func (x *MsgAuctionBidResponse) Reset() {
*x = MsgAuctionBidResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_sdk_builder_v1_tx_proto_msgTypes[1]
mi := &file_sdk_auction_v1_tx_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -1948,10 +1948,10 @@ func (*MsgAuctionBidResponse) ProtoMessage() {}
// Deprecated: Use MsgAuctionBidResponse.ProtoReflect.Descriptor instead.
func (*MsgAuctionBidResponse) Descriptor() ([]byte, []int) {
return file_sdk_builder_v1_tx_proto_rawDescGZIP(), []int{1}
return file_sdk_auction_v1_tx_proto_rawDescGZIP(), []int{1}
}
// MsgUpdateParams defines a request type for updating the x/builder module
// MsgUpdateParams defines a request type for updating the x/auction module
// parameters.
type MsgUpdateParams struct {
state protoimpl.MessageState
@@ -1959,16 +1959,16 @@ type MsgUpdateParams struct {
unknownFields protoimpl.UnknownFields
// authority is the address of the account that is authorized to update the
// x/builder module parameters.
// x/auction module parameters.
Authority string `protobuf:"bytes,1,opt,name=authority,proto3" json:"authority,omitempty"`
// params is the new parameters for the x/builder module.
// params is the new parameters for the x/auction module.
Params *Params `protobuf:"bytes,2,opt,name=params,proto3" json:"params,omitempty"`
}
func (x *MsgUpdateParams) Reset() {
*x = MsgUpdateParams{}
if protoimpl.UnsafeEnabled {
mi := &file_sdk_builder_v1_tx_proto_msgTypes[2]
mi := &file_sdk_auction_v1_tx_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -1982,7 +1982,7 @@ func (*MsgUpdateParams) ProtoMessage() {}
// Deprecated: Use MsgUpdateParams.ProtoReflect.Descriptor instead.
func (*MsgUpdateParams) Descriptor() ([]byte, []int) {
return file_sdk_builder_v1_tx_proto_rawDescGZIP(), []int{2}
return file_sdk_auction_v1_tx_proto_rawDescGZIP(), []int{2}
}
func (x *MsgUpdateParams) GetAuthority() string {
@@ -2009,7 +2009,7 @@ type MsgUpdateParamsResponse struct {
func (x *MsgUpdateParamsResponse) Reset() {
*x = MsgUpdateParamsResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_sdk_builder_v1_tx_proto_msgTypes[3]
mi := &file_sdk_auction_v1_tx_proto_msgTypes[3]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -2023,21 +2023,21 @@ func (*MsgUpdateParamsResponse) ProtoMessage() {}
// Deprecated: Use MsgUpdateParamsResponse.ProtoReflect.Descriptor instead.
func (*MsgUpdateParamsResponse) Descriptor() ([]byte, []int) {
return file_sdk_builder_v1_tx_proto_rawDescGZIP(), []int{3}
return file_sdk_auction_v1_tx_proto_rawDescGZIP(), []int{3}
}
var File_sdk_builder_v1_tx_proto protoreflect.FileDescriptor
var File_sdk_auction_v1_tx_proto protoreflect.FileDescriptor
var file_sdk_builder_v1_tx_proto_rawDesc = []byte{
0x0a, 0x17, 0x73, 0x64, 0x6b, 0x2f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2f, 0x76, 0x31,
0x2f, 0x74, 0x78, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0e, 0x73, 0x64, 0x6b, 0x2e, 0x62,
0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x1a, 0x14, 0x67, 0x6f, 0x67, 0x6f, 0x70,
var file_sdk_auction_v1_tx_proto_rawDesc = []byte{
0x0a, 0x17, 0x73, 0x64, 0x6b, 0x2f, 0x61, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x76, 0x31,
0x2f, 0x74, 0x78, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0e, 0x73, 0x64, 0x6b, 0x2e, 0x61,
0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x1a, 0x14, 0x67, 0x6f, 0x67, 0x6f, 0x70,
0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x67, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a,
0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f,
0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1e, 0x63,
0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2f, 0x62, 0x61, 0x73, 0x65, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74,
0x61, 0x31, 0x2f, 0x63, 0x6f, 0x69, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1c, 0x73,
0x64, 0x6b, 0x2f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2f, 0x76, 0x31, 0x2f, 0x67, 0x65,
0x64, 0x6b, 0x2f, 0x61, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x76, 0x31, 0x2f, 0x67, 0x65,
0x6e, 0x65, 0x73, 0x69, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x19, 0x63, 0x6f, 0x73,
0x6d, 0x6f, 0x73, 0x5f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73,
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x17, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2f, 0x6d,
@@ -2055,7 +2055,7 @@ var file_sdk_builder_v1_tx_proto_rawDesc = []byte{
0x20, 0x03, 0x28, 0x0c, 0x52, 0x0c, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f,
0x6e, 0x73, 0x3a, 0x35, 0xe8, 0xa0, 0x1f, 0x00, 0x82, 0xe7, 0xb0, 0x2a, 0x06, 0x62, 0x69, 0x64,
0x64, 0x65, 0x72, 0x8a, 0xe7, 0xb0, 0x2a, 0x21, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x2d, 0x73, 0x64,
0x6b, 0x2f, 0x78, 0x2f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2f, 0x4d, 0x73, 0x67, 0x41,
0x6b, 0x2f, 0x78, 0x2f, 0x61, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x4d, 0x73, 0x67, 0x41,
0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x69, 0x64, 0x22, 0x17, 0x0a, 0x15, 0x4d, 0x73, 0x67,
0x41, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x69, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
0x73, 0x65, 0x22, 0xbb, 0x01, 0x0a, 0x0f, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
@@ -2064,69 +2064,69 @@ var file_sdk_builder_v1_tx_proto_rawDesc = []byte{
0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x72,
0x69, 0x6e, 0x67, 0x52, 0x09, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x12, 0x34,
0x0a, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16,
0x2e, 0x73, 0x64, 0x6b, 0x2e, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e,
0x2e, 0x73, 0x64, 0x6b, 0x2e, 0x61, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x2e,
0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x42, 0x04, 0xc8, 0xde, 0x1f, 0x00, 0x52, 0x06, 0x70, 0x61,
0x72, 0x61, 0x6d, 0x73, 0x3a, 0x3a, 0xe8, 0xa0, 0x1f, 0x00, 0x82, 0xe7, 0xb0, 0x2a, 0x09, 0x61,
0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x8a, 0xe7, 0xb0, 0x2a, 0x23, 0x62, 0x6c, 0x6f,
0x63, 0x6b, 0x2d, 0x73, 0x64, 0x6b, 0x2f, 0x78, 0x2f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72,
0x63, 0x6b, 0x2d, 0x73, 0x64, 0x6b, 0x2f, 0x78, 0x2f, 0x61, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e,
0x2f, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73,
0x22, 0x19, 0x0a, 0x17, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x61, 0x72,
0x61, 0x6d, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x32, 0xdd, 0x01, 0x0a, 0x03,
0x4d, 0x73, 0x67, 0x12, 0x75, 0x0a, 0x0a, 0x41, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x69,
0x64, 0x12, 0x1d, 0x2e, 0x73, 0x64, 0x6b, 0x2e, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e,
0x64, 0x12, 0x1d, 0x2e, 0x73, 0x64, 0x6b, 0x2e, 0x61, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e,
0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x41, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x69, 0x64,
0x1a, 0x25, 0x2e, 0x73, 0x64, 0x6b, 0x2e, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x76,
0x1a, 0x25, 0x2e, 0x73, 0x64, 0x6b, 0x2e, 0x61, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x76,
0x31, 0x2e, 0x4d, 0x73, 0x67, 0x41, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x69, 0x64, 0x52,
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x21, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1b, 0x22,
0x19, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x2d, 0x73, 0x64, 0x6b, 0x2f, 0x62, 0x75, 0x69, 0x6c,
0x64, 0x65, 0x72, 0x2f, 0x76, 0x31, 0x2f, 0x62, 0x69, 0x64, 0x12, 0x58, 0x0a, 0x0c, 0x55, 0x70,
0x19, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x2d, 0x73, 0x64, 0x6b, 0x2f, 0x61, 0x75, 0x63, 0x74,
0x69, 0x6f, 0x6e, 0x2f, 0x76, 0x31, 0x2f, 0x62, 0x69, 0x64, 0x12, 0x58, 0x0a, 0x0c, 0x55, 0x70,
0x64, 0x61, 0x74, 0x65, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x12, 0x1f, 0x2e, 0x73, 0x64, 0x6b,
0x2e, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x55,
0x2e, 0x61, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x55,
0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x1a, 0x27, 0x2e, 0x73, 0x64,
0x6b, 0x2e, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67,
0x6b, 0x2e, 0x61, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67,
0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x52, 0x65, 0x73, 0x70,
0x6f, 0x6e, 0x73, 0x65, 0x1a, 0x05, 0x80, 0xe7, 0xb0, 0x2a, 0x01, 0x42, 0xa2, 0x01, 0x0a, 0x12,
0x63, 0x6f, 0x6d, 0x2e, 0x73, 0x64, 0x6b, 0x2e, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e,
0x63, 0x6f, 0x6d, 0x2e, 0x73, 0x64, 0x6b, 0x2e, 0x61, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e,
0x76, 0x31, 0x42, 0x07, 0x54, 0x78, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x29, 0x63,
0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x73, 0x64, 0x6b, 0x2e, 0x69, 0x6f, 0x2f, 0x61, 0x70, 0x69, 0x2f,
0x73, 0x64, 0x6b, 0x2f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2f, 0x76, 0x31, 0x3b, 0x62,
0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x76, 0x31, 0xa2, 0x02, 0x03, 0x53, 0x42, 0x58, 0xaa, 0x02,
0x0e, 0x53, 0x64, 0x6b, 0x2e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x56, 0x31, 0xca,
0x02, 0x0e, 0x53, 0x64, 0x6b, 0x5c, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x5c, 0x56, 0x31,
0xe2, 0x02, 0x1a, 0x53, 0x64, 0x6b, 0x5c, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x5c, 0x56,
0x73, 0x64, 0x6b, 0x2f, 0x61, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x76, 0x31, 0x3b, 0x61,
0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x76, 0x31, 0xa2, 0x02, 0x03, 0x53, 0x41, 0x58, 0xaa, 0x02,
0x0e, 0x53, 0x64, 0x6b, 0x2e, 0x41, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x56, 0x31, 0xca,
0x02, 0x0e, 0x53, 0x64, 0x6b, 0x5c, 0x41, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5c, 0x56, 0x31,
0xe2, 0x02, 0x1a, 0x53, 0x64, 0x6b, 0x5c, 0x41, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5c, 0x56,
0x31, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x10,
0x53, 0x64, 0x6b, 0x3a, 0x3a, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x3a, 0x3a, 0x56, 0x31,
0x53, 0x64, 0x6b, 0x3a, 0x3a, 0x41, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x3a, 0x56, 0x31,
0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}
var (
file_sdk_builder_v1_tx_proto_rawDescOnce sync.Once
file_sdk_builder_v1_tx_proto_rawDescData = file_sdk_builder_v1_tx_proto_rawDesc
file_sdk_auction_v1_tx_proto_rawDescOnce sync.Once
file_sdk_auction_v1_tx_proto_rawDescData = file_sdk_auction_v1_tx_proto_rawDesc
)
func file_sdk_builder_v1_tx_proto_rawDescGZIP() []byte {
file_sdk_builder_v1_tx_proto_rawDescOnce.Do(func() {
file_sdk_builder_v1_tx_proto_rawDescData = protoimpl.X.CompressGZIP(file_sdk_builder_v1_tx_proto_rawDescData)
func file_sdk_auction_v1_tx_proto_rawDescGZIP() []byte {
file_sdk_auction_v1_tx_proto_rawDescOnce.Do(func() {
file_sdk_auction_v1_tx_proto_rawDescData = protoimpl.X.CompressGZIP(file_sdk_auction_v1_tx_proto_rawDescData)
})
return file_sdk_builder_v1_tx_proto_rawDescData
return file_sdk_auction_v1_tx_proto_rawDescData
}
var file_sdk_builder_v1_tx_proto_msgTypes = make([]protoimpl.MessageInfo, 4)
var file_sdk_builder_v1_tx_proto_goTypes = []interface{}{
(*MsgAuctionBid)(nil), // 0: sdk.builder.v1.MsgAuctionBid
(*MsgAuctionBidResponse)(nil), // 1: sdk.builder.v1.MsgAuctionBidResponse
(*MsgUpdateParams)(nil), // 2: sdk.builder.v1.MsgUpdateParams
(*MsgUpdateParamsResponse)(nil), // 3: sdk.builder.v1.MsgUpdateParamsResponse
var file_sdk_auction_v1_tx_proto_msgTypes = make([]protoimpl.MessageInfo, 4)
var file_sdk_auction_v1_tx_proto_goTypes = []interface{}{
(*MsgAuctionBid)(nil), // 0: sdk.auction.v1.MsgAuctionBid
(*MsgAuctionBidResponse)(nil), // 1: sdk.auction.v1.MsgAuctionBidResponse
(*MsgUpdateParams)(nil), // 2: sdk.auction.v1.MsgUpdateParams
(*MsgUpdateParamsResponse)(nil), // 3: sdk.auction.v1.MsgUpdateParamsResponse
(*v1beta1.Coin)(nil), // 4: cosmos.base.v1beta1.Coin
(*Params)(nil), // 5: sdk.builder.v1.Params
(*Params)(nil), // 5: sdk.auction.v1.Params
}
var file_sdk_builder_v1_tx_proto_depIdxs = []int32{
4, // 0: sdk.builder.v1.MsgAuctionBid.bid:type_name -> cosmos.base.v1beta1.Coin
5, // 1: sdk.builder.v1.MsgUpdateParams.params:type_name -> sdk.builder.v1.Params
0, // 2: sdk.builder.v1.Msg.AuctionBid:input_type -> sdk.builder.v1.MsgAuctionBid
2, // 3: sdk.builder.v1.Msg.UpdateParams:input_type -> sdk.builder.v1.MsgUpdateParams
1, // 4: sdk.builder.v1.Msg.AuctionBid:output_type -> sdk.builder.v1.MsgAuctionBidResponse
3, // 5: sdk.builder.v1.Msg.UpdateParams:output_type -> sdk.builder.v1.MsgUpdateParamsResponse
var file_sdk_auction_v1_tx_proto_depIdxs = []int32{
4, // 0: sdk.auction.v1.MsgAuctionBid.bid:type_name -> cosmos.base.v1beta1.Coin
5, // 1: sdk.auction.v1.MsgUpdateParams.params:type_name -> sdk.auction.v1.Params
0, // 2: sdk.auction.v1.Msg.AuctionBid:input_type -> sdk.auction.v1.MsgAuctionBid
2, // 3: sdk.auction.v1.Msg.UpdateParams:input_type -> sdk.auction.v1.MsgUpdateParams
1, // 4: sdk.auction.v1.Msg.AuctionBid:output_type -> sdk.auction.v1.MsgAuctionBidResponse
3, // 5: sdk.auction.v1.Msg.UpdateParams:output_type -> sdk.auction.v1.MsgUpdateParamsResponse
4, // [4:6] is the sub-list for method output_type
2, // [2:4] is the sub-list for method input_type
2, // [2:2] is the sub-list for extension type_name
@@ -2134,14 +2134,14 @@ var file_sdk_builder_v1_tx_proto_depIdxs = []int32{
0, // [0:2] is the sub-list for field type_name
}
func init() { file_sdk_builder_v1_tx_proto_init() }
func file_sdk_builder_v1_tx_proto_init() {
if File_sdk_builder_v1_tx_proto != nil {
func init() { file_sdk_auction_v1_tx_proto_init() }
func file_sdk_auction_v1_tx_proto_init() {
if File_sdk_auction_v1_tx_proto != nil {
return
}
file_sdk_builder_v1_genesis_proto_init()
file_sdk_auction_v1_genesis_proto_init()
if !protoimpl.UnsafeEnabled {
file_sdk_builder_v1_tx_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
file_sdk_auction_v1_tx_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*MsgAuctionBid); i {
case 0:
return &v.state
@@ -2153,7 +2153,7 @@ func file_sdk_builder_v1_tx_proto_init() {
return nil
}
}
file_sdk_builder_v1_tx_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
file_sdk_auction_v1_tx_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*MsgAuctionBidResponse); i {
case 0:
return &v.state
@@ -2165,7 +2165,7 @@ func file_sdk_builder_v1_tx_proto_init() {
return nil
}
}
file_sdk_builder_v1_tx_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
file_sdk_auction_v1_tx_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*MsgUpdateParams); i {
case 0:
return &v.state
@@ -2177,7 +2177,7 @@ func file_sdk_builder_v1_tx_proto_init() {
return nil
}
}
file_sdk_builder_v1_tx_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
file_sdk_auction_v1_tx_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*MsgUpdateParamsResponse); i {
case 0:
return &v.state
@@ -2194,18 +2194,18 @@ func file_sdk_builder_v1_tx_proto_init() {
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_sdk_builder_v1_tx_proto_rawDesc,
RawDescriptor: file_sdk_auction_v1_tx_proto_rawDesc,
NumEnums: 0,
NumMessages: 4,
NumExtensions: 0,
NumServices: 1,
},
GoTypes: file_sdk_builder_v1_tx_proto_goTypes,
DependencyIndexes: file_sdk_builder_v1_tx_proto_depIdxs,
MessageInfos: file_sdk_builder_v1_tx_proto_msgTypes,
GoTypes: file_sdk_auction_v1_tx_proto_goTypes,
DependencyIndexes: file_sdk_auction_v1_tx_proto_depIdxs,
MessageInfos: file_sdk_auction_v1_tx_proto_msgTypes,
}.Build()
File_sdk_builder_v1_tx_proto = out.File
file_sdk_builder_v1_tx_proto_rawDesc = nil
file_sdk_builder_v1_tx_proto_goTypes = nil
file_sdk_builder_v1_tx_proto_depIdxs = nil
File_sdk_auction_v1_tx_proto = out.File
file_sdk_auction_v1_tx_proto_rawDesc = nil
file_sdk_auction_v1_tx_proto_goTypes = nil
file_sdk_auction_v1_tx_proto_depIdxs = nil
}
@@ -2,9 +2,9 @@
// versions:
// - protoc-gen-go-grpc v1.3.0
// - protoc (unknown)
// source: sdk/builder/v1/tx.proto
// source: sdk/auction/v1/tx.proto
package builderv1
package auctionv1
import (
context "context"
@@ -19,17 +19,17 @@ import (
const _ = grpc.SupportPackageIsVersion7
const (
Msg_AuctionBid_FullMethodName = "/sdk.builder.v1.Msg/AuctionBid"
Msg_UpdateParams_FullMethodName = "/sdk.builder.v1.Msg/UpdateParams"
Msg_AuctionBid_FullMethodName = "/sdk.auction.v1.Msg/AuctionBid"
Msg_UpdateParams_FullMethodName = "/sdk.auction.v1.Msg/UpdateParams"
)
// MsgClient is the client API for Msg service.
//
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
type MsgClient interface {
// AuctionBid defines a method for sending bids to the x/builder module.
// AuctionBid defines a method for sending bids to the x/auction module.
AuctionBid(ctx context.Context, in *MsgAuctionBid, opts ...grpc.CallOption) (*MsgAuctionBidResponse, error)
// UpdateParams defines a governance operation for updating the x/builder
// UpdateParams defines a governance operation for updating the x/auction
// module parameters. The authority is hard-coded to the x/gov module account.
UpdateParams(ctx context.Context, in *MsgUpdateParams, opts ...grpc.CallOption) (*MsgUpdateParamsResponse, error)
}
@@ -64,9 +64,9 @@ func (c *msgClient) UpdateParams(ctx context.Context, in *MsgUpdateParams, opts
// All implementations must embed UnimplementedMsgServer
// for forward compatibility
type MsgServer interface {
// AuctionBid defines a method for sending bids to the x/builder module.
// AuctionBid defines a method for sending bids to the x/auction module.
AuctionBid(context.Context, *MsgAuctionBid) (*MsgAuctionBidResponse, error)
// UpdateParams defines a governance operation for updating the x/builder
// UpdateParams defines a governance operation for updating the x/auction
// module parameters. The authority is hard-coded to the x/gov module account.
UpdateParams(context.Context, *MsgUpdateParams) (*MsgUpdateParamsResponse, error)
mustEmbedUnimplementedMsgServer()
@@ -135,7 +135,7 @@ func _Msg_UpdateParams_Handler(srv interface{}, ctx context.Context, dec func(in
// It's only intended for direct use with grpc.RegisterService,
// and not to be introspected or modified (even as a copy)
var Msg_ServiceDesc = grpc.ServiceDesc{
ServiceName: "sdk.builder.v1.Msg",
ServiceName: "sdk.auction.v1.Msg",
HandlerType: (*MsgServer)(nil),
Methods: []grpc.MethodDesc{
{
@@ -148,5 +148,5 @@ var Msg_ServiceDesc = grpc.ServiceDesc{
},
},
Streams: []grpc.StreamDesc{},
Metadata: "sdk/builder/v1/tx.proto",
Metadata: "sdk/auction/v1/tx.proto",
}