lighthouse/consensus/state_processing/src
João Oliveira dcd69dfc62 Move dependencies to workspace (#4650)
## Issue Addressed

Synchronize dependencies and edition on the workspace `Cargo.toml`

## Proposed Changes

with https://github.com/rust-lang/cargo/issues/8415 merged it's now possible to synchronize details on the workspace `Cargo.toml` like the metadata and dependencies.
By only having dependencies that are shared between multiple crates aligned on the workspace `Cargo.toml` it's easier to not miss duplicate versions of the same dependency and therefore ease on the compile times.

## Additional Info
this PR also removes the no longer required direct dependency of the `serde_derive` crate.

should be reviewed after https://github.com/sigp/lighthouse/pull/4639 get's merged.
closes https://github.com/sigp/lighthouse/issues/4651


Co-authored-by: Michael Sproul <michael@sigmaprime.io>
Co-authored-by: Michael Sproul <micsproul@gmail.com>
2023-09-22 04:30:56 +00:00
..
common Phase 0 attestation rewards via Beacon API (#4474) 2023-07-18 01:48:40 +00:00
per_block_processing Rust 1.71 lints (#4503) 2023-07-17 00:14:19 +00:00
per_epoch_processing Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
upgrade Cache target attester balances for unrealized FFG progression calculation (#4362) 2023-06-30 01:13:06 +00:00
block_replayer.rs Fix attestation withdrawals root mismatch (#4249) 2023-05-09 10:48:15 +00:00
consensus_context.rs Merged with unstable 2022-11-30 17:29:10 -06:00
genesis.rs Cache target attester balances for unrealized FFG progression calculation (#4362) 2023-06-30 01:13:06 +00:00
lib.rs Rust 1.71 lints (#4503) 2023-07-17 00:14:19 +00:00
macros.rs Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
metrics.rs Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
per_block_processing.rs Cache target attester balances for unrealized FFG progression calculation (#4362) 2023-06-30 01:13:06 +00:00
per_epoch_processing.rs Clean capella (#4019) 2023-03-01 03:19:02 +00:00
per_slot_processing.rs Remove checkpoint alignment requirements and enable historic state pruning (#4610) 2023-08-21 05:02:32 +00:00
state_advance.rs Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
upgrade.rs Clean capella (#4019) 2023-03-01 03:19:02 +00:00
verify_operation.rs Rust 1.71 lints (#4503) 2023-07-17 00:14:19 +00:00