frostfs-node/pkg/morph/event/container
Leonard Lyubich 7c1babb7d6 [#1632] node: Subscribe on the successful container creations/removals
There is a need to sync container-related caching mechanism with the
actual Sidechain changes. To do this, node should be able to listen
incoming notifications about container ops.

Define `PutSuccess` / `DeleteSuccess` notification event's parsers.
Subscribe to these events in node app. As initial implementation node
will log event receipts. Later handling is going to be practically
complicated.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2022-09-02 11:29:55 +04:00
..
delete.go [#1632] node: Subscribe on the successful container creations/removals 2022-09-02 11:29:55 +04:00
delete_notary.go [#822] event/notaryPreparator: Do not pass `PACK` opcode 2021-09-13 10:32:43 +03:00
delete_test.go [#1632] node: Subscribe on the successful container creations/removals 2022-09-02 11:29:55 +04:00
eacl.go [#1637] go.mod: Update neo-go to v0.99.1 2022-07-28 20:11:45 +03:00
eacl_notary.go [#822] event/notaryPreparator: Do not pass `PACK` opcode 2021-09-13 10:32:43 +03:00
eacl_test.go [#1637] go.mod: Update neo-go to v0.99.1 2022-07-28 20:11:45 +03:00
estimates.go [#1637] go.mod: Update neo-go to v0.99.1 2022-07-28 20:11:45 +03:00
estimates_test.go [#971] morph/event: Change notification parser's signature 2021-11-19 09:58:03 +03:00
put.go [#1632] node: Subscribe on the successful container creations/removals 2022-09-02 11:29:55 +04:00
put_notary.go [#907] morph/event/container: Parse PutNamed event 2021-10-18 11:54:34 +03:00
put_test.go [#1632] node: Subscribe on the successful container creations/removals 2022-09-02 11:29:55 +04:00