Update test_harness yaml
- Checks for attester slashing, now it is included in the chain. - Renames suite to be more specific, use normal Eth2.0 naming
This commit is contained in:
parent
76a0ba2d6c
commit
a8c3b5fdd8
@ -1,7 +1,7 @@
|
|||||||
title: Sample Ethereum Serenity State Transition Tests
|
title: Validator Registry Tests
|
||||||
summary: Testing full state transition block processing
|
summary: Tests deposit and slashing effects on validator registry.
|
||||||
test_suite: prysm
|
test_suite: validator_registry
|
||||||
fork: sapphire
|
fork: tchaikovsky
|
||||||
version: 1.0
|
version: 1.0
|
||||||
test_cases:
|
test_cases:
|
||||||
- config:
|
- config:
|
||||||
@ -38,7 +38,6 @@ test_cases:
|
|||||||
states:
|
states:
|
||||||
- slot: 63
|
- slot: 63
|
||||||
num_validators: 1003
|
num_validators: 1003
|
||||||
# slashed_validators: [11, 12, 13, 14, 42]
|
slashed_validators: [11, 12, 13, 14, 42]
|
||||||
slashed_validators: [13, 42] # This line is incorrect, our implementation isn't processing attester_slashings.
|
|
||||||
exited_validators: []
|
exited_validators: []
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user