-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dual Send 1to1 Conversations in V3 (#306)
* bump version * get on the latest bindings * add the defaults * bump version * Fix kt lint error that was blocking build * allow block number to be optional * bump version again * write a test for it * check versions * functions for mls dms * setup the logic for finding existing conversations * make a more useful interface for V3 * probably just want the bytes that were passed directly * start the testing file for it * bump * bump the lib as well * add real smart contract wallet test * add the binary files * need to fix the signature issue * dump the new schema * get on the latest version of libxmtp * make the signing key optional * write up the logic for new conversation * get all of the conversations functions inline git st * reorganize the file * dual send * add ordering to the list methods * fix up a few lint issues * do nothing if dual sending errors * clean up some log * remove extra check * test create or build * add involved tests * more tests * more better tests * really involved dm tests * get all dm tests passing * get the streaming working * a small test tweak * add some logic for only sending v3 streams if no associated v2 one exisits * getting closer on these streams * small tweaks * make the signing key optional * get on the latest version * new binaries * a few more tweaks to the sign functions * maybe getting closer * Fix failing SCW test * small log reminder * Fix anvil command * dump the bindings again * update the client to create and a seperate to build * get the tests cleaned up * remove the read me * dumpt he v * make optional * get all the tests working * fix the linter * rename * pull the pieces for just dms * get all the tests passing * add tests to make sure dms are not leaking * fix up the linter * add back the dual sending parts * add the logs * handle new conversation for hybrid clients * add tests * fix up the lint --------- Co-authored-by: koleok <[email protected]> Co-authored-by: cameronvoell <[email protected]> Co-authored-by: Nicholas Molnar <[email protected]>
- Loading branch information
1 parent
a39b6c2
commit bded2b7
Showing
5 changed files
with
72 additions
and
11 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