nimbus-eth2
nimbus-eth2 copied to clipboard
various REST serialization cleanups
- delete unused version constants
- move
EpochParticipationFlagsserialization to other serializers - move
JustificationBitsserialization after base types - add
eth-consensus-versionfor JSON in uniform way - add
sszResponsePlainfor pre-encoded SSZ data - use
withStateinjsonResponseState - add missing section comments
- use
GraffitiBytes.initreader instead ofhexToByteArray - rm unused
Version/ForkDigest/DomainType/GraffitiBytesreader - rm unused
dumpfunction forKeystoresAndSlashingProtection - extend REST test with checks for
Eth-Consensus-Version
Unit Test Results
9 files + 6 660 suites +440 19m 43s :stopwatch: + 13m 31s 1 982 tests + 148 1 835 :heavy_check_mark: + 20 147 :zzz: +128 0 :x: ±0 8 060 runs +5 372 7 889 :heavy_check_mark: +5 220 171 :zzz: +152 0 :x: ±0
Results for commit fb618501. ± Comparison against base commit 23007eac.
:recycle: This comment has been updated with latest results.
Better to split this one into multiple PRs.