chore: remove auto-seal consensus (#12385)

This commit is contained in:
Arsenii Kulikov
2024-11-08 01:29:49 +04:00
committed by GitHub
parent 29da7d744a
commit d19032fca1
18 changed files with 11 additions and 1388 deletions

View File

@ -82,7 +82,6 @@ The networking component mainly lives in [`net/network`](../../crates/net/networ
Different consensus mechanisms.
- [`consensus/common`](../../crates/consensus/common): Common consensus functions and traits (e.g. fee calculation)
- [`consensus/auto-seal`](../../crates/consensus/auto-seal): A consensus mechanism that auto-seals blocks for local development (also commonly known as "auto-mine")
- [`consensus/beacon`](../../crates/consensus/beacon): Consensus mechanism that handles messages from a beacon node ("eth2")
### Execution