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 sign function is causing a revert during integration testing. The test for signing fails with an unexpected error, indicating a problem with the contract implementation.
Description
The
sign
function is causing a revert during integration testing. The test for signing fails with an unexpected error, indicating a problem with the contract implementation.Versions
Error Details
The test failure occurs in the
TestSign/Valid_signing
test case with the following error:Steps to Reproduce
Run Docker and
make devnet-up
Switch to the commit 12906d4 on
api-integration-check-peace
branch.Run the integration test suite using the following command:
Observe the test failure in the
TestSign/Valid_signing
case.Additional Information
sign
function.Possible Causes
sign
function may not be correctly handling the case where the signing key is missing.Next Steps
sign
function, focusing on how it handles missing signing keys.Outputs
The text was updated successfully, but these errors were encountered: