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 APIs for CRUD actions on groups #73

Open
peterbroadhurst opened this issue Jun 14, 2021 · 0 comments
Open

Add APIs for CRUD actions on groups #73

peterbroadhurst opened this issue Jun 14, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@peterbroadhurst
Copy link
Contributor

Currently you can implicitly create a group within a private message send, by specifying the group members and name in-line in the message itself. This will hash to ensure the same group is re-used when the same list of recipients is specified, with the same name, on the same ledger (on any member of the group).

However, it should be possible to create the groups explicitly, and it definitely needs to be possible to query the state of groups.

There's also potentially sub-state filtered by groups that might be very useful. Specifically:

  • The contexts that have history on that group, and the nexthashes of each
  • The sequence of pins for that group

... ideally it should be straightforward to use a set of instructions, to work out if a group is blocked, and hopefully work out which message is blocking a group.

@peterbroadhurst peterbroadhurst added the enhancement New feature or request label Jun 14, 2021
@peterbroadhurst peterbroadhurst self-assigned this Jun 14, 2021
@peterbroadhurst peterbroadhurst removed their assignment Jul 1, 2021
peterbroadhurst pushed a commit that referenced this issue Jul 5, 2023
Remove token pools from the cache upon deletion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant