ligo/src/node
Grégoire Henry f3555488c7 Shell: use one 'validation worker' per peer.
The single validation module is split in multiple (simpler)
modules. In the process, we introduce one "validation worker" per
peer. This worker handle all the `New_head` and `New_branch`
advertised by a given peer. For so, it sends "fetching request" and
"validation request" to respectively the `Distributed_db` and and the
`Block_validator`. These two global workers are responsible of the
'fair' allocation of network and CPU ressources amongst the connected
'peers'.
2017-11-17 14:13:55 +01:00
..
db Almost too late for copyright update. 2017-11-15 13:13:16 +01:00
main Shell: use one 'validation worker' per peer. 2017-11-17 14:13:55 +01:00
net P2p: add regression test for oversized message 2017-11-17 13:46:27 +01:00
shell Shell: use one 'validation worker' per peer. 2017-11-17 14:13:55 +01:00
updater Almost too late for copyright update. 2017-11-15 13:13:16 +01:00
jbuild Switch to Jbuilder 2017-10-31 20:33:56 +00:00