frostfs-node/pkg/morph/client
Evgenii Stratonikov a6c9a337cd [#965] morph: Get rid of container.List invocations
ContainersOf() is better in almost every aspect, besides creating a
session when the containers number is between 1024 and 2048 (prefetch
script does limited unwrapping). Making List() private helps to ensure
it is no longer used and can be safely removed in future.

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2024-02-07 08:56:27 +00:00
..
balance [#787] morph: Return VUB from `Invoke` method 2023-11-13 17:13:03 +03:00
container [#965] morph: Get rid of container.List invocations 2024-02-07 08:56:27 +00:00
frostfs [#755] morph: Drop FrostFSID contract usage 2023-12-12 12:36:34 +03:00
frostfsid [#934] container: Make container APE middleware read namespaces 2024-02-01 17:38:24 +00:00
netmap [#787] netmap: Refactor `NewEpoch` method 2023-11-13 17:22:31 +03:00
actor.go [#925] morph: Introduce switch rpc guarded rpc actor 2024-01-25 13:24:13 +00:00
client.go [#931] morph: Provide batch size for container listing explicitly 2024-01-29 14:00:11 +00:00
constructor.go [#772] node: Apply gofumpt 2023-10-31 17:03:03 +03:00
multi.go [#749] morph: Fix panic when closing morph client 2023-11-01 10:48:10 +00:00
multy_test.go [#587] Do not use math/rand.Read 2023-08-09 16:02:44 +03:00
nns.go [#851] ape: Initialize and use policy contract interface 2023-12-18 11:06:35 +00:00
notary.go [#787] morph: Calculate VUB and nonce when hash is nil 2023-11-13 17:13:03 +03:00
notifications.go [#893] go.mod: Update neo-go 2023-12-29 15:03:47 +00:00
static.go [#787] morph: Calculate VUB and nonce when hash is nil 2023-11-13 17:13:03 +03:00
util.go
util_test.go