Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@jiftechnify jiftechnify released this 23 Nov 15:22
· 1 commit to main since this release
e0aa60d

What's Changed

Some NIP-07 signers (i.e. Nostore for Safari) show freaky behavior when they are requested to operate concurrently.
To mitigate the problem, you can enable "request queueing" for NIP-07 extension signers as follows:

const signer = new Nip07ExtensionSigner(window.nostr, { enableQueueing: true });

You can now import encrypted secret key prefixed by ncryptsec as follows:

const signer = SecretKeySigner.fromEncryptedKey(ncryptsec, password);

Full Changelog: v0.4.0...v0.5.0