From 12c12b1a7205ec6a78f392f9c18ea2b7d7aa5a01 Mon Sep 17 00:00:00 2001 From: Jae Kwon Date: Wed, 18 Jun 2014 20:50:39 -0700 Subject: [PATCH] added peer channel roadmap --- peer/README | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 peer/README diff --git a/peer/README b/peer/README new file mode 100644 index 000000000..51b7e2582 --- /dev/null +++ b/peer/README @@ -0,0 +1,35 @@ +//////////////////////////// +// All client impl internal messages +// No filter +** Channel "" + +* NewFilterMsg +* ...? + + +//////////////////////////// +// All blocks +// Requires a custom simple filter +** Channel "block" + +* BlockMsg +* HeaderMsg + + +//////////////////////////// +// New transactions that haven't been committed +// e.g. the mempool +// n:10k, p:0.02 -> k:6, m:10KB +** Channel "newtx" + +* NewTxMsg + + +//////////////////////////// +// All about the consensus +// No filter +** Channel "consensus" + +* ProposalMsg +* VoteMsg +* NewBlockMsg