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

Extend container contract with node lists #412

Open
roman-khimov opened this issue Jun 27, 2024 · 0 comments
Open

Extend container contract with node lists #412

roman-khimov opened this issue Jun 27, 2024 · 0 comments
Assignees
Labels
feature Completely new functionality I2 Regular impact S2 Regular significance U2 Seriously planned
Milestone

Comments

@roman-khimov
Copy link
Member

Is your feature request related to a problem? Please describe.

I'm always frustrated when we can't easily get a list of container nodes both for GETs of various kinds, but also for signature checks (refs. nspcc-dev/neofs-api#299).

Describe the solution you'd like

On epoch change IR can recalculate node lists and store them in container contract (netmap or a separate contracts are also possible, but container seems to be a bit more natural). If the list is the same --- nothing should be done. An event should be generated on the list change.

Describe alternatives you've considered

I doubt there are a lot of them if we want to check any container-wide signatures on-chain.

@roman-khimov roman-khimov added U2 Seriously planned S2 Regular significance I2 Regular impact feature Completely new functionality labels Jun 27, 2024
@roman-khimov roman-khimov added this to the v0.21.0 milestone Aug 20, 2024
@carpawell carpawell self-assigned this Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Completely new functionality I2 Regular impact S2 Regular significance U2 Seriously planned
Projects
None yet
Development

No branches or pull requests

2 participants