Why Nostr? What is Njump?
2024-07-20 14:08:39 GMT

npub1cl…r095z on Nostr: client support for pow filter is very simple to implement pow is simply id filter: ...

client support for pow filter is very simple to implement

pow is simply id filter:
ids: ["0000"]

where one zero equals to 4 bits of pow

i tried with coracle filter feature, but it doesnt support this. it seems it does client side filtering of events after getting correct response from server

if client does exact id match verification against results of this query it ofc does not work.

#dev