quorum/blockpool
zelig f546b486bf introduce peers registry on nodes
- TestPeerPromotionByTdOnBlock renamed and skipped for now test should pass iff
  if TD is updated based on an agreement
- senders register in AddBlock, flag records if they are coming from newblock
  message (and therefore advertise their TD with the block) or block message
  (TODO: latter are stored on the cache and updated by checkTD call;
  protocol should also call AddBlock on newblock messages by non-best peers)
- remove TD update from optional TD field in addBlock: this is no longer part of
  the eth protocol spec -> TODO: reflect in wiki
- only initialise peer map if at least two
2015-04-09 13:58:35 +01:00
..
test blockpool: wrap intermittent status test in a loop 2015-03-26 19:00:18 +00:00
blockpool.go introduce peers registry on nodes 2015-04-09 13:58:35 +01:00
blockpool_test.go fix blockpool deadlock 2015-04-09 13:58:35 +01:00
blockpool_util_test.go improve documentation and move one test 2015-03-20 10:41:41 +00:00
config_test.go improve documentation and move one test 2015-03-20 10:41:41 +00:00
errors_test.go fix TestPoolStatus test crashing, skip tests failing (due to @obscuren hotfixes) 2015-04-09 13:58:35 +01:00
peers.go fix blockpool deadlock 2015-04-09 13:58:35 +01:00
peers_test.go introduce peers registry on nodes 2015-04-09 13:58:35 +01:00
section.go basic glog 2015-04-04 12:40:11 +02:00
status.go Idle too long error incorrectly triggered even when peer sending new blocks 2015-03-22 02:02:24 +00:00
status_test.go fix TestPoolStatus test crashing, skip tests failing (due to @obscuren hotfixes) 2015-04-09 13:58:35 +01:00