mukan-consensus/p2p
Mukan Erkin Törük c6a41110d1
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
refactor: replace all github.com upstream refs with git.cw.tr/mukan-network
2026-05-11 03:36:20 +03:00
..
conn refactor: replace all github.com upstream refs with git.cw.tr/mukan-network 2026-05-11 03:36:20 +03:00
mock refactor: replace all github.com upstream refs with git.cw.tr/mukan-network 2026-05-11 03:36:20 +03:00
mocks refactor: replace all github.com upstream refs with git.cw.tr/mukan-network 2026-05-11 03:36:20 +03:00
pex refactor: replace all github.com upstream refs with git.cw.tr/mukan-network 2026-05-11 03:36:20 +03:00
base_reactor.go refactor: replace all github.com upstream refs with git.cw.tr/mukan-network 2026-05-11 03:36:20 +03:00
conn_set.go refactor: replace all github.com upstream refs with git.cw.tr/mukan-network 2026-05-11 03:36:20 +03:00
errors.go initial: sovereign Mukan Network fork 2026-05-11 03:18:27 +03:00
fuzz.go refactor: replace all github.com upstream refs with git.cw.tr/mukan-network 2026-05-11 03:36:20 +03:00
key.go refactor: replace all github.com upstream refs with git.cw.tr/mukan-network 2026-05-11 03:36:20 +03:00
key_test.go refactor: replace all github.com upstream refs with git.cw.tr/mukan-network 2026-05-11 03:36:20 +03:00
metrics.gen.go initial: sovereign Mukan Network fork 2026-05-11 03:18:27 +03:00
metrics.go initial: sovereign Mukan Network fork 2026-05-11 03:18:27 +03:00
netaddress.go refactor: replace all github.com upstream refs with git.cw.tr/mukan-network 2026-05-11 03:36:20 +03:00
netaddress_test.go initial: sovereign Mukan Network fork 2026-05-11 03:18:27 +03:00
node_info.go refactor: replace all github.com upstream refs with git.cw.tr/mukan-network 2026-05-11 03:36:20 +03:00
node_info_test.go refactor: replace all github.com upstream refs with git.cw.tr/mukan-network 2026-05-11 03:36:20 +03:00
peer.go refactor: replace all github.com upstream refs with git.cw.tr/mukan-network 2026-05-11 03:36:20 +03:00
peer_set.go refactor: replace all github.com upstream refs with git.cw.tr/mukan-network 2026-05-11 03:36:20 +03:00
peer_set_test.go refactor: replace all github.com upstream refs with git.cw.tr/mukan-network 2026-05-11 03:36:20 +03:00
peer_test.go refactor: replace all github.com upstream refs with git.cw.tr/mukan-network 2026-05-11 03:36:20 +03:00
README.md initial: sovereign Mukan Network fork 2026-05-11 03:18:27 +03:00
switch.go refactor: replace all github.com upstream refs with git.cw.tr/mukan-network 2026-05-11 03:36:20 +03:00
switch_test.go refactor: replace all github.com upstream refs with git.cw.tr/mukan-network 2026-05-11 03:36:20 +03:00
test_util.go refactor: replace all github.com upstream refs with git.cw.tr/mukan-network 2026-05-11 03:36:20 +03:00
transport.go refactor: replace all github.com upstream refs with git.cw.tr/mukan-network 2026-05-11 03:36:20 +03:00
transport_test.go refactor: replace all github.com upstream refs with git.cw.tr/mukan-network 2026-05-11 03:36:20 +03:00
types.go refactor: replace all github.com upstream refs with git.cw.tr/mukan-network 2026-05-11 03:36:20 +03:00

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