Colored-Coins / Colored-Coins-Block-Explorer

An implementation of a full Bitcoin Block Explorer (Parser/API/Sockets) with full Colored-Coins capabilities
17 stars 30 forks source link

COLU-979 /gettransactionsbyintervals returns 500 #9

Closed oleiba closed 7 years ago

oleiba commented 7 years ago

2 fixes here: GET /gettransactionsbyinervals returns 500 Internal Server Error GET /getmainstats returns object without numOfCCTransactions. Both errors are related to MongoError: distinct too big, 16mb cap which is caused due to a distinct performed on txid field in AssetsTransactions model.

udiWertheimer commented 7 years ago

:+1: yeah!