Per-container event feed #177

Closed
opened 2025-12-28 18:08:46 +00:00 by sami · 1 comment
Owner

Originally created by @roman-khimov on GitHub (Jun 27, 2024).

Originally assigned to: @carpawell on GitHub.

I'm always frustrated when I don't know what's up with the container contents. And we want to filter events per-container.

Describe the solution you'd like

The solution is to deploy a contract for containers that use meta (https://github.com/nspcc-dev/neofs-api/issues/300, container contract would need to know it's enabled). This contract needs to accept event data from SNs and push them into notifications. It does not need to process/store these events. This gives a natural event feed for container.

Originally created by @roman-khimov on GitHub (Jun 27, 2024). Originally assigned to: @carpawell on GitHub. ## Is your feature request related to a problem? Please describe. I'm always frustrated when I don't know what's up with the container contents. And we want to filter events per-container. ## Describe the solution you'd like The solution is to deploy a contract for containers that use meta (https://github.com/nspcc-dev/neofs-api/issues/300, container contract would need to know it's enabled). This contract needs to accept event data from SNs and push them into notifications. It does not need to process/store these events. This gives a natural event feed for container.
sami 2025-12-28 18:08:46 +00:00
Author
Owner

@roman-khimov commented on GitHub (Sep 3, 2024):

There is a question of updates. Updating 1000 contracts at once is very much different from updating 10 contracts.

@roman-khimov commented on GitHub (Sep 3, 2024): There is a question of updates. Updating 1000 contracts at once is very much different from updating 10 contracts.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nspcc-dev/neofs-contract#177
No description provided.