Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: bump to agave 2.0.8 #29

Open
1 task
ghost opened this issue Sep 9, 2024 · 0 comments · May be fixed by #36
Open
1 task

build: bump to agave 2.0.8 #29

ghost opened this issue Sep 9, 2024 · 0 comments · May be fixed by #36
Labels
enhancement New feature or request

Comments

@ghost
Copy link

ghost commented Sep 9, 2024

  • 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)
    //}
}
@ghost ghost added the enhancement New feature or request label Sep 9, 2024
@0xPraedico 0xPraedico linked a pull request Nov 16, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

0 participants