Closed nlyrthiia closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
rooch | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 16, 2024 1:21am |
rooch-portal | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 16, 2024 1:21am |
rooch-portal-v2.1 | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 16, 2024 1:21am |
@wow-sven @jojoo-eth Please help review.
Summary
With or without connect wallet, Nullish Checks and Input Validation are not handled for key values resulting in constant error messages from the client, and Handling Invalid Inputs is not handled when extractCoinInfoContent is retrieved resulting in incorrect requests and incorrect return values.
Fix:
Add Nullish Checks to all relevant values and Input Validation and Handling Invalid Inputs to methods to enhance code fault tolerance, reduce user-client anomalies, and reduce invalid requests sent.