nspcc-dev / neofs-sdk-go

Go implementation of NeoFS SDK
Apache License 2.0
6 stars 14 forks source link

Implement signature extension for replications #589

Open roman-khimov opened 4 months ago

roman-khimov commented 4 months ago

Follow https://github.com/nspcc-dev/neofs-api/issues/299 with real code.

roman-khimov commented 2 months ago

Solved, @carpawell?

carpawell commented 2 months ago

@roman-khimov, technically yes, but it is not used in fact, because of https://github.com/nspcc-dev/neofs-node/blob/d214b0c16e1a2d7ba692646e78ea5b1d23c6a973/cmd/neofs-node/transport.go#L30-L31. This method is used only in replicator (which does not need signatures) so I'm not sure if it is fully done or just an interaction was merged.