Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: on-chain invites #608

Open
wants to merge 57 commits into
base: dev
Choose a base branch
from
Open

feat: on-chain invites #608

wants to merge 57 commits into from

Conversation

waddaboo
Copy link
Contributor

Description

This PR introduces a new feature that bring the off-chain group join group by invite code feature to on-chain groups.

Changes includes:

  • Added a new group type to indicate whether a group is on-chain or off-chain.
  • Added a unique group name check before creating a group.
  • New/updated APIs:
    • Added a new filter to allow users to filter group by name and by type.
    • checkInvite
    • redeemInvite
  • Added get Semaphore group API to Client.
  • New API SDKs:
    • createAssociatedGroup
    • getAssociatedGroup
    • getGroupsByType
    • getGroupsByName
    • checkInvite
    • redeemInvite
  • Updated database seed.
  • Updated env files.

Does this introduce a breaking change?

  • Yes
  • No

waddaboo and others added 30 commits October 17, 2024 18:18
…ated-group

Add create associated group to api-sdk
@waddaboo waddaboo requested a review from vplasencia November 29, 2024 16:23
Copy link

vercel bot commented Nov 29, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
bandada-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 29, 2024 4:34pm
bandada-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 29, 2024 4:34pm

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.

2 participants