This commit is contained in:
vbuterin 2019-08-24 13:50:57 +02:00 committed by GitHub
parent 6923bdc46a
commit b6d854de09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 10 deletions

View File

@ -8,17 +8,17 @@
- [Table of contents](#table-of-contents) - [Table of contents](#table-of-contents)
- [Configuration](#configuration) - [Configuration](#configuration)
- [Containers](#containers) - [Containers](#containers)
- [`CompactCommittee`](#compactcommittee) - [`CompactCommittee`](#compactcommittee)
- [`ShardReceiptProof`](#shardreceiptproof) - [`ShardReceiptProof`](#shardreceiptproof)
- [Helper functions](#helper-functions) - [Helper functions](#helper-functions)
- [`pack_compact_validator`](#pack_compact_validator) - [`pack_compact_validator`](#pack_compact_validator)
- [`unpack_compact_validator`](#unpack_compact_validator) - [`unpack_compact_validator`](#unpack_compact_validator)
- [`committee_to_compact_committee`](#committee_to_compact_committee) - [`committee_to_compact_committee`](#committee_to_compact_committee)
- [`get_previous_power_of_2`](#get_previous_power_of_2) - [`get_previous_power_of_2`](#get_previous_power_of_2)
- [`verify_merkle_proof`](#verify_merkle_proof) - [`verify_merkle_proof`](#verify_merkle_proof)
- [`compute_historical_state_generalized_index`](#compute_historical_state_generalized_index) - [`compute_historical_state_generalized_index`](#compute_historical_state_generalized_index)
- [`get_generalized_index_of_crosslink_header`](#get_generalized_index_of_crosslink_header) - [`get_generalized_index_of_crosslink_header`](#get_generalized_index_of_crosslink_header)
- [`process_shard_receipt_proof`](#process_shard_receipt_proof) - [`process_shard_receipt_proof`](#process_shard_receipt_proof)
- [Changes](#changes) - [Changes](#changes)
- [Phase 0 container updates](#phase-0-container-updates) - [Phase 0 container updates](#phase-0-container-updates)
- [`BeaconState`](#beaconstate) - [`BeaconState`](#beaconstate)