zebra/zebrad
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
..
src Handle 'mempool' messages as 'GetMempool' requests 2019-11-18 15:55:25 -05:00
tests Tracing endpoint (#3) 2019-09-09 13:05:42 -07:00
Cargo.toml Sanitize outbound address responses. 2019-11-13 18:43:18 -05:00
README.md Create workspace skeleton based on design.md 2019-08-29 14:46:54 -07:00

README.md

Zebrad

Zebrad is an application.

Getting Started

This application is authored using Abscissa, a Rust application framework.

For more information, see:

Documentation