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 Eth1SignatureUtilTest.signatureIsDerivedFromP1363Encoded has been intermittingly failing in CI.
It is failing with the stack trace
java.lang.RuntimeException: Could not construct a recoverable key. Are your credentials valid?
at tech.pegasys.web3signer.signing.secp256k1.util.Eth1SignatureUtil.deriveSignature(Eth1SignatureUtil.java:84)
at tech.pegasys.web3signer.signing.secp256k1.util.Eth1SignatureUtil.deriveSignatureFromP1363Encoded(Eth1SignatureUtil.java:65)
at tech.pegasys.web3signer.signing.secp256k1.util.Eth1SignatureUtilTest.signatureIsDerivedFromP1363Encoded(Eth1SignatureUtilTest.java:80)
The text was updated successfully, but these errors were encountered:
The Eth1SignatureUtilTest.signatureIsDerivedFromP1363Encoded has been intermittingly failing in CI.
It is failing with the stack trace
The text was updated successfully, but these errors were encountered: