testgen: Compute last_block_id
property when generating a chain of light blocks
#745
Labels
last_block_id
property when generating a chain of light blocks
#745
I would like to use
testgen
to generate a sequence of light blocks in order to test my implementation of backward verification.Since backward verification requires comparing a header's hash against the
last_block_id
hash stored in the next block, we need to compute this property when generating a chain of light blocks in theLightChain
helper.The text was updated successfully, but these errors were encountered: