You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: migrate to nostr ^2.0.0 for pointycastle v4 compatibility
The nostr v2.0.0 package widens its pointycastle constraint to
>=3.7.3 <5.0.0, unblocking pointycastle v4. Beyond the documented
Keychain→Keys and privkey:→secretKey: renames, v2 also changed
Keys.private→Keys.secret, dropped the Nip19.encodePrivkey/decodePrivkey
helpers (replaced by Nip19.encode/decode and the Keys.nsec getter),
and changed Event.toJson() to return String while adding Event.toMap()
for callers that need Map<String,dynamic>.
0 commit comments