pritk
pritk
you are right. most of currently supported filters in Primal caching service is specific to apps like existing Primal apps. but we can already imagine different nostr clients that can...
does this work for you? ``` git clone --recurse-submodules https://github.com/PrimalHQ/primal-caching-service cd primal-caching-service nix --extra-experimental-features 'nix-command flakes' run github:NixOS/nixpkgs/23.11#nix -- develop -c sh -c '$start_primal_caching_service' ```
what about this? ``` nix --extra-experimental-features 'nix-command flakes' run github:NixOS/nixpkgs/23.11#nix -- --extra-experimental-features 'nix-command flakes' develop -c sh -c '$start_primal_caching_service' ```
> Is there any proper configuration for nginx for the cache I can find anywhere? we are using nixos module for nginx for configuration. if you are on the same...
did you clone git submodules too?
hi, filters for fetching are specified here: https://github.com/PrimalHQ/primal-caching-service/blob/ef7d38933885dc25b0121f725de980c56e78052e/src/fetching.jl#L110-L111
if you are trying to send nostr events to our caching service it will not work since it's not regular nostr relay. our caching service automatically fetches events from all...
yes, this is place in code where you can add different filters if you want.
hi, BLOB fields contain binary data. for event_id that's 32 bytes. hexadecimal format is two times bigger than binary data format. there are other formats for other purposes too.
author_pubkey contains 32 bytes of binary data too.