abchrisxyz / ergowatch

Ergo blockchain stats
https://ergo.watch
MIT License
13 stars 2 forks source link

Handle duplicated assets in utxos #27

Closed abchrisxyz closed 2 years ago

abchrisxyz commented 2 years ago

Second output of this tx has repeated tokens.

Should be summed by token_id to satisfy (box_id, token_id) primary key in db.

abchrisxyz commented 2 years ago

Issue is caused by Itertools::group_by only working on consecutive values.