grin/p2p
Antioch Peverell a3c1c6d603
Do not use mem::size_of() when calculating serialized size of data (#1967)
* use FixedLength to define serialized size in bytes of various structs
replace usages of mem::size_of() with ::LEN so we correctly calculate serialized sizes in bytes

* rustfmt
2018-11-13 09:30:02 +00:00
..
fuzz Add fuzz tests for p2p crate (#1931) 2018-11-05 21:50:16 +01:00
src Do not use mem::size_of() when calculating serialized size of data (#1967) 2018-11-13 09:30:02 +00:00
tests refactor the state_sync to handle the long fork (#1902) 2018-11-10 11:27:52 +08:00
Cargo.toml bump 0.4.0 -> 0.4.1 (tx kernel broadcast support) (#1950) 2018-11-09 14:57:25 +00:00