harmony icon indicating copy to clipboard operation
harmony copied to clipboard

Removed threshold 10 epochs

Open Frozen opened this issue 1 year ago • 2 comments

Removes threshold for 10 blocks for devnet crosslinks fix.

Frozen avatar May 16 '24 19:05 Frozen

Hey @Frozen, instead of removing the crosslink outright, can we first check whether it has already been processed? If it has, then we can proceed with the removal. This particular piece of code was a legitimate removal due to a previous mainnet issue where old pending crosslinks, which had already been processed, were stuck in the database.

sophoah avatar May 17 '24 05:05 sophoah

Hey @Frozen, instead of removing the crosslink outright, can we first check whether it has already been processed? If it has, then we can proceed with the removal. This particular piece of code was a legitimate removal due to a previous mainnet issue where old pending crosslinks, which had already been processed, were stuck in the database.

As i can understand the next line of code does what you expect link

Frozen avatar May 17 '24 19:05 Frozen