Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ build/
.yarn/
# Keep most scripts ignored, but include versioning and migration tools
scripts/*
!scripts/link-validation/**
!scripts/versioning/
!scripts/versioning/**
!scripts/migration/
Expand Down
2 changes: 1 addition & 1 deletion cometbft/v0.38/spec/p2p/implementation/peer_manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ This is not done in the p2p package, but it is part of the procedure to set up a

The picture below is a first attempt of illustrating the life cycle of an outbound peer:

<img src="../images/p2p_state.png" width="50%" title="Outgoing peers lifecycle">
<img src="../images/p2p_state.png" width="50%" title="Outgoing peers lifecycle" />

A peer can be in the following states:

Expand Down
Loading