-
Notifications
You must be signed in to change notification settings - Fork 0
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
Investigate new SlotHashes
syscall
#1
Comments
SlotHashes
syscall
Usage of
|
Usage of
|
If we decide to roll |
Proof-of-Concept for Proof-of-Concept for |
Problem
SlotHashes
is not available to BPF programs, but it's required by Address Lookup Table and Vote. These programs both need to lookup a slot and determine if it corresponds to a valid block-producing slot (hash), as well as evaluate that slot's position in the list ofSlotHash
entries.Solution
Evaluate a new syscall for performing this lookup, without deserializing all of the data.
The text was updated successfully, but these errors were encountered: