xmtp / libxmtp

LibXMTP is a shared library encapsulating the core functionality of the XMTP messaging protocol, such as cryptography, networking, and language bindings.
MIT License
47 stars 20 forks source link

Update Multi Wallet to just take 1 signature #1312

Closed nplasterer closed 3 days ago

nplasterer commented 4 days ago

Update the way multi wallet add account work to only need 1 signature.

neekolas commented 4 days ago

What we would need to do here is sign the signature request with the installation keys inside identity_updates.rs in the associate_wallet function, and add some tests to verify this all works as expected.