Commit 3be4edcc authored by 贾浩@五瓣科技's avatar 贾浩@五瓣科技

str balance

parent 902d8219
......@@ -76,7 +76,7 @@ func (m *ValidatedProof) GetTimestamp() uint64 {
type MinerObject struct {
Miner string `protobuf:"bytes,1,opt,name=miner,proto3" json:"miner,omitempty"`
Balance uint64 `protobuf:"varint,2,opt,name=balance,proto3" json:"balance,omitempty"`
Balance string `protobuf:"bytes,2,opt,name=balance,proto3" json:"balance,omitempty"`
Workload uint64 `protobuf:"varint,3,opt,name=workload,proto3" json:"workload,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
......@@ -114,11 +114,11 @@ func (m *MinerObject) GetMiner() string {
return ""
}
func (m *MinerObject) GetBalance() uint64 {
func (m *MinerObject) GetBalance() string {
if m != nil {
return m.Balance
}
return 0
return ""
}
func (m *MinerObject) GetWorkload() uint64 {
......@@ -136,24 +136,23 @@ func init() {
func init() { proto.RegisterFile("witness/v1/resource.proto", fileDescriptor_8558ebcb7c19658f) }
var fileDescriptor_8558ebcb7c19658f = []byte{
// 289 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x90, 0xb1, 0x4e, 0xf3, 0x30,
0x14, 0x85, 0x95, 0xf4, 0xff, 0x81, 0xba, 0xa2, 0x43, 0x84, 0x50, 0x40, 0x0c, 0x55, 0xa7, 0x2e,
0xc4, 0xb2, 0xd8, 0xca, 0xd6, 0xa5, 0x53, 0x45, 0x94, 0x21, 0x2d, 0xa8, 0x8b, 0x63, 0x5f, 0x42,
0x20, 0xc9, 0xad, 0x6c, 0x27, 0x15, 0xaf, 0xc3, 0xc8, 0xc6, 0x6b, 0xf0, 0x18, 0x8c, 0x3c, 0x05,
0x6a, 0x6a, 0x12, 0x90, 0xd8, 0xee, 0xe7, 0x23, 0xf9, 0xd3, 0x39, 0xe4, 0x6c, 0x9b, 0x99, 0x12,
0xb4, 0xa6, 0x35, 0xa3, 0x0a, 0x34, 0x56, 0x4a, 0x40, 0xb0, 0x51, 0x68, 0xd0, 0x23, 0x36, 0x0a,
0x6a, 0x36, 0x96, 0x64, 0x18, 0xf3, 0x3c, 0x93, 0xdc, 0x80, 0x0c, 0x15, 0xe2, 0xbd, 0xe7, 0x93,
0xc3, 0x84, 0xe7, 0xbc, 0x14, 0xe0, 0x3b, 0x23, 0x67, 0xd2, 0x8f, 0xbe, 0xd1, 0x3b, 0x27, 0x47,
0x5b, 0x54, 0x4f, 0x39, 0x72, 0xe9, 0xbb, 0x23, 0x67, 0xf2, 0x2f, 0x6a, 0xd9, 0xbb, 0x20, 0x7d,
0x93, 0x15, 0xa0, 0x0d, 0x2f, 0x36, 0x7e, 0xaf, 0x09, 0xbb, 0x87, 0xf1, 0x2d, 0x19, 0x2c, 0xb2,
0x12, 0xd4, 0x4d, 0xf2, 0x08, 0xc2, 0x78, 0x27, 0xe4, 0x7f, 0xb1, 0x43, 0x2b, 0xd8, 0xc3, 0x4f,
0xf1, 0xfe, 0xf7, 0x3f, 0xc5, 0xbd, 0xdf, 0xe2, 0xd9, 0x9b, 0x43, 0x86, 0x02, 0x8b, 0xa0, 0xeb,
0x34, 0x3b, 0x8e, 0x6c, 0xdf, 0x70, 0x57, 0x37, 0x74, 0xee, 0xe6, 0x69, 0x66, 0x1e, 0xaa, 0x24,
0x10, 0x58, 0x50, 0x94, 0xcf, 0x5a, 0x43, 0xa5, 0xdb, 0xe3, 0xb2, 0x19, 0x45, 0x60, 0x4e, 0x53,
0x28, 0x69, 0x03, 0x34, 0x45, 0xda, 0xcd, 0x77, 0x6d, 0xcf, 0x9a, 0xbd, 0xb8, 0xbd, 0xe5, 0x6a,
0xf5, 0xea, 0x92, 0xa5, 0x95, 0xc5, 0xec, 0xbd, 0x85, 0x75, 0xcc, 0x3e, 0xdc, 0xd3, 0x0e, 0xd6,
0xf3, 0x70, 0xb6, 0x00, 0xc3, 0x25, 0x37, 0xfc, 0xd3, 0x1d, 0xd8, 0x60, 0x3a, 0x8d, 0x59, 0x72,
0xd0, 0x58, 0xae, 0xbe, 0x02, 0x00, 0x00, 0xff, 0xff, 0xd8, 0xdb, 0x38, 0x6b, 0xa4, 0x01, 0x00,
0x00,
// 286 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x90, 0xbd, 0x4e, 0xc3, 0x30,
0x14, 0x85, 0x15, 0x87, 0xbf, 0xba, 0xa2, 0x43, 0x84, 0x50, 0x40, 0x0c, 0x55, 0xa7, 0x2e, 0xc4,
0xb2, 0xd8, 0xca, 0x96, 0xa5, 0x53, 0x45, 0x94, 0x21, 0x2d, 0xa8, 0x8b, 0x63, 0x9b, 0x10, 0x48,
0x72, 0x2b, 0xdb, 0x49, 0xc5, 0xeb, 0x30, 0xb2, 0xf1, 0x1a, 0x3c, 0x06, 0x23, 0x4f, 0x81, 0x1a,
0x4c, 0x02, 0x03, 0xdb, 0xfd, 0xee, 0x19, 0x3e, 0x9d, 0x83, 0xcf, 0xb6, 0xb9, 0xa9, 0xa4, 0xd6,
0xa4, 0xa1, 0x44, 0x49, 0x0d, 0xb5, 0xe2, 0x32, 0xd8, 0x28, 0x30, 0xe0, 0x61, 0x1b, 0x05, 0x0d,
0x9d, 0x08, 0x3c, 0x4a, 0x58, 0x91, 0x0b, 0x66, 0xa4, 0x88, 0x14, 0xc0, 0xbd, 0xe7, 0xe3, 0xc3,
0x94, 0x15, 0xac, 0xe2, 0xd2, 0x77, 0xc6, 0xce, 0x74, 0x10, 0xff, 0xa0, 0x77, 0x8e, 0x8f, 0xb6,
0xa0, 0x9e, 0x0a, 0x60, 0xc2, 0x47, 0x63, 0x67, 0xba, 0x17, 0x77, 0xec, 0x5d, 0xe0, 0x81, 0xc9,
0x4b, 0xa9, 0x0d, 0x2b, 0x37, 0xbe, 0xdb, 0x86, 0xfd, 0x63, 0x72, 0x8b, 0x87, 0x8b, 0xbc, 0x92,
0xea, 0x26, 0x7d, 0x94, 0xdc, 0x78, 0x27, 0x78, 0xbf, 0xdc, 0xa1, 0x15, 0x7c, 0xc3, 0x6f, 0x31,
0xfa, 0x5f, 0xec, 0xfe, 0x15, 0x87, 0x6f, 0x0e, 0x1e, 0x71, 0x28, 0x83, 0xbe, 0x53, 0x78, 0x1c,
0xdb, 0xbe, 0xd1, 0xae, 0x6e, 0xe4, 0xdc, 0xcd, 0xb3, 0xdc, 0x3c, 0xd4, 0x69, 0xc0, 0xa1, 0x24,
0x20, 0x9e, 0xb5, 0x96, 0xb5, 0xee, 0x8e, 0xcb, 0x76, 0x14, 0x0e, 0x05, 0xc9, 0x64, 0x45, 0x5a,
0x20, 0x19, 0x90, 0x7e, 0xbe, 0x6b, 0x7b, 0x36, 0xf4, 0x05, 0xb9, 0xcb, 0xd5, 0xea, 0x15, 0xe1,
0xa5, 0x95, 0x25, 0xf4, 0xbd, 0x83, 0x75, 0x42, 0x3f, 0xd0, 0x69, 0x0f, 0xeb, 0x79, 0x14, 0x2e,
0xa4, 0x61, 0x82, 0x19, 0xf6, 0x89, 0x86, 0x36, 0x98, 0xcd, 0x12, 0x9a, 0x1e, 0xb4, 0x96, 0xab,
0xaf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x40, 0xe1, 0x19, 0xa6, 0xa4, 0x01, 0x00, 0x00,
}
......@@ -10,6 +10,6 @@ message ValidatedProof {
message MinerObject {
string miner = 1;
uint64 balance = 2;
string balance = 2;
uint64 workload = 3;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment