Skip to content

feat: wallet-based group ownership transfer (#167)#170

Merged
SudiptaPaul-31 merged 1 commit into
Lumina-eX:mainfrom
Daveside9:feat/167-wallet-group-ownership-transfer
May 30, 2026
Merged

feat: wallet-based group ownership transfer (#167)#170
SudiptaPaul-31 merged 1 commit into
Lumina-eX:mainfrom
Daveside9:feat/167-wallet-group-ownership-transfer

Conversation

@Daveside9
Copy link
Copy Markdown
Contributor

Closes #167

Adds a POST /api/groups/:id/transfer-ownership endpoint that requires the current owner to sign a nonce with their Stellar wallet before ownership is transferred. The DB update and audit record are written atomically via a transfer_room_ownership Postgres RPC. A Stellar transaction is submitted on-chain (non-blocking). All outcomes are logged to room_activity_logs and an immutable ownership_transfer_logs table.

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 29, 2026

@Daveside9 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

@SudiptaPaul-31 SudiptaPaul-31 merged commit 8a01ec6 into Lumina-eX:main May 30, 2026
1 check 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.

Wallet-Based Group Ownership Transfer

2 participants