Skip to content

Remove ExtractCommitSignature RPC

What does this MR do?

Remove an unused RPC, which got replaced by GetCommitSignatures. The latter one batches the requests and as such scales better. There's no active codepath that calls the ExtractCommitSignature RPC, which was confirmed using Kibana and Prometheus.

Merge request reports