nimbus-eth2/tests/consensus_spec
Etan Kissling 22c298c07b
final portion of trivial v1.3.0 bumps (#4926)
* final portion of trivial v1.3.0 bumps

Updates unchanged logic to latest v1.3.0 consensus-specs refs.

```
https://github.com/ethereum/consensus-specs/(blob|tree)/(?!v1\.3\.0/)
```

* lint
2023-05-11 09:54:29 +00:00
..
altair final portion of trivial v1.3.0 bumps (#4926) 2023-05-11 09:54:29 +00:00
bellatrix Fix Windows MAX_PATH constraint issue in CI. (#4576) 2023-02-10 21:59:38 +01:00
capella Fix Windows MAX_PATH constraint issue in CI. (#4576) 2023-02-10 21:59:38 +01:00
deneb Remove SignedBeaconBlockAndBlobsSidecar (#4683) 2023-03-02 15:12:04 +01:00
phase0 disable BareExcept warnings (#4662) 2023-02-24 19:50:46 +00:00
README.md
all_tests.nim
consensus_spec_tests_preset.nim rename directory tests/consensus_specs/{eip4844,deneb}/ (#4628) 2023-02-15 21:07:31 +00:00
fixtures_utils.nim final portion of trivial v1.3.0 bumps (#4926) 2023-05-11 09:54:29 +00:00
os_ops.nim Fix Windows MAX_PATH constraint issue in CI. (#4576) 2023-02-10 21:59:38 +01:00
test_fixture_fork.nim rename `upgrade_to_eip4844` > `upgrade_to_deneb` (#4723) 2023-03-11 14:28:55 +00:00
test_fixture_fork_choice.nim final portion of trivial v1.3.0 bumps (#4926) 2023-05-11 09:54:29 +00:00
test_fixture_light_client_single_merkle_proof.nim rename `(with|at)StateFork` > `(with|at)ConsensusFork` (#4725) 2023-03-11 14:39:29 +00:00
test_fixture_light_client_sync.nim rename `_state_fork` > `_consensus_fork` (#4730) 2023-03-12 02:34:38 +00:00
test_fixture_light_client_update_ranking.nim rename `lcDataForkAtStateFork` > `lcDataForkAtConsensusFork` (#4726) 2023-03-11 20:09:21 +00:00
test_fixture_sanity_blocks.nim use consensus spec v1.3.0-rc.3 test vectors (#4645) 2023-02-21 12:58:08 +00:00
test_fixture_sanity_slots.nim use consensus spec v1.3.0-rc.3 test vectors (#4645) 2023-02-21 12:58:08 +00:00
test_fixture_ssz_generic_types.nim Fix Windows MAX_PATH constraint issue in CI. (#4576) 2023-02-10 21:59:38 +01:00
test_fixture_transition.nim update transition test category from `EIP4844` to `Deneb` (#4716) 2023-03-10 17:12:46 +00:00

README.md

Tests based on scenarios generated from the consensus spec.