mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Log validator session stats to file
This commit is contained in:
parent
17c561c4db
commit
b3e6819f3f
17 changed files with 137 additions and 18 deletions
|
@ -721,3 +721,9 @@ http.server.host domains:(vector string) ip:int port:int adnl_id:adnl.id.short =
|
|||
http.server.config dhs:(vector http.server.dnsEntry) local_hosts:(vector http.server.host) = http.server.Config;
|
||||
|
||||
---functions---
|
||||
|
||||
---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;
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue