ligo/test
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
..
contracts Michelson: Adds typechecking test for michelson-lang.com contracts 2017-11-03 15:51:11 +01:00
lib Almost too late for copyright update. 2017-11-15 13:13:16 +01:00
p2p P2p: add regression test for oversized message 2017-11-17 13:46:27 +01:00
proto_alpha Almost too late for copyright update. 2017-11-15 13:13:16 +01:00
shell Almost too late for copyright update. 2017-11-15 13:13:16 +01:00
utils Almost too late for copyright update. 2017-11-15 13:13:16 +01:00
jbuild Reindent all files 2017-11-13 23:13:34 +01:00
sandbox.json mining -> baking, continued 2017-11-01 04:13:23 -07:00
test_basic.sh Reset the chain. 2017-11-13 22:18:17 +01:00
test_contracts.sh Reindent all files 2017-11-13 23:13:34 +01:00
test_multinode.sh Shell: use one 'validation worker' per peer. 2017-11-17 14:13:55 +01:00
test_utils.sh Michelson: new parser and macro expander. 2017-09-21 15:55:39 +02:00