nim-libp2p/libp2p/protocols/pubsub/rpc
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
..
message.nim Feat/pubsub validators (#58) 2019-12-16 23:24:03 -06:00
messages.nim PubSub (Gossip & Flood) Implementation (#36) 2019-12-05 20:16:18 -06:00
protobuf.nim Signed variable integers fixes. (#96) 2020-03-06 20:19:43 +01:00