frostfs-node/cmd/neofs-node
Leonard Lyubich df197dc38b [#525] morph/container: Do not return signature from GetEACL method
In previous implementation wrapper over the Container contract's client
returned the signature of the eACL table in addition to itself. After recent
changes in API Go lib table carries its signature. Thus, it is redundant to
return the table signature separately.

Make `Wrapper.GetEACL` method to return only `eacl.Table` with error.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-05-27 12:03:49 +03:00
..
reputation [#521] *: use stdlib errors package 2021-05-19 16:42:54 +03:00
accounting.go [#496] Use single contract wrapper constructor 2021-05-25 13:41:39 +03:00
attributes.go [#521] *: use stdlib errors package 2021-05-19 16:42:54 +03:00
cache.go [#441] cmd/neofs-node: Don't update access time in ttlNetCache 2021-03-23 20:19:16 +03:00
config.go [#521] *: use stdlib errors package 2021-05-19 16:42:54 +03:00
container.go [#505] morph/container: Change get container API 2021-05-25 16:35:52 +03:00
control.go [#521] *: use stdlib errors package 2021-05-19 16:42:54 +03:00
grpc.go [#493] node: Abolish non-usable gRPC server configurations 2021-05-13 19:29:10 +03:00
main.go [#492] node: Never go offline on application shutdown 2021-05-13 19:29:10 +03:00
metrics.go [#493] Refactor serving of prometheus and pprof services 2021-05-12 10:46:17 +03:00
morph.go [#496] Use single contract wrapper constructor 2021-05-25 13:41:39 +03:00
netmap.go [#521] Fix issues with transition from pkg/errors pkg 2021-05-19 19:09:35 +03:00
object.go [#525] morph/container: Do not return signature from GetEACL method 2021-05-27 12:03:49 +03:00
pprof.go [#493] Refactor serving of prometheus and pprof services 2021-05-12 10:46:17 +03:00
reputation.go [#496] Use single contract wrapper constructor 2021-05-25 13:41:39 +03:00
session.go [#83] services: Remove setting of meta header from executing services 2020-10-23 10:54:48 +03:00
timers.go [#479] cmd/neofs-node: Add eigen trust block timer 2021-04-19 09:35:54 +03:00
worker.go [#108] cmd/neofs-node: Listen new epoch notifications from morph 2020-10-21 14:42:51 +03:00