Context
A left-behind ad-hoc script that walks packages/sdk/src and rewrites .test.ts files in place -- unreferenced from any pnpm script; scratch artifact.
Where
- File:
fix_tests.js
- Line: 1
Current Behavior
Script committed at repo root.
Expected Behavior
Deleted.
Proposed Approach
- Delete the file.
- Grep the repo for any references (
grep -r fix_tests).
Acceptance Criteria
Definition of Done
-
PR links back with Closes #<this-issue-number>.
-
CI is green (both Verify TypeScript Frontend & SDK and Verify Go Indexer & API jobs must pass).
-
Local verification:
-
Markdown renders cleanly on GitHub
-
All internal links resolve
Contributor Tips
- User-facing docs live under
docs/ (GitBook source).
- Developer setup docs are
docs/developer-guide/; protocol docs are docs/protocol/; SDK docs are docs/smart-contracts/.
- Verify markdown links render on GitHub before pushing (
docs/** is picked up automatically).
- Env-var docs must match the actual keys read by the code -- grep the codebase to confirm.
Tech Stack
docs
How to Claim
Comment .take (or say you're working on it) and open a PR with Closes #<this-issue-number> in the description.
Difficulty: Easy (complexity:low) -- used for Drips Wave point allocation.
Context
A left-behind ad-hoc script that walks
packages/sdk/srcand rewrites.test.tsfiles in place -- unreferenced from any pnpm script; scratch artifact.Where
fix_tests.jsCurrent Behavior
Script committed at repo root.
Expected Behavior
Deleted.
Proposed Approach
grep -r fix_tests).Acceptance Criteria
Definition of Done
PR links back with
Closes #<this-issue-number>.CI is green (both
Verify TypeScript Frontend & SDKandVerify Go Indexer & APIjobs must pass).Local verification:
Markdown renders cleanly on GitHub
All internal links resolve
Contributor Tips
docs/(GitBook source).docs/developer-guide/; protocol docs aredocs/protocol/; SDK docs aredocs/smart-contracts/.docs/**is picked up automatically).Tech Stack
docs
How to Claim
Comment
.take(or say you're working on it) and open a PR withCloses #<this-issue-number>in the description.Difficulty: Easy (
complexity:low) -- used for Drips Wave point allocation.