diff --git a/js/protos/node/node_pb.js b/js/protos/node/node_pb.js index 45cc6c1..21e9b9d 100644 --- a/js/protos/node/node_pb.js +++ b/js/protos/node/node_pb.js @@ -5922,10 +5922,11 @@ proto.node.BtfsScanTab.toObject = function(includeInstance, msg) { totalRank: jspb.Message.getFieldWithDefault(msg, 11, ""), contractAllCount: jspb.Message.getFieldWithDefault(msg, 12, 0), contractFailCount: jspb.Message.getFieldWithDefault(msg, 13, 0), - storageContractUsed: jspb.Message.getFloatingPointFieldWithDefault(msg, 14, 0.0), - storageContractLeft: jspb.Message.getFloatingPointFieldWithDefault(msg, 15, 0.0), - superOnlineMinersCount: jspb.Message.getFieldWithDefault(msg, 16, 0), - newOnlineMinersCount: jspb.Message.getFieldWithDefault(msg, 17, 0) + contractAllStorage: jspb.Message.getFloatingPointFieldWithDefault(msg, 14, 0.0), + contractFailStorage: jspb.Message.getFloatingPointFieldWithDefault(msg, 15, 0.0), + storageLeftWhenContract: jspb.Message.getFloatingPointFieldWithDefault(msg, 16, 0.0), + superOnlineMinersCount: jspb.Message.getFieldWithDefault(msg, 17, 0), + newOnlineMinersCount: jspb.Message.getFieldWithDefault(msg, 18, 0) }; if (includeInstance) { @@ -6022,17 +6023,21 @@ proto.node.BtfsScanTab.deserializeBinaryFromReader = function(msg, reader) { break; case 14: var value = /** @type {number} */ (reader.readDouble()); - msg.setStorageContractUsed(value); + msg.setContractAllStorage(value); break; case 15: var value = /** @type {number} */ (reader.readDouble()); - msg.setStorageContractLeft(value); + msg.setContractFailStorage(value); break; case 16: + var value = /** @type {number} */ (reader.readDouble()); + msg.setStorageLeftWhenContract(value); + break; + case 17: var value = /** @type {number} */ (reader.readUint32()); msg.setSuperOnlineMinersCount(value); break; - case 17: + case 18: var value = /** @type {number} */ (reader.readUint32()); msg.setNewOnlineMinersCount(value); break; @@ -6152,31 +6157,38 @@ proto.node.BtfsScanTab.serializeBinaryToWriter = function(message, writer) { f ); } - f = message.getStorageContractUsed(); + f = message.getContractAllStorage(); if (f !== 0.0) { writer.writeDouble( 14, f ); } - f = message.getStorageContractLeft(); + f = message.getContractFailStorage(); if (f !== 0.0) { writer.writeDouble( 15, f ); } + f = message.getStorageLeftWhenContract(); + if (f !== 0.0) { + writer.writeDouble( + 16, + f + ); + } f = message.getSuperOnlineMinersCount(); if (f !== 0) { writer.writeUint32( - 16, + 17, f ); } f = message.getNewOnlineMinersCount(); if (f !== 0) { writer.writeUint32( - 17, + 18, f ); } @@ -6464,10 +6476,10 @@ proto.node.BtfsScanTab.prototype.setContractFailCount = function(value) { /** - * optional double storage_contract_used = 14; + * optional double contract_all_storage = 14; * @return {number} */ -proto.node.BtfsScanTab.prototype.getStorageContractUsed = function() { +proto.node.BtfsScanTab.prototype.getContractAllStorage = function() { return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 14, 0.0)); }; @@ -6476,16 +6488,16 @@ proto.node.BtfsScanTab.prototype.getStorageContractUsed = function() { * @param {number} value * @return {!proto.node.BtfsScanTab} returns this */ -proto.node.BtfsScanTab.prototype.setStorageContractUsed = function(value) { +proto.node.BtfsScanTab.prototype.setContractAllStorage = function(value) { return jspb.Message.setProto3FloatField(this, 14, value); }; /** - * optional double storage_contract_left = 15; + * optional double contract_fail_storage = 15; * @return {number} */ -proto.node.BtfsScanTab.prototype.getStorageContractLeft = function() { +proto.node.BtfsScanTab.prototype.getContractFailStorage = function() { return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 15, 0.0)); }; @@ -6494,17 +6506,35 @@ proto.node.BtfsScanTab.prototype.getStorageContractLeft = function() { * @param {number} value * @return {!proto.node.BtfsScanTab} returns this */ -proto.node.BtfsScanTab.prototype.setStorageContractLeft = function(value) { +proto.node.BtfsScanTab.prototype.setContractFailStorage = function(value) { return jspb.Message.setProto3FloatField(this, 15, value); }; /** - * optional uint32 super_online_miners_count = 16; + * optional double storage_left_when_contract = 16; + * @return {number} + */ +proto.node.BtfsScanTab.prototype.getStorageLeftWhenContract = function() { + return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 16, 0.0)); +}; + + +/** + * @param {number} value + * @return {!proto.node.BtfsScanTab} returns this + */ +proto.node.BtfsScanTab.prototype.setStorageLeftWhenContract = function(value) { + return jspb.Message.setProto3FloatField(this, 16, value); +}; + + +/** + * optional uint32 super_online_miners_count = 17; * @return {number} */ proto.node.BtfsScanTab.prototype.getSuperOnlineMinersCount = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 16, 0)); + return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 17, 0)); }; @@ -6513,16 +6543,16 @@ proto.node.BtfsScanTab.prototype.getSuperOnlineMinersCount = function() { * @return {!proto.node.BtfsScanTab} returns this */ proto.node.BtfsScanTab.prototype.setSuperOnlineMinersCount = function(value) { - return jspb.Message.setProto3IntField(this, 16, value); + return jspb.Message.setProto3IntField(this, 17, value); }; /** - * optional uint32 new_online_miners_count = 17; + * optional uint32 new_online_miners_count = 18; * @return {number} */ proto.node.BtfsScanTab.prototype.getNewOnlineMinersCount = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 17, 0)); + return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 18, 0)); }; @@ -6531,7 +6561,7 @@ proto.node.BtfsScanTab.prototype.getNewOnlineMinersCount = function() { * @return {!proto.node.BtfsScanTab} returns this */ proto.node.BtfsScanTab.prototype.setNewOnlineMinersCount = function(value) { - return jspb.Message.setProto3IntField(this, 17, value); + return jspb.Message.setProto3IntField(this, 18, value); }; diff --git a/protos/node/node.pb.go b/protos/node/node.pb.go index 753a299..852ad60 100644 --- a/protos/node/node.pb.go +++ b/protos/node/node.pb.go @@ -1679,26 +1679,27 @@ func (*Contracts_Contract) XXX_MessageName() string { } type BtfsScanTab struct { - tableName string `pg:"btfs_scan,alias:t,discard_unknown_columns"` - StorageVolumeLeft float64 `protobuf:"fixed64,2,opt,name=storage_volume_left,json=storageVolumeLeft,proto3" json:"storage_volume_left,omitempty" pg:"storage_volume_left"` - OnlineMinersNumber uint32 `protobuf:"varint,3,opt,name=online_miners_number,json=onlineMinersNumber,proto3" json:"online_miners_number,omitempty" pg:"online_miners_number"` - CountryDistribute map[string]int32 `protobuf:"bytes,4,rep,name=country_distribute,json=countryDistribute,proto3" json:"country_distribute,omitempty" pg:"country_distribute" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` - ScoreDistribute map[string]int32 `protobuf:"bytes,5,rep,name=score_distribute,json=scoreDistribute,proto3" json:"score_distribute,omitempty" pg:"score_distribute" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` - TimeCreated time.Time `protobuf:"bytes,6,opt,name=time_created,json=timeCreated,proto3,stdtime" json:"time_created" pg:"time_created"` - StorageAlreadyUsed float64 `protobuf:"fixed64,7,opt,name=storage_already_used,json=storageAlreadyUsed,proto3" json:"storage_already_used,omitempty" pg:"storage_already_used"` - Price float64 `protobuf:"fixed64,8,opt,name=price,proto3" json:"price,omitempty" pg:"price"` - DateCreated time.Time `protobuf:"bytes,9,opt,name=date_created,json=dateCreated,proto3,stdtime" json:"date_created" pg:"date_created"` - NewRank string `protobuf:"bytes,10,opt,name=new_rank,json=newRank,proto3" json:"new_rank,omitempty" pg:"new_rank"` - TotalRank string `protobuf:"bytes,11,opt,name=total_rank,json=totalRank,proto3" json:"total_rank,omitempty" pg:"total_rank"` - ContractAllCount uint32 `protobuf:"varint,12,opt,name=contract_all_count,json=contractAllCount,proto3" json:"contract_all_count,omitempty" pg:"contract_all_count"` - ContractFailCount uint32 `protobuf:"varint,13,opt,name=contract_fail_count,json=contractFailCount,proto3" json:"contract_fail_count,omitempty" pg:"contract_fail_count"` - StorageContractUsed float64 `protobuf:"fixed64,14,opt,name=storage_contract_used,json=storageContractUsed,proto3" json:"storage_contract_used,omitempty" pg:"storage_contract_used"` - StorageContractLeft float64 `protobuf:"fixed64,15,opt,name=storage_contract_left,json=storageContractLeft,proto3" json:"storage_contract_left,omitempty" pg:"storage_contract_left"` - SuperOnlineMinersCount uint32 `protobuf:"varint,16,opt,name=super_online_miners_count,json=superOnlineMinersCount,proto3" json:"super_online_miners_count,omitempty" pg:"super_online_miners_count"` - NewOnlineMinersCount uint32 `protobuf:"varint,17,opt,name=new_online_miners_count,json=newOnlineMinersCount,proto3" json:"new_online_miners_count,omitempty" pg:"new_online_miners_count"` - XXX_NoUnkeyedLiteral struct{} `json:"-" pg:"-"` - XXX_unrecognized []byte `json:"-" pg:"-"` - XXX_sizecache int32 `json:"-" pg:"-"` + tableName string `pg:"btfs_scan,alias:t,discard_unknown_columns"` + StorageVolumeLeft float64 `protobuf:"fixed64,2,opt,name=storage_volume_left,json=storageVolumeLeft,proto3" json:"storage_volume_left,omitempty" pg:"storage_volume_left"` + OnlineMinersNumber uint32 `protobuf:"varint,3,opt,name=online_miners_number,json=onlineMinersNumber,proto3" json:"online_miners_number,omitempty" pg:"online_miners_number"` + CountryDistribute map[string]int32 `protobuf:"bytes,4,rep,name=country_distribute,json=countryDistribute,proto3" json:"country_distribute,omitempty" pg:"country_distribute" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` + ScoreDistribute map[string]int32 `protobuf:"bytes,5,rep,name=score_distribute,json=scoreDistribute,proto3" json:"score_distribute,omitempty" pg:"score_distribute" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` + TimeCreated time.Time `protobuf:"bytes,6,opt,name=time_created,json=timeCreated,proto3,stdtime" json:"time_created" pg:"time_created"` + StorageAlreadyUsed float64 `protobuf:"fixed64,7,opt,name=storage_already_used,json=storageAlreadyUsed,proto3" json:"storage_already_used,omitempty" pg:"storage_already_used"` + Price float64 `protobuf:"fixed64,8,opt,name=price,proto3" json:"price,omitempty" pg:"price"` + DateCreated time.Time `protobuf:"bytes,9,opt,name=date_created,json=dateCreated,proto3,stdtime" json:"date_created" pg:"date_created"` + NewRank string `protobuf:"bytes,10,opt,name=new_rank,json=newRank,proto3" json:"new_rank,omitempty" pg:"new_rank"` + TotalRank string `protobuf:"bytes,11,opt,name=total_rank,json=totalRank,proto3" json:"total_rank,omitempty" pg:"total_rank"` + ContractAllCount uint32 `protobuf:"varint,12,opt,name=contract_all_count,json=contractAllCount,proto3" json:"contract_all_count,omitempty" pg:"contract_all_count"` + ContractFailCount uint32 `protobuf:"varint,13,opt,name=contract_fail_count,json=contractFailCount,proto3" json:"contract_fail_count,omitempty" pg:"contract_fail_count"` + ContractAllStorage float64 `protobuf:"fixed64,14,opt,name=contract_all_storage,json=contractAllStorage,proto3" json:"contract_all_storage,omitempty" pg:"contract_all_storage"` + ContractFailStorage float64 `protobuf:"fixed64,15,opt,name=contract_fail_storage,json=contractFailStorage,proto3" json:"contract_fail_storage,omitempty" pg:"contract_fail_storage"` + StorageLeftWhenContract float64 `protobuf:"fixed64,16,opt,name=storage_left_when_contract,json=storageLeftWhenContract,proto3" json:"storage_left_when_contract,omitempty" pg:"storage_left_when_contract"` + SuperOnlineMinersCount uint32 `protobuf:"varint,17,opt,name=super_online_miners_count,json=superOnlineMinersCount,proto3" json:"super_online_miners_count,omitempty" pg:"super_online_miners_count"` + NewOnlineMinersCount uint32 `protobuf:"varint,18,opt,name=new_online_miners_count,json=newOnlineMinersCount,proto3" json:"new_online_miners_count,omitempty" pg:"new_online_miners_count"` + XXX_NoUnkeyedLiteral struct{} `json:"-" pg:"-"` + XXX_unrecognized []byte `json:"-" pg:"-"` + XXX_sizecache int32 `json:"-" pg:"-"` } func (m *BtfsScanTab) Reset() { *m = BtfsScanTab{} } @@ -1825,16 +1826,23 @@ func (m *BtfsScanTab) GetContractFailCount() uint32 { return 0 } -func (m *BtfsScanTab) GetStorageContractUsed() float64 { +func (m *BtfsScanTab) GetContractAllStorage() float64 { if m != nil { - return m.StorageContractUsed + return m.ContractAllStorage } return 0 } -func (m *BtfsScanTab) GetStorageContractLeft() float64 { +func (m *BtfsScanTab) GetContractFailStorage() float64 { if m != nil { - return m.StorageContractLeft + return m.ContractFailStorage + } + return 0 +} + +func (m *BtfsScanTab) GetStorageLeftWhenContract() float64 { + if m != nil { + return m.StorageLeftWhenContract } return 0 } @@ -2145,209 +2153,211 @@ func init() { proto.RegisterFile("protos/node/node.proto", fileDescriptor_35f8e1 func init() { golang_proto.RegisterFile("protos/node/node.proto", fileDescriptor_35f8e1f5ec2240a2) } var fileDescriptor_35f8e1f5ec2240a2 = []byte{ - // 3230 bytes of a gzipped FileDescriptorProto + // 3260 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x59, 0x4f, 0x6f, 0x23, 0x47, - 0x76, 0x37, 0x45, 0x4a, 0x22, 0x1f, 0x29, 0x8a, 0x2c, 0x69, 0x34, 0x1c, 0xd9, 0x23, 0x4d, 0xe4, - 0xec, 0xae, 0x32, 0x3b, 0xe6, 0x38, 0xf2, 0x9f, 0xac, 0x67, 0x37, 0x70, 0x24, 0x8a, 0x3b, 0x12, + 0x76, 0x37, 0x45, 0x8a, 0x22, 0x1f, 0x29, 0x8a, 0x2c, 0x69, 0x24, 0x8e, 0xec, 0x91, 0x26, 0x72, + 0x76, 0x77, 0x32, 0x3b, 0xe6, 0x4c, 0xe4, 0x3f, 0x59, 0x8f, 0x37, 0x70, 0x24, 0x8a, 0x3b, 0x12, 0x56, 0x43, 0x69, 0x9b, 0xd4, 0x18, 0xc9, 0x21, 0x8d, 0x52, 0x77, 0x89, 0x6c, 0xa8, 0xd9, 0xdd, 0xe9, 0xaa, 0x96, 0x2c, 0x23, 0xf7, 0x04, 0x08, 0x02, 0xe4, 0x90, 0x43, 0x4e, 0x41, 0x90, 0x43, - 0x0e, 0xb9, 0x04, 0xc8, 0x27, 0xc8, 0x21, 0x40, 0x7c, 0xdc, 0x0f, 0x10, 0xcc, 0x6e, 0xec, 0x5b, - 0x6e, 0x99, 0x4b, 0x72, 0x0c, 0xde, 0xab, 0xea, 0x66, 0x53, 0xe2, 0x1a, 0xd6, 0x60, 0x2e, 0x02, - 0xeb, 0xfd, 0xde, 0x7b, 0xfd, 0xea, 0xfd, 0xab, 0xaa, 0x27, 0x58, 0x8b, 0xe2, 0x50, 0x85, 0xf2, - 0x69, 0x10, 0xba, 0x82, 0xfe, 0xb4, 0x89, 0xc0, 0x4a, 0xf8, 0x7b, 0xfd, 0xd9, 0xd0, 0x53, 0xa3, - 0xe4, 0xac, 0xed, 0x84, 0xe3, 0xa7, 0x2a, 0x0e, 0x83, 0x0f, 0x12, 0xf9, 0x74, 0x18, 0x7e, 0x70, - 0xa6, 0xce, 0xe5, 0x07, 0x4e, 0x38, 0x1e, 0x87, 0xc1, 0x53, 0x23, 0x3f, 0x4c, 0x78, 0xec, 0xea, - 0xbf, 0x5a, 0xc3, 0xfa, 0x87, 0x33, 0x64, 0x09, 0x39, 0x4b, 0xce, 0x9f, 0x0e, 0xc3, 0x61, 0x48, - 0x0b, 0xfa, 0x65, 0x24, 0x36, 0x87, 0x61, 0x38, 0xf4, 0xc5, 0x84, 0x4b, 0x79, 0x63, 0x21, 0x15, - 0x1f, 0x47, 0x9a, 0x61, 0xeb, 0x3f, 0x0a, 0x50, 0x3d, 0xe1, 0xd7, 0x47, 0x21, 0x77, 0x0f, 0x83, - 0xf3, 0x90, 0xdd, 0x87, 0x45, 0x34, 0xd3, 0xf6, 0xdc, 0x56, 0xe1, 0x51, 0x61, 0xbb, 0x62, 0x2d, - 0xe0, 0xf2, 0xd0, 0x65, 0x1b, 0x40, 0xf6, 0xb7, 0xe6, 0x1e, 0x15, 0xb6, 0xab, 0x3b, 0xd0, 0xa6, - 0x8d, 0xf5, 0x42, 0x57, 0x58, 0x44, 0x67, 0x3f, 0x83, 0x65, 0xd7, 0x93, 0x4e, 0x78, 0x29, 0xe2, - 0x6b, 0x1b, 0x29, 0xb2, 0x55, 0x7c, 0x54, 0xdc, 0xae, 0xee, 0xac, 0x68, 0xd6, 0xfd, 0x14, 0x24, - 0x99, 0xba, 0x9b, 0x5f, 0x4a, 0xb6, 0x0b, 0x15, 0x9f, 0x4b, 0x65, 0xa3, 0x79, 0xad, 0x12, 0x7d, - 0x62, 0xbd, 0xad, 0x6d, 0x6f, 0xa7, 0xb6, 0xb7, 0x07, 0xa9, 0xed, 0x7b, 0xe5, 0xaf, 0x5f, 0x6d, - 0xbe, 0xf3, 0x37, 0xbf, 0xde, 0x2c, 0x58, 0x65, 0x14, 0x43, 0x60, 0xeb, 0x6f, 0x0b, 0xb0, 0x34, - 0xf5, 0x11, 0xf6, 0x1e, 0x80, 0x0a, 0xed, 0xe9, 0xed, 0x94, 0x55, 0xd8, 0xd3, 0x1b, 0xfa, 0x10, - 0x56, 0x09, 0x72, 0xc2, 0x20, 0x10, 0x8e, 0xb2, 0x7d, 0xae, 0x44, 0xe0, 0x5c, 0xd3, 0x06, 0xe7, - 0x2d, 0x86, 0x58, 0x47, 0x43, 0x47, 0x1a, 0x61, 0x1f, 0x41, 0x59, 0xc4, 0xb1, 0xed, 0xa0, 0x1b, - 0x8a, 0x8f, 0x0a, 0xdb, 0xf5, 0x9d, 0xd6, 0x8d, 0xbd, 0x75, 0xe3, 0x38, 0x8c, 0x3b, 0xb8, 0xc1, - 0x45, 0x11, 0xd3, 0x8f, 0xad, 0xff, 0x9d, 0x83, 0x5a, 0x86, 0x0f, 0xf8, 0x19, 0x7b, 0x09, 0xa0, - 0xf8, 0x99, 0x2f, 0xec, 0x80, 0x8f, 0x85, 0xb6, 0x6a, 0xef, 0x0f, 0x5e, 0xbf, 0xda, 0xfc, 0x28, - 0x1a, 0x3e, 0xdb, 0x22, 0x8b, 0x32, 0xdf, 0x3c, 0xe1, 0xbe, 0xc7, 0xe5, 0x33, 0xf5, 0x04, 0x29, - 0x3c, 0x76, 0xed, 0x24, 0xb8, 0x08, 0xc2, 0xab, 0xc0, 0x76, 0x42, 0x3f, 0x19, 0x07, 0x72, 0xcb, - 0xaa, 0x90, 0xaa, 0x1e, 0x1f, 0x8b, 0x7c, 0xe4, 0xe6, 0xa6, 0x22, 0xb7, 0x09, 0xd5, 0x74, 0x8f, - 0x4e, 0xa0, 0xc8, 0xf2, 0x25, 0x0b, 0x0c, 0xa9, 0x13, 0x28, 0xd6, 0x86, 0x15, 0x7e, 0x39, 0xbc, - 0xe5, 0x88, 0x12, 0x39, 0xa2, 0xc9, 0x2f, 0x87, 0xdf, 0xe1, 0x87, 0xf9, 0xef, 0xe9, 0x07, 0xf6, - 0xa3, 0x7c, 0x7e, 0xf8, 0xfc, 0x4c, 0xf8, 0xad, 0x05, 0xfa, 0xc0, 0x24, 0x15, 0x8e, 0x90, 0xca, - 0x9e, 0x43, 0x0d, 0xb3, 0xc0, 0x76, 0x62, 0xc1, 0x95, 0x70, 0x5b, 0x8b, 0x77, 0xc8, 0x86, 0x2a, - 0x4a, 0x76, 0xb4, 0xe0, 0xd6, 0xff, 0xac, 0x42, 0x89, 0xf2, 0x60, 0x30, 0xc3, 0xe3, 0x9f, 0xbc, - 0x7e, 0xb5, 0xf9, 0xfb, 0x99, 0xc7, 0xc7, 0x42, 0xc5, 0x9e, 0x23, 0xdf, 0x8e, 0xbf, 0x7f, 0x07, - 0x6a, 0x58, 0xcd, 0xf6, 0xa5, 0x88, 0xa5, 0x17, 0x06, 0xe4, 0xf0, 0x8a, 0x55, 0x45, 0xda, 0x4b, - 0x4d, 0x42, 0xd9, 0x24, 0x9a, 0x24, 0x7b, 0xc9, 0x5a, 0x48, 0x22, 0xdc, 0x0f, 0xca, 0x4a, 0x15, - 0xc6, 0x7c, 0x28, 0xec, 0x44, 0x0a, 0x97, 0xdc, 0x5b, 0xb2, 0xaa, 0x86, 0x76, 0x2a, 0x85, 0xcb, - 0x9e, 0x00, 0x4b, 0x59, 0x2e, 0xd1, 0x2c, 0x61, 0x3b, 0x3c, 0x22, 0x5f, 0x96, 0xac, 0x86, 0x41, - 0x5e, 0x12, 0xd0, 0xe1, 0x11, 0x06, 0x7f, 0x2c, 0xc6, 0x61, 0x7c, 0xad, 0xf5, 0x2d, 0x12, 0x1b, - 0x68, 0x12, 0xa9, 0x7b, 0x00, 0x65, 0x27, 0x4a, 0x34, 0x5a, 0x7e, 0x54, 0xd8, 0x2e, 0x58, 0x8b, - 0x4e, 0x94, 0x10, 0xb4, 0x06, 0x0b, 0x49, 0xe4, 0x87, 0xdc, 0x6d, 0x55, 0x52, 0x23, 0x71, 0xc5, - 0xd6, 0xa1, 0xec, 0x86, 0x57, 0x01, 0x21, 0x40, 0x48, 0xb6, 0xc6, 0x0d, 0xa8, 0x50, 0x71, 0xdf, - 0x36, 0x92, 0x55, 0xbd, 0x01, 0xa2, 0x9d, 0x6a, 0xf1, 0x1f, 0x40, 0x5d, 0xb3, 0x64, 0x4a, 0x6a, - 0xc4, 0xb4, 0x44, 0xd4, 0xfd, 0x54, 0x53, 0x6e, 0x9f, 0x51, 0xec, 0x39, 0xc2, 0x76, 0x05, 0xf7, - 0x5b, 0x4b, 0x53, 0xfb, 0x3c, 0x41, 0x60, 0x5f, 0x70, 0x1f, 0xab, 0xf9, 0x8c, 0x07, 0xee, 0x95, - 0xe7, 0xaa, 0x51, 0x9e, 0xbf, 0x4e, 0xfc, 0x2c, 0xc3, 0x26, 0x12, 0x9f, 0x41, 0x59, 0x0a, 0xa5, - 0xbc, 0x60, 0x28, 0x5b, 0xcb, 0x94, 0x63, 0x2b, 0x93, 0xa6, 0xd6, 0xee, 0x1b, 0x48, 0x27, 0xd7, - 0xaf, 0x5e, 0x61, 0xab, 0x49, 0xd9, 0xd9, 0x06, 0x40, 0x2c, 0xa2, 0x44, 0x71, 0x85, 0xf1, 0x6d, - 0x90, 0xd7, 0x72, 0x14, 0xf6, 0x2e, 0x54, 0xce, 0xfc, 0xd0, 0xb9, 0x90, 0x76, 0x12, 0xb5, 0x9a, - 0xda, 0x43, 0x9a, 0x70, 0x4a, 0x11, 0x31, 0x20, 0xee, 0xbf, 0xc5, 0x74, 0x44, 0x34, 0x09, 0x37, - 0x8f, 0xc9, 0x11, 0x4a, 0x5b, 0x5d, 0x47, 0xa2, 0xb5, 0xa2, 0x13, 0x2b, 0x94, 0x83, 0xeb, 0x48, - 0xa0, 0x5a, 0x1e, 0x3b, 0x23, 0x0d, 0xad, 0xea, 0x76, 0x86, 0x04, 0x02, 0x4d, 0x1c, 0xbd, 0xe0, - 0x3c, 0x6c, 0xdd, 0x23, 0x0c, 0xe3, 0x48, 0x3d, 0xfd, 0x47, 0xb0, 0x1c, 0x09, 0x11, 0xcb, 0xb4, - 0xc2, 0x85, 0xdb, 0xba, 0x4f, 0x5f, 0xad, 0x13, 0xb9, 0x93, 0x52, 0x6f, 0x95, 0x5e, 0xeb, 0x0d, - 0x4b, 0x8f, 0xad, 0xc0, 0xfc, 0xc8, 0xbe, 0xe4, 0x7e, 0xeb, 0x01, 0x59, 0x52, 0x1a, 0xbd, 0xe4, - 0x3e, 0x7b, 0x0c, 0xc5, 0xa1, 0x08, 0x5b, 0xeb, 0xa4, 0xb4, 0x9e, 0xf3, 0xf5, 0x73, 0x11, 0xe6, - 0xdc, 0x8c, 0x4c, 0xec, 0x27, 0x50, 0x3c, 0xf7, 0x87, 0xad, 0x77, 0x89, 0xf7, 0xbd, 0x1c, 0x6f, - 0xf7, 0xcb, 0x48, 0xc4, 0xde, 0x58, 0x04, 0x8a, 0xfb, 0x3f, 0xf7, 0xf9, 0x54, 0x80, 0x50, 0x64, - 0xfd, 0x3f, 0xe7, 0xa1, 0x9c, 0x06, 0x8f, 0x3d, 0x86, 0xe6, 0x74, 0x0e, 0x71, 0x79, 0x41, 0x0d, - 0xa0, 0x64, 0x2d, 0xe7, 0x53, 0x68, 0x57, 0x5e, 0x60, 0x17, 0xbc, 0x99, 0x41, 0xc8, 0x3d, 0x47, - 0xdc, 0xcd, 0xe9, 0x04, 0x42, 0xfe, 0x6d, 0x48, 0xb3, 0x90, 0x0a, 0xd9, 0x1e, 0x7b, 0xba, 0xd4, - 0x4b, 0x56, 0xdd, 0xd0, 0xd1, 0x4d, 0x2f, 0xbc, 0x00, 0xfd, 0x3f, 0xd1, 0xec, 0x7b, 0x63, 0x4f, - 0x51, 0xd5, 0x17, 0xac, 0x7a, 0x46, 0x3e, 0x42, 0x2a, 0xfb, 0x3d, 0x68, 0x38, 0xa1, 0x8f, 0xfd, - 0x37, 0xe6, 0xbe, 0x2d, 0x15, 0xbf, 0x10, 0xa6, 0x03, 0x2c, 0x4f, 0xe8, 0x7d, 0x24, 0xb3, 0x1d, - 0xb8, 0x77, 0xb3, 0x3a, 0xce, 0x79, 0xe2, 0x2b, 0xd3, 0x08, 0x56, 0xa6, 0x0b, 0x84, 0x20, 0xf6, - 0x01, 0x30, 0x27, 0x91, 0x2a, 0x1c, 0x7b, 0x5f, 0x09, 0x97, 0xc4, 0xbc, 0x60, 0x48, 0x2d, 0xa1, - 0x6c, 0x35, 0x27, 0xc8, 0x89, 0x06, 0xd8, 0x27, 0x30, 0x1f, 0x87, 0xbe, 0x90, 0xad, 0xf2, 0xa3, - 0xe2, 0x76, 0x3d, 0x1f, 0x31, 0x2b, 0xf4, 0xc5, 0xde, 0xf2, 0x3f, 0xff, 0x7a, 0xb3, 0x4a, 0x0c, - 0x4f, 0x78, 0x1c, 0xf3, 0x6b, 0x4b, 0x73, 0x63, 0x25, 0xc6, 0x22, 0xe2, 0x5e, 0x7c, 0xc3, 0x30, - 0xdd, 0x43, 0x98, 0xc6, 0xa6, 0xec, 0xfa, 0x14, 0xee, 0x4f, 0x49, 0x4c, 0x4c, 0x31, 0xed, 0xe5, - 0x5e, 0x4e, 0xa8, 0x93, 0x81, 0xec, 0x19, 0x3c, 0x30, 0x72, 0x33, 0xb6, 0x55, 0xa5, 0x6d, 0x19, - 0xc5, 0x9d, 0x5b, 0x9b, 0xfb, 0x14, 0xee, 0x3b, 0x23, 0xee, 0xfb, 0x22, 0xb8, 0xe5, 0x41, 0xdd, - 0x8d, 0xee, 0x65, 0xf0, 0x94, 0xad, 0x3f, 0x83, 0xf5, 0x9b, 0x72, 0x39, 0x73, 0x75, 0x77, 0x6a, - 0x4d, 0x8b, 0xe6, 0x2c, 0xfe, 0x23, 0x78, 0x6f, 0x22, 0x3d, 0xc3, 0xe8, 0x3a, 0x19, 0x3d, 0xf9, - 0xc2, 0x2d, 0xbb, 0xd7, 0xff, 0x1c, 0x8a, 0xcf, 0x45, 0xc8, 0xde, 0x87, 0x25, 0x27, 0x4c, 0x02, - 0x15, 0x5f, 0xdb, 0x72, 0x14, 0xc6, 0xca, 0xdc, 0x6e, 0x6a, 0x86, 0xd8, 0x47, 0x1a, 0xf6, 0xef, - 0x58, 0x0c, 0xb1, 0x45, 0x99, 0x03, 0x4a, 0xaf, 0xb0, 0x7f, 0xfb, 0x5c, 0x79, 0x2a, 0x31, 0xf7, - 0x98, 0x39, 0x2b, 0x5b, 0xb3, 0xf7, 0xa0, 0xe2, 0x87, 0xc1, 0x50, 0x83, 0x25, 0x02, 0x27, 0x84, - 0xf5, 0xbf, 0x5f, 0x80, 0xe6, 0xad, 0x0a, 0x44, 0x19, 0x1e, 0x70, 0xff, 0x5a, 0x79, 0x8e, 0x24, - 0x43, 0xca, 0xd6, 0x84, 0xc0, 0x7e, 0x0c, 0xcd, 0x73, 0xcf, 0x17, 0x98, 0x90, 0xc2, 0x16, 0x01, - 0x9e, 0x9f, 0xfa, 0xc4, 0x2c, 0x5b, 0x8d, 0x0c, 0xe8, 0x6a, 0x3a, 0x36, 0xfd, 0x51, 0x28, 0x95, - 0xb4, 0xe5, 0x75, 0xe0, 0x64, 0xdc, 0x45, 0xcd, 0x4d, 0x48, 0xff, 0x3a, 0x70, 0x52, 0xee, 0x1f, - 0xc2, 0x72, 0x8e, 0x7b, 0x1c, 0x1a, 0x93, 0x2b, 0xd6, 0x52, 0xc6, 0xfa, 0x02, 0x2f, 0x00, 0x1f, - 0xc3, 0x9a, 0xef, 0x9d, 0x45, 0x3b, 0x91, 0x2d, 0x55, 0x2c, 0xf8, 0xd8, 0x1e, 0xa3, 0x9b, 0xd0, - 0xe1, 0xf3, 0xa4, 0x79, 0x55, 0xa3, 0x7d, 0x02, 0x5f, 0x18, 0x8c, 0xfd, 0x2e, 0xd4, 0x51, 0x64, - 0xa4, 0x54, 0x64, 0x47, 0x71, 0xf8, 0xe5, 0x35, 0xd5, 0x56, 0xd9, 0xaa, 0x45, 0x3b, 0xd1, 0x81, - 0x52, 0xd1, 0x09, 0xd2, 0xd8, 0x43, 0x80, 0x28, 0x16, 0xe7, 0x22, 0xb6, 0x95, 0x2f, 0x4d, 0x31, - 0x55, 0x34, 0x65, 0xe0, 0x4b, 0xc6, 0xa0, 0xf4, 0x67, 0x89, 0xe7, 0xd0, 0xd1, 0x5a, 0xb6, 0xe8, - 0x37, 0x9a, 0x1d, 0x8b, 0x71, 0x78, 0x29, 0xec, 0x30, 0xb0, 0x93, 0x20, 0xf2, 0x02, 0x2a, 0x8e, - 0xb2, 0xb5, 0xa4, 0xc9, 0xc7, 0xc1, 0x29, 0x12, 0xb1, 0x1d, 0xc8, 0x11, 0x8f, 0x5d, 0x2f, 0x18, - 0x66, 0xae, 0x00, 0x62, 0x5c, 0x4e, 0xe9, 0xa9, 0x27, 0x3e, 0x86, 0xb5, 0xb4, 0x1d, 0x38, 0xbe, - 0x27, 0x02, 0x95, 0x09, 0xe8, 0x3a, 0x58, 0x35, 0x68, 0x87, 0xc0, 0x54, 0xea, 0x43, 0x48, 0xe9, - 0x36, 0x3a, 0x2c, 0x93, 0xa9, 0x91, 0x4c, 0x7a, 0xfc, 0x1e, 0x84, 0x32, 0x93, 0x78, 0x0a, 0x2b, - 0x52, 0xc5, 0x5c, 0x89, 0xa1, 0xe7, 0xa0, 0x53, 0x2e, 0x3d, 0xb4, 0x82, 0xf2, 0x9e, 0x04, 0x0c, - 0x74, 0x92, 0x22, 0xd8, 0x81, 0x93, 0x18, 0x7b, 0x59, 0x3e, 0xfa, 0x3a, 0xcd, 0x97, 0x93, 0xd8, - 0xef, 0xe7, 0x83, 0xdf, 0x86, 0x15, 0xd7, 0x93, 0x74, 0x53, 0xe3, 0x89, 0x0a, 0xed, 0x24, 0x72, - 0xb9, 0x12, 0x74, 0x38, 0x97, 0xad, 0xa6, 0x81, 0x76, 0x13, 0x15, 0x9e, 0x12, 0x80, 0x99, 0x35, - 0x8c, 0x79, 0x34, 0x9a, 0xca, 0x95, 0x86, 0xce, 0x95, 0x0c, 0xc8, 0x29, 0x37, 0xcd, 0x62, 0x6a, - 0xab, 0x4d, 0xad, 0x5c, 0x43, 0xf9, 0x9d, 0x7e, 0x0c, 0x6b, 0x93, 0x52, 0x9d, 0x12, 0x61, 0xda, - 0xa3, 0x19, 0x9a, 0x93, 0xda, 0xfa, 0xd7, 0x32, 0x54, 0xfb, 0xda, 0x6d, 0x7d, 0xc5, 0x15, 0xfb, - 0x29, 0x00, 0xc9, 0x4a, 0xc5, 0x95, 0xae, 0x8d, 0xea, 0xce, 0x9a, 0x6e, 0xa4, 0x39, 0xb6, 0x36, - 0xaa, 0xd8, 0x2b, 0xe1, 0x41, 0x66, 0x55, 0x90, 0x1f, 0x89, 0xf8, 0x28, 0xaa, 0xc5, 0x22, 0x50, - 0x22, 0x36, 0xe2, 0xfa, 0xe9, 0xd5, 0xba, 0x2d, 0x6e, 0x11, 0x97, 0x51, 0x50, 0xd5, 0x32, 0xa4, - 0x62, 0xfd, 0x37, 0x25, 0xa8, 0x1c, 0x64, 0x0a, 0xe9, 0x42, 0x47, 0xb7, 0xce, 0x02, 0x55, 0xb6, - 0x59, 0xb1, 0x55, 0x98, 0x97, 0x4e, 0x18, 0xeb, 0xc7, 0xdd, 0x9c, 0xa5, 0x17, 0x78, 0x95, 0xd3, - 0xb8, 0xad, 0x41, 0xdd, 0x2a, 0xaa, 0x9a, 0xd6, 0x27, 0x16, 0xbc, 0x91, 0x0c, 0x53, 0x5c, 0x77, - 0x8b, 0x32, 0x1a, 0x45, 0xe0, 0xfb, 0xb0, 0x64, 0xae, 0xc0, 0x86, 0x61, 0x9e, 0x18, 0x6a, 0x86, - 0xa8, 0x99, 0x36, 0xa1, 0x2a, 0x23, 0x21, 0x5c, 0xc3, 0xb2, 0x40, 0x2c, 0x40, 0x24, 0xcd, 0xf0, - 0x04, 0x98, 0xbe, 0x4a, 0xda, 0x79, 0xbe, 0x45, 0xe2, 0x6b, 0x68, 0xa4, 0x3f, 0xe1, 0xfe, 0x10, - 0x56, 0xd3, 0x5b, 0xe5, 0x14, 0x7f, 0x99, 0xf8, 0x59, 0x8a, 0xe5, 0x24, 0xde, 0x87, 0x25, 0xb3, - 0xcb, 0x2b, 0xe1, 0x0d, 0x47, 0xfa, 0x9c, 0x9a, 0xb3, 0xcc, 0xd6, 0xbf, 0x20, 0x1a, 0x16, 0x39, - 0xee, 0xd3, 0x70, 0x80, 0x6e, 0x8b, 0x7c, 0x98, 0xc2, 0x3f, 0x80, 0x7a, 0xba, 0x53, 0xc3, 0x52, - 0x25, 0x96, 0x74, 0xff, 0x86, 0x0d, 0x2f, 0xf7, 0x64, 0x93, 0x61, 0xaa, 0x69, 0x87, 0x12, 0xcd, - 0xb0, 0xb4, 0x61, 0x65, 0x6a, 0xb7, 0x86, 0x73, 0x89, 0x38, 0x9b, 0xb9, 0xed, 0x1a, 0xfe, 0x1d, - 0xb8, 0x77, 0x63, 0xbf, 0x46, 0xa2, 0x4e, 0x12, 0x2b, 0x53, 0x1b, 0x36, 0x32, 0xcf, 0xa1, 0x46, - 0x6f, 0x6d, 0x5d, 0x5e, 0xae, 0xb9, 0xfc, 0x7e, 0xcf, 0x5b, 0x1e, 0x4a, 0xea, 0xf2, 0x73, 0x9f, - 0x95, 0xfe, 0xe1, 0x1f, 0x37, 0x0b, 0xeb, 0x7f, 0x3d, 0x07, 0x25, 0x4c, 0x31, 0xcc, 0xae, 0x30, - 0xf0, 0xbd, 0x40, 0x98, 0x33, 0xc0, 0xac, 0x6e, 0xbd, 0x69, 0x30, 0xc9, 0x8a, 0xd3, 0x6f, 0x1a, - 0xcc, 0x82, 0xb4, 0x7d, 0xf1, 0x88, 0x32, 0xad, 0x68, 0x41, 0xda, 0xb3, 0x78, 0x94, 0x7f, 0x0c, - 0xb8, 0x9e, 0xbc, 0xb0, 0xe9, 0xa9, 0x40, 0x19, 0x57, 0xcc, 0x1e, 0x03, 0xfb, 0x9e, 0xbc, 0x18, - 0x20, 0x3d, 0xdf, 0x0d, 0x89, 0x9b, 0x5f, 0x72, 0xcf, 0xc7, 0x02, 0xa5, 0x14, 0x2c, 0x66, 0xdd, - 0x10, 0x25, 0x76, 0x53, 0x8c, 0x7d, 0x0e, 0xf3, 0xba, 0xce, 0x16, 0xc8, 0x21, 0xef, 0xce, 0x2e, - 0x53, 0xaa, 0xa4, 0xbd, 0x5a, 0x7a, 0xe9, 0xfc, 0x6f, 0x2c, 0x39, 0x2d, 0x67, 0xfc, 0xf1, 0x18, - 0x16, 0x74, 0x3d, 0xe2, 0x39, 0x1b, 0x0b, 0x29, 0xe2, 0x4b, 0x91, 0x4d, 0x1f, 0xd2, 0xb5, 0xe6, - 0xd5, 0x7f, 0xb7, 0xfe, 0xa5, 0x08, 0xb5, 0x4e, 0x18, 0xa8, 0x98, 0x3b, 0xa4, 0x9e, 0x1e, 0xe4, - 0x8e, 0xf2, 0x2e, 0x69, 0x38, 0x41, 0x64, 0x3b, 0x48, 0xc6, 0xa4, 0xa3, 0x68, 0x35, 0x35, 0x94, - 0x0a, 0xf4, 0x92, 0x31, 0x36, 0x42, 0x27, 0x1c, 0x47, 0x22, 0x90, 0xf4, 0xfe, 0xb0, 0x23, 0xee, - 0xa5, 0x6e, 0x6e, 0xe4, 0x81, 0x13, 0xee, 0xb9, 0xec, 0x33, 0x68, 0x4d, 0x31, 0x87, 0x89, 0x92, - 0x8a, 0x07, 0xd4, 0xc7, 0xb5, 0xe3, 0xef, 0xe7, 0xf1, 0xe3, 0x09, 0xcc, 0x5e, 0xc2, 0xea, 0xb9, - 0x17, 0x4b, 0x35, 0x31, 0x4b, 0x2a, 0x1e, 0xab, 0x3b, 0x0d, 0x6c, 0x18, 0x69, 0xc8, 0x6d, 0x37, - 0x56, 0xec, 0x04, 0x9a, 0x94, 0x91, 0x99, 0x5a, 0x11, 0xe8, 0xa7, 0xef, 0xf7, 0x55, 0xba, 0x8c, - 0xe2, 0xa9, 0xce, 0x6e, 0xe0, 0xb2, 0x1f, 0x43, 0x09, 0x6f, 0xa3, 0x14, 0xca, 0xfa, 0xce, 0x7d, - 0x1d, 0xca, 0xbc, 0x8f, 0xdb, 0x78, 0x87, 0xb5, 0x88, 0x69, 0xeb, 0x31, 0x94, 0x70, 0xc5, 0xca, - 0x50, 0x3a, 0x38, 0xee, 0x0f, 0x1a, 0xef, 0x30, 0x80, 0x05, 0xab, 0xdb, 0x1b, 0x74, 0xad, 0x46, - 0x81, 0xd5, 0xa0, 0x6c, 0x75, 0xfb, 0x5d, 0xeb, 0x65, 0x77, 0xbf, 0x31, 0x67, 0x22, 0xf6, 0x7a, - 0x1e, 0x2a, 0xa9, 0x36, 0xc9, 0x3e, 0x85, 0x4a, 0x6a, 0x39, 0xf6, 0xf8, 0xe2, 0xa4, 0x49, 0x67, - 0x3c, 0xd9, 0x2f, 0x6b, 0xc2, 0xba, 0xfe, 0x4f, 0xf3, 0x50, 0x4e, 0xe9, 0x66, 0x4a, 0xa3, 0xb7, - 0x9f, 0x4d, 0xab, 0x20, 0x25, 0x1d, 0xba, 0xf8, 0x2c, 0xa4, 0xa3, 0x64, 0x32, 0x6f, 0xc0, 0xe5, - 0xa1, 0x8b, 0x4d, 0xd8, 0x1c, 0x13, 0x9e, 0x6b, 0x86, 0x0d, 0x65, 0x4d, 0x38, 0x74, 0xd9, 0x27, - 0xb0, 0x80, 0xc9, 0x99, 0x48, 0x0a, 0x52, 0x7d, 0xe7, 0x61, 0x5b, 0x0f, 0x14, 0xd3, 0xef, 0x4e, - 0x39, 0x45, 0x58, 0x86, 0x99, 0x75, 0x00, 0x28, 0xb4, 0x7a, 0x46, 0x71, 0x97, 0x50, 0x54, 0x48, - 0x8e, 0x86, 0x19, 0x9f, 0x43, 0x59, 0x04, 0xae, 0x56, 0xb1, 0x70, 0x07, 0x15, 0x8b, 0x22, 0x70, - 0x49, 0x41, 0x0f, 0x1a, 0x81, 0xf8, 0x52, 0xd9, 0x42, 0x3a, 0x71, 0x78, 0xa5, 0x15, 0xdd, 0x65, - 0x1c, 0x54, 0x47, 0xe9, 0x2e, 0x09, 0x93, 0xbe, 0x99, 0x75, 0x52, 0x7e, 0x83, 0x3a, 0xa9, 0x7c, - 0x77, 0x9d, 0x3c, 0x04, 0x48, 0x02, 0x4f, 0xe9, 0xf7, 0x01, 0x1d, 0x17, 0x45, 0xab, 0x82, 0x14, - 0x7a, 0x0f, 0x20, 0x4c, 0xf7, 0x37, 0x5b, 0x7a, 0x5f, 0x09, 0x3a, 0x2a, 0x8a, 0x56, 0x85, 0x28, - 0x7d, 0xef, 0xab, 0x1c, 0x3c, 0xe2, 0x72, 0x44, 0x87, 0x44, 0xc5, 0xc0, 0x07, 0x5c, 0x8e, 0x30, - 0xdc, 0x78, 0x6d, 0xd6, 0xe8, 0x92, 0x0e, 0x37, 0x12, 0x08, 0xec, 0x41, 0x83, 0x2a, 0x69, 0x1c, - 0xba, 0xde, 0xf9, 0xb5, 0xf6, 0x58, 0xfd, 0x2e, 0x1e, 0x43, 0xe9, 0x17, 0x24, 0x8c, 0xf0, 0x54, - 0x9b, 0xfa, 0xf7, 0x32, 0x54, 0xf7, 0xd4, 0xb9, 0xec, 0x3b, 0x3c, 0x18, 0xf0, 0x33, 0xf6, 0xcb, - 0x19, 0x63, 0xb5, 0x9d, 0xd7, 0xaf, 0x36, 0xdb, 0xd1, 0xf0, 0xd9, 0x16, 0x4d, 0xc0, 0xa4, 0xc3, - 0x83, 0x3b, 0xcd, 0xd4, 0xda, 0xb0, 0x72, 0x63, 0xb6, 0xe5, 0x8b, 0x73, 0x45, 0xf9, 0x5e, 0xb0, - 0x9a, 0x53, 0xc3, 0xad, 0x23, 0x71, 0xae, 0xf0, 0xb8, 0xd7, 0x87, 0x0c, 0xbe, 0xbe, 0x45, 0x2c, - 0xb1, 0x4d, 0x9e, 0x89, 0xd8, 0xcc, 0x38, 0x99, 0xc6, 0x5e, 0x10, 0xd4, 0x23, 0x84, 0x7d, 0x01, - 0x2c, 0x7d, 0x38, 0xb9, 0x9e, 0x54, 0xb1, 0x77, 0x96, 0x28, 0xbc, 0xba, 0x60, 0xd1, 0x6e, 0xeb, - 0xa2, 0xcd, 0xed, 0xb1, 0xdd, 0xd1, 0xbc, 0xfb, 0x19, 0x6b, 0x17, 0x97, 0x56, 0xd3, 0xb9, 0x49, - 0x67, 0xbf, 0x84, 0x06, 0x5d, 0x35, 0xf2, 0x6a, 0xe7, 0x49, 0xed, 0x0f, 0x6f, 0xab, 0xa5, 0xab, - 0xc7, 0x4d, 0xa5, 0xcb, 0x72, 0x9a, 0x7a, 0x6b, 0x1c, 0xb3, 0xf0, 0xa6, 0xe3, 0x98, 0xdc, 0x3d, - 0x9f, 0xfb, 0xb1, 0xe0, 0x6e, 0x6e, 0x1a, 0x58, 0xc8, 0xee, 0xf9, 0xbb, 0x1a, 0xa2, 0x03, 0x79, - 0x15, 0xe6, 0x75, 0xf2, 0xea, 0x91, 0xa0, 0x5e, 0xa0, 0x41, 0x78, 0xf2, 0x67, 0x06, 0x55, 0xee, - 0x62, 0x10, 0x4a, 0xa6, 0x06, 0x3d, 0x80, 0x72, 0x20, 0xae, 0xec, 0x98, 0x07, 0x17, 0x54, 0x1e, - 0x15, 0x6b, 0x31, 0x10, 0x57, 0x16, 0x0f, 0x2e, 0x30, 0xfb, 0xf5, 0x74, 0x90, 0xc0, 0xaa, 0xce, - 0x7e, 0xa2, 0x10, 0xfc, 0x04, 0xe3, 0x67, 0xda, 0x24, 0xf7, 0x7d, 0x9b, 0x02, 0x41, 0x45, 0xb2, - 0x84, 0x35, 0xac, 0x91, 0x5d, 0xdf, 0xa7, 0xc0, 0x61, 0x3e, 0x65, 0xdc, 0xe7, 0xdc, 0x4b, 0xd9, - 0x97, 0x88, 0xbd, 0x99, 0x42, 0x3f, 0xe7, 0x9e, 0xe1, 0xcf, 0x4d, 0x55, 0x32, 0x39, 0xf2, 0x54, - 0x9d, 0xdc, 0x90, 0x26, 0x67, 0xda, 0x33, 0xc9, 0x55, 0xb3, 0x64, 0x28, 0x6b, 0x97, 0x67, 0xca, - 0x50, 0xde, 0x7e, 0x06, 0x0f, 0x64, 0x12, 0x89, 0xd8, 0x9e, 0xce, 0x5e, 0x6d, 0x5d, 0x83, 0xac, - 0x5b, 0x23, 0x86, 0xe3, 0x5c, 0x06, 0x6b, 0x13, 0x3f, 0x81, 0xfb, 0xe8, 0xba, 0x59, 0x82, 0x4d, - 0x12, 0x5c, 0x0d, 0xc4, 0xd5, 0x2d, 0xb1, 0xf5, 0x7d, 0x58, 0x9b, 0x9d, 0xcb, 0xac, 0x01, 0xc5, - 0x0b, 0x71, 0x6d, 0x0e, 0x1c, 0xfc, 0x89, 0xc1, 0xbf, 0xe4, 0x7e, 0x22, 0xcc, 0xbf, 0x42, 0xf4, - 0xe2, 0xd9, 0xdc, 0x4f, 0x0a, 0xeb, 0x7b, 0xb0, 0x3a, 0x2b, 0x75, 0xef, 0xa2, 0x63, 0xeb, 0x2f, - 0x8a, 0xb0, 0x4c, 0x4a, 0x0e, 0x3c, 0x74, 0x0d, 0xfd, 0x4f, 0xe4, 0x74, 0x46, 0x2b, 0xf9, 0xf4, - 0xf5, 0xab, 0xcd, 0x1d, 0x6c, 0x25, 0xba, 0xac, 0x46, 0x9a, 0xfb, 0xed, 0x8c, 0xe8, 0x67, 0xcf, - 0xd0, 0x8b, 0xbf, 0x65, 0x86, 0xfe, 0x5b, 0xba, 0x92, 0x9e, 0xdc, 0xcf, 0xe8, 0x4a, 0xd9, 0x73, - 0x6a, 0x9e, 0x02, 0x62, 0x9e, 0x53, 0x37, 0x8b, 0x67, 0xe1, 0x4d, 0x8b, 0xe7, 0xad, 0xfd, 0x83, - 0xe4, 0xaf, 0x4a, 0x70, 0x7f, 0xd7, 0x8b, 0xdd, 0x38, 0x8c, 0x2c, 0x71, 0x85, 0xe7, 0xcb, 0x24, - 0x22, 0x7f, 0x3a, 0x23, 0x22, 0x9f, 0xbf, 0x7e, 0xb5, 0xf9, 0x53, 0x8c, 0x08, 0xd7, 0x42, 0x76, - 0x4c, 0x52, 0x6f, 0x14, 0x1a, 0x06, 0x25, 0x1a, 0x63, 0xcf, 0x91, 0x8b, 0xe8, 0x77, 0x3e, 0x5c, - 0xc5, 0xa9, 0x70, 0x3d, 0x04, 0xf0, 0xa4, 0x2d, 0x13, 0x19, 0x09, 0x47, 0x99, 0x99, 0x4d, 0xc5, - 0x93, 0x7d, 0x4d, 0xc0, 0x87, 0x87, 0x79, 0xf5, 0x2c, 0x90, 0x36, 0xb3, 0xa2, 0x38, 0xd0, 0x0c, - 0x75, 0xd1, 0xc4, 0x81, 0x26, 0xa7, 0x37, 0xe3, 0x50, 0x7e, 0x5b, 0x71, 0xa8, 0xbc, 0x69, 0x7b, - 0x7e, 0x08, 0x40, 0x27, 0xba, 0xae, 0x62, 0x20, 0x63, 0xe9, 0x8c, 0xd7, 0x15, 0x9f, 0x1e, 0xf8, - 0xd9, 0x6d, 0xa1, 0xa4, 0x0f, 0x7c, 0xba, 0x2c, 0xbc, 0x0f, 0x4b, 0x72, 0x14, 0x26, 0xbe, 0x6b, - 0x82, 0x61, 0xa6, 0x97, 0x35, 0x4d, 0xd4, 0x61, 0x45, 0x26, 0xee, 0xa8, 0x04, 0x9b, 0xaa, 0x66, - 0xd2, 0x73, 0xca, 0x9a, 0x26, 0x6a, 0xa6, 0xc7, 0x7f, 0x59, 0x80, 0x72, 0x3a, 0xdc, 0xcd, 0x5d, - 0x80, 0xdf, 0xc9, 0xae, 0xc5, 0xe6, 0x2a, 0x7c, 0xb2, 0x7b, 0x68, 0x75, 0xad, 0xc6, 0x1c, 0xab, - 0x03, 0x74, 0x0e, 0x76, 0x8f, 0x8e, 0xba, 0xbd, 0xe7, 0x5d, 0xab, 0x51, 0x64, 0x2b, 0xb0, 0xdc, - 0xeb, 0x0e, 0xbe, 0x38, 0xb6, 0x7e, 0x61, 0x77, 0x0e, 0xba, 0x9d, 0x5f, 0x74, 0xad, 0x46, 0x89, - 0xad, 0x01, 0xb3, 0xba, 0x27, 0xa7, 0x83, 0xdd, 0xc1, 0xe1, 0x71, 0x2f, 0xa3, 0xcf, 0xb3, 0x06, - 0xd4, 0x3a, 0xfb, 0x3d, 0xfb, 0xc4, 0x3a, 0x7e, 0x79, 0xb8, 0xdf, 0xb5, 0x1a, 0x0b, 0xac, 0x02, - 0xf3, 0xc7, 0x83, 0x83, 0xae, 0xd5, 0x58, 0x7d, 0x3c, 0x02, 0x76, 0xfb, 0x5f, 0x89, 0xac, 0x0a, - 0x8b, 0xfd, 0xd3, 0x4e, 0xa7, 0xdb, 0xef, 0x37, 0xde, 0x61, 0xcb, 0x50, 0x3d, 0xed, 0x75, 0x8e, - 0x7b, 0xbd, 0x6e, 0x67, 0xd0, 0xdd, 0x6f, 0x14, 0x10, 0x1d, 0x1c, 0xbe, 0xe8, 0x1e, 0x9f, 0x0e, - 0x1a, 0x73, 0xec, 0x1e, 0x34, 0x77, 0xf7, 0xfa, 0xc7, 0x47, 0xa7, 0x83, 0xee, 0xd1, 0x1f, 0xdb, - 0xa7, 0xbd, 0xe3, 0x93, 0x6e, 0xaf, 0x51, 0xc4, 0x8f, 0xd2, 0x27, 0x6c, 0xab, 0xbb, 0xdb, 0x3f, - 0xee, 0x35, 0x60, 0xef, 0x0f, 0xff, 0xef, 0xbf, 0x36, 0x0a, 0x5f, 0x7f, 0xb3, 0x51, 0xf8, 0xd5, - 0x37, 0x1b, 0x85, 0xdf, 0x7c, 0xb3, 0x51, 0xf8, 0xbb, 0x6f, 0x37, 0x0a, 0xff, 0xf6, 0xed, 0x46, - 0xe1, 0xeb, 0x6f, 0x37, 0x0a, 0x50, 0xf3, 0xc2, 0x36, 0x5e, 0x64, 0xe8, 0x00, 0xdf, 0xab, 0xa0, - 0x77, 0x4e, 0x30, 0xaa, 0x27, 0x85, 0x3f, 0xa1, 0x7f, 0x7a, 0x9f, 0x2d, 0x50, 0x90, 0x3f, 0xfa, - 0xff, 0x00, 0x00, 0x00, 0xff, 0xff, 0xf4, 0x1a, 0x86, 0x63, 0xf3, 0x1f, 0x00, 0x00, + 0x0e, 0xb9, 0x04, 0xc8, 0x27, 0xc8, 0x2d, 0x3e, 0xee, 0x07, 0x08, 0x66, 0x37, 0xf6, 0x2d, 0xb7, + 0xcc, 0x25, 0xb9, 0x25, 0x78, 0xaf, 0xaa, 0x9b, 0x4d, 0x49, 0xbb, 0xb0, 0x06, 0xbe, 0x08, 0xac, + 0xf7, 0x7b, 0xef, 0x75, 0xd5, 0xfb, 0x57, 0xaf, 0x9e, 0x60, 0x35, 0x8a, 0x43, 0x15, 0xca, 0xa7, + 0x41, 0xe8, 0x0a, 0xfa, 0xd3, 0x21, 0x02, 0x2b, 0xe1, 0xef, 0xf5, 0xe7, 0x23, 0x4f, 0x8d, 0x93, + 0xd3, 0x8e, 0x13, 0x4e, 0x9e, 0xaa, 0x38, 0x0c, 0x3e, 0x48, 0xe4, 0xd3, 0x51, 0xf8, 0xc1, 0xa9, + 0x3a, 0x93, 0x1f, 0x38, 0xe1, 0x64, 0x12, 0x06, 0x4f, 0x8d, 0xfc, 0x28, 0xe1, 0xb1, 0xab, 0xff, + 0x6a, 0x0d, 0xeb, 0xcf, 0x6e, 0x91, 0x25, 0xe4, 0x34, 0x39, 0x7b, 0x3a, 0x0a, 0x47, 0x21, 0x2d, + 0xe8, 0x97, 0x91, 0xd8, 0x1c, 0x85, 0xe1, 0xc8, 0x17, 0x53, 0x2e, 0xe5, 0x4d, 0x84, 0x54, 0x7c, + 0x12, 0x69, 0x86, 0xad, 0x7f, 0x2f, 0x40, 0xed, 0x98, 0x5f, 0x1d, 0x86, 0xdc, 0x3d, 0x08, 0xce, + 0x42, 0xb6, 0x06, 0x0b, 0xb8, 0x4d, 0xdb, 0x73, 0xdb, 0x85, 0x87, 0x85, 0x47, 0x55, 0xab, 0x8c, + 0xcb, 0x03, 0x97, 0x6d, 0x00, 0xed, 0xbf, 0x3d, 0xf7, 0xb0, 0xf0, 0xa8, 0xb6, 0x0d, 0x1d, 0x3a, + 0x58, 0x3f, 0x74, 0x85, 0x45, 0x74, 0xf6, 0x53, 0x58, 0x72, 0x3d, 0xe9, 0x84, 0x17, 0x22, 0xbe, + 0xb2, 0x91, 0x22, 0xdb, 0xc5, 0x87, 0xc5, 0x47, 0xb5, 0xed, 0x65, 0xcd, 0xba, 0x97, 0x82, 0x24, + 0xd3, 0x70, 0xf3, 0x4b, 0xc9, 0x76, 0xa0, 0xea, 0x73, 0xa9, 0x6c, 0xdc, 0x5e, 0xbb, 0x44, 0x9f, + 0x58, 0xef, 0xe8, 0xbd, 0x77, 0xd2, 0xbd, 0x77, 0x86, 0xe9, 0xde, 0x77, 0x2b, 0x5f, 0xbf, 0xde, + 0x7c, 0xe7, 0x6f, 0x7e, 0xb5, 0x59, 0xb0, 0x2a, 0x28, 0x86, 0xc0, 0xd6, 0xdf, 0x16, 0x60, 0x71, + 0xe6, 0x23, 0xec, 0x3d, 0x00, 0x15, 0xda, 0xb3, 0xc7, 0xa9, 0xa8, 0xb0, 0xaf, 0x0f, 0xf4, 0x0c, + 0x56, 0x08, 0x72, 0xc2, 0x20, 0x10, 0x8e, 0xb2, 0x7d, 0xae, 0x44, 0xe0, 0x5c, 0xd1, 0x01, 0xe7, + 0x2d, 0x86, 0x58, 0x57, 0x43, 0x87, 0x1a, 0x61, 0x1f, 0x42, 0x45, 0xc4, 0xb1, 0xed, 0xa0, 0x19, + 0x8a, 0x0f, 0x0b, 0x8f, 0x1a, 0xdb, 0xed, 0x6b, 0x67, 0xeb, 0xc5, 0x71, 0x18, 0x77, 0xf1, 0x80, + 0x0b, 0x22, 0xa6, 0x1f, 0x5b, 0xff, 0x33, 0x07, 0xf5, 0x0c, 0x1f, 0xf2, 0x53, 0xf6, 0x0a, 0x40, + 0xf1, 0x53, 0x5f, 0xd8, 0x01, 0x9f, 0x08, 0xbd, 0xab, 0xdd, 0x3f, 0x78, 0xf3, 0x7a, 0xf3, 0xc3, + 0x68, 0xf4, 0x7c, 0x8b, 0x76, 0x94, 0xd9, 0xe6, 0x09, 0xf7, 0x3d, 0x2e, 0x9f, 0xab, 0x27, 0x48, + 0xe1, 0xb1, 0x6b, 0x27, 0xc1, 0x79, 0x10, 0x5e, 0x06, 0xb6, 0x13, 0xfa, 0xc9, 0x24, 0x90, 0x5b, + 0x56, 0x95, 0x54, 0xf5, 0xf9, 0x44, 0xe4, 0x3d, 0x37, 0x37, 0xe3, 0xb9, 0x4d, 0xa8, 0xa5, 0x67, + 0x74, 0x02, 0x45, 0x3b, 0x5f, 0xb4, 0xc0, 0x90, 0xba, 0x81, 0x62, 0x1d, 0x58, 0xe6, 0x17, 0xa3, + 0x1b, 0x86, 0x28, 0x91, 0x21, 0x5a, 0xfc, 0x62, 0xf4, 0x5b, 0xec, 0x30, 0xff, 0x1d, 0xed, 0xc0, + 0x7e, 0x94, 0x8f, 0x0f, 0x9f, 0x9f, 0x0a, 0xbf, 0x5d, 0xa6, 0x0f, 0x4c, 0x43, 0xe1, 0x10, 0xa9, + 0xec, 0x05, 0xd4, 0x31, 0x0a, 0x6c, 0x27, 0x16, 0x5c, 0x09, 0xb7, 0xbd, 0x70, 0x87, 0x68, 0xa8, + 0xa1, 0x64, 0x57, 0x0b, 0x6e, 0xfd, 0xf7, 0x0a, 0x94, 0x28, 0x0e, 0x86, 0xb7, 0x58, 0xfc, 0xe3, + 0x37, 0xaf, 0x37, 0x7f, 0x3f, 0xb3, 0xf8, 0x44, 0xa8, 0xd8, 0x73, 0xe4, 0xf7, 0x63, 0xef, 0xdf, + 0x81, 0x3a, 0x66, 0xb3, 0x7d, 0x21, 0x62, 0xe9, 0x85, 0x01, 0x19, 0xbc, 0x6a, 0xd5, 0x90, 0xf6, + 0x4a, 0x93, 0x50, 0x36, 0x89, 0xa6, 0xc1, 0x5e, 0xb2, 0xca, 0x49, 0x84, 0xe7, 0x41, 0x59, 0xa9, + 0xc2, 0x98, 0x8f, 0x84, 0x9d, 0x48, 0xe1, 0x92, 0x79, 0x4b, 0x56, 0xcd, 0xd0, 0x4e, 0xa4, 0x70, + 0xd9, 0x13, 0x60, 0x29, 0xcb, 0x05, 0x6e, 0x4b, 0xd8, 0x0e, 0x8f, 0xc8, 0x96, 0x25, 0xab, 0x69, + 0x90, 0x57, 0x04, 0x74, 0x79, 0x84, 0xce, 0x9f, 0x88, 0x49, 0x18, 0x5f, 0x69, 0x7d, 0x0b, 0xc4, + 0x06, 0x9a, 0x44, 0xea, 0xee, 0x43, 0xc5, 0x89, 0x12, 0x8d, 0x56, 0x1e, 0x16, 0x1e, 0x15, 0xac, + 0x05, 0x27, 0x4a, 0x08, 0x5a, 0x85, 0x72, 0x12, 0xf9, 0x21, 0x77, 0xdb, 0xd5, 0x74, 0x93, 0xb8, + 0x62, 0xeb, 0x50, 0x71, 0xc3, 0xcb, 0x80, 0x10, 0x20, 0x24, 0x5b, 0xe3, 0x01, 0x54, 0xa8, 0xb8, + 0x6f, 0x1b, 0xc9, 0x9a, 0x3e, 0x00, 0xd1, 0x4e, 0xb4, 0xf8, 0x0f, 0xa0, 0xa1, 0x59, 0x32, 0x25, + 0x75, 0x62, 0x5a, 0x24, 0xea, 0x5e, 0xaa, 0x29, 0x77, 0xce, 0x28, 0xf6, 0x1c, 0x61, 0xbb, 0x82, + 0xfb, 0xed, 0xc5, 0x99, 0x73, 0x1e, 0x23, 0xb0, 0x27, 0xb8, 0x8f, 0xd9, 0x7c, 0xca, 0x03, 0xf7, + 0xd2, 0x73, 0xd5, 0x38, 0xcf, 0xdf, 0x20, 0x7e, 0x96, 0x61, 0x53, 0x89, 0x4f, 0xa1, 0x22, 0x85, + 0x52, 0x5e, 0x30, 0x92, 0xed, 0x25, 0x8a, 0xb1, 0xe5, 0x69, 0x51, 0xeb, 0x0c, 0x0c, 0xa4, 0x83, + 0xeb, 0x97, 0xaf, 0xb1, 0xd4, 0xa4, 0xec, 0x6c, 0x03, 0x20, 0x16, 0x51, 0xa2, 0xb8, 0x42, 0xff, + 0x36, 0xc9, 0x6a, 0x39, 0x0a, 0x7b, 0x17, 0xaa, 0xa7, 0x7e, 0xe8, 0x9c, 0x4b, 0x3b, 0x89, 0xda, + 0x2d, 0x6d, 0x21, 0x4d, 0x38, 0x21, 0x8f, 0x18, 0x10, 0xcf, 0xdf, 0x66, 0xda, 0x23, 0x9a, 0x84, + 0x87, 0xc7, 0xe0, 0x08, 0xa5, 0xad, 0xae, 0x22, 0xd1, 0x5e, 0xd6, 0x81, 0x15, 0xca, 0xe1, 0x55, + 0x24, 0x50, 0x2d, 0x8f, 0x9d, 0xb1, 0x86, 0x56, 0x74, 0x39, 0x43, 0x02, 0x81, 0xc6, 0x8f, 0x5e, + 0x70, 0x16, 0xb6, 0xef, 0x11, 0x86, 0x7e, 0xa4, 0x9a, 0xfe, 0x23, 0x58, 0x8a, 0x84, 0x88, 0x65, + 0x9a, 0xe1, 0xc2, 0x6d, 0xaf, 0xd1, 0x57, 0x1b, 0x44, 0xee, 0xa6, 0xd4, 0x1b, 0xa9, 0xd7, 0x7e, + 0xcb, 0xd4, 0x63, 0xcb, 0x30, 0x3f, 0xb6, 0x2f, 0xb8, 0xdf, 0xbe, 0x4f, 0x3b, 0x29, 0x8d, 0x5f, + 0x71, 0x9f, 0x3d, 0x86, 0xe2, 0x48, 0x84, 0xed, 0x75, 0x52, 0xda, 0xc8, 0xd9, 0xfa, 0x85, 0x08, + 0x73, 0x66, 0x46, 0x26, 0xf6, 0x13, 0x28, 0x9e, 0xf9, 0xa3, 0xf6, 0xbb, 0xc4, 0xfb, 0x5e, 0x8e, + 0xb7, 0xf7, 0x65, 0x24, 0x62, 0x6f, 0x22, 0x02, 0xc5, 0xfd, 0x9f, 0xf9, 0x7c, 0xc6, 0x41, 0x28, + 0xb2, 0xfe, 0x1f, 0xf3, 0x50, 0x49, 0x9d, 0xc7, 0x1e, 0x43, 0x6b, 0x36, 0x86, 0xb8, 0x3c, 0xa7, + 0x02, 0x50, 0xb2, 0x96, 0xf2, 0x21, 0xb4, 0x23, 0xcf, 0xb1, 0x0a, 0x5e, 0x8f, 0x20, 0xe4, 0x9e, + 0x23, 0xee, 0xd6, 0x6c, 0x00, 0x21, 0xff, 0x23, 0x48, 0xa3, 0x90, 0x12, 0xd9, 0x9e, 0x78, 0x3a, + 0xd5, 0x4b, 0x56, 0xc3, 0xd0, 0xd1, 0x4c, 0x2f, 0xbd, 0x00, 0xed, 0x3f, 0xd5, 0xec, 0x7b, 0x13, + 0x4f, 0x51, 0xd6, 0x17, 0xac, 0x46, 0x46, 0x3e, 0x44, 0x2a, 0xfb, 0x3d, 0x68, 0x3a, 0xa1, 0x8f, + 0xf5, 0x37, 0xe6, 0xbe, 0x2d, 0x15, 0x3f, 0x17, 0xa6, 0x02, 0x2c, 0x4d, 0xe9, 0x03, 0x24, 0xb3, + 0x6d, 0xb8, 0x77, 0x3d, 0x3b, 0xce, 0x78, 0xe2, 0x2b, 0x53, 0x08, 0x96, 0x67, 0x13, 0x84, 0x20, + 0xf6, 0x01, 0x30, 0x27, 0x91, 0x2a, 0x9c, 0x78, 0x5f, 0x09, 0x97, 0xc4, 0xbc, 0x60, 0x44, 0x25, + 0xa1, 0x62, 0xb5, 0xa6, 0xc8, 0xb1, 0x06, 0xd8, 0xc7, 0x30, 0x1f, 0x87, 0xbe, 0x90, 0xed, 0xca, + 0xc3, 0xe2, 0xa3, 0x46, 0xde, 0x63, 0x56, 0xe8, 0x8b, 0xdd, 0xa5, 0x7f, 0xfe, 0xd5, 0x66, 0x8d, + 0x18, 0x9e, 0xf0, 0x38, 0xe6, 0x57, 0x96, 0xe6, 0xc6, 0x4c, 0x8c, 0x45, 0xc4, 0xbd, 0xf8, 0xda, + 0xc6, 0x74, 0x0d, 0x61, 0x1a, 0x9b, 0xd9, 0xd7, 0x27, 0xb0, 0x36, 0x23, 0x31, 0xdd, 0x8a, 0x29, + 0x2f, 0xf7, 0x72, 0x42, 0xdd, 0x0c, 0x64, 0xcf, 0xe1, 0xbe, 0x91, 0xbb, 0xe5, 0x58, 0x35, 0x3a, + 0x96, 0x51, 0xdc, 0xbd, 0x71, 0xb8, 0x4f, 0x60, 0xcd, 0x19, 0x73, 0xdf, 0x17, 0xc1, 0x0d, 0x0b, + 0xea, 0x6a, 0x74, 0x2f, 0x83, 0x67, 0xf6, 0xfa, 0x53, 0x58, 0xbf, 0x2e, 0x97, 0xdb, 0xae, 0xae, + 0x4e, 0xed, 0x59, 0xd1, 0xdc, 0x8e, 0xff, 0x08, 0xde, 0x9b, 0x4a, 0xdf, 0xb2, 0xe9, 0x06, 0x6d, + 0x7a, 0xfa, 0x85, 0x1b, 0xfb, 0x5e, 0xff, 0x73, 0x28, 0xbe, 0x10, 0x21, 0x7b, 0x1f, 0x16, 0x9d, + 0x30, 0x09, 0x54, 0x7c, 0x65, 0xcb, 0x71, 0x18, 0x2b, 0xd3, 0xdd, 0xd4, 0x0d, 0x71, 0x80, 0x34, + 0xac, 0xdf, 0xb1, 0x18, 0x61, 0x89, 0x32, 0x17, 0x94, 0x5e, 0x61, 0xfd, 0xf6, 0xb9, 0xf2, 0x54, + 0x62, 0xfa, 0x98, 0x39, 0x2b, 0x5b, 0xb3, 0xf7, 0xa0, 0xea, 0x87, 0xc1, 0x48, 0x83, 0x25, 0x02, + 0xa7, 0x84, 0xf5, 0xbf, 0x2f, 0x43, 0xeb, 0x46, 0x06, 0xa2, 0x0c, 0x0f, 0xb8, 0x7f, 0xa5, 0x3c, + 0x47, 0xd2, 0x46, 0x2a, 0xd6, 0x94, 0xc0, 0x7e, 0x0c, 0xad, 0x33, 0xcf, 0x17, 0x18, 0x90, 0xc2, + 0x16, 0x01, 0xde, 0x9f, 0xfa, 0xc6, 0xac, 0x58, 0xcd, 0x0c, 0xe8, 0x69, 0x3a, 0x16, 0xfd, 0x71, + 0x28, 0x95, 0xb4, 0xe5, 0x55, 0xe0, 0x64, 0xdc, 0x45, 0xcd, 0x4d, 0xc8, 0xe0, 0x2a, 0x70, 0x52, + 0xee, 0x1f, 0xc2, 0x52, 0x8e, 0x7b, 0x12, 0x9a, 0x2d, 0x57, 0xad, 0xc5, 0x8c, 0xf5, 0x25, 0x36, + 0x00, 0x1f, 0xc1, 0xaa, 0xef, 0x9d, 0x46, 0xdb, 0x91, 0x2d, 0x55, 0x2c, 0xf8, 0xc4, 0x9e, 0xa0, + 0x99, 0xd0, 0xe0, 0xf3, 0xa4, 0x79, 0x45, 0xa3, 0x03, 0x02, 0x5f, 0x1a, 0x8c, 0xfd, 0x2e, 0x34, + 0x50, 0x64, 0xac, 0x54, 0x64, 0x47, 0x71, 0xf8, 0xe5, 0x15, 0xe5, 0x56, 0xc5, 0xaa, 0x47, 0xdb, + 0xd1, 0xbe, 0x52, 0xd1, 0x31, 0xd2, 0xd8, 0x03, 0x80, 0x28, 0x16, 0x67, 0x22, 0xb6, 0x95, 0x2f, + 0x4d, 0x32, 0x55, 0x35, 0x65, 0xe8, 0x4b, 0xc6, 0xa0, 0xf4, 0x67, 0x89, 0xe7, 0xd0, 0xd5, 0x5a, + 0xb1, 0xe8, 0x37, 0x6e, 0x3b, 0x16, 0x93, 0xf0, 0x42, 0xd8, 0x61, 0x60, 0x27, 0x41, 0xe4, 0x05, + 0x94, 0x1c, 0x15, 0x6b, 0x51, 0x93, 0x8f, 0x82, 0x13, 0x24, 0x62, 0x39, 0x90, 0x63, 0x1e, 0xbb, + 0x5e, 0x30, 0xca, 0x4c, 0x01, 0xc4, 0xb8, 0x94, 0xd2, 0x53, 0x4b, 0x7c, 0x04, 0xab, 0x69, 0x39, + 0x70, 0x7c, 0x4f, 0x04, 0x2a, 0x13, 0xd0, 0x79, 0xb0, 0x62, 0xd0, 0x2e, 0x81, 0xa9, 0xd4, 0x33, + 0x48, 0xe9, 0x36, 0x1a, 0x2c, 0x93, 0xa9, 0x93, 0x4c, 0x7a, 0xfd, 0xee, 0x87, 0x32, 0x93, 0x78, + 0x0a, 0xcb, 0x52, 0xc5, 0x5c, 0x89, 0x91, 0xe7, 0xa0, 0x51, 0x2e, 0x3c, 0xdc, 0x05, 0xc5, 0x3d, + 0x09, 0x18, 0xe8, 0x38, 0x45, 0xb0, 0x02, 0x27, 0x31, 0xd6, 0xb2, 0xbc, 0xf7, 0x75, 0x98, 0x2f, + 0x25, 0xb1, 0x3f, 0xc8, 0x3b, 0xbf, 0x03, 0xcb, 0xae, 0x27, 0xa9, 0x53, 0xe3, 0x89, 0x0a, 0xed, + 0x24, 0x72, 0xb9, 0x12, 0x74, 0x39, 0x57, 0xac, 0x96, 0x81, 0x76, 0x12, 0x15, 0x9e, 0x10, 0x80, + 0x91, 0x35, 0x8a, 0x79, 0x34, 0x9e, 0x89, 0x95, 0xa6, 0x8e, 0x95, 0x0c, 0xc8, 0x29, 0x37, 0xc5, + 0x62, 0xe6, 0xa8, 0x2d, 0xad, 0x5c, 0x43, 0xf9, 0x93, 0x7e, 0x04, 0xab, 0xd3, 0x54, 0x9d, 0x11, + 0x61, 0xda, 0xa2, 0x19, 0x9a, 0x93, 0xda, 0xfa, 0xd7, 0x0a, 0xd4, 0x06, 0xda, 0x6c, 0x03, 0xc5, + 0x15, 0xfb, 0x0c, 0x80, 0x64, 0xa5, 0xe2, 0x4a, 0xe7, 0x46, 0x6d, 0x7b, 0x55, 0x17, 0xd2, 0x1c, + 0x5b, 0x07, 0x55, 0xec, 0x96, 0xf0, 0x22, 0xb3, 0xaa, 0xc8, 0x8f, 0x44, 0x7c, 0x14, 0xd5, 0x63, + 0x11, 0x28, 0x11, 0x1b, 0x71, 0xfd, 0xf4, 0x6a, 0xdf, 0x14, 0xb7, 0x88, 0xcb, 0x28, 0xa8, 0x69, + 0x19, 0x52, 0xb1, 0xfe, 0xeb, 0x12, 0x54, 0xf7, 0x33, 0x85, 0xd4, 0xd0, 0x51, 0xd7, 0x59, 0xa0, + 0xcc, 0x36, 0x2b, 0xb6, 0x02, 0xf3, 0xd2, 0x09, 0x63, 0xfd, 0xb8, 0x9b, 0xb3, 0xf4, 0x02, 0x5b, + 0x39, 0x8d, 0xdb, 0x1a, 0xd4, 0xa5, 0xa2, 0xa6, 0x69, 0x03, 0x62, 0xc1, 0x8e, 0x64, 0x94, 0xe2, + 0xba, 0x5a, 0x54, 0x70, 0x53, 0x04, 0xbe, 0x0f, 0x8b, 0xa6, 0x05, 0x36, 0x0c, 0xf3, 0xc4, 0x50, + 0x37, 0x44, 0xcd, 0xb4, 0x09, 0x35, 0x19, 0x09, 0xe1, 0x1a, 0x96, 0x32, 0xb1, 0x00, 0x91, 0x34, + 0xc3, 0x13, 0x60, 0xba, 0x95, 0xb4, 0xf3, 0x7c, 0x0b, 0xc4, 0xd7, 0xd4, 0xc8, 0x60, 0xca, 0xfd, + 0x0c, 0x56, 0xd2, 0xae, 0x72, 0x86, 0xbf, 0x42, 0xfc, 0x2c, 0xc5, 0x72, 0x12, 0xef, 0xc3, 0xa2, + 0x39, 0xe5, 0xa5, 0xf0, 0x46, 0x63, 0x7d, 0x4f, 0xcd, 0x59, 0xe6, 0xe8, 0x5f, 0x10, 0x0d, 0x93, + 0x1c, 0xcf, 0x69, 0x38, 0x40, 0x97, 0x45, 0x3e, 0x4a, 0xe1, 0x1f, 0x40, 0x23, 0x3d, 0xa9, 0x61, + 0xa9, 0x11, 0x4b, 0x7a, 0x7e, 0xc3, 0x86, 0xcd, 0x3d, 0xed, 0xc9, 0x30, 0xd5, 0xb5, 0x41, 0x89, + 0x66, 0x58, 0x3a, 0xb0, 0x3c, 0x73, 0x5a, 0xc3, 0xb9, 0x48, 0x9c, 0xad, 0xdc, 0x71, 0x0d, 0xff, + 0x36, 0xdc, 0xbb, 0x76, 0x5e, 0x23, 0xd1, 0x20, 0x89, 0xe5, 0x99, 0x03, 0x1b, 0x99, 0x17, 0x50, + 0xa7, 0xb7, 0xb6, 0x4e, 0x2f, 0xd7, 0x34, 0xbf, 0xdf, 0xb1, 0xcb, 0x43, 0x49, 0x9d, 0x7e, 0xee, + 0xf3, 0xd2, 0x3f, 0xfc, 0xe3, 0x66, 0x61, 0xfd, 0xaf, 0xe7, 0xa0, 0x84, 0x21, 0x86, 0xd1, 0x15, + 0x06, 0xbe, 0x17, 0x08, 0x73, 0x07, 0x98, 0xd5, 0x8d, 0x37, 0x0d, 0x06, 0x59, 0x71, 0xf6, 0x4d, + 0x83, 0x51, 0x90, 0x96, 0x2f, 0x1e, 0x51, 0xa4, 0x15, 0x2d, 0x48, 0x6b, 0x16, 0x8f, 0xf2, 0x8f, + 0x01, 0xd7, 0x93, 0xe7, 0x36, 0x3d, 0x15, 0x28, 0xe2, 0x8a, 0xd9, 0x63, 0x60, 0xcf, 0x93, 0xe7, + 0x43, 0xa4, 0xe7, 0xab, 0x21, 0x71, 0xf3, 0x0b, 0xee, 0xf9, 0x98, 0xa0, 0x14, 0x82, 0xc5, 0xac, + 0x1a, 0xa2, 0xc4, 0x4e, 0x8a, 0xb1, 0xcf, 0x61, 0x5e, 0xe7, 0x59, 0x99, 0x0c, 0xf2, 0xee, 0xed, + 0x69, 0x4a, 0x99, 0xb4, 0x5b, 0x4f, 0x9b, 0xce, 0xff, 0xc2, 0x94, 0xd3, 0x72, 0xc6, 0x1e, 0x8f, + 0xa1, 0xac, 0xf3, 0x11, 0xef, 0xd9, 0x58, 0x48, 0x11, 0x5f, 0x88, 0x6c, 0xfa, 0x90, 0xae, 0x35, + 0xaf, 0xfe, 0xbb, 0xf5, 0x2f, 0x45, 0xa8, 0x77, 0xc3, 0x40, 0xc5, 0xdc, 0x21, 0xf5, 0xf4, 0x20, + 0x77, 0x94, 0x77, 0x41, 0xc3, 0x09, 0x22, 0xdb, 0x41, 0x32, 0x21, 0x1d, 0x45, 0xab, 0xa5, 0xa1, + 0x54, 0xa0, 0x9f, 0x4c, 0xb0, 0x10, 0x3a, 0xe1, 0x24, 0x12, 0x81, 0xa4, 0xf7, 0x87, 0x1d, 0x71, + 0x2f, 0x35, 0x73, 0x33, 0x0f, 0x1c, 0x73, 0xcf, 0x65, 0x9f, 0x42, 0x7b, 0x86, 0x39, 0x4c, 0x94, + 0x54, 0x3c, 0xa0, 0x3a, 0xae, 0x0d, 0xbf, 0x96, 0xc7, 0x8f, 0xa6, 0x30, 0x7b, 0x05, 0x2b, 0x67, + 0x5e, 0x2c, 0xd5, 0x74, 0x5b, 0x52, 0xf1, 0x58, 0xdd, 0x69, 0x60, 0xc3, 0x48, 0x43, 0xee, 0xb8, + 0xb1, 0x62, 0xc7, 0xd0, 0xa2, 0x88, 0xcc, 0xd4, 0x8a, 0x40, 0x3f, 0x7d, 0xbf, 0xab, 0xd2, 0x25, + 0x14, 0x4f, 0x75, 0xf6, 0x02, 0x97, 0xfd, 0x18, 0x4a, 0xd8, 0x8d, 0x92, 0x2b, 0x1b, 0xdb, 0x6b, + 0xda, 0x95, 0x79, 0x1b, 0x77, 0xb0, 0x87, 0xb5, 0x88, 0x69, 0xeb, 0x31, 0x94, 0x70, 0xc5, 0x2a, + 0x50, 0xda, 0x3f, 0x1a, 0x0c, 0x9b, 0xef, 0x30, 0x80, 0xb2, 0xd5, 0xeb, 0x0f, 0x7b, 0x56, 0xb3, + 0xc0, 0xea, 0x50, 0xb1, 0x7a, 0x83, 0x9e, 0xf5, 0xaa, 0xb7, 0xd7, 0x9c, 0x33, 0x1e, 0x7b, 0x33, + 0x0f, 0xd5, 0x54, 0x9b, 0x64, 0x9f, 0x40, 0x35, 0xdd, 0x39, 0xd6, 0xf8, 0xe2, 0xb4, 0x48, 0x67, + 0x3c, 0xd9, 0x2f, 0x6b, 0xca, 0xba, 0xfe, 0x4f, 0xf3, 0x50, 0x49, 0xe9, 0x66, 0x4a, 0xa3, 0x8f, + 0x9f, 0x4d, 0xab, 0x20, 0x25, 0x1d, 0xb8, 0xf8, 0x2c, 0xa4, 0xab, 0x64, 0x3a, 0x6f, 0xc0, 0xe5, + 0x81, 0x8b, 0x45, 0xd8, 0x5c, 0x13, 0x9e, 0x6b, 0x86, 0x0d, 0x15, 0x4d, 0x38, 0x70, 0xd9, 0xc7, + 0x50, 0xc6, 0xe0, 0x4c, 0x24, 0x39, 0xa9, 0xb1, 0xfd, 0xa0, 0xa3, 0x07, 0x8a, 0xe9, 0x77, 0x67, + 0x8c, 0x22, 0x2c, 0xc3, 0xcc, 0xba, 0x00, 0xe4, 0x5a, 0x3d, 0xa3, 0xb8, 0x8b, 0x2b, 0xaa, 0x24, + 0x47, 0xc3, 0x8c, 0xcf, 0xa1, 0x22, 0x02, 0x57, 0xab, 0x28, 0xdf, 0x41, 0xc5, 0x82, 0x08, 0x5c, + 0x52, 0xd0, 0x87, 0x66, 0x20, 0xbe, 0x54, 0xb6, 0x90, 0x4e, 0x1c, 0x5e, 0x6a, 0x45, 0x77, 0x19, + 0x07, 0x35, 0x50, 0xba, 0x47, 0xc2, 0xa4, 0xef, 0xd6, 0x3c, 0xa9, 0xbc, 0x45, 0x9e, 0x54, 0x7f, + 0x7b, 0x9e, 0x3c, 0x00, 0x48, 0x02, 0x4f, 0xe9, 0xf7, 0x01, 0x5d, 0x17, 0x45, 0xab, 0x8a, 0x14, + 0x7a, 0x0f, 0x20, 0x4c, 0xfd, 0x9b, 0x2d, 0xbd, 0xaf, 0x04, 0x5d, 0x15, 0x45, 0xab, 0x4a, 0x94, + 0x81, 0xf7, 0x55, 0x0e, 0x1e, 0x73, 0x39, 0xa6, 0x4b, 0xa2, 0x6a, 0xe0, 0x7d, 0x2e, 0xc7, 0xe8, + 0x6e, 0x6c, 0x9b, 0x35, 0xba, 0xa8, 0xdd, 0x8d, 0x04, 0x02, 0xfb, 0xd0, 0xa4, 0x4c, 0x9a, 0x84, + 0xae, 0x77, 0x76, 0xa5, 0x2d, 0xd6, 0xb8, 0x8b, 0xc5, 0x50, 0xfa, 0x25, 0x09, 0x23, 0x3c, 0x53, + 0xa6, 0xfe, 0xaf, 0x02, 0xb5, 0x5d, 0x75, 0x26, 0x07, 0x0e, 0x0f, 0x86, 0xfc, 0x94, 0xfd, 0xe2, + 0x96, 0xb1, 0xda, 0xf6, 0x9b, 0xd7, 0x9b, 0x9d, 0x68, 0xf4, 0x7c, 0x8b, 0x26, 0x60, 0xd2, 0xe1, + 0xc1, 0x9d, 0x66, 0x6a, 0x1d, 0x58, 0xbe, 0x36, 0xdb, 0xf2, 0xc5, 0x99, 0xa2, 0x78, 0x2f, 0x58, + 0xad, 0x99, 0xe1, 0xd6, 0xa1, 0x38, 0x53, 0x78, 0xdd, 0xeb, 0x4b, 0x06, 0x5f, 0xdf, 0x22, 0x96, + 0x58, 0x26, 0x4f, 0x45, 0x6c, 0x66, 0x9c, 0x4c, 0x63, 0x2f, 0x09, 0xea, 0x13, 0xc2, 0xbe, 0x00, + 0x96, 0x3e, 0x9c, 0x5c, 0x4f, 0xaa, 0xd8, 0x3b, 0x4d, 0x14, 0xb6, 0x2e, 0x98, 0xb4, 0x8f, 0x74, + 0xd2, 0xe6, 0xce, 0xd8, 0xe9, 0x6a, 0xde, 0xbd, 0x8c, 0xb5, 0x87, 0x4b, 0xab, 0xe5, 0x5c, 0xa7, + 0xb3, 0x5f, 0x40, 0x93, 0x5a, 0x8d, 0xbc, 0xda, 0x79, 0x52, 0xfb, 0xc3, 0x9b, 0x6a, 0xa9, 0xf5, + 0xb8, 0xae, 0x74, 0x49, 0xce, 0x52, 0x6f, 0x8c, 0x63, 0xca, 0x6f, 0x3b, 0x8e, 0xc9, 0xf5, 0xf9, + 0xdc, 0x8f, 0x05, 0x77, 0x73, 0xd3, 0xc0, 0x42, 0xd6, 0xe7, 0xef, 0x68, 0x88, 0x2e, 0xe4, 0x15, + 0x98, 0xd7, 0xc1, 0xab, 0x47, 0x82, 0x7a, 0x81, 0x1b, 0xc2, 0x9b, 0x3f, 0xdb, 0x50, 0xf5, 0x2e, + 0x1b, 0x42, 0xc9, 0x74, 0x43, 0xf7, 0xa1, 0x12, 0x88, 0x4b, 0x3b, 0xe6, 0xc1, 0x39, 0xa5, 0x47, + 0xd5, 0x5a, 0x08, 0xc4, 0xa5, 0xc5, 0x83, 0x73, 0x8c, 0x7e, 0x3d, 0x1d, 0x24, 0xb0, 0xa6, 0xa3, + 0x9f, 0x28, 0x04, 0x3f, 0x41, 0xff, 0x99, 0x32, 0xc9, 0x7d, 0xdf, 0x26, 0x47, 0x50, 0x92, 0x2c, + 0x62, 0x0e, 0x6b, 0x64, 0xc7, 0xf7, 0xc9, 0x71, 0x18, 0x4f, 0x19, 0xf7, 0x19, 0xf7, 0x52, 0xf6, + 0x45, 0x62, 0x6f, 0xa5, 0xd0, 0xcf, 0xb8, 0x67, 0xf8, 0x9f, 0xc1, 0xca, 0x8c, 0x76, 0x63, 0x19, + 0x4a, 0xa1, 0x82, 0xc5, 0x72, 0xfa, 0x4d, 0x5b, 0x80, 0x0d, 0xd8, 0xec, 0x17, 0x52, 0x91, 0x25, + 0x12, 0x59, 0xce, 0x7f, 0x23, 0x95, 0xf9, 0x0c, 0xd6, 0x53, 0x77, 0x60, 0x78, 0xdb, 0x97, 0x63, + 0x11, 0x64, 0x77, 0x9f, 0x19, 0x27, 0xae, 0x19, 0x0e, 0x0c, 0xf3, 0x2f, 0xc6, 0x22, 0xc8, 0xee, + 0x89, 0x4f, 0xe1, 0xbe, 0x4c, 0x22, 0x11, 0xdb, 0xb3, 0x81, 0xaf, 0x0f, 0xd6, 0xa2, 0x83, 0xad, + 0x12, 0xc3, 0x51, 0x2e, 0xf8, 0xf5, 0xe9, 0x3e, 0x86, 0x35, 0xb4, 0xfa, 0x6d, 0x82, 0x8c, 0x04, + 0x57, 0x02, 0x71, 0x79, 0x43, 0x6c, 0x7d, 0x0f, 0x56, 0x6f, 0x4f, 0x03, 0xd6, 0x84, 0xe2, 0xb9, + 0xb8, 0x32, 0x77, 0x15, 0xfe, 0xc4, 0xb8, 0xb9, 0xe0, 0x7e, 0x22, 0xcc, 0x7f, 0x51, 0xf4, 0xe2, + 0xf9, 0xdc, 0x4f, 0x0a, 0xeb, 0xbb, 0xb0, 0x72, 0x5b, 0xd4, 0xdf, 0x45, 0xc7, 0xd6, 0x5f, 0x14, + 0x61, 0x89, 0x94, 0xec, 0x7b, 0x68, 0x1e, 0xfa, 0x77, 0xca, 0xc9, 0x2d, 0x55, 0xe8, 0x93, 0x37, + 0xaf, 0x37, 0xb7, 0xb1, 0x0a, 0xe9, 0x8c, 0x1c, 0x6b, 0xee, 0xef, 0x67, 0xba, 0x7f, 0xfb, 0xf8, + 0xbd, 0xf8, 0x1b, 0xc6, 0xef, 0xbf, 0xa1, 0xa0, 0xe9, 0xa1, 0xff, 0x2d, 0x05, 0x2d, 0x7b, 0x89, + 0xcd, 0x93, 0x43, 0xcc, 0x4b, 0xec, 0x7a, 0xde, 0x95, 0xdf, 0x36, 0xef, 0xbe, 0xb7, 0xff, 0xad, + 0xfc, 0x55, 0x09, 0xd6, 0x76, 0xbc, 0xd8, 0x8d, 0xc3, 0xc8, 0x12, 0x97, 0x78, 0x35, 0x4d, 0x3d, + 0xf2, 0xa7, 0xb7, 0x78, 0xe4, 0xf3, 0x37, 0xaf, 0x37, 0x3f, 0x43, 0x8f, 0x70, 0x2d, 0x64, 0xc7, + 0x24, 0xf5, 0x56, 0xae, 0x61, 0x50, 0xa2, 0x09, 0xf8, 0x1c, 0x99, 0x88, 0x7e, 0xe7, 0xdd, 0x55, + 0x9c, 0x71, 0xd7, 0x03, 0x00, 0x4f, 0xda, 0x32, 0x91, 0x91, 0x70, 0x94, 0x19, 0xf7, 0x54, 0x3d, + 0x39, 0xd0, 0x04, 0x7c, 0xb3, 0x98, 0x07, 0x53, 0x99, 0xb4, 0x99, 0x15, 0xf9, 0x81, 0xc6, 0xaf, + 0x0b, 0xc6, 0x0f, 0x34, 0x74, 0xbd, 0xee, 0x87, 0xca, 0xf7, 0xe5, 0x87, 0xea, 0xdb, 0x56, 0xf6, + 0x07, 0x00, 0xd4, 0x0c, 0xe8, 0x2c, 0x06, 0xda, 0x2c, 0xb5, 0x07, 0x3a, 0xe3, 0xd3, 0x5e, 0x21, + 0x6b, 0x34, 0x4a, 0xba, 0x57, 0xa0, 0x3e, 0xe3, 0x7d, 0x58, 0x94, 0xe3, 0x30, 0xf1, 0x5d, 0xe3, + 0x0c, 0x33, 0xf8, 0xac, 0x6b, 0xa2, 0x76, 0x2b, 0x32, 0x71, 0x47, 0x25, 0x58, 0x8f, 0x35, 0x93, + 0x1e, 0x71, 0xd6, 0x35, 0x51, 0x33, 0x3d, 0xfe, 0xcb, 0x02, 0x54, 0xd2, 0xb9, 0x70, 0xae, 0x77, + 0x7e, 0x27, 0xeb, 0xa8, 0x4d, 0x17, 0x7d, 0xbc, 0x73, 0x60, 0xf5, 0xac, 0xe6, 0x1c, 0x6b, 0x00, + 0x74, 0xf7, 0x77, 0x0e, 0x0f, 0x7b, 0xfd, 0x17, 0x3d, 0xab, 0x59, 0x64, 0xcb, 0xb0, 0xd4, 0xef, + 0x0d, 0xbf, 0x38, 0xb2, 0x7e, 0x6e, 0x77, 0xf7, 0x7b, 0xdd, 0x9f, 0xf7, 0xac, 0x66, 0x89, 0xad, + 0x02, 0xb3, 0x7a, 0xc7, 0x27, 0xc3, 0x9d, 0xe1, 0xc1, 0x51, 0x3f, 0xa3, 0xcf, 0xb3, 0x26, 0xd4, + 0xbb, 0x7b, 0x7d, 0xfb, 0xd8, 0x3a, 0x7a, 0x75, 0xb0, 0xd7, 0xb3, 0x9a, 0x65, 0x56, 0x85, 0xf9, + 0xa3, 0xe1, 0x7e, 0xcf, 0x6a, 0xae, 0x3c, 0x1e, 0x03, 0xbb, 0xf9, 0x5f, 0x48, 0x56, 0x83, 0x85, + 0xc1, 0x49, 0xb7, 0xdb, 0x1b, 0x0c, 0x9a, 0xef, 0xb0, 0x25, 0xa8, 0x9d, 0xf4, 0xbb, 0x47, 0xfd, + 0x7e, 0xaf, 0x3b, 0xec, 0xed, 0x35, 0x0b, 0x88, 0x0e, 0x0f, 0x5e, 0xf6, 0x8e, 0x4e, 0x86, 0xcd, + 0x39, 0x76, 0x0f, 0x5a, 0x3b, 0xbb, 0x83, 0xa3, 0xc3, 0x93, 0x61, 0xef, 0xf0, 0x8f, 0xed, 0x93, + 0xfe, 0xd1, 0x71, 0xaf, 0xdf, 0x2c, 0xe2, 0x47, 0xe9, 0x13, 0xb6, 0xd5, 0xdb, 0x19, 0x1c, 0xf5, + 0x9b, 0xb0, 0xfb, 0x87, 0xff, 0xfb, 0x9f, 0x1b, 0x85, 0xaf, 0xbf, 0xd9, 0x28, 0xfc, 0xf2, 0x9b, + 0x8d, 0xc2, 0xaf, 0xbf, 0xd9, 0x28, 0xfc, 0xdd, 0xb7, 0x1b, 0x85, 0x7f, 0xfb, 0x76, 0xa3, 0xf0, + 0xf5, 0xb7, 0x1b, 0x05, 0xa8, 0x7b, 0x61, 0x07, 0x7b, 0x20, 0xba, 0xfb, 0x77, 0xab, 0x68, 0x9d, + 0x63, 0xf4, 0xea, 0x71, 0xe1, 0x4f, 0xe8, 0xff, 0xe5, 0xa7, 0x65, 0x72, 0xf2, 0x87, 0xff, 0x1f, + 0x00, 0x00, 0xff, 0xff, 0x00, 0x86, 0x60, 0x51, 0x2e, 0x20, 0x00, 0x00, } func (m *PayLoadInfo) Marshal() (dAtA []byte, err error) { @@ -3652,24 +3662,32 @@ func (m *BtfsScanTab) MarshalToSizedBuffer(dAtA []byte) (int, error) { i-- dAtA[i] = 0x1 i-- - dAtA[i] = 0x88 + dAtA[i] = 0x90 } if m.SuperOnlineMinersCount != 0 { i = encodeVarintNode(dAtA, i, uint64(m.SuperOnlineMinersCount)) i-- dAtA[i] = 0x1 i-- - dAtA[i] = 0x80 + dAtA[i] = 0x88 + } + if m.StorageLeftWhenContract != 0 { + i -= 8 + encoding_binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(m.StorageLeftWhenContract)))) + i-- + dAtA[i] = 0x1 + i-- + dAtA[i] = 0x81 } - if m.StorageContractLeft != 0 { + if m.ContractFailStorage != 0 { i -= 8 - encoding_binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(m.StorageContractLeft)))) + encoding_binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(m.ContractFailStorage)))) i-- dAtA[i] = 0x79 } - if m.StorageContractUsed != 0 { + if m.ContractAllStorage != 0 { i -= 8 - encoding_binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(m.StorageContractUsed)))) + encoding_binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(m.ContractAllStorage)))) i-- dAtA[i] = 0x71 } @@ -4377,18 +4395,22 @@ func NewPopulatedBtfsScanTab(r randyNode, easy bool) *BtfsScanTab { this.TotalRank = string(randStringNode(r)) this.ContractAllCount = uint32(r.Uint32()) this.ContractFailCount = uint32(r.Uint32()) - this.StorageContractUsed = float64(r.Float64()) + this.ContractAllStorage = float64(r.Float64()) if r.Intn(2) == 0 { - this.StorageContractUsed *= -1 + this.ContractAllStorage *= -1 } - this.StorageContractLeft = float64(r.Float64()) + this.ContractFailStorage = float64(r.Float64()) if r.Intn(2) == 0 { - this.StorageContractLeft *= -1 + this.ContractFailStorage *= -1 + } + this.StorageLeftWhenContract = float64(r.Float64()) + if r.Intn(2) == 0 { + this.StorageLeftWhenContract *= -1 } this.SuperOnlineMinersCount = uint32(r.Uint32()) this.NewOnlineMinersCount = uint32(r.Uint32()) if !easy && r.Intn(10) != 0 { - this.XXX_unrecognized = randUnrecognizedNode(r, 18) + this.XXX_unrecognized = randUnrecognizedNode(r, 19) } return this } @@ -5106,12 +5128,15 @@ func (m *BtfsScanTab) Size() (n int) { if m.ContractFailCount != 0 { n += 1 + sovNode(uint64(m.ContractFailCount)) } - if m.StorageContractUsed != 0 { + if m.ContractAllStorage != 0 { n += 9 } - if m.StorageContractLeft != 0 { + if m.ContractFailStorage != 0 { n += 9 } + if m.StorageLeftWhenContract != 0 { + n += 10 + } if m.SuperOnlineMinersCount != 0 { n += 2 + sovNode(uint64(m.SuperOnlineMinersCount)) } @@ -9225,7 +9250,7 @@ func (m *BtfsScanTab) Unmarshal(dAtA []byte) error { } case 14: if wireType != 1 { - return fmt.Errorf("proto: wrong wireType = %d for field StorageContractUsed", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field ContractAllStorage", wireType) } var v uint64 if (iNdEx + 8) > l { @@ -9233,10 +9258,10 @@ func (m *BtfsScanTab) Unmarshal(dAtA []byte) error { } v = uint64(encoding_binary.LittleEndian.Uint64(dAtA[iNdEx:])) iNdEx += 8 - m.StorageContractUsed = float64(math.Float64frombits(v)) + m.ContractAllStorage = float64(math.Float64frombits(v)) case 15: if wireType != 1 { - return fmt.Errorf("proto: wrong wireType = %d for field StorageContractLeft", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field ContractFailStorage", wireType) } var v uint64 if (iNdEx + 8) > l { @@ -9244,8 +9269,19 @@ func (m *BtfsScanTab) Unmarshal(dAtA []byte) error { } v = uint64(encoding_binary.LittleEndian.Uint64(dAtA[iNdEx:])) iNdEx += 8 - m.StorageContractLeft = float64(math.Float64frombits(v)) + m.ContractFailStorage = float64(math.Float64frombits(v)) case 16: + if wireType != 1 { + return fmt.Errorf("proto: wrong wireType = %d for field StorageLeftWhenContract", wireType) + } + var v uint64 + if (iNdEx + 8) > l { + return io.ErrUnexpectedEOF + } + v = uint64(encoding_binary.LittleEndian.Uint64(dAtA[iNdEx:])) + iNdEx += 8 + m.StorageLeftWhenContract = float64(math.Float64frombits(v)) + case 17: if wireType != 0 { return fmt.Errorf("proto: wrong wireType = %d for field SuperOnlineMinersCount", wireType) } @@ -9264,7 +9300,7 @@ func (m *BtfsScanTab) Unmarshal(dAtA []byte) error { break } } - case 17: + case 18: if wireType != 0 { return fmt.Errorf("proto: wrong wireType = %d for field NewOnlineMinersCount", wireType) } diff --git a/protos/node/node.proto b/protos/node/node.proto index 1b2ac2b..b526930 100644 --- a/protos/node/node.proto +++ b/protos/node/node.proto @@ -271,10 +271,11 @@ message BtfsScanTab { string total_rank = 11; uint32 contract_all_count = 12; uint32 contract_fail_count = 13; - double storage_contract_used = 14; - double storage_contract_left = 15; - uint32 super_online_miners_count = 16; - uint32 new_online_miners_count = 17; + double contract_all_storage = 14; + double contract_fail_storage = 15; + double storage_left_when_contract = 16; + uint32 super_online_miners_count = 17; + uint32 new_online_miners_count = 18; } message ScoreHistoryTab {