Skip to content

Remove unused GetChangedTargetsAndEdges RPC and related types#112

Merged
sbalabanov merged 1 commit into
mainfrom
remove-andedges
Jun 12, 2026
Merged

Remove unused GetChangedTargetsAndEdges RPC and related types#112
sbalabanov merged 1 commit into
mainfrom
remove-andedges

Conversation

@sbalabanov

@sbalabanov sbalabanov commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Summary

  • GetChangedTargets covers the same workflow now that distances carry the structural change information.
  • Drops the RPC, its request/response messages, Edge / ChangedTargetsAndEdges types, controller implementation, storage reader, cache-path helper, and the example client branch.
  • Next diffs will make GetChangedTargets suitable to be used by SubmitQueue.

Stack

This is the bottom of the stack. The follow-up reshapes GetChangedTargets itself (collapsing ChangeType and always computing distances).

Test plan

  • go build ./...
  • go test ./controller/... ./core/common/...

GetChangedTargets covers the same workflow now that distances carry the
structural change information. Drops the RPC, its request/response
messages, Edge/ChangedTargetsAndEdges types, controller implementation,
storage reader, cache-path helper, and the example client branch.

The fileDescriptor blob in tango.pb.go is left stale — harmless for RPC
calls, will refresh on the next `make proto` run.
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@sbalabanov sbalabanov marked this pull request as ready for review June 12, 2026 18:10
@sbalabanov sbalabanov requested review from a team as code owners June 12, 2026 18:10
@sbalabanov sbalabanov merged commit e6628a0 into main Jun 12, 2026
12 of 13 checks passed
@sbalabanov sbalabanov deleted the remove-andedges branch June 12, 2026 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants