Skip to content

dart-nostr v1.3.2

Compare
Choose a tag to compare
@ethicnology ethicnology released this 29 Jan 20:23
· 19 commits to main since this release
a50337c

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