package octez-shell-libs
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Octez shell libraries
Install
dune-project
Dependency
Authors
Maintainers
Sources
tezos-18.0.tar.gz
sha256=dbc3b675aee59c2c574e5d0a771193a2ecfca31e7a5bc5aed66598080596ce1c
sha512=b97ed762b9d24744305c358af0d20f394376b64bfdd758dd4a81775326caf445caa57c4f6445da3dd6468ff492de18e4c14af6f374dfcbb7e4d64b7b720e5e2a
doc/octez-shell-libs.p2p/Tezos_p2p/P2p_point_state/Info/index.html
Module P2p_point_state.InfoSource
Source
val create :
?trusted:bool ->
?expected_peer_id:Tezos_base.TzPervasives.P2p_peer.Id.t ->
Tezos_base.TzPervasives.P2p_addr.t ->
Tezos_base.TzPervasives.P2p_addr.port ->
'conn point_infocreate ~trusted addr port is a freshly minted point_info. If trusted is true, this point is considered trusted and will be treated as such. If expected_peer_id is specified, we check during a connection that the id received is the same as the expected_peer_id.
trusted pi is true iff pi has is trusted, i.e. "whitelisted".
Points can announce themselves as either public or private. Private points will not be advertised to other nodes.
Return the expected_peer_id given to create.
Source
val last_rejected_connection :
'conn point_info ->
(Tezos_base.TzPervasives.P2p_peer.Id.t
* Tezos_base.TzPervasives.Time.System.t)
optionSource
val last_established_connection :
'conn point_info ->
(Tezos_base.TzPervasives.P2p_peer.Id.t
* Tezos_base.TzPervasives.Time.System.t)
optionSource
val last_disconnection :
'conn point_info ->
(Tezos_base.TzPervasives.P2p_peer.Id.t
* Tezos_base.TzPervasives.Time.System.t)
optionSource
val last_seen :
'conn point_info ->
(Tezos_base.TzPervasives.P2p_peer.Id.t
* Tezos_base.TzPervasives.Time.System.t)
optionlast_seen pi is the most recent of:
* last established connection * last rejected connection * last disconnection
last_miss pi is the most recent of:
* last failed connection * last rejected connection * last disconnection
Source
val cannot_reconnect_yet :
now:Tezos_base.TzPervasives.Time.System.t ->
'conn point_info ->
boolSource
val log_incoming_rejection :
timestamp:Tezos_base.TzPervasives.Time.System.t ->
'conn point_info ->
Tezos_base.TzPervasives.P2p_peer.Id.t ->
unitSource
val watch :
'conn t ->
Tezos_base.TzPervasives.P2p_point.Pool_event.t Lwt_stream.t
* Lwt_watcher.stopper sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>