nostr_tools 1.0.9
nostr_tools: ^1.0.9 copied to clipboard
A Dart package that makes it easy to work with the nostr protocol and develop Nostr clients.
1.0.9 #
- Improved the functionality of the
RelayPoolclass by adding support for various message types besidesEVENT. This enhancement allows for a more versatile use of theRelayPool. (Pull Request #3)
1.0.8 #
- Fixed a bug in
relay_implandrelay_pool_implthat caused the first message to be skipped when callingRelayEvent.connect. This ensures proper addition of messages to the controller. (Pull Request #2)
1.0.7 #
- Added
isValidPrivateKeymethod for theKeyApiclass, allowing developers to validate private keys. - Introduced
ChecksumVerificationExceptionfor Nip19decodemethod, providing better error handling for checksum verification.
1.0.6 #
- Resolved type casting issues with JSON data in
Metadataclass
1.0.4 #
SignatureVerificationExceptioncan now be handled by the client-side. This update makes it easier for developers to catch and handle this exception without having disrupting the events coming in.
1.0.3 #
- Handling
SignatureVerificationException
1.0.2 #
- Initial release of nostr_tools package
- Added support for nip01, nip02, nip04, nip05, nip06, and nip19