You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pub trait ForkGraph {
/// Returns the BlockRelation of A to B
fn relationship(&self, a: Slot, b: Slot) -> BlockRelation;
/// Returns the epoch of the given slot
//fn slot_epoch(&self, _slot: Slot) -> Option<Epoch> {
// Some(0)
//}
}
The text was updated successfully, but these errors were encountered:
Problem:
slot_epoch was a trait function, but never used anywhere.
Igloo will also implement
Automated Block Height Management
.ref:
anza-xyz/agave@106d4cf
The text was updated successfully, but these errors were encountered: