From 2a7103d1f67f6e25fce3f59601caba4d8e6a8ff3 Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Sun, 25 Nov 2018 10:41:59 -0600 Subject: [PATCH 1/2] change SpecialRecord.kind to uint64 --- specs/core/0_beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index 611aa8ce6..634a1f7e5 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -201,7 +201,7 @@ A `SpecialRecord` has the following fields: ```python { # Kind - 'kind': 'uint8', + 'kind': 'uint64', # Data 'data': 'bytes' } From 1bf04c8c17b8a8696fe0c90a82429a6ecd12f10c Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 26 Nov 2018 10:47:32 +0000 Subject: [PATCH 2/2] Make status uint64 --- specs/core/0_beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index 634a1f7e5..e8419fde0 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -274,7 +274,7 @@ A `ValidatorRecord` has the following fields: # Balance in Gwei 'balance': 'uint64', # Status code - 'status': 'uint8', + 'status': 'uint64', # Slot when validator last changed status (or 0) 'last_status_change_slot': 'uint64' # Sequence number when validator exited (or 0)