dart-nostr v1.3.2
What's Changed
- Develop by @ethicnology in #14
@ryzizub mentioned event checks/assertions can be computationally intensive with tons of events.
This merge provides a boolean parameter, verify, which allow the lib user to bypass these checks
this merge also replaces some event in unit tests inputs since the one used contained emoji encoding problems (problem found by @ryzizub)
Full Changelog: v1.3.1...v1.3.2