-
Notifications
You must be signed in to change notification settings - Fork 17
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
add: slot-to-blocktime index + gsfa: store OffsetAndSizeAndSlot
instead of OffsetAndSizeAndBlocktime
#200
Conversation
OffsetAndSizeAndSlot
instead of OffsetAndSizeAndBlocktime
OffsetAndSizeAndSlot
instead of OffsetAndSizeAndBlocktime
OffsetAndSizeAndSlot
instead of OffsetAndSizeAndBlocktime
One last thing: should gsfa also contain whether the tx was successful or not? |
So right now for the stream transactions we parse it out from the error. Don't think we need it in gsfa. |
by having the success/fail in the gsfa index, we would avoid about 90% of io and cpu time (fetch tx, maybe fetch meta, parse meta) |
that makes sense. let's add it then. |
@gagliardetto i am going to merge it. Let's add the success/fail to gsfa index in a separate PR. |
No description provided.