From 6cea57eadf715c21a16c51baa44fe161436222ed Mon Sep 17 00:00:00 2001 From: lumtis Date: Mon, 23 Sep 2024 15:12:27 +0200 Subject: [PATCH 1/8] add supply field back --- docs/spec/crosschain/messages.md | 1 + proto/zetachain/zetacore/crosschain/tx.proto | 3 +- .../zetachain/zetacore/crosschain/index.d.ts | 1 + .../zetachain/zetacore/crosschain/tx_pb.d.ts | 7 + x/crosschain/types/tx.pb.go | 278 +++++++++++------- 5 files changed, 176 insertions(+), 114 deletions(-) diff --git a/docs/spec/crosschain/messages.md b/docs/spec/crosschain/messages.md index f2fba7cd1d..6c40f1e95d 100644 --- a/docs/spec/crosschain/messages.md +++ b/docs/spec/crosschain/messages.md @@ -63,6 +63,7 @@ message MsgVoteGasPrice { uint64 price = 3; uint64 priority_fee = 6; uint64 block_number = 4; + string supply = 5; } ``` diff --git a/proto/zetachain/zetacore/crosschain/tx.proto b/proto/zetachain/zetacore/crosschain/tx.proto index e5d310976d..9d2ca4e6fd 100644 --- a/proto/zetachain/zetacore/crosschain/tx.proto +++ b/proto/zetachain/zetacore/crosschain/tx.proto @@ -119,7 +119,8 @@ message MsgVoteGasPrice { uint64 block_number = 4; - reserved 5; // deprecated `string supply` + // unused + string supply = 5; } message MsgVoteGasPriceResponse {} diff --git a/typescript/zetachain/zetacore/crosschain/index.d.ts b/typescript/zetachain/zetacore/crosschain/index.d.ts index d5819411ec..8f9ae8e678 100644 --- a/typescript/zetachain/zetacore/crosschain/index.d.ts +++ b/typescript/zetachain/zetacore/crosschain/index.d.ts @@ -5,6 +5,7 @@ export * from "./genesis_pb"; export * from "./inbound_hash_to_cctx_pb"; export * from "./inbound_tracker_pb"; export * from "./last_block_height_pb"; +export * from "./legacy_msgs_pb"; export * from "./outbound_tracker_pb"; export * from "./query_pb"; export * from "./rate_limiter_flags_pb"; diff --git a/typescript/zetachain/zetacore/crosschain/tx_pb.d.ts b/typescript/zetachain/zetacore/crosschain/tx_pb.d.ts index 657a772384..b284757612 100644 --- a/typescript/zetachain/zetacore/crosschain/tx_pb.d.ts +++ b/typescript/zetachain/zetacore/crosschain/tx_pb.d.ts @@ -430,6 +430,13 @@ export declare class MsgVoteGasPrice extends Message { */ blockNumber: bigint; + /** + * unused + * + * @generated from field: string supply = 5; + */ + supply: string; + constructor(data?: PartialMessage); static readonly runtime: typeof proto3; diff --git a/x/crosschain/types/tx.pb.go b/x/crosschain/types/tx.pb.go index 6c75354214..a37b7da5ef 100644 --- a/x/crosschain/types/tx.pb.go +++ b/x/crosschain/types/tx.pb.go @@ -719,6 +719,8 @@ type MsgVoteGasPrice struct { Price uint64 `protobuf:"varint,3,opt,name=price,proto3" json:"price,omitempty"` PriorityFee uint64 `protobuf:"varint,6,opt,name=priority_fee,json=priorityFee,proto3" json:"priority_fee,omitempty"` BlockNumber uint64 `protobuf:"varint,4,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"` + // unused + Supply string `protobuf:"bytes,5,opt,name=supply,proto3" json:"supply,omitempty"` } func (m *MsgVoteGasPrice) Reset() { *m = MsgVoteGasPrice{} } @@ -789,6 +791,13 @@ func (m *MsgVoteGasPrice) GetBlockNumber() uint64 { return 0 } +func (m *MsgVoteGasPrice) GetSupply() string { + if m != nil { + return m.Supply + } + return "" +} + type MsgVoteGasPriceResponse struct { } @@ -1706,119 +1715,119 @@ func init() { } var fileDescriptor_15f0860550897740 = []byte{ - // 1782 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x59, 0xcd, 0x6f, 0xdb, 0xc8, - 0x15, 0x37, 0xd7, 0xb2, 0x2c, 0x3d, 0xd9, 0xb2, 0xcd, 0x75, 0x6c, 0x99, 0x5e, 0xcb, 0x8e, 0xd2, - 0xb8, 0x46, 0x11, 0x4b, 0xae, 0xb2, 0x4d, 0xb7, 0xde, 0xa2, 0xdb, 0x58, 0xbb, 0xf1, 0xba, 0x88, - 0x12, 0x83, 0xeb, 0x6c, 0x3f, 0x2e, 0x04, 0x45, 0x8e, 0x69, 0xc2, 0x12, 0x47, 0xe0, 0x8c, 0xb4, - 0x72, 0x50, 0xa0, 0x45, 0x81, 0x02, 0x3d, 0xb6, 0x45, 0x4f, 0x39, 0xf4, 0x56, 0xa0, 0xfd, 0x4f, - 0x72, 0x0c, 0x7a, 0x2a, 0x7a, 0x08, 0x8a, 0xe4, 0xd4, 0x5b, 0xdb, 0x6b, 0x2f, 0x05, 0xdf, 0x0c, - 0x19, 0x89, 0xfa, 0xb4, 0x8c, 0x62, 0x2f, 0x16, 0xe7, 0xf1, 0xfd, 0xde, 0xbc, 0xaf, 0x99, 0xf7, - 0x1e, 0x0d, 0xbb, 0xcf, 0x09, 0x37, 0xad, 0x0b, 0xd3, 0xf5, 0x4a, 0xf8, 0x44, 0x7d, 0x52, 0xb2, - 0x7c, 0xca, 0x98, 0xa0, 0xf1, 0x4e, 0xb1, 0xe9, 0x53, 0x4e, 0xd5, 0xad, 0x88, 0xaf, 0x18, 0xf2, - 0x15, 0xdf, 0xf1, 0x69, 0xab, 0x0e, 0x75, 0x28, 0x72, 0x96, 0x82, 0x27, 0x01, 0xd2, 0xbe, 0x35, - 0x40, 0x78, 0xf3, 0xd2, 0x29, 0x21, 0x89, 0xc9, 0x1f, 0xc9, 0xbb, 0x3b, 0x8c, 0x97, 0xba, 0x1e, - 0xfe, 0x19, 0x23, 0xb3, 0xe9, 0x53, 0x7a, 0xce, 0xe4, 0x8f, 0xe4, 0x7d, 0x30, 0xda, 0x38, 0xdf, - 0xe4, 0xc4, 0xa8, 0xbb, 0x0d, 0x97, 0x13, 0xdf, 0x38, 0xaf, 0x9b, 0x4e, 0x88, 0x2b, 0x8f, 0xc6, - 0xe1, 0xa3, 0x81, 0xcf, 0x46, 0xe8, 0xa0, 0xc2, 0xef, 0x15, 0x50, 0xab, 0xcc, 0xa9, 0xba, 0x4e, - 0x20, 0xf6, 0x8c, 0xb1, 0x47, 0x2d, 0xcf, 0x66, 0x6a, 0x0e, 0xe6, 0x2d, 0x9f, 0x98, 0x9c, 0xfa, - 0x39, 0x65, 0x47, 0xd9, 0x4b, 0xeb, 0xe1, 0x52, 0xdd, 0x80, 0x94, 0x10, 0xe1, 0xda, 0xb9, 0xf7, - 0x76, 0x94, 0xbd, 0x59, 0x7d, 0x1e, 0xd7, 0x27, 0xb6, 0x7a, 0x0c, 0x49, 0xb3, 0x41, 0x5b, 0x1e, - 0xcf, 0xcd, 0x06, 0x98, 0xa3, 0xd2, 0xcb, 0xd7, 0xdb, 0x33, 0x7f, 0x7f, 0xbd, 0xfd, 0x4d, 0xc7, - 0xe5, 0x17, 0xad, 0x5a, 0xd1, 0xa2, 0x8d, 0x92, 0x45, 0x59, 0x83, 0x32, 0xf9, 0xb3, 0xcf, 0xec, - 0xcb, 0x12, 0xbf, 0x6a, 0x12, 0x56, 0x7c, 0xe6, 0x7a, 0x5c, 0x97, 0xf0, 0xc2, 0x07, 0xa0, 0xf5, - 0xeb, 0xa4, 0x13, 0xd6, 0xa4, 0x1e, 0x23, 0x85, 0x27, 0xf0, 0x7e, 0x95, 0x39, 0xcf, 0x9a, 0xb6, - 0x78, 0xf9, 0xd0, 0xb6, 0x7d, 0xc2, 0x46, 0xa9, 0xbc, 0x05, 0xc0, 0x19, 0x33, 0x9a, 0xad, 0xda, - 0x25, 0xb9, 0x42, 0xa5, 0xd3, 0x7a, 0x9a, 0x33, 0x76, 0x8a, 0x84, 0xc2, 0x16, 0x6c, 0x0e, 0x90, - 0x17, 0x6d, 0xf7, 0xc7, 0xf7, 0x60, 0xb5, 0xca, 0x9c, 0x87, 0xb6, 0x7d, 0xe2, 0xd5, 0x68, 0xcb, - 0xb3, 0xcf, 0x7c, 0xd3, 0xba, 0x24, 0xfe, 0x74, 0x3e, 0x5a, 0x87, 0x79, 0xde, 0x31, 0x2e, 0x4c, - 0x76, 0x21, 0x9c, 0xa4, 0x27, 0x79, 0xe7, 0x73, 0x93, 0x5d, 0xa8, 0x47, 0x90, 0x0e, 0xd2, 0xc5, - 0x08, 0xdc, 0x91, 0x4b, 0xec, 0x28, 0x7b, 0xd9, 0xf2, 0xdd, 0xe2, 0x80, 0xec, 0x6d, 0x5e, 0x3a, - 0x45, 0xcc, 0xab, 0x0a, 0x75, 0xbd, 0xb3, 0xab, 0x26, 0xd1, 0x53, 0x96, 0x7c, 0x52, 0x0f, 0x61, - 0x0e, 0x13, 0x29, 0x37, 0xb7, 0xa3, 0xec, 0x65, 0xca, 0xdf, 0x18, 0x86, 0x97, 0xd9, 0x76, 0x1a, - 0xfc, 0xe8, 0x02, 0x12, 0x38, 0xa9, 0x56, 0xa7, 0xd6, 0xa5, 0xd0, 0x2d, 0x29, 0x9c, 0x84, 0x14, - 0x54, 0x6f, 0x03, 0x52, 0xbc, 0x63, 0xb8, 0x9e, 0x4d, 0x3a, 0xb9, 0x79, 0x61, 0x12, 0xef, 0x9c, - 0x04, 0xcb, 0x42, 0x1e, 0x3e, 0x18, 0xe4, 0x9f, 0xc8, 0x81, 0x7f, 0x55, 0x60, 0xa5, 0xca, 0x9c, - 0x1f, 0x5f, 0xb8, 0x9c, 0xd4, 0x5d, 0xc6, 0x3f, 0xd3, 0x2b, 0xe5, 0x83, 0x11, 0xde, 0xbb, 0x03, - 0x8b, 0xc4, 0xb7, 0xca, 0x07, 0x86, 0x29, 0x22, 0x21, 0x23, 0xb6, 0x80, 0xc4, 0x30, 0xda, 0xdd, - 0x2e, 0x9e, 0xed, 0x75, 0xb1, 0x0a, 0x09, 0xcf, 0x6c, 0x08, 0x27, 0xa6, 0x75, 0x7c, 0x56, 0xd7, - 0x20, 0xc9, 0xae, 0x1a, 0x35, 0x5a, 0x47, 0xd7, 0xa4, 0x75, 0xb9, 0x52, 0x35, 0x48, 0xd9, 0xc4, - 0x72, 0x1b, 0x66, 0x9d, 0xa1, 0xcd, 0x8b, 0x7a, 0xb4, 0x56, 0x37, 0x21, 0xed, 0x98, 0x4c, 0x9c, - 0x34, 0x69, 0x73, 0xca, 0x31, 0xd9, 0xe3, 0x60, 0x5d, 0x30, 0x60, 0xa3, 0xcf, 0xa6, 0xd0, 0xe2, - 0xc0, 0x82, 0xe7, 0x3d, 0x16, 0x08, 0x0b, 0x17, 0x9e, 0x77, 0x5b, 0xb0, 0x05, 0x60, 0x59, 0x91, - 0x4f, 0x65, 0x56, 0x06, 0x14, 0xe1, 0xd5, 0x7f, 0x2b, 0x70, 0x4b, 0xb8, 0xf5, 0x69, 0x8b, 0xdf, - 0x3c, 0xef, 0x56, 0x61, 0xce, 0xa3, 0x9e, 0x45, 0xd0, 0x59, 0x09, 0x5d, 0x2c, 0xba, 0xb3, 0x31, - 0xd1, 0x93, 0x8d, 0x5f, 0x4f, 0x26, 0xfd, 0x00, 0xb6, 0x06, 0x9a, 0x1c, 0x39, 0x76, 0x0b, 0xc0, - 0x65, 0x86, 0x4f, 0x1a, 0xb4, 0x4d, 0x6c, 0xb4, 0x3e, 0xa5, 0xa7, 0x5d, 0xa6, 0x0b, 0x42, 0x81, - 0x40, 0xae, 0xca, 0x1c, 0xb1, 0xfa, 0xff, 0x79, 0xad, 0x50, 0x80, 0x9d, 0x61, 0xdb, 0x44, 0x49, - 0xff, 0x67, 0x05, 0x96, 0xaa, 0xcc, 0xf9, 0x92, 0x72, 0x72, 0x6c, 0xb2, 0x53, 0xdf, 0xb5, 0xc8, - 0xd4, 0x2a, 0x34, 0x03, 0x74, 0xa8, 0x02, 0x2e, 0xd4, 0xdb, 0xb0, 0xd0, 0xf4, 0x5d, 0xea, 0xbb, - 0xfc, 0xca, 0x38, 0x27, 0x04, 0xbd, 0x9c, 0xd0, 0x33, 0x21, 0xed, 0x11, 0x41, 0x16, 0x11, 0x06, - 0xaf, 0xd5, 0xa8, 0x11, 0x1f, 0x03, 0x9c, 0xd0, 0x33, 0x48, 0x7b, 0x82, 0xa4, 0x1f, 0x25, 0x52, - 0x73, 0xcb, 0xc9, 0xc2, 0x06, 0xac, 0xc7, 0x34, 0x8d, 0xac, 0xf8, 0x53, 0x32, 0xb2, 0x22, 0x34, - 0x74, 0x84, 0x15, 0x9b, 0x80, 0xf9, 0x2b, 0xe2, 0x2e, 0x12, 0x3a, 0x15, 0x10, 0x30, 0xec, 0x1f, - 0xc2, 0x1a, 0xad, 0x31, 0xe2, 0xb7, 0x89, 0x6d, 0x50, 0x29, 0xab, 0xfb, 0x1e, 0x5c, 0x0d, 0xdf, - 0x86, 0x1b, 0x21, 0xaa, 0x02, 0xf9, 0x7e, 0x94, 0xcc, 0x2e, 0xe2, 0x3a, 0x17, 0x5c, 0x9a, 0xb5, - 0x19, 0x47, 0x1f, 0x61, 0xbe, 0x21, 0x8b, 0xfa, 0x31, 0x68, 0xfd, 0x42, 0x82, 0xa3, 0xdd, 0x62, - 0xc4, 0xce, 0x01, 0x0a, 0x58, 0x8f, 0x0b, 0x38, 0x36, 0xd9, 0x33, 0x46, 0x6c, 0xf5, 0x97, 0x0a, - 0xdc, 0xed, 0x47, 0x93, 0xf3, 0x73, 0x62, 0x71, 0xb7, 0x4d, 0x50, 0x8e, 0x08, 0x50, 0x06, 0x8b, - 0x5e, 0x51, 0x16, 0xbd, 0xdd, 0x09, 0x8a, 0xde, 0x89, 0xc7, 0xf5, 0xdb, 0xf1, 0x8d, 0x3f, 0x0b, - 0x45, 0x47, 0x79, 0x73, 0x3a, 0x5e, 0x03, 0x71, 0x49, 0x2d, 0xa0, 0x29, 0x23, 0x25, 0xe2, 0xed, - 0xa5, 0x52, 0xc8, 0xb6, 0xcd, 0x7a, 0x8b, 0x18, 0x3e, 0xb1, 0x88, 0x1b, 0x9c, 0x25, 0xbc, 0x16, - 0x8f, 0x3e, 0xbf, 0x66, 0xc5, 0xfe, 0xcf, 0xeb, 0xed, 0x5b, 0x57, 0x66, 0xa3, 0x7e, 0x58, 0xe8, - 0x15, 0x57, 0xd0, 0x17, 0x91, 0xa0, 0xcb, 0xb5, 0xfa, 0x29, 0x24, 0x19, 0x37, 0x79, 0x4b, 0xdc, - 0xb2, 0xd9, 0xf2, 0xbd, 0xa1, 0xa5, 0x4d, 0x34, 0x57, 0x12, 0xf8, 0x05, 0x62, 0x74, 0x89, 0x55, - 0xef, 0x42, 0x36, 0xb2, 0x1f, 0x19, 0xe5, 0x05, 0xb2, 0x18, 0x52, 0x2b, 0x01, 0x51, 0xbd, 0x07, - 0x6a, 0xc4, 0x16, 0x14, 0x7e, 0x71, 0x84, 0x53, 0xe8, 0x9c, 0xe5, 0xf0, 0xcd, 0x19, 0x63, 0x4f, - 0xf0, 0x0e, 0xec, 0x29, 0xbc, 0xe9, 0xa9, 0x0a, 0x6f, 0xd7, 0x11, 0x0a, 0x7d, 0x1e, 0x1d, 0xa1, - 0x7f, 0xce, 0x41, 0x56, 0xbe, 0x93, 0xf5, 0x71, 0xc4, 0x09, 0x0a, 0xca, 0x14, 0xf1, 0x6c, 0xe2, - 0xcb, 0xe3, 0x23, 0x57, 0xea, 0x2e, 0x2c, 0x89, 0x27, 0x23, 0x56, 0xf4, 0x16, 0x05, 0xb9, 0x22, - 0x2f, 0x0b, 0x0d, 0x52, 0x32, 0x04, 0xbe, 0xbc, 0xd0, 0xa3, 0x75, 0xe0, 0xbc, 0xf0, 0x59, 0x3a, - 0x6f, 0x4e, 0x88, 0x08, 0xa9, 0xc2, 0x79, 0xef, 0x9a, 0xb8, 0xe4, 0x8d, 0x9a, 0xb8, 0xc0, 0xca, - 0x06, 0x61, 0xcc, 0x74, 0x84, 0xeb, 0xd3, 0x7a, 0xb8, 0x0c, 0x6e, 0x26, 0xd7, 0xeb, 0xba, 0x00, - 0xd2, 0xf8, 0x3a, 0x23, 0x69, 0x78, 0xee, 0x0f, 0x60, 0x35, 0x64, 0xe9, 0x39, 0xed, 0xe2, 0xb0, - 0xaa, 0xf2, 0x5d, 0xf7, 0x21, 0xef, 0xa9, 0xd6, 0x19, 0x64, 0x8b, 0xaa, 0x75, 0x6f, 0x8c, 0x17, - 0xa6, 0x6b, 0xae, 0x36, 0x21, 0xcd, 0x3b, 0x06, 0xf5, 0x5d, 0xc7, 0xf5, 0x72, 0x8b, 0xc2, 0xb9, - 0xbc, 0xf3, 0x14, 0xd7, 0xc1, 0x2d, 0x6d, 0x32, 0x46, 0x78, 0x2e, 0x8b, 0x2f, 0xc4, 0x42, 0xdd, - 0x86, 0x0c, 0x69, 0x13, 0x8f, 0xcb, 0x6a, 0xb7, 0x84, 0x5a, 0x01, 0x92, 0xb0, 0xe0, 0xa9, 0x3e, - 0x6c, 0x60, 0x1b, 0x6e, 0xd1, 0xba, 0x61, 0x51, 0x8f, 0xfb, 0xa6, 0xc5, 0x8d, 0x36, 0xf1, 0x99, - 0x4b, 0xbd, 0xdc, 0x32, 0xea, 0xf9, 0xa0, 0x38, 0x72, 0x84, 0x09, 0x4a, 0x2f, 0xe2, 0x2b, 0x12, - 0xfe, 0xa5, 0x40, 0xeb, 0xeb, 0xcd, 0xc1, 0x2f, 0xd4, 0x9f, 0x06, 0x79, 0xd0, 0x26, 0x3e, 0x37, - 0x68, 0x93, 0xbb, 0xd4, 0x63, 0xb9, 0x15, 0xac, 0xf1, 0xf7, 0xc6, 0x6c, 0xa4, 0x23, 0xe8, 0xa9, - 0xc0, 0x1c, 0x25, 0x82, 0xb4, 0x08, 0x72, 0xa7, 0x8b, 0x58, 0xc8, 0xc1, 0x5a, 0x6f, 0xaa, 0x47, - 0xa7, 0xe0, 0x31, 0xb6, 0x80, 0x0f, 0x6b, 0xd4, 0xe7, 0x5f, 0xf0, 0x96, 0x75, 0x59, 0xa9, 0x9c, - 0xfd, 0x64, 0x74, 0xc7, 0x3e, 0xaa, 0x37, 0xda, 0xc4, 0xe6, 0xab, 0x57, 0x5a, 0xb4, 0x55, 0x1b, - 0xdb, 0x75, 0x9d, 0x9c, 0xb7, 0x3c, 0x1b, 0x59, 0x88, 0x7d, 0xa3, 0xdd, 0xc4, 0xc1, 0x09, 0xa4, - 0x45, 0xed, 0x9c, 0xa8, 0x58, 0x8b, 0x82, 0x2a, 0xfb, 0x39, 0xd9, 0x06, 0xf7, 0xed, 0x1b, 0xe9, - 0xf5, 0x42, 0x41, 0xad, 0xc5, 0x9c, 0xa1, 0x9b, 0x9c, 0x3c, 0x16, 0x23, 0xdc, 0xa3, 0x60, 0x82, - 0x1b, 0xa1, 0x9d, 0x05, 0x6a, 0xff, 0xc4, 0x87, 0x5a, 0x66, 0xca, 0xa5, 0x71, 0x31, 0x8b, 0x6d, - 0x23, 0xc3, 0xb6, 0xec, 0xc7, 0xe8, 0x85, 0x3b, 0x70, 0x7b, 0xa8, 0x6e, 0x91, 0x05, 0xff, 0x52, - 0x70, 0x52, 0x92, 0x73, 0x19, 0xb6, 0xbc, 0x95, 0x16, 0xe3, 0xd4, 0xbe, 0xba, 0xc1, 0xd0, 0x58, - 0x84, 0xf7, 0x3d, 0xf2, 0x95, 0x61, 0x09, 0x41, 0x31, 0x17, 0xaf, 0x78, 0xe4, 0x2b, 0xb9, 0x45, - 0xd8, 0x36, 0xf7, 0x4d, 0x07, 0x89, 0x01, 0xd3, 0xc1, 0xbb, 0x4b, 0x6c, 0xee, 0x66, 0x93, 0xe8, - 0xa7, 0x70, 0x67, 0x84, 0xc5, 0xdd, 0x7d, 0x69, 0x57, 0x06, 0x29, 0xf1, 0x7c, 0x6d, 0x60, 0xc3, - 0x28, 0xbc, 0xdb, 0x2d, 0xe4, 0xd4, 0x6c, 0x31, 0x59, 0xe3, 0xa6, 0x6f, 0x0e, 0x03, 0x19, 0xe8, - 0xae, 0x94, 0x2e, 0x16, 0x85, 0x13, 0xd8, 0x1b, 0xb7, 0xdd, 0x84, 0x9a, 0x97, 0xff, 0x9b, 0x85, - 0xd9, 0x2a, 0x73, 0xd4, 0xdf, 0x28, 0xa0, 0x0e, 0x18, 0x45, 0x3e, 0x1c, 0x93, 0x7f, 0x03, 0xbb, - 0x79, 0xed, 0xfb, 0xd3, 0xa0, 0x22, 0x8d, 0x7f, 0xad, 0xc0, 0x4a, 0xff, 0x30, 0x7e, 0x7f, 0x22, - 0x99, 0xbd, 0x20, 0xed, 0xe3, 0x29, 0x40, 0x91, 0x1e, 0xbf, 0x53, 0xe0, 0xd6, 0xe0, 0x51, 0xe3, - 0xbb, 0xe3, 0xc5, 0x0e, 0x04, 0x6a, 0x9f, 0x4c, 0x09, 0x8c, 0x74, 0x6a, 0xc3, 0x42, 0xcf, 0xc4, - 0x51, 0x1c, 0x2f, 0xb0, 0x9b, 0x5f, 0x7b, 0x70, 0x3d, 0xfe, 0xf8, 0xbe, 0xd1, 0x8c, 0x30, 0xe1, - 0xbe, 0x21, 0xff, 0xa4, 0xfb, 0xc6, 0x9b, 0x2b, 0x95, 0x41, 0xa6, 0xbb, 0xb1, 0xda, 0x9f, 0x4c, - 0x8c, 0x64, 0xd7, 0xbe, 0x73, 0x2d, 0xf6, 0x68, 0xd3, 0x9f, 0x43, 0x36, 0xf6, 0x2d, 0xe3, 0x60, - 0xbc, 0xa0, 0x5e, 0x84, 0xf6, 0xd1, 0x75, 0x11, 0xd1, 0xee, 0xbf, 0x52, 0x60, 0xb9, 0xef, 0xdb, - 0x57, 0x79, 0xbc, 0xb8, 0x38, 0x46, 0x3b, 0xbc, 0x3e, 0x26, 0x52, 0xe2, 0x17, 0xb0, 0x14, 0xff, - 0x62, 0xf8, 0xed, 0xf1, 0xe2, 0x62, 0x10, 0xed, 0x7b, 0xd7, 0x86, 0x74, 0xc7, 0x20, 0xd6, 0x4c, - 0x4c, 0x10, 0x83, 0x5e, 0xc4, 0x24, 0x31, 0x18, 0xdc, 0x62, 0xe0, 0x15, 0xd4, 0xdf, 0x60, 0xdc, - 0x9f, 0xe4, 0xf4, 0xc6, 0x40, 0x93, 0x5c, 0x41, 0x43, 0x5b, 0x0a, 0xf5, 0x0f, 0x0a, 0xac, 0x0d, - 0xe9, 0x27, 0x3e, 0x9a, 0x34, 0xba, 0x71, 0xa4, 0xf6, 0xc3, 0x69, 0x91, 0x91, 0x5a, 0x2f, 0x14, - 0xc8, 0x0d, 0x6d, 0x12, 0x0e, 0x27, 0x0e, 0x7a, 0x1f, 0x56, 0x3b, 0x9a, 0x1e, 0x1b, 0x29, 0xf7, - 0x17, 0x05, 0xb6, 0x46, 0x57, 0xe2, 0x4f, 0x26, 0x75, 0xc0, 0x10, 0x01, 0xda, 0xf1, 0x0d, 0x05, - 0x84, 0xba, 0x1e, 0x1d, 0xbf, 0x7c, 0x93, 0x57, 0x5e, 0xbd, 0xc9, 0x2b, 0xff, 0x78, 0x93, 0x57, - 0x7e, 0xfb, 0x36, 0x3f, 0xf3, 0xea, 0x6d, 0x7e, 0xe6, 0x6f, 0x6f, 0xf3, 0x33, 0x3f, 0xdb, 0xef, - 0x6a, 0x64, 0x82, 0x2d, 0xf6, 0xc5, 0x27, 0x7e, 0x8f, 0xda, 0xa4, 0xd4, 0xe9, 0xf9, 0x4f, 0x48, - 0xd0, 0xd3, 0xd4, 0x92, 0x38, 0x0c, 0xdc, 0xff, 0x5f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x9e, 0x52, - 0x23, 0x18, 0x37, 0x19, 0x00, 0x00, + // 1789 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x59, 0x4f, 0x6f, 0x23, 0x59, + 0x11, 0x4f, 0x6f, 0x1c, 0xc7, 0x2e, 0x27, 0x4e, 0xd2, 0x9b, 0x49, 0x9c, 0xce, 0xc6, 0xc9, 0x78, + 0x98, 0x10, 0xa1, 0x89, 0x1d, 0x3c, 0xcb, 0xb0, 0x64, 0x11, 0xcb, 0xc4, 0xbb, 0x93, 0x8d, 0x34, + 0x9e, 0x89, 0x7a, 0x33, 0xcb, 0x9f, 0x4b, 0xab, 0xdd, 0xfd, 0xd2, 0x69, 0xc5, 0xee, 0x67, 0xf5, + 0x7b, 0xf6, 0xda, 0x23, 0x24, 0x10, 0x12, 0x12, 0x47, 0x40, 0x9c, 0xf6, 0xc0, 0x8d, 0x03, 0x5f, + 0x81, 0x4f, 0xb0, 0xc7, 0x15, 0x27, 0xc4, 0x61, 0x84, 0x66, 0x4e, 0xdc, 0x80, 0x2b, 0x17, 0xd4, + 0xf5, 0x5e, 0xf7, 0xd8, 0xed, 0xbf, 0x71, 0x84, 0xb8, 0xc4, 0xfd, 0xaa, 0xeb, 0x57, 0xaf, 0xaa, + 0x5e, 0xd5, 0xab, 0xaa, 0x0e, 0xec, 0xbf, 0x24, 0xdc, 0xb4, 0xae, 0x4c, 0xd7, 0x2b, 0xe1, 0x13, + 0xf5, 0x49, 0xc9, 0xf2, 0x29, 0x63, 0x82, 0xc6, 0x3b, 0xc5, 0xa6, 0x4f, 0x39, 0x55, 0x77, 0x22, + 0xbe, 0x62, 0xc8, 0x57, 0x7c, 0xcb, 0xa7, 0xad, 0x3b, 0xd4, 0xa1, 0xc8, 0x59, 0x0a, 0x9e, 0x04, + 0x48, 0xfb, 0xd6, 0x10, 0xe1, 0xcd, 0x6b, 0xa7, 0x84, 0x24, 0x26, 0x7f, 0x24, 0xef, 0xfe, 0x28, + 0x5e, 0xea, 0x7a, 0xf8, 0x67, 0x82, 0xcc, 0xa6, 0x4f, 0xe9, 0x25, 0x93, 0x3f, 0x92, 0xf7, 0xd1, + 0x78, 0xe3, 0x7c, 0x93, 0x13, 0xa3, 0xee, 0x36, 0x5c, 0x4e, 0x7c, 0xe3, 0xb2, 0x6e, 0x3a, 0x21, + 0xae, 0x3c, 0x1e, 0x87, 0x8f, 0x06, 0x3e, 0x1b, 0xa1, 0x83, 0x0a, 0xbf, 0x53, 0x40, 0xad, 0x32, + 0xa7, 0xea, 0x3a, 0x81, 0xd8, 0x0b, 0xc6, 0x9e, 0xb4, 0x3c, 0x9b, 0xa9, 0x39, 0x58, 0xb4, 0x7c, + 0x62, 0x72, 0xea, 0xe7, 0x94, 0x3d, 0xe5, 0x20, 0xad, 0x87, 0x4b, 0x75, 0x0b, 0x52, 0x42, 0x84, + 0x6b, 0xe7, 0xde, 0xd9, 0x53, 0x0e, 0xe6, 0xf5, 0x45, 0x5c, 0x9f, 0xd9, 0xea, 0x29, 0x24, 0xcd, + 0x06, 0x6d, 0x79, 0x3c, 0x37, 0x1f, 0x60, 0x4e, 0x4a, 0x5f, 0xbd, 0xda, 0x9d, 0xfb, 0xdb, 0xab, + 0xdd, 0x6f, 0x3a, 0x2e, 0xbf, 0x6a, 0xd5, 0x8a, 0x16, 0x6d, 0x94, 0x2c, 0xca, 0x1a, 0x94, 0xc9, + 0x9f, 0x43, 0x66, 0x5f, 0x97, 0x78, 0xb7, 0x49, 0x58, 0xf1, 0x85, 0xeb, 0x71, 0x5d, 0xc2, 0x0b, + 0xef, 0x81, 0x36, 0xa8, 0x93, 0x4e, 0x58, 0x93, 0x7a, 0x8c, 0x14, 0x9e, 0xc1, 0xbb, 0x55, 0xe6, + 0xbc, 0x68, 0xda, 0xe2, 0xe5, 0x63, 0xdb, 0xf6, 0x09, 0x1b, 0xa7, 0xf2, 0x0e, 0x00, 0x67, 0xcc, + 0x68, 0xb6, 0x6a, 0xd7, 0xa4, 0x8b, 0x4a, 0xa7, 0xf5, 0x34, 0x67, 0xec, 0x1c, 0x09, 0x85, 0x1d, + 0xd8, 0x1e, 0x22, 0x2f, 0xda, 0xee, 0x0f, 0xef, 0xc0, 0x7a, 0x95, 0x39, 0x8f, 0x6d, 0xfb, 0xcc, + 0xab, 0xd1, 0x96, 0x67, 0x5f, 0xf8, 0xa6, 0x75, 0x4d, 0xfc, 0xd9, 0x7c, 0xb4, 0x09, 0x8b, 0xbc, + 0x63, 0x5c, 0x99, 0xec, 0x4a, 0x38, 0x49, 0x4f, 0xf2, 0xce, 0xa7, 0x26, 0xbb, 0x52, 0x4f, 0x20, + 0x1d, 0x84, 0x8b, 0x11, 0xb8, 0x23, 0x97, 0xd8, 0x53, 0x0e, 0xb2, 0xe5, 0xfb, 0xc5, 0x21, 0xd1, + 0xdb, 0xbc, 0x76, 0x8a, 0x18, 0x57, 0x15, 0xea, 0x7a, 0x17, 0xdd, 0x26, 0xd1, 0x53, 0x96, 0x7c, + 0x52, 0x8f, 0x61, 0x01, 0x03, 0x29, 0xb7, 0xb0, 0xa7, 0x1c, 0x64, 0xca, 0xdf, 0x18, 0x85, 0x97, + 0xd1, 0x76, 0x1e, 0xfc, 0xe8, 0x02, 0x12, 0x38, 0xa9, 0x56, 0xa7, 0xd6, 0xb5, 0xd0, 0x2d, 0x29, + 0x9c, 0x84, 0x14, 0x54, 0x6f, 0x0b, 0x52, 0xbc, 0x63, 0xb8, 0x9e, 0x4d, 0x3a, 0xb9, 0x45, 0x61, + 0x12, 0xef, 0x9c, 0x05, 0xcb, 0x42, 0x1e, 0xde, 0x1b, 0xe6, 0x9f, 0xc8, 0x81, 0x7f, 0x51, 0x60, + 0xad, 0xca, 0x9c, 0x1f, 0x5d, 0xb9, 0x9c, 0xd4, 0x5d, 0xc6, 0x3f, 0xd1, 0x2b, 0xe5, 0xa3, 0x31, + 0xde, 0xbb, 0x07, 0xcb, 0xc4, 0xb7, 0xca, 0x47, 0x86, 0x29, 0x4e, 0x42, 0x9e, 0xd8, 0x12, 0x12, + 0xc3, 0xd3, 0xee, 0x75, 0xf1, 0x7c, 0xbf, 0x8b, 0x55, 0x48, 0x78, 0x66, 0x43, 0x38, 0x31, 0xad, + 0xe3, 0xb3, 0xba, 0x01, 0x49, 0xd6, 0x6d, 0xd4, 0x68, 0x1d, 0x5d, 0x93, 0xd6, 0xe5, 0x4a, 0xd5, + 0x20, 0x65, 0x13, 0xcb, 0x6d, 0x98, 0x75, 0x86, 0x36, 0x2f, 0xeb, 0xd1, 0x5a, 0xdd, 0x86, 0xb4, + 0x63, 0x32, 0x91, 0x69, 0xd2, 0xe6, 0x94, 0x63, 0xb2, 0xa7, 0xc1, 0xba, 0x60, 0xc0, 0xd6, 0x80, + 0x4d, 0xa1, 0xc5, 0x81, 0x05, 0x2f, 0xfb, 0x2c, 0x10, 0x16, 0x2e, 0xbd, 0xec, 0xb5, 0x60, 0x07, + 0xc0, 0xb2, 0x22, 0x9f, 0xca, 0xa8, 0x0c, 0x28, 0xc2, 0xab, 0xff, 0x52, 0xe0, 0x8e, 0x70, 0xeb, + 0xf3, 0x16, 0xbf, 0x7d, 0xdc, 0xad, 0xc3, 0x82, 0x47, 0x3d, 0x8b, 0xa0, 0xb3, 0x12, 0xba, 0x58, + 0xf4, 0x46, 0x63, 0xa2, 0x2f, 0x1a, 0xff, 0x3f, 0x91, 0xf4, 0x03, 0xd8, 0x19, 0x6a, 0x72, 0xe4, + 0xd8, 0x1d, 0x00, 0x97, 0x19, 0x3e, 0x69, 0xd0, 0x36, 0xb1, 0xd1, 0xfa, 0x94, 0x9e, 0x76, 0x99, + 0x2e, 0x08, 0x05, 0x02, 0xb9, 0x2a, 0x73, 0xc4, 0xea, 0x7f, 0xe7, 0xb5, 0x42, 0x01, 0xf6, 0x46, + 0x6d, 0x13, 0x05, 0xfd, 0x9f, 0x15, 0x58, 0xa9, 0x32, 0xe7, 0x73, 0xca, 0xc9, 0xa9, 0xc9, 0xce, + 0x7d, 0xd7, 0x22, 0x33, 0xab, 0xd0, 0x0c, 0xd0, 0xa1, 0x0a, 0xb8, 0x50, 0xef, 0xc2, 0x52, 0xd3, + 0x77, 0xa9, 0xef, 0xf2, 0xae, 0x71, 0x49, 0x08, 0x7a, 0x39, 0xa1, 0x67, 0x42, 0xda, 0x13, 0x82, + 0x2c, 0xe2, 0x18, 0xbc, 0x56, 0xa3, 0x46, 0x7c, 0x3c, 0xe0, 0x84, 0x9e, 0x41, 0xda, 0x33, 0x24, + 0x61, 0x56, 0xb4, 0x9a, 0xcd, 0x7a, 0x37, 0xca, 0x0a, 0x5c, 0x15, 0xb6, 0x60, 0x33, 0xa6, 0x7b, + 0x64, 0xd7, 0x1f, 0x93, 0x91, 0x5d, 0xa1, 0xe9, 0x63, 0xec, 0xda, 0x06, 0x8c, 0x68, 0x11, 0x09, + 0x22, 0xc4, 0x53, 0x01, 0x01, 0x03, 0xe1, 0x7d, 0xd8, 0xa0, 0x35, 0x46, 0xfc, 0x36, 0xb1, 0x0d, + 0x2a, 0x65, 0xf5, 0xde, 0x8c, 0xeb, 0xe1, 0xdb, 0x70, 0x23, 0x44, 0x55, 0x20, 0x3f, 0x88, 0x92, + 0xf1, 0x46, 0x5c, 0xe7, 0x8a, 0x4b, 0x43, 0xb7, 0xe3, 0xe8, 0x13, 0x8c, 0x40, 0x64, 0x51, 0x3f, + 0x04, 0x6d, 0x50, 0x48, 0x90, 0xec, 0x2d, 0x46, 0xec, 0x1c, 0xa0, 0x80, 0xcd, 0xb8, 0x80, 0x53, + 0x93, 0xbd, 0x60, 0xc4, 0x56, 0x7f, 0xa1, 0xc0, 0xfd, 0x41, 0x34, 0xb9, 0xbc, 0x24, 0x16, 0x77, + 0xdb, 0x04, 0xe5, 0x88, 0x23, 0xcb, 0x60, 0x19, 0x2c, 0xca, 0x32, 0xb8, 0x3f, 0x45, 0x19, 0x3c, + 0xf3, 0xb8, 0x7e, 0x37, 0xbe, 0xf1, 0x27, 0xa1, 0xe8, 0x28, 0x92, 0xce, 0x27, 0x6b, 0x20, 0xae, + 0xad, 0x25, 0x34, 0x65, 0xac, 0x44, 0xbc, 0xcf, 0x54, 0x0a, 0xd9, 0xb6, 0x59, 0x6f, 0x11, 0xc3, + 0x27, 0x16, 0x71, 0x83, 0xec, 0xc2, 0x90, 0x38, 0xf9, 0xf4, 0x86, 0x35, 0xfc, 0xdf, 0xaf, 0x76, + 0xef, 0x74, 0xcd, 0x46, 0xfd, 0xb8, 0xd0, 0x2f, 0xae, 0xa0, 0x2f, 0x23, 0x41, 0x97, 0x6b, 0xf5, + 0x63, 0x48, 0x32, 0x6e, 0xf2, 0x96, 0xb8, 0x77, 0xb3, 0xe5, 0x07, 0x23, 0x8b, 0x9d, 0x68, 0xb7, + 0x24, 0xf0, 0x33, 0xc4, 0xe8, 0x12, 0xab, 0xde, 0x87, 0x6c, 0x64, 0x3f, 0x32, 0xca, 0x2b, 0x65, + 0x39, 0xa4, 0x56, 0x02, 0xa2, 0xfa, 0x00, 0xd4, 0x88, 0x2d, 0x68, 0x05, 0x44, 0x52, 0xa7, 0xd0, + 0x39, 0xab, 0xe1, 0x9b, 0x0b, 0xc6, 0x9e, 0xe1, 0xad, 0xd8, 0x57, 0x8a, 0xd3, 0x33, 0x95, 0xe2, + 0x9e, 0x14, 0x0a, 0x7d, 0x1e, 0xa5, 0xd0, 0x3f, 0x16, 0x20, 0x2b, 0xdf, 0xc9, 0x8a, 0x39, 0x26, + 0x83, 0x82, 0x14, 0x25, 0x9e, 0x4d, 0x7c, 0x99, 0x3e, 0x72, 0xa5, 0xee, 0xc3, 0x8a, 0x78, 0x32, + 0x62, 0x65, 0x70, 0x59, 0x90, 0x2b, 0xf2, 0xfa, 0xd0, 0x20, 0x25, 0x8f, 0xc0, 0x97, 0x57, 0x7c, + 0xb4, 0x0e, 0x9c, 0x17, 0x3e, 0x4b, 0xe7, 0x2d, 0x08, 0x11, 0x21, 0x55, 0x38, 0xef, 0x6d, 0x5b, + 0x97, 0xbc, 0x55, 0x5b, 0x17, 0x58, 0xd9, 0x20, 0x8c, 0x99, 0x8e, 0x70, 0x7d, 0x5a, 0x0f, 0x97, + 0xc1, 0x5d, 0xe5, 0x7a, 0x3d, 0x17, 0x40, 0x1a, 0x5f, 0x67, 0x24, 0x0d, 0xf3, 0xfe, 0x08, 0xd6, + 0x43, 0x96, 0xbe, 0x6c, 0x17, 0xc9, 0xaa, 0xca, 0x77, 0xbd, 0x49, 0xde, 0x57, 0xbf, 0x33, 0xc8, + 0x16, 0xd5, 0xef, 0xfe, 0x33, 0x5e, 0x9a, 0xad, 0xdd, 0xda, 0x86, 0x34, 0xef, 0x18, 0xd4, 0x77, + 0x1d, 0xd7, 0xcb, 0x2d, 0x0b, 0xe7, 0xf2, 0xce, 0x73, 0x5c, 0x07, 0xf7, 0xb6, 0xc9, 0x18, 0xe1, + 0xb9, 0x2c, 0xbe, 0x10, 0x0b, 0x75, 0x17, 0x32, 0xa4, 0x4d, 0x3c, 0x2e, 0xeb, 0xdf, 0x0a, 0x6a, + 0x05, 0x48, 0xc2, 0x12, 0xa8, 0xfa, 0xb0, 0x85, 0x8d, 0xb9, 0x45, 0xeb, 0x86, 0x45, 0x3d, 0xee, + 0x9b, 0x16, 0x37, 0xda, 0xc4, 0x67, 0x2e, 0xf5, 0x72, 0xab, 0xa8, 0xe7, 0xa3, 0xe2, 0xd8, 0xa1, + 0x26, 0x28, 0xc6, 0x88, 0xaf, 0x48, 0xf8, 0xe7, 0x02, 0xad, 0x6f, 0x36, 0x87, 0xbf, 0x50, 0x7f, + 0x12, 0xc4, 0x41, 0x9b, 0xf8, 0xdc, 0xa0, 0x4d, 0xee, 0x52, 0x8f, 0xe5, 0xd6, 0xb0, 0xea, 0x3f, + 0x98, 0xb0, 0x91, 0x8e, 0xa0, 0xe7, 0x02, 0x73, 0x92, 0x08, 0xc2, 0x22, 0x88, 0x9d, 0x1e, 0x62, + 0x21, 0x07, 0x1b, 0xfd, 0xa1, 0x1e, 0x65, 0xc1, 0x53, 0x6c, 0x0a, 0x1f, 0xd7, 0xa8, 0xcf, 0x3f, + 0xe3, 0x2d, 0xeb, 0xba, 0x52, 0xb9, 0xf8, 0xf1, 0xf8, 0x1e, 0x7e, 0x5c, 0xb7, 0xb4, 0x8d, 0xed, + 0x58, 0xbf, 0xb4, 0x68, 0xab, 0x36, 0x36, 0xf0, 0x3a, 0xb9, 0x6c, 0x79, 0x36, 0xb2, 0x10, 0xfb, + 0x56, 0xbb, 0x89, 0xc4, 0x09, 0xa4, 0x45, 0x0d, 0x9e, 0xa8, 0x58, 0xcb, 0x82, 0x2a, 0x3b, 0x3c, + 0xd9, 0x18, 0x0f, 0xec, 0x1b, 0xe9, 0xf5, 0xa5, 0x82, 0x5a, 0x8b, 0xc9, 0x43, 0x37, 0x39, 0x79, + 0x2a, 0x86, 0xba, 0x27, 0xc1, 0x4c, 0x37, 0x46, 0x3b, 0x0b, 0xd4, 0xc1, 0x19, 0x10, 0xb5, 0xcc, + 0x94, 0x4b, 0x93, 0xce, 0x2c, 0xb6, 0x8d, 0x3c, 0xb6, 0x55, 0x3f, 0x46, 0x2f, 0xdc, 0x83, 0xbb, + 0x23, 0x75, 0x8b, 0x2c, 0xf8, 0xa7, 0x82, 0xb3, 0x93, 0x9c, 0xd4, 0xb0, 0x09, 0xae, 0xb4, 0x18, + 0xa7, 0x76, 0xf7, 0x16, 0x63, 0x64, 0x11, 0xde, 0xf5, 0xc8, 0x17, 0x86, 0x25, 0x04, 0xc5, 0x5c, + 0xbc, 0xe6, 0x91, 0x2f, 0xe4, 0x16, 0x61, 0x23, 0x3d, 0x30, 0x2f, 0x24, 0x86, 0xcc, 0x0b, 0x6f, + 0x2f, 0xb1, 0x85, 0xdb, 0xcd, 0xa6, 0x1f, 0xc3, 0xbd, 0x31, 0x16, 0xf7, 0x76, 0xaa, 0x3d, 0x11, + 0xa4, 0xc4, 0xe3, 0xb5, 0x81, 0x2d, 0xa4, 0xf0, 0x6e, 0xaf, 0x90, 0x73, 0xb3, 0xc5, 0x64, 0x8d, + 0x9b, 0xbd, 0x5d, 0x0c, 0x64, 0xa0, 0xbb, 0x52, 0xba, 0x58, 0x14, 0xce, 0xe0, 0x60, 0xd2, 0x76, + 0x53, 0x6a, 0x5e, 0xfe, 0x4f, 0x16, 0xe6, 0xab, 0xcc, 0x51, 0x7f, 0xad, 0x80, 0x3a, 0x64, 0x38, + 0x79, 0x7f, 0x42, 0xfc, 0x0d, 0xed, 0xef, 0xb5, 0xef, 0xcf, 0x82, 0x8a, 0x34, 0xfe, 0x95, 0x02, + 0x6b, 0x83, 0xe3, 0xf9, 0xc3, 0xa9, 0x64, 0xf6, 0x83, 0xb4, 0x0f, 0x67, 0x00, 0x45, 0x7a, 0xfc, + 0x56, 0x81, 0x3b, 0xc3, 0x87, 0x8f, 0xef, 0x4e, 0x16, 0x3b, 0x14, 0xa8, 0x7d, 0x34, 0x23, 0x30, + 0xd2, 0xa9, 0x0d, 0x4b, 0x7d, 0x33, 0x48, 0x71, 0xb2, 0xc0, 0x5e, 0x7e, 0xed, 0xd1, 0xcd, 0xf8, + 0xe3, 0xfb, 0x46, 0x33, 0xc2, 0x94, 0xfb, 0x86, 0xfc, 0xd3, 0xee, 0x1b, 0x6f, 0xae, 0x54, 0x06, + 0x99, 0xde, 0xc6, 0xea, 0x70, 0x3a, 0x31, 0x92, 0x5d, 0xfb, 0xce, 0x8d, 0xd8, 0xa3, 0x4d, 0x7f, + 0x06, 0xd9, 0xd8, 0xd7, 0x8d, 0xa3, 0xc9, 0x82, 0xfa, 0x11, 0xda, 0x07, 0x37, 0x45, 0x44, 0xbb, + 0xff, 0x52, 0x81, 0xd5, 0x81, 0xaf, 0x61, 0xe5, 0xc9, 0xe2, 0xe2, 0x18, 0xed, 0xf8, 0xe6, 0x98, + 0x48, 0x89, 0x9f, 0xc3, 0x4a, 0xfc, 0x1b, 0xe2, 0xb7, 0x27, 0x8b, 0x8b, 0x41, 0xb4, 0xef, 0xdd, + 0x18, 0xd2, 0x7b, 0x06, 0xb1, 0x66, 0x62, 0x8a, 0x33, 0xe8, 0x47, 0x4c, 0x73, 0x06, 0xc3, 0x5b, + 0x0c, 0xbc, 0x82, 0x06, 0x1b, 0x8c, 0x87, 0xd3, 0x64, 0x6f, 0x0c, 0x34, 0xcd, 0x15, 0x34, 0xb2, + 0xa5, 0x50, 0x7f, 0xaf, 0xc0, 0xc6, 0x88, 0x7e, 0xe2, 0x83, 0x69, 0x4f, 0x37, 0x8e, 0xd4, 0x7e, + 0x38, 0x2b, 0x32, 0x52, 0xeb, 0x4b, 0x05, 0x72, 0x23, 0x9b, 0x84, 0xe3, 0xa9, 0x0f, 0x7d, 0x00, + 0xab, 0x9d, 0xcc, 0x8e, 0x8d, 0x94, 0xfb, 0x93, 0x02, 0x3b, 0xe3, 0x2b, 0xf1, 0x47, 0xd3, 0x3a, + 0x60, 0x84, 0x00, 0xed, 0xf4, 0x96, 0x02, 0x42, 0x5d, 0x4f, 0x4e, 0xbf, 0x7a, 0x9d, 0x57, 0xbe, + 0x7e, 0x9d, 0x57, 0xfe, 0xfe, 0x3a, 0xaf, 0xfc, 0xe6, 0x4d, 0x7e, 0xee, 0xeb, 0x37, 0xf9, 0xb9, + 0xbf, 0xbe, 0xc9, 0xcf, 0xfd, 0xf4, 0xb0, 0xa7, 0x91, 0x09, 0xb6, 0x38, 0x14, 0x1f, 0xfd, 0x3d, + 0x6a, 0x93, 0x52, 0xa7, 0xef, 0x7f, 0x23, 0x41, 0x4f, 0x53, 0x4b, 0xe2, 0x30, 0xf0, 0xf0, 0xbf, + 0x01, 0x00, 0x00, 0xff, 0xff, 0xfd, 0xc7, 0x3c, 0x1a, 0x49, 0x19, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -2886,6 +2895,13 @@ func (m *MsgVoteGasPrice) MarshalToSizedBuffer(dAtA []byte) (int, error) { i-- dAtA[i] = 0x30 } + if len(m.Supply) > 0 { + i -= len(m.Supply) + copy(dAtA[i:], m.Supply) + i = encodeVarintTx(dAtA, i, uint64(len(m.Supply))) + i-- + dAtA[i] = 0x2a + } if m.BlockNumber != 0 { i = encodeVarintTx(dAtA, i, uint64(m.BlockNumber)) i-- @@ -3815,6 +3831,10 @@ func (m *MsgVoteGasPrice) Size() (n int) { if m.BlockNumber != 0 { n += 1 + sovTx(uint64(m.BlockNumber)) } + l = len(m.Supply) + if l > 0 { + n += 1 + l + sovTx(uint64(l)) + } if m.PriorityFee != 0 { n += 1 + sovTx(uint64(m.PriorityFee)) } @@ -5697,6 +5717,38 @@ func (m *MsgVoteGasPrice) Unmarshal(dAtA []byte) error { break } } + case 5: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Supply", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowTx + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthTx + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthTx + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Supply = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex case 6: if wireType != 0 { return fmt.Errorf("proto: wrong wireType = %d for field PriorityFee", wireType) From 01878bf95acb190fbab308aa2ad43dc47bf1c6f7 Mon Sep 17 00:00:00 2001 From: lumtis Date: Mon, 23 Sep 2024 15:12:46 +0200 Subject: [PATCH 2/8] legacy messages --- .../zetacore/crosschain/legacy_msgs.proto | 92 + .../zetacore/crosschain/legacy_msgs_pb.d.ts | 342 +++ x/crosschain/types/legacy_msgs.pb.go | 2671 +++++++++++++++++ 3 files changed, 3105 insertions(+) create mode 100644 proto/zetachain/zetacore/crosschain/legacy_msgs.proto create mode 100644 typescript/zetachain/zetacore/crosschain/legacy_msgs_pb.d.ts create mode 100644 x/crosschain/types/legacy_msgs.pb.go diff --git a/proto/zetachain/zetacore/crosschain/legacy_msgs.proto b/proto/zetachain/zetacore/crosschain/legacy_msgs.proto new file mode 100644 index 0000000000..0d81d9329c --- /dev/null +++ b/proto/zetachain/zetacore/crosschain/legacy_msgs.proto @@ -0,0 +1,92 @@ +syntax = "proto3"; +package zetachain.zetacore.crosschain; + +import "gogoproto/gogo.proto"; +import "zetachain/zetacore/pkg/chains/chains.proto"; +import "zetachain/zetacore/pkg/coin/coin.proto"; +import "zetachain/zetacore/pkg/proofs/proofs.proto"; +import "zetachain/zetacore/crosschain/rate_limiter_flags.proto"; +import "zetachain/zetacore/crosschain/cross_chain_tx.proto"; + +option go_package = "github.com/zeta-chain/node/x/crosschain/types"; + +// legacy MsgAddOutboundTracker +// defined to keep codec compatibility +message MsgAddToOutTxTracker { + string creator = 1; + int64 chain_id = 2; + uint64 nonce = 3; + string tx_hash = 4; + pkg.proofs.Proof proof = 5; + string block_hash = 6; + int64 tx_index = 7; +} + +// legacy MsgAddInboundTracker +// defined to keep codec compatibility +message MsgAddToInTxTracker { + string creator = 1; + int64 chain_id = 2; + string tx_hash = 3; + pkg.coin.CoinType coin_type = 4; + pkg.proofs.Proof proof = 5; + string block_hash = 6; + int64 tx_index = 7; +} + +// legacy MsgRemoveOutboundTracker +// defined to keep codec compatibility +message MsgRemoveFromOutTxTracker { + string creator = 1; + int64 chain_id = 2; + uint64 nonce = 3; +} + +// legacy MsgVoteOutbound +// defined to keep codec compatibility +message MsgVoteOnObservedOutboundTx { + string creator = 1; + string cctx_hash = 2; + string observed_outTx_hash = 3; + uint64 observed_outTx_blockHeight = 4; + uint64 observed_outTx_gas_used = 10; + string observed_outTx_effective_gas_price = 11 [ + (gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Int", + (gogoproto.nullable) = false + ]; + uint64 observed_outTx_effective_gas_limit = 12; + string value_received = 5 [ + (gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Uint", + (gogoproto.nullable) = false, + (gogoproto.moretags) = "yaml:\"value_received\"" + ]; + pkg.chains.ReceiveStatus status = 6; + int64 outTx_chain = 7; + uint64 outTx_tss_nonce = 8; + pkg.coin.CoinType coin_type = 9; +} + +// legacy MsgVoteInbound +// defined to keep codec compatibility +message MsgVoteOnObservedInboundTx { + string creator = 1; + string sender = 2; + int64 sender_chain_id = 3; + string receiver = 4; + int64 receiver_chain = 5; + // string zeta_burnt = 6; + string amount = 6 [ + (gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Uint", + (gogoproto.nullable) = false + ]; + // string mMint = 7; + string message = 8; + string in_tx_hash = 9; + uint64 in_block_height = 10; + uint64 gas_limit = 11; + pkg.coin.CoinType coin_type = 12; + string tx_origin = 13; + string asset = 14; + // event index of the sent asset in the observed tx + uint64 event_index = 15; +} diff --git a/typescript/zetachain/zetacore/crosschain/legacy_msgs_pb.d.ts b/typescript/zetachain/zetacore/crosschain/legacy_msgs_pb.d.ts new file mode 100644 index 0000000000..9cd661564a --- /dev/null +++ b/typescript/zetachain/zetacore/crosschain/legacy_msgs_pb.d.ts @@ -0,0 +1,342 @@ +// @generated by protoc-gen-es v1.3.0 with parameter "target=dts" +// @generated from file zetachain/zetacore/crosschain/legacy_msgs.proto (package zetachain.zetacore.crosschain, syntax proto3) +/* eslint-disable */ +// @ts-nocheck + +import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf"; +import { Message, proto3 } from "@bufbuild/protobuf"; +import type { Proof } from "../pkg/proofs/proofs_pb.js"; +import type { CoinType } from "../pkg/coin/coin_pb.js"; +import type { ReceiveStatus } from "../pkg/chains/chains_pb.js"; + +/** + * legacy MsgAddOutboundTracker + * defined to keep codec compatibility + * + * @generated from message zetachain.zetacore.crosschain.MsgAddToOutTxTracker + */ +export declare class MsgAddToOutTxTracker extends Message { + /** + * @generated from field: string creator = 1; + */ + creator: string; + + /** + * @generated from field: int64 chain_id = 2; + */ + chainId: bigint; + + /** + * @generated from field: uint64 nonce = 3; + */ + nonce: bigint; + + /** + * @generated from field: string tx_hash = 4; + */ + txHash: string; + + /** + * @generated from field: zetachain.zetacore.pkg.proofs.Proof proof = 5; + */ + proof?: Proof; + + /** + * @generated from field: string block_hash = 6; + */ + blockHash: string; + + /** + * @generated from field: int64 tx_index = 7; + */ + txIndex: bigint; + + constructor(data?: PartialMessage); + + static readonly runtime: typeof proto3; + static readonly typeName = "zetachain.zetacore.crosschain.MsgAddToOutTxTracker"; + static readonly fields: FieldList; + + static fromBinary(bytes: Uint8Array, options?: Partial): MsgAddToOutTxTracker; + + static fromJson(jsonValue: JsonValue, options?: Partial): MsgAddToOutTxTracker; + + static fromJsonString(jsonString: string, options?: Partial): MsgAddToOutTxTracker; + + static equals(a: MsgAddToOutTxTracker | PlainMessage | undefined, b: MsgAddToOutTxTracker | PlainMessage | undefined): boolean; +} + +/** + * legacy MsgAddInboundTracker + * defined to keep codec compatibility + * + * @generated from message zetachain.zetacore.crosschain.MsgAddToInTxTracker + */ +export declare class MsgAddToInTxTracker extends Message { + /** + * @generated from field: string creator = 1; + */ + creator: string; + + /** + * @generated from field: int64 chain_id = 2; + */ + chainId: bigint; + + /** + * @generated from field: string tx_hash = 3; + */ + txHash: string; + + /** + * @generated from field: zetachain.zetacore.pkg.coin.CoinType coin_type = 4; + */ + coinType: CoinType; + + /** + * @generated from field: zetachain.zetacore.pkg.proofs.Proof proof = 5; + */ + proof?: Proof; + + /** + * @generated from field: string block_hash = 6; + */ + blockHash: string; + + /** + * @generated from field: int64 tx_index = 7; + */ + txIndex: bigint; + + constructor(data?: PartialMessage); + + static readonly runtime: typeof proto3; + static readonly typeName = "zetachain.zetacore.crosschain.MsgAddToInTxTracker"; + static readonly fields: FieldList; + + static fromBinary(bytes: Uint8Array, options?: Partial): MsgAddToInTxTracker; + + static fromJson(jsonValue: JsonValue, options?: Partial): MsgAddToInTxTracker; + + static fromJsonString(jsonString: string, options?: Partial): MsgAddToInTxTracker; + + static equals(a: MsgAddToInTxTracker | PlainMessage | undefined, b: MsgAddToInTxTracker | PlainMessage | undefined): boolean; +} + +/** + * legacy MsgRemoveOutboundTracker + * defined to keep codec compatibility + * + * @generated from message zetachain.zetacore.crosschain.MsgRemoveFromOutTxTracker + */ +export declare class MsgRemoveFromOutTxTracker extends Message { + /** + * @generated from field: string creator = 1; + */ + creator: string; + + /** + * @generated from field: int64 chain_id = 2; + */ + chainId: bigint; + + /** + * @generated from field: uint64 nonce = 3; + */ + nonce: bigint; + + constructor(data?: PartialMessage); + + static readonly runtime: typeof proto3; + static readonly typeName = "zetachain.zetacore.crosschain.MsgRemoveFromOutTxTracker"; + static readonly fields: FieldList; + + static fromBinary(bytes: Uint8Array, options?: Partial): MsgRemoveFromOutTxTracker; + + static fromJson(jsonValue: JsonValue, options?: Partial): MsgRemoveFromOutTxTracker; + + static fromJsonString(jsonString: string, options?: Partial): MsgRemoveFromOutTxTracker; + + static equals(a: MsgRemoveFromOutTxTracker | PlainMessage | undefined, b: MsgRemoveFromOutTxTracker | PlainMessage | undefined): boolean; +} + +/** + * legacy MsgVoteOutbound + * defined to keep codec compatibility + * + * @generated from message zetachain.zetacore.crosschain.MsgVoteOnObservedOutboundTx + */ +export declare class MsgVoteOnObservedOutboundTx extends Message { + /** + * @generated from field: string creator = 1; + */ + creator: string; + + /** + * @generated from field: string cctx_hash = 2; + */ + cctxHash: string; + + /** + * @generated from field: string observed_outTx_hash = 3; + */ + observedOutTxHash: string; + + /** + * @generated from field: uint64 observed_outTx_blockHeight = 4; + */ + observedOutTxBlockHeight: bigint; + + /** + * @generated from field: uint64 observed_outTx_gas_used = 10; + */ + observedOutTxGasUsed: bigint; + + /** + * @generated from field: string observed_outTx_effective_gas_price = 11; + */ + observedOutTxEffectiveGasPrice: string; + + /** + * @generated from field: uint64 observed_outTx_effective_gas_limit = 12; + */ + observedOutTxEffectiveGasLimit: bigint; + + /** + * @generated from field: string value_received = 5; + */ + valueReceived: string; + + /** + * @generated from field: zetachain.zetacore.pkg.chains.ReceiveStatus status = 6; + */ + status: ReceiveStatus; + + /** + * @generated from field: int64 outTx_chain = 7; + */ + outTxChain: bigint; + + /** + * @generated from field: uint64 outTx_tss_nonce = 8; + */ + outTxTssNonce: bigint; + + /** + * @generated from field: zetachain.zetacore.pkg.coin.CoinType coin_type = 9; + */ + coinType: CoinType; + + constructor(data?: PartialMessage); + + static readonly runtime: typeof proto3; + static readonly typeName = "zetachain.zetacore.crosschain.MsgVoteOnObservedOutboundTx"; + static readonly fields: FieldList; + + static fromBinary(bytes: Uint8Array, options?: Partial): MsgVoteOnObservedOutboundTx; + + static fromJson(jsonValue: JsonValue, options?: Partial): MsgVoteOnObservedOutboundTx; + + static fromJsonString(jsonString: string, options?: Partial): MsgVoteOnObservedOutboundTx; + + static equals(a: MsgVoteOnObservedOutboundTx | PlainMessage | undefined, b: MsgVoteOnObservedOutboundTx | PlainMessage | undefined): boolean; +} + +/** + * legacy MsgVoteInbound + * defined to keep codec compatibility + * + * @generated from message zetachain.zetacore.crosschain.MsgVoteOnObservedInboundTx + */ +export declare class MsgVoteOnObservedInboundTx extends Message { + /** + * @generated from field: string creator = 1; + */ + creator: string; + + /** + * @generated from field: string sender = 2; + */ + sender: string; + + /** + * @generated from field: int64 sender_chain_id = 3; + */ + senderChainId: bigint; + + /** + * @generated from field: string receiver = 4; + */ + receiver: string; + + /** + * @generated from field: int64 receiver_chain = 5; + */ + receiverChain: bigint; + + /** + * string zeta_burnt = 6; + * + * @generated from field: string amount = 6; + */ + amount: string; + + /** + * string mMint = 7; + * + * @generated from field: string message = 8; + */ + message: string; + + /** + * @generated from field: string in_tx_hash = 9; + */ + inTxHash: string; + + /** + * @generated from field: uint64 in_block_height = 10; + */ + inBlockHeight: bigint; + + /** + * @generated from field: uint64 gas_limit = 11; + */ + gasLimit: bigint; + + /** + * @generated from field: zetachain.zetacore.pkg.coin.CoinType coin_type = 12; + */ + coinType: CoinType; + + /** + * @generated from field: string tx_origin = 13; + */ + txOrigin: string; + + /** + * @generated from field: string asset = 14; + */ + asset: string; + + /** + * event index of the sent asset in the observed tx + * + * @generated from field: uint64 event_index = 15; + */ + eventIndex: bigint; + + constructor(data?: PartialMessage); + + static readonly runtime: typeof proto3; + static readonly typeName = "zetachain.zetacore.crosschain.MsgVoteOnObservedInboundTx"; + static readonly fields: FieldList; + + static fromBinary(bytes: Uint8Array, options?: Partial): MsgVoteOnObservedInboundTx; + + static fromJson(jsonValue: JsonValue, options?: Partial): MsgVoteOnObservedInboundTx; + + static fromJsonString(jsonString: string, options?: Partial): MsgVoteOnObservedInboundTx; + + static equals(a: MsgVoteOnObservedInboundTx | PlainMessage | undefined, b: MsgVoteOnObservedInboundTx | PlainMessage | undefined): boolean; +} + diff --git a/x/crosschain/types/legacy_msgs.pb.go b/x/crosschain/types/legacy_msgs.pb.go new file mode 100644 index 0000000000..4aa4ef0652 --- /dev/null +++ b/x/crosschain/types/legacy_msgs.pb.go @@ -0,0 +1,2671 @@ +// Code generated by protoc-gen-gogo. DO NOT EDIT. +// source: zetachain/zetacore/crosschain/legacy_msgs.proto + +package types + +import ( + fmt "fmt" + github_com_cosmos_cosmos_sdk_types "github.com/cosmos/cosmos-sdk/types" + _ "github.com/cosmos/gogoproto/gogoproto" + proto "github.com/cosmos/gogoproto/proto" + chains "github.com/zeta-chain/node/pkg/chains" + coin "github.com/zeta-chain/node/pkg/coin" + proofs "github.com/zeta-chain/node/pkg/proofs" + io "io" + math "math" + math_bits "math/bits" +) + +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package + +// legacy MsgAddOutboundTracker +// defined to keep codec compatibility +type MsgAddToOutTxTracker struct { + Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` + ChainId int64 `protobuf:"varint,2,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` + Nonce uint64 `protobuf:"varint,3,opt,name=nonce,proto3" json:"nonce,omitempty"` + TxHash string `protobuf:"bytes,4,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"` + Proof *proofs.Proof `protobuf:"bytes,5,opt,name=proof,proto3" json:"proof,omitempty"` + BlockHash string `protobuf:"bytes,6,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"` + TxIndex int64 `protobuf:"varint,7,opt,name=tx_index,json=txIndex,proto3" json:"tx_index,omitempty"` +} + +func (m *MsgAddToOutTxTracker) Reset() { *m = MsgAddToOutTxTracker{} } +func (m *MsgAddToOutTxTracker) String() string { return proto.CompactTextString(m) } +func (*MsgAddToOutTxTracker) ProtoMessage() {} +func (*MsgAddToOutTxTracker) Descriptor() ([]byte, []int) { + return fileDescriptor_246a7cc819884e07, []int{0} +} +func (m *MsgAddToOutTxTracker) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *MsgAddToOutTxTracker) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_MsgAddToOutTxTracker.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *MsgAddToOutTxTracker) XXX_Merge(src proto.Message) { + xxx_messageInfo_MsgAddToOutTxTracker.Merge(m, src) +} +func (m *MsgAddToOutTxTracker) XXX_Size() int { + return m.Size() +} +func (m *MsgAddToOutTxTracker) XXX_DiscardUnknown() { + xxx_messageInfo_MsgAddToOutTxTracker.DiscardUnknown(m) +} + +var xxx_messageInfo_MsgAddToOutTxTracker proto.InternalMessageInfo + +func (m *MsgAddToOutTxTracker) GetCreator() string { + if m != nil { + return m.Creator + } + return "" +} + +func (m *MsgAddToOutTxTracker) GetChainId() int64 { + if m != nil { + return m.ChainId + } + return 0 +} + +func (m *MsgAddToOutTxTracker) GetNonce() uint64 { + if m != nil { + return m.Nonce + } + return 0 +} + +func (m *MsgAddToOutTxTracker) GetTxHash() string { + if m != nil { + return m.TxHash + } + return "" +} + +func (m *MsgAddToOutTxTracker) GetProof() *proofs.Proof { + if m != nil { + return m.Proof + } + return nil +} + +func (m *MsgAddToOutTxTracker) GetBlockHash() string { + if m != nil { + return m.BlockHash + } + return "" +} + +func (m *MsgAddToOutTxTracker) GetTxIndex() int64 { + if m != nil { + return m.TxIndex + } + return 0 +} + +// legacy MsgAddInboundTracker +// defined to keep codec compatibility +type MsgAddToInTxTracker struct { + Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` + ChainId int64 `protobuf:"varint,2,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` + TxHash string `protobuf:"bytes,3,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"` + CoinType coin.CoinType `protobuf:"varint,4,opt,name=coin_type,json=coinType,proto3,enum=zetachain.zetacore.pkg.coin.CoinType" json:"coin_type,omitempty"` + Proof *proofs.Proof `protobuf:"bytes,5,opt,name=proof,proto3" json:"proof,omitempty"` + BlockHash string `protobuf:"bytes,6,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"` + TxIndex int64 `protobuf:"varint,7,opt,name=tx_index,json=txIndex,proto3" json:"tx_index,omitempty"` +} + +func (m *MsgAddToInTxTracker) Reset() { *m = MsgAddToInTxTracker{} } +func (m *MsgAddToInTxTracker) String() string { return proto.CompactTextString(m) } +func (*MsgAddToInTxTracker) ProtoMessage() {} +func (*MsgAddToInTxTracker) Descriptor() ([]byte, []int) { + return fileDescriptor_246a7cc819884e07, []int{1} +} +func (m *MsgAddToInTxTracker) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *MsgAddToInTxTracker) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_MsgAddToInTxTracker.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *MsgAddToInTxTracker) XXX_Merge(src proto.Message) { + xxx_messageInfo_MsgAddToInTxTracker.Merge(m, src) +} +func (m *MsgAddToInTxTracker) XXX_Size() int { + return m.Size() +} +func (m *MsgAddToInTxTracker) XXX_DiscardUnknown() { + xxx_messageInfo_MsgAddToInTxTracker.DiscardUnknown(m) +} + +var xxx_messageInfo_MsgAddToInTxTracker proto.InternalMessageInfo + +func (m *MsgAddToInTxTracker) GetCreator() string { + if m != nil { + return m.Creator + } + return "" +} + +func (m *MsgAddToInTxTracker) GetChainId() int64 { + if m != nil { + return m.ChainId + } + return 0 +} + +func (m *MsgAddToInTxTracker) GetTxHash() string { + if m != nil { + return m.TxHash + } + return "" +} + +func (m *MsgAddToInTxTracker) GetCoinType() coin.CoinType { + if m != nil { + return m.CoinType + } + return coin.CoinType_Zeta +} + +func (m *MsgAddToInTxTracker) GetProof() *proofs.Proof { + if m != nil { + return m.Proof + } + return nil +} + +func (m *MsgAddToInTxTracker) GetBlockHash() string { + if m != nil { + return m.BlockHash + } + return "" +} + +func (m *MsgAddToInTxTracker) GetTxIndex() int64 { + if m != nil { + return m.TxIndex + } + return 0 +} + +// legacy MsgRemoveOutboundTracker +// defined to keep codec compatibility +type MsgRemoveFromOutTxTracker struct { + Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` + ChainId int64 `protobuf:"varint,2,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` + Nonce uint64 `protobuf:"varint,3,opt,name=nonce,proto3" json:"nonce,omitempty"` +} + +func (m *MsgRemoveFromOutTxTracker) Reset() { *m = MsgRemoveFromOutTxTracker{} } +func (m *MsgRemoveFromOutTxTracker) String() string { return proto.CompactTextString(m) } +func (*MsgRemoveFromOutTxTracker) ProtoMessage() {} +func (*MsgRemoveFromOutTxTracker) Descriptor() ([]byte, []int) { + return fileDescriptor_246a7cc819884e07, []int{2} +} +func (m *MsgRemoveFromOutTxTracker) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *MsgRemoveFromOutTxTracker) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_MsgRemoveFromOutTxTracker.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *MsgRemoveFromOutTxTracker) XXX_Merge(src proto.Message) { + xxx_messageInfo_MsgRemoveFromOutTxTracker.Merge(m, src) +} +func (m *MsgRemoveFromOutTxTracker) XXX_Size() int { + return m.Size() +} +func (m *MsgRemoveFromOutTxTracker) XXX_DiscardUnknown() { + xxx_messageInfo_MsgRemoveFromOutTxTracker.DiscardUnknown(m) +} + +var xxx_messageInfo_MsgRemoveFromOutTxTracker proto.InternalMessageInfo + +func (m *MsgRemoveFromOutTxTracker) GetCreator() string { + if m != nil { + return m.Creator + } + return "" +} + +func (m *MsgRemoveFromOutTxTracker) GetChainId() int64 { + if m != nil { + return m.ChainId + } + return 0 +} + +func (m *MsgRemoveFromOutTxTracker) GetNonce() uint64 { + if m != nil { + return m.Nonce + } + return 0 +} + +// legacy MsgVoteOutbound +// defined to keep codec compatibility +type MsgVoteOnObservedOutboundTx struct { + Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` + CctxHash string `protobuf:"bytes,2,opt,name=cctx_hash,json=cctxHash,proto3" json:"cctx_hash,omitempty"` + ObservedOutTxHash string `protobuf:"bytes,3,opt,name=observed_outTx_hash,json=observedOutTxHash,proto3" json:"observed_outTx_hash,omitempty"` + ObservedOutTxBlockHeight uint64 `protobuf:"varint,4,opt,name=observed_outTx_blockHeight,json=observedOutTxBlockHeight,proto3" json:"observed_outTx_blockHeight,omitempty"` + ObservedOutTxGasUsed uint64 `protobuf:"varint,10,opt,name=observed_outTx_gas_used,json=observedOutTxGasUsed,proto3" json:"observed_outTx_gas_used,omitempty"` + ObservedOutTxEffectiveGasPrice github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,11,opt,name=observed_outTx_effective_gas_price,json=observedOutTxEffectiveGasPrice,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"observed_outTx_effective_gas_price"` + ObservedOutTxEffectiveGasLimit uint64 `protobuf:"varint,12,opt,name=observed_outTx_effective_gas_limit,json=observedOutTxEffectiveGasLimit,proto3" json:"observed_outTx_effective_gas_limit,omitempty"` + ValueReceived github_com_cosmos_cosmos_sdk_types.Uint `protobuf:"bytes,5,opt,name=value_received,json=valueReceived,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Uint" json:"value_received" yaml:"value_received"` + Status chains.ReceiveStatus `protobuf:"varint,6,opt,name=status,proto3,enum=zetachain.zetacore.pkg.chains.ReceiveStatus" json:"status,omitempty"` + OutTxChain int64 `protobuf:"varint,7,opt,name=outTx_chain,json=outTxChain,proto3" json:"outTx_chain,omitempty"` + OutTxTssNonce uint64 `protobuf:"varint,8,opt,name=outTx_tss_nonce,json=outTxTssNonce,proto3" json:"outTx_tss_nonce,omitempty"` + CoinType coin.CoinType `protobuf:"varint,9,opt,name=coin_type,json=coinType,proto3,enum=zetachain.zetacore.pkg.coin.CoinType" json:"coin_type,omitempty"` +} + +func (m *MsgVoteOnObservedOutboundTx) Reset() { *m = MsgVoteOnObservedOutboundTx{} } +func (m *MsgVoteOnObservedOutboundTx) String() string { return proto.CompactTextString(m) } +func (*MsgVoteOnObservedOutboundTx) ProtoMessage() {} +func (*MsgVoteOnObservedOutboundTx) Descriptor() ([]byte, []int) { + return fileDescriptor_246a7cc819884e07, []int{3} +} +func (m *MsgVoteOnObservedOutboundTx) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *MsgVoteOnObservedOutboundTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_MsgVoteOnObservedOutboundTx.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *MsgVoteOnObservedOutboundTx) XXX_Merge(src proto.Message) { + xxx_messageInfo_MsgVoteOnObservedOutboundTx.Merge(m, src) +} +func (m *MsgVoteOnObservedOutboundTx) XXX_Size() int { + return m.Size() +} +func (m *MsgVoteOnObservedOutboundTx) XXX_DiscardUnknown() { + xxx_messageInfo_MsgVoteOnObservedOutboundTx.DiscardUnknown(m) +} + +var xxx_messageInfo_MsgVoteOnObservedOutboundTx proto.InternalMessageInfo + +func (m *MsgVoteOnObservedOutboundTx) GetCreator() string { + if m != nil { + return m.Creator + } + return "" +} + +func (m *MsgVoteOnObservedOutboundTx) GetCctxHash() string { + if m != nil { + return m.CctxHash + } + return "" +} + +func (m *MsgVoteOnObservedOutboundTx) GetObservedOutTxHash() string { + if m != nil { + return m.ObservedOutTxHash + } + return "" +} + +func (m *MsgVoteOnObservedOutboundTx) GetObservedOutTxBlockHeight() uint64 { + if m != nil { + return m.ObservedOutTxBlockHeight + } + return 0 +} + +func (m *MsgVoteOnObservedOutboundTx) GetObservedOutTxGasUsed() uint64 { + if m != nil { + return m.ObservedOutTxGasUsed + } + return 0 +} + +func (m *MsgVoteOnObservedOutboundTx) GetObservedOutTxEffectiveGasLimit() uint64 { + if m != nil { + return m.ObservedOutTxEffectiveGasLimit + } + return 0 +} + +func (m *MsgVoteOnObservedOutboundTx) GetStatus() chains.ReceiveStatus { + if m != nil { + return m.Status + } + return chains.ReceiveStatus_created +} + +func (m *MsgVoteOnObservedOutboundTx) GetOutTxChain() int64 { + if m != nil { + return m.OutTxChain + } + return 0 +} + +func (m *MsgVoteOnObservedOutboundTx) GetOutTxTssNonce() uint64 { + if m != nil { + return m.OutTxTssNonce + } + return 0 +} + +func (m *MsgVoteOnObservedOutboundTx) GetCoinType() coin.CoinType { + if m != nil { + return m.CoinType + } + return coin.CoinType_Zeta +} + +// legacy MsgVoteInbound +// defined to keep codec compatibility +type MsgVoteOnObservedInboundTx struct { + Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` + Sender string `protobuf:"bytes,2,opt,name=sender,proto3" json:"sender,omitempty"` + SenderChainId int64 `protobuf:"varint,3,opt,name=sender_chain_id,json=senderChainId,proto3" json:"sender_chain_id,omitempty"` + Receiver string `protobuf:"bytes,4,opt,name=receiver,proto3" json:"receiver,omitempty"` + ReceiverChain int64 `protobuf:"varint,5,opt,name=receiver_chain,json=receiverChain,proto3" json:"receiver_chain,omitempty"` + // string zeta_burnt = 6; + Amount github_com_cosmos_cosmos_sdk_types.Uint `protobuf:"bytes,6,opt,name=amount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Uint" json:"amount"` + // string mMint = 7; + Message string `protobuf:"bytes,8,opt,name=message,proto3" json:"message,omitempty"` + InTxHash string `protobuf:"bytes,9,opt,name=in_tx_hash,json=inTxHash,proto3" json:"in_tx_hash,omitempty"` + InBlockHeight uint64 `protobuf:"varint,10,opt,name=in_block_height,json=inBlockHeight,proto3" json:"in_block_height,omitempty"` + GasLimit uint64 `protobuf:"varint,11,opt,name=gas_limit,json=gasLimit,proto3" json:"gas_limit,omitempty"` + CoinType coin.CoinType `protobuf:"varint,12,opt,name=coin_type,json=coinType,proto3,enum=zetachain.zetacore.pkg.coin.CoinType" json:"coin_type,omitempty"` + TxOrigin string `protobuf:"bytes,13,opt,name=tx_origin,json=txOrigin,proto3" json:"tx_origin,omitempty"` + Asset string `protobuf:"bytes,14,opt,name=asset,proto3" json:"asset,omitempty"` + // event index of the sent asset in the observed tx + EventIndex uint64 `protobuf:"varint,15,opt,name=event_index,json=eventIndex,proto3" json:"event_index,omitempty"` +} + +func (m *MsgVoteOnObservedInboundTx) Reset() { *m = MsgVoteOnObservedInboundTx{} } +func (m *MsgVoteOnObservedInboundTx) String() string { return proto.CompactTextString(m) } +func (*MsgVoteOnObservedInboundTx) ProtoMessage() {} +func (*MsgVoteOnObservedInboundTx) Descriptor() ([]byte, []int) { + return fileDescriptor_246a7cc819884e07, []int{4} +} +func (m *MsgVoteOnObservedInboundTx) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *MsgVoteOnObservedInboundTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_MsgVoteOnObservedInboundTx.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *MsgVoteOnObservedInboundTx) XXX_Merge(src proto.Message) { + xxx_messageInfo_MsgVoteOnObservedInboundTx.Merge(m, src) +} +func (m *MsgVoteOnObservedInboundTx) XXX_Size() int { + return m.Size() +} +func (m *MsgVoteOnObservedInboundTx) XXX_DiscardUnknown() { + xxx_messageInfo_MsgVoteOnObservedInboundTx.DiscardUnknown(m) +} + +var xxx_messageInfo_MsgVoteOnObservedInboundTx proto.InternalMessageInfo + +func (m *MsgVoteOnObservedInboundTx) GetCreator() string { + if m != nil { + return m.Creator + } + return "" +} + +func (m *MsgVoteOnObservedInboundTx) GetSender() string { + if m != nil { + return m.Sender + } + return "" +} + +func (m *MsgVoteOnObservedInboundTx) GetSenderChainId() int64 { + if m != nil { + return m.SenderChainId + } + return 0 +} + +func (m *MsgVoteOnObservedInboundTx) GetReceiver() string { + if m != nil { + return m.Receiver + } + return "" +} + +func (m *MsgVoteOnObservedInboundTx) GetReceiverChain() int64 { + if m != nil { + return m.ReceiverChain + } + return 0 +} + +func (m *MsgVoteOnObservedInboundTx) GetMessage() string { + if m != nil { + return m.Message + } + return "" +} + +func (m *MsgVoteOnObservedInboundTx) GetInTxHash() string { + if m != nil { + return m.InTxHash + } + return "" +} + +func (m *MsgVoteOnObservedInboundTx) GetInBlockHeight() uint64 { + if m != nil { + return m.InBlockHeight + } + return 0 +} + +func (m *MsgVoteOnObservedInboundTx) GetGasLimit() uint64 { + if m != nil { + return m.GasLimit + } + return 0 +} + +func (m *MsgVoteOnObservedInboundTx) GetCoinType() coin.CoinType { + if m != nil { + return m.CoinType + } + return coin.CoinType_Zeta +} + +func (m *MsgVoteOnObservedInboundTx) GetTxOrigin() string { + if m != nil { + return m.TxOrigin + } + return "" +} + +func (m *MsgVoteOnObservedInboundTx) GetAsset() string { + if m != nil { + return m.Asset + } + return "" +} + +func (m *MsgVoteOnObservedInboundTx) GetEventIndex() uint64 { + if m != nil { + return m.EventIndex + } + return 0 +} + +func init() { + proto.RegisterType((*MsgAddToOutTxTracker)(nil), "zetachain.zetacore.crosschain.MsgAddToOutTxTracker") + proto.RegisterType((*MsgAddToInTxTracker)(nil), "zetachain.zetacore.crosschain.MsgAddToInTxTracker") + proto.RegisterType((*MsgRemoveFromOutTxTracker)(nil), "zetachain.zetacore.crosschain.MsgRemoveFromOutTxTracker") + proto.RegisterType((*MsgVoteOnObservedOutboundTx)(nil), "zetachain.zetacore.crosschain.MsgVoteOnObservedOutboundTx") + proto.RegisterType((*MsgVoteOnObservedInboundTx)(nil), "zetachain.zetacore.crosschain.MsgVoteOnObservedInboundTx") +} + +func init() { + proto.RegisterFile("zetachain/zetacore/crosschain/legacy_msgs.proto", fileDescriptor_246a7cc819884e07) +} + +var fileDescriptor_246a7cc819884e07 = []byte{ + // 932 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x55, 0x4f, 0x6f, 0xe3, 0x44, + 0x14, 0xaf, 0xfb, 0x27, 0x8d, 0x5f, 0x37, 0xa9, 0xf0, 0x16, 0xd6, 0x4d, 0xd9, 0xb4, 0x8a, 0xd8, + 0x52, 0x21, 0xea, 0x48, 0x45, 0x70, 0x58, 0x71, 0x21, 0x05, 0xba, 0x41, 0x94, 0xac, 0x4c, 0x96, + 0x03, 0x17, 0x6b, 0x62, 0x4f, 0x9c, 0x51, 0xe2, 0x99, 0xc8, 0x33, 0x89, 0xdc, 0xbd, 0x73, 0xe7, + 0xc6, 0x89, 0xef, 0xb3, 0xc7, 0x3d, 0x22, 0x0e, 0x15, 0x6a, 0xbf, 0x00, 0xe2, 0x13, 0x20, 0xbf, + 0x19, 0xb7, 0x49, 0xd9, 0xb4, 0x50, 0x84, 0xb8, 0x78, 0xe6, 0x3d, 0xbf, 0xdf, 0x9b, 0xf7, 0xde, + 0xbc, 0xdf, 0x1b, 0x68, 0xbe, 0xa4, 0x8a, 0x84, 0x03, 0xc2, 0xb8, 0xde, 0x89, 0x94, 0x36, 0xc3, + 0x54, 0x48, 0xa9, 0x75, 0x23, 0x1a, 0x93, 0xf0, 0x2c, 0x48, 0x64, 0x2c, 0xbd, 0x71, 0x2a, 0x94, + 0x70, 0x1e, 0x5f, 0x01, 0xbc, 0x02, 0xe0, 0x5d, 0x03, 0x6a, 0x5b, 0xb1, 0x88, 0x05, 0x5a, 0x36, + 0xf3, 0x9d, 0x06, 0xd5, 0x3e, 0x78, 0xc3, 0x29, 0xe3, 0x61, 0xdc, 0x44, 0x95, 0x34, 0x8b, 0xb1, + 0xdd, 0x5f, 0x64, 0x2b, 0x18, 0xc7, 0xcf, 0x1d, 0x3e, 0xc7, 0xa9, 0x10, 0x7d, 0x69, 0x16, 0x63, + 0xfb, 0xc9, 0xed, 0x59, 0xa6, 0x44, 0xd1, 0x60, 0xc4, 0x12, 0xa6, 0x68, 0x1a, 0xf4, 0x47, 0xa4, + 0x48, 0xb6, 0x76, 0x74, 0x3b, 0x0e, 0xb7, 0x01, 0xee, 0x03, 0x95, 0x69, 0x4c, 0xe3, 0x77, 0x0b, + 0xb6, 0x4e, 0x65, 0xfc, 0x59, 0x14, 0x75, 0x45, 0x67, 0xa2, 0xba, 0x59, 0x37, 0x25, 0xe1, 0x90, + 0xa6, 0x8e, 0x0b, 0xeb, 0x61, 0x4a, 0x89, 0x12, 0xa9, 0x6b, 0xed, 0x59, 0x07, 0xb6, 0x5f, 0x88, + 0xce, 0x36, 0x94, 0xb5, 0x13, 0x16, 0xb9, 0xcb, 0x7b, 0xd6, 0xc1, 0x8a, 0xbf, 0x8e, 0x72, 0x3b, + 0x72, 0xb6, 0x60, 0x8d, 0x0b, 0x1e, 0x52, 0x77, 0x65, 0xcf, 0x3a, 0x58, 0xf5, 0xb5, 0xe0, 0x3c, + 0x82, 0x75, 0x95, 0x05, 0x03, 0x22, 0x07, 0xee, 0x2a, 0xba, 0x2a, 0xa9, 0xec, 0x19, 0x91, 0x03, + 0xe7, 0x29, 0xac, 0x61, 0xe2, 0xee, 0xda, 0x9e, 0x75, 0xb0, 0x71, 0xf4, 0x9e, 0xf7, 0x86, 0xdb, + 0x1a, 0x0f, 0x63, 0xcf, 0x54, 0xe7, 0x79, 0xbe, 0xf8, 0x1a, 0xe2, 0x3c, 0x06, 0xe8, 0x8d, 0x44, + 0x38, 0xd4, 0x7e, 0x4b, 0xe8, 0xd7, 0x46, 0x0d, 0xba, 0xde, 0x86, 0xb2, 0xca, 0x02, 0xc6, 0x23, + 0x9a, 0xb9, 0xeb, 0x3a, 0x48, 0x95, 0xb5, 0x73, 0xb1, 0xf1, 0xf3, 0x32, 0x3c, 0x2c, 0x52, 0x6e, + 0xf3, 0x7f, 0x99, 0xf1, 0x4c, 0x6e, 0x2b, 0x73, 0xb9, 0xb5, 0xc0, 0xce, 0xaf, 0x3f, 0x50, 0x67, + 0x63, 0x8a, 0x69, 0x57, 0x8f, 0x9e, 0x2c, 0xca, 0x0f, 0xfb, 0xe4, 0x58, 0x30, 0xde, 0x3d, 0x1b, + 0x53, 0xbf, 0x1c, 0x9a, 0xdd, 0xff, 0x54, 0x9f, 0x3e, 0x6c, 0x9f, 0xca, 0xd8, 0xa7, 0x89, 0x98, + 0xd2, 0x2f, 0x53, 0x91, 0xfc, 0x47, 0x6d, 0xd1, 0xf8, 0xa1, 0x04, 0x3b, 0xa7, 0x32, 0xfe, 0x4e, + 0x28, 0xda, 0xe1, 0x9d, 0x9e, 0xa4, 0xe9, 0x94, 0x46, 0x9d, 0x89, 0xea, 0x89, 0x09, 0x8f, 0xba, + 0xd9, 0x2d, 0x47, 0xed, 0x80, 0x1d, 0x86, 0x45, 0xd9, 0x97, 0xf1, 0x5f, 0x39, 0x57, 0x60, 0x66, + 0x1e, 0x3c, 0x14, 0xc6, 0x59, 0x20, 0xf2, 0xd0, 0x67, 0x6f, 0xe7, 0x2d, 0x71, 0x7d, 0x4e, 0x57, + 0xdb, 0x7f, 0x0a, 0xb5, 0x1b, 0xf6, 0xba, 0x4a, 0x94, 0xc5, 0x03, 0x85, 0x37, 0xb7, 0xea, 0xbb, + 0x73, 0xb0, 0xd6, 0xf5, 0x7f, 0xe7, 0x63, 0x78, 0x74, 0x03, 0x1d, 0x13, 0x19, 0x4c, 0x24, 0x8d, + 0x5c, 0x40, 0xe8, 0xd6, 0x1c, 0xf4, 0x84, 0xc8, 0x17, 0x92, 0x46, 0xce, 0x4b, 0x68, 0xdc, 0x80, + 0xd1, 0x7e, 0x9f, 0x86, 0x8a, 0x4d, 0x29, 0x3a, 0x18, 0xa7, 0x2c, 0xa4, 0xee, 0x46, 0x1e, 0x73, + 0xcb, 0x7b, 0x75, 0xbe, 0xbb, 0xf4, 0xeb, 0xf9, 0xee, 0x7e, 0xcc, 0xd4, 0x60, 0xd2, 0xf3, 0x42, + 0x91, 0x34, 0x43, 0x21, 0x13, 0x21, 0xcd, 0x72, 0x28, 0xa3, 0x61, 0x33, 0xef, 0x33, 0xe9, 0xb5, + 0xb9, 0xf2, 0xeb, 0x73, 0x27, 0x7e, 0x51, 0xf8, 0x3d, 0x21, 0xf2, 0x79, 0xee, 0xd5, 0xf9, 0xea, + 0x8e, 0xb3, 0x71, 0xb4, 0xb8, 0x0f, 0x30, 0xfa, 0xc5, 0xbe, 0xbe, 0xce, 0xad, 0x1c, 0x01, 0xd5, + 0x29, 0x19, 0x4d, 0x68, 0x90, 0xd2, 0x90, 0xb2, 0x29, 0x8d, 0xb0, 0x55, 0xed, 0xd6, 0x33, 0x13, + 0xf3, 0xfb, 0x7f, 0x23, 0xe6, 0x17, 0x8c, 0xab, 0x3f, 0xce, 0x77, 0xdf, 0x3e, 0x23, 0xc9, 0xe8, + 0x69, 0x63, 0xde, 0x5d, 0xc3, 0xaf, 0xa0, 0xc2, 0x37, 0xb2, 0xf3, 0x39, 0x94, 0xa4, 0x22, 0x6a, + 0x22, 0xb1, 0xa5, 0xab, 0x47, 0x1f, 0x2e, 0xe4, 0x94, 0x9e, 0xd2, 0x06, 0xf8, 0x2d, 0x62, 0x7c, + 0x83, 0x75, 0x76, 0x61, 0x43, 0x67, 0x8e, 0x56, 0x86, 0x00, 0x80, 0xaa, 0xe3, 0x5c, 0xe3, 0xec, + 0xc3, 0xa6, 0x36, 0x50, 0x52, 0x06, 0xba, 0x77, 0xcb, 0x58, 0x90, 0x0a, 0xaa, 0xbb, 0x52, 0x7e, + 0x83, 0xa3, 0x6d, 0x8e, 0xe5, 0xf6, 0xbd, 0x58, 0xde, 0xf8, 0x69, 0x15, 0x6a, 0x7f, 0xe1, 0x41, + 0x9b, 0xdf, 0x4d, 0x83, 0x77, 0xa0, 0x24, 0x29, 0x8f, 0x68, 0x6a, 0x38, 0x60, 0xa4, 0x3c, 0x78, + 0xbd, 0x0b, 0xae, 0x08, 0xb9, 0x82, 0x19, 0x56, 0xb4, 0xfa, 0xd8, 0xd0, 0xb2, 0x06, 0x65, 0x53, + 0xe7, 0xd4, 0x0c, 0xe6, 0x2b, 0xd9, 0x79, 0x02, 0xd5, 0x62, 0x6f, 0x8a, 0xb4, 0xa6, 0x5d, 0x14, + 0x5a, 0x5d, 0xa7, 0x13, 0x28, 0x91, 0x44, 0x4c, 0xb8, 0xd2, 0x13, 0xa6, 0xd5, 0xfc, 0x87, 0xf7, + 0xee, 0x1b, 0x78, 0x9e, 0x65, 0x42, 0xa5, 0x24, 0xb1, 0x2e, 0xb4, 0xed, 0x17, 0xa2, 0xf3, 0x2e, + 0x00, 0x3e, 0x58, 0x9a, 0xc6, 0xb6, 0x8e, 0x93, 0x71, 0xc3, 0xde, 0x7d, 0xd8, 0x64, 0x3c, 0x30, + 0x93, 0x4e, 0x53, 0x56, 0xf3, 0xae, 0xc2, 0xf8, 0x2c, 0x4f, 0x77, 0xc0, 0xbe, 0xee, 0xed, 0x0d, + 0xb4, 0x28, 0xc7, 0x45, 0x17, 0xcf, 0xdd, 0xe2, 0x83, 0xfb, 0xcd, 0xea, 0x1d, 0xb0, 0x55, 0x16, + 0x88, 0x94, 0xc5, 0x8c, 0xbb, 0x15, 0x1d, 0xa5, 0xca, 0x3a, 0x28, 0xe7, 0x03, 0x90, 0x48, 0x49, + 0x95, 0x5b, 0xc5, 0x1f, 0x5a, 0xc8, 0xbb, 0x90, 0x4e, 0x29, 0x57, 0x66, 0x0c, 0x6f, 0x62, 0x54, + 0x80, 0x2a, 0x9c, 0xc4, 0xad, 0x93, 0x57, 0x17, 0x75, 0xeb, 0xf5, 0x45, 0xdd, 0xfa, 0xed, 0xa2, + 0x6e, 0xfd, 0x78, 0x59, 0x5f, 0x7a, 0x7d, 0x59, 0x5f, 0xfa, 0xe5, 0xb2, 0xbe, 0xf4, 0xfd, 0xe1, + 0x4c, 0x7d, 0xf3, 0xf0, 0x0e, 0xf5, 0x13, 0xcf, 0x45, 0x44, 0x9b, 0xd9, 0xec, 0xa3, 0x8f, 0xa5, + 0xee, 0x95, 0xf0, 0xb1, 0xff, 0xe8, 0xcf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x33, 0x35, 0x71, 0x81, + 0x40, 0x09, 0x00, 0x00, +} + +func (m *MsgAddToOutTxTracker) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *MsgAddToOutTxTracker) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *MsgAddToOutTxTracker) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.TxIndex != 0 { + i = encodeVarintLegacyMsgs(dAtA, i, uint64(m.TxIndex)) + i-- + dAtA[i] = 0x38 + } + if len(m.BlockHash) > 0 { + i -= len(m.BlockHash) + copy(dAtA[i:], m.BlockHash) + i = encodeVarintLegacyMsgs(dAtA, i, uint64(len(m.BlockHash))) + i-- + dAtA[i] = 0x32 + } + if m.Proof != nil { + { + size, err := m.Proof.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintLegacyMsgs(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x2a + } + if len(m.TxHash) > 0 { + i -= len(m.TxHash) + copy(dAtA[i:], m.TxHash) + i = encodeVarintLegacyMsgs(dAtA, i, uint64(len(m.TxHash))) + i-- + dAtA[i] = 0x22 + } + if m.Nonce != 0 { + i = encodeVarintLegacyMsgs(dAtA, i, uint64(m.Nonce)) + i-- + dAtA[i] = 0x18 + } + if m.ChainId != 0 { + i = encodeVarintLegacyMsgs(dAtA, i, uint64(m.ChainId)) + i-- + dAtA[i] = 0x10 + } + if len(m.Creator) > 0 { + i -= len(m.Creator) + copy(dAtA[i:], m.Creator) + i = encodeVarintLegacyMsgs(dAtA, i, uint64(len(m.Creator))) + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil +} + +func (m *MsgAddToInTxTracker) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *MsgAddToInTxTracker) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *MsgAddToInTxTracker) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.TxIndex != 0 { + i = encodeVarintLegacyMsgs(dAtA, i, uint64(m.TxIndex)) + i-- + dAtA[i] = 0x38 + } + if len(m.BlockHash) > 0 { + i -= len(m.BlockHash) + copy(dAtA[i:], m.BlockHash) + i = encodeVarintLegacyMsgs(dAtA, i, uint64(len(m.BlockHash))) + i-- + dAtA[i] = 0x32 + } + if m.Proof != nil { + { + size, err := m.Proof.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintLegacyMsgs(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x2a + } + if m.CoinType != 0 { + i = encodeVarintLegacyMsgs(dAtA, i, uint64(m.CoinType)) + i-- + dAtA[i] = 0x20 + } + if len(m.TxHash) > 0 { + i -= len(m.TxHash) + copy(dAtA[i:], m.TxHash) + i = encodeVarintLegacyMsgs(dAtA, i, uint64(len(m.TxHash))) + i-- + dAtA[i] = 0x1a + } + if m.ChainId != 0 { + i = encodeVarintLegacyMsgs(dAtA, i, uint64(m.ChainId)) + i-- + dAtA[i] = 0x10 + } + if len(m.Creator) > 0 { + i -= len(m.Creator) + copy(dAtA[i:], m.Creator) + i = encodeVarintLegacyMsgs(dAtA, i, uint64(len(m.Creator))) + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil +} + +func (m *MsgRemoveFromOutTxTracker) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *MsgRemoveFromOutTxTracker) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *MsgRemoveFromOutTxTracker) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.Nonce != 0 { + i = encodeVarintLegacyMsgs(dAtA, i, uint64(m.Nonce)) + i-- + dAtA[i] = 0x18 + } + if m.ChainId != 0 { + i = encodeVarintLegacyMsgs(dAtA, i, uint64(m.ChainId)) + i-- + dAtA[i] = 0x10 + } + if len(m.Creator) > 0 { + i -= len(m.Creator) + copy(dAtA[i:], m.Creator) + i = encodeVarintLegacyMsgs(dAtA, i, uint64(len(m.Creator))) + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil +} + +func (m *MsgVoteOnObservedOutboundTx) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *MsgVoteOnObservedOutboundTx) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *MsgVoteOnObservedOutboundTx) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.ObservedOutTxEffectiveGasLimit != 0 { + i = encodeVarintLegacyMsgs(dAtA, i, uint64(m.ObservedOutTxEffectiveGasLimit)) + i-- + dAtA[i] = 0x60 + } + { + size := m.ObservedOutTxEffectiveGasPrice.Size() + i -= size + if _, err := m.ObservedOutTxEffectiveGasPrice.MarshalTo(dAtA[i:]); err != nil { + return 0, err + } + i = encodeVarintLegacyMsgs(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x5a + if m.ObservedOutTxGasUsed != 0 { + i = encodeVarintLegacyMsgs(dAtA, i, uint64(m.ObservedOutTxGasUsed)) + i-- + dAtA[i] = 0x50 + } + if m.CoinType != 0 { + i = encodeVarintLegacyMsgs(dAtA, i, uint64(m.CoinType)) + i-- + dAtA[i] = 0x48 + } + if m.OutTxTssNonce != 0 { + i = encodeVarintLegacyMsgs(dAtA, i, uint64(m.OutTxTssNonce)) + i-- + dAtA[i] = 0x40 + } + if m.OutTxChain != 0 { + i = encodeVarintLegacyMsgs(dAtA, i, uint64(m.OutTxChain)) + i-- + dAtA[i] = 0x38 + } + if m.Status != 0 { + i = encodeVarintLegacyMsgs(dAtA, i, uint64(m.Status)) + i-- + dAtA[i] = 0x30 + } + { + size := m.ValueReceived.Size() + i -= size + if _, err := m.ValueReceived.MarshalTo(dAtA[i:]); err != nil { + return 0, err + } + i = encodeVarintLegacyMsgs(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x2a + if m.ObservedOutTxBlockHeight != 0 { + i = encodeVarintLegacyMsgs(dAtA, i, uint64(m.ObservedOutTxBlockHeight)) + i-- + dAtA[i] = 0x20 + } + if len(m.ObservedOutTxHash) > 0 { + i -= len(m.ObservedOutTxHash) + copy(dAtA[i:], m.ObservedOutTxHash) + i = encodeVarintLegacyMsgs(dAtA, i, uint64(len(m.ObservedOutTxHash))) + i-- + dAtA[i] = 0x1a + } + if len(m.CctxHash) > 0 { + i -= len(m.CctxHash) + copy(dAtA[i:], m.CctxHash) + i = encodeVarintLegacyMsgs(dAtA, i, uint64(len(m.CctxHash))) + i-- + dAtA[i] = 0x12 + } + if len(m.Creator) > 0 { + i -= len(m.Creator) + copy(dAtA[i:], m.Creator) + i = encodeVarintLegacyMsgs(dAtA, i, uint64(len(m.Creator))) + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil +} + +func (m *MsgVoteOnObservedInboundTx) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *MsgVoteOnObservedInboundTx) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *MsgVoteOnObservedInboundTx) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.EventIndex != 0 { + i = encodeVarintLegacyMsgs(dAtA, i, uint64(m.EventIndex)) + i-- + dAtA[i] = 0x78 + } + if len(m.Asset) > 0 { + i -= len(m.Asset) + copy(dAtA[i:], m.Asset) + i = encodeVarintLegacyMsgs(dAtA, i, uint64(len(m.Asset))) + i-- + dAtA[i] = 0x72 + } + if len(m.TxOrigin) > 0 { + i -= len(m.TxOrigin) + copy(dAtA[i:], m.TxOrigin) + i = encodeVarintLegacyMsgs(dAtA, i, uint64(len(m.TxOrigin))) + i-- + dAtA[i] = 0x6a + } + if m.CoinType != 0 { + i = encodeVarintLegacyMsgs(dAtA, i, uint64(m.CoinType)) + i-- + dAtA[i] = 0x60 + } + if m.GasLimit != 0 { + i = encodeVarintLegacyMsgs(dAtA, i, uint64(m.GasLimit)) + i-- + dAtA[i] = 0x58 + } + if m.InBlockHeight != 0 { + i = encodeVarintLegacyMsgs(dAtA, i, uint64(m.InBlockHeight)) + i-- + dAtA[i] = 0x50 + } + if len(m.InTxHash) > 0 { + i -= len(m.InTxHash) + copy(dAtA[i:], m.InTxHash) + i = encodeVarintLegacyMsgs(dAtA, i, uint64(len(m.InTxHash))) + i-- + dAtA[i] = 0x4a + } + if len(m.Message) > 0 { + i -= len(m.Message) + copy(dAtA[i:], m.Message) + i = encodeVarintLegacyMsgs(dAtA, i, uint64(len(m.Message))) + i-- + dAtA[i] = 0x42 + } + { + size := m.Amount.Size() + i -= size + if _, err := m.Amount.MarshalTo(dAtA[i:]); err != nil { + return 0, err + } + i = encodeVarintLegacyMsgs(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x32 + if m.ReceiverChain != 0 { + i = encodeVarintLegacyMsgs(dAtA, i, uint64(m.ReceiverChain)) + i-- + dAtA[i] = 0x28 + } + if len(m.Receiver) > 0 { + i -= len(m.Receiver) + copy(dAtA[i:], m.Receiver) + i = encodeVarintLegacyMsgs(dAtA, i, uint64(len(m.Receiver))) + i-- + dAtA[i] = 0x22 + } + if m.SenderChainId != 0 { + i = encodeVarintLegacyMsgs(dAtA, i, uint64(m.SenderChainId)) + i-- + dAtA[i] = 0x18 + } + if len(m.Sender) > 0 { + i -= len(m.Sender) + copy(dAtA[i:], m.Sender) + i = encodeVarintLegacyMsgs(dAtA, i, uint64(len(m.Sender))) + i-- + dAtA[i] = 0x12 + } + if len(m.Creator) > 0 { + i -= len(m.Creator) + copy(dAtA[i:], m.Creator) + i = encodeVarintLegacyMsgs(dAtA, i, uint64(len(m.Creator))) + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil +} + +func encodeVarintLegacyMsgs(dAtA []byte, offset int, v uint64) int { + offset -= sovLegacyMsgs(v) + base := offset + for v >= 1<<7 { + dAtA[offset] = uint8(v&0x7f | 0x80) + v >>= 7 + offset++ + } + dAtA[offset] = uint8(v) + return base +} +func (m *MsgAddToOutTxTracker) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + l = len(m.Creator) + if l > 0 { + n += 1 + l + sovLegacyMsgs(uint64(l)) + } + if m.ChainId != 0 { + n += 1 + sovLegacyMsgs(uint64(m.ChainId)) + } + if m.Nonce != 0 { + n += 1 + sovLegacyMsgs(uint64(m.Nonce)) + } + l = len(m.TxHash) + if l > 0 { + n += 1 + l + sovLegacyMsgs(uint64(l)) + } + if m.Proof != nil { + l = m.Proof.Size() + n += 1 + l + sovLegacyMsgs(uint64(l)) + } + l = len(m.BlockHash) + if l > 0 { + n += 1 + l + sovLegacyMsgs(uint64(l)) + } + if m.TxIndex != 0 { + n += 1 + sovLegacyMsgs(uint64(m.TxIndex)) + } + return n +} + +func (m *MsgAddToInTxTracker) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + l = len(m.Creator) + if l > 0 { + n += 1 + l + sovLegacyMsgs(uint64(l)) + } + if m.ChainId != 0 { + n += 1 + sovLegacyMsgs(uint64(m.ChainId)) + } + l = len(m.TxHash) + if l > 0 { + n += 1 + l + sovLegacyMsgs(uint64(l)) + } + if m.CoinType != 0 { + n += 1 + sovLegacyMsgs(uint64(m.CoinType)) + } + if m.Proof != nil { + l = m.Proof.Size() + n += 1 + l + sovLegacyMsgs(uint64(l)) + } + l = len(m.BlockHash) + if l > 0 { + n += 1 + l + sovLegacyMsgs(uint64(l)) + } + if m.TxIndex != 0 { + n += 1 + sovLegacyMsgs(uint64(m.TxIndex)) + } + return n +} + +func (m *MsgRemoveFromOutTxTracker) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + l = len(m.Creator) + if l > 0 { + n += 1 + l + sovLegacyMsgs(uint64(l)) + } + if m.ChainId != 0 { + n += 1 + sovLegacyMsgs(uint64(m.ChainId)) + } + if m.Nonce != 0 { + n += 1 + sovLegacyMsgs(uint64(m.Nonce)) + } + return n +} + +func (m *MsgVoteOnObservedOutboundTx) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + l = len(m.Creator) + if l > 0 { + n += 1 + l + sovLegacyMsgs(uint64(l)) + } + l = len(m.CctxHash) + if l > 0 { + n += 1 + l + sovLegacyMsgs(uint64(l)) + } + l = len(m.ObservedOutTxHash) + if l > 0 { + n += 1 + l + sovLegacyMsgs(uint64(l)) + } + if m.ObservedOutTxBlockHeight != 0 { + n += 1 + sovLegacyMsgs(uint64(m.ObservedOutTxBlockHeight)) + } + l = m.ValueReceived.Size() + n += 1 + l + sovLegacyMsgs(uint64(l)) + if m.Status != 0 { + n += 1 + sovLegacyMsgs(uint64(m.Status)) + } + if m.OutTxChain != 0 { + n += 1 + sovLegacyMsgs(uint64(m.OutTxChain)) + } + if m.OutTxTssNonce != 0 { + n += 1 + sovLegacyMsgs(uint64(m.OutTxTssNonce)) + } + if m.CoinType != 0 { + n += 1 + sovLegacyMsgs(uint64(m.CoinType)) + } + if m.ObservedOutTxGasUsed != 0 { + n += 1 + sovLegacyMsgs(uint64(m.ObservedOutTxGasUsed)) + } + l = m.ObservedOutTxEffectiveGasPrice.Size() + n += 1 + l + sovLegacyMsgs(uint64(l)) + if m.ObservedOutTxEffectiveGasLimit != 0 { + n += 1 + sovLegacyMsgs(uint64(m.ObservedOutTxEffectiveGasLimit)) + } + return n +} + +func (m *MsgVoteOnObservedInboundTx) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + l = len(m.Creator) + if l > 0 { + n += 1 + l + sovLegacyMsgs(uint64(l)) + } + l = len(m.Sender) + if l > 0 { + n += 1 + l + sovLegacyMsgs(uint64(l)) + } + if m.SenderChainId != 0 { + n += 1 + sovLegacyMsgs(uint64(m.SenderChainId)) + } + l = len(m.Receiver) + if l > 0 { + n += 1 + l + sovLegacyMsgs(uint64(l)) + } + if m.ReceiverChain != 0 { + n += 1 + sovLegacyMsgs(uint64(m.ReceiverChain)) + } + l = m.Amount.Size() + n += 1 + l + sovLegacyMsgs(uint64(l)) + l = len(m.Message) + if l > 0 { + n += 1 + l + sovLegacyMsgs(uint64(l)) + } + l = len(m.InTxHash) + if l > 0 { + n += 1 + l + sovLegacyMsgs(uint64(l)) + } + if m.InBlockHeight != 0 { + n += 1 + sovLegacyMsgs(uint64(m.InBlockHeight)) + } + if m.GasLimit != 0 { + n += 1 + sovLegacyMsgs(uint64(m.GasLimit)) + } + if m.CoinType != 0 { + n += 1 + sovLegacyMsgs(uint64(m.CoinType)) + } + l = len(m.TxOrigin) + if l > 0 { + n += 1 + l + sovLegacyMsgs(uint64(l)) + } + l = len(m.Asset) + if l > 0 { + n += 1 + l + sovLegacyMsgs(uint64(l)) + } + if m.EventIndex != 0 { + n += 1 + sovLegacyMsgs(uint64(m.EventIndex)) + } + return n +} + +func sovLegacyMsgs(x uint64) (n int) { + return (math_bits.Len64(x|1) + 6) / 7 +} +func sozLegacyMsgs(x uint64) (n int) { + return sovLegacyMsgs(uint64((x << 1) ^ uint64((int64(x) >> 63)))) +} +func (m *MsgAddToOutTxTracker) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: MsgAddToOutTxTracker: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: MsgAddToOutTxTracker: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Creator", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthLegacyMsgs + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthLegacyMsgs + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Creator = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 2: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field ChainId", wireType) + } + m.ChainId = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.ChainId |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 3: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field Nonce", wireType) + } + m.Nonce = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.Nonce |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 4: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field TxHash", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthLegacyMsgs + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthLegacyMsgs + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.TxHash = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 5: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Proof", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthLegacyMsgs + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthLegacyMsgs + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.Proof == nil { + m.Proof = &proofs.Proof{} + } + if err := m.Proof.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 6: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field BlockHash", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthLegacyMsgs + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthLegacyMsgs + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.BlockHash = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 7: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field TxIndex", wireType) + } + m.TxIndex = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.TxIndex |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } + default: + iNdEx = preIndex + skippy, err := skipLegacyMsgs(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthLegacyMsgs + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *MsgAddToInTxTracker) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: MsgAddToInTxTracker: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: MsgAddToInTxTracker: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Creator", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthLegacyMsgs + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthLegacyMsgs + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Creator = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 2: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field ChainId", wireType) + } + m.ChainId = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.ChainId |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 3: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field TxHash", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthLegacyMsgs + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthLegacyMsgs + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.TxHash = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 4: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field CoinType", wireType) + } + m.CoinType = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.CoinType |= coin.CoinType(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 5: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Proof", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthLegacyMsgs + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthLegacyMsgs + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.Proof == nil { + m.Proof = &proofs.Proof{} + } + if err := m.Proof.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 6: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field BlockHash", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthLegacyMsgs + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthLegacyMsgs + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.BlockHash = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 7: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field TxIndex", wireType) + } + m.TxIndex = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.TxIndex |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } + default: + iNdEx = preIndex + skippy, err := skipLegacyMsgs(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthLegacyMsgs + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *MsgRemoveFromOutTxTracker) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: MsgRemoveFromOutTxTracker: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: MsgRemoveFromOutTxTracker: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Creator", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthLegacyMsgs + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthLegacyMsgs + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Creator = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 2: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field ChainId", wireType) + } + m.ChainId = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.ChainId |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 3: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field Nonce", wireType) + } + m.Nonce = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.Nonce |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + default: + iNdEx = preIndex + skippy, err := skipLegacyMsgs(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthLegacyMsgs + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *MsgVoteOnObservedOutboundTx) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: MsgVoteOnObservedOutboundTx: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: MsgVoteOnObservedOutboundTx: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Creator", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthLegacyMsgs + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthLegacyMsgs + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Creator = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field CctxHash", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthLegacyMsgs + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthLegacyMsgs + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.CctxHash = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 3: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field ObservedOutTxHash", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthLegacyMsgs + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthLegacyMsgs + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.ObservedOutTxHash = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 4: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field ObservedOutTxBlockHeight", wireType) + } + m.ObservedOutTxBlockHeight = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.ObservedOutTxBlockHeight |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 5: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field ValueReceived", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthLegacyMsgs + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthLegacyMsgs + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if err := m.ValueReceived.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 6: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field Status", wireType) + } + m.Status = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.Status |= chains.ReceiveStatus(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 7: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field OutTxChain", wireType) + } + m.OutTxChain = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.OutTxChain |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 8: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field OutTxTssNonce", wireType) + } + m.OutTxTssNonce = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.OutTxTssNonce |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 9: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field CoinType", wireType) + } + m.CoinType = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.CoinType |= coin.CoinType(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 10: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field ObservedOutTxGasUsed", wireType) + } + m.ObservedOutTxGasUsed = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.ObservedOutTxGasUsed |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 11: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field ObservedOutTxEffectiveGasPrice", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthLegacyMsgs + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthLegacyMsgs + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if err := m.ObservedOutTxEffectiveGasPrice.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 12: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field ObservedOutTxEffectiveGasLimit", wireType) + } + m.ObservedOutTxEffectiveGasLimit = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.ObservedOutTxEffectiveGasLimit |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + default: + iNdEx = preIndex + skippy, err := skipLegacyMsgs(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthLegacyMsgs + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *MsgVoteOnObservedInboundTx) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: MsgVoteOnObservedInboundTx: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: MsgVoteOnObservedInboundTx: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Creator", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthLegacyMsgs + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthLegacyMsgs + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Creator = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Sender", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthLegacyMsgs + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthLegacyMsgs + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Sender = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 3: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field SenderChainId", wireType) + } + m.SenderChainId = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.SenderChainId |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 4: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Receiver", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthLegacyMsgs + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthLegacyMsgs + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Receiver = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 5: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field ReceiverChain", wireType) + } + m.ReceiverChain = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.ReceiverChain |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 6: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Amount", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthLegacyMsgs + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthLegacyMsgs + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if err := m.Amount.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 8: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Message", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthLegacyMsgs + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthLegacyMsgs + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Message = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 9: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field InTxHash", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthLegacyMsgs + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthLegacyMsgs + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.InTxHash = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 10: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field InBlockHeight", wireType) + } + m.InBlockHeight = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.InBlockHeight |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 11: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field GasLimit", wireType) + } + m.GasLimit = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.GasLimit |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 12: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field CoinType", wireType) + } + m.CoinType = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.CoinType |= coin.CoinType(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 13: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field TxOrigin", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthLegacyMsgs + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthLegacyMsgs + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.TxOrigin = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 14: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Asset", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthLegacyMsgs + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthLegacyMsgs + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Asset = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 15: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field EventIndex", wireType) + } + m.EventIndex = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.EventIndex |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + default: + iNdEx = preIndex + skippy, err := skipLegacyMsgs(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthLegacyMsgs + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func skipLegacyMsgs(dAtA []byte) (n int, err error) { + l := len(dAtA) + iNdEx := 0 + depth := 0 + for iNdEx < l { + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return 0, ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return 0, io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + wireType := int(wire & 0x7) + switch wireType { + case 0: + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return 0, ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return 0, io.ErrUnexpectedEOF + } + iNdEx++ + if dAtA[iNdEx-1] < 0x80 { + break + } + } + case 1: + iNdEx += 8 + case 2: + var length int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return 0, ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return 0, io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + length |= (int(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + if length < 0 { + return 0, ErrInvalidLengthLegacyMsgs + } + iNdEx += length + case 3: + depth++ + case 4: + if depth == 0 { + return 0, ErrUnexpectedEndOfGroupLegacyMsgs + } + depth-- + case 5: + iNdEx += 4 + default: + return 0, fmt.Errorf("proto: illegal wireType %d", wireType) + } + if iNdEx < 0 { + return 0, ErrInvalidLengthLegacyMsgs + } + if depth == 0 { + return iNdEx, nil + } + } + return 0, io.ErrUnexpectedEOF +} + +var ( + ErrInvalidLengthLegacyMsgs = fmt.Errorf("proto: negative length found during unmarshaling") + ErrIntOverflowLegacyMsgs = fmt.Errorf("proto: integer overflow") + ErrUnexpectedEndOfGroupLegacyMsgs = fmt.Errorf("proto: unexpected end of group") +) From e50302661ccb88589e86004c0d4edfd684bf18f7 Mon Sep 17 00:00:00 2001 From: lumtis Date: Mon, 23 Sep 2024 15:18:40 +0200 Subject: [PATCH 3/8] add to codec --- x/crosschain/types/codec.go | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/x/crosschain/types/codec.go b/x/crosschain/types/codec.go index f45f745f5f..1c3763675d 100644 --- a/x/crosschain/types/codec.go +++ b/x/crosschain/types/codec.go @@ -19,6 +19,13 @@ func RegisterCodec(cdc *codec.LegacyAmino) { cdc.RegisterConcrete(&MsgUpdateTssAddress{}, "crosschain/UpdateTssAddress", nil) cdc.RegisterConcrete(&MsgAbortStuckCCTX{}, "crosschain/AbortStuckCCTX", nil) cdc.RegisterConcrete(&MsgUpdateRateLimiterFlags{}, "crosschain/UpdateRateLimiterFlags", nil) + + // unused messages defined for backward compatibility + cdc.RegisterConcrete(&MsgAddToInTxTracker{}, "crosschain/AddToInTxTracker", nil) + cdc.RegisterConcrete(&MsgAddToOutTxTracker{}, "crosschain/AddToOutTxTracker", nil) + cdc.RegisterConcrete(&MsgRemoveFromOutTxTracker{}, "crosschain/RemoveFromOutTxTracker", nil) + cdc.RegisterConcrete(&MsgVoteOnObservedOutboundTx{}, "crosschain/VoteOnObservedOutboundTx", nil) + cdc.RegisterConcrete(&MsgVoteOnObservedInboundTx{}, "crosschain/VoteOnObservedInboundTx", nil) } func RegisterInterfaces(registry cdctypes.InterfaceRegistry) { @@ -34,6 +41,13 @@ func RegisterInterfaces(registry cdctypes.InterfaceRegistry) { &MsgUpdateTssAddress{}, &MsgAbortStuckCCTX{}, &MsgUpdateRateLimiterFlags{}, + + // unused messages defined for backward compatibility + &MsgAddToInTxTracker{}, + &MsgAddToOutTxTracker{}, + &MsgRemoveFromOutTxTracker{}, + &MsgVoteOnObservedOutboundTx{}, + &MsgVoteOnObservedInboundTx{}, ) msgservice.RegisterMsgServiceDesc(registry, &_Msg_serviceDesc) From 38bc5fc2b7fcffde4008fd1ffb1528b05b552f5a Mon Sep 17 00:00:00 2001 From: lumtis Date: Mon, 23 Sep 2024 16:04:38 +0200 Subject: [PATCH 4/8] add message definition --- x/crosschain/types/legacy_msgs.go | 152 ++++++++++++++++++++++++++++++ 1 file changed, 152 insertions(+) create mode 100644 x/crosschain/types/legacy_msgs.go diff --git a/x/crosschain/types/legacy_msgs.go b/x/crosschain/types/legacy_msgs.go new file mode 100644 index 0000000000..ee63affc68 --- /dev/null +++ b/x/crosschain/types/legacy_msgs.go @@ -0,0 +1,152 @@ +package types + +import ( + sdk "github.com/cosmos/cosmos-sdk/types" + + "github.com/zeta-chain/node/pkg/authz" +) + +// MsgVoteOnObservedInboundTx + +var _ sdk.Msg = &MsgVoteOnObservedInboundTx{} + +func (msg *MsgVoteOnObservedInboundTx) Route() string { + return RouterKey +} + +func (msg *MsgVoteOnObservedInboundTx) Type() string { + return authz.InboundVoter.String() +} + +func (msg *MsgVoteOnObservedInboundTx) GetSigners() []sdk.AccAddress { + creator, err := sdk.AccAddressFromBech32(msg.Creator) + if err != nil { + panic(err) + } + return []sdk.AccAddress{creator} +} + +func (msg *MsgVoteOnObservedInboundTx) GetSignBytes() []byte { + bz := ModuleCdc.MustMarshalJSON(msg) + return sdk.MustSortJSON(bz) +} + +func (msg *MsgVoteOnObservedInboundTx) ValidateBasic() error { + return nil +} + +// MsgVoteOnObservedOutboundTx + +var _ sdk.Msg = &MsgVoteOnObservedOutboundTx{} + +func (msg *MsgVoteOnObservedOutboundTx) Route() string { + return RouterKey +} + +func (msg *MsgVoteOnObservedOutboundTx) Type() string { + return authz.OutboundVoter.String() +} + +func (msg *MsgVoteOnObservedOutboundTx) GetSigners() []sdk.AccAddress { + creator, err := sdk.AccAddressFromBech32(msg.Creator) + if err != nil { + panic(err) + } + return []sdk.AccAddress{creator} +} + +func (msg *MsgVoteOnObservedOutboundTx) GetSignBytes() []byte { + bz := ModuleCdc.MustMarshalJSON(msg) + return sdk.MustSortJSON(bz) +} + +func (msg *MsgVoteOnObservedOutboundTx) ValidateBasic() error { + return nil +} + +// MsgAddToInTxTracker + +var _ sdk.Msg = &MsgAddToInTxTracker{} + +func (msg *MsgAddToInTxTracker) Route() string { + return RouterKey +} + +func (msg *MsgAddToInTxTracker) Type() string { + return "AddToInTxTracker" +} + +func (msg *MsgAddToInTxTracker) GetSigners() []sdk.AccAddress { + creator, err := sdk.AccAddressFromBech32(msg.Creator) + if err != nil { + panic(err) + } + return []sdk.AccAddress{creator} +} + +func (msg *MsgAddToInTxTracker) GetSignBytes() []byte { + bz := ModuleCdc.MustMarshalJSON(msg) + return sdk.MustSortJSON(bz) +} + +func (msg *MsgAddToInTxTracker) ValidateBasic() error { + return nil +} + +// MsgAddToOutTxTracker + +var _ sdk.Msg = &MsgAddToOutTxTracker{} + +func (msg *MsgAddToOutTxTracker) Route() string { + return RouterKey +} + +func (msg *MsgAddToOutTxTracker) Type() string { + return "AddToOutTxTracker" +} + +func (msg *MsgAddToOutTxTracker) GetSigners() []sdk.AccAddress { + creator, err := sdk.AccAddressFromBech32(msg.Creator) + if err != nil { + panic(err) + } + return []sdk.AccAddress{creator} +} + +func (msg *MsgAddToOutTxTracker) GetSignBytes() []byte { + bz := ModuleCdc.MustMarshalJSON(msg) + return sdk.MustSortJSON(bz) +} + +func (msg *MsgAddToOutTxTracker) ValidateBasic() error { + return nil +} + +// MsgRemoveFromOutTxTracker + +var _ sdk.Msg = &MsgRemoveFromOutTxTracker{} + +func (msg *MsgRemoveFromOutTxTracker) Route() string { + return RouterKey +} + +func (msg *MsgRemoveFromOutTxTracker) Type() string { + return "RemoveFromOutTxTracker" +} + +func (msg *MsgRemoveFromOutTxTracker) GetSigners() []sdk.AccAddress { + creator, err := sdk.AccAddressFromBech32(msg.Creator) + if err != nil { + panic(err) + } + return []sdk.AccAddress{creator} +} + +func (msg *MsgRemoveFromOutTxTracker) GetSignBytes() []byte { + bz := ModuleCdc.MustMarshalJSON(msg) + return sdk.MustSortJSON(bz) +} + +func (msg *MsgRemoveFromOutTxTracker) ValidateBasic() error { + return nil +} From 297fab6a48582c57880bb4ea4b943e98fe83a2d1 Mon Sep 17 00:00:00 2001 From: lumtis Date: Mon, 7 Oct 2024 14:15:32 +0200 Subject: [PATCH 5/8] changelog --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index 78b9ab0b59..47ea72675e 100644 --- a/changelog.md +++ b/changelog.md @@ -48,6 +48,7 @@ * [2842](https://github.com/zeta-chain/node/pull/2842) - fix: move interval assignment out of cctx loop in EVM outbound tx scheduler * [2853](https://github.com/zeta-chain/node/pull/2853) - calling precompile through sc with sc state update * [2925](https://github.com/zeta-chain/node/pull/2925) - add recover to init chainer to diplay informative message when starting a node from block 1 +* [2909](https://github.com/zeta-chain/node/pull/2909) - add legacy messages back to codec for querier backward compatibility ## v20.0.0 From 780fa61085a11b2a17242c4a1791990cf63f63ee Mon Sep 17 00:00:00 2001 From: lumtis Date: Mon, 7 Oct 2024 14:43:33 +0200 Subject: [PATCH 6/8] add MsgGasPriceVoter --- .../zetacore/crosschain/legacy_msgs.proto | 10 + .../zetacore/crosschain/legacy_msgs_pb.d.ts | 47 ++ x/crosschain/types/legacy_msgs.go | 29 ++ x/crosschain/types/legacy_msgs.pb.go | 451 +++++++++++++++--- 4 files changed, 477 insertions(+), 60 deletions(-) diff --git a/proto/zetachain/zetacore/crosschain/legacy_msgs.proto b/proto/zetachain/zetacore/crosschain/legacy_msgs.proto index 0d81d9329c..452ce0d94d 100644 --- a/proto/zetachain/zetacore/crosschain/legacy_msgs.proto +++ b/proto/zetachain/zetacore/crosschain/legacy_msgs.proto @@ -90,3 +90,13 @@ message MsgVoteOnObservedInboundTx { // event index of the sent asset in the observed tx uint64 event_index = 15; } + +// legacy MsgVoteGasPrice +// defined to keep codec compatibility +message MsgGasPriceVoter { + string creator = 1; + int64 chain_id = 2; + uint64 price = 3; + uint64 block_number = 4; + string supply = 5; +} diff --git a/typescript/zetachain/zetacore/crosschain/legacy_msgs_pb.d.ts b/typescript/zetachain/zetacore/crosschain/legacy_msgs_pb.d.ts index 9cd661564a..fe99443d97 100644 --- a/typescript/zetachain/zetacore/crosschain/legacy_msgs_pb.d.ts +++ b/typescript/zetachain/zetacore/crosschain/legacy_msgs_pb.d.ts @@ -340,3 +340,50 @@ export declare class MsgVoteOnObservedInboundTx extends Message | undefined, b: MsgVoteOnObservedInboundTx | PlainMessage | undefined): boolean; } +/** + * legacy MsgVoteGasPrice + * defined to keep codec compatibility + * + * @generated from message zetachain.zetacore.crosschain.MsgGasPriceVoter + */ +export declare class MsgGasPriceVoter extends Message { + /** + * @generated from field: string creator = 1; + */ + creator: string; + + /** + * @generated from field: int64 chain_id = 2; + */ + chainId: bigint; + + /** + * @generated from field: uint64 price = 3; + */ + price: bigint; + + /** + * @generated from field: uint64 block_number = 4; + */ + blockNumber: bigint; + + /** + * @generated from field: string supply = 5; + */ + supply: string; + + constructor(data?: PartialMessage); + + static readonly runtime: typeof proto3; + static readonly typeName = "zetachain.zetacore.crosschain.MsgGasPriceVoter"; + static readonly fields: FieldList; + + static fromBinary(bytes: Uint8Array, options?: Partial): MsgGasPriceVoter; + + static fromJson(jsonValue: JsonValue, options?: Partial): MsgGasPriceVoter; + + static fromJsonString(jsonString: string, options?: Partial): MsgGasPriceVoter; + + static equals(a: MsgGasPriceVoter | PlainMessage | undefined, b: MsgGasPriceVoter | PlainMessage | undefined): boolean; +} + diff --git a/x/crosschain/types/legacy_msgs.go b/x/crosschain/types/legacy_msgs.go index ee63affc68..8b29ae9507 100644 --- a/x/crosschain/types/legacy_msgs.go +++ b/x/crosschain/types/legacy_msgs.go @@ -150,3 +150,32 @@ func (msg *MsgRemoveFromOutTxTracker) GetSignBytes() []byte { func (msg *MsgRemoveFromOutTxTracker) ValidateBasic() error { return nil } + +// MsgGasPriceVoter + +var _ sdk.Msg = &MsgGasPriceVoter{} + +func (msg *MsgGasPriceVoter) Route() string { + return RouterKey +} + +func (msg *MsgGasPriceVoter) Type() string { + return "GasPriceVoter" +} + +func (msg *MsgGasPriceVoter) GetSigners() []sdk.AccAddress { + creator, err := sdk.AccAddressFromBech32(msg.Creator) + if err != nil { + panic(err) + } + return []sdk.AccAddress{creator} +} + +func (msg *MsgGasPriceVoter) GetSignBytes() []byte { + bz := ModuleCdc.MustMarshalJSON(msg) + return sdk.MustSortJSON(bz) +} + +func (msg *MsgGasPriceVoter) ValidateBasic() error { + return nil +} diff --git a/x/crosschain/types/legacy_msgs.pb.go b/x/crosschain/types/legacy_msgs.pb.go index 4aa4ef0652..e5a6e67355 100644 --- a/x/crosschain/types/legacy_msgs.pb.go +++ b/x/crosschain/types/legacy_msgs.pb.go @@ -543,12 +543,91 @@ func (m *MsgVoteOnObservedInboundTx) GetEventIndex() uint64 { return 0 } +// legacy MsgVoteGasPrice +// defined to keep codec compatibility +type MsgGasPriceVoter struct { + Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` + ChainId int64 `protobuf:"varint,2,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` + Price uint64 `protobuf:"varint,3,opt,name=price,proto3" json:"price,omitempty"` + BlockNumber uint64 `protobuf:"varint,4,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"` + Supply string `protobuf:"bytes,5,opt,name=supply,proto3" json:"supply,omitempty"` +} + +func (m *MsgGasPriceVoter) Reset() { *m = MsgGasPriceVoter{} } +func (m *MsgGasPriceVoter) String() string { return proto.CompactTextString(m) } +func (*MsgGasPriceVoter) ProtoMessage() {} +func (*MsgGasPriceVoter) Descriptor() ([]byte, []int) { + return fileDescriptor_246a7cc819884e07, []int{5} +} +func (m *MsgGasPriceVoter) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *MsgGasPriceVoter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_MsgGasPriceVoter.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *MsgGasPriceVoter) XXX_Merge(src proto.Message) { + xxx_messageInfo_MsgGasPriceVoter.Merge(m, src) +} +func (m *MsgGasPriceVoter) XXX_Size() int { + return m.Size() +} +func (m *MsgGasPriceVoter) XXX_DiscardUnknown() { + xxx_messageInfo_MsgGasPriceVoter.DiscardUnknown(m) +} + +var xxx_messageInfo_MsgGasPriceVoter proto.InternalMessageInfo + +func (m *MsgGasPriceVoter) GetCreator() string { + if m != nil { + return m.Creator + } + return "" +} + +func (m *MsgGasPriceVoter) GetChainId() int64 { + if m != nil { + return m.ChainId + } + return 0 +} + +func (m *MsgGasPriceVoter) GetPrice() uint64 { + if m != nil { + return m.Price + } + return 0 +} + +func (m *MsgGasPriceVoter) GetBlockNumber() uint64 { + if m != nil { + return m.BlockNumber + } + return 0 +} + +func (m *MsgGasPriceVoter) GetSupply() string { + if m != nil { + return m.Supply + } + return "" +} + func init() { proto.RegisterType((*MsgAddToOutTxTracker)(nil), "zetachain.zetacore.crosschain.MsgAddToOutTxTracker") proto.RegisterType((*MsgAddToInTxTracker)(nil), "zetachain.zetacore.crosschain.MsgAddToInTxTracker") proto.RegisterType((*MsgRemoveFromOutTxTracker)(nil), "zetachain.zetacore.crosschain.MsgRemoveFromOutTxTracker") proto.RegisterType((*MsgVoteOnObservedOutboundTx)(nil), "zetachain.zetacore.crosschain.MsgVoteOnObservedOutboundTx") proto.RegisterType((*MsgVoteOnObservedInboundTx)(nil), "zetachain.zetacore.crosschain.MsgVoteOnObservedInboundTx") + proto.RegisterType((*MsgGasPriceVoter)(nil), "zetachain.zetacore.crosschain.MsgGasPriceVoter") } func init() { @@ -556,66 +635,69 @@ func init() { } var fileDescriptor_246a7cc819884e07 = []byte{ - // 932 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x55, 0x4f, 0x6f, 0xe3, 0x44, - 0x14, 0xaf, 0xfb, 0x27, 0x8d, 0x5f, 0x37, 0xa9, 0xf0, 0x16, 0xd6, 0x4d, 0xd9, 0xb4, 0x8a, 0xd8, - 0x52, 0x21, 0xea, 0x48, 0x45, 0x70, 0x58, 0x71, 0x21, 0x05, 0xba, 0x41, 0x94, 0xac, 0x4c, 0x96, - 0x03, 0x17, 0x6b, 0x62, 0x4f, 0x9c, 0x51, 0xe2, 0x99, 0xc8, 0x33, 0x89, 0xdc, 0xbd, 0x73, 0xe7, - 0xc6, 0x89, 0xef, 0xb3, 0xc7, 0x3d, 0x22, 0x0e, 0x15, 0x6a, 0xbf, 0x00, 0xe2, 0x13, 0x20, 0xbf, - 0x19, 0xb7, 0x49, 0xd9, 0xb4, 0x50, 0x84, 0xb8, 0x78, 0xe6, 0x3d, 0xbf, 0xdf, 0x9b, 0xf7, 0xde, - 0xbc, 0xdf, 0x1b, 0x68, 0xbe, 0xa4, 0x8a, 0x84, 0x03, 0xc2, 0xb8, 0xde, 0x89, 0x94, 0x36, 0xc3, - 0x54, 0x48, 0xa9, 0x75, 0x23, 0x1a, 0x93, 0xf0, 0x2c, 0x48, 0x64, 0x2c, 0xbd, 0x71, 0x2a, 0x94, - 0x70, 0x1e, 0x5f, 0x01, 0xbc, 0x02, 0xe0, 0x5d, 0x03, 0x6a, 0x5b, 0xb1, 0x88, 0x05, 0x5a, 0x36, - 0xf3, 0x9d, 0x06, 0xd5, 0x3e, 0x78, 0xc3, 0x29, 0xe3, 0x61, 0xdc, 0x44, 0x95, 0x34, 0x8b, 0xb1, - 0xdd, 0x5f, 0x64, 0x2b, 0x18, 0xc7, 0xcf, 0x1d, 0x3e, 0xc7, 0xa9, 0x10, 0x7d, 0x69, 0x16, 0x63, - 0xfb, 0xc9, 0xed, 0x59, 0xa6, 0x44, 0xd1, 0x60, 0xc4, 0x12, 0xa6, 0x68, 0x1a, 0xf4, 0x47, 0xa4, - 0x48, 0xb6, 0x76, 0x74, 0x3b, 0x0e, 0xb7, 0x01, 0xee, 0x03, 0x95, 0x69, 0x4c, 0xe3, 0x77, 0x0b, - 0xb6, 0x4e, 0x65, 0xfc, 0x59, 0x14, 0x75, 0x45, 0x67, 0xa2, 0xba, 0x59, 0x37, 0x25, 0xe1, 0x90, - 0xa6, 0x8e, 0x0b, 0xeb, 0x61, 0x4a, 0x89, 0x12, 0xa9, 0x6b, 0xed, 0x59, 0x07, 0xb6, 0x5f, 0x88, - 0xce, 0x36, 0x94, 0xb5, 0x13, 0x16, 0xb9, 0xcb, 0x7b, 0xd6, 0xc1, 0x8a, 0xbf, 0x8e, 0x72, 0x3b, - 0x72, 0xb6, 0x60, 0x8d, 0x0b, 0x1e, 0x52, 0x77, 0x65, 0xcf, 0x3a, 0x58, 0xf5, 0xb5, 0xe0, 0x3c, - 0x82, 0x75, 0x95, 0x05, 0x03, 0x22, 0x07, 0xee, 0x2a, 0xba, 0x2a, 0xa9, 0xec, 0x19, 0x91, 0x03, - 0xe7, 0x29, 0xac, 0x61, 0xe2, 0xee, 0xda, 0x9e, 0x75, 0xb0, 0x71, 0xf4, 0x9e, 0xf7, 0x86, 0xdb, - 0x1a, 0x0f, 0x63, 0xcf, 0x54, 0xe7, 0x79, 0xbe, 0xf8, 0x1a, 0xe2, 0x3c, 0x06, 0xe8, 0x8d, 0x44, - 0x38, 0xd4, 0x7e, 0x4b, 0xe8, 0xd7, 0x46, 0x0d, 0xba, 0xde, 0x86, 0xb2, 0xca, 0x02, 0xc6, 0x23, - 0x9a, 0xb9, 0xeb, 0x3a, 0x48, 0x95, 0xb5, 0x73, 0xb1, 0xf1, 0xf3, 0x32, 0x3c, 0x2c, 0x52, 0x6e, - 0xf3, 0x7f, 0x99, 0xf1, 0x4c, 0x6e, 0x2b, 0x73, 0xb9, 0xb5, 0xc0, 0xce, 0xaf, 0x3f, 0x50, 0x67, - 0x63, 0x8a, 0x69, 0x57, 0x8f, 0x9e, 0x2c, 0xca, 0x0f, 0xfb, 0xe4, 0x58, 0x30, 0xde, 0x3d, 0x1b, - 0x53, 0xbf, 0x1c, 0x9a, 0xdd, 0xff, 0x54, 0x9f, 0x3e, 0x6c, 0x9f, 0xca, 0xd8, 0xa7, 0x89, 0x98, - 0xd2, 0x2f, 0x53, 0x91, 0xfc, 0x47, 0x6d, 0xd1, 0xf8, 0xa1, 0x04, 0x3b, 0xa7, 0x32, 0xfe, 0x4e, - 0x28, 0xda, 0xe1, 0x9d, 0x9e, 0xa4, 0xe9, 0x94, 0x46, 0x9d, 0x89, 0xea, 0x89, 0x09, 0x8f, 0xba, - 0xd9, 0x2d, 0x47, 0xed, 0x80, 0x1d, 0x86, 0x45, 0xd9, 0x97, 0xf1, 0x5f, 0x39, 0x57, 0x60, 0x66, - 0x1e, 0x3c, 0x14, 0xc6, 0x59, 0x20, 0xf2, 0xd0, 0x67, 0x6f, 0xe7, 0x2d, 0x71, 0x7d, 0x4e, 0x57, - 0xdb, 0x7f, 0x0a, 0xb5, 0x1b, 0xf6, 0xba, 0x4a, 0x94, 0xc5, 0x03, 0x85, 0x37, 0xb7, 0xea, 0xbb, - 0x73, 0xb0, 0xd6, 0xf5, 0x7f, 0xe7, 0x63, 0x78, 0x74, 0x03, 0x1d, 0x13, 0x19, 0x4c, 0x24, 0x8d, - 0x5c, 0x40, 0xe8, 0xd6, 0x1c, 0xf4, 0x84, 0xc8, 0x17, 0x92, 0x46, 0xce, 0x4b, 0x68, 0xdc, 0x80, - 0xd1, 0x7e, 0x9f, 0x86, 0x8a, 0x4d, 0x29, 0x3a, 0x18, 0xa7, 0x2c, 0xa4, 0xee, 0x46, 0x1e, 0x73, - 0xcb, 0x7b, 0x75, 0xbe, 0xbb, 0xf4, 0xeb, 0xf9, 0xee, 0x7e, 0xcc, 0xd4, 0x60, 0xd2, 0xf3, 0x42, - 0x91, 0x34, 0x43, 0x21, 0x13, 0x21, 0xcd, 0x72, 0x28, 0xa3, 0x61, 0x33, 0xef, 0x33, 0xe9, 0xb5, - 0xb9, 0xf2, 0xeb, 0x73, 0x27, 0x7e, 0x51, 0xf8, 0x3d, 0x21, 0xf2, 0x79, 0xee, 0xd5, 0xf9, 0xea, - 0x8e, 0xb3, 0x71, 0xb4, 0xb8, 0x0f, 0x30, 0xfa, 0xc5, 0xbe, 0xbe, 0xce, 0xad, 0x1c, 0x01, 0xd5, - 0x29, 0x19, 0x4d, 0x68, 0x90, 0xd2, 0x90, 0xb2, 0x29, 0x8d, 0xb0, 0x55, 0xed, 0xd6, 0x33, 0x13, - 0xf3, 0xfb, 0x7f, 0x23, 0xe6, 0x17, 0x8c, 0xab, 0x3f, 0xce, 0x77, 0xdf, 0x3e, 0x23, 0xc9, 0xe8, - 0x69, 0x63, 0xde, 0x5d, 0xc3, 0xaf, 0xa0, 0xc2, 0x37, 0xb2, 0xf3, 0x39, 0x94, 0xa4, 0x22, 0x6a, - 0x22, 0xb1, 0xa5, 0xab, 0x47, 0x1f, 0x2e, 0xe4, 0x94, 0x9e, 0xd2, 0x06, 0xf8, 0x2d, 0x62, 0x7c, - 0x83, 0x75, 0x76, 0x61, 0x43, 0x67, 0x8e, 0x56, 0x86, 0x00, 0x80, 0xaa, 0xe3, 0x5c, 0xe3, 0xec, - 0xc3, 0xa6, 0x36, 0x50, 0x52, 0x06, 0xba, 0x77, 0xcb, 0x58, 0x90, 0x0a, 0xaa, 0xbb, 0x52, 0x7e, - 0x83, 0xa3, 0x6d, 0x8e, 0xe5, 0xf6, 0xbd, 0x58, 0xde, 0xf8, 0x69, 0x15, 0x6a, 0x7f, 0xe1, 0x41, - 0x9b, 0xdf, 0x4d, 0x83, 0x77, 0xa0, 0x24, 0x29, 0x8f, 0x68, 0x6a, 0x38, 0x60, 0xa4, 0x3c, 0x78, - 0xbd, 0x0b, 0xae, 0x08, 0xb9, 0x82, 0x19, 0x56, 0xb4, 0xfa, 0xd8, 0xd0, 0xb2, 0x06, 0x65, 0x53, - 0xe7, 0xd4, 0x0c, 0xe6, 0x2b, 0xd9, 0x79, 0x02, 0xd5, 0x62, 0x6f, 0x8a, 0xb4, 0xa6, 0x5d, 0x14, - 0x5a, 0x5d, 0xa7, 0x13, 0x28, 0x91, 0x44, 0x4c, 0xb8, 0xd2, 0x13, 0xa6, 0xd5, 0xfc, 0x87, 0xf7, - 0xee, 0x1b, 0x78, 0x9e, 0x65, 0x42, 0xa5, 0x24, 0xb1, 0x2e, 0xb4, 0xed, 0x17, 0xa2, 0xf3, 0x2e, - 0x00, 0x3e, 0x58, 0x9a, 0xc6, 0xb6, 0x8e, 0x93, 0x71, 0xc3, 0xde, 0x7d, 0xd8, 0x64, 0x3c, 0x30, - 0x93, 0x4e, 0x53, 0x56, 0xf3, 0xae, 0xc2, 0xf8, 0x2c, 0x4f, 0x77, 0xc0, 0xbe, 0xee, 0xed, 0x0d, - 0xb4, 0x28, 0xc7, 0x45, 0x17, 0xcf, 0xdd, 0xe2, 0x83, 0xfb, 0xcd, 0xea, 0x1d, 0xb0, 0x55, 0x16, - 0x88, 0x94, 0xc5, 0x8c, 0xbb, 0x15, 0x1d, 0xa5, 0xca, 0x3a, 0x28, 0xe7, 0x03, 0x90, 0x48, 0x49, - 0x95, 0x5b, 0xc5, 0x1f, 0x5a, 0xc8, 0xbb, 0x90, 0x4e, 0x29, 0x57, 0x66, 0x0c, 0x6f, 0x62, 0x54, - 0x80, 0x2a, 0x9c, 0xc4, 0xad, 0x93, 0x57, 0x17, 0x75, 0xeb, 0xf5, 0x45, 0xdd, 0xfa, 0xed, 0xa2, - 0x6e, 0xfd, 0x78, 0x59, 0x5f, 0x7a, 0x7d, 0x59, 0x5f, 0xfa, 0xe5, 0xb2, 0xbe, 0xf4, 0xfd, 0xe1, - 0x4c, 0x7d, 0xf3, 0xf0, 0x0e, 0xf5, 0x13, 0xcf, 0x45, 0x44, 0x9b, 0xd9, 0xec, 0xa3, 0x8f, 0xa5, - 0xee, 0x95, 0xf0, 0xb1, 0xff, 0xe8, 0xcf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x33, 0x35, 0x71, 0x81, - 0x40, 0x09, 0x00, 0x00, + // 979 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x56, 0x4f, 0x6f, 0xe3, 0x44, + 0x14, 0xaf, 0xdb, 0x34, 0x8d, 0x5f, 0x9a, 0x14, 0xbc, 0x85, 0x75, 0x53, 0x36, 0x2d, 0x11, 0x5b, + 0x2a, 0x44, 0x13, 0xa9, 0x08, 0x0e, 0x2b, 0x2e, 0xa4, 0x40, 0x37, 0x88, 0x6e, 0x56, 0x26, 0xcb, + 0x81, 0x8b, 0xe5, 0xd8, 0x13, 0x67, 0x94, 0x78, 0x26, 0xf2, 0x8c, 0x23, 0x67, 0xef, 0xdc, 0xb9, + 0xc1, 0x85, 0xef, 0xb3, 0xc7, 0x3d, 0x22, 0x0e, 0x15, 0x6a, 0xbf, 0x00, 0xe2, 0x13, 0x20, 0xbf, + 0x19, 0xb7, 0x49, 0xe9, 0x1f, 0x28, 0x42, 0x5c, 0xe2, 0x79, 0xcf, 0xef, 0xf7, 0xe6, 0xfd, 0xfb, + 0xbd, 0x18, 0x5a, 0x2f, 0x89, 0xf4, 0xfc, 0xa1, 0x47, 0x99, 0x3a, 0xf1, 0x98, 0xb4, 0xfc, 0x98, + 0x0b, 0xa1, 0x74, 0x63, 0x12, 0x7a, 0xfe, 0xcc, 0x8d, 0x44, 0x28, 0x9a, 0x93, 0x98, 0x4b, 0x6e, + 0x3d, 0xba, 0x00, 0x34, 0x73, 0x40, 0xf3, 0x12, 0x50, 0xdb, 0x0c, 0x79, 0xc8, 0xd1, 0xb2, 0x95, + 0x9d, 0x14, 0xa8, 0xf6, 0xc1, 0x35, 0xb7, 0x4c, 0x46, 0x61, 0x0b, 0x55, 0x42, 0x3f, 0xb4, 0xed, + 0xde, 0x4d, 0xb6, 0x9c, 0x32, 0xfc, 0xb9, 0xc3, 0xe7, 0x24, 0xe6, 0x7c, 0x20, 0xf4, 0x43, 0xdb, + 0x7e, 0x72, 0x7b, 0x96, 0xb1, 0x27, 0x89, 0x3b, 0xa6, 0x11, 0x95, 0x24, 0x76, 0x07, 0x63, 0x2f, + 0x4f, 0xb6, 0x76, 0x78, 0x3b, 0x0e, 0x8f, 0x2e, 0x9e, 0x5d, 0x99, 0x2a, 0x4c, 0xe3, 0x77, 0x03, + 0x36, 0x4f, 0x44, 0xf8, 0x59, 0x10, 0xf4, 0x78, 0x37, 0x91, 0xbd, 0xb4, 0x17, 0x7b, 0xfe, 0x88, + 0xc4, 0x96, 0x0d, 0x6b, 0x7e, 0x4c, 0x3c, 0xc9, 0x63, 0xdb, 0xd8, 0x35, 0xf6, 0x4d, 0x27, 0x17, + 0xad, 0x2d, 0x28, 0x29, 0x27, 0x34, 0xb0, 0x97, 0x77, 0x8d, 0xfd, 0x15, 0x67, 0x0d, 0xe5, 0x4e, + 0x60, 0x6d, 0xc2, 0x2a, 0xe3, 0xcc, 0x27, 0xf6, 0xca, 0xae, 0xb1, 0x5f, 0x70, 0x94, 0x60, 0x3d, + 0x84, 0x35, 0x99, 0xba, 0x43, 0x4f, 0x0c, 0xed, 0x02, 0xba, 0x2a, 0xca, 0xf4, 0xa9, 0x27, 0x86, + 0xd6, 0x13, 0x58, 0xc5, 0xc4, 0xed, 0xd5, 0x5d, 0x63, 0xbf, 0x7c, 0xf8, 0x5e, 0xf3, 0x9a, 0x6e, + 0x4d, 0x46, 0x61, 0x53, 0x57, 0xe7, 0x79, 0xf6, 0x70, 0x14, 0xc4, 0x7a, 0x04, 0xd0, 0x1f, 0x73, + 0x7f, 0xa4, 0xfc, 0x16, 0xd1, 0xaf, 0x89, 0x1a, 0x74, 0xbd, 0x05, 0x25, 0x99, 0xba, 0x94, 0x05, + 0x24, 0xb5, 0xd7, 0x54, 0x90, 0x32, 0xed, 0x64, 0x62, 0xe3, 0xe7, 0x65, 0x78, 0x90, 0xa7, 0xdc, + 0x61, 0xff, 0x32, 0xe3, 0xb9, 0xdc, 0x56, 0x16, 0x72, 0x6b, 0x83, 0x99, 0xb5, 0xdf, 0x95, 0xb3, + 0x09, 0xc1, 0xb4, 0xab, 0x87, 0x8f, 0x6f, 0xca, 0x0f, 0xe7, 0xe4, 0x88, 0x53, 0xd6, 0x9b, 0x4d, + 0x88, 0x53, 0xf2, 0xf5, 0xe9, 0x7f, 0xaa, 0xcf, 0x00, 0xb6, 0x4e, 0x44, 0xe8, 0x90, 0x88, 0x4f, + 0xc9, 0x97, 0x31, 0x8f, 0xfe, 0xa3, 0xb1, 0x68, 0x7c, 0x5f, 0x84, 0xed, 0x13, 0x11, 0x7e, 0xcb, + 0x25, 0xe9, 0xb2, 0x6e, 0x5f, 0x90, 0x78, 0x4a, 0x82, 0x6e, 0x22, 0xfb, 0x3c, 0x61, 0x41, 0x2f, + 0xbd, 0xe5, 0xaa, 0x6d, 0x30, 0x7d, 0x3f, 0x2f, 0xfb, 0x32, 0xbe, 0x2b, 0x65, 0x0a, 0xcc, 0xac, + 0x09, 0x0f, 0xb8, 0x76, 0xe6, 0xf2, 0x2c, 0xf4, 0xf9, 0xee, 0xbc, 0xc9, 0x2f, 0xef, 0xe9, 0x29, + 0xfb, 0x4f, 0xa1, 0x76, 0xc5, 0x5e, 0x55, 0x89, 0xd0, 0x70, 0x28, 0xb1, 0x73, 0x05, 0xc7, 0x5e, + 0x80, 0xb5, 0x2f, 0xdf, 0x5b, 0x1f, 0xc3, 0xc3, 0x2b, 0xe8, 0xd0, 0x13, 0x6e, 0x22, 0x48, 0x60, + 0x03, 0x42, 0x37, 0x17, 0xa0, 0xc7, 0x9e, 0x78, 0x21, 0x48, 0x60, 0xbd, 0x84, 0xc6, 0x15, 0x18, + 0x19, 0x0c, 0x88, 0x2f, 0xe9, 0x94, 0xa0, 0x83, 0x49, 0x4c, 0x7d, 0x62, 0x97, 0xb3, 0x98, 0xdb, + 0xcd, 0x57, 0xa7, 0x3b, 0x4b, 0xbf, 0x9e, 0xee, 0xec, 0x85, 0x54, 0x0e, 0x93, 0x7e, 0xd3, 0xe7, + 0x51, 0xcb, 0xe7, 0x22, 0xe2, 0x42, 0x3f, 0x0e, 0x44, 0x30, 0x6a, 0x65, 0x73, 0x26, 0x9a, 0x1d, + 0x26, 0x9d, 0xfa, 0xc2, 0x8d, 0x5f, 0xe4, 0x7e, 0x8f, 0x3d, 0xf1, 0x3c, 0xf3, 0x6a, 0x7d, 0x75, + 0xc7, 0xdd, 0xb8, 0x5a, 0xec, 0x75, 0x8c, 0xfe, 0x66, 0x5f, 0x5f, 0x67, 0x56, 0x16, 0x87, 0xea, + 0xd4, 0x1b, 0x27, 0xc4, 0x8d, 0x89, 0x4f, 0xe8, 0x94, 0x04, 0x38, 0xaa, 0x66, 0xfb, 0xa9, 0x8e, + 0xf9, 0xfd, 0xbf, 0x11, 0xf3, 0x0b, 0xca, 0xe4, 0x1f, 0xa7, 0x3b, 0x6f, 0xcd, 0xbc, 0x68, 0xfc, + 0xa4, 0xb1, 0xe8, 0xae, 0xe1, 0x54, 0x50, 0xe1, 0x68, 0xd9, 0xfa, 0x1c, 0x8a, 0x42, 0x7a, 0x32, + 0x11, 0x38, 0xd2, 0xd5, 0xc3, 0x0f, 0x6f, 0xe4, 0x94, 0xda, 0xd2, 0x1a, 0xf8, 0x0d, 0x62, 0x1c, + 0x8d, 0xb5, 0x76, 0xa0, 0xac, 0x32, 0x47, 0x2b, 0x4d, 0x00, 0x40, 0xd5, 0x51, 0xa6, 0xb1, 0xf6, + 0x60, 0x43, 0x19, 0x48, 0x21, 0x5c, 0x35, 0xbb, 0x25, 0x2c, 0x48, 0x05, 0xd5, 0x3d, 0x21, 0x9e, + 0xe1, 0x6a, 0x5b, 0x60, 0xb9, 0x79, 0x2f, 0x96, 0x37, 0x7e, 0x2c, 0x40, 0xed, 0x2f, 0x3c, 0xe8, + 0xb0, 0xbb, 0x69, 0xf0, 0x36, 0x14, 0x05, 0x61, 0x01, 0x89, 0x35, 0x07, 0xb4, 0x94, 0x05, 0xaf, + 0x4e, 0xee, 0x05, 0x21, 0x57, 0x30, 0xc3, 0x8a, 0x52, 0x1f, 0x69, 0x5a, 0xd6, 0xa0, 0xa4, 0xeb, + 0x1c, 0xeb, 0xc5, 0x7c, 0x21, 0x5b, 0x8f, 0xa1, 0x9a, 0x9f, 0x75, 0x91, 0x56, 0x95, 0x8b, 0x5c, + 0xab, 0xea, 0x74, 0x0c, 0x45, 0x2f, 0xe2, 0x09, 0x93, 0x6a, 0xc3, 0xb4, 0x5b, 0xff, 0xb0, 0xef, + 0x8e, 0x86, 0x67, 0x59, 0x46, 0x44, 0x08, 0x2f, 0x54, 0x85, 0x36, 0x9d, 0x5c, 0xb4, 0xde, 0x01, + 0xc0, 0x3f, 0x2c, 0x45, 0x63, 0x53, 0xc5, 0x49, 0x99, 0x66, 0xef, 0x1e, 0x6c, 0x50, 0xe6, 0xea, + 0x4d, 0xa7, 0x28, 0xab, 0x78, 0x57, 0xa1, 0x6c, 0x9e, 0xa7, 0xdb, 0x60, 0x5e, 0xce, 0x76, 0x19, + 0x2d, 0x4a, 0x61, 0x3e, 0xc5, 0x0b, 0x5d, 0x5c, 0xbf, 0xdf, 0xae, 0xde, 0x06, 0x53, 0xa6, 0x2e, + 0x8f, 0x69, 0x48, 0x99, 0x5d, 0x51, 0x51, 0xca, 0xb4, 0x8b, 0x72, 0xb6, 0x00, 0x3d, 0x21, 0x88, + 0xb4, 0xab, 0xf8, 0x42, 0x09, 0xd9, 0x14, 0x92, 0x29, 0x61, 0x52, 0xaf, 0xe1, 0x0d, 0x8c, 0x0a, + 0x50, 0xa5, 0x36, 0xf1, 0x4f, 0x06, 0xbc, 0x71, 0x22, 0xc2, 0x9c, 0xb9, 0xd9, 0x84, 0xdc, 0x7f, + 0x03, 0xab, 0x95, 0xa2, 0x37, 0x30, 0x0a, 0xd6, 0xbb, 0xb0, 0xae, 0x2a, 0xc7, 0x92, 0xa8, 0xaf, + 0x87, 0xa0, 0xe0, 0x94, 0x51, 0xf7, 0x0c, 0x55, 0x38, 0x63, 0xc9, 0x64, 0x32, 0x9e, 0x29, 0x62, + 0x3b, 0x5a, 0x6a, 0x1f, 0xbf, 0x3a, 0xab, 0x1b, 0xaf, 0xcf, 0xea, 0xc6, 0x6f, 0x67, 0x75, 0xe3, + 0x87, 0xf3, 0xfa, 0xd2, 0xeb, 0xf3, 0xfa, 0xd2, 0x2f, 0xe7, 0xf5, 0xa5, 0xef, 0x0e, 0xe6, 0x5a, + 0x9f, 0x55, 0xee, 0x40, 0x7d, 0x7d, 0x30, 0x1e, 0x90, 0x56, 0x3a, 0xff, 0x3d, 0x82, 0x53, 0xd0, + 0x2f, 0xe2, 0x77, 0xc8, 0x47, 0x7f, 0x06, 0x00, 0x00, 0xff, 0xff, 0x59, 0xa5, 0x4e, 0x23, 0xdb, + 0x09, 0x00, 0x00, } func (m *MsgAddToOutTxTracker) Marshal() (dAtA []byte, err error) { @@ -1011,6 +1093,58 @@ func (m *MsgVoteOnObservedInboundTx) MarshalToSizedBuffer(dAtA []byte) (int, err return len(dAtA) - i, nil } +func (m *MsgGasPriceVoter) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *MsgGasPriceVoter) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *MsgGasPriceVoter) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if len(m.Supply) > 0 { + i -= len(m.Supply) + copy(dAtA[i:], m.Supply) + i = encodeVarintLegacyMsgs(dAtA, i, uint64(len(m.Supply))) + i-- + dAtA[i] = 0x2a + } + if m.BlockNumber != 0 { + i = encodeVarintLegacyMsgs(dAtA, i, uint64(m.BlockNumber)) + i-- + dAtA[i] = 0x20 + } + if m.Price != 0 { + i = encodeVarintLegacyMsgs(dAtA, i, uint64(m.Price)) + i-- + dAtA[i] = 0x18 + } + if m.ChainId != 0 { + i = encodeVarintLegacyMsgs(dAtA, i, uint64(m.ChainId)) + i-- + dAtA[i] = 0x10 + } + if len(m.Creator) > 0 { + i -= len(m.Creator) + copy(dAtA[i:], m.Creator) + i = encodeVarintLegacyMsgs(dAtA, i, uint64(len(m.Creator))) + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil +} + func encodeVarintLegacyMsgs(dAtA []byte, offset int, v uint64) int { offset -= sovLegacyMsgs(v) base := offset @@ -1212,6 +1346,32 @@ func (m *MsgVoteOnObservedInboundTx) Size() (n int) { return n } +func (m *MsgGasPriceVoter) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + l = len(m.Creator) + if l > 0 { + n += 1 + l + sovLegacyMsgs(uint64(l)) + } + if m.ChainId != 0 { + n += 1 + sovLegacyMsgs(uint64(m.ChainId)) + } + if m.Price != 0 { + n += 1 + sovLegacyMsgs(uint64(m.Price)) + } + if m.BlockNumber != 0 { + n += 1 + sovLegacyMsgs(uint64(m.BlockNumber)) + } + l = len(m.Supply) + if l > 0 { + n += 1 + l + sovLegacyMsgs(uint64(l)) + } + return n +} + func sovLegacyMsgs(x uint64) (n int) { return (math_bits.Len64(x|1) + 6) / 7 } @@ -2585,6 +2745,177 @@ func (m *MsgVoteOnObservedInboundTx) Unmarshal(dAtA []byte) error { } return nil } +func (m *MsgGasPriceVoter) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: MsgGasPriceVoter: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: MsgGasPriceVoter: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Creator", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthLegacyMsgs + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthLegacyMsgs + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Creator = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 2: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field ChainId", wireType) + } + m.ChainId = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.ChainId |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 3: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field Price", wireType) + } + m.Price = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.Price |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 4: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field BlockNumber", wireType) + } + m.BlockNumber = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.BlockNumber |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 5: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Supply", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowLegacyMsgs + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthLegacyMsgs + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthLegacyMsgs + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Supply = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipLegacyMsgs(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthLegacyMsgs + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} func skipLegacyMsgs(dAtA []byte) (n int, err error) { l := len(dAtA) iNdEx := 0 From de8a186ae8eb52fc719365716e7beb5124ca471a Mon Sep 17 00:00:00 2001 From: lumtis Date: Mon, 7 Oct 2024 14:55:48 +0200 Subject: [PATCH 7/8] add new message to codec --- x/crosschain/types/codec.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x/crosschain/types/codec.go b/x/crosschain/types/codec.go index 1c3763675d..70c57a0ae3 100644 --- a/x/crosschain/types/codec.go +++ b/x/crosschain/types/codec.go @@ -26,6 +26,7 @@ func RegisterCodec(cdc *codec.LegacyAmino) { cdc.RegisterConcrete(&MsgRemoveFromOutTxTracker{}, "crosschain/RemoveFromOutTxTracker", nil) cdc.RegisterConcrete(&MsgVoteOnObservedOutboundTx{}, "crosschain/VoteOnObservedOutboundTx", nil) cdc.RegisterConcrete(&MsgVoteOnObservedInboundTx{}, "crosschain/VoteOnObservedInboundTx", nil) + cdc.RegisterConcrete(&MsgGasPriceVoter{}, "crosschain/GasPriceVoter", nil) } func RegisterInterfaces(registry cdctypes.InterfaceRegistry) { @@ -48,6 +49,7 @@ func RegisterInterfaces(registry cdctypes.InterfaceRegistry) { &MsgRemoveFromOutTxTracker{}, &MsgVoteOnObservedOutboundTx{}, &MsgVoteOnObservedInboundTx{}, + &MsgGasPriceVoter{}, ) msgservice.RegisterMsgServiceDesc(registry, &_Msg_serviceDesc) From d919a0f7becc7b24d433d9070883e0203962bb60 Mon Sep 17 00:00:00 2001 From: lumtis Date: Mon, 14 Oct 2024 10:22:07 +0200 Subject: [PATCH 8/8] comments --- proto/zetachain/zetacore/crosschain/tx.proto | 3 +- .../zetachain/zetacore/crosschain/tx_pb.d.ts | 5 +- x/crosschain/types/codec.go | 4 +- x/crosschain/types/tx.pb.go | 232 +++++++++--------- 4 files changed, 121 insertions(+), 123 deletions(-) diff --git a/proto/zetachain/zetacore/crosschain/tx.proto b/proto/zetachain/zetacore/crosschain/tx.proto index 9a62f1f636..9499a7c25c 100644 --- a/proto/zetachain/zetacore/crosschain/tx.proto +++ b/proto/zetachain/zetacore/crosschain/tx.proto @@ -119,8 +119,7 @@ message MsgVoteGasPrice { uint64 block_number = 4; - // unused - string supply = 5; + string supply = 5 [ deprecated = true ]; } message MsgVoteGasPriceResponse {} diff --git a/typescript/zetachain/zetacore/crosschain/tx_pb.d.ts b/typescript/zetachain/zetacore/crosschain/tx_pb.d.ts index 03bc84f271..caee83f0cc 100644 --- a/typescript/zetachain/zetacore/crosschain/tx_pb.d.ts +++ b/typescript/zetachain/zetacore/crosschain/tx_pb.d.ts @@ -431,9 +431,8 @@ export declare class MsgVoteGasPrice extends Message { blockNumber: bigint; /** - * unused - * - * @generated from field: string supply = 5; + * @generated from field: string supply = 5 [deprecated = true]; + * @deprecated */ supply: string; diff --git a/x/crosschain/types/codec.go b/x/crosschain/types/codec.go index 70c57a0ae3..b93795aa3a 100644 --- a/x/crosschain/types/codec.go +++ b/x/crosschain/types/codec.go @@ -20,7 +20,7 @@ func RegisterCodec(cdc *codec.LegacyAmino) { cdc.RegisterConcrete(&MsgAbortStuckCCTX{}, "crosschain/AbortStuckCCTX", nil) cdc.RegisterConcrete(&MsgUpdateRateLimiterFlags{}, "crosschain/UpdateRateLimiterFlags", nil) - // unused messages defined for backward compatibility + // legacy messages defined for backward compatibility cdc.RegisterConcrete(&MsgAddToInTxTracker{}, "crosschain/AddToInTxTracker", nil) cdc.RegisterConcrete(&MsgAddToOutTxTracker{}, "crosschain/AddToOutTxTracker", nil) cdc.RegisterConcrete(&MsgRemoveFromOutTxTracker{}, "crosschain/RemoveFromOutTxTracker", nil) @@ -43,7 +43,7 @@ func RegisterInterfaces(registry cdctypes.InterfaceRegistry) { &MsgAbortStuckCCTX{}, &MsgUpdateRateLimiterFlags{}, - // unused messages defined for backward compatibility + // legacy messages defined for backward compatibility &MsgAddToInTxTracker{}, &MsgAddToOutTxTracker{}, &MsgRemoveFromOutTxTracker{}, diff --git a/x/crosschain/types/tx.pb.go b/x/crosschain/types/tx.pb.go index 0eea7a051f..ad8b7cbd9d 100644 --- a/x/crosschain/types/tx.pb.go +++ b/x/crosschain/types/tx.pb.go @@ -719,8 +719,7 @@ type MsgVoteGasPrice struct { Price uint64 `protobuf:"varint,3,opt,name=price,proto3" json:"price,omitempty"` PriorityFee uint64 `protobuf:"varint,6,opt,name=priority_fee,json=priorityFee,proto3" json:"priority_fee,omitempty"` BlockNumber uint64 `protobuf:"varint,4,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"` - // unused - Supply string `protobuf:"bytes,5,opt,name=supply,proto3" json:"supply,omitempty"` + Supply string `protobuf:"bytes,5,opt,name=supply,proto3" json:"supply,omitempty"` // Deprecated: Do not use. } func (m *MsgVoteGasPrice) Reset() { *m = MsgVoteGasPrice{} } @@ -791,6 +790,7 @@ func (m *MsgVoteGasPrice) GetBlockNumber() uint64 { return 0 } +// Deprecated: Do not use. func (m *MsgVoteGasPrice) GetSupply() string { if m != nil { return m.Supply @@ -1724,121 +1724,121 @@ func init() { } var fileDescriptor_15f0860550897740 = []byte{ - // 1813 bytes of a gzipped FileDescriptorProto + // 1818 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x59, 0x4f, 0x6f, 0xdb, 0xd8, - 0x11, 0x0f, 0x37, 0xb2, 0x2c, 0x8d, 0x6c, 0xd9, 0xe6, 0x3a, 0xb6, 0x4c, 0xaf, 0x65, 0x47, 0x69, - 0x5c, 0x63, 0x11, 0x4b, 0xae, 0xb2, 0x4d, 0xb7, 0xde, 0xa2, 0xdb, 0x58, 0xbb, 0xf1, 0x1a, 0x88, - 0x12, 0x83, 0xeb, 0x6c, 0xff, 0x5c, 0x08, 0x8a, 0x7c, 0xa6, 0x09, 0x4b, 0x7c, 0x02, 0xdf, 0x93, - 0x56, 0x0a, 0x0a, 0xb4, 0x28, 0x50, 0xa0, 0xc7, 0xb6, 0xe8, 0x69, 0x0f, 0xbd, 0xf5, 0xd0, 0x6f, - 0x50, 0xf4, 0x13, 0xec, 0x31, 0xe8, 0xa9, 0xe8, 0x21, 0x28, 0x92, 0x2f, 0xd0, 0xf6, 0xda, 0x4b, - 0xc1, 0x79, 0x8f, 0xb4, 0x44, 0xfd, 0xb5, 0x8c, 0x62, 0x2f, 0x26, 0xdf, 0x70, 0x7e, 0xf3, 0x66, - 0xe6, 0xcd, 0xbc, 0x99, 0x91, 0x61, 0xf7, 0x25, 0xe1, 0xa6, 0x75, 0x61, 0xba, 0x5e, 0x09, 0xdf, - 0xa8, 0x4f, 0x4a, 0x96, 0x4f, 0x19, 0x13, 0x34, 0xde, 0x29, 0x36, 0x7d, 0xca, 0xa9, 0xba, 0x15, - 0xf1, 0x15, 0x43, 0xbe, 0xe2, 0x15, 0x9f, 0xb6, 0xea, 0x50, 0x87, 0x22, 0x67, 0x29, 0x78, 0x13, - 0x20, 0xed, 0xfd, 0x21, 0xc2, 0x9b, 0x97, 0x4e, 0x09, 0x49, 0x4c, 0x3e, 0x24, 0xef, 0xee, 0x28, - 0x5e, 0xea, 0x7a, 0xf8, 0x67, 0x82, 0xcc, 0xa6, 0x4f, 0xe9, 0x39, 0x93, 0x0f, 0xc9, 0xfb, 0x68, - 0xbc, 0x71, 0xbe, 0xc9, 0x89, 0x51, 0x77, 0x1b, 0x2e, 0x27, 0xbe, 0x71, 0x5e, 0x37, 0x9d, 0x10, - 0x57, 0x1e, 0x8f, 0xc3, 0x57, 0x03, 0xdf, 0x8d, 0xd0, 0x41, 0x85, 0xdf, 0x2b, 0xa0, 0x56, 0x99, - 0x53, 0x75, 0x9d, 0x40, 0xec, 0x19, 0x63, 0x4f, 0x5a, 0x9e, 0xcd, 0xd4, 0x1c, 0xcc, 0x5b, 0x3e, - 0x31, 0x39, 0xf5, 0x73, 0xca, 0x8e, 0xb2, 0x97, 0xd6, 0xc3, 0xa5, 0xba, 0x01, 0x29, 0x21, 0xc2, - 0xb5, 0x73, 0xef, 0xec, 0x28, 0x7b, 0xb7, 0xf5, 0x79, 0x5c, 0x9f, 0xd8, 0xea, 0x31, 0x24, 0xcd, - 0x06, 0x6d, 0x79, 0x3c, 0x77, 0x3b, 0xc0, 0x1c, 0x95, 0xbe, 0x7e, 0xbd, 0x7d, 0xeb, 0x1f, 0xaf, - 0xb7, 0xbf, 0xed, 0xb8, 0xfc, 0xa2, 0x55, 0x2b, 0x5a, 0xb4, 0x51, 0xb2, 0x28, 0x6b, 0x50, 0x26, - 0x1f, 0xfb, 0xcc, 0xbe, 0x2c, 0xf1, 0x6e, 0x93, 0xb0, 0xe2, 0x0b, 0xd7, 0xe3, 0xba, 0x84, 0x17, - 0xde, 0x03, 0x6d, 0x50, 0x27, 0x9d, 0xb0, 0x26, 0xf5, 0x18, 0x29, 0x3c, 0x83, 0x77, 0xab, 0xcc, - 0x79, 0xd1, 0xb4, 0xc5, 0xc7, 0xc7, 0xb6, 0xed, 0x13, 0x36, 0x4e, 0xe5, 0x2d, 0x00, 0xce, 0x98, - 0xd1, 0x6c, 0xd5, 0x2e, 0x49, 0x17, 0x95, 0x4e, 0xeb, 0x69, 0xce, 0xd8, 0x29, 0x12, 0x0a, 0x5b, - 0xb0, 0x39, 0x44, 0x5e, 0xb4, 0xdd, 0x1f, 0xdf, 0x81, 0xd5, 0x2a, 0x73, 0x1e, 0xdb, 0xf6, 0x89, - 0x57, 0xa3, 0x2d, 0xcf, 0x3e, 0xf3, 0x4d, 0xeb, 0x92, 0xf8, 0xb3, 0xf9, 0x68, 0x1d, 0xe6, 0x79, - 0xc7, 0xb8, 0x30, 0xd9, 0x85, 0x70, 0x92, 0x9e, 0xe4, 0x9d, 0xcf, 0x4c, 0x76, 0xa1, 0x1e, 0x41, - 0x3a, 0x08, 0x17, 0x23, 0x70, 0x47, 0x2e, 0xb1, 0xa3, 0xec, 0x65, 0xcb, 0xf7, 0x8b, 0x43, 0xa2, - 0xb7, 0x79, 0xe9, 0x14, 0x31, 0xae, 0x2a, 0xd4, 0xf5, 0xce, 0xba, 0x4d, 0xa2, 0xa7, 0x2c, 0xf9, - 0xa6, 0x1e, 0xc2, 0x1c, 0x06, 0x52, 0x6e, 0x6e, 0x47, 0xd9, 0xcb, 0x94, 0xbf, 0x35, 0x0a, 0x2f, - 0xa3, 0xed, 0x34, 0x78, 0xe8, 0x02, 0x12, 0x38, 0xa9, 0x56, 0xa7, 0xd6, 0xa5, 0xd0, 0x2d, 0x29, - 0x9c, 0x84, 0x14, 0x54, 0x6f, 0x03, 0x52, 0xbc, 0x63, 0xb8, 0x9e, 0x4d, 0x3a, 0xb9, 0x79, 0x61, - 0x12, 0xef, 0x9c, 0x04, 0xcb, 0x42, 0x1e, 0xde, 0x1b, 0xe6, 0x9f, 0xc8, 0x81, 0x7f, 0x53, 0x60, - 0xa5, 0xca, 0x9c, 0x1f, 0x5f, 0xb8, 0x9c, 0xd4, 0x5d, 0xc6, 0x3f, 0xd5, 0x2b, 0xe5, 0x83, 0x31, - 0xde, 0xbb, 0x07, 0x8b, 0xc4, 0xb7, 0xca, 0x07, 0x86, 0x29, 0x4e, 0x42, 0x9e, 0xd8, 0x02, 0x12, - 0xc3, 0xd3, 0xee, 0x75, 0xf1, 0xed, 0x7e, 0x17, 0xab, 0x90, 0xf0, 0xcc, 0x86, 0x70, 0x62, 0x5a, - 0xc7, 0x77, 0x75, 0x0d, 0x92, 0xac, 0xdb, 0xa8, 0xd1, 0x3a, 0xba, 0x26, 0xad, 0xcb, 0x95, 0xaa, - 0x41, 0xca, 0x26, 0x96, 0xdb, 0x30, 0xeb, 0x0c, 0x6d, 0x5e, 0xd4, 0xa3, 0xb5, 0xba, 0x09, 0x69, - 0xc7, 0x64, 0x22, 0xd3, 0xa4, 0xcd, 0x29, 0xc7, 0x64, 0x4f, 0x83, 0x75, 0xc1, 0x80, 0x8d, 0x01, - 0x9b, 0x42, 0x8b, 0x03, 0x0b, 0x5e, 0xf6, 0x59, 0x20, 0x2c, 0x5c, 0x78, 0xd9, 0x6b, 0xc1, 0x16, - 0x80, 0x65, 0x45, 0x3e, 0x95, 0x51, 0x19, 0x50, 0x84, 0x57, 0xff, 0xad, 0xc0, 0x1d, 0xe1, 0xd6, - 0xe7, 0x2d, 0x7e, 0xf3, 0xb8, 0x5b, 0x85, 0x39, 0x8f, 0x7a, 0x16, 0x41, 0x67, 0x25, 0x74, 0xb1, - 0xe8, 0x8d, 0xc6, 0x44, 0x5f, 0x34, 0x7e, 0x33, 0x91, 0xf4, 0x43, 0xd8, 0x1a, 0x6a, 0x72, 0xe4, - 0xd8, 0x2d, 0x00, 0x97, 0x19, 0x3e, 0x69, 0xd0, 0x36, 0xb1, 0xd1, 0xfa, 0x94, 0x9e, 0x76, 0x99, - 0x2e, 0x08, 0x05, 0x02, 0xb9, 0x2a, 0x73, 0xc4, 0xea, 0xff, 0xe7, 0xb5, 0x42, 0x01, 0x76, 0x46, - 0x6d, 0x13, 0x05, 0xfd, 0x5f, 0x15, 0x58, 0xaa, 0x32, 0xe7, 0x0b, 0xca, 0xc9, 0xb1, 0xc9, 0x4e, - 0x7d, 0xd7, 0x22, 0x33, 0xab, 0xd0, 0x0c, 0xd0, 0xa1, 0x0a, 0xb8, 0x50, 0xef, 0xc2, 0x42, 0xd3, - 0x77, 0xa9, 0xef, 0xf2, 0xae, 0x71, 0x4e, 0x08, 0x7a, 0x39, 0xa1, 0x67, 0x42, 0xda, 0x13, 0x82, - 0x2c, 0xe2, 0x18, 0xbc, 0x56, 0xa3, 0x46, 0x7c, 0x3c, 0xe0, 0x84, 0x9e, 0x41, 0xda, 0x33, 0x24, - 0x61, 0x56, 0xb4, 0x9a, 0xcd, 0x7a, 0x37, 0xca, 0x0a, 0x5c, 0x15, 0x36, 0x60, 0x3d, 0xa6, 0x7b, - 0x64, 0xd7, 0x9f, 0x92, 0x91, 0x5d, 0xa1, 0xe9, 0x63, 0xec, 0xda, 0x04, 0x8c, 0x68, 0x11, 0x09, - 0x22, 0xc4, 0x53, 0x01, 0x01, 0x03, 0xe1, 0x03, 0x58, 0xa3, 0x35, 0x46, 0xfc, 0x36, 0xb1, 0x0d, - 0x2a, 0x65, 0xf5, 0xde, 0x8c, 0xab, 0xe1, 0xd7, 0x70, 0x23, 0x44, 0x55, 0x20, 0x3f, 0x88, 0x92, - 0xf1, 0x46, 0x5c, 0xe7, 0x82, 0x4b, 0x43, 0x37, 0xe3, 0xe8, 0x23, 0x8c, 0x40, 0x64, 0x51, 0x3f, - 0x02, 0x6d, 0x50, 0x48, 0x90, 0xec, 0x2d, 0x46, 0xec, 0x1c, 0xa0, 0x80, 0xf5, 0xb8, 0x80, 0x63, - 0x93, 0xbd, 0x60, 0xc4, 0x56, 0x7f, 0xa9, 0xc0, 0xfd, 0x41, 0x34, 0x39, 0x3f, 0x27, 0x16, 0x77, - 0xdb, 0x04, 0xe5, 0x88, 0x23, 0xcb, 0x60, 0x19, 0x2c, 0xca, 0x32, 0xb8, 0x3b, 0x45, 0x19, 0x3c, - 0xf1, 0xb8, 0x7e, 0x37, 0xbe, 0xf1, 0xa7, 0xa1, 0xe8, 0x28, 0x92, 0x4e, 0x27, 0x6b, 0x20, 0xae, - 0xad, 0x05, 0x34, 0x65, 0xac, 0x44, 0xbc, 0xcf, 0x54, 0x0a, 0xd9, 0xb6, 0x59, 0x6f, 0x11, 0xc3, - 0x27, 0x16, 0x71, 0x83, 0xec, 0xc2, 0x90, 0x38, 0xfa, 0xec, 0x9a, 0x35, 0xfc, 0x3f, 0xaf, 0xb7, - 0xef, 0x74, 0xcd, 0x46, 0xfd, 0xb0, 0xd0, 0x2f, 0xae, 0xa0, 0x2f, 0x22, 0x41, 0x97, 0x6b, 0xf5, - 0x13, 0x48, 0x32, 0x6e, 0xf2, 0x96, 0xb8, 0x77, 0xb3, 0xe5, 0x07, 0x23, 0x8b, 0x9d, 0x68, 0xb7, - 0x24, 0xf0, 0x73, 0xc4, 0xe8, 0x12, 0xab, 0xde, 0x87, 0x6c, 0x64, 0x3f, 0x32, 0xca, 0x2b, 0x65, - 0x31, 0xa4, 0x56, 0x02, 0xa2, 0xfa, 0x00, 0xd4, 0x88, 0x2d, 0x68, 0x05, 0x44, 0x52, 0xa7, 0xd0, - 0x39, 0xcb, 0xe1, 0x97, 0x33, 0xc6, 0x9e, 0xe1, 0xad, 0xd8, 0x57, 0x8a, 0xd3, 0x33, 0x95, 0xe2, - 0x9e, 0x14, 0x0a, 0x7d, 0x1e, 0xa5, 0xd0, 0x5f, 0x92, 0x90, 0x95, 0xdf, 0x64, 0xc5, 0x1c, 0x93, - 0x41, 0x41, 0x8a, 0x12, 0xcf, 0x26, 0xbe, 0x4c, 0x1f, 0xb9, 0x52, 0x77, 0x61, 0x49, 0xbc, 0x19, - 0xb1, 0x32, 0xb8, 0x28, 0xc8, 0x15, 0x79, 0x7d, 0x68, 0x90, 0x92, 0x47, 0xe0, 0xcb, 0x2b, 0x3e, - 0x5a, 0x07, 0xce, 0x0b, 0xdf, 0xa5, 0xf3, 0xe6, 0x84, 0x88, 0x90, 0x2a, 0x9c, 0x77, 0xd5, 0xd6, - 0x25, 0x6f, 0xd4, 0xd6, 0x05, 0x56, 0x36, 0x08, 0x63, 0xa6, 0x23, 0x5c, 0x9f, 0xd6, 0xc3, 0x65, - 0x70, 0x57, 0xb9, 0x5e, 0xcf, 0x05, 0x90, 0xc6, 0xcf, 0x19, 0x49, 0xc3, 0xbc, 0x3f, 0x80, 0xd5, - 0x90, 0xa5, 0x2f, 0xdb, 0x45, 0xb2, 0xaa, 0xf2, 0x5b, 0x6f, 0x92, 0xf7, 0xd5, 0xef, 0x0c, 0xb2, - 0x45, 0xf5, 0xbb, 0xff, 0x8c, 0x17, 0x66, 0x6b, 0xb7, 0x36, 0x21, 0xcd, 0x3b, 0x06, 0xf5, 0x5d, - 0xc7, 0xf5, 0x72, 0x8b, 0xc2, 0xb9, 0xbc, 0xf3, 0x1c, 0xd7, 0xc1, 0xbd, 0x6d, 0x32, 0x46, 0x78, - 0x2e, 0x8b, 0x1f, 0xc4, 0x42, 0xdd, 0x86, 0x0c, 0x69, 0x13, 0x8f, 0xcb, 0xfa, 0xb7, 0x84, 0x5a, - 0x01, 0x92, 0xb0, 0x04, 0xaa, 0x3e, 0x6c, 0x60, 0x63, 0x6e, 0xd1, 0xba, 0x61, 0x51, 0x8f, 0xfb, - 0xa6, 0xc5, 0x8d, 0x36, 0xf1, 0x99, 0x4b, 0xbd, 0xdc, 0x32, 0xea, 0xf9, 0xa8, 0x38, 0x76, 0xa8, - 0x09, 0x8a, 0x31, 0xe2, 0x2b, 0x12, 0xfe, 0x85, 0x40, 0xeb, 0xeb, 0xcd, 0xe1, 0x1f, 0xd4, 0x9f, - 0x06, 0x71, 0xd0, 0x26, 0x3e, 0x37, 0x68, 0x93, 0xbb, 0xd4, 0x63, 0xb9, 0x15, 0xac, 0xfa, 0x0f, - 0x26, 0x6c, 0xa4, 0x23, 0xe8, 0xb9, 0xc0, 0x1c, 0x25, 0x82, 0xb0, 0x08, 0x62, 0xa7, 0x87, 0xa8, - 0x56, 0x61, 0xc1, 0x32, 0xeb, 0xf5, 0x48, 0xb0, 0x8a, 0x82, 0xdf, 0x9f, 0x20, 0xb8, 0x62, 0xd6, - 0xeb, 0x52, 0x82, 0x9e, 0xb1, 0xae, 0x16, 0x85, 0x1c, 0xac, 0xf5, 0x67, 0x4e, 0x94, 0x54, 0x4f, - 0xb1, 0xc7, 0x7c, 0x5c, 0xa3, 0x3e, 0xff, 0x9c, 0xb7, 0xac, 0xcb, 0x4a, 0xe5, 0xec, 0x27, 0xe3, - 0x47, 0x82, 0x71, 0xcd, 0xd7, 0x26, 0x76, 0x77, 0xfd, 0xd2, 0xa2, 0xad, 0xda, 0x38, 0x0f, 0xe8, - 0xe4, 0xbc, 0xe5, 0xd9, 0xc8, 0x42, 0xec, 0x1b, 0xed, 0x26, 0xf2, 0x30, 0x90, 0x16, 0xf5, 0x8b, - 0xa2, 0x00, 0x2e, 0x0a, 0xaa, 0x6c, 0x18, 0x65, 0x9f, 0x3d, 0xb0, 0x6f, 0xa4, 0xd7, 0x57, 0x0a, - 0x6a, 0x2d, 0x06, 0x19, 0xdd, 0xe4, 0xe4, 0xa9, 0x98, 0x11, 0x9f, 0x04, 0x23, 0xe2, 0x18, 0xed, - 0x2c, 0x50, 0x07, 0x47, 0x4a, 0xd4, 0x32, 0x53, 0x2e, 0x4d, 0x0a, 0x81, 0xd8, 0x36, 0x32, 0x0a, - 0x96, 0xfd, 0x18, 0xbd, 0x70, 0x0f, 0xee, 0x8e, 0xd4, 0x2d, 0xb2, 0xe0, 0x5f, 0x0a, 0x8e, 0x62, - 0x72, 0xf0, 0xc3, 0x9e, 0xba, 0xd2, 0x62, 0x9c, 0xda, 0xdd, 0x1b, 0x4c, 0xa5, 0x45, 0x78, 0xd7, - 0x23, 0x5f, 0x1a, 0x96, 0x10, 0x14, 0x73, 0xf1, 0x8a, 0x47, 0xbe, 0x94, 0x5b, 0x84, 0x7d, 0xf9, - 0xc0, 0xf8, 0x91, 0x18, 0x32, 0x7e, 0x5c, 0xdd, 0x89, 0x73, 0x37, 0x1b, 0x75, 0x3f, 0x81, 0x7b, - 0x63, 0x2c, 0xee, 0x6d, 0x7c, 0x7b, 0x22, 0x48, 0x89, 0xc7, 0x6b, 0x03, 0x3b, 0x52, 0xe1, 0xdd, - 0x5e, 0x21, 0xa7, 0x66, 0x8b, 0xc9, 0x92, 0x39, 0x7b, 0xf7, 0x19, 0xc8, 0x40, 0x77, 0xa5, 0x74, - 0xb1, 0x28, 0x9c, 0xc0, 0xde, 0xa4, 0xed, 0xa6, 0xd4, 0xbc, 0xfc, 0xdf, 0x2c, 0xdc, 0xae, 0x32, - 0x47, 0xfd, 0x8d, 0x02, 0xea, 0x90, 0x59, 0xe7, 0x83, 0x09, 0xf1, 0x37, 0x74, 0x5c, 0xd0, 0x7e, - 0x30, 0x0b, 0x2a, 0xd2, 0xf8, 0xd7, 0x0a, 0xac, 0x0c, 0x4e, 0xfb, 0x0f, 0xa7, 0x92, 0xd9, 0x0f, - 0xd2, 0x3e, 0x9a, 0x01, 0x14, 0xe9, 0xf1, 0x3b, 0x05, 0xee, 0x0c, 0x9f, 0x65, 0xbe, 0x37, 0x59, - 0xec, 0x50, 0xa0, 0xf6, 0xf1, 0x8c, 0xc0, 0x48, 0xa7, 0x36, 0x2c, 0xf4, 0x8d, 0x34, 0xc5, 0xc9, - 0x02, 0x7b, 0xf9, 0xb5, 0x47, 0xd7, 0xe3, 0x8f, 0xef, 0x1b, 0x8d, 0x1c, 0x53, 0xee, 0x1b, 0xf2, - 0x4f, 0xbb, 0x6f, 0xbc, 0x57, 0x53, 0x19, 0x64, 0x7a, 0xfb, 0xb4, 0xfd, 0xe9, 0xc4, 0x48, 0x76, - 0xed, 0xbb, 0xd7, 0x62, 0x8f, 0x36, 0xfd, 0x39, 0x64, 0x63, 0x3f, 0x96, 0x1c, 0x4c, 0x16, 0xd4, - 0x8f, 0xd0, 0x3e, 0xbc, 0x2e, 0x22, 0xda, 0xfd, 0x57, 0x0a, 0x2c, 0x0f, 0xfc, 0xb8, 0x56, 0x9e, - 0x2c, 0x2e, 0x8e, 0xd1, 0x0e, 0xaf, 0x8f, 0x89, 0x94, 0xf8, 0x05, 0x2c, 0xc5, 0x7f, 0x92, 0xfc, - 0xce, 0x64, 0x71, 0x31, 0x88, 0xf6, 0xfd, 0x6b, 0x43, 0x7a, 0xcf, 0x20, 0xd6, 0x4c, 0x4c, 0x71, - 0x06, 0xfd, 0x88, 0x69, 0xce, 0x60, 0x78, 0x8b, 0x81, 0x57, 0xd0, 0x60, 0x83, 0xf1, 0x70, 0x9a, - 0xec, 0x8d, 0x81, 0xa6, 0xb9, 0x82, 0x46, 0xb6, 0x14, 0xea, 0x1f, 0x14, 0x58, 0x1b, 0xd1, 0x4f, - 0x7c, 0x38, 0xed, 0xe9, 0xc6, 0x91, 0xda, 0x8f, 0x66, 0x45, 0x46, 0x6a, 0x7d, 0xa5, 0x40, 0x6e, - 0x64, 0x93, 0x70, 0x38, 0xf5, 0xa1, 0x0f, 0x60, 0xb5, 0xa3, 0xd9, 0xb1, 0x91, 0x72, 0x7f, 0x56, - 0x60, 0x6b, 0x7c, 0x25, 0xfe, 0x78, 0x5a, 0x07, 0x8c, 0x10, 0xa0, 0x1d, 0xdf, 0x50, 0x40, 0xa8, - 0xeb, 0xd1, 0xf1, 0xd7, 0x6f, 0xf2, 0xca, 0xab, 0x37, 0x79, 0xe5, 0x9f, 0x6f, 0xf2, 0xca, 0x6f, - 0xdf, 0xe6, 0x6f, 0xbd, 0x7a, 0x9b, 0xbf, 0xf5, 0xf7, 0xb7, 0xf9, 0x5b, 0x3f, 0xdb, 0xef, 0x69, - 0x64, 0x82, 0x2d, 0xf6, 0xc5, 0xff, 0x10, 0x3c, 0x6a, 0x93, 0x52, 0xa7, 0xef, 0x5f, 0x2d, 0x41, - 0x4f, 0x53, 0x4b, 0xe2, 0x6c, 0xf1, 0xf0, 0x7f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x18, 0xd2, 0x18, - 0x6c, 0x98, 0x19, 0x00, 0x00, + 0x11, 0x0f, 0x13, 0x59, 0x91, 0x46, 0xb6, 0x92, 0xbc, 0x75, 0x12, 0x9a, 0x5e, 0x2b, 0x8e, 0xd2, + 0xa4, 0xc6, 0x22, 0x91, 0x52, 0x65, 0x9b, 0x6e, 0xb3, 0x45, 0xb7, 0xb1, 0x76, 0xe3, 0x35, 0x10, + 0x25, 0x06, 0xd7, 0xd9, 0xfe, 0xb9, 0x10, 0x14, 0xf9, 0x4c, 0x13, 0x96, 0xf8, 0x04, 0xbe, 0x27, + 0xad, 0x14, 0x14, 0x68, 0x51, 0xa0, 0x40, 0x8f, 0x6d, 0xd1, 0xd3, 0x1e, 0x7a, 0xeb, 0xa1, 0xdf, + 0xa0, 0xa7, 0x9e, 0xf7, 0xb8, 0xe8, 0xa9, 0xe8, 0x21, 0x28, 0x92, 0x2f, 0xd0, 0xf6, 0xda, 0x4b, + 0xc1, 0x79, 0x8f, 0x8c, 0x44, 0xfd, 0xb5, 0x8c, 0x62, 0x2f, 0x26, 0xdf, 0x70, 0x7e, 0xf3, 0x66, + 0xe6, 0xcd, 0xbc, 0x99, 0x91, 0xe1, 0xce, 0x4b, 0x2a, 0x6c, 0xe7, 0xd8, 0xf6, 0x83, 0x2a, 0xbe, + 0xb1, 0x90, 0x56, 0x9d, 0x90, 0x71, 0x2e, 0x69, 0xa2, 0x5f, 0xe9, 0x84, 0x4c, 0x30, 0xb2, 0x95, + 0xf0, 0x55, 0x62, 0xbe, 0xca, 0x5b, 0x3e, 0x63, 0xdd, 0x63, 0x1e, 0x43, 0xce, 0x6a, 0xf4, 0x26, + 0x41, 0xc6, 0x7b, 0x13, 0x84, 0x77, 0x4e, 0xbc, 0x2a, 0x92, 0xb8, 0x7a, 0x28, 0xde, 0x3b, 0xd3, + 0x78, 0x99, 0x1f, 0xe0, 0x9f, 0x39, 0x32, 0x3b, 0x21, 0x63, 0x47, 0x5c, 0x3d, 0x14, 0xef, 0xc3, + 0xd9, 0xc6, 0x85, 0xb6, 0xa0, 0x56, 0xcb, 0x6f, 0xfb, 0x82, 0x86, 0xd6, 0x51, 0xcb, 0xf6, 0x62, + 0x5c, 0x6d, 0x36, 0x0e, 0x5f, 0x2d, 0x7c, 0xb7, 0x62, 0x07, 0x95, 0x7f, 0xaf, 0x01, 0x69, 0x70, + 0xaf, 0xe1, 0x7b, 0x91, 0xd8, 0x43, 0xce, 0x9f, 0x74, 0x03, 0x97, 0x13, 0x1d, 0x2e, 0x3a, 0x21, + 0xb5, 0x05, 0x0b, 0x75, 0x6d, 0x5b, 0xdb, 0xc9, 0x9b, 0xf1, 0x92, 0x6c, 0x40, 0x4e, 0x8a, 0xf0, + 0x5d, 0xfd, 0xfc, 0xb6, 0xb6, 0x73, 0xc1, 0xbc, 0x88, 0xeb, 0x7d, 0x97, 0xec, 0x41, 0xd6, 0x6e, + 0xb3, 0x6e, 0x20, 0xf4, 0x0b, 0x11, 0x66, 0xb7, 0xfa, 0xd5, 0xab, 0x1b, 0xe7, 0xfe, 0xf1, 0xea, + 0xc6, 0xb7, 0x3d, 0x5f, 0x1c, 0x77, 0x9b, 0x15, 0x87, 0xb5, 0xab, 0x0e, 0xe3, 0x6d, 0xc6, 0xd5, + 0xe3, 0x1e, 0x77, 0x4f, 0xaa, 0x62, 0xd0, 0xa1, 0xbc, 0xf2, 0xc2, 0x0f, 0x84, 0xa9, 0xe0, 0xe5, + 0x77, 0xc1, 0x18, 0xd7, 0xc9, 0xa4, 0xbc, 0xc3, 0x02, 0x4e, 0xcb, 0xcf, 0xe0, 0x9d, 0x06, 0xf7, + 0x5e, 0x74, 0x5c, 0xf9, 0xf1, 0xb1, 0xeb, 0x86, 0x94, 0xcf, 0x52, 0x79, 0x0b, 0x40, 0x70, 0x6e, + 0x75, 0xba, 0xcd, 0x13, 0x3a, 0x40, 0xa5, 0xf3, 0x66, 0x5e, 0x70, 0x7e, 0x80, 0x84, 0xf2, 0x16, + 0x6c, 0x4e, 0x90, 0x97, 0x6c, 0xf7, 0xc7, 0xf3, 0xb0, 0xde, 0xe0, 0xde, 0x63, 0xd7, 0xdd, 0x0f, + 0x9a, 0xac, 0x1b, 0xb8, 0x87, 0xa1, 0xed, 0x9c, 0xd0, 0x70, 0x39, 0x1f, 0x5d, 0x87, 0x8b, 0xa2, + 0x6f, 0x1d, 0xdb, 0xfc, 0x58, 0x3a, 0xc9, 0xcc, 0x8a, 0xfe, 0xa7, 0x36, 0x3f, 0x26, 0xbb, 0x90, + 0x8f, 0xc2, 0xc5, 0x8a, 0xdc, 0xa1, 0x67, 0xb6, 0xb5, 0x9d, 0x62, 0xed, 0x76, 0x65, 0x42, 0xf4, + 0x76, 0x4e, 0xbc, 0x0a, 0xc6, 0x55, 0x9d, 0xf9, 0xc1, 0xe1, 0xa0, 0x43, 0xcd, 0x9c, 0xa3, 0xde, + 0xc8, 0x23, 0x58, 0xc1, 0x40, 0xd2, 0x57, 0xb6, 0xb5, 0x9d, 0x42, 0xed, 0x5b, 0xd3, 0xf0, 0x2a, + 0xda, 0x0e, 0xa2, 0x87, 0x29, 0x21, 0x91, 0x93, 0x9a, 0x2d, 0xe6, 0x9c, 0x48, 0xdd, 0xb2, 0xd2, + 0x49, 0x48, 0x41, 0xf5, 0x36, 0x20, 0x27, 0xfa, 0x96, 0x1f, 0xb8, 0xb4, 0xaf, 0x5f, 0x94, 0x26, + 0x89, 0xfe, 0x7e, 0xb4, 0x2c, 0x97, 0xe0, 0xdd, 0x49, 0xfe, 0x49, 0x1c, 0xf8, 0x37, 0x0d, 0xae, + 0x34, 0xb8, 0xf7, 0xe3, 0x63, 0x5f, 0xd0, 0x96, 0xcf, 0xc5, 0x27, 0x66, 0xbd, 0x76, 0x7f, 0x86, + 0xf7, 0x6e, 0xc1, 0x1a, 0x0d, 0x9d, 0xda, 0x7d, 0xcb, 0x96, 0x27, 0xa1, 0x4e, 0x6c, 0x15, 0x89, + 0xf1, 0x69, 0x0f, 0xbb, 0xf8, 0xc2, 0xa8, 0x8b, 0x09, 0x64, 0x02, 0xbb, 0x2d, 0x9d, 0x98, 0x37, + 0xf1, 0x9d, 0x5c, 0x83, 0x2c, 0x1f, 0xb4, 0x9b, 0xac, 0x85, 0xae, 0xc9, 0x9b, 0x6a, 0x45, 0x0c, + 0xc8, 0xb9, 0xd4, 0xf1, 0xdb, 0x76, 0x8b, 0xa3, 0xcd, 0x6b, 0x66, 0xb2, 0x26, 0x9b, 0x90, 0xf7, + 0x6c, 0x2e, 0x33, 0x4d, 0xd9, 0x9c, 0xf3, 0x6c, 0xfe, 0x34, 0x5a, 0x97, 0x2d, 0xd8, 0x18, 0xb3, + 0x29, 0xb6, 0x38, 0xb2, 0xe0, 0xe5, 0x88, 0x05, 0xd2, 0xc2, 0xd5, 0x97, 0xc3, 0x16, 0x6c, 0x01, + 0x38, 0x4e, 0xe2, 0x53, 0x15, 0x95, 0x11, 0x45, 0x7a, 0xf5, 0xdf, 0x1a, 0x5c, 0x95, 0x6e, 0x7d, + 0xde, 0x15, 0x67, 0x8f, 0xbb, 0x75, 0x58, 0x09, 0x58, 0xe0, 0x50, 0x74, 0x56, 0xc6, 0x94, 0x8b, + 0xe1, 0x68, 0xcc, 0x8c, 0x44, 0xe3, 0x37, 0x13, 0x49, 0x3f, 0x84, 0xad, 0x89, 0x26, 0x27, 0x8e, + 0xdd, 0x02, 0xf0, 0xb9, 0x15, 0xd2, 0x36, 0xeb, 0x51, 0x17, 0xad, 0xcf, 0x99, 0x79, 0x9f, 0x9b, + 0x92, 0x50, 0xa6, 0xa0, 0x37, 0xb8, 0x27, 0x57, 0xff, 0x3f, 0xaf, 0x95, 0xcb, 0xb0, 0x3d, 0x6d, + 0x9b, 0x24, 0xe8, 0xff, 0xaa, 0xc1, 0xa5, 0x06, 0xf7, 0x3e, 0x67, 0x82, 0xee, 0xd9, 0xfc, 0x20, + 0xf4, 0x1d, 0xba, 0xb4, 0x0a, 0x9d, 0x08, 0x1d, 0xab, 0x80, 0x0b, 0x72, 0x13, 0x56, 0x3b, 0xa1, + 0xcf, 0x42, 0x5f, 0x0c, 0xac, 0x23, 0x4a, 0xd1, 0xcb, 0x19, 0xb3, 0x10, 0xd3, 0x9e, 0x50, 0x64, + 0x91, 0xc7, 0x10, 0x74, 0xdb, 0x4d, 0x1a, 0xe2, 0x01, 0x67, 0xcc, 0x02, 0xd2, 0x9e, 0x21, 0x89, + 0x18, 0x90, 0xe5, 0xdd, 0x4e, 0xa7, 0x35, 0x90, 0x59, 0xb1, 0x7b, 0x5e, 0xd7, 0x4c, 0x45, 0x29, + 0x6f, 0xc0, 0xf5, 0x94, 0xfe, 0x89, 0x6d, 0x7f, 0xca, 0x26, 0xb6, 0xc5, 0xe6, 0xcf, 0xb0, 0x6d, + 0x13, 0x30, 0xaa, 0x65, 0x34, 0xc8, 0x30, 0xcf, 0x45, 0x04, 0x0c, 0x86, 0xf7, 0xe1, 0x1a, 0x6b, + 0x72, 0x1a, 0xf6, 0xa8, 0x6b, 0x31, 0x25, 0x6b, 0xf8, 0x76, 0x5c, 0x8f, 0xbf, 0xc6, 0x1b, 0x21, + 0xaa, 0x0e, 0xa5, 0x71, 0x94, 0x8a, 0x39, 0xea, 0x7b, 0xc7, 0x42, 0x19, 0xbb, 0x99, 0x46, 0xef, + 0x62, 0x14, 0x22, 0x0b, 0xf9, 0x10, 0x8c, 0x71, 0x21, 0x51, 0xc2, 0x77, 0x39, 0x75, 0x75, 0x40, + 0x01, 0xd7, 0xd3, 0x02, 0xf6, 0x6c, 0xfe, 0x82, 0x53, 0x97, 0xfc, 0x52, 0x83, 0xdb, 0xe3, 0x68, + 0x7a, 0x74, 0x44, 0x1d, 0xe1, 0xf7, 0x28, 0xca, 0x91, 0xc7, 0x56, 0x40, 0xcf, 0x56, 0x54, 0x29, + 0xbc, 0xb3, 0x40, 0x29, 0xdc, 0x0f, 0x84, 0x79, 0x33, 0xbd, 0xf1, 0x27, 0xb1, 0xe8, 0x24, 0x9a, + 0x0e, 0xe6, 0x6b, 0x20, 0xaf, 0xae, 0x55, 0x34, 0x65, 0xa6, 0x44, 0xbc, 0xd3, 0x08, 0x83, 0x62, + 0xcf, 0x6e, 0x75, 0xa9, 0x15, 0x52, 0x87, 0xfa, 0x51, 0x86, 0xc9, 0xb0, 0xf8, 0xf4, 0x94, 0x75, + 0xfc, 0x3f, 0xaf, 0x6e, 0x5c, 0x1d, 0xd8, 0xed, 0xd6, 0xa3, 0xf2, 0xa8, 0xb8, 0xb2, 0xb9, 0x86, + 0x04, 0x53, 0xad, 0xc9, 0xc7, 0x90, 0xe5, 0xc2, 0x16, 0x5d, 0x79, 0xf7, 0x16, 0x6b, 0x77, 0xa7, + 0x16, 0x3c, 0xd9, 0x72, 0x29, 0xe0, 0x67, 0x88, 0x31, 0x15, 0x96, 0xdc, 0x86, 0x62, 0x62, 0x3f, + 0x32, 0xaa, 0x6b, 0x65, 0x2d, 0xa6, 0xd6, 0x23, 0x22, 0xb9, 0x0b, 0x24, 0x61, 0x8b, 0xda, 0x01, + 0x99, 0xd8, 0x39, 0x74, 0xce, 0xe5, 0xf8, 0xcb, 0x21, 0xe7, 0xcf, 0xf0, 0x66, 0x1c, 0x29, 0xc7, + 0xf9, 0xa5, 0xca, 0xf1, 0x50, 0x0a, 0xc5, 0x3e, 0x4f, 0x52, 0xe8, 0x2f, 0x59, 0x28, 0xaa, 0x6f, + 0xaa, 0x6a, 0xce, 0xc8, 0xa0, 0xa8, 0x78, 0xd1, 0xc0, 0xa5, 0xa1, 0x4a, 0x1f, 0xb5, 0x22, 0x77, + 0xe0, 0x92, 0x7c, 0xb3, 0x52, 0xa5, 0x70, 0x4d, 0x92, 0xeb, 0xea, 0x0a, 0x31, 0x20, 0xa7, 0x8e, + 0x20, 0x54, 0xd7, 0x7c, 0xb2, 0x8e, 0x9c, 0x17, 0xbf, 0x2b, 0xe7, 0xad, 0x48, 0x11, 0x31, 0x55, + 0x3a, 0xef, 0x6d, 0x6b, 0x97, 0x3d, 0x53, 0x6b, 0x17, 0x59, 0xd9, 0xa6, 0x9c, 0xdb, 0x9e, 0x74, + 0x7d, 0xde, 0x8c, 0x97, 0xd1, 0x7d, 0xe5, 0x07, 0x43, 0x17, 0x40, 0x1e, 0x3f, 0x17, 0x14, 0x0d, + 0xf3, 0xfe, 0x3e, 0xac, 0xc7, 0x2c, 0x23, 0xd9, 0x2e, 0x93, 0x95, 0xa8, 0x6f, 0xc3, 0x49, 0x3e, + 0x52, 0xc3, 0x0b, 0xc8, 0x96, 0xd4, 0xf0, 0xd1, 0x33, 0x5e, 0x5d, 0xae, 0xe5, 0xda, 0x84, 0xbc, + 0xe8, 0x5b, 0x2c, 0xf4, 0x3d, 0x3f, 0xd0, 0xd7, 0xa4, 0x73, 0x45, 0xff, 0x39, 0xae, 0xa3, 0xbb, + 0xdb, 0xe6, 0x9c, 0x0a, 0xbd, 0x88, 0x1f, 0xe4, 0x82, 0xdc, 0x80, 0x02, 0xed, 0xd1, 0x40, 0xa8, + 0x1a, 0x78, 0x09, 0xb5, 0x02, 0x24, 0x61, 0x19, 0x24, 0x21, 0x6c, 0x60, 0x73, 0xee, 0xb0, 0x96, + 0xe5, 0xb0, 0x40, 0x84, 0xb6, 0x23, 0xac, 0x1e, 0x0d, 0xb9, 0xcf, 0x02, 0xfd, 0x32, 0xea, 0xf9, + 0xb0, 0x32, 0x73, 0xb0, 0x89, 0x0a, 0x32, 0xe2, 0xeb, 0x0a, 0xfe, 0xb9, 0x44, 0x9b, 0xd7, 0x3b, + 0x93, 0x3f, 0x90, 0x9f, 0x46, 0x71, 0xd0, 0xa3, 0xa1, 0xb0, 0x58, 0x47, 0xf8, 0x2c, 0xe0, 0xfa, + 0x15, 0xac, 0xfc, 0x77, 0xe7, 0x6c, 0x64, 0x22, 0xe8, 0xb9, 0xc4, 0xec, 0x66, 0xa2, 0xb0, 0x88, + 0x62, 0x67, 0x88, 0x48, 0x1a, 0xb0, 0xea, 0xd8, 0xad, 0x56, 0x22, 0x98, 0xa0, 0xe0, 0xf7, 0xe6, + 0x08, 0xae, 0xdb, 0xad, 0x96, 0x92, 0x60, 0x16, 0x9c, 0xb7, 0x8b, 0xb2, 0x0e, 0xd7, 0x46, 0x33, + 0x27, 0x49, 0xaa, 0xa7, 0xd8, 0x67, 0x3e, 0x6e, 0xb2, 0x50, 0x7c, 0x26, 0xba, 0xce, 0x49, 0xbd, + 0x7e, 0xf8, 0x93, 0xd9, 0x63, 0xc1, 0xac, 0x06, 0x6c, 0x13, 0x3b, 0xbc, 0x51, 0x69, 0xc9, 0x56, + 0x3d, 0x9c, 0x09, 0x4c, 0x7a, 0xd4, 0x0d, 0x5c, 0x64, 0xa1, 0xee, 0x99, 0x76, 0x93, 0x79, 0x18, + 0x49, 0x4b, 0x7a, 0x46, 0x59, 0x00, 0xd7, 0x24, 0x55, 0x35, 0x8d, 0xaa, 0xd7, 0x1e, 0xdb, 0x37, + 0xd1, 0xeb, 0x4b, 0x0d, 0xb5, 0x96, 0xc3, 0x8c, 0x69, 0x0b, 0xfa, 0x54, 0xce, 0x89, 0x4f, 0xa2, + 0x31, 0x71, 0x86, 0x76, 0x0e, 0x90, 0xf1, 0xb1, 0x12, 0xb5, 0x2c, 0xd4, 0xaa, 0xf3, 0x42, 0x20, + 0xb5, 0x8d, 0x8a, 0x82, 0xcb, 0x61, 0x8a, 0x5e, 0xbe, 0x05, 0x37, 0xa7, 0xea, 0x96, 0x58, 0xf0, + 0x2f, 0x0d, 0xc7, 0x31, 0x35, 0xfc, 0x61, 0x5f, 0x5d, 0xef, 0x72, 0xc1, 0xdc, 0xc1, 0x19, 0x26, + 0xd3, 0x0a, 0xbc, 0x13, 0xd0, 0x2f, 0x2c, 0x47, 0x0a, 0x4a, 0xb9, 0xf8, 0x4a, 0x40, 0xbf, 0x50, + 0x5b, 0xc4, 0xbd, 0xf9, 0xd8, 0x08, 0x92, 0x99, 0x30, 0x82, 0xbc, 0xbd, 0x13, 0x57, 0xce, 0x36, + 0xee, 0x7e, 0x0c, 0xb7, 0x66, 0x58, 0x3c, 0xdc, 0xfc, 0x0e, 0x45, 0x90, 0x96, 0x8e, 0xd7, 0x36, + 0x76, 0xa5, 0xd2, 0xbb, 0xc3, 0x42, 0x0e, 0xec, 0x2e, 0x57, 0x25, 0x73, 0xf9, 0x0e, 0x34, 0x92, + 0x81, 0xee, 0xca, 0x99, 0x72, 0x51, 0xde, 0x87, 0x9d, 0x79, 0xdb, 0x2d, 0xa8, 0x79, 0xed, 0xbf, + 0x45, 0xb8, 0xd0, 0xe0, 0x1e, 0xf9, 0x8d, 0x06, 0x64, 0xc2, 0xbc, 0xf3, 0xfe, 0x9c, 0xf8, 0x9b, + 0x38, 0x32, 0x18, 0x3f, 0x58, 0x06, 0x95, 0x68, 0xfc, 0x6b, 0x0d, 0xae, 0x8c, 0x4f, 0xfc, 0x0f, + 0x16, 0x92, 0x39, 0x0a, 0x32, 0x3e, 0x5c, 0x02, 0x94, 0xe8, 0xf1, 0x3b, 0x0d, 0xae, 0x4e, 0x9e, + 0x67, 0xbe, 0x37, 0x5f, 0xec, 0x44, 0xa0, 0xf1, 0xd1, 0x92, 0xc0, 0x44, 0xa7, 0x1e, 0xac, 0x8e, + 0x8c, 0x35, 0x95, 0xf9, 0x02, 0x87, 0xf9, 0x8d, 0x87, 0xa7, 0xe3, 0x4f, 0xef, 0x9b, 0x8c, 0x1c, + 0x0b, 0xee, 0x1b, 0xf3, 0x2f, 0xba, 0x6f, 0xba, 0x57, 0x23, 0x1c, 0x0a, 0xc3, 0x7d, 0xda, 0xbd, + 0xc5, 0xc4, 0x28, 0x76, 0xe3, 0xbb, 0xa7, 0x62, 0x4f, 0x36, 0xfd, 0x39, 0x14, 0x53, 0x3f, 0x98, + 0xdc, 0x9f, 0x2f, 0x68, 0x14, 0x61, 0x7c, 0x70, 0x5a, 0x44, 0xb2, 0xfb, 0xaf, 0x34, 0xb8, 0x3c, + 0xf6, 0x03, 0x5b, 0x6d, 0xbe, 0xb8, 0x34, 0xc6, 0x78, 0x74, 0x7a, 0x4c, 0xa2, 0xc4, 0x2f, 0xe0, + 0x52, 0xfa, 0x67, 0xc9, 0xef, 0xcc, 0x17, 0x97, 0x82, 0x18, 0xdf, 0x3f, 0x35, 0x64, 0xf8, 0x0c, + 0x52, 0xcd, 0xc4, 0x02, 0x67, 0x30, 0x8a, 0x58, 0xe4, 0x0c, 0x26, 0xb7, 0x18, 0x78, 0x05, 0x8d, + 0x37, 0x18, 0x0f, 0x16, 0xc9, 0xde, 0x14, 0x68, 0x91, 0x2b, 0x68, 0x6a, 0x4b, 0x41, 0xfe, 0xa0, + 0xc1, 0xb5, 0x29, 0xfd, 0xc4, 0x07, 0x8b, 0x9e, 0x6e, 0x1a, 0x69, 0xfc, 0x68, 0x59, 0x64, 0xa2, + 0xd6, 0x97, 0x1a, 0xe8, 0x53, 0x9b, 0x84, 0x47, 0x0b, 0x1f, 0xfa, 0x18, 0xd6, 0xd8, 0x5d, 0x1e, + 0x9b, 0x28, 0xf7, 0x67, 0x0d, 0xb6, 0x66, 0x57, 0xe2, 0x8f, 0x16, 0x75, 0xc0, 0x14, 0x01, 0xc6, + 0xde, 0x19, 0x05, 0xc4, 0xba, 0xee, 0xee, 0x7d, 0xf5, 0xba, 0xa4, 0x7d, 0xfd, 0xba, 0xa4, 0xfd, + 0xf3, 0x75, 0x49, 0xfb, 0xed, 0x9b, 0xd2, 0xb9, 0xaf, 0xdf, 0x94, 0xce, 0xfd, 0xfd, 0x4d, 0xe9, + 0xdc, 0xcf, 0xee, 0x0d, 0x35, 0x32, 0xd1, 0x16, 0xf7, 0xe4, 0xff, 0x11, 0x02, 0xe6, 0xd2, 0x6a, + 0x7f, 0xe4, 0xdf, 0x2d, 0x51, 0x4f, 0xd3, 0xcc, 0xe2, 0x6c, 0xf1, 0xe0, 0x7f, 0x01, 0x00, 0x00, + 0xff, 0xff, 0x45, 0x32, 0x2c, 0x14, 0x9c, 0x19, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used.