ActivityApi fixes#701
Merged
Merged
Conversation
… feature branch Cascade the PathValue cutover (see ddc-proto/ddc-api/ddc-dac-host/ ddc-verification/ddc-payouts feature branches) into the runtime by pointing all four direct git deps at branch=002-activity-api-fixes. With dev pins, cargo would resolve two ddc-api versions (one transitively from each side) and the build would fail with E0277 trait mismatches. cere-runtime builds clean against the pinned chain. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…host Pulls in the latest feature-branch tips: - ddc-api e8b2aa2 camelCase URL params on /activity/v1/records - ddc-verification 9adedf1 bumped its own ddc-api pin - ddc-payouts 667d5fe pinned every dev-dep on the feature branch + ddc-api bump - ddc-dac-host 97b89462 (unchanged, latest tip) cere-runtime builds clean against the resolved chain. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Picks up ddc-payouts f852e1d (dev-dep bump to latest ddc-verification). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…_paths Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
ddc-primitives, ddc-api, ddc-dac-host, pallet-ddc-verification, pallet-ddc-payouts all on 002-activity-api-fixes tip. The const is gone from primitives and rehomed in pallet-ddc-payouts; runtime's own pallet-Config impl is unaffected. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…eature branch Deduplicates the lockfile — was pulling primitives@dev separately. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Bumps ddc-primitives, ddc-api, pallet-ddc-verification, pallet-ddc-payouts to current feature-branch tips. Pallet-Config constants in cere/cere-dev runtimes are unaffected (they already pin their own values). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Picks up fresh tips of ddc-api, ddc-dac-host, pallet-ddc-verification, pallet-ddc-payouts. No schema changes — proto submodule bump only. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
ActivityApi fixes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Pins all four direct ddc-* git deps in `Cargo.toml` at `branch="002-activity-api-fixes"` so cargo resolves a single version of ddc-api through the dep tree. With dev pins, two ddc-api versions would coexist (one direct, one transitive via the feature-branch ddc-payouts / ddc-verification / ddc-dac-host) and trait resolution fails.
Repos covered:
Test plan
🤖 Generated with Claude Code