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
This module contains a handful of methods that assume a feed type of ed25519, which won't be able to support other feed types. Should these be removed from the repo, or should we give the user the option to specify the feed type they want to use?
For example: getKeyFromAddress(addr): multiserver addresses only give a public key integer, but this method promises to return a feed type
This module contains a handful of methods that assume a feed type of
ed25519
, which won't be able to support other feed types. Should these be removed from the repo, or should we give the user the option to specify the feed type they want to use?For example:
getKeyFromAddress(addr)
: multiserver addresses only give a public key integer, but this method promises to return a feed typeSee also: #34
The text was updated successfully, but these errors were encountered: