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

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
..
ape [] apeSvc: Drop unused and make annotations 2024-09-25 08:55:38 +00:00
core [] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
innerring [] morph: Return InvokeRes from all invoke*() methods 2024-11-15 16:36:07 +03:00
local_object_storage [] engine: Group object by shard before Inhume 2024-12-04 10:09:00 +03:00
morph [] morph: Use (user.ID).ScriptHash() where possible 2024-12-04 13:25:44 +03:00
network [] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
services [] node: Keep order for equal elements when sort priority metrics 2024-12-02 13:58:19 +03:00
tracing [] node: Add trace_id to logs 2023-09-27 11:05:27 +03:00
util [] cli: Move APE-chain parser methods to pkg/util 2024-11-20 07:58:32 +00:00