Zebra/zebrad/src
Deirdre Connolly 189d89a7fc Handle 'mempool' messages as 'GetMempool' requests
With a 'Transactions' response that gets turned into an 'Inv(Vec<InventoryHash::Tx>)' message.

We don't yet handle a response from our peer for a 'mempool', which will have to be
a more generic 'Inv' type because we might receive transaction hashes we don't know about yet.

Pertains to #26
2019-11-18 15:55:25 -05:00
..
bin/zebrad Create workspace skeleton based on design.md 2019-08-29 14:46:54 -07:00
commands Handle 'mempool' messages as 'GetMempool' requests 2019-11-18 15:55:25 -05:00
components Use try_bind when building tracing endpoint. 2019-09-30 21:30:36 -04:00
application.rs Tracing endpoint (#3) 2019-09-09 13:05:42 -07:00
commands.rs Remove autogenerated Abscissa doc comments 2019-11-12 22:39:47 -05:00
components.rs Tracing endpoint (#3) 2019-09-09 13:05:42 -07:00
config.rs Add a `Config` struct to zebra-network. 2019-10-08 23:34:16 -04:00
error.rs Create workspace skeleton based on design.md 2019-08-29 14:46:54 -07:00
lib.rs Remove nightly toolchain pin since async/await is stable. 2019-11-16 00:11:14 -05:00
prelude.rs Restore PeerSet code in connect stub. 2019-10-17 09:34:18 -07:00