frostfs-node/pkg/morph/client/container
Alex Vanin 7d51688d2c [#82] Return length check of serialized container
In #37 we've decided to remove length check, because smart contract would
fail on casting `nil` value from storage to `[]byte` producing FAULT state.
Apparently it does not fail, so we have to check length explicitly.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2020-10-08 11:22:50 +03:00
..
wrapper [#82] Return length check of serialized container 2020-10-08 11:22:50 +03:00
client.go [#7] Use lowercase methods in container client of storage node 2020-10-02 11:25:35 +03:00
delete.go [#7] Fix container service according to APIv2 contracts 2020-10-02 11:25:35 +03:00
eacl.go [#19] Update eACL service methods 2020-10-02 11:25:35 +03:00
eacl_set.go [#19] Update eACL service methods 2020-10-02 11:25:35 +03:00
get.go [#14] Adopt stackitems in morph requests 2020-10-02 11:25:35 +03:00
list.go [#14] Adopt stackitems in morph requests 2020-10-02 11:25:35 +03:00
put.go [#7] Fix container service according to APIv2 contracts 2020-10-02 11:25:35 +03:00