nim-libp2p-experimental/libp2p/protocols
Eugene Kabanov 5701d937c8
Signed variable integers fixes. (#96)
* Fix signed varints.
Add tests for signed varints.
Remove some casts to allow usage at compile time.

* Fix vsizeof() on 32bit platforms.

* Add `hint` and `zint` types for proper signed integer encoding.

* Fix varint related bugs.

* Update requirements.

* Fix interop tests because of fixed readLine.

* Add putVarint, getVarint and tests.
2020-03-06 20:19:43 +01:00
..
pubsub Signed variable integers fixes. (#96) 2020-03-06 20:19:43 +01:00
secure Fix and refactoring of some procedures which are able to return nil as result (#97) 2020-03-04 21:45:14 +02:00
identify.nim Make sure the library can compile with json logging in trace mode 2020-02-04 15:17:39 +01:00
protocol.nim Fixes and tweaks related to the beacon node integration 2019-12-08 23:58:43 +02:00