chore: rename snapshot proto package (#14597)
This commit is contained in:
+3
-2
@@ -123,7 +123,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
|
||||
* Store pacakge no longer has a dependency on baseapp.
|
||||
* (store) [#14438](https://github.com/cosmos/cosmos-sdk/pull/14438) Pass logger from baseapp to store.
|
||||
* (store) [#14439](https://github.com/cosmos/cosmos-sdk/pull/14439) Remove global metric gatherer from store.
|
||||
* By default store has a no op metric gatherer, the application developer must set another metric gatherer or us the provided one in `store/metrics`.
|
||||
* By default store has a no op metric gatherer, the application developer must set another metric gatherer or us the provided one in `store/metrics`.
|
||||
* [#14406](https://github.com/cosmos/cosmos-sdk/issues/14406) Migrate usage of types/store.go to store/types/..
|
||||
|
||||
### State Machine Breaking
|
||||
@@ -154,6 +154,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
|
||||
|
||||
### API Breaking Changes
|
||||
|
||||
* (snapshots) [#14597](https://github.com/cosmos/cosmos-sdk/pull/14597) Move `snapshots` to `store/snapshots`, rename and bump proto package to v1.
|
||||
* (crypto/keyring) [#14151](https://github.com/cosmos/cosmos-sdk/pull/14151) Move keys presentation from `crypto/keyring` to `client/keys`
|
||||
* (modules) [#13850](https://github.com/cosmos/cosmos-sdk/pull/13850) and [#14046](https://github.com/cosmos/cosmos-sdk/pull/14046) Remove gogoproto stringer annotations. This removes the custom `String()` methods on all types that were using the annotations.
|
||||
* (x/auth) [#13850](https://github.com/cosmos/cosmos-sdk/pull/13850/) Remove `MarshalYAML` methods from module (`x/...`) types.
|
||||
@@ -169,7 +170,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
|
||||
* (types) [#13380](https://github.com/cosmos/cosmos-sdk/pull/13380) Remove deprecated `sdk.NewLevelDB`.
|
||||
* (simapp) [#13378](https://github.com/cosmos/cosmos-sdk/pull/13378) Move `simapp.App` to `runtime.AppI`.
|
||||
* (tx) [#12659](https://github.com/cosmos/cosmos-sdk/pull/12659) Remove broadcast mode `block`.
|
||||
* (db) [#13370](https://github.com/cosmos/cosmos-sdk/pull/13370) remove storev2alpha1, see also https://github.com/cosmos/cosmos-sdk/pull/13371
|
||||
* (db) [#13370](https://github.com/cosmos/cosmos-sdk/pull/13370) Remove storev2alpha1, see also https://github.com/cosmos/cosmos-sdk/pull/13371
|
||||
* (x/bank) [#12706](https://github.com/cosmos/cosmos-sdk/pull/12706) Removed the `testutil` package from the `x/bank/client` package.
|
||||
* (simapp) [#12747](https://github.com/cosmos/cosmos-sdk/pull/12747) Remove `simapp.MakeTestEncodingConfig`. Please use `moduletestutil.MakeTestEncodingConfig` (`types/module/testutil`) in tests instead.
|
||||
* (x/bank) [#12648](https://github.com/cosmos/cosmos-sdk/pull/12648) `NewSendAuthorization` takes a new argument of an optional list of addresses allowed to receive bank assests via authz MsgSend grant. You can pass `nil` for the same behavior as before, i.e. any recipient is allowed.
|
||||
|
||||
+115
-118
@@ -70,8 +70,8 @@ var (
|
||||
)
|
||||
|
||||
func init() {
|
||||
file_cosmos_base_store_internal_kv_v1beta1_kv_proto_init()
|
||||
md_Pairs = File_cosmos_base_store_internal_kv_v1beta1_kv_proto.Messages().ByName("Pairs")
|
||||
file_cosmos_store_internal_kv_v1beta1_kv_proto_init()
|
||||
md_Pairs = File_cosmos_store_internal_kv_v1beta1_kv_proto.Messages().ByName("Pairs")
|
||||
fd_Pairs_pairs = md_Pairs.Fields().ByName("pairs")
|
||||
}
|
||||
|
||||
@@ -84,7 +84,7 @@ func (x *Pairs) ProtoReflect() protoreflect.Message {
|
||||
}
|
||||
|
||||
func (x *Pairs) slowProtoReflect() protoreflect.Message {
|
||||
mi := &file_cosmos_base_store_internal_kv_v1beta1_kv_proto_msgTypes[0]
|
||||
mi := &file_cosmos_store_internal_kv_v1beta1_kv_proto_msgTypes[0]
|
||||
if protoimpl.UnsafeEnabled && x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -161,13 +161,13 @@ func (x *fastReflection_Pairs) Range(f func(protoreflect.FieldDescriptor, protor
|
||||
// a repeated field is populated if it is non-empty.
|
||||
func (x *fastReflection_Pairs) Has(fd protoreflect.FieldDescriptor) bool {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.internal.kv.v1beta1.Pairs.pairs":
|
||||
case "cosmos.store.internal.kv.v1beta1.Pairs.pairs":
|
||||
return len(x.Pairs) != 0
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.internal.kv.v1beta1.Pairs"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.internal.kv.v1beta1.Pairs"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.internal.kv.v1beta1.Pairs does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.internal.kv.v1beta1.Pairs does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -179,13 +179,13 @@ func (x *fastReflection_Pairs) Has(fd protoreflect.FieldDescriptor) bool {
|
||||
// Clear is a mutating operation and unsafe for concurrent use.
|
||||
func (x *fastReflection_Pairs) Clear(fd protoreflect.FieldDescriptor) {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.internal.kv.v1beta1.Pairs.pairs":
|
||||
case "cosmos.store.internal.kv.v1beta1.Pairs.pairs":
|
||||
x.Pairs = nil
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.internal.kv.v1beta1.Pairs"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.internal.kv.v1beta1.Pairs"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.internal.kv.v1beta1.Pairs does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.internal.kv.v1beta1.Pairs does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -197,7 +197,7 @@ func (x *fastReflection_Pairs) Clear(fd protoreflect.FieldDescriptor) {
|
||||
// of the value; to obtain a mutable reference, use Mutable.
|
||||
func (x *fastReflection_Pairs) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value {
|
||||
switch descriptor.FullName() {
|
||||
case "cosmos.base.store.internal.kv.v1beta1.Pairs.pairs":
|
||||
case "cosmos.store.internal.kv.v1beta1.Pairs.pairs":
|
||||
if len(x.Pairs) == 0 {
|
||||
return protoreflect.ValueOfList(&_Pairs_1_list{})
|
||||
}
|
||||
@@ -205,9 +205,9 @@ func (x *fastReflection_Pairs) Get(descriptor protoreflect.FieldDescriptor) prot
|
||||
return protoreflect.ValueOfList(listValue)
|
||||
default:
|
||||
if descriptor.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.internal.kv.v1beta1.Pairs"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.internal.kv.v1beta1.Pairs"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.internal.kv.v1beta1.Pairs does not contain field %s", descriptor.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.internal.kv.v1beta1.Pairs does not contain field %s", descriptor.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -223,15 +223,15 @@ func (x *fastReflection_Pairs) Get(descriptor protoreflect.FieldDescriptor) prot
|
||||
// Set is a mutating operation and unsafe for concurrent use.
|
||||
func (x *fastReflection_Pairs) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.internal.kv.v1beta1.Pairs.pairs":
|
||||
case "cosmos.store.internal.kv.v1beta1.Pairs.pairs":
|
||||
lv := value.List()
|
||||
clv := lv.(*_Pairs_1_list)
|
||||
x.Pairs = *clv.list
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.internal.kv.v1beta1.Pairs"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.internal.kv.v1beta1.Pairs"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.internal.kv.v1beta1.Pairs does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.internal.kv.v1beta1.Pairs does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -247,7 +247,7 @@ func (x *fastReflection_Pairs) Set(fd protoreflect.FieldDescriptor, value protor
|
||||
// Mutable is a mutating operation and unsafe for concurrent use.
|
||||
func (x *fastReflection_Pairs) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.internal.kv.v1beta1.Pairs.pairs":
|
||||
case "cosmos.store.internal.kv.v1beta1.Pairs.pairs":
|
||||
if x.Pairs == nil {
|
||||
x.Pairs = []*Pair{}
|
||||
}
|
||||
@@ -255,9 +255,9 @@ func (x *fastReflection_Pairs) Mutable(fd protoreflect.FieldDescriptor) protoref
|
||||
return protoreflect.ValueOfList(value)
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.internal.kv.v1beta1.Pairs"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.internal.kv.v1beta1.Pairs"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.internal.kv.v1beta1.Pairs does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.internal.kv.v1beta1.Pairs does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -266,14 +266,14 @@ func (x *fastReflection_Pairs) Mutable(fd protoreflect.FieldDescriptor) protoref
|
||||
// For lists, maps, and messages, this returns a new, empty, mutable value.
|
||||
func (x *fastReflection_Pairs) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.internal.kv.v1beta1.Pairs.pairs":
|
||||
case "cosmos.store.internal.kv.v1beta1.Pairs.pairs":
|
||||
list := []*Pair{}
|
||||
return protoreflect.ValueOfList(&_Pairs_1_list{list: &list})
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.internal.kv.v1beta1.Pairs"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.internal.kv.v1beta1.Pairs"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.internal.kv.v1beta1.Pairs does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.internal.kv.v1beta1.Pairs does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -283,7 +283,7 @@ func (x *fastReflection_Pairs) NewField(fd protoreflect.FieldDescriptor) protore
|
||||
func (x *fastReflection_Pairs) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
|
||||
switch d.FullName() {
|
||||
default:
|
||||
panic(fmt.Errorf("%s is not a oneof field in cosmos.base.store.internal.kv.v1beta1.Pairs", d.FullName()))
|
||||
panic(fmt.Errorf("%s is not a oneof field in cosmos.store.internal.kv.v1beta1.Pairs", d.FullName()))
|
||||
}
|
||||
panic("unreachable")
|
||||
}
|
||||
@@ -514,8 +514,8 @@ var (
|
||||
)
|
||||
|
||||
func init() {
|
||||
file_cosmos_base_store_internal_kv_v1beta1_kv_proto_init()
|
||||
md_Pair = File_cosmos_base_store_internal_kv_v1beta1_kv_proto.Messages().ByName("Pair")
|
||||
file_cosmos_store_internal_kv_v1beta1_kv_proto_init()
|
||||
md_Pair = File_cosmos_store_internal_kv_v1beta1_kv_proto.Messages().ByName("Pair")
|
||||
fd_Pair_key = md_Pair.Fields().ByName("key")
|
||||
fd_Pair_value = md_Pair.Fields().ByName("value")
|
||||
}
|
||||
@@ -529,7 +529,7 @@ func (x *Pair) ProtoReflect() protoreflect.Message {
|
||||
}
|
||||
|
||||
func (x *Pair) slowProtoReflect() protoreflect.Message {
|
||||
mi := &file_cosmos_base_store_internal_kv_v1beta1_kv_proto_msgTypes[1]
|
||||
mi := &file_cosmos_store_internal_kv_v1beta1_kv_proto_msgTypes[1]
|
||||
if protoimpl.UnsafeEnabled && x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -612,15 +612,15 @@ func (x *fastReflection_Pair) Range(f func(protoreflect.FieldDescriptor, protore
|
||||
// a repeated field is populated if it is non-empty.
|
||||
func (x *fastReflection_Pair) Has(fd protoreflect.FieldDescriptor) bool {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.internal.kv.v1beta1.Pair.key":
|
||||
case "cosmos.store.internal.kv.v1beta1.Pair.key":
|
||||
return len(x.Key) != 0
|
||||
case "cosmos.base.store.internal.kv.v1beta1.Pair.value":
|
||||
case "cosmos.store.internal.kv.v1beta1.Pair.value":
|
||||
return len(x.Value) != 0
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.internal.kv.v1beta1.Pair"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.internal.kv.v1beta1.Pair"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.internal.kv.v1beta1.Pair does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.internal.kv.v1beta1.Pair does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -632,15 +632,15 @@ func (x *fastReflection_Pair) Has(fd protoreflect.FieldDescriptor) bool {
|
||||
// Clear is a mutating operation and unsafe for concurrent use.
|
||||
func (x *fastReflection_Pair) Clear(fd protoreflect.FieldDescriptor) {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.internal.kv.v1beta1.Pair.key":
|
||||
case "cosmos.store.internal.kv.v1beta1.Pair.key":
|
||||
x.Key = nil
|
||||
case "cosmos.base.store.internal.kv.v1beta1.Pair.value":
|
||||
case "cosmos.store.internal.kv.v1beta1.Pair.value":
|
||||
x.Value = nil
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.internal.kv.v1beta1.Pair"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.internal.kv.v1beta1.Pair"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.internal.kv.v1beta1.Pair does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.internal.kv.v1beta1.Pair does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -652,17 +652,17 @@ func (x *fastReflection_Pair) Clear(fd protoreflect.FieldDescriptor) {
|
||||
// of the value; to obtain a mutable reference, use Mutable.
|
||||
func (x *fastReflection_Pair) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value {
|
||||
switch descriptor.FullName() {
|
||||
case "cosmos.base.store.internal.kv.v1beta1.Pair.key":
|
||||
case "cosmos.store.internal.kv.v1beta1.Pair.key":
|
||||
value := x.Key
|
||||
return protoreflect.ValueOfBytes(value)
|
||||
case "cosmos.base.store.internal.kv.v1beta1.Pair.value":
|
||||
case "cosmos.store.internal.kv.v1beta1.Pair.value":
|
||||
value := x.Value
|
||||
return protoreflect.ValueOfBytes(value)
|
||||
default:
|
||||
if descriptor.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.internal.kv.v1beta1.Pair"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.internal.kv.v1beta1.Pair"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.internal.kv.v1beta1.Pair does not contain field %s", descriptor.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.internal.kv.v1beta1.Pair does not contain field %s", descriptor.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -678,15 +678,15 @@ func (x *fastReflection_Pair) Get(descriptor protoreflect.FieldDescriptor) proto
|
||||
// Set is a mutating operation and unsafe for concurrent use.
|
||||
func (x *fastReflection_Pair) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.internal.kv.v1beta1.Pair.key":
|
||||
case "cosmos.store.internal.kv.v1beta1.Pair.key":
|
||||
x.Key = value.Bytes()
|
||||
case "cosmos.base.store.internal.kv.v1beta1.Pair.value":
|
||||
case "cosmos.store.internal.kv.v1beta1.Pair.value":
|
||||
x.Value = value.Bytes()
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.internal.kv.v1beta1.Pair"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.internal.kv.v1beta1.Pair"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.internal.kv.v1beta1.Pair does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.internal.kv.v1beta1.Pair does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -702,15 +702,15 @@ func (x *fastReflection_Pair) Set(fd protoreflect.FieldDescriptor, value protore
|
||||
// Mutable is a mutating operation and unsafe for concurrent use.
|
||||
func (x *fastReflection_Pair) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.internal.kv.v1beta1.Pair.key":
|
||||
panic(fmt.Errorf("field key of message cosmos.base.store.internal.kv.v1beta1.Pair is not mutable"))
|
||||
case "cosmos.base.store.internal.kv.v1beta1.Pair.value":
|
||||
panic(fmt.Errorf("field value of message cosmos.base.store.internal.kv.v1beta1.Pair is not mutable"))
|
||||
case "cosmos.store.internal.kv.v1beta1.Pair.key":
|
||||
panic(fmt.Errorf("field key of message cosmos.store.internal.kv.v1beta1.Pair is not mutable"))
|
||||
case "cosmos.store.internal.kv.v1beta1.Pair.value":
|
||||
panic(fmt.Errorf("field value of message cosmos.store.internal.kv.v1beta1.Pair is not mutable"))
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.internal.kv.v1beta1.Pair"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.internal.kv.v1beta1.Pair"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.internal.kv.v1beta1.Pair does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.internal.kv.v1beta1.Pair does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -719,15 +719,15 @@ func (x *fastReflection_Pair) Mutable(fd protoreflect.FieldDescriptor) protorefl
|
||||
// For lists, maps, and messages, this returns a new, empty, mutable value.
|
||||
func (x *fastReflection_Pair) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.internal.kv.v1beta1.Pair.key":
|
||||
case "cosmos.store.internal.kv.v1beta1.Pair.key":
|
||||
return protoreflect.ValueOfBytes(nil)
|
||||
case "cosmos.base.store.internal.kv.v1beta1.Pair.value":
|
||||
case "cosmos.store.internal.kv.v1beta1.Pair.value":
|
||||
return protoreflect.ValueOfBytes(nil)
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.internal.kv.v1beta1.Pair"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.internal.kv.v1beta1.Pair"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.internal.kv.v1beta1.Pair does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.internal.kv.v1beta1.Pair does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -737,7 +737,7 @@ func (x *fastReflection_Pair) NewField(fd protoreflect.FieldDescriptor) protoref
|
||||
func (x *fastReflection_Pair) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
|
||||
switch d.FullName() {
|
||||
default:
|
||||
panic(fmt.Errorf("%s is not a oneof field in cosmos.base.store.internal.kv.v1beta1.Pair", d.FullName()))
|
||||
panic(fmt.Errorf("%s is not a oneof field in cosmos.store.internal.kv.v1beta1.Pair", d.FullName()))
|
||||
}
|
||||
panic("unreachable")
|
||||
}
|
||||
@@ -999,7 +999,7 @@ func (x *fastReflection_Pair) ProtoMethods() *protoiface.Methods {
|
||||
// versions:
|
||||
// protoc-gen-go v1.27.0
|
||||
// protoc (unknown)
|
||||
// source: cosmos/base/store/internal/kv/v1beta1/kv.proto
|
||||
// source: cosmos/store/internal/kv/v1beta1/kv.proto
|
||||
|
||||
const (
|
||||
// Verify that this generated code is sufficiently up-to-date.
|
||||
@@ -1020,7 +1020,7 @@ type Pairs struct {
|
||||
func (x *Pairs) Reset() {
|
||||
*x = Pairs{}
|
||||
if protoimpl.UnsafeEnabled {
|
||||
mi := &file_cosmos_base_store_internal_kv_v1beta1_kv_proto_msgTypes[0]
|
||||
mi := &file_cosmos_store_internal_kv_v1beta1_kv_proto_msgTypes[0]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -1034,7 +1034,7 @@ func (*Pairs) ProtoMessage() {}
|
||||
|
||||
// Deprecated: Use Pairs.ProtoReflect.Descriptor instead.
|
||||
func (*Pairs) Descriptor() ([]byte, []int) {
|
||||
return file_cosmos_base_store_internal_kv_v1beta1_kv_proto_rawDescGZIP(), []int{0}
|
||||
return file_cosmos_store_internal_kv_v1beta1_kv_proto_rawDescGZIP(), []int{0}
|
||||
}
|
||||
|
||||
func (x *Pairs) GetPairs() []*Pair {
|
||||
@@ -1057,7 +1057,7 @@ type Pair struct {
|
||||
func (x *Pair) Reset() {
|
||||
*x = Pair{}
|
||||
if protoimpl.UnsafeEnabled {
|
||||
mi := &file_cosmos_base_store_internal_kv_v1beta1_kv_proto_msgTypes[1]
|
||||
mi := &file_cosmos_store_internal_kv_v1beta1_kv_proto_msgTypes[1]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -1071,7 +1071,7 @@ func (*Pair) ProtoMessage() {}
|
||||
|
||||
// Deprecated: Use Pair.ProtoReflect.Descriptor instead.
|
||||
func (*Pair) Descriptor() ([]byte, []int) {
|
||||
return file_cosmos_base_store_internal_kv_v1beta1_kv_proto_rawDescGZIP(), []int{1}
|
||||
return file_cosmos_store_internal_kv_v1beta1_kv_proto_rawDescGZIP(), []int{1}
|
||||
}
|
||||
|
||||
func (x *Pair) GetKey() []byte {
|
||||
@@ -1088,65 +1088,62 @@ func (x *Pair) GetValue() []byte {
|
||||
return nil
|
||||
}
|
||||
|
||||
var File_cosmos_base_store_internal_kv_v1beta1_kv_proto protoreflect.FileDescriptor
|
||||
var File_cosmos_store_internal_kv_v1beta1_kv_proto protoreflect.FileDescriptor
|
||||
|
||||
var file_cosmos_base_store_internal_kv_v1beta1_kv_proto_rawDesc = []byte{
|
||||
0x0a, 0x2e, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2f, 0x62, 0x61, 0x73, 0x65, 0x2f, 0x73, 0x74,
|
||||
var file_cosmos_store_internal_kv_v1beta1_kv_proto_rawDesc = []byte{
|
||||
0x0a, 0x29, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2f, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2f, 0x69,
|
||||
0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x6b, 0x76, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74,
|
||||
0x61, 0x31, 0x2f, 0x6b, 0x76, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x20, 0x63, 0x6f, 0x73,
|
||||
0x6d, 0x6f, 0x73, 0x2e, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e,
|
||||
0x61, 0x6c, 0x2e, 0x6b, 0x76, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x1a, 0x14, 0x67,
|
||||
0x6f, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x67, 0x6f, 0x2e, 0x70, 0x72,
|
||||
0x6f, 0x74, 0x6f, 0x22, 0x4b, 0x0a, 0x05, 0x50, 0x61, 0x69, 0x72, 0x73, 0x12, 0x42, 0x0a, 0x05,
|
||||
0x70, 0x61, 0x69, 0x72, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x63, 0x6f,
|
||||
0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x72,
|
||||
0x6e, 0x61, 0x6c, 0x2e, 0x6b, 0x76, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x2e, 0x50,
|
||||
0x61, 0x69, 0x72, 0x42, 0x04, 0xc8, 0xde, 0x1f, 0x00, 0x52, 0x05, 0x70, 0x61, 0x69, 0x72, 0x73,
|
||||
0x22, 0x2e, 0x0a, 0x04, 0x50, 0x61, 0x69, 0x72, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18,
|
||||
0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61,
|
||||
0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65,
|
||||
0x42, 0x91, 0x02, 0x0a, 0x24, 0x63, 0x6f, 0x6d, 0x2e, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e,
|
||||
0x73, 0x74, 0x6f, 0x72, 0x65, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2e, 0x6b,
|
||||
0x76, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x42, 0x07, 0x4b, 0x76, 0x50, 0x72, 0x6f,
|
||||
0x74, 0x6f, 0x50, 0x01, 0x5a, 0x3b, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x73, 0x64, 0x6b, 0x2e,
|
||||
0x69, 0x6f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2f, 0x73, 0x74,
|
||||
0x6f, 0x72, 0x65, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x6b, 0x76, 0x2f,
|
||||
0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x2f, 0x6b, 0x76, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
||||
0x12, 0x25, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x73, 0x74,
|
||||
0x6f, 0x72, 0x65, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2e, 0x6b, 0x76, 0x2e,
|
||||
0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x1a, 0x14, 0x67, 0x6f, 0x67, 0x6f, 0x70, 0x72, 0x6f,
|
||||
0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x67, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x50, 0x0a,
|
||||
0x05, 0x50, 0x61, 0x69, 0x72, 0x73, 0x12, 0x47, 0x0a, 0x05, 0x70, 0x61, 0x69, 0x72, 0x73, 0x18,
|
||||
0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x62,
|
||||
0x61, 0x73, 0x65, 0x2e, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e,
|
||||
0x61, 0x6c, 0x2e, 0x6b, 0x76, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x2e, 0x50, 0x61,
|
||||
0x69, 0x72, 0x42, 0x04, 0xc8, 0xde, 0x1f, 0x00, 0x52, 0x05, 0x70, 0x61, 0x69, 0x72, 0x73, 0x22,
|
||||
0x2e, 0x0a, 0x04, 0x50, 0x61, 0x69, 0x72, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01,
|
||||
0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c,
|
||||
0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x42,
|
||||
0xb1, 0x02, 0x0a, 0x29, 0x63, 0x6f, 0x6d, 0x2e, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x62,
|
||||
0x61, 0x73, 0x65, 0x2e, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e,
|
||||
0x61, 0x6c, 0x2e, 0x6b, 0x76, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x42, 0x07, 0x4b,
|
||||
0x76, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x40, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73,
|
||||
0x73, 0x64, 0x6b, 0x2e, 0x69, 0x6f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x73, 0x6d, 0x6f,
|
||||
0x73, 0x2f, 0x62, 0x61, 0x73, 0x65, 0x2f, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2f, 0x69, 0x6e, 0x74,
|
||||
0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x6b, 0x76, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31,
|
||||
0x3b, 0x6b, 0x76, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0xa2, 0x02, 0x05, 0x43, 0x42, 0x53,
|
||||
0x49, 0x4b, 0xaa, 0x02, 0x25, 0x43, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x42, 0x61, 0x73, 0x65,
|
||||
0x2e, 0x53, 0x74, 0x6f, 0x72, 0x65, 0x2e, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2e,
|
||||
0x4b, 0x76, 0x2e, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0xca, 0x02, 0x25, 0x43, 0x6f, 0x73,
|
||||
0x6d, 0x6f, 0x73, 0x5c, 0x42, 0x61, 0x73, 0x65, 0x5c, 0x53, 0x74, 0x6f, 0x72, 0x65, 0x5c, 0x49,
|
||||
0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x5c, 0x4b, 0x76, 0x5c, 0x56, 0x31, 0x62, 0x65, 0x74,
|
||||
0x61, 0x31, 0xe2, 0x02, 0x31, 0x43, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x5c, 0x42, 0x61, 0x73, 0x65,
|
||||
0x5c, 0x53, 0x74, 0x6f, 0x72, 0x65, 0x5c, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x5c,
|
||||
0x4b, 0x76, 0x5c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65,
|
||||
0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x2a, 0x43, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x3a,
|
||||
0x3a, 0x42, 0x61, 0x73, 0x65, 0x3a, 0x3a, 0x53, 0x74, 0x6f, 0x72, 0x65, 0x3a, 0x3a, 0x49, 0x6e,
|
||||
0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x3a, 0x3a, 0x4b, 0x76, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x65,
|
||||
0x74, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||||
0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x3b, 0x6b, 0x76, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61,
|
||||
0x31, 0xa2, 0x02, 0x04, 0x43, 0x53, 0x49, 0x4b, 0xaa, 0x02, 0x20, 0x43, 0x6f, 0x73, 0x6d, 0x6f,
|
||||
0x73, 0x2e, 0x53, 0x74, 0x6f, 0x72, 0x65, 0x2e, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c,
|
||||
0x2e, 0x4b, 0x76, 0x2e, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0xca, 0x02, 0x20, 0x43, 0x6f,
|
||||
0x73, 0x6d, 0x6f, 0x73, 0x5c, 0x53, 0x74, 0x6f, 0x72, 0x65, 0x5c, 0x49, 0x6e, 0x74, 0x65, 0x72,
|
||||
0x6e, 0x61, 0x6c, 0x5c, 0x4b, 0x76, 0x5c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0xe2, 0x02,
|
||||
0x2c, 0x43, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x5c, 0x53, 0x74, 0x6f, 0x72, 0x65, 0x5c, 0x49, 0x6e,
|
||||
0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x5c, 0x4b, 0x76, 0x5c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61,
|
||||
0x31, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x24,
|
||||
0x43, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x3a, 0x3a, 0x53, 0x74, 0x6f, 0x72, 0x65, 0x3a, 0x3a, 0x49,
|
||||
0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x3a, 0x3a, 0x4b, 0x76, 0x3a, 0x3a, 0x56, 0x31, 0x62,
|
||||
0x65, 0x74, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||||
}
|
||||
|
||||
var (
|
||||
file_cosmos_base_store_internal_kv_v1beta1_kv_proto_rawDescOnce sync.Once
|
||||
file_cosmos_base_store_internal_kv_v1beta1_kv_proto_rawDescData = file_cosmos_base_store_internal_kv_v1beta1_kv_proto_rawDesc
|
||||
file_cosmos_store_internal_kv_v1beta1_kv_proto_rawDescOnce sync.Once
|
||||
file_cosmos_store_internal_kv_v1beta1_kv_proto_rawDescData = file_cosmos_store_internal_kv_v1beta1_kv_proto_rawDesc
|
||||
)
|
||||
|
||||
func file_cosmos_base_store_internal_kv_v1beta1_kv_proto_rawDescGZIP() []byte {
|
||||
file_cosmos_base_store_internal_kv_v1beta1_kv_proto_rawDescOnce.Do(func() {
|
||||
file_cosmos_base_store_internal_kv_v1beta1_kv_proto_rawDescData = protoimpl.X.CompressGZIP(file_cosmos_base_store_internal_kv_v1beta1_kv_proto_rawDescData)
|
||||
func file_cosmos_store_internal_kv_v1beta1_kv_proto_rawDescGZIP() []byte {
|
||||
file_cosmos_store_internal_kv_v1beta1_kv_proto_rawDescOnce.Do(func() {
|
||||
file_cosmos_store_internal_kv_v1beta1_kv_proto_rawDescData = protoimpl.X.CompressGZIP(file_cosmos_store_internal_kv_v1beta1_kv_proto_rawDescData)
|
||||
})
|
||||
return file_cosmos_base_store_internal_kv_v1beta1_kv_proto_rawDescData
|
||||
return file_cosmos_store_internal_kv_v1beta1_kv_proto_rawDescData
|
||||
}
|
||||
|
||||
var file_cosmos_base_store_internal_kv_v1beta1_kv_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
|
||||
var file_cosmos_base_store_internal_kv_v1beta1_kv_proto_goTypes = []interface{}{
|
||||
(*Pairs)(nil), // 0: cosmos.base.store.internal.kv.v1beta1.Pairs
|
||||
(*Pair)(nil), // 1: cosmos.base.store.internal.kv.v1beta1.Pair
|
||||
var file_cosmos_store_internal_kv_v1beta1_kv_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
|
||||
var file_cosmos_store_internal_kv_v1beta1_kv_proto_goTypes = []interface{}{
|
||||
(*Pairs)(nil), // 0: cosmos.store.internal.kv.v1beta1.Pairs
|
||||
(*Pair)(nil), // 1: cosmos.store.internal.kv.v1beta1.Pair
|
||||
}
|
||||
var file_cosmos_base_store_internal_kv_v1beta1_kv_proto_depIdxs = []int32{
|
||||
1, // 0: cosmos.base.store.internal.kv.v1beta1.Pairs.pairs:type_name -> cosmos.base.store.internal.kv.v1beta1.Pair
|
||||
var file_cosmos_store_internal_kv_v1beta1_kv_proto_depIdxs = []int32{
|
||||
1, // 0: cosmos.store.internal.kv.v1beta1.Pairs.pairs:type_name -> cosmos.store.internal.kv.v1beta1.Pair
|
||||
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
|
||||
@@ -1154,13 +1151,13 @@ var file_cosmos_base_store_internal_kv_v1beta1_kv_proto_depIdxs = []int32{
|
||||
0, // [0:1] is the sub-list for field type_name
|
||||
}
|
||||
|
||||
func init() { file_cosmos_base_store_internal_kv_v1beta1_kv_proto_init() }
|
||||
func file_cosmos_base_store_internal_kv_v1beta1_kv_proto_init() {
|
||||
if File_cosmos_base_store_internal_kv_v1beta1_kv_proto != nil {
|
||||
func init() { file_cosmos_store_internal_kv_v1beta1_kv_proto_init() }
|
||||
func file_cosmos_store_internal_kv_v1beta1_kv_proto_init() {
|
||||
if File_cosmos_store_internal_kv_v1beta1_kv_proto != nil {
|
||||
return
|
||||
}
|
||||
if !protoimpl.UnsafeEnabled {
|
||||
file_cosmos_base_store_internal_kv_v1beta1_kv_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_cosmos_store_internal_kv_v1beta1_kv_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||
switch v := v.(*Pairs); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1172,7 +1169,7 @@ func file_cosmos_base_store_internal_kv_v1beta1_kv_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_cosmos_base_store_internal_kv_v1beta1_kv_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_cosmos_store_internal_kv_v1beta1_kv_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
||||
switch v := v.(*Pair); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1189,18 +1186,18 @@ func file_cosmos_base_store_internal_kv_v1beta1_kv_proto_init() {
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: file_cosmos_base_store_internal_kv_v1beta1_kv_proto_rawDesc,
|
||||
RawDescriptor: file_cosmos_store_internal_kv_v1beta1_kv_proto_rawDesc,
|
||||
NumEnums: 0,
|
||||
NumMessages: 2,
|
||||
NumExtensions: 0,
|
||||
NumServices: 0,
|
||||
},
|
||||
GoTypes: file_cosmos_base_store_internal_kv_v1beta1_kv_proto_goTypes,
|
||||
DependencyIndexes: file_cosmos_base_store_internal_kv_v1beta1_kv_proto_depIdxs,
|
||||
MessageInfos: file_cosmos_base_store_internal_kv_v1beta1_kv_proto_msgTypes,
|
||||
GoTypes: file_cosmos_store_internal_kv_v1beta1_kv_proto_goTypes,
|
||||
DependencyIndexes: file_cosmos_store_internal_kv_v1beta1_kv_proto_depIdxs,
|
||||
MessageInfos: file_cosmos_store_internal_kv_v1beta1_kv_proto_msgTypes,
|
||||
}.Build()
|
||||
File_cosmos_base_store_internal_kv_v1beta1_kv_proto = out.File
|
||||
file_cosmos_base_store_internal_kv_v1beta1_kv_proto_rawDesc = nil
|
||||
file_cosmos_base_store_internal_kv_v1beta1_kv_proto_goTypes = nil
|
||||
file_cosmos_base_store_internal_kv_v1beta1_kv_proto_depIdxs = nil
|
||||
File_cosmos_store_internal_kv_v1beta1_kv_proto = out.File
|
||||
file_cosmos_store_internal_kv_v1beta1_kv_proto_rawDesc = nil
|
||||
file_cosmos_store_internal_kv_v1beta1_kv_proto_goTypes = nil
|
||||
file_cosmos_store_internal_kv_v1beta1_kv_proto_depIdxs = nil
|
||||
}
|
||||
+365
-373
File diff suppressed because it is too large
Load Diff
+162
-165
@@ -71,8 +71,8 @@ var (
|
||||
)
|
||||
|
||||
func init() {
|
||||
file_cosmos_base_store_v1beta1_commit_info_proto_init()
|
||||
md_CommitInfo = File_cosmos_base_store_v1beta1_commit_info_proto.Messages().ByName("CommitInfo")
|
||||
file_cosmos_store_v1beta1_commit_info_proto_init()
|
||||
md_CommitInfo = File_cosmos_store_v1beta1_commit_info_proto.Messages().ByName("CommitInfo")
|
||||
fd_CommitInfo_version = md_CommitInfo.Fields().ByName("version")
|
||||
fd_CommitInfo_store_infos = md_CommitInfo.Fields().ByName("store_infos")
|
||||
}
|
||||
@@ -86,7 +86,7 @@ func (x *CommitInfo) ProtoReflect() protoreflect.Message {
|
||||
}
|
||||
|
||||
func (x *CommitInfo) slowProtoReflect() protoreflect.Message {
|
||||
mi := &file_cosmos_base_store_v1beta1_commit_info_proto_msgTypes[0]
|
||||
mi := &file_cosmos_store_v1beta1_commit_info_proto_msgTypes[0]
|
||||
if protoimpl.UnsafeEnabled && x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -169,15 +169,15 @@ func (x *fastReflection_CommitInfo) Range(f func(protoreflect.FieldDescriptor, p
|
||||
// a repeated field is populated if it is non-empty.
|
||||
func (x *fastReflection_CommitInfo) Has(fd protoreflect.FieldDescriptor) bool {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.v1beta1.CommitInfo.version":
|
||||
case "cosmos.store.v1beta1.CommitInfo.version":
|
||||
return x.Version != int64(0)
|
||||
case "cosmos.base.store.v1beta1.CommitInfo.store_infos":
|
||||
case "cosmos.store.v1beta1.CommitInfo.store_infos":
|
||||
return len(x.StoreInfos) != 0
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.v1beta1.CommitInfo"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.v1beta1.CommitInfo"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.v1beta1.CommitInfo does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.v1beta1.CommitInfo does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -189,15 +189,15 @@ func (x *fastReflection_CommitInfo) Has(fd protoreflect.FieldDescriptor) bool {
|
||||
// Clear is a mutating operation and unsafe for concurrent use.
|
||||
func (x *fastReflection_CommitInfo) Clear(fd protoreflect.FieldDescriptor) {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.v1beta1.CommitInfo.version":
|
||||
case "cosmos.store.v1beta1.CommitInfo.version":
|
||||
x.Version = int64(0)
|
||||
case "cosmos.base.store.v1beta1.CommitInfo.store_infos":
|
||||
case "cosmos.store.v1beta1.CommitInfo.store_infos":
|
||||
x.StoreInfos = nil
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.v1beta1.CommitInfo"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.v1beta1.CommitInfo"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.v1beta1.CommitInfo does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.v1beta1.CommitInfo does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -209,10 +209,10 @@ func (x *fastReflection_CommitInfo) Clear(fd protoreflect.FieldDescriptor) {
|
||||
// of the value; to obtain a mutable reference, use Mutable.
|
||||
func (x *fastReflection_CommitInfo) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value {
|
||||
switch descriptor.FullName() {
|
||||
case "cosmos.base.store.v1beta1.CommitInfo.version":
|
||||
case "cosmos.store.v1beta1.CommitInfo.version":
|
||||
value := x.Version
|
||||
return protoreflect.ValueOfInt64(value)
|
||||
case "cosmos.base.store.v1beta1.CommitInfo.store_infos":
|
||||
case "cosmos.store.v1beta1.CommitInfo.store_infos":
|
||||
if len(x.StoreInfos) == 0 {
|
||||
return protoreflect.ValueOfList(&_CommitInfo_2_list{})
|
||||
}
|
||||
@@ -220,9 +220,9 @@ func (x *fastReflection_CommitInfo) Get(descriptor protoreflect.FieldDescriptor)
|
||||
return protoreflect.ValueOfList(listValue)
|
||||
default:
|
||||
if descriptor.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.v1beta1.CommitInfo"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.v1beta1.CommitInfo"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.v1beta1.CommitInfo does not contain field %s", descriptor.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.v1beta1.CommitInfo does not contain field %s", descriptor.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -238,17 +238,17 @@ func (x *fastReflection_CommitInfo) Get(descriptor protoreflect.FieldDescriptor)
|
||||
// Set is a mutating operation and unsafe for concurrent use.
|
||||
func (x *fastReflection_CommitInfo) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.v1beta1.CommitInfo.version":
|
||||
case "cosmos.store.v1beta1.CommitInfo.version":
|
||||
x.Version = value.Int()
|
||||
case "cosmos.base.store.v1beta1.CommitInfo.store_infos":
|
||||
case "cosmos.store.v1beta1.CommitInfo.store_infos":
|
||||
lv := value.List()
|
||||
clv := lv.(*_CommitInfo_2_list)
|
||||
x.StoreInfos = *clv.list
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.v1beta1.CommitInfo"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.v1beta1.CommitInfo"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.v1beta1.CommitInfo does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.v1beta1.CommitInfo does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -264,19 +264,19 @@ func (x *fastReflection_CommitInfo) Set(fd protoreflect.FieldDescriptor, value p
|
||||
// Mutable is a mutating operation and unsafe for concurrent use.
|
||||
func (x *fastReflection_CommitInfo) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.v1beta1.CommitInfo.store_infos":
|
||||
case "cosmos.store.v1beta1.CommitInfo.store_infos":
|
||||
if x.StoreInfos == nil {
|
||||
x.StoreInfos = []*StoreInfo{}
|
||||
}
|
||||
value := &_CommitInfo_2_list{list: &x.StoreInfos}
|
||||
return protoreflect.ValueOfList(value)
|
||||
case "cosmos.base.store.v1beta1.CommitInfo.version":
|
||||
panic(fmt.Errorf("field version of message cosmos.base.store.v1beta1.CommitInfo is not mutable"))
|
||||
case "cosmos.store.v1beta1.CommitInfo.version":
|
||||
panic(fmt.Errorf("field version of message cosmos.store.v1beta1.CommitInfo is not mutable"))
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.v1beta1.CommitInfo"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.v1beta1.CommitInfo"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.v1beta1.CommitInfo does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.v1beta1.CommitInfo does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -285,16 +285,16 @@ func (x *fastReflection_CommitInfo) Mutable(fd protoreflect.FieldDescriptor) pro
|
||||
// For lists, maps, and messages, this returns a new, empty, mutable value.
|
||||
func (x *fastReflection_CommitInfo) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.v1beta1.CommitInfo.version":
|
||||
case "cosmos.store.v1beta1.CommitInfo.version":
|
||||
return protoreflect.ValueOfInt64(int64(0))
|
||||
case "cosmos.base.store.v1beta1.CommitInfo.store_infos":
|
||||
case "cosmos.store.v1beta1.CommitInfo.store_infos":
|
||||
list := []*StoreInfo{}
|
||||
return protoreflect.ValueOfList(&_CommitInfo_2_list{list: &list})
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.v1beta1.CommitInfo"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.v1beta1.CommitInfo"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.v1beta1.CommitInfo does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.v1beta1.CommitInfo does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -304,7 +304,7 @@ func (x *fastReflection_CommitInfo) NewField(fd protoreflect.FieldDescriptor) pr
|
||||
func (x *fastReflection_CommitInfo) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
|
||||
switch d.FullName() {
|
||||
default:
|
||||
panic(fmt.Errorf("%s is not a oneof field in cosmos.base.store.v1beta1.CommitInfo", d.FullName()))
|
||||
panic(fmt.Errorf("%s is not a oneof field in cosmos.store.v1beta1.CommitInfo", d.FullName()))
|
||||
}
|
||||
panic("unreachable")
|
||||
}
|
||||
@@ -562,8 +562,8 @@ var (
|
||||
)
|
||||
|
||||
func init() {
|
||||
file_cosmos_base_store_v1beta1_commit_info_proto_init()
|
||||
md_StoreInfo = File_cosmos_base_store_v1beta1_commit_info_proto.Messages().ByName("StoreInfo")
|
||||
file_cosmos_store_v1beta1_commit_info_proto_init()
|
||||
md_StoreInfo = File_cosmos_store_v1beta1_commit_info_proto.Messages().ByName("StoreInfo")
|
||||
fd_StoreInfo_name = md_StoreInfo.Fields().ByName("name")
|
||||
fd_StoreInfo_commit_id = md_StoreInfo.Fields().ByName("commit_id")
|
||||
}
|
||||
@@ -577,7 +577,7 @@ func (x *StoreInfo) ProtoReflect() protoreflect.Message {
|
||||
}
|
||||
|
||||
func (x *StoreInfo) slowProtoReflect() protoreflect.Message {
|
||||
mi := &file_cosmos_base_store_v1beta1_commit_info_proto_msgTypes[1]
|
||||
mi := &file_cosmos_store_v1beta1_commit_info_proto_msgTypes[1]
|
||||
if protoimpl.UnsafeEnabled && x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -660,15 +660,15 @@ func (x *fastReflection_StoreInfo) Range(f func(protoreflect.FieldDescriptor, pr
|
||||
// a repeated field is populated if it is non-empty.
|
||||
func (x *fastReflection_StoreInfo) Has(fd protoreflect.FieldDescriptor) bool {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.v1beta1.StoreInfo.name":
|
||||
case "cosmos.store.v1beta1.StoreInfo.name":
|
||||
return x.Name != ""
|
||||
case "cosmos.base.store.v1beta1.StoreInfo.commit_id":
|
||||
case "cosmos.store.v1beta1.StoreInfo.commit_id":
|
||||
return x.CommitId != nil
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.v1beta1.StoreInfo"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.v1beta1.StoreInfo"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.v1beta1.StoreInfo does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.v1beta1.StoreInfo does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -680,15 +680,15 @@ func (x *fastReflection_StoreInfo) Has(fd protoreflect.FieldDescriptor) bool {
|
||||
// Clear is a mutating operation and unsafe for concurrent use.
|
||||
func (x *fastReflection_StoreInfo) Clear(fd protoreflect.FieldDescriptor) {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.v1beta1.StoreInfo.name":
|
||||
case "cosmos.store.v1beta1.StoreInfo.name":
|
||||
x.Name = ""
|
||||
case "cosmos.base.store.v1beta1.StoreInfo.commit_id":
|
||||
case "cosmos.store.v1beta1.StoreInfo.commit_id":
|
||||
x.CommitId = nil
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.v1beta1.StoreInfo"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.v1beta1.StoreInfo"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.v1beta1.StoreInfo does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.v1beta1.StoreInfo does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -700,17 +700,17 @@ func (x *fastReflection_StoreInfo) Clear(fd protoreflect.FieldDescriptor) {
|
||||
// of the value; to obtain a mutable reference, use Mutable.
|
||||
func (x *fastReflection_StoreInfo) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value {
|
||||
switch descriptor.FullName() {
|
||||
case "cosmos.base.store.v1beta1.StoreInfo.name":
|
||||
case "cosmos.store.v1beta1.StoreInfo.name":
|
||||
value := x.Name
|
||||
return protoreflect.ValueOfString(value)
|
||||
case "cosmos.base.store.v1beta1.StoreInfo.commit_id":
|
||||
case "cosmos.store.v1beta1.StoreInfo.commit_id":
|
||||
value := x.CommitId
|
||||
return protoreflect.ValueOfMessage(value.ProtoReflect())
|
||||
default:
|
||||
if descriptor.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.v1beta1.StoreInfo"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.v1beta1.StoreInfo"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.v1beta1.StoreInfo does not contain field %s", descriptor.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.v1beta1.StoreInfo does not contain field %s", descriptor.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -726,15 +726,15 @@ func (x *fastReflection_StoreInfo) Get(descriptor protoreflect.FieldDescriptor)
|
||||
// Set is a mutating operation and unsafe for concurrent use.
|
||||
func (x *fastReflection_StoreInfo) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.v1beta1.StoreInfo.name":
|
||||
case "cosmos.store.v1beta1.StoreInfo.name":
|
||||
x.Name = value.Interface().(string)
|
||||
case "cosmos.base.store.v1beta1.StoreInfo.commit_id":
|
||||
case "cosmos.store.v1beta1.StoreInfo.commit_id":
|
||||
x.CommitId = value.Message().Interface().(*CommitID)
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.v1beta1.StoreInfo"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.v1beta1.StoreInfo"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.v1beta1.StoreInfo does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.v1beta1.StoreInfo does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -750,18 +750,18 @@ func (x *fastReflection_StoreInfo) Set(fd protoreflect.FieldDescriptor, value pr
|
||||
// Mutable is a mutating operation and unsafe for concurrent use.
|
||||
func (x *fastReflection_StoreInfo) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.v1beta1.StoreInfo.commit_id":
|
||||
case "cosmos.store.v1beta1.StoreInfo.commit_id":
|
||||
if x.CommitId == nil {
|
||||
x.CommitId = new(CommitID)
|
||||
}
|
||||
return protoreflect.ValueOfMessage(x.CommitId.ProtoReflect())
|
||||
case "cosmos.base.store.v1beta1.StoreInfo.name":
|
||||
panic(fmt.Errorf("field name of message cosmos.base.store.v1beta1.StoreInfo is not mutable"))
|
||||
case "cosmos.store.v1beta1.StoreInfo.name":
|
||||
panic(fmt.Errorf("field name of message cosmos.store.v1beta1.StoreInfo is not mutable"))
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.v1beta1.StoreInfo"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.v1beta1.StoreInfo"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.v1beta1.StoreInfo does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.v1beta1.StoreInfo does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -770,16 +770,16 @@ func (x *fastReflection_StoreInfo) Mutable(fd protoreflect.FieldDescriptor) prot
|
||||
// For lists, maps, and messages, this returns a new, empty, mutable value.
|
||||
func (x *fastReflection_StoreInfo) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.v1beta1.StoreInfo.name":
|
||||
case "cosmos.store.v1beta1.StoreInfo.name":
|
||||
return protoreflect.ValueOfString("")
|
||||
case "cosmos.base.store.v1beta1.StoreInfo.commit_id":
|
||||
case "cosmos.store.v1beta1.StoreInfo.commit_id":
|
||||
m := new(CommitID)
|
||||
return protoreflect.ValueOfMessage(m.ProtoReflect())
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.v1beta1.StoreInfo"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.v1beta1.StoreInfo"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.v1beta1.StoreInfo does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.v1beta1.StoreInfo does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -789,7 +789,7 @@ func (x *fastReflection_StoreInfo) NewField(fd protoreflect.FieldDescriptor) pro
|
||||
func (x *fastReflection_StoreInfo) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
|
||||
switch d.FullName() {
|
||||
default:
|
||||
panic(fmt.Errorf("%s is not a oneof field in cosmos.base.store.v1beta1.StoreInfo", d.FullName()))
|
||||
panic(fmt.Errorf("%s is not a oneof field in cosmos.store.v1beta1.StoreInfo", d.FullName()))
|
||||
}
|
||||
panic("unreachable")
|
||||
}
|
||||
@@ -1061,8 +1061,8 @@ var (
|
||||
)
|
||||
|
||||
func init() {
|
||||
file_cosmos_base_store_v1beta1_commit_info_proto_init()
|
||||
md_CommitID = File_cosmos_base_store_v1beta1_commit_info_proto.Messages().ByName("CommitID")
|
||||
file_cosmos_store_v1beta1_commit_info_proto_init()
|
||||
md_CommitID = File_cosmos_store_v1beta1_commit_info_proto.Messages().ByName("CommitID")
|
||||
fd_CommitID_version = md_CommitID.Fields().ByName("version")
|
||||
fd_CommitID_hash = md_CommitID.Fields().ByName("hash")
|
||||
}
|
||||
@@ -1076,7 +1076,7 @@ func (x *CommitID) ProtoReflect() protoreflect.Message {
|
||||
}
|
||||
|
||||
func (x *CommitID) slowProtoReflect() protoreflect.Message {
|
||||
mi := &file_cosmos_base_store_v1beta1_commit_info_proto_msgTypes[2]
|
||||
mi := &file_cosmos_store_v1beta1_commit_info_proto_msgTypes[2]
|
||||
if protoimpl.UnsafeEnabled && x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -1159,15 +1159,15 @@ func (x *fastReflection_CommitID) Range(f func(protoreflect.FieldDescriptor, pro
|
||||
// a repeated field is populated if it is non-empty.
|
||||
func (x *fastReflection_CommitID) Has(fd protoreflect.FieldDescriptor) bool {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.v1beta1.CommitID.version":
|
||||
case "cosmos.store.v1beta1.CommitID.version":
|
||||
return x.Version != int64(0)
|
||||
case "cosmos.base.store.v1beta1.CommitID.hash":
|
||||
case "cosmos.store.v1beta1.CommitID.hash":
|
||||
return len(x.Hash) != 0
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.v1beta1.CommitID"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.v1beta1.CommitID"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.v1beta1.CommitID does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.v1beta1.CommitID does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1179,15 +1179,15 @@ func (x *fastReflection_CommitID) Has(fd protoreflect.FieldDescriptor) bool {
|
||||
// Clear is a mutating operation and unsafe for concurrent use.
|
||||
func (x *fastReflection_CommitID) Clear(fd protoreflect.FieldDescriptor) {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.v1beta1.CommitID.version":
|
||||
case "cosmos.store.v1beta1.CommitID.version":
|
||||
x.Version = int64(0)
|
||||
case "cosmos.base.store.v1beta1.CommitID.hash":
|
||||
case "cosmos.store.v1beta1.CommitID.hash":
|
||||
x.Hash = nil
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.v1beta1.CommitID"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.v1beta1.CommitID"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.v1beta1.CommitID does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.v1beta1.CommitID does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1199,17 +1199,17 @@ func (x *fastReflection_CommitID) Clear(fd protoreflect.FieldDescriptor) {
|
||||
// of the value; to obtain a mutable reference, use Mutable.
|
||||
func (x *fastReflection_CommitID) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value {
|
||||
switch descriptor.FullName() {
|
||||
case "cosmos.base.store.v1beta1.CommitID.version":
|
||||
case "cosmos.store.v1beta1.CommitID.version":
|
||||
value := x.Version
|
||||
return protoreflect.ValueOfInt64(value)
|
||||
case "cosmos.base.store.v1beta1.CommitID.hash":
|
||||
case "cosmos.store.v1beta1.CommitID.hash":
|
||||
value := x.Hash
|
||||
return protoreflect.ValueOfBytes(value)
|
||||
default:
|
||||
if descriptor.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.v1beta1.CommitID"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.v1beta1.CommitID"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.v1beta1.CommitID does not contain field %s", descriptor.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.v1beta1.CommitID does not contain field %s", descriptor.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1225,15 +1225,15 @@ func (x *fastReflection_CommitID) Get(descriptor protoreflect.FieldDescriptor) p
|
||||
// Set is a mutating operation and unsafe for concurrent use.
|
||||
func (x *fastReflection_CommitID) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.v1beta1.CommitID.version":
|
||||
case "cosmos.store.v1beta1.CommitID.version":
|
||||
x.Version = value.Int()
|
||||
case "cosmos.base.store.v1beta1.CommitID.hash":
|
||||
case "cosmos.store.v1beta1.CommitID.hash":
|
||||
x.Hash = value.Bytes()
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.v1beta1.CommitID"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.v1beta1.CommitID"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.v1beta1.CommitID does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.v1beta1.CommitID does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1249,15 +1249,15 @@ func (x *fastReflection_CommitID) Set(fd protoreflect.FieldDescriptor, value pro
|
||||
// Mutable is a mutating operation and unsafe for concurrent use.
|
||||
func (x *fastReflection_CommitID) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.v1beta1.CommitID.version":
|
||||
panic(fmt.Errorf("field version of message cosmos.base.store.v1beta1.CommitID is not mutable"))
|
||||
case "cosmos.base.store.v1beta1.CommitID.hash":
|
||||
panic(fmt.Errorf("field hash of message cosmos.base.store.v1beta1.CommitID is not mutable"))
|
||||
case "cosmos.store.v1beta1.CommitID.version":
|
||||
panic(fmt.Errorf("field version of message cosmos.store.v1beta1.CommitID is not mutable"))
|
||||
case "cosmos.store.v1beta1.CommitID.hash":
|
||||
panic(fmt.Errorf("field hash of message cosmos.store.v1beta1.CommitID is not mutable"))
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.v1beta1.CommitID"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.v1beta1.CommitID"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.v1beta1.CommitID does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.v1beta1.CommitID does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1266,15 +1266,15 @@ func (x *fastReflection_CommitID) Mutable(fd protoreflect.FieldDescriptor) proto
|
||||
// For lists, maps, and messages, this returns a new, empty, mutable value.
|
||||
func (x *fastReflection_CommitID) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.v1beta1.CommitID.version":
|
||||
case "cosmos.store.v1beta1.CommitID.version":
|
||||
return protoreflect.ValueOfInt64(int64(0))
|
||||
case "cosmos.base.store.v1beta1.CommitID.hash":
|
||||
case "cosmos.store.v1beta1.CommitID.hash":
|
||||
return protoreflect.ValueOfBytes(nil)
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.v1beta1.CommitID"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.v1beta1.CommitID"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.v1beta1.CommitID does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.v1beta1.CommitID does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1284,7 +1284,7 @@ func (x *fastReflection_CommitID) NewField(fd protoreflect.FieldDescriptor) prot
|
||||
func (x *fastReflection_CommitID) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
|
||||
switch d.FullName() {
|
||||
default:
|
||||
panic(fmt.Errorf("%s is not a oneof field in cosmos.base.store.v1beta1.CommitID", d.FullName()))
|
||||
panic(fmt.Errorf("%s is not a oneof field in cosmos.store.v1beta1.CommitID", d.FullName()))
|
||||
}
|
||||
panic("unreachable")
|
||||
}
|
||||
@@ -1528,7 +1528,7 @@ func (x *fastReflection_CommitID) ProtoMethods() *protoiface.Methods {
|
||||
// versions:
|
||||
// protoc-gen-go v1.27.0
|
||||
// protoc (unknown)
|
||||
// source: cosmos/base/store/v1beta1/commit_info.proto
|
||||
// source: cosmos/store/v1beta1/commit_info.proto
|
||||
|
||||
const (
|
||||
// Verify that this generated code is sufficiently up-to-date.
|
||||
@@ -1551,7 +1551,7 @@ type CommitInfo struct {
|
||||
func (x *CommitInfo) Reset() {
|
||||
*x = CommitInfo{}
|
||||
if protoimpl.UnsafeEnabled {
|
||||
mi := &file_cosmos_base_store_v1beta1_commit_info_proto_msgTypes[0]
|
||||
mi := &file_cosmos_store_v1beta1_commit_info_proto_msgTypes[0]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -1565,7 +1565,7 @@ func (*CommitInfo) ProtoMessage() {}
|
||||
|
||||
// Deprecated: Use CommitInfo.ProtoReflect.Descriptor instead.
|
||||
func (*CommitInfo) Descriptor() ([]byte, []int) {
|
||||
return file_cosmos_base_store_v1beta1_commit_info_proto_rawDescGZIP(), []int{0}
|
||||
return file_cosmos_store_v1beta1_commit_info_proto_rawDescGZIP(), []int{0}
|
||||
}
|
||||
|
||||
func (x *CommitInfo) GetVersion() int64 {
|
||||
@@ -1596,7 +1596,7 @@ type StoreInfo struct {
|
||||
func (x *StoreInfo) Reset() {
|
||||
*x = StoreInfo{}
|
||||
if protoimpl.UnsafeEnabled {
|
||||
mi := &file_cosmos_base_store_v1beta1_commit_info_proto_msgTypes[1]
|
||||
mi := &file_cosmos_store_v1beta1_commit_info_proto_msgTypes[1]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -1610,7 +1610,7 @@ func (*StoreInfo) ProtoMessage() {}
|
||||
|
||||
// Deprecated: Use StoreInfo.ProtoReflect.Descriptor instead.
|
||||
func (*StoreInfo) Descriptor() ([]byte, []int) {
|
||||
return file_cosmos_base_store_v1beta1_commit_info_proto_rawDescGZIP(), []int{1}
|
||||
return file_cosmos_store_v1beta1_commit_info_proto_rawDescGZIP(), []int{1}
|
||||
}
|
||||
|
||||
func (x *StoreInfo) GetName() string {
|
||||
@@ -1641,7 +1641,7 @@ type CommitID struct {
|
||||
func (x *CommitID) Reset() {
|
||||
*x = CommitID{}
|
||||
if protoimpl.UnsafeEnabled {
|
||||
mi := &file_cosmos_base_store_v1beta1_commit_info_proto_msgTypes[2]
|
||||
mi := &file_cosmos_store_v1beta1_commit_info_proto_msgTypes[2]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -1655,7 +1655,7 @@ func (*CommitID) ProtoMessage() {}
|
||||
|
||||
// Deprecated: Use CommitID.ProtoReflect.Descriptor instead.
|
||||
func (*CommitID) Descriptor() ([]byte, []int) {
|
||||
return file_cosmos_base_store_v1beta1_commit_info_proto_rawDescGZIP(), []int{2}
|
||||
return file_cosmos_store_v1beta1_commit_info_proto_rawDescGZIP(), []int{2}
|
||||
}
|
||||
|
||||
func (x *CommitID) GetVersion() int64 {
|
||||
@@ -1672,72 +1672,69 @@ func (x *CommitID) GetHash() []byte {
|
||||
return nil
|
||||
}
|
||||
|
||||
var File_cosmos_base_store_v1beta1_commit_info_proto protoreflect.FileDescriptor
|
||||
var File_cosmos_store_v1beta1_commit_info_proto protoreflect.FileDescriptor
|
||||
|
||||
var file_cosmos_base_store_v1beta1_commit_info_proto_rawDesc = []byte{
|
||||
0x0a, 0x2b, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2f, 0x62, 0x61, 0x73, 0x65, 0x2f, 0x73, 0x74,
|
||||
0x6f, 0x72, 0x65, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x2f, 0x63, 0x6f, 0x6d, 0x6d,
|
||||
0x69, 0x74, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x19, 0x63,
|
||||
0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x73, 0x74, 0x6f, 0x72, 0x65,
|
||||
0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x1a, 0x14, 0x67, 0x6f, 0x67, 0x6f, 0x70, 0x72,
|
||||
0x6f, 0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x67, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x73,
|
||||
0x0a, 0x0a, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x18, 0x0a, 0x07,
|
||||
0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x76,
|
||||
0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x4b, 0x0a, 0x0b, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x5f,
|
||||
0x69, 0x6e, 0x66, 0x6f, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x63, 0x6f,
|
||||
0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2e,
|
||||
0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x2e, 0x53, 0x74, 0x6f, 0x72, 0x65, 0x49, 0x6e, 0x66,
|
||||
0x6f, 0x42, 0x04, 0xc8, 0xde, 0x1f, 0x00, 0x52, 0x0a, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x49, 0x6e,
|
||||
0x66, 0x6f, 0x73, 0x22, 0x67, 0x0a, 0x09, 0x53, 0x74, 0x6f, 0x72, 0x65, 0x49, 0x6e, 0x66, 0x6f,
|
||||
0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
|
||||
0x6e, 0x61, 0x6d, 0x65, 0x12, 0x46, 0x0a, 0x09, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x5f, 0x69,
|
||||
0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73,
|
||||
0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65,
|
||||
0x74, 0x61, 0x31, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x49, 0x44, 0x42, 0x04, 0xc8, 0xde,
|
||||
0x1f, 0x00, 0x52, 0x08, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x49, 0x64, 0x22, 0x3e, 0x0a, 0x08,
|
||||
0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x49, 0x44, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73,
|
||||
0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69,
|
||||
0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x68, 0x61, 0x73, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c,
|
||||
0x52, 0x04, 0x68, 0x61, 0x73, 0x68, 0x3a, 0x04, 0x98, 0xa0, 0x1f, 0x00, 0x42, 0xf0, 0x01, 0x0a,
|
||||
0x1d, 0x63, 0x6f, 0x6d, 0x2e, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x62, 0x61, 0x73, 0x65,
|
||||
0x2e, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x42, 0x0f,
|
||||
0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50,
|
||||
0x01, 0x5a, 0x37, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x73, 0x64, 0x6b, 0x2e, 0x69, 0x6f, 0x2f,
|
||||
0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2f, 0x62, 0x61, 0x73, 0x65, 0x2f,
|
||||
0x73, 0x74, 0x6f, 0x72, 0x65, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x3b, 0x73, 0x74,
|
||||
0x6f, 0x72, 0x65, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0xa2, 0x02, 0x03, 0x43, 0x42, 0x53,
|
||||
0xaa, 0x02, 0x19, 0x43, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x2e, 0x53,
|
||||
0x74, 0x6f, 0x72, 0x65, 0x2e, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0xca, 0x02, 0x19, 0x43,
|
||||
0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x5c, 0x42, 0x61, 0x73, 0x65, 0x5c, 0x53, 0x74, 0x6f, 0x72, 0x65,
|
||||
0x5c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0xe2, 0x02, 0x25, 0x43, 0x6f, 0x73, 0x6d, 0x6f,
|
||||
0x73, 0x5c, 0x42, 0x61, 0x73, 0x65, 0x5c, 0x53, 0x74, 0x6f, 0x72, 0x65, 0x5c, 0x56, 0x31, 0x62,
|
||||
0x65, 0x74, 0x61, 0x31, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61,
|
||||
0xea, 0x02, 0x1c, 0x43, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x3a, 0x3a, 0x42, 0x61, 0x73, 0x65, 0x3a,
|
||||
0x3a, 0x53, 0x74, 0x6f, 0x72, 0x65, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x62,
|
||||
0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||||
var file_cosmos_store_v1beta1_commit_info_proto_rawDesc = []byte{
|
||||
0x0a, 0x26, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2f, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2f, 0x76,
|
||||
0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x5f, 0x69, 0x6e,
|
||||
0x66, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73,
|
||||
0x2e, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x1a, 0x14,
|
||||
0x67, 0x6f, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x67, 0x6f, 0x2e, 0x70,
|
||||
0x72, 0x6f, 0x74, 0x6f, 0x22, 0x6e, 0x0a, 0x0a, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x49, 0x6e,
|
||||
0x66, 0x6f, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20,
|
||||
0x01, 0x28, 0x03, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x46, 0x0a, 0x0b,
|
||||
0x73, 0x74, 0x6f, 0x72, 0x65, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28,
|
||||
0x0b, 0x32, 0x1f, 0x2e, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x73, 0x74, 0x6f, 0x72, 0x65,
|
||||
0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x2e, 0x53, 0x74, 0x6f, 0x72, 0x65, 0x49, 0x6e,
|
||||
0x66, 0x6f, 0x42, 0x04, 0xc8, 0xde, 0x1f, 0x00, 0x52, 0x0a, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x49,
|
||||
0x6e, 0x66, 0x6f, 0x73, 0x22, 0x62, 0x0a, 0x09, 0x53, 0x74, 0x6f, 0x72, 0x65, 0x49, 0x6e, 0x66,
|
||||
0x6f, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
|
||||
0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x41, 0x0a, 0x09, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x5f,
|
||||
0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x63, 0x6f, 0x73, 0x6d, 0x6f,
|
||||
0x73, 0x2e, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x2e,
|
||||
0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x49, 0x44, 0x42, 0x04, 0xc8, 0xde, 0x1f, 0x00, 0x52, 0x08,
|
||||
0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x49, 0x64, 0x22, 0x3e, 0x0a, 0x08, 0x43, 0x6f, 0x6d, 0x6d,
|
||||
0x69, 0x74, 0x49, 0x44, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18,
|
||||
0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12,
|
||||
0x0a, 0x04, 0x68, 0x61, 0x73, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x68, 0x61,
|
||||
0x73, 0x68, 0x3a, 0x04, 0x98, 0xa0, 0x1f, 0x00, 0x42, 0xd1, 0x01, 0x0a, 0x18, 0x63, 0x6f, 0x6d,
|
||||
0x2e, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2e, 0x76, 0x31,
|
||||
0x62, 0x65, 0x74, 0x61, 0x31, 0x42, 0x0f, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x49, 0x6e, 0x66,
|
||||
0x6f, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x32, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73,
|
||||
0x73, 0x64, 0x6b, 0x2e, 0x69, 0x6f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x73, 0x6d, 0x6f,
|
||||
0x73, 0x2f, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x3b,
|
||||
0x73, 0x74, 0x6f, 0x72, 0x65, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0xa2, 0x02, 0x03, 0x43,
|
||||
0x53, 0x58, 0xaa, 0x02, 0x14, 0x43, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x53, 0x74, 0x6f, 0x72,
|
||||
0x65, 0x2e, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0xca, 0x02, 0x14, 0x43, 0x6f, 0x73, 0x6d,
|
||||
0x6f, 0x73, 0x5c, 0x53, 0x74, 0x6f, 0x72, 0x65, 0x5c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31,
|
||||
0xe2, 0x02, 0x20, 0x43, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x5c, 0x53, 0x74, 0x6f, 0x72, 0x65, 0x5c,
|
||||
0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64,
|
||||
0x61, 0x74, 0x61, 0xea, 0x02, 0x16, 0x43, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x3a, 0x3a, 0x53, 0x74,
|
||||
0x6f, 0x72, 0x65, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72,
|
||||
0x6f, 0x74, 0x6f, 0x33,
|
||||
}
|
||||
|
||||
var (
|
||||
file_cosmos_base_store_v1beta1_commit_info_proto_rawDescOnce sync.Once
|
||||
file_cosmos_base_store_v1beta1_commit_info_proto_rawDescData = file_cosmos_base_store_v1beta1_commit_info_proto_rawDesc
|
||||
file_cosmos_store_v1beta1_commit_info_proto_rawDescOnce sync.Once
|
||||
file_cosmos_store_v1beta1_commit_info_proto_rawDescData = file_cosmos_store_v1beta1_commit_info_proto_rawDesc
|
||||
)
|
||||
|
||||
func file_cosmos_base_store_v1beta1_commit_info_proto_rawDescGZIP() []byte {
|
||||
file_cosmos_base_store_v1beta1_commit_info_proto_rawDescOnce.Do(func() {
|
||||
file_cosmos_base_store_v1beta1_commit_info_proto_rawDescData = protoimpl.X.CompressGZIP(file_cosmos_base_store_v1beta1_commit_info_proto_rawDescData)
|
||||
func file_cosmos_store_v1beta1_commit_info_proto_rawDescGZIP() []byte {
|
||||
file_cosmos_store_v1beta1_commit_info_proto_rawDescOnce.Do(func() {
|
||||
file_cosmos_store_v1beta1_commit_info_proto_rawDescData = protoimpl.X.CompressGZIP(file_cosmos_store_v1beta1_commit_info_proto_rawDescData)
|
||||
})
|
||||
return file_cosmos_base_store_v1beta1_commit_info_proto_rawDescData
|
||||
return file_cosmos_store_v1beta1_commit_info_proto_rawDescData
|
||||
}
|
||||
|
||||
var file_cosmos_base_store_v1beta1_commit_info_proto_msgTypes = make([]protoimpl.MessageInfo, 3)
|
||||
var file_cosmos_base_store_v1beta1_commit_info_proto_goTypes = []interface{}{
|
||||
(*CommitInfo)(nil), // 0: cosmos.base.store.v1beta1.CommitInfo
|
||||
(*StoreInfo)(nil), // 1: cosmos.base.store.v1beta1.StoreInfo
|
||||
(*CommitID)(nil), // 2: cosmos.base.store.v1beta1.CommitID
|
||||
var file_cosmos_store_v1beta1_commit_info_proto_msgTypes = make([]protoimpl.MessageInfo, 3)
|
||||
var file_cosmos_store_v1beta1_commit_info_proto_goTypes = []interface{}{
|
||||
(*CommitInfo)(nil), // 0: cosmos.store.v1beta1.CommitInfo
|
||||
(*StoreInfo)(nil), // 1: cosmos.store.v1beta1.StoreInfo
|
||||
(*CommitID)(nil), // 2: cosmos.store.v1beta1.CommitID
|
||||
}
|
||||
var file_cosmos_base_store_v1beta1_commit_info_proto_depIdxs = []int32{
|
||||
1, // 0: cosmos.base.store.v1beta1.CommitInfo.store_infos:type_name -> cosmos.base.store.v1beta1.StoreInfo
|
||||
2, // 1: cosmos.base.store.v1beta1.StoreInfo.commit_id:type_name -> cosmos.base.store.v1beta1.CommitID
|
||||
var file_cosmos_store_v1beta1_commit_info_proto_depIdxs = []int32{
|
||||
1, // 0: cosmos.store.v1beta1.CommitInfo.store_infos:type_name -> cosmos.store.v1beta1.StoreInfo
|
||||
2, // 1: cosmos.store.v1beta1.StoreInfo.commit_id:type_name -> cosmos.store.v1beta1.CommitID
|
||||
2, // [2:2] is the sub-list for method output_type
|
||||
2, // [2:2] is the sub-list for method input_type
|
||||
2, // [2:2] is the sub-list for extension type_name
|
||||
@@ -1745,13 +1742,13 @@ var file_cosmos_base_store_v1beta1_commit_info_proto_depIdxs = []int32{
|
||||
0, // [0:2] is the sub-list for field type_name
|
||||
}
|
||||
|
||||
func init() { file_cosmos_base_store_v1beta1_commit_info_proto_init() }
|
||||
func file_cosmos_base_store_v1beta1_commit_info_proto_init() {
|
||||
if File_cosmos_base_store_v1beta1_commit_info_proto != nil {
|
||||
func init() { file_cosmos_store_v1beta1_commit_info_proto_init() }
|
||||
func file_cosmos_store_v1beta1_commit_info_proto_init() {
|
||||
if File_cosmos_store_v1beta1_commit_info_proto != nil {
|
||||
return
|
||||
}
|
||||
if !protoimpl.UnsafeEnabled {
|
||||
file_cosmos_base_store_v1beta1_commit_info_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_cosmos_store_v1beta1_commit_info_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||
switch v := v.(*CommitInfo); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1763,7 +1760,7 @@ func file_cosmos_base_store_v1beta1_commit_info_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_cosmos_base_store_v1beta1_commit_info_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_cosmos_store_v1beta1_commit_info_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
||||
switch v := v.(*StoreInfo); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1775,7 +1772,7 @@ func file_cosmos_base_store_v1beta1_commit_info_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_cosmos_base_store_v1beta1_commit_info_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_cosmos_store_v1beta1_commit_info_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
||||
switch v := v.(*CommitID); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1792,18 +1789,18 @@ func file_cosmos_base_store_v1beta1_commit_info_proto_init() {
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: file_cosmos_base_store_v1beta1_commit_info_proto_rawDesc,
|
||||
RawDescriptor: file_cosmos_store_v1beta1_commit_info_proto_rawDesc,
|
||||
NumEnums: 0,
|
||||
NumMessages: 3,
|
||||
NumExtensions: 0,
|
||||
NumServices: 0,
|
||||
},
|
||||
GoTypes: file_cosmos_base_store_v1beta1_commit_info_proto_goTypes,
|
||||
DependencyIndexes: file_cosmos_base_store_v1beta1_commit_info_proto_depIdxs,
|
||||
MessageInfos: file_cosmos_base_store_v1beta1_commit_info_proto_msgTypes,
|
||||
GoTypes: file_cosmos_store_v1beta1_commit_info_proto_goTypes,
|
||||
DependencyIndexes: file_cosmos_store_v1beta1_commit_info_proto_depIdxs,
|
||||
MessageInfos: file_cosmos_store_v1beta1_commit_info_proto_msgTypes,
|
||||
}.Build()
|
||||
File_cosmos_base_store_v1beta1_commit_info_proto = out.File
|
||||
file_cosmos_base_store_v1beta1_commit_info_proto_rawDesc = nil
|
||||
file_cosmos_base_store_v1beta1_commit_info_proto_goTypes = nil
|
||||
file_cosmos_base_store_v1beta1_commit_info_proto_depIdxs = nil
|
||||
File_cosmos_store_v1beta1_commit_info_proto = out.File
|
||||
file_cosmos_store_v1beta1_commit_info_proto_rawDesc = nil
|
||||
file_cosmos_store_v1beta1_commit_info_proto_goTypes = nil
|
||||
file_cosmos_store_v1beta1_commit_info_proto_depIdxs = nil
|
||||
}
|
||||
+233
-235
@@ -22,8 +22,8 @@ var (
|
||||
)
|
||||
|
||||
func init() {
|
||||
file_cosmos_base_store_v1beta1_listening_proto_init()
|
||||
md_StoreKVPair = File_cosmos_base_store_v1beta1_listening_proto.Messages().ByName("StoreKVPair")
|
||||
file_cosmos_store_v1beta1_listening_proto_init()
|
||||
md_StoreKVPair = File_cosmos_store_v1beta1_listening_proto.Messages().ByName("StoreKVPair")
|
||||
fd_StoreKVPair_store_key = md_StoreKVPair.Fields().ByName("store_key")
|
||||
fd_StoreKVPair_delete = md_StoreKVPair.Fields().ByName("delete")
|
||||
fd_StoreKVPair_key = md_StoreKVPair.Fields().ByName("key")
|
||||
@@ -39,7 +39,7 @@ func (x *StoreKVPair) ProtoReflect() protoreflect.Message {
|
||||
}
|
||||
|
||||
func (x *StoreKVPair) slowProtoReflect() protoreflect.Message {
|
||||
mi := &file_cosmos_base_store_v1beta1_listening_proto_msgTypes[0]
|
||||
mi := &file_cosmos_store_v1beta1_listening_proto_msgTypes[0]
|
||||
if protoimpl.UnsafeEnabled && x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -134,19 +134,19 @@ func (x *fastReflection_StoreKVPair) Range(f func(protoreflect.FieldDescriptor,
|
||||
// a repeated field is populated if it is non-empty.
|
||||
func (x *fastReflection_StoreKVPair) Has(fd protoreflect.FieldDescriptor) bool {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.v1beta1.StoreKVPair.store_key":
|
||||
case "cosmos.store.v1beta1.StoreKVPair.store_key":
|
||||
return x.StoreKey != ""
|
||||
case "cosmos.base.store.v1beta1.StoreKVPair.delete":
|
||||
case "cosmos.store.v1beta1.StoreKVPair.delete":
|
||||
return x.Delete != false
|
||||
case "cosmos.base.store.v1beta1.StoreKVPair.key":
|
||||
case "cosmos.store.v1beta1.StoreKVPair.key":
|
||||
return len(x.Key) != 0
|
||||
case "cosmos.base.store.v1beta1.StoreKVPair.value":
|
||||
case "cosmos.store.v1beta1.StoreKVPair.value":
|
||||
return len(x.Value) != 0
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.v1beta1.StoreKVPair"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.v1beta1.StoreKVPair"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.v1beta1.StoreKVPair does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.v1beta1.StoreKVPair does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -158,19 +158,19 @@ func (x *fastReflection_StoreKVPair) Has(fd protoreflect.FieldDescriptor) bool {
|
||||
// Clear is a mutating operation and unsafe for concurrent use.
|
||||
func (x *fastReflection_StoreKVPair) Clear(fd protoreflect.FieldDescriptor) {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.v1beta1.StoreKVPair.store_key":
|
||||
case "cosmos.store.v1beta1.StoreKVPair.store_key":
|
||||
x.StoreKey = ""
|
||||
case "cosmos.base.store.v1beta1.StoreKVPair.delete":
|
||||
case "cosmos.store.v1beta1.StoreKVPair.delete":
|
||||
x.Delete = false
|
||||
case "cosmos.base.store.v1beta1.StoreKVPair.key":
|
||||
case "cosmos.store.v1beta1.StoreKVPair.key":
|
||||
x.Key = nil
|
||||
case "cosmos.base.store.v1beta1.StoreKVPair.value":
|
||||
case "cosmos.store.v1beta1.StoreKVPair.value":
|
||||
x.Value = nil
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.v1beta1.StoreKVPair"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.v1beta1.StoreKVPair"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.v1beta1.StoreKVPair does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.v1beta1.StoreKVPair does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -182,23 +182,23 @@ func (x *fastReflection_StoreKVPair) Clear(fd protoreflect.FieldDescriptor) {
|
||||
// of the value; to obtain a mutable reference, use Mutable.
|
||||
func (x *fastReflection_StoreKVPair) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value {
|
||||
switch descriptor.FullName() {
|
||||
case "cosmos.base.store.v1beta1.StoreKVPair.store_key":
|
||||
case "cosmos.store.v1beta1.StoreKVPair.store_key":
|
||||
value := x.StoreKey
|
||||
return protoreflect.ValueOfString(value)
|
||||
case "cosmos.base.store.v1beta1.StoreKVPair.delete":
|
||||
case "cosmos.store.v1beta1.StoreKVPair.delete":
|
||||
value := x.Delete
|
||||
return protoreflect.ValueOfBool(value)
|
||||
case "cosmos.base.store.v1beta1.StoreKVPair.key":
|
||||
case "cosmos.store.v1beta1.StoreKVPair.key":
|
||||
value := x.Key
|
||||
return protoreflect.ValueOfBytes(value)
|
||||
case "cosmos.base.store.v1beta1.StoreKVPair.value":
|
||||
case "cosmos.store.v1beta1.StoreKVPair.value":
|
||||
value := x.Value
|
||||
return protoreflect.ValueOfBytes(value)
|
||||
default:
|
||||
if descriptor.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.v1beta1.StoreKVPair"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.v1beta1.StoreKVPair"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.v1beta1.StoreKVPair does not contain field %s", descriptor.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.v1beta1.StoreKVPair does not contain field %s", descriptor.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -214,19 +214,19 @@ func (x *fastReflection_StoreKVPair) Get(descriptor protoreflect.FieldDescriptor
|
||||
// Set is a mutating operation and unsafe for concurrent use.
|
||||
func (x *fastReflection_StoreKVPair) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.v1beta1.StoreKVPair.store_key":
|
||||
case "cosmos.store.v1beta1.StoreKVPair.store_key":
|
||||
x.StoreKey = value.Interface().(string)
|
||||
case "cosmos.base.store.v1beta1.StoreKVPair.delete":
|
||||
case "cosmos.store.v1beta1.StoreKVPair.delete":
|
||||
x.Delete = value.Bool()
|
||||
case "cosmos.base.store.v1beta1.StoreKVPair.key":
|
||||
case "cosmos.store.v1beta1.StoreKVPair.key":
|
||||
x.Key = value.Bytes()
|
||||
case "cosmos.base.store.v1beta1.StoreKVPair.value":
|
||||
case "cosmos.store.v1beta1.StoreKVPair.value":
|
||||
x.Value = value.Bytes()
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.v1beta1.StoreKVPair"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.v1beta1.StoreKVPair"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.v1beta1.StoreKVPair does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.v1beta1.StoreKVPair does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -242,19 +242,19 @@ func (x *fastReflection_StoreKVPair) Set(fd protoreflect.FieldDescriptor, value
|
||||
// Mutable is a mutating operation and unsafe for concurrent use.
|
||||
func (x *fastReflection_StoreKVPair) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.v1beta1.StoreKVPair.store_key":
|
||||
panic(fmt.Errorf("field store_key of message cosmos.base.store.v1beta1.StoreKVPair is not mutable"))
|
||||
case "cosmos.base.store.v1beta1.StoreKVPair.delete":
|
||||
panic(fmt.Errorf("field delete of message cosmos.base.store.v1beta1.StoreKVPair is not mutable"))
|
||||
case "cosmos.base.store.v1beta1.StoreKVPair.key":
|
||||
panic(fmt.Errorf("field key of message cosmos.base.store.v1beta1.StoreKVPair is not mutable"))
|
||||
case "cosmos.base.store.v1beta1.StoreKVPair.value":
|
||||
panic(fmt.Errorf("field value of message cosmos.base.store.v1beta1.StoreKVPair is not mutable"))
|
||||
case "cosmos.store.v1beta1.StoreKVPair.store_key":
|
||||
panic(fmt.Errorf("field store_key of message cosmos.store.v1beta1.StoreKVPair is not mutable"))
|
||||
case "cosmos.store.v1beta1.StoreKVPair.delete":
|
||||
panic(fmt.Errorf("field delete of message cosmos.store.v1beta1.StoreKVPair is not mutable"))
|
||||
case "cosmos.store.v1beta1.StoreKVPair.key":
|
||||
panic(fmt.Errorf("field key of message cosmos.store.v1beta1.StoreKVPair is not mutable"))
|
||||
case "cosmos.store.v1beta1.StoreKVPair.value":
|
||||
panic(fmt.Errorf("field value of message cosmos.store.v1beta1.StoreKVPair is not mutable"))
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.v1beta1.StoreKVPair"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.v1beta1.StoreKVPair"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.v1beta1.StoreKVPair does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.v1beta1.StoreKVPair does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -263,19 +263,19 @@ func (x *fastReflection_StoreKVPair) Mutable(fd protoreflect.FieldDescriptor) pr
|
||||
// For lists, maps, and messages, this returns a new, empty, mutable value.
|
||||
func (x *fastReflection_StoreKVPair) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.v1beta1.StoreKVPair.store_key":
|
||||
case "cosmos.store.v1beta1.StoreKVPair.store_key":
|
||||
return protoreflect.ValueOfString("")
|
||||
case "cosmos.base.store.v1beta1.StoreKVPair.delete":
|
||||
case "cosmos.store.v1beta1.StoreKVPair.delete":
|
||||
return protoreflect.ValueOfBool(false)
|
||||
case "cosmos.base.store.v1beta1.StoreKVPair.key":
|
||||
case "cosmos.store.v1beta1.StoreKVPair.key":
|
||||
return protoreflect.ValueOfBytes(nil)
|
||||
case "cosmos.base.store.v1beta1.StoreKVPair.value":
|
||||
case "cosmos.store.v1beta1.StoreKVPair.value":
|
||||
return protoreflect.ValueOfBytes(nil)
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.v1beta1.StoreKVPair"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.v1beta1.StoreKVPair"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.v1beta1.StoreKVPair does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.v1beta1.StoreKVPair does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -285,7 +285,7 @@ func (x *fastReflection_StoreKVPair) NewField(fd protoreflect.FieldDescriptor) p
|
||||
func (x *fastReflection_StoreKVPair) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
|
||||
switch d.FullName() {
|
||||
default:
|
||||
panic(fmt.Errorf("%s is not a oneof field in cosmos.base.store.v1beta1.StoreKVPair", d.FullName()))
|
||||
panic(fmt.Errorf("%s is not a oneof field in cosmos.store.v1beta1.StoreKVPair", d.FullName()))
|
||||
}
|
||||
panic("unreachable")
|
||||
}
|
||||
@@ -681,8 +681,8 @@ var (
|
||||
)
|
||||
|
||||
func init() {
|
||||
file_cosmos_base_store_v1beta1_listening_proto_init()
|
||||
md_BlockMetadata = File_cosmos_base_store_v1beta1_listening_proto.Messages().ByName("BlockMetadata")
|
||||
file_cosmos_store_v1beta1_listening_proto_init()
|
||||
md_BlockMetadata = File_cosmos_store_v1beta1_listening_proto.Messages().ByName("BlockMetadata")
|
||||
fd_BlockMetadata_request_begin_block = md_BlockMetadata.Fields().ByName("request_begin_block")
|
||||
fd_BlockMetadata_response_begin_block = md_BlockMetadata.Fields().ByName("response_begin_block")
|
||||
fd_BlockMetadata_deliver_txs = md_BlockMetadata.Fields().ByName("deliver_txs")
|
||||
@@ -700,7 +700,7 @@ func (x *BlockMetadata) ProtoReflect() protoreflect.Message {
|
||||
}
|
||||
|
||||
func (x *BlockMetadata) slowProtoReflect() protoreflect.Message {
|
||||
mi := &file_cosmos_base_store_v1beta1_listening_proto_msgTypes[1]
|
||||
mi := &file_cosmos_store_v1beta1_listening_proto_msgTypes[1]
|
||||
if protoimpl.UnsafeEnabled && x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -807,23 +807,23 @@ func (x *fastReflection_BlockMetadata) Range(f func(protoreflect.FieldDescriptor
|
||||
// a repeated field is populated if it is non-empty.
|
||||
func (x *fastReflection_BlockMetadata) Has(fd protoreflect.FieldDescriptor) bool {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.request_begin_block":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.request_begin_block":
|
||||
return x.RequestBeginBlock != nil
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.response_begin_block":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.response_begin_block":
|
||||
return x.ResponseBeginBlock != nil
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.deliver_txs":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.deliver_txs":
|
||||
return len(x.DeliverTxs) != 0
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.request_end_block":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.request_end_block":
|
||||
return x.RequestEndBlock != nil
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.response_end_block":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.response_end_block":
|
||||
return x.ResponseEndBlock != nil
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.response_commit":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.response_commit":
|
||||
return x.ResponseCommit != nil
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.v1beta1.BlockMetadata"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.v1beta1.BlockMetadata"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.v1beta1.BlockMetadata does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.v1beta1.BlockMetadata does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -835,23 +835,23 @@ func (x *fastReflection_BlockMetadata) Has(fd protoreflect.FieldDescriptor) bool
|
||||
// Clear is a mutating operation and unsafe for concurrent use.
|
||||
func (x *fastReflection_BlockMetadata) Clear(fd protoreflect.FieldDescriptor) {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.request_begin_block":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.request_begin_block":
|
||||
x.RequestBeginBlock = nil
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.response_begin_block":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.response_begin_block":
|
||||
x.ResponseBeginBlock = nil
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.deliver_txs":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.deliver_txs":
|
||||
x.DeliverTxs = nil
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.request_end_block":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.request_end_block":
|
||||
x.RequestEndBlock = nil
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.response_end_block":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.response_end_block":
|
||||
x.ResponseEndBlock = nil
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.response_commit":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.response_commit":
|
||||
x.ResponseCommit = nil
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.v1beta1.BlockMetadata"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.v1beta1.BlockMetadata"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.v1beta1.BlockMetadata does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.v1beta1.BlockMetadata does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -863,32 +863,32 @@ func (x *fastReflection_BlockMetadata) Clear(fd protoreflect.FieldDescriptor) {
|
||||
// of the value; to obtain a mutable reference, use Mutable.
|
||||
func (x *fastReflection_BlockMetadata) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value {
|
||||
switch descriptor.FullName() {
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.request_begin_block":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.request_begin_block":
|
||||
value := x.RequestBeginBlock
|
||||
return protoreflect.ValueOfMessage(value.ProtoReflect())
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.response_begin_block":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.response_begin_block":
|
||||
value := x.ResponseBeginBlock
|
||||
return protoreflect.ValueOfMessage(value.ProtoReflect())
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.deliver_txs":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.deliver_txs":
|
||||
if len(x.DeliverTxs) == 0 {
|
||||
return protoreflect.ValueOfList(&_BlockMetadata_3_list{})
|
||||
}
|
||||
listValue := &_BlockMetadata_3_list{list: &x.DeliverTxs}
|
||||
return protoreflect.ValueOfList(listValue)
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.request_end_block":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.request_end_block":
|
||||
value := x.RequestEndBlock
|
||||
return protoreflect.ValueOfMessage(value.ProtoReflect())
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.response_end_block":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.response_end_block":
|
||||
value := x.ResponseEndBlock
|
||||
return protoreflect.ValueOfMessage(value.ProtoReflect())
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.response_commit":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.response_commit":
|
||||
value := x.ResponseCommit
|
||||
return protoreflect.ValueOfMessage(value.ProtoReflect())
|
||||
default:
|
||||
if descriptor.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.v1beta1.BlockMetadata"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.v1beta1.BlockMetadata"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.v1beta1.BlockMetadata does not contain field %s", descriptor.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.v1beta1.BlockMetadata does not contain field %s", descriptor.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -904,25 +904,25 @@ func (x *fastReflection_BlockMetadata) Get(descriptor protoreflect.FieldDescript
|
||||
// Set is a mutating operation and unsafe for concurrent use.
|
||||
func (x *fastReflection_BlockMetadata) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.request_begin_block":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.request_begin_block":
|
||||
x.RequestBeginBlock = value.Message().Interface().(*abci.RequestBeginBlock)
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.response_begin_block":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.response_begin_block":
|
||||
x.ResponseBeginBlock = value.Message().Interface().(*abci.ResponseBeginBlock)
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.deliver_txs":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.deliver_txs":
|
||||
lv := value.List()
|
||||
clv := lv.(*_BlockMetadata_3_list)
|
||||
x.DeliverTxs = *clv.list
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.request_end_block":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.request_end_block":
|
||||
x.RequestEndBlock = value.Message().Interface().(*abci.RequestEndBlock)
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.response_end_block":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.response_end_block":
|
||||
x.ResponseEndBlock = value.Message().Interface().(*abci.ResponseEndBlock)
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.response_commit":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.response_commit":
|
||||
x.ResponseCommit = value.Message().Interface().(*abci.ResponseCommit)
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.v1beta1.BlockMetadata"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.v1beta1.BlockMetadata"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.v1beta1.BlockMetadata does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.v1beta1.BlockMetadata does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -938,42 +938,42 @@ func (x *fastReflection_BlockMetadata) Set(fd protoreflect.FieldDescriptor, valu
|
||||
// Mutable is a mutating operation and unsafe for concurrent use.
|
||||
func (x *fastReflection_BlockMetadata) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.request_begin_block":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.request_begin_block":
|
||||
if x.RequestBeginBlock == nil {
|
||||
x.RequestBeginBlock = new(abci.RequestBeginBlock)
|
||||
}
|
||||
return protoreflect.ValueOfMessage(x.RequestBeginBlock.ProtoReflect())
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.response_begin_block":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.response_begin_block":
|
||||
if x.ResponseBeginBlock == nil {
|
||||
x.ResponseBeginBlock = new(abci.ResponseBeginBlock)
|
||||
}
|
||||
return protoreflect.ValueOfMessage(x.ResponseBeginBlock.ProtoReflect())
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.deliver_txs":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.deliver_txs":
|
||||
if x.DeliverTxs == nil {
|
||||
x.DeliverTxs = []*BlockMetadata_DeliverTx{}
|
||||
}
|
||||
value := &_BlockMetadata_3_list{list: &x.DeliverTxs}
|
||||
return protoreflect.ValueOfList(value)
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.request_end_block":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.request_end_block":
|
||||
if x.RequestEndBlock == nil {
|
||||
x.RequestEndBlock = new(abci.RequestEndBlock)
|
||||
}
|
||||
return protoreflect.ValueOfMessage(x.RequestEndBlock.ProtoReflect())
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.response_end_block":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.response_end_block":
|
||||
if x.ResponseEndBlock == nil {
|
||||
x.ResponseEndBlock = new(abci.ResponseEndBlock)
|
||||
}
|
||||
return protoreflect.ValueOfMessage(x.ResponseEndBlock.ProtoReflect())
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.response_commit":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.response_commit":
|
||||
if x.ResponseCommit == nil {
|
||||
x.ResponseCommit = new(abci.ResponseCommit)
|
||||
}
|
||||
return protoreflect.ValueOfMessage(x.ResponseCommit.ProtoReflect())
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.v1beta1.BlockMetadata"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.v1beta1.BlockMetadata"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.v1beta1.BlockMetadata does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.v1beta1.BlockMetadata does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -982,29 +982,29 @@ func (x *fastReflection_BlockMetadata) Mutable(fd protoreflect.FieldDescriptor)
|
||||
// For lists, maps, and messages, this returns a new, empty, mutable value.
|
||||
func (x *fastReflection_BlockMetadata) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.request_begin_block":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.request_begin_block":
|
||||
m := new(abci.RequestBeginBlock)
|
||||
return protoreflect.ValueOfMessage(m.ProtoReflect())
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.response_begin_block":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.response_begin_block":
|
||||
m := new(abci.ResponseBeginBlock)
|
||||
return protoreflect.ValueOfMessage(m.ProtoReflect())
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.deliver_txs":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.deliver_txs":
|
||||
list := []*BlockMetadata_DeliverTx{}
|
||||
return protoreflect.ValueOfList(&_BlockMetadata_3_list{list: &list})
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.request_end_block":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.request_end_block":
|
||||
m := new(abci.RequestEndBlock)
|
||||
return protoreflect.ValueOfMessage(m.ProtoReflect())
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.response_end_block":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.response_end_block":
|
||||
m := new(abci.ResponseEndBlock)
|
||||
return protoreflect.ValueOfMessage(m.ProtoReflect())
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.response_commit":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.response_commit":
|
||||
m := new(abci.ResponseCommit)
|
||||
return protoreflect.ValueOfMessage(m.ProtoReflect())
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.v1beta1.BlockMetadata"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.v1beta1.BlockMetadata"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.v1beta1.BlockMetadata does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.v1beta1.BlockMetadata does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1014,7 +1014,7 @@ func (x *fastReflection_BlockMetadata) NewField(fd protoreflect.FieldDescriptor)
|
||||
func (x *fastReflection_BlockMetadata) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
|
||||
switch d.FullName() {
|
||||
default:
|
||||
panic(fmt.Errorf("%s is not a oneof field in cosmos.base.store.v1beta1.BlockMetadata", d.FullName()))
|
||||
panic(fmt.Errorf("%s is not a oneof field in cosmos.store.v1beta1.BlockMetadata", d.FullName()))
|
||||
}
|
||||
panic("unreachable")
|
||||
}
|
||||
@@ -1515,8 +1515,8 @@ var (
|
||||
)
|
||||
|
||||
func init() {
|
||||
file_cosmos_base_store_v1beta1_listening_proto_init()
|
||||
md_BlockMetadata_DeliverTx = File_cosmos_base_store_v1beta1_listening_proto.Messages().ByName("BlockMetadata").Messages().ByName("DeliverTx")
|
||||
file_cosmos_store_v1beta1_listening_proto_init()
|
||||
md_BlockMetadata_DeliverTx = File_cosmos_store_v1beta1_listening_proto.Messages().ByName("BlockMetadata").Messages().ByName("DeliverTx")
|
||||
fd_BlockMetadata_DeliverTx_request = md_BlockMetadata_DeliverTx.Fields().ByName("request")
|
||||
fd_BlockMetadata_DeliverTx_response = md_BlockMetadata_DeliverTx.Fields().ByName("response")
|
||||
}
|
||||
@@ -1530,7 +1530,7 @@ func (x *BlockMetadata_DeliverTx) ProtoReflect() protoreflect.Message {
|
||||
}
|
||||
|
||||
func (x *BlockMetadata_DeliverTx) slowProtoReflect() protoreflect.Message {
|
||||
mi := &file_cosmos_base_store_v1beta1_listening_proto_msgTypes[2]
|
||||
mi := &file_cosmos_store_v1beta1_listening_proto_msgTypes[2]
|
||||
if protoimpl.UnsafeEnabled && x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -1613,15 +1613,15 @@ func (x *fastReflection_BlockMetadata_DeliverTx) Range(f func(protoreflect.Field
|
||||
// a repeated field is populated if it is non-empty.
|
||||
func (x *fastReflection_BlockMetadata_DeliverTx) Has(fd protoreflect.FieldDescriptor) bool {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.DeliverTx.request":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.DeliverTx.request":
|
||||
return x.Request != nil
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.DeliverTx.response":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.DeliverTx.response":
|
||||
return x.Response != nil
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.v1beta1.BlockMetadata.DeliverTx"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.v1beta1.BlockMetadata.DeliverTx"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.v1beta1.BlockMetadata.DeliverTx does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.v1beta1.BlockMetadata.DeliverTx does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1633,15 +1633,15 @@ func (x *fastReflection_BlockMetadata_DeliverTx) Has(fd protoreflect.FieldDescri
|
||||
// Clear is a mutating operation and unsafe for concurrent use.
|
||||
func (x *fastReflection_BlockMetadata_DeliverTx) Clear(fd protoreflect.FieldDescriptor) {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.DeliverTx.request":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.DeliverTx.request":
|
||||
x.Request = nil
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.DeliverTx.response":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.DeliverTx.response":
|
||||
x.Response = nil
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.v1beta1.BlockMetadata.DeliverTx"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.v1beta1.BlockMetadata.DeliverTx"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.v1beta1.BlockMetadata.DeliverTx does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.v1beta1.BlockMetadata.DeliverTx does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1653,17 +1653,17 @@ func (x *fastReflection_BlockMetadata_DeliverTx) Clear(fd protoreflect.FieldDesc
|
||||
// of the value; to obtain a mutable reference, use Mutable.
|
||||
func (x *fastReflection_BlockMetadata_DeliverTx) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value {
|
||||
switch descriptor.FullName() {
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.DeliverTx.request":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.DeliverTx.request":
|
||||
value := x.Request
|
||||
return protoreflect.ValueOfMessage(value.ProtoReflect())
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.DeliverTx.response":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.DeliverTx.response":
|
||||
value := x.Response
|
||||
return protoreflect.ValueOfMessage(value.ProtoReflect())
|
||||
default:
|
||||
if descriptor.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.v1beta1.BlockMetadata.DeliverTx"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.v1beta1.BlockMetadata.DeliverTx"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.v1beta1.BlockMetadata.DeliverTx does not contain field %s", descriptor.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.v1beta1.BlockMetadata.DeliverTx does not contain field %s", descriptor.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1679,15 +1679,15 @@ func (x *fastReflection_BlockMetadata_DeliverTx) Get(descriptor protoreflect.Fie
|
||||
// Set is a mutating operation and unsafe for concurrent use.
|
||||
func (x *fastReflection_BlockMetadata_DeliverTx) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.DeliverTx.request":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.DeliverTx.request":
|
||||
x.Request = value.Message().Interface().(*abci.RequestDeliverTx)
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.DeliverTx.response":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.DeliverTx.response":
|
||||
x.Response = value.Message().Interface().(*abci.ResponseDeliverTx)
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.v1beta1.BlockMetadata.DeliverTx"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.v1beta1.BlockMetadata.DeliverTx"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.v1beta1.BlockMetadata.DeliverTx does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.v1beta1.BlockMetadata.DeliverTx does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1703,21 +1703,21 @@ func (x *fastReflection_BlockMetadata_DeliverTx) Set(fd protoreflect.FieldDescri
|
||||
// Mutable is a mutating operation and unsafe for concurrent use.
|
||||
func (x *fastReflection_BlockMetadata_DeliverTx) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.DeliverTx.request":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.DeliverTx.request":
|
||||
if x.Request == nil {
|
||||
x.Request = new(abci.RequestDeliverTx)
|
||||
}
|
||||
return protoreflect.ValueOfMessage(x.Request.ProtoReflect())
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.DeliverTx.response":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.DeliverTx.response":
|
||||
if x.Response == nil {
|
||||
x.Response = new(abci.ResponseDeliverTx)
|
||||
}
|
||||
return protoreflect.ValueOfMessage(x.Response.ProtoReflect())
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.v1beta1.BlockMetadata.DeliverTx"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.v1beta1.BlockMetadata.DeliverTx"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.v1beta1.BlockMetadata.DeliverTx does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.v1beta1.BlockMetadata.DeliverTx does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1726,17 +1726,17 @@ func (x *fastReflection_BlockMetadata_DeliverTx) Mutable(fd protoreflect.FieldDe
|
||||
// For lists, maps, and messages, this returns a new, empty, mutable value.
|
||||
func (x *fastReflection_BlockMetadata_DeliverTx) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value {
|
||||
switch fd.FullName() {
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.DeliverTx.request":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.DeliverTx.request":
|
||||
m := new(abci.RequestDeliverTx)
|
||||
return protoreflect.ValueOfMessage(m.ProtoReflect())
|
||||
case "cosmos.base.store.v1beta1.BlockMetadata.DeliverTx.response":
|
||||
case "cosmos.store.v1beta1.BlockMetadata.DeliverTx.response":
|
||||
m := new(abci.ResponseDeliverTx)
|
||||
return protoreflect.ValueOfMessage(m.ProtoReflect())
|
||||
default:
|
||||
if fd.IsExtension() {
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.base.store.v1beta1.BlockMetadata.DeliverTx"))
|
||||
panic(fmt.Errorf("proto3 declared messages do not support extensions: cosmos.store.v1beta1.BlockMetadata.DeliverTx"))
|
||||
}
|
||||
panic(fmt.Errorf("message cosmos.base.store.v1beta1.BlockMetadata.DeliverTx does not contain field %s", fd.FullName()))
|
||||
panic(fmt.Errorf("message cosmos.store.v1beta1.BlockMetadata.DeliverTx does not contain field %s", fd.FullName()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1746,7 +1746,7 @@ func (x *fastReflection_BlockMetadata_DeliverTx) NewField(fd protoreflect.FieldD
|
||||
func (x *fastReflection_BlockMetadata_DeliverTx) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
|
||||
switch d.FullName() {
|
||||
default:
|
||||
panic(fmt.Errorf("%s is not a oneof field in cosmos.base.store.v1beta1.BlockMetadata.DeliverTx", d.FullName()))
|
||||
panic(fmt.Errorf("%s is not a oneof field in cosmos.store.v1beta1.BlockMetadata.DeliverTx", d.FullName()))
|
||||
}
|
||||
panic("unreachable")
|
||||
}
|
||||
@@ -2026,7 +2026,7 @@ func (x *fastReflection_BlockMetadata_DeliverTx) ProtoMethods() *protoiface.Meth
|
||||
// versions:
|
||||
// protoc-gen-go v1.27.0
|
||||
// protoc (unknown)
|
||||
// source: cosmos/base/store/v1beta1/listening.proto
|
||||
// source: cosmos/store/v1beta1/listening.proto
|
||||
|
||||
const (
|
||||
// Verify that this generated code is sufficiently up-to-date.
|
||||
@@ -2054,7 +2054,7 @@ type StoreKVPair struct {
|
||||
func (x *StoreKVPair) Reset() {
|
||||
*x = StoreKVPair{}
|
||||
if protoimpl.UnsafeEnabled {
|
||||
mi := &file_cosmos_base_store_v1beta1_listening_proto_msgTypes[0]
|
||||
mi := &file_cosmos_store_v1beta1_listening_proto_msgTypes[0]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -2068,7 +2068,7 @@ func (*StoreKVPair) ProtoMessage() {}
|
||||
|
||||
// Deprecated: Use StoreKVPair.ProtoReflect.Descriptor instead.
|
||||
func (*StoreKVPair) Descriptor() ([]byte, []int) {
|
||||
return file_cosmos_base_store_v1beta1_listening_proto_rawDescGZIP(), []int{0}
|
||||
return file_cosmos_store_v1beta1_listening_proto_rawDescGZIP(), []int{0}
|
||||
}
|
||||
|
||||
func (x *StoreKVPair) GetStoreKey() string {
|
||||
@@ -2117,7 +2117,7 @@ type BlockMetadata struct {
|
||||
func (x *BlockMetadata) Reset() {
|
||||
*x = BlockMetadata{}
|
||||
if protoimpl.UnsafeEnabled {
|
||||
mi := &file_cosmos_base_store_v1beta1_listening_proto_msgTypes[1]
|
||||
mi := &file_cosmos_store_v1beta1_listening_proto_msgTypes[1]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -2131,7 +2131,7 @@ func (*BlockMetadata) ProtoMessage() {}
|
||||
|
||||
// Deprecated: Use BlockMetadata.ProtoReflect.Descriptor instead.
|
||||
func (*BlockMetadata) Descriptor() ([]byte, []int) {
|
||||
return file_cosmos_base_store_v1beta1_listening_proto_rawDescGZIP(), []int{1}
|
||||
return file_cosmos_store_v1beta1_listening_proto_rawDescGZIP(), []int{1}
|
||||
}
|
||||
|
||||
func (x *BlockMetadata) GetRequestBeginBlock() *abci.RequestBeginBlock {
|
||||
@@ -2189,7 +2189,7 @@ type BlockMetadata_DeliverTx struct {
|
||||
func (x *BlockMetadata_DeliverTx) Reset() {
|
||||
*x = BlockMetadata_DeliverTx{}
|
||||
if protoimpl.UnsafeEnabled {
|
||||
mi := &file_cosmos_base_store_v1beta1_listening_proto_msgTypes[2]
|
||||
mi := &file_cosmos_store_v1beta1_listening_proto_msgTypes[2]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -2203,7 +2203,7 @@ func (*BlockMetadata_DeliverTx) ProtoMessage() {}
|
||||
|
||||
// Deprecated: Use BlockMetadata_DeliverTx.ProtoReflect.Descriptor instead.
|
||||
func (*BlockMetadata_DeliverTx) Descriptor() ([]byte, []int) {
|
||||
return file_cosmos_base_store_v1beta1_listening_proto_rawDescGZIP(), []int{1, 0}
|
||||
return file_cosmos_store_v1beta1_listening_proto_rawDescGZIP(), []int{1, 0}
|
||||
}
|
||||
|
||||
func (x *BlockMetadata_DeliverTx) GetRequest() *abci.RequestDeliverTx {
|
||||
@@ -2220,97 +2220,95 @@ func (x *BlockMetadata_DeliverTx) GetResponse() *abci.ResponseDeliverTx {
|
||||
return nil
|
||||
}
|
||||
|
||||
var File_cosmos_base_store_v1beta1_listening_proto protoreflect.FileDescriptor
|
||||
var File_cosmos_store_v1beta1_listening_proto protoreflect.FileDescriptor
|
||||
|
||||
var file_cosmos_base_store_v1beta1_listening_proto_rawDesc = []byte{
|
||||
0x0a, 0x29, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2f, 0x62, 0x61, 0x73, 0x65, 0x2f, 0x73, 0x74,
|
||||
0x6f, 0x72, 0x65, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x2f, 0x6c, 0x69, 0x73, 0x74,
|
||||
0x65, 0x6e, 0x69, 0x6e, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x19, 0x63, 0x6f, 0x73,
|
||||
0x6d, 0x6f, 0x73, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2e, 0x76,
|
||||
0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x1a, 0x1b, 0x74, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x6d, 0x69,
|
||||
0x6e, 0x74, 0x2f, 0x61, 0x62, 0x63, 0x69, 0x2f, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2e, 0x70, 0x72,
|
||||
0x6f, 0x74, 0x6f, 0x22, 0x6a, 0x0a, 0x0b, 0x53, 0x74, 0x6f, 0x72, 0x65, 0x4b, 0x56, 0x50, 0x61,
|
||||
0x69, 0x72, 0x12, 0x1b, 0x0a, 0x09, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x5f, 0x6b, 0x65, 0x79, 0x18,
|
||||
0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x4b, 0x65, 0x79, 0x12,
|
||||
0x16, 0x0a, 0x06, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52,
|
||||
0x06, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x03,
|
||||
0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c,
|
||||
0x75, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22,
|
||||
0x83, 0x05, 0x0a, 0x0d, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74,
|
||||
0x61, 0x12, 0x52, 0x0a, 0x13, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x5f, 0x62, 0x65, 0x67,
|
||||
0x69, 0x6e, 0x5f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22,
|
||||
0x2e, 0x74, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x74, 0x2e, 0x61, 0x62, 0x63, 0x69,
|
||||
0x2e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x42, 0x65, 0x67, 0x69, 0x6e, 0x42, 0x6c, 0x6f,
|
||||
0x63, 0x6b, 0x52, 0x11, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x42, 0x65, 0x67, 0x69, 0x6e,
|
||||
0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x55, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
|
||||
0x65, 0x5f, 0x62, 0x65, 0x67, 0x69, 0x6e, 0x5f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x02, 0x20,
|
||||
0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x74, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x74,
|
||||
0x2e, 0x61, 0x62, 0x63, 0x69, 0x2e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x65,
|
||||
0x67, 0x69, 0x6e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x12, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
||||
0x73, 0x65, 0x42, 0x65, 0x67, 0x69, 0x6e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x53, 0x0a, 0x0b,
|
||||
0x64, 0x65, 0x6c, 0x69, 0x76, 0x65, 0x72, 0x5f, 0x74, 0x78, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28,
|
||||
0x0b, 0x32, 0x32, 0x2e, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e,
|
||||
0x73, 0x74, 0x6f, 0x72, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x2e, 0x42, 0x6c,
|
||||
0x6f, 0x63, 0x6b, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x44, 0x65, 0x6c, 0x69,
|
||||
0x76, 0x65, 0x72, 0x54, 0x78, 0x52, 0x0a, 0x64, 0x65, 0x6c, 0x69, 0x76, 0x65, 0x72, 0x54, 0x78,
|
||||
0x73, 0x12, 0x4c, 0x0a, 0x11, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x5f, 0x65, 0x6e, 0x64,
|
||||
0x5f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x74,
|
||||
0x65, 0x6e, 0x64, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x74, 0x2e, 0x61, 0x62, 0x63, 0x69, 0x2e, 0x52,
|
||||
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x45, 0x6e, 0x64, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x0f,
|
||||
0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x45, 0x6e, 0x64, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x12,
|
||||
0x4f, 0x0a, 0x12, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x5f, 0x65, 0x6e, 0x64, 0x5f,
|
||||
0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x74, 0x65,
|
||||
0x6e, 0x64, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x74, 0x2e, 0x61, 0x62, 0x63, 0x69, 0x2e, 0x52, 0x65,
|
||||
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x45, 0x6e, 0x64, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x10,
|
||||
0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x45, 0x6e, 0x64, 0x42, 0x6c, 0x6f, 0x63, 0x6b,
|
||||
0x12, 0x48, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x5f, 0x63, 0x6f, 0x6d,
|
||||
0x6d, 0x69, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x74, 0x65, 0x6e, 0x64,
|
||||
var file_cosmos_store_v1beta1_listening_proto_rawDesc = []byte{
|
||||
0x0a, 0x24, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2f, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2f, 0x76,
|
||||
0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x2f, 0x6c, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x69, 0x6e, 0x67,
|
||||
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x73,
|
||||
0x74, 0x6f, 0x72, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x1a, 0x1b, 0x74, 0x65,
|
||||
0x6e, 0x64, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x74, 0x2f, 0x61, 0x62, 0x63, 0x69, 0x2f, 0x74, 0x79,
|
||||
0x70, 0x65, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x6a, 0x0a, 0x0b, 0x53, 0x74, 0x6f,
|
||||
0x72, 0x65, 0x4b, 0x56, 0x50, 0x61, 0x69, 0x72, 0x12, 0x1b, 0x0a, 0x09, 0x73, 0x74, 0x6f, 0x72,
|
||||
0x65, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x74, 0x6f,
|
||||
0x72, 0x65, 0x4b, 0x65, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x18,
|
||||
0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x10, 0x0a,
|
||||
0x03, 0x6b, 0x65, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12,
|
||||
0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x05,
|
||||
0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0xfe, 0x04, 0x0a, 0x0d, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x4d,
|
||||
0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x52, 0x0a, 0x13, 0x72, 0x65, 0x71, 0x75, 0x65,
|
||||
0x73, 0x74, 0x5f, 0x62, 0x65, 0x67, 0x69, 0x6e, 0x5f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01,
|
||||
0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x74, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x6d, 0x69, 0x6e,
|
||||
0x74, 0x2e, 0x61, 0x62, 0x63, 0x69, 0x2e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x42, 0x65,
|
||||
0x67, 0x69, 0x6e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x11, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73,
|
||||
0x74, 0x42, 0x65, 0x67, 0x69, 0x6e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x55, 0x0a, 0x14, 0x72,
|
||||
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x5f, 0x62, 0x65, 0x67, 0x69, 0x6e, 0x5f, 0x62, 0x6c,
|
||||
0x6f, 0x63, 0x6b, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x74, 0x65, 0x6e, 0x64,
|
||||
0x65, 0x72, 0x6d, 0x69, 0x6e, 0x74, 0x2e, 0x61, 0x62, 0x63, 0x69, 0x2e, 0x52, 0x65, 0x73, 0x70,
|
||||
0x6f, 0x6e, 0x73, 0x65, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x52, 0x0e, 0x72, 0x65, 0x73, 0x70,
|
||||
0x6f, 0x6e, 0x73, 0x65, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x1a, 0x88, 0x01, 0x0a, 0x09, 0x44,
|
||||
0x65, 0x6c, 0x69, 0x76, 0x65, 0x72, 0x54, 0x78, 0x12, 0x3b, 0x0a, 0x07, 0x72, 0x65, 0x71, 0x75,
|
||||
0x65, 0x73, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x74, 0x65, 0x6e, 0x64,
|
||||
0x65, 0x72, 0x6d, 0x69, 0x6e, 0x74, 0x2e, 0x61, 0x62, 0x63, 0x69, 0x2e, 0x52, 0x65, 0x71, 0x75,
|
||||
0x65, 0x73, 0x74, 0x44, 0x65, 0x6c, 0x69, 0x76, 0x65, 0x72, 0x54, 0x78, 0x52, 0x07, 0x72, 0x65,
|
||||
0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3e, 0x0a, 0x08, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
|
||||
0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x74, 0x65, 0x6e, 0x64, 0x65, 0x72,
|
||||
0x6d, 0x69, 0x6e, 0x74, 0x2e, 0x61, 0x62, 0x63, 0x69, 0x2e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
||||
0x73, 0x65, 0x44, 0x65, 0x6c, 0x69, 0x76, 0x65, 0x72, 0x54, 0x78, 0x52, 0x08, 0x72, 0x65, 0x73,
|
||||
0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0xef, 0x01, 0x0a, 0x1d, 0x63, 0x6f, 0x6d, 0x2e, 0x63, 0x6f,
|
||||
0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2e,
|
||||
0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x42, 0x0e, 0x4c, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x69,
|
||||
0x6e, 0x67, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x37, 0x63, 0x6f, 0x73, 0x6d, 0x6f,
|
||||
0x73, 0x73, 0x64, 0x6b, 0x2e, 0x69, 0x6f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x73, 0x6d,
|
||||
0x6f, 0x73, 0x2f, 0x62, 0x61, 0x73, 0x65, 0x2f, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2f, 0x76, 0x31,
|
||||
0x62, 0x65, 0x74, 0x61, 0x31, 0x3b, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x76, 0x31, 0x62, 0x65, 0x74,
|
||||
0x61, 0x31, 0xa2, 0x02, 0x03, 0x43, 0x42, 0x53, 0xaa, 0x02, 0x19, 0x43, 0x6f, 0x73, 0x6d, 0x6f,
|
||||
0x73, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x2e, 0x53, 0x74, 0x6f, 0x72, 0x65, 0x2e, 0x56, 0x31, 0x62,
|
||||
0x65, 0x74, 0x61, 0x31, 0xca, 0x02, 0x19, 0x43, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x5c, 0x42, 0x61,
|
||||
0x73, 0x65, 0x5c, 0x53, 0x74, 0x6f, 0x72, 0x65, 0x5c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31,
|
||||
0xe2, 0x02, 0x25, 0x43, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x5c, 0x42, 0x61, 0x73, 0x65, 0x5c, 0x53,
|
||||
0x74, 0x6f, 0x72, 0x65, 0x5c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x5c, 0x47, 0x50, 0x42,
|
||||
0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x1c, 0x43, 0x6f, 0x73, 0x6d, 0x6f,
|
||||
0x73, 0x3a, 0x3a, 0x42, 0x61, 0x73, 0x65, 0x3a, 0x3a, 0x53, 0x74, 0x6f, 0x72, 0x65, 0x3a, 0x3a,
|
||||
0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||||
0x6f, 0x6e, 0x73, 0x65, 0x42, 0x65, 0x67, 0x69, 0x6e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x12,
|
||||
0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x65, 0x67, 0x69, 0x6e, 0x42, 0x6c, 0x6f,
|
||||
0x63, 0x6b, 0x12, 0x4e, 0x0a, 0x0b, 0x64, 0x65, 0x6c, 0x69, 0x76, 0x65, 0x72, 0x5f, 0x74, 0x78,
|
||||
0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73,
|
||||
0x2e, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x2e, 0x42,
|
||||
0x6c, 0x6f, 0x63, 0x6b, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x44, 0x65, 0x6c,
|
||||
0x69, 0x76, 0x65, 0x72, 0x54, 0x78, 0x52, 0x0a, 0x64, 0x65, 0x6c, 0x69, 0x76, 0x65, 0x72, 0x54,
|
||||
0x78, 0x73, 0x12, 0x4c, 0x0a, 0x11, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x5f, 0x65, 0x6e,
|
||||
0x64, 0x5f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e,
|
||||
0x74, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x74, 0x2e, 0x61, 0x62, 0x63, 0x69, 0x2e,
|
||||
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x45, 0x6e, 0x64, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52,
|
||||
0x0f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x45, 0x6e, 0x64, 0x42, 0x6c, 0x6f, 0x63, 0x6b,
|
||||
0x12, 0x4f, 0x0a, 0x12, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x5f, 0x65, 0x6e, 0x64,
|
||||
0x5f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x74,
|
||||
0x65, 0x6e, 0x64, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x74, 0x2e, 0x61, 0x62, 0x63, 0x69, 0x2e, 0x52,
|
||||
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x45, 0x6e, 0x64, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52,
|
||||
0x10, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x45, 0x6e, 0x64, 0x42, 0x6c, 0x6f, 0x63,
|
||||
0x6b, 0x12, 0x48, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x5f, 0x63, 0x6f,
|
||||
0x6d, 0x6d, 0x69, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x74, 0x65, 0x6e,
|
||||
0x64, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x74, 0x2e, 0x61, 0x62, 0x63, 0x69, 0x2e, 0x52, 0x65, 0x73,
|
||||
0x70, 0x6f, 0x6e, 0x73, 0x65, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x52, 0x0e, 0x72, 0x65, 0x73,
|
||||
0x70, 0x6f, 0x6e, 0x73, 0x65, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x1a, 0x88, 0x01, 0x0a, 0x09,
|
||||
0x44, 0x65, 0x6c, 0x69, 0x76, 0x65, 0x72, 0x54, 0x78, 0x12, 0x3b, 0x0a, 0x07, 0x72, 0x65, 0x71,
|
||||
0x75, 0x65, 0x73, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x74, 0x65, 0x6e,
|
||||
0x64, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x74, 0x2e, 0x61, 0x62, 0x63, 0x69, 0x2e, 0x52, 0x65, 0x71,
|
||||
0x75, 0x65, 0x73, 0x74, 0x44, 0x65, 0x6c, 0x69, 0x76, 0x65, 0x72, 0x54, 0x78, 0x52, 0x07, 0x72,
|
||||
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3e, 0x0a, 0x08, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
||||
0x73, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x74, 0x65, 0x6e, 0x64, 0x65,
|
||||
0x72, 0x6d, 0x69, 0x6e, 0x74, 0x2e, 0x61, 0x62, 0x63, 0x69, 0x2e, 0x52, 0x65, 0x73, 0x70, 0x6f,
|
||||
0x6e, 0x73, 0x65, 0x44, 0x65, 0x6c, 0x69, 0x76, 0x65, 0x72, 0x54, 0x78, 0x52, 0x08, 0x72, 0x65,
|
||||
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0xd0, 0x01, 0x0a, 0x18, 0x63, 0x6f, 0x6d, 0x2e, 0x63,
|
||||
0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65,
|
||||
0x74, 0x61, 0x31, 0x42, 0x0e, 0x4c, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x69, 0x6e, 0x67, 0x50, 0x72,
|
||||
0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x32, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x73, 0x64, 0x6b,
|
||||
0x2e, 0x69, 0x6f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2f, 0x73,
|
||||
0x74, 0x6f, 0x72, 0x65, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x3b, 0x73, 0x74, 0x6f,
|
||||
0x72, 0x65, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0xa2, 0x02, 0x03, 0x43, 0x53, 0x58, 0xaa,
|
||||
0x02, 0x14, 0x43, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x53, 0x74, 0x6f, 0x72, 0x65, 0x2e, 0x56,
|
||||
0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0xca, 0x02, 0x14, 0x43, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x5c,
|
||||
0x53, 0x74, 0x6f, 0x72, 0x65, 0x5c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0xe2, 0x02, 0x20,
|
||||
0x43, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x5c, 0x53, 0x74, 0x6f, 0x72, 0x65, 0x5c, 0x56, 0x31, 0x62,
|
||||
0x65, 0x74, 0x61, 0x31, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61,
|
||||
0xea, 0x02, 0x16, 0x43, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x3a, 0x3a, 0x53, 0x74, 0x6f, 0x72, 0x65,
|
||||
0x3a, 0x3a, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
||||
0x33,
|
||||
}
|
||||
|
||||
var (
|
||||
file_cosmos_base_store_v1beta1_listening_proto_rawDescOnce sync.Once
|
||||
file_cosmos_base_store_v1beta1_listening_proto_rawDescData = file_cosmos_base_store_v1beta1_listening_proto_rawDesc
|
||||
file_cosmos_store_v1beta1_listening_proto_rawDescOnce sync.Once
|
||||
file_cosmos_store_v1beta1_listening_proto_rawDescData = file_cosmos_store_v1beta1_listening_proto_rawDesc
|
||||
)
|
||||
|
||||
func file_cosmos_base_store_v1beta1_listening_proto_rawDescGZIP() []byte {
|
||||
file_cosmos_base_store_v1beta1_listening_proto_rawDescOnce.Do(func() {
|
||||
file_cosmos_base_store_v1beta1_listening_proto_rawDescData = protoimpl.X.CompressGZIP(file_cosmos_base_store_v1beta1_listening_proto_rawDescData)
|
||||
func file_cosmos_store_v1beta1_listening_proto_rawDescGZIP() []byte {
|
||||
file_cosmos_store_v1beta1_listening_proto_rawDescOnce.Do(func() {
|
||||
file_cosmos_store_v1beta1_listening_proto_rawDescData = protoimpl.X.CompressGZIP(file_cosmos_store_v1beta1_listening_proto_rawDescData)
|
||||
})
|
||||
return file_cosmos_base_store_v1beta1_listening_proto_rawDescData
|
||||
return file_cosmos_store_v1beta1_listening_proto_rawDescData
|
||||
}
|
||||
|
||||
var file_cosmos_base_store_v1beta1_listening_proto_msgTypes = make([]protoimpl.MessageInfo, 3)
|
||||
var file_cosmos_base_store_v1beta1_listening_proto_goTypes = []interface{}{
|
||||
(*StoreKVPair)(nil), // 0: cosmos.base.store.v1beta1.StoreKVPair
|
||||
(*BlockMetadata)(nil), // 1: cosmos.base.store.v1beta1.BlockMetadata
|
||||
(*BlockMetadata_DeliverTx)(nil), // 2: cosmos.base.store.v1beta1.BlockMetadata.DeliverTx
|
||||
var file_cosmos_store_v1beta1_listening_proto_msgTypes = make([]protoimpl.MessageInfo, 3)
|
||||
var file_cosmos_store_v1beta1_listening_proto_goTypes = []interface{}{
|
||||
(*StoreKVPair)(nil), // 0: cosmos.store.v1beta1.StoreKVPair
|
||||
(*BlockMetadata)(nil), // 1: cosmos.store.v1beta1.BlockMetadata
|
||||
(*BlockMetadata_DeliverTx)(nil), // 2: cosmos.store.v1beta1.BlockMetadata.DeliverTx
|
||||
(*abci.RequestBeginBlock)(nil), // 3: tendermint.abci.RequestBeginBlock
|
||||
(*abci.ResponseBeginBlock)(nil), // 4: tendermint.abci.ResponseBeginBlock
|
||||
(*abci.RequestEndBlock)(nil), // 5: tendermint.abci.RequestEndBlock
|
||||
@@ -2319,15 +2317,15 @@ var file_cosmos_base_store_v1beta1_listening_proto_goTypes = []interface{}{
|
||||
(*abci.RequestDeliverTx)(nil), // 8: tendermint.abci.RequestDeliverTx
|
||||
(*abci.ResponseDeliverTx)(nil), // 9: tendermint.abci.ResponseDeliverTx
|
||||
}
|
||||
var file_cosmos_base_store_v1beta1_listening_proto_depIdxs = []int32{
|
||||
3, // 0: cosmos.base.store.v1beta1.BlockMetadata.request_begin_block:type_name -> tendermint.abci.RequestBeginBlock
|
||||
4, // 1: cosmos.base.store.v1beta1.BlockMetadata.response_begin_block:type_name -> tendermint.abci.ResponseBeginBlock
|
||||
2, // 2: cosmos.base.store.v1beta1.BlockMetadata.deliver_txs:type_name -> cosmos.base.store.v1beta1.BlockMetadata.DeliverTx
|
||||
5, // 3: cosmos.base.store.v1beta1.BlockMetadata.request_end_block:type_name -> tendermint.abci.RequestEndBlock
|
||||
6, // 4: cosmos.base.store.v1beta1.BlockMetadata.response_end_block:type_name -> tendermint.abci.ResponseEndBlock
|
||||
7, // 5: cosmos.base.store.v1beta1.BlockMetadata.response_commit:type_name -> tendermint.abci.ResponseCommit
|
||||
8, // 6: cosmos.base.store.v1beta1.BlockMetadata.DeliverTx.request:type_name -> tendermint.abci.RequestDeliverTx
|
||||
9, // 7: cosmos.base.store.v1beta1.BlockMetadata.DeliverTx.response:type_name -> tendermint.abci.ResponseDeliverTx
|
||||
var file_cosmos_store_v1beta1_listening_proto_depIdxs = []int32{
|
||||
3, // 0: cosmos.store.v1beta1.BlockMetadata.request_begin_block:type_name -> tendermint.abci.RequestBeginBlock
|
||||
4, // 1: cosmos.store.v1beta1.BlockMetadata.response_begin_block:type_name -> tendermint.abci.ResponseBeginBlock
|
||||
2, // 2: cosmos.store.v1beta1.BlockMetadata.deliver_txs:type_name -> cosmos.store.v1beta1.BlockMetadata.DeliverTx
|
||||
5, // 3: cosmos.store.v1beta1.BlockMetadata.request_end_block:type_name -> tendermint.abci.RequestEndBlock
|
||||
6, // 4: cosmos.store.v1beta1.BlockMetadata.response_end_block:type_name -> tendermint.abci.ResponseEndBlock
|
||||
7, // 5: cosmos.store.v1beta1.BlockMetadata.response_commit:type_name -> tendermint.abci.ResponseCommit
|
||||
8, // 6: cosmos.store.v1beta1.BlockMetadata.DeliverTx.request:type_name -> tendermint.abci.RequestDeliverTx
|
||||
9, // 7: cosmos.store.v1beta1.BlockMetadata.DeliverTx.response:type_name -> tendermint.abci.ResponseDeliverTx
|
||||
8, // [8:8] is the sub-list for method output_type
|
||||
8, // [8:8] is the sub-list for method input_type
|
||||
8, // [8:8] is the sub-list for extension type_name
|
||||
@@ -2335,13 +2333,13 @@ var file_cosmos_base_store_v1beta1_listening_proto_depIdxs = []int32{
|
||||
0, // [0:8] is the sub-list for field type_name
|
||||
}
|
||||
|
||||
func init() { file_cosmos_base_store_v1beta1_listening_proto_init() }
|
||||
func file_cosmos_base_store_v1beta1_listening_proto_init() {
|
||||
if File_cosmos_base_store_v1beta1_listening_proto != nil {
|
||||
func init() { file_cosmos_store_v1beta1_listening_proto_init() }
|
||||
func file_cosmos_store_v1beta1_listening_proto_init() {
|
||||
if File_cosmos_store_v1beta1_listening_proto != nil {
|
||||
return
|
||||
}
|
||||
if !protoimpl.UnsafeEnabled {
|
||||
file_cosmos_base_store_v1beta1_listening_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_cosmos_store_v1beta1_listening_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||
switch v := v.(*StoreKVPair); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -2353,7 +2351,7 @@ func file_cosmos_base_store_v1beta1_listening_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_cosmos_base_store_v1beta1_listening_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_cosmos_store_v1beta1_listening_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
||||
switch v := v.(*BlockMetadata); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -2365,7 +2363,7 @@ func file_cosmos_base_store_v1beta1_listening_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_cosmos_base_store_v1beta1_listening_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_cosmos_store_v1beta1_listening_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
||||
switch v := v.(*BlockMetadata_DeliverTx); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -2382,18 +2380,18 @@ func file_cosmos_base_store_v1beta1_listening_proto_init() {
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: file_cosmos_base_store_v1beta1_listening_proto_rawDesc,
|
||||
RawDescriptor: file_cosmos_store_v1beta1_listening_proto_rawDesc,
|
||||
NumEnums: 0,
|
||||
NumMessages: 3,
|
||||
NumExtensions: 0,
|
||||
NumServices: 0,
|
||||
},
|
||||
GoTypes: file_cosmos_base_store_v1beta1_listening_proto_goTypes,
|
||||
DependencyIndexes: file_cosmos_base_store_v1beta1_listening_proto_depIdxs,
|
||||
MessageInfos: file_cosmos_base_store_v1beta1_listening_proto_msgTypes,
|
||||
GoTypes: file_cosmos_store_v1beta1_listening_proto_goTypes,
|
||||
DependencyIndexes: file_cosmos_store_v1beta1_listening_proto_depIdxs,
|
||||
MessageInfos: file_cosmos_store_v1beta1_listening_proto_msgTypes,
|
||||
}.Build()
|
||||
File_cosmos_base_store_v1beta1_listening_proto = out.File
|
||||
file_cosmos_base_store_v1beta1_listening_proto_rawDesc = nil
|
||||
file_cosmos_base_store_v1beta1_listening_proto_goTypes = nil
|
||||
file_cosmos_base_store_v1beta1_listening_proto_depIdxs = nil
|
||||
File_cosmos_store_v1beta1_listening_proto = out.File
|
||||
file_cosmos_store_v1beta1_listening_proto_rawDesc = nil
|
||||
file_cosmos_store_v1beta1_listening_proto_goTypes = nil
|
||||
file_cosmos_store_v1beta1_listening_proto_depIdxs = nil
|
||||
}
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
syntax = "proto3";
|
||||
package cosmos.base.store.internal.kv.v1beta1;
|
||||
package cosmos.store.internal.kv.v1beta1;
|
||||
|
||||
import "gogoproto/gogo.proto";
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
syntax = "proto3";
|
||||
package cosmos.base.store.snapshots.v1beta1;
|
||||
package cosmos.store.snapshots.v1;
|
||||
|
||||
import "gogoproto/gogo.proto";
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
syntax = "proto3";
|
||||
package cosmos.base.store.v1beta1;
|
||||
package cosmos.store.v1beta1;
|
||||
|
||||
import "gogoproto/gogo.proto";
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
syntax = "proto3";
|
||||
package cosmos.base.store.v1beta1;
|
||||
package cosmos.store.v1beta1;
|
||||
|
||||
import "tendermint/abci/types.proto";
|
||||
|
||||
+23
-23
@@ -1,5 +1,5 @@
|
||||
// Code generated by protoc-gen-gogo. DO NOT EDIT.
|
||||
// source: cosmos/base/store/internal/kv/v1beta1/kv.proto
|
||||
// source: cosmos/store/internal/kv/v1beta1/kv.proto
|
||||
|
||||
package kv
|
||||
|
||||
@@ -32,7 +32,7 @@ func (m *Pairs) Reset() { *m = Pairs{} }
|
||||
func (m *Pairs) String() string { return proto.CompactTextString(m) }
|
||||
func (*Pairs) ProtoMessage() {}
|
||||
func (*Pairs) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_6f21adefebb93202, []int{0}
|
||||
return fileDescriptor_534782c4083e056d, []int{0}
|
||||
}
|
||||
func (m *Pairs) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
@@ -78,7 +78,7 @@ func (m *Pair) Reset() { *m = Pair{} }
|
||||
func (m *Pair) String() string { return proto.CompactTextString(m) }
|
||||
func (*Pair) ProtoMessage() {}
|
||||
func (*Pair) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_6f21adefebb93202, []int{1}
|
||||
return fileDescriptor_534782c4083e056d, []int{1}
|
||||
}
|
||||
func (m *Pair) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
@@ -122,31 +122,31 @@ func (m *Pair) GetValue() []byte {
|
||||
}
|
||||
|
||||
func init() {
|
||||
proto.RegisterType((*Pairs)(nil), "cosmos.base.store.internal.kv.v1beta1.Pairs")
|
||||
proto.RegisterType((*Pair)(nil), "cosmos.base.store.internal.kv.v1beta1.Pair")
|
||||
proto.RegisterType((*Pairs)(nil), "cosmos.store.internal.kv.v1beta1.Pairs")
|
||||
proto.RegisterType((*Pair)(nil), "cosmos.store.internal.kv.v1beta1.Pair")
|
||||
}
|
||||
|
||||
func init() {
|
||||
proto.RegisterFile("cosmos/base/store/internal/kv/v1beta1/kv.proto", fileDescriptor_6f21adefebb93202)
|
||||
proto.RegisterFile("cosmos/store/internal/kv/v1beta1/kv.proto", fileDescriptor_534782c4083e056d)
|
||||
}
|
||||
|
||||
var fileDescriptor_6f21adefebb93202 = []byte{
|
||||
// 236 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x4b, 0xce, 0x2f, 0xce,
|
||||
0xcd, 0x2f, 0xd6, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0x2f, 0x2e, 0xc9, 0x2f, 0x4a, 0xd5, 0xcf, 0xcc,
|
||||
0x2b, 0x49, 0x2d, 0xca, 0x4b, 0xcc, 0xd1, 0xcf, 0x2e, 0xd3, 0x2f, 0x33, 0x4c, 0x4a, 0x2d, 0x49,
|
||||
0x34, 0xd4, 0xcf, 0x2e, 0xd3, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x52, 0x85, 0xa8, 0xd7, 0x03,
|
||||
0xa9, 0xd7, 0x03, 0xab, 0xd7, 0x83, 0xa9, 0xd7, 0xcb, 0x2e, 0xd3, 0x83, 0xaa, 0x97, 0x12, 0x49,
|
||||
0xcf, 0x4f, 0xcf, 0x07, 0xeb, 0xd0, 0x07, 0xb1, 0x20, 0x9a, 0x95, 0x02, 0xb8, 0x58, 0x03, 0x12,
|
||||
0x33, 0x8b, 0x8a, 0x85, 0xdc, 0xb9, 0x58, 0x0b, 0x40, 0x0c, 0x09, 0x46, 0x05, 0x66, 0x0d, 0x6e,
|
||||
0x23, 0x6d, 0x3d, 0xa2, 0x4c, 0xd5, 0x03, 0x69, 0x76, 0x62, 0x39, 0x71, 0x4f, 0x9e, 0x21, 0x08,
|
||||
0xa2, 0x5f, 0x49, 0x8f, 0x8b, 0x05, 0x24, 0x28, 0x24, 0xc0, 0xc5, 0x9c, 0x9d, 0x5a, 0x29, 0xc1,
|
||||
0xa8, 0xc0, 0xa8, 0xc1, 0x13, 0x04, 0x62, 0x0a, 0x89, 0x70, 0xb1, 0x96, 0x25, 0xe6, 0x94, 0xa6,
|
||||
0x4a, 0x30, 0x81, 0xc5, 0x20, 0x1c, 0x27, 0x8f, 0x13, 0x8f, 0xe4, 0x18, 0x2f, 0x3c, 0x92, 0x63,
|
||||
0x7c, 0xf0, 0x48, 0x8e, 0x71, 0xc2, 0x63, 0x39, 0x86, 0x0b, 0x8f, 0xe5, 0x18, 0x6e, 0x3c, 0x96,
|
||||
0x63, 0x88, 0xd2, 0x4b, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0x87, 0x86,
|
||||
0x09, 0x84, 0xd2, 0x2d, 0x4e, 0xc9, 0xc6, 0x0c, 0x99, 0x24, 0x36, 0xb0, 0x97, 0x8c, 0x01, 0x01,
|
||||
0x00, 0x00, 0xff, 0xff, 0x5d, 0x1a, 0x9a, 0x0b, 0x41, 0x01, 0x00, 0x00,
|
||||
var fileDescriptor_534782c4083e056d = []byte{
|
||||
// 228 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x4c, 0xce, 0x2f, 0xce,
|
||||
0xcd, 0x2f, 0xd6, 0x2f, 0x2e, 0xc9, 0x2f, 0x4a, 0xd5, 0xcf, 0xcc, 0x2b, 0x49, 0x2d, 0xca, 0x4b,
|
||||
0xcc, 0xd1, 0xcf, 0x2e, 0xd3, 0x2f, 0x33, 0x4c, 0x4a, 0x2d, 0x49, 0x34, 0xd4, 0xcf, 0x2e, 0xd3,
|
||||
0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x52, 0x80, 0x28, 0xd5, 0x03, 0x2b, 0xd5, 0x83, 0x29, 0xd5,
|
||||
0xcb, 0x2e, 0xd3, 0x83, 0x2a, 0x95, 0x12, 0x49, 0xcf, 0x4f, 0xcf, 0x07, 0x2b, 0xd6, 0x07, 0xb1,
|
||||
0x20, 0xfa, 0x94, 0xbc, 0xb9, 0x58, 0x03, 0x12, 0x33, 0x8b, 0x8a, 0x85, 0x9c, 0xb8, 0x58, 0x0b,
|
||||
0x40, 0x0c, 0x09, 0x46, 0x05, 0x66, 0x0d, 0x6e, 0x23, 0x35, 0x3d, 0x42, 0x06, 0xea, 0x81, 0xf4,
|
||||
0x39, 0xb1, 0x9c, 0xb8, 0x27, 0xcf, 0x10, 0x04, 0xd1, 0xaa, 0xa4, 0xc7, 0xc5, 0x02, 0x12, 0x14,
|
||||
0x12, 0xe0, 0x62, 0xce, 0x4e, 0xad, 0x94, 0x60, 0x54, 0x60, 0xd4, 0xe0, 0x09, 0x02, 0x31, 0x85,
|
||||
0x44, 0xb8, 0x58, 0xcb, 0x12, 0x73, 0x4a, 0x53, 0x25, 0x98, 0xc0, 0x62, 0x10, 0x8e, 0x93, 0xc7,
|
||||
0x89, 0x47, 0x72, 0x8c, 0x17, 0x1e, 0xc9, 0x31, 0x3e, 0x78, 0x24, 0xc7, 0x38, 0xe1, 0xb1, 0x1c,
|
||||
0xc3, 0x85, 0xc7, 0x72, 0x0c, 0x37, 0x1e, 0xcb, 0x31, 0x44, 0xe9, 0xa5, 0x67, 0x96, 0x64, 0x94,
|
||||
0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0x43, 0x03, 0x01, 0x42, 0xe9, 0x16, 0xa7, 0x64, 0x63, 0x86,
|
||||
0x47, 0x12, 0x1b, 0xd8, 0x37, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0x93, 0x9f, 0xc6, 0x60,
|
||||
0x32, 0x01, 0x00, 0x00,
|
||||
}
|
||||
|
||||
func (m *Pairs) Marshal() (dAtA []byte, err error) {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// Code generated by protoc-gen-gogo. DO NOT EDIT.
|
||||
// source: cosmos/base/store/snapshots/v1beta1/snapshot.proto
|
||||
// source: cosmos/store/snapshots/v1/snapshot.proto
|
||||
|
||||
package types
|
||||
|
||||
@@ -36,7 +36,7 @@ func (m *Snapshot) Reset() { *m = Snapshot{} }
|
||||
func (m *Snapshot) String() string { return proto.CompactTextString(m) }
|
||||
func (*Snapshot) ProtoMessage() {}
|
||||
func (*Snapshot) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_9f30ededb40f4293, []int{0}
|
||||
return fileDescriptor_3d5cca1aa5b69183, []int{0}
|
||||
}
|
||||
func (m *Snapshot) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
@@ -109,7 +109,7 @@ func (m *Metadata) Reset() { *m = Metadata{} }
|
||||
func (m *Metadata) String() string { return proto.CompactTextString(m) }
|
||||
func (*Metadata) ProtoMessage() {}
|
||||
func (*Metadata) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_9f30ededb40f4293, []int{1}
|
||||
return fileDescriptor_3d5cca1aa5b69183, []int{1}
|
||||
}
|
||||
func (m *Metadata) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
@@ -164,7 +164,7 @@ func (m *SnapshotItem) Reset() { *m = SnapshotItem{} }
|
||||
func (m *SnapshotItem) String() string { return proto.CompactTextString(m) }
|
||||
func (*SnapshotItem) ProtoMessage() {}
|
||||
func (*SnapshotItem) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_9f30ededb40f4293, []int{2}
|
||||
return fileDescriptor_3d5cca1aa5b69183, []int{2}
|
||||
}
|
||||
func (m *SnapshotItem) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
@@ -273,7 +273,7 @@ func (m *SnapshotStoreItem) Reset() { *m = SnapshotStoreItem{} }
|
||||
func (m *SnapshotStoreItem) String() string { return proto.CompactTextString(m) }
|
||||
func (*SnapshotStoreItem) ProtoMessage() {}
|
||||
func (*SnapshotStoreItem) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_9f30ededb40f4293, []int{3}
|
||||
return fileDescriptor_3d5cca1aa5b69183, []int{3}
|
||||
}
|
||||
func (m *SnapshotStoreItem) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
@@ -325,7 +325,7 @@ func (m *SnapshotIAVLItem) Reset() { *m = SnapshotIAVLItem{} }
|
||||
func (m *SnapshotIAVLItem) String() string { return proto.CompactTextString(m) }
|
||||
func (*SnapshotIAVLItem) ProtoMessage() {}
|
||||
func (*SnapshotIAVLItem) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_9f30ededb40f4293, []int{4}
|
||||
return fileDescriptor_3d5cca1aa5b69183, []int{4}
|
||||
}
|
||||
func (m *SnapshotIAVLItem) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
@@ -394,7 +394,7 @@ func (m *SnapshotExtensionMeta) Reset() { *m = SnapshotExtensionMeta{} }
|
||||
func (m *SnapshotExtensionMeta) String() string { return proto.CompactTextString(m) }
|
||||
func (*SnapshotExtensionMeta) ProtoMessage() {}
|
||||
func (*SnapshotExtensionMeta) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_9f30ededb40f4293, []int{5}
|
||||
return fileDescriptor_3d5cca1aa5b69183, []int{5}
|
||||
}
|
||||
func (m *SnapshotExtensionMeta) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
@@ -448,7 +448,7 @@ func (m *SnapshotExtensionPayload) Reset() { *m = SnapshotExtensionPaylo
|
||||
func (m *SnapshotExtensionPayload) String() string { return proto.CompactTextString(m) }
|
||||
func (*SnapshotExtensionPayload) ProtoMessage() {}
|
||||
func (*SnapshotExtensionPayload) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_9f30ededb40f4293, []int{6}
|
||||
return fileDescriptor_3d5cca1aa5b69183, []int{6}
|
||||
}
|
||||
func (m *SnapshotExtensionPayload) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
@@ -485,54 +485,53 @@ func (m *SnapshotExtensionPayload) GetPayload() []byte {
|
||||
}
|
||||
|
||||
func init() {
|
||||
proto.RegisterType((*Snapshot)(nil), "cosmos.base.store.snapshots.v1beta1.Snapshot")
|
||||
proto.RegisterType((*Metadata)(nil), "cosmos.base.store.snapshots.v1beta1.Metadata")
|
||||
proto.RegisterType((*SnapshotItem)(nil), "cosmos.base.store.snapshots.v1beta1.SnapshotItem")
|
||||
proto.RegisterType((*SnapshotStoreItem)(nil), "cosmos.base.store.snapshots.v1beta1.SnapshotStoreItem")
|
||||
proto.RegisterType((*SnapshotIAVLItem)(nil), "cosmos.base.store.snapshots.v1beta1.SnapshotIAVLItem")
|
||||
proto.RegisterType((*SnapshotExtensionMeta)(nil), "cosmos.base.store.snapshots.v1beta1.SnapshotExtensionMeta")
|
||||
proto.RegisterType((*SnapshotExtensionPayload)(nil), "cosmos.base.store.snapshots.v1beta1.SnapshotExtensionPayload")
|
||||
proto.RegisterType((*Snapshot)(nil), "cosmos.store.snapshots.v1.Snapshot")
|
||||
proto.RegisterType((*Metadata)(nil), "cosmos.store.snapshots.v1.Metadata")
|
||||
proto.RegisterType((*SnapshotItem)(nil), "cosmos.store.snapshots.v1.SnapshotItem")
|
||||
proto.RegisterType((*SnapshotStoreItem)(nil), "cosmos.store.snapshots.v1.SnapshotStoreItem")
|
||||
proto.RegisterType((*SnapshotIAVLItem)(nil), "cosmos.store.snapshots.v1.SnapshotIAVLItem")
|
||||
proto.RegisterType((*SnapshotExtensionMeta)(nil), "cosmos.store.snapshots.v1.SnapshotExtensionMeta")
|
||||
proto.RegisterType((*SnapshotExtensionPayload)(nil), "cosmos.store.snapshots.v1.SnapshotExtensionPayload")
|
||||
}
|
||||
|
||||
func init() {
|
||||
proto.RegisterFile("cosmos/base/store/snapshots/v1beta1/snapshot.proto", fileDescriptor_9f30ededb40f4293)
|
||||
proto.RegisterFile("cosmos/store/snapshots/v1/snapshot.proto", fileDescriptor_3d5cca1aa5b69183)
|
||||
}
|
||||
|
||||
var fileDescriptor_9f30ededb40f4293 = []byte{
|
||||
// 522 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0xcd, 0x6e, 0xd3, 0x4c,
|
||||
0x14, 0xf5, 0x7c, 0x71, 0xf2, 0xa5, 0xd7, 0x46, 0x4a, 0x47, 0x05, 0x59, 0x2c, 0xdc, 0x60, 0x16,
|
||||
0x64, 0x13, 0x5b, 0x35, 0x3f, 0x0b, 0x24, 0x16, 0x04, 0x21, 0xa5, 0x52, 0xf9, 0xd1, 0x54, 0xb0,
|
||||
0xe8, 0xa6, 0x9a, 0x24, 0x43, 0x6c, 0xc5, 0xf6, 0x44, 0x99, 0x49, 0x44, 0x9e, 0x80, 0x2d, 0x6f,
|
||||
0xc3, 0x2b, 0x74, 0xd9, 0x25, 0xab, 0x0a, 0x25, 0x2f, 0x82, 0x66, 0xc6, 0x36, 0xa8, 0x3f, 0x52,
|
||||
0xcb, 0xca, 0xf7, 0x1c, 0xcf, 0x39, 0xf7, 0xce, 0xf1, 0x78, 0x20, 0x1e, 0x73, 0x91, 0x73, 0x11,
|
||||
0x8d, 0xa8, 0x60, 0x91, 0x90, 0x7c, 0xc1, 0x22, 0x51, 0xd0, 0xb9, 0x48, 0xb8, 0x14, 0xd1, 0xea,
|
||||
0x60, 0xc4, 0x24, 0x3d, 0xa8, 0x99, 0x70, 0xbe, 0xe0, 0x92, 0xe3, 0xc7, 0x46, 0x13, 0x2a, 0x4d,
|
||||
0xa8, 0x35, 0x61, 0xad, 0x09, 0x4b, 0xcd, 0xc3, 0xbd, 0x29, 0x9f, 0x72, 0xbd, 0x3e, 0x52, 0x95,
|
||||
0x91, 0x06, 0x3f, 0x10, 0xb4, 0x8f, 0xcb, 0xb5, 0xf8, 0x01, 0xb4, 0x12, 0x96, 0x4e, 0x13, 0xe9,
|
||||
0xa1, 0x2e, 0xea, 0xd9, 0xa4, 0x44, 0x8a, 0xff, 0xc2, 0x17, 0x39, 0x95, 0xde, 0x7f, 0x5d, 0xd4,
|
||||
0xbb, 0x47, 0x4a, 0xa4, 0xf8, 0x71, 0xb2, 0x2c, 0x66, 0xc2, 0x6b, 0x18, 0xde, 0x20, 0x8c, 0xc1,
|
||||
0x4e, 0xa8, 0x48, 0x3c, 0xbb, 0x8b, 0x7a, 0x2e, 0xd1, 0x35, 0xfe, 0x00, 0xed, 0x9c, 0x49, 0x3a,
|
||||
0xa1, 0x92, 0x7a, 0xcd, 0x2e, 0xea, 0x39, 0x71, 0x3f, 0xbc, 0xc5, 0xd8, 0xe1, 0xbb, 0x52, 0x34,
|
||||
0xb0, 0xcf, 0x2e, 0xf6, 0x2d, 0x52, 0x9b, 0x04, 0x7d, 0x68, 0x57, 0xef, 0xf0, 0x23, 0x70, 0x75,
|
||||
0xeb, 0x53, 0xd5, 0x8a, 0x09, 0x0f, 0x75, 0x1b, 0x3d, 0x97, 0x38, 0x9a, 0x1b, 0x6a, 0x2a, 0xf8,
|
||||
0xd6, 0x00, 0xb7, 0xda, 0xe8, 0xa1, 0x64, 0x39, 0x7e, 0x0f, 0x4d, 0xdd, 0x53, 0xef, 0xd5, 0x89,
|
||||
0x5f, 0xdc, 0x6a, 0x9a, 0xca, 0xe1, 0x58, 0xbd, 0x57, 0x36, 0x43, 0x8b, 0x18, 0x1b, 0xfc, 0x09,
|
||||
0xec, 0x94, 0xae, 0x32, 0x1d, 0x91, 0x13, 0x3f, 0xbf, 0x93, 0xdd, 0xe1, 0xeb, 0xcf, 0x47, 0xca,
|
||||
0x6d, 0xd0, 0xde, 0x5c, 0xec, 0xdb, 0x0a, 0x0d, 0x2d, 0xa2, 0xed, 0xf0, 0x09, 0xec, 0xb0, 0xaf,
|
||||
0x92, 0x15, 0x22, 0xe5, 0x85, 0x8e, 0xd9, 0x89, 0x5f, 0xde, 0xc9, 0xfb, 0x6d, 0xa5, 0x56, 0x69,
|
||||
0x0d, 0x2d, 0xf2, 0xc7, 0x0e, 0x67, 0xb0, 0x5b, 0x83, 0xd3, 0x39, 0x5d, 0x67, 0x9c, 0x4e, 0xf4,
|
||||
0x47, 0x73, 0xe2, 0x57, 0xff, 0xd6, 0xe3, 0xa3, 0x31, 0x19, 0x5a, 0xa4, 0xc3, 0x2e, 0x71, 0x83,
|
||||
0x16, 0xd8, 0xa9, 0x64, 0x79, 0xf0, 0x04, 0x76, 0xaf, 0xc4, 0xa8, 0x8e, 0x4c, 0x41, 0x73, 0xf3,
|
||||
0x31, 0x76, 0x88, 0xae, 0x83, 0x0c, 0x3a, 0x97, 0x03, 0xc2, 0x1d, 0x68, 0xcc, 0xd8, 0x5a, 0x2f,
|
||||
0x73, 0x89, 0x2a, 0xf1, 0x1e, 0x34, 0x57, 0x34, 0x5b, 0x32, 0x1d, 0xbc, 0x4b, 0x0c, 0xc0, 0x1e,
|
||||
0xfc, 0xbf, 0x62, 0x8b, 0x3a, 0xb4, 0x06, 0xa9, 0xe0, 0x5f, 0x87, 0x5c, 0xed, 0xb4, 0x59, 0x1d,
|
||||
0xf2, 0xe0, 0x0d, 0xdc, 0xbf, 0x36, 0xb2, 0xeb, 0x46, 0xbb, 0xe9, 0x8f, 0x08, 0x9e, 0x81, 0x77,
|
||||
0x53, 0x26, 0x6a, 0xa4, 0x2a, 0x63, 0x33, 0x7e, 0x05, 0x07, 0x47, 0x67, 0x1b, 0x1f, 0x9d, 0x6f,
|
||||
0x7c, 0xf4, 0x6b, 0xe3, 0xa3, 0xef, 0x5b, 0xdf, 0x3a, 0xdf, 0xfa, 0xd6, 0xcf, 0xad, 0x6f, 0x9d,
|
||||
0xc4, 0xd3, 0x54, 0x26, 0xcb, 0x51, 0x38, 0xe6, 0x79, 0x54, 0x5e, 0x0c, 0xe6, 0xd1, 0x17, 0x93,
|
||||
0xd9, 0x95, 0xeb, 0x41, 0xae, 0xe7, 0x4c, 0x8c, 0x5a, 0xfa, 0xcf, 0x7e, 0xfa, 0x3b, 0x00, 0x00,
|
||||
0xff, 0xff, 0x50, 0x9d, 0x5e, 0xd2, 0x4a, 0x04, 0x00, 0x00,
|
||||
var fileDescriptor_3d5cca1aa5b69183 = []byte{
|
||||
// 506 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x53, 0xc1, 0x6e, 0xd3, 0x40,
|
||||
0x10, 0xf5, 0x36, 0x4e, 0x49, 0xc7, 0x46, 0x4a, 0x57, 0x05, 0x19, 0x0e, 0x6e, 0x30, 0x07, 0x2c,
|
||||
0x41, 0x1d, 0xea, 0xf2, 0x03, 0x04, 0x2a, 0xa5, 0xa2, 0x48, 0xd5, 0x56, 0xe2, 0xc0, 0xa5, 0xda,
|
||||
0x24, 0x4b, 0x6c, 0x25, 0xf6, 0x46, 0xd9, 0x8d, 0x45, 0xfe, 0x82, 0x1f, 0xe1, 0x3f, 0x7a, 0xec,
|
||||
0x91, 0x53, 0x41, 0xc9, 0x8f, 0xa0, 0xdd, 0xb5, 0x0d, 0x6a, 0x1b, 0x54, 0x4e, 0x9e, 0x37, 0xfb,
|
||||
0xde, 0xec, 0xec, 0xf3, 0x0c, 0x84, 0x43, 0x2e, 0x32, 0x2e, 0xba, 0x42, 0xf2, 0x39, 0xeb, 0x8a,
|
||||
0x9c, 0xce, 0x44, 0xc2, 0xa5, 0xe8, 0x16, 0x87, 0x35, 0x88, 0x66, 0x73, 0x2e, 0x39, 0x7e, 0x62,
|
||||
0x98, 0x91, 0x66, 0x46, 0x35, 0x33, 0x2a, 0x0e, 0x9f, 0xee, 0x8d, 0xf9, 0x98, 0x6b, 0x56, 0x57,
|
||||
0x45, 0x46, 0x10, 0x7c, 0x47, 0xd0, 0x3a, 0x2f, 0x69, 0xf8, 0x31, 0x6c, 0x27, 0x2c, 0x1d, 0x27,
|
||||
0xd2, 0x43, 0x1d, 0x14, 0xda, 0xa4, 0x44, 0x2a, 0xff, 0x85, 0xcf, 0x33, 0x2a, 0xbd, 0xad, 0x0e,
|
||||
0x0a, 0x1f, 0x92, 0x12, 0xa9, 0xfc, 0x30, 0x59, 0xe4, 0x13, 0xe1, 0x35, 0x4c, 0xde, 0x20, 0x8c,
|
||||
0xc1, 0x4e, 0xa8, 0x48, 0x3c, 0xbb, 0x83, 0x42, 0x97, 0xe8, 0x18, 0x1f, 0x43, 0x2b, 0x63, 0x92,
|
||||
0x8e, 0xa8, 0xa4, 0x5e, 0xb3, 0x83, 0x42, 0x27, 0x7e, 0x1e, 0x6d, 0x6c, 0x36, 0xfa, 0x58, 0x52,
|
||||
0x7b, 0xf6, 0xe5, 0xf5, 0xbe, 0x45, 0x6a, 0x69, 0x70, 0x00, 0xad, 0xea, 0x0c, 0x3f, 0x03, 0x57,
|
||||
0x5f, 0x78, 0xa1, 0x2e, 0x60, 0xc2, 0x43, 0x9d, 0x46, 0xe8, 0x12, 0x47, 0xe7, 0xfa, 0x3a, 0x15,
|
||||
0xfc, 0xdc, 0x02, 0xb7, 0x7a, 0xde, 0x89, 0x64, 0x19, 0x7e, 0x0f, 0x4d, 0x7d, 0x9d, 0x7e, 0xa1,
|
||||
0x13, 0xbf, 0xfa, 0x47, 0x0f, 0x95, 0xee, 0x5c, 0x1d, 0x29, 0x71, 0xdf, 0x22, 0x46, 0x8c, 0x3f,
|
||||
0x80, 0x9d, 0xd2, 0x62, 0xaa, 0xed, 0x70, 0xe2, 0x97, 0xf7, 0x28, 0x72, 0xf2, 0xf6, 0xd3, 0xa9,
|
||||
0xaa, 0xd1, 0x6b, 0xad, 0xae, 0xf7, 0x6d, 0x85, 0xfa, 0x16, 0xd1, 0x45, 0xf0, 0x19, 0xec, 0xb0,
|
||||
0xaf, 0x92, 0xe5, 0x22, 0xe5, 0xb9, 0x36, 0xd2, 0x89, 0x5f, 0xdf, 0xa3, 0xe2, 0x71, 0xa5, 0x51,
|
||||
0x7e, 0xf4, 0x2d, 0xf2, 0xa7, 0x08, 0x1e, 0xc0, 0x6e, 0x0d, 0x2e, 0x66, 0x74, 0x39, 0xe5, 0x74,
|
||||
0xa4, 0x7f, 0x86, 0x13, 0x1f, 0xfd, 0x4f, 0xe5, 0x33, 0x23, 0xed, 0x5b, 0xa4, 0xcd, 0x6e, 0xe4,
|
||||
0x7a, 0xdb, 0x60, 0xa7, 0x92, 0x65, 0xc1, 0x0b, 0xd8, 0xbd, 0x65, 0x94, 0x1a, 0x80, 0x9c, 0x66,
|
||||
0xc6, 0xe4, 0x1d, 0xa2, 0xe3, 0x60, 0x0a, 0xed, 0x9b, 0x66, 0xe0, 0x36, 0x34, 0x26, 0x6c, 0xa9,
|
||||
0x69, 0x2e, 0x51, 0x21, 0xde, 0x83, 0x66, 0x41, 0xa7, 0x0b, 0xa6, 0xad, 0x75, 0x89, 0x01, 0xd8,
|
||||
0x83, 0x07, 0x05, 0x9b, 0xd7, 0x06, 0x35, 0x48, 0x05, 0xff, 0x1a, 0x59, 0xf5, 0xbe, 0x66, 0x35,
|
||||
0xb2, 0xc1, 0x3b, 0x78, 0x74, 0xa7, 0x51, 0x77, 0xb5, 0xb6, 0x69, 0xbe, 0x83, 0x37, 0xe0, 0x6d,
|
||||
0xf2, 0x44, 0xb5, 0x54, 0x39, 0x6b, 0xda, 0xaf, 0x60, 0xef, 0xf4, 0x72, 0xe5, 0xa3, 0xab, 0x95,
|
||||
0x8f, 0x7e, 0xad, 0x7c, 0xf4, 0x6d, 0xed, 0x5b, 0x57, 0x6b, 0xdf, 0xfa, 0xb1, 0xf6, 0xad, 0xcf,
|
||||
0xf1, 0x38, 0x95, 0xc9, 0x62, 0x10, 0x0d, 0x79, 0xd6, 0x2d, 0x57, 0xda, 0x7c, 0x0e, 0xc4, 0x68,
|
||||
0x72, 0x6b, 0xbb, 0xe5, 0x72, 0xc6, 0xc4, 0x60, 0x5b, 0xef, 0xe9, 0xd1, 0xef, 0x00, 0x00, 0x00,
|
||||
0xff, 0xff, 0xdd, 0x9e, 0x28, 0x28, 0x04, 0x04, 0x00, 0x00,
|
||||
}
|
||||
|
||||
func (m *Snapshot) Marshal() (dAtA []byte, err error) {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// Code generated by protoc-gen-gogo. DO NOT EDIT.
|
||||
// source: cosmos/base/store/v1beta1/commit_info.proto
|
||||
// source: cosmos/store/v1beta1/commit_info.proto
|
||||
|
||||
package types
|
||||
|
||||
@@ -34,7 +34,7 @@ func (m *CommitInfo) Reset() { *m = CommitInfo{} }
|
||||
func (m *CommitInfo) String() string { return proto.CompactTextString(m) }
|
||||
func (*CommitInfo) ProtoMessage() {}
|
||||
func (*CommitInfo) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_83f4097f6265b52f, []int{0}
|
||||
return fileDescriptor_5f8c656cdef8c524, []int{0}
|
||||
}
|
||||
func (m *CommitInfo) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
@@ -88,7 +88,7 @@ func (m *StoreInfo) Reset() { *m = StoreInfo{} }
|
||||
func (m *StoreInfo) String() string { return proto.CompactTextString(m) }
|
||||
func (*StoreInfo) ProtoMessage() {}
|
||||
func (*StoreInfo) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_83f4097f6265b52f, []int{1}
|
||||
return fileDescriptor_5f8c656cdef8c524, []int{1}
|
||||
}
|
||||
func (m *StoreInfo) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
@@ -141,7 +141,7 @@ type CommitID struct {
|
||||
func (m *CommitID) Reset() { *m = CommitID{} }
|
||||
func (*CommitID) ProtoMessage() {}
|
||||
func (*CommitID) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_83f4097f6265b52f, []int{2}
|
||||
return fileDescriptor_5f8c656cdef8c524, []int{2}
|
||||
}
|
||||
func (m *CommitID) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
@@ -185,36 +185,36 @@ func (m *CommitID) GetHash() []byte {
|
||||
}
|
||||
|
||||
func init() {
|
||||
proto.RegisterType((*CommitInfo)(nil), "cosmos.base.store.v1beta1.CommitInfo")
|
||||
proto.RegisterType((*StoreInfo)(nil), "cosmos.base.store.v1beta1.StoreInfo")
|
||||
proto.RegisterType((*CommitID)(nil), "cosmos.base.store.v1beta1.CommitID")
|
||||
proto.RegisterType((*CommitInfo)(nil), "cosmos.store.v1beta1.CommitInfo")
|
||||
proto.RegisterType((*StoreInfo)(nil), "cosmos.store.v1beta1.StoreInfo")
|
||||
proto.RegisterType((*CommitID)(nil), "cosmos.store.v1beta1.CommitID")
|
||||
}
|
||||
|
||||
func init() {
|
||||
proto.RegisterFile("cosmos/base/store/v1beta1/commit_info.proto", fileDescriptor_83f4097f6265b52f)
|
||||
proto.RegisterFile("cosmos/store/v1beta1/commit_info.proto", fileDescriptor_5f8c656cdef8c524)
|
||||
}
|
||||
|
||||
var fileDescriptor_83f4097f6265b52f = []byte{
|
||||
// 301 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x4e, 0xce, 0x2f, 0xce,
|
||||
0xcd, 0x2f, 0xd6, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0x2f, 0x2e, 0xc9, 0x2f, 0x4a, 0xd5, 0x2f, 0x33,
|
||||
0x4c, 0x4a, 0x2d, 0x49, 0x34, 0xd4, 0x4f, 0xce, 0xcf, 0xcd, 0xcd, 0x2c, 0x89, 0xcf, 0xcc, 0x4b,
|
||||
0xcb, 0xd7, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x92, 0x84, 0x28, 0xd6, 0x03, 0x29, 0xd6, 0x03,
|
||||
0x2b, 0xd6, 0x83, 0x2a, 0x96, 0x12, 0x49, 0xcf, 0x4f, 0xcf, 0x07, 0xab, 0xd2, 0x07, 0xb1, 0x20,
|
||||
0x1a, 0x94, 0x8a, 0xb9, 0xb8, 0x9c, 0xc1, 0xa6, 0x78, 0xe6, 0xa5, 0xe5, 0x0b, 0x49, 0x70, 0xb1,
|
||||
0x97, 0xa5, 0x16, 0x15, 0x67, 0xe6, 0xe7, 0x49, 0x30, 0x2a, 0x30, 0x6a, 0x30, 0x07, 0xc1, 0xb8,
|
||||
0x42, 0xde, 0x5c, 0xdc, 0x60, 0xe3, 0xc0, 0x96, 0x15, 0x4b, 0x30, 0x29, 0x30, 0x6b, 0x70, 0x1b,
|
||||
0xa9, 0xe8, 0xe1, 0xb4, 0x4e, 0x2f, 0x18, 0xc4, 0x03, 0x19, 0xea, 0xc4, 0x72, 0xe2, 0x9e, 0x3c,
|
||||
0x43, 0x10, 0x57, 0x31, 0x4c, 0xa0, 0x58, 0x29, 0x9d, 0x8b, 0x13, 0x2e, 0x2d, 0x24, 0xc4, 0xc5,
|
||||
0x92, 0x97, 0x98, 0x9b, 0x0a, 0xb6, 0x90, 0x33, 0x08, 0xcc, 0x16, 0x72, 0xe3, 0xe2, 0x84, 0xf9,
|
||||
0x2d, 0x45, 0x82, 0x49, 0x81, 0x51, 0x83, 0xdb, 0x48, 0x19, 0x8f, 0x5d, 0x50, 0x1f, 0xb8, 0x40,
|
||||
0xad, 0xe2, 0x80, 0xe8, 0xf5, 0x4c, 0x51, 0xb2, 0xe3, 0xe2, 0x80, 0xc9, 0xe1, 0xf1, 0x9b, 0x10,
|
||||
0x17, 0x4b, 0x46, 0x62, 0x71, 0x06, 0xd8, 0x22, 0x9e, 0x20, 0x30, 0xdb, 0x8a, 0x65, 0xc6, 0x02,
|
||||
0x79, 0x06, 0x27, 0xa7, 0x13, 0x8f, 0xe4, 0x18, 0x2f, 0x3c, 0x92, 0x63, 0x7c, 0xf0, 0x48, 0x8e,
|
||||
0x71, 0xc2, 0x63, 0x39, 0x86, 0x0b, 0x8f, 0xe5, 0x18, 0x6e, 0x3c, 0x96, 0x63, 0x88, 0xd2, 0x48,
|
||||
0xcf, 0x2c, 0xc9, 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0x87, 0x46, 0x10, 0x84, 0xd2, 0x2d,
|
||||
0x4e, 0xc9, 0x86, 0x46, 0x53, 0x49, 0x65, 0x41, 0x6a, 0x71, 0x12, 0x1b, 0x38, 0xa0, 0x8d, 0x01,
|
||||
0x01, 0x00, 0x00, 0xff, 0xff, 0x00, 0xc0, 0xc7, 0x12, 0xc8, 0x01, 0x00, 0x00,
|
||||
var fileDescriptor_5f8c656cdef8c524 = []byte{
|
||||
// 293 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x4b, 0xce, 0x2f, 0xce,
|
||||
0xcd, 0x2f, 0xd6, 0x2f, 0x2e, 0xc9, 0x2f, 0x4a, 0xd5, 0x2f, 0x33, 0x4c, 0x4a, 0x2d, 0x49, 0x34,
|
||||
0xd4, 0x4f, 0xce, 0xcf, 0xcd, 0xcd, 0x2c, 0x89, 0xcf, 0xcc, 0x4b, 0xcb, 0xd7, 0x2b, 0x28, 0xca,
|
||||
0x2f, 0xc9, 0x17, 0x12, 0x81, 0xa8, 0xd3, 0x03, 0xab, 0xd3, 0x83, 0xaa, 0x93, 0x12, 0x49, 0xcf,
|
||||
0x4f, 0xcf, 0x07, 0x2b, 0xd0, 0x07, 0xb1, 0x20, 0x6a, 0x95, 0xf2, 0xb8, 0xb8, 0x9c, 0xc1, 0x06,
|
||||
0x78, 0xe6, 0xa5, 0xe5, 0x0b, 0x49, 0x70, 0xb1, 0x97, 0xa5, 0x16, 0x15, 0x67, 0xe6, 0xe7, 0x49,
|
||||
0x30, 0x2a, 0x30, 0x6a, 0x30, 0x07, 0xc1, 0xb8, 0x42, 0x6e, 0x5c, 0xdc, 0x60, 0xe3, 0xc0, 0xf6,
|
||||
0x14, 0x4b, 0x30, 0x29, 0x30, 0x6b, 0x70, 0x1b, 0xc9, 0xeb, 0x61, 0xb3, 0x49, 0x2f, 0x18, 0xc4,
|
||||
0x03, 0x99, 0xe7, 0xc4, 0x72, 0xe2, 0x9e, 0x3c, 0x43, 0x10, 0x57, 0x31, 0x4c, 0xa0, 0x58, 0x29,
|
||||
0x89, 0x8b, 0x13, 0x2e, 0x2d, 0x24, 0xc4, 0xc5, 0x92, 0x97, 0x98, 0x9b, 0x0a, 0xb6, 0x8b, 0x33,
|
||||
0x08, 0xcc, 0x16, 0x72, 0xe4, 0xe2, 0x84, 0xf9, 0x28, 0x45, 0x82, 0x49, 0x81, 0x51, 0x83, 0xdb,
|
||||
0x48, 0x0e, 0xbb, 0x35, 0x50, 0x77, 0xbb, 0x40, 0x6d, 0xe1, 0x80, 0x68, 0xf3, 0x4c, 0x51, 0xb2,
|
||||
0xe3, 0xe2, 0x80, 0xc9, 0xe1, 0xf1, 0x91, 0x10, 0x17, 0x4b, 0x46, 0x62, 0x71, 0x06, 0xd8, 0x0e,
|
||||
0x9e, 0x20, 0x30, 0xdb, 0x8a, 0x65, 0xc6, 0x02, 0x79, 0x06, 0x27, 0xa7, 0x13, 0x8f, 0xe4, 0x18,
|
||||
0x2f, 0x3c, 0x92, 0x63, 0x7c, 0xf0, 0x48, 0x8e, 0x71, 0xc2, 0x63, 0x39, 0x86, 0x0b, 0x8f, 0xe5,
|
||||
0x18, 0x6e, 0x3c, 0x96, 0x63, 0x88, 0xd2, 0x48, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, 0xd2, 0x4b, 0xce,
|
||||
0xcf, 0xd5, 0x87, 0x46, 0x06, 0x84, 0xd2, 0x2d, 0x4e, 0xc9, 0x86, 0xc6, 0x4b, 0x49, 0x65, 0x41,
|
||||
0x6a, 0x71, 0x12, 0x1b, 0x38, 0x78, 0x8d, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0x82, 0x39, 0x14,
|
||||
0x2f, 0xb4, 0x01, 0x00, 0x00,
|
||||
}
|
||||
|
||||
func (m *CommitInfo) Marshal() (dAtA []byte, err error) {
|
||||
|
||||
+40
-40
@@ -1,5 +1,5 @@
|
||||
// Code generated by protoc-gen-gogo. DO NOT EDIT.
|
||||
// source: cosmos/base/store/v1beta1/listening.proto
|
||||
// source: cosmos/store/v1beta1/listening.proto
|
||||
|
||||
package types
|
||||
|
||||
@@ -39,7 +39,7 @@ func (m *StoreKVPair) Reset() { *m = StoreKVPair{} }
|
||||
func (m *StoreKVPair) String() string { return proto.CompactTextString(m) }
|
||||
func (*StoreKVPair) ProtoMessage() {}
|
||||
func (*StoreKVPair) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_a5d350879fe4fecd, []int{0}
|
||||
return fileDescriptor_b6caeb9d7b7c7c10, []int{0}
|
||||
}
|
||||
func (m *StoreKVPair) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
@@ -111,7 +111,7 @@ func (m *BlockMetadata) Reset() { *m = BlockMetadata{} }
|
||||
func (m *BlockMetadata) String() string { return proto.CompactTextString(m) }
|
||||
func (*BlockMetadata) ProtoMessage() {}
|
||||
func (*BlockMetadata) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_a5d350879fe4fecd, []int{1}
|
||||
return fileDescriptor_b6caeb9d7b7c7c10, []int{1}
|
||||
}
|
||||
func (m *BlockMetadata) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
@@ -192,7 +192,7 @@ func (m *BlockMetadata_DeliverTx) Reset() { *m = BlockMetadata_DeliverTx
|
||||
func (m *BlockMetadata_DeliverTx) String() string { return proto.CompactTextString(m) }
|
||||
func (*BlockMetadata_DeliverTx) ProtoMessage() {}
|
||||
func (*BlockMetadata_DeliverTx) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_a5d350879fe4fecd, []int{1, 0}
|
||||
return fileDescriptor_b6caeb9d7b7c7c10, []int{1, 0}
|
||||
}
|
||||
func (m *BlockMetadata_DeliverTx) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
@@ -236,47 +236,47 @@ func (m *BlockMetadata_DeliverTx) GetResponse() *types.ResponseDeliverTx {
|
||||
}
|
||||
|
||||
func init() {
|
||||
proto.RegisterType((*StoreKVPair)(nil), "cosmos.base.store.v1beta1.StoreKVPair")
|
||||
proto.RegisterType((*BlockMetadata)(nil), "cosmos.base.store.v1beta1.BlockMetadata")
|
||||
proto.RegisterType((*BlockMetadata_DeliverTx)(nil), "cosmos.base.store.v1beta1.BlockMetadata.DeliverTx")
|
||||
proto.RegisterType((*StoreKVPair)(nil), "cosmos.store.v1beta1.StoreKVPair")
|
||||
proto.RegisterType((*BlockMetadata)(nil), "cosmos.store.v1beta1.BlockMetadata")
|
||||
proto.RegisterType((*BlockMetadata_DeliverTx)(nil), "cosmos.store.v1beta1.BlockMetadata.DeliverTx")
|
||||
}
|
||||
|
||||
func init() {
|
||||
proto.RegisterFile("cosmos/base/store/v1beta1/listening.proto", fileDescriptor_a5d350879fe4fecd)
|
||||
proto.RegisterFile("cosmos/store/v1beta1/listening.proto", fileDescriptor_b6caeb9d7b7c7c10)
|
||||
}
|
||||
|
||||
var fileDescriptor_a5d350879fe4fecd = []byte{
|
||||
// 473 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x93, 0x4f, 0x6f, 0xd3, 0x40,
|
||||
0x10, 0xc5, 0xe3, 0xa6, 0x09, 0xc9, 0x04, 0x68, 0x59, 0x2a, 0x64, 0x5a, 0xc9, 0xb8, 0xe1, 0x62,
|
||||
0x0e, 0xac, 0xd5, 0x70, 0x44, 0xe2, 0x10, 0x40, 0x42, 0x2a, 0x08, 0xe4, 0x02, 0x07, 0x2e, 0x96,
|
||||
0xff, 0x8c, 0xc2, 0x12, 0xdb, 0x1b, 0x76, 0x37, 0x51, 0x73, 0xe6, 0xc2, 0x91, 0x8f, 0xc5, 0xb1,
|
||||
0x47, 0x8e, 0x28, 0xf9, 0x22, 0xc8, 0x6b, 0xc7, 0xa9, 0x43, 0x7d, 0xca, 0xee, 0xe4, 0xbd, 0x9f,
|
||||
0xdf, 0xcc, 0x6a, 0xe0, 0x49, 0xc4, 0x65, 0xca, 0xa5, 0x1b, 0x06, 0x12, 0x5d, 0xa9, 0xb8, 0x40,
|
||||
0x77, 0x71, 0x16, 0xa2, 0x0a, 0xce, 0xdc, 0x84, 0x49, 0x85, 0x19, 0xcb, 0x26, 0x74, 0x26, 0xb8,
|
||||
0xe2, 0xe4, 0x61, 0x21, 0xa5, 0xb9, 0x94, 0x6a, 0x29, 0x2d, 0xa5, 0xc7, 0x27, 0x0a, 0xb3, 0x18,
|
||||
0x45, 0xca, 0x32, 0xe5, 0x06, 0x61, 0xc4, 0x5c, 0xb5, 0x9c, 0xa1, 0x2c, 0x7c, 0xc3, 0x6f, 0x30,
|
||||
0xb8, 0xc8, 0xd5, 0xe7, 0x9f, 0x3f, 0x04, 0x4c, 0x90, 0x13, 0xe8, 0x6b, 0xb3, 0x3f, 0xc5, 0xa5,
|
||||
0x69, 0xd8, 0x86, 0xd3, 0xf7, 0x7a, 0xba, 0x70, 0x8e, 0x4b, 0xf2, 0x00, 0xba, 0x31, 0x26, 0xa8,
|
||||
0xd0, 0xdc, 0xb3, 0x0d, 0xa7, 0xe7, 0x95, 0x37, 0x72, 0x08, 0xed, 0x5c, 0xde, 0xb6, 0x0d, 0xe7,
|
||||
0xb6, 0x97, 0x1f, 0xc9, 0x11, 0x74, 0x16, 0x41, 0x32, 0x47, 0x73, 0x5f, 0xd7, 0x8a, 0xcb, 0xf0,
|
||||
0x47, 0x07, 0xee, 0x8c, 0x13, 0x1e, 0x4d, 0xdf, 0xa1, 0x0a, 0xe2, 0x40, 0x05, 0xc4, 0x83, 0xfb,
|
||||
0x02, 0xbf, 0xcf, 0x51, 0x2a, 0x3f, 0xc4, 0x09, 0xcb, 0xfc, 0x30, 0xff, 0x5b, 0x7f, 0x78, 0x30,
|
||||
0x1a, 0xd2, 0x6d, 0x70, 0x9a, 0x07, 0xa7, 0x5e, 0xa1, 0x1d, 0xe7, 0x52, 0x0d, 0xf2, 0xee, 0x89,
|
||||
0xdd, 0x12, 0xf9, 0x04, 0x47, 0x02, 0xe5, 0x8c, 0x67, 0x12, 0x6b, 0xd0, 0x3d, 0x0d, 0x7d, 0x7c,
|
||||
0x03, 0xb4, 0x10, 0x5f, 0xa3, 0x12, 0xf1, 0x5f, 0x8d, 0x5c, 0xc0, 0x20, 0xc6, 0x84, 0x2d, 0x50,
|
||||
0xf8, 0xea, 0x52, 0x9a, 0x6d, 0xbb, 0xed, 0x0c, 0x46, 0x23, 0xda, 0x38, 0x76, 0x5a, 0xeb, 0x94,
|
||||
0xbe, 0x2a, 0xbc, 0x1f, 0x2f, 0x3d, 0x88, 0x37, 0x47, 0x49, 0xde, 0xc2, 0xa6, 0x01, 0x1f, 0xb3,
|
||||
0xb8, 0x0c, 0xba, 0xaf, 0x83, 0xda, 0x4d, 0xdd, 0xbf, 0xce, 0xe2, 0x22, 0xe5, 0x81, 0xa8, 0x17,
|
||||
0xc8, 0x7b, 0xa8, 0x82, 0x5f, 0xc3, 0x75, 0x34, 0xee, 0xb4, 0xb1, 0xef, 0x8a, 0x77, 0x28, 0x76,
|
||||
0x2a, 0xe4, 0x0d, 0x1c, 0x54, 0xc0, 0x88, 0xa7, 0x29, 0x53, 0x66, 0x57, 0xd3, 0x1e, 0x35, 0xd2,
|
||||
0x5e, 0x6a, 0x99, 0x77, 0x57, 0xd4, 0xee, 0xc7, 0x3f, 0x0d, 0xe8, 0x57, 0x23, 0x20, 0xcf, 0xe1,
|
||||
0x56, 0x99, 0xbd, 0x7c, 0xea, 0xd3, 0xa6, 0x66, 0xb7, 0x63, 0xdb, 0x38, 0xc8, 0x0b, 0xe8, 0x6d,
|
||||
0xe0, 0xe5, 0x9b, 0x0e, 0x1b, 0xd3, 0x6c, 0xed, 0x95, 0x67, 0x3c, 0xfe, 0xbd, 0xb2, 0x8c, 0xab,
|
||||
0x95, 0x65, 0xfc, 0x5d, 0x59, 0xc6, 0xaf, 0xb5, 0xd5, 0xba, 0x5a, 0x5b, 0xad, 0x3f, 0x6b, 0xab,
|
||||
0xf5, 0xc5, 0x99, 0x30, 0xf5, 0x75, 0x1e, 0xd2, 0x88, 0xa7, 0x6e, 0xb9, 0x79, 0xc5, 0xcf, 0x53,
|
||||
0x19, 0x4f, 0xcb, 0xfd, 0xd3, 0xbb, 0x13, 0x76, 0xf5, 0xf2, 0x3c, 0xfb, 0x17, 0x00, 0x00, 0xff,
|
||||
0xff, 0x69, 0x5c, 0x8f, 0x23, 0xa1, 0x03, 0x00, 0x00,
|
||||
var fileDescriptor_b6caeb9d7b7c7c10 = []byte{
|
||||
// 468 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x93, 0x4d, 0x6f, 0xd3, 0x40,
|
||||
0x10, 0x86, 0xe3, 0x26, 0x0d, 0xc9, 0x04, 0x68, 0x59, 0x22, 0x64, 0xb5, 0x92, 0x71, 0x03, 0x07,
|
||||
0x5f, 0xba, 0x56, 0xcb, 0x11, 0x89, 0x43, 0x00, 0x09, 0xa9, 0x7c, 0xc9, 0x7c, 0x1c, 0xb8, 0x58,
|
||||
0xfe, 0x18, 0x85, 0x25, 0xb6, 0x37, 0xec, 0x6e, 0xa2, 0xe6, 0x1f, 0x70, 0xe4, 0x67, 0x71, 0xec,
|
||||
0x91, 0x23, 0x4a, 0xfe, 0x07, 0x42, 0x5e, 0x3b, 0x4e, 0x5d, 0xe2, 0x53, 0x76, 0x27, 0xef, 0xfb,
|
||||
0xf8, 0x9d, 0x59, 0x0d, 0x3c, 0x8e, 0xb8, 0x4c, 0xb9, 0x74, 0xa5, 0xe2, 0x02, 0xdd, 0xc5, 0x59,
|
||||
0x88, 0x2a, 0x38, 0x73, 0x13, 0x26, 0x15, 0x66, 0x2c, 0x9b, 0xd0, 0x99, 0xe0, 0x8a, 0x93, 0x61,
|
||||
0xa1, 0xa2, 0x5a, 0x45, 0x4b, 0xd5, 0xd1, 0xb1, 0xc2, 0x2c, 0x46, 0x91, 0xb2, 0x4c, 0xb9, 0x41,
|
||||
0x18, 0x31, 0x57, 0x2d, 0x67, 0x28, 0x0b, 0xcb, 0xe8, 0x1b, 0x0c, 0x3e, 0xe4, 0xea, 0x8b, 0xcf,
|
||||
0xef, 0x03, 0x26, 0xc8, 0x31, 0xf4, 0xb5, 0xd9, 0x9f, 0xe2, 0xd2, 0x34, 0x6c, 0xc3, 0xe9, 0x7b,
|
||||
0x3d, 0x5d, 0xb8, 0xc0, 0x25, 0x79, 0x00, 0xdd, 0x18, 0x13, 0x54, 0x68, 0xee, 0xd9, 0x86, 0xd3,
|
||||
0xf3, 0xca, 0x1b, 0x39, 0x84, 0x76, 0x2e, 0x6f, 0xdb, 0x86, 0x73, 0xdb, 0xcb, 0x8f, 0x64, 0x08,
|
||||
0xfb, 0x8b, 0x20, 0x99, 0xa3, 0xd9, 0xd1, 0xb5, 0xe2, 0x32, 0xfa, 0xdb, 0x81, 0x3b, 0xe3, 0x84,
|
||||
0x47, 0xd3, 0x37, 0xa8, 0x82, 0x38, 0x50, 0x01, 0xf1, 0xe0, 0xbe, 0xc0, 0xef, 0x73, 0x94, 0xca,
|
||||
0x0f, 0x71, 0xc2, 0x32, 0x3f, 0xcc, 0xff, 0xd6, 0x1f, 0x1e, 0x9c, 0x8f, 0xe8, 0x36, 0x38, 0xcd,
|
||||
0x83, 0x53, 0xaf, 0xd0, 0x8e, 0x73, 0xa9, 0x06, 0x79, 0xf7, 0xc4, 0xcd, 0x12, 0xf9, 0x04, 0x43,
|
||||
0x81, 0x72, 0xc6, 0x33, 0x89, 0x35, 0xe8, 0x9e, 0x86, 0x3e, 0xda, 0x01, 0x2d, 0xc4, 0xd7, 0xa8,
|
||||
0x44, 0xfc, 0x57, 0x23, 0x6f, 0x61, 0x10, 0x63, 0xc2, 0x16, 0x28, 0x7c, 0x75, 0x29, 0xcd, 0xb6,
|
||||
0xdd, 0x76, 0x06, 0xe7, 0xa7, 0x74, 0xd7, 0xc4, 0x69, 0xad, 0x49, 0xfa, 0xa2, 0xb0, 0x7d, 0xbc,
|
||||
0xf4, 0x20, 0xde, 0x1c, 0x25, 0x79, 0x0d, 0x9b, 0xec, 0x3e, 0x66, 0x71, 0x99, 0xb1, 0xa3, 0x33,
|
||||
0xda, 0x4d, 0x8d, 0xbf, 0xcc, 0xe2, 0x22, 0xe0, 0x81, 0xa8, 0x17, 0xc8, 0x3b, 0xa8, 0x32, 0x5f,
|
||||
0xc3, 0xed, 0x6b, 0xdc, 0x49, 0x63, 0xcb, 0x15, 0xef, 0x50, 0xdc, 0xa8, 0x90, 0x57, 0x70, 0x50,
|
||||
0x01, 0x23, 0x9e, 0xa6, 0x4c, 0x99, 0x5d, 0x4d, 0x7b, 0xd8, 0x48, 0x7b, 0xae, 0x65, 0xde, 0x5d,
|
||||
0x51, 0xbb, 0x1f, 0xfd, 0x30, 0xa0, 0x5f, 0x8d, 0x80, 0x3c, 0x85, 0x5b, 0x65, 0xf6, 0xf2, 0x95,
|
||||
0x4f, 0x9a, 0x9a, 0xdd, 0x8e, 0x6d, 0xe3, 0x20, 0xcf, 0xa0, 0xb7, 0x81, 0x97, 0xcf, 0x39, 0x6a,
|
||||
0x4c, 0xb3, 0xb5, 0x57, 0x9e, 0xf1, 0xf8, 0xd7, 0xca, 0x32, 0xae, 0x56, 0x96, 0xf1, 0x67, 0x65,
|
||||
0x19, 0x3f, 0xd7, 0x56, 0xeb, 0x6a, 0x6d, 0xb5, 0x7e, 0xaf, 0xad, 0xd6, 0x17, 0x67, 0xc2, 0xd4,
|
||||
0xd7, 0x79, 0x48, 0x23, 0x9e, 0xba, 0xe5, 0xaa, 0x15, 0x3f, 0xa7, 0x32, 0x9e, 0x96, 0x5b, 0xa7,
|
||||
0xd7, 0x26, 0xec, 0xea, 0xbd, 0x79, 0xf2, 0x2f, 0x00, 0x00, 0xff, 0xff, 0xee, 0xca, 0x88, 0x72,
|
||||
0x92, 0x03, 0x00, 0x00,
|
||||
}
|
||||
|
||||
func (m *StoreKVPair) Marshal() (dAtA []byte, err error) {
|
||||
|
||||
Reference in New Issue
Block a user