frostfs-contract/tests
Evgenii Stratonikov f1f2101dc6 [#242] container: allow to fetch total amount of countainers
There are 2 approaches:
1. Use `storage.Find` to enumerate all containers.
2. Store a counter by a separate key.

Here we implemented 1, because this method is readonly (thus GAS cost it
not a problem) and simpler to implement.

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
2022-05-24 13:31:18 +03: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 [#242] container: allow to fetch total amount of countainers 2022-05-24 13:31:18 +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 [#232] netmap: Allow to configure snapshot history size 2022-03-29 09:44:38 +03:00
nns_test.go [#234] *: Fix some lint issues 2022-03-28 10:27:25 +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