TBD54566975 / web5-go

Apache License 2.0
7 stars 6 forks source link

GitHub Pipeline TestVerifySECP256K1 test failed without known cause #81

Open KendallWeihe opened 4 months ago

KendallWeihe commented 4 months ago

Unknown what the root cause was, copying a comment from here

Something very strange is going on. Tests are failing on this branch; the TestVerifySECP256K1 test is failing with an error failed to parse public key: malformed public key: invalid length: 64. I tried re-running the workflow, but it failed again. Tests from the prior commit are passing, but all that was changed in the most recent commit was a README. Tests are passing locally. I branched off of this branch and reran the tests in the GitHub Pipeline and the tests passed.

I suspect we have some weird cryptographic issue going on where something to do with this particular commit, and the random generation made available in our GitHub Pipelines.

KendallWeihe commented 4 months ago

...aaaaand the mystery continues, because the tests on the merge into main commit pass without issue