raph

Results 404 comments of raph

What does the log (RUST_LOG=info) say after you CTRL-C?

I would recommend just using systemd for running ord on a server. We have an example unit file in the deploy directory. With that you can easily manage it with...

I would really like to implement a flushing strategy that looks at memory usage instead of number of blocks to decide when to write to disk. If anyone wants to...

I don't understand this. Cursed inscriptions have the same format for ids as normal ones. Just the number is negative. Please open a PR with a fix because I can't...

> the additional endpoints need to be combined into one CSP headers, instead of adding new ones. CSP headers are checked one at a time, and all must pass. So...

> What about an endpoint that references a taproot address and return an array of inscription Ids that the address holds? Perhaps /address-inscriptions/[address] since just /address/[address] it a bit to...

> > Can we expose the sat number, name, birthdate, and data about the sat the inscription is on? Perhaps expose output first mapping to the sats in the output...

Yes, the `/content/` endpoint is static content which allows aggressive per machine caching with the `Cache-Control` header via `max-age` and `immutable` directives. Additionally, on a global view, we have Cloudflare...

I don't think collision will be a problem since the full path would have the form `/content/521f8eccffa4c41a3a7728dd012ea5a4a02feed81f41159231251ecf1e5c79dai0` and I doubt that some other resources lie there. For CDN purposes your...

I don't really like the `/-/` path prefix, because it may be a pain to have duplicate routes everywhere. Also more importantly how would that work in practice? You have...