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

MLS Protos #107

Merged
merged 37 commits into from
Dec 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
fdc6267
feat: add verification service
neekolas Oct 19, 2023
22d13c0
Merge branch 'nmolnar/mls-delivery-service' into nmolnar/mls-verifica…
neekolas Oct 19, 2023
17d45e5
chore: generate go code
neekolas Oct 19, 2023
82b66c3
chore: update to identity
neekolas Oct 19, 2023
328520e
chore: rename rpc
neekolas Oct 19, 2023
832c8d5
feat: refactor API
neekolas Oct 23, 2023
f6863e5
feat: add credential and pub key to validate key packages response
neekolas Oct 25, 2023
9760f07
chore: rename field
neekolas Oct 25, 2023
87413e6
chore: make installation_id public keys
neekolas Oct 25, 2023
d000ef1
Merge branch 'main' into nmolnar/mls-verification-service
neekolas Oct 25, 2023
5efc208
chore: remove field from proto
neekolas Oct 26, 2023
43f09d0
feat: add database intents
neekolas Nov 6, 2023
6d01daf
chore: rename to use key packages
neekolas Nov 6, 2023
0363015
Merge branch 'main' into nmolnar/mls-verification-service
neekolas Nov 7, 2023
8060216
chore: update protos
neekolas Nov 8, 2023
74ccc3c
feat: support EncodedContent and transcript messages
neekolas Nov 28, 2023
5fe66ea
fix: rename to account_address
neekolas Nov 30, 2023
f8a54c4
wallet_addresses
insipx Dec 5, 2023
8dec463
bytes -> string
insipx Dec 5, 2023
5622132
plural for add/remove members intents
insipx Dec 5, 2023
52ec200
string -> bytes
insipx Dec 6, 2023
007ea25
association addr -> bytes
insipx Dec 6, 2023
3f372cf
revert just use strings
insipx Dec 6, 2023
1893c3f
use oneof for add/remove members
insipx Dec 7, 2023
dde129b
fix tags
insipx Dec 7, 2023
2ec84a7
Compose AddressOrInstallationId, avoid dup codegen
insipx Dec 7, 2023
cc77860
pluralize
insipx Dec 11, 2023
1e89322
fix pluralization
insipx Dec 11, 2023
0513809
fix pluralization
insipx Dec 11, 2023
8d1c361
Merge pull request #117 from xmtp/insipx/remove-add-wallet-addresses
insipx Dec 11, 2023
cb6f671
feat: update credential and revocation to match spec
richardhuaaa Dec 14, 2023
d305de1
fix: fix lints
richardhuaaa Dec 14, 2023
2937015
fix: fix pluralization lint
richardhuaaa Dec 14, 2023
4068f84
refactor: remove v3 directory
richardhuaaa Dec 14, 2023
03a83e8
refactor: fix warning
richardhuaaa Dec 14, 2023
45779bd
Merge pull request #118 from xmtp/rich/update-credential
richardhuaaa Dec 14, 2023
1c7b184
Merge branch 'main' into nmolnar/mls-verification-service
neekolas Dec 15, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions go/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import (
//go:generate compile ../proto/keystore_api/v1/keystore.proto
//go:generate compile ../proto/message_api/v1/message_api.proto
//go:generate compile ../proto/message_api/v3/mls.proto
//go:generate compile ../proto/mls_validation/v1/service.proto
//go:generate compile ../proto/mls/message_contents/message.proto
//go:generate compile ../proto/message_api/v1/authn.proto
//go:generate compile ../proto/message_contents/content.proto
Expand Down
8 changes: 1 addition & 7 deletions go/keystore_api/v1/keystore.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion go/message_api/v1/authn.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions go/message_api/v1/message_api.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion go/message_api/v1/message_api_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading