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

main => beta #134

Merged
merged 21 commits into from
Jan 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
7188b23
feat: add legacy v2-signed keys
richardhuaaa Jan 11, 2024
6b78a4b
fix: fix import of SignedPublicKey
richardhuaaa Jan 11, 2024
4cf20be
Merge remote-tracking branch 'origin/main' into rich/legacy-create-id…
richardhuaaa Jan 11, 2024
059ce56
fix: revoke the unsigned legacy identity key bytes, not the serialize…
richardhuaaa Jan 11, 2024
2769931
Merge pull request #125 from xmtp/rich/legacy-create-identity-associa…
richardhuaaa Jan 11, 2024
c769b89
Revert "feat: add legacy v2-signed keys"
neekolas Jan 12, 2024
6b112ff
Merge pull request #130 from xmtp/revert-125-rich/legacy-create-ident…
neekolas Jan 12, 2024
0976e38
feat: add mls rpc query methods and types
Jan 10, 2024
48cc683
refactor: replace mls _tls_serialized fields in message types with re…
Jan 11, 2024
b79ffca
feat: add follow group/welcome messages rpc methods and types
Jan 11, 2024
f1be60a
refactor: s/PublishToGroup/SendGroupMessages and s/PublishWelcomes/Se…
Jan 11, 2024
ec0abc9
refactor: s/Follow/Subscribe
Jan 11, 2024
3e49f3b
fix: group id and installation id are bytes
Jan 11, 2024
bd83159
fix: consistent http route annotations with method names
Jan 12, 2024
14a4d89
fix: id_cursor instead of cursor
Jan 12, 2024
59871f2
fix: pass message data only in send group message request
Jan 12, 2024
52e814a
feat: subscribe using multiple group/installation filters
Jan 12, 2024
3444a7f
feat: add {Group,Welcome}MessageInput types and move message_content …
Jan 12, 2024
427e0fc
refactor: s/installation_id/installation_key in mls/api
Jan 12, 2024
2b0d45c
fix: no need for subscribe filter type
Jan 12, 2024
f78dc11
Merge pull request #127 from xmtp/snor/mls-api-query
Jan 18, 2024
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: 0 additions & 1 deletion go/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import (
//go:generate compile ../proto/message_api/v1/message_api.proto
//go:generate compile ../proto/mls/api/v1/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
//go:generate compile ../proto/message_contents/conversation_reference.proto
Expand Down
Loading
Loading