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

Create a block time cache #194

Closed
6 tasks done
linuskendall opened this issue Nov 27, 2024 · 1 comment
Closed
6 tasks done

Create a block time cache #194

linuskendall opened this issue Nov 27, 2024 · 1 comment
Assignees

Comments

@linuskendall
Copy link
Contributor

linuskendall commented Nov 27, 2024

@gagliardetto to add:

  • Create a new index that maps slot to block time
  • Add this indexing to the index command and index all
  • Add slot and remove block time from gsfa index
  • Load the block time index into memory into the block time cache

@anjor:

  • In Gsfa look up the block time from the slot number
  • In GetTransaction don't fetch getBlock to get the block time instead look it up in the block
@anjor
Copy link
Contributor

anjor commented Dec 17, 2024

#206

This is now done, I think?

@gagliardetto you ok with closing this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants