Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Handle Transaction Hash Collisions

Compare
Choose a tag to compare
@madninja madninja released this 14 Aug 00:00
· 434 commits to master since this release
0a3f6f6

State channel issues caused duplicate transactions to be included in later blocks. ETL relies on transaction hashes being unique, so it failed on those existing transactions.

We now ignore existing transactions hashes at the cost of the block transaction count being of by one or two for the blocks where this occurs. This should hopefully not happen again.