Skip to content

test: add Stellar public key validation unit tests#386

Open
Tboy123-emm wants to merge 2 commits into
dev-fatima-24:mainfrom
Tboy123-emm:feat/sep10-integration-tests
Open

test: add Stellar public key validation unit tests#386
Tboy123-emm wants to merge 2 commits into
dev-fatima-24:mainfrom
Tboy123-emm:feat/sep10-integration-tests

Conversation

@Tboy123-emm
Copy link
Copy Markdown

@Tboy123-emm Tboy123-emm commented May 27, 2026

Closes #336

Covers all acceptance criteria:
- valid 56-char G-prefixed base32 key → true
- wrong prefix (not G) → false
- shorter than 56 chars → false
- longer than 56 chars → false
- invalid base32 characters → false
@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 27, 2026

@Tboy123-emm Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[TESTING] Write unit tests for Stellar public key validation utility

1 participant