nostrclient/nostr
Vlad Stan 16ae9d15a1
Stabilize (#24)
* refactor: clean-up

* refactor: extra logs plus try-catch

* refactor: do not use bare `except`

* refactor: clean-up redundant fields

* chore: pass code checks

* chore: code format

* refactor: code clean-up

* fix: refactoring stuff

* refactor: remove un-used file

* chore: code clean-up

* chore: code clean-up

* chore: code-format fix

* refactor: remove nostr.client wrapper

* refactor: code clean-up

* chore: code format

* refactor: remove `RelayList` class

* refactor: extract smaller methods with try-catch

* fix: better exception handling

* fix: remove redundant filters

* fix: simplify event

* chore: code format

* fix: code check

* fix: code check

* fix: simplify `REQ`

* fix: more clean-ups

* refactor: use simpler method

* refactor: re-order and rename

* fix: stop logic

* fix: subscription close before disconnect

* chore: play commit
2023-11-01 17:46:42 +02:00
..
client Stabilize (#24) 2023-11-01 17:46:42 +02:00
bech32.py Stabilize (#24) 2023-11-01 17:46:42 +02:00
event.py Stabilize (#24) 2023-11-01 17:46:42 +02:00
key.py Stabilize (#24) 2023-11-01 17:46:42 +02:00
message_pool.py Stabilize (#24) 2023-11-01 17:46:42 +02:00
message_type.py feat: improve error handling and reporting 2023-06-26 12:20:06 +03:00
relay.py Stabilize (#24) 2023-11-01 17:46:42 +02:00
relay_manager.py Stabilize (#24) 2023-11-01 17:46:42 +02:00
subscription.py Stabilize (#24) 2023-11-01 17:46:42 +02:00