-
An issue has happened, in production, where the Chainhook’s chain segment became outdated.
And since the code base is not prepared to handle that, only restoring the Chainhook's chain state solves t…
csgui updated
1 month ago
-
This is a stub to track the work required on chainhooks to accommodate sBTC. Details will be filled in over time.
-
Recipient: Leopadel
Bounty: $2,400
## Project Approach
### Summary
- **Objective**: Create a comprehensive guide for full stack development on the Stacks blockchain.
- **Need**: Identified …
-
This will be the main chainhook that monitors and processes mint actions.
By sending Bitcoin to the artist address, the chainhook should automatically submit the relevant Bitcoin tx info to the Sta…
-
The new [token metadata api](https://github.com/hirosystems/token-metadata-api) is an isolated micro-service that would be useful to have locally with clarinet integrate
Also requires to run chainh…
-
From Sabby:
> As a user, I want the ability to discover all observable chainhook events in a given project so I can look at the list of events and create the chainhooks easily as opposed to manually …
-
Include unit tests for predicates discussed in README.
Target coverage %: 80+ for core (predicate eval, standardizing block)
-
With the he current circular dependency between the chainhook and clarinet. (Not at the component level but at repo level.)
Which can make it difficult to upgrade certain components such as clarity-v…
-
Simplifying the chainhook-sdk would be helpful for helping developers building new indexers on top of the chainhook-sdk.
Something like:
```
let indexer = Indexer::new();
indexer.apply_block…
-
I would like to use chainhooks to trigger an action only when a transaction was confirmed on bitcoin say 2 times.
Is there a way to express that in a predicate? Do chainhooks support it?