lighthouse/consensus
Paul Hauner d9f940613f Represent slots in secs instead of millisecs ()
## Issue Addressed

NA

## Proposed Changes

Copied from , changes the config milliseconds_per_slot to seconds_per_slot to avoid errors when slot duration is not a multiple of a second. To avoid deserializing old serialized data (with milliseconds instead of seconds) the Serialize and Deserialize derive got removed from the Spec struct (isn't currently used anyway).

This PR replaces  for the purpose of fixing a merge conflict without requiring the input of @blacktemplar.

## Additional Info

NA


Co-authored-by: blacktemplar <blacktemplar@a1.net>
2021-01-19 09:39:51 +00:00
..
cached_tree_hash Clippy 1.49.0 updates and dht persistence test fix () 2021-01-19 00:34:28 +00:00
fork_choice Fix new clippy lints () 2020-12-03 01:10:26 +00:00
int_to_bytes update dependencies () 2020-12-07 08:20:33 +00:00
merkle_proof Implement matches! macro () 2020-10-15 21:42:43 +00:00
proto_array Modify proto array loop () 2021-01-19 03:50:12 +00:00
safe_arith Remove saturating arith from state_processing () 2020-09-25 05:18:21 +00:00
serde_utils Fix new clippy lints () 2020-12-03 01:10:26 +00:00
ssz update smallvec () 2021-01-11 23:32:11 +00:00
ssz_derive Clippy 1.49.0 updates and dht persistence test fix () 2021-01-19 00:34:28 +00:00
ssz_types Fix new clippy lints () 2020-12-03 01:10:26 +00:00
state_processing Clippy 1.49.0 updates and dht persistence test fix () 2021-01-19 00:34:28 +00:00
swap_or_not_shuffle Update external deps () 2020-10-05 08:22:19 +00:00
tree_hash update smallvec () 2021-01-11 23:32:11 +00:00
tree_hash_derive Clippy 1.49.0 updates and dht persistence test fix () 2021-01-19 00:34:28 +00:00
types Represent slots in secs instead of millisecs () 2021-01-19 09:39:51 +00:00