lighthouse-pulse/validator_client/src
Paul Hauner d9f940613f Represent slots in secs instead of millisecs (#2163)
## Issue Addressed

NA

## Proposed Changes

Copied from #2083, 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 #2083 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
..
http_api Clippy 1.49.0 updates and dht persistence test fix (#2156) 2021-01-19 00:34:28 +00:00
http_metrics BN Fallback v2 (#2080) 2020-12-18 09:17:03 +00:00
attestation_service.rs Represent slots in secs instead of millisecs (#2163) 2021-01-19 09:39:51 +00:00
beacon_node_fallback.rs Remove duplicate log in BN fallback (#2116) 2021-01-06 03:01:48 +00:00
block_service.rs BN Fallback v2 (#2080) 2020-12-18 09:17:03 +00:00
check_synced.rs Remove duplicate log in BN fallback (#2116) 2021-01-06 03:01:48 +00:00
cli.rs Remove default beacon node value from clap (#2121) 2020-12-28 08:23:59 +00:00
config.rs BN Fallback v2 (#2080) 2020-12-18 09:17:03 +00:00
duties_service.rs Represent slots in secs instead of millisecs (#2163) 2021-01-19 09:39:51 +00:00
fork_service.rs Represent slots in secs instead of millisecs (#2163) 2021-01-19 09:39:51 +00:00
initialized_validators.rs Fix new clippy lints (#2036) 2020-12-03 01:10:26 +00:00
key_cache.rs Implement key cache to reduce keystore loading times for validator_client (#1695) 2020-10-05 10:50:43 +00:00
lib.rs Represent slots in secs instead of millisecs (#2163) 2021-01-19 09:39:51 +00:00
notifier.rs Represent slots in secs instead of millisecs (#2163) 2021-01-19 09:39:51 +00:00
validator_duty.rs Standard beacon api updates (#1831) 2020-11-09 23:13:56 +00:00
validator_store.rs Fix timing issue in obtaining the Fork (#2158) 2021-01-19 02:54:18 +00:00