-
Notifications
You must be signed in to change notification settings - Fork 1
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
shareDescription always being empty #39
Comments
Was the description set? If no, then this is correct. No, we don't want dictionaries being created from json. It'll just end up back with the whole anycodable nonsense we spent a lot of time correcting. |
For the first, share a description that at least has information on the type of the factor. This is very important for deleteFactor functionality. getAllFactorPub has just a list of factors pub key, and can't be determined what type of factor it's to delete. You can check the web implementation, it returns Map of factor pubs with it's information like type and any additional metadata. |
If the description has not been added using this function, then there is nothing to return: If there are no descriptions set then there is nothing to return as So were they set or not? |
The factor key type description is always mandatory when creating the factor so that information should be available regardless of whether the additional metadata is available. |
Ah, see what you mean. This will probably take a while to track down. |
Description
shareDescriptions
in MpcKeyDetails is always empty. Also, it should be a Dictionary instead of an JSON encoded string.The text was updated successfully, but these errors were encountered: