Rafael Cárdenas
Rafael Cárdenas
If chainhook is sending a POST request for a predicate into an external server but that server never responds, it leads to an indefinite lock in the thread that handles...
Related to #643
There's currently a long list of actions we need to take to issue a new chainhook release and get it published to crates.io, we should move this process to the...
we should test how chainhook performs when reading the stacks chain from a recent nakamoto testnet TSV using the new wire format
To be consistent with ordinals.com, we should report the location and output of unbound inscriptions as zeros, for example https://ordinals.com/inscription/001e4a35c2fd86700f753a847fdeabd0f8f6aa8c106be9e3b4062fe1d3bce4f2i0 Our response right now is: ```json { "id":"001e4a35c2fd86700f753a847fdeabd0f8f6aa8c106be9e3b4062fe1d3bce4f2i0", "number":86007045, "address":null,...
The API could have a configurable option to allow inscription content uploads to a CDN/bucket during indexing. This would mean: - When a new inscription genesis is detected, upload its...
If these etags are all time based, we could possibly implement very efficient caching with cache-control: max-age=x -- the browser could reliably use its cached data (or cloudflare's) without having...
so developers can track and act on inscriptions still waiting to be mined in a bitcoin block
so we can have multiple ordhook instances feed into an API for redundancy/failover reasons
So we can test the entire inscription flow from bitcoind to the API. Ideally, we should test rollbacks as well.