Skip to content

feat(identity-registry): implement contract with comprehensive test s… - #1093

Merged
ayomideadeniran merged 4 commits into
StellarDevHub:mainfrom
nansoktali-maker:feature/1003-identity-registry-test-suite
Aug 3, 2026
Merged

feat(identity-registry): implement contract with comprehensive test s…#1093
ayomideadeniran merged 4 commits into
StellarDevHub:mainfrom
nansoktali-maker:feature/1003-identity-registry-test-suite

Conversation

@nansoktali-maker

Copy link
Copy Markdown
Contributor

…uite

Add identity-registry Soroban contract with:

  • Identity registration, metadata update, verification, and revocation
  • Strict input validation (empty fields, length limits)
  • Admin and owner access controls
  • 12 error codes covering all edge cases
  • 24 tests across all lifecycle stages and error paths

Closes #1003


name: Pull Request
about: Submit changes to Soroban Playground
title: ''
labels: ''
assignees: ''

What does this PR do?

Related Issue

Closes #

Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • Refactor / Code improvement
  • Other (please describe):

🗂️ Affected Area(s)

  • frontend/ — Next.js UI / Monaco editor
  • backend/ — Express API routes (/compile, /deploy, /invoke)
  • contracts/ — Example Soroban contracts
  • .github/ — Templates, workflows, CI
  • Documentation / README
  • Other:

How Has This Been Tested?

  • Tested in the browser (local dev server)
  • Verified changes work across different missions
  • Checked Monaco Editor behavior (if applicable)
  • Ran all existing tests (npm test)
  • No new console errors or warnings

Screenshots / Demo (if applicable)

Before

After

Checklist

  • I have performed a self-review of my code
  • I have commented my code where necessary
  • I have updated the documentation (if needed)
  • My changes do not introduce new warnings or errors
  • New and existing tests pass locally

Related Issues or References

Additional Context

…uite

Add identity-registry Soroban contract with:
- Identity registration, metadata update, verification, and revocation
- Strict input validation (empty fields, length limits)
- Admin and owner access controls
- 12 error codes covering all edge cases
- 24 tests across all lifecycle stages and error paths

Closes StellarDevHub#1003
@vercel

vercel Bot commented Jul 26, 2026

Copy link
Copy Markdown

@nansoktali-maker is attempting to deploy a commit to the Ayomide Adeniran's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave

drips-wave Bot commented Jul 26, 2026

Copy link
Copy Markdown

@nansoktali-maker 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

@ayomideadeniran

Copy link
Copy Markdown
Contributor

PR under review, I will get back to you if I find any wrong implementations.

@ayomideadeniran
ayomideadeniran merged commit 791cf4c into StellarDevHub:main Aug 3, 2026
0 of 5 checks passed
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.

[FEATURE] Implement Test Suite for Identity Registry

2 participants