Eth2.0-specs: `custody_bits_blocks` in `Attestation`

Created on 17 Jun 2020  路  1Comment  路  Source: ethereum/eth2.0-specs

Attestation had custody_bits_blocks:

custody_bits_blocks: List[Bitlist[MAX_VALIDATORS_PER_COMMITTEE], MAX_SHARD_BLOCKS_PER_ATTESTATION]

It's used by is_valid_fraud_proof.
Looks like it was dropped during recent merge: it's missing here. But is present here.

phase1

Most helpful comment

As @jrhea pointed out it's dropped by intention.
So, it looks like is_valid_fraud_proof has not been updated appropriately

>All comments

As @jrhea pointed out it's dropped by intention.
So, it looks like is_valid_fraud_proof has not been updated appropriately

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ralexstokes picture ralexstokes  路  3Comments

jamesray1 picture jamesray1  路  4Comments

mratsim picture mratsim  路  4Comments

mratsim picture mratsim  路  4Comments

michaelsproul picture michaelsproul  路  3Comments