Introduce names RPC methods
#53
Reference in New Issue
Block a user
No description provided.
Delete Branch "names_rpc"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR adds support for two RPC methods which have just been added to kuska (https://github.com/Kuska-ssb/ssb/pull/27):
get_imageget_signifierThe
get_signifiermethod is essentially justget_name. I have created a newget_signifiermethod and am calling it fromget_name; this was following a suggestion by @notplants. I like that it offers us the ability to change theget_namemethod in the future without having to break the API.All methods which retrieve name and / or image data now use these new methods under the hood. I anticipate a significant performance improvement.