fix: implemented copilot review suggestions#649
Merged
otsybizov merged 2 commits intomainnet-prodfrom Apr 1, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR appears to finalize migrating the packages/indexer package into the Yarn v3 monorepo (removing its pnpm lockfile) and updates the Envio subgraph reader to enrich hub deposit/invoice parsing with HubIntent status fetched from Envio.
Changes:
- Add
packages/indexeras a Yarn workspace and update dependency lockfiles accordingly. - Update the indexer README instructions from
pnpmtoyarn, and correct the chain name to “Unichain”. - Update
EnvioReaderto fetch HubIntents for deposits/invoices and propagate intent status into parsed results.
Reviewed changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
yarn.lock |
Adds lock entries for the new indexer workspace and its dependencies. |
package.json |
Registers packages/indexer as a Yarn workspace. |
packages/indexer/README.md |
Updates setup/run docs to Yarn and fixes “Unichain” naming. |
packages/indexer/pnpm-lock.yaml |
Removes pnpm lockfile as part of Yarn workspace migration. |
packages/adapters/subgraph/src/envio/reader.ts |
Enriches deposit/invoice parsing by fetching HubIntent status; refactors query calls; updates error logging. |
Files not reviewed (1)
- packages/indexer/pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
prathmeshkhandelwal1
approved these changes
Apr 1, 2026
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