eth2.0-specs/tests
Etan Kissling 370b9e86e3
pass sync committee sig consistently in tests
There are three defined unit tests for the light client sync protocol.
They all follow a similar structure. However, there is an inconcistency
how they pass the slot to compute_aggregate_sync_committee_signature.
In one instance it is passed as `block.slot`. In the other two cases
it is passed as `block_header.slot`. As the `block_header` is created
from the `block`, they share the same value. This patch makes the way
how the slot is passed consistent across all of the test cases.
2021-09-15 21:34:10 +02:00
..
core/pyspec pass sync committee sig consistently in tests 2021-09-15 21:34:10 +02:00
formats Update `checks` Checkpoint fields 2021-08-31 13:16:19 +08:00
generators Merge pull request #2576 from ralexstokes/consolidate-like-operations-tests 2021-09-01 17:54:34 -06:00