fix: various fixes - #5759
Conversation
🦋 Changeset detectedLatest commit: e03229c The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThis PR applies several focused fixes across E-Mode ordering, pending-rewards caching and query enablement, API exports, and formatting dependencies.
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains; the previously stale root lockfile entry now includes the newly declared Biome dependency.
|
| Filename | Overview |
|---|---|
| package.json | Uses the workspace Biome binary and declares the corresponding development dependency. |
| yarn.lock | Adds the Biome dependency to the root workspace entry, resolving the previously reported immutable-install failure. |
| apps/evm/src/clients/api/queries/getPendingRewards/useGetPendingRewards.ts | Expands pending-rewards cache identity with sorted isolated-pool addresses and corrects default query enablement. |
| apps/evm/src/containers/EModeGroupList/formatEModeGroups/index.ts | Corrects the second group's enableability calculation so blocked groups sort after enableable groups. |
| apps/evm/src/containers/EModeGroupList/formatEModeGroups/tests/index.spec.ts | Adds coverage for enabled, enableable, and blocked E-Mode group ordering. |
Reviews (2): Last reviewed commit: "fix: various fixes" | Re-trigger Greptile
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4199484a13
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
4199484 to
e03229c
Compare
Coverage Report for ./apps/evm
File Coverage
|
||||||||||||||||||||||||||||||||||||||||||||||||||
Changes