Fix ToC
This commit is contained in:
parent
6923bdc46a
commit
b6d854de09
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue