Skip to content

build: bump to agave 2.0.8 #29

@ghost

Description

  • remove slot_epoch mock from svm-executor

Problem:
slot_epoch was a trait function, but never used anywhere.
Igloo will also implement Automated Block Height Management.

ref:
anza-xyz/agave@106d4cf

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)
    //}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions