frostfs-node/pkg/morph
Evgenii Stratonikov 2d5d4093be
[#1537] morph: Use (user.ID).ScriptHash() where possible
Pick up changes from TrueCloudLab/frostfs-sdk-go#198.

gopatch:
```
@@
var user expression
@@
-address.StringToUint160(user.EncodeToString())
+user.ScriptHash()
```

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2024-12-04 13:25:44 +03:00
..
client [#1537] morph: Use (user.ID).ScriptHash() where possible 2024-12-04 13:25:44 +03:00
event [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
metrics [#424] morph: Fix cache metrics 2023-06-14 18:26:19 +03:00
subscriber [#1437] blobovnicza: Fix contextcheck linter 2024-11-13 10:36:08 +03:00
timer [#1507] timer/test: Use const for constants 2024-11-20 08:36:25 +00:00