fix: log code hygiene failures#952
Conversation
PR Review: PASS (NOT VERIFIED)What This DoesReplaces empty catches and stray console output with structured logger calls so failure paths are observable without changing exchange response shapes. Blast RadiusCore fetchers/auth/server utility scripts plus TypeScript SDK client/server-manager/ws-client logging paths. Consumer VerificationBefore (base branch): After (PR branch): Test Results
FindingsNo blocking findings. PMXT Pipeline Check
Semver Impactpatch -- observability/code-hygiene fix. RiskLogging volume/levels were not exercised under real venue failures; no consumer API response-shape change is expected. |
Summary
Fixes #947
Fixes #946
Fixes #945
Fixes #944
Fixes #943
Fixes #942
Fixes #941
Fixes #940
Fixes #939
Fixes #938
Fixes #937
Fixes #808
Test Plan