mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-10 04:01:51 +00:00
## Proposed Changes Change the canonical fork name for the merge to Bellatrix. Keep other merge naming the same to avoid churn. I've also fixed and enabled the `fork` and `transition` tests for Bellatrix, and the v1.1.7 fork choice tests. Additionally, the `BellatrixPreset` has been added with tests. It gets served via the `/config/spec` API endpoint along with the other presets.
6 lines
104 B
Rust
6 lines
104 B
Rust
pub mod altair;
|
|
pub mod merge;
|
|
|
|
pub use altair::upgrade_to_altair;
|
|
pub use merge::upgrade_to_bellatrix;
|