From 66b48d9017ff5c5b50d8bf80c331395a047a25e3 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Tue, 16 May 2023 16:05:42 +0300 Subject: [PATCH 1/2] [#1] Rename files with mentions of previous project Signed-off-by: Alex Vanin --- api/layer/{neofs_mock.go => frostfs_mock.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename api/layer/{neofs_mock.go => frostfs_mock.go} (100%) diff --git a/api/layer/neofs_mock.go b/api/layer/frostfs_mock.go similarity index 100% rename from api/layer/neofs_mock.go rename to api/layer/frostfs_mock.go -- 2.45.2 From 227d4ede428d24bb12a3192b8c220af9fdf4befe Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Tue, 16 May 2023 16:30:41 +0300 Subject: [PATCH 2/2] [#1] Update comment lines Signed-off-by: Alex Vanin --- internal/frostfs/services/tree_client_grpc_signature.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/frostfs/services/tree_client_grpc_signature.go b/internal/frostfs/services/tree_client_grpc_signature.go index 9dd38f9..3e79a28 100644 --- a/internal/frostfs/services/tree_client_grpc_signature.go +++ b/internal/frostfs/services/tree_client_grpc_signature.go @@ -7,8 +7,6 @@ import ( ) func (c *ServiceClientGRPC) signData(buf []byte, f func(key, sign []byte)) error { - // crypto package should not be used outside of API libraries (see neofs-node#491). - // For now tree service does not include into SDK Client nor SDK Pool, so there is no choice. // When SDK library adopts Tree service client, this should be dropped. sign, err := crypto.Sign(&c.key.PrivateKey, buf) if err != nil { -- 2.45.2