lighthouse/consensus/state_processing/src
Michael Sproul 258b28469e Update consensus code and tests to v0.12.3 (#1655)
## Proposed Changes

Update test vectors for v0.12.3, and introduced configurable `proportional_slashing_multiplier`.

Also makes `YamlConfig` a bit safer by making every field access in `apply_to_chain_spec` explicit, and removing the `#[serde(default)]` attribute, which would instantiate missing fields to type defaults! Risky!
2020-09-26 01:58:29 +00:00
..
common Remove saturating arith from state_processing (#1644) 2020-09-25 05:18:21 +00:00
per_block_processing Remove saturating arith from state_processing (#1644) 2020-09-25 05:18:21 +00:00
per_epoch_processing Update consensus code and tests to v0.12.3 (#1655) 2020-09-26 01:58:29 +00:00
genesis.rs get_active_validator_indices() now has bound check (#1300) 2020-06-29 18:21:51 +10:00
lib.rs Process exits and slashings off the network (#1253) 2020-06-18 21:06:34 +10:00
macros.rs Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
per_block_processing.rs Remove saturating arith from state_processing (#1644) 2020-09-25 05:18:21 +00:00
per_epoch_processing.rs Remove saturating arith from state_processing (#1644) 2020-09-25 05:18:21 +00:00
per_slot_processing.rs Remove saturating arith from state_processing (#1644) 2020-09-25 05:18:21 +00:00
test_utils.rs Improve bls::SecretKey privacy (#1164) 2020-05-19 11:23:08 +10:00
verify_operation.rs Process exits and slashings off the network (#1253) 2020-06-18 21:06:34 +10:00