mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-10 10:45:46 +00:00
4bf1539c83
Changelog (nothing major): * Clean up constants * Add to table of contents * Rename a few * Split into more categories (e.g. "Deposit contract" and "Initial values") * Replaced `SQRT_E_DROP_TIME ` by `INACTIVITY_PENALTY_QUOTIENT` * Put all the data structures in "Data structures", including specials * Move deposit contract after "Data structures" * `ShardAndCommittee` => `ShardCommittee` (and related changes) * `aggregate_sig` => `aggregate_signature` * `justified_slot_bitfield` => `justification_bitfield` * Use double-ticks everywhere in Python docstrings * Clean up deposit contract a bit * Bug fix: ensure uniqueness of the `ChainStart` log