Etan Kissling
fd8e86972d
rename `lcDataForkAtStateFork` > `lcDataForkAtConsensusFork` ( #4726 )
2023-03-11 20:09:21 +00:00
Etan Kissling
b0cccae7f4
rename `(with|at)StateFork` > `(with|at)ConsensusFork` ( #4725 )
2023-03-11 14:39:29 +00:00
Etan Kissling
ad118cd354
rename `stateFork` > `consensusFork` ( #4718 )
...
Just the variable, not yet `lcDataForkAtStateFork` / `atStateFork`.
- Shorten comment in `light_client.nim` to keep line width
- Do not rename `stateFork` mention in `runProposalForkchoiceUpdated`.
- Do not rename `stateFork` in `getStateField(dag.headState, fork)`
Rest is just a mechanical mass replace
2023-03-11 00:35:52 +00:00
Eugene Kabanov
e51095e2f8
Fix Windows MAX_PATH constraint issue in CI. ( #4576 )
...
* Fix MAX_PATH limitation in tests.
* Fix posix issues.
* Fix compilation issue.
2023-02-10 21:59:38 +01:00
tersec
29ea42ce1a
use v1.3.0-rc.2 consensus spec test vectors ( #4564 )
2023-01-29 11:28:04 +00:00
Etan Kissling
258f151594
prepare LC update ranking test runner for Capella ( #4563 )
...
* prepare LC update ranking test runner for Capella
Adds missing Capella/EIP4844 support to LC update ranking runner.
* fix uncommitted typo
* skip capella / eip4844 tests
* cleanup test skip
2023-01-29 03:34:26 +00:00
Etan Kissling
5c8e58ea23
update LC spec references for v1.2.0-rc.2 ( #3982 )
...
Updates light client spec references for latest spec (no more `vFuture`)
2022-08-17 19:47:06 +00:00
Etan Kissling
3bc42994e4
update to latest LC test format ( #3879 )
...
The EF test format for the LC sync protocol is modified to verify checks
after each step: https://github.com/ethereum/consensus-specs/pull/2938 -
The test runner is updated accordingly.
2022-07-23 05:54:01 +00:00