ClickHouse / ClickHouse/CryptoHouse
`solana.token_transfers` missing failed/successful status
Open
bug
- Dominant language
- TypeScript
- Stars
- 68
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
Currently, `token_transfers` table consists of both successful and failed transactions. There is no way how to distinguish those using information from this table.
This way we need to join this table with `solana.transactions` table, but this will lead to a high compute time and timeouts.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.