libp2p / specs

Technical specifications for the libp2p networking stack
https://libp2p.io
1.56k stars 273 forks source link

Inconsistency: PeerRecord vs RoutingState #305

Open tmakarios opened 3 years ago

tmakarios commented 3 years ago

specs/RFC/0003-routing-records.md has PeerRecord in the protobuf it defines, but RoutingState elsewhere. It's only by examining the history https://github.com/libp2p/specs/commit/377f05abe37fca3bfe392b5e07c134da94306c02 that it becomes apparent that they're meant to be the same thing.