diff --git a/proto/crosschain/genesis.proto b/proto/crosschain/genesis.proto index 87c3875b14..2d5d96c3a9 100644 --- a/proto/crosschain/genesis.proto +++ b/proto/crosschain/genesis.proto @@ -13,12 +13,12 @@ option go_package = "github.com/zeta-chain/zetacore/x/crosschain/types"; // GenesisState defines the metacore module's genesis state. message GenesisState { - repeated OutTxTracker outTxTrackerList = 1 [(gogoproto.nullable) = false]; - repeated GasPrice gasPriceList = 2; - repeated CrossChainTx CrossChainTxs = 3; - repeated LastBlockHeight lastBlockHeightList = 4; - repeated InTxHashToCctx inTxHashToCctxList = 5 [(gogoproto.nullable) = false]; - repeated InTxTracker in_tx_tracker_list = 6 [(gogoproto.nullable) = false]; - ZetaAccounting zeta_accounting = 7 [(gogoproto.nullable) = false]; - repeated string FinalizedInbounds = 8; + repeated OutTxTracker outTxTrackerList = 2 [(gogoproto.nullable) = false]; + repeated GasPrice gasPriceList = 5; + repeated CrossChainTx CrossChainTxs = 7; + repeated LastBlockHeight lastBlockHeightList = 8; + repeated InTxHashToCctx inTxHashToCctxList = 9 [(gogoproto.nullable) = false]; + repeated InTxTracker in_tx_tracker_list = 11 [(gogoproto.nullable) = false]; + ZetaAccounting zeta_accounting = 12 [(gogoproto.nullable) = false]; + repeated string FinalizedInbounds = 16; } diff --git a/proto/fungible/genesis.proto b/proto/fungible/genesis.proto index 20c9cadd2b..d630ff482f 100644 --- a/proto/fungible/genesis.proto +++ b/proto/fungible/genesis.proto @@ -9,6 +9,6 @@ option go_package = "github.com/zeta-chain/zetacore/x/fungible/types"; // GenesisState defines the fungible module's genesis state. message GenesisState { - repeated ForeignCoins foreignCoinsList = 1 [(gogoproto.nullable) = false]; - SystemContract systemContract = 2; + repeated ForeignCoins foreignCoinsList = 2 [(gogoproto.nullable) = false]; + SystemContract systemContract = 3; } diff --git a/x/crosschain/types/genesis.pb.go b/x/crosschain/types/genesis.pb.go index c6358ad693..d7511b155d 100644 --- a/x/crosschain/types/genesis.pb.go +++ b/x/crosschain/types/genesis.pb.go @@ -26,14 +26,14 @@ const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package // GenesisState defines the metacore module's genesis state. type GenesisState struct { - OutTxTrackerList []OutTxTracker `protobuf:"bytes,1,rep,name=outTxTrackerList,proto3" json:"outTxTrackerList"` - GasPriceList []*GasPrice `protobuf:"bytes,2,rep,name=gasPriceList,proto3" json:"gasPriceList,omitempty"` - CrossChainTxs []*CrossChainTx `protobuf:"bytes,3,rep,name=CrossChainTxs,proto3" json:"CrossChainTxs,omitempty"` - LastBlockHeightList []*LastBlockHeight `protobuf:"bytes,4,rep,name=lastBlockHeightList,proto3" json:"lastBlockHeightList,omitempty"` - InTxHashToCctxList []InTxHashToCctx `protobuf:"bytes,5,rep,name=inTxHashToCctxList,proto3" json:"inTxHashToCctxList"` - InTxTrackerList []InTxTracker `protobuf:"bytes,6,rep,name=in_tx_tracker_list,json=inTxTrackerList,proto3" json:"in_tx_tracker_list"` - ZetaAccounting ZetaAccounting `protobuf:"bytes,7,opt,name=zeta_accounting,json=zetaAccounting,proto3" json:"zeta_accounting"` - FinalizedInbounds []string `protobuf:"bytes,8,rep,name=FinalizedInbounds,proto3" json:"FinalizedInbounds,omitempty"` + OutTxTrackerList []OutTxTracker `protobuf:"bytes,2,rep,name=outTxTrackerList,proto3" json:"outTxTrackerList"` + GasPriceList []*GasPrice `protobuf:"bytes,5,rep,name=gasPriceList,proto3" json:"gasPriceList,omitempty"` + CrossChainTxs []*CrossChainTx `protobuf:"bytes,7,rep,name=CrossChainTxs,proto3" json:"CrossChainTxs,omitempty"` + LastBlockHeightList []*LastBlockHeight `protobuf:"bytes,8,rep,name=lastBlockHeightList,proto3" json:"lastBlockHeightList,omitempty"` + InTxHashToCctxList []InTxHashToCctx `protobuf:"bytes,9,rep,name=inTxHashToCctxList,proto3" json:"inTxHashToCctxList"` + InTxTrackerList []InTxTracker `protobuf:"bytes,11,rep,name=in_tx_tracker_list,json=inTxTrackerList,proto3" json:"in_tx_tracker_list"` + ZetaAccounting ZetaAccounting `protobuf:"bytes,12,opt,name=zeta_accounting,json=zetaAccounting,proto3" json:"zeta_accounting"` + FinalizedInbounds []string `protobuf:"bytes,16,rep,name=FinalizedInbounds,proto3" json:"FinalizedInbounds,omitempty"` } func (m *GenesisState) Reset() { *m = GenesisState{} } @@ -134,34 +134,34 @@ func init() { proto.RegisterFile("crosschain/genesis.proto", fileDescriptor_dd51 var fileDescriptor_dd51403692d571f4 = []byte{ // 465 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0x41, 0x6f, 0xd3, 0x30, - 0x14, 0xc7, 0x1b, 0xba, 0x0d, 0x30, 0x83, 0x81, 0xe1, 0x10, 0x55, 0x22, 0xab, 0xc6, 0x81, 0x09, - 0x58, 0x22, 0xe0, 0x13, 0xd0, 0x4a, 0x6c, 0xd3, 0x26, 0x01, 0xa1, 0xa7, 0x89, 0xc9, 0x38, 0x9e, - 0x95, 0x58, 0x0b, 0x76, 0x15, 0xbf, 0x48, 0xa1, 0x9f, 0x82, 0x6f, 0xc4, 0x75, 0xc7, 0x1d, 0x39, - 0x21, 0xd4, 0x7e, 0x11, 0x64, 0x27, 0x0c, 0x47, 0x99, 0xd6, 0xde, 0x9e, 0xfc, 0xde, 0xff, 0xf7, - 0x7f, 0xf9, 0x3b, 0x46, 0x3e, 0x2b, 0x94, 0xd6, 0x2c, 0xa3, 0x42, 0x46, 0x29, 0x97, 0x5c, 0x0b, - 0x1d, 0x4e, 0x0b, 0x05, 0x0a, 0x3f, 0x9d, 0x71, 0xa0, 0xb6, 0x11, 0xda, 0x4a, 0x15, 0x3c, 0xfc, - 0x3f, 0x3c, 0xd8, 0x76, 0x84, 0xb6, 0x24, 0xb6, 0x26, 0x50, 0xd5, 0xfa, 0xc1, 0xc0, 0x25, 0x53, - 0x4d, 0xa6, 0x85, 0x60, 0xbc, 0xe9, 0x3d, 0x73, 0x7a, 0x56, 0x43, 0x32, 0xaa, 0x33, 0x02, 0x8a, - 0x30, 0x76, 0x05, 0x08, 0x3a, 0x43, 0x50, 0x50, 0x76, 0xce, 0x8b, 0xa6, 0xbf, 0xe3, 0xf4, 0x73, - 0xaa, 0x81, 0x24, 0xb9, 0x62, 0xe7, 0x24, 0xe3, 0x22, 0xcd, 0xa0, 0x99, 0x71, 0xb7, 0x54, 0x25, - 0x74, 0x21, 0x4f, 0x52, 0x95, 0x2a, 0x5b, 0x46, 0xa6, 0xaa, 0x4f, 0x77, 0x7e, 0xae, 0xa3, 0xcd, - 0xfd, 0x3a, 0x8d, 0xcf, 0x40, 0x81, 0xe3, 0x53, 0xf4, 0x50, 0x95, 0x30, 0xa9, 0x26, 0xb5, 0xf8, - 0x58, 0x68, 0xf0, 0xbd, 0x61, 0x7f, 0xf7, 0xde, 0x9b, 0x97, 0xe1, 0x8d, 0x39, 0x85, 0x1f, 0x1c, - 0xd9, 0x68, 0xed, 0xe2, 0xf7, 0x76, 0x2f, 0xee, 0xa0, 0xf0, 0x11, 0xda, 0x4c, 0xa9, 0xfe, 0x68, - 0x12, 0xb2, 0xe8, 0x5b, 0x16, 0xfd, 0x7c, 0x09, 0x7a, 0xbf, 0x91, 0xc4, 0x2d, 0x31, 0xfe, 0x84, - 0xee, 0x8f, 0xcd, 0xd0, 0xd8, 0x0c, 0x4d, 0x2a, 0xed, 0xf7, 0x57, 0x5a, 0xd4, 0xd5, 0xc4, 0x6d, - 0x02, 0xfe, 0x8a, 0x1e, 0x9b, 0x84, 0x47, 0x26, 0xe0, 0x03, 0x9b, 0xaf, 0x5d, 0x73, 0xcd, 0x82, - 0xc3, 0x25, 0xe0, 0xe3, 0xb6, 0x32, 0xbe, 0x0e, 0x85, 0x19, 0xc2, 0xc6, 0xea, 0x80, 0xea, 0x6c, - 0xa2, 0xc6, 0x0c, 0x2a, 0x6b, 0xb0, 0x6e, 0x0d, 0xf6, 0x96, 0x18, 0x1c, 0xb6, 0x84, 0x4d, 0xc8, - 0xd7, 0xe0, 0xf0, 0xa9, 0x31, 0x71, 0xfe, 0x01, 0x92, 0x1b, 0x93, 0x0d, 0x6b, 0xf2, 0x62, 0x05, - 0x93, 0xf6, 0x35, 0x6e, 0x09, 0xd9, 0xbe, 0xc5, 0x2f, 0x68, 0xcb, 0x28, 0x09, 0x65, 0x4c, 0x95, - 0x12, 0x84, 0x4c, 0xfd, 0xdb, 0x43, 0x6f, 0x85, 0x0f, 0x38, 0xe1, 0x40, 0xdf, 0x5d, 0x89, 0x1a, - 0xfc, 0x83, 0x59, 0xeb, 0x14, 0xbf, 0x42, 0x8f, 0xde, 0x0b, 0x49, 0x73, 0x31, 0xe3, 0x67, 0x87, - 0x32, 0x51, 0xa5, 0x3c, 0xd3, 0xfe, 0x9d, 0x61, 0x7f, 0xf7, 0x6e, 0xdc, 0x6d, 0x8c, 0x8e, 0x2e, - 0xe6, 0x81, 0x77, 0x39, 0x0f, 0xbc, 0x3f, 0xf3, 0xc0, 0xfb, 0xb1, 0x08, 0x7a, 0x97, 0x8b, 0xa0, - 0xf7, 0x6b, 0x11, 0xf4, 0x4e, 0x5e, 0xa7, 0x02, 0xb2, 0x32, 0x09, 0x99, 0xfa, 0x16, 0x19, 0x8b, - 0xbd, 0xfa, 0x75, 0xfc, 0xdb, 0x2b, 0xaa, 0x22, 0xe7, 0xcd, 0xc0, 0xf7, 0x29, 0xd7, 0xc9, 0x86, - 0x7d, 0x15, 0x6f, 0xff, 0x06, 0x00, 0x00, 0xff, 0xff, 0x9d, 0xe1, 0x07, 0xea, 0x2d, 0x04, 0x00, + 0x14, 0xc7, 0x5b, 0xc6, 0x80, 0x79, 0x85, 0x0d, 0xc3, 0x21, 0xaa, 0x44, 0x56, 0x8d, 0x03, 0x13, + 0xb0, 0x44, 0xc0, 0x27, 0xa0, 0x95, 0xd8, 0xa6, 0x4d, 0x02, 0x42, 0x4e, 0x13, 0x93, 0x71, 0x3c, + 0x2b, 0xb1, 0x16, 0xec, 0x2a, 0x7e, 0x91, 0x42, 0x3f, 0x05, 0xdf, 0x88, 0xeb, 0x8e, 0x3b, 0x72, + 0x42, 0xa8, 0xfd, 0x22, 0xc8, 0x4e, 0x18, 0x8e, 0x32, 0xd1, 0xde, 0x9e, 0xfc, 0xde, 0xff, 0xf7, + 0x7f, 0xf9, 0x3b, 0x46, 0x1e, 0x2b, 0x94, 0xd6, 0x2c, 0xa3, 0x42, 0x86, 0x29, 0x97, 0x5c, 0x0b, + 0x1d, 0x4c, 0x0b, 0x05, 0x0a, 0x3f, 0x99, 0x71, 0xa0, 0xb6, 0x11, 0xd8, 0x4a, 0x15, 0x3c, 0xf8, + 0x37, 0x3c, 0xdc, 0x71, 0x84, 0xb6, 0x24, 0xb6, 0x26, 0x50, 0xd5, 0xfa, 0xe1, 0xd0, 0x25, 0x53, + 0x4d, 0xa6, 0x85, 0x60, 0xbc, 0xe9, 0x3d, 0x75, 0x7a, 0x56, 0x43, 0x32, 0xaa, 0x33, 0x02, 0x8a, + 0x30, 0x76, 0x0d, 0xf0, 0x3b, 0x43, 0x50, 0x50, 0x76, 0xc1, 0x8b, 0xa6, 0xbf, 0xeb, 0xf4, 0x73, + 0xaa, 0x81, 0x24, 0xb9, 0x62, 0x17, 0x24, 0xe3, 0x22, 0xcd, 0xa0, 0x99, 0x71, 0xb7, 0x54, 0x25, + 0x74, 0x21, 0x8f, 0x53, 0x95, 0x2a, 0x5b, 0x86, 0xa6, 0xaa, 0x4f, 0x77, 0x7f, 0xac, 0xa3, 0xc1, + 0x41, 0x9d, 0xc6, 0x27, 0xa0, 0xc0, 0xf1, 0x19, 0xda, 0x56, 0x25, 0xc4, 0x55, 0x5c, 0x8b, 0x4f, + 0x84, 0x06, 0xef, 0xd6, 0x68, 0x6d, 0x6f, 0xf3, 0xf5, 0x8b, 0xe0, 0xbf, 0x39, 0x05, 0xef, 0x1d, + 0xd9, 0xf8, 0xf6, 0xe5, 0xaf, 0x9d, 0x5e, 0xd4, 0x41, 0xe1, 0x63, 0x34, 0x48, 0xa9, 0xfe, 0x60, + 0x12, 0xb2, 0xe8, 0x75, 0x8b, 0x7e, 0xb6, 0x04, 0x7d, 0xd0, 0x48, 0xa2, 0x96, 0x18, 0x7f, 0x44, + 0xf7, 0x27, 0x66, 0x68, 0x62, 0x86, 0xe2, 0x4a, 0x7b, 0x77, 0x57, 0x5a, 0xd4, 0xd5, 0x44, 0x6d, + 0x02, 0xfe, 0x82, 0x1e, 0x99, 0x84, 0xc7, 0x26, 0xe0, 0x43, 0x9b, 0xaf, 0x5d, 0xf3, 0x9e, 0x05, + 0x07, 0x4b, 0xc0, 0x27, 0x6d, 0x65, 0x74, 0x13, 0x0a, 0x33, 0x84, 0x8d, 0xd5, 0x21, 0xd5, 0x59, + 0xac, 0x26, 0x0c, 0x2a, 0x6b, 0xb0, 0x61, 0x0d, 0xf6, 0x97, 0x18, 0x1c, 0xb5, 0x84, 0x4d, 0xc8, + 0x37, 0xe0, 0xf0, 0x99, 0x31, 0x71, 0xfe, 0x01, 0x92, 0x1b, 0x93, 0x4d, 0x6b, 0xf2, 0x7c, 0x05, + 0x93, 0xf6, 0x35, 0x6e, 0x09, 0xd9, 0xbe, 0xc5, 0xcf, 0x68, 0xcb, 0x28, 0x09, 0x65, 0x4c, 0x95, + 0x12, 0x84, 0x4c, 0xbd, 0xc1, 0xa8, 0xbf, 0xc2, 0x07, 0x9c, 0x72, 0xa0, 0x6f, 0xaf, 0x45, 0x0d, + 0xfe, 0xc1, 0xac, 0x75, 0x8a, 0x5f, 0xa2, 0x87, 0xef, 0x84, 0xa4, 0xb9, 0x98, 0xf1, 0xf3, 0x23, + 0x99, 0xa8, 0x52, 0x9e, 0x6b, 0x6f, 0x7b, 0xb4, 0xb6, 0xb7, 0x11, 0x75, 0x1b, 0xe3, 0xe3, 0xcb, + 0xb9, 0xdf, 0xbf, 0x9a, 0xfb, 0xfd, 0xdf, 0x73, 0xbf, 0xff, 0x7d, 0xe1, 0xf7, 0xae, 0x16, 0x7e, + 0xef, 0xe7, 0xc2, 0xef, 0x9d, 0xbe, 0x4a, 0x05, 0x64, 0x65, 0x12, 0x30, 0xf5, 0x35, 0x34, 0x16, + 0xfb, 0xf5, 0xeb, 0xf8, 0xbb, 0x57, 0x58, 0x85, 0xce, 0x9b, 0x81, 0x6f, 0x53, 0xae, 0x93, 0x3b, + 0xf6, 0x55, 0xbc, 0xf9, 0x13, 0x00, 0x00, 0xff, 0xff, 0x28, 0xc8, 0xb0, 0x72, 0x2d, 0x04, 0x00, 0x00, } @@ -191,7 +191,9 @@ func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error) { copy(dAtA[i:], m.FinalizedInbounds[iNdEx]) i = encodeVarintGenesis(dAtA, i, uint64(len(m.FinalizedInbounds[iNdEx]))) i-- - dAtA[i] = 0x42 + dAtA[i] = 0x1 + i-- + dAtA[i] = 0x82 } } { @@ -203,7 +205,7 @@ func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error) { i = encodeVarintGenesis(dAtA, i, uint64(size)) } i-- - dAtA[i] = 0x3a + dAtA[i] = 0x62 if len(m.InTxTrackerList) > 0 { for iNdEx := len(m.InTxTrackerList) - 1; iNdEx >= 0; iNdEx-- { { @@ -215,7 +217,7 @@ func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error) { i = encodeVarintGenesis(dAtA, i, uint64(size)) } i-- - dAtA[i] = 0x32 + dAtA[i] = 0x5a } } if len(m.InTxHashToCctxList) > 0 { @@ -229,7 +231,7 @@ func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error) { i = encodeVarintGenesis(dAtA, i, uint64(size)) } i-- - dAtA[i] = 0x2a + dAtA[i] = 0x4a } } if len(m.LastBlockHeightList) > 0 { @@ -243,7 +245,7 @@ func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error) { i = encodeVarintGenesis(dAtA, i, uint64(size)) } i-- - dAtA[i] = 0x22 + dAtA[i] = 0x42 } } if len(m.CrossChainTxs) > 0 { @@ -257,7 +259,7 @@ func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error) { i = encodeVarintGenesis(dAtA, i, uint64(size)) } i-- - dAtA[i] = 0x1a + dAtA[i] = 0x3a } } if len(m.GasPriceList) > 0 { @@ -271,7 +273,7 @@ func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error) { i = encodeVarintGenesis(dAtA, i, uint64(size)) } i-- - dAtA[i] = 0x12 + dAtA[i] = 0x2a } } if len(m.OutTxTrackerList) > 0 { @@ -285,7 +287,7 @@ func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error) { i = encodeVarintGenesis(dAtA, i, uint64(size)) } i-- - dAtA[i] = 0xa + dAtA[i] = 0x12 } } return len(dAtA) - i, nil @@ -349,7 +351,7 @@ func (m *GenesisState) Size() (n int) { if len(m.FinalizedInbounds) > 0 { for _, s := range m.FinalizedInbounds { l = len(s) - n += 1 + l + sovGenesis(uint64(l)) + n += 2 + l + sovGenesis(uint64(l)) } } return n @@ -390,7 +392,7 @@ func (m *GenesisState) Unmarshal(dAtA []byte) error { return fmt.Errorf("proto: GenesisState: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { - case 1: + case 2: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field OutTxTrackerList", wireType) } @@ -424,7 +426,7 @@ func (m *GenesisState) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex - case 2: + case 5: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field GasPriceList", wireType) } @@ -458,7 +460,7 @@ func (m *GenesisState) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex - case 3: + case 7: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field CrossChainTxs", wireType) } @@ -492,7 +494,7 @@ func (m *GenesisState) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex - case 4: + case 8: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field LastBlockHeightList", wireType) } @@ -526,7 +528,7 @@ func (m *GenesisState) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex - case 5: + case 9: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field InTxHashToCctxList", wireType) } @@ -560,7 +562,7 @@ func (m *GenesisState) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex - case 6: + case 11: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field InTxTrackerList", wireType) } @@ -594,7 +596,7 @@ func (m *GenesisState) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex - case 7: + case 12: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field ZetaAccounting", wireType) } @@ -627,7 +629,7 @@ func (m *GenesisState) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex - case 8: + case 16: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field FinalizedInbounds", wireType) } diff --git a/x/fungible/types/genesis.pb.go b/x/fungible/types/genesis.pb.go index 718300f224..56634c414b 100644 --- a/x/fungible/types/genesis.pb.go +++ b/x/fungible/types/genesis.pb.go @@ -26,8 +26,8 @@ const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package // GenesisState defines the fungible module's genesis state. type GenesisState struct { - ForeignCoinsList []ForeignCoins `protobuf:"bytes,1,rep,name=foreignCoinsList,proto3" json:"foreignCoinsList"` - SystemContract *SystemContract `protobuf:"bytes,2,opt,name=systemContract,proto3" json:"systemContract,omitempty"` + ForeignCoinsList []ForeignCoins `protobuf:"bytes,2,rep,name=foreignCoinsList,proto3" json:"foreignCoinsList"` + SystemContract *SystemContract `protobuf:"bytes,3,opt,name=systemContract,proto3" json:"systemContract,omitempty"` } func (m *GenesisState) Reset() { *m = GenesisState{} } @@ -93,15 +93,15 @@ var fileDescriptor_11e46382f3a6d0c2 = []byte{ 0xa9, 0xb9, 0xf1, 0xc9, 0xf9, 0x79, 0x25, 0x45, 0x89, 0xc9, 0x25, 0x50, 0x79, 0x91, 0xf4, 0xfc, 0xf4, 0x7c, 0x30, 0x53, 0x1f, 0xc4, 0x82, 0x88, 0x2a, 0x1d, 0x60, 0xe4, 0xe2, 0x71, 0x87, 0x38, 0x21, 0xb8, 0x24, 0xb1, 0x24, 0x55, 0x28, 0x9a, 0x4b, 0x00, 0x6a, 0xba, 0x33, 0xc8, 0x70, 0x9f, - 0xcc, 0xe2, 0x12, 0x09, 0x46, 0x05, 0x66, 0x0d, 0x6e, 0x23, 0x4d, 0x3d, 0x3c, 0x8e, 0xd3, 0x73, + 0xcc, 0xe2, 0x12, 0x09, 0x26, 0x05, 0x66, 0x0d, 0x6e, 0x23, 0x4d, 0x3d, 0x3c, 0x8e, 0xd3, 0x73, 0x43, 0xd2, 0xe4, 0xc4, 0x72, 0xe2, 0x9e, 0x3c, 0x43, 0x10, 0x86, 0x41, 0x42, 0xc1, 0x5c, 0x7c, - 0x10, 0xc7, 0x39, 0x43, 0xdd, 0x26, 0xc1, 0xa4, 0xc0, 0xa8, 0xc1, 0x6d, 0xa4, 0x8d, 0xd7, 0xe8, + 0x10, 0xc7, 0x39, 0x43, 0xdd, 0x26, 0xc1, 0xac, 0xc0, 0xa8, 0xc1, 0x6d, 0xa4, 0x8d, 0xd7, 0xe8, 0x60, 0x14, 0x2d, 0x41, 0x68, 0x46, 0x38, 0x79, 0x9e, 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, 0xcb, 0x31, 0x5c, 0x78, 0x2c, 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x43, 0x94, 0x7e, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x3e, 0xc8, 0x58, 0x5d, 0xb0, 0x0d, 0xfa, 0x30, 0x1b, 0xf4, 0x2b, 0xf4, 0xe1, 0x61, 0x56, 0x52, 0x59, 0x90, - 0x5a, 0x9c, 0xc4, 0x06, 0x0e, 0x14, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0xbd, 0x2a, 0xc7, - 0x57, 0x9f, 0x01, 0x00, 0x00, + 0x5a, 0x9c, 0xc4, 0x06, 0x0e, 0x14, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0x94, 0x92, 0xf7, + 0x47, 0x9f, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { @@ -134,7 +134,7 @@ func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error) { i = encodeVarintGenesis(dAtA, i, uint64(size)) } i-- - dAtA[i] = 0x12 + dAtA[i] = 0x1a } if len(m.ForeignCoinsList) > 0 { for iNdEx := len(m.ForeignCoinsList) - 1; iNdEx >= 0; iNdEx-- { @@ -147,7 +147,7 @@ func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error) { i = encodeVarintGenesis(dAtA, i, uint64(size)) } i-- - dAtA[i] = 0xa + dAtA[i] = 0x12 } } return len(dAtA) - i, nil @@ -218,7 +218,7 @@ func (m *GenesisState) Unmarshal(dAtA []byte) error { return fmt.Errorf("proto: GenesisState: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { - case 1: + case 2: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field ForeignCoinsList", wireType) } @@ -252,7 +252,7 @@ func (m *GenesisState) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex - case 2: + case 3: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field SystemContract", wireType) }