-
Notifications
You must be signed in to change notification settings - Fork 6
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
Reduce noise for empty-signature in export #361
Comments
null signature was reverted as it was buggy. |
Verifier has been updated to support null value inblockio/aqua-verifier-js#21 |
Done in #374 => @FantasticoFox Export/import in PKC works. I tried removing and re-installing the Chrome ext, but didnt help |
Please check with the current release 1.2.6 which supports the null value. |
I tested it and it works fine with the current VerifyPage release. Thank you. |
Re-open due to #376 |
To be closed when #376 is closed |
{
"signature": null, // instead of object with all empty strings
}
This helps us to keep the code clean on the guardian side. Please help us to iterate through the different aspects of the output to reduce it to minimum.
The text was updated successfully, but these errors were encountered: