This commit is contained in:
Eitan Seri-Levi
2026-04-30 15:03:42 +02:00
parent 79c855a1c4
commit 2585096de6
39 changed files with 157 additions and 179 deletions

View File

@@ -557,10 +557,10 @@ where
genesis_time
+ spec.get_slot_duration().as_secs() * E::slots_per_epoch() * epoch.as_u64()
});
mock.server.execution_block_generator().heze_time =
spec.heze_fork_epoch.map(|epoch| {
genesis_time + spec.get_slot_duration().as_secs() * E::slots_per_epoch() * epoch.as_u64()
});
mock.server.execution_block_generator().heze_time = spec.heze_fork_epoch.map(|epoch| {
genesis_time
+ spec.get_slot_duration().as_secs() * E::slots_per_epoch() * epoch.as_u64()
});
mock.server.execution_block_generator().osaka_time = spec.fulu_fork_epoch.map(|epoch| {
genesis_time
+ spec.get_slot_duration().as_secs() * E::slots_per_epoch() * epoch.as_u64()