Closed MicaiahReid closed 6 months ago
Sometimes when the Chainhook service receives a new_burn_block, it then fails to download the block.
new_burn_block
I'm not entirely sure why this happens, as the same block will be downloaded (at pretty much the exact same time) by Ordhook.
But, when this does happen, because we have a gap in our fork pool, we fail to append all future bitcoin blocks. We should:
:tada: This issue has been resolved in version 1.6.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Sometimes when the Chainhook service receives a
new_burn_block
, it then fails to download the block.I'm not entirely sure why this happens, as the same block will be downloaded (at pretty much the exact same time) by Ordhook.
But, when this does happen, because we have a gap in our fork pool, we fail to append all future bitcoin blocks. We should: