xmtp / xmtp-react-native

A package you can use to build with XMTP in a React Native or Expo app.
MIT License
35 stars 14 forks source link

feat: New V3 Identity #395

Closed nplasterer closed 1 month ago

nplasterer commented 1 month ago

Uses the new V3 Identity for Groups. Gets rid of accountAddress in favor of inboxId. Will add support for smart contract wallets in a follow up PR.

cameronvoell commented 1 month ago

There are a bunch of tests failing because members() func was not returning properly (issue) in some cases and that was fixed in a libxmtp update yesterday in this PR - https://github.com/xmtp/libxmtp/pull/781

I'm thinking it's okay to merge this, but we should follow up with another android/ios releases to get in latest libxmtp, or we can wait with this PR, wdyt @nplasterer ?

nplasterer commented 1 month ago

@cameronvoell since I used semantic commits in this one I think it would be better to wait... I just don't want a known broken package out there. I think this is working okay. Lets just fast follow with the additional fixes and permissions additions.

github-actions[bot] commented 1 month ago

:tada: This PR is included in version 1.34.0-beta.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

peterferguson commented 1 month ago

🚀