-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* first pass at all the pieces needed for threading * a few more places * make signing key extend inboxOwner * get it decoding messages * dump the latest v3 code * write a test for creating a v3 client * use created At * write test for creating libxmtp client and confirm it works * move these change to a different branch * dont pass a conversation * fix linter * point to local not dev * feature flag the client creating of libxmtp while in alpha * change to local * fix up the test helper * feat: fix up the example app * fix up the 22 compat issue * setup local database * have it create correctly * add updates to the v3 bindings * store in a keystore * move to preferences * fix lint * dump the latest schema * update to the latest client creation flow * get the create working again * use the keystore because its more secure * fix up linter compat again * flaky test * reproduce the keystore bug * get the keystore actually working correctly with a test * make the logger more descriptive * remove all the old v2 rust stuff * add a check on local * reproduce the signing key not being the same when building from bundle * get the tests passing with a account * limit the amount of changes * remove some unnecessary changes * fix the linter
- Loading branch information
1 parent
3e94c70
commit 125cc65
Showing
22 changed files
with
3,808 additions
and
855 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.