Priority: high
Description
The Stellar public key validation utility is used across all endpoints. Unit tests should cover valid keys, invalid prefixes, wrong lengths, and non-base32 characters.
Acceptance Criteria
- Test: valid 56-char G-prefixed key returns true
- Test: key with wrong prefix (not G) returns false
- Test: key shorter than 56 chars returns false
- Test: key longer than 56 chars returns false
- Test: key with invalid base32 characters returns false
Priority: high
Description
The Stellar public key validation utility is used across all endpoints. Unit tests should cover valid keys, invalid prefixes, wrong lengths, and non-base32 characters.
Acceptance Criteria