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

HIP-1056 Verify blockfile and parse the transformed recordfile #9931

Closed
edwin-greene opened this issue Dec 10, 2024 · 0 comments · Fixed by #10091
Closed

HIP-1056 Verify blockfile and parse the transformed recordfile #9931

edwin-greene opened this issue Dec 10, 2024 · 0 comments · Fixed by #10091
Assignees
Labels
enhancement Type: New feature parser Area: File parsing
Milestone

Comments

@edwin-greene
Copy link
Contributor

Problem

Blockfiles need to be verified and its associated record file parsed.

Solution

-From the design, add the BlockStreamVerifier. The verifier will call the transform (from #9896) generate the block hash and verify the hash of blockfile N matches the previous hash of blockfile N+1. Once verified the record file tranform of blockfile N will be parsed by the recordFileParser.

Alternatives

No response

@edwin-greene edwin-greene added enhancement Type: New feature parser Area: File parsing labels Dec 10, 2024
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Mirror Node Jan 5, 2025
@steven-sheehy steven-sheehy moved this from 📋 Backlog to 🏃‍♀ Sprint backlog in Mirror Node Jan 5, 2025
@xin-hedera xin-hedera self-assigned this Jan 9, 2025
@xin-hedera xin-hedera moved this from 🏃‍♀ Sprint backlog to 👷 In progress in Mirror Node Jan 9, 2025
@xin-hedera xin-hedera linked a pull request Jan 10, 2025 that will close this issue
2 tasks
@steven-sheehy steven-sheehy moved this from 👷 In progress to 👀 In review in Mirror Node Jan 17, 2025
@steven-sheehy steven-sheehy added this to the 0.122.0 milestone Jan 17, 2025
@github-project-automation github-project-automation bot moved this from 👀 In review to ✅ Done in Mirror Node Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Type: New feature parser Area: File parsing
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants