1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

More detailed validator session stats

This commit is contained in:
SpyCheese 2022-07-05 23:44:36 +03:00 committed by EmelyanenkoK
parent b3e6819f3f
commit 417c3bb640
6 changed files with 118 additions and 47 deletions

View file

@ -724,6 +724,10 @@ http.server.config dhs:(vector http.server.dnsEntry) local_hosts:(vector http.se
---types---
validatorSession.stats id:tonNode.blockId round_id:int total_validators:int total_weight:long signatures:int
signatures_weight:long approve_signatures:int approve_signatures_weight:long
creator:int256 producers:(vector int256) = validatorSession.Stats;
validatorSession.statsProducer id:int256 block_status:int block_timestamp:long = validatorSession.StatsProducer;
validatorSession.statsRound timestamp:long producers:(vector validatorSession.statsProducer) = validatorSession.StatsRound;
validatorSession.stats id:tonNode.blockId timestamp:long self:int256 creator:int256 total_validators:int total_weight:long
signatures:int signatures_weight:long approve_signatures:int approve_signatures_weight:long
first_round:int rounds:(vector validatorSession.statsRound) = validatorSession.Stats;

Binary file not shown.