You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 blockfileN
matches the previous hash of blockfileN+1
. Once verified the record file tranform of blockfileN
will be parsed by the recordFileParser.Alternatives
No response
The text was updated successfully, but these errors were encountered: