NethermindEth / dotnet-libp2p

A libp2p implementation for .NET in C#.
MIT License
56 stars 21 forks source link

VarInt modularity improvements #19

Open flcl42 opened 1 year ago

flcl42 commented 1 year ago

There are multiple implementations of varint across the internet. Some of the are too highly integrated, some are outdated.

We can go with maintaining yet another implementation of it or with using another library. The current code needs to be improved and tested, and moved to a separate module.