Skip to content

Commit b9fa7bf

Browse files
committed
Sync beacon/enums/
1 parent ae0962b commit b9fa7bf

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed
File renamed without changes.

eth/beacon/enums/special_record_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
class SpecialRecordTypes(IntEnum):
5-
LOGOUT = 0
5+
VOLUNTARY_EXIT = 0
66
CASPER_SLASHING = 1
77
PROPOSER_SLASHING = 2
88
DEPOSIT_PROOF = 3
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from enum import IntEnum
2+
3+
4+
class ValidatorRegistryDeltaFlag(IntEnum):
5+
ACTIVATION = 0
6+
EXIT = 1

eth/beacon/enums/validator_set_delta_flags.py

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)