chainhook
chainhook copied to clipboard
Extract transactions from Stacks and Bitcoin and build event driven re-org resistant indexers and databases.
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
- fixes https://github.com/hirosystems/chainhook/issues/667
chainhook currently exits with code 1 if a Redis connection cannot be established on bootup ``` Oct 25 15:15:29.117 INFO Starting service... Oct 25 15:15:29.119 ERRO Failed loading predicate from...
Add tracing capabilities which implement the [otel protocol](https://opentelemetry.io/docs/specs/otel/protocol/). We can start with auto-instrumentation to generate traces and spans for all network requests, and add custom instrumentation later to generate more...
Hey all -- question about the data we'd expect to get when scanning blocks from genesis. I'm wondering if this is expected behavior, or not? I know there is some...
A parent ticket for the work involved in upgrading the architecture for Chainhook. This is a breaking change due to the new postgres instance(s), plus reindexing the chain from scratch.
Some types of events ingested by chainhook now record a `date.now()` timestamp which is used by clients to track important latency metrics. It's not clear to me if this is...