Update ToCs

This commit is contained in:
Hsiao-Wei Wang 2019-10-23 12:10:43 +08:00
parent 934008e4d6
commit 13c3d9c6e9
No known key found for this signature in database
GPG Key ID: 95B070122902DEA4
4 changed files with 5 additions and 2 deletions

View File

@ -81,6 +81,7 @@
- [`get_active_validator_indices`](#get_active_validator_indices) - [`get_active_validator_indices`](#get_active_validator_indices)
- [`get_validator_churn_limit`](#get_validator_churn_limit) - [`get_validator_churn_limit`](#get_validator_churn_limit)
- [`get_seed`](#get_seed) - [`get_seed`](#get_seed)
- [`get_committee_count_at_slot`](#get_committee_count_at_slot)
- [`get_beacon_committee`](#get_beacon_committee) - [`get_beacon_committee`](#get_beacon_committee)
- [`get_beacon_proposer_index`](#get_beacon_proposer_index) - [`get_beacon_proposer_index`](#get_beacon_proposer_index)
- [`get_total_balance`](#get_total_balance) - [`get_total_balance`](#get_total_balance)

View File

@ -9,6 +9,7 @@
- [Configuration](#configuration) - [Configuration](#configuration)
- [Containers](#containers) - [Containers](#containers)
- [`CompactCommittee`](#compactcommittee) - [`CompactCommittee`](#compactcommittee)
- [`ShardReceiptDelta`](#shardreceiptdelta)
- [`ShardReceiptProof`](#shardreceiptproof) - [`ShardReceiptProof`](#shardreceiptproof)
- [Helper functions](#helper-functions) - [Helper functions](#helper-functions)
- [`pack_compact_validator`](#pack_compact_validator) - [`pack_compact_validator`](#pack_compact_validator)

View File

@ -336,7 +336,7 @@ def legendre_bit(a: int, q: int) -> int:
return 0 return 0
``` ```
### ```custody_subchunkify``` ### `custody_subchunkify`
Given one proof of custody chunk, returns the proof of custody subchunks of the correct sizes. Given one proof of custody chunk, returns the proof of custody subchunks of the correct sizes.

View File

@ -18,10 +18,11 @@
- [Rewards and penalties](#rewards-and-penalties) - [Rewards and penalties](#rewards-and-penalties)
- [Signature domain types](#signature-domain-types) - [Signature domain types](#signature-domain-types)
- [Containers](#containers) - [Containers](#containers)
- [`Crosslink`](#crosslink)
- [`ShardBlock`](#shardblock) - [`ShardBlock`](#shardblock)
- [`ShardBlockHeader`](#shardblockheader) - [`ShardBlockHeader`](#shardblockheader)
- [`ShardState`](#shardstate) - [`ShardState`](#shardstate)
- [`ShardAttestationData`](#ShardAttestationData) - [`ShardAttestationData`](#shardattestationdata)
- [Helper functions](#helper-functions) - [Helper functions](#helper-functions)
- [Misc](#misc-1) - [Misc](#misc-1)
- [`compute_epoch_of_shard_slot`](#compute_epoch_of_shard_slot) - [`compute_epoch_of_shard_slot`](#compute_epoch_of_shard_slot)