zebra/zebra-network
Henry de Valence 958fca8e68 Parse inv messages, refactor inventory vectors.
This removes the inventory vector structs from `zebra-chain` (as they
are really part of the network protocol) and refactors them into a
single `InventoryHash` type.  This corresponds to Bitcoin's "inventory
vector" but with a different, better name (it's not a vector, it's just
a typed hash of some other item).
2019-09-27 20:41:45 -04:00
..
src Parse inv messages, refactor inventory vectors. 2019-09-27 20:41:45 -04:00
Cargo.toml Refactor message serialization as a tokio codec. 2019-09-25 14:59:47 -07:00