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

Add type to group entity #581

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

Add type to group entity #581

wants to merge 9 commits into from

Conversation

waddaboo
Copy link
Collaborator

@waddaboo waddaboo commented Oct 17, 2024

Description

This PR adds a new field type to group entity to indicate if a group is an on-chain group or an off-chain group.

Related Issue

Does this introduce a breaking change?

  • Yes
  • No

Users must now include type when creating a group.

Example:

await groupService.createGroup(
   {
      name: "Group",
      description: "This is a description.",
      type: "off-chain",
      treeDepth: 16,
      fingerprintDuration: 3600
   }
)

Other information

Copy link

vercel bot commented Oct 17, 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 Oct 18, 2024 11:37am
bandada-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 18, 2024 11:37am

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.

1 participant