eth2.0-specs/specs
Justin 48317d8ac0
Minor cosmetic cleanups
* remove `BLS_WITHDRAWAL_PREFIX` (it is not used in phase 1, not phase 0)
* avoid inline comment (# Validate state root)
* simplify header inequality check in `process_proposer_slashing` (using uniqueness of BLS signatures)
* add `block = signed_block.message` helper variable for readability
* (typo) clarify that the state transition function consumes a signed block (as opposed to a block)
* generally make comments more consistent
* consistent formatting of container instantiation for `DepositMessage`
* avoid using three lines for `rewards[index] += Gwei(max_attester_reward // attestation.inclusion_delay)`
* introduce `effective_balance` helper variable for readability, and to avoid multi-line statement
* consistent ordering of `MIN_EPOCHS_TO_INACTIVITY_PENALTY` in the time parameters table
* (typo) "Dequeued validators for activation up to churn limit" => Dequeue validators
* "Save current block as the new latest block" => "Cache current block" (for consistent with `process_slot`)
* (typo) "Verify the validator has not yet exited" => "Verify exit has not been initiated"
* Use Pythonic `default=` for `max()` call in `initiate_validator_exit`
2019-12-15 11:10:43 +00:00
..
core Minor cosmetic cleanups 2019-12-15 11:10:43 +00:00
light_client Merge pull request #1522 from ethereum/master 2019-12-13 18:56:31 +01:00
networking remove last two references to signing root 2019-12-12 12:34:02 -07:00
test_formats remove last two references to signing root 2019-12-12 12:34:02 -07:00
validator Update ToC of specs to consistent use of doctoc 2019-12-10 18:29:40 +01:00
bls_signature.md Merge pull request #1522 from ethereum/master 2019-12-13 18:56:31 +01:00
simple-serialize.md Update ToC of specs to consistent use of doctoc 2019-12-10 18:29:40 +01:00