storj/uplink/piecestore
Ivan Fraixedes abef20930f
storagenode: Report gRPC error when satellite is untrusted (#2658)
* storagenode/piecestore: Unexport endpoint method
  Make an exported endpoint method to be unexported because it's only used
  by the same package and makes easy to change without thinking in
  breaking changes.
* uplink/ecclient: Use structured logger
  Swap sugared logger by the normal structured logger for having the full
  stack traces of the error in the debug message.
* storagenode/piecestore: Send gRPC error codes upload
  Refactoring in the storagenode/piecestore to send gRPC status error codes
  when some of the methods involved by upload return an error.
  
  The uplink related to uploads has also been modified to retrieve the
  gRPC status code when an error is returned by the server.
2019-07-30 18:58:08 +02:00
..
buffering.go pkg/auth: add monkit task to missing places (#2123) 2019-06-05 07:47:01 -06:00
client.go protocol: implement new piece signing and verification (#2525) 2019-07-11 16:51:40 -04:00
download.go rename all the things (#2531) 2019-07-28 08:55:36 +03:00
upload.go storagenode: Report gRPC error when satellite is untrusted (#2658) 2019-07-30 18:58:08 +02:00
verification.go rename all the things (#2531) 2019-07-28 08:55:36 +03:00