-
Notifications
You must be signed in to change notification settings - Fork 24
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
Merge pre libxmtp into main #223
Merged
Merged
Conversation
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
* add ket material field to ios * bump the podspec
cameronvoell
approved these changes
Jan 31, 2024
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.
kele-leanes
pushed a commit
that referenced
this pull request
Jan 31, 2024
* Add Key Material Function (#222) * add ket material field to ios * bump the podspec * Update podspec LibXMTP ref * Update libxmtp-swift refs * Update libxmtp-swift ref * Updated libxmtp-swift ref to tagged release * Update XMTP.podspec version --------- Co-authored-by: cameronvoell <[email protected]>
nplasterer
added a commit
that referenced
this pull request
Feb 2, 2024
* bump the proto code * add should push entitlement * dump the protos one more time * update the protos again * feat: add to TextCodec & Composite * feat: add HKDF key derivation and HMAC signature generation * feat: add shouldPush parameter to MessageV2.encode() and prepareMessage() functions * feat: add shouldPush method to the remaining content codecs * fix: tests * fix: remove print statement in MessageTests.swift * fix: remove commented code * feat: set for all Content Types * fix: add decoded content in prepareMessage function * chore: remove unused dependencies * Replace xmtp-rust-swift with libxmtp-swift (#217) * rename module from XMTP to XMTPiOS * more renaming * remove xmtp-rust-swift references * Use new V2 client from libxmtp * building clean * remove PublishResponse * Use actual dep instead of local * Update XMTP.podspec Co-authored-by: Naomi Plasterer <[email protected]> * implement streaming and pagination * Update XMTP.podspec Co-authored-by: Cameron Voell <[email protected]> * disable file_length linter --------- Co-authored-by: Naomi Plasterer <[email protected]> Co-authored-by: Cameron Voell <[email protected]> * Update for latest uniffi (#219) * Fix example app (#220) * Access libxmtp-swift with static binaries (#225) * Access libxmtp-swift with static binaries * Update libxmtp ref * Updated reference to libxmtp-swift merge on main * Merge pre libxmtp into main (#223) * Add Key Material Function (#222) * add ket material field to ios * bump the podspec * Update podspec LibXMTP ref * Update libxmtp-swift refs * Update libxmtp-swift ref * Updated libxmtp-swift ref to tagged release * Update XMTP.podspec version --------- Co-authored-by: cameronvoell <[email protected]> * Update Package.resolved with new branch and revision * bring back the proto work * remove the xmtp folder * chore: refactor message encoding and decoding * chore: update libxmtp-swift to latest version * fix: refactor ConversationTests.swift * potential test * chore: update XMTP.podspec version to 0.7.9-alpha0 --------- Co-authored-by: kele-leanes <[email protected]> Co-authored-by: Pat Nakajima <[email protected]> Co-authored-by: Cameron Voell <[email protected]> Co-authored-by: Cameron Voell <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Once this gets fixed xmtp/xmtp-react-native#221 lets merge this branch into main.