Skip to content

Releases: believethehype/nostrdvm

0.6.0

07 Jun 21:56
686789e
Compare
Choose a tag to compare

What's Changed

  • move functions to async/update to nostr sdk 0.32.1
  • stability improvements
  • (Some edges may contain new errors, but main cases are tested and work)

0.5.10

05 Jun 21:53
Compare
Choose a tag to compare
  • handles exceptions for invalid outbox relays
  • adds suno experimental dvm task for music generation

0.5.9

04 Jun 18:17
Compare
Choose a tag to compare
  • add standalone update_db dvm that only updates the database for other dvms to read from.
  • add paid outbox relays to avoid (to be continued..), ignore these when answering with the outbox model
  • fixes random crash with db updates (fingers crossed)
  • better logging

0.5.8

03 Jun 18:26
Compare
Choose a tag to compare
  • Add NIP65
  • Reply to relays in relays tag if available, else check user's NIP65 relay inbox, else use generic relays to reply

0.5.7

02 Jun 15:29
Compare
Choose a tag to compare
  • move reconcile relays to dvmconfig
  • shutdown client on reconcile (improve stability)

0.5.6

01 Jun 21:46
Compare
Choose a tag to compare
  • announce relays with nip89 for content dvms
  • fixes

0.5.5

01 Jun 17:31
Compare
Choose a tag to compare

fixes/logging improvements

0.5.4

01 Jun 17:17
Compare
Choose a tag to compare

content dvm optimisations

0.5.3

31 May 14:28
Compare
Choose a tag to compare
  • use less database connections for content dvms
  • stability improvements

0.5.2

31 May 08:28
Compare
Choose a tag to compare
  • better debug prints
  • colored prints
  • move set_options to class
  • optimizations and fixes