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 logic for subgroup branching #151

Merged
merged 2 commits into from
Mar 23, 2023
Merged

Add logic for subgroup branching #151

merged 2 commits into from
Mar 23, 2023

Conversation

bifurcation
Copy link
Collaborator

No description provided.

Copy link
Collaborator

@mulmarta mulmarta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Passes in the combination wickr-mlspp!

Comment on lines +18 to +19
{"action": "branch", "actor": "alice", "members": ["bob", "charlie", "diana", "eliza"],
"extensions": [{"extension_type": 3, "extension_data": "AAAA"}, {"extension_type": 5, "extension_data": "AA=="} ]}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if there's a way to check that extensions have been injected? Maybe an RPC GetGCEs where the actor returns repeated Extension extensions? I'm worried that implementation 1 can't generate GCEs and creates a branch without them, which cant be noticed by other implementations

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -0,0 +1,40 @@
{
"scripts": {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about other combinations: with extensions and external tree etc. (there are 8 combinations)? Probably doesn't matter much, just for completeness.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants