nim-libp2p-experimental/libp2p/protocols/pubsub
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
..
rpc Signed variable integers fixes. (#96) 2020-03-06 20:19:43 +01:00
floodsub.nim send messages in batches 2020-01-09 12:55:21 -06:00
gossipsub.nim Fix and refactoring of some procedures which are able to return nil as result (#97) 2020-03-04 21:45:14 +02:00
mcache.nim Cleanup (#55) 2019-12-10 14:50:35 -06:00
pubsub.nim implicitelly dial pubsub if enabled 2020-02-21 09:21:06 -06:00
pubsubpeer.nim fix: removing timeouts from conn 2020-02-05 20:38:43 +01:00
timedcache.nim Make sure the library can compile with json logging in trace mode 2020-02-04 15:17:39 +01:00