use 1.4.0-beta.7-hotfix consensus spec test vectors (#5894)
This commit is contained in:
parent
211f53582f
commit
ea29e0afc8
|
@ -2465,6 +2465,7 @@ OK: 78/78 Fail: 0/78 Skip: 0/78
|
|||
OK: 6/6 Fail: 0/6 Skip: 0/6
|
||||
## EF - Deneb - Transition [Preset: minimal]
|
||||
```diff
|
||||
+ EF - Deneb - Transition - higher_churn_limit_to_lower [Preset: minimal] OK
|
||||
+ EF - Deneb - Transition - non_empty_historical_roots [Preset: minimal] OK
|
||||
+ EF - Deneb - Transition - normal_transition [Preset: minimal] OK
|
||||
+ EF - Deneb - Transition - simple_transition [Preset: minimal] OK
|
||||
|
@ -2495,7 +2496,7 @@ OK: 6/6 Fail: 0/6 Skip: 0/6
|
|||
+ EF - Deneb - Transition - transition_with_voluntary_exit_right_after_fork [Preset: minimal OK
|
||||
+ EF - Deneb - Transition - transition_with_voluntary_exit_right_before_fork [Preset: minima OK
|
||||
```
|
||||
OK: 29/29 Fail: 0/29 Skip: 0/29
|
||||
OK: 30/30 Fail: 0/30 Skip: 0/30
|
||||
## EF - Deneb - Unittests - Light client - Sync protocol [Preset: minimal]
|
||||
```diff
|
||||
+ process_light_client_update_finality_updated OK
|
||||
|
@ -3193,4 +3194,4 @@ OK: 185/207 Fail: 0/207 Skip: 22/207
|
|||
OK: 3/3 Fail: 0/3 Skip: 0/3
|
||||
|
||||
---TOTAL---
|
||||
OK: 2585/2607 Fail: 0/2607 Skip: 22/2607
|
||||
OK: 2586/2608 Fail: 0/2608 Skip: 22/2608
|
||||
|
|
|
@ -74,7 +74,7 @@ export
|
|||
tables, results, endians2, json_serialization, sszTypes, beacon_time, crypto,
|
||||
digest, presets
|
||||
|
||||
const SPEC_VERSION* = "1.4.0-beta.6"
|
||||
const SPEC_VERSION* = "1.4.0-beta.7-hotfix"
|
||||
## Spec version we're aiming to be compatible with, right now
|
||||
|
||||
const
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit c4e5c3c87bbaade46da592be9c856a6bd73c8651
|
||||
Subproject commit 6132c92f4d6852509c4c3c7cc429b82a81193e12
|
Loading…
Reference in New Issue