Remove AttestationCustodyBitWrapper
Seems like this class is extraneous ever since we added Dankrad's 0.001 bit custody game.
This commit is contained in:
parent
0ea627769e
commit
1f767ca8b9
|
@ -35,7 +35,6 @@
|
||||||
- [`ShardState`](#shardstate)
|
- [`ShardState`](#shardstate)
|
||||||
- [`ShardTransition`](#shardtransition)
|
- [`ShardTransition`](#shardtransition)
|
||||||
- [`CompactCommittee`](#compactcommittee)
|
- [`CompactCommittee`](#compactcommittee)
|
||||||
- [`AttestationCustodyBitWrapper`](#attestationcustodybitwrapper)
|
|
||||||
- [Helper functions](#helper-functions)
|
- [Helper functions](#helper-functions)
|
||||||
- [Misc](#misc-1)
|
- [Misc](#misc-1)
|
||||||
- [`compute_previous_slot`](#compute_previous_slot)
|
- [`compute_previous_slot`](#compute_previous_slot)
|
||||||
|
@ -408,15 +407,6 @@ class CompactCommittee(Container):
|
||||||
compact_validators: List[uint64, MAX_VALIDATORS_PER_COMMITTEE]
|
compact_validators: List[uint64, MAX_VALIDATORS_PER_COMMITTEE]
|
||||||
```
|
```
|
||||||
|
|
||||||
### `AttestationCustodyBitWrapper`
|
|
||||||
|
|
||||||
```python
|
|
||||||
class AttestationCustodyBitWrapper(Container):
|
|
||||||
attestation_data_root: Root
|
|
||||||
block_index: uint64
|
|
||||||
bit: boolean
|
|
||||||
```
|
|
||||||
|
|
||||||
## Helper functions
|
## Helper functions
|
||||||
|
|
||||||
### Misc
|
### Misc
|
||||||
|
|
Loading…
Reference in New Issue