diff --git a/.github/README.md b/.github/README.md index e866ca8..8e866fa 100644 --- a/.github/README.md +++ b/.github/README.md @@ -2,4 +2,4 @@

Ondo's US Dollar Yield Token on Noble

-This repository includes the `x/usdy` Cosmos SDK module implementation. +This repository includes the `x/aura` Cosmos SDK module implementation. diff --git a/.gitignore b/.gitignore index e068adf..d30c9cf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ +.aura .idea -.ondo build coverage.out diff --git a/Makefile b/Makefile index 1e281db..dde14ef 100644 --- a/Makefile +++ b/Makefile @@ -62,5 +62,5 @@ test: test-unit test-unit: @echo "🤖 Running unit tests..." - @go test -cover -coverprofile=coverage.out -race -v ./x/usdy/keeper/... + @go test -cover -coverprofile=coverage.out -race -v ./x/aura/keeper/... @echo "✅ Completed unit tests!" diff --git a/api/ondo/usdy/blocklist/v1/events.pulsar.go b/api/aura/blocklist/v1/events.pulsar.go similarity index 82% rename from api/ondo/usdy/blocklist/v1/events.pulsar.go rename to api/aura/blocklist/v1/events.pulsar.go index 1ebed89..0b59050 100644 --- a/api/ondo/usdy/blocklist/v1/events.pulsar.go +++ b/api/aura/blocklist/v1/events.pulsar.go @@ -19,8 +19,8 @@ var ( ) func init() { - file_ondo_usdy_blocklist_v1_events_proto_init() - md_OwnershipTransferStarted = File_ondo_usdy_blocklist_v1_events_proto.Messages().ByName("OwnershipTransferStarted") + file_aura_blocklist_v1_events_proto_init() + md_OwnershipTransferStarted = File_aura_blocklist_v1_events_proto.Messages().ByName("OwnershipTransferStarted") fd_OwnershipTransferStarted_old_owner = md_OwnershipTransferStarted.Fields().ByName("old_owner") fd_OwnershipTransferStarted_new_owner = md_OwnershipTransferStarted.Fields().ByName("new_owner") } @@ -34,7 +34,7 @@ func (x *OwnershipTransferStarted) ProtoReflect() protoreflect.Message { } func (x *OwnershipTransferStarted) slowProtoReflect() protoreflect.Message { - mi := &file_ondo_usdy_blocklist_v1_events_proto_msgTypes[0] + mi := &file_aura_blocklist_v1_events_proto_msgTypes[0] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -117,15 +117,15 @@ func (x *fastReflection_OwnershipTransferStarted) Range(f func(protoreflect.Fiel // a repeated field is populated if it is non-empty. func (x *fastReflection_OwnershipTransferStarted) Has(fd protoreflect.FieldDescriptor) bool { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.OwnershipTransferStarted.old_owner": + case "aura.blocklist.v1.OwnershipTransferStarted.old_owner": return x.OldOwner != "" - case "ondo.usdy.blocklist.v1.OwnershipTransferStarted.new_owner": + case "aura.blocklist.v1.OwnershipTransferStarted.new_owner": return x.NewOwner != "" default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.OwnershipTransferStarted")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.OwnershipTransferStarted")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.OwnershipTransferStarted does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.OwnershipTransferStarted does not contain field %s", fd.FullName())) } } @@ -137,15 +137,15 @@ func (x *fastReflection_OwnershipTransferStarted) Has(fd protoreflect.FieldDescr // Clear is a mutating operation and unsafe for concurrent use. func (x *fastReflection_OwnershipTransferStarted) Clear(fd protoreflect.FieldDescriptor) { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.OwnershipTransferStarted.old_owner": + case "aura.blocklist.v1.OwnershipTransferStarted.old_owner": x.OldOwner = "" - case "ondo.usdy.blocklist.v1.OwnershipTransferStarted.new_owner": + case "aura.blocklist.v1.OwnershipTransferStarted.new_owner": x.NewOwner = "" default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.OwnershipTransferStarted")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.OwnershipTransferStarted")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.OwnershipTransferStarted does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.OwnershipTransferStarted does not contain field %s", fd.FullName())) } } @@ -157,17 +157,17 @@ func (x *fastReflection_OwnershipTransferStarted) Clear(fd protoreflect.FieldDes // of the value; to obtain a mutable reference, use Mutable. func (x *fastReflection_OwnershipTransferStarted) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value { switch descriptor.FullName() { - case "ondo.usdy.blocklist.v1.OwnershipTransferStarted.old_owner": + case "aura.blocklist.v1.OwnershipTransferStarted.old_owner": value := x.OldOwner return protoreflect.ValueOfString(value) - case "ondo.usdy.blocklist.v1.OwnershipTransferStarted.new_owner": + case "aura.blocklist.v1.OwnershipTransferStarted.new_owner": value := x.NewOwner return protoreflect.ValueOfString(value) default: if descriptor.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.OwnershipTransferStarted")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.OwnershipTransferStarted")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.OwnershipTransferStarted does not contain field %s", descriptor.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.OwnershipTransferStarted does not contain field %s", descriptor.FullName())) } } @@ -183,15 +183,15 @@ func (x *fastReflection_OwnershipTransferStarted) Get(descriptor protoreflect.Fi // Set is a mutating operation and unsafe for concurrent use. func (x *fastReflection_OwnershipTransferStarted) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.OwnershipTransferStarted.old_owner": + case "aura.blocklist.v1.OwnershipTransferStarted.old_owner": x.OldOwner = value.Interface().(string) - case "ondo.usdy.blocklist.v1.OwnershipTransferStarted.new_owner": + case "aura.blocklist.v1.OwnershipTransferStarted.new_owner": x.NewOwner = value.Interface().(string) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.OwnershipTransferStarted")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.OwnershipTransferStarted")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.OwnershipTransferStarted does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.OwnershipTransferStarted does not contain field %s", fd.FullName())) } } @@ -207,15 +207,15 @@ func (x *fastReflection_OwnershipTransferStarted) Set(fd protoreflect.FieldDescr // Mutable is a mutating operation and unsafe for concurrent use. func (x *fastReflection_OwnershipTransferStarted) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.OwnershipTransferStarted.old_owner": - panic(fmt.Errorf("field old_owner of message ondo.usdy.blocklist.v1.OwnershipTransferStarted is not mutable")) - case "ondo.usdy.blocklist.v1.OwnershipTransferStarted.new_owner": - panic(fmt.Errorf("field new_owner of message ondo.usdy.blocklist.v1.OwnershipTransferStarted is not mutable")) + case "aura.blocklist.v1.OwnershipTransferStarted.old_owner": + panic(fmt.Errorf("field old_owner of message aura.blocklist.v1.OwnershipTransferStarted is not mutable")) + case "aura.blocklist.v1.OwnershipTransferStarted.new_owner": + panic(fmt.Errorf("field new_owner of message aura.blocklist.v1.OwnershipTransferStarted is not mutable")) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.OwnershipTransferStarted")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.OwnershipTransferStarted")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.OwnershipTransferStarted does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.OwnershipTransferStarted does not contain field %s", fd.FullName())) } } @@ -224,15 +224,15 @@ func (x *fastReflection_OwnershipTransferStarted) Mutable(fd protoreflect.FieldD // For lists, maps, and messages, this returns a new, empty, mutable value. func (x *fastReflection_OwnershipTransferStarted) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.OwnershipTransferStarted.old_owner": + case "aura.blocklist.v1.OwnershipTransferStarted.old_owner": return protoreflect.ValueOfString("") - case "ondo.usdy.blocklist.v1.OwnershipTransferStarted.new_owner": + case "aura.blocklist.v1.OwnershipTransferStarted.new_owner": return protoreflect.ValueOfString("") default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.OwnershipTransferStarted")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.OwnershipTransferStarted")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.OwnershipTransferStarted does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.OwnershipTransferStarted does not contain field %s", fd.FullName())) } } @@ -242,7 +242,7 @@ func (x *fastReflection_OwnershipTransferStarted) NewField(fd protoreflect.Field func (x *fastReflection_OwnershipTransferStarted) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor { switch d.FullName() { default: - panic(fmt.Errorf("%s is not a oneof field in ondo.usdy.blocklist.v1.OwnershipTransferStarted", d.FullName())) + panic(fmt.Errorf("%s is not a oneof field in aura.blocklist.v1.OwnershipTransferStarted", d.FullName())) } panic("unreachable") } @@ -548,8 +548,8 @@ var ( ) func init() { - file_ondo_usdy_blocklist_v1_events_proto_init() - md_BlockedAddressesAdded = File_ondo_usdy_blocklist_v1_events_proto.Messages().ByName("BlockedAddressesAdded") + file_aura_blocklist_v1_events_proto_init() + md_BlockedAddressesAdded = File_aura_blocklist_v1_events_proto.Messages().ByName("BlockedAddressesAdded") fd_BlockedAddressesAdded_accounts = md_BlockedAddressesAdded.Fields().ByName("accounts") } @@ -562,7 +562,7 @@ func (x *BlockedAddressesAdded) ProtoReflect() protoreflect.Message { } func (x *BlockedAddressesAdded) slowProtoReflect() protoreflect.Message { - mi := &file_ondo_usdy_blocklist_v1_events_proto_msgTypes[1] + mi := &file_aura_blocklist_v1_events_proto_msgTypes[1] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -639,13 +639,13 @@ func (x *fastReflection_BlockedAddressesAdded) Range(f func(protoreflect.FieldDe // a repeated field is populated if it is non-empty. func (x *fastReflection_BlockedAddressesAdded) Has(fd protoreflect.FieldDescriptor) bool { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.BlockedAddressesAdded.accounts": + case "aura.blocklist.v1.BlockedAddressesAdded.accounts": return len(x.Accounts) != 0 default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.BlockedAddressesAdded")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.BlockedAddressesAdded")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.BlockedAddressesAdded does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.BlockedAddressesAdded does not contain field %s", fd.FullName())) } } @@ -657,13 +657,13 @@ func (x *fastReflection_BlockedAddressesAdded) Has(fd protoreflect.FieldDescript // Clear is a mutating operation and unsafe for concurrent use. func (x *fastReflection_BlockedAddressesAdded) Clear(fd protoreflect.FieldDescriptor) { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.BlockedAddressesAdded.accounts": + case "aura.blocklist.v1.BlockedAddressesAdded.accounts": x.Accounts = nil default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.BlockedAddressesAdded")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.BlockedAddressesAdded")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.BlockedAddressesAdded does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.BlockedAddressesAdded does not contain field %s", fd.FullName())) } } @@ -675,7 +675,7 @@ func (x *fastReflection_BlockedAddressesAdded) Clear(fd protoreflect.FieldDescri // of the value; to obtain a mutable reference, use Mutable. func (x *fastReflection_BlockedAddressesAdded) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value { switch descriptor.FullName() { - case "ondo.usdy.blocklist.v1.BlockedAddressesAdded.accounts": + case "aura.blocklist.v1.BlockedAddressesAdded.accounts": if len(x.Accounts) == 0 { return protoreflect.ValueOfList(&_BlockedAddressesAdded_1_list{}) } @@ -683,9 +683,9 @@ func (x *fastReflection_BlockedAddressesAdded) Get(descriptor protoreflect.Field return protoreflect.ValueOfList(listValue) default: if descriptor.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.BlockedAddressesAdded")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.BlockedAddressesAdded")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.BlockedAddressesAdded does not contain field %s", descriptor.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.BlockedAddressesAdded does not contain field %s", descriptor.FullName())) } } @@ -701,15 +701,15 @@ func (x *fastReflection_BlockedAddressesAdded) Get(descriptor protoreflect.Field // Set is a mutating operation and unsafe for concurrent use. func (x *fastReflection_BlockedAddressesAdded) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.BlockedAddressesAdded.accounts": + case "aura.blocklist.v1.BlockedAddressesAdded.accounts": lv := value.List() clv := lv.(*_BlockedAddressesAdded_1_list) x.Accounts = *clv.list default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.BlockedAddressesAdded")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.BlockedAddressesAdded")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.BlockedAddressesAdded does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.BlockedAddressesAdded does not contain field %s", fd.FullName())) } } @@ -725,7 +725,7 @@ func (x *fastReflection_BlockedAddressesAdded) Set(fd protoreflect.FieldDescript // Mutable is a mutating operation and unsafe for concurrent use. func (x *fastReflection_BlockedAddressesAdded) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.BlockedAddressesAdded.accounts": + case "aura.blocklist.v1.BlockedAddressesAdded.accounts": if x.Accounts == nil { x.Accounts = []string{} } @@ -733,9 +733,9 @@ func (x *fastReflection_BlockedAddressesAdded) Mutable(fd protoreflect.FieldDesc return protoreflect.ValueOfList(value) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.BlockedAddressesAdded")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.BlockedAddressesAdded")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.BlockedAddressesAdded does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.BlockedAddressesAdded does not contain field %s", fd.FullName())) } } @@ -744,14 +744,14 @@ func (x *fastReflection_BlockedAddressesAdded) Mutable(fd protoreflect.FieldDesc // For lists, maps, and messages, this returns a new, empty, mutable value. func (x *fastReflection_BlockedAddressesAdded) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.BlockedAddressesAdded.accounts": + case "aura.blocklist.v1.BlockedAddressesAdded.accounts": list := []string{} return protoreflect.ValueOfList(&_BlockedAddressesAdded_1_list{list: &list}) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.BlockedAddressesAdded")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.BlockedAddressesAdded")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.BlockedAddressesAdded does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.BlockedAddressesAdded does not contain field %s", fd.FullName())) } } @@ -761,7 +761,7 @@ func (x *fastReflection_BlockedAddressesAdded) NewField(fd protoreflect.FieldDes func (x *fastReflection_BlockedAddressesAdded) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor { switch d.FullName() { default: - panic(fmt.Errorf("%s is not a oneof field in ondo.usdy.blocklist.v1.BlockedAddressesAdded", d.FullName())) + panic(fmt.Errorf("%s is not a oneof field in aura.blocklist.v1.BlockedAddressesAdded", d.FullName())) } panic("unreachable") } @@ -1028,8 +1028,8 @@ var ( ) func init() { - file_ondo_usdy_blocklist_v1_events_proto_init() - md_BlockedAddressesRemoved = File_ondo_usdy_blocklist_v1_events_proto.Messages().ByName("BlockedAddressesRemoved") + file_aura_blocklist_v1_events_proto_init() + md_BlockedAddressesRemoved = File_aura_blocklist_v1_events_proto.Messages().ByName("BlockedAddressesRemoved") fd_BlockedAddressesRemoved_accounts = md_BlockedAddressesRemoved.Fields().ByName("accounts") } @@ -1042,7 +1042,7 @@ func (x *BlockedAddressesRemoved) ProtoReflect() protoreflect.Message { } func (x *BlockedAddressesRemoved) slowProtoReflect() protoreflect.Message { - mi := &file_ondo_usdy_blocklist_v1_events_proto_msgTypes[2] + mi := &file_aura_blocklist_v1_events_proto_msgTypes[2] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1119,13 +1119,13 @@ func (x *fastReflection_BlockedAddressesRemoved) Range(f func(protoreflect.Field // a repeated field is populated if it is non-empty. func (x *fastReflection_BlockedAddressesRemoved) Has(fd protoreflect.FieldDescriptor) bool { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.BlockedAddressesRemoved.accounts": + case "aura.blocklist.v1.BlockedAddressesRemoved.accounts": return len(x.Accounts) != 0 default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.BlockedAddressesRemoved")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.BlockedAddressesRemoved")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.BlockedAddressesRemoved does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.BlockedAddressesRemoved does not contain field %s", fd.FullName())) } } @@ -1137,13 +1137,13 @@ func (x *fastReflection_BlockedAddressesRemoved) Has(fd protoreflect.FieldDescri // Clear is a mutating operation and unsafe for concurrent use. func (x *fastReflection_BlockedAddressesRemoved) Clear(fd protoreflect.FieldDescriptor) { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.BlockedAddressesRemoved.accounts": + case "aura.blocklist.v1.BlockedAddressesRemoved.accounts": x.Accounts = nil default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.BlockedAddressesRemoved")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.BlockedAddressesRemoved")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.BlockedAddressesRemoved does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.BlockedAddressesRemoved does not contain field %s", fd.FullName())) } } @@ -1155,7 +1155,7 @@ func (x *fastReflection_BlockedAddressesRemoved) Clear(fd protoreflect.FieldDesc // of the value; to obtain a mutable reference, use Mutable. func (x *fastReflection_BlockedAddressesRemoved) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value { switch descriptor.FullName() { - case "ondo.usdy.blocklist.v1.BlockedAddressesRemoved.accounts": + case "aura.blocklist.v1.BlockedAddressesRemoved.accounts": if len(x.Accounts) == 0 { return protoreflect.ValueOfList(&_BlockedAddressesRemoved_1_list{}) } @@ -1163,9 +1163,9 @@ func (x *fastReflection_BlockedAddressesRemoved) Get(descriptor protoreflect.Fie return protoreflect.ValueOfList(listValue) default: if descriptor.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.BlockedAddressesRemoved")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.BlockedAddressesRemoved")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.BlockedAddressesRemoved does not contain field %s", descriptor.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.BlockedAddressesRemoved does not contain field %s", descriptor.FullName())) } } @@ -1181,15 +1181,15 @@ func (x *fastReflection_BlockedAddressesRemoved) Get(descriptor protoreflect.Fie // Set is a mutating operation and unsafe for concurrent use. func (x *fastReflection_BlockedAddressesRemoved) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.BlockedAddressesRemoved.accounts": + case "aura.blocklist.v1.BlockedAddressesRemoved.accounts": lv := value.List() clv := lv.(*_BlockedAddressesRemoved_1_list) x.Accounts = *clv.list default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.BlockedAddressesRemoved")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.BlockedAddressesRemoved")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.BlockedAddressesRemoved does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.BlockedAddressesRemoved does not contain field %s", fd.FullName())) } } @@ -1205,7 +1205,7 @@ func (x *fastReflection_BlockedAddressesRemoved) Set(fd protoreflect.FieldDescri // Mutable is a mutating operation and unsafe for concurrent use. func (x *fastReflection_BlockedAddressesRemoved) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.BlockedAddressesRemoved.accounts": + case "aura.blocklist.v1.BlockedAddressesRemoved.accounts": if x.Accounts == nil { x.Accounts = []string{} } @@ -1213,9 +1213,9 @@ func (x *fastReflection_BlockedAddressesRemoved) Mutable(fd protoreflect.FieldDe return protoreflect.ValueOfList(value) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.BlockedAddressesRemoved")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.BlockedAddressesRemoved")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.BlockedAddressesRemoved does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.BlockedAddressesRemoved does not contain field %s", fd.FullName())) } } @@ -1224,14 +1224,14 @@ func (x *fastReflection_BlockedAddressesRemoved) Mutable(fd protoreflect.FieldDe // For lists, maps, and messages, this returns a new, empty, mutable value. func (x *fastReflection_BlockedAddressesRemoved) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.BlockedAddressesRemoved.accounts": + case "aura.blocklist.v1.BlockedAddressesRemoved.accounts": list := []string{} return protoreflect.ValueOfList(&_BlockedAddressesRemoved_1_list{list: &list}) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.BlockedAddressesRemoved")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.BlockedAddressesRemoved")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.BlockedAddressesRemoved does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.BlockedAddressesRemoved does not contain field %s", fd.FullName())) } } @@ -1241,7 +1241,7 @@ func (x *fastReflection_BlockedAddressesRemoved) NewField(fd protoreflect.FieldD func (x *fastReflection_BlockedAddressesRemoved) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor { switch d.FullName() { default: - panic(fmt.Errorf("%s is not a oneof field in ondo.usdy.blocklist.v1.BlockedAddressesRemoved", d.FullName())) + panic(fmt.Errorf("%s is not a oneof field in aura.blocklist.v1.BlockedAddressesRemoved", d.FullName())) } panic("unreachable") } @@ -1460,7 +1460,7 @@ func (x *fastReflection_BlockedAddressesRemoved) ProtoMethods() *protoiface.Meth // versions: // protoc-gen-go v1.27.0 // protoc (unknown) -// source: ondo/usdy/blocklist/v1/events.proto +// source: aura/blocklist/v1/events.proto const ( // Verify that this generated code is sufficiently up-to-date. @@ -1484,7 +1484,7 @@ type OwnershipTransferStarted struct { func (x *OwnershipTransferStarted) Reset() { *x = OwnershipTransferStarted{} if protoimpl.UnsafeEnabled { - mi := &file_ondo_usdy_blocklist_v1_events_proto_msgTypes[0] + mi := &file_aura_blocklist_v1_events_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1498,7 +1498,7 @@ func (*OwnershipTransferStarted) ProtoMessage() {} // Deprecated: Use OwnershipTransferStarted.ProtoReflect.Descriptor instead. func (*OwnershipTransferStarted) Descriptor() ([]byte, []int) { - return file_ondo_usdy_blocklist_v1_events_proto_rawDescGZIP(), []int{0} + return file_aura_blocklist_v1_events_proto_rawDescGZIP(), []int{0} } func (x *OwnershipTransferStarted) GetOldOwner() string { @@ -1528,7 +1528,7 @@ type BlockedAddressesAdded struct { func (x *BlockedAddressesAdded) Reset() { *x = BlockedAddressesAdded{} if protoimpl.UnsafeEnabled { - mi := &file_ondo_usdy_blocklist_v1_events_proto_msgTypes[1] + mi := &file_aura_blocklist_v1_events_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1542,7 +1542,7 @@ func (*BlockedAddressesAdded) ProtoMessage() {} // Deprecated: Use BlockedAddressesAdded.ProtoReflect.Descriptor instead. func (*BlockedAddressesAdded) Descriptor() ([]byte, []int) { - return file_ondo_usdy_blocklist_v1_events_proto_rawDescGZIP(), []int{1} + return file_aura_blocklist_v1_events_proto_rawDescGZIP(), []int{1} } func (x *BlockedAddressesAdded) GetAccounts() []string { @@ -1565,7 +1565,7 @@ type BlockedAddressesRemoved struct { func (x *BlockedAddressesRemoved) Reset() { *x = BlockedAddressesRemoved{} if protoimpl.UnsafeEnabled { - mi := &file_ondo_usdy_blocklist_v1_events_proto_msgTypes[2] + mi := &file_aura_blocklist_v1_events_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1579,7 +1579,7 @@ func (*BlockedAddressesRemoved) ProtoMessage() {} // Deprecated: Use BlockedAddressesRemoved.ProtoReflect.Descriptor instead. func (*BlockedAddressesRemoved) Descriptor() ([]byte, []int) { - return file_ondo_usdy_blocklist_v1_events_proto_rawDescGZIP(), []int{2} + return file_aura_blocklist_v1_events_proto_rawDescGZIP(), []int{2} } func (x *BlockedAddressesRemoved) GetAccounts() []string { @@ -1589,62 +1589,59 @@ func (x *BlockedAddressesRemoved) GetAccounts() []string { return nil } -var File_ondo_usdy_blocklist_v1_events_proto protoreflect.FileDescriptor - -var file_ondo_usdy_blocklist_v1_events_proto_rawDesc = []byte{ - 0x0a, 0x23, 0x6f, 0x6e, 0x64, 0x6f, 0x2f, 0x75, 0x73, 0x64, 0x79, 0x2f, 0x62, 0x6c, 0x6f, 0x63, - 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x2e, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x16, 0x6f, 0x6e, 0x64, 0x6f, 0x2e, 0x75, 0x73, 0x64, 0x79, - 0x2e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x22, 0x54, 0x0a, - 0x18, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, - 0x65, 0x72, 0x53, 0x74, 0x61, 0x72, 0x74, 0x65, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x6f, 0x6c, 0x64, - 0x5f, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x6c, - 0x64, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x12, 0x1b, 0x0a, 0x09, 0x6e, 0x65, 0x77, 0x5f, 0x6f, 0x77, - 0x6e, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x65, 0x77, 0x4f, 0x77, - 0x6e, 0x65, 0x72, 0x22, 0x33, 0x0a, 0x15, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x41, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x41, 0x64, 0x64, 0x65, 0x64, 0x12, 0x1a, 0x0a, 0x08, - 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, - 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x22, 0x35, 0x0a, 0x17, 0x42, 0x6c, 0x6f, 0x63, - 0x6b, 0x65, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x52, 0x65, 0x6d, 0x6f, - 0x76, 0x65, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x18, - 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x42, - 0xe9, 0x01, 0x0a, 0x1a, 0x63, 0x6f, 0x6d, 0x2e, 0x6f, 0x6e, 0x64, 0x6f, 0x2e, 0x75, 0x73, 0x64, - 0x79, 0x2e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x42, 0x0b, - 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x43, 0x67, - 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6e, 0x6f, 0x62, 0x6c, 0x65, 0x2d, - 0x61, 0x73, 0x73, 0x65, 0x74, 0x73, 0x2f, 0x6f, 0x6e, 0x64, 0x6f, 0x2f, 0x61, 0x70, 0x69, 0x2f, - 0x6f, 0x6e, 0x64, 0x6f, 0x2f, 0x75, 0x73, 0x64, 0x79, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, - 0x69, 0x73, 0x74, 0x2f, 0x76, 0x31, 0x3b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, - 0x76, 0x31, 0xa2, 0x02, 0x03, 0x4f, 0x55, 0x42, 0xaa, 0x02, 0x16, 0x4f, 0x6e, 0x64, 0x6f, 0x2e, - 0x55, 0x73, 0x64, 0x79, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2e, 0x56, - 0x31, 0xca, 0x02, 0x16, 0x4f, 0x6e, 0x64, 0x6f, 0x5c, 0x55, 0x73, 0x64, 0x79, 0x5c, 0x42, 0x6c, - 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x5c, 0x56, 0x31, 0xe2, 0x02, 0x22, 0x4f, 0x6e, 0x64, - 0x6f, 0x5c, 0x55, 0x73, 0x64, 0x79, 0x5c, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, - 0x5c, 0x56, 0x31, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, - 0x02, 0x19, 0x4f, 0x6e, 0x64, 0x6f, 0x3a, 0x3a, 0x55, 0x73, 0x64, 0x79, 0x3a, 0x3a, 0x42, 0x6c, - 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x33, +var File_aura_blocklist_v1_events_proto protoreflect.FileDescriptor + +var file_aura_blocklist_v1_events_proto_rawDesc = []byte{ + 0x0a, 0x1e, 0x61, 0x75, 0x72, 0x61, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, + 0x2f, 0x76, 0x31, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, + 0x12, 0x11, 0x61, 0x75, 0x72, 0x61, 0x2e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, + 0x2e, 0x76, 0x31, 0x22, 0x54, 0x0a, 0x18, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, + 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x53, 0x74, 0x61, 0x72, 0x74, 0x65, 0x64, 0x12, + 0x1b, 0x0a, 0x09, 0x6f, 0x6c, 0x64, 0x5f, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x08, 0x6f, 0x6c, 0x64, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x12, 0x1b, 0x0a, 0x09, + 0x6e, 0x65, 0x77, 0x5f, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x08, 0x6e, 0x65, 0x77, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x22, 0x33, 0x0a, 0x15, 0x42, 0x6c, 0x6f, + 0x63, 0x6b, 0x65, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x41, 0x64, 0x64, + 0x65, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x18, 0x01, + 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x22, 0x35, + 0x0a, 0x17, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, + 0x65, 0x73, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x63, 0x63, + 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x61, 0x63, 0x63, + 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x42, 0xca, 0x01, 0x0a, 0x15, 0x63, 0x6f, 0x6d, 0x2e, 0x61, 0x75, + 0x72, 0x61, 0x2e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x42, + 0x0b, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x3e, + 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6e, 0x6f, 0x62, 0x6c, 0x65, + 0x2d, 0x61, 0x73, 0x73, 0x65, 0x74, 0x73, 0x2f, 0x61, 0x75, 0x72, 0x61, 0x2f, 0x61, 0x70, 0x69, + 0x2f, 0x61, 0x75, 0x72, 0x61, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2f, + 0x76, 0x31, 0x3b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x76, 0x31, 0xa2, 0x02, + 0x03, 0x41, 0x42, 0x58, 0xaa, 0x02, 0x11, 0x41, 0x75, 0x72, 0x61, 0x2e, 0x42, 0x6c, 0x6f, 0x63, + 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x11, 0x41, 0x75, 0x72, 0x61, 0x5c, + 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x5c, 0x56, 0x31, 0xe2, 0x02, 0x1d, 0x41, + 0x75, 0x72, 0x61, 0x5c, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x5c, 0x56, 0x31, + 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x13, 0x41, + 0x75, 0x72, 0x61, 0x3a, 0x3a, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x3a, 0x3a, + 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( - file_ondo_usdy_blocklist_v1_events_proto_rawDescOnce sync.Once - file_ondo_usdy_blocklist_v1_events_proto_rawDescData = file_ondo_usdy_blocklist_v1_events_proto_rawDesc + file_aura_blocklist_v1_events_proto_rawDescOnce sync.Once + file_aura_blocklist_v1_events_proto_rawDescData = file_aura_blocklist_v1_events_proto_rawDesc ) -func file_ondo_usdy_blocklist_v1_events_proto_rawDescGZIP() []byte { - file_ondo_usdy_blocklist_v1_events_proto_rawDescOnce.Do(func() { - file_ondo_usdy_blocklist_v1_events_proto_rawDescData = protoimpl.X.CompressGZIP(file_ondo_usdy_blocklist_v1_events_proto_rawDescData) +func file_aura_blocklist_v1_events_proto_rawDescGZIP() []byte { + file_aura_blocklist_v1_events_proto_rawDescOnce.Do(func() { + file_aura_blocklist_v1_events_proto_rawDescData = protoimpl.X.CompressGZIP(file_aura_blocklist_v1_events_proto_rawDescData) }) - return file_ondo_usdy_blocklist_v1_events_proto_rawDescData + return file_aura_blocklist_v1_events_proto_rawDescData } -var file_ondo_usdy_blocklist_v1_events_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_ondo_usdy_blocklist_v1_events_proto_goTypes = []interface{}{ - (*OwnershipTransferStarted)(nil), // 0: ondo.usdy.blocklist.v1.OwnershipTransferStarted - (*BlockedAddressesAdded)(nil), // 1: ondo.usdy.blocklist.v1.BlockedAddressesAdded - (*BlockedAddressesRemoved)(nil), // 2: ondo.usdy.blocklist.v1.BlockedAddressesRemoved +var file_aura_blocklist_v1_events_proto_msgTypes = make([]protoimpl.MessageInfo, 3) +var file_aura_blocklist_v1_events_proto_goTypes = []interface{}{ + (*OwnershipTransferStarted)(nil), // 0: aura.blocklist.v1.OwnershipTransferStarted + (*BlockedAddressesAdded)(nil), // 1: aura.blocklist.v1.BlockedAddressesAdded + (*BlockedAddressesRemoved)(nil), // 2: aura.blocklist.v1.BlockedAddressesRemoved } -var file_ondo_usdy_blocklist_v1_events_proto_depIdxs = []int32{ +var file_aura_blocklist_v1_events_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 @@ -1652,13 +1649,13 @@ var file_ondo_usdy_blocklist_v1_events_proto_depIdxs = []int32{ 0, // [0:0] is the sub-list for field type_name } -func init() { file_ondo_usdy_blocklist_v1_events_proto_init() } -func file_ondo_usdy_blocklist_v1_events_proto_init() { - if File_ondo_usdy_blocklist_v1_events_proto != nil { +func init() { file_aura_blocklist_v1_events_proto_init() } +func file_aura_blocklist_v1_events_proto_init() { + if File_aura_blocklist_v1_events_proto != nil { return } if !protoimpl.UnsafeEnabled { - file_ondo_usdy_blocklist_v1_events_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_aura_blocklist_v1_events_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*OwnershipTransferStarted); i { case 0: return &v.state @@ -1670,7 +1667,7 @@ func file_ondo_usdy_blocklist_v1_events_proto_init() { return nil } } - file_ondo_usdy_blocklist_v1_events_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_aura_blocklist_v1_events_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*BlockedAddressesAdded); i { case 0: return &v.state @@ -1682,7 +1679,7 @@ func file_ondo_usdy_blocklist_v1_events_proto_init() { return nil } } - file_ondo_usdy_blocklist_v1_events_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_aura_blocklist_v1_events_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*BlockedAddressesRemoved); i { case 0: return &v.state @@ -1699,18 +1696,18 @@ func file_ondo_usdy_blocklist_v1_events_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_ondo_usdy_blocklist_v1_events_proto_rawDesc, + RawDescriptor: file_aura_blocklist_v1_events_proto_rawDesc, NumEnums: 0, NumMessages: 3, NumExtensions: 0, NumServices: 0, }, - GoTypes: file_ondo_usdy_blocklist_v1_events_proto_goTypes, - DependencyIndexes: file_ondo_usdy_blocklist_v1_events_proto_depIdxs, - MessageInfos: file_ondo_usdy_blocklist_v1_events_proto_msgTypes, + GoTypes: file_aura_blocklist_v1_events_proto_goTypes, + DependencyIndexes: file_aura_blocklist_v1_events_proto_depIdxs, + MessageInfos: file_aura_blocklist_v1_events_proto_msgTypes, }.Build() - File_ondo_usdy_blocklist_v1_events_proto = out.File - file_ondo_usdy_blocklist_v1_events_proto_rawDesc = nil - file_ondo_usdy_blocklist_v1_events_proto_goTypes = nil - file_ondo_usdy_blocklist_v1_events_proto_depIdxs = nil + File_aura_blocklist_v1_events_proto = out.File + file_aura_blocklist_v1_events_proto_rawDesc = nil + file_aura_blocklist_v1_events_proto_goTypes = nil + file_aura_blocklist_v1_events_proto_depIdxs = nil } diff --git a/api/ondo/usdy/blocklist/v1/genesis.pulsar.go b/api/aura/blocklist/v1/genesis.pulsar.go similarity index 77% rename from api/ondo/usdy/blocklist/v1/genesis.pulsar.go rename to api/aura/blocklist/v1/genesis.pulsar.go index c01970c..3bb680a 100644 --- a/api/ondo/usdy/blocklist/v1/genesis.pulsar.go +++ b/api/aura/blocklist/v1/genesis.pulsar.go @@ -104,8 +104,8 @@ var ( ) func init() { - file_ondo_usdy_blocklist_v1_genesis_proto_init() - md_GenesisState = File_ondo_usdy_blocklist_v1_genesis_proto.Messages().ByName("GenesisState") + file_aura_blocklist_v1_genesis_proto_init() + md_GenesisState = File_aura_blocklist_v1_genesis_proto.Messages().ByName("GenesisState") fd_GenesisState_owner = md_GenesisState.Fields().ByName("owner") fd_GenesisState_pending_owner = md_GenesisState.Fields().ByName("pending_owner") fd_GenesisState_blocked_addresses = md_GenesisState.Fields().ByName("blocked_addresses") @@ -120,7 +120,7 @@ func (x *GenesisState) ProtoReflect() protoreflect.Message { } func (x *GenesisState) slowProtoReflect() protoreflect.Message { - mi := &file_ondo_usdy_blocklist_v1_genesis_proto_msgTypes[0] + mi := &file_aura_blocklist_v1_genesis_proto_msgTypes[0] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -209,17 +209,17 @@ 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 "ondo.usdy.blocklist.v1.GenesisState.owner": + case "aura.blocklist.v1.GenesisState.owner": return x.Owner != "" - case "ondo.usdy.blocklist.v1.GenesisState.pending_owner": + case "aura.blocklist.v1.GenesisState.pending_owner": return x.PendingOwner != "" - case "ondo.usdy.blocklist.v1.GenesisState.blocked_addresses": + case "aura.blocklist.v1.GenesisState.blocked_addresses": return len(x.BlockedAddresses) != 0 default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.GenesisState")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.GenesisState")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.GenesisState does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.GenesisState does not contain field %s", fd.FullName())) } } @@ -231,17 +231,17 @@ 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 "ondo.usdy.blocklist.v1.GenesisState.owner": + case "aura.blocklist.v1.GenesisState.owner": x.Owner = "" - case "ondo.usdy.blocklist.v1.GenesisState.pending_owner": + case "aura.blocklist.v1.GenesisState.pending_owner": x.PendingOwner = "" - case "ondo.usdy.blocklist.v1.GenesisState.blocked_addresses": + case "aura.blocklist.v1.GenesisState.blocked_addresses": x.BlockedAddresses = nil default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.GenesisState")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.GenesisState")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.GenesisState does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.GenesisState does not contain field %s", fd.FullName())) } } @@ -253,13 +253,13 @@ 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 "ondo.usdy.blocklist.v1.GenesisState.owner": + case "aura.blocklist.v1.GenesisState.owner": value := x.Owner return protoreflect.ValueOfString(value) - case "ondo.usdy.blocklist.v1.GenesisState.pending_owner": + case "aura.blocklist.v1.GenesisState.pending_owner": value := x.PendingOwner return protoreflect.ValueOfString(value) - case "ondo.usdy.blocklist.v1.GenesisState.blocked_addresses": + case "aura.blocklist.v1.GenesisState.blocked_addresses": if len(x.BlockedAddresses) == 0 { return protoreflect.ValueOfMap(&_GenesisState_3_map{}) } @@ -267,9 +267,9 @@ func (x *fastReflection_GenesisState) Get(descriptor protoreflect.FieldDescripto return protoreflect.ValueOfMap(mapValue) default: if descriptor.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.GenesisState")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.GenesisState")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.GenesisState does not contain field %s", descriptor.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.GenesisState does not contain field %s", descriptor.FullName())) } } @@ -285,19 +285,19 @@ 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 "ondo.usdy.blocklist.v1.GenesisState.owner": + case "aura.blocklist.v1.GenesisState.owner": x.Owner = value.Interface().(string) - case "ondo.usdy.blocklist.v1.GenesisState.pending_owner": + case "aura.blocklist.v1.GenesisState.pending_owner": x.PendingOwner = value.Interface().(string) - case "ondo.usdy.blocklist.v1.GenesisState.blocked_addresses": + case "aura.blocklist.v1.GenesisState.blocked_addresses": mv := value.Map() cmv := mv.(*_GenesisState_3_map) x.BlockedAddresses = *cmv.m default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.GenesisState")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.GenesisState")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.GenesisState does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.GenesisState does not contain field %s", fd.FullName())) } } @@ -313,21 +313,21 @@ 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 "ondo.usdy.blocklist.v1.GenesisState.blocked_addresses": + case "aura.blocklist.v1.GenesisState.blocked_addresses": if x.BlockedAddresses == nil { x.BlockedAddresses = make(map[string]bool) } value := &_GenesisState_3_map{m: &x.BlockedAddresses} return protoreflect.ValueOfMap(value) - case "ondo.usdy.blocklist.v1.GenesisState.owner": - panic(fmt.Errorf("field owner of message ondo.usdy.blocklist.v1.GenesisState is not mutable")) - case "ondo.usdy.blocklist.v1.GenesisState.pending_owner": - panic(fmt.Errorf("field pending_owner of message ondo.usdy.blocklist.v1.GenesisState is not mutable")) + case "aura.blocklist.v1.GenesisState.owner": + panic(fmt.Errorf("field owner of message aura.blocklist.v1.GenesisState is not mutable")) + case "aura.blocklist.v1.GenesisState.pending_owner": + panic(fmt.Errorf("field pending_owner of message aura.blocklist.v1.GenesisState is not mutable")) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.GenesisState")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.GenesisState")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.GenesisState does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.GenesisState does not contain field %s", fd.FullName())) } } @@ -336,18 +336,18 @@ 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 "ondo.usdy.blocklist.v1.GenesisState.owner": + case "aura.blocklist.v1.GenesisState.owner": return protoreflect.ValueOfString("") - case "ondo.usdy.blocklist.v1.GenesisState.pending_owner": + case "aura.blocklist.v1.GenesisState.pending_owner": return protoreflect.ValueOfString("") - case "ondo.usdy.blocklist.v1.GenesisState.blocked_addresses": + case "aura.blocklist.v1.GenesisState.blocked_addresses": m := make(map[string]bool) return protoreflect.ValueOfMap(&_GenesisState_3_map{m: &m}) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.GenesisState")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.GenesisState")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.GenesisState does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.GenesisState does not contain field %s", fd.FullName())) } } @@ -357,7 +357,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 ondo.usdy.blocklist.v1.GenesisState", d.FullName())) + panic(fmt.Errorf("%s is not a oneof field in aura.blocklist.v1.GenesisState", d.FullName())) } panic("unreachable") } @@ -797,7 +797,7 @@ func (x *fastReflection_GenesisState) ProtoMethods() *protoiface.Methods { // versions: // protoc-gen-go v1.27.0 // protoc (unknown) -// source: ondo/usdy/blocklist/v1/genesis.proto +// source: aura/blocklist/v1/genesis.proto const ( // Verify that this generated code is sufficiently up-to-date. @@ -822,7 +822,7 @@ type GenesisState struct { func (x *GenesisState) Reset() { *x = GenesisState{} if protoimpl.UnsafeEnabled { - mi := &file_ondo_usdy_blocklist_v1_genesis_proto_msgTypes[0] + mi := &file_aura_blocklist_v1_genesis_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -836,7 +836,7 @@ func (*GenesisState) ProtoMessage() {} // Deprecated: Use GenesisState.ProtoReflect.Descriptor instead. func (*GenesisState) Descriptor() ([]byte, []int) { - return file_ondo_usdy_blocklist_v1_genesis_proto_rawDescGZIP(), []int{0} + return file_aura_blocklist_v1_genesis_proto_rawDescGZIP(), []int{0} } func (x *GenesisState) GetOwner() string { @@ -860,70 +860,67 @@ func (x *GenesisState) GetBlockedAddresses() map[string]bool { return nil } -var File_ondo_usdy_blocklist_v1_genesis_proto protoreflect.FileDescriptor - -var file_ondo_usdy_blocklist_v1_genesis_proto_rawDesc = []byte{ - 0x0a, 0x24, 0x6f, 0x6e, 0x64, 0x6f, 0x2f, 0x75, 0x73, 0x64, 0x79, 0x2f, 0x62, 0x6c, 0x6f, 0x63, - 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x67, 0x65, 0x6e, 0x65, 0x73, 0x69, 0x73, - 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x16, 0x6f, 0x6e, 0x64, 0x6f, 0x2e, 0x75, 0x73, 0x64, - 0x79, 0x2e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2e, 0x76, 0x31, 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, 0x22, 0xab, 0x02, 0x0a, 0x0c, 0x47, 0x65, - 0x6e, 0x65, 0x73, 0x69, 0x73, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x2e, 0x0a, 0x05, 0x6f, 0x77, - 0x6e, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0xd2, 0xb4, 0x2d, 0x14, 0x63, - 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, - 0x69, 0x6e, 0x67, 0x52, 0x05, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x12, 0x3d, 0x0a, 0x0d, 0x70, 0x65, - 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x5f, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x09, 0x42, 0x18, 0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x0c, 0x70, 0x65, 0x6e, - 0x64, 0x69, 0x6e, 0x67, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x12, 0x67, 0x0a, 0x11, 0x62, 0x6c, 0x6f, - 0x63, 0x6b, 0x65, 0x64, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x18, 0x03, - 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x6f, 0x6e, 0x64, 0x6f, 0x2e, 0x75, 0x73, 0x64, 0x79, - 0x2e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, - 0x6e, 0x65, 0x73, 0x69, 0x73, 0x53, 0x74, 0x61, 0x74, 0x65, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, - 0x65, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, - 0x52, 0x10, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x65, 0x73, 0x1a, 0x43, 0x0a, 0x15, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x41, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, - 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, - 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x76, 0x61, - 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x42, 0xea, 0x01, 0x0a, 0x1a, 0x63, 0x6f, 0x6d, 0x2e, - 0x6f, 0x6e, 0x64, 0x6f, 0x2e, 0x75, 0x73, 0x64, 0x79, 0x2e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, - 0x69, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x42, 0x0c, 0x47, 0x65, 0x6e, 0x65, 0x73, 0x69, 0x73, 0x50, - 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x43, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, - 0x6f, 0x6d, 0x2f, 0x6e, 0x6f, 0x62, 0x6c, 0x65, 0x2d, 0x61, 0x73, 0x73, 0x65, 0x74, 0x73, 0x2f, - 0x6f, 0x6e, 0x64, 0x6f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6f, 0x6e, 0x64, 0x6f, 0x2f, 0x75, 0x73, - 0x64, 0x79, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2f, 0x76, 0x31, 0x3b, - 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x76, 0x31, 0xa2, 0x02, 0x03, 0x4f, 0x55, - 0x42, 0xaa, 0x02, 0x16, 0x4f, 0x6e, 0x64, 0x6f, 0x2e, 0x55, 0x73, 0x64, 0x79, 0x2e, 0x42, 0x6c, - 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x16, 0x4f, 0x6e, 0x64, - 0x6f, 0x5c, 0x55, 0x73, 0x64, 0x79, 0x5c, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, - 0x5c, 0x56, 0x31, 0xe2, 0x02, 0x22, 0x4f, 0x6e, 0x64, 0x6f, 0x5c, 0x55, 0x73, 0x64, 0x79, 0x5c, - 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x5c, 0x56, 0x31, 0x5c, 0x47, 0x50, 0x42, - 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x19, 0x4f, 0x6e, 0x64, 0x6f, 0x3a, - 0x3a, 0x55, 0x73, 0x64, 0x79, 0x3a, 0x3a, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, - 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, +var File_aura_blocklist_v1_genesis_proto protoreflect.FileDescriptor + +var file_aura_blocklist_v1_genesis_proto_rawDesc = []byte{ + 0x0a, 0x1f, 0x61, 0x75, 0x72, 0x61, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, + 0x2f, 0x76, 0x31, 0x2f, 0x67, 0x65, 0x6e, 0x65, 0x73, 0x69, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x12, 0x11, 0x61, 0x75, 0x72, 0x61, 0x2e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, + 0x74, 0x2e, 0x76, 0x31, 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, 0x22, + 0xa6, 0x02, 0x0a, 0x0c, 0x47, 0x65, 0x6e, 0x65, 0x73, 0x69, 0x73, 0x53, 0x74, 0x61, 0x74, 0x65, + 0x12, 0x2e, 0x0a, 0x05, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, + 0x18, 0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x72, + 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x05, 0x6f, 0x77, 0x6e, 0x65, 0x72, + 0x12, 0x3d, 0x0a, 0x0d, 0x70, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x5f, 0x6f, 0x77, 0x6e, 0x65, + 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, + 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, + 0x67, 0x52, 0x0c, 0x70, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x12, + 0x62, 0x0a, 0x11, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, + 0x73, 0x73, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x61, 0x75, 0x72, + 0x61, 0x2e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, + 0x65, 0x6e, 0x65, 0x73, 0x69, 0x73, 0x53, 0x74, 0x61, 0x74, 0x65, 0x2e, 0x42, 0x6c, 0x6f, 0x63, + 0x6b, 0x65, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, + 0x79, 0x52, 0x10, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, + 0x73, 0x65, 0x73, 0x1a, 0x43, 0x0a, 0x15, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x41, 0x64, + 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, + 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, + 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x76, + 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x42, 0xcb, 0x01, 0x0a, 0x15, 0x63, 0x6f, 0x6d, + 0x2e, 0x61, 0x75, 0x72, 0x61, 0x2e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2e, + 0x76, 0x31, 0x42, 0x0c, 0x47, 0x65, 0x6e, 0x65, 0x73, 0x69, 0x73, 0x50, 0x72, 0x6f, 0x74, 0x6f, + 0x50, 0x01, 0x5a, 0x3e, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6e, + 0x6f, 0x62, 0x6c, 0x65, 0x2d, 0x61, 0x73, 0x73, 0x65, 0x74, 0x73, 0x2f, 0x61, 0x75, 0x72, 0x61, + 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x75, 0x72, 0x61, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, + 0x69, 0x73, 0x74, 0x2f, 0x76, 0x31, 0x3b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, + 0x76, 0x31, 0xa2, 0x02, 0x03, 0x41, 0x42, 0x58, 0xaa, 0x02, 0x11, 0x41, 0x75, 0x72, 0x61, 0x2e, + 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x11, 0x41, + 0x75, 0x72, 0x61, 0x5c, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x5c, 0x56, 0x31, + 0xe2, 0x02, 0x1d, 0x41, 0x75, 0x72, 0x61, 0x5c, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, + 0x74, 0x5c, 0x56, 0x31, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, + 0xea, 0x02, 0x13, 0x41, 0x75, 0x72, 0x61, 0x3a, 0x3a, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, + 0x73, 0x74, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( - file_ondo_usdy_blocklist_v1_genesis_proto_rawDescOnce sync.Once - file_ondo_usdy_blocklist_v1_genesis_proto_rawDescData = file_ondo_usdy_blocklist_v1_genesis_proto_rawDesc + file_aura_blocklist_v1_genesis_proto_rawDescOnce sync.Once + file_aura_blocklist_v1_genesis_proto_rawDescData = file_aura_blocklist_v1_genesis_proto_rawDesc ) -func file_ondo_usdy_blocklist_v1_genesis_proto_rawDescGZIP() []byte { - file_ondo_usdy_blocklist_v1_genesis_proto_rawDescOnce.Do(func() { - file_ondo_usdy_blocklist_v1_genesis_proto_rawDescData = protoimpl.X.CompressGZIP(file_ondo_usdy_blocklist_v1_genesis_proto_rawDescData) +func file_aura_blocklist_v1_genesis_proto_rawDescGZIP() []byte { + file_aura_blocklist_v1_genesis_proto_rawDescOnce.Do(func() { + file_aura_blocklist_v1_genesis_proto_rawDescData = protoimpl.X.CompressGZIP(file_aura_blocklist_v1_genesis_proto_rawDescData) }) - return file_ondo_usdy_blocklist_v1_genesis_proto_rawDescData + return file_aura_blocklist_v1_genesis_proto_rawDescData } -var file_ondo_usdy_blocklist_v1_genesis_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_ondo_usdy_blocklist_v1_genesis_proto_goTypes = []interface{}{ - (*GenesisState)(nil), // 0: ondo.usdy.blocklist.v1.GenesisState - nil, // 1: ondo.usdy.blocklist.v1.GenesisState.BlockedAddressesEntry +var file_aura_blocklist_v1_genesis_proto_msgTypes = make([]protoimpl.MessageInfo, 2) +var file_aura_blocklist_v1_genesis_proto_goTypes = []interface{}{ + (*GenesisState)(nil), // 0: aura.blocklist.v1.GenesisState + nil, // 1: aura.blocklist.v1.GenesisState.BlockedAddressesEntry } -var file_ondo_usdy_blocklist_v1_genesis_proto_depIdxs = []int32{ - 1, // 0: ondo.usdy.blocklist.v1.GenesisState.blocked_addresses:type_name -> ondo.usdy.blocklist.v1.GenesisState.BlockedAddressesEntry +var file_aura_blocklist_v1_genesis_proto_depIdxs = []int32{ + 1, // 0: aura.blocklist.v1.GenesisState.blocked_addresses:type_name -> aura.blocklist.v1.GenesisState.BlockedAddressesEntry 1, // [1:1] is the sub-list for method output_type 1, // [1:1] is the sub-list for method input_type 1, // [1:1] is the sub-list for extension type_name @@ -931,13 +928,13 @@ var file_ondo_usdy_blocklist_v1_genesis_proto_depIdxs = []int32{ 0, // [0:1] is the sub-list for field type_name } -func init() { file_ondo_usdy_blocklist_v1_genesis_proto_init() } -func file_ondo_usdy_blocklist_v1_genesis_proto_init() { - if File_ondo_usdy_blocklist_v1_genesis_proto != nil { +func init() { file_aura_blocklist_v1_genesis_proto_init() } +func file_aura_blocklist_v1_genesis_proto_init() { + if File_aura_blocklist_v1_genesis_proto != nil { return } if !protoimpl.UnsafeEnabled { - file_ondo_usdy_blocklist_v1_genesis_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_aura_blocklist_v1_genesis_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GenesisState); i { case 0: return &v.state @@ -954,18 +951,18 @@ func file_ondo_usdy_blocklist_v1_genesis_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_ondo_usdy_blocklist_v1_genesis_proto_rawDesc, + RawDescriptor: file_aura_blocklist_v1_genesis_proto_rawDesc, NumEnums: 0, NumMessages: 2, NumExtensions: 0, NumServices: 0, }, - GoTypes: file_ondo_usdy_blocklist_v1_genesis_proto_goTypes, - DependencyIndexes: file_ondo_usdy_blocklist_v1_genesis_proto_depIdxs, - MessageInfos: file_ondo_usdy_blocklist_v1_genesis_proto_msgTypes, + GoTypes: file_aura_blocklist_v1_genesis_proto_goTypes, + DependencyIndexes: file_aura_blocklist_v1_genesis_proto_depIdxs, + MessageInfos: file_aura_blocklist_v1_genesis_proto_msgTypes, }.Build() - File_ondo_usdy_blocklist_v1_genesis_proto = out.File - file_ondo_usdy_blocklist_v1_genesis_proto_rawDesc = nil - file_ondo_usdy_blocklist_v1_genesis_proto_goTypes = nil - file_ondo_usdy_blocklist_v1_genesis_proto_depIdxs = nil + File_aura_blocklist_v1_genesis_proto = out.File + file_aura_blocklist_v1_genesis_proto_rawDesc = nil + file_aura_blocklist_v1_genesis_proto_goTypes = nil + file_aura_blocklist_v1_genesis_proto_depIdxs = nil } diff --git a/api/ondo/usdy/blocklist/v1/query.pulsar.go b/api/aura/blocklist/v1/query.pulsar.go similarity index 76% rename from api/ondo/usdy/blocklist/v1/query.pulsar.go rename to api/aura/blocklist/v1/query.pulsar.go index e85d010..4d7a38b 100644 --- a/api/ondo/usdy/blocklist/v1/query.pulsar.go +++ b/api/aura/blocklist/v1/query.pulsar.go @@ -20,8 +20,8 @@ var ( ) func init() { - file_ondo_usdy_blocklist_v1_query_proto_init() - md_QueryOwner = File_ondo_usdy_blocklist_v1_query_proto.Messages().ByName("QueryOwner") + file_aura_blocklist_v1_query_proto_init() + md_QueryOwner = File_aura_blocklist_v1_query_proto.Messages().ByName("QueryOwner") } var _ protoreflect.Message = (*fastReflection_QueryOwner)(nil) @@ -33,7 +33,7 @@ func (x *QueryOwner) ProtoReflect() protoreflect.Message { } func (x *QueryOwner) slowProtoReflect() protoreflect.Message { - mi := &file_ondo_usdy_blocklist_v1_query_proto_msgTypes[0] + mi := &file_aura_blocklist_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_QueryOwner) Has(fd protoreflect.FieldDescriptor) bool { switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.QueryOwner")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.QueryOwner")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.QueryOwner does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.QueryOwner does not contain field %s", fd.FullName())) } } @@ -122,9 +122,9 @@ func (x *fastReflection_QueryOwner) Clear(fd protoreflect.FieldDescriptor) { switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.QueryOwner")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.QueryOwner")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.QueryOwner does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.QueryOwner does not contain field %s", fd.FullName())) } } @@ -138,9 +138,9 @@ func (x *fastReflection_QueryOwner) Get(descriptor protoreflect.FieldDescriptor) switch descriptor.FullName() { default: if descriptor.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.QueryOwner")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.QueryOwner")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.QueryOwner does not contain field %s", descriptor.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.QueryOwner does not contain field %s", descriptor.FullName())) } } @@ -158,9 +158,9 @@ func (x *fastReflection_QueryOwner) Set(fd protoreflect.FieldDescriptor, value p switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.QueryOwner")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.QueryOwner")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.QueryOwner does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.QueryOwner does not contain field %s", fd.FullName())) } } @@ -178,9 +178,9 @@ func (x *fastReflection_QueryOwner) Mutable(fd protoreflect.FieldDescriptor) pro switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.QueryOwner")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.QueryOwner")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.QueryOwner does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.QueryOwner does not contain field %s", fd.FullName())) } } @@ -191,9 +191,9 @@ func (x *fastReflection_QueryOwner) NewField(fd protoreflect.FieldDescriptor) pr switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.QueryOwner")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.QueryOwner")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.QueryOwner does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.QueryOwner does not contain field %s", fd.FullName())) } } @@ -203,7 +203,7 @@ func (x *fastReflection_QueryOwner) NewField(fd protoreflect.FieldDescriptor) pr func (x *fastReflection_QueryOwner) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor { switch d.FullName() { default: - panic(fmt.Errorf("%s is not a oneof field in ondo.usdy.blocklist.v1.QueryOwner", d.FullName())) + panic(fmt.Errorf("%s is not a oneof field in aura.blocklist.v1.QueryOwner", d.FullName())) } panic("unreachable") } @@ -378,8 +378,8 @@ var ( ) func init() { - file_ondo_usdy_blocklist_v1_query_proto_init() - md_QueryOwnerResponse = File_ondo_usdy_blocklist_v1_query_proto.Messages().ByName("QueryOwnerResponse") + file_aura_blocklist_v1_query_proto_init() + md_QueryOwnerResponse = File_aura_blocklist_v1_query_proto.Messages().ByName("QueryOwnerResponse") fd_QueryOwnerResponse_owner = md_QueryOwnerResponse.Fields().ByName("owner") fd_QueryOwnerResponse_pending_owner = md_QueryOwnerResponse.Fields().ByName("pending_owner") } @@ -393,7 +393,7 @@ func (x *QueryOwnerResponse) ProtoReflect() protoreflect.Message { } func (x *QueryOwnerResponse) slowProtoReflect() protoreflect.Message { - mi := &file_ondo_usdy_blocklist_v1_query_proto_msgTypes[1] + mi := &file_aura_blocklist_v1_query_proto_msgTypes[1] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -476,15 +476,15 @@ func (x *fastReflection_QueryOwnerResponse) Range(f func(protoreflect.FieldDescr // a repeated field is populated if it is non-empty. func (x *fastReflection_QueryOwnerResponse) Has(fd protoreflect.FieldDescriptor) bool { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.QueryOwnerResponse.owner": + case "aura.blocklist.v1.QueryOwnerResponse.owner": return x.Owner != "" - case "ondo.usdy.blocklist.v1.QueryOwnerResponse.pending_owner": + case "aura.blocklist.v1.QueryOwnerResponse.pending_owner": return x.PendingOwner != "" default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.QueryOwnerResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.QueryOwnerResponse")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.QueryOwnerResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.QueryOwnerResponse does not contain field %s", fd.FullName())) } } @@ -496,15 +496,15 @@ func (x *fastReflection_QueryOwnerResponse) Has(fd protoreflect.FieldDescriptor) // Clear is a mutating operation and unsafe for concurrent use. func (x *fastReflection_QueryOwnerResponse) Clear(fd protoreflect.FieldDescriptor) { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.QueryOwnerResponse.owner": + case "aura.blocklist.v1.QueryOwnerResponse.owner": x.Owner = "" - case "ondo.usdy.blocklist.v1.QueryOwnerResponse.pending_owner": + case "aura.blocklist.v1.QueryOwnerResponse.pending_owner": x.PendingOwner = "" default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.QueryOwnerResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.QueryOwnerResponse")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.QueryOwnerResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.QueryOwnerResponse does not contain field %s", fd.FullName())) } } @@ -516,17 +516,17 @@ func (x *fastReflection_QueryOwnerResponse) Clear(fd protoreflect.FieldDescripto // of the value; to obtain a mutable reference, use Mutable. func (x *fastReflection_QueryOwnerResponse) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value { switch descriptor.FullName() { - case "ondo.usdy.blocklist.v1.QueryOwnerResponse.owner": + case "aura.blocklist.v1.QueryOwnerResponse.owner": value := x.Owner return protoreflect.ValueOfString(value) - case "ondo.usdy.blocklist.v1.QueryOwnerResponse.pending_owner": + case "aura.blocklist.v1.QueryOwnerResponse.pending_owner": value := x.PendingOwner return protoreflect.ValueOfString(value) default: if descriptor.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.QueryOwnerResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.QueryOwnerResponse")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.QueryOwnerResponse does not contain field %s", descriptor.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.QueryOwnerResponse does not contain field %s", descriptor.FullName())) } } @@ -542,15 +542,15 @@ func (x *fastReflection_QueryOwnerResponse) Get(descriptor protoreflect.FieldDes // Set is a mutating operation and unsafe for concurrent use. func (x *fastReflection_QueryOwnerResponse) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.QueryOwnerResponse.owner": + case "aura.blocklist.v1.QueryOwnerResponse.owner": x.Owner = value.Interface().(string) - case "ondo.usdy.blocklist.v1.QueryOwnerResponse.pending_owner": + case "aura.blocklist.v1.QueryOwnerResponse.pending_owner": x.PendingOwner = value.Interface().(string) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.QueryOwnerResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.QueryOwnerResponse")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.QueryOwnerResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.QueryOwnerResponse does not contain field %s", fd.FullName())) } } @@ -566,15 +566,15 @@ func (x *fastReflection_QueryOwnerResponse) Set(fd protoreflect.FieldDescriptor, // Mutable is a mutating operation and unsafe for concurrent use. func (x *fastReflection_QueryOwnerResponse) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.QueryOwnerResponse.owner": - panic(fmt.Errorf("field owner of message ondo.usdy.blocklist.v1.QueryOwnerResponse is not mutable")) - case "ondo.usdy.blocklist.v1.QueryOwnerResponse.pending_owner": - panic(fmt.Errorf("field pending_owner of message ondo.usdy.blocklist.v1.QueryOwnerResponse is not mutable")) + case "aura.blocklist.v1.QueryOwnerResponse.owner": + panic(fmt.Errorf("field owner of message aura.blocklist.v1.QueryOwnerResponse is not mutable")) + case "aura.blocklist.v1.QueryOwnerResponse.pending_owner": + panic(fmt.Errorf("field pending_owner of message aura.blocklist.v1.QueryOwnerResponse is not mutable")) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.QueryOwnerResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.QueryOwnerResponse")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.QueryOwnerResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.QueryOwnerResponse does not contain field %s", fd.FullName())) } } @@ -583,15 +583,15 @@ func (x *fastReflection_QueryOwnerResponse) Mutable(fd protoreflect.FieldDescrip // For lists, maps, and messages, this returns a new, empty, mutable value. func (x *fastReflection_QueryOwnerResponse) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.QueryOwnerResponse.owner": + case "aura.blocklist.v1.QueryOwnerResponse.owner": return protoreflect.ValueOfString("") - case "ondo.usdy.blocklist.v1.QueryOwnerResponse.pending_owner": + case "aura.blocklist.v1.QueryOwnerResponse.pending_owner": return protoreflect.ValueOfString("") default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.QueryOwnerResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.QueryOwnerResponse")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.QueryOwnerResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.QueryOwnerResponse does not contain field %s", fd.FullName())) } } @@ -601,7 +601,7 @@ func (x *fastReflection_QueryOwnerResponse) NewField(fd protoreflect.FieldDescri func (x *fastReflection_QueryOwnerResponse) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor { switch d.FullName() { default: - panic(fmt.Errorf("%s is not a oneof field in ondo.usdy.blocklist.v1.QueryOwnerResponse", d.FullName())) + panic(fmt.Errorf("%s is not a oneof field in aura.blocklist.v1.QueryOwnerResponse", d.FullName())) } panic("unreachable") } @@ -859,7 +859,7 @@ func (x *fastReflection_QueryOwnerResponse) ProtoMethods() *protoiface.Methods { // versions: // protoc-gen-go v1.27.0 // protoc (unknown) -// source: ondo/usdy/blocklist/v1/query.proto +// source: aura/blocklist/v1/query.proto const ( // Verify that this generated code is sufficiently up-to-date. @@ -877,7 +877,7 @@ type QueryOwner struct { func (x *QueryOwner) Reset() { *x = QueryOwner{} if protoimpl.UnsafeEnabled { - mi := &file_ondo_usdy_blocklist_v1_query_proto_msgTypes[0] + mi := &file_aura_blocklist_v1_query_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -891,7 +891,7 @@ func (*QueryOwner) ProtoMessage() {} // Deprecated: Use QueryOwner.ProtoReflect.Descriptor instead. func (*QueryOwner) Descriptor() ([]byte, []int) { - return file_ondo_usdy_blocklist_v1_query_proto_rawDescGZIP(), []int{0} + return file_aura_blocklist_v1_query_proto_rawDescGZIP(), []int{0} } type QueryOwnerResponse struct { @@ -906,7 +906,7 @@ type QueryOwnerResponse struct { func (x *QueryOwnerResponse) Reset() { *x = QueryOwnerResponse{} if protoimpl.UnsafeEnabled { - mi := &file_ondo_usdy_blocklist_v1_query_proto_msgTypes[1] + mi := &file_aura_blocklist_v1_query_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -920,7 +920,7 @@ func (*QueryOwnerResponse) ProtoMessage() {} // Deprecated: Use QueryOwnerResponse.ProtoReflect.Descriptor instead. func (*QueryOwnerResponse) Descriptor() ([]byte, []int) { - return file_ondo_usdy_blocklist_v1_query_proto_rawDescGZIP(), []int{1} + return file_aura_blocklist_v1_query_proto_rawDescGZIP(), []int{1} } func (x *QueryOwnerResponse) GetOwner() string { @@ -937,74 +937,70 @@ func (x *QueryOwnerResponse) GetPendingOwner() string { return "" } -var File_ondo_usdy_blocklist_v1_query_proto protoreflect.FileDescriptor - -var file_ondo_usdy_blocklist_v1_query_proto_rawDesc = []byte{ - 0x0a, 0x22, 0x6f, 0x6e, 0x64, 0x6f, 0x2f, 0x75, 0x73, 0x64, 0x79, 0x2f, 0x62, 0x6c, 0x6f, 0x63, - 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x71, 0x75, 0x65, 0x72, 0x79, 0x2e, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x16, 0x6f, 0x6e, 0x64, 0x6f, 0x2e, 0x75, 0x73, 0x64, 0x79, 0x2e, - 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2e, 0x76, 0x31, 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, 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, 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, 0x22, 0x0c, 0x0a, 0x0a, 0x51, 0x75, 0x65, 0x72, 0x79, 0x4f, 0x77, 0x6e, 0x65, 0x72, - 0x22, 0x83, 0x01, 0x0a, 0x12, 0x51, 0x75, 0x65, 0x72, 0x79, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x05, 0x6f, 0x77, 0x6e, 0x65, 0x72, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, - 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, - 0x52, 0x05, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x12, 0x3d, 0x0a, 0x0d, 0x70, 0x65, 0x6e, 0x64, 0x69, - 0x6e, 0x67, 0x5f, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, - 0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x0c, 0x70, 0x65, 0x6e, 0x64, 0x69, 0x6e, - 0x67, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x32, 0x8d, 0x01, 0x0a, 0x05, 0x51, 0x75, 0x65, 0x72, 0x79, - 0x12, 0x83, 0x01, 0x0a, 0x05, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x12, 0x22, 0x2e, 0x6f, 0x6e, 0x64, - 0x6f, 0x2e, 0x75, 0x73, 0x64, 0x79, 0x2e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, - 0x2e, 0x76, 0x31, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x1a, 0x2a, - 0x2e, 0x6f, 0x6e, 0x64, 0x6f, 0x2e, 0x75, 0x73, 0x64, 0x79, 0x2e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, - 0x6c, 0x69, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x4f, 0x77, 0x6e, - 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x2a, 0x88, 0xe7, 0xb0, 0x2a, - 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1f, 0x12, 0x1d, 0x2f, 0x6f, 0x6e, 0x64, 0x6f, 0x2f, 0x75, - 0x73, 0x64, 0x79, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2f, 0x76, 0x31, - 0x2f, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x42, 0xe8, 0x01, 0x0a, 0x1a, 0x63, 0x6f, 0x6d, 0x2e, 0x6f, - 0x6e, 0x64, 0x6f, 0x2e, 0x75, 0x73, 0x64, 0x79, 0x2e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, +var File_aura_blocklist_v1_query_proto protoreflect.FileDescriptor + +var file_aura_blocklist_v1_query_proto_rawDesc = []byte{ + 0x0a, 0x1d, 0x61, 0x75, 0x72, 0x61, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, + 0x2f, 0x76, 0x31, 0x2f, 0x71, 0x75, 0x65, 0x72, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, + 0x11, 0x61, 0x75, 0x72, 0x61, 0x2e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2e, + 0x76, 0x31, 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, + 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, 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, 0x22, 0x0c, 0x0a, 0x0a, 0x51, 0x75, 0x65, 0x72, + 0x79, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x22, 0x83, 0x01, 0x0a, 0x12, 0x51, 0x75, 0x65, 0x72, 0x79, + 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, + 0x05, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0xd2, 0xb4, + 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, + 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x05, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x12, 0x3d, 0x0a, + 0x0d, 0x70, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x5f, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, + 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x0c, + 0x70, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x32, 0x7d, 0x0a, 0x05, + 0x51, 0x75, 0x65, 0x72, 0x79, 0x12, 0x74, 0x0a, 0x05, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x12, 0x1d, + 0x2e, 0x61, 0x75, 0x72, 0x61, 0x2e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2e, + 0x76, 0x31, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x1a, 0x25, 0x2e, + 0x61, 0x75, 0x72, 0x61, 0x2e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2e, 0x76, + 0x31, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x25, 0x88, 0xe7, 0xb0, 0x2a, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x1a, 0x12, 0x18, 0x2f, 0x61, 0x75, 0x72, 0x61, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, + 0x73, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x42, 0xc9, 0x01, 0x0a, 0x15, + 0x63, 0x6f, 0x6d, 0x2e, 0x61, 0x75, 0x72, 0x61, 0x2e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x42, 0x0a, 0x51, 0x75, 0x65, 0x72, 0x79, 0x50, 0x72, 0x6f, 0x74, - 0x6f, 0x50, 0x01, 0x5a, 0x43, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, - 0x6e, 0x6f, 0x62, 0x6c, 0x65, 0x2d, 0x61, 0x73, 0x73, 0x65, 0x74, 0x73, 0x2f, 0x6f, 0x6e, 0x64, - 0x6f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6f, 0x6e, 0x64, 0x6f, 0x2f, 0x75, 0x73, 0x64, 0x79, 0x2f, - 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2f, 0x76, 0x31, 0x3b, 0x62, 0x6c, 0x6f, - 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x76, 0x31, 0xa2, 0x02, 0x03, 0x4f, 0x55, 0x42, 0xaa, 0x02, - 0x16, 0x4f, 0x6e, 0x64, 0x6f, 0x2e, 0x55, 0x73, 0x64, 0x79, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, - 0x6c, 0x69, 0x73, 0x74, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x16, 0x4f, 0x6e, 0x64, 0x6f, 0x5c, 0x55, - 0x73, 0x64, 0x79, 0x5c, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x5c, 0x56, 0x31, - 0xe2, 0x02, 0x22, 0x4f, 0x6e, 0x64, 0x6f, 0x5c, 0x55, 0x73, 0x64, 0x79, 0x5c, 0x42, 0x6c, 0x6f, - 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x5c, 0x56, 0x31, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x19, 0x4f, 0x6e, 0x64, 0x6f, 0x3a, 0x3a, 0x55, 0x73, - 0x64, 0x79, 0x3a, 0x3a, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x3a, 0x3a, 0x56, - 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x6f, 0x50, 0x01, 0x5a, 0x3e, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, + 0x6e, 0x6f, 0x62, 0x6c, 0x65, 0x2d, 0x61, 0x73, 0x73, 0x65, 0x74, 0x73, 0x2f, 0x61, 0x75, 0x72, + 0x61, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x75, 0x72, 0x61, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, + 0x6c, 0x69, 0x73, 0x74, 0x2f, 0x76, 0x31, 0x3b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, + 0x74, 0x76, 0x31, 0xa2, 0x02, 0x03, 0x41, 0x42, 0x58, 0xaa, 0x02, 0x11, 0x41, 0x75, 0x72, 0x61, + 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x11, + 0x41, 0x75, 0x72, 0x61, 0x5c, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x5c, 0x56, + 0x31, 0xe2, 0x02, 0x1d, 0x41, 0x75, 0x72, 0x61, 0x5c, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, + 0x73, 0x74, 0x5c, 0x56, 0x31, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, + 0x61, 0xea, 0x02, 0x13, 0x41, 0x75, 0x72, 0x61, 0x3a, 0x3a, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, + 0x69, 0x73, 0x74, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( - file_ondo_usdy_blocklist_v1_query_proto_rawDescOnce sync.Once - file_ondo_usdy_blocklist_v1_query_proto_rawDescData = file_ondo_usdy_blocklist_v1_query_proto_rawDesc + file_aura_blocklist_v1_query_proto_rawDescOnce sync.Once + file_aura_blocklist_v1_query_proto_rawDescData = file_aura_blocklist_v1_query_proto_rawDesc ) -func file_ondo_usdy_blocklist_v1_query_proto_rawDescGZIP() []byte { - file_ondo_usdy_blocklist_v1_query_proto_rawDescOnce.Do(func() { - file_ondo_usdy_blocklist_v1_query_proto_rawDescData = protoimpl.X.CompressGZIP(file_ondo_usdy_blocklist_v1_query_proto_rawDescData) +func file_aura_blocklist_v1_query_proto_rawDescGZIP() []byte { + file_aura_blocklist_v1_query_proto_rawDescOnce.Do(func() { + file_aura_blocklist_v1_query_proto_rawDescData = protoimpl.X.CompressGZIP(file_aura_blocklist_v1_query_proto_rawDescData) }) - return file_ondo_usdy_blocklist_v1_query_proto_rawDescData + return file_aura_blocklist_v1_query_proto_rawDescData } -var file_ondo_usdy_blocklist_v1_query_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_ondo_usdy_blocklist_v1_query_proto_goTypes = []interface{}{ - (*QueryOwner)(nil), // 0: ondo.usdy.blocklist.v1.QueryOwner - (*QueryOwnerResponse)(nil), // 1: ondo.usdy.blocklist.v1.QueryOwnerResponse +var file_aura_blocklist_v1_query_proto_msgTypes = make([]protoimpl.MessageInfo, 2) +var file_aura_blocklist_v1_query_proto_goTypes = []interface{}{ + (*QueryOwner)(nil), // 0: aura.blocklist.v1.QueryOwner + (*QueryOwnerResponse)(nil), // 1: aura.blocklist.v1.QueryOwnerResponse } -var file_ondo_usdy_blocklist_v1_query_proto_depIdxs = []int32{ - 0, // 0: ondo.usdy.blocklist.v1.Query.Owner:input_type -> ondo.usdy.blocklist.v1.QueryOwner - 1, // 1: ondo.usdy.blocklist.v1.Query.Owner:output_type -> ondo.usdy.blocklist.v1.QueryOwnerResponse +var file_aura_blocklist_v1_query_proto_depIdxs = []int32{ + 0, // 0: aura.blocklist.v1.Query.Owner:input_type -> aura.blocklist.v1.QueryOwner + 1, // 1: aura.blocklist.v1.Query.Owner:output_type -> aura.blocklist.v1.QueryOwnerResponse 1, // [1:2] is the sub-list for method output_type 0, // [0:1] is the sub-list for method input_type 0, // [0:0] is the sub-list for extension type_name @@ -1012,13 +1008,13 @@ var file_ondo_usdy_blocklist_v1_query_proto_depIdxs = []int32{ 0, // [0:0] is the sub-list for field type_name } -func init() { file_ondo_usdy_blocklist_v1_query_proto_init() } -func file_ondo_usdy_blocklist_v1_query_proto_init() { - if File_ondo_usdy_blocklist_v1_query_proto != nil { +func init() { file_aura_blocklist_v1_query_proto_init() } +func file_aura_blocklist_v1_query_proto_init() { + if File_aura_blocklist_v1_query_proto != nil { return } if !protoimpl.UnsafeEnabled { - file_ondo_usdy_blocklist_v1_query_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_aura_blocklist_v1_query_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*QueryOwner); i { case 0: return &v.state @@ -1030,7 +1026,7 @@ func file_ondo_usdy_blocklist_v1_query_proto_init() { return nil } } - file_ondo_usdy_blocklist_v1_query_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_aura_blocklist_v1_query_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*QueryOwnerResponse); i { case 0: return &v.state @@ -1047,18 +1043,18 @@ func file_ondo_usdy_blocklist_v1_query_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_ondo_usdy_blocklist_v1_query_proto_rawDesc, + RawDescriptor: file_aura_blocklist_v1_query_proto_rawDesc, NumEnums: 0, NumMessages: 2, NumExtensions: 0, NumServices: 1, }, - GoTypes: file_ondo_usdy_blocklist_v1_query_proto_goTypes, - DependencyIndexes: file_ondo_usdy_blocklist_v1_query_proto_depIdxs, - MessageInfos: file_ondo_usdy_blocklist_v1_query_proto_msgTypes, + GoTypes: file_aura_blocklist_v1_query_proto_goTypes, + DependencyIndexes: file_aura_blocklist_v1_query_proto_depIdxs, + MessageInfos: file_aura_blocklist_v1_query_proto_msgTypes, }.Build() - File_ondo_usdy_blocklist_v1_query_proto = out.File - file_ondo_usdy_blocklist_v1_query_proto_rawDesc = nil - file_ondo_usdy_blocklist_v1_query_proto_goTypes = nil - file_ondo_usdy_blocklist_v1_query_proto_depIdxs = nil + File_aura_blocklist_v1_query_proto = out.File + file_aura_blocklist_v1_query_proto_rawDesc = nil + file_aura_blocklist_v1_query_proto_goTypes = nil + file_aura_blocklist_v1_query_proto_depIdxs = nil } diff --git a/api/ondo/usdy/blocklist/v1/query_grpc.pb.go b/api/aura/blocklist/v1/query_grpc.pb.go similarity index 94% rename from api/ondo/usdy/blocklist/v1/query_grpc.pb.go rename to api/aura/blocklist/v1/query_grpc.pb.go index 7f29850..a4cfc00 100644 --- a/api/ondo/usdy/blocklist/v1/query_grpc.pb.go +++ b/api/aura/blocklist/v1/query_grpc.pb.go @@ -2,7 +2,7 @@ // versions: // - protoc-gen-go-grpc v1.3.0 // - protoc (unknown) -// source: ondo/usdy/blocklist/v1/query.proto +// source: aura/blocklist/v1/query.proto package blocklistv1 @@ -19,7 +19,7 @@ import ( const _ = grpc.SupportPackageIsVersion7 const ( - Query_Owner_FullMethodName = "/ondo.usdy.blocklist.v1.Query/Owner" + Query_Owner_FullMethodName = "/aura.blocklist.v1.Query/Owner" ) // QueryClient is the client API for Query service. @@ -96,7 +96,7 @@ func _Query_Owner_Handler(srv interface{}, ctx context.Context, dec func(interfa // 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: "ondo.usdy.blocklist.v1.Query", + ServiceName: "aura.blocklist.v1.Query", HandlerType: (*QueryServer)(nil), Methods: []grpc.MethodDesc{ { @@ -105,5 +105,5 @@ var Query_ServiceDesc = grpc.ServiceDesc{ }, }, Streams: []grpc.StreamDesc{}, - Metadata: "ondo/usdy/blocklist/v1/query.proto", + Metadata: "aura/blocklist/v1/query.proto", } diff --git a/api/ondo/usdy/blocklist/v1/tx.pulsar.go b/api/aura/blocklist/v1/tx.pulsar.go similarity index 82% rename from api/ondo/usdy/blocklist/v1/tx.pulsar.go rename to api/aura/blocklist/v1/tx.pulsar.go index f48a8ac..6640bac 100644 --- a/api/ondo/usdy/blocklist/v1/tx.pulsar.go +++ b/api/aura/blocklist/v1/tx.pulsar.go @@ -23,8 +23,8 @@ var ( ) func init() { - file_ondo_usdy_blocklist_v1_tx_proto_init() - md_MsgTransferOwnership = File_ondo_usdy_blocklist_v1_tx_proto.Messages().ByName("MsgTransferOwnership") + file_aura_blocklist_v1_tx_proto_init() + md_MsgTransferOwnership = File_aura_blocklist_v1_tx_proto.Messages().ByName("MsgTransferOwnership") fd_MsgTransferOwnership_signer = md_MsgTransferOwnership.Fields().ByName("signer") fd_MsgTransferOwnership_new_owner = md_MsgTransferOwnership.Fields().ByName("new_owner") } @@ -38,7 +38,7 @@ func (x *MsgTransferOwnership) ProtoReflect() protoreflect.Message { } func (x *MsgTransferOwnership) slowProtoReflect() protoreflect.Message { - mi := &file_ondo_usdy_blocklist_v1_tx_proto_msgTypes[0] + mi := &file_aura_blocklist_v1_tx_proto_msgTypes[0] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -121,15 +121,15 @@ func (x *fastReflection_MsgTransferOwnership) Range(f func(protoreflect.FieldDes // a repeated field is populated if it is non-empty. func (x *fastReflection_MsgTransferOwnership) Has(fd protoreflect.FieldDescriptor) bool { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.MsgTransferOwnership.signer": + case "aura.blocklist.v1.MsgTransferOwnership.signer": return x.Signer != "" - case "ondo.usdy.blocklist.v1.MsgTransferOwnership.new_owner": + case "aura.blocklist.v1.MsgTransferOwnership.new_owner": return x.NewOwner != "" default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgTransferOwnership")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgTransferOwnership")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgTransferOwnership does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgTransferOwnership does not contain field %s", fd.FullName())) } } @@ -141,15 +141,15 @@ func (x *fastReflection_MsgTransferOwnership) Has(fd protoreflect.FieldDescripto // Clear is a mutating operation and unsafe for concurrent use. func (x *fastReflection_MsgTransferOwnership) Clear(fd protoreflect.FieldDescriptor) { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.MsgTransferOwnership.signer": + case "aura.blocklist.v1.MsgTransferOwnership.signer": x.Signer = "" - case "ondo.usdy.blocklist.v1.MsgTransferOwnership.new_owner": + case "aura.blocklist.v1.MsgTransferOwnership.new_owner": x.NewOwner = "" default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgTransferOwnership")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgTransferOwnership")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgTransferOwnership does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgTransferOwnership does not contain field %s", fd.FullName())) } } @@ -161,17 +161,17 @@ func (x *fastReflection_MsgTransferOwnership) Clear(fd protoreflect.FieldDescrip // of the value; to obtain a mutable reference, use Mutable. func (x *fastReflection_MsgTransferOwnership) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value { switch descriptor.FullName() { - case "ondo.usdy.blocklist.v1.MsgTransferOwnership.signer": + case "aura.blocklist.v1.MsgTransferOwnership.signer": value := x.Signer return protoreflect.ValueOfString(value) - case "ondo.usdy.blocklist.v1.MsgTransferOwnership.new_owner": + case "aura.blocklist.v1.MsgTransferOwnership.new_owner": value := x.NewOwner return protoreflect.ValueOfString(value) default: if descriptor.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgTransferOwnership")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgTransferOwnership")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgTransferOwnership does not contain field %s", descriptor.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgTransferOwnership does not contain field %s", descriptor.FullName())) } } @@ -187,15 +187,15 @@ func (x *fastReflection_MsgTransferOwnership) Get(descriptor protoreflect.FieldD // Set is a mutating operation and unsafe for concurrent use. func (x *fastReflection_MsgTransferOwnership) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.MsgTransferOwnership.signer": + case "aura.blocklist.v1.MsgTransferOwnership.signer": x.Signer = value.Interface().(string) - case "ondo.usdy.blocklist.v1.MsgTransferOwnership.new_owner": + case "aura.blocklist.v1.MsgTransferOwnership.new_owner": x.NewOwner = value.Interface().(string) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgTransferOwnership")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgTransferOwnership")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgTransferOwnership does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgTransferOwnership does not contain field %s", fd.FullName())) } } @@ -211,15 +211,15 @@ func (x *fastReflection_MsgTransferOwnership) Set(fd protoreflect.FieldDescripto // Mutable is a mutating operation and unsafe for concurrent use. func (x *fastReflection_MsgTransferOwnership) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.MsgTransferOwnership.signer": - panic(fmt.Errorf("field signer of message ondo.usdy.blocklist.v1.MsgTransferOwnership is not mutable")) - case "ondo.usdy.blocklist.v1.MsgTransferOwnership.new_owner": - panic(fmt.Errorf("field new_owner of message ondo.usdy.blocklist.v1.MsgTransferOwnership is not mutable")) + case "aura.blocklist.v1.MsgTransferOwnership.signer": + panic(fmt.Errorf("field signer of message aura.blocklist.v1.MsgTransferOwnership is not mutable")) + case "aura.blocklist.v1.MsgTransferOwnership.new_owner": + panic(fmt.Errorf("field new_owner of message aura.blocklist.v1.MsgTransferOwnership is not mutable")) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgTransferOwnership")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgTransferOwnership")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgTransferOwnership does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgTransferOwnership does not contain field %s", fd.FullName())) } } @@ -228,15 +228,15 @@ func (x *fastReflection_MsgTransferOwnership) Mutable(fd protoreflect.FieldDescr // For lists, maps, and messages, this returns a new, empty, mutable value. func (x *fastReflection_MsgTransferOwnership) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.MsgTransferOwnership.signer": + case "aura.blocklist.v1.MsgTransferOwnership.signer": return protoreflect.ValueOfString("") - case "ondo.usdy.blocklist.v1.MsgTransferOwnership.new_owner": + case "aura.blocklist.v1.MsgTransferOwnership.new_owner": return protoreflect.ValueOfString("") default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgTransferOwnership")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgTransferOwnership")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgTransferOwnership does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgTransferOwnership does not contain field %s", fd.FullName())) } } @@ -246,7 +246,7 @@ func (x *fastReflection_MsgTransferOwnership) NewField(fd protoreflect.FieldDesc func (x *fastReflection_MsgTransferOwnership) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor { switch d.FullName() { default: - panic(fmt.Errorf("%s is not a oneof field in ondo.usdy.blocklist.v1.MsgTransferOwnership", d.FullName())) + panic(fmt.Errorf("%s is not a oneof field in aura.blocklist.v1.MsgTransferOwnership", d.FullName())) } panic("unreachable") } @@ -505,8 +505,8 @@ var ( ) func init() { - file_ondo_usdy_blocklist_v1_tx_proto_init() - md_MsgTransferOwnershipResponse = File_ondo_usdy_blocklist_v1_tx_proto.Messages().ByName("MsgTransferOwnershipResponse") + file_aura_blocklist_v1_tx_proto_init() + md_MsgTransferOwnershipResponse = File_aura_blocklist_v1_tx_proto.Messages().ByName("MsgTransferOwnershipResponse") } var _ protoreflect.Message = (*fastReflection_MsgTransferOwnershipResponse)(nil) @@ -518,7 +518,7 @@ func (x *MsgTransferOwnershipResponse) ProtoReflect() protoreflect.Message { } func (x *MsgTransferOwnershipResponse) slowProtoReflect() protoreflect.Message { - mi := &file_ondo_usdy_blocklist_v1_tx_proto_msgTypes[1] + mi := &file_aura_blocklist_v1_tx_proto_msgTypes[1] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -591,9 +591,9 @@ func (x *fastReflection_MsgTransferOwnershipResponse) Has(fd protoreflect.FieldD switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgTransferOwnershipResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgTransferOwnershipResponse")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgTransferOwnershipResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgTransferOwnershipResponse does not contain field %s", fd.FullName())) } } @@ -607,9 +607,9 @@ func (x *fastReflection_MsgTransferOwnershipResponse) Clear(fd protoreflect.Fiel switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgTransferOwnershipResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgTransferOwnershipResponse")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgTransferOwnershipResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgTransferOwnershipResponse does not contain field %s", fd.FullName())) } } @@ -623,9 +623,9 @@ func (x *fastReflection_MsgTransferOwnershipResponse) Get(descriptor protoreflec switch descriptor.FullName() { default: if descriptor.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgTransferOwnershipResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgTransferOwnershipResponse")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgTransferOwnershipResponse does not contain field %s", descriptor.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgTransferOwnershipResponse does not contain field %s", descriptor.FullName())) } } @@ -643,9 +643,9 @@ func (x *fastReflection_MsgTransferOwnershipResponse) Set(fd protoreflect.FieldD switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgTransferOwnershipResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgTransferOwnershipResponse")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgTransferOwnershipResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgTransferOwnershipResponse does not contain field %s", fd.FullName())) } } @@ -663,9 +663,9 @@ func (x *fastReflection_MsgTransferOwnershipResponse) Mutable(fd protoreflect.Fi switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgTransferOwnershipResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgTransferOwnershipResponse")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgTransferOwnershipResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgTransferOwnershipResponse does not contain field %s", fd.FullName())) } } @@ -676,9 +676,9 @@ func (x *fastReflection_MsgTransferOwnershipResponse) NewField(fd protoreflect.F switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgTransferOwnershipResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgTransferOwnershipResponse")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgTransferOwnershipResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgTransferOwnershipResponse does not contain field %s", fd.FullName())) } } @@ -688,7 +688,7 @@ func (x *fastReflection_MsgTransferOwnershipResponse) NewField(fd protoreflect.F func (x *fastReflection_MsgTransferOwnershipResponse) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor { switch d.FullName() { default: - panic(fmt.Errorf("%s is not a oneof field in ondo.usdy.blocklist.v1.MsgTransferOwnershipResponse", d.FullName())) + panic(fmt.Errorf("%s is not a oneof field in aura.blocklist.v1.MsgTransferOwnershipResponse", d.FullName())) } panic("unreachable") } @@ -862,8 +862,8 @@ var ( ) func init() { - file_ondo_usdy_blocklist_v1_tx_proto_init() - md_MsgAcceptOwnership = File_ondo_usdy_blocklist_v1_tx_proto.Messages().ByName("MsgAcceptOwnership") + file_aura_blocklist_v1_tx_proto_init() + md_MsgAcceptOwnership = File_aura_blocklist_v1_tx_proto.Messages().ByName("MsgAcceptOwnership") fd_MsgAcceptOwnership_signer = md_MsgAcceptOwnership.Fields().ByName("signer") } @@ -876,7 +876,7 @@ func (x *MsgAcceptOwnership) ProtoReflect() protoreflect.Message { } func (x *MsgAcceptOwnership) slowProtoReflect() protoreflect.Message { - mi := &file_ondo_usdy_blocklist_v1_tx_proto_msgTypes[2] + mi := &file_aura_blocklist_v1_tx_proto_msgTypes[2] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -953,13 +953,13 @@ func (x *fastReflection_MsgAcceptOwnership) Range(f func(protoreflect.FieldDescr // a repeated field is populated if it is non-empty. func (x *fastReflection_MsgAcceptOwnership) Has(fd protoreflect.FieldDescriptor) bool { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.MsgAcceptOwnership.signer": + case "aura.blocklist.v1.MsgAcceptOwnership.signer": return x.Signer != "" default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgAcceptOwnership")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgAcceptOwnership")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgAcceptOwnership does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgAcceptOwnership does not contain field %s", fd.FullName())) } } @@ -971,13 +971,13 @@ func (x *fastReflection_MsgAcceptOwnership) Has(fd protoreflect.FieldDescriptor) // Clear is a mutating operation and unsafe for concurrent use. func (x *fastReflection_MsgAcceptOwnership) Clear(fd protoreflect.FieldDescriptor) { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.MsgAcceptOwnership.signer": + case "aura.blocklist.v1.MsgAcceptOwnership.signer": x.Signer = "" default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgAcceptOwnership")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgAcceptOwnership")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgAcceptOwnership does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgAcceptOwnership does not contain field %s", fd.FullName())) } } @@ -989,14 +989,14 @@ func (x *fastReflection_MsgAcceptOwnership) Clear(fd protoreflect.FieldDescripto // of the value; to obtain a mutable reference, use Mutable. func (x *fastReflection_MsgAcceptOwnership) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value { switch descriptor.FullName() { - case "ondo.usdy.blocklist.v1.MsgAcceptOwnership.signer": + case "aura.blocklist.v1.MsgAcceptOwnership.signer": value := x.Signer return protoreflect.ValueOfString(value) default: if descriptor.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgAcceptOwnership")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgAcceptOwnership")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgAcceptOwnership does not contain field %s", descriptor.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgAcceptOwnership does not contain field %s", descriptor.FullName())) } } @@ -1012,13 +1012,13 @@ func (x *fastReflection_MsgAcceptOwnership) Get(descriptor protoreflect.FieldDes // Set is a mutating operation and unsafe for concurrent use. func (x *fastReflection_MsgAcceptOwnership) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.MsgAcceptOwnership.signer": + case "aura.blocklist.v1.MsgAcceptOwnership.signer": x.Signer = value.Interface().(string) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgAcceptOwnership")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgAcceptOwnership")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgAcceptOwnership does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgAcceptOwnership does not contain field %s", fd.FullName())) } } @@ -1034,13 +1034,13 @@ func (x *fastReflection_MsgAcceptOwnership) Set(fd protoreflect.FieldDescriptor, // Mutable is a mutating operation and unsafe for concurrent use. func (x *fastReflection_MsgAcceptOwnership) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.MsgAcceptOwnership.signer": - panic(fmt.Errorf("field signer of message ondo.usdy.blocklist.v1.MsgAcceptOwnership is not mutable")) + case "aura.blocklist.v1.MsgAcceptOwnership.signer": + panic(fmt.Errorf("field signer of message aura.blocklist.v1.MsgAcceptOwnership is not mutable")) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgAcceptOwnership")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgAcceptOwnership")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgAcceptOwnership does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgAcceptOwnership does not contain field %s", fd.FullName())) } } @@ -1049,13 +1049,13 @@ func (x *fastReflection_MsgAcceptOwnership) Mutable(fd protoreflect.FieldDescrip // For lists, maps, and messages, this returns a new, empty, mutable value. func (x *fastReflection_MsgAcceptOwnership) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.MsgAcceptOwnership.signer": + case "aura.blocklist.v1.MsgAcceptOwnership.signer": return protoreflect.ValueOfString("") default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgAcceptOwnership")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgAcceptOwnership")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgAcceptOwnership does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgAcceptOwnership does not contain field %s", fd.FullName())) } } @@ -1065,7 +1065,7 @@ func (x *fastReflection_MsgAcceptOwnership) NewField(fd protoreflect.FieldDescri func (x *fastReflection_MsgAcceptOwnership) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor { switch d.FullName() { default: - panic(fmt.Errorf("%s is not a oneof field in ondo.usdy.blocklist.v1.MsgAcceptOwnership", d.FullName())) + panic(fmt.Errorf("%s is not a oneof field in aura.blocklist.v1.MsgAcceptOwnership", d.FullName())) } panic("unreachable") } @@ -1281,8 +1281,8 @@ var ( ) func init() { - file_ondo_usdy_blocklist_v1_tx_proto_init() - md_MsgAcceptOwnershipResponse = File_ondo_usdy_blocklist_v1_tx_proto.Messages().ByName("MsgAcceptOwnershipResponse") + file_aura_blocklist_v1_tx_proto_init() + md_MsgAcceptOwnershipResponse = File_aura_blocklist_v1_tx_proto.Messages().ByName("MsgAcceptOwnershipResponse") } var _ protoreflect.Message = (*fastReflection_MsgAcceptOwnershipResponse)(nil) @@ -1294,7 +1294,7 @@ func (x *MsgAcceptOwnershipResponse) ProtoReflect() protoreflect.Message { } func (x *MsgAcceptOwnershipResponse) slowProtoReflect() protoreflect.Message { - mi := &file_ondo_usdy_blocklist_v1_tx_proto_msgTypes[3] + mi := &file_aura_blocklist_v1_tx_proto_msgTypes[3] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1367,9 +1367,9 @@ func (x *fastReflection_MsgAcceptOwnershipResponse) Has(fd protoreflect.FieldDes switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgAcceptOwnershipResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgAcceptOwnershipResponse")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgAcceptOwnershipResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgAcceptOwnershipResponse does not contain field %s", fd.FullName())) } } @@ -1383,9 +1383,9 @@ func (x *fastReflection_MsgAcceptOwnershipResponse) Clear(fd protoreflect.FieldD switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgAcceptOwnershipResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgAcceptOwnershipResponse")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgAcceptOwnershipResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgAcceptOwnershipResponse does not contain field %s", fd.FullName())) } } @@ -1399,9 +1399,9 @@ func (x *fastReflection_MsgAcceptOwnershipResponse) Get(descriptor protoreflect. switch descriptor.FullName() { default: if descriptor.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgAcceptOwnershipResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgAcceptOwnershipResponse")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgAcceptOwnershipResponse does not contain field %s", descriptor.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgAcceptOwnershipResponse does not contain field %s", descriptor.FullName())) } } @@ -1419,9 +1419,9 @@ func (x *fastReflection_MsgAcceptOwnershipResponse) Set(fd protoreflect.FieldDes switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgAcceptOwnershipResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgAcceptOwnershipResponse")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgAcceptOwnershipResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgAcceptOwnershipResponse does not contain field %s", fd.FullName())) } } @@ -1439,9 +1439,9 @@ func (x *fastReflection_MsgAcceptOwnershipResponse) Mutable(fd protoreflect.Fiel switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgAcceptOwnershipResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgAcceptOwnershipResponse")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgAcceptOwnershipResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgAcceptOwnershipResponse does not contain field %s", fd.FullName())) } } @@ -1452,9 +1452,9 @@ func (x *fastReflection_MsgAcceptOwnershipResponse) NewField(fd protoreflect.Fie switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgAcceptOwnershipResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgAcceptOwnershipResponse")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgAcceptOwnershipResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgAcceptOwnershipResponse does not contain field %s", fd.FullName())) } } @@ -1464,7 +1464,7 @@ func (x *fastReflection_MsgAcceptOwnershipResponse) NewField(fd protoreflect.Fie func (x *fastReflection_MsgAcceptOwnershipResponse) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor { switch d.FullName() { default: - panic(fmt.Errorf("%s is not a oneof field in ondo.usdy.blocklist.v1.MsgAcceptOwnershipResponse", d.FullName())) + panic(fmt.Errorf("%s is not a oneof field in aura.blocklist.v1.MsgAcceptOwnershipResponse", d.FullName())) } panic("unreachable") } @@ -1685,8 +1685,8 @@ var ( ) func init() { - file_ondo_usdy_blocklist_v1_tx_proto_init() - md_MsgAddToBlocklist = File_ondo_usdy_blocklist_v1_tx_proto.Messages().ByName("MsgAddToBlocklist") + file_aura_blocklist_v1_tx_proto_init() + md_MsgAddToBlocklist = File_aura_blocklist_v1_tx_proto.Messages().ByName("MsgAddToBlocklist") fd_MsgAddToBlocklist_signer = md_MsgAddToBlocklist.Fields().ByName("signer") fd_MsgAddToBlocklist_accounts = md_MsgAddToBlocklist.Fields().ByName("accounts") } @@ -1700,7 +1700,7 @@ func (x *MsgAddToBlocklist) ProtoReflect() protoreflect.Message { } func (x *MsgAddToBlocklist) slowProtoReflect() protoreflect.Message { - mi := &file_ondo_usdy_blocklist_v1_tx_proto_msgTypes[4] + mi := &file_aura_blocklist_v1_tx_proto_msgTypes[4] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1783,15 +1783,15 @@ func (x *fastReflection_MsgAddToBlocklist) Range(f func(protoreflect.FieldDescri // a repeated field is populated if it is non-empty. func (x *fastReflection_MsgAddToBlocklist) Has(fd protoreflect.FieldDescriptor) bool { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.MsgAddToBlocklist.signer": + case "aura.blocklist.v1.MsgAddToBlocklist.signer": return x.Signer != "" - case "ondo.usdy.blocklist.v1.MsgAddToBlocklist.accounts": + case "aura.blocklist.v1.MsgAddToBlocklist.accounts": return len(x.Accounts) != 0 default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgAddToBlocklist")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgAddToBlocklist")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgAddToBlocklist does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgAddToBlocklist does not contain field %s", fd.FullName())) } } @@ -1803,15 +1803,15 @@ func (x *fastReflection_MsgAddToBlocklist) Has(fd protoreflect.FieldDescriptor) // Clear is a mutating operation and unsafe for concurrent use. func (x *fastReflection_MsgAddToBlocklist) Clear(fd protoreflect.FieldDescriptor) { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.MsgAddToBlocklist.signer": + case "aura.blocklist.v1.MsgAddToBlocklist.signer": x.Signer = "" - case "ondo.usdy.blocklist.v1.MsgAddToBlocklist.accounts": + case "aura.blocklist.v1.MsgAddToBlocklist.accounts": x.Accounts = nil default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgAddToBlocklist")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgAddToBlocklist")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgAddToBlocklist does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgAddToBlocklist does not contain field %s", fd.FullName())) } } @@ -1823,10 +1823,10 @@ func (x *fastReflection_MsgAddToBlocklist) Clear(fd protoreflect.FieldDescriptor // of the value; to obtain a mutable reference, use Mutable. func (x *fastReflection_MsgAddToBlocklist) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value { switch descriptor.FullName() { - case "ondo.usdy.blocklist.v1.MsgAddToBlocklist.signer": + case "aura.blocklist.v1.MsgAddToBlocklist.signer": value := x.Signer return protoreflect.ValueOfString(value) - case "ondo.usdy.blocklist.v1.MsgAddToBlocklist.accounts": + case "aura.blocklist.v1.MsgAddToBlocklist.accounts": if len(x.Accounts) == 0 { return protoreflect.ValueOfList(&_MsgAddToBlocklist_2_list{}) } @@ -1834,9 +1834,9 @@ func (x *fastReflection_MsgAddToBlocklist) Get(descriptor protoreflect.FieldDesc return protoreflect.ValueOfList(listValue) default: if descriptor.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgAddToBlocklist")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgAddToBlocklist")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgAddToBlocklist does not contain field %s", descriptor.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgAddToBlocklist does not contain field %s", descriptor.FullName())) } } @@ -1852,17 +1852,17 @@ func (x *fastReflection_MsgAddToBlocklist) Get(descriptor protoreflect.FieldDesc // Set is a mutating operation and unsafe for concurrent use. func (x *fastReflection_MsgAddToBlocklist) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.MsgAddToBlocklist.signer": + case "aura.blocklist.v1.MsgAddToBlocklist.signer": x.Signer = value.Interface().(string) - case "ondo.usdy.blocklist.v1.MsgAddToBlocklist.accounts": + case "aura.blocklist.v1.MsgAddToBlocklist.accounts": lv := value.List() clv := lv.(*_MsgAddToBlocklist_2_list) x.Accounts = *clv.list default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgAddToBlocklist")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgAddToBlocklist")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgAddToBlocklist does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgAddToBlocklist does not contain field %s", fd.FullName())) } } @@ -1878,19 +1878,19 @@ func (x *fastReflection_MsgAddToBlocklist) Set(fd protoreflect.FieldDescriptor, // Mutable is a mutating operation and unsafe for concurrent use. func (x *fastReflection_MsgAddToBlocklist) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.MsgAddToBlocklist.accounts": + case "aura.blocklist.v1.MsgAddToBlocklist.accounts": if x.Accounts == nil { x.Accounts = []string{} } value := &_MsgAddToBlocklist_2_list{list: &x.Accounts} return protoreflect.ValueOfList(value) - case "ondo.usdy.blocklist.v1.MsgAddToBlocklist.signer": - panic(fmt.Errorf("field signer of message ondo.usdy.blocklist.v1.MsgAddToBlocklist is not mutable")) + case "aura.blocklist.v1.MsgAddToBlocklist.signer": + panic(fmt.Errorf("field signer of message aura.blocklist.v1.MsgAddToBlocklist is not mutable")) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgAddToBlocklist")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgAddToBlocklist")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgAddToBlocklist does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgAddToBlocklist does not contain field %s", fd.FullName())) } } @@ -1899,16 +1899,16 @@ func (x *fastReflection_MsgAddToBlocklist) Mutable(fd protoreflect.FieldDescript // For lists, maps, and messages, this returns a new, empty, mutable value. func (x *fastReflection_MsgAddToBlocklist) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.MsgAddToBlocklist.signer": + case "aura.blocklist.v1.MsgAddToBlocklist.signer": return protoreflect.ValueOfString("") - case "ondo.usdy.blocklist.v1.MsgAddToBlocklist.accounts": + case "aura.blocklist.v1.MsgAddToBlocklist.accounts": list := []string{} return protoreflect.ValueOfList(&_MsgAddToBlocklist_2_list{list: &list}) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgAddToBlocklist")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgAddToBlocklist")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgAddToBlocklist does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgAddToBlocklist does not contain field %s", fd.FullName())) } } @@ -1918,7 +1918,7 @@ func (x *fastReflection_MsgAddToBlocklist) NewField(fd protoreflect.FieldDescrip func (x *fastReflection_MsgAddToBlocklist) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor { switch d.FullName() { default: - panic(fmt.Errorf("%s is not a oneof field in ondo.usdy.blocklist.v1.MsgAddToBlocklist", d.FullName())) + panic(fmt.Errorf("%s is not a oneof field in aura.blocklist.v1.MsgAddToBlocklist", d.FullName())) } panic("unreachable") } @@ -2181,8 +2181,8 @@ var ( ) func init() { - file_ondo_usdy_blocklist_v1_tx_proto_init() - md_MsgAddToBlocklistResponse = File_ondo_usdy_blocklist_v1_tx_proto.Messages().ByName("MsgAddToBlocklistResponse") + file_aura_blocklist_v1_tx_proto_init() + md_MsgAddToBlocklistResponse = File_aura_blocklist_v1_tx_proto.Messages().ByName("MsgAddToBlocklistResponse") } var _ protoreflect.Message = (*fastReflection_MsgAddToBlocklistResponse)(nil) @@ -2194,7 +2194,7 @@ func (x *MsgAddToBlocklistResponse) ProtoReflect() protoreflect.Message { } func (x *MsgAddToBlocklistResponse) slowProtoReflect() protoreflect.Message { - mi := &file_ondo_usdy_blocklist_v1_tx_proto_msgTypes[5] + mi := &file_aura_blocklist_v1_tx_proto_msgTypes[5] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2267,9 +2267,9 @@ func (x *fastReflection_MsgAddToBlocklistResponse) Has(fd protoreflect.FieldDesc switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgAddToBlocklistResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgAddToBlocklistResponse")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgAddToBlocklistResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgAddToBlocklistResponse does not contain field %s", fd.FullName())) } } @@ -2283,9 +2283,9 @@ func (x *fastReflection_MsgAddToBlocklistResponse) Clear(fd protoreflect.FieldDe switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgAddToBlocklistResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgAddToBlocklistResponse")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgAddToBlocklistResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgAddToBlocklistResponse does not contain field %s", fd.FullName())) } } @@ -2299,9 +2299,9 @@ func (x *fastReflection_MsgAddToBlocklistResponse) Get(descriptor protoreflect.F switch descriptor.FullName() { default: if descriptor.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgAddToBlocklistResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgAddToBlocklistResponse")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgAddToBlocklistResponse does not contain field %s", descriptor.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgAddToBlocklistResponse does not contain field %s", descriptor.FullName())) } } @@ -2319,9 +2319,9 @@ func (x *fastReflection_MsgAddToBlocklistResponse) Set(fd protoreflect.FieldDesc switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgAddToBlocklistResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgAddToBlocklistResponse")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgAddToBlocklistResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgAddToBlocklistResponse does not contain field %s", fd.FullName())) } } @@ -2339,9 +2339,9 @@ func (x *fastReflection_MsgAddToBlocklistResponse) Mutable(fd protoreflect.Field switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgAddToBlocklistResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgAddToBlocklistResponse")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgAddToBlocklistResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgAddToBlocklistResponse does not contain field %s", fd.FullName())) } } @@ -2352,9 +2352,9 @@ func (x *fastReflection_MsgAddToBlocklistResponse) NewField(fd protoreflect.Fiel switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgAddToBlocklistResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgAddToBlocklistResponse")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgAddToBlocklistResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgAddToBlocklistResponse does not contain field %s", fd.FullName())) } } @@ -2364,7 +2364,7 @@ func (x *fastReflection_MsgAddToBlocklistResponse) NewField(fd protoreflect.Fiel func (x *fastReflection_MsgAddToBlocklistResponse) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor { switch d.FullName() { default: - panic(fmt.Errorf("%s is not a oneof field in ondo.usdy.blocklist.v1.MsgAddToBlocklistResponse", d.FullName())) + panic(fmt.Errorf("%s is not a oneof field in aura.blocklist.v1.MsgAddToBlocklistResponse", d.FullName())) } panic("unreachable") } @@ -2585,8 +2585,8 @@ var ( ) func init() { - file_ondo_usdy_blocklist_v1_tx_proto_init() - md_MsgRemoveFromBlocklist = File_ondo_usdy_blocklist_v1_tx_proto.Messages().ByName("MsgRemoveFromBlocklist") + file_aura_blocklist_v1_tx_proto_init() + md_MsgRemoveFromBlocklist = File_aura_blocklist_v1_tx_proto.Messages().ByName("MsgRemoveFromBlocklist") fd_MsgRemoveFromBlocklist_signer = md_MsgRemoveFromBlocklist.Fields().ByName("signer") fd_MsgRemoveFromBlocklist_accounts = md_MsgRemoveFromBlocklist.Fields().ByName("accounts") } @@ -2600,7 +2600,7 @@ func (x *MsgRemoveFromBlocklist) ProtoReflect() protoreflect.Message { } func (x *MsgRemoveFromBlocklist) slowProtoReflect() protoreflect.Message { - mi := &file_ondo_usdy_blocklist_v1_tx_proto_msgTypes[6] + mi := &file_aura_blocklist_v1_tx_proto_msgTypes[6] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2683,15 +2683,15 @@ func (x *fastReflection_MsgRemoveFromBlocklist) Range(f func(protoreflect.FieldD // a repeated field is populated if it is non-empty. func (x *fastReflection_MsgRemoveFromBlocklist) Has(fd protoreflect.FieldDescriptor) bool { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.MsgRemoveFromBlocklist.signer": + case "aura.blocklist.v1.MsgRemoveFromBlocklist.signer": return x.Signer != "" - case "ondo.usdy.blocklist.v1.MsgRemoveFromBlocklist.accounts": + case "aura.blocklist.v1.MsgRemoveFromBlocklist.accounts": return len(x.Accounts) != 0 default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgRemoveFromBlocklist")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgRemoveFromBlocklist")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgRemoveFromBlocklist does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgRemoveFromBlocklist does not contain field %s", fd.FullName())) } } @@ -2703,15 +2703,15 @@ func (x *fastReflection_MsgRemoveFromBlocklist) Has(fd protoreflect.FieldDescrip // Clear is a mutating operation and unsafe for concurrent use. func (x *fastReflection_MsgRemoveFromBlocklist) Clear(fd protoreflect.FieldDescriptor) { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.MsgRemoveFromBlocklist.signer": + case "aura.blocklist.v1.MsgRemoveFromBlocklist.signer": x.Signer = "" - case "ondo.usdy.blocklist.v1.MsgRemoveFromBlocklist.accounts": + case "aura.blocklist.v1.MsgRemoveFromBlocklist.accounts": x.Accounts = nil default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgRemoveFromBlocklist")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgRemoveFromBlocklist")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgRemoveFromBlocklist does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgRemoveFromBlocklist does not contain field %s", fd.FullName())) } } @@ -2723,10 +2723,10 @@ func (x *fastReflection_MsgRemoveFromBlocklist) Clear(fd protoreflect.FieldDescr // of the value; to obtain a mutable reference, use Mutable. func (x *fastReflection_MsgRemoveFromBlocklist) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value { switch descriptor.FullName() { - case "ondo.usdy.blocklist.v1.MsgRemoveFromBlocklist.signer": + case "aura.blocklist.v1.MsgRemoveFromBlocklist.signer": value := x.Signer return protoreflect.ValueOfString(value) - case "ondo.usdy.blocklist.v1.MsgRemoveFromBlocklist.accounts": + case "aura.blocklist.v1.MsgRemoveFromBlocklist.accounts": if len(x.Accounts) == 0 { return protoreflect.ValueOfList(&_MsgRemoveFromBlocklist_2_list{}) } @@ -2734,9 +2734,9 @@ func (x *fastReflection_MsgRemoveFromBlocklist) Get(descriptor protoreflect.Fiel return protoreflect.ValueOfList(listValue) default: if descriptor.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgRemoveFromBlocklist")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgRemoveFromBlocklist")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgRemoveFromBlocklist does not contain field %s", descriptor.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgRemoveFromBlocklist does not contain field %s", descriptor.FullName())) } } @@ -2752,17 +2752,17 @@ func (x *fastReflection_MsgRemoveFromBlocklist) Get(descriptor protoreflect.Fiel // Set is a mutating operation and unsafe for concurrent use. func (x *fastReflection_MsgRemoveFromBlocklist) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.MsgRemoveFromBlocklist.signer": + case "aura.blocklist.v1.MsgRemoveFromBlocklist.signer": x.Signer = value.Interface().(string) - case "ondo.usdy.blocklist.v1.MsgRemoveFromBlocklist.accounts": + case "aura.blocklist.v1.MsgRemoveFromBlocklist.accounts": lv := value.List() clv := lv.(*_MsgRemoveFromBlocklist_2_list) x.Accounts = *clv.list default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgRemoveFromBlocklist")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgRemoveFromBlocklist")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgRemoveFromBlocklist does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgRemoveFromBlocklist does not contain field %s", fd.FullName())) } } @@ -2778,19 +2778,19 @@ func (x *fastReflection_MsgRemoveFromBlocklist) Set(fd protoreflect.FieldDescrip // Mutable is a mutating operation and unsafe for concurrent use. func (x *fastReflection_MsgRemoveFromBlocklist) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.MsgRemoveFromBlocklist.accounts": + case "aura.blocklist.v1.MsgRemoveFromBlocklist.accounts": if x.Accounts == nil { x.Accounts = []string{} } value := &_MsgRemoveFromBlocklist_2_list{list: &x.Accounts} return protoreflect.ValueOfList(value) - case "ondo.usdy.blocklist.v1.MsgRemoveFromBlocklist.signer": - panic(fmt.Errorf("field signer of message ondo.usdy.blocklist.v1.MsgRemoveFromBlocklist is not mutable")) + case "aura.blocklist.v1.MsgRemoveFromBlocklist.signer": + panic(fmt.Errorf("field signer of message aura.blocklist.v1.MsgRemoveFromBlocklist is not mutable")) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgRemoveFromBlocklist")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgRemoveFromBlocklist")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgRemoveFromBlocklist does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgRemoveFromBlocklist does not contain field %s", fd.FullName())) } } @@ -2799,16 +2799,16 @@ func (x *fastReflection_MsgRemoveFromBlocklist) Mutable(fd protoreflect.FieldDes // For lists, maps, and messages, this returns a new, empty, mutable value. func (x *fastReflection_MsgRemoveFromBlocklist) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value { switch fd.FullName() { - case "ondo.usdy.blocklist.v1.MsgRemoveFromBlocklist.signer": + case "aura.blocklist.v1.MsgRemoveFromBlocklist.signer": return protoreflect.ValueOfString("") - case "ondo.usdy.blocklist.v1.MsgRemoveFromBlocklist.accounts": + case "aura.blocklist.v1.MsgRemoveFromBlocklist.accounts": list := []string{} return protoreflect.ValueOfList(&_MsgRemoveFromBlocklist_2_list{list: &list}) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgRemoveFromBlocklist")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgRemoveFromBlocklist")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgRemoveFromBlocklist does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgRemoveFromBlocklist does not contain field %s", fd.FullName())) } } @@ -2818,7 +2818,7 @@ func (x *fastReflection_MsgRemoveFromBlocklist) NewField(fd protoreflect.FieldDe func (x *fastReflection_MsgRemoveFromBlocklist) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor { switch d.FullName() { default: - panic(fmt.Errorf("%s is not a oneof field in ondo.usdy.blocklist.v1.MsgRemoveFromBlocklist", d.FullName())) + panic(fmt.Errorf("%s is not a oneof field in aura.blocklist.v1.MsgRemoveFromBlocklist", d.FullName())) } panic("unreachable") } @@ -3081,8 +3081,8 @@ var ( ) func init() { - file_ondo_usdy_blocklist_v1_tx_proto_init() - md_MsgRemoveFromBlocklistResponse = File_ondo_usdy_blocklist_v1_tx_proto.Messages().ByName("MsgRemoveFromBlocklistResponse") + file_aura_blocklist_v1_tx_proto_init() + md_MsgRemoveFromBlocklistResponse = File_aura_blocklist_v1_tx_proto.Messages().ByName("MsgRemoveFromBlocklistResponse") } var _ protoreflect.Message = (*fastReflection_MsgRemoveFromBlocklistResponse)(nil) @@ -3094,7 +3094,7 @@ func (x *MsgRemoveFromBlocklistResponse) ProtoReflect() protoreflect.Message { } func (x *MsgRemoveFromBlocklistResponse) slowProtoReflect() protoreflect.Message { - mi := &file_ondo_usdy_blocklist_v1_tx_proto_msgTypes[7] + mi := &file_aura_blocklist_v1_tx_proto_msgTypes[7] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3167,9 +3167,9 @@ func (x *fastReflection_MsgRemoveFromBlocklistResponse) Has(fd protoreflect.Fiel switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgRemoveFromBlocklistResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgRemoveFromBlocklistResponse")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgRemoveFromBlocklistResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgRemoveFromBlocklistResponse does not contain field %s", fd.FullName())) } } @@ -3183,9 +3183,9 @@ func (x *fastReflection_MsgRemoveFromBlocklistResponse) Clear(fd protoreflect.Fi switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgRemoveFromBlocklistResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgRemoveFromBlocklistResponse")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgRemoveFromBlocklistResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgRemoveFromBlocklistResponse does not contain field %s", fd.FullName())) } } @@ -3199,9 +3199,9 @@ func (x *fastReflection_MsgRemoveFromBlocklistResponse) Get(descriptor protorefl switch descriptor.FullName() { default: if descriptor.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgRemoveFromBlocklistResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgRemoveFromBlocklistResponse")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgRemoveFromBlocklistResponse does not contain field %s", descriptor.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgRemoveFromBlocklistResponse does not contain field %s", descriptor.FullName())) } } @@ -3219,9 +3219,9 @@ func (x *fastReflection_MsgRemoveFromBlocklistResponse) Set(fd protoreflect.Fiel switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgRemoveFromBlocklistResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgRemoveFromBlocklistResponse")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgRemoveFromBlocklistResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgRemoveFromBlocklistResponse does not contain field %s", fd.FullName())) } } @@ -3239,9 +3239,9 @@ func (x *fastReflection_MsgRemoveFromBlocklistResponse) Mutable(fd protoreflect. switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgRemoveFromBlocklistResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgRemoveFromBlocklistResponse")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgRemoveFromBlocklistResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgRemoveFromBlocklistResponse does not contain field %s", fd.FullName())) } } @@ -3252,9 +3252,9 @@ func (x *fastReflection_MsgRemoveFromBlocklistResponse) NewField(fd protoreflect switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.blocklist.v1.MsgRemoveFromBlocklistResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.blocklist.v1.MsgRemoveFromBlocklistResponse")) } - panic(fmt.Errorf("message ondo.usdy.blocklist.v1.MsgRemoveFromBlocklistResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.blocklist.v1.MsgRemoveFromBlocklistResponse does not contain field %s", fd.FullName())) } } @@ -3264,7 +3264,7 @@ func (x *fastReflection_MsgRemoveFromBlocklistResponse) NewField(fd protoreflect func (x *fastReflection_MsgRemoveFromBlocklistResponse) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor { switch d.FullName() { default: - panic(fmt.Errorf("%s is not a oneof field in ondo.usdy.blocklist.v1.MsgRemoveFromBlocklistResponse", d.FullName())) + panic(fmt.Errorf("%s is not a oneof field in aura.blocklist.v1.MsgRemoveFromBlocklistResponse", d.FullName())) } panic("unreachable") } @@ -3436,7 +3436,7 @@ func (x *fastReflection_MsgRemoveFromBlocklistResponse) ProtoMethods() *protoifa // versions: // protoc-gen-go v1.27.0 // protoc (unknown) -// source: ondo/usdy/blocklist/v1/tx.proto +// source: aura/blocklist/v1/tx.proto const ( // Verify that this generated code is sufficiently up-to-date. @@ -3458,7 +3458,7 @@ type MsgTransferOwnership struct { func (x *MsgTransferOwnership) Reset() { *x = MsgTransferOwnership{} if protoimpl.UnsafeEnabled { - mi := &file_ondo_usdy_blocklist_v1_tx_proto_msgTypes[0] + mi := &file_aura_blocklist_v1_tx_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3472,7 +3472,7 @@ func (*MsgTransferOwnership) ProtoMessage() {} // Deprecated: Use MsgTransferOwnership.ProtoReflect.Descriptor instead. func (*MsgTransferOwnership) Descriptor() ([]byte, []int) { - return file_ondo_usdy_blocklist_v1_tx_proto_rawDescGZIP(), []int{0} + return file_aura_blocklist_v1_tx_proto_rawDescGZIP(), []int{0} } func (x *MsgTransferOwnership) GetSigner() string { @@ -3499,7 +3499,7 @@ type MsgTransferOwnershipResponse struct { func (x *MsgTransferOwnershipResponse) Reset() { *x = MsgTransferOwnershipResponse{} if protoimpl.UnsafeEnabled { - mi := &file_ondo_usdy_blocklist_v1_tx_proto_msgTypes[1] + mi := &file_aura_blocklist_v1_tx_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3513,7 +3513,7 @@ func (*MsgTransferOwnershipResponse) ProtoMessage() {} // Deprecated: Use MsgTransferOwnershipResponse.ProtoReflect.Descriptor instead. func (*MsgTransferOwnershipResponse) Descriptor() ([]byte, []int) { - return file_ondo_usdy_blocklist_v1_tx_proto_rawDescGZIP(), []int{1} + return file_aura_blocklist_v1_tx_proto_rawDescGZIP(), []int{1} } // MsgAcceptOwnership implements the acceptOwnership (0x79ba5097) method. @@ -3528,7 +3528,7 @@ type MsgAcceptOwnership struct { func (x *MsgAcceptOwnership) Reset() { *x = MsgAcceptOwnership{} if protoimpl.UnsafeEnabled { - mi := &file_ondo_usdy_blocklist_v1_tx_proto_msgTypes[2] + mi := &file_aura_blocklist_v1_tx_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3542,7 +3542,7 @@ func (*MsgAcceptOwnership) ProtoMessage() {} // Deprecated: Use MsgAcceptOwnership.ProtoReflect.Descriptor instead. func (*MsgAcceptOwnership) Descriptor() ([]byte, []int) { - return file_ondo_usdy_blocklist_v1_tx_proto_rawDescGZIP(), []int{2} + return file_aura_blocklist_v1_tx_proto_rawDescGZIP(), []int{2} } func (x *MsgAcceptOwnership) GetSigner() string { @@ -3562,7 +3562,7 @@ type MsgAcceptOwnershipResponse struct { func (x *MsgAcceptOwnershipResponse) Reset() { *x = MsgAcceptOwnershipResponse{} if protoimpl.UnsafeEnabled { - mi := &file_ondo_usdy_blocklist_v1_tx_proto_msgTypes[3] + mi := &file_aura_blocklist_v1_tx_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3576,7 +3576,7 @@ func (*MsgAcceptOwnershipResponse) ProtoMessage() {} // Deprecated: Use MsgAcceptOwnershipResponse.ProtoReflect.Descriptor instead. func (*MsgAcceptOwnershipResponse) Descriptor() ([]byte, []int) { - return file_ondo_usdy_blocklist_v1_tx_proto_rawDescGZIP(), []int{3} + return file_aura_blocklist_v1_tx_proto_rawDescGZIP(), []int{3} } // MsgAddToBlocklist implements the addToBlocklist (0xf71a55f8) method. @@ -3592,7 +3592,7 @@ type MsgAddToBlocklist struct { func (x *MsgAddToBlocklist) Reset() { *x = MsgAddToBlocklist{} if protoimpl.UnsafeEnabled { - mi := &file_ondo_usdy_blocklist_v1_tx_proto_msgTypes[4] + mi := &file_aura_blocklist_v1_tx_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3606,7 +3606,7 @@ func (*MsgAddToBlocklist) ProtoMessage() {} // Deprecated: Use MsgAddToBlocklist.ProtoReflect.Descriptor instead. func (*MsgAddToBlocklist) Descriptor() ([]byte, []int) { - return file_ondo_usdy_blocklist_v1_tx_proto_rawDescGZIP(), []int{4} + return file_aura_blocklist_v1_tx_proto_rawDescGZIP(), []int{4} } func (x *MsgAddToBlocklist) GetSigner() string { @@ -3633,7 +3633,7 @@ type MsgAddToBlocklistResponse struct { func (x *MsgAddToBlocklistResponse) Reset() { *x = MsgAddToBlocklistResponse{} if protoimpl.UnsafeEnabled { - mi := &file_ondo_usdy_blocklist_v1_tx_proto_msgTypes[5] + mi := &file_aura_blocklist_v1_tx_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3647,7 +3647,7 @@ func (*MsgAddToBlocklistResponse) ProtoMessage() {} // Deprecated: Use MsgAddToBlocklistResponse.ProtoReflect.Descriptor instead. func (*MsgAddToBlocklistResponse) Descriptor() ([]byte, []int) { - return file_ondo_usdy_blocklist_v1_tx_proto_rawDescGZIP(), []int{5} + return file_aura_blocklist_v1_tx_proto_rawDescGZIP(), []int{5} } // MsgRemoveFromBlocklist implements the removeFromBlocklist (0xab63e69c) method. @@ -3663,7 +3663,7 @@ type MsgRemoveFromBlocklist struct { func (x *MsgRemoveFromBlocklist) Reset() { *x = MsgRemoveFromBlocklist{} if protoimpl.UnsafeEnabled { - mi := &file_ondo_usdy_blocklist_v1_tx_proto_msgTypes[6] + mi := &file_aura_blocklist_v1_tx_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3677,7 +3677,7 @@ func (*MsgRemoveFromBlocklist) ProtoMessage() {} // Deprecated: Use MsgRemoveFromBlocklist.ProtoReflect.Descriptor instead. func (*MsgRemoveFromBlocklist) Descriptor() ([]byte, []int) { - return file_ondo_usdy_blocklist_v1_tx_proto_rawDescGZIP(), []int{6} + return file_aura_blocklist_v1_tx_proto_rawDescGZIP(), []int{6} } func (x *MsgRemoveFromBlocklist) GetSigner() string { @@ -3704,7 +3704,7 @@ type MsgRemoveFromBlocklistResponse struct { func (x *MsgRemoveFromBlocklistResponse) Reset() { *x = MsgRemoveFromBlocklistResponse{} if protoimpl.UnsafeEnabled { - mi := &file_ondo_usdy_blocklist_v1_tx_proto_msgTypes[7] + mi := &file_aura_blocklist_v1_tx_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3718,150 +3718,144 @@ func (*MsgRemoveFromBlocklistResponse) ProtoMessage() {} // Deprecated: Use MsgRemoveFromBlocklistResponse.ProtoReflect.Descriptor instead. func (*MsgRemoveFromBlocklistResponse) Descriptor() ([]byte, []int) { - return file_ondo_usdy_blocklist_v1_tx_proto_rawDescGZIP(), []int{7} -} - -var File_ondo_usdy_blocklist_v1_tx_proto protoreflect.FileDescriptor - -var file_ondo_usdy_blocklist_v1_tx_proto_rawDesc = []byte{ - 0x0a, 0x1f, 0x6f, 0x6e, 0x64, 0x6f, 0x2f, 0x75, 0x73, 0x64, 0x79, 0x2f, 0x62, 0x6c, 0x6f, 0x63, - 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x74, 0x78, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x12, 0x16, 0x6f, 0x6e, 0x64, 0x6f, 0x2e, 0x75, 0x73, 0x64, 0x79, 0x2e, 0x62, 0x6c, 0x6f, - 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x1a, 0x11, 0x61, 0x6d, 0x69, 0x6e, 0x6f, - 0x2f, 0x61, 0x6d, 0x69, 0x6e, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x17, 0x63, 0x6f, - 0x73, 0x6d, 0x6f, 0x73, 0x2f, 0x6d, 0x73, 0x67, 0x2f, 0x76, 0x31, 0x2f, 0x6d, 0x73, 0x67, 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, 0x14, 0x67, 0x6f, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x67, 0x6f, - 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xbe, 0x01, 0x0a, 0x14, 0x4d, 0x73, 0x67, 0x54, 0x72, - 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x12, - 0x30, 0x0a, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, - 0x18, 0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, - 0x72, 0x12, 0x35, 0x0a, 0x09, 0x6e, 0x65, 0x77, 0x5f, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, - 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x08, - 0x6e, 0x65, 0x77, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x3a, 0x3d, 0x88, 0xa0, 0x1f, 0x00, 0xe8, 0xa0, - 0x1f, 0x00, 0x82, 0xe7, 0xb0, 0x2a, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x8a, 0xe7, 0xb0, - 0x2a, 0x25, 0x6f, 0x6e, 0x64, 0x6f, 0x2f, 0x75, 0x73, 0x64, 0x79, 0x2f, 0x62, 0x6c, 0x6f, 0x63, - 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2f, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x4f, 0x77, - 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x22, 0x1e, 0x0a, 0x1c, 0x4d, 0x73, 0x67, 0x54, 0x72, - 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x83, 0x01, 0x0a, 0x12, 0x4d, 0x73, 0x67, 0x41, + return file_aura_blocklist_v1_tx_proto_rawDescGZIP(), []int{7} +} + +var File_aura_blocklist_v1_tx_proto protoreflect.FileDescriptor + +var file_aura_blocklist_v1_tx_proto_rawDesc = []byte{ + 0x0a, 0x1a, 0x61, 0x75, 0x72, 0x61, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, + 0x2f, 0x76, 0x31, 0x2f, 0x74, 0x78, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x11, 0x61, 0x75, + 0x72, 0x61, 0x2e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x1a, + 0x11, 0x61, 0x6d, 0x69, 0x6e, 0x6f, 0x2f, 0x61, 0x6d, 0x69, 0x6e, 0x6f, 0x2e, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x1a, 0x17, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2f, 0x6d, 0x73, 0x67, 0x2f, 0x76, + 0x31, 0x2f, 0x6d, 0x73, 0x67, 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, 0x14, 0x67, 0x6f, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x2f, 0x67, 0x6f, 0x67, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xb9, 0x01, 0x0a, + 0x14, 0x4d, 0x73, 0x67, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x4f, 0x77, 0x6e, 0x65, + 0x72, 0x73, 0x68, 0x69, 0x70, 0x12, 0x30, 0x0a, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, + 0x73, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, + 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x12, 0x35, 0x0a, 0x09, 0x6e, 0x65, 0x77, 0x5f, 0x6f, + 0x77, 0x6e, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0xd2, 0xb4, 0x2d, 0x14, + 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, + 0x72, 0x69, 0x6e, 0x67, 0x52, 0x08, 0x6e, 0x65, 0x77, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x3a, 0x38, + 0x88, 0xa0, 0x1f, 0x00, 0xe8, 0xa0, 0x1f, 0x00, 0x82, 0xe7, 0xb0, 0x2a, 0x06, 0x73, 0x69, 0x67, + 0x6e, 0x65, 0x72, 0x8a, 0xe7, 0xb0, 0x2a, 0x20, 0x61, 0x75, 0x72, 0x61, 0x2f, 0x62, 0x6c, 0x6f, + 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2f, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x4f, + 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x22, 0x1e, 0x0a, 0x1c, 0x4d, 0x73, 0x67, 0x54, + 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x7e, 0x0a, 0x12, 0x4d, 0x73, 0x67, 0x41, 0x63, 0x63, 0x65, 0x70, 0x74, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x12, 0x30, 0x0a, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, - 0x3a, 0x3b, 0x88, 0xa0, 0x1f, 0x00, 0xe8, 0xa0, 0x1f, 0x00, 0x82, 0xe7, 0xb0, 0x2a, 0x06, 0x73, - 0x69, 0x67, 0x6e, 0x65, 0x72, 0x8a, 0xe7, 0xb0, 0x2a, 0x23, 0x6f, 0x6e, 0x64, 0x6f, 0x2f, 0x75, - 0x73, 0x64, 0x79, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2f, 0x41, 0x63, - 0x63, 0x65, 0x70, 0x74, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x22, 0x1c, 0x0a, - 0x1a, 0x4d, 0x73, 0x67, 0x41, 0x63, 0x63, 0x65, 0x70, 0x74, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, - 0x68, 0x69, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x9d, 0x01, 0x0a, 0x11, - 0x4d, 0x73, 0x67, 0x41, 0x64, 0x64, 0x54, 0x6f, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, - 0x74, 0x12, 0x30, 0x0a, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x09, 0x42, 0x18, 0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x06, 0x73, 0x69, 0x67, - 0x6e, 0x65, 0x72, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x18, - 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x3a, - 0x3a, 0x88, 0xa0, 0x1f, 0x00, 0xe8, 0xa0, 0x1f, 0x00, 0x82, 0xe7, 0xb0, 0x2a, 0x06, 0x73, 0x69, - 0x67, 0x6e, 0x65, 0x72, 0x8a, 0xe7, 0xb0, 0x2a, 0x22, 0x6f, 0x6e, 0x64, 0x6f, 0x2f, 0x75, 0x73, - 0x64, 0x79, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2f, 0x41, 0x64, 0x64, - 0x54, 0x6f, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x22, 0x1b, 0x0a, 0x19, 0x4d, - 0x73, 0x67, 0x41, 0x64, 0x64, 0x54, 0x6f, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xa7, 0x01, 0x0a, 0x16, 0x4d, 0x73, 0x67, + 0x3a, 0x36, 0x88, 0xa0, 0x1f, 0x00, 0xe8, 0xa0, 0x1f, 0x00, 0x82, 0xe7, 0xb0, 0x2a, 0x06, 0x73, + 0x69, 0x67, 0x6e, 0x65, 0x72, 0x8a, 0xe7, 0xb0, 0x2a, 0x1e, 0x61, 0x75, 0x72, 0x61, 0x2f, 0x62, + 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2f, 0x41, 0x63, 0x63, 0x65, 0x70, 0x74, 0x4f, + 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x22, 0x1c, 0x0a, 0x1a, 0x4d, 0x73, 0x67, 0x41, + 0x63, 0x63, 0x65, 0x70, 0x74, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, + 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x98, 0x01, 0x0a, 0x11, 0x4d, 0x73, 0x67, 0x41, 0x64, + 0x64, 0x54, 0x6f, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x06, + 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0xd2, 0xb4, + 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, + 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x12, 0x1a, + 0x0a, 0x08, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, + 0x52, 0x08, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x3a, 0x35, 0x88, 0xa0, 0x1f, 0x00, + 0xe8, 0xa0, 0x1f, 0x00, 0x82, 0xe7, 0xb0, 0x2a, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x8a, + 0xe7, 0xb0, 0x2a, 0x1d, 0x61, 0x75, 0x72, 0x61, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, + 0x73, 0x74, 0x2f, 0x41, 0x64, 0x64, 0x54, 0x6f, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, + 0x74, 0x22, 0x1b, 0x0a, 0x19, 0x4d, 0x73, 0x67, 0x41, 0x64, 0x64, 0x54, 0x6f, 0x42, 0x6c, 0x6f, + 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xa2, + 0x01, 0x0a, 0x16, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x46, 0x72, 0x6f, 0x6d, + 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x06, 0x73, 0x69, 0x67, + 0x6e, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0xd2, 0xb4, 0x2d, 0x14, 0x63, + 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, + 0x69, 0x6e, 0x67, 0x52, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x12, 0x1a, 0x0a, 0x08, 0x61, + 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x61, + 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x3a, 0x3a, 0x88, 0xa0, 0x1f, 0x00, 0xe8, 0xa0, 0x1f, + 0x00, 0x82, 0xe7, 0xb0, 0x2a, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x8a, 0xe7, 0xb0, 0x2a, + 0x22, 0x61, 0x75, 0x72, 0x61, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2f, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x46, 0x72, 0x6f, 0x6d, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, - 0x69, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x09, 0x42, 0x18, 0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, - 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x06, 0x73, - 0x69, 0x67, 0x6e, 0x65, 0x72, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, - 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, - 0x73, 0x3a, 0x3f, 0x88, 0xa0, 0x1f, 0x00, 0xe8, 0xa0, 0x1f, 0x00, 0x82, 0xe7, 0xb0, 0x2a, 0x06, - 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x8a, 0xe7, 0xb0, 0x2a, 0x27, 0x6f, 0x6e, 0x64, 0x6f, 0x2f, - 0x75, 0x73, 0x64, 0x79, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2f, 0x52, + 0x69, 0x73, 0x74, 0x22, 0x20, 0x0a, 0x1e, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, + 0x46, 0x72, 0x6f, 0x6d, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, + 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x32, 0xbf, 0x03, 0x0a, 0x03, 0x4d, 0x73, 0x67, 0x12, 0x6d, 0x0a, + 0x11, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, + 0x69, 0x70, 0x12, 0x27, 0x2e, 0x61, 0x75, 0x72, 0x61, 0x2e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, + 0x69, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, + 0x65, 0x72, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x1a, 0x2f, 0x2e, 0x61, 0x75, + 0x72, 0x61, 0x2e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, + 0x4d, 0x73, 0x67, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x4f, 0x77, 0x6e, 0x65, 0x72, + 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x67, 0x0a, 0x0f, + 0x41, 0x63, 0x63, 0x65, 0x70, 0x74, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x12, + 0x25, 0x2e, 0x61, 0x75, 0x72, 0x61, 0x2e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, + 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x41, 0x63, 0x63, 0x65, 0x70, 0x74, 0x4f, 0x77, 0x6e, + 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x1a, 0x2d, 0x2e, 0x61, 0x75, 0x72, 0x61, 0x2e, 0x62, 0x6c, + 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x41, 0x63, + 0x63, 0x65, 0x70, 0x74, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x73, + 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x64, 0x0a, 0x0e, 0x41, 0x64, 0x64, 0x54, 0x6f, 0x42, 0x6c, + 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x24, 0x2e, 0x61, 0x75, 0x72, 0x61, 0x2e, 0x62, + 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x41, + 0x64, 0x64, 0x54, 0x6f, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x1a, 0x2c, 0x2e, + 0x61, 0x75, 0x72, 0x61, 0x2e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2e, 0x76, + 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x41, 0x64, 0x64, 0x54, 0x6f, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, + 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x73, 0x0a, 0x13, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x46, 0x72, 0x6f, 0x6d, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, - 0x73, 0x74, 0x22, 0x20, 0x0a, 0x1e, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x46, - 0x72, 0x6f, 0x6d, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x32, 0xe7, 0x03, 0x0a, 0x03, 0x4d, 0x73, 0x67, 0x12, 0x77, 0x0a, 0x11, - 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, - 0x70, 0x12, 0x2c, 0x2e, 0x6f, 0x6e, 0x64, 0x6f, 0x2e, 0x75, 0x73, 0x64, 0x79, 0x2e, 0x62, 0x6c, - 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x54, 0x72, - 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x1a, - 0x34, 0x2e, 0x6f, 0x6e, 0x64, 0x6f, 0x2e, 0x75, 0x73, 0x64, 0x79, 0x2e, 0x62, 0x6c, 0x6f, 0x63, - 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x54, 0x72, 0x61, 0x6e, - 0x73, 0x66, 0x65, 0x72, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x73, - 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x71, 0x0a, 0x0f, 0x41, 0x63, 0x63, 0x65, 0x70, 0x74, 0x4f, - 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x12, 0x2a, 0x2e, 0x6f, 0x6e, 0x64, 0x6f, 0x2e, - 0x75, 0x73, 0x64, 0x79, 0x2e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2e, 0x76, - 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x41, 0x63, 0x63, 0x65, 0x70, 0x74, 0x4f, 0x77, 0x6e, 0x65, 0x72, - 0x73, 0x68, 0x69, 0x70, 0x1a, 0x32, 0x2e, 0x6f, 0x6e, 0x64, 0x6f, 0x2e, 0x75, 0x73, 0x64, 0x79, - 0x2e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, - 0x67, 0x41, 0x63, 0x63, 0x65, 0x70, 0x74, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x6e, 0x0a, 0x0e, 0x41, 0x64, 0x64, 0x54, - 0x6f, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x29, 0x2e, 0x6f, 0x6e, 0x64, - 0x6f, 0x2e, 0x75, 0x73, 0x64, 0x79, 0x2e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, - 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x41, 0x64, 0x64, 0x54, 0x6f, 0x42, 0x6c, 0x6f, 0x63, - 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x1a, 0x31, 0x2e, 0x6f, 0x6e, 0x64, 0x6f, 0x2e, 0x75, 0x73, 0x64, - 0x79, 0x2e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4d, - 0x73, 0x67, 0x41, 0x64, 0x64, 0x54, 0x6f, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x7d, 0x0a, 0x13, 0x52, 0x65, 0x6d, 0x6f, - 0x76, 0x65, 0x46, 0x72, 0x6f, 0x6d, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x12, - 0x2e, 0x2e, 0x6f, 0x6e, 0x64, 0x6f, 0x2e, 0x75, 0x73, 0x64, 0x79, 0x2e, 0x62, 0x6c, 0x6f, 0x63, - 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x6d, 0x6f, - 0x76, 0x65, 0x46, 0x72, 0x6f, 0x6d, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x1a, - 0x36, 0x2e, 0x6f, 0x6e, 0x64, 0x6f, 0x2e, 0x75, 0x73, 0x64, 0x79, 0x2e, 0x62, 0x6c, 0x6f, 0x63, - 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x6d, 0x6f, - 0x76, 0x65, 0x46, 0x72, 0x6f, 0x6d, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x1a, 0x05, 0x80, 0xe7, 0xb0, 0x2a, 0x01, 0x42, 0xe5, - 0x01, 0x0a, 0x1a, 0x63, 0x6f, 0x6d, 0x2e, 0x6f, 0x6e, 0x64, 0x6f, 0x2e, 0x75, 0x73, 0x64, 0x79, - 0x2e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x42, 0x07, 0x54, - 0x78, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x43, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, - 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6e, 0x6f, 0x62, 0x6c, 0x65, 0x2d, 0x61, 0x73, 0x73, 0x65, 0x74, - 0x73, 0x2f, 0x6f, 0x6e, 0x64, 0x6f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6f, 0x6e, 0x64, 0x6f, 0x2f, - 0x75, 0x73, 0x64, 0x79, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2f, 0x76, - 0x31, 0x3b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x76, 0x31, 0xa2, 0x02, 0x03, - 0x4f, 0x55, 0x42, 0xaa, 0x02, 0x16, 0x4f, 0x6e, 0x64, 0x6f, 0x2e, 0x55, 0x73, 0x64, 0x79, 0x2e, - 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x16, 0x4f, - 0x6e, 0x64, 0x6f, 0x5c, 0x55, 0x73, 0x64, 0x79, 0x5c, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, - 0x73, 0x74, 0x5c, 0x56, 0x31, 0xe2, 0x02, 0x22, 0x4f, 0x6e, 0x64, 0x6f, 0x5c, 0x55, 0x73, 0x64, - 0x79, 0x5c, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x5c, 0x56, 0x31, 0x5c, 0x47, - 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x19, 0x4f, 0x6e, 0x64, - 0x6f, 0x3a, 0x3a, 0x55, 0x73, 0x64, 0x79, 0x3a, 0x3a, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, - 0x73, 0x74, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x73, 0x74, 0x12, 0x29, 0x2e, 0x61, 0x75, 0x72, 0x61, 0x2e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, + 0x69, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, + 0x46, 0x72, 0x6f, 0x6d, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x1a, 0x31, 0x2e, + 0x61, 0x75, 0x72, 0x61, 0x2e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2e, 0x76, + 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x46, 0x72, 0x6f, 0x6d, 0x42, + 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x1a, 0x05, 0x80, 0xe7, 0xb0, 0x2a, 0x01, 0x42, 0xc6, 0x01, 0x0a, 0x15, 0x63, 0x6f, 0x6d, 0x2e, + 0x61, 0x75, 0x72, 0x61, 0x2e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2e, 0x76, + 0x31, 0x42, 0x07, 0x54, 0x78, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x3e, 0x67, 0x69, + 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6e, 0x6f, 0x62, 0x6c, 0x65, 0x2d, 0x61, + 0x73, 0x73, 0x65, 0x74, 0x73, 0x2f, 0x61, 0x75, 0x72, 0x61, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, + 0x75, 0x72, 0x61, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2f, 0x76, 0x31, + 0x3b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x76, 0x31, 0xa2, 0x02, 0x03, 0x41, + 0x42, 0x58, 0xaa, 0x02, 0x11, 0x41, 0x75, 0x72, 0x61, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, + 0x69, 0x73, 0x74, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x11, 0x41, 0x75, 0x72, 0x61, 0x5c, 0x42, 0x6c, + 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x5c, 0x56, 0x31, 0xe2, 0x02, 0x1d, 0x41, 0x75, 0x72, + 0x61, 0x5c, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x5c, 0x56, 0x31, 0x5c, 0x47, + 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x13, 0x41, 0x75, 0x72, + 0x61, 0x3a, 0x3a, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x3a, 0x3a, 0x56, 0x31, + 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( - file_ondo_usdy_blocklist_v1_tx_proto_rawDescOnce sync.Once - file_ondo_usdy_blocklist_v1_tx_proto_rawDescData = file_ondo_usdy_blocklist_v1_tx_proto_rawDesc + file_aura_blocklist_v1_tx_proto_rawDescOnce sync.Once + file_aura_blocklist_v1_tx_proto_rawDescData = file_aura_blocklist_v1_tx_proto_rawDesc ) -func file_ondo_usdy_blocklist_v1_tx_proto_rawDescGZIP() []byte { - file_ondo_usdy_blocklist_v1_tx_proto_rawDescOnce.Do(func() { - file_ondo_usdy_blocklist_v1_tx_proto_rawDescData = protoimpl.X.CompressGZIP(file_ondo_usdy_blocklist_v1_tx_proto_rawDescData) +func file_aura_blocklist_v1_tx_proto_rawDescGZIP() []byte { + file_aura_blocklist_v1_tx_proto_rawDescOnce.Do(func() { + file_aura_blocklist_v1_tx_proto_rawDescData = protoimpl.X.CompressGZIP(file_aura_blocklist_v1_tx_proto_rawDescData) }) - return file_ondo_usdy_blocklist_v1_tx_proto_rawDescData -} - -var file_ondo_usdy_blocklist_v1_tx_proto_msgTypes = make([]protoimpl.MessageInfo, 8) -var file_ondo_usdy_blocklist_v1_tx_proto_goTypes = []interface{}{ - (*MsgTransferOwnership)(nil), // 0: ondo.usdy.blocklist.v1.MsgTransferOwnership - (*MsgTransferOwnershipResponse)(nil), // 1: ondo.usdy.blocklist.v1.MsgTransferOwnershipResponse - (*MsgAcceptOwnership)(nil), // 2: ondo.usdy.blocklist.v1.MsgAcceptOwnership - (*MsgAcceptOwnershipResponse)(nil), // 3: ondo.usdy.blocklist.v1.MsgAcceptOwnershipResponse - (*MsgAddToBlocklist)(nil), // 4: ondo.usdy.blocklist.v1.MsgAddToBlocklist - (*MsgAddToBlocklistResponse)(nil), // 5: ondo.usdy.blocklist.v1.MsgAddToBlocklistResponse - (*MsgRemoveFromBlocklist)(nil), // 6: ondo.usdy.blocklist.v1.MsgRemoveFromBlocklist - (*MsgRemoveFromBlocklistResponse)(nil), // 7: ondo.usdy.blocklist.v1.MsgRemoveFromBlocklistResponse -} -var file_ondo_usdy_blocklist_v1_tx_proto_depIdxs = []int32{ - 0, // 0: ondo.usdy.blocklist.v1.Msg.TransferOwnership:input_type -> ondo.usdy.blocklist.v1.MsgTransferOwnership - 2, // 1: ondo.usdy.blocklist.v1.Msg.AcceptOwnership:input_type -> ondo.usdy.blocklist.v1.MsgAcceptOwnership - 4, // 2: ondo.usdy.blocklist.v1.Msg.AddToBlocklist:input_type -> ondo.usdy.blocklist.v1.MsgAddToBlocklist - 6, // 3: ondo.usdy.blocklist.v1.Msg.RemoveFromBlocklist:input_type -> ondo.usdy.blocklist.v1.MsgRemoveFromBlocklist - 1, // 4: ondo.usdy.blocklist.v1.Msg.TransferOwnership:output_type -> ondo.usdy.blocklist.v1.MsgTransferOwnershipResponse - 3, // 5: ondo.usdy.blocklist.v1.Msg.AcceptOwnership:output_type -> ondo.usdy.blocklist.v1.MsgAcceptOwnershipResponse - 5, // 6: ondo.usdy.blocklist.v1.Msg.AddToBlocklist:output_type -> ondo.usdy.blocklist.v1.MsgAddToBlocklistResponse - 7, // 7: ondo.usdy.blocklist.v1.Msg.RemoveFromBlocklist:output_type -> ondo.usdy.blocklist.v1.MsgRemoveFromBlocklistResponse + return file_aura_blocklist_v1_tx_proto_rawDescData +} + +var file_aura_blocklist_v1_tx_proto_msgTypes = make([]protoimpl.MessageInfo, 8) +var file_aura_blocklist_v1_tx_proto_goTypes = []interface{}{ + (*MsgTransferOwnership)(nil), // 0: aura.blocklist.v1.MsgTransferOwnership + (*MsgTransferOwnershipResponse)(nil), // 1: aura.blocklist.v1.MsgTransferOwnershipResponse + (*MsgAcceptOwnership)(nil), // 2: aura.blocklist.v1.MsgAcceptOwnership + (*MsgAcceptOwnershipResponse)(nil), // 3: aura.blocklist.v1.MsgAcceptOwnershipResponse + (*MsgAddToBlocklist)(nil), // 4: aura.blocklist.v1.MsgAddToBlocklist + (*MsgAddToBlocklistResponse)(nil), // 5: aura.blocklist.v1.MsgAddToBlocklistResponse + (*MsgRemoveFromBlocklist)(nil), // 6: aura.blocklist.v1.MsgRemoveFromBlocklist + (*MsgRemoveFromBlocklistResponse)(nil), // 7: aura.blocklist.v1.MsgRemoveFromBlocklistResponse +} +var file_aura_blocklist_v1_tx_proto_depIdxs = []int32{ + 0, // 0: aura.blocklist.v1.Msg.TransferOwnership:input_type -> aura.blocklist.v1.MsgTransferOwnership + 2, // 1: aura.blocklist.v1.Msg.AcceptOwnership:input_type -> aura.blocklist.v1.MsgAcceptOwnership + 4, // 2: aura.blocklist.v1.Msg.AddToBlocklist:input_type -> aura.blocklist.v1.MsgAddToBlocklist + 6, // 3: aura.blocklist.v1.Msg.RemoveFromBlocklist:input_type -> aura.blocklist.v1.MsgRemoveFromBlocklist + 1, // 4: aura.blocklist.v1.Msg.TransferOwnership:output_type -> aura.blocklist.v1.MsgTransferOwnershipResponse + 3, // 5: aura.blocklist.v1.Msg.AcceptOwnership:output_type -> aura.blocklist.v1.MsgAcceptOwnershipResponse + 5, // 6: aura.blocklist.v1.Msg.AddToBlocklist:output_type -> aura.blocklist.v1.MsgAddToBlocklistResponse + 7, // 7: aura.blocklist.v1.Msg.RemoveFromBlocklist:output_type -> aura.blocklist.v1.MsgRemoveFromBlocklistResponse 4, // [4:8] is the sub-list for method output_type 0, // [0:4] is the sub-list for method input_type 0, // [0:0] is the sub-list for extension type_name @@ -3869,13 +3863,13 @@ var file_ondo_usdy_blocklist_v1_tx_proto_depIdxs = []int32{ 0, // [0:0] is the sub-list for field type_name } -func init() { file_ondo_usdy_blocklist_v1_tx_proto_init() } -func file_ondo_usdy_blocklist_v1_tx_proto_init() { - if File_ondo_usdy_blocklist_v1_tx_proto != nil { +func init() { file_aura_blocklist_v1_tx_proto_init() } +func file_aura_blocklist_v1_tx_proto_init() { + if File_aura_blocklist_v1_tx_proto != nil { return } if !protoimpl.UnsafeEnabled { - file_ondo_usdy_blocklist_v1_tx_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_aura_blocklist_v1_tx_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MsgTransferOwnership); i { case 0: return &v.state @@ -3887,7 +3881,7 @@ func file_ondo_usdy_blocklist_v1_tx_proto_init() { return nil } } - file_ondo_usdy_blocklist_v1_tx_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_aura_blocklist_v1_tx_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MsgTransferOwnershipResponse); i { case 0: return &v.state @@ -3899,7 +3893,7 @@ func file_ondo_usdy_blocklist_v1_tx_proto_init() { return nil } } - file_ondo_usdy_blocklist_v1_tx_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_aura_blocklist_v1_tx_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MsgAcceptOwnership); i { case 0: return &v.state @@ -3911,7 +3905,7 @@ func file_ondo_usdy_blocklist_v1_tx_proto_init() { return nil } } - file_ondo_usdy_blocklist_v1_tx_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_aura_blocklist_v1_tx_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MsgAcceptOwnershipResponse); i { case 0: return &v.state @@ -3923,7 +3917,7 @@ func file_ondo_usdy_blocklist_v1_tx_proto_init() { return nil } } - file_ondo_usdy_blocklist_v1_tx_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_aura_blocklist_v1_tx_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MsgAddToBlocklist); i { case 0: return &v.state @@ -3935,7 +3929,7 @@ func file_ondo_usdy_blocklist_v1_tx_proto_init() { return nil } } - file_ondo_usdy_blocklist_v1_tx_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_aura_blocklist_v1_tx_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MsgAddToBlocklistResponse); i { case 0: return &v.state @@ -3947,7 +3941,7 @@ func file_ondo_usdy_blocklist_v1_tx_proto_init() { return nil } } - file_ondo_usdy_blocklist_v1_tx_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_aura_blocklist_v1_tx_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MsgRemoveFromBlocklist); i { case 0: return &v.state @@ -3959,7 +3953,7 @@ func file_ondo_usdy_blocklist_v1_tx_proto_init() { return nil } } - file_ondo_usdy_blocklist_v1_tx_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_aura_blocklist_v1_tx_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MsgRemoveFromBlocklistResponse); i { case 0: return &v.state @@ -3976,18 +3970,18 @@ func file_ondo_usdy_blocklist_v1_tx_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_ondo_usdy_blocklist_v1_tx_proto_rawDesc, + RawDescriptor: file_aura_blocklist_v1_tx_proto_rawDesc, NumEnums: 0, NumMessages: 8, NumExtensions: 0, NumServices: 1, }, - GoTypes: file_ondo_usdy_blocklist_v1_tx_proto_goTypes, - DependencyIndexes: file_ondo_usdy_blocklist_v1_tx_proto_depIdxs, - MessageInfos: file_ondo_usdy_blocklist_v1_tx_proto_msgTypes, + GoTypes: file_aura_blocklist_v1_tx_proto_goTypes, + DependencyIndexes: file_aura_blocklist_v1_tx_proto_depIdxs, + MessageInfos: file_aura_blocklist_v1_tx_proto_msgTypes, }.Build() - File_ondo_usdy_blocklist_v1_tx_proto = out.File - file_ondo_usdy_blocklist_v1_tx_proto_rawDesc = nil - file_ondo_usdy_blocklist_v1_tx_proto_goTypes = nil - file_ondo_usdy_blocklist_v1_tx_proto_depIdxs = nil + File_aura_blocklist_v1_tx_proto = out.File + file_aura_blocklist_v1_tx_proto_rawDesc = nil + file_aura_blocklist_v1_tx_proto_goTypes = nil + file_aura_blocklist_v1_tx_proto_depIdxs = nil } diff --git a/api/ondo/usdy/blocklist/v1/tx_grpc.pb.go b/api/aura/blocklist/v1/tx_grpc.pb.go similarity index 94% rename from api/ondo/usdy/blocklist/v1/tx_grpc.pb.go rename to api/aura/blocklist/v1/tx_grpc.pb.go index ea32d24..62d3fc9 100644 --- a/api/ondo/usdy/blocklist/v1/tx_grpc.pb.go +++ b/api/aura/blocklist/v1/tx_grpc.pb.go @@ -2,7 +2,7 @@ // versions: // - protoc-gen-go-grpc v1.3.0 // - protoc (unknown) -// source: ondo/usdy/blocklist/v1/tx.proto +// source: aura/blocklist/v1/tx.proto package blocklistv1 @@ -19,10 +19,10 @@ import ( const _ = grpc.SupportPackageIsVersion7 const ( - Msg_TransferOwnership_FullMethodName = "/ondo.usdy.blocklist.v1.Msg/TransferOwnership" - Msg_AcceptOwnership_FullMethodName = "/ondo.usdy.blocklist.v1.Msg/AcceptOwnership" - Msg_AddToBlocklist_FullMethodName = "/ondo.usdy.blocklist.v1.Msg/AddToBlocklist" - Msg_RemoveFromBlocklist_FullMethodName = "/ondo.usdy.blocklist.v1.Msg/RemoveFromBlocklist" + Msg_TransferOwnership_FullMethodName = "/aura.blocklist.v1.Msg/TransferOwnership" + Msg_AcceptOwnership_FullMethodName = "/aura.blocklist.v1.Msg/AcceptOwnership" + Msg_AddToBlocklist_FullMethodName = "/aura.blocklist.v1.Msg/AddToBlocklist" + Msg_RemoveFromBlocklist_FullMethodName = "/aura.blocklist.v1.Msg/RemoveFromBlocklist" ) // MsgClient is the client API for Msg service. @@ -195,7 +195,7 @@ func _Msg_RemoveFromBlocklist_Handler(srv interface{}, ctx context.Context, dec // 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: "ondo.usdy.blocklist.v1.Msg", + ServiceName: "aura.blocklist.v1.Msg", HandlerType: (*MsgServer)(nil), Methods: []grpc.MethodDesc{ { @@ -216,5 +216,5 @@ var Msg_ServiceDesc = grpc.ServiceDesc{ }, }, Streams: []grpc.StreamDesc{}, - Metadata: "ondo/usdy/blocklist/v1/tx.proto", + Metadata: "aura/blocklist/v1/tx.proto", } diff --git a/api/ondo/usdy/module/v1/module.pulsar.go b/api/aura/module/v1/module.pulsar.go similarity index 74% rename from api/ondo/usdy/module/v1/module.pulsar.go rename to api/aura/module/v1/module.pulsar.go index 1a96a0b..6b08e70 100644 --- a/api/ondo/usdy/module/v1/module.pulsar.go +++ b/api/aura/module/v1/module.pulsar.go @@ -19,8 +19,8 @@ var ( ) func init() { - file_ondo_usdy_module_v1_module_proto_init() - md_Module = File_ondo_usdy_module_v1_module_proto.Messages().ByName("Module") + file_aura_module_v1_module_proto_init() + md_Module = File_aura_module_v1_module_proto.Messages().ByName("Module") fd_Module_denom = md_Module.Fields().ByName("denom") } @@ -33,7 +33,7 @@ func (x *Module) ProtoReflect() protoreflect.Message { } func (x *Module) slowProtoReflect() protoreflect.Message { - mi := &file_ondo_usdy_module_v1_module_proto_msgTypes[0] + mi := &file_aura_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 "ondo.usdy.module.v1.Module.denom": + case "aura.module.v1.Module.denom": return x.Denom != "" default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.module.v1.Module")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.module.v1.Module")) } - panic(fmt.Errorf("message ondo.usdy.module.v1.Module does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.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 "ondo.usdy.module.v1.Module.denom": + case "aura.module.v1.Module.denom": x.Denom = "" default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.module.v1.Module")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.module.v1.Module")) } - panic(fmt.Errorf("message ondo.usdy.module.v1.Module does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.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 "ondo.usdy.module.v1.Module.denom": + case "aura.module.v1.Module.denom": value := x.Denom return protoreflect.ValueOfString(value) default: if descriptor.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.module.v1.Module")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.module.v1.Module")) } - panic(fmt.Errorf("message ondo.usdy.module.v1.Module does not contain field %s", descriptor.FullName())) + panic(fmt.Errorf("message aura.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 "ondo.usdy.module.v1.Module.denom": + case "aura.module.v1.Module.denom": x.Denom = value.Interface().(string) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.module.v1.Module")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.module.v1.Module")) } - panic(fmt.Errorf("message ondo.usdy.module.v1.Module does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.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 "ondo.usdy.module.v1.Module.denom": - panic(fmt.Errorf("field denom of message ondo.usdy.module.v1.Module is not mutable")) + case "aura.module.v1.Module.denom": + panic(fmt.Errorf("field denom of message aura.module.v1.Module is not mutable")) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.module.v1.Module")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.module.v1.Module")) } - panic(fmt.Errorf("message ondo.usdy.module.v1.Module does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.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 "ondo.usdy.module.v1.Module.denom": + case "aura.module.v1.Module.denom": return protoreflect.ValueOfString("") default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.module.v1.Module")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.module.v1.Module")) } - panic(fmt.Errorf("message ondo.usdy.module.v1.Module does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.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 ondo.usdy.module.v1.Module", d.FullName())) + panic(fmt.Errorf("%s is not a oneof field in aura.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: ondo/usdy/module/v1/module.proto +// source: aura/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 Ondo USDY module. +// Module is the config object of the Aura module. type Module struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache @@ -459,7 +459,7 @@ type Module struct { func (x *Module) Reset() { *x = Module{} if protoimpl.UnsafeEnabled { - mi := &file_ondo_usdy_module_v1_module_proto_msgTypes[0] + mi := &file_aura_module_v1_module_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -473,7 +473,7 @@ func (*Module) ProtoMessage() {} // Deprecated: Use Module.ProtoReflect.Descriptor instead. func (*Module) Descriptor() ([]byte, []int) { - return file_ondo_usdy_module_v1_module_proto_rawDescGZIP(), []int{0} + return file_aura_module_v1_module_proto_rawDescGZIP(), []int{0} } func (x *Module) GetDenom() string { @@ -483,53 +483,50 @@ func (x *Module) GetDenom() string { return "" } -var File_ondo_usdy_module_v1_module_proto protoreflect.FileDescriptor - -var file_ondo_usdy_module_v1_module_proto_rawDesc = []byte{ - 0x0a, 0x20, 0x6f, 0x6e, 0x64, 0x6f, 0x2f, 0x75, 0x73, 0x64, 0x79, 0x2f, 0x6d, 0x6f, 0x64, 0x75, - 0x6c, 0x65, 0x2f, 0x76, 0x31, 0x2f, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x12, 0x13, 0x6f, 0x6e, 0x64, 0x6f, 0x2e, 0x75, 0x73, 0x64, 0x79, 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, 0x4b, 0x0a, 0x06, 0x4d, 0x6f, 0x64, - 0x75, 0x6c, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x64, 0x65, 0x6e, 0x6f, 0x6d, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x05, 0x64, 0x65, 0x6e, 0x6f, 0x6d, 0x3a, 0x2b, 0xba, 0xc0, 0x96, 0xda, 0x01, - 0x25, 0x0a, 0x23, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6e, 0x6f, - 0x62, 0x6c, 0x65, 0x2d, 0x61, 0x73, 0x73, 0x65, 0x74, 0x73, 0x2f, 0x6f, 0x6e, 0x64, 0x6f, 0x2f, - 0x78, 0x2f, 0x75, 0x73, 0x64, 0x79, 0x42, 0xd4, 0x01, 0x0a, 0x17, 0x63, 0x6f, 0x6d, 0x2e, 0x6f, - 0x6e, 0x64, 0x6f, 0x2e, 0x75, 0x73, 0x64, 0x79, 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, 0x3d, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6e, 0x6f, - 0x62, 0x6c, 0x65, 0x2d, 0x61, 0x73, 0x73, 0x65, 0x74, 0x73, 0x2f, 0x6f, 0x6e, 0x64, 0x6f, 0x2f, - 0x61, 0x70, 0x69, 0x2f, 0x6f, 0x6e, 0x64, 0x6f, 0x2f, 0x75, 0x73, 0x64, 0x79, 0x2f, 0x6d, 0x6f, - 0x64, 0x75, 0x6c, 0x65, 0x2f, 0x76, 0x31, 0x3b, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x76, 0x31, - 0xa2, 0x02, 0x03, 0x4f, 0x55, 0x4d, 0xaa, 0x02, 0x13, 0x4f, 0x6e, 0x64, 0x6f, 0x2e, 0x55, 0x73, - 0x64, 0x79, 0x2e, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x13, 0x4f, - 0x6e, 0x64, 0x6f, 0x5c, 0x55, 0x73, 0x64, 0x79, 0x5c, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x5c, - 0x56, 0x31, 0xe2, 0x02, 0x1f, 0x4f, 0x6e, 0x64, 0x6f, 0x5c, 0x55, 0x73, 0x64, 0x79, 0x5c, 0x4d, - 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x5c, 0x56, 0x31, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x16, 0x4f, 0x6e, 0x64, 0x6f, 0x3a, 0x3a, 0x55, 0x73, 0x64, - 0x79, 0x3a, 0x3a, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x33, +var File_aura_module_v1_module_proto protoreflect.FileDescriptor + +var file_aura_module_v1_module_proto_rawDesc = []byte{ + 0x0a, 0x1b, 0x61, 0x75, 0x72, 0x61, 0x2f, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x2f, 0x76, 0x31, + 0x2f, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0e, 0x61, + 0x75, 0x72, 0x61, 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, + 0x4b, 0x0a, 0x06, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x64, 0x65, 0x6e, + 0x6f, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x64, 0x65, 0x6e, 0x6f, 0x6d, 0x3a, + 0x2b, 0xba, 0xc0, 0x96, 0xda, 0x01, 0x25, 0x0a, 0x23, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, + 0x63, 0x6f, 0x6d, 0x2f, 0x6e, 0x6f, 0x62, 0x6c, 0x65, 0x2d, 0x61, 0x73, 0x73, 0x65, 0x74, 0x73, + 0x2f, 0x61, 0x75, 0x72, 0x61, 0x2f, 0x78, 0x2f, 0x61, 0x75, 0x72, 0x61, 0x42, 0xb5, 0x01, 0x0a, + 0x12, 0x63, 0x6f, 0x6d, 0x2e, 0x61, 0x75, 0x72, 0x61, 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, 0x38, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6e, + 0x6f, 0x62, 0x6c, 0x65, 0x2d, 0x61, 0x73, 0x73, 0x65, 0x74, 0x73, 0x2f, 0x61, 0x75, 0x72, 0x61, + 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x75, 0x72, 0x61, 0x2f, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, + 0x2f, 0x76, 0x31, 0x3b, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x76, 0x31, 0xa2, 0x02, 0x03, 0x41, + 0x4d, 0x58, 0xaa, 0x02, 0x0e, 0x41, 0x75, 0x72, 0x61, 0x2e, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, + 0x2e, 0x56, 0x31, 0xca, 0x02, 0x0e, 0x41, 0x75, 0x72, 0x61, 0x5c, 0x4d, 0x6f, 0x64, 0x75, 0x6c, + 0x65, 0x5c, 0x56, 0x31, 0xe2, 0x02, 0x1a, 0x41, 0x75, 0x72, 0x61, 0x5c, 0x4d, 0x6f, 0x64, 0x75, + 0x6c, 0x65, 0x5c, 0x56, 0x31, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, + 0x61, 0xea, 0x02, 0x10, 0x41, 0x75, 0x72, 0x61, 0x3a, 0x3a, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, + 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( - file_ondo_usdy_module_v1_module_proto_rawDescOnce sync.Once - file_ondo_usdy_module_v1_module_proto_rawDescData = file_ondo_usdy_module_v1_module_proto_rawDesc + file_aura_module_v1_module_proto_rawDescOnce sync.Once + file_aura_module_v1_module_proto_rawDescData = file_aura_module_v1_module_proto_rawDesc ) -func file_ondo_usdy_module_v1_module_proto_rawDescGZIP() []byte { - file_ondo_usdy_module_v1_module_proto_rawDescOnce.Do(func() { - file_ondo_usdy_module_v1_module_proto_rawDescData = protoimpl.X.CompressGZIP(file_ondo_usdy_module_v1_module_proto_rawDescData) +func file_aura_module_v1_module_proto_rawDescGZIP() []byte { + file_aura_module_v1_module_proto_rawDescOnce.Do(func() { + file_aura_module_v1_module_proto_rawDescData = protoimpl.X.CompressGZIP(file_aura_module_v1_module_proto_rawDescData) }) - return file_ondo_usdy_module_v1_module_proto_rawDescData + return file_aura_module_v1_module_proto_rawDescData } -var file_ondo_usdy_module_v1_module_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_ondo_usdy_module_v1_module_proto_goTypes = []interface{}{ - (*Module)(nil), // 0: ondo.usdy.module.v1.Module +var file_aura_module_v1_module_proto_msgTypes = make([]protoimpl.MessageInfo, 1) +var file_aura_module_v1_module_proto_goTypes = []interface{}{ + (*Module)(nil), // 0: aura.module.v1.Module } -var file_ondo_usdy_module_v1_module_proto_depIdxs = []int32{ +var file_aura_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 @@ -537,13 +534,13 @@ var file_ondo_usdy_module_v1_module_proto_depIdxs = []int32{ 0, // [0:0] is the sub-list for field type_name } -func init() { file_ondo_usdy_module_v1_module_proto_init() } -func file_ondo_usdy_module_v1_module_proto_init() { - if File_ondo_usdy_module_v1_module_proto != nil { +func init() { file_aura_module_v1_module_proto_init() } +func file_aura_module_v1_module_proto_init() { + if File_aura_module_v1_module_proto != nil { return } if !protoimpl.UnsafeEnabled { - file_ondo_usdy_module_v1_module_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_aura_module_v1_module_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Module); i { case 0: return &v.state @@ -560,18 +557,18 @@ func file_ondo_usdy_module_v1_module_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_ondo_usdy_module_v1_module_proto_rawDesc, + RawDescriptor: file_aura_module_v1_module_proto_rawDesc, NumEnums: 0, NumMessages: 1, NumExtensions: 0, NumServices: 0, }, - GoTypes: file_ondo_usdy_module_v1_module_proto_goTypes, - DependencyIndexes: file_ondo_usdy_module_v1_module_proto_depIdxs, - MessageInfos: file_ondo_usdy_module_v1_module_proto_msgTypes, + GoTypes: file_aura_module_v1_module_proto_goTypes, + DependencyIndexes: file_aura_module_v1_module_proto_depIdxs, + MessageInfos: file_aura_module_v1_module_proto_msgTypes, }.Build() - File_ondo_usdy_module_v1_module_proto = out.File - file_ondo_usdy_module_v1_module_proto_rawDesc = nil - file_ondo_usdy_module_v1_module_proto_goTypes = nil - file_ondo_usdy_module_v1_module_proto_depIdxs = nil + File_aura_module_v1_module_proto = out.File + file_aura_module_v1_module_proto_rawDesc = nil + file_aura_module_v1_module_proto_goTypes = nil + file_aura_module_v1_module_proto_depIdxs = nil } diff --git a/api/ondo/usdy/v1/events.pulsar.go b/api/aura/v1/events.pulsar.go similarity index 83% rename from api/ondo/usdy/v1/events.pulsar.go rename to api/aura/v1/events.pulsar.go index 097c740..4872255 100644 --- a/api/ondo/usdy/v1/events.pulsar.go +++ b/api/aura/v1/events.pulsar.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-go-pulsar. DO NOT EDIT. -package usdyv1 +package aurav1 import ( fmt "fmt" @@ -18,8 +18,8 @@ var ( ) func init() { - file_ondo_usdy_v1_events_proto_init() - md_Paused = File_ondo_usdy_v1_events_proto.Messages().ByName("Paused") + file_aura_v1_events_proto_init() + md_Paused = File_aura_v1_events_proto.Messages().ByName("Paused") fd_Paused_account = md_Paused.Fields().ByName("account") } @@ -32,7 +32,7 @@ func (x *Paused) ProtoReflect() protoreflect.Message { } func (x *Paused) slowProtoReflect() protoreflect.Message { - mi := &file_ondo_usdy_v1_events_proto_msgTypes[0] + mi := &file_aura_v1_events_proto_msgTypes[0] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -109,13 +109,13 @@ func (x *fastReflection_Paused) Range(f func(protoreflect.FieldDescriptor, proto // a repeated field is populated if it is non-empty. func (x *fastReflection_Paused) Has(fd protoreflect.FieldDescriptor) bool { switch fd.FullName() { - case "ondo.usdy.v1.Paused.account": + case "aura.v1.Paused.account": return x.Account != "" default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.Paused")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.Paused")) } - panic(fmt.Errorf("message ondo.usdy.v1.Paused does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.Paused does not contain field %s", fd.FullName())) } } @@ -127,13 +127,13 @@ func (x *fastReflection_Paused) Has(fd protoreflect.FieldDescriptor) bool { // Clear is a mutating operation and unsafe for concurrent use. func (x *fastReflection_Paused) Clear(fd protoreflect.FieldDescriptor) { switch fd.FullName() { - case "ondo.usdy.v1.Paused.account": + case "aura.v1.Paused.account": x.Account = "" default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.Paused")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.Paused")) } - panic(fmt.Errorf("message ondo.usdy.v1.Paused does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.Paused does not contain field %s", fd.FullName())) } } @@ -145,14 +145,14 @@ func (x *fastReflection_Paused) Clear(fd protoreflect.FieldDescriptor) { // of the value; to obtain a mutable reference, use Mutable. func (x *fastReflection_Paused) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value { switch descriptor.FullName() { - case "ondo.usdy.v1.Paused.account": + case "aura.v1.Paused.account": value := x.Account return protoreflect.ValueOfString(value) default: if descriptor.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.Paused")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.Paused")) } - panic(fmt.Errorf("message ondo.usdy.v1.Paused does not contain field %s", descriptor.FullName())) + panic(fmt.Errorf("message aura.v1.Paused does not contain field %s", descriptor.FullName())) } } @@ -168,13 +168,13 @@ func (x *fastReflection_Paused) Get(descriptor protoreflect.FieldDescriptor) pro // Set is a mutating operation and unsafe for concurrent use. func (x *fastReflection_Paused) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) { switch fd.FullName() { - case "ondo.usdy.v1.Paused.account": + case "aura.v1.Paused.account": x.Account = value.Interface().(string) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.Paused")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.Paused")) } - panic(fmt.Errorf("message ondo.usdy.v1.Paused does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.Paused does not contain field %s", fd.FullName())) } } @@ -190,13 +190,13 @@ func (x *fastReflection_Paused) Set(fd protoreflect.FieldDescriptor, value proto // Mutable is a mutating operation and unsafe for concurrent use. func (x *fastReflection_Paused) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value { switch fd.FullName() { - case "ondo.usdy.v1.Paused.account": - panic(fmt.Errorf("field account of message ondo.usdy.v1.Paused is not mutable")) + case "aura.v1.Paused.account": + panic(fmt.Errorf("field account of message aura.v1.Paused is not mutable")) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.Paused")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.Paused")) } - panic(fmt.Errorf("message ondo.usdy.v1.Paused does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.Paused does not contain field %s", fd.FullName())) } } @@ -205,13 +205,13 @@ func (x *fastReflection_Paused) Mutable(fd protoreflect.FieldDescriptor) protore // For lists, maps, and messages, this returns a new, empty, mutable value. func (x *fastReflection_Paused) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value { switch fd.FullName() { - case "ondo.usdy.v1.Paused.account": + case "aura.v1.Paused.account": return protoreflect.ValueOfString("") default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.Paused")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.Paused")) } - panic(fmt.Errorf("message ondo.usdy.v1.Paused does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.Paused does not contain field %s", fd.FullName())) } } @@ -221,7 +221,7 @@ func (x *fastReflection_Paused) NewField(fd protoreflect.FieldDescriptor) protor func (x *fastReflection_Paused) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor { switch d.FullName() { default: - panic(fmt.Errorf("%s is not a oneof field in ondo.usdy.v1.Paused", d.FullName())) + panic(fmt.Errorf("%s is not a oneof field in aura.v1.Paused", d.FullName())) } panic("unreachable") } @@ -438,8 +438,8 @@ var ( ) func init() { - file_ondo_usdy_v1_events_proto_init() - md_Unpaused = File_ondo_usdy_v1_events_proto.Messages().ByName("Unpaused") + file_aura_v1_events_proto_init() + md_Unpaused = File_aura_v1_events_proto.Messages().ByName("Unpaused") fd_Unpaused_account = md_Unpaused.Fields().ByName("account") } @@ -452,7 +452,7 @@ func (x *Unpaused) ProtoReflect() protoreflect.Message { } func (x *Unpaused) slowProtoReflect() protoreflect.Message { - mi := &file_ondo_usdy_v1_events_proto_msgTypes[1] + mi := &file_aura_v1_events_proto_msgTypes[1] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -529,13 +529,13 @@ func (x *fastReflection_Unpaused) Range(f func(protoreflect.FieldDescriptor, pro // a repeated field is populated if it is non-empty. func (x *fastReflection_Unpaused) Has(fd protoreflect.FieldDescriptor) bool { switch fd.FullName() { - case "ondo.usdy.v1.Unpaused.account": + case "aura.v1.Unpaused.account": return x.Account != "" default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.Unpaused")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.Unpaused")) } - panic(fmt.Errorf("message ondo.usdy.v1.Unpaused does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.Unpaused does not contain field %s", fd.FullName())) } } @@ -547,13 +547,13 @@ func (x *fastReflection_Unpaused) Has(fd protoreflect.FieldDescriptor) bool { // Clear is a mutating operation and unsafe for concurrent use. func (x *fastReflection_Unpaused) Clear(fd protoreflect.FieldDescriptor) { switch fd.FullName() { - case "ondo.usdy.v1.Unpaused.account": + case "aura.v1.Unpaused.account": x.Account = "" default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.Unpaused")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.Unpaused")) } - panic(fmt.Errorf("message ondo.usdy.v1.Unpaused does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.Unpaused does not contain field %s", fd.FullName())) } } @@ -565,14 +565,14 @@ func (x *fastReflection_Unpaused) Clear(fd protoreflect.FieldDescriptor) { // of the value; to obtain a mutable reference, use Mutable. func (x *fastReflection_Unpaused) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value { switch descriptor.FullName() { - case "ondo.usdy.v1.Unpaused.account": + case "aura.v1.Unpaused.account": value := x.Account return protoreflect.ValueOfString(value) default: if descriptor.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.Unpaused")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.Unpaused")) } - panic(fmt.Errorf("message ondo.usdy.v1.Unpaused does not contain field %s", descriptor.FullName())) + panic(fmt.Errorf("message aura.v1.Unpaused does not contain field %s", descriptor.FullName())) } } @@ -588,13 +588,13 @@ func (x *fastReflection_Unpaused) Get(descriptor protoreflect.FieldDescriptor) p // Set is a mutating operation and unsafe for concurrent use. func (x *fastReflection_Unpaused) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) { switch fd.FullName() { - case "ondo.usdy.v1.Unpaused.account": + case "aura.v1.Unpaused.account": x.Account = value.Interface().(string) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.Unpaused")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.Unpaused")) } - panic(fmt.Errorf("message ondo.usdy.v1.Unpaused does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.Unpaused does not contain field %s", fd.FullName())) } } @@ -610,13 +610,13 @@ func (x *fastReflection_Unpaused) Set(fd protoreflect.FieldDescriptor, value pro // Mutable is a mutating operation and unsafe for concurrent use. func (x *fastReflection_Unpaused) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value { switch fd.FullName() { - case "ondo.usdy.v1.Unpaused.account": - panic(fmt.Errorf("field account of message ondo.usdy.v1.Unpaused is not mutable")) + case "aura.v1.Unpaused.account": + panic(fmt.Errorf("field account of message aura.v1.Unpaused is not mutable")) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.Unpaused")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.Unpaused")) } - panic(fmt.Errorf("message ondo.usdy.v1.Unpaused does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.Unpaused does not contain field %s", fd.FullName())) } } @@ -625,13 +625,13 @@ func (x *fastReflection_Unpaused) Mutable(fd protoreflect.FieldDescriptor) proto // For lists, maps, and messages, this returns a new, empty, mutable value. func (x *fastReflection_Unpaused) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value { switch fd.FullName() { - case "ondo.usdy.v1.Unpaused.account": + case "aura.v1.Unpaused.account": return protoreflect.ValueOfString("") default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.Unpaused")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.Unpaused")) } - panic(fmt.Errorf("message ondo.usdy.v1.Unpaused does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.Unpaused does not contain field %s", fd.FullName())) } } @@ -641,7 +641,7 @@ func (x *fastReflection_Unpaused) NewField(fd protoreflect.FieldDescriptor) prot func (x *fastReflection_Unpaused) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor { switch d.FullName() { default: - panic(fmt.Errorf("%s is not a oneof field in ondo.usdy.v1.Unpaused", d.FullName())) + panic(fmt.Errorf("%s is not a oneof field in aura.v1.Unpaused", d.FullName())) } panic("unreachable") } @@ -856,7 +856,7 @@ func (x *fastReflection_Unpaused) ProtoMethods() *protoiface.Methods { // versions: // protoc-gen-go v1.27.0 // protoc (unknown) -// source: ondo/usdy/v1/events.proto +// source: aura/v1/events.proto const ( // Verify that this generated code is sufficiently up-to-date. @@ -878,7 +878,7 @@ type Paused struct { func (x *Paused) Reset() { *x = Paused{} if protoimpl.UnsafeEnabled { - mi := &file_ondo_usdy_v1_events_proto_msgTypes[0] + mi := &file_aura_v1_events_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -892,7 +892,7 @@ func (*Paused) ProtoMessage() {} // Deprecated: Use Paused.ProtoReflect.Descriptor instead. func (*Paused) Descriptor() ([]byte, []int) { - return file_ondo_usdy_v1_events_proto_rawDescGZIP(), []int{0} + return file_aura_v1_events_proto_rawDescGZIP(), []int{0} } func (x *Paused) GetAccount() string { @@ -915,7 +915,7 @@ type Unpaused struct { func (x *Unpaused) Reset() { *x = Unpaused{} if protoimpl.UnsafeEnabled { - mi := &file_ondo_usdy_v1_events_proto_msgTypes[1] + mi := &file_aura_v1_events_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -929,7 +929,7 @@ func (*Unpaused) ProtoMessage() {} // Deprecated: Use Unpaused.ProtoReflect.Descriptor instead. func (*Unpaused) Descriptor() ([]byte, []int) { - return file_ondo_usdy_v1_events_proto_rawDescGZIP(), []int{1} + return file_aura_v1_events_proto_rawDescGZIP(), []int{1} } func (x *Unpaused) GetAccount() string { @@ -939,48 +939,45 @@ func (x *Unpaused) GetAccount() string { return "" } -var File_ondo_usdy_v1_events_proto protoreflect.FileDescriptor +var File_aura_v1_events_proto protoreflect.FileDescriptor -var file_ondo_usdy_v1_events_proto_rawDesc = []byte{ - 0x0a, 0x19, 0x6f, 0x6e, 0x64, 0x6f, 0x2f, 0x75, 0x73, 0x64, 0x79, 0x2f, 0x76, 0x31, 0x2f, 0x65, - 0x76, 0x65, 0x6e, 0x74, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0c, 0x6f, 0x6e, 0x64, - 0x6f, 0x2e, 0x75, 0x73, 0x64, 0x79, 0x2e, 0x76, 0x31, 0x22, 0x22, 0x0a, 0x06, 0x50, 0x61, 0x75, - 0x73, 0x65, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x24, 0x0a, - 0x08, 0x55, 0x6e, 0x70, 0x61, 0x75, 0x73, 0x65, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x63, 0x63, +var file_aura_v1_events_proto_rawDesc = []byte{ + 0x0a, 0x14, 0x61, 0x75, 0x72, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x07, 0x61, 0x75, 0x72, 0x61, 0x2e, 0x76, 0x31, 0x22, + 0x22, 0x0a, 0x06, 0x50, 0x61, 0x75, 0x73, 0x65, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x63, 0x63, 0x6f, - 0x75, 0x6e, 0x74, 0x42, 0xa7, 0x01, 0x0a, 0x10, 0x63, 0x6f, 0x6d, 0x2e, 0x6f, 0x6e, 0x64, 0x6f, - 0x2e, 0x75, 0x73, 0x64, 0x79, 0x2e, 0x76, 0x31, 0x42, 0x0b, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, - 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x34, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, - 0x63, 0x6f, 0x6d, 0x2f, 0x6e, 0x6f, 0x62, 0x6c, 0x65, 0x2d, 0x61, 0x73, 0x73, 0x65, 0x74, 0x73, - 0x2f, 0x6f, 0x6e, 0x64, 0x6f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6f, 0x6e, 0x64, 0x6f, 0x2f, 0x75, - 0x73, 0x64, 0x79, 0x2f, 0x76, 0x31, 0x3b, 0x75, 0x73, 0x64, 0x79, 0x76, 0x31, 0xa2, 0x02, 0x03, - 0x4f, 0x55, 0x58, 0xaa, 0x02, 0x0c, 0x4f, 0x6e, 0x64, 0x6f, 0x2e, 0x55, 0x73, 0x64, 0x79, 0x2e, - 0x56, 0x31, 0xca, 0x02, 0x0c, 0x4f, 0x6e, 0x64, 0x6f, 0x5c, 0x55, 0x73, 0x64, 0x79, 0x5c, 0x56, - 0x31, 0xe2, 0x02, 0x18, 0x4f, 0x6e, 0x64, 0x6f, 0x5c, 0x55, 0x73, 0x64, 0x79, 0x5c, 0x56, 0x31, - 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x0e, 0x4f, - 0x6e, 0x64, 0x6f, 0x3a, 0x3a, 0x55, 0x73, 0x64, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x75, 0x6e, 0x74, 0x22, 0x24, 0x0a, 0x08, 0x55, 0x6e, 0x70, 0x61, 0x75, 0x73, 0x65, 0x64, 0x12, + 0x18, 0x0a, 0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x88, 0x01, 0x0a, 0x0b, 0x63, 0x6f, + 0x6d, 0x2e, 0x61, 0x75, 0x72, 0x61, 0x2e, 0x76, 0x31, 0x42, 0x0b, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x2f, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, + 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6e, 0x6f, 0x62, 0x6c, 0x65, 0x2d, 0x61, 0x73, 0x73, 0x65, 0x74, + 0x73, 0x2f, 0x61, 0x75, 0x72, 0x61, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x75, 0x72, 0x61, 0x2f, + 0x76, 0x31, 0x3b, 0x61, 0x75, 0x72, 0x61, 0x76, 0x31, 0xa2, 0x02, 0x03, 0x41, 0x58, 0x58, 0xaa, + 0x02, 0x07, 0x41, 0x75, 0x72, 0x61, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x07, 0x41, 0x75, 0x72, 0x61, + 0x5c, 0x56, 0x31, 0xe2, 0x02, 0x13, 0x41, 0x75, 0x72, 0x61, 0x5c, 0x56, 0x31, 0x5c, 0x47, 0x50, + 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x08, 0x41, 0x75, 0x72, 0x61, + 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( - file_ondo_usdy_v1_events_proto_rawDescOnce sync.Once - file_ondo_usdy_v1_events_proto_rawDescData = file_ondo_usdy_v1_events_proto_rawDesc + file_aura_v1_events_proto_rawDescOnce sync.Once + file_aura_v1_events_proto_rawDescData = file_aura_v1_events_proto_rawDesc ) -func file_ondo_usdy_v1_events_proto_rawDescGZIP() []byte { - file_ondo_usdy_v1_events_proto_rawDescOnce.Do(func() { - file_ondo_usdy_v1_events_proto_rawDescData = protoimpl.X.CompressGZIP(file_ondo_usdy_v1_events_proto_rawDescData) +func file_aura_v1_events_proto_rawDescGZIP() []byte { + file_aura_v1_events_proto_rawDescOnce.Do(func() { + file_aura_v1_events_proto_rawDescData = protoimpl.X.CompressGZIP(file_aura_v1_events_proto_rawDescData) }) - return file_ondo_usdy_v1_events_proto_rawDescData + return file_aura_v1_events_proto_rawDescData } -var file_ondo_usdy_v1_events_proto_msgTypes = make([]protoimpl.MessageInfo, 2) -var file_ondo_usdy_v1_events_proto_goTypes = []interface{}{ - (*Paused)(nil), // 0: ondo.usdy.v1.Paused - (*Unpaused)(nil), // 1: ondo.usdy.v1.Unpaused +var file_aura_v1_events_proto_msgTypes = make([]protoimpl.MessageInfo, 2) +var file_aura_v1_events_proto_goTypes = []interface{}{ + (*Paused)(nil), // 0: aura.v1.Paused + (*Unpaused)(nil), // 1: aura.v1.Unpaused } -var file_ondo_usdy_v1_events_proto_depIdxs = []int32{ +var file_aura_v1_events_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 @@ -988,13 +985,13 @@ var file_ondo_usdy_v1_events_proto_depIdxs = []int32{ 0, // [0:0] is the sub-list for field type_name } -func init() { file_ondo_usdy_v1_events_proto_init() } -func file_ondo_usdy_v1_events_proto_init() { - if File_ondo_usdy_v1_events_proto != nil { +func init() { file_aura_v1_events_proto_init() } +func file_aura_v1_events_proto_init() { + if File_aura_v1_events_proto != nil { return } if !protoimpl.UnsafeEnabled { - file_ondo_usdy_v1_events_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_aura_v1_events_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Paused); i { case 0: return &v.state @@ -1006,7 +1003,7 @@ func file_ondo_usdy_v1_events_proto_init() { return nil } } - file_ondo_usdy_v1_events_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_aura_v1_events_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Unpaused); i { case 0: return &v.state @@ -1023,18 +1020,18 @@ func file_ondo_usdy_v1_events_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_ondo_usdy_v1_events_proto_rawDesc, + RawDescriptor: file_aura_v1_events_proto_rawDesc, NumEnums: 0, NumMessages: 2, NumExtensions: 0, NumServices: 0, }, - GoTypes: file_ondo_usdy_v1_events_proto_goTypes, - DependencyIndexes: file_ondo_usdy_v1_events_proto_depIdxs, - MessageInfos: file_ondo_usdy_v1_events_proto_msgTypes, + GoTypes: file_aura_v1_events_proto_goTypes, + DependencyIndexes: file_aura_v1_events_proto_depIdxs, + MessageInfos: file_aura_v1_events_proto_msgTypes, }.Build() - File_ondo_usdy_v1_events_proto = out.File - file_ondo_usdy_v1_events_proto_rawDesc = nil - file_ondo_usdy_v1_events_proto_goTypes = nil - file_ondo_usdy_v1_events_proto_depIdxs = nil + File_aura_v1_events_proto = out.File + file_aura_v1_events_proto_rawDesc = nil + file_aura_v1_events_proto_goTypes = nil + file_aura_v1_events_proto_depIdxs = nil } diff --git a/api/ondo/usdy/v1/genesis.pulsar.go b/api/aura/v1/genesis.pulsar.go similarity index 76% rename from api/ondo/usdy/v1/genesis.pulsar.go rename to api/aura/v1/genesis.pulsar.go index 612a8b8..25d1f5c 100644 --- a/api/ondo/usdy/v1/genesis.pulsar.go +++ b/api/aura/v1/genesis.pulsar.go @@ -1,12 +1,12 @@ // Code generated by protoc-gen-go-pulsar. DO NOT EDIT. -package usdyv1 +package aurav1 import ( fmt "fmt" _ "github.com/cosmos/cosmos-proto" runtime "github.com/cosmos/cosmos-proto/runtime" _ "github.com/cosmos/gogoproto/gogoproto" - v1 "github.com/noble-assets/ondo/api/ondo/usdy/blocklist/v1" + v1 "github.com/noble-assets/aura/api/aura/blocklist/v1" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoiface "google.golang.org/protobuf/runtime/protoiface" protoimpl "google.golang.org/protobuf/runtime/protoimpl" @@ -25,8 +25,8 @@ var ( ) func init() { - file_ondo_usdy_v1_genesis_proto_init() - md_GenesisState = File_ondo_usdy_v1_genesis_proto.Messages().ByName("GenesisState") + file_aura_v1_genesis_proto_init() + md_GenesisState = File_aura_v1_genesis_proto.Messages().ByName("GenesisState") fd_GenesisState_blocklist_state = md_GenesisState.Fields().ByName("blocklist_state") fd_GenesisState_paused = md_GenesisState.Fields().ByName("paused") fd_GenesisState_burner = md_GenesisState.Fields().ByName("burner") @@ -43,7 +43,7 @@ func (x *GenesisState) ProtoReflect() protoreflect.Message { } func (x *GenesisState) slowProtoReflect() protoreflect.Message { - mi := &file_ondo_usdy_v1_genesis_proto_msgTypes[0] + mi := &file_aura_v1_genesis_proto_msgTypes[0] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -144,21 +144,21 @@ 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 "ondo.usdy.v1.GenesisState.blocklist_state": + case "aura.v1.GenesisState.blocklist_state": return x.BlocklistState != nil - case "ondo.usdy.v1.GenesisState.paused": + case "aura.v1.GenesisState.paused": return x.Paused != false - case "ondo.usdy.v1.GenesisState.burner": + case "aura.v1.GenesisState.burner": return x.Burner != "" - case "ondo.usdy.v1.GenesisState.minter": + case "aura.v1.GenesisState.minter": return x.Minter != "" - case "ondo.usdy.v1.GenesisState.pauser": + case "aura.v1.GenesisState.pauser": return x.Pauser != "" default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.GenesisState")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.GenesisState")) } - panic(fmt.Errorf("message ondo.usdy.v1.GenesisState does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.GenesisState does not contain field %s", fd.FullName())) } } @@ -170,21 +170,21 @@ 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 "ondo.usdy.v1.GenesisState.blocklist_state": + case "aura.v1.GenesisState.blocklist_state": x.BlocklistState = nil - case "ondo.usdy.v1.GenesisState.paused": + case "aura.v1.GenesisState.paused": x.Paused = false - case "ondo.usdy.v1.GenesisState.burner": + case "aura.v1.GenesisState.burner": x.Burner = "" - case "ondo.usdy.v1.GenesisState.minter": + case "aura.v1.GenesisState.minter": x.Minter = "" - case "ondo.usdy.v1.GenesisState.pauser": + case "aura.v1.GenesisState.pauser": x.Pauser = "" default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.GenesisState")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.GenesisState")) } - panic(fmt.Errorf("message ondo.usdy.v1.GenesisState does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.GenesisState does not contain field %s", fd.FullName())) } } @@ -196,26 +196,26 @@ 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 "ondo.usdy.v1.GenesisState.blocklist_state": + case "aura.v1.GenesisState.blocklist_state": value := x.BlocklistState return protoreflect.ValueOfMessage(value.ProtoReflect()) - case "ondo.usdy.v1.GenesisState.paused": + case "aura.v1.GenesisState.paused": value := x.Paused return protoreflect.ValueOfBool(value) - case "ondo.usdy.v1.GenesisState.burner": + case "aura.v1.GenesisState.burner": value := x.Burner return protoreflect.ValueOfString(value) - case "ondo.usdy.v1.GenesisState.minter": + case "aura.v1.GenesisState.minter": value := x.Minter return protoreflect.ValueOfString(value) - case "ondo.usdy.v1.GenesisState.pauser": + case "aura.v1.GenesisState.pauser": value := x.Pauser return protoreflect.ValueOfString(value) default: if descriptor.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.GenesisState")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.GenesisState")) } - panic(fmt.Errorf("message ondo.usdy.v1.GenesisState does not contain field %s", descriptor.FullName())) + panic(fmt.Errorf("message aura.v1.GenesisState does not contain field %s", descriptor.FullName())) } } @@ -231,21 +231,21 @@ 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 "ondo.usdy.v1.GenesisState.blocklist_state": + case "aura.v1.GenesisState.blocklist_state": x.BlocklistState = value.Message().Interface().(*v1.GenesisState) - case "ondo.usdy.v1.GenesisState.paused": + case "aura.v1.GenesisState.paused": x.Paused = value.Bool() - case "ondo.usdy.v1.GenesisState.burner": + case "aura.v1.GenesisState.burner": x.Burner = value.Interface().(string) - case "ondo.usdy.v1.GenesisState.minter": + case "aura.v1.GenesisState.minter": x.Minter = value.Interface().(string) - case "ondo.usdy.v1.GenesisState.pauser": + case "aura.v1.GenesisState.pauser": x.Pauser = value.Interface().(string) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.GenesisState")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.GenesisState")) } - panic(fmt.Errorf("message ondo.usdy.v1.GenesisState does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.GenesisState does not contain field %s", fd.FullName())) } } @@ -261,24 +261,24 @@ 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 "ondo.usdy.v1.GenesisState.blocklist_state": + case "aura.v1.GenesisState.blocklist_state": if x.BlocklistState == nil { x.BlocklistState = new(v1.GenesisState) } return protoreflect.ValueOfMessage(x.BlocklistState.ProtoReflect()) - case "ondo.usdy.v1.GenesisState.paused": - panic(fmt.Errorf("field paused of message ondo.usdy.v1.GenesisState is not mutable")) - case "ondo.usdy.v1.GenesisState.burner": - panic(fmt.Errorf("field burner of message ondo.usdy.v1.GenesisState is not mutable")) - case "ondo.usdy.v1.GenesisState.minter": - panic(fmt.Errorf("field minter of message ondo.usdy.v1.GenesisState is not mutable")) - case "ondo.usdy.v1.GenesisState.pauser": - panic(fmt.Errorf("field pauser of message ondo.usdy.v1.GenesisState is not mutable")) + case "aura.v1.GenesisState.paused": + panic(fmt.Errorf("field paused of message aura.v1.GenesisState is not mutable")) + case "aura.v1.GenesisState.burner": + panic(fmt.Errorf("field burner of message aura.v1.GenesisState is not mutable")) + case "aura.v1.GenesisState.minter": + panic(fmt.Errorf("field minter of message aura.v1.GenesisState is not mutable")) + case "aura.v1.GenesisState.pauser": + panic(fmt.Errorf("field pauser of message aura.v1.GenesisState is not mutable")) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.GenesisState")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.GenesisState")) } - panic(fmt.Errorf("message ondo.usdy.v1.GenesisState does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.GenesisState does not contain field %s", fd.FullName())) } } @@ -287,22 +287,22 @@ 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 "ondo.usdy.v1.GenesisState.blocklist_state": + case "aura.v1.GenesisState.blocklist_state": m := new(v1.GenesisState) return protoreflect.ValueOfMessage(m.ProtoReflect()) - case "ondo.usdy.v1.GenesisState.paused": + case "aura.v1.GenesisState.paused": return protoreflect.ValueOfBool(false) - case "ondo.usdy.v1.GenesisState.burner": + case "aura.v1.GenesisState.burner": return protoreflect.ValueOfString("") - case "ondo.usdy.v1.GenesisState.minter": + case "aura.v1.GenesisState.minter": return protoreflect.ValueOfString("") - case "ondo.usdy.v1.GenesisState.pauser": + case "aura.v1.GenesisState.pauser": return protoreflect.ValueOfString("") default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.GenesisState")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.GenesisState")) } - panic(fmt.Errorf("message ondo.usdy.v1.GenesisState does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.GenesisState does not contain field %s", fd.FullName())) } } @@ -312,7 +312,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 ondo.usdy.v1.GenesisState", d.FullName())) + panic(fmt.Errorf("%s is not a oneof field in aura.v1.GenesisState", d.FullName())) } panic("unreachable") } @@ -700,7 +700,7 @@ func (x *fastReflection_GenesisState) ProtoMethods() *protoiface.Methods { // versions: // protoc-gen-go v1.27.0 // protoc (unknown) -// source: ondo/usdy/v1/genesis.proto +// source: aura/v1/genesis.proto const ( // Verify that this generated code is sufficiently up-to-date. @@ -716,7 +716,7 @@ type GenesisState struct { // blocklist_state is the genesis state of the blocklist submodule. BlocklistState *v1.GenesisState `protobuf:"bytes,1,opt,name=blocklist_state,json=blocklistState,proto3" json:"blocklist_state,omitempty"` - // paused is the paused state of the Ondo USDY module. + // paused is the paused state of the Aura module. Paused bool `protobuf:"varint,2,opt,name=paused,proto3" json:"paused,omitempty"` // burner is the address that can burn USDY. Burner string `protobuf:"bytes,3,opt,name=burner,proto3" json:"burner,omitempty"` @@ -729,7 +729,7 @@ type GenesisState struct { func (x *GenesisState) Reset() { *x = GenesisState{} if protoimpl.UnsafeEnabled { - mi := &file_ondo_usdy_v1_genesis_proto_msgTypes[0] + mi := &file_aura_v1_genesis_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -743,7 +743,7 @@ func (*GenesisState) ProtoMessage() {} // Deprecated: Use GenesisState.ProtoReflect.Descriptor instead. func (*GenesisState) Descriptor() ([]byte, []int) { - return file_ondo_usdy_v1_genesis_proto_rawDescGZIP(), []int{0} + return file_aura_v1_genesis_proto_rawDescGZIP(), []int{0} } func (x *GenesisState) GetBlocklistState() *v1.GenesisState { @@ -781,67 +781,64 @@ func (x *GenesisState) GetPauser() string { return "" } -var File_ondo_usdy_v1_genesis_proto protoreflect.FileDescriptor +var File_aura_v1_genesis_proto protoreflect.FileDescriptor -var file_ondo_usdy_v1_genesis_proto_rawDesc = []byte{ - 0x0a, 0x1a, 0x6f, 0x6e, 0x64, 0x6f, 0x2f, 0x75, 0x73, 0x64, 0x79, 0x2f, 0x76, 0x31, 0x2f, 0x67, - 0x65, 0x6e, 0x65, 0x73, 0x69, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0c, 0x6f, 0x6e, - 0x64, 0x6f, 0x2e, 0x75, 0x73, 0x64, 0x79, 0x2e, 0x76, 0x31, 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, 0x14, 0x67, 0x6f, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x2f, 0x67, 0x6f, 0x67, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x24, 0x6f, 0x6e, 0x64, - 0x6f, 0x2f, 0x75, 0x73, 0x64, 0x79, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, +var file_aura_v1_genesis_proto_rawDesc = []byte{ + 0x0a, 0x15, 0x61, 0x75, 0x72, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x67, 0x65, 0x6e, 0x65, 0x73, 0x69, + 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x07, 0x61, 0x75, 0x72, 0x61, 0x2e, 0x76, 0x31, + 0x1a, 0x1f, 0x61, 0x75, 0x72, 0x61, 0x2f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x67, 0x65, 0x6e, 0x65, 0x73, 0x69, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x22, 0x91, 0x02, 0x0a, 0x0c, 0x47, 0x65, 0x6e, 0x65, 0x73, 0x69, 0x73, 0x53, 0x74, 0x61, - 0x74, 0x65, 0x12, 0x53, 0x0a, 0x0f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x5f, - 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x6f, 0x6e, - 0x64, 0x6f, 0x2e, 0x75, 0x73, 0x64, 0x79, 0x2e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, - 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x6e, 0x65, 0x73, 0x69, 0x73, 0x53, 0x74, 0x61, 0x74, - 0x65, 0x42, 0x04, 0xc8, 0xde, 0x1f, 0x00, 0x52, 0x0e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, - 0x73, 0x74, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x61, 0x75, 0x73, 0x65, - 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x70, 0x61, 0x75, 0x73, 0x65, 0x64, 0x12, - 0x30, 0x0a, 0x06, 0x62, 0x75, 0x72, 0x6e, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, + 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, 0x14, 0x67, 0x6f, + 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x67, 0x6f, 0x2e, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x22, 0x8c, 0x02, 0x0a, 0x0c, 0x47, 0x65, 0x6e, 0x65, 0x73, 0x69, 0x73, 0x53, 0x74, + 0x61, 0x74, 0x65, 0x12, 0x4e, 0x0a, 0x0f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, + 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x61, + 0x75, 0x72, 0x61, 0x2e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x2e, 0x76, 0x31, + 0x2e, 0x47, 0x65, 0x6e, 0x65, 0x73, 0x69, 0x73, 0x53, 0x74, 0x61, 0x74, 0x65, 0x42, 0x04, 0xc8, + 0xde, 0x1f, 0x00, 0x52, 0x0e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x6c, 0x69, 0x73, 0x74, 0x53, 0x74, + 0x61, 0x74, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x61, 0x75, 0x73, 0x65, 0x64, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x06, 0x70, 0x61, 0x75, 0x73, 0x65, 0x64, 0x12, 0x30, 0x0a, 0x06, 0x62, + 0x75, 0x72, 0x6e, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0xd2, 0xb4, 0x2d, + 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, + 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x06, 0x62, 0x75, 0x72, 0x6e, 0x65, 0x72, 0x12, 0x30, 0x0a, + 0x06, 0x6d, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0xd2, + 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, + 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x06, 0x6d, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x12, + 0x30, 0x0a, 0x06, 0x70, 0x61, 0x75, 0x73, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x72, - 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x06, 0x62, 0x75, 0x72, 0x6e, 0x65, - 0x72, 0x12, 0x30, 0x0a, 0x06, 0x6d, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x09, 0x42, 0x18, 0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x06, 0x6d, 0x69, 0x6e, - 0x74, 0x65, 0x72, 0x12, 0x30, 0x0a, 0x06, 0x70, 0x61, 0x75, 0x73, 0x65, 0x72, 0x18, 0x05, 0x20, - 0x01, 0x28, 0x09, 0x42, 0x18, 0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, - 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x06, 0x70, - 0x61, 0x75, 0x73, 0x65, 0x72, 0x42, 0xa8, 0x01, 0x0a, 0x10, 0x63, 0x6f, 0x6d, 0x2e, 0x6f, 0x6e, - 0x64, 0x6f, 0x2e, 0x75, 0x73, 0x64, 0x79, 0x2e, 0x76, 0x31, 0x42, 0x0c, 0x47, 0x65, 0x6e, 0x65, - 0x73, 0x69, 0x73, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x34, 0x67, 0x69, 0x74, 0x68, - 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6e, 0x6f, 0x62, 0x6c, 0x65, 0x2d, 0x61, 0x73, 0x73, - 0x65, 0x74, 0x73, 0x2f, 0x6f, 0x6e, 0x64, 0x6f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6f, 0x6e, 0x64, - 0x6f, 0x2f, 0x75, 0x73, 0x64, 0x79, 0x2f, 0x76, 0x31, 0x3b, 0x75, 0x73, 0x64, 0x79, 0x76, 0x31, - 0xa2, 0x02, 0x03, 0x4f, 0x55, 0x58, 0xaa, 0x02, 0x0c, 0x4f, 0x6e, 0x64, 0x6f, 0x2e, 0x55, 0x73, - 0x64, 0x79, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x0c, 0x4f, 0x6e, 0x64, 0x6f, 0x5c, 0x55, 0x73, 0x64, - 0x79, 0x5c, 0x56, 0x31, 0xe2, 0x02, 0x18, 0x4f, 0x6e, 0x64, 0x6f, 0x5c, 0x55, 0x73, 0x64, 0x79, - 0x5c, 0x56, 0x31, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, - 0x02, 0x0e, 0x4f, 0x6e, 0x64, 0x6f, 0x3a, 0x3a, 0x55, 0x73, 0x64, 0x79, 0x3a, 0x3a, 0x56, 0x31, - 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x06, 0x70, 0x61, 0x75, 0x73, 0x65, + 0x72, 0x42, 0x89, 0x01, 0x0a, 0x0b, 0x63, 0x6f, 0x6d, 0x2e, 0x61, 0x75, 0x72, 0x61, 0x2e, 0x76, + 0x31, 0x42, 0x0c, 0x47, 0x65, 0x6e, 0x65, 0x73, 0x69, 0x73, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, + 0x01, 0x5a, 0x2f, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6e, 0x6f, + 0x62, 0x6c, 0x65, 0x2d, 0x61, 0x73, 0x73, 0x65, 0x74, 0x73, 0x2f, 0x61, 0x75, 0x72, 0x61, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x61, 0x75, 0x72, 0x61, 0x2f, 0x76, 0x31, 0x3b, 0x61, 0x75, 0x72, 0x61, + 0x76, 0x31, 0xa2, 0x02, 0x03, 0x41, 0x58, 0x58, 0xaa, 0x02, 0x07, 0x41, 0x75, 0x72, 0x61, 0x2e, + 0x56, 0x31, 0xca, 0x02, 0x07, 0x41, 0x75, 0x72, 0x61, 0x5c, 0x56, 0x31, 0xe2, 0x02, 0x13, 0x41, + 0x75, 0x72, 0x61, 0x5c, 0x56, 0x31, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, + 0x74, 0x61, 0xea, 0x02, 0x08, 0x41, 0x75, 0x72, 0x61, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, + 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( - file_ondo_usdy_v1_genesis_proto_rawDescOnce sync.Once - file_ondo_usdy_v1_genesis_proto_rawDescData = file_ondo_usdy_v1_genesis_proto_rawDesc + file_aura_v1_genesis_proto_rawDescOnce sync.Once + file_aura_v1_genesis_proto_rawDescData = file_aura_v1_genesis_proto_rawDesc ) -func file_ondo_usdy_v1_genesis_proto_rawDescGZIP() []byte { - file_ondo_usdy_v1_genesis_proto_rawDescOnce.Do(func() { - file_ondo_usdy_v1_genesis_proto_rawDescData = protoimpl.X.CompressGZIP(file_ondo_usdy_v1_genesis_proto_rawDescData) +func file_aura_v1_genesis_proto_rawDescGZIP() []byte { + file_aura_v1_genesis_proto_rawDescOnce.Do(func() { + file_aura_v1_genesis_proto_rawDescData = protoimpl.X.CompressGZIP(file_aura_v1_genesis_proto_rawDescData) }) - return file_ondo_usdy_v1_genesis_proto_rawDescData + return file_aura_v1_genesis_proto_rawDescData } -var file_ondo_usdy_v1_genesis_proto_msgTypes = make([]protoimpl.MessageInfo, 1) -var file_ondo_usdy_v1_genesis_proto_goTypes = []interface{}{ - (*GenesisState)(nil), // 0: ondo.usdy.v1.GenesisState - (*v1.GenesisState)(nil), // 1: ondo.usdy.blocklist.v1.GenesisState +var file_aura_v1_genesis_proto_msgTypes = make([]protoimpl.MessageInfo, 1) +var file_aura_v1_genesis_proto_goTypes = []interface{}{ + (*GenesisState)(nil), // 0: aura.v1.GenesisState + (*v1.GenesisState)(nil), // 1: aura.blocklist.v1.GenesisState } -var file_ondo_usdy_v1_genesis_proto_depIdxs = []int32{ - 1, // 0: ondo.usdy.v1.GenesisState.blocklist_state:type_name -> ondo.usdy.blocklist.v1.GenesisState +var file_aura_v1_genesis_proto_depIdxs = []int32{ + 1, // 0: aura.v1.GenesisState.blocklist_state:type_name -> aura.blocklist.v1.GenesisState 1, // [1:1] is the sub-list for method output_type 1, // [1:1] is the sub-list for method input_type 1, // [1:1] is the sub-list for extension type_name @@ -849,13 +846,13 @@ var file_ondo_usdy_v1_genesis_proto_depIdxs = []int32{ 0, // [0:1] is the sub-list for field type_name } -func init() { file_ondo_usdy_v1_genesis_proto_init() } -func file_ondo_usdy_v1_genesis_proto_init() { - if File_ondo_usdy_v1_genesis_proto != nil { +func init() { file_aura_v1_genesis_proto_init() } +func file_aura_v1_genesis_proto_init() { + if File_aura_v1_genesis_proto != nil { return } if !protoimpl.UnsafeEnabled { - file_ondo_usdy_v1_genesis_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_aura_v1_genesis_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GenesisState); i { case 0: return &v.state @@ -872,18 +869,18 @@ func file_ondo_usdy_v1_genesis_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_ondo_usdy_v1_genesis_proto_rawDesc, + RawDescriptor: file_aura_v1_genesis_proto_rawDesc, NumEnums: 0, NumMessages: 1, NumExtensions: 0, NumServices: 0, }, - GoTypes: file_ondo_usdy_v1_genesis_proto_goTypes, - DependencyIndexes: file_ondo_usdy_v1_genesis_proto_depIdxs, - MessageInfos: file_ondo_usdy_v1_genesis_proto_msgTypes, + GoTypes: file_aura_v1_genesis_proto_goTypes, + DependencyIndexes: file_aura_v1_genesis_proto_depIdxs, + MessageInfos: file_aura_v1_genesis_proto_msgTypes, }.Build() - File_ondo_usdy_v1_genesis_proto = out.File - file_ondo_usdy_v1_genesis_proto_rawDesc = nil - file_ondo_usdy_v1_genesis_proto_goTypes = nil - file_ondo_usdy_v1_genesis_proto_depIdxs = nil + File_aura_v1_genesis_proto = out.File + file_aura_v1_genesis_proto_rawDesc = nil + file_aura_v1_genesis_proto_goTypes = nil + file_aura_v1_genesis_proto_depIdxs = nil } diff --git a/api/ondo/usdy/v1/query.pulsar.go b/api/aura/v1/query.pulsar.go similarity index 83% rename from api/ondo/usdy/v1/query.pulsar.go rename to api/aura/v1/query.pulsar.go index 4166b35..0e62855 100644 --- a/api/ondo/usdy/v1/query.pulsar.go +++ b/api/aura/v1/query.pulsar.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-go-pulsar. DO NOT EDIT. -package usdyv1 +package aurav1 import ( _ "cosmossdk.io/api/amino" @@ -21,8 +21,8 @@ var ( ) func init() { - file_ondo_usdy_v1_query_proto_init() - md_QueryDenom = File_ondo_usdy_v1_query_proto.Messages().ByName("QueryDenom") + file_aura_v1_query_proto_init() + md_QueryDenom = File_aura_v1_query_proto.Messages().ByName("QueryDenom") } var _ protoreflect.Message = (*fastReflection_QueryDenom)(nil) @@ -34,7 +34,7 @@ func (x *QueryDenom) ProtoReflect() protoreflect.Message { } func (x *QueryDenom) slowProtoReflect() protoreflect.Message { - mi := &file_ondo_usdy_v1_query_proto_msgTypes[0] + mi := &file_aura_v1_query_proto_msgTypes[0] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -107,9 +107,9 @@ func (x *fastReflection_QueryDenom) Has(fd protoreflect.FieldDescriptor) bool { switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.QueryDenom")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.QueryDenom")) } - panic(fmt.Errorf("message ondo.usdy.v1.QueryDenom does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.QueryDenom does not contain field %s", fd.FullName())) } } @@ -123,9 +123,9 @@ func (x *fastReflection_QueryDenom) Clear(fd protoreflect.FieldDescriptor) { switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.QueryDenom")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.QueryDenom")) } - panic(fmt.Errorf("message ondo.usdy.v1.QueryDenom does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.QueryDenom does not contain field %s", fd.FullName())) } } @@ -139,9 +139,9 @@ func (x *fastReflection_QueryDenom) Get(descriptor protoreflect.FieldDescriptor) switch descriptor.FullName() { default: if descriptor.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.QueryDenom")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.QueryDenom")) } - panic(fmt.Errorf("message ondo.usdy.v1.QueryDenom does not contain field %s", descriptor.FullName())) + panic(fmt.Errorf("message aura.v1.QueryDenom does not contain field %s", descriptor.FullName())) } } @@ -159,9 +159,9 @@ func (x *fastReflection_QueryDenom) Set(fd protoreflect.FieldDescriptor, value p switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.QueryDenom")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.QueryDenom")) } - panic(fmt.Errorf("message ondo.usdy.v1.QueryDenom does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.QueryDenom does not contain field %s", fd.FullName())) } } @@ -179,9 +179,9 @@ func (x *fastReflection_QueryDenom) Mutable(fd protoreflect.FieldDescriptor) pro switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.QueryDenom")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.QueryDenom")) } - panic(fmt.Errorf("message ondo.usdy.v1.QueryDenom does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.QueryDenom does not contain field %s", fd.FullName())) } } @@ -192,9 +192,9 @@ func (x *fastReflection_QueryDenom) NewField(fd protoreflect.FieldDescriptor) pr switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.QueryDenom")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.QueryDenom")) } - panic(fmt.Errorf("message ondo.usdy.v1.QueryDenom does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.QueryDenom does not contain field %s", fd.FullName())) } } @@ -204,7 +204,7 @@ func (x *fastReflection_QueryDenom) NewField(fd protoreflect.FieldDescriptor) pr func (x *fastReflection_QueryDenom) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor { switch d.FullName() { default: - panic(fmt.Errorf("%s is not a oneof field in ondo.usdy.v1.QueryDenom", d.FullName())) + panic(fmt.Errorf("%s is not a oneof field in aura.v1.QueryDenom", d.FullName())) } panic("unreachable") } @@ -378,8 +378,8 @@ var ( ) func init() { - file_ondo_usdy_v1_query_proto_init() - md_QueryDenomResponse = File_ondo_usdy_v1_query_proto.Messages().ByName("QueryDenomResponse") + file_aura_v1_query_proto_init() + md_QueryDenomResponse = File_aura_v1_query_proto.Messages().ByName("QueryDenomResponse") fd_QueryDenomResponse_denom = md_QueryDenomResponse.Fields().ByName("denom") } @@ -392,7 +392,7 @@ func (x *QueryDenomResponse) ProtoReflect() protoreflect.Message { } func (x *QueryDenomResponse) slowProtoReflect() protoreflect.Message { - mi := &file_ondo_usdy_v1_query_proto_msgTypes[1] + mi := &file_aura_v1_query_proto_msgTypes[1] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -469,13 +469,13 @@ func (x *fastReflection_QueryDenomResponse) Range(f func(protoreflect.FieldDescr // a repeated field is populated if it is non-empty. func (x *fastReflection_QueryDenomResponse) Has(fd protoreflect.FieldDescriptor) bool { switch fd.FullName() { - case "ondo.usdy.v1.QueryDenomResponse.denom": + case "aura.v1.QueryDenomResponse.denom": return x.Denom != "" default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.QueryDenomResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.QueryDenomResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.QueryDenomResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.QueryDenomResponse does not contain field %s", fd.FullName())) } } @@ -487,13 +487,13 @@ func (x *fastReflection_QueryDenomResponse) Has(fd protoreflect.FieldDescriptor) // Clear is a mutating operation and unsafe for concurrent use. func (x *fastReflection_QueryDenomResponse) Clear(fd protoreflect.FieldDescriptor) { switch fd.FullName() { - case "ondo.usdy.v1.QueryDenomResponse.denom": + case "aura.v1.QueryDenomResponse.denom": x.Denom = "" default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.QueryDenomResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.QueryDenomResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.QueryDenomResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.QueryDenomResponse does not contain field %s", fd.FullName())) } } @@ -505,14 +505,14 @@ func (x *fastReflection_QueryDenomResponse) Clear(fd protoreflect.FieldDescripto // of the value; to obtain a mutable reference, use Mutable. func (x *fastReflection_QueryDenomResponse) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value { switch descriptor.FullName() { - case "ondo.usdy.v1.QueryDenomResponse.denom": + case "aura.v1.QueryDenomResponse.denom": value := x.Denom return protoreflect.ValueOfString(value) default: if descriptor.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.QueryDenomResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.QueryDenomResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.QueryDenomResponse does not contain field %s", descriptor.FullName())) + panic(fmt.Errorf("message aura.v1.QueryDenomResponse does not contain field %s", descriptor.FullName())) } } @@ -528,13 +528,13 @@ func (x *fastReflection_QueryDenomResponse) Get(descriptor protoreflect.FieldDes // Set is a mutating operation and unsafe for concurrent use. func (x *fastReflection_QueryDenomResponse) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) { switch fd.FullName() { - case "ondo.usdy.v1.QueryDenomResponse.denom": + case "aura.v1.QueryDenomResponse.denom": x.Denom = value.Interface().(string) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.QueryDenomResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.QueryDenomResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.QueryDenomResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.QueryDenomResponse does not contain field %s", fd.FullName())) } } @@ -550,13 +550,13 @@ func (x *fastReflection_QueryDenomResponse) Set(fd protoreflect.FieldDescriptor, // Mutable is a mutating operation and unsafe for concurrent use. func (x *fastReflection_QueryDenomResponse) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value { switch fd.FullName() { - case "ondo.usdy.v1.QueryDenomResponse.denom": - panic(fmt.Errorf("field denom of message ondo.usdy.v1.QueryDenomResponse is not mutable")) + case "aura.v1.QueryDenomResponse.denom": + panic(fmt.Errorf("field denom of message aura.v1.QueryDenomResponse is not mutable")) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.QueryDenomResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.QueryDenomResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.QueryDenomResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.QueryDenomResponse does not contain field %s", fd.FullName())) } } @@ -565,13 +565,13 @@ func (x *fastReflection_QueryDenomResponse) Mutable(fd protoreflect.FieldDescrip // For lists, maps, and messages, this returns a new, empty, mutable value. func (x *fastReflection_QueryDenomResponse) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value { switch fd.FullName() { - case "ondo.usdy.v1.QueryDenomResponse.denom": + case "aura.v1.QueryDenomResponse.denom": return protoreflect.ValueOfString("") default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.QueryDenomResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.QueryDenomResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.QueryDenomResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.QueryDenomResponse does not contain field %s", fd.FullName())) } } @@ -581,7 +581,7 @@ func (x *fastReflection_QueryDenomResponse) NewField(fd protoreflect.FieldDescri func (x *fastReflection_QueryDenomResponse) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor { switch d.FullName() { default: - panic(fmt.Errorf("%s is not a oneof field in ondo.usdy.v1.QueryDenomResponse", d.FullName())) + panic(fmt.Errorf("%s is not a oneof field in aura.v1.QueryDenomResponse", d.FullName())) } panic("unreachable") } @@ -797,8 +797,8 @@ var ( ) func init() { - file_ondo_usdy_v1_query_proto_init() - md_QueryPaused = File_ondo_usdy_v1_query_proto.Messages().ByName("QueryPaused") + file_aura_v1_query_proto_init() + md_QueryPaused = File_aura_v1_query_proto.Messages().ByName("QueryPaused") } var _ protoreflect.Message = (*fastReflection_QueryPaused)(nil) @@ -810,7 +810,7 @@ func (x *QueryPaused) ProtoReflect() protoreflect.Message { } func (x *QueryPaused) slowProtoReflect() protoreflect.Message { - mi := &file_ondo_usdy_v1_query_proto_msgTypes[2] + mi := &file_aura_v1_query_proto_msgTypes[2] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -883,9 +883,9 @@ func (x *fastReflection_QueryPaused) Has(fd protoreflect.FieldDescriptor) bool { switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.QueryPaused")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.QueryPaused")) } - panic(fmt.Errorf("message ondo.usdy.v1.QueryPaused does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.QueryPaused does not contain field %s", fd.FullName())) } } @@ -899,9 +899,9 @@ func (x *fastReflection_QueryPaused) Clear(fd protoreflect.FieldDescriptor) { switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.QueryPaused")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.QueryPaused")) } - panic(fmt.Errorf("message ondo.usdy.v1.QueryPaused does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.QueryPaused does not contain field %s", fd.FullName())) } } @@ -915,9 +915,9 @@ func (x *fastReflection_QueryPaused) Get(descriptor protoreflect.FieldDescriptor switch descriptor.FullName() { default: if descriptor.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.QueryPaused")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.QueryPaused")) } - panic(fmt.Errorf("message ondo.usdy.v1.QueryPaused does not contain field %s", descriptor.FullName())) + panic(fmt.Errorf("message aura.v1.QueryPaused does not contain field %s", descriptor.FullName())) } } @@ -935,9 +935,9 @@ func (x *fastReflection_QueryPaused) Set(fd protoreflect.FieldDescriptor, value switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.QueryPaused")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.QueryPaused")) } - panic(fmt.Errorf("message ondo.usdy.v1.QueryPaused does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.QueryPaused does not contain field %s", fd.FullName())) } } @@ -955,9 +955,9 @@ func (x *fastReflection_QueryPaused) Mutable(fd protoreflect.FieldDescriptor) pr switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.QueryPaused")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.QueryPaused")) } - panic(fmt.Errorf("message ondo.usdy.v1.QueryPaused does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.QueryPaused does not contain field %s", fd.FullName())) } } @@ -968,9 +968,9 @@ func (x *fastReflection_QueryPaused) NewField(fd protoreflect.FieldDescriptor) p switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.QueryPaused")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.QueryPaused")) } - panic(fmt.Errorf("message ondo.usdy.v1.QueryPaused does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.QueryPaused does not contain field %s", fd.FullName())) } } @@ -980,7 +980,7 @@ func (x *fastReflection_QueryPaused) NewField(fd protoreflect.FieldDescriptor) p func (x *fastReflection_QueryPaused) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor { switch d.FullName() { default: - panic(fmt.Errorf("%s is not a oneof field in ondo.usdy.v1.QueryPaused", d.FullName())) + panic(fmt.Errorf("%s is not a oneof field in aura.v1.QueryPaused", d.FullName())) } panic("unreachable") } @@ -1154,8 +1154,8 @@ var ( ) func init() { - file_ondo_usdy_v1_query_proto_init() - md_QueryPausedResponse = File_ondo_usdy_v1_query_proto.Messages().ByName("QueryPausedResponse") + file_aura_v1_query_proto_init() + md_QueryPausedResponse = File_aura_v1_query_proto.Messages().ByName("QueryPausedResponse") fd_QueryPausedResponse_paused = md_QueryPausedResponse.Fields().ByName("paused") } @@ -1168,7 +1168,7 @@ func (x *QueryPausedResponse) ProtoReflect() protoreflect.Message { } func (x *QueryPausedResponse) slowProtoReflect() protoreflect.Message { - mi := &file_ondo_usdy_v1_query_proto_msgTypes[3] + mi := &file_aura_v1_query_proto_msgTypes[3] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1245,13 +1245,13 @@ func (x *fastReflection_QueryPausedResponse) Range(f func(protoreflect.FieldDesc // a repeated field is populated if it is non-empty. func (x *fastReflection_QueryPausedResponse) Has(fd protoreflect.FieldDescriptor) bool { switch fd.FullName() { - case "ondo.usdy.v1.QueryPausedResponse.paused": + case "aura.v1.QueryPausedResponse.paused": return x.Paused != false default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.QueryPausedResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.QueryPausedResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.QueryPausedResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.QueryPausedResponse does not contain field %s", fd.FullName())) } } @@ -1263,13 +1263,13 @@ func (x *fastReflection_QueryPausedResponse) Has(fd protoreflect.FieldDescriptor // Clear is a mutating operation and unsafe for concurrent use. func (x *fastReflection_QueryPausedResponse) Clear(fd protoreflect.FieldDescriptor) { switch fd.FullName() { - case "ondo.usdy.v1.QueryPausedResponse.paused": + case "aura.v1.QueryPausedResponse.paused": x.Paused = false default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.QueryPausedResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.QueryPausedResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.QueryPausedResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.QueryPausedResponse does not contain field %s", fd.FullName())) } } @@ -1281,14 +1281,14 @@ func (x *fastReflection_QueryPausedResponse) Clear(fd protoreflect.FieldDescript // of the value; to obtain a mutable reference, use Mutable. func (x *fastReflection_QueryPausedResponse) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value { switch descriptor.FullName() { - case "ondo.usdy.v1.QueryPausedResponse.paused": + case "aura.v1.QueryPausedResponse.paused": value := x.Paused return protoreflect.ValueOfBool(value) default: if descriptor.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.QueryPausedResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.QueryPausedResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.QueryPausedResponse does not contain field %s", descriptor.FullName())) + panic(fmt.Errorf("message aura.v1.QueryPausedResponse does not contain field %s", descriptor.FullName())) } } @@ -1304,13 +1304,13 @@ func (x *fastReflection_QueryPausedResponse) Get(descriptor protoreflect.FieldDe // Set is a mutating operation and unsafe for concurrent use. func (x *fastReflection_QueryPausedResponse) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) { switch fd.FullName() { - case "ondo.usdy.v1.QueryPausedResponse.paused": + case "aura.v1.QueryPausedResponse.paused": x.Paused = value.Bool() default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.QueryPausedResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.QueryPausedResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.QueryPausedResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.QueryPausedResponse does not contain field %s", fd.FullName())) } } @@ -1326,13 +1326,13 @@ func (x *fastReflection_QueryPausedResponse) Set(fd protoreflect.FieldDescriptor // Mutable is a mutating operation and unsafe for concurrent use. func (x *fastReflection_QueryPausedResponse) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value { switch fd.FullName() { - case "ondo.usdy.v1.QueryPausedResponse.paused": - panic(fmt.Errorf("field paused of message ondo.usdy.v1.QueryPausedResponse is not mutable")) + case "aura.v1.QueryPausedResponse.paused": + panic(fmt.Errorf("field paused of message aura.v1.QueryPausedResponse is not mutable")) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.QueryPausedResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.QueryPausedResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.QueryPausedResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.QueryPausedResponse does not contain field %s", fd.FullName())) } } @@ -1341,13 +1341,13 @@ func (x *fastReflection_QueryPausedResponse) Mutable(fd protoreflect.FieldDescri // For lists, maps, and messages, this returns a new, empty, mutable value. func (x *fastReflection_QueryPausedResponse) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value { switch fd.FullName() { - case "ondo.usdy.v1.QueryPausedResponse.paused": + case "aura.v1.QueryPausedResponse.paused": return protoreflect.ValueOfBool(false) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.QueryPausedResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.QueryPausedResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.QueryPausedResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.QueryPausedResponse does not contain field %s", fd.FullName())) } } @@ -1357,7 +1357,7 @@ func (x *fastReflection_QueryPausedResponse) NewField(fd protoreflect.FieldDescr func (x *fastReflection_QueryPausedResponse) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor { switch d.FullName() { default: - panic(fmt.Errorf("%s is not a oneof field in ondo.usdy.v1.QueryPausedResponse", d.FullName())) + panic(fmt.Errorf("%s is not a oneof field in aura.v1.QueryPausedResponse", d.FullName())) } panic("unreachable") } @@ -1563,8 +1563,8 @@ var ( ) func init() { - file_ondo_usdy_v1_query_proto_init() - md_QueryPauser = File_ondo_usdy_v1_query_proto.Messages().ByName("QueryPauser") + file_aura_v1_query_proto_init() + md_QueryPauser = File_aura_v1_query_proto.Messages().ByName("QueryPauser") } var _ protoreflect.Message = (*fastReflection_QueryPauser)(nil) @@ -1576,7 +1576,7 @@ func (x *QueryPauser) ProtoReflect() protoreflect.Message { } func (x *QueryPauser) slowProtoReflect() protoreflect.Message { - mi := &file_ondo_usdy_v1_query_proto_msgTypes[4] + mi := &file_aura_v1_query_proto_msgTypes[4] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1649,9 +1649,9 @@ func (x *fastReflection_QueryPauser) Has(fd protoreflect.FieldDescriptor) bool { switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.QueryPauser")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.QueryPauser")) } - panic(fmt.Errorf("message ondo.usdy.v1.QueryPauser does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.QueryPauser does not contain field %s", fd.FullName())) } } @@ -1665,9 +1665,9 @@ func (x *fastReflection_QueryPauser) Clear(fd protoreflect.FieldDescriptor) { switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.QueryPauser")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.QueryPauser")) } - panic(fmt.Errorf("message ondo.usdy.v1.QueryPauser does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.QueryPauser does not contain field %s", fd.FullName())) } } @@ -1681,9 +1681,9 @@ func (x *fastReflection_QueryPauser) Get(descriptor protoreflect.FieldDescriptor switch descriptor.FullName() { default: if descriptor.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.QueryPauser")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.QueryPauser")) } - panic(fmt.Errorf("message ondo.usdy.v1.QueryPauser does not contain field %s", descriptor.FullName())) + panic(fmt.Errorf("message aura.v1.QueryPauser does not contain field %s", descriptor.FullName())) } } @@ -1701,9 +1701,9 @@ func (x *fastReflection_QueryPauser) Set(fd protoreflect.FieldDescriptor, value switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.QueryPauser")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.QueryPauser")) } - panic(fmt.Errorf("message ondo.usdy.v1.QueryPauser does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.QueryPauser does not contain field %s", fd.FullName())) } } @@ -1721,9 +1721,9 @@ func (x *fastReflection_QueryPauser) Mutable(fd protoreflect.FieldDescriptor) pr switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.QueryPauser")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.QueryPauser")) } - panic(fmt.Errorf("message ondo.usdy.v1.QueryPauser does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.QueryPauser does not contain field %s", fd.FullName())) } } @@ -1734,9 +1734,9 @@ func (x *fastReflection_QueryPauser) NewField(fd protoreflect.FieldDescriptor) p switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.QueryPauser")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.QueryPauser")) } - panic(fmt.Errorf("message ondo.usdy.v1.QueryPauser does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.QueryPauser does not contain field %s", fd.FullName())) } } @@ -1746,7 +1746,7 @@ func (x *fastReflection_QueryPauser) NewField(fd protoreflect.FieldDescriptor) p func (x *fastReflection_QueryPauser) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor { switch d.FullName() { default: - panic(fmt.Errorf("%s is not a oneof field in ondo.usdy.v1.QueryPauser", d.FullName())) + panic(fmt.Errorf("%s is not a oneof field in aura.v1.QueryPauser", d.FullName())) } panic("unreachable") } @@ -1920,8 +1920,8 @@ var ( ) func init() { - file_ondo_usdy_v1_query_proto_init() - md_QueryPauserResponse = File_ondo_usdy_v1_query_proto.Messages().ByName("QueryPauserResponse") + file_aura_v1_query_proto_init() + md_QueryPauserResponse = File_aura_v1_query_proto.Messages().ByName("QueryPauserResponse") fd_QueryPauserResponse_pauser = md_QueryPauserResponse.Fields().ByName("pauser") } @@ -1934,7 +1934,7 @@ func (x *QueryPauserResponse) ProtoReflect() protoreflect.Message { } func (x *QueryPauserResponse) slowProtoReflect() protoreflect.Message { - mi := &file_ondo_usdy_v1_query_proto_msgTypes[5] + mi := &file_aura_v1_query_proto_msgTypes[5] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2011,13 +2011,13 @@ func (x *fastReflection_QueryPauserResponse) Range(f func(protoreflect.FieldDesc // a repeated field is populated if it is non-empty. func (x *fastReflection_QueryPauserResponse) Has(fd protoreflect.FieldDescriptor) bool { switch fd.FullName() { - case "ondo.usdy.v1.QueryPauserResponse.pauser": + case "aura.v1.QueryPauserResponse.pauser": return x.Pauser != "" default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.QueryPauserResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.QueryPauserResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.QueryPauserResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.QueryPauserResponse does not contain field %s", fd.FullName())) } } @@ -2029,13 +2029,13 @@ func (x *fastReflection_QueryPauserResponse) Has(fd protoreflect.FieldDescriptor // Clear is a mutating operation and unsafe for concurrent use. func (x *fastReflection_QueryPauserResponse) Clear(fd protoreflect.FieldDescriptor) { switch fd.FullName() { - case "ondo.usdy.v1.QueryPauserResponse.pauser": + case "aura.v1.QueryPauserResponse.pauser": x.Pauser = "" default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.QueryPauserResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.QueryPauserResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.QueryPauserResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.QueryPauserResponse does not contain field %s", fd.FullName())) } } @@ -2047,14 +2047,14 @@ func (x *fastReflection_QueryPauserResponse) Clear(fd protoreflect.FieldDescript // of the value; to obtain a mutable reference, use Mutable. func (x *fastReflection_QueryPauserResponse) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value { switch descriptor.FullName() { - case "ondo.usdy.v1.QueryPauserResponse.pauser": + case "aura.v1.QueryPauserResponse.pauser": value := x.Pauser return protoreflect.ValueOfString(value) default: if descriptor.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.QueryPauserResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.QueryPauserResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.QueryPauserResponse does not contain field %s", descriptor.FullName())) + panic(fmt.Errorf("message aura.v1.QueryPauserResponse does not contain field %s", descriptor.FullName())) } } @@ -2070,13 +2070,13 @@ func (x *fastReflection_QueryPauserResponse) Get(descriptor protoreflect.FieldDe // Set is a mutating operation and unsafe for concurrent use. func (x *fastReflection_QueryPauserResponse) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) { switch fd.FullName() { - case "ondo.usdy.v1.QueryPauserResponse.pauser": + case "aura.v1.QueryPauserResponse.pauser": x.Pauser = value.Interface().(string) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.QueryPauserResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.QueryPauserResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.QueryPauserResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.QueryPauserResponse does not contain field %s", fd.FullName())) } } @@ -2092,13 +2092,13 @@ func (x *fastReflection_QueryPauserResponse) Set(fd protoreflect.FieldDescriptor // Mutable is a mutating operation and unsafe for concurrent use. func (x *fastReflection_QueryPauserResponse) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value { switch fd.FullName() { - case "ondo.usdy.v1.QueryPauserResponse.pauser": - panic(fmt.Errorf("field pauser of message ondo.usdy.v1.QueryPauserResponse is not mutable")) + case "aura.v1.QueryPauserResponse.pauser": + panic(fmt.Errorf("field pauser of message aura.v1.QueryPauserResponse is not mutable")) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.QueryPauserResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.QueryPauserResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.QueryPauserResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.QueryPauserResponse does not contain field %s", fd.FullName())) } } @@ -2107,13 +2107,13 @@ func (x *fastReflection_QueryPauserResponse) Mutable(fd protoreflect.FieldDescri // For lists, maps, and messages, this returns a new, empty, mutable value. func (x *fastReflection_QueryPauserResponse) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value { switch fd.FullName() { - case "ondo.usdy.v1.QueryPauserResponse.pauser": + case "aura.v1.QueryPauserResponse.pauser": return protoreflect.ValueOfString("") default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.QueryPauserResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.QueryPauserResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.QueryPauserResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.QueryPauserResponse does not contain field %s", fd.FullName())) } } @@ -2123,7 +2123,7 @@ func (x *fastReflection_QueryPauserResponse) NewField(fd protoreflect.FieldDescr func (x *fastReflection_QueryPauserResponse) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor { switch d.FullName() { default: - panic(fmt.Errorf("%s is not a oneof field in ondo.usdy.v1.QueryPauserResponse", d.FullName())) + panic(fmt.Errorf("%s is not a oneof field in aura.v1.QueryPauserResponse", d.FullName())) } panic("unreachable") } @@ -2338,7 +2338,7 @@ func (x *fastReflection_QueryPauserResponse) ProtoMethods() *protoiface.Methods // versions: // protoc-gen-go v1.27.0 // protoc (unknown) -// source: ondo/usdy/v1/query.proto +// source: aura/v1/query.proto const ( // Verify that this generated code is sufficiently up-to-date. @@ -2356,7 +2356,7 @@ type QueryDenom struct { func (x *QueryDenom) Reset() { *x = QueryDenom{} if protoimpl.UnsafeEnabled { - mi := &file_ondo_usdy_v1_query_proto_msgTypes[0] + mi := &file_aura_v1_query_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2370,7 +2370,7 @@ func (*QueryDenom) ProtoMessage() {} // Deprecated: Use QueryDenom.ProtoReflect.Descriptor instead. func (*QueryDenom) Descriptor() ([]byte, []int) { - return file_ondo_usdy_v1_query_proto_rawDescGZIP(), []int{0} + return file_aura_v1_query_proto_rawDescGZIP(), []int{0} } type QueryDenomResponse struct { @@ -2384,7 +2384,7 @@ type QueryDenomResponse struct { func (x *QueryDenomResponse) Reset() { *x = QueryDenomResponse{} if protoimpl.UnsafeEnabled { - mi := &file_ondo_usdy_v1_query_proto_msgTypes[1] + mi := &file_aura_v1_query_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2398,7 +2398,7 @@ func (*QueryDenomResponse) ProtoMessage() {} // Deprecated: Use QueryDenomResponse.ProtoReflect.Descriptor instead. func (*QueryDenomResponse) Descriptor() ([]byte, []int) { - return file_ondo_usdy_v1_query_proto_rawDescGZIP(), []int{1} + return file_aura_v1_query_proto_rawDescGZIP(), []int{1} } func (x *QueryDenomResponse) GetDenom() string { @@ -2417,7 +2417,7 @@ type QueryPaused struct { func (x *QueryPaused) Reset() { *x = QueryPaused{} if protoimpl.UnsafeEnabled { - mi := &file_ondo_usdy_v1_query_proto_msgTypes[2] + mi := &file_aura_v1_query_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2431,7 +2431,7 @@ func (*QueryPaused) ProtoMessage() {} // Deprecated: Use QueryPaused.ProtoReflect.Descriptor instead. func (*QueryPaused) Descriptor() ([]byte, []int) { - return file_ondo_usdy_v1_query_proto_rawDescGZIP(), []int{2} + return file_aura_v1_query_proto_rawDescGZIP(), []int{2} } type QueryPausedResponse struct { @@ -2445,7 +2445,7 @@ type QueryPausedResponse struct { func (x *QueryPausedResponse) Reset() { *x = QueryPausedResponse{} if protoimpl.UnsafeEnabled { - mi := &file_ondo_usdy_v1_query_proto_msgTypes[3] + mi := &file_aura_v1_query_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2459,7 +2459,7 @@ func (*QueryPausedResponse) ProtoMessage() {} // Deprecated: Use QueryPausedResponse.ProtoReflect.Descriptor instead. func (*QueryPausedResponse) Descriptor() ([]byte, []int) { - return file_ondo_usdy_v1_query_proto_rawDescGZIP(), []int{3} + return file_aura_v1_query_proto_rawDescGZIP(), []int{3} } func (x *QueryPausedResponse) GetPaused() bool { @@ -2478,7 +2478,7 @@ type QueryPauser struct { func (x *QueryPauser) Reset() { *x = QueryPauser{} if protoimpl.UnsafeEnabled { - mi := &file_ondo_usdy_v1_query_proto_msgTypes[4] + mi := &file_aura_v1_query_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2492,7 +2492,7 @@ func (*QueryPauser) ProtoMessage() {} // Deprecated: Use QueryPauser.ProtoReflect.Descriptor instead. func (*QueryPauser) Descriptor() ([]byte, []int) { - return file_ondo_usdy_v1_query_proto_rawDescGZIP(), []int{4} + return file_aura_v1_query_proto_rawDescGZIP(), []int{4} } type QueryPauserResponse struct { @@ -2506,7 +2506,7 @@ type QueryPauserResponse struct { func (x *QueryPauserResponse) Reset() { *x = QueryPauserResponse{} if protoimpl.UnsafeEnabled { - mi := &file_ondo_usdy_v1_query_proto_msgTypes[5] + mi := &file_aura_v1_query_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2520,7 +2520,7 @@ func (*QueryPauserResponse) ProtoMessage() {} // Deprecated: Use QueryPauserResponse.ProtoReflect.Descriptor instead. func (*QueryPauserResponse) Descriptor() ([]byte, []int) { - return file_ondo_usdy_v1_query_proto_rawDescGZIP(), []int{5} + return file_aura_v1_query_proto_rawDescGZIP(), []int{5} } func (x *QueryPauserResponse) GetPauser() string { @@ -2530,93 +2530,88 @@ func (x *QueryPauserResponse) GetPauser() string { return "" } -var File_ondo_usdy_v1_query_proto protoreflect.FileDescriptor - -var file_ondo_usdy_v1_query_proto_rawDesc = []byte{ - 0x0a, 0x18, 0x6f, 0x6e, 0x64, 0x6f, 0x2f, 0x75, 0x73, 0x64, 0x79, 0x2f, 0x76, 0x31, 0x2f, 0x71, - 0x75, 0x65, 0x72, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0c, 0x6f, 0x6e, 0x64, 0x6f, - 0x2e, 0x75, 0x73, 0x64, 0x79, 0x2e, 0x76, 0x31, 0x1a, 0x11, 0x61, 0x6d, 0x69, 0x6e, 0x6f, 0x2f, - 0x61, 0x6d, 0x69, 0x6e, 0x6f, 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, 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, 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, 0x22, 0x0c, 0x0a, 0x0a, 0x51, 0x75, 0x65, 0x72, 0x79, 0x44, 0x65, 0x6e, 0x6f, 0x6d, 0x22, - 0x2a, 0x0a, 0x12, 0x51, 0x75, 0x65, 0x72, 0x79, 0x44, 0x65, 0x6e, 0x6f, 0x6d, 0x52, 0x65, 0x73, - 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x64, 0x65, 0x6e, 0x6f, 0x6d, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x64, 0x65, 0x6e, 0x6f, 0x6d, 0x22, 0x0d, 0x0a, 0x0b, 0x51, - 0x75, 0x65, 0x72, 0x79, 0x50, 0x61, 0x75, 0x73, 0x65, 0x64, 0x22, 0x34, 0x0a, 0x13, 0x51, 0x75, - 0x65, 0x72, 0x79, 0x50, 0x61, 0x75, 0x73, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x12, 0x1d, 0x0a, 0x06, 0x70, 0x61, 0x75, 0x73, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x08, 0x42, 0x05, 0xa8, 0xe7, 0xb0, 0x2a, 0x01, 0x52, 0x06, 0x70, 0x61, 0x75, 0x73, 0x65, 0x64, - 0x22, 0x0d, 0x0a, 0x0b, 0x51, 0x75, 0x65, 0x72, 0x79, 0x50, 0x61, 0x75, 0x73, 0x65, 0x72, 0x22, - 0x47, 0x0a, 0x13, 0x51, 0x75, 0x65, 0x72, 0x79, 0x50, 0x61, 0x75, 0x73, 0x65, 0x72, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x30, 0x0a, 0x06, 0x70, 0x61, 0x75, 0x73, 0x65, 0x72, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, - 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, - 0x52, 0x06, 0x70, 0x61, 0x75, 0x73, 0x65, 0x72, 0x32, 0xc4, 0x02, 0x0a, 0x05, 0x51, 0x75, 0x65, - 0x72, 0x79, 0x12, 0x65, 0x0a, 0x05, 0x44, 0x65, 0x6e, 0x6f, 0x6d, 0x12, 0x18, 0x2e, 0x6f, 0x6e, - 0x64, 0x6f, 0x2e, 0x75, 0x73, 0x64, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, - 0x44, 0x65, 0x6e, 0x6f, 0x6d, 0x1a, 0x20, 0x2e, 0x6f, 0x6e, 0x64, 0x6f, 0x2e, 0x75, 0x73, 0x64, - 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x44, 0x65, 0x6e, 0x6f, 0x6d, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x20, 0x88, 0xe7, 0xb0, 0x2a, 0x01, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x15, 0x12, 0x13, 0x2f, 0x6f, 0x6e, 0x64, 0x6f, 0x2f, 0x75, 0x73, 0x64, 0x79, - 0x2f, 0x76, 0x31, 0x2f, 0x64, 0x65, 0x6e, 0x6f, 0x6d, 0x12, 0x69, 0x0a, 0x06, 0x50, 0x61, 0x75, - 0x73, 0x65, 0x64, 0x12, 0x19, 0x2e, 0x6f, 0x6e, 0x64, 0x6f, 0x2e, 0x75, 0x73, 0x64, 0x79, 0x2e, - 0x76, 0x31, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x50, 0x61, 0x75, 0x73, 0x65, 0x64, 0x1a, 0x21, - 0x2e, 0x6f, 0x6e, 0x64, 0x6f, 0x2e, 0x75, 0x73, 0x64, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x51, 0x75, - 0x65, 0x72, 0x79, 0x50, 0x61, 0x75, 0x73, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x22, 0x21, 0x88, 0xe7, 0xb0, 0x2a, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x16, 0x12, 0x14, - 0x2f, 0x6f, 0x6e, 0x64, 0x6f, 0x2f, 0x75, 0x73, 0x64, 0x79, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x61, - 0x75, 0x73, 0x65, 0x64, 0x12, 0x69, 0x0a, 0x06, 0x50, 0x61, 0x75, 0x73, 0x65, 0x72, 0x12, 0x19, - 0x2e, 0x6f, 0x6e, 0x64, 0x6f, 0x2e, 0x75, 0x73, 0x64, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x51, 0x75, - 0x65, 0x72, 0x79, 0x50, 0x61, 0x75, 0x73, 0x65, 0x72, 0x1a, 0x21, 0x2e, 0x6f, 0x6e, 0x64, 0x6f, - 0x2e, 0x75, 0x73, 0x64, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x50, 0x61, - 0x75, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x21, 0x88, 0xe7, - 0xb0, 0x2a, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x16, 0x12, 0x14, 0x2f, 0x6f, 0x6e, 0x64, 0x6f, - 0x2f, 0x75, 0x73, 0x64, 0x79, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x61, 0x75, 0x73, 0x65, 0x72, 0x42, - 0xa6, 0x01, 0x0a, 0x10, 0x63, 0x6f, 0x6d, 0x2e, 0x6f, 0x6e, 0x64, 0x6f, 0x2e, 0x75, 0x73, 0x64, - 0x79, 0x2e, 0x76, 0x31, 0x42, 0x0a, 0x51, 0x75, 0x65, 0x72, 0x79, 0x50, 0x72, 0x6f, 0x74, 0x6f, - 0x50, 0x01, 0x5a, 0x34, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6e, - 0x6f, 0x62, 0x6c, 0x65, 0x2d, 0x61, 0x73, 0x73, 0x65, 0x74, 0x73, 0x2f, 0x6f, 0x6e, 0x64, 0x6f, - 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6f, 0x6e, 0x64, 0x6f, 0x2f, 0x75, 0x73, 0x64, 0x79, 0x2f, 0x76, - 0x31, 0x3b, 0x75, 0x73, 0x64, 0x79, 0x76, 0x31, 0xa2, 0x02, 0x03, 0x4f, 0x55, 0x58, 0xaa, 0x02, - 0x0c, 0x4f, 0x6e, 0x64, 0x6f, 0x2e, 0x55, 0x73, 0x64, 0x79, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x0c, - 0x4f, 0x6e, 0x64, 0x6f, 0x5c, 0x55, 0x73, 0x64, 0x79, 0x5c, 0x56, 0x31, 0xe2, 0x02, 0x18, 0x4f, - 0x6e, 0x64, 0x6f, 0x5c, 0x55, 0x73, 0x64, 0x79, 0x5c, 0x56, 0x31, 0x5c, 0x47, 0x50, 0x42, 0x4d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x0e, 0x4f, 0x6e, 0x64, 0x6f, 0x3a, 0x3a, - 0x55, 0x73, 0x64, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, +var File_aura_v1_query_proto protoreflect.FileDescriptor + +var file_aura_v1_query_proto_rawDesc = []byte{ + 0x0a, 0x13, 0x61, 0x75, 0x72, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x71, 0x75, 0x65, 0x72, 0x79, 0x2e, + 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x07, 0x61, 0x75, 0x72, 0x61, 0x2e, 0x76, 0x31, 0x1a, 0x11, + 0x61, 0x6d, 0x69, 0x6e, 0x6f, 0x2f, 0x61, 0x6d, 0x69, 0x6e, 0x6f, 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, 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, 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, 0x22, 0x0c, 0x0a, 0x0a, 0x51, 0x75, 0x65, 0x72, 0x79, + 0x44, 0x65, 0x6e, 0x6f, 0x6d, 0x22, 0x2a, 0x0a, 0x12, 0x51, 0x75, 0x65, 0x72, 0x79, 0x44, 0x65, + 0x6e, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x64, + 0x65, 0x6e, 0x6f, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x64, 0x65, 0x6e, 0x6f, + 0x6d, 0x22, 0x0d, 0x0a, 0x0b, 0x51, 0x75, 0x65, 0x72, 0x79, 0x50, 0x61, 0x75, 0x73, 0x65, 0x64, + 0x22, 0x34, 0x0a, 0x13, 0x51, 0x75, 0x65, 0x72, 0x79, 0x50, 0x61, 0x75, 0x73, 0x65, 0x64, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1d, 0x0a, 0x06, 0x70, 0x61, 0x75, 0x73, 0x65, + 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x42, 0x05, 0xa8, 0xe7, 0xb0, 0x2a, 0x01, 0x52, 0x06, + 0x70, 0x61, 0x75, 0x73, 0x65, 0x64, 0x22, 0x0d, 0x0a, 0x0b, 0x51, 0x75, 0x65, 0x72, 0x79, 0x50, + 0x61, 0x75, 0x73, 0x65, 0x72, 0x22, 0x47, 0x0a, 0x13, 0x51, 0x75, 0x65, 0x72, 0x79, 0x50, 0x61, + 0x75, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x30, 0x0a, 0x06, + 0x70, 0x61, 0x75, 0x73, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0xd2, 0xb4, + 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, + 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x06, 0x70, 0x61, 0x75, 0x73, 0x65, 0x72, 0x32, 0x97, + 0x02, 0x0a, 0x05, 0x51, 0x75, 0x65, 0x72, 0x79, 0x12, 0x56, 0x0a, 0x05, 0x44, 0x65, 0x6e, 0x6f, + 0x6d, 0x12, 0x13, 0x2e, 0x61, 0x75, 0x72, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x51, 0x75, 0x65, 0x72, + 0x79, 0x44, 0x65, 0x6e, 0x6f, 0x6d, 0x1a, 0x1b, 0x2e, 0x61, 0x75, 0x72, 0x61, 0x2e, 0x76, 0x31, + 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x44, 0x65, 0x6e, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x6f, + 0x6e, 0x73, 0x65, 0x22, 0x1b, 0x88, 0xe7, 0xb0, 0x2a, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x10, + 0x12, 0x0e, 0x2f, 0x61, 0x75, 0x72, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x64, 0x65, 0x6e, 0x6f, 0x6d, + 0x12, 0x5a, 0x0a, 0x06, 0x50, 0x61, 0x75, 0x73, 0x65, 0x64, 0x12, 0x14, 0x2e, 0x61, 0x75, 0x72, + 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x50, 0x61, 0x75, 0x73, 0x65, 0x64, + 0x1a, 0x1c, 0x2e, 0x61, 0x75, 0x72, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, + 0x50, 0x61, 0x75, 0x73, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x1c, + 0x88, 0xe7, 0xb0, 0x2a, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x11, 0x12, 0x0f, 0x2f, 0x61, 0x75, + 0x72, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x61, 0x75, 0x73, 0x65, 0x64, 0x12, 0x5a, 0x0a, 0x06, + 0x50, 0x61, 0x75, 0x73, 0x65, 0x72, 0x12, 0x14, 0x2e, 0x61, 0x75, 0x72, 0x61, 0x2e, 0x76, 0x31, + 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x50, 0x61, 0x75, 0x73, 0x65, 0x72, 0x1a, 0x1c, 0x2e, 0x61, + 0x75, 0x72, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x50, 0x61, 0x75, 0x73, + 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x1c, 0x88, 0xe7, 0xb0, 0x2a, + 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x11, 0x12, 0x0f, 0x2f, 0x61, 0x75, 0x72, 0x61, 0x2f, 0x76, + 0x31, 0x2f, 0x70, 0x61, 0x75, 0x73, 0x65, 0x72, 0x42, 0x87, 0x01, 0x0a, 0x0b, 0x63, 0x6f, 0x6d, + 0x2e, 0x61, 0x75, 0x72, 0x61, 0x2e, 0x76, 0x31, 0x42, 0x0a, 0x51, 0x75, 0x65, 0x72, 0x79, 0x50, + 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x2f, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, + 0x6f, 0x6d, 0x2f, 0x6e, 0x6f, 0x62, 0x6c, 0x65, 0x2d, 0x61, 0x73, 0x73, 0x65, 0x74, 0x73, 0x2f, + 0x61, 0x75, 0x72, 0x61, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x75, 0x72, 0x61, 0x2f, 0x76, 0x31, + 0x3b, 0x61, 0x75, 0x72, 0x61, 0x76, 0x31, 0xa2, 0x02, 0x03, 0x41, 0x58, 0x58, 0xaa, 0x02, 0x07, + 0x41, 0x75, 0x72, 0x61, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x07, 0x41, 0x75, 0x72, 0x61, 0x5c, 0x56, + 0x31, 0xe2, 0x02, 0x13, 0x41, 0x75, 0x72, 0x61, 0x5c, 0x56, 0x31, 0x5c, 0x47, 0x50, 0x42, 0x4d, + 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x08, 0x41, 0x75, 0x72, 0x61, 0x3a, 0x3a, + 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( - file_ondo_usdy_v1_query_proto_rawDescOnce sync.Once - file_ondo_usdy_v1_query_proto_rawDescData = file_ondo_usdy_v1_query_proto_rawDesc + file_aura_v1_query_proto_rawDescOnce sync.Once + file_aura_v1_query_proto_rawDescData = file_aura_v1_query_proto_rawDesc ) -func file_ondo_usdy_v1_query_proto_rawDescGZIP() []byte { - file_ondo_usdy_v1_query_proto_rawDescOnce.Do(func() { - file_ondo_usdy_v1_query_proto_rawDescData = protoimpl.X.CompressGZIP(file_ondo_usdy_v1_query_proto_rawDescData) +func file_aura_v1_query_proto_rawDescGZIP() []byte { + file_aura_v1_query_proto_rawDescOnce.Do(func() { + file_aura_v1_query_proto_rawDescData = protoimpl.X.CompressGZIP(file_aura_v1_query_proto_rawDescData) }) - return file_ondo_usdy_v1_query_proto_rawDescData -} - -var file_ondo_usdy_v1_query_proto_msgTypes = make([]protoimpl.MessageInfo, 6) -var file_ondo_usdy_v1_query_proto_goTypes = []interface{}{ - (*QueryDenom)(nil), // 0: ondo.usdy.v1.QueryDenom - (*QueryDenomResponse)(nil), // 1: ondo.usdy.v1.QueryDenomResponse - (*QueryPaused)(nil), // 2: ondo.usdy.v1.QueryPaused - (*QueryPausedResponse)(nil), // 3: ondo.usdy.v1.QueryPausedResponse - (*QueryPauser)(nil), // 4: ondo.usdy.v1.QueryPauser - (*QueryPauserResponse)(nil), // 5: ondo.usdy.v1.QueryPauserResponse -} -var file_ondo_usdy_v1_query_proto_depIdxs = []int32{ - 0, // 0: ondo.usdy.v1.Query.Denom:input_type -> ondo.usdy.v1.QueryDenom - 2, // 1: ondo.usdy.v1.Query.Paused:input_type -> ondo.usdy.v1.QueryPaused - 4, // 2: ondo.usdy.v1.Query.Pauser:input_type -> ondo.usdy.v1.QueryPauser - 1, // 3: ondo.usdy.v1.Query.Denom:output_type -> ondo.usdy.v1.QueryDenomResponse - 3, // 4: ondo.usdy.v1.Query.Paused:output_type -> ondo.usdy.v1.QueryPausedResponse - 5, // 5: ondo.usdy.v1.Query.Pauser:output_type -> ondo.usdy.v1.QueryPauserResponse + return file_aura_v1_query_proto_rawDescData +} + +var file_aura_v1_query_proto_msgTypes = make([]protoimpl.MessageInfo, 6) +var file_aura_v1_query_proto_goTypes = []interface{}{ + (*QueryDenom)(nil), // 0: aura.v1.QueryDenom + (*QueryDenomResponse)(nil), // 1: aura.v1.QueryDenomResponse + (*QueryPaused)(nil), // 2: aura.v1.QueryPaused + (*QueryPausedResponse)(nil), // 3: aura.v1.QueryPausedResponse + (*QueryPauser)(nil), // 4: aura.v1.QueryPauser + (*QueryPauserResponse)(nil), // 5: aura.v1.QueryPauserResponse +} +var file_aura_v1_query_proto_depIdxs = []int32{ + 0, // 0: aura.v1.Query.Denom:input_type -> aura.v1.QueryDenom + 2, // 1: aura.v1.Query.Paused:input_type -> aura.v1.QueryPaused + 4, // 2: aura.v1.Query.Pauser:input_type -> aura.v1.QueryPauser + 1, // 3: aura.v1.Query.Denom:output_type -> aura.v1.QueryDenomResponse + 3, // 4: aura.v1.Query.Paused:output_type -> aura.v1.QueryPausedResponse + 5, // 5: aura.v1.Query.Pauser:output_type -> aura.v1.QueryPauserResponse 3, // [3:6] is the sub-list for method output_type 0, // [0:3] is the sub-list for method input_type 0, // [0:0] is the sub-list for extension type_name @@ -2624,13 +2619,13 @@ var file_ondo_usdy_v1_query_proto_depIdxs = []int32{ 0, // [0:0] is the sub-list for field type_name } -func init() { file_ondo_usdy_v1_query_proto_init() } -func file_ondo_usdy_v1_query_proto_init() { - if File_ondo_usdy_v1_query_proto != nil { +func init() { file_aura_v1_query_proto_init() } +func file_aura_v1_query_proto_init() { + if File_aura_v1_query_proto != nil { return } if !protoimpl.UnsafeEnabled { - file_ondo_usdy_v1_query_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_aura_v1_query_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*QueryDenom); i { case 0: return &v.state @@ -2642,7 +2637,7 @@ func file_ondo_usdy_v1_query_proto_init() { return nil } } - file_ondo_usdy_v1_query_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_aura_v1_query_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*QueryDenomResponse); i { case 0: return &v.state @@ -2654,7 +2649,7 @@ func file_ondo_usdy_v1_query_proto_init() { return nil } } - file_ondo_usdy_v1_query_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_aura_v1_query_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*QueryPaused); i { case 0: return &v.state @@ -2666,7 +2661,7 @@ func file_ondo_usdy_v1_query_proto_init() { return nil } } - file_ondo_usdy_v1_query_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_aura_v1_query_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*QueryPausedResponse); i { case 0: return &v.state @@ -2678,7 +2673,7 @@ func file_ondo_usdy_v1_query_proto_init() { return nil } } - file_ondo_usdy_v1_query_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_aura_v1_query_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*QueryPauser); i { case 0: return &v.state @@ -2690,7 +2685,7 @@ func file_ondo_usdy_v1_query_proto_init() { return nil } } - file_ondo_usdy_v1_query_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_aura_v1_query_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*QueryPauserResponse); i { case 0: return &v.state @@ -2707,18 +2702,18 @@ func file_ondo_usdy_v1_query_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_ondo_usdy_v1_query_proto_rawDesc, + RawDescriptor: file_aura_v1_query_proto_rawDesc, NumEnums: 0, NumMessages: 6, NumExtensions: 0, NumServices: 1, }, - GoTypes: file_ondo_usdy_v1_query_proto_goTypes, - DependencyIndexes: file_ondo_usdy_v1_query_proto_depIdxs, - MessageInfos: file_ondo_usdy_v1_query_proto_msgTypes, + GoTypes: file_aura_v1_query_proto_goTypes, + DependencyIndexes: file_aura_v1_query_proto_depIdxs, + MessageInfos: file_aura_v1_query_proto_msgTypes, }.Build() - File_ondo_usdy_v1_query_proto = out.File - file_ondo_usdy_v1_query_proto_rawDesc = nil - file_ondo_usdy_v1_query_proto_goTypes = nil - file_ondo_usdy_v1_query_proto_depIdxs = nil + File_aura_v1_query_proto = out.File + file_aura_v1_query_proto_rawDesc = nil + file_aura_v1_query_proto_goTypes = nil + file_aura_v1_query_proto_depIdxs = nil } diff --git a/api/ondo/usdy/v1/query_grpc.pb.go b/api/aura/v1/query_grpc.pb.go similarity index 95% rename from api/ondo/usdy/v1/query_grpc.pb.go rename to api/aura/v1/query_grpc.pb.go index 8cb2e73..b901bc3 100644 --- a/api/ondo/usdy/v1/query_grpc.pb.go +++ b/api/aura/v1/query_grpc.pb.go @@ -2,9 +2,9 @@ // versions: // - protoc-gen-go-grpc v1.3.0 // - protoc (unknown) -// source: ondo/usdy/v1/query.proto +// source: aura/v1/query.proto -package usdyv1 +package aurav1 import ( context "context" @@ -19,9 +19,9 @@ import ( const _ = grpc.SupportPackageIsVersion7 const ( - Query_Denom_FullMethodName = "/ondo.usdy.v1.Query/Denom" - Query_Paused_FullMethodName = "/ondo.usdy.v1.Query/Paused" - Query_Pauser_FullMethodName = "/ondo.usdy.v1.Query/Pauser" + Query_Denom_FullMethodName = "/aura.v1.Query/Denom" + Query_Paused_FullMethodName = "/aura.v1.Query/Paused" + Query_Pauser_FullMethodName = "/aura.v1.Query/Pauser" ) // QueryClient is the client API for Query service. @@ -162,7 +162,7 @@ func _Query_Pauser_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: "ondo.usdy.v1.Query", + ServiceName: "aura.v1.Query", HandlerType: (*QueryServer)(nil), Methods: []grpc.MethodDesc{ { @@ -179,5 +179,5 @@ var Query_ServiceDesc = grpc.ServiceDesc{ }, }, Streams: []grpc.StreamDesc{}, - Metadata: "ondo/usdy/v1/query.proto", + Metadata: "aura/v1/query.proto", } diff --git a/api/ondo/usdy/v1/tx.pulsar.go b/api/aura/v1/tx.pulsar.go similarity index 84% rename from api/ondo/usdy/v1/tx.pulsar.go rename to api/aura/v1/tx.pulsar.go index 9195130..e73ec20 100644 --- a/api/ondo/usdy/v1/tx.pulsar.go +++ b/api/aura/v1/tx.pulsar.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-go-pulsar. DO NOT EDIT. -package usdyv1 +package aurav1 import ( _ "cosmossdk.io/api/amino" @@ -24,8 +24,8 @@ var ( ) func init() { - file_ondo_usdy_v1_tx_proto_init() - md_MsgBurn = File_ondo_usdy_v1_tx_proto.Messages().ByName("MsgBurn") + file_aura_v1_tx_proto_init() + md_MsgBurn = File_aura_v1_tx_proto.Messages().ByName("MsgBurn") fd_MsgBurn_signer = md_MsgBurn.Fields().ByName("signer") fd_MsgBurn_from = md_MsgBurn.Fields().ByName("from") fd_MsgBurn_amount = md_MsgBurn.Fields().ByName("amount") @@ -40,7 +40,7 @@ func (x *MsgBurn) ProtoReflect() protoreflect.Message { } func (x *MsgBurn) slowProtoReflect() protoreflect.Message { - mi := &file_ondo_usdy_v1_tx_proto_msgTypes[0] + mi := &file_aura_v1_tx_proto_msgTypes[0] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -129,17 +129,17 @@ func (x *fastReflection_MsgBurn) Range(f func(protoreflect.FieldDescriptor, prot // a repeated field is populated if it is non-empty. func (x *fastReflection_MsgBurn) Has(fd protoreflect.FieldDescriptor) bool { switch fd.FullName() { - case "ondo.usdy.v1.MsgBurn.signer": + case "aura.v1.MsgBurn.signer": return x.Signer != "" - case "ondo.usdy.v1.MsgBurn.from": + case "aura.v1.MsgBurn.from": return x.From != "" - case "ondo.usdy.v1.MsgBurn.amount": + case "aura.v1.MsgBurn.amount": return x.Amount != "" default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgBurn")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgBurn")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgBurn does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgBurn does not contain field %s", fd.FullName())) } } @@ -151,17 +151,17 @@ func (x *fastReflection_MsgBurn) Has(fd protoreflect.FieldDescriptor) bool { // Clear is a mutating operation and unsafe for concurrent use. func (x *fastReflection_MsgBurn) Clear(fd protoreflect.FieldDescriptor) { switch fd.FullName() { - case "ondo.usdy.v1.MsgBurn.signer": + case "aura.v1.MsgBurn.signer": x.Signer = "" - case "ondo.usdy.v1.MsgBurn.from": + case "aura.v1.MsgBurn.from": x.From = "" - case "ondo.usdy.v1.MsgBurn.amount": + case "aura.v1.MsgBurn.amount": x.Amount = "" default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgBurn")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgBurn")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgBurn does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgBurn does not contain field %s", fd.FullName())) } } @@ -173,20 +173,20 @@ func (x *fastReflection_MsgBurn) Clear(fd protoreflect.FieldDescriptor) { // of the value; to obtain a mutable reference, use Mutable. func (x *fastReflection_MsgBurn) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value { switch descriptor.FullName() { - case "ondo.usdy.v1.MsgBurn.signer": + case "aura.v1.MsgBurn.signer": value := x.Signer return protoreflect.ValueOfString(value) - case "ondo.usdy.v1.MsgBurn.from": + case "aura.v1.MsgBurn.from": value := x.From return protoreflect.ValueOfString(value) - case "ondo.usdy.v1.MsgBurn.amount": + case "aura.v1.MsgBurn.amount": value := x.Amount return protoreflect.ValueOfString(value) default: if descriptor.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgBurn")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgBurn")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgBurn does not contain field %s", descriptor.FullName())) + panic(fmt.Errorf("message aura.v1.MsgBurn does not contain field %s", descriptor.FullName())) } } @@ -202,17 +202,17 @@ func (x *fastReflection_MsgBurn) Get(descriptor protoreflect.FieldDescriptor) pr // Set is a mutating operation and unsafe for concurrent use. func (x *fastReflection_MsgBurn) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) { switch fd.FullName() { - case "ondo.usdy.v1.MsgBurn.signer": + case "aura.v1.MsgBurn.signer": x.Signer = value.Interface().(string) - case "ondo.usdy.v1.MsgBurn.from": + case "aura.v1.MsgBurn.from": x.From = value.Interface().(string) - case "ondo.usdy.v1.MsgBurn.amount": + case "aura.v1.MsgBurn.amount": x.Amount = value.Interface().(string) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgBurn")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgBurn")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgBurn does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgBurn does not contain field %s", fd.FullName())) } } @@ -228,17 +228,17 @@ func (x *fastReflection_MsgBurn) Set(fd protoreflect.FieldDescriptor, value prot // Mutable is a mutating operation and unsafe for concurrent use. func (x *fastReflection_MsgBurn) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value { switch fd.FullName() { - case "ondo.usdy.v1.MsgBurn.signer": - panic(fmt.Errorf("field signer of message ondo.usdy.v1.MsgBurn is not mutable")) - case "ondo.usdy.v1.MsgBurn.from": - panic(fmt.Errorf("field from of message ondo.usdy.v1.MsgBurn is not mutable")) - case "ondo.usdy.v1.MsgBurn.amount": - panic(fmt.Errorf("field amount of message ondo.usdy.v1.MsgBurn is not mutable")) + case "aura.v1.MsgBurn.signer": + panic(fmt.Errorf("field signer of message aura.v1.MsgBurn is not mutable")) + case "aura.v1.MsgBurn.from": + panic(fmt.Errorf("field from of message aura.v1.MsgBurn is not mutable")) + case "aura.v1.MsgBurn.amount": + panic(fmt.Errorf("field amount of message aura.v1.MsgBurn is not mutable")) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgBurn")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgBurn")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgBurn does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgBurn does not contain field %s", fd.FullName())) } } @@ -247,17 +247,17 @@ func (x *fastReflection_MsgBurn) Mutable(fd protoreflect.FieldDescriptor) protor // For lists, maps, and messages, this returns a new, empty, mutable value. func (x *fastReflection_MsgBurn) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value { switch fd.FullName() { - case "ondo.usdy.v1.MsgBurn.signer": + case "aura.v1.MsgBurn.signer": return protoreflect.ValueOfString("") - case "ondo.usdy.v1.MsgBurn.from": + case "aura.v1.MsgBurn.from": return protoreflect.ValueOfString("") - case "ondo.usdy.v1.MsgBurn.amount": + case "aura.v1.MsgBurn.amount": return protoreflect.ValueOfString("") default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgBurn")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgBurn")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgBurn does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgBurn does not contain field %s", fd.FullName())) } } @@ -267,7 +267,7 @@ func (x *fastReflection_MsgBurn) NewField(fd protoreflect.FieldDescriptor) proto func (x *fastReflection_MsgBurn) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor { switch d.FullName() { default: - panic(fmt.Errorf("%s is not a oneof field in ondo.usdy.v1.MsgBurn", d.FullName())) + panic(fmt.Errorf("%s is not a oneof field in aura.v1.MsgBurn", d.FullName())) } panic("unreachable") } @@ -569,8 +569,8 @@ var ( ) func init() { - file_ondo_usdy_v1_tx_proto_init() - md_MsgBurnResponse = File_ondo_usdy_v1_tx_proto.Messages().ByName("MsgBurnResponse") + file_aura_v1_tx_proto_init() + md_MsgBurnResponse = File_aura_v1_tx_proto.Messages().ByName("MsgBurnResponse") } var _ protoreflect.Message = (*fastReflection_MsgBurnResponse)(nil) @@ -582,7 +582,7 @@ func (x *MsgBurnResponse) ProtoReflect() protoreflect.Message { } func (x *MsgBurnResponse) slowProtoReflect() protoreflect.Message { - mi := &file_ondo_usdy_v1_tx_proto_msgTypes[1] + mi := &file_aura_v1_tx_proto_msgTypes[1] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -655,9 +655,9 @@ func (x *fastReflection_MsgBurnResponse) Has(fd protoreflect.FieldDescriptor) bo switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgBurnResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgBurnResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgBurnResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgBurnResponse does not contain field %s", fd.FullName())) } } @@ -671,9 +671,9 @@ func (x *fastReflection_MsgBurnResponse) Clear(fd protoreflect.FieldDescriptor) switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgBurnResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgBurnResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgBurnResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgBurnResponse does not contain field %s", fd.FullName())) } } @@ -687,9 +687,9 @@ func (x *fastReflection_MsgBurnResponse) Get(descriptor protoreflect.FieldDescri switch descriptor.FullName() { default: if descriptor.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgBurnResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgBurnResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgBurnResponse does not contain field %s", descriptor.FullName())) + panic(fmt.Errorf("message aura.v1.MsgBurnResponse does not contain field %s", descriptor.FullName())) } } @@ -707,9 +707,9 @@ func (x *fastReflection_MsgBurnResponse) Set(fd protoreflect.FieldDescriptor, va switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgBurnResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgBurnResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgBurnResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgBurnResponse does not contain field %s", fd.FullName())) } } @@ -727,9 +727,9 @@ func (x *fastReflection_MsgBurnResponse) Mutable(fd protoreflect.FieldDescriptor switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgBurnResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgBurnResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgBurnResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgBurnResponse does not contain field %s", fd.FullName())) } } @@ -740,9 +740,9 @@ func (x *fastReflection_MsgBurnResponse) NewField(fd protoreflect.FieldDescripto switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgBurnResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgBurnResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgBurnResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgBurnResponse does not contain field %s", fd.FullName())) } } @@ -752,7 +752,7 @@ func (x *fastReflection_MsgBurnResponse) NewField(fd protoreflect.FieldDescripto func (x *fastReflection_MsgBurnResponse) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor { switch d.FullName() { default: - panic(fmt.Errorf("%s is not a oneof field in ondo.usdy.v1.MsgBurnResponse", d.FullName())) + panic(fmt.Errorf("%s is not a oneof field in aura.v1.MsgBurnResponse", d.FullName())) } panic("unreachable") } @@ -928,8 +928,8 @@ var ( ) func init() { - file_ondo_usdy_v1_tx_proto_init() - md_MsgMint = File_ondo_usdy_v1_tx_proto.Messages().ByName("MsgMint") + file_aura_v1_tx_proto_init() + md_MsgMint = File_aura_v1_tx_proto.Messages().ByName("MsgMint") fd_MsgMint_signer = md_MsgMint.Fields().ByName("signer") fd_MsgMint_to = md_MsgMint.Fields().ByName("to") fd_MsgMint_amount = md_MsgMint.Fields().ByName("amount") @@ -944,7 +944,7 @@ func (x *MsgMint) ProtoReflect() protoreflect.Message { } func (x *MsgMint) slowProtoReflect() protoreflect.Message { - mi := &file_ondo_usdy_v1_tx_proto_msgTypes[2] + mi := &file_aura_v1_tx_proto_msgTypes[2] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1033,17 +1033,17 @@ func (x *fastReflection_MsgMint) Range(f func(protoreflect.FieldDescriptor, prot // a repeated field is populated if it is non-empty. func (x *fastReflection_MsgMint) Has(fd protoreflect.FieldDescriptor) bool { switch fd.FullName() { - case "ondo.usdy.v1.MsgMint.signer": + case "aura.v1.MsgMint.signer": return x.Signer != "" - case "ondo.usdy.v1.MsgMint.to": + case "aura.v1.MsgMint.to": return x.To != "" - case "ondo.usdy.v1.MsgMint.amount": + case "aura.v1.MsgMint.amount": return x.Amount != "" default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgMint")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgMint")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgMint does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgMint does not contain field %s", fd.FullName())) } } @@ -1055,17 +1055,17 @@ func (x *fastReflection_MsgMint) Has(fd protoreflect.FieldDescriptor) bool { // Clear is a mutating operation and unsafe for concurrent use. func (x *fastReflection_MsgMint) Clear(fd protoreflect.FieldDescriptor) { switch fd.FullName() { - case "ondo.usdy.v1.MsgMint.signer": + case "aura.v1.MsgMint.signer": x.Signer = "" - case "ondo.usdy.v1.MsgMint.to": + case "aura.v1.MsgMint.to": x.To = "" - case "ondo.usdy.v1.MsgMint.amount": + case "aura.v1.MsgMint.amount": x.Amount = "" default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgMint")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgMint")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgMint does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgMint does not contain field %s", fd.FullName())) } } @@ -1077,20 +1077,20 @@ func (x *fastReflection_MsgMint) Clear(fd protoreflect.FieldDescriptor) { // of the value; to obtain a mutable reference, use Mutable. func (x *fastReflection_MsgMint) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value { switch descriptor.FullName() { - case "ondo.usdy.v1.MsgMint.signer": + case "aura.v1.MsgMint.signer": value := x.Signer return protoreflect.ValueOfString(value) - case "ondo.usdy.v1.MsgMint.to": + case "aura.v1.MsgMint.to": value := x.To return protoreflect.ValueOfString(value) - case "ondo.usdy.v1.MsgMint.amount": + case "aura.v1.MsgMint.amount": value := x.Amount return protoreflect.ValueOfString(value) default: if descriptor.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgMint")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgMint")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgMint does not contain field %s", descriptor.FullName())) + panic(fmt.Errorf("message aura.v1.MsgMint does not contain field %s", descriptor.FullName())) } } @@ -1106,17 +1106,17 @@ func (x *fastReflection_MsgMint) Get(descriptor protoreflect.FieldDescriptor) pr // Set is a mutating operation and unsafe for concurrent use. func (x *fastReflection_MsgMint) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) { switch fd.FullName() { - case "ondo.usdy.v1.MsgMint.signer": + case "aura.v1.MsgMint.signer": x.Signer = value.Interface().(string) - case "ondo.usdy.v1.MsgMint.to": + case "aura.v1.MsgMint.to": x.To = value.Interface().(string) - case "ondo.usdy.v1.MsgMint.amount": + case "aura.v1.MsgMint.amount": x.Amount = value.Interface().(string) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgMint")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgMint")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgMint does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgMint does not contain field %s", fd.FullName())) } } @@ -1132,17 +1132,17 @@ func (x *fastReflection_MsgMint) Set(fd protoreflect.FieldDescriptor, value prot // Mutable is a mutating operation and unsafe for concurrent use. func (x *fastReflection_MsgMint) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value { switch fd.FullName() { - case "ondo.usdy.v1.MsgMint.signer": - panic(fmt.Errorf("field signer of message ondo.usdy.v1.MsgMint is not mutable")) - case "ondo.usdy.v1.MsgMint.to": - panic(fmt.Errorf("field to of message ondo.usdy.v1.MsgMint is not mutable")) - case "ondo.usdy.v1.MsgMint.amount": - panic(fmt.Errorf("field amount of message ondo.usdy.v1.MsgMint is not mutable")) + case "aura.v1.MsgMint.signer": + panic(fmt.Errorf("field signer of message aura.v1.MsgMint is not mutable")) + case "aura.v1.MsgMint.to": + panic(fmt.Errorf("field to of message aura.v1.MsgMint is not mutable")) + case "aura.v1.MsgMint.amount": + panic(fmt.Errorf("field amount of message aura.v1.MsgMint is not mutable")) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgMint")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgMint")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgMint does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgMint does not contain field %s", fd.FullName())) } } @@ -1151,17 +1151,17 @@ func (x *fastReflection_MsgMint) Mutable(fd protoreflect.FieldDescriptor) protor // For lists, maps, and messages, this returns a new, empty, mutable value. func (x *fastReflection_MsgMint) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value { switch fd.FullName() { - case "ondo.usdy.v1.MsgMint.signer": + case "aura.v1.MsgMint.signer": return protoreflect.ValueOfString("") - case "ondo.usdy.v1.MsgMint.to": + case "aura.v1.MsgMint.to": return protoreflect.ValueOfString("") - case "ondo.usdy.v1.MsgMint.amount": + case "aura.v1.MsgMint.amount": return protoreflect.ValueOfString("") default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgMint")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgMint")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgMint does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgMint does not contain field %s", fd.FullName())) } } @@ -1171,7 +1171,7 @@ func (x *fastReflection_MsgMint) NewField(fd protoreflect.FieldDescriptor) proto func (x *fastReflection_MsgMint) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor { switch d.FullName() { default: - panic(fmt.Errorf("%s is not a oneof field in ondo.usdy.v1.MsgMint", d.FullName())) + panic(fmt.Errorf("%s is not a oneof field in aura.v1.MsgMint", d.FullName())) } panic("unreachable") } @@ -1473,8 +1473,8 @@ var ( ) func init() { - file_ondo_usdy_v1_tx_proto_init() - md_MsgMintResponse = File_ondo_usdy_v1_tx_proto.Messages().ByName("MsgMintResponse") + file_aura_v1_tx_proto_init() + md_MsgMintResponse = File_aura_v1_tx_proto.Messages().ByName("MsgMintResponse") } var _ protoreflect.Message = (*fastReflection_MsgMintResponse)(nil) @@ -1486,7 +1486,7 @@ func (x *MsgMintResponse) ProtoReflect() protoreflect.Message { } func (x *MsgMintResponse) slowProtoReflect() protoreflect.Message { - mi := &file_ondo_usdy_v1_tx_proto_msgTypes[3] + mi := &file_aura_v1_tx_proto_msgTypes[3] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1559,9 +1559,9 @@ func (x *fastReflection_MsgMintResponse) Has(fd protoreflect.FieldDescriptor) bo switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgMintResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgMintResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgMintResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgMintResponse does not contain field %s", fd.FullName())) } } @@ -1575,9 +1575,9 @@ func (x *fastReflection_MsgMintResponse) Clear(fd protoreflect.FieldDescriptor) switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgMintResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgMintResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgMintResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgMintResponse does not contain field %s", fd.FullName())) } } @@ -1591,9 +1591,9 @@ func (x *fastReflection_MsgMintResponse) Get(descriptor protoreflect.FieldDescri switch descriptor.FullName() { default: if descriptor.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgMintResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgMintResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgMintResponse does not contain field %s", descriptor.FullName())) + panic(fmt.Errorf("message aura.v1.MsgMintResponse does not contain field %s", descriptor.FullName())) } } @@ -1611,9 +1611,9 @@ func (x *fastReflection_MsgMintResponse) Set(fd protoreflect.FieldDescriptor, va switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgMintResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgMintResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgMintResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgMintResponse does not contain field %s", fd.FullName())) } } @@ -1631,9 +1631,9 @@ func (x *fastReflection_MsgMintResponse) Mutable(fd protoreflect.FieldDescriptor switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgMintResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgMintResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgMintResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgMintResponse does not contain field %s", fd.FullName())) } } @@ -1644,9 +1644,9 @@ func (x *fastReflection_MsgMintResponse) NewField(fd protoreflect.FieldDescripto switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgMintResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgMintResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgMintResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgMintResponse does not contain field %s", fd.FullName())) } } @@ -1656,7 +1656,7 @@ func (x *fastReflection_MsgMintResponse) NewField(fd protoreflect.FieldDescripto func (x *fastReflection_MsgMintResponse) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor { switch d.FullName() { default: - panic(fmt.Errorf("%s is not a oneof field in ondo.usdy.v1.MsgMintResponse", d.FullName())) + panic(fmt.Errorf("%s is not a oneof field in aura.v1.MsgMintResponse", d.FullName())) } panic("unreachable") } @@ -1830,8 +1830,8 @@ var ( ) func init() { - file_ondo_usdy_v1_tx_proto_init() - md_MsgPause = File_ondo_usdy_v1_tx_proto.Messages().ByName("MsgPause") + file_aura_v1_tx_proto_init() + md_MsgPause = File_aura_v1_tx_proto.Messages().ByName("MsgPause") fd_MsgPause_signer = md_MsgPause.Fields().ByName("signer") } @@ -1844,7 +1844,7 @@ func (x *MsgPause) ProtoReflect() protoreflect.Message { } func (x *MsgPause) slowProtoReflect() protoreflect.Message { - mi := &file_ondo_usdy_v1_tx_proto_msgTypes[4] + mi := &file_aura_v1_tx_proto_msgTypes[4] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1921,13 +1921,13 @@ func (x *fastReflection_MsgPause) Range(f func(protoreflect.FieldDescriptor, pro // a repeated field is populated if it is non-empty. func (x *fastReflection_MsgPause) Has(fd protoreflect.FieldDescriptor) bool { switch fd.FullName() { - case "ondo.usdy.v1.MsgPause.signer": + case "aura.v1.MsgPause.signer": return x.Signer != "" default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgPause")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgPause")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgPause does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgPause does not contain field %s", fd.FullName())) } } @@ -1939,13 +1939,13 @@ func (x *fastReflection_MsgPause) Has(fd protoreflect.FieldDescriptor) bool { // Clear is a mutating operation and unsafe for concurrent use. func (x *fastReflection_MsgPause) Clear(fd protoreflect.FieldDescriptor) { switch fd.FullName() { - case "ondo.usdy.v1.MsgPause.signer": + case "aura.v1.MsgPause.signer": x.Signer = "" default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgPause")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgPause")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgPause does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgPause does not contain field %s", fd.FullName())) } } @@ -1957,14 +1957,14 @@ func (x *fastReflection_MsgPause) Clear(fd protoreflect.FieldDescriptor) { // of the value; to obtain a mutable reference, use Mutable. func (x *fastReflection_MsgPause) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value { switch descriptor.FullName() { - case "ondo.usdy.v1.MsgPause.signer": + case "aura.v1.MsgPause.signer": value := x.Signer return protoreflect.ValueOfString(value) default: if descriptor.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgPause")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgPause")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgPause does not contain field %s", descriptor.FullName())) + panic(fmt.Errorf("message aura.v1.MsgPause does not contain field %s", descriptor.FullName())) } } @@ -1980,13 +1980,13 @@ func (x *fastReflection_MsgPause) Get(descriptor protoreflect.FieldDescriptor) p // Set is a mutating operation and unsafe for concurrent use. func (x *fastReflection_MsgPause) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) { switch fd.FullName() { - case "ondo.usdy.v1.MsgPause.signer": + case "aura.v1.MsgPause.signer": x.Signer = value.Interface().(string) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgPause")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgPause")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgPause does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgPause does not contain field %s", fd.FullName())) } } @@ -2002,13 +2002,13 @@ func (x *fastReflection_MsgPause) Set(fd protoreflect.FieldDescriptor, value pro // Mutable is a mutating operation and unsafe for concurrent use. func (x *fastReflection_MsgPause) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value { switch fd.FullName() { - case "ondo.usdy.v1.MsgPause.signer": - panic(fmt.Errorf("field signer of message ondo.usdy.v1.MsgPause is not mutable")) + case "aura.v1.MsgPause.signer": + panic(fmt.Errorf("field signer of message aura.v1.MsgPause is not mutable")) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgPause")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgPause")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgPause does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgPause does not contain field %s", fd.FullName())) } } @@ -2017,13 +2017,13 @@ func (x *fastReflection_MsgPause) Mutable(fd protoreflect.FieldDescriptor) proto // For lists, maps, and messages, this returns a new, empty, mutable value. func (x *fastReflection_MsgPause) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value { switch fd.FullName() { - case "ondo.usdy.v1.MsgPause.signer": + case "aura.v1.MsgPause.signer": return protoreflect.ValueOfString("") default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgPause")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgPause")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgPause does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgPause does not contain field %s", fd.FullName())) } } @@ -2033,7 +2033,7 @@ func (x *fastReflection_MsgPause) NewField(fd protoreflect.FieldDescriptor) prot func (x *fastReflection_MsgPause) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor { switch d.FullName() { default: - panic(fmt.Errorf("%s is not a oneof field in ondo.usdy.v1.MsgPause", d.FullName())) + panic(fmt.Errorf("%s is not a oneof field in aura.v1.MsgPause", d.FullName())) } panic("unreachable") } @@ -2249,8 +2249,8 @@ var ( ) func init() { - file_ondo_usdy_v1_tx_proto_init() - md_MsgPauseResponse = File_ondo_usdy_v1_tx_proto.Messages().ByName("MsgPauseResponse") + file_aura_v1_tx_proto_init() + md_MsgPauseResponse = File_aura_v1_tx_proto.Messages().ByName("MsgPauseResponse") } var _ protoreflect.Message = (*fastReflection_MsgPauseResponse)(nil) @@ -2262,7 +2262,7 @@ func (x *MsgPauseResponse) ProtoReflect() protoreflect.Message { } func (x *MsgPauseResponse) slowProtoReflect() protoreflect.Message { - mi := &file_ondo_usdy_v1_tx_proto_msgTypes[5] + mi := &file_aura_v1_tx_proto_msgTypes[5] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2335,9 +2335,9 @@ func (x *fastReflection_MsgPauseResponse) Has(fd protoreflect.FieldDescriptor) b switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgPauseResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgPauseResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgPauseResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgPauseResponse does not contain field %s", fd.FullName())) } } @@ -2351,9 +2351,9 @@ func (x *fastReflection_MsgPauseResponse) Clear(fd protoreflect.FieldDescriptor) switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgPauseResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgPauseResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgPauseResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgPauseResponse does not contain field %s", fd.FullName())) } } @@ -2367,9 +2367,9 @@ func (x *fastReflection_MsgPauseResponse) Get(descriptor protoreflect.FieldDescr switch descriptor.FullName() { default: if descriptor.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgPauseResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgPauseResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgPauseResponse does not contain field %s", descriptor.FullName())) + panic(fmt.Errorf("message aura.v1.MsgPauseResponse does not contain field %s", descriptor.FullName())) } } @@ -2387,9 +2387,9 @@ func (x *fastReflection_MsgPauseResponse) Set(fd protoreflect.FieldDescriptor, v switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgPauseResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgPauseResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgPauseResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgPauseResponse does not contain field %s", fd.FullName())) } } @@ -2407,9 +2407,9 @@ func (x *fastReflection_MsgPauseResponse) Mutable(fd protoreflect.FieldDescripto switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgPauseResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgPauseResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgPauseResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgPauseResponse does not contain field %s", fd.FullName())) } } @@ -2420,9 +2420,9 @@ func (x *fastReflection_MsgPauseResponse) NewField(fd protoreflect.FieldDescript switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgPauseResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgPauseResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgPauseResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgPauseResponse does not contain field %s", fd.FullName())) } } @@ -2432,7 +2432,7 @@ func (x *fastReflection_MsgPauseResponse) NewField(fd protoreflect.FieldDescript func (x *fastReflection_MsgPauseResponse) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor { switch d.FullName() { default: - panic(fmt.Errorf("%s is not a oneof field in ondo.usdy.v1.MsgPauseResponse", d.FullName())) + panic(fmt.Errorf("%s is not a oneof field in aura.v1.MsgPauseResponse", d.FullName())) } panic("unreachable") } @@ -2606,8 +2606,8 @@ var ( ) func init() { - file_ondo_usdy_v1_tx_proto_init() - md_MsgUnpause = File_ondo_usdy_v1_tx_proto.Messages().ByName("MsgUnpause") + file_aura_v1_tx_proto_init() + md_MsgUnpause = File_aura_v1_tx_proto.Messages().ByName("MsgUnpause") fd_MsgUnpause_signer = md_MsgUnpause.Fields().ByName("signer") } @@ -2620,7 +2620,7 @@ func (x *MsgUnpause) ProtoReflect() protoreflect.Message { } func (x *MsgUnpause) slowProtoReflect() protoreflect.Message { - mi := &file_ondo_usdy_v1_tx_proto_msgTypes[6] + mi := &file_aura_v1_tx_proto_msgTypes[6] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2697,13 +2697,13 @@ func (x *fastReflection_MsgUnpause) Range(f func(protoreflect.FieldDescriptor, p // a repeated field is populated if it is non-empty. func (x *fastReflection_MsgUnpause) Has(fd protoreflect.FieldDescriptor) bool { switch fd.FullName() { - case "ondo.usdy.v1.MsgUnpause.signer": + case "aura.v1.MsgUnpause.signer": return x.Signer != "" default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgUnpause")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgUnpause")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgUnpause does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgUnpause does not contain field %s", fd.FullName())) } } @@ -2715,13 +2715,13 @@ func (x *fastReflection_MsgUnpause) Has(fd protoreflect.FieldDescriptor) bool { // Clear is a mutating operation and unsafe for concurrent use. func (x *fastReflection_MsgUnpause) Clear(fd protoreflect.FieldDescriptor) { switch fd.FullName() { - case "ondo.usdy.v1.MsgUnpause.signer": + case "aura.v1.MsgUnpause.signer": x.Signer = "" default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgUnpause")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgUnpause")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgUnpause does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgUnpause does not contain field %s", fd.FullName())) } } @@ -2733,14 +2733,14 @@ func (x *fastReflection_MsgUnpause) Clear(fd protoreflect.FieldDescriptor) { // of the value; to obtain a mutable reference, use Mutable. func (x *fastReflection_MsgUnpause) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value { switch descriptor.FullName() { - case "ondo.usdy.v1.MsgUnpause.signer": + case "aura.v1.MsgUnpause.signer": value := x.Signer return protoreflect.ValueOfString(value) default: if descriptor.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgUnpause")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgUnpause")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgUnpause does not contain field %s", descriptor.FullName())) + panic(fmt.Errorf("message aura.v1.MsgUnpause does not contain field %s", descriptor.FullName())) } } @@ -2756,13 +2756,13 @@ func (x *fastReflection_MsgUnpause) Get(descriptor protoreflect.FieldDescriptor) // Set is a mutating operation and unsafe for concurrent use. func (x *fastReflection_MsgUnpause) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) { switch fd.FullName() { - case "ondo.usdy.v1.MsgUnpause.signer": + case "aura.v1.MsgUnpause.signer": x.Signer = value.Interface().(string) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgUnpause")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgUnpause")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgUnpause does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgUnpause does not contain field %s", fd.FullName())) } } @@ -2778,13 +2778,13 @@ func (x *fastReflection_MsgUnpause) Set(fd protoreflect.FieldDescriptor, value p // Mutable is a mutating operation and unsafe for concurrent use. func (x *fastReflection_MsgUnpause) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value { switch fd.FullName() { - case "ondo.usdy.v1.MsgUnpause.signer": - panic(fmt.Errorf("field signer of message ondo.usdy.v1.MsgUnpause is not mutable")) + case "aura.v1.MsgUnpause.signer": + panic(fmt.Errorf("field signer of message aura.v1.MsgUnpause is not mutable")) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgUnpause")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgUnpause")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgUnpause does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgUnpause does not contain field %s", fd.FullName())) } } @@ -2793,13 +2793,13 @@ func (x *fastReflection_MsgUnpause) Mutable(fd protoreflect.FieldDescriptor) pro // For lists, maps, and messages, this returns a new, empty, mutable value. func (x *fastReflection_MsgUnpause) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value { switch fd.FullName() { - case "ondo.usdy.v1.MsgUnpause.signer": + case "aura.v1.MsgUnpause.signer": return protoreflect.ValueOfString("") default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgUnpause")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgUnpause")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgUnpause does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgUnpause does not contain field %s", fd.FullName())) } } @@ -2809,7 +2809,7 @@ func (x *fastReflection_MsgUnpause) NewField(fd protoreflect.FieldDescriptor) pr func (x *fastReflection_MsgUnpause) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor { switch d.FullName() { default: - panic(fmt.Errorf("%s is not a oneof field in ondo.usdy.v1.MsgUnpause", d.FullName())) + panic(fmt.Errorf("%s is not a oneof field in aura.v1.MsgUnpause", d.FullName())) } panic("unreachable") } @@ -3025,8 +3025,8 @@ var ( ) func init() { - file_ondo_usdy_v1_tx_proto_init() - md_MsgUnpauseResponse = File_ondo_usdy_v1_tx_proto.Messages().ByName("MsgUnpauseResponse") + file_aura_v1_tx_proto_init() + md_MsgUnpauseResponse = File_aura_v1_tx_proto.Messages().ByName("MsgUnpauseResponse") } var _ protoreflect.Message = (*fastReflection_MsgUnpauseResponse)(nil) @@ -3038,7 +3038,7 @@ func (x *MsgUnpauseResponse) ProtoReflect() protoreflect.Message { } func (x *MsgUnpauseResponse) slowProtoReflect() protoreflect.Message { - mi := &file_ondo_usdy_v1_tx_proto_msgTypes[7] + mi := &file_aura_v1_tx_proto_msgTypes[7] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3111,9 +3111,9 @@ func (x *fastReflection_MsgUnpauseResponse) Has(fd protoreflect.FieldDescriptor) switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgUnpauseResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgUnpauseResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgUnpauseResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgUnpauseResponse does not contain field %s", fd.FullName())) } } @@ -3127,9 +3127,9 @@ func (x *fastReflection_MsgUnpauseResponse) Clear(fd protoreflect.FieldDescripto switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgUnpauseResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgUnpauseResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgUnpauseResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgUnpauseResponse does not contain field %s", fd.FullName())) } } @@ -3143,9 +3143,9 @@ func (x *fastReflection_MsgUnpauseResponse) Get(descriptor protoreflect.FieldDes switch descriptor.FullName() { default: if descriptor.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgUnpauseResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgUnpauseResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgUnpauseResponse does not contain field %s", descriptor.FullName())) + panic(fmt.Errorf("message aura.v1.MsgUnpauseResponse does not contain field %s", descriptor.FullName())) } } @@ -3163,9 +3163,9 @@ func (x *fastReflection_MsgUnpauseResponse) Set(fd protoreflect.FieldDescriptor, switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgUnpauseResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgUnpauseResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgUnpauseResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgUnpauseResponse does not contain field %s", fd.FullName())) } } @@ -3183,9 +3183,9 @@ func (x *fastReflection_MsgUnpauseResponse) Mutable(fd protoreflect.FieldDescrip switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgUnpauseResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgUnpauseResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgUnpauseResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgUnpauseResponse does not contain field %s", fd.FullName())) } } @@ -3196,9 +3196,9 @@ func (x *fastReflection_MsgUnpauseResponse) NewField(fd protoreflect.FieldDescri switch fd.FullName() { default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: ondo.usdy.v1.MsgUnpauseResponse")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: aura.v1.MsgUnpauseResponse")) } - panic(fmt.Errorf("message ondo.usdy.v1.MsgUnpauseResponse does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message aura.v1.MsgUnpauseResponse does not contain field %s", fd.FullName())) } } @@ -3208,7 +3208,7 @@ func (x *fastReflection_MsgUnpauseResponse) NewField(fd protoreflect.FieldDescri func (x *fastReflection_MsgUnpauseResponse) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor { switch d.FullName() { default: - panic(fmt.Errorf("%s is not a oneof field in ondo.usdy.v1.MsgUnpauseResponse", d.FullName())) + panic(fmt.Errorf("%s is not a oneof field in aura.v1.MsgUnpauseResponse", d.FullName())) } panic("unreachable") } @@ -3380,7 +3380,7 @@ func (x *fastReflection_MsgUnpauseResponse) ProtoMethods() *protoiface.Methods { // versions: // protoc-gen-go v1.27.0 // protoc (unknown) -// source: ondo/usdy/v1/tx.proto +// source: aura/v1/tx.proto const ( // Verify that this generated code is sufficiently up-to-date. @@ -3402,7 +3402,7 @@ type MsgBurn struct { func (x *MsgBurn) Reset() { *x = MsgBurn{} if protoimpl.UnsafeEnabled { - mi := &file_ondo_usdy_v1_tx_proto_msgTypes[0] + mi := &file_aura_v1_tx_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3416,7 +3416,7 @@ func (*MsgBurn) ProtoMessage() {} // Deprecated: Use MsgBurn.ProtoReflect.Descriptor instead. func (*MsgBurn) Descriptor() ([]byte, []int) { - return file_ondo_usdy_v1_tx_proto_rawDescGZIP(), []int{0} + return file_aura_v1_tx_proto_rawDescGZIP(), []int{0} } func (x *MsgBurn) GetSigner() string { @@ -3449,7 +3449,7 @@ type MsgBurnResponse struct { func (x *MsgBurnResponse) Reset() { *x = MsgBurnResponse{} if protoimpl.UnsafeEnabled { - mi := &file_ondo_usdy_v1_tx_proto_msgTypes[1] + mi := &file_aura_v1_tx_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3463,7 +3463,7 @@ func (*MsgBurnResponse) ProtoMessage() {} // Deprecated: Use MsgBurnResponse.ProtoReflect.Descriptor instead. func (*MsgBurnResponse) Descriptor() ([]byte, []int) { - return file_ondo_usdy_v1_tx_proto_rawDescGZIP(), []int{1} + return file_aura_v1_tx_proto_rawDescGZIP(), []int{1} } type MsgMint struct { @@ -3479,7 +3479,7 @@ type MsgMint struct { func (x *MsgMint) Reset() { *x = MsgMint{} if protoimpl.UnsafeEnabled { - mi := &file_ondo_usdy_v1_tx_proto_msgTypes[2] + mi := &file_aura_v1_tx_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3493,7 +3493,7 @@ func (*MsgMint) ProtoMessage() {} // Deprecated: Use MsgMint.ProtoReflect.Descriptor instead. func (*MsgMint) Descriptor() ([]byte, []int) { - return file_ondo_usdy_v1_tx_proto_rawDescGZIP(), []int{2} + return file_aura_v1_tx_proto_rawDescGZIP(), []int{2} } func (x *MsgMint) GetSigner() string { @@ -3526,7 +3526,7 @@ type MsgMintResponse struct { func (x *MsgMintResponse) Reset() { *x = MsgMintResponse{} if protoimpl.UnsafeEnabled { - mi := &file_ondo_usdy_v1_tx_proto_msgTypes[3] + mi := &file_aura_v1_tx_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3540,7 +3540,7 @@ func (*MsgMintResponse) ProtoMessage() {} // Deprecated: Use MsgMintResponse.ProtoReflect.Descriptor instead. func (*MsgMintResponse) Descriptor() ([]byte, []int) { - return file_ondo_usdy_v1_tx_proto_rawDescGZIP(), []int{3} + return file_aura_v1_tx_proto_rawDescGZIP(), []int{3} } type MsgPause struct { @@ -3554,7 +3554,7 @@ type MsgPause struct { func (x *MsgPause) Reset() { *x = MsgPause{} if protoimpl.UnsafeEnabled { - mi := &file_ondo_usdy_v1_tx_proto_msgTypes[4] + mi := &file_aura_v1_tx_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3568,7 +3568,7 @@ func (*MsgPause) ProtoMessage() {} // Deprecated: Use MsgPause.ProtoReflect.Descriptor instead. func (*MsgPause) Descriptor() ([]byte, []int) { - return file_ondo_usdy_v1_tx_proto_rawDescGZIP(), []int{4} + return file_aura_v1_tx_proto_rawDescGZIP(), []int{4} } func (x *MsgPause) GetSigner() string { @@ -3587,7 +3587,7 @@ type MsgPauseResponse struct { func (x *MsgPauseResponse) Reset() { *x = MsgPauseResponse{} if protoimpl.UnsafeEnabled { - mi := &file_ondo_usdy_v1_tx_proto_msgTypes[5] + mi := &file_aura_v1_tx_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3601,7 +3601,7 @@ func (*MsgPauseResponse) ProtoMessage() {} // Deprecated: Use MsgPauseResponse.ProtoReflect.Descriptor instead. func (*MsgPauseResponse) Descriptor() ([]byte, []int) { - return file_ondo_usdy_v1_tx_proto_rawDescGZIP(), []int{5} + return file_aura_v1_tx_proto_rawDescGZIP(), []int{5} } type MsgUnpause struct { @@ -3615,7 +3615,7 @@ type MsgUnpause struct { func (x *MsgUnpause) Reset() { *x = MsgUnpause{} if protoimpl.UnsafeEnabled { - mi := &file_ondo_usdy_v1_tx_proto_msgTypes[6] + mi := &file_aura_v1_tx_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3629,7 +3629,7 @@ func (*MsgUnpause) ProtoMessage() {} // Deprecated: Use MsgUnpause.ProtoReflect.Descriptor instead. func (*MsgUnpause) Descriptor() ([]byte, []int) { - return file_ondo_usdy_v1_tx_proto_rawDescGZIP(), []int{6} + return file_aura_v1_tx_proto_rawDescGZIP(), []int{6} } func (x *MsgUnpause) GetSigner() string { @@ -3648,7 +3648,7 @@ type MsgUnpauseResponse struct { func (x *MsgUnpauseResponse) Reset() { *x = MsgUnpauseResponse{} if protoimpl.UnsafeEnabled { - mi := &file_ondo_usdy_v1_tx_proto_msgTypes[7] + mi := &file_aura_v1_tx_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3662,126 +3662,120 @@ func (*MsgUnpauseResponse) ProtoMessage() {} // Deprecated: Use MsgUnpauseResponse.ProtoReflect.Descriptor instead. func (*MsgUnpauseResponse) Descriptor() ([]byte, []int) { - return file_ondo_usdy_v1_tx_proto_rawDescGZIP(), []int{7} -} - -var File_ondo_usdy_v1_tx_proto protoreflect.FileDescriptor - -var file_ondo_usdy_v1_tx_proto_rawDesc = []byte{ - 0x0a, 0x15, 0x6f, 0x6e, 0x64, 0x6f, 0x2f, 0x75, 0x73, 0x64, 0x79, 0x2f, 0x76, 0x31, 0x2f, 0x74, - 0x78, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0c, 0x6f, 0x6e, 0x64, 0x6f, 0x2e, 0x75, 0x73, - 0x64, 0x79, 0x2e, 0x76, 0x31, 0x1a, 0x11, 0x61, 0x6d, 0x69, 0x6e, 0x6f, 0x2f, 0x61, 0x6d, 0x69, - 0x6e, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x17, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, - 0x2f, 0x6d, 0x73, 0x67, 0x2f, 0x76, 0x31, 0x2f, 0x6d, 0x73, 0x67, 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, 0x14, 0x67, 0x6f, - 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x67, 0x6f, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x22, 0xc8, 0x01, 0x0a, 0x07, 0x4d, 0x73, 0x67, 0x42, 0x75, 0x72, 0x6e, 0x12, 0x30, - 0x0a, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, - 0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, - 0x12, 0x2c, 0x0a, 0x04, 0x66, 0x72, 0x6f, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, - 0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x04, 0x66, 0x72, 0x6f, 0x6d, 0x12, 0x35, - 0x0a, 0x06, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, - 0xc8, 0xde, 0x1f, 0x00, 0xda, 0xde, 0x1f, 0x15, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x73, 0x64, - 0x6b, 0x2e, 0x69, 0x6f, 0x2f, 0x6d, 0x61, 0x74, 0x68, 0x2e, 0x49, 0x6e, 0x74, 0x52, 0x06, 0x61, - 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x3a, 0x26, 0x88, 0xa0, 0x1f, 0x00, 0xe8, 0xa0, 0x1f, 0x00, 0x82, - 0xe7, 0xb0, 0x2a, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x8a, 0xe7, 0xb0, 0x2a, 0x0e, 0x6f, - 0x6e, 0x64, 0x6f, 0x2f, 0x75, 0x73, 0x64, 0x79, 0x2f, 0x42, 0x75, 0x72, 0x6e, 0x22, 0x11, 0x0a, - 0x0f, 0x4d, 0x73, 0x67, 0x42, 0x75, 0x72, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x22, 0xc4, 0x01, 0x0a, 0x07, 0x4d, 0x73, 0x67, 0x4d, 0x69, 0x6e, 0x74, 0x12, 0x30, 0x0a, 0x06, - 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0xd2, 0xb4, - 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x12, 0x28, - 0x0a, 0x02, 0x74, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0xd2, 0xb4, 0x2d, 0x14, + return file_aura_v1_tx_proto_rawDescGZIP(), []int{7} +} + +var File_aura_v1_tx_proto protoreflect.FileDescriptor + +var file_aura_v1_tx_proto_rawDesc = []byte{ + 0x0a, 0x10, 0x61, 0x75, 0x72, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x74, 0x78, 0x2e, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x12, 0x07, 0x61, 0x75, 0x72, 0x61, 0x2e, 0x76, 0x31, 0x1a, 0x11, 0x61, 0x6d, 0x69, + 0x6e, 0x6f, 0x2f, 0x61, 0x6d, 0x69, 0x6e, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x17, + 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2f, 0x6d, 0x73, 0x67, 0x2f, 0x76, 0x31, 0x2f, 0x6d, 0x73, + 0x67, 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, 0x14, 0x67, 0x6f, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x67, 0x6f, + 0x67, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xc3, 0x01, 0x0a, 0x07, 0x4d, 0x73, 0x67, + 0x42, 0x75, 0x72, 0x6e, 0x12, 0x30, 0x0a, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, + 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x06, + 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x12, 0x2c, 0x0a, 0x04, 0x66, 0x72, 0x6f, 0x6d, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, + 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x04, + 0x66, 0x72, 0x6f, 0x6d, 0x12, 0x35, 0x0a, 0x06, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0xc8, 0xde, 0x1f, 0x00, 0xda, 0xde, 0x1f, 0x15, 0x63, 0x6f, + 0x73, 0x6d, 0x6f, 0x73, 0x73, 0x64, 0x6b, 0x2e, 0x69, 0x6f, 0x2f, 0x6d, 0x61, 0x74, 0x68, 0x2e, + 0x49, 0x6e, 0x74, 0x52, 0x06, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x3a, 0x21, 0x88, 0xa0, 0x1f, + 0x00, 0xe8, 0xa0, 0x1f, 0x00, 0x82, 0xe7, 0xb0, 0x2a, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, + 0x8a, 0xe7, 0xb0, 0x2a, 0x09, 0x61, 0x75, 0x72, 0x61, 0x2f, 0x42, 0x75, 0x72, 0x6e, 0x22, 0x11, + 0x0a, 0x0f, 0x4d, 0x73, 0x67, 0x42, 0x75, 0x72, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, + 0x65, 0x22, 0xbf, 0x01, 0x0a, 0x07, 0x4d, 0x73, 0x67, 0x4d, 0x69, 0x6e, 0x74, 0x12, 0x30, 0x0a, + 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0xd2, + 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, + 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x12, + 0x28, 0x0a, 0x02, 0x74, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0xd2, 0xb4, 0x2d, + 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, + 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x02, 0x74, 0x6f, 0x12, 0x35, 0x0a, 0x06, 0x61, 0x6d, 0x6f, + 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0xc8, 0xde, 0x1f, 0x00, 0xda, + 0xde, 0x1f, 0x15, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x73, 0x64, 0x6b, 0x2e, 0x69, 0x6f, 0x2f, + 0x6d, 0x61, 0x74, 0x68, 0x2e, 0x49, 0x6e, 0x74, 0x52, 0x06, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, + 0x3a, 0x21, 0x88, 0xa0, 0x1f, 0x00, 0xe8, 0xa0, 0x1f, 0x00, 0x82, 0xe7, 0xb0, 0x2a, 0x06, 0x73, + 0x69, 0x67, 0x6e, 0x65, 0x72, 0x8a, 0xe7, 0xb0, 0x2a, 0x09, 0x61, 0x75, 0x72, 0x61, 0x2f, 0x4d, + 0x69, 0x6e, 0x74, 0x22, 0x11, 0x0a, 0x0f, 0x4d, 0x73, 0x67, 0x4d, 0x69, 0x6e, 0x74, 0x52, 0x65, + 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x60, 0x0a, 0x08, 0x4d, 0x73, 0x67, 0x50, 0x61, 0x75, + 0x73, 0x65, 0x12, 0x30, 0x0a, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x42, 0x18, 0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, + 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x06, 0x73, 0x69, + 0x67, 0x6e, 0x65, 0x72, 0x3a, 0x22, 0x88, 0xa0, 0x1f, 0x00, 0xe8, 0xa0, 0x1f, 0x00, 0x82, 0xe7, + 0xb0, 0x2a, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x8a, 0xe7, 0xb0, 0x2a, 0x0a, 0x61, 0x75, + 0x72, 0x61, 0x2f, 0x50, 0x61, 0x75, 0x73, 0x65, 0x22, 0x12, 0x0a, 0x10, 0x4d, 0x73, 0x67, 0x50, + 0x61, 0x75, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x64, 0x0a, 0x0a, + 0x4d, 0x73, 0x67, 0x55, 0x6e, 0x70, 0x61, 0x75, 0x73, 0x65, 0x12, 0x30, 0x0a, 0x06, 0x73, 0x69, + 0x67, 0x6e, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, - 0x72, 0x69, 0x6e, 0x67, 0x52, 0x02, 0x74, 0x6f, 0x12, 0x35, 0x0a, 0x06, 0x61, 0x6d, 0x6f, 0x75, - 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0xc8, 0xde, 0x1f, 0x00, 0xda, 0xde, - 0x1f, 0x15, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x73, 0x64, 0x6b, 0x2e, 0x69, 0x6f, 0x2f, 0x6d, - 0x61, 0x74, 0x68, 0x2e, 0x49, 0x6e, 0x74, 0x52, 0x06, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x3a, - 0x26, 0x88, 0xa0, 0x1f, 0x00, 0xe8, 0xa0, 0x1f, 0x00, 0x82, 0xe7, 0xb0, 0x2a, 0x06, 0x73, 0x69, - 0x67, 0x6e, 0x65, 0x72, 0x8a, 0xe7, 0xb0, 0x2a, 0x0e, 0x6f, 0x6e, 0x64, 0x6f, 0x2f, 0x75, 0x73, - 0x64, 0x79, 0x2f, 0x4d, 0x69, 0x6e, 0x74, 0x22, 0x11, 0x0a, 0x0f, 0x4d, 0x73, 0x67, 0x4d, 0x69, - 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x65, 0x0a, 0x08, 0x4d, 0x73, - 0x67, 0x50, 0x61, 0x75, 0x73, 0x65, 0x12, 0x30, 0x0a, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, - 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, - 0x52, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x3a, 0x27, 0x88, 0xa0, 0x1f, 0x00, 0xe8, 0xa0, - 0x1f, 0x00, 0x82, 0xe7, 0xb0, 0x2a, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x8a, 0xe7, 0xb0, - 0x2a, 0x0f, 0x6f, 0x6e, 0x64, 0x6f, 0x2f, 0x75, 0x73, 0x64, 0x79, 0x2f, 0x50, 0x61, 0x75, 0x73, - 0x65, 0x22, 0x12, 0x0a, 0x10, 0x4d, 0x73, 0x67, 0x50, 0x61, 0x75, 0x73, 0x65, 0x52, 0x65, 0x73, - 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x69, 0x0a, 0x0a, 0x4d, 0x73, 0x67, 0x55, 0x6e, 0x70, 0x61, - 0x75, 0x73, 0x65, 0x12, 0x30, 0x0a, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x09, 0x42, 0x18, 0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, - 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x06, 0x73, - 0x69, 0x67, 0x6e, 0x65, 0x72, 0x3a, 0x29, 0x88, 0xa0, 0x1f, 0x00, 0xe8, 0xa0, 0x1f, 0x00, 0x82, - 0xe7, 0xb0, 0x2a, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x8a, 0xe7, 0xb0, 0x2a, 0x11, 0x6f, - 0x6e, 0x64, 0x6f, 0x2f, 0x75, 0x73, 0x64, 0x79, 0x2f, 0x55, 0x6e, 0x70, 0x61, 0x75, 0x73, 0x65, - 0x22, 0x14, 0x0a, 0x12, 0x4d, 0x73, 0x67, 0x55, 0x6e, 0x70, 0x61, 0x75, 0x73, 0x65, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x32, 0x90, 0x02, 0x0a, 0x03, 0x4d, 0x73, 0x67, 0x12, 0x3c, - 0x0a, 0x04, 0x42, 0x75, 0x72, 0x6e, 0x12, 0x15, 0x2e, 0x6f, 0x6e, 0x64, 0x6f, 0x2e, 0x75, 0x73, - 0x64, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x42, 0x75, 0x72, 0x6e, 0x1a, 0x1d, 0x2e, - 0x6f, 0x6e, 0x64, 0x6f, 0x2e, 0x75, 0x73, 0x64, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, - 0x42, 0x75, 0x72, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3c, 0x0a, 0x04, - 0x4d, 0x69, 0x6e, 0x74, 0x12, 0x15, 0x2e, 0x6f, 0x6e, 0x64, 0x6f, 0x2e, 0x75, 0x73, 0x64, 0x79, - 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x4d, 0x69, 0x6e, 0x74, 0x1a, 0x1d, 0x2e, 0x6f, 0x6e, - 0x64, 0x6f, 0x2e, 0x75, 0x73, 0x64, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x4d, 0x69, - 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3f, 0x0a, 0x05, 0x50, 0x61, - 0x75, 0x73, 0x65, 0x12, 0x16, 0x2e, 0x6f, 0x6e, 0x64, 0x6f, 0x2e, 0x75, 0x73, 0x64, 0x79, 0x2e, - 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x50, 0x61, 0x75, 0x73, 0x65, 0x1a, 0x1e, 0x2e, 0x6f, 0x6e, - 0x64, 0x6f, 0x2e, 0x75, 0x73, 0x64, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x50, 0x61, - 0x75, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x45, 0x0a, 0x07, 0x55, - 0x6e, 0x70, 0x61, 0x75, 0x73, 0x65, 0x12, 0x18, 0x2e, 0x6f, 0x6e, 0x64, 0x6f, 0x2e, 0x75, 0x73, - 0x64, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x55, 0x6e, 0x70, 0x61, 0x75, 0x73, 0x65, - 0x1a, 0x20, 0x2e, 0x6f, 0x6e, 0x64, 0x6f, 0x2e, 0x75, 0x73, 0x64, 0x79, 0x2e, 0x76, 0x31, 0x2e, - 0x4d, 0x73, 0x67, 0x55, 0x6e, 0x70, 0x61, 0x75, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x1a, 0x05, 0x80, 0xe7, 0xb0, 0x2a, 0x01, 0x42, 0xa3, 0x01, 0x0a, 0x10, 0x63, 0x6f, - 0x6d, 0x2e, 0x6f, 0x6e, 0x64, 0x6f, 0x2e, 0x75, 0x73, 0x64, 0x79, 0x2e, 0x76, 0x31, 0x42, 0x07, - 0x54, 0x78, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x34, 0x67, 0x69, 0x74, 0x68, 0x75, - 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6e, 0x6f, 0x62, 0x6c, 0x65, 0x2d, 0x61, 0x73, 0x73, 0x65, - 0x74, 0x73, 0x2f, 0x6f, 0x6e, 0x64, 0x6f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6f, 0x6e, 0x64, 0x6f, - 0x2f, 0x75, 0x73, 0x64, 0x79, 0x2f, 0x76, 0x31, 0x3b, 0x75, 0x73, 0x64, 0x79, 0x76, 0x31, 0xa2, - 0x02, 0x03, 0x4f, 0x55, 0x58, 0xaa, 0x02, 0x0c, 0x4f, 0x6e, 0x64, 0x6f, 0x2e, 0x55, 0x73, 0x64, - 0x79, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x0c, 0x4f, 0x6e, 0x64, 0x6f, 0x5c, 0x55, 0x73, 0x64, 0x79, - 0x5c, 0x56, 0x31, 0xe2, 0x02, 0x18, 0x4f, 0x6e, 0x64, 0x6f, 0x5c, 0x55, 0x73, 0x64, 0x79, 0x5c, - 0x56, 0x31, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, - 0x0e, 0x4f, 0x6e, 0x64, 0x6f, 0x3a, 0x3a, 0x55, 0x73, 0x64, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x62, - 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x72, 0x69, 0x6e, 0x67, 0x52, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x3a, 0x24, 0x88, 0xa0, + 0x1f, 0x00, 0xe8, 0xa0, 0x1f, 0x00, 0x82, 0xe7, 0xb0, 0x2a, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x65, + 0x72, 0x8a, 0xe7, 0xb0, 0x2a, 0x0c, 0x61, 0x75, 0x72, 0x61, 0x2f, 0x55, 0x6e, 0x70, 0x61, 0x75, + 0x73, 0x65, 0x22, 0x14, 0x0a, 0x12, 0x4d, 0x73, 0x67, 0x55, 0x6e, 0x70, 0x61, 0x75, 0x73, 0x65, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x32, 0xe8, 0x01, 0x0a, 0x03, 0x4d, 0x73, 0x67, + 0x12, 0x32, 0x0a, 0x04, 0x42, 0x75, 0x72, 0x6e, 0x12, 0x10, 0x2e, 0x61, 0x75, 0x72, 0x61, 0x2e, + 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x42, 0x75, 0x72, 0x6e, 0x1a, 0x18, 0x2e, 0x61, 0x75, 0x72, + 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x42, 0x75, 0x72, 0x6e, 0x52, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x32, 0x0a, 0x04, 0x4d, 0x69, 0x6e, 0x74, 0x12, 0x10, 0x2e, 0x61, + 0x75, 0x72, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x4d, 0x69, 0x6e, 0x74, 0x1a, 0x18, + 0x2e, 0x61, 0x75, 0x72, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x4d, 0x69, 0x6e, 0x74, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x35, 0x0a, 0x05, 0x50, 0x61, 0x75, 0x73, + 0x65, 0x12, 0x11, 0x2e, 0x61, 0x75, 0x72, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x50, + 0x61, 0x75, 0x73, 0x65, 0x1a, 0x19, 0x2e, 0x61, 0x75, 0x72, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x4d, + 0x73, 0x67, 0x50, 0x61, 0x75, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, + 0x3b, 0x0a, 0x07, 0x55, 0x6e, 0x70, 0x61, 0x75, 0x73, 0x65, 0x12, 0x13, 0x2e, 0x61, 0x75, 0x72, + 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x55, 0x6e, 0x70, 0x61, 0x75, 0x73, 0x65, 0x1a, + 0x1b, 0x2e, 0x61, 0x75, 0x72, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x55, 0x6e, 0x70, + 0x61, 0x75, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x1a, 0x05, 0x80, 0xe7, + 0xb0, 0x2a, 0x01, 0x42, 0x84, 0x01, 0x0a, 0x0b, 0x63, 0x6f, 0x6d, 0x2e, 0x61, 0x75, 0x72, 0x61, + 0x2e, 0x76, 0x31, 0x42, 0x07, 0x54, 0x78, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x2f, + 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6e, 0x6f, 0x62, 0x6c, 0x65, + 0x2d, 0x61, 0x73, 0x73, 0x65, 0x74, 0x73, 0x2f, 0x61, 0x75, 0x72, 0x61, 0x2f, 0x61, 0x70, 0x69, + 0x2f, 0x61, 0x75, 0x72, 0x61, 0x2f, 0x76, 0x31, 0x3b, 0x61, 0x75, 0x72, 0x61, 0x76, 0x31, 0xa2, + 0x02, 0x03, 0x41, 0x58, 0x58, 0xaa, 0x02, 0x07, 0x41, 0x75, 0x72, 0x61, 0x2e, 0x56, 0x31, 0xca, + 0x02, 0x07, 0x41, 0x75, 0x72, 0x61, 0x5c, 0x56, 0x31, 0xe2, 0x02, 0x13, 0x41, 0x75, 0x72, 0x61, + 0x5c, 0x56, 0x31, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, + 0x02, 0x08, 0x41, 0x75, 0x72, 0x61, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x33, } var ( - file_ondo_usdy_v1_tx_proto_rawDescOnce sync.Once - file_ondo_usdy_v1_tx_proto_rawDescData = file_ondo_usdy_v1_tx_proto_rawDesc + file_aura_v1_tx_proto_rawDescOnce sync.Once + file_aura_v1_tx_proto_rawDescData = file_aura_v1_tx_proto_rawDesc ) -func file_ondo_usdy_v1_tx_proto_rawDescGZIP() []byte { - file_ondo_usdy_v1_tx_proto_rawDescOnce.Do(func() { - file_ondo_usdy_v1_tx_proto_rawDescData = protoimpl.X.CompressGZIP(file_ondo_usdy_v1_tx_proto_rawDescData) +func file_aura_v1_tx_proto_rawDescGZIP() []byte { + file_aura_v1_tx_proto_rawDescOnce.Do(func() { + file_aura_v1_tx_proto_rawDescData = protoimpl.X.CompressGZIP(file_aura_v1_tx_proto_rawDescData) }) - return file_ondo_usdy_v1_tx_proto_rawDescData -} - -var file_ondo_usdy_v1_tx_proto_msgTypes = make([]protoimpl.MessageInfo, 8) -var file_ondo_usdy_v1_tx_proto_goTypes = []interface{}{ - (*MsgBurn)(nil), // 0: ondo.usdy.v1.MsgBurn - (*MsgBurnResponse)(nil), // 1: ondo.usdy.v1.MsgBurnResponse - (*MsgMint)(nil), // 2: ondo.usdy.v1.MsgMint - (*MsgMintResponse)(nil), // 3: ondo.usdy.v1.MsgMintResponse - (*MsgPause)(nil), // 4: ondo.usdy.v1.MsgPause - (*MsgPauseResponse)(nil), // 5: ondo.usdy.v1.MsgPauseResponse - (*MsgUnpause)(nil), // 6: ondo.usdy.v1.MsgUnpause - (*MsgUnpauseResponse)(nil), // 7: ondo.usdy.v1.MsgUnpauseResponse -} -var file_ondo_usdy_v1_tx_proto_depIdxs = []int32{ - 0, // 0: ondo.usdy.v1.Msg.Burn:input_type -> ondo.usdy.v1.MsgBurn - 2, // 1: ondo.usdy.v1.Msg.Mint:input_type -> ondo.usdy.v1.MsgMint - 4, // 2: ondo.usdy.v1.Msg.Pause:input_type -> ondo.usdy.v1.MsgPause - 6, // 3: ondo.usdy.v1.Msg.Unpause:input_type -> ondo.usdy.v1.MsgUnpause - 1, // 4: ondo.usdy.v1.Msg.Burn:output_type -> ondo.usdy.v1.MsgBurnResponse - 3, // 5: ondo.usdy.v1.Msg.Mint:output_type -> ondo.usdy.v1.MsgMintResponse - 5, // 6: ondo.usdy.v1.Msg.Pause:output_type -> ondo.usdy.v1.MsgPauseResponse - 7, // 7: ondo.usdy.v1.Msg.Unpause:output_type -> ondo.usdy.v1.MsgUnpauseResponse + return file_aura_v1_tx_proto_rawDescData +} + +var file_aura_v1_tx_proto_msgTypes = make([]protoimpl.MessageInfo, 8) +var file_aura_v1_tx_proto_goTypes = []interface{}{ + (*MsgBurn)(nil), // 0: aura.v1.MsgBurn + (*MsgBurnResponse)(nil), // 1: aura.v1.MsgBurnResponse + (*MsgMint)(nil), // 2: aura.v1.MsgMint + (*MsgMintResponse)(nil), // 3: aura.v1.MsgMintResponse + (*MsgPause)(nil), // 4: aura.v1.MsgPause + (*MsgPauseResponse)(nil), // 5: aura.v1.MsgPauseResponse + (*MsgUnpause)(nil), // 6: aura.v1.MsgUnpause + (*MsgUnpauseResponse)(nil), // 7: aura.v1.MsgUnpauseResponse +} +var file_aura_v1_tx_proto_depIdxs = []int32{ + 0, // 0: aura.v1.Msg.Burn:input_type -> aura.v1.MsgBurn + 2, // 1: aura.v1.Msg.Mint:input_type -> aura.v1.MsgMint + 4, // 2: aura.v1.Msg.Pause:input_type -> aura.v1.MsgPause + 6, // 3: aura.v1.Msg.Unpause:input_type -> aura.v1.MsgUnpause + 1, // 4: aura.v1.Msg.Burn:output_type -> aura.v1.MsgBurnResponse + 3, // 5: aura.v1.Msg.Mint:output_type -> aura.v1.MsgMintResponse + 5, // 6: aura.v1.Msg.Pause:output_type -> aura.v1.MsgPauseResponse + 7, // 7: aura.v1.Msg.Unpause:output_type -> aura.v1.MsgUnpauseResponse 4, // [4:8] is the sub-list for method output_type 0, // [0:4] is the sub-list for method input_type 0, // [0:0] is the sub-list for extension type_name @@ -3789,13 +3783,13 @@ var file_ondo_usdy_v1_tx_proto_depIdxs = []int32{ 0, // [0:0] is the sub-list for field type_name } -func init() { file_ondo_usdy_v1_tx_proto_init() } -func file_ondo_usdy_v1_tx_proto_init() { - if File_ondo_usdy_v1_tx_proto != nil { +func init() { file_aura_v1_tx_proto_init() } +func file_aura_v1_tx_proto_init() { + if File_aura_v1_tx_proto != nil { return } if !protoimpl.UnsafeEnabled { - file_ondo_usdy_v1_tx_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_aura_v1_tx_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MsgBurn); i { case 0: return &v.state @@ -3807,7 +3801,7 @@ func file_ondo_usdy_v1_tx_proto_init() { return nil } } - file_ondo_usdy_v1_tx_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_aura_v1_tx_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MsgBurnResponse); i { case 0: return &v.state @@ -3819,7 +3813,7 @@ func file_ondo_usdy_v1_tx_proto_init() { return nil } } - file_ondo_usdy_v1_tx_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_aura_v1_tx_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MsgMint); i { case 0: return &v.state @@ -3831,7 +3825,7 @@ func file_ondo_usdy_v1_tx_proto_init() { return nil } } - file_ondo_usdy_v1_tx_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_aura_v1_tx_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MsgMintResponse); i { case 0: return &v.state @@ -3843,7 +3837,7 @@ func file_ondo_usdy_v1_tx_proto_init() { return nil } } - file_ondo_usdy_v1_tx_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_aura_v1_tx_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MsgPause); i { case 0: return &v.state @@ -3855,7 +3849,7 @@ func file_ondo_usdy_v1_tx_proto_init() { return nil } } - file_ondo_usdy_v1_tx_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + file_aura_v1_tx_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MsgPauseResponse); i { case 0: return &v.state @@ -3867,7 +3861,7 @@ func file_ondo_usdy_v1_tx_proto_init() { return nil } } - file_ondo_usdy_v1_tx_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + file_aura_v1_tx_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MsgUnpause); i { case 0: return &v.state @@ -3879,7 +3873,7 @@ func file_ondo_usdy_v1_tx_proto_init() { return nil } } - file_ondo_usdy_v1_tx_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + file_aura_v1_tx_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MsgUnpauseResponse); i { case 0: return &v.state @@ -3896,18 +3890,18 @@ func file_ondo_usdy_v1_tx_proto_init() { out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_ondo_usdy_v1_tx_proto_rawDesc, + RawDescriptor: file_aura_v1_tx_proto_rawDesc, NumEnums: 0, NumMessages: 8, NumExtensions: 0, NumServices: 1, }, - GoTypes: file_ondo_usdy_v1_tx_proto_goTypes, - DependencyIndexes: file_ondo_usdy_v1_tx_proto_depIdxs, - MessageInfos: file_ondo_usdy_v1_tx_proto_msgTypes, + GoTypes: file_aura_v1_tx_proto_goTypes, + DependencyIndexes: file_aura_v1_tx_proto_depIdxs, + MessageInfos: file_aura_v1_tx_proto_msgTypes, }.Build() - File_ondo_usdy_v1_tx_proto = out.File - file_ondo_usdy_v1_tx_proto_rawDesc = nil - file_ondo_usdy_v1_tx_proto_goTypes = nil - file_ondo_usdy_v1_tx_proto_depIdxs = nil + File_aura_v1_tx_proto = out.File + file_aura_v1_tx_proto_rawDesc = nil + file_aura_v1_tx_proto_goTypes = nil + file_aura_v1_tx_proto_depIdxs = nil } diff --git a/api/ondo/usdy/v1/tx_grpc.pb.go b/api/aura/v1/tx_grpc.pb.go similarity index 95% rename from api/ondo/usdy/v1/tx_grpc.pb.go rename to api/aura/v1/tx_grpc.pb.go index f77575e..b5f5a90 100644 --- a/api/ondo/usdy/v1/tx_grpc.pb.go +++ b/api/aura/v1/tx_grpc.pb.go @@ -2,9 +2,9 @@ // versions: // - protoc-gen-go-grpc v1.3.0 // - protoc (unknown) -// source: ondo/usdy/v1/tx.proto +// source: aura/v1/tx.proto -package usdyv1 +package aurav1 import ( context "context" @@ -19,10 +19,10 @@ import ( const _ = grpc.SupportPackageIsVersion7 const ( - Msg_Burn_FullMethodName = "/ondo.usdy.v1.Msg/Burn" - Msg_Mint_FullMethodName = "/ondo.usdy.v1.Msg/Mint" - Msg_Pause_FullMethodName = "/ondo.usdy.v1.Msg/Pause" - Msg_Unpause_FullMethodName = "/ondo.usdy.v1.Msg/Unpause" + Msg_Burn_FullMethodName = "/aura.v1.Msg/Burn" + Msg_Mint_FullMethodName = "/aura.v1.Msg/Mint" + Msg_Pause_FullMethodName = "/aura.v1.Msg/Pause" + Msg_Unpause_FullMethodName = "/aura.v1.Msg/Unpause" ) // MsgClient is the client API for Msg service. @@ -195,7 +195,7 @@ func _Msg_Unpause_Handler(srv interface{}, ctx context.Context, dec func(interfa // 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: "ondo.usdy.v1.Msg", + ServiceName: "aura.v1.Msg", HandlerType: (*MsgServer)(nil), Methods: []grpc.MethodDesc{ { @@ -216,5 +216,5 @@ var Msg_ServiceDesc = grpc.ServiceDesc{ }, }, Streams: []grpc.StreamDesc{}, - Metadata: "ondo/usdy/v1/tx.proto", + Metadata: "aura/v1/tx.proto", } diff --git a/go.mod b/go.mod index 5a3f3b3..205ac29 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/noble-assets/ondo +module github.com/noble-assets/aura go 1.22 diff --git a/local.sh b/local.sh index 2036ed1..d9e3923 100644 --- a/local.sh +++ b/local.sh @@ -1,44 +1,44 @@ -alias ondod=./simapp/build/simd +alias aurad=./simapp/build/simd for arg in "$@" do case $arg in -r|--reset) - rm -rf .ondo + rm -rf .aura shift ;; esac done -if ! [ -f .ondo/data/priv_validator_state.json ]; then - ondod init validator --chain-id "ondo-1" --home .ondo &> /dev/null +if ! [ -f .aura/data/priv_validator_state.json ]; then + aurad init validator --chain-id "aura-1" --home .aura &> /dev/null - ondod keys add validator --home .ondo --keyring-backend test &> /dev/null - ondod genesis add-genesis-account validator 1000000ustake --home .ondo --keyring-backend test - BURNER=$(ondod keys add burner --home .ondo --keyring-backend test --output json | jq .address) - ondod genesis add-genesis-account burner 10000000uusdc --home .ondo --keyring-backend test - MINTER=$(ondod keys add minter --home .ondo --keyring-backend test --output json | jq .address) - ondod genesis add-genesis-account minter 10000000uusdc --home .ondo --keyring-backend test - PAUSER=$(ondod keys add pauser --home .ondo --keyring-backend test --output json | jq .address) - ondod genesis add-genesis-account pauser 10000000uusdc --home .ondo --keyring-backend test - BLOCKLIST_OWNER=$(ondod keys add blocklist-owner --home .ondo --keyring-backend test --output json | jq .address) - ondod genesis add-genesis-account blocklist-owner 10000000uusdc --home .ondo --keyring-backend test - BLOCKLIST_PENDING_OWNER=$(ondod keys add blocklist-pending-owner --home .ondo --keyring-backend test --output json | jq .address) - ondod genesis add-genesis-account blocklist-pending-owner 10000000uusdc --home .ondo --keyring-backend test - ondod keys add user --home .ondo --keyring-backend test &> /dev/null - ondod genesis add-genesis-account user 10000000uusdc --home .ondo --keyring-backend test + aurad keys add validator --home .aura --keyring-backend test &> /dev/null + aurad genesis add-genesis-account validator 1000000ustake --home .aura --keyring-backend test + BURNER=$(aurad keys add burner --home .aura --keyring-backend test --output json | jq .address) + aurad genesis add-genesis-account burner 10000000uusdc --home .aura --keyring-backend test + MINTER=$(aurad keys add minter --home .aura --keyring-backend test --output json | jq .address) + aurad genesis add-genesis-account minter 10000000uusdc --home .aura --keyring-backend test + PAUSER=$(aurad keys add pauser --home .aura --keyring-backend test --output json | jq .address) + aurad genesis add-genesis-account pauser 10000000uusdc --home .aura --keyring-backend test + BLOCKLIST_OWNER=$(aurad keys add blocklist-owner --home .aura --keyring-backend test --output json | jq .address) + aurad genesis add-genesis-account blocklist-owner 10000000uusdc --home .aura --keyring-backend test + BLOCKLIST_PENDING_OWNER=$(aurad keys add blocklist-pending-owner --home .aura --keyring-backend test --output json | jq .address) + aurad genesis add-genesis-account blocklist-pending-owner 10000000uusdc --home .aura --keyring-backend test + aurad keys add user --home .aura --keyring-backend test &> /dev/null + aurad genesis add-genesis-account user 10000000uusdc --home .aura --keyring-backend test - TEMP=.ondo/genesis.json - touch $TEMP && jq '.app_state.staking.params.bond_denom = "ustake"' .ondo/config/genesis.json > $TEMP && mv $TEMP .ondo/config/genesis.json - touch $TEMP && jq '.app_state.usdy.blocklist_state.owner = '$BLOCKLIST_OWNER'' .ondo/config/genesis.json > $TEMP && mv $TEMP .ondo/config/genesis.json - touch $TEMP && jq '.app_state.usdy.burner = '$BURNER'' .ondo/config/genesis.json > $TEMP && mv $TEMP .ondo/config/genesis.json - touch $TEMP && jq '.app_state.usdy.minter = '$MINTER'' .ondo/config/genesis.json > $TEMP && mv $TEMP .ondo/config/genesis.json - touch $TEMP && jq '.app_state.usdy.pauser = '$PAUSER'' .ondo/config/genesis.json > $TEMP && mv $TEMP .ondo/config/genesis.json + TEMP=.aura/genesis.json + touch $TEMP && jq '.app_state.staking.params.bond_denom = "ustake"' .aura/config/genesis.json > $TEMP && mv $TEMP .aura/config/genesis.json + touch $TEMP && jq '.app_state.aura.blocklist_state.owner = '$BLOCKLIST_OWNER'' .aura/config/genesis.json > $TEMP && mv $TEMP .aura/config/genesis.json + touch $TEMP && jq '.app_state.aura.burner = '$BURNER'' .aura/config/genesis.json > $TEMP && mv $TEMP .aura/config/genesis.json + touch $TEMP && jq '.app_state.aura.minter = '$MINTER'' .aura/config/genesis.json > $TEMP && mv $TEMP .aura/config/genesis.json + touch $TEMP && jq '.app_state.aura.pauser = '$PAUSER'' .aura/config/genesis.json > $TEMP && mv $TEMP .aura/config/genesis.json - ondod genesis gentx validator 1000000ustake --chain-id "ondo-1" --home .ondo --keyring-backend test &> /dev/null - ondod genesis collect-gentxs --home .ondo &> /dev/null + aurad genesis gentx validator 1000000ustake --chain-id "aura-1" --home .aura --keyring-backend test &> /dev/null + aurad genesis collect-gentxs --home .aura &> /dev/null - sed -i '' 's/timeout_commit = "5s"/timeout_commit = "1s"/g' .ondo/config/config.toml + sed -i '' 's/timeout_commit = "5s"/timeout_commit = "1s"/g' .aura/config/config.toml fi -ondod start --home .ondo +aurad start --home .aura diff --git a/proto/ondo/usdy/blocklist/v1/events.proto b/proto/aura/blocklist/v1/events.proto similarity index 88% rename from proto/ondo/usdy/blocklist/v1/events.proto rename to proto/aura/blocklist/v1/events.proto index a8cada5..f817041 100644 --- a/proto/ondo/usdy/blocklist/v1/events.proto +++ b/proto/aura/blocklist/v1/events.proto @@ -1,8 +1,8 @@ syntax = "proto3"; -package ondo.usdy.blocklist.v1; +package aura.blocklist.v1; -option go_package = "github.com/noble-assets/ondo/x/usdy/types/blocklist"; +option go_package = "github.com/noble-assets/aura/x/aura/types/blocklist"; // OwnershipTransferStarted is emitted whenever an ownership transfer is started. message OwnershipTransferStarted { diff --git a/proto/ondo/usdy/blocklist/v1/genesis.proto b/proto/aura/blocklist/v1/genesis.proto similarity index 83% rename from proto/ondo/usdy/blocklist/v1/genesis.proto rename to proto/aura/blocklist/v1/genesis.proto index d249255..0cc7ea4 100644 --- a/proto/ondo/usdy/blocklist/v1/genesis.proto +++ b/proto/aura/blocklist/v1/genesis.proto @@ -1,10 +1,10 @@ syntax = "proto3"; -package ondo.usdy.blocklist.v1; +package aura.blocklist.v1; import "cosmos_proto/cosmos.proto"; -option go_package = "github.com/noble-assets/ondo/x/usdy/types/blocklist"; +option go_package = "github.com/noble-assets/aura/x/aura/types/blocklist"; message GenesisState { // owner is the address that can control this submodule. diff --git a/proto/ondo/usdy/blocklist/v1/query.proto b/proto/aura/blocklist/v1/query.proto similarity index 61% rename from proto/ondo/usdy/blocklist/v1/query.proto rename to proto/aura/blocklist/v1/query.proto index 4bcdcd5..22df5ca 100644 --- a/proto/ondo/usdy/blocklist/v1/query.proto +++ b/proto/aura/blocklist/v1/query.proto @@ -1,17 +1,17 @@ syntax = "proto3"; -package ondo.usdy.blocklist.v1; +package aura.blocklist.v1; import "cosmos/query/v1/query.proto"; import "cosmos_proto/cosmos.proto"; import "google/api/annotations.proto"; -option go_package = "github.com/noble-assets/ondo/x/usdy/types/blocklist"; +option go_package = "github.com/noble-assets/aura/x/aura/types/blocklist"; service Query { - rpc Owner(ondo.usdy.blocklist.v1.QueryOwner) returns (ondo.usdy.blocklist.v1.QueryOwnerResponse) { + rpc Owner(QueryOwner) returns (QueryOwnerResponse) { option (cosmos.query.v1.module_query_safe) = true; - option (google.api.http).get = "/ondo/usdy/blocklist/v1/owner"; + option (google.api.http).get = "/aura/blocklist/v1/owner"; } } diff --git a/proto/ondo/usdy/blocklist/v1/tx.proto b/proto/aura/blocklist/v1/tx.proto similarity index 87% rename from proto/ondo/usdy/blocklist/v1/tx.proto rename to proto/aura/blocklist/v1/tx.proto index 43865e0..7cea76b 100644 --- a/proto/ondo/usdy/blocklist/v1/tx.proto +++ b/proto/aura/blocklist/v1/tx.proto @@ -1,13 +1,13 @@ syntax = "proto3"; -package ondo.usdy.blocklist.v1; +package aura.blocklist.v1; import "amino/amino.proto"; import "cosmos/msg/v1/msg.proto"; import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/noble-assets/ondo/x/usdy/types/blocklist"; +option go_package = "github.com/noble-assets/aura/x/aura/types/blocklist"; service Msg { option (cosmos.msg.v1.service) = true; @@ -24,7 +24,7 @@ service Msg { // MsgTransferOwnership implements the transferOwnership (0xf2fde38b) method. message MsgTransferOwnership { option (cosmos.msg.v1.signer) = "signer"; - option (amino.name) = "ondo/usdy/blocklist/TransferOwnership"; + option (amino.name) = "aura/blocklist/TransferOwnership"; option (gogoproto.equal) = false; option (gogoproto.goproto_getters) = false; @@ -39,7 +39,7 @@ message MsgTransferOwnershipResponse {} // MsgAcceptOwnership implements the acceptOwnership (0x79ba5097) method. message MsgAcceptOwnership { option (cosmos.msg.v1.signer) = "signer"; - option (amino.name) = "ondo/usdy/blocklist/AcceptOwnership"; + option (amino.name) = "aura/blocklist/AcceptOwnership"; option (gogoproto.equal) = false; option (gogoproto.goproto_getters) = false; @@ -53,7 +53,7 @@ message MsgAcceptOwnershipResponse {} // MsgAddToBlocklist implements the addToBlocklist (0xf71a55f8) method. message MsgAddToBlocklist { option (cosmos.msg.v1.signer) = "signer"; - option (amino.name) = "ondo/usdy/blocklist/AddToBlocklist"; + option (amino.name) = "aura/blocklist/AddToBlocklist"; option (gogoproto.equal) = false; option (gogoproto.goproto_getters) = false; @@ -68,7 +68,7 @@ message MsgAddToBlocklistResponse {} // MsgRemoveFromBlocklist implements the removeFromBlocklist (0xab63e69c) method. message MsgRemoveFromBlocklist { option (cosmos.msg.v1.signer) = "signer"; - option (amino.name) = "ondo/usdy/blocklist/RemoveFromBlocklist"; + option (amino.name) = "aura/blocklist/RemoveFromBlocklist"; option (gogoproto.equal) = false; option (gogoproto.goproto_getters) = false; diff --git a/proto/ondo/usdy/module/v1/module.proto b/proto/aura/module/v1/module.proto similarity index 68% rename from proto/ondo/usdy/module/v1/module.proto rename to proto/aura/module/v1/module.proto index af96c24..ecc9b09 100644 --- a/proto/ondo/usdy/module/v1/module.proto +++ b/proto/aura/module/v1/module.proto @@ -1,12 +1,12 @@ syntax = "proto3"; -package ondo.usdy.module.v1; +package aura.module.v1; import "cosmos/app/v1alpha1/module.proto"; -// Module is the config object of the Ondo USDY module. +// Module is the config object of the Aura module. message Module { - option (cosmos.app.v1alpha1.module) = {go_import: "github.com/noble-assets/ondo/x/usdy"}; + option (cosmos.app.v1alpha1.module) = {go_import: "github.com/noble-assets/aura/x/aura"}; // denom is the USDY denom that this module is allowed to burn / mint / etc. string denom = 1; diff --git a/proto/ondo/usdy/v1/events.proto b/proto/aura/v1/events.proto similarity index 80% rename from proto/ondo/usdy/v1/events.proto rename to proto/aura/v1/events.proto index 0878655..dda45dd 100644 --- a/proto/ondo/usdy/v1/events.proto +++ b/proto/aura/v1/events.proto @@ -1,8 +1,8 @@ syntax = "proto3"; -package ondo.usdy.v1; +package aura.v1; -option go_package = "github.com/noble-assets/ondo/x/usdy/types"; +option go_package = "github.com/noble-assets/aura/x/aura/types"; // Paused is emitted whenever the module is paused. message Paused { diff --git a/proto/ondo/usdy/v1/genesis.proto b/proto/aura/v1/genesis.proto similarity index 67% rename from proto/ondo/usdy/v1/genesis.proto rename to proto/aura/v1/genesis.proto index ccbc0ba..ffaa773 100644 --- a/proto/ondo/usdy/v1/genesis.proto +++ b/proto/aura/v1/genesis.proto @@ -1,18 +1,18 @@ syntax = "proto3"; -package ondo.usdy.v1; +package aura.v1; +import "aura/blocklist/v1/genesis.proto"; import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; -import "ondo/usdy/blocklist/v1/genesis.proto"; -option go_package = "github.com/noble-assets/ondo/x/usdy/types"; +option go_package = "github.com/noble-assets/aura/x/aura/types"; message GenesisState { // blocklist_state is the genesis state of the blocklist submodule. - ondo.usdy.blocklist.v1.GenesisState blocklist_state = 1 [(gogoproto.nullable) = false]; + aura.blocklist.v1.GenesisState blocklist_state = 1 [(gogoproto.nullable) = false]; - // paused is the paused state of the Ondo USDY module. + // paused is the paused state of the Aura module. bool paused = 2; // burner is the address that can burn USDY. diff --git a/proto/ondo/usdy/v1/query.proto b/proto/aura/v1/query.proto similarity index 56% rename from proto/ondo/usdy/v1/query.proto rename to proto/aura/v1/query.proto index 8e889e4..2b34769 100644 --- a/proto/ondo/usdy/v1/query.proto +++ b/proto/aura/v1/query.proto @@ -1,28 +1,28 @@ syntax = "proto3"; -package ondo.usdy.v1; +package aura.v1; import "amino/amino.proto"; import "cosmos/query/v1/query.proto"; import "cosmos_proto/cosmos.proto"; import "google/api/annotations.proto"; -option go_package = "github.com/noble-assets/ondo/x/usdy/types"; +option go_package = "github.com/noble-assets/aura/x/aura/types"; service Query { - rpc Denom(ondo.usdy.v1.QueryDenom) returns (ondo.usdy.v1.QueryDenomResponse) { + rpc Denom(aura.v1.QueryDenom) returns (aura.v1.QueryDenomResponse) { option (cosmos.query.v1.module_query_safe) = true; - option (google.api.http).get = "/ondo/usdy/v1/denom"; + option (google.api.http).get = "/aura/v1/denom"; } - rpc Paused(ondo.usdy.v1.QueryPaused) returns (ondo.usdy.v1.QueryPausedResponse) { + rpc Paused(aura.v1.QueryPaused) returns (aura.v1.QueryPausedResponse) { option (cosmos.query.v1.module_query_safe) = true; - option (google.api.http).get = "/ondo/usdy/v1/paused"; + option (google.api.http).get = "/aura/v1/paused"; } - rpc Pauser(ondo.usdy.v1.QueryPauser) returns (ondo.usdy.v1.QueryPauserResponse) { + rpc Pauser(aura.v1.QueryPauser) returns (aura.v1.QueryPauserResponse) { option (cosmos.query.v1.module_query_safe) = true; - option (google.api.http).get = "/ondo/usdy/v1/pauser"; + option (google.api.http).get = "/aura/v1/pauser"; } } diff --git a/proto/ondo/usdy/v1/tx.proto b/proto/aura/v1/tx.proto similarity index 73% rename from proto/ondo/usdy/v1/tx.proto rename to proto/aura/v1/tx.proto index 1eaecda..f726b82 100644 --- a/proto/ondo/usdy/v1/tx.proto +++ b/proto/aura/v1/tx.proto @@ -1,29 +1,29 @@ syntax = "proto3"; -package ondo.usdy.v1; +package aura.v1; import "amino/amino.proto"; import "cosmos/msg/v1/msg.proto"; import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/noble-assets/ondo/x/usdy/types"; +option go_package = "github.com/noble-assets/aura/x/aura/types"; service Msg { option (cosmos.msg.v1.service) = true; - rpc Burn(ondo.usdy.v1.MsgBurn) returns (ondo.usdy.v1.MsgBurnResponse); - rpc Mint(ondo.usdy.v1.MsgMint) returns (ondo.usdy.v1.MsgMintResponse); + rpc Burn(aura.v1.MsgBurn) returns (aura.v1.MsgBurnResponse); + rpc Mint(aura.v1.MsgMint) returns (aura.v1.MsgMintResponse); - rpc Pause(ondo.usdy.v1.MsgPause) returns (ondo.usdy.v1.MsgPauseResponse); - rpc Unpause(ondo.usdy.v1.MsgUnpause) returns (ondo.usdy.v1.MsgUnpauseResponse); + rpc Pause(aura.v1.MsgPause) returns (aura.v1.MsgPauseResponse); + rpc Unpause(aura.v1.MsgUnpause) returns (aura.v1.MsgUnpauseResponse); } // message MsgBurn { option (cosmos.msg.v1.signer) = "signer"; - option (amino.name) = "ondo/usdy/Burn"; + option (amino.name) = "aura/Burn"; option (gogoproto.equal) = false; option (gogoproto.goproto_getters) = false; @@ -40,7 +40,7 @@ message MsgBurnResponse {} message MsgMint { option (cosmos.msg.v1.signer) = "signer"; - option (amino.name) = "ondo/usdy/Mint"; + option (amino.name) = "aura/Mint"; option (gogoproto.equal) = false; option (gogoproto.goproto_getters) = false; @@ -57,7 +57,7 @@ message MsgMintResponse {} message MsgPause { option (cosmos.msg.v1.signer) = "signer"; - option (amino.name) = "ondo/usdy/Pause"; + option (amino.name) = "aura/Pause"; option (gogoproto.equal) = false; option (gogoproto.goproto_getters) = false; @@ -69,7 +69,7 @@ message MsgPauseResponse {} message MsgUnpause { option (cosmos.msg.v1.signer) = "signer"; - option (amino.name) = "ondo/usdy/Unpause"; + option (amino.name) = "aura/Unpause"; option (gogoproto.equal) = false; option (gogoproto.goproto_getters) = false; diff --git a/proto/buf.gen.pulsar.yaml b/proto/buf.gen.pulsar.yaml index d002104..071fb7f 100644 --- a/proto/buf.gen.pulsar.yaml +++ b/proto/buf.gen.pulsar.yaml @@ -2,7 +2,7 @@ version: v1 managed: enabled: true go_package_prefix: - default: github.com/noble-assets/ondo/api + default: github.com/noble-assets/aura/api except: - buf.build/cosmos/cosmos-proto - buf.build/cosmos/gogo-proto diff --git a/proto/generate.sh b/proto/generate.sh index d4869b9..d669dff 100644 --- a/proto/generate.sh +++ b/proto/generate.sh @@ -3,6 +3,6 @@ buf generate --template buf.gen.gogo.yaml buf generate --template buf.gen.pulsar.yaml cd .. -cp -r github.com/noble-assets/ondo/* ./ +cp -r github.com/noble-assets/aura/* ./ rm -rf github.com -rm -rf ondo +rm -rf aura diff --git a/simapp/app.go b/simapp/app.go index 18e4995..86d530a 100644 --- a/simapp/app.go +++ b/simapp/app.go @@ -25,7 +25,7 @@ import ( "github.com/cosmos/cosmos-sdk/x/genutil" genutiltypes "github.com/cosmos/cosmos-sdk/x/genutil/types" stakingkeeper "github.com/cosmos/cosmos-sdk/x/staking/keeper" - usdykeeper "github.com/noble-assets/ondo/x/usdy/keeper" + aurakeeper "github.com/noble-assets/aura/x/aura/keeper" _ "github.com/cosmos/cosmos-sdk/x/auth" // import for side effects _ "github.com/cosmos/cosmos-sdk/x/auth/tx/config" // import for side effects @@ -33,7 +33,7 @@ import ( _ "github.com/cosmos/cosmos-sdk/x/consensus" // import for side effects _ "github.com/cosmos/cosmos-sdk/x/distribution" // import for side effects _ "github.com/cosmos/cosmos-sdk/x/staking" // import for side effects - _ "github.com/noble-assets/ondo/x/usdy" // import for side effects + _ "github.com/noble-assets/aura/x/aura" // import for side effects ) // DefaultNodeHome default home directories for the application daemon @@ -64,7 +64,7 @@ type SimApp struct { DistributionKeeper distributionkeeper.Keeper StakingKeeper *stakingkeeper.Keeper // Custom Modules - USDYKeeper *usdykeeper.Keeper + AuraKeeper *aurakeeper.Keeper } func init() { @@ -123,7 +123,7 @@ func NewSimApp( &app.DistributionKeeper, &app.StakingKeeper, // Custom Modules - &app.USDYKeeper, + &app.AuraKeeper, ); err != nil { return nil, err } diff --git a/simapp/app.yaml b/simapp/app.yaml index 3ccd050..55ac122 100644 --- a/simapp/app.yaml +++ b/simapp/app.yaml @@ -5,7 +5,7 @@ modules: app_name: SimApp begin_blockers: [ distribution, staking ] end_blockers: [ staking ] - init_genesis: [ auth, bank, distribution, staking, genutil, usdy ] + init_genesis: [ auth, bank, distribution, staking, genutil, aura ] override_store_keys: - module_name: auth kv_store_key: acc @@ -20,13 +20,13 @@ modules: permissions: [ burner, staking ] - account: not_bonded_tokens_pool permissions: [ burner, staking ] - - account: usdy + - account: aura permissions: [ burner, minter ] - name: bank config: "@type": cosmos.bank.module.v1.Module blocked_module_accounts_override: - [ auth, distribution, bonded_tokens_pool, not_bonded_tokens_pool ] + [ auth, distribution, bonded_tokens_pool, not_bonded_tokens_pool, aura ] - name: consensus config: "@type": cosmos.consensus.module.v1.Module @@ -43,7 +43,7 @@ modules: config: "@type": cosmos.tx.config.v1.Config - - name: usdy + - name: aura config: - "@type": ondo.usdy.module.v1.Module + "@type": aura.module.v1.Module denom: ausdy diff --git a/simapp/go.mod b/simapp/go.mod index 10fd523..eb3a6d7 100644 --- a/simapp/go.mod +++ b/simapp/go.mod @@ -1,4 +1,4 @@ -module github.com/noble-assets/ondo/simapp +module github.com/noble-assets/aura/simapp go 1.22 @@ -12,7 +12,7 @@ require ( github.com/cometbft/cometbft v0.38.6 github.com/cosmos/cosmos-db v1.0.2 github.com/cosmos/cosmos-sdk v0.50.6 - github.com/noble-assets/ondo v1.0.0 + github.com/noble-assets/aura v1.0.0 github.com/spf13/cobra v1.8.0 github.com/spf13/viper v1.18.2 ) @@ -161,5 +161,5 @@ require ( sigs.k8s.io/yaml v1.4.0 // indirect ) -// use local noble-assets/ondo -replace github.com/noble-assets/ondo => ../ +// use local noble-assets/aura +replace github.com/noble-assets/aura => ../ diff --git a/simapp/simd/cmd/commands.go b/simapp/simd/cmd/commands.go index 5b86f23..5ab1623 100644 --- a/simapp/simd/cmd/commands.go +++ b/simapp/simd/cmd/commands.go @@ -21,7 +21,7 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" authcmd "github.com/cosmos/cosmos-sdk/x/auth/client/cli" genutilcli "github.com/cosmos/cosmos-sdk/x/genutil/client/cli" - "github.com/noble-assets/ondo/simapp" + "github.com/noble-assets/aura/simapp" "github.com/spf13/cobra" "github.com/spf13/viper" ) diff --git a/simapp/simd/cmd/root.go b/simapp/simd/cmd/root.go index 28a4218..04f7e0a 100644 --- a/simapp/simd/cmd/root.go +++ b/simapp/simd/cmd/root.go @@ -21,7 +21,7 @@ import ( "github.com/cosmos/cosmos-sdk/x/auth/tx" txmodule "github.com/cosmos/cosmos-sdk/x/auth/tx/config" "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/noble-assets/ondo/simapp" + "github.com/noble-assets/aura/simapp" "github.com/spf13/cobra" ) diff --git a/simapp/simd/main.go b/simapp/simd/main.go index cbd2d3d..2ef35d7 100644 --- a/simapp/simd/main.go +++ b/simapp/simd/main.go @@ -6,8 +6,8 @@ import ( svrcmd "github.com/cosmos/cosmos-sdk/server/cmd" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/noble-assets/ondo/simapp" - "github.com/noble-assets/ondo/simapp/simd/cmd" + "github.com/noble-assets/aura/simapp" + "github.com/noble-assets/aura/simapp/simd/cmd" ) var ( diff --git a/utils/mocks/account.go b/utils/mocks/account.go index c27eba4..795e4b6 100644 --- a/utils/mocks/account.go +++ b/utils/mocks/account.go @@ -3,7 +3,7 @@ package mocks import ( "cosmossdk.io/core/address" "github.com/cosmos/cosmos-sdk/x/auth/codec" - "github.com/noble-assets/ondo/x/usdy/types" + "github.com/noble-assets/aura/x/aura/types" ) var _ types.AccountKeeper = AccountKeeper{} diff --git a/utils/mocks/usdy.go b/utils/mocks/aura.go similarity index 76% rename from utils/mocks/usdy.go rename to utils/mocks/aura.go index 8af9bc9..5f3b6ad 100644 --- a/utils/mocks/usdy.go +++ b/utils/mocks/aura.go @@ -10,15 +10,15 @@ import ( "github.com/cosmos/cosmos-sdk/runtime" "github.com/cosmos/cosmos-sdk/testutil" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/noble-assets/ondo/x/usdy/keeper" - "github.com/noble-assets/ondo/x/usdy/types" + "github.com/noble-assets/aura/x/aura/keeper" + "github.com/noble-assets/aura/x/aura/types" ) -func USDYKeeper(t testing.TB) (*keeper.Keeper, sdk.Context) { +func AuraKeeper(t testing.TB) (*keeper.Keeper, sdk.Context) { logger := log.NewNopLogger() key := storetypes.NewKVStoreKey(types.ModuleName) - tkey := storetypes.NewTransientStoreKey("transient_usdy") + tkey := storetypes.NewTransientStoreKey("transient_aura") wrapper := testutil.DefaultContextWithDB(t, key, tkey) return keeper.NewKeeper( diff --git a/utils/mocks/bank.go b/utils/mocks/bank.go index 9217f6c..da2e08c 100644 --- a/utils/mocks/bank.go +++ b/utils/mocks/bank.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/noble-assets/ondo/x/usdy/types" + "github.com/noble-assets/aura/x/aura/types" ) var _ types.BankKeeper = BankKeeper{} diff --git a/x/usdy/genesis.go b/x/aura/genesis.go similarity index 90% rename from x/usdy/genesis.go rename to x/aura/genesis.go index bd537de..cf739d2 100644 --- a/x/usdy/genesis.go +++ b/x/aura/genesis.go @@ -1,11 +1,11 @@ -package usdy +package aura import ( "context" - "github.com/noble-assets/ondo/x/usdy/keeper" - "github.com/noble-assets/ondo/x/usdy/types" - "github.com/noble-assets/ondo/x/usdy/types/blocklist" + "github.com/noble-assets/aura/x/aura/keeper" + "github.com/noble-assets/aura/x/aura/types" + "github.com/noble-assets/aura/x/aura/types/blocklist" ) func InitGenesis(ctx context.Context, k *keeper.Keeper, accountKeeper types.AccountKeeper, genesis types.GenesisState) { diff --git a/x/usdy/keeper/keeper.go b/x/aura/keeper/keeper.go similarity index 96% rename from x/usdy/keeper/keeper.go rename to x/aura/keeper/keeper.go index 65e8dc0..346797b 100644 --- a/x/usdy/keeper/keeper.go +++ b/x/aura/keeper/keeper.go @@ -11,8 +11,8 @@ import ( "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/noble-assets/ondo/x/usdy/types" - "github.com/noble-assets/ondo/x/usdy/types/blocklist" + "github.com/noble-assets/aura/x/aura/types" + "github.com/noble-assets/aura/x/aura/types/blocklist" ) type Keeper struct { diff --git a/x/usdy/keeper/msg_server.go b/x/aura/keeper/msg_server.go similarity index 98% rename from x/usdy/keeper/msg_server.go rename to x/aura/keeper/msg_server.go index 11db13a..c2d2baa 100644 --- a/x/usdy/keeper/msg_server.go +++ b/x/aura/keeper/msg_server.go @@ -7,7 +7,7 @@ import ( sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/noble-assets/ondo/x/usdy/types" + "github.com/noble-assets/aura/x/aura/types" ) var _ types.MsgServer = &msgServer{} diff --git a/x/usdy/keeper/msg_server_blocklist.go b/x/aura/keeper/msg_server_blocklist.go similarity index 98% rename from x/usdy/keeper/msg_server_blocklist.go rename to x/aura/keeper/msg_server_blocklist.go index e30757b..11eb48e 100644 --- a/x/usdy/keeper/msg_server_blocklist.go +++ b/x/aura/keeper/msg_server_blocklist.go @@ -5,7 +5,7 @@ import ( "errors" sdkerrors "cosmossdk.io/errors" - "github.com/noble-assets/ondo/x/usdy/types/blocklist" + "github.com/noble-assets/aura/x/aura/types/blocklist" ) var _ blocklist.MsgServer = &blocklistMsgServer{} diff --git a/x/usdy/keeper/msg_server_blocklist_test.go b/x/aura/keeper/msg_server_blocklist_test.go similarity index 95% rename from x/usdy/keeper/msg_server_blocklist_test.go rename to x/aura/keeper/msg_server_blocklist_test.go index 72ad979..d598ab1 100644 --- a/x/usdy/keeper/msg_server_blocklist_test.go +++ b/x/aura/keeper/msg_server_blocklist_test.go @@ -3,15 +3,15 @@ package keeper_test import ( "testing" - "github.com/noble-assets/ondo/utils" - "github.com/noble-assets/ondo/utils/mocks" - "github.com/noble-assets/ondo/x/usdy/keeper" - "github.com/noble-assets/ondo/x/usdy/types/blocklist" + "github.com/noble-assets/aura/utils" + "github.com/noble-assets/aura/utils/mocks" + "github.com/noble-assets/aura/x/aura/keeper" + "github.com/noble-assets/aura/x/aura/types/blocklist" "github.com/stretchr/testify/require" ) func TestTransferOwnership(t *testing.T) { - k, ctx := mocks.USDYKeeper(t) + k, ctx := mocks.AuraKeeper(t) server := keeper.NewBlocklistMsgServer(k) // ACT: Attempt to transfer ownership with no owner set. @@ -46,7 +46,7 @@ func TestTransferOwnership(t *testing.T) { } func TestAcceptOwnership(t *testing.T) { - k, ctx := mocks.USDYKeeper(t) + k, ctx := mocks.AuraKeeper(t) server := keeper.NewBlocklistMsgServer(k) // ACT: Attempt to accept ownership with no pending owner set. @@ -80,7 +80,7 @@ func TestAcceptOwnership(t *testing.T) { } func TestAddToBlocklist(t *testing.T) { - k, ctx := mocks.USDYKeeper(t) + k, ctx := mocks.AuraKeeper(t) server := keeper.NewBlocklistMsgServer(k) // ACT: Attempt to add to blocklist with no owner set. @@ -123,7 +123,7 @@ func TestAddToBlocklist(t *testing.T) { } func TestRemoveFromBlocklist(t *testing.T) { - k, ctx := mocks.USDYKeeper(t) + k, ctx := mocks.AuraKeeper(t) server := keeper.NewBlocklistMsgServer(k) // ACT: Attempt to remove from blocklist with no owner set. diff --git a/x/usdy/keeper/msg_server_test.go b/x/aura/keeper/msg_server_test.go similarity index 92% rename from x/usdy/keeper/msg_server_test.go rename to x/aura/keeper/msg_server_test.go index e55183c..463581f 100644 --- a/x/usdy/keeper/msg_server_test.go +++ b/x/aura/keeper/msg_server_test.go @@ -3,15 +3,15 @@ package keeper_test import ( "testing" - "github.com/noble-assets/ondo/utils" - "github.com/noble-assets/ondo/utils/mocks" - "github.com/noble-assets/ondo/x/usdy/keeper" - "github.com/noble-assets/ondo/x/usdy/types" + "github.com/noble-assets/aura/utils" + "github.com/noble-assets/aura/utils/mocks" + "github.com/noble-assets/aura/x/aura/keeper" + "github.com/noble-assets/aura/x/aura/types" "github.com/stretchr/testify/require" ) func TestPause(t *testing.T) { - k, ctx := mocks.USDYKeeper(t) + k, ctx := mocks.AuraKeeper(t) server := keeper.NewMsgServer(k) // ACT: Attempt to pause with no pauser set. @@ -54,7 +54,7 @@ func TestPause(t *testing.T) { } func TestUnpause(t *testing.T) { - k, ctx := mocks.USDYKeeper(t) + k, ctx := mocks.AuraKeeper(t) server := keeper.NewMsgServer(k) // ARRANGE: Set paused state to true. diff --git a/x/usdy/keeper/query_server.go b/x/aura/keeper/query_server.go similarity index 95% rename from x/usdy/keeper/query_server.go rename to x/aura/keeper/query_server.go index 642af8c..e6d1a8a 100644 --- a/x/usdy/keeper/query_server.go +++ b/x/aura/keeper/query_server.go @@ -4,7 +4,7 @@ import ( "context" "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/noble-assets/ondo/x/usdy/types" + "github.com/noble-assets/aura/x/aura/types" ) var _ types.QueryServer = &queryServer{} diff --git a/x/usdy/keeper/query_server_blocklist.go b/x/aura/keeper/query_server_blocklist.go similarity index 92% rename from x/usdy/keeper/query_server_blocklist.go rename to x/aura/keeper/query_server_blocklist.go index 48bee2c..2307330 100644 --- a/x/usdy/keeper/query_server_blocklist.go +++ b/x/aura/keeper/query_server_blocklist.go @@ -4,7 +4,7 @@ import ( "context" "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/noble-assets/ondo/x/usdy/types/blocklist" + "github.com/noble-assets/aura/x/aura/types/blocklist" ) var _ blocklist.QueryServer = &blocklistQueryServer{} diff --git a/x/usdy/keeper/query_server_blocklist_test.go b/x/aura/keeper/query_server_blocklist_test.go similarity index 87% rename from x/usdy/keeper/query_server_blocklist_test.go rename to x/aura/keeper/query_server_blocklist_test.go index 6e2fc0b..3eaa1ca 100644 --- a/x/usdy/keeper/query_server_blocklist_test.go +++ b/x/aura/keeper/query_server_blocklist_test.go @@ -5,15 +5,15 @@ import ( "cosmossdk.io/collections" "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/noble-assets/ondo/utils" - "github.com/noble-assets/ondo/utils/mocks" - "github.com/noble-assets/ondo/x/usdy/keeper" - "github.com/noble-assets/ondo/x/usdy/types/blocklist" + "github.com/noble-assets/aura/utils" + "github.com/noble-assets/aura/utils/mocks" + "github.com/noble-assets/aura/x/aura/keeper" + "github.com/noble-assets/aura/x/aura/types/blocklist" "github.com/stretchr/testify/require" ) func TestOwnerQuery(t *testing.T) { - k, ctx := mocks.USDYKeeper(t) + k, ctx := mocks.AuraKeeper(t) server := keeper.NewBlocklistQueryServer(k) // ACT: Attempt to query blocklist owner with invalid request. diff --git a/x/usdy/keeper/query_server_test.go b/x/aura/keeper/query_server_test.go similarity index 89% rename from x/usdy/keeper/query_server_test.go rename to x/aura/keeper/query_server_test.go index 26da576..bb8ca20 100644 --- a/x/usdy/keeper/query_server_test.go +++ b/x/aura/keeper/query_server_test.go @@ -4,17 +4,17 @@ import ( "testing" "cosmossdk.io/collections" - "github.com/noble-assets/ondo/utils" + "github.com/noble-assets/aura/utils" "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/noble-assets/ondo/utils/mocks" - "github.com/noble-assets/ondo/x/usdy/keeper" - "github.com/noble-assets/ondo/x/usdy/types" + "github.com/noble-assets/aura/utils/mocks" + "github.com/noble-assets/aura/x/aura/keeper" + "github.com/noble-assets/aura/x/aura/types" "github.com/stretchr/testify/require" ) func TestDenomQuery(t *testing.T) { - k, ctx := mocks.USDYKeeper(t) + k, ctx := mocks.AuraKeeper(t) server := keeper.NewQueryServer(k) // ACT: Attempt to query denom with invalid request. @@ -30,7 +30,7 @@ func TestDenomQuery(t *testing.T) { } func TestPausedQuery(t *testing.T) { - k, ctx := mocks.USDYKeeper(t) + k, ctx := mocks.AuraKeeper(t) server := keeper.NewQueryServer(k) // ACT: Attempt to query paused state with invalid request. @@ -55,7 +55,7 @@ func TestPausedQuery(t *testing.T) { } func TestPauserQuery(t *testing.T) { - k, ctx := mocks.USDYKeeper(t) + k, ctx := mocks.AuraKeeper(t) server := keeper.NewQueryServer(k) // ACT: Attempt to query pauser with invalid request. diff --git a/x/usdy/module.go b/x/aura/module.go similarity index 92% rename from x/usdy/module.go rename to x/aura/module.go index ca13a25..f5ad864 100644 --- a/x/usdy/module.go +++ b/x/aura/module.go @@ -1,4 +1,4 @@ -package usdy +package aura import ( "context" @@ -19,14 +19,14 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" "github.com/grpc-ecosystem/grpc-gateway/runtime" - modulev1 "github.com/noble-assets/ondo/api/ondo/usdy/module/v1" - usdyv1 "github.com/noble-assets/ondo/api/ondo/usdy/v1" - "github.com/noble-assets/ondo/x/usdy/keeper" - "github.com/noble-assets/ondo/x/usdy/types" - "github.com/noble-assets/ondo/x/usdy/types/blocklist" + modulev1 "github.com/noble-assets/aura/api/aura/module/v1" + aurav1 "github.com/noble-assets/aura/api/aura/v1" + "github.com/noble-assets/aura/x/aura/keeper" + "github.com/noble-assets/aura/x/aura/types" + "github.com/noble-assets/aura/x/aura/types/blocklist" ) -// ConsensusVersion defines the current x/usdy module consensus version. +// ConsensusVersion defines the current x/aura module consensus version. const ConsensusVersion = 1 var ( @@ -127,7 +127,7 @@ func (AppModule) AutoCLIOptions() *autocliv1.ModuleOptions { // TODO(@john): Figure out how to register submodule msgs + queries. return &autocliv1.ModuleOptions{ Tx: &autocliv1.ServiceCommandDescriptor{ - Service: usdyv1.Msg_ServiceDesc.ServiceName, + Service: aurav1.Msg_ServiceDesc.ServiceName, RpcCommandOptions: []*autocliv1.RpcCommandOptions{ { RpcMethod: "Burn", @@ -154,7 +154,7 @@ func (AppModule) AutoCLIOptions() *autocliv1.ModuleOptions { }, }, Query: &autocliv1.ServiceCommandDescriptor{ - Service: usdyv1.Query_ServiceDesc.ServiceName, + Service: aurav1.Query_ServiceDesc.ServiceName, RpcCommandOptions: []*autocliv1.RpcCommandOptions{ { RpcMethod: "Denom", @@ -207,7 +207,7 @@ type ModuleOutputs struct { func ProvideModule(in ModuleInputs) ModuleOutputs { if in.Config.Denom == "" { - panic("denom for x/usdy module must be set") + panic("denom for x/aura module must be set") } k := keeper.NewKeeper( diff --git a/x/usdy/types/blocklist/codec.go b/x/aura/types/blocklist/codec.go similarity index 65% rename from x/usdy/types/blocklist/codec.go rename to x/aura/types/blocklist/codec.go index 922883b..79d71c4 100644 --- a/x/usdy/types/blocklist/codec.go +++ b/x/aura/types/blocklist/codec.go @@ -8,11 +8,11 @@ import ( ) func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) { - cdc.RegisterConcrete(&MsgTransferOwnership{}, "ondo/usdy/blocklist/TransferOwnership", nil) - cdc.RegisterConcrete(&MsgAcceptOwnership{}, "ondo/usdy/blocklist/AcceptOwnership", nil) + cdc.RegisterConcrete(&MsgTransferOwnership{}, "aura/blocklist/TransferOwnership", nil) + cdc.RegisterConcrete(&MsgAcceptOwnership{}, "aura/blocklist/AcceptOwnership", nil) - cdc.RegisterConcrete(&MsgAddToBlocklist{}, "ondo/usdy/blocklist/AddToBlocklist", nil) - cdc.RegisterConcrete(&MsgRemoveFromBlocklist{}, "ondo/usdy/blocklist/RemoveFromBlocklist", nil) + cdc.RegisterConcrete(&MsgAddToBlocklist{}, "aura/blocklist/AddToBlocklist", nil) + cdc.RegisterConcrete(&MsgRemoveFromBlocklist{}, "aura/blocklist/RemoveFromBlocklist", nil) } func RegisterInterfaces(registry codectypes.InterfaceRegistry) { diff --git a/x/usdy/types/blocklist/errors.go b/x/aura/types/blocklist/errors.go similarity index 89% rename from x/usdy/types/blocklist/errors.go rename to x/aura/types/blocklist/errors.go index ae539c6..71a0e68 100644 --- a/x/usdy/types/blocklist/errors.go +++ b/x/aura/types/blocklist/errors.go @@ -3,7 +3,7 @@ package blocklist import "cosmossdk.io/errors" var ( - Codespace = "usdy/blocklist" + Codespace = "aura/blocklist" ErrInvalidOwner = errors.Register(Codespace, 1, "signer is not blocklist owner") ErrInvalidPendingOwner = errors.Register(Codespace, 2, "signer is not blocklist pending owner") diff --git a/x/usdy/types/blocklist/events.pb.go b/x/aura/types/blocklist/events.pb.go similarity index 88% rename from x/usdy/types/blocklist/events.pb.go rename to x/aura/types/blocklist/events.pb.go index 3b5d56a..67ff6d1 100644 --- a/x/usdy/types/blocklist/events.pb.go +++ b/x/aura/types/blocklist/events.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: ondo/usdy/blocklist/v1/events.proto +// source: aura/blocklist/v1/events.proto package blocklist @@ -34,7 +34,7 @@ func (m *OwnershipTransferStarted) Reset() { *m = OwnershipTransferStart func (m *OwnershipTransferStarted) String() string { return proto.CompactTextString(m) } func (*OwnershipTransferStarted) ProtoMessage() {} func (*OwnershipTransferStarted) Descriptor() ([]byte, []int) { - return fileDescriptor_c2a3ea4db94c69b5, []int{0} + return fileDescriptor_d01e1c8e4c279093, []int{0} } func (m *OwnershipTransferStarted) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -87,7 +87,7 @@ func (m *BlockedAddressesAdded) Reset() { *m = BlockedAddressesAdded{} } func (m *BlockedAddressesAdded) String() string { return proto.CompactTextString(m) } func (*BlockedAddressesAdded) ProtoMessage() {} func (*BlockedAddressesAdded) Descriptor() ([]byte, []int) { - return fileDescriptor_c2a3ea4db94c69b5, []int{1} + return fileDescriptor_d01e1c8e4c279093, []int{1} } func (m *BlockedAddressesAdded) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -133,7 +133,7 @@ func (m *BlockedAddressesRemoved) Reset() { *m = BlockedAddressesRemoved func (m *BlockedAddressesRemoved) String() string { return proto.CompactTextString(m) } func (*BlockedAddressesRemoved) ProtoMessage() {} func (*BlockedAddressesRemoved) Descriptor() ([]byte, []int) { - return fileDescriptor_c2a3ea4db94c69b5, []int{2} + return fileDescriptor_d01e1c8e4c279093, []int{2} } func (m *BlockedAddressesRemoved) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -170,34 +170,31 @@ func (m *BlockedAddressesRemoved) GetAccounts() []string { } func init() { - proto.RegisterType((*OwnershipTransferStarted)(nil), "ondo.usdy.blocklist.v1.OwnershipTransferStarted") - proto.RegisterType((*BlockedAddressesAdded)(nil), "ondo.usdy.blocklist.v1.BlockedAddressesAdded") - proto.RegisterType((*BlockedAddressesRemoved)(nil), "ondo.usdy.blocklist.v1.BlockedAddressesRemoved") -} - -func init() { - proto.RegisterFile("ondo/usdy/blocklist/v1/events.proto", fileDescriptor_c2a3ea4db94c69b5) -} - -var fileDescriptor_c2a3ea4db94c69b5 = []byte{ - // 260 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xcf, 0x4a, 0xc3, 0x40, - 0x10, 0x87, 0xbb, 0x0a, 0xd2, 0xee, 0x31, 0xa0, 0x06, 0x85, 0xa5, 0xc4, 0x8b, 0x17, 0xb3, 0x94, - 0xe0, 0x03, 0xb4, 0x77, 0x11, 0x6a, 0x4f, 0x5e, 0x24, 0xc9, 0x8c, 0x36, 0x98, 0xee, 0x84, 0x9d, - 0x4d, 0x62, 0xdf, 0xc2, 0xc7, 0xf2, 0xd8, 0xa3, 0x47, 0x49, 0x5e, 0x44, 0x36, 0xf5, 0x0f, 0x78, - 0xf0, 0x38, 0x7c, 0xdf, 0x8f, 0x81, 0x4f, 0x5e, 0x90, 0x01, 0xd2, 0x35, 0xc3, 0x56, 0x67, 0x25, - 0xe5, 0xcf, 0x65, 0xc1, 0x4e, 0x37, 0x33, 0x8d, 0x0d, 0x1a, 0xc7, 0x71, 0x65, 0xc9, 0x51, 0x70, - 0xe2, 0xa5, 0xd8, 0x4b, 0xf1, 0x8f, 0x14, 0x37, 0xb3, 0x68, 0x25, 0xc3, 0xdb, 0xd6, 0xa0, 0xe5, - 0x75, 0x51, 0xad, 0x6c, 0x6a, 0xf8, 0x11, 0xed, 0x9d, 0x4b, 0xad, 0x43, 0x08, 0xce, 0xe5, 0x84, - 0x4a, 0x78, 0x20, 0xcf, 0x43, 0x31, 0x15, 0x97, 0x93, 0xe5, 0x98, 0x4a, 0x18, 0x7c, 0x0f, 0x0d, - 0xb6, 0x5f, 0xf0, 0x60, 0x0f, 0x0d, 0xb6, 0x03, 0x8c, 0x12, 0x79, 0xbc, 0xf0, 0x5f, 0x10, 0xe6, - 0x00, 0x16, 0x99, 0x91, 0xe7, 0x00, 0x08, 0xc1, 0x99, 0x1c, 0xa7, 0x79, 0x4e, 0xb5, 0x71, 0x1c, - 0x8a, 0xe9, 0xa1, 0x1f, 0x7d, 0xdf, 0xd1, 0xb5, 0x3c, 0xfd, 0x3b, 0x5a, 0xe2, 0x86, 0x9a, 0xff, - 0x67, 0x8b, 0x9b, 0xb7, 0x4e, 0x89, 0x5d, 0xa7, 0xc4, 0x47, 0xa7, 0xc4, 0x6b, 0xaf, 0x46, 0xbb, - 0x5e, 0x8d, 0xde, 0x7b, 0x35, 0xba, 0x4f, 0x9e, 0x0a, 0xb7, 0xae, 0xb3, 0x38, 0xa7, 0x8d, 0x36, - 0x94, 0x95, 0x78, 0x95, 0x32, 0xa3, 0x63, 0x3d, 0x04, 0x7b, 0xd9, 0x27, 0x73, 0xdb, 0x0a, 0xf9, - 0x37, 0x5c, 0x76, 0x34, 0xf4, 0x4a, 0x3e, 0x03, 0x00, 0x00, 0xff, 0xff, 0x17, 0xf7, 0x80, 0xc5, - 0x56, 0x01, 0x00, 0x00, + proto.RegisterType((*OwnershipTransferStarted)(nil), "aura.blocklist.v1.OwnershipTransferStarted") + proto.RegisterType((*BlockedAddressesAdded)(nil), "aura.blocklist.v1.BlockedAddressesAdded") + proto.RegisterType((*BlockedAddressesRemoved)(nil), "aura.blocklist.v1.BlockedAddressesRemoved") +} + +func init() { proto.RegisterFile("aura/blocklist/v1/events.proto", fileDescriptor_d01e1c8e4c279093) } + +var fileDescriptor_d01e1c8e4c279093 = []byte{ + // 255 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0xd0, 0xcf, 0x4a, 0xc3, 0x40, + 0x10, 0x06, 0xf0, 0xac, 0x82, 0xb4, 0x7b, 0x33, 0x20, 0x06, 0x85, 0xa5, 0xe4, 0xe4, 0xc5, 0x2c, + 0x25, 0xf8, 0x00, 0xed, 0x5d, 0x84, 0xda, 0x93, 0x17, 0xd9, 0x64, 0x47, 0x1b, 0xdc, 0xee, 0x84, + 0x9d, 0x4d, 0xa2, 0x6f, 0xe1, 0x63, 0x79, 0xec, 0xd1, 0xa3, 0x24, 0x2f, 0x22, 0x9b, 0xfa, 0x07, + 0x3c, 0x78, 0x1a, 0x86, 0xdf, 0x7c, 0x0c, 0x7c, 0x5c, 0xa8, 0xc6, 0x29, 0x59, 0x18, 0x2c, 0x9f, + 0x4c, 0x45, 0x5e, 0xb6, 0x73, 0x09, 0x2d, 0x58, 0x4f, 0x59, 0xed, 0xd0, 0x63, 0x7c, 0x1c, 0x3c, + 0xfb, 0xf1, 0xac, 0x9d, 0xa7, 0x6b, 0x9e, 0xdc, 0x74, 0x16, 0x1c, 0x6d, 0xaa, 0x7a, 0xed, 0x94, + 0xa5, 0x07, 0x70, 0xb7, 0x5e, 0x39, 0x0f, 0x3a, 0x3e, 0xe7, 0x53, 0x34, 0xfa, 0x1e, 0x83, 0x27, + 0x6c, 0xc6, 0x2e, 0xa6, 0xab, 0x09, 0x1a, 0x3d, 0xde, 0x07, 0xb4, 0xd0, 0x7d, 0xe1, 0xc1, 0x1e, + 0x2d, 0x74, 0x23, 0xa6, 0x39, 0x3f, 0x59, 0x86, 0x2f, 0xa0, 0x17, 0x5a, 0x3b, 0x20, 0x02, 0x5a, + 0x68, 0x0d, 0x3a, 0x3e, 0xe3, 0x13, 0x55, 0x96, 0xd8, 0x58, 0x4f, 0x09, 0x9b, 0x1d, 0x86, 0xd0, + 0xf7, 0x9e, 0x5e, 0xf1, 0xd3, 0xbf, 0xa1, 0x15, 0x6c, 0xb1, 0xfd, 0x3f, 0xb6, 0xbc, 0x7e, 0xeb, + 0x05, 0xdb, 0xf5, 0x82, 0x7d, 0xf4, 0x82, 0xbd, 0x0e, 0x22, 0xda, 0x0d, 0x22, 0x7a, 0x1f, 0x44, + 0x74, 0x97, 0x3f, 0x56, 0x7e, 0xd3, 0x14, 0x59, 0x89, 0x5b, 0x69, 0xb1, 0x30, 0x70, 0xa9, 0x88, + 0xc0, 0x93, 0x1c, 0x6b, 0x7a, 0xde, 0x0f, 0xff, 0x52, 0x03, 0xfd, 0x76, 0x56, 0x1c, 0x8d, 0x55, + 0xe5, 0x9f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xc2, 0x4c, 0x03, 0x9f, 0x4c, 0x01, 0x00, 0x00, } func (m *OwnershipTransferStarted) Marshal() (dAtA []byte, err error) { diff --git a/x/usdy/types/blocklist/genesis.go b/x/aura/types/blocklist/genesis.go similarity index 100% rename from x/usdy/types/blocklist/genesis.go rename to x/aura/types/blocklist/genesis.go diff --git a/x/usdy/types/blocklist/genesis.pb.go b/x/aura/types/blocklist/genesis.pb.go similarity index 83% rename from x/usdy/types/blocklist/genesis.pb.go rename to x/aura/types/blocklist/genesis.pb.go index 1890df2..c892b3b 100644 --- a/x/usdy/types/blocklist/genesis.pb.go +++ b/x/aura/types/blocklist/genesis.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: ondo/usdy/blocklist/v1/genesis.proto +// source: aura/blocklist/v1/genesis.proto package blocklist @@ -36,7 +36,7 @@ func (m *GenesisState) Reset() { *m = GenesisState{} } func (m *GenesisState) String() string { return proto.CompactTextString(m) } func (*GenesisState) ProtoMessage() {} func (*GenesisState) Descriptor() ([]byte, []int) { - return fileDescriptor_c3f0383c4365b9ea, []int{0} + return fileDescriptor_aa89c9bc7ace69b1, []int{0} } func (m *GenesisState) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -87,37 +87,34 @@ func (m *GenesisState) GetBlockedAddresses() map[string]bool { } func init() { - proto.RegisterType((*GenesisState)(nil), "ondo.usdy.blocklist.v1.GenesisState") - proto.RegisterMapType((map[string]bool)(nil), "ondo.usdy.blocklist.v1.GenesisState.BlockedAddressesEntry") + proto.RegisterType((*GenesisState)(nil), "aura.blocklist.v1.GenesisState") + proto.RegisterMapType((map[string]bool)(nil), "aura.blocklist.v1.GenesisState.BlockedAddressesEntry") } -func init() { - proto.RegisterFile("ondo/usdy/blocklist/v1/genesis.proto", fileDescriptor_c3f0383c4365b9ea) -} +func init() { proto.RegisterFile("aura/blocklist/v1/genesis.proto", fileDescriptor_aa89c9bc7ace69b1) } -var fileDescriptor_c3f0383c4365b9ea = []byte{ - // 321 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xc9, 0xcf, 0x4b, 0xc9, - 0xd7, 0x2f, 0x2d, 0x4e, 0xa9, 0xd4, 0x4f, 0xca, 0xc9, 0x4f, 0xce, 0xce, 0xc9, 0x2c, 0x2e, 0xd1, - 0x2f, 0x33, 0xd4, 0x4f, 0x4f, 0xcd, 0x4b, 0x2d, 0xce, 0x2c, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, - 0x17, 0x12, 0x03, 0xa9, 0xd2, 0x03, 0xa9, 0xd2, 0x83, 0xab, 0xd2, 0x2b, 0x33, 0x94, 0x92, 0x4c, - 0xce, 0x2f, 0xce, 0xcd, 0x2f, 0x8e, 0x07, 0xab, 0xd2, 0x87, 0x70, 0x20, 0x5a, 0x94, 0x56, 0x33, - 0x71, 0xf1, 0xb8, 0x43, 0x0c, 0x09, 0x2e, 0x49, 0x2c, 0x49, 0x15, 0xd2, 0xe3, 0x62, 0xcd, 0x2f, - 0xcf, 0x4b, 0x2d, 0x92, 0x60, 0x54, 0x60, 0xd4, 0xe0, 0x74, 0x92, 0xb8, 0xb4, 0x45, 0x57, 0x04, - 0xaa, 0xc3, 0x31, 0x25, 0xa5, 0x28, 0xb5, 0xb8, 0x38, 0xb8, 0xa4, 0x28, 0x33, 0x2f, 0x3d, 0x08, - 0xa2, 0x4c, 0xc8, 0x96, 0x8b, 0xb7, 0x20, 0x35, 0x2f, 0x25, 0x33, 0x2f, 0x3d, 0x1e, 0xa2, 0x8f, - 0x89, 0x80, 0x3e, 0x1e, 0xa8, 0x72, 0x7f, 0xb0, 0xf6, 0x74, 0x2e, 0x41, 0xb0, 0x53, 0x53, 0x53, - 0xe2, 0x13, 0x21, 0xca, 0x52, 0x8b, 0x25, 0x98, 0x15, 0x98, 0x35, 0xb8, 0x8d, 0xac, 0xf4, 0xb0, - 0x7b, 0x47, 0x0f, 0xd9, 0xbd, 0x7a, 0x4e, 0x10, 0xdd, 0x8e, 0x30, 0xcd, 0xae, 0x79, 0x25, 0x45, - 0x95, 0x41, 0x02, 0x49, 0x68, 0xc2, 0x52, 0xce, 0x5c, 0xa2, 0x58, 0x95, 0x0a, 0x09, 0x70, 0x31, - 0x67, 0xa7, 0x56, 0x42, 0xbc, 0x1b, 0x04, 0x62, 0x0a, 0x89, 0x70, 0xb1, 0x96, 0x25, 0xe6, 0x94, - 0xa6, 0x82, 0xbd, 0xc2, 0x11, 0x04, 0xe1, 0x58, 0x31, 0x59, 0x30, 0x3a, 0xf9, 0x9e, 0x78, 0x24, - 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, 0xcb, 0x31, 0x5c, 0x78, - 0x2c, 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x43, 0x94, 0x71, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, - 0x72, 0x7e, 0xae, 0x7e, 0x5e, 0x7e, 0x52, 0x4e, 0xaa, 0x6e, 0x62, 0x71, 0x71, 0x6a, 0x49, 0xb1, - 0x3e, 0x38, 0xe2, 0x2a, 0x20, 0x51, 0x57, 0x52, 0x59, 0x90, 0x5a, 0x8c, 0x88, 0xc0, 0x24, 0x36, - 0x70, 0x1c, 0x18, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0x70, 0xd0, 0x99, 0xea, 0xde, 0x01, 0x00, - 0x00, +var fileDescriptor_aa89c9bc7ace69b1 = []byte{ + // 312 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x4f, 0x2c, 0x2d, 0x4a, + 0xd4, 0x4f, 0xca, 0xc9, 0x4f, 0xce, 0xce, 0xc9, 0x2c, 0x2e, 0xd1, 0x2f, 0x33, 0xd4, 0x4f, 0x4f, + 0xcd, 0x4b, 0x2d, 0xce, 0x2c, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x04, 0x29, 0xd0, + 0x83, 0x2b, 0xd0, 0x2b, 0x33, 0x94, 0x92, 0x4c, 0xce, 0x2f, 0xce, 0xcd, 0x2f, 0x8e, 0x07, 0x2b, + 0xd0, 0x87, 0x70, 0x20, 0xaa, 0x95, 0x96, 0x31, 0x71, 0xf1, 0xb8, 0x43, 0xf4, 0x07, 0x97, 0x24, + 0x96, 0xa4, 0x0a, 0xe9, 0x71, 0xb1, 0xe6, 0x97, 0xe7, 0xa5, 0x16, 0x49, 0x30, 0x2a, 0x30, 0x6a, + 0x70, 0x3a, 0x49, 0x5c, 0xda, 0xa2, 0x2b, 0x02, 0xd5, 0xe1, 0x98, 0x92, 0x52, 0x94, 0x5a, 0x5c, + 0x1c, 0x5c, 0x52, 0x94, 0x99, 0x97, 0x1e, 0x04, 0x51, 0x26, 0x64, 0xcb, 0xc5, 0x5b, 0x90, 0x9a, + 0x97, 0x92, 0x99, 0x97, 0x1e, 0x0f, 0xd1, 0xc7, 0x44, 0x40, 0x1f, 0x0f, 0x54, 0xb9, 0x3f, 0x58, + 0x7b, 0x12, 0x97, 0x20, 0xd8, 0xa9, 0xa9, 0x29, 0xf1, 0x89, 0x10, 0x65, 0xa9, 0xc5, 0x12, 0xcc, + 0x0a, 0xcc, 0x1a, 0xdc, 0x46, 0xa6, 0x7a, 0x18, 0x3e, 0xd1, 0x43, 0x76, 0xaa, 0x9e, 0x13, 0x44, + 0xa3, 0x23, 0x4c, 0x9f, 0x6b, 0x5e, 0x49, 0x51, 0x65, 0x90, 0x40, 0x12, 0x9a, 0xb0, 0x94, 0x33, + 0x97, 0x28, 0x56, 0xa5, 0x42, 0x02, 0x5c, 0xcc, 0xd9, 0xa9, 0x95, 0x10, 0x9f, 0x06, 0x81, 0x98, + 0x42, 0x22, 0x5c, 0xac, 0x65, 0x89, 0x39, 0xa5, 0xa9, 0x60, 0x5f, 0x70, 0x04, 0x41, 0x38, 0x56, + 0x4c, 0x16, 0x8c, 0x4e, 0xbe, 0x27, 0x1e, 0xc9, 0x31, 0x5e, 0x78, 0x24, 0xc7, 0xf8, 0xe0, 0x91, + 0x1c, 0xe3, 0x84, 0xc7, 0x72, 0x0c, 0x17, 0x1e, 0xcb, 0x31, 0xdc, 0x78, 0x2c, 0xc7, 0x10, 0x65, + 0x9c, 0x9e, 0x59, 0x92, 0x51, 0x9a, 0xa4, 0x97, 0x9c, 0x9f, 0xab, 0x9f, 0x97, 0x9f, 0x94, 0x93, + 0xaa, 0x9b, 0x58, 0x5c, 0x9c, 0x5a, 0x52, 0xac, 0x0f, 0x8e, 0xa9, 0x0a, 0x08, 0x55, 0x52, 0x59, + 0x90, 0x5a, 0x8c, 0x88, 0xb6, 0x24, 0x36, 0x70, 0xf0, 0x1b, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, + 0xc9, 0x1c, 0xb4, 0x34, 0xcf, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/usdy/types/blocklist/keys.go b/x/aura/types/blocklist/keys.go similarity index 100% rename from x/usdy/types/blocklist/keys.go rename to x/aura/types/blocklist/keys.go diff --git a/x/usdy/types/blocklist/query.pb.go b/x/aura/types/blocklist/query.pb.go similarity index 83% rename from x/usdy/types/blocklist/query.pb.go rename to x/aura/types/blocklist/query.pb.go index 34d5ba4..bf961ca 100644 --- a/x/usdy/types/blocklist/query.pb.go +++ b/x/aura/types/blocklist/query.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: ondo/usdy/blocklist/v1/query.proto +// source: aura/blocklist/v1/query.proto package blocklist @@ -37,7 +37,7 @@ func (m *QueryOwner) Reset() { *m = QueryOwner{} } func (m *QueryOwner) String() string { return proto.CompactTextString(m) } func (*QueryOwner) ProtoMessage() {} func (*QueryOwner) Descriptor() ([]byte, []int) { - return fileDescriptor_a9bc676a503c6728, []int{0} + return fileDescriptor_518edfc9f1ab70f2, []int{0} } func (m *QueryOwner) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -75,7 +75,7 @@ func (m *QueryOwnerResponse) Reset() { *m = QueryOwnerResponse{} } func (m *QueryOwnerResponse) String() string { return proto.CompactTextString(m) } func (*QueryOwnerResponse) ProtoMessage() {} func (*QueryOwnerResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_a9bc676a503c6728, []int{1} + return fileDescriptor_518edfc9f1ab70f2, []int{1} } func (m *QueryOwnerResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -119,37 +119,34 @@ func (m *QueryOwnerResponse) GetPendingOwner() string { } func init() { - proto.RegisterType((*QueryOwner)(nil), "ondo.usdy.blocklist.v1.QueryOwner") - proto.RegisterType((*QueryOwnerResponse)(nil), "ondo.usdy.blocklist.v1.QueryOwnerResponse") -} - -func init() { - proto.RegisterFile("ondo/usdy/blocklist/v1/query.proto", fileDescriptor_a9bc676a503c6728) -} - -var fileDescriptor_a9bc676a503c6728 = []byte{ - // 328 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0xca, 0xcf, 0x4b, 0xc9, - 0xd7, 0x2f, 0x2d, 0x4e, 0xa9, 0xd4, 0x4f, 0xca, 0xc9, 0x4f, 0xce, 0xce, 0xc9, 0x2c, 0x2e, 0xd1, - 0x2f, 0x33, 0xd4, 0x2f, 0x2c, 0x4d, 0x2d, 0xaa, 0xd4, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, - 0x03, 0xa9, 0xd1, 0x03, 0xa9, 0xd1, 0x83, 0xab, 0xd1, 0x2b, 0x33, 0x94, 0x92, 0x4e, 0xce, 0x2f, - 0xce, 0xcd, 0x2f, 0x86, 0xa8, 0x45, 0xd3, 0x24, 0x25, 0x09, 0x91, 0x8c, 0x07, 0xf3, 0xf4, 0x21, - 0x1c, 0xa8, 0x94, 0x4c, 0x7a, 0x7e, 0x7e, 0x7a, 0x4e, 0xaa, 0x7e, 0x62, 0x41, 0xa6, 0x7e, 0x62, - 0x5e, 0x5e, 0x7e, 0x49, 0x62, 0x49, 0x66, 0x7e, 0x1e, 0x54, 0x56, 0x89, 0x87, 0x8b, 0x2b, 0x10, - 0x64, 0x8e, 0x7f, 0x79, 0x5e, 0x6a, 0x91, 0x52, 0x33, 0x23, 0x97, 0x10, 0x82, 0x1b, 0x94, 0x5a, - 0x5c, 0x90, 0x9f, 0x57, 0x9c, 0x2a, 0xa4, 0xc7, 0xc5, 0x9a, 0x0f, 0x12, 0x90, 0x60, 0x54, 0x60, - 0xd4, 0xe0, 0x74, 0x92, 0xb8, 0xb4, 0x45, 0x57, 0x04, 0x6a, 0x87, 0x63, 0x4a, 0x4a, 0x51, 0x6a, - 0x71, 0x71, 0x70, 0x49, 0x51, 0x66, 0x5e, 0x7a, 0x10, 0x44, 0x99, 0x90, 0x2d, 0x17, 0x6f, 0x41, - 0x6a, 0x5e, 0x4a, 0x66, 0x5e, 0x7a, 0x3c, 0x44, 0x1f, 0x13, 0x01, 0x7d, 0x3c, 0x50, 0xe5, 0x60, - 0x6b, 0x8d, 0x7a, 0x19, 0xb9, 0x58, 0xc1, 0xae, 0x10, 0x6a, 0x66, 0xe4, 0x62, 0x05, 0x8b, 0x09, - 0x29, 0xe9, 0x61, 0x0f, 0x16, 0x3d, 0x84, 0x73, 0xa5, 0xb4, 0x08, 0xab, 0x81, 0x79, 0x49, 0x49, - 0xab, 0xe3, 0xf9, 0x06, 0x2d, 0xc6, 0xa6, 0xcb, 0x4f, 0x26, 0x33, 0xc9, 0x0b, 0xc9, 0xea, 0xe3, - 0x88, 0x17, 0xb0, 0xeb, 0x9d, 0x7c, 0x4f, 0x3c, 0x92, 0x63, 0xbc, 0xf0, 0x48, 0x8e, 0xf1, 0xc1, - 0x23, 0x39, 0xc6, 0x09, 0x8f, 0xe5, 0x18, 0x2e, 0x3c, 0x96, 0x63, 0xb8, 0xf1, 0x58, 0x8e, 0x21, - 0xca, 0x38, 0x3d, 0xb3, 0x24, 0xa3, 0x34, 0x49, 0x2f, 0x39, 0x3f, 0x57, 0x3f, 0x2f, 0x3f, 0x29, - 0x27, 0x55, 0x37, 0xb1, 0xb8, 0x38, 0xb5, 0xa4, 0x18, 0x62, 0x5e, 0x05, 0xc4, 0xc4, 0x92, 0xca, - 0x82, 0xd4, 0x62, 0x84, 0xb9, 0x49, 0x6c, 0xe0, 0x90, 0x37, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, - 0x96, 0x7f, 0x8f, 0x95, 0x0d, 0x02, 0x00, 0x00, + proto.RegisterType((*QueryOwner)(nil), "aura.blocklist.v1.QueryOwner") + proto.RegisterType((*QueryOwnerResponse)(nil), "aura.blocklist.v1.QueryOwnerResponse") +} + +func init() { proto.RegisterFile("aura/blocklist/v1/query.proto", fileDescriptor_518edfc9f1ab70f2) } + +var fileDescriptor_518edfc9f1ab70f2 = []byte{ + // 317 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x4d, 0x2c, 0x2d, 0x4a, + 0xd4, 0x4f, 0xca, 0xc9, 0x4f, 0xce, 0xce, 0xc9, 0x2c, 0x2e, 0xd1, 0x2f, 0x33, 0xd4, 0x2f, 0x2c, + 0x4d, 0x2d, 0xaa, 0xd4, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x04, 0x49, 0xeb, 0xc1, 0xa5, + 0xf5, 0xca, 0x0c, 0xa5, 0xa4, 0x93, 0xf3, 0x8b, 0x73, 0xf3, 0x8b, 0x21, 0xca, 0xd0, 0xd4, 0x4b, + 0x49, 0x42, 0x24, 0xe3, 0xc1, 0x3c, 0x7d, 0x08, 0x07, 0x2a, 0x25, 0x93, 0x9e, 0x9f, 0x9f, 0x9e, + 0x93, 0xaa, 0x9f, 0x58, 0x90, 0xa9, 0x9f, 0x98, 0x97, 0x97, 0x5f, 0x92, 0x58, 0x92, 0x99, 0x9f, + 0x07, 0x95, 0x55, 0xe2, 0xe1, 0xe2, 0x0a, 0x04, 0x99, 0xe3, 0x5f, 0x9e, 0x97, 0x5a, 0xa4, 0xd4, + 0xcc, 0xc8, 0x25, 0x84, 0xe0, 0x06, 0xa5, 0x16, 0x17, 0xe4, 0xe7, 0x15, 0xa7, 0x0a, 0xe9, 0x71, + 0xb1, 0xe6, 0x83, 0x04, 0x24, 0x18, 0x15, 0x18, 0x35, 0x38, 0x9d, 0x24, 0x2e, 0x6d, 0xd1, 0x15, + 0x81, 0xda, 0xe1, 0x98, 0x92, 0x52, 0x94, 0x5a, 0x5c, 0x1c, 0x5c, 0x52, 0x94, 0x99, 0x97, 0x1e, + 0x04, 0x51, 0x26, 0x64, 0xcb, 0xc5, 0x5b, 0x90, 0x9a, 0x97, 0x92, 0x99, 0x97, 0x1e, 0x0f, 0xd1, + 0xc7, 0x44, 0x40, 0x1f, 0x0f, 0x54, 0x39, 0xd8, 0x5a, 0xa3, 0x5a, 0x2e, 0x56, 0xb0, 0x23, 0x84, + 0x4a, 0xb8, 0x58, 0xc1, 0x22, 0x42, 0xb2, 0x7a, 0x18, 0xe1, 0xa1, 0x87, 0x70, 0xa7, 0x94, 0x2a, + 0x5e, 0x69, 0x98, 0x37, 0x94, 0x54, 0x3b, 0x9e, 0x6f, 0xd0, 0x62, 0x6c, 0xba, 0xfc, 0x64, 0x32, + 0x93, 0x94, 0x90, 0x84, 0x3e, 0x66, 0x0c, 0x80, 0x1d, 0xeb, 0xe4, 0x7b, 0xe2, 0x91, 0x1c, 0xe3, + 0x85, 0x47, 0x72, 0x8c, 0x0f, 0x1e, 0xc9, 0x31, 0x4e, 0x78, 0x2c, 0xc7, 0x70, 0xe1, 0xb1, 0x1c, + 0xc3, 0x8d, 0xc7, 0x72, 0x0c, 0x51, 0xc6, 0xe9, 0x99, 0x25, 0x19, 0xa5, 0x49, 0x7a, 0xc9, 0xf9, + 0xb9, 0xfa, 0x79, 0xf9, 0x49, 0x39, 0xa9, 0xba, 0x89, 0xc5, 0xc5, 0xa9, 0x25, 0xc5, 0x10, 0xa3, + 0x2a, 0x20, 0x54, 0x49, 0x65, 0x41, 0x6a, 0x31, 0xc2, 0xdc, 0x24, 0x36, 0x70, 0x40, 0x1b, 0x03, + 0x02, 0x00, 0x00, 0xff, 0xff, 0xa9, 0x14, 0xea, 0xb4, 0xf2, 0x01, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -177,7 +174,7 @@ func NewQueryClient(cc grpc1.ClientConn) QueryClient { func (c *queryClient) Owner(ctx context.Context, in *QueryOwner, opts ...grpc.CallOption) (*QueryOwnerResponse, error) { out := new(QueryOwnerResponse) - err := c.cc.Invoke(ctx, "/ondo.usdy.blocklist.v1.Query/Owner", in, out, opts...) + err := c.cc.Invoke(ctx, "/aura.blocklist.v1.Query/Owner", in, out, opts...) if err != nil { return nil, err } @@ -211,7 +208,7 @@ func _Query_Owner_Handler(srv interface{}, ctx context.Context, dec func(interfa } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/ondo.usdy.blocklist.v1.Query/Owner", + FullMethod: "/aura.blocklist.v1.Query/Owner", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).Owner(ctx, req.(*QueryOwner)) @@ -220,7 +217,7 @@ func _Query_Owner_Handler(srv interface{}, ctx context.Context, dec func(interfa } var _Query_serviceDesc = grpc.ServiceDesc{ - ServiceName: "ondo.usdy.blocklist.v1.Query", + ServiceName: "aura.blocklist.v1.Query", HandlerType: (*QueryServer)(nil), Methods: []grpc.MethodDesc{ { @@ -229,7 +226,7 @@ var _Query_serviceDesc = grpc.ServiceDesc{ }, }, Streams: []grpc.StreamDesc{}, - Metadata: "ondo/usdy/blocklist/v1/query.proto", + Metadata: "aura/blocklist/v1/query.proto", } func (m *QueryOwner) Marshal() (dAtA []byte, err error) { diff --git a/x/usdy/types/blocklist/query.pb.gw.go b/x/aura/types/blocklist/query.pb.gw.go similarity index 96% rename from x/usdy/types/blocklist/query.pb.gw.go rename to x/aura/types/blocklist/query.pb.gw.go index ccb6866..bdcdb18 100644 --- a/x/usdy/types/blocklist/query.pb.gw.go +++ b/x/aura/types/blocklist/query.pb.gw.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-grpc-gateway. DO NOT EDIT. -// source: ondo/usdy/blocklist/v1/query.proto +// source: aura/blocklist/v1/query.proto /* Package blocklist is a reverse proxy. @@ -145,7 +145,7 @@ func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, clie } var ( - pattern_Query_Owner_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 2, 4}, []string{"ondo", "usdy", "blocklist", "v1", "owner"}, "", runtime.AssumeColonVerbOpt(false))) + pattern_Query_Owner_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"aura", "blocklist", "v1", "owner"}, "", runtime.AssumeColonVerbOpt(false))) ) var ( diff --git a/x/usdy/types/blocklist/tx.pb.go b/x/aura/types/blocklist/tx.pb.go similarity index 88% rename from x/usdy/types/blocklist/tx.pb.go rename to x/aura/types/blocklist/tx.pb.go index 08ade1f..4e7345b 100644 --- a/x/usdy/types/blocklist/tx.pb.go +++ b/x/aura/types/blocklist/tx.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: ondo/usdy/blocklist/v1/tx.proto +// source: aura/blocklist/v1/tx.proto package blocklist @@ -41,7 +41,7 @@ func (m *MsgTransferOwnership) Reset() { *m = MsgTransferOwnership{} } func (m *MsgTransferOwnership) String() string { return proto.CompactTextString(m) } func (*MsgTransferOwnership) ProtoMessage() {} func (*MsgTransferOwnership) Descriptor() ([]byte, []int) { - return fileDescriptor_76edb01ad13ba82d, []int{0} + return fileDescriptor_fc6ef81a8ac3a817, []int{0} } func (m *MsgTransferOwnership) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -78,7 +78,7 @@ func (m *MsgTransferOwnershipResponse) Reset() { *m = MsgTransferOwnersh func (m *MsgTransferOwnershipResponse) String() string { return proto.CompactTextString(m) } func (*MsgTransferOwnershipResponse) ProtoMessage() {} func (*MsgTransferOwnershipResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_76edb01ad13ba82d, []int{1} + return fileDescriptor_fc6ef81a8ac3a817, []int{1} } func (m *MsgTransferOwnershipResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -116,7 +116,7 @@ func (m *MsgAcceptOwnership) Reset() { *m = MsgAcceptOwnership{} } func (m *MsgAcceptOwnership) String() string { return proto.CompactTextString(m) } func (*MsgAcceptOwnership) ProtoMessage() {} func (*MsgAcceptOwnership) Descriptor() ([]byte, []int) { - return fileDescriptor_76edb01ad13ba82d, []int{2} + return fileDescriptor_fc6ef81a8ac3a817, []int{2} } func (m *MsgAcceptOwnership) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -153,7 +153,7 @@ func (m *MsgAcceptOwnershipResponse) Reset() { *m = MsgAcceptOwnershipRe func (m *MsgAcceptOwnershipResponse) String() string { return proto.CompactTextString(m) } func (*MsgAcceptOwnershipResponse) ProtoMessage() {} func (*MsgAcceptOwnershipResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_76edb01ad13ba82d, []int{3} + return fileDescriptor_fc6ef81a8ac3a817, []int{3} } func (m *MsgAcceptOwnershipResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -192,7 +192,7 @@ func (m *MsgAddToBlocklist) Reset() { *m = MsgAddToBlocklist{} } func (m *MsgAddToBlocklist) String() string { return proto.CompactTextString(m) } func (*MsgAddToBlocklist) ProtoMessage() {} func (*MsgAddToBlocklist) Descriptor() ([]byte, []int) { - return fileDescriptor_76edb01ad13ba82d, []int{4} + return fileDescriptor_fc6ef81a8ac3a817, []int{4} } func (m *MsgAddToBlocklist) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -229,7 +229,7 @@ func (m *MsgAddToBlocklistResponse) Reset() { *m = MsgAddToBlocklistResp func (m *MsgAddToBlocklistResponse) String() string { return proto.CompactTextString(m) } func (*MsgAddToBlocklistResponse) ProtoMessage() {} func (*MsgAddToBlocklistResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_76edb01ad13ba82d, []int{5} + return fileDescriptor_fc6ef81a8ac3a817, []int{5} } func (m *MsgAddToBlocklistResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -268,7 +268,7 @@ func (m *MsgRemoveFromBlocklist) Reset() { *m = MsgRemoveFromBlocklist{} func (m *MsgRemoveFromBlocklist) String() string { return proto.CompactTextString(m) } func (*MsgRemoveFromBlocklist) ProtoMessage() {} func (*MsgRemoveFromBlocklist) Descriptor() ([]byte, []int) { - return fileDescriptor_76edb01ad13ba82d, []int{6} + return fileDescriptor_fc6ef81a8ac3a817, []int{6} } func (m *MsgRemoveFromBlocklist) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -305,7 +305,7 @@ func (m *MsgRemoveFromBlocklistResponse) Reset() { *m = MsgRemoveFromBlo func (m *MsgRemoveFromBlocklistResponse) String() string { return proto.CompactTextString(m) } func (*MsgRemoveFromBlocklistResponse) ProtoMessage() {} func (*MsgRemoveFromBlocklistResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_76edb01ad13ba82d, []int{7} + return fileDescriptor_fc6ef81a8ac3a817, []int{7} } func (m *MsgRemoveFromBlocklistResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -335,54 +335,53 @@ func (m *MsgRemoveFromBlocklistResponse) XXX_DiscardUnknown() { var xxx_messageInfo_MsgRemoveFromBlocklistResponse proto.InternalMessageInfo func init() { - proto.RegisterType((*MsgTransferOwnership)(nil), "ondo.usdy.blocklist.v1.MsgTransferOwnership") - proto.RegisterType((*MsgTransferOwnershipResponse)(nil), "ondo.usdy.blocklist.v1.MsgTransferOwnershipResponse") - proto.RegisterType((*MsgAcceptOwnership)(nil), "ondo.usdy.blocklist.v1.MsgAcceptOwnership") - proto.RegisterType((*MsgAcceptOwnershipResponse)(nil), "ondo.usdy.blocklist.v1.MsgAcceptOwnershipResponse") - proto.RegisterType((*MsgAddToBlocklist)(nil), "ondo.usdy.blocklist.v1.MsgAddToBlocklist") - proto.RegisterType((*MsgAddToBlocklistResponse)(nil), "ondo.usdy.blocklist.v1.MsgAddToBlocklistResponse") - proto.RegisterType((*MsgRemoveFromBlocklist)(nil), "ondo.usdy.blocklist.v1.MsgRemoveFromBlocklist") - proto.RegisterType((*MsgRemoveFromBlocklistResponse)(nil), "ondo.usdy.blocklist.v1.MsgRemoveFromBlocklistResponse") -} - -func init() { proto.RegisterFile("ondo/usdy/blocklist/v1/tx.proto", fileDescriptor_76edb01ad13ba82d) } - -var fileDescriptor_76edb01ad13ba82d = []byte{ - // 535 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x94, 0x3f, 0x6f, 0xd3, 0x40, - 0x18, 0xc6, 0x7d, 0x8d, 0xa8, 0x9a, 0x1b, 0x40, 0x31, 0x51, 0x49, 0x4d, 0xe5, 0x44, 0x46, 0x88, - 0x12, 0x51, 0x9b, 0xb4, 0xc0, 0x10, 0x84, 0x50, 0x33, 0xb0, 0x59, 0x48, 0xa1, 0x13, 0x4b, 0x95, - 0xd8, 0xc7, 0xd5, 0x22, 0xbe, 0x33, 0x7e, 0x2f, 0x49, 0x3b, 0x20, 0x21, 0x58, 0x10, 0x13, 0x5f, - 0x00, 0xa9, 0x1b, 0x6b, 0x06, 0x66, 0x66, 0xc6, 0x8a, 0x89, 0x11, 0x25, 0x43, 0xf8, 0x18, 0xc8, - 0x7f, 0x62, 0xd4, 0xe4, 0x12, 0x1a, 0x50, 0x17, 0xcb, 0x77, 0xef, 0xe3, 0xe7, 0xfd, 0xbd, 0xf6, - 0x73, 0xc6, 0x65, 0xce, 0x5c, 0x6e, 0x75, 0xc1, 0x3d, 0xb6, 0xda, 0x1d, 0xee, 0xbc, 0xec, 0x78, - 0x20, 0xac, 0x5e, 0xcd, 0x12, 0x47, 0x66, 0x10, 0x72, 0xc1, 0xd5, 0xf5, 0x48, 0x60, 0x46, 0x02, - 0x33, 0x13, 0x98, 0xbd, 0x9a, 0x56, 0x68, 0xf9, 0x1e, 0xe3, 0x56, 0x7c, 0x4d, 0xa4, 0xda, 0x35, - 0x87, 0x83, 0xcf, 0xc1, 0xf2, 0x81, 0x46, 0x16, 0x3e, 0xd0, 0xb4, 0xb0, 0x91, 0x14, 0x0e, 0xe2, - 0x95, 0x95, 0x2c, 0xd2, 0x52, 0x91, 0x72, 0xca, 0x93, 0xfd, 0xe8, 0x2e, 0xd9, 0x35, 0xbe, 0x22, - 0x5c, 0xb4, 0x81, 0xee, 0x87, 0x2d, 0x06, 0x2f, 0x48, 0xf8, 0xb4, 0xcf, 0x48, 0x08, 0x87, 0x5e, - 0xa0, 0xde, 0xc5, 0xab, 0xe0, 0x51, 0x46, 0xc2, 0x12, 0xaa, 0xa0, 0xad, 0x7c, 0xa3, 0xf4, 0xfd, - 0xcb, 0x76, 0x31, 0x35, 0xdc, 0x73, 0xdd, 0x90, 0x00, 0x3c, 0x13, 0xa1, 0xc7, 0x68, 0x33, 0xd5, - 0xa9, 0xf7, 0x71, 0x9e, 0x91, 0xfe, 0x01, 0x8f, 0x2c, 0x4a, 0x2b, 0x7f, 0x79, 0x68, 0x8d, 0x91, - 0x7e, 0xdc, 0xac, 0xfe, 0xe8, 0xfd, 0x49, 0x59, 0xf9, 0x75, 0x52, 0x56, 0xde, 0x8e, 0x07, 0xd5, - 0xd4, 0xeb, 0xc3, 0x78, 0x50, 0xbd, 0x29, 0x7b, 0x5f, 0x33, 0x9c, 0x86, 0x8e, 0x37, 0x65, 0xfc, - 0x4d, 0x02, 0x01, 0x67, 0x40, 0x8c, 0x77, 0x08, 0xab, 0x36, 0xd0, 0x3d, 0xc7, 0x21, 0x81, 0xf8, - 0x8f, 0xf1, 0xea, 0x0f, 0xe7, 0x70, 0xde, 0x90, 0x71, 0x4e, 0xb5, 0x33, 0x36, 0xb1, 0x36, 0x0b, - 0x91, 0x31, 0x7e, 0x42, 0xb8, 0x10, 0x95, 0x5d, 0x77, 0x9f, 0x37, 0x26, 0x1e, 0xff, 0xf0, 0x05, - 0x34, 0xbc, 0xd6, 0x72, 0x1c, 0xde, 0x65, 0x02, 0x4a, 0x2b, 0x95, 0xdc, 0x56, 0xbe, 0x99, 0xad, - 0xeb, 0xf5, 0x39, 0xf8, 0x86, 0x14, 0xff, 0x0c, 0x89, 0x71, 0x1d, 0x6f, 0xcc, 0xe0, 0x65, 0xf0, - 0x9f, 0x11, 0x5e, 0xb7, 0x81, 0x36, 0x89, 0xcf, 0x7b, 0xe4, 0x49, 0xc8, 0xfd, 0x8b, 0x9a, 0xe0, - 0xf1, 0x9c, 0x09, 0x6e, 0xc9, 0x26, 0x90, 0xe0, 0x18, 0x15, 0xac, 0xcb, 0x41, 0x27, 0xb3, 0xec, - 0x8c, 0x73, 0x38, 0x67, 0x03, 0x55, 0xfb, 0xb8, 0x30, 0x7b, 0x22, 0xee, 0x98, 0xf2, 0x03, 0x6a, - 0xca, 0xf2, 0xa7, 0xdd, 0x5b, 0x46, 0x3d, 0x01, 0x50, 0x5f, 0xe1, 0x2b, 0xd3, 0x49, 0xad, 0x2e, - 0x30, 0x9a, 0xd2, 0x6a, 0x3b, 0xe7, 0xd7, 0x66, 0x2d, 0x19, 0xbe, 0x3c, 0x15, 0xbc, 0xdb, 0x8b, - 0x5c, 0xce, 0x48, 0xb5, 0xda, 0xb9, 0xa5, 0x59, 0xbf, 0xd7, 0xf8, 0xaa, 0x2c, 0x2b, 0xe6, 0x02, - 0x27, 0x89, 0x5e, 0x7b, 0xb0, 0x9c, 0x7e, 0xd2, 0x5e, 0xbb, 0xf4, 0x66, 0x3c, 0xa8, 0xa2, 0x86, - 0xfd, 0x6d, 0xa8, 0xa3, 0xd3, 0xa1, 0x8e, 0x7e, 0x0e, 0x75, 0xf4, 0x71, 0xa4, 0x2b, 0xa7, 0x23, - 0x5d, 0xf9, 0x31, 0xd2, 0x95, 0xe7, 0xbb, 0xd4, 0x13, 0x87, 0xdd, 0xb6, 0xe9, 0x70, 0xdf, 0x62, - 0xbc, 0xdd, 0x21, 0xdb, 0x2d, 0x00, 0x22, 0xc0, 0x8a, 0x63, 0x76, 0x94, 0x04, 0x4d, 0x1c, 0x07, - 0x04, 0xfe, 0xc4, 0xad, 0xbd, 0x1a, 0xff, 0x4d, 0x77, 0x7f, 0x07, 0x00, 0x00, 0xff, 0xff, 0xff, - 0x05, 0x64, 0x2f, 0xe5, 0x05, 0x00, 0x00, + proto.RegisterType((*MsgTransferOwnership)(nil), "aura.blocklist.v1.MsgTransferOwnership") + proto.RegisterType((*MsgTransferOwnershipResponse)(nil), "aura.blocklist.v1.MsgTransferOwnershipResponse") + proto.RegisterType((*MsgAcceptOwnership)(nil), "aura.blocklist.v1.MsgAcceptOwnership") + proto.RegisterType((*MsgAcceptOwnershipResponse)(nil), "aura.blocklist.v1.MsgAcceptOwnershipResponse") + proto.RegisterType((*MsgAddToBlocklist)(nil), "aura.blocklist.v1.MsgAddToBlocklist") + proto.RegisterType((*MsgAddToBlocklistResponse)(nil), "aura.blocklist.v1.MsgAddToBlocklistResponse") + proto.RegisterType((*MsgRemoveFromBlocklist)(nil), "aura.blocklist.v1.MsgRemoveFromBlocklist") + proto.RegisterType((*MsgRemoveFromBlocklistResponse)(nil), "aura.blocklist.v1.MsgRemoveFromBlocklistResponse") +} + +func init() { proto.RegisterFile("aura/blocklist/v1/tx.proto", fileDescriptor_fc6ef81a8ac3a817) } + +var fileDescriptor_fc6ef81a8ac3a817 = []byte{ + // 522 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x94, 0xbf, 0x6f, 0xd3, 0x40, + 0x1c, 0xc5, 0xed, 0x46, 0x54, 0xcd, 0x0d, 0xa0, 0x98, 0x08, 0xd2, 0xa3, 0xb8, 0x91, 0x05, 0xa2, + 0x44, 0xc4, 0x26, 0x54, 0x45, 0x28, 0x5b, 0x33, 0xb0, 0x59, 0x48, 0xa1, 0x13, 0x4b, 0xe5, 0xd8, + 0xc7, 0xd5, 0x22, 0xbe, 0xb3, 0xee, 0x7b, 0x49, 0xca, 0x82, 0x10, 0x13, 0x62, 0x62, 0x64, 0xac, + 0xf8, 0x0b, 0x32, 0xb0, 0x30, 0xb1, 0x32, 0x56, 0x4c, 0x8c, 0x28, 0x19, 0xc2, 0x9f, 0x81, 0xfc, + 0x23, 0x46, 0xb5, 0x1d, 0x11, 0x81, 0x58, 0x92, 0x9c, 0xbf, 0xef, 0xde, 0xfb, 0xdc, 0xe9, 0xc5, + 0x08, 0x3b, 0x23, 0xe1, 0x58, 0x83, 0x21, 0x77, 0x5f, 0x0c, 0x7d, 0x90, 0xd6, 0xb8, 0x63, 0xc9, + 0x53, 0x33, 0x14, 0x5c, 0x72, 0xad, 0x16, 0xcd, 0xcc, 0x6c, 0x66, 0x8e, 0x3b, 0xb8, 0xe6, 0x04, + 0x3e, 0xe3, 0x56, 0xfc, 0x99, 0xa8, 0xf0, 0x75, 0x97, 0x43, 0xc0, 0xc1, 0x0a, 0x80, 0x46, 0xbb, + 0x03, 0xa0, 0xe9, 0x60, 0x3b, 0x19, 0x1c, 0xc7, 0x2b, 0x2b, 0x59, 0xa4, 0xa3, 0x3a, 0xe5, 0x94, + 0x27, 0xcf, 0xa3, 0x5f, 0xc9, 0x53, 0xe3, 0xb3, 0x8a, 0xea, 0x36, 0xd0, 0x23, 0xe1, 0x30, 0x78, + 0x4e, 0xc4, 0x93, 0x09, 0x23, 0x02, 0x4e, 0xfc, 0x50, 0xbb, 0x8f, 0x36, 0xc1, 0xa7, 0x8c, 0x88, + 0x86, 0xda, 0x54, 0xf7, 0xaa, 0xbd, 0xc6, 0xb7, 0x4f, 0xed, 0x7a, 0x6a, 0x78, 0xe8, 0x79, 0x82, + 0x00, 0x3c, 0x95, 0xc2, 0x67, 0xb4, 0x9f, 0xea, 0xb4, 0x03, 0x54, 0x65, 0x64, 0x72, 0xcc, 0x23, + 0x8b, 0xc6, 0xc6, 0x1f, 0x36, 0x6d, 0x31, 0x32, 0x89, 0xc3, 0xba, 0x8f, 0xde, 0x9e, 0xed, 0x2a, + 0x3f, 0xcf, 0x76, 0x95, 0x37, 0x8b, 0x69, 0x2b, 0xf5, 0x7a, 0xb7, 0x98, 0xb6, 0x9a, 0xb9, 0x5b, + 0x2a, 0x20, 0x1a, 0x3a, 0xda, 0x29, 0x43, 0xef, 0x13, 0x08, 0x39, 0x03, 0x62, 0xbc, 0x42, 0x9a, + 0x0d, 0xf4, 0xd0, 0x75, 0x49, 0x28, 0xff, 0xe1, 0x60, 0xdd, 0x87, 0x2b, 0x08, 0xf5, 0x1c, 0x61, + 0x2e, 0xc9, 0xd8, 0x41, 0xb8, 0x98, 0x9f, 0xd1, 0x7d, 0x50, 0x51, 0x2d, 0x1a, 0x7b, 0xde, 0x11, + 0xef, 0x2d, 0x3d, 0xfe, 0xe2, 0xda, 0x31, 0xda, 0x72, 0x5c, 0x97, 0x8f, 0x98, 0x84, 0xc6, 0x46, + 0xb3, 0xb2, 0x57, 0xed, 0x67, 0xeb, 0xee, 0xc1, 0x0a, 0xf2, 0x9b, 0x79, 0xf2, 0x0b, 0x10, 0xc6, + 0x0d, 0xb4, 0x5d, 0x20, 0xcb, 0xb8, 0x3f, 0xaa, 0xe8, 0x9a, 0x0d, 0xb4, 0x4f, 0x02, 0x3e, 0x26, + 0x8f, 0x05, 0x0f, 0xfe, 0x17, 0x7c, 0x77, 0x05, 0xbc, 0x91, 0x83, 0x2f, 0x21, 0x31, 0x9a, 0x48, + 0x2f, 0x67, 0x5c, 0x1e, 0xe3, 0xc1, 0x97, 0x0a, 0xaa, 0xd8, 0x40, 0xb5, 0x00, 0xd5, 0x8a, 0xe5, + 0xbf, 0x63, 0x16, 0xfe, 0x86, 0x66, 0x59, 0xd5, 0xb0, 0xb5, 0xa6, 0x70, 0x19, 0xab, 0x51, 0x74, + 0x25, 0x5f, 0xc8, 0xdb, 0xe5, 0x1e, 0x39, 0x19, 0x6e, 0xaf, 0x25, 0xcb, 0x82, 0x3c, 0x74, 0x39, + 0x57, 0xad, 0x5b, 0x2b, 0x0c, 0x2e, 0xa8, 0xf0, 0xbd, 0x75, 0x54, 0x59, 0x0a, 0xa0, 0xab, 0x65, + 0x45, 0xb8, 0x5b, 0x6e, 0x52, 0x22, 0xc5, 0x9d, 0xb5, 0xa5, 0xcb, 0x50, 0x7c, 0xe9, 0xf5, 0x62, + 0xda, 0x52, 0x7b, 0xf6, 0xd7, 0x99, 0xae, 0x9e, 0xcf, 0x74, 0xf5, 0xc7, 0x4c, 0x57, 0xdf, 0xcf, + 0x75, 0xe5, 0x7c, 0xae, 0x2b, 0xdf, 0xe7, 0xba, 0xf2, 0x6c, 0x9f, 0xfa, 0xf2, 0x64, 0x34, 0x30, + 0x5d, 0x1e, 0x58, 0x8c, 0x0f, 0x86, 0xa4, 0xed, 0x00, 0x10, 0x09, 0x56, 0xdc, 0x9c, 0xd3, 0xe4, + 0x4b, 0xbe, 0x0c, 0x09, 0xfc, 0xae, 0xd1, 0x60, 0x33, 0x7e, 0x21, 0xee, 0xff, 0x0a, 0x00, 0x00, + 0xff, 0xff, 0x45, 0x3f, 0xa8, 0x3c, 0x9e, 0x05, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -413,7 +412,7 @@ func NewMsgClient(cc grpc1.ClientConn) MsgClient { func (c *msgClient) TransferOwnership(ctx context.Context, in *MsgTransferOwnership, opts ...grpc.CallOption) (*MsgTransferOwnershipResponse, error) { out := new(MsgTransferOwnershipResponse) - err := c.cc.Invoke(ctx, "/ondo.usdy.blocklist.v1.Msg/TransferOwnership", in, out, opts...) + err := c.cc.Invoke(ctx, "/aura.blocklist.v1.Msg/TransferOwnership", in, out, opts...) if err != nil { return nil, err } @@ -422,7 +421,7 @@ func (c *msgClient) TransferOwnership(ctx context.Context, in *MsgTransferOwners func (c *msgClient) AcceptOwnership(ctx context.Context, in *MsgAcceptOwnership, opts ...grpc.CallOption) (*MsgAcceptOwnershipResponse, error) { out := new(MsgAcceptOwnershipResponse) - err := c.cc.Invoke(ctx, "/ondo.usdy.blocklist.v1.Msg/AcceptOwnership", in, out, opts...) + err := c.cc.Invoke(ctx, "/aura.blocklist.v1.Msg/AcceptOwnership", in, out, opts...) if err != nil { return nil, err } @@ -431,7 +430,7 @@ func (c *msgClient) AcceptOwnership(ctx context.Context, in *MsgAcceptOwnership, func (c *msgClient) AddToBlocklist(ctx context.Context, in *MsgAddToBlocklist, opts ...grpc.CallOption) (*MsgAddToBlocklistResponse, error) { out := new(MsgAddToBlocklistResponse) - err := c.cc.Invoke(ctx, "/ondo.usdy.blocklist.v1.Msg/AddToBlocklist", in, out, opts...) + err := c.cc.Invoke(ctx, "/aura.blocklist.v1.Msg/AddToBlocklist", in, out, opts...) if err != nil { return nil, err } @@ -440,7 +439,7 @@ func (c *msgClient) AddToBlocklist(ctx context.Context, in *MsgAddToBlocklist, o func (c *msgClient) RemoveFromBlocklist(ctx context.Context, in *MsgRemoveFromBlocklist, opts ...grpc.CallOption) (*MsgRemoveFromBlocklistResponse, error) { out := new(MsgRemoveFromBlocklistResponse) - err := c.cc.Invoke(ctx, "/ondo.usdy.blocklist.v1.Msg/RemoveFromBlocklist", in, out, opts...) + err := c.cc.Invoke(ctx, "/aura.blocklist.v1.Msg/RemoveFromBlocklist", in, out, opts...) if err != nil { return nil, err } @@ -486,7 +485,7 @@ func _Msg_TransferOwnership_Handler(srv interface{}, ctx context.Context, dec fu } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/ondo.usdy.blocklist.v1.Msg/TransferOwnership", + FullMethod: "/aura.blocklist.v1.Msg/TransferOwnership", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MsgServer).TransferOwnership(ctx, req.(*MsgTransferOwnership)) @@ -504,7 +503,7 @@ func _Msg_AcceptOwnership_Handler(srv interface{}, ctx context.Context, dec func } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/ondo.usdy.blocklist.v1.Msg/AcceptOwnership", + FullMethod: "/aura.blocklist.v1.Msg/AcceptOwnership", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MsgServer).AcceptOwnership(ctx, req.(*MsgAcceptOwnership)) @@ -522,7 +521,7 @@ func _Msg_AddToBlocklist_Handler(srv interface{}, ctx context.Context, dec func( } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/ondo.usdy.blocklist.v1.Msg/AddToBlocklist", + FullMethod: "/aura.blocklist.v1.Msg/AddToBlocklist", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MsgServer).AddToBlocklist(ctx, req.(*MsgAddToBlocklist)) @@ -540,7 +539,7 @@ func _Msg_RemoveFromBlocklist_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/ondo.usdy.blocklist.v1.Msg/RemoveFromBlocklist", + FullMethod: "/aura.blocklist.v1.Msg/RemoveFromBlocklist", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MsgServer).RemoveFromBlocklist(ctx, req.(*MsgRemoveFromBlocklist)) @@ -549,7 +548,7 @@ func _Msg_RemoveFromBlocklist_Handler(srv interface{}, ctx context.Context, dec } var _Msg_serviceDesc = grpc.ServiceDesc{ - ServiceName: "ondo.usdy.blocklist.v1.Msg", + ServiceName: "aura.blocklist.v1.Msg", HandlerType: (*MsgServer)(nil), Methods: []grpc.MethodDesc{ { @@ -570,7 +569,7 @@ var _Msg_serviceDesc = grpc.ServiceDesc{ }, }, Streams: []grpc.StreamDesc{}, - Metadata: "ondo/usdy/blocklist/v1/tx.proto", + Metadata: "aura/blocklist/v1/tx.proto", } func (m *MsgTransferOwnership) Marshal() (dAtA []byte, err error) { diff --git a/x/usdy/types/codec.go b/x/aura/types/codec.go similarity index 71% rename from x/usdy/types/codec.go rename to x/aura/types/codec.go index 084afa4..e6cd526 100644 --- a/x/usdy/types/codec.go +++ b/x/aura/types/codec.go @@ -5,16 +5,16 @@ import ( codectypes "github.com/cosmos/cosmos-sdk/codec/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/msgservice" - "github.com/noble-assets/ondo/x/usdy/types/blocklist" + "github.com/noble-assets/aura/x/aura/types/blocklist" ) func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) { blocklist.RegisterLegacyAminoCodec(cdc) - cdc.RegisterConcrete(&MsgBurn{}, "ondo/usdy/Burn", nil) - cdc.RegisterConcrete(&MsgMint{}, "ondo/usdy/Mint", nil) - cdc.RegisterConcrete(&MsgPause{}, "ondo/usdy/Pause", nil) - cdc.RegisterConcrete(&MsgUnpause{}, "ondo/usdy/Unpause", nil) + cdc.RegisterConcrete(&MsgBurn{}, "aura/Burn", nil) + cdc.RegisterConcrete(&MsgMint{}, "aura/Mint", nil) + cdc.RegisterConcrete(&MsgPause{}, "aura/Pause", nil) + cdc.RegisterConcrete(&MsgUnpause{}, "aura/Unpause", nil) } func RegisterInterfaces(registry codectypes.InterfaceRegistry) { diff --git a/x/usdy/types/errors.go b/x/aura/types/errors.go similarity index 100% rename from x/usdy/types/errors.go rename to x/aura/types/errors.go diff --git a/x/usdy/types/events.pb.go b/x/aura/types/events.pb.go similarity index 87% rename from x/usdy/types/events.pb.go rename to x/aura/types/events.pb.go index e1f807f..3db5e2b 100644 --- a/x/usdy/types/events.pb.go +++ b/x/aura/types/events.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: ondo/usdy/v1/events.proto +// source: aura/v1/events.proto package types @@ -32,7 +32,7 @@ func (m *Paused) Reset() { *m = Paused{} } func (m *Paused) String() string { return proto.CompactTextString(m) } func (*Paused) ProtoMessage() {} func (*Paused) Descriptor() ([]byte, []int) { - return fileDescriptor_36dba1da504d7e17, []int{0} + return fileDescriptor_2e649e32a11ca0c4, []int{0} } func (m *Paused) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -78,7 +78,7 @@ func (m *Unpaused) Reset() { *m = Unpaused{} } func (m *Unpaused) String() string { return proto.CompactTextString(m) } func (*Unpaused) ProtoMessage() {} func (*Unpaused) Descriptor() ([]byte, []int) { - return fileDescriptor_36dba1da504d7e17, []int{1} + return fileDescriptor_2e649e32a11ca0c4, []int{1} } func (m *Unpaused) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -115,25 +115,25 @@ func (m *Unpaused) GetAccount() string { } func init() { - proto.RegisterType((*Paused)(nil), "ondo.usdy.v1.Paused") - proto.RegisterType((*Unpaused)(nil), "ondo.usdy.v1.Unpaused") + proto.RegisterType((*Paused)(nil), "aura.v1.Paused") + proto.RegisterType((*Unpaused)(nil), "aura.v1.Unpaused") } -func init() { proto.RegisterFile("ondo/usdy/v1/events.proto", fileDescriptor_36dba1da504d7e17) } +func init() { proto.RegisterFile("aura/v1/events.proto", fileDescriptor_2e649e32a11ca0c4) } -var fileDescriptor_36dba1da504d7e17 = []byte{ - // 169 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xcc, 0xcf, 0x4b, 0xc9, - 0xd7, 0x2f, 0x2d, 0x4e, 0xa9, 0xd4, 0x2f, 0x33, 0xd4, 0x4f, 0x2d, 0x4b, 0xcd, 0x2b, 0x29, 0xd6, - 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x01, 0x49, 0xe9, 0x81, 0xa4, 0xf4, 0xca, 0x0c, 0x95, - 0x94, 0xb8, 0xd8, 0x02, 0x12, 0x4b, 0x8b, 0x53, 0x53, 0x84, 0x24, 0xb8, 0xd8, 0x13, 0x93, 0x93, - 0xf3, 0x4b, 0xf3, 0x4a, 0x24, 0x18, 0x15, 0x18, 0x35, 0x38, 0x83, 0x60, 0x5c, 0x25, 0x15, 0x2e, - 0x8e, 0xd0, 0xbc, 0x02, 0x02, 0xaa, 0x9c, 0x9c, 0x4f, 0x3c, 0x92, 0x63, 0xbc, 0xf0, 0x48, 0x8e, - 0xf1, 0xc1, 0x23, 0x39, 0xc6, 0x09, 0x8f, 0xe5, 0x18, 0x2e, 0x3c, 0x96, 0x63, 0xb8, 0xf1, 0x58, - 0x8e, 0x21, 0x4a, 0x33, 0x3d, 0xb3, 0x24, 0xa3, 0x34, 0x49, 0x2f, 0x39, 0x3f, 0x57, 0x3f, 0x2f, - 0x3f, 0x29, 0x27, 0x55, 0x37, 0xb1, 0xb8, 0x38, 0xb5, 0xa4, 0x58, 0x1f, 0xec, 0xc8, 0x0a, 0x88, - 0x33, 0x4b, 0x2a, 0x0b, 0x52, 0x8b, 0x93, 0xd8, 0xc0, 0x6e, 0x34, 0x06, 0x04, 0x00, 0x00, 0xff, - 0xff, 0x1c, 0x4f, 0x98, 0xe0, 0xc0, 0x00, 0x00, 0x00, +var fileDescriptor_2e649e32a11ca0c4 = []byte{ + // 161 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0x49, 0x2c, 0x2d, 0x4a, + 0xd4, 0x2f, 0x33, 0xd4, 0x4f, 0x2d, 0x4b, 0xcd, 0x2b, 0x29, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, + 0x17, 0x62, 0x07, 0x89, 0xea, 0x95, 0x19, 0x2a, 0x29, 0x71, 0xb1, 0x05, 0x24, 0x96, 0x16, 0xa7, + 0xa6, 0x08, 0x49, 0x70, 0xb1, 0x27, 0x26, 0x27, 0xe7, 0x97, 0xe6, 0x95, 0x48, 0x30, 0x2a, 0x30, + 0x6a, 0x70, 0x06, 0xc1, 0xb8, 0x4a, 0x2a, 0x5c, 0x1c, 0xa1, 0x79, 0x05, 0x04, 0x54, 0x39, 0x39, + 0x9f, 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, 0xcb, + 0x31, 0x5c, 0x78, 0x2c, 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x43, 0x94, 0x66, 0x7a, 0x66, 0x49, 0x46, + 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x7e, 0x5e, 0x7e, 0x52, 0x4e, 0xaa, 0x6e, 0x62, 0x71, 0x71, + 0x6a, 0x49, 0xb1, 0x3e, 0xd8, 0x69, 0x15, 0x10, 0xaa, 0xa4, 0xb2, 0x20, 0xb5, 0x38, 0x89, 0x0d, + 0xec, 0x3c, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0x25, 0xcd, 0x00, 0xec, 0xb6, 0x00, 0x00, + 0x00, } func (m *Paused) Marshal() (dAtA []byte, err error) { diff --git a/x/usdy/types/expected_keepers.go b/x/aura/types/expected_keepers.go similarity index 100% rename from x/usdy/types/expected_keepers.go rename to x/aura/types/expected_keepers.go diff --git a/x/usdy/types/genesis.go b/x/aura/types/genesis.go similarity index 78% rename from x/usdy/types/genesis.go rename to x/aura/types/genesis.go index 11dc223..942bafc 100644 --- a/x/usdy/types/genesis.go +++ b/x/aura/types/genesis.go @@ -1,6 +1,6 @@ package types -import "github.com/noble-assets/ondo/x/usdy/types/blocklist" +import "github.com/noble-assets/aura/x/aura/types/blocklist" func DefaultGenesisState() *GenesisState { return &GenesisState{ diff --git a/x/usdy/types/genesis.pb.go b/x/aura/types/genesis.pb.go similarity index 82% rename from x/usdy/types/genesis.pb.go rename to x/aura/types/genesis.pb.go index 59b8209..e12b033 100644 --- a/x/usdy/types/genesis.pb.go +++ b/x/aura/types/genesis.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: ondo/usdy/v1/genesis.proto +// source: aura/v1/genesis.proto package types @@ -8,7 +8,7 @@ import ( _ "github.com/cosmos/cosmos-proto" _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" - blocklist "github.com/noble-assets/ondo/x/usdy/types/blocklist" + blocklist "github.com/noble-assets/aura/x/aura/types/blocklist" io "io" math "math" math_bits "math/bits" @@ -28,7 +28,7 @@ const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package type GenesisState struct { // blocklist_state is the genesis state of the blocklist submodule. BlocklistState blocklist.GenesisState `protobuf:"bytes,1,opt,name=blocklist_state,json=blocklistState,proto3" json:"blocklist_state"` - // paused is the paused state of the Ondo USDY module. + // paused is the paused state of the Aura module. Paused bool `protobuf:"varint,2,opt,name=paused,proto3" json:"paused,omitempty"` // burner is the address that can burn USDY. Burner string `protobuf:"bytes,3,opt,name=burner,proto3" json:"burner,omitempty"` @@ -42,7 +42,7 @@ func (m *GenesisState) Reset() { *m = GenesisState{} } func (m *GenesisState) String() string { return proto.CompactTextString(m) } func (*GenesisState) ProtoMessage() {} func (*GenesisState) Descriptor() ([]byte, []int) { - return fileDescriptor_2fc46131d161c6f6, []int{0} + return fileDescriptor_dffbbeb9813c8a98, []int{0} } func (m *GenesisState) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -107,33 +107,32 @@ func (m *GenesisState) GetPauser() string { } func init() { - proto.RegisterType((*GenesisState)(nil), "ondo.usdy.v1.GenesisState") + proto.RegisterType((*GenesisState)(nil), "aura.v1.GenesisState") } -func init() { proto.RegisterFile("ondo/usdy/v1/genesis.proto", fileDescriptor_2fc46131d161c6f6) } +func init() { proto.RegisterFile("aura/v1/genesis.proto", fileDescriptor_dffbbeb9813c8a98) } -var fileDescriptor_2fc46131d161c6f6 = []byte{ - // 309 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x90, 0x31, 0x4e, 0xc3, 0x30, - 0x14, 0x86, 0xe3, 0x52, 0x2a, 0x08, 0x15, 0x48, 0x55, 0x85, 0x4c, 0x07, 0x53, 0xa1, 0x0e, 0x65, - 0xa8, 0x4d, 0xe1, 0x04, 0x94, 0x81, 0xbd, 0xdd, 0x58, 0xaa, 0x26, 0xb1, 0x42, 0x44, 0x62, 0x47, - 0x7e, 0x4e, 0x44, 0x6f, 0x01, 0x77, 0xe1, 0x10, 0x1d, 0x2b, 0x26, 0x26, 0x84, 0x92, 0x8b, 0x20, - 0xc7, 0x51, 0x8a, 0xc4, 0xd0, 0x2d, 0xef, 0xff, 0xbf, 0xff, 0xbd, 0xf8, 0x77, 0x07, 0x52, 0x04, - 0x92, 0x65, 0x10, 0xac, 0x59, 0x3e, 0x65, 0x21, 0x17, 0x1c, 0x22, 0xa0, 0xa9, 0x92, 0x5a, 0xf6, - 0xba, 0xc6, 0xa3, 0xc6, 0xa3, 0xf9, 0x74, 0x70, 0xe1, 0x4b, 0x48, 0x24, 0x2c, 0x2b, 0x8f, 0xd9, - 0xc1, 0x82, 0x83, 0x7e, 0x28, 0x43, 0x69, 0x75, 0xf3, 0x55, 0xab, 0xa3, 0xdd, 0x6a, 0x2f, 0x96, - 0xfe, 0x4b, 0x1c, 0x81, 0xfe, 0x77, 0xe4, 0xea, 0xbd, 0xe5, 0x76, 0x1f, 0xad, 0xb2, 0xd0, 0x2b, - 0xcd, 0x7b, 0x0b, 0xf7, 0xac, 0xc1, 0x97, 0x60, 0x24, 0x8c, 0x86, 0x68, 0x7c, 0x72, 0x3b, 0xa2, - 0xbb, 0xff, 0x69, 0x08, 0x9a, 0x4f, 0xe9, 0xdf, 0xf8, 0xac, 0xbd, 0xf9, 0xbe, 0x74, 0xe6, 0xa7, - 0x0d, 0x60, 0x97, 0x9e, 0xbb, 0x9d, 0x74, 0x95, 0x01, 0x0f, 0x70, 0x6b, 0x88, 0xc6, 0x47, 0xf3, - 0x7a, 0xea, 0xdd, 0xb8, 0x1d, 0x2f, 0x53, 0x82, 0x2b, 0x7c, 0x30, 0x44, 0xe3, 0xe3, 0x19, 0xfe, - 0xfc, 0x98, 0xf4, 0xeb, 0xb7, 0xdd, 0x07, 0x81, 0xe2, 0x00, 0x0b, 0xad, 0x22, 0x11, 0xce, 0x6b, - 0xce, 0x24, 0x92, 0x48, 0x68, 0xae, 0x70, 0x7b, 0x5f, 0xc2, 0x72, 0x26, 0x51, 0x5d, 0x53, 0xf8, - 0x70, 0x5f, 0xc2, 0x72, 0xb3, 0x87, 0x4d, 0x41, 0xd0, 0xb6, 0x20, 0xe8, 0xa7, 0x20, 0xe8, 0xad, - 0x24, 0xce, 0xb6, 0x24, 0xce, 0x57, 0x49, 0x9c, 0xa7, 0xeb, 0x30, 0xd2, 0xcf, 0x99, 0x47, 0x7d, - 0x99, 0x30, 0x21, 0xbd, 0x98, 0x4f, 0x56, 0x00, 0x5c, 0x03, 0xab, 0xba, 0x7e, 0xb5, 0x6d, 0xeb, - 0x75, 0xca, 0xc1, 0xeb, 0x54, 0xfd, 0xde, 0xfd, 0x06, 0x00, 0x00, 0xff, 0xff, 0x54, 0xe3, 0xb7, - 0x08, 0xe2, 0x01, 0x00, 0x00, +var fileDescriptor_dffbbeb9813c8a98 = []byte{ + // 301 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x51, 0x3d, 0x4e, 0xc3, 0x30, + 0x14, 0x8e, 0x4b, 0x29, 0x10, 0x10, 0x48, 0x55, 0x41, 0xa6, 0x83, 0x5b, 0x31, 0x85, 0xa1, 0x0e, + 0x81, 0x13, 0x10, 0x06, 0x36, 0x86, 0x74, 0x63, 0xa9, 0xf2, 0x63, 0x85, 0x88, 0x24, 0x8e, 0xfc, + 0x9c, 0x08, 0xee, 0xc0, 0xc0, 0x61, 0x38, 0x44, 0xc7, 0x8a, 0x89, 0x09, 0xa1, 0xe4, 0x22, 0x28, + 0x76, 0x14, 0x21, 0x31, 0x74, 0xb2, 0xbf, 0x5f, 0x3f, 0xf9, 0x99, 0xa7, 0x7e, 0x29, 0x7c, 0xbb, + 0x72, 0xec, 0x98, 0xe5, 0x0c, 0x12, 0xa0, 0x85, 0xe0, 0x92, 0x8f, 0xf7, 0x5a, 0x9a, 0x56, 0xce, + 0x74, 0xa6, 0xf4, 0x20, 0xe5, 0xe1, 0x73, 0x9a, 0x80, 0xfc, 0xe7, 0x9c, 0x9e, 0x87, 0x1c, 0x32, + 0x0e, 0x2b, 0x85, 0x6c, 0x0d, 0x3a, 0x69, 0x12, 0xf3, 0x98, 0x6b, 0xbe, 0xbd, 0x69, 0xf6, 0xe2, + 0x6d, 0x60, 0x1e, 0xdd, 0xeb, 0x8a, 0xa5, 0xf4, 0x25, 0x1b, 0x3f, 0x98, 0x27, 0x7d, 0xff, 0x0a, + 0x5a, 0x0a, 0xa3, 0x39, 0xb2, 0x0e, 0xaf, 0x67, 0x54, 0x4d, 0xd1, 0x8b, 0xb4, 0x72, 0xe8, 0xdf, + 0xa4, 0x3b, 0x5c, 0x7f, 0xcf, 0x0c, 0xef, 0xb8, 0x37, 0xe8, 0xbe, 0x33, 0x73, 0x54, 0xf8, 0x25, + 0xb0, 0x08, 0x0f, 0xe6, 0xc8, 0xda, 0xf7, 0x3a, 0x34, 0xbe, 0x32, 0x47, 0x41, 0x29, 0x72, 0x26, + 0xf0, 0xce, 0x1c, 0x59, 0x07, 0x2e, 0xfe, 0xfc, 0x58, 0x4c, 0xba, 0x81, 0x6f, 0xa3, 0x48, 0x30, + 0x80, 0xa5, 0x14, 0x49, 0x1e, 0x7b, 0x9d, 0xaf, 0x4d, 0x64, 0x49, 0x2e, 0x99, 0xc0, 0xc3, 0x6d, + 0x09, 0xed, 0x6b, 0x13, 0xea, 0x35, 0x81, 0x77, 0xb7, 0x25, 0xb4, 0xcf, 0xbd, 0x5b, 0xd7, 0x04, + 0x6d, 0x6a, 0x82, 0x7e, 0x6a, 0x82, 0xde, 0x1b, 0x62, 0x6c, 0x1a, 0x62, 0x7c, 0x35, 0xc4, 0x78, + 0xbc, 0x8c, 0x13, 0xf9, 0x54, 0x06, 0x34, 0xe4, 0x99, 0x9d, 0xf3, 0x20, 0x65, 0x0b, 0x1f, 0x80, + 0x49, 0xb0, 0xd5, 0x4a, 0x5e, 0xf4, 0x21, 0x5f, 0x0b, 0x06, 0xc1, 0x48, 0x7d, 0xed, 0xcd, 0x6f, + 0x00, 0x00, 0x00, 0xff, 0xff, 0x23, 0x4e, 0x28, 0xc3, 0xce, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/usdy/types/keys.go b/x/aura/types/keys.go similarity index 84% rename from x/usdy/types/keys.go rename to x/aura/types/keys.go index 8b88d15..05d8089 100644 --- a/x/usdy/types/keys.go +++ b/x/aura/types/keys.go @@ -1,6 +1,6 @@ package types -const ModuleName = "usdy" +const ModuleName = "aura" var ( PausedKey = []byte("paused") diff --git a/x/usdy/types/query.pb.go b/x/aura/types/query.pb.go similarity index 87% rename from x/usdy/types/query.pb.go rename to x/aura/types/query.pb.go index 78c69e2..084957d 100644 --- a/x/usdy/types/query.pb.go +++ b/x/aura/types/query.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: ondo/usdy/v1/query.proto +// source: aura/v1/query.proto package types @@ -38,7 +38,7 @@ func (m *QueryDenom) Reset() { *m = QueryDenom{} } func (m *QueryDenom) String() string { return proto.CompactTextString(m) } func (*QueryDenom) ProtoMessage() {} func (*QueryDenom) Descriptor() ([]byte, []int) { - return fileDescriptor_a3bae7885f0d315b, []int{0} + return fileDescriptor_2046dd993d22edf0, []int{0} } func (m *QueryDenom) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -75,7 +75,7 @@ func (m *QueryDenomResponse) Reset() { *m = QueryDenomResponse{} } func (m *QueryDenomResponse) String() string { return proto.CompactTextString(m) } func (*QueryDenomResponse) ProtoMessage() {} func (*QueryDenomResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_a3bae7885f0d315b, []int{1} + return fileDescriptor_2046dd993d22edf0, []int{1} } func (m *QueryDenomResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -118,7 +118,7 @@ func (m *QueryPaused) Reset() { *m = QueryPaused{} } func (m *QueryPaused) String() string { return proto.CompactTextString(m) } func (*QueryPaused) ProtoMessage() {} func (*QueryPaused) Descriptor() ([]byte, []int) { - return fileDescriptor_a3bae7885f0d315b, []int{2} + return fileDescriptor_2046dd993d22edf0, []int{2} } func (m *QueryPaused) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -155,7 +155,7 @@ func (m *QueryPausedResponse) Reset() { *m = QueryPausedResponse{} } func (m *QueryPausedResponse) String() string { return proto.CompactTextString(m) } func (*QueryPausedResponse) ProtoMessage() {} func (*QueryPausedResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_a3bae7885f0d315b, []int{3} + return fileDescriptor_2046dd993d22edf0, []int{3} } func (m *QueryPausedResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -198,7 +198,7 @@ func (m *QueryPauser) Reset() { *m = QueryPauser{} } func (m *QueryPauser) String() string { return proto.CompactTextString(m) } func (*QueryPauser) ProtoMessage() {} func (*QueryPauser) Descriptor() ([]byte, []int) { - return fileDescriptor_a3bae7885f0d315b, []int{4} + return fileDescriptor_2046dd993d22edf0, []int{4} } func (m *QueryPauser) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -235,7 +235,7 @@ func (m *QueryPauserResponse) Reset() { *m = QueryPauserResponse{} } func (m *QueryPauserResponse) String() string { return proto.CompactTextString(m) } func (*QueryPauserResponse) ProtoMessage() {} func (*QueryPauserResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_a3bae7885f0d315b, []int{5} + return fileDescriptor_2046dd993d22edf0, []int{5} } func (m *QueryPauserResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -272,43 +272,43 @@ func (m *QueryPauserResponse) GetPauser() string { } func init() { - proto.RegisterType((*QueryDenom)(nil), "ondo.usdy.v1.QueryDenom") - proto.RegisterType((*QueryDenomResponse)(nil), "ondo.usdy.v1.QueryDenomResponse") - proto.RegisterType((*QueryPaused)(nil), "ondo.usdy.v1.QueryPaused") - proto.RegisterType((*QueryPausedResponse)(nil), "ondo.usdy.v1.QueryPausedResponse") - proto.RegisterType((*QueryPauser)(nil), "ondo.usdy.v1.QueryPauser") - proto.RegisterType((*QueryPauserResponse)(nil), "ondo.usdy.v1.QueryPauserResponse") -} - -func init() { proto.RegisterFile("ondo/usdy/v1/query.proto", fileDescriptor_a3bae7885f0d315b) } - -var fileDescriptor_a3bae7885f0d315b = []byte{ - // 399 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0xb1, 0x4e, 0xe3, 0x40, - 0x10, 0x86, 0xe3, 0x48, 0x8e, 0xee, 0xf6, 0x72, 0xc5, 0x6d, 0x72, 0x27, 0xc7, 0x77, 0x67, 0x25, - 0xae, 0xee, 0x22, 0xc5, 0x4b, 0x80, 0x17, 0x20, 0x20, 0xd1, 0x42, 0xe8, 0x68, 0x90, 0x13, 0xaf, - 0x8c, 0xa5, 0x78, 0xc7, 0xec, 0xda, 0x11, 0x69, 0xa9, 0x28, 0x91, 0x78, 0x09, 0x4a, 0x0a, 0x1e, - 0x81, 0x82, 0x32, 0x82, 0x86, 0x12, 0x25, 0x48, 0xbc, 0x06, 0xf2, 0xae, 0x71, 0x12, 0x84, 0x25, - 0x9a, 0x48, 0xff, 0xfc, 0x3b, 0xdf, 0x3f, 0x33, 0x31, 0x32, 0x80, 0x79, 0x40, 0x12, 0xe1, 0x4d, - 0xc8, 0xb8, 0x4b, 0x4e, 0x12, 0xca, 0x27, 0x4e, 0xc4, 0x21, 0x06, 0x5c, 0x4d, 0x1d, 0x27, 0x75, - 0x9c, 0x71, 0xd7, 0xfc, 0xe1, 0x86, 0x01, 0x03, 0x22, 0x7f, 0xd5, 0x03, 0xf3, 0xf7, 0x10, 0x44, - 0x08, 0x42, 0x35, 0xbd, 0xeb, 0x36, 0x1b, 0xca, 0x3c, 0x92, 0x8a, 0x28, 0x91, 0x59, 0x7f, 0x7c, - 0x00, 0x7f, 0x44, 0x89, 0x1b, 0x05, 0xc4, 0x65, 0x0c, 0x62, 0x37, 0x0e, 0x80, 0x65, 0xae, 0x5d, - 0x45, 0x68, 0x3f, 0xe5, 0xec, 0x50, 0x06, 0xa1, 0xdd, 0x46, 0x78, 0xa1, 0xfa, 0x54, 0x44, 0xc0, - 0x04, 0xc5, 0x75, 0xa4, 0x7b, 0x69, 0xc1, 0xd0, 0x9a, 0xda, 0xbf, 0xaf, 0x7d, 0x25, 0xec, 0xef, - 0xe8, 0x9b, 0x7c, 0xbb, 0xe7, 0x26, 0x82, 0x7a, 0xf6, 0x26, 0xaa, 0x2d, 0xc9, 0xbc, 0xf7, 0x2f, - 0xaa, 0x44, 0xb2, 0x22, 0x9b, 0xbf, 0xf4, 0xf4, 0xab, 0x97, 0xeb, 0xb6, 0xd6, 0xcf, 0x8a, 0xab, - 0x10, 0x6e, 0xef, 0x2e, 0x43, 0x78, 0x0e, 0x59, 0xcb, 0x20, 0x5c, 0x4d, 0xd0, 0x33, 0xee, 0x6f, - 0x3a, 0xf5, 0x6c, 0xc9, 0x2d, 0xcf, 0xe3, 0x54, 0x88, 0x83, 0x98, 0x07, 0xcc, 0xcf, 0xb8, 0x7c, - 0xfd, 0xb6, 0x8c, 0x74, 0x49, 0xc2, 0x14, 0xe9, 0x72, 0x1b, 0x6c, 0x38, 0xcb, 0x17, 0x76, 0x16, - 0x7b, 0x9a, 0xcd, 0x22, 0xe7, 0x6d, 0x00, 0xbb, 0x79, 0x9e, 0x4e, 0x7d, 0xf6, 0xf0, 0x7c, 0x59, - 0xfe, 0x89, 0x6b, 0x64, 0xe5, 0x4f, 0x94, 0xd7, 0xc0, 0x01, 0xaa, 0xa8, 0xcd, 0x71, 0xe3, 0x03, - 0x9a, 0xb2, 0xcc, 0x56, 0xa1, 0x95, 0x27, 0xb5, 0x16, 0x49, 0xbf, 0x70, 0x7d, 0x35, 0x49, 0xdd, - 0x2c, 0x8f, 0xe2, 0xc5, 0x51, 0xbc, 0x38, 0x8a, 0x7f, 0x3e, 0x8a, 0xf7, 0xb6, 0xef, 0x66, 0x96, - 0x36, 0x9d, 0x59, 0xda, 0xd3, 0xcc, 0xd2, 0x2e, 0xe6, 0x56, 0x69, 0x3a, 0xb7, 0x4a, 0x8f, 0x73, - 0xab, 0x74, 0xf8, 0xdf, 0x0f, 0xe2, 0xe3, 0x64, 0xe0, 0x0c, 0x21, 0x24, 0x0c, 0x06, 0x23, 0xda, - 0x71, 0x85, 0xa0, 0xb1, 0x50, 0x98, 0x53, 0x05, 0x8a, 0x27, 0x11, 0x15, 0x83, 0x8a, 0xfc, 0xd2, - 0x36, 0x5e, 0x03, 0x00, 0x00, 0xff, 0xff, 0x10, 0x6c, 0xd9, 0xfb, 0xfc, 0x02, 0x00, 0x00, + proto.RegisterType((*QueryDenom)(nil), "aura.v1.QueryDenom") + proto.RegisterType((*QueryDenomResponse)(nil), "aura.v1.QueryDenomResponse") + proto.RegisterType((*QueryPaused)(nil), "aura.v1.QueryPaused") + proto.RegisterType((*QueryPausedResponse)(nil), "aura.v1.QueryPausedResponse") + proto.RegisterType((*QueryPauser)(nil), "aura.v1.QueryPauser") + proto.RegisterType((*QueryPauserResponse)(nil), "aura.v1.QueryPauserResponse") +} + +func init() { proto.RegisterFile("aura/v1/query.proto", fileDescriptor_2046dd993d22edf0) } + +var fileDescriptor_2046dd993d22edf0 = []byte{ + // 389 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0xbd, 0x4e, 0xeb, 0x30, + 0x1c, 0xc5, 0x9b, 0x4a, 0xe9, 0xbd, 0xd7, 0x97, 0xaf, 0xba, 0x1d, 0x4a, 0x5a, 0x22, 0x94, 0x09, + 0x2a, 0x35, 0xa6, 0xc0, 0x0b, 0x50, 0x90, 0x58, 0xa1, 0x48, 0x0c, 0x5d, 0x90, 0xdb, 0x58, 0x21, + 0x52, 0x63, 0x07, 0x3b, 0xa9, 0xe8, 0xca, 0xc4, 0x88, 0xc4, 0xc0, 0x2b, 0x30, 0x32, 0xf0, 0x10, + 0x8c, 0x15, 0x2c, 0x8c, 0xa8, 0x45, 0xe2, 0x35, 0x50, 0xec, 0x34, 0x6d, 0x51, 0x06, 0x96, 0x44, + 0xe7, 0x1c, 0xff, 0x7f, 0xf1, 0x71, 0x0c, 0x4a, 0x38, 0xe2, 0x18, 0x0d, 0x9a, 0xe8, 0x2a, 0x22, + 0x7c, 0x68, 0x07, 0x9c, 0x85, 0x0c, 0xfe, 0x89, 0x4d, 0x7b, 0xd0, 0x34, 0x8a, 0xd8, 0xf7, 0x28, + 0x43, 0xf2, 0xa9, 0x32, 0xa3, 0xda, 0x63, 0xc2, 0x67, 0x42, 0xad, 0xff, 0x31, 0x68, 0xac, 0xab, + 0xf0, 0x42, 0x2a, 0xa4, 0x44, 0x12, 0xd5, 0x5c, 0xc6, 0xdc, 0x3e, 0x41, 0x38, 0xf0, 0x10, 0xa6, + 0x94, 0x85, 0x38, 0xf4, 0x18, 0x4d, 0x52, 0x6b, 0x09, 0x80, 0xd3, 0x98, 0x73, 0x44, 0x28, 0xf3, + 0xad, 0x3a, 0x80, 0x33, 0xd5, 0x26, 0x22, 0x60, 0x54, 0x10, 0x58, 0x06, 0xba, 0x13, 0x1b, 0x15, + 0x6d, 0x53, 0xdb, 0xfa, 0xd7, 0x56, 0xc2, 0x5a, 0x06, 0xff, 0xe5, 0xda, 0x13, 0x1c, 0x09, 0xe2, + 0x58, 0xfb, 0xa0, 0x34, 0x27, 0xd3, 0xd9, 0x0d, 0x50, 0x08, 0xa4, 0x23, 0x87, 0xff, 0xb6, 0xf4, + 0xc7, 0xaf, 0xa7, 0xba, 0xd6, 0x4e, 0xcc, 0x45, 0x08, 0xb7, 0x8e, 0xe7, 0x21, 0x3c, 0x85, 0xec, + 0x24, 0x10, 0xae, 0x76, 0xd0, 0xaa, 0xbc, 0x3e, 0x37, 0xca, 0x49, 0xc9, 0x03, 0xc7, 0xe1, 0x44, + 0x88, 0xb3, 0x90, 0x7b, 0xd4, 0x4d, 0xb8, 0x7c, 0xf7, 0x21, 0x0f, 0x74, 0x49, 0x82, 0xe7, 0x40, + 0x97, 0x6d, 0x60, 0xc9, 0x4e, 0x0e, 0xd7, 0x9e, 0x55, 0x34, 0xaa, 0x19, 0xe6, 0xf4, 0xb3, 0x56, + 0xf5, 0x36, 0xde, 0xeb, 0xcd, 0xdb, 0xe7, 0x7d, 0x7e, 0x0d, 0xae, 0xa0, 0xe9, 0x0f, 0x93, 0xf5, + 0x61, 0x07, 0x14, 0x54, 0x55, 0x58, 0x5e, 0x64, 0x28, 0xd7, 0xa8, 0x65, 0xb9, 0x29, 0xba, 0x36, + 0x43, 0x17, 0xe1, 0x6a, 0x8a, 0x56, 0xa7, 0x92, 0xb2, 0x79, 0x26, 0x9b, 0x67, 0xb2, 0xf9, 0xaf, + 0xd8, 0xbc, 0x75, 0xf8, 0x32, 0x36, 0xb5, 0xd1, 0xd8, 0xd4, 0x3e, 0xc6, 0xa6, 0x76, 0x37, 0x31, + 0x73, 0xa3, 0x89, 0x99, 0x7b, 0x9f, 0x98, 0xb9, 0xce, 0xb6, 0xeb, 0x85, 0x97, 0x51, 0xd7, 0xee, + 0x31, 0x1f, 0x51, 0xd6, 0xed, 0x93, 0x06, 0x16, 0x82, 0x84, 0x42, 0x11, 0xae, 0xd5, 0x2b, 0x1c, + 0x06, 0x44, 0x74, 0x0b, 0xf2, 0xf2, 0xec, 0x7d, 0x07, 0x00, 0x00, 0xff, 0xff, 0x3c, 0xc1, 0x7b, + 0x3b, 0xc5, 0x02, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -338,7 +338,7 @@ func NewQueryClient(cc grpc1.ClientConn) QueryClient { func (c *queryClient) Denom(ctx context.Context, in *QueryDenom, opts ...grpc.CallOption) (*QueryDenomResponse, error) { out := new(QueryDenomResponse) - err := c.cc.Invoke(ctx, "/ondo.usdy.v1.Query/Denom", in, out, opts...) + err := c.cc.Invoke(ctx, "/aura.v1.Query/Denom", in, out, opts...) if err != nil { return nil, err } @@ -347,7 +347,7 @@ func (c *queryClient) Denom(ctx context.Context, in *QueryDenom, opts ...grpc.Ca func (c *queryClient) Paused(ctx context.Context, in *QueryPaused, opts ...grpc.CallOption) (*QueryPausedResponse, error) { out := new(QueryPausedResponse) - err := c.cc.Invoke(ctx, "/ondo.usdy.v1.Query/Paused", in, out, opts...) + err := c.cc.Invoke(ctx, "/aura.v1.Query/Paused", in, out, opts...) if err != nil { return nil, err } @@ -356,7 +356,7 @@ func (c *queryClient) Paused(ctx context.Context, in *QueryPaused, opts ...grpc. func (c *queryClient) Pauser(ctx context.Context, in *QueryPauser, opts ...grpc.CallOption) (*QueryPauserResponse, error) { out := new(QueryPauserResponse) - err := c.cc.Invoke(ctx, "/ondo.usdy.v1.Query/Pauser", in, out, opts...) + err := c.cc.Invoke(ctx, "/aura.v1.Query/Pauser", in, out, opts...) if err != nil { return nil, err } @@ -398,7 +398,7 @@ func _Query_Denom_Handler(srv interface{}, ctx context.Context, dec func(interfa } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/ondo.usdy.v1.Query/Denom", + FullMethod: "/aura.v1.Query/Denom", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).Denom(ctx, req.(*QueryDenom)) @@ -416,7 +416,7 @@ func _Query_Paused_Handler(srv interface{}, ctx context.Context, dec func(interf } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/ondo.usdy.v1.Query/Paused", + FullMethod: "/aura.v1.Query/Paused", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).Paused(ctx, req.(*QueryPaused)) @@ -434,7 +434,7 @@ func _Query_Pauser_Handler(srv interface{}, ctx context.Context, dec func(interf } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/ondo.usdy.v1.Query/Pauser", + FullMethod: "/aura.v1.Query/Pauser", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).Pauser(ctx, req.(*QueryPauser)) @@ -443,7 +443,7 @@ func _Query_Pauser_Handler(srv interface{}, ctx context.Context, dec func(interf } var _Query_serviceDesc = grpc.ServiceDesc{ - ServiceName: "ondo.usdy.v1.Query", + ServiceName: "aura.v1.Query", HandlerType: (*QueryServer)(nil), Methods: []grpc.MethodDesc{ { @@ -460,7 +460,7 @@ var _Query_serviceDesc = grpc.ServiceDesc{ }, }, Streams: []grpc.StreamDesc{}, - Metadata: "ondo/usdy/v1/query.proto", + Metadata: "aura/v1/query.proto", } func (m *QueryDenom) Marshal() (dAtA []byte, err error) { diff --git a/x/usdy/types/query.pb.gw.go b/x/aura/types/query.pb.gw.go similarity index 96% rename from x/usdy/types/query.pb.gw.go rename to x/aura/types/query.pb.gw.go index c483b07..cff13c0 100644 --- a/x/usdy/types/query.pb.gw.go +++ b/x/aura/types/query.pb.gw.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-grpc-gateway. DO NOT EDIT. -// source: ondo/usdy/v1/query.proto +// source: aura/v1/query.proto /* Package types is a reverse proxy. @@ -267,11 +267,11 @@ func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, clie } var ( - pattern_Query_Denom_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"ondo", "usdy", "v1", "denom"}, "", runtime.AssumeColonVerbOpt(false))) + pattern_Query_Denom_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2}, []string{"aura", "v1", "denom"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_Paused_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"ondo", "usdy", "v1", "paused"}, "", runtime.AssumeColonVerbOpt(false))) + pattern_Query_Paused_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2}, []string{"aura", "v1", "paused"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_Pauser_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"ondo", "usdy", "v1", "pauser"}, "", runtime.AssumeColonVerbOpt(false))) + pattern_Query_Pauser_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2}, []string{"aura", "v1", "pauser"}, "", runtime.AssumeColonVerbOpt(false))) ) var ( diff --git a/x/usdy/types/tx.pb.go b/x/aura/types/tx.pb.go similarity index 88% rename from x/usdy/types/tx.pb.go rename to x/aura/types/tx.pb.go index 73fbd07..84dd799 100644 --- a/x/usdy/types/tx.pb.go +++ b/x/aura/types/tx.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: ondo/usdy/v1/tx.proto +// source: aura/v1/tx.proto package types @@ -42,7 +42,7 @@ func (m *MsgBurn) Reset() { *m = MsgBurn{} } func (m *MsgBurn) String() string { return proto.CompactTextString(m) } func (*MsgBurn) ProtoMessage() {} func (*MsgBurn) Descriptor() ([]byte, []int) { - return fileDescriptor_70045606e661fd5c, []int{0} + return fileDescriptor_72e81433c42c397f, []int{0} } func (m *MsgBurn) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -78,7 +78,7 @@ func (m *MsgBurnResponse) Reset() { *m = MsgBurnResponse{} } func (m *MsgBurnResponse) String() string { return proto.CompactTextString(m) } func (*MsgBurnResponse) ProtoMessage() {} func (*MsgBurnResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_70045606e661fd5c, []int{1} + return fileDescriptor_72e81433c42c397f, []int{1} } func (m *MsgBurnResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -117,7 +117,7 @@ func (m *MsgMint) Reset() { *m = MsgMint{} } func (m *MsgMint) String() string { return proto.CompactTextString(m) } func (*MsgMint) ProtoMessage() {} func (*MsgMint) Descriptor() ([]byte, []int) { - return fileDescriptor_70045606e661fd5c, []int{2} + return fileDescriptor_72e81433c42c397f, []int{2} } func (m *MsgMint) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -153,7 +153,7 @@ func (m *MsgMintResponse) Reset() { *m = MsgMintResponse{} } func (m *MsgMintResponse) String() string { return proto.CompactTextString(m) } func (*MsgMintResponse) ProtoMessage() {} func (*MsgMintResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_70045606e661fd5c, []int{3} + return fileDescriptor_72e81433c42c397f, []int{3} } func (m *MsgMintResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -190,7 +190,7 @@ func (m *MsgPause) Reset() { *m = MsgPause{} } func (m *MsgPause) String() string { return proto.CompactTextString(m) } func (*MsgPause) ProtoMessage() {} func (*MsgPause) Descriptor() ([]byte, []int) { - return fileDescriptor_70045606e661fd5c, []int{4} + return fileDescriptor_72e81433c42c397f, []int{4} } func (m *MsgPause) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -226,7 +226,7 @@ func (m *MsgPauseResponse) Reset() { *m = MsgPauseResponse{} } func (m *MsgPauseResponse) String() string { return proto.CompactTextString(m) } func (*MsgPauseResponse) ProtoMessage() {} func (*MsgPauseResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_70045606e661fd5c, []int{5} + return fileDescriptor_72e81433c42c397f, []int{5} } func (m *MsgPauseResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -263,7 +263,7 @@ func (m *MsgUnpause) Reset() { *m = MsgUnpause{} } func (m *MsgUnpause) String() string { return proto.CompactTextString(m) } func (*MsgUnpause) ProtoMessage() {} func (*MsgUnpause) Descriptor() ([]byte, []int) { - return fileDescriptor_70045606e661fd5c, []int{6} + return fileDescriptor_72e81433c42c397f, []int{6} } func (m *MsgUnpause) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -299,7 +299,7 @@ func (m *MsgUnpauseResponse) Reset() { *m = MsgUnpauseResponse{} } func (m *MsgUnpauseResponse) String() string { return proto.CompactTextString(m) } func (*MsgUnpauseResponse) ProtoMessage() {} func (*MsgUnpauseResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_70045606e661fd5c, []int{7} + return fileDescriptor_72e81433c42c397f, []int{7} } func (m *MsgUnpauseResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -329,52 +329,51 @@ func (m *MsgUnpauseResponse) XXX_DiscardUnknown() { var xxx_messageInfo_MsgUnpauseResponse proto.InternalMessageInfo func init() { - proto.RegisterType((*MsgBurn)(nil), "ondo.usdy.v1.MsgBurn") - proto.RegisterType((*MsgBurnResponse)(nil), "ondo.usdy.v1.MsgBurnResponse") - proto.RegisterType((*MsgMint)(nil), "ondo.usdy.v1.MsgMint") - proto.RegisterType((*MsgMintResponse)(nil), "ondo.usdy.v1.MsgMintResponse") - proto.RegisterType((*MsgPause)(nil), "ondo.usdy.v1.MsgPause") - proto.RegisterType((*MsgPauseResponse)(nil), "ondo.usdy.v1.MsgPauseResponse") - proto.RegisterType((*MsgUnpause)(nil), "ondo.usdy.v1.MsgUnpause") - proto.RegisterType((*MsgUnpauseResponse)(nil), "ondo.usdy.v1.MsgUnpauseResponse") -} - -func init() { proto.RegisterFile("ondo/usdy/v1/tx.proto", fileDescriptor_70045606e661fd5c) } - -var fileDescriptor_70045606e661fd5c = []byte{ - // 502 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x54, 0xcf, 0x6b, 0x13, 0x41, - 0x14, 0xde, 0x4d, 0xdb, 0x54, 0x07, 0xb1, 0x66, 0x49, 0x74, 0x5d, 0xe8, 0xa6, 0xec, 0x41, 0xdb, - 0x60, 0x77, 0xac, 0xe2, 0xa5, 0x08, 0x62, 0xc4, 0x83, 0x87, 0x05, 0x89, 0x78, 0xf1, 0x22, 0x9b, - 0xee, 0x38, 0x5d, 0x74, 0x67, 0xc2, 0xbe, 0xd9, 0xd2, 0xde, 0xc4, 0x93, 0x78, 0xea, 0x9f, 0xd0, - 0x3f, 0x21, 0x07, 0xff, 0x04, 0x0f, 0x39, 0x16, 0x4f, 0xe2, 0xa1, 0x48, 0x72, 0x88, 0x7f, 0x86, - 0xcc, 0x8f, 0x4d, 0x0a, 0x49, 0x28, 0x16, 0x7a, 0x09, 0x33, 0xdf, 0xfb, 0xde, 0xfb, 0xe6, 0xfb, - 0x78, 0x59, 0xd4, 0xe0, 0x2c, 0xe1, 0xb8, 0x80, 0xe4, 0x08, 0x1f, 0xec, 0x60, 0x71, 0x18, 0xf6, - 0x72, 0x2e, 0xb8, 0x73, 0x43, 0xc2, 0xa1, 0x84, 0xc3, 0x83, 0x1d, 0xaf, 0x16, 0x67, 0x29, 0xe3, - 0x58, 0xfd, 0x6a, 0x82, 0x77, 0x67, 0x8f, 0x43, 0xc6, 0x01, 0x67, 0x40, 0x65, 0x63, 0x06, 0xd4, - 0x14, 0xee, 0xea, 0xc2, 0x7b, 0x75, 0xc3, 0xfa, 0x62, 0x4a, 0x75, 0xca, 0x29, 0xd7, 0xb8, 0x3c, - 0x69, 0x34, 0x18, 0xd8, 0x68, 0x35, 0x02, 0xda, 0x2e, 0x72, 0xe6, 0x3c, 0x44, 0x55, 0x48, 0x29, - 0x23, 0xb9, 0x6b, 0x6f, 0xd8, 0x9b, 0xd7, 0xdb, 0xee, 0xcf, 0xef, 0xdb, 0x75, 0x33, 0xe3, 0x79, - 0x92, 0xe4, 0x04, 0xe0, 0x8d, 0xc8, 0x53, 0x46, 0x3b, 0x86, 0xe7, 0x3c, 0x40, 0xcb, 0x1f, 0x72, - 0x9e, 0xb9, 0x95, 0x0b, 0xf8, 0x8a, 0xe5, 0x3c, 0x41, 0xd5, 0x38, 0xe3, 0x05, 0x13, 0xee, 0x92, - 0xe2, 0xaf, 0x0f, 0xce, 0x9a, 0xd6, 0xef, 0xb3, 0x66, 0x43, 0xf7, 0x40, 0xf2, 0x31, 0x4c, 0x39, - 0xce, 0x62, 0xb1, 0x1f, 0xbe, 0x62, 0xa2, 0x63, 0xc8, 0xbb, 0xf7, 0xbe, 0x9e, 0x34, 0xad, 0xbf, - 0x27, 0x4d, 0xeb, 0xcb, 0xb8, 0xdf, 0x32, 0xca, 0xdf, 0xc6, 0xfd, 0xd6, 0xcd, 0x69, 0x78, 0xf2, - 0xf9, 0x41, 0x0d, 0xad, 0x19, 0x27, 0x1d, 0x02, 0x3d, 0xce, 0x80, 0x04, 0x3f, 0xb4, 0xbb, 0x28, - 0x65, 0xe2, 0x12, 0xee, 0x36, 0x51, 0x45, 0xf0, 0x0b, 0xbd, 0x55, 0x04, 0xbf, 0x42, 0x67, 0xf2, - 0xe9, 0xc6, 0x99, 0x3c, 0x4e, 0x9c, 0x11, 0x74, 0x2d, 0x02, 0xfa, 0x3a, 0x2e, 0x80, 0xfc, 0xbf, - 0xb3, 0xdd, 0xfb, 0x0b, 0x84, 0xd7, 0xa6, 0xc2, 0x6a, 0x74, 0xe0, 0xa0, 0x5b, 0xa5, 0xcc, 0x44, - 0x3a, 0x45, 0x28, 0x02, 0xfa, 0x96, 0xf5, 0x2e, 0x29, 0xbe, 0xb5, 0x40, 0xbc, 0x36, 0x15, 0x37, - 0xc3, 0x83, 0x3a, 0x72, 0xa6, 0x52, 0xe5, 0x03, 0x1e, 0x1d, 0x57, 0xd0, 0x52, 0x04, 0xd4, 0x79, - 0x8a, 0x96, 0xd5, 0xde, 0x36, 0xc2, 0xf3, 0xff, 0x97, 0xd0, 0x2c, 0x81, 0xb7, 0x3e, 0x17, 0x2e, - 0xa7, 0xc8, 0x6e, 0xb5, 0x17, 0xb3, 0xdd, 0x12, 0x9e, 0xd3, 0x7d, 0x3e, 0x7f, 0xe7, 0x19, 0x5a, - 0xd1, 0xe1, 0xdf, 0x9e, 0xe1, 0x29, 0xdc, 0xf3, 0xe7, 0xe3, 0x93, 0x01, 0x2f, 0xd1, 0x6a, 0x19, - 0xa1, 0x3b, 0x43, 0x35, 0x15, 0x6f, 0x63, 0x51, 0xa5, 0x1c, 0xe3, 0xad, 0x7c, 0x1e, 0xf7, 0x5b, - 0x76, 0xfb, 0xc5, 0x60, 0xe8, 0xdb, 0xa7, 0x43, 0xdf, 0xfe, 0x33, 0xf4, 0xed, 0xe3, 0x91, 0x6f, - 0x9d, 0x8e, 0x7c, 0xeb, 0xd7, 0xc8, 0xb7, 0xde, 0x6d, 0xd1, 0x54, 0xec, 0x17, 0xdd, 0x70, 0x8f, - 0x67, 0x98, 0xf1, 0xee, 0x27, 0xb2, 0x1d, 0x03, 0x10, 0x01, 0x58, 0xa5, 0x7d, 0xa8, 0xf3, 0x16, - 0x47, 0x3d, 0x02, 0xdd, 0xaa, 0xfa, 0x24, 0x3c, 0xfe, 0x17, 0x00, 0x00, 0xff, 0xff, 0x81, 0xe5, - 0xed, 0xab, 0x96, 0x04, 0x00, 0x00, + proto.RegisterType((*MsgBurn)(nil), "aura.v1.MsgBurn") + proto.RegisterType((*MsgBurnResponse)(nil), "aura.v1.MsgBurnResponse") + proto.RegisterType((*MsgMint)(nil), "aura.v1.MsgMint") + proto.RegisterType((*MsgMintResponse)(nil), "aura.v1.MsgMintResponse") + proto.RegisterType((*MsgPause)(nil), "aura.v1.MsgPause") + proto.RegisterType((*MsgPauseResponse)(nil), "aura.v1.MsgPauseResponse") + proto.RegisterType((*MsgUnpause)(nil), "aura.v1.MsgUnpause") + proto.RegisterType((*MsgUnpauseResponse)(nil), "aura.v1.MsgUnpauseResponse") +} + +func init() { proto.RegisterFile("aura/v1/tx.proto", fileDescriptor_72e81433c42c397f) } + +var fileDescriptor_72e81433c42c397f = []byte{ + // 491 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x53, 0xbf, 0x6f, 0xd3, 0x40, + 0x14, 0xb6, 0xd3, 0x36, 0xa1, 0x4f, 0x48, 0x24, 0x26, 0x08, 0xd7, 0x08, 0x07, 0x2c, 0x86, 0x12, + 0x51, 0x9b, 0x16, 0x75, 0x29, 0x13, 0x61, 0x62, 0xb0, 0x84, 0x82, 0x58, 0x58, 0xc0, 0x69, 0xcc, + 0xd5, 0x82, 0xbb, 0xb3, 0xfc, 0xce, 0x55, 0xd9, 0x10, 0x13, 0x62, 0xe2, 0x4f, 0xe8, 0x9f, 0x90, + 0x81, 0x9d, 0x81, 0xa5, 0x63, 0xc5, 0x84, 0x18, 0x2a, 0x94, 0x0c, 0xe9, 0x9f, 0x81, 0xee, 0x87, + 0x43, 0x0a, 0x54, 0x15, 0x95, 0x58, 0x92, 0xbb, 0xef, 0x7d, 0xdf, 0xfb, 0xee, 0x7b, 0xe7, 0x83, + 0x66, 0x52, 0x16, 0x49, 0xb4, 0xbb, 0x1e, 0x89, 0xbd, 0x30, 0x2f, 0xb8, 0xe0, 0x4e, 0x43, 0x22, + 0xe1, 0xee, 0xba, 0xd7, 0x4a, 0x68, 0xc6, 0x78, 0xa4, 0x7e, 0x75, 0xcd, 0xbb, 0xba, 0xcd, 0x91, + 0x72, 0x8c, 0x28, 0x12, 0xa9, 0xa1, 0x48, 0x4c, 0x61, 0x45, 0x17, 0x9e, 0xab, 0x5d, 0xa4, 0x37, + 0xa6, 0xd4, 0x26, 0x9c, 0x70, 0x8d, 0xcb, 0x95, 0x46, 0x83, 0x2f, 0x36, 0x34, 0x62, 0x24, 0xbd, + 0xb2, 0x60, 0xce, 0x5d, 0xa8, 0x63, 0x46, 0x58, 0x5a, 0xb8, 0xf6, 0x0d, 0x7b, 0x75, 0xb9, 0xe7, + 0x7e, 0xfd, 0xb4, 0xd6, 0x36, 0x3d, 0x1e, 0x0c, 0x87, 0x45, 0x8a, 0xf8, 0x44, 0x14, 0x19, 0x23, + 0x7d, 0xc3, 0x73, 0xee, 0xc0, 0xe2, 0xcb, 0x82, 0x53, 0xb7, 0x76, 0x06, 0x5f, 0xb1, 0x9c, 0x4d, + 0xa8, 0x27, 0x94, 0x97, 0x4c, 0xb8, 0x0b, 0x8a, 0x7f, 0xfd, 0xe0, 0xa8, 0x63, 0x7d, 0x3f, 0xea, + 0x5c, 0xd1, 0x1a, 0x1c, 0xbe, 0x0a, 0x33, 0x1e, 0xd1, 0x44, 0xec, 0x84, 0x8f, 0x98, 0xe8, 0x1b, + 0xf2, 0xd6, 0xcd, 0xf7, 0xfb, 0x1d, 0xeb, 0x78, 0xbf, 0x63, 0xbd, 0x9b, 0x8e, 0xba, 0xc6, 0xf9, + 0xc3, 0x74, 0xd4, 0x5d, 0x56, 0x23, 0x93, 0x27, 0x0f, 0x5a, 0x70, 0xc9, 0x84, 0xe8, 0xa7, 0x98, + 0x73, 0x86, 0x69, 0xf0, 0x59, 0x07, 0x8b, 0x33, 0x26, 0xce, 0x11, 0x6c, 0x15, 0x6a, 0x82, 0x9f, + 0x19, 0xab, 0x26, 0xf8, 0xff, 0x09, 0x25, 0x4f, 0x6d, 0x42, 0xc9, 0xe5, 0x2c, 0xd4, 0x0b, 0xb8, + 0x10, 0x23, 0x79, 0x9c, 0x94, 0x98, 0xfe, 0x7b, 0xa8, 0xad, 0xe0, 0x14, 0x4f, 0x50, 0x9e, 0xaa, + 0x6b, 0xe0, 0x40, 0xb3, 0x72, 0x98, 0xb9, 0x0e, 0x01, 0x62, 0x24, 0x4f, 0x59, 0x7e, 0x4e, 0xdf, + 0x5b, 0xa7, 0xf8, 0x5e, 0x54, 0xbe, 0xa6, 0x6f, 0xd0, 0x06, 0xe7, 0x97, 0x4b, 0xe5, 0xbd, 0x71, + 0x6c, 0xc3, 0x42, 0x8c, 0xc4, 0xd9, 0x80, 0x45, 0xf5, 0x8d, 0x36, 0x43, 0xf3, 0x2c, 0x42, 0x73, + 0xe1, 0x9e, 0xfb, 0x3b, 0x52, 0x69, 0xa5, 0x46, 0x5d, 0xff, 0x09, 0x8d, 0x44, 0x4e, 0x6a, 0xe6, + 0x27, 0xec, 0x6c, 0xc2, 0x92, 0x1e, 0x6f, 0x6b, 0x9e, 0xa2, 0x20, 0x6f, 0xe5, 0x0f, 0x68, 0x26, + 0xbb, 0x0f, 0x8d, 0x6a, 0x3e, 0x97, 0xe7, 0x59, 0x06, 0xf4, 0xae, 0xfd, 0x05, 0xac, 0xc4, 0xde, + 0xd2, 0xdb, 0xe9, 0xa8, 0x6b, 0xf7, 0x1e, 0x1e, 0x8c, 0x7d, 0xfb, 0x70, 0xec, 0xdb, 0x3f, 0xc6, + 0xbe, 0xfd, 0x71, 0xe2, 0x5b, 0x87, 0x13, 0xdf, 0xfa, 0x36, 0xf1, 0xad, 0x67, 0xb7, 0x49, 0x26, + 0x76, 0xca, 0x41, 0xb8, 0xcd, 0x69, 0xc4, 0xf8, 0xe0, 0x75, 0xba, 0x96, 0x20, 0xa6, 0x02, 0x23, + 0x35, 0xc0, 0x3d, 0xfd, 0x27, 0xde, 0xe4, 0x29, 0x0e, 0xea, 0xea, 0x59, 0xdf, 0xfb, 0x19, 0x00, + 0x00, 0xff, 0xff, 0x27, 0x26, 0xe4, 0x61, 0x50, 0x04, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -405,7 +404,7 @@ func NewMsgClient(cc grpc1.ClientConn) MsgClient { func (c *msgClient) Burn(ctx context.Context, in *MsgBurn, opts ...grpc.CallOption) (*MsgBurnResponse, error) { out := new(MsgBurnResponse) - err := c.cc.Invoke(ctx, "/ondo.usdy.v1.Msg/Burn", in, out, opts...) + err := c.cc.Invoke(ctx, "/aura.v1.Msg/Burn", in, out, opts...) if err != nil { return nil, err } @@ -414,7 +413,7 @@ func (c *msgClient) Burn(ctx context.Context, in *MsgBurn, opts ...grpc.CallOpti func (c *msgClient) Mint(ctx context.Context, in *MsgMint, opts ...grpc.CallOption) (*MsgMintResponse, error) { out := new(MsgMintResponse) - err := c.cc.Invoke(ctx, "/ondo.usdy.v1.Msg/Mint", in, out, opts...) + err := c.cc.Invoke(ctx, "/aura.v1.Msg/Mint", in, out, opts...) if err != nil { return nil, err } @@ -423,7 +422,7 @@ func (c *msgClient) Mint(ctx context.Context, in *MsgMint, opts ...grpc.CallOpti func (c *msgClient) Pause(ctx context.Context, in *MsgPause, opts ...grpc.CallOption) (*MsgPauseResponse, error) { out := new(MsgPauseResponse) - err := c.cc.Invoke(ctx, "/ondo.usdy.v1.Msg/Pause", in, out, opts...) + err := c.cc.Invoke(ctx, "/aura.v1.Msg/Pause", in, out, opts...) if err != nil { return nil, err } @@ -432,7 +431,7 @@ func (c *msgClient) Pause(ctx context.Context, in *MsgPause, opts ...grpc.CallOp func (c *msgClient) Unpause(ctx context.Context, in *MsgUnpause, opts ...grpc.CallOption) (*MsgUnpauseResponse, error) { out := new(MsgUnpauseResponse) - err := c.cc.Invoke(ctx, "/ondo.usdy.v1.Msg/Unpause", in, out, opts...) + err := c.cc.Invoke(ctx, "/aura.v1.Msg/Unpause", in, out, opts...) if err != nil { return nil, err } @@ -478,7 +477,7 @@ func _Msg_Burn_Handler(srv interface{}, ctx context.Context, dec func(interface{ } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/ondo.usdy.v1.Msg/Burn", + FullMethod: "/aura.v1.Msg/Burn", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MsgServer).Burn(ctx, req.(*MsgBurn)) @@ -496,7 +495,7 @@ func _Msg_Mint_Handler(srv interface{}, ctx context.Context, dec func(interface{ } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/ondo.usdy.v1.Msg/Mint", + FullMethod: "/aura.v1.Msg/Mint", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MsgServer).Mint(ctx, req.(*MsgMint)) @@ -514,7 +513,7 @@ func _Msg_Pause_Handler(srv interface{}, ctx context.Context, dec func(interface } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/ondo.usdy.v1.Msg/Pause", + FullMethod: "/aura.v1.Msg/Pause", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MsgServer).Pause(ctx, req.(*MsgPause)) @@ -532,7 +531,7 @@ func _Msg_Unpause_Handler(srv interface{}, ctx context.Context, dec func(interfa } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/ondo.usdy.v1.Msg/Unpause", + FullMethod: "/aura.v1.Msg/Unpause", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MsgServer).Unpause(ctx, req.(*MsgUnpause)) @@ -541,7 +540,7 @@ func _Msg_Unpause_Handler(srv interface{}, ctx context.Context, dec func(interfa } var _Msg_serviceDesc = grpc.ServiceDesc{ - ServiceName: "ondo.usdy.v1.Msg", + ServiceName: "aura.v1.Msg", HandlerType: (*MsgServer)(nil), Methods: []grpc.MethodDesc{ { @@ -562,7 +561,7 @@ var _Msg_serviceDesc = grpc.ServiceDesc{ }, }, Streams: []grpc.StreamDesc{}, - Metadata: "ondo/usdy/v1/tx.proto", + Metadata: "aura/v1/tx.proto", } func (m *MsgBurn) Marshal() (dAtA []byte, err error) {