eth2.0-specs/specs/core
vbuterin 77d7aa7630
Attestation committee refactor
* Remove `get_crosslink_committees_at_slot` (that function's ugly man...)
* Make the "base" that everything works off instead be `get_crosslink_committee`
* Attestations store epoch, start shard and shard, no longer slot (slot can be calculated from the other three)
* Retaining start shard in attestations allows `get_attesting_indices` to peek much further back into the past, making it useful for slashings (Phase 1)
* Some two-layer-deep nested loops become one-layer-deep loops
2019-04-29 11:02:39 -05:00
..
0_beacon-chain.md Attestation committee refactor 2019-04-29 11:02:39 -05:00
0_deposit-contract.md Add 0_deposit-contract.md 2019-04-22 23:29:19 +10:00
0_fork-choice.md Update 0_fork-choice.md (#998) 2019-04-26 20:50:27 +10:00
1_custody-game.md Merge pull request #870 from ethereum/vbuterin-patch-10 2019-04-22 15:30:18 -06:00
1_shard-data-chains.md Update 1_shard-data-chains.md 2019-04-16 12:03:22 -05:00