mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-31 12:55:24 +00:00
update test format docs
This commit is contained in:
parent
5c564f4d7c
commit
65b5aa3c63
@ -38,7 +38,7 @@ The provided pre-state is already transitioned to just before the specific sub-t
|
||||
Sub-transitions:
|
||||
|
||||
- `justification_and_finalization`
|
||||
- *`rewards_and_penalties` - planned testing extension*
|
||||
- `rewards_and_penalties` (limited to `minimal` config)
|
||||
- `registry_updates`
|
||||
- `slashings`
|
||||
- `final_updates`
|
||||
|
@ -7,8 +7,8 @@ There is no "change" factor, the rewards/penalties outputs are pure functions wi
|
||||
`Deltas` is defined as:
|
||||
```python
|
||||
class Deltas(Container):
|
||||
rewards: List[uint64, VALIDATOR_REGISTRY_LIMIT]
|
||||
penalties: List[uint64, VALIDATOR_REGISTRY_LIMIT]
|
||||
rewards: List[Gwei, VALIDATOR_REGISTRY_LIMIT]
|
||||
penalties: List[Gwei, VALIDATOR_REGISTRY_LIMIT]
|
||||
```
|
||||
|
||||
## Test case format
|
||||
|
Loading…
x
Reference in New Issue
Block a user