ClickHouse / CryptoHouse

Artifacts including queries and materialized views used for CryptoHouse
https://crypto.clickhouse.com
Apache License 2.0
35 stars 3 forks source link

Add transaction_success = TRUE or FALSE to filter failed transactions on Solana (TOKEN_TRANSFERS) #9

Open 0xweb3dev opened 2 months ago

0xweb3dev commented 2 months ago

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

gingerwizard commented 2 months ago

@0xweb3dev happy to add this. Can you provide the queries you use to identify whether a transaction was successful or failed? Solana or Ethereum?

A few options:

AlphonsG commented 1 week ago

@0xweb3dev dude they replied to your issue with a question, why ignore?