mhchia
|
b6c8ab0dc9
|
Fix #259: Use the unsigned LEB128 impl from py-wasm
Reference: https://github.com/ethereum/py-wasm/blob/master/wasm/parsers/leb128.py
|
2019-08-26 20:41:10 +08:00 |
|
mhchia
|
0b466ddc86
|
Add lock to RawConnection
To avoid `self.writer.drain()` is called in parallel.
Reference: https://bugs.python.org/issue29930
|
2019-08-22 22:53:47 +08:00 |
|
mhchia
|
bb7d37fd4f
|
Fix msg encoding
- Change varint-prefix encode to fixedint-prefix(4 bytes) encode.
|
2019-08-22 22:53:46 +08:00 |
|
mhchia
|
22b1a5395d
|
A working plaintext 2.0 without validation
|
2019-08-22 22:53:46 +08:00 |
|
mhchia
|
a0923d202a
|
Move varint and delim read/write to toplevel
To `libp2p.utils`.
|
2019-08-22 22:53:46 +08:00 |
|