go-libp2p-record
go-libp2p-record copied to clipboard
signed records for use with routing systems
Bumps [github.com/libp2p/go-libp2p](https://github.com/libp2p/go-libp2p) from 0.22.0 to 0.27.8. Release notes Sourced from github.com/libp2p/go-libp2p's releases. v0.27.8 This patch release contains backports of: updating the qtls dependencies (qtls is quic-go's fork of crypto/tls). The...
Motivation: * Nicer types (e.g., typed author). Working with types generated by the protobuf package isn't exactly fun. * Impossible to do stupid things like trust the author field when...
Currently, every system working with records just drops the records directly in the datastore. However, we end up with a _lot_ of races when doing this and we end up...
[Gogo protobuf](https://github.com/gogo/protobuf) is [deprecated](https://x.com/awalterschulze/status/1584553056100057088). Move away from it. Also updated dependencies.