-
Notifications
You must be signed in to change notification settings - Fork 37
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Preventing malicious or accidental corrupted address strings from being accepted is critical for security and fault tolerance.
Implementation Guidelines
Key Files: crates/core/src/types/ (in the test module).
- Provide dummy valid strkeys, mutate the last few validation characters, and assert that
Address::from_stringcorrectly yields an error.
Expectations
What done looks like: Tests explicitly pass only when invalid strkeys are correctly rejected.
For any question, reach me on Discord: emry_ss
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed