nimbus-eth2/tests/mocking
Etan Kissling 7bc1737653
use correct proposer when mocking blocks (#2869)
When creating beacon blocks, the state needs to be advanced to the new
slot to determine the correct proposer index. In #875 a regression got
introduced that removed this logic when mocking blocks. Existing tests
failed to detect this, as they do not make use of the proposer index.
This patch re-introduces the state advancement, fixing the problem.
2021-09-16 15:48:49 +00:00
..
mock_attestations.nim disentangle eth2 types from the ssz library (#2785) 2021-08-18 20:57:58 +02:00
mock_blocks.nim use correct proposer when mocking blocks (#2869) 2021-09-16 15:48:49 +00:00
mock_deposits.nim disentangle eth2 types from the ssz library (#2785) 2021-08-18 20:57:58 +02:00
mock_genesis.nim allow testing genesis with Altair (#2866) 2021-09-13 22:56:37 +00:00
mock_state.nim forkedbeaconstate_helpers -> forks (#2772) 2021-08-10 22:46:35 +02:00
mock_validator_keys.nim proc -> func in ncli/, research/, and test/ (#2818) 2021-08-25 14:51:52 +00:00