Closed agnxsh closed 1 week ago
12 files ± 0 1 814 suites ±0 55m 31s :stopwatch: + 1m 9s 5 237 tests + 5 4 889 :heavy_check_mark: + 5 348 :zzz: ±0 0 :x: ±0 29 097 runs +20 28 645 :heavy_check_mark: +20 452 :zzz: ±0 0 :x: ±0
Results for commit 44531ad2. ± Comparison against base commit a89ee318.
:recycle: This comment has been updated with latest results.
https://github.com/status-im/nimbus-eth2/blob/58a34e00a11839a814f364ec4942abe6780a29e9/beacon_chain/spec/datatypes/base.nim#L959-L981
should be updated (also, it should probably get one of the static: doAssert high(ConsensusFork) == ConsensusFork.Fulu
checks, because those are exactly to point people to such locations which will continue to compile but be silently incorrect/incomplete until updated.
case
statements/expressions do built-in exhaustiveness checking, and for when
, one can add the static: doAssert false
or similar (raiseAssert
, et cetera). But here those don't work/apply, so it just needs to be hand-checked, and it's useful to have a compile-time check for this.
Why does it modify nim-json-rpc
, nim-serialization
, and nim-web3
?
Why does it modify
nim-json-rpc
,nim-serialization
, andnim-web3
?
will revert/fix post some more cleanups
restoring the branch for @Tomi-3-0 and group to branch out from fulu
and have EPBS working on Fulu
adds the
Fulu
hard fork to nimbusunstable
.