Merge pull request #170 from ethereum/djrtwo-patch-2

change SpecialRecord.kind to uint64
This commit is contained in:
Justin 2018-11-26 10:47:50 +00:00 committed by GitHub
commit 78a82f6185
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -198,7 +198,7 @@ A `SpecialRecord` has the following fields:
```python ```python
{ {
# Kind # Kind
'kind': 'uint8', 'kind': 'uint64',
# Data # Data
'data': 'bytes' 'data': 'bytes'
} }
@ -271,7 +271,7 @@ A `ValidatorRecord` has the following fields:
# Balance in Gwei # Balance in Gwei
'balance': 'uint64', 'balance': 'uint64',
# Status code # Status code
'status': 'uint8', 'status': 'uint64',
# Slot when validator last changed status (or 0) # Slot when validator last changed status (or 0)
'last_status_change_slot': 'uint64' 'last_status_change_slot': 'uint64'
# Sequence number when validator exited (or 0) # Sequence number when validator exited (or 0)