chainhook
chainhook copied to clipboard
Extract transactions from Stacks and Bitcoin and build event driven re-org resistant indexers and databases.
When trying to build chainhooks, I'm getting the following error: ``` Compiling librocksdb-sys v0.10.0+7.9.2 The following warnings were emitted during compilation: warning: In file included from rocksdb/table/block_based/data_block_hash_index.cc:5: warning: rocksdb/table/block_based/data_block_hash_index.h:65:7: error:...
Sometimes when the Chainhook service receives a `new_burn_block`, it then fails to download the block. I'm not entirely sure why this happens, as the same block will be downloaded (at...
This PR introduces the concept of predicate chaining - one predicate can create subsequent predicates. The first example of this is the bitcoin input predicate. It now has the "follow_inputs"...
fixes #452
### Description - update pox config default setting to use 20 / 5 on devnet - update dependencies from the clarinet repo Note: I realized that we had an other...
When a chainhook-node is re-processing blocks (for whatever reason), it should avoid re-sending blocks to observers when they have been sent in the past. Data from Redis could help.