Transmit response signature failures as gRPC status error instead of panic #3086
Labels
enhancement
Improving existing functionality
I4
No visible changes
neofs-storage
Storage node application issues
S4
Routine
U4
Nothing urgent
response signature problem cannot be transmitted as valid NeoFS API response. Currently, node just panics:
neofs-node/pkg/services/util/sign.go
Lines 170 to 174 in b9fbe92
i propose to replace panic with gRPC status error:
Context
#3084
The text was updated successfully, but these errors were encountered: