Nostr-p2nip5 (#110)

* move cli

* set_requests decorator

* fix wrapper

* refactor nostr.py

* ignore coroutine unpack error

* nostr lib 0.8

* make format
This commit is contained in:
calle
2023-02-25 12:27:33 +01:00
committed by GitHub
parent 5ec2c3604e
commit 46eeb2c36e
11 changed files with 175 additions and 127 deletions

View File

@@ -66,4 +66,4 @@ NOSTR_RELAYS = env.list(
)
MAX_ORDER = 64
VERSION = "0.9.2"
VERSION = "0.9.3"