Closed JanLewDev closed 1 week ago
message Vertex { message Operation { string type = 1; google.protobuf.Value value = 2; } string hash = 1; string node_id = 2; Operation operation = 3; repeated string dependencies = 4; }
While serving the chain: The bug seems to be caused by google.protobuf.Value value = 2;
google.protobuf.Value value = 2;
fixed
While serving the chain: The bug seems to be caused by
google.protobuf.Value value = 2;