Fix backend type-safety issues, contract workspace structure, and repo hygiene - #1022
Merged
ayomideadeniran merged 3 commits intoJul 31, 2026
Merged
Conversation
…o hygiene - Remove all 36 remaining @ts-nocheck/@ts-ignore suppressions from backend/src by fixing the underlying type errors (noUncheckedIndexedAccess violations, duplicate declarations, zod v4 error-option API mismatch, missing Prisma models for the bridge indexer, undefined redisClient/pubClient references, and an Express router variable name collision in routes/index.ts) (StellarDevHub#946) - Fix ExplorerTransaction operation/asset type mismatch in blockExplorer.service.ts via a bounds-safe pick() helper (StellarDevHub#962) - Add missing src/lib.rs entry points for multisig_wallet_timelock and did_registry so every Cargo workspace member follows the same layout, and confirm content_management_system and all other members are fully populated (StellarDevHub#969, StellarDevHub#970) - Update .gitignore (root, backend, frontend) to exclude test snapshots, coverage output, and stray generated contract check/error files
|
@Young850 is attempting to deploy a commit to the Ayomide Adeniran's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@Young850 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
Contributor
|
Pr under |
Contributor
|
Pr under review |
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.
Closes [Backend] Reduce 39 TypeScript @ts-nocheck suppressions across backend #946
Closes [Backend] Fix mismatched ExplorerTransaction type in blockExplorer.service.ts #962
Closes [Contracts] Add missing lib.rs files for workspace member contracts #969
Closes [Contracts] content_management_system is listed as workspace member but directory is empty #970