fix: lh and carto docker + removed relayer adapter stale dependency#581
Closed
otsybizov wants to merge 2 commits intomainnet-stagingfrom
Closed
fix: lh and carto docker + removed relayer adapter stale dependency#581otsybizov wants to merge 2 commits intomainnet-stagingfrom
otsybizov wants to merge 2 commits intomainnet-stagingfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the monorepo build configuration and Docker build contexts to reflect current workspace dependencies, and removes a stale dependency from the relayer adapter package.
Changes:
- Remove
@chimera-monorepo/relayeras a dependency/project reference from@chimera-monorepo/adapters-relayer. - Update Docker build contexts to include missing workspace packages (notably
mqclient) required for Yarn workspace resolution and TypeScript builds. - Regenerate
yarn.lockto reflect the dependency graph changes.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
yarn.lock |
Removes the adapter’s stale workspace dependency and updates relayer workspace entry accordingly. |
packages/adapters/relayer/tsconfig.build.json |
Drops TS project reference to the relayer agent build config. |
packages/adapters/relayer/package.json |
Removes @chimera-monorepo/relayer from dependencies. |
docker/lighthouse/Dockerfile |
Adds mqclient to copied workspace manifests and sources for the build. |
docker/lighthouse-handler/Dockerfile |
Copies cache adapter sources into the build context (in addition to existing manifests). |
docker/cartographer-handler/Dockerfile |
Adds mqclient to copied workspace manifests and sources for the build. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
🤖 Linear
Closes CONG-XXX