-
Notifications
You must be signed in to change notification settings - Fork 13
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
feat: Rust V2 #219
Merged
Merged
feat: Rust V2 #219
Changes from 15 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
e26fe3a
add v2 rust client to the client creation methods
nplasterer 211f6a4
fix up how v2 is setup
nplasterer cb2986d
get it working for publish
nplasterer b6e4646
do it all for query
nplasterer 49b6553
fix it all for batch query
nplasterer c2a37fe
try and get subscriptions working
nplasterer 93dd97f
set the app version still
nplasterer 7f347b8
add back the env
nplasterer 895820b
Merge branch 'main' of https://github.com/xmtp/xmtp-android into np/v…
nplasterer 0935df3
some subscribe tweaks
nplasterer 36cfcb1
make tweaks to stream all
nplasterer 520896a
fix up the linter
nplasterer e607128
fix up tests
nplasterer 71e2b15
tweaks to example for better debugging
nplasterer 40181b7
fix lint
nplasterer 2bbeb13
revert subscription work
nplasterer bc7d5ad
small tweaks
nplasterer 8cab289
confirm all streaming tests work
nplasterer 99ba60c
Merge branch 'main' of https://github.com/xmtp/xmtp-android into np/v…
nplasterer 9742bcf
fix up linter
nplasterer 634456e
fix up linter and some flaking test
nplasterer 009de37
Merge branch 'main' of https://github.com/xmtp/xmtp-android into np/v…
nplasterer 22a77d8
Merge branch 'main' of https://github.com/xmtp/xmtp-android into np/v…
nplasterer b93e351
add hex util to make group comparison easier
nplasterer 9e57578
update the readme
nplasterer 7b4810a
modify the bindings
nplasterer 0a3f7e8
getting closer on the subscribe work
nplasterer 7550a1d
update all the subscribe functions
nplasterer ab7293a
try to figure out how to resubscribe to the callback
nplasterer f998cf7
get the stream all working
nplasterer 7dfa3e5
a small amount of clean up
nplasterer 3fd7109
all tests passing but 1
nplasterer 7f11382
bad test
nplasterer 37d3742
fix up the linter
nplasterer ea8bdbd
reformat
nplasterer 52b553e
bring back env so that the app works
nplasterer 0899d42
missing one iterator
nplasterer 25a8a48
fix up some tests
nplasterer 5dd425b
remove some runblocking
nplasterer 2785b4d
feat: get it working performantly
nplasterer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Want this log still?
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.
Ya it helps with logging errors in the example. Otherwise it just says "An Error Happened" with no details.