refactor: Rename sourcehub to remote/vera acp terminology - #5216
refactor: Rename sourcehub to remote/vera acp terminology#5216shahzadlone wants to merge 6 commits into
Conversation
f19711b to
02a01dd
Compare
02a01dd to
75667e3
Compare
ChrisBQu
left a comment
There was a problem hiding this comment.
LGTM, but, question: Why did you bundle the version bump with this rename?
I'm not really bothered by it, it clearly has to happen. But it's a different thing?
As mentioned in the PR description those first commits can be ignored, the bump there is necessary and i wanted to see the full thing pass the ci when the bump pr was not merged (those are are cherry picked commits from my outher branch, kind of like manual PR stack). Will remove it in next rebase with develop as its now merged. |
75667e3 to
e34c461
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #5216 +/- ##
===========================================
- Coverage 76.42% 76.39% -0.03%
===========================================
Files 648 648
Lines 51754 51769 +15
===========================================
- Hits 39551 39548 -3
- Misses 8876 8889 +13
- Partials 3327 3332 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 7 files with indirect coverage changes Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
Pin Vera module with a matching published container image, then update the SDK imports and runtime fixtures. NOTE: this is likely a breaking change as remote ACP connections must target Vera-compatible nodes now.
Replace DefraDB-facing SourceHub terminology with Remote DAC while reserving Vera for the backing repository and network. Rename Go and C APIs, configuration and CLI surfaces, test harnesses, and generated docs. Note: breaking change becuase the document ACP type source-hub is now remote. Configuration moved from acp.document.sourceHub.* to acp.document.remote.*, --source-hub-address is now --remote-dac-address, and SourceHub Go/C symbols, test targets, and image variables were replaced by Remote DAC or Vera names.
e34c461 to
c484229
Compare
|
@jsimnz Here is the only remaining
|
Adopt the planned Vera LogID terminology across DefraDB Go and C APIs, configuration, and tests while adapting it to Vera’s current ChainID SDK option at the integration boundary. BREAKING CHANGE: Remote DAC ChainID fields, builders, and configuration are now named LogID. Use RemoteDACLogID, SetLogID, acp.document.remote.LogID, DEFRA_ACP_DOCUMENT_REMOTE_LOGID, and remoteDACLogID.
Document the SourceHub-to-Vera and Remote DAC migration in BREAKLOG.md. Explain how intentional one-off breaking changes outside the standing VERSIONING.md exceptions are communicated and add contributor guidance.
c484229 to
662bcf5
Compare
| // Document ACP | ||
| {Path: []string{"DocumentACP", "DocumentACPType"}, Value: "local"}, | ||
| {Path: []string{"DocumentACP", "Path"}, Value: ""}, | ||
| {Path: []string{"DocumentACP", "RemoteDACLogID"}, Value: "log-a"}, |
There was a problem hiding this comment.
praise: Nice catching that this belongs here, since its beyond a simple find-and-replacee.

Relevant issue(s)
Resolves #5215
Description
ChainID->LogIDto avoid future breaking changes when vera does it.Todo
BREAKING