libp2p / observer-toolkit

🐣 [WIP] toolkit for building libp2p introspection widgets + a few useful out-of-the-box widgets
https://libp2p.io
MIT License
2 stars 2 forks source link

Fix protobuf PropertyType enum numbering #59

Closed AlanSl closed 4 years ago

AlanSl commented 4 years ago

I did this in the DHT PR which got put on hold and I forgot that it therefore hadn't made it in to master... It's a requirement of proto3 that enums start with a 0.

Also includes updating the sample files.