helium / erlang-libp2p

An Erlang implementation of libp2p swarms
https://helium.github.io/erlang-libp2p
Apache License 2.0
121 stars 34 forks source link

restrict iterator_move to returning valid pubkeys #437

Closed joecaswell closed 2 years ago

joecaswell commented 2 years ago

Add a helper to filter iterator_move so only 33-byte keys are considered.

Vagabond commented 2 years ago

Might be good to add a quick test for this?