-
Notifications
You must be signed in to change notification settings - Fork 93
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
Add listnames rpc method #924
Comments
Just list all dotNAV names? |
List all dotNAV names with subdomains and key, value pairs like resolvename. |
listing all the names with their entries can be a lot of data to transmit, might be better to only do it with the names imo |
So, its better to add mine parameter for filtering user owned domains or restrict method to only user owned domains with their entries. |
I think even with the filter, it is more efficient to only show the names, letting the client to later resolve individually if needed. |
If it's going to be a serious performance issue, what you said might make sense. It would be better to be able to get all domains and subdomains information at once if there is no delay. |
@sakdeniz I'm working on this now along side the nftindex |
Might be a solution |
This patch has been updated to only list your own domains/subdomains, so it won't be too many to list. |
Can you please help me with starting this project in windows as i am unable to do it |
I'm not sure windows will be a good Idea for compiling this project, I would suggest running a linux VM. I would suggest either VM Ware Player or Virtual Box, then install Ubuntu 20.04 |
Currently, there is no rpc method where we can see the list of registered names. I think it is necessary to add the
listnames
rpc method.The text was updated successfully, but these errors were encountered: