CodeChain-io / CodeChain-io/codechain-indexer
Wrong aggregation of UTXO
Ouverte
bug
- Langage dominant
- TypeScript
- Étoiles
- 21
- Forks
- 15
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Currently, the type of the `address` field is `string` and it's an empty string(`""`) when the address is unavailable.
The problem is, aggregation is done by GROUP BY of `address`. It must be changed to GROUP BY of `lockScriptHash` and `parameters`.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.