Integration_test_lib.Gossip_state
module By_direction : sig ... end
module type Set = sig ... end
type t = {
node_id : string; |
blocks : Event_type.Gossip.Block.r Set.t By_direction.t; |
transactions : Event_type.Gossip.Transactions.r Set.t By_direction.t; |
snark_work : Event_type.Gossip.Snark_work.r Set.t By_direction.t; |
}
val to_yojson : t -> Yojson.Safe.t
val _ : t -> Yojson.Safe.t
val snark_work : t -> Event_type.Gossip.Snark_work.r Set.t By_direction.t
val transactions : t -> Event_type.Gossip.Transactions.r Set.t By_direction.t
val blocks : t -> Event_type.Gossip.Block.r Set.t By_direction.t
val node_id : t -> string
module Fields : sig ... end
val create : string -> t
val add :
t ->
'a Event_type.Gossip.With_direction.t Event_type.t ->
('a0 * Event_type.Gossip.Direction.t) ->
unit
val stats :
'a Event_type.Gossip.With_direction.t Event_type.t ->
t list ->
exclusion_list:string list ->
[> `Seen_by_all of int ] * [> `Seen_by_some of int ]
val consistency_ratio :
'a Event_type.Gossip.With_direction.t Event_type.t ->
t list ->
exclusion_list:string list ->
float