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

Include best block hash in syncing tips #1549

Conversation

pLabarta
Copy link
Contributor

@pLabarta pLabarta commented Dec 11, 2024

Fix to a delay issue in syncing the best block in MappingDB in Parachain mode, which caused eth_getBlockByHash not to work for HEAD.

This pull request includes a change to the client/mapping-sync/src/kv/mod.rs file to improve the synchronization process by adding the best block to the current syncing tips if it is not already synced.

@pLabarta pLabarta requested a review from sorpaas as a code owner December 11, 2024 07:41
@crystalin
Copy link
Collaborator

@pLabarta Can you add in the PR description what problem is it actually solving ? thank you :)

@pLabarta
Copy link
Contributor Author

Closing. Issue was fixed by improving the block import pipeline.

@pLabarta pLabarta closed this Dec 11, 2024
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

Successfully merging this pull request may close these issues.

3 participants