CodeChain-io / CodeChain-io/codechain-indexer

Wrong aggregation of UTXO

Open
#196 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
TypeScript
Stars
21
Forks
15
PR merge metrics
No merged PRs in 30d

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`.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.