Skip to content
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 method to resolve container name #249

Open
KirillovDenis opened this issue Oct 27, 2022 · 0 comments
Open

Add method to resolve container name #249

KirillovDenis opened this issue Oct 27, 2022 · 0 comments
Labels
enhancement Improving existing functionality I2 Regular impact S2 Regular significance U3 Regular

Comments

@KirillovDenis
Copy link

It would be nice to have some way to resolve container name. Now we can know container ID by name using NNS resolver from SDK.

Having new way to resolve names in API would be helpful for:

  • gates (they don't need to make rpc to sidechain)
  • neofs-cli (we can easily find out container id by its name)

There are two way to adopt such resolving:

  • Add new rpc mehod here
  • Teach node to get containers not only by ID but also by name (It seems quite complicated and)

Probably this issue is for the future though.

/cc @alexvanin @realloc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improving existing functionality I2 Regular impact S2 Regular significance U3 Regular
Projects
None yet
Development

No branches or pull requests

3 participants