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 discovery feature is very helpful. But it would be ideal if the discover results also included the parent permission of each discovered permission/authority. This could enable other use cases like keeping a cache of the permissions and keys stored across different wallets. This data could be discovered by querying the public chain - it is public info after all, but it would be great if it could be returned with the results of discover.
The text was updated successfully, but these errors were encountered:
traylewin
changed the title
Add PublicKey and ParentPermission to discovery results
Add Parent Permission to discovery results
Apr 12, 2019
Where Key: XXX or Key: YYY is the Public key for all accounts in the accounts[] for that node.
Getting parent information probably would not be that hard. I'd just need to think about how to add ti to the structure in a nice way and then also make the fetching of that info optional as there are users that don't need the data and are concerned about the extra time it would take to fetch. Good suggestion though, I can see that being helpful.
The discovery feature is very helpful. But it would be ideal if the discover results also included the parent permission of each discovered permission/authority. This could enable other use cases like keeping a cache of the permissions and keys stored across different wallets. This data could be discovered by querying the public chain - it is public info after all, but it would be great if it could be returned with the results of discover.
The text was updated successfully, but these errors were encountered: