-
Notifications
You must be signed in to change notification settings - Fork 65
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
Suspected infinite recursion in jacobian #49
Comments
It would be really helpful if we could get the values from this section.
Specifically the |
Those values will likely not be available. They are dynamic and I cannot consistently reproduce the issue, so they are hard to get. I will try to run the tests whenever possible and report if I manage to retrieve them. |
Recovering a signature is a feature that we already test on lots of random inputs, even on invalid signatures. See https://github.com/ethereum/eth-keys/blob/ce2aade354c77531babaa16669529082a7835f39/tests/backends/test_native_backend_against_coincurve.py So it's going to be tricky for us to figure out this bug without the specific inputs. One thing we could do in the meantime is catch that |
Collection of updates
(Submitting as instructed on Gitter by @carver .)
What was wrong?
When running a transaction in our test suited, the following error showed up. The error appears like an infinite loop/recursion. It appears intermittently and I do not have solid way of reproducing it.
Please include any of the following that are applicable:
How can it be fixed?
I do not have an insight.
The text was updated successfully, but these errors were encountered: