mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-10 12:11:59 +00:00
* rename 4844 to deneb * rename 4844 to deneb * move excess data gas field * get EF tests working * fix ef tests lint * fix the blob identifier ef test * fix accessed files ef test script * get beacon chain tests passing
10 lines
206 B
Rust
10 lines
206 B
Rust
pub mod altair;
|
|
pub mod capella;
|
|
pub mod deneb;
|
|
pub mod merge;
|
|
|
|
pub use altair::upgrade_to_altair;
|
|
pub use capella::upgrade_to_capella;
|
|
pub use deneb::upgrade_to_deneb;
|
|
pub use merge::upgrade_to_bellatrix;
|