From 1f767ca8b9e7f16f1940eebd6cafe4690f21e110 Mon Sep 17 00:00:00 2001 From: vbuterin Date: Tue, 11 Aug 2020 12:35:31 +0800 Subject: [PATCH] Remove AttestationCustodyBitWrapper Seems like this class is extraneous ever since we added Dankrad's 0.001 bit custody game. --- specs/phase1/beacon-chain.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/specs/phase1/beacon-chain.md b/specs/phase1/beacon-chain.md index 6f40e5081..049edce8e 100644 --- a/specs/phase1/beacon-chain.md +++ b/specs/phase1/beacon-chain.md @@ -35,7 +35,6 @@ - [`ShardState`](#shardstate) - [`ShardTransition`](#shardtransition) - [`CompactCommittee`](#compactcommittee) - - [`AttestationCustodyBitWrapper`](#attestationcustodybitwrapper) - [Helper functions](#helper-functions) - [Misc](#misc-1) - [`compute_previous_slot`](#compute_previous_slot) @@ -408,15 +407,6 @@ class CompactCommittee(Container): compact_validators: List[uint64, MAX_VALIDATORS_PER_COMMITTEE] ``` -### `AttestationCustodyBitWrapper` - -```python -class AttestationCustodyBitWrapper(Container): - attestation_data_root: Root - block_index: uint64 - bit: boolean -``` - ## Helper functions ### Misc