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

Fill missing gaps in fee history cache #5584

Closed
mattsse opened this issue Nov 27, 2023 · 0 comments · Fixed by #5612
Closed

Fill missing gaps in fee history cache #5584

mattsse opened this issue Nov 27, 2023 · 0 comments · Fixed by #5612
Assignees
Labels
A-rpc Related to the RPC implementation C-enhancement New feature or request C-perf A change motivated by improving speed, memory usage or disk footprint

Comments

@mattsse
Copy link
Collaborator

mattsse commented Nov 27, 2023

Describe the feature

ref #5182

we're filling the cache with newly mined blocks, however on launch this only kicks in after we reach the max range.

we need to fill the range after we receive the first new block and also monitor potential gaps

Additional context

No response

@mattsse mattsse added C-enhancement New feature or request C-perf A change motivated by improving speed, memory usage or disk footprint A-rpc Related to the RPC implementation labels Nov 27, 2023
@mattsse mattsse self-assigned this Nov 27, 2023
@github-project-automation github-project-automation bot moved this from Todo to Done in Reth Tracker Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-rpc Related to the RPC implementation C-enhancement New feature or request C-perf A change motivated by improving speed, memory usage or disk footprint
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant