Changelog
- 6803bbd docs: update libp2p-peerings docker-compose example
- 0af9137 draft: scaffold a shallow webmesh as a libp2p transport
- 81af854 feat: allow to disable the gRPC API on client-only nodes
- ed91591 feat: more work into a libp2p transport
- 3afb3b0 fix: calculations were off
- d3bffb2 fix: double close panic on passthrough raft
- 99b4675 fix: include multiaddrs in peer updates
- 396ff38 fix: only attempt to update self if raft voter
- 8ae395f fix: panic in built-in ipam when Close called before Configure
- ae57655 fix: use seperate rendezvous string for joining webmesh
- 5bf33a5 hack: cleanup speedtest
- 949b9d8 hack: libp2p transport hacking
- 8ef99e5 hack: modify libp2p transport testing script for multiple protocols
- ba87dba hack: more libp2p transport hacking
- e7b1d53 tidy: cleanup initial draft of libp2p transport
- 33ad564 tidy: cleanup libp2p transport hacking
- 2d8f46e tidy: close peer connections cleanly when mesh connection closes
- 07acb02 tidy: display total rxtx in test
- 710105d tidy: move mesh utilities package to util/meshutil
- 8419b03 tidy: reuse buffers in transport test