frostfs-contract/tests
Leonard Lyubich d95bc53589 [#269] netmap: Return same type from reading methods
There is a need to return similar structure of information about the
storage nodes from the contract storage readers. In previous
implementation some methods didn't return node state which can differ
with the one encoded in the node's BLOB.

Define `Node` structure of the information about the storage nodes
recorded in the contract storage. Return `[]Node` from all related
methods.

Also improve docs of touched contract methods.

Signed-off-by: Leonard Lyubich <ctulhurider@gmail.com>
2022-09-30 17:31:58 +04:00
..
alphabet_test.go [#240] English Check 2022-04-26 23:22:06 +03:00
balance_test.go [#161] tests: reuse neo-go testing framework 2021-11-15 18:13:24 +03:00
container_test.go [#261] nns: Set expiration time based on arguments 2022-08-29 12:03:24 +03:00
helpers.go [#161] tests: reuse neo-go testing framework 2021-11-15 18:13:24 +03:00
neofs_test.go [#192] processing: Add processing contract test 2021-12-07 11:28:51 +03:00
neofsid_test.go [#101] neofsid: allow to have multiple AddKey per block 2021-11-19 16:06:23 +03:00
netmap_test.go [#269] netmap: Return same type from reading methods 2022-09-30 17:31:58 +04:00
nns_test.go [#259] nns: Check admin in Renew 2022-08-29 12:03:24 +03:00
processing_test.go [#192] processing: Add processing contract test 2021-12-07 11:28:51 +03:00
proxy_test.go [#192] proxy: Add proxy contract tests 2021-12-07 11:28:51 +03:00
reputation_test.go [#101] reputation: allow Put in multiple tx per block 2021-11-19 15:23:59 +03:00
subnet_test.go [#184] *: Move all panics on witness checks in common 2021-11-30 12:14:19 +03:00
util.go [#161] tests: reuse neo-go testing framework 2021-11-15 18:13:24 +03:00