|
Some checks are pending
docker-build-cometbft / vars (push) Waiting to run
docker-build-cometbft / build-images (amd64, ubuntu-24.04) (push) Blocked by required conditions
docker-build-cometbft / build-images (arm64, ubuntu-24.04-arm) (push) Blocked by required conditions
docker-build-cometbft / merge-images (push) Blocked by required conditions
docker-build-e2e-node / vars (push) Waiting to run
docker-build-e2e-node / build-images (amd64, ubuntu-24.04) (push) Blocked by required conditions
docker-build-e2e-node / build-images (arm64, ubuntu-24.04-arm) (push) Blocked by required conditions
docker-build-e2e-node / merge-images (push) Blocked by required conditions
|
||
|---|---|---|
| .. | ||
| conn | ||
| mock | ||
| mocks | ||
| pex | ||
| base_reactor.go | ||
| conn_set.go | ||
| errors.go | ||
| fuzz.go | ||
| key.go | ||
| key_test.go | ||
| metrics.gen.go | ||
| metrics.go | ||
| netaddress.go | ||
| netaddress_test.go | ||
| node_info.go | ||
| node_info_test.go | ||
| peer.go | ||
| peer_set.go | ||
| peer_set_test.go | ||
| peer_test.go | ||
| README.md | ||
| switch.go | ||
| switch_test.go | ||
| test_util.go | ||
| transport.go | ||
| transport_test.go | ||
| types.go | ||
p2p
The p2p package provides an abstraction around peer-to-peer communication.
Docs:
- Connection for details on how connections and multiplexing work
- Peer for details on peer ID, handshakes, and peer exchange
- Node for details about different types of nodes and how they should work
- Config for details on some config option