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
The new code to generate CAS proofs relies on period data availability. We've started collecting period data on a leap-node side just recently, so it is available for newer periods. However, sentinels were not resynced from the beginning, so there is no data collected for the older periods — hence the generic getProofhelper will fail for older utxos.
Possible solutions:
Resync sentinels, so there is a data for all the periods.
Workaround this on a bridge UI side, by falling back to older proof generation code if there is no period data (or for heights < X)
The text was updated successfully, but these errors were encountered:
The new code to generate CAS proofs relies on period data availability. We've started collecting period data on a leap-node side just recently, so it is available for newer periods. However, sentinels were not resynced from the beginning, so there is no data collected for the older periods — hence the generic
getProof
helper will fail for older utxos.Possible solutions:
The text was updated successfully, but these errors were encountered: