mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-17 20:02:43 +00:00
Fix failing tests (#4423)
* Get tests passing * Get benchmarks compiling * Fix EF withdrawals test * Remove unused deps * Fix tree_hash panic in tests * Fix slasher compilation * Fix ssz_generic test * Get more tests passing * Fix EF tests for real * Fix local testnet scripts
This commit is contained in:
@@ -366,7 +366,6 @@ mod ssz_static {
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
#[test]
|
||||
fn ssz_generic() {
|
||||
SszGenericHandler::<BasicVector>::default().run();
|
||||
@@ -376,7 +375,6 @@ fn ssz_generic() {
|
||||
SszGenericHandler::<Uints>::default().run();
|
||||
SszGenericHandler::<Containers>::default().run();
|
||||
}
|
||||
*/
|
||||
|
||||
#[test]
|
||||
fn epoch_processing_justification_and_finalization() {
|
||||
|
||||
Reference in New Issue
Block a user