Sebastian Hagens

Results 72 comments of Sebastian Hagens

Is being implemented in PR https://github.com/nostrver-se/nostr-php/pull/90

https://github.com/nostrver-se/nostr-php/pull/90 is merged and the `DmRelaysList` class can be used to fetch a list of relay of a given pubkey

Had a conversation on this topic (we had a lot of questions) with @rabble and the guy(s) from Trustroots / Nostroots @guaka

Did some debugging and shared my notes here: https://github.com/nostrability/nostrability/issues/163#issuecomment-2639839500 When the library sends a AUTH message to the relay, a dummy secret key is used. See https://github.com/nostrver-se/nostr-php/blob/main/src/Request/Request.php#L169 On `wss://nostr.wine` I...

@SilberWitch See https://github.com/sirn-se/websocket-php/pull/100 with a proposed change of fixing the connection to `wss://nostr.wine`

Nostrability could fix this with @alltheseas ;)

https://github.com/sirn-se/websocket-php/pull/100#issuecomment-2654667267 merged so with a next release of this package the connection will work with `wss://nostr.wine`

So to my understanding, the library will act as a client which will provide a connection token which can be handled by a remote signer. ``` client provides a connection...

https://github.com/nostrver-se/nostr-php/pull/88 needs to be merged first for the convience reviewing this PR furthermore

Work in progress, see my latest commit pushed https://github.com/nostrver-se/nostr-php/pull/90/commits/1a6072ed9f67638658d7efd928e509239fe16d37. - Added a `DmRelaysList` class to be used in the - TODO: a test needs to be added for this class...