From 081412d9c7a936f7765d9c854e3fcf72016ebb12 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Fri, 15 Nov 2019 15:28:56 -0500 Subject: [PATCH] added reposted to ClaimMeta and renumbered the trending / supports stats --- v2/proto/result.proto | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/v2/proto/result.proto b/v2/proto/result.proto index 19e98f9..377f5d3 100644 --- a/v2/proto/result.proto +++ b/v2/proto/result.proto @@ -29,13 +29,14 @@ message ClaimMeta { uint32 activation_height = 7; uint32 expiration_height = 8; uint32 claims_in_channel = 9; + uint32 reposted = 10; - uint64 effective_amount = 10; - uint64 support_amount = 11; - uint32 trending_group = 12; - float trending_mixed = 13; - float trending_local = 14; - float trending_global = 15; + uint64 effective_amount = 20; + uint64 support_amount = 21; + uint32 trending_group = 22; + float trending_mixed = 23; + float trending_local = 24; + float trending_global = 25; } message Error {