-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create "account" does not work with any service provider (siamstr.com also seems to be down) #6
Comments
@alltheseas I renamed the issue because the problem is not actually related to keypub.coracle, but to the provider. |
I cannot proceed forward with any of:
I renamed the issue to reflect the above. Siamstr not working is a related, and separate issue. |
Damn, all providers seem to have a (different) problem... |
@dtonon is it possible for window nostr js to add periodic "is this provider working as expected" checks (i.e. does create "account" work; does log in work)? For instance, every week. |
As for Nip-05 it seem to be just work. you can check how the API work here |
created new test suite issue #7 this is a negative user experience that will scare away people from
|
This must be solved at relay level. WNJ only fetches announcement events from some relays, these relays must perform filtering and remove events from providers that are not working or are not trustworthy. Or at least that's my vision for the future and plans. No one has worked on this yet because no one is using NIP-46 for anything real yet and all providers are broken so it makes no sense to filter them. We're all debugging in production. |
It can't be left for WNJ to filter on the client side because anyone could just advertise a million fake providers and currently that would work successfully in breaking the user experience entirely. |
So the relay will run tests, and filter broken / fake providers? Who is the right person to work on this? @mikedilger ? |
Yes, that would be it, I think.
Everybody, but I can't think of anyone specifically. |
I don't think these are relay issues that https://github.com/mikedilger/relay-tester would include a test for, they are NIP-46 bunker service provider issues right? Maybe relay-tester could have a bunker-tester module, I dunno. I'll keep it in mind. |
Hi, sorry for the inconvenience, I've fixed the lume.nu provider, it's should work fine now. Arc.mp4 |
what happens
cc @dtonon
The text was updated successfully, but these errors were encountered: