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

Add note on bq docs about skipped blocks #1907

Merged
merged 1 commit into from
Apr 16, 2024
Merged

Conversation

eduohe
Copy link
Contributor

@eduohe eduohe commented Apr 16, 2024

Skipped Blocks: NEAR Blockchain can contain skipped blocks, e.g. block 57730443. For these cases we can find the block for the chunk data using the prev_block_hash column, e.g. SELECT * FROM chunks c JOIN blocks b ON c.chunk.header.prev_block_hash = b.header.prev_hash.

@eduohe eduohe requested a review from bucanero as a code owner April 16, 2024 00:20
Copy link

render bot commented Apr 16, 2024

@eduohe eduohe self-assigned this Apr 16, 2024
@bucanero bucanero merged commit e7a8628 into master Apr 16, 2024
2 of 3 checks passed
@bucanero bucanero deleted the eohe/add-note-bq-docs branch April 16, 2024 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Shipped 🚀
Development

Successfully merging this pull request may close these issues.

2 participants