Skip to content

Commit

Permalink
add test summary change
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec committed Mar 18, 2023
1 parent bc276ad commit 20ca2bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions AllTests-mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,11 +258,12 @@ OK: 1/1 Fail: 0/1 Skip: 0/1
## Honest validator
```diff
+ General pubsub topics OK
+ Liveness failsafe conditions OK
+ Mainnet attestation topics OK
+ isNearSyncCommitteePeriod OK
+ is_aggregator OK
```
OK: 4/4 Fail: 0/4 Skip: 0/4
OK: 5/5 Fail: 0/5 Skip: 0/5
## ImportKeystores requests [Beacon Node] [Preset: mainnet]
```diff
+ ImportKeystores/ListKeystores/DeleteKeystores [Beacon Node] [Preset: mainnet] OK
Expand Down Expand Up @@ -635,4 +636,4 @@ OK: 2/2 Fail: 0/2 Skip: 0/2
OK: 9/9 Fail: 0/9 Skip: 0/9

---TOTAL---
OK: 352/357 Fail: 0/357 Skip: 5/357
OK: 353/358 Fail: 0/358 Skip: 5/358
3 changes: 2 additions & 1 deletion beacon_chain/validators/validator_duties.nim
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,8 @@ proc makeBlindedBeaconBlockForHeadAndSlot*[
pubkey =
# Relevant state for knowledge of validators
withState(node.dag.headState):
if livenessFailsafeInEffect(forkyState.block_roots, forkyState.slot):
if livenessFailsafeInEffect(
forkyState.data.block_roots.data, forkyState.data.slot):
# It's head block's slot which matters here, not proposal slot
return err("Builder API liveness failsafe in effect")

Expand Down

0 comments on commit 20ca2bd

Please sign in to comment.