adamritter

Results 18 issues of adamritter

Right now there's no scalable way to find out where an author writes its events. NIP-65 tries to fix it by proposing an event kind that contains all reader and...

… reference. This makes it possible to change an object in place and reuse it.

Although date function is working, timediff is not found even though it's in the documentation.

It seems like this merged pull request broke the payment algorithm or simulation: https://github.com/renepickhardt/pickhardtpayments/pull/24 PickhardtPaymentsExample.ipynb examples don't work anymore: Round number: 10 Try to deliver 18879883 satoshi: Statistics about 46...

After setting auto-accepting zaps in Alby, a QR code is shown for a fewhundred millisecods. I couldn't use it even if I wanted to (and I don't want to use...

Multiple filters with the same limit are batched into a common filter. There should be a way to specify what should be the limit of the common merged filter. Filters...

Filtering by author... should return cache results immediately even if it doesn't change the sent subscriptions

high priority

While having a LRU cache is a great idea, the most important queries are running permamently. Events generated by these queries need to be stored in localStorage even if they...

high priority

Autounsubscribe each relay by a virtual subscription on EOSE event. This feature has a complex relation with the normal unsubscribe feature that works on whole subscriptions. Also probably needs a...

This needs a database of per relay set of filters already running (probably implemented as a separate class). It depends on #24 issue.