frostfs-node/pkg/morph/client
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
..
balance [#16] Fix balanceOf wrapper for api request 2020-10-02 11:25:35 +03:00
container [#82] Return length check of serialized container 2020-10-08 11:22:50 +03:00
netmap [#35] Implement netmap source interface in morph wrapper 2020-10-02 11:25:35 +03:00
client.go [#21] Add [][]byte type in toStackParameter converter 2020-10-02 11:25:35 +03:00
client_test.go Add Inner Ring code 2020-07-24 17:07:37 +03:00
constructor.go Add Inner Ring code 2020-07-24 17:07:37 +03:00
static.go [#14] Adopt stackitems in morph requests 2020-10-02 11:25:35 +03:00
util.go [#15] Parse StackItem structs as arrays 2020-10-02 11:25:35 +03:00
util_test.go [#14] Use stackitems in morph/client converters 2020-10-02 11:25:35 +03:00