Skip to content

Commit

Permalink
Fix typos (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig authored Nov 8, 2022
1 parent ee53ca7 commit f597910
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apis/eventstream/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ get:
light_client_optimistic_update:
description: The node's latest known `LightClientOptimisticUpdate` has been updated
value: |
event: light_client_optimimstic_update
event: light_client_optimistic_update
data: {"version":"phase0", "data": {"attested_header": {"slot":"1", "proposer_index":"1", "parent_root":"0xcf8e0d4e9587369b2301d0790347320302cc0943d5a1884560367e8208d920f2", "state_root":"0xcf8e0d4e9587369b2301d0790347320302cc0943d5a1884560367e8208d920f2", "body_root":"0xcf8e0d4e9587369b2301d0790347320302cc0943d5a1884560367e8208d920f2"}, "sync_aggregate": {"sync_committee_bits":"0x01", "sync_committee_signature":"0x1b66ac1fb663c9bc59509846d6ec05345bd908eda73e670af888da41af171505cc411d61252fb6cb3fa0017b679f8bb2305b26a285fa2737f175668d0dff91cc1b66ac1fb663c9bc59509846d6ec05345bd908eda73e670af888da41af171505"}, "signature_slot":"1"}}
"400":
description: "The topics supplied could not be parsed"
Expand Down
4 changes: 2 additions & 2 deletions types/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ ValidatorStatus:
- **active_ongoing** - When validator must be attesting, and have not initiated any exit.
- **active_exiting** - When validator is still active, but filed a voluntary request to exit.
- **active_slashed** - When validator is still active, but have a slashed status and is scheduled to exit.
- **exited_unslashed** - When validator has reached reguler exit epoch, not being slashed, and doesn't have to attest any more, but cannot withdraw yet.
- **exited_slashed** - When validator has reached reguler exit epoch, but was slashed, have to wait for a longer withdrawal period.
- **exited_unslashed** - When validator has reached regular exit epoch, not being slashed, and doesn't have to attest any more, but cannot withdraw yet.
- **exited_slashed** - When validator has reached regular exit epoch, but was slashed, have to wait for a longer withdrawal period.
- **withdrawal_possible** - After validator has exited, a while later is permitted to move funds, and is truly out of the system.
- **withdrawal_done** - (not possible in phase0, except slashing full balance) - actually having moved funds away
Expand Down

0 comments on commit f597910

Please sign in to comment.