-
Notifications
You must be signed in to change notification settings - Fork 5
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
Mutable Group Permissions #175
Conversation
d5ff41a
to
823187f
Compare
823187f
to
077e544
Compare
|
||
// Wrapper around a list of repeated EVM Account Addresses | ||
message AccountAddresses { | ||
repeated string account_addresses = 1; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given how close we are to the inbox_id
work merging in, I have a hacky suggestion for you. Can we just call the field inbox_ids
and rename the message Inboxes
?
You can still put wallet addresses into the field for now (they're all strings). But it'll save me from having to go back and change this proto next week.
🎉 This PR is included in version 3.57.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
See Tracking Issue for details: xmtp/libxmtp#664