ClickHouse / ClickHouse/CryptoHouse
Add transaction_success = TRUE or FALSE to filter failed transactions on Solana (TOKEN_TRANSFERS)
- Dominant language
- TypeScript
- Stars
- 68
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
I can't filter out failed transactions in ClickHouse. Right now, there isn't an easy way to separate successful transactions from the ones that failed, which makes it harder to analyze the data.
---
It would be great to have a transaction_success flag that we can set to TRUE or FALSE in queries. This would let us quickly filter transactions based on whether they succeeded or failed. For example:
transaction_success = TRUE: Shows only successful transactions.
transaction_success = FALSE: Shows only failed transactions.
This would make querying a lot more efficient and straightforward.
---
This feature would make it easier to work with transaction data
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.