neofs-node icon indicating copy to clipboard operation
neofs-node copied to clipboard

Reuse notary request event type subscription filters where possible

Open AnnaShaleva opened this issue 2 years ago • 0 comments

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

Since https://github.com/nspcc-dev/neo-go/pull/3236 (which is going to be a part of 0.105.0) there's an ability to subscribe only for added or removed notary requests WS notifications. Likely we don't need removed notary requests at the whole NeoFS system, and what we need to use is added filter for notary request subscriptions.

AnnaShaleva avatar Dec 07 '23 16:12 AnnaShaleva