fix: update tsconfig for node types and add viem dep for Solana QA scripts (#62) #146

Closed
Brouie wants to merge 1 commit from fix/issue-62-qa-setup-fixes into feat/solana-integration
Brouie commented 2026-03-19 06:33:55 +00:00 (Migrated from gitlab.com)

Fixes QA setup blockers from #62:\n\n1. tsconfig.json: Added 'node' to types, 'es2020' to lib, resolveJsonModule, baseUrl and paths for module resolution\n2. package.json: Added viem dependency (needed by register-chain-evm.ts)\n\nRemaining items in #62 still need dev attention:\n- initialize-bridge.ts is a stub (doesn't send tx)\n- surfpool not installed/documented in prerequisites\n- deploy.sh hash parity step uses unsupported --grep flag

Fixes QA setup blockers from #62:\n\n1. tsconfig.json: Added 'node' to types, 'es2020' to lib, resolveJsonModule, baseUrl and paths for module resolution\n2. package.json: Added viem dependency (needed by register-chain-evm.ts)\n\nRemaining items in #62 still need dev attention:\n- initialize-bridge.ts is a stub (doesn't send tx)\n- surfpool not installed/documented in prerequisites\n- deploy.sh hash parity step uses unsupported --grep flag
PlasticDigits commented 2026-03-19 10:49:23 +00:00 (Migrated from gitlab.com)

Rejected. The issue is typescript files in the scripts/solana folder, these should be bash scripts instead. Fixed.

Rejected. The issue is typescript files in the scripts/solana folder, these should be bash scripts instead. Fixed.
PlasticDigits (Migrated from gitlab.com) closed this pull request 2026-03-19 10:49:24 +00:00
PlasticDigits commented 2026-03-19 10:51:14 +00:00 (Migrated from gitlab.com)

mentioned in commit c64489e259

mentioned in commit c64489e259ceefd4f678421dd1cbd3c274341b69

Pull request closed

Sign in to join this conversation.
No description provided.