What client?
FROST bunker requires a little update: all bunker uris before had the user pubkey on them, so instead of calling get_public_key clients were just taking the pubkey from the uri; FROST bunker can't support that, it uses a different key for each user, not the actual user's key, so clients have to call the get_public_key method.
Login to reply
Replies (2)
Yeah thanks, I know about that upgrade - just didn't get to that issue due to old ndk misbehavior. Now implementing it in nostr-login, thanks for the push.
Btw frost bunker can't do nip04/nip44 encryption/decryption, right?