The get_signifier method is essentially just get_name. I have created a new get_signifier method and am calling it from get_name; this was following a suggestion by @notplants. I like that it offers us the ability to change the get_name method 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.
This PR adds support for two RPC methods which have just been added to kuska (https://github.com/Kuska-ssb/ssb/pull/27):
`get_image`
`get_signifier`
The `get_signifier` method is essentially just `get_name`. I have created a new `get_signifier` method and am calling it from `get_name`; this was following a suggestion by @notplants. I like that it offers us the ability to change the `get_name` method 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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.