-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathissue35.json
More file actions
1 lines (1 loc) · 11.1 KB
/
issue35.json
File metadata and controls
1 lines (1 loc) · 11.1 KB
1
{"url":"https://api.github.com/repos/Smartdevs17/SubTrackr/issues/35","repository_url":"https://api.github.com/repos/Smartdevs17/SubTrackr","labels_url":"https://api.github.com/repos/Smartdevs17/SubTrackr/issues/35/labels{/name}","comments_url":"https://api.github.com/repos/Smartdevs17/SubTrackr/issues/35/comments","events_url":"https://api.github.com/repos/Smartdevs17/SubTrackr/issues/35/events","html_url":"https://github.com/Smartdevs17/SubTrackr/issues/35","id":4113273048,"node_id":"I_kwDOPdkJIM71K5DY","number":35,"title":"🔍 Add proper Ethereum address validation","user":{"login":"Smartdevs17","id":81881979,"node_id":"MDQ6VXNlcjgxODgxOTc5","avatar_url":"https://avatars.githubusercontent.com/u/81881979?v=4","gravatar_id":"","url":"https://api.github.com/users/Smartdevs17","html_url":"https://github.com/Smartdevs17","followers_url":"https://api.github.com/users/Smartdevs17/followers","following_url":"https://api.github.com/users/Smartdevs17/following{/other_user}","gists_url":"https://api.github.com/users/Smartdevs17/gists{/gist_id}","starred_url":"https://api.github.com/users/Smartdevs17/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Smartdevs17/subscriptions","organizations_url":"https://api.github.com/users/Smartdevs17/orgs","repos_url":"https://api.github.com/users/Smartdevs17/repos","events_url":"https://api.github.com/users/Smartdevs17/events{/privacy}","received_events_url":"https://api.github.com/users/Smartdevs17/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[{"id":9106957601,"node_id":"LA_kwDOPdkJIM8AAAACHtElIQ","url":"https://api.github.com/repos/Smartdevs17/SubTrackr/labels/bug","name":"bug","color":"d73a4a","default":true,"description":"Something isn't working"},{"id":9106957626,"node_id":"LA_kwDOPdkJIM8AAAACHtElOg","url":"https://api.github.com/repos/Smartdevs17/SubTrackr/labels/enhancement","name":"enhancement","color":"a2eeef","default":true,"description":"New feature or request"},{"id":10488323645,"node_id":"LA_kwDOPdkJIM8AAAACcScePQ","url":"https://api.github.com/repos/Smartdevs17/SubTrackr/labels/Stellar%20Wave","name":"Stellar Wave","color":"5555ff","default":false,"description":"Issues in the Stellar wave program"}],"state":"open","locked":false,"assignees":[{"login":"Kristyidu","id":195349056,"node_id":"U_kgDOC6TKQA","avatar_url":"https://avatars.githubusercontent.com/u/195349056?v=4","gravatar_id":"","url":"https://api.github.com/users/Kristyidu","html_url":"https://github.com/Kristyidu","followers_url":"https://api.github.com/users/Kristyidu/followers","following_url":"https://api.github.com/users/Kristyidu/following{/other_user}","gists_url":"https://api.github.com/users/Kristyidu/gists{/gist_id}","starred_url":"https://api.github.com/users/Kristyidu/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Kristyidu/subscriptions","organizations_url":"https://api.github.com/users/Kristyidu/orgs","repos_url":"https://api.github.com/users/Kristyidu/repos","events_url":"https://api.github.com/users/Kristyidu/events{/privacy}","received_events_url":"https://api.github.com/users/Kristyidu/received_events","type":"User","user_view_type":"public","site_admin":false}],"milestone":null,"comments":3,"created_at":"2026-03-21T18:19:45Z","updated_at":"2026-03-24T20:51:45Z","closed_at":null,"assignee":{"login":"Kristyidu","id":195349056,"node_id":"U_kgDOC6TKQA","avatar_url":"https://avatars.githubusercontent.com/u/195349056?v=4","gravatar_id":"","url":"https://api.github.com/users/Kristyidu","html_url":"https://github.com/Kristyidu","followers_url":"https://api.github.com/users/Kristyidu/followers","following_url":"https://api.github.com/users/Kristyidu/following{/other_user}","gists_url":"https://api.github.com/users/Kristyidu/gists{/gist_id}","starred_url":"https://api.github.com/users/Kristyidu/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Kristyidu/subscriptions","organizations_url":"https://api.github.com/users/Kristyidu/orgs","repos_url":"https://api.github.com/users/Kristyidu/repos","events_url":"https://api.github.com/users/Kristyidu/events{/privacy}","received_events_url":"https://api.github.com/users/Kristyidu/received_events","type":"User","user_view_type":"public","site_admin":false},"author_association":"OWNER","active_lock_reason":null,"sub_issues_summary":{"total":0,"completed":0,"percent_completed":0},"issue_dependencies_summary":{"blocked_by":0,"total_blocked_by":0,"blocking":0,"total_blocking":0},"body":"## Problem\nAddress validation only checks length, not format or checksum.\n\n## Context\nInvalid addresses can be entered, leading to failed transactions.\n\n## Proposed Solution\nImplement proper validation:\n1. Check for 0x prefix\n2. Validate hex characters\n3. Verify checksum (EIP-55 for mainnet)\n4. Show error for invalid addresses\n\n## Acceptance Criteria\n- [ ] Valid addresses accepted\n- [ ] Invalid format rejected with message\n- [ ] Checksum validation for mainnet\n- [ ] Test with various address formats\n\n## Technical Notes\n**File:** src/screens/CryptoPaymentScreen.tsx:107\n**Functions:** Add address validation utility\n\n## Constraints\n- Must handle testnet addresses\n- Consider mixed case addresses\n- Performance for real-time validation","closed_by":null,"reactions":{"url":"https://api.github.com/repos/Smartdevs17/SubTrackr/issues/35/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/Smartdevs17/SubTrackr/issues/35/timeline","performed_via_github_app":null,"state_reason":null,"pinned_comment":null}