Holger
Holger
It is possible with coincurve when ``` from coincurve._libsecp256k1 import ffi, lib HAS_ECDH = hasattr(lib, 'secp256k1_ecdh') ``` At least on windows HAS_ECDH is true for me. You can check my...
It would be cool when everything works with embit, good work!
This library is work in progress and i'm still figuring things out. I improved the handling of subscriptions in the new 0.6.0 release.
@steveboi123 I have added a working example in commit 62aed543cd45cd4527b0ef662b313589c4a27a4c ``` timeout=0,close_on_eose=False, message_callback=print_message ``` needs to be set in either add_relay or in add_relay_list function of relay manager. When timeout=0...
I will think on how this can be improved, right now the URL of the relay is missing which has received the event.