-
Notifications
You must be signed in to change notification settings - Fork 12
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
bug: lightclient stops working during integration test #181
Labels
bug
Something isn't working
Comments
When replacing
with
The code stops when calling |
Not sure if this error is related:
|
This bug is happening because the mock_prover feature is not being activated for the lightclient package. Opening a PR today to work around this, but we will need to add an integration test that actually generates the proof, meaning we need to set up the infra for it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running the integration test, the client stops working when it finds the first epoch in a block.
The light client can verify the signatures, but when trying to read the previous commitment from the public values, the light client stops working. I could not identify if the functions never returned or if the light client crashed without an error.
The light client never continues to look at the next height.
Please let me know if you need more context.
The text was updated successfully, but these errors were encountered: