frostfs-node/pkg/morph/event
Leonard Lyubich a3ac294902 [#505] morph/container: Do not parse public key in Put event parser
Morph event structures defined in `pkg/morph/event`  should only carry
notification values without any additional interpretation. All logical work
should be concentrated on app-side.

Change data type of `Put.PublicKey` return to byte slice. `ParsePut` doesn't
unmarshal public key from now.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-05-25 16:35:52 +03:00
..
balance [#521] *: use stdlib `errors` package 2021-05-19 16:42:54 +03:00
container [#505] morph/container: Do not parse public key in Put event parser 2021-05-25 16:35:52 +03:00
neofs [#521] *: use stdlib `errors` package 2021-05-19 16:42:54 +03:00
netmap [#521] *: use stdlib `errors` package 2021-05-19 16:42:54 +03:00
reputation [#521] *: use stdlib `errors` package 2021-05-19 16:42:54 +03:00
rolemanagement [#502] innerring: synchronize validators on mainnet alphabet update 2021-05-25 11:10:01 +03:00
event.go Add Inner Ring code 2020-07-24 17:07:37 +03:00
handler.go [#324] morph/listener: Register handlers of new chain blocks 2021-01-29 11:04:30 +03:00
listener.go [#521] *: use stdlib `errors` package 2021-05-19 16:42:54 +03:00
parser.go [#521] *: use stdlib `errors` package 2021-05-19 16:42:54 +03:00
utils.go [#476] reputation: Make reputation report async 2021-04-15 15:11:34 +03:00