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.
This PR was created automatically by the @web3-bot as a part of the [Unified CI](https://github.com/ipdxco/unified-github-workflows) project.
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.32.0 to 0.45.0. Commits 4e0068c go.mod: update golang.org/x dependencies e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs f91f7a7 ssh/agent: prevent panic on malformed...