ligo/test
Grégoire Henry 2bc63854a8 Shell: Liveness of operations
Operations now include a block hash in their header. Such an operation
could only be included in a successor of this block.

Furthermore, when validating a block, the economic protocol now
returns---together with the context---an integer `max_operations_ttl`.
Then, when validating a successor, the shell will fail if it contains
an operation whose header's block hash is not one the
`max_operations_ttl` predecessors of the block.

As a bonus, the shell is now able to detect and forbid replayed
operations. Then, we might decide to remove some replay
detection-mechanism that we previously implemented in the economic
protocol.
2017-06-12 11:07:37 +02:00
..
lib Shell/P2p: Split the unit tests in smaller atom. 2017-04-10 23:14:31 +02:00
p2p test_p2p_connection: put more deterministic garbled data 2017-04-14 12:57:34 +02:00
proto_alpha Shell: Liveness of operations 2017-06-12 11:07:37 +02:00
scripts Proto: allow origination of two contract with the same properties. 2017-02-24 16:24:27 +01:00
shell Shell: Liveness of operations 2017-06-12 11:07:37 +02:00
utils Shell: remove the on-disk index of operations 2017-06-12 11:04:43 +02:00
Makefile Proto/Alpha: some unit tests for 'transactions' 2017-04-10 18:31:37 +02:00
Makefile.shared Shell: remove the on-disk index of operations 2017-06-12 11:04:43 +02:00
sandbox.json Minor timing fix in the testsuite. 2017-03-03 18:20:38 +01:00
test-basic.sh Add: tezos-client set delegate ... 2017-06-07 16:38:59 +02:00