Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No period data on testnet sentinels for older UTXOs #253

Closed
troggy opened this issue Nov 21, 2019 · 0 comments · Fixed by #254
Closed

No period data on testnet sentinels for older UTXOs #253

troggy opened this issue Nov 21, 2019 · 0 comments · Fixed by #254

Comments

@troggy
Copy link
Member

troggy commented Nov 21, 2019

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:

  1. Resync sentinels, so there is a data for all the periods.
  2. 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant