blockcore-indexer icon indicating copy to clipboard operation
blockcore-indexer copied to clipboard

Blockcore Indexer scans the blockchain of Blockcore-derived chains and stores transaction information in a MongoDB database with REST API available for Block Explorers to use.

Results 32 blockcore-indexer issues
Sort by recently updated
recently updated
newest added

If the indexer is under heavy load it can reject requests as busy

https://crs.indexer.blockcore.net/api/query/address/CYLbsdxDzzSwGThapYzDtLY87sx9xhkZ8W/transactions/unspent?confirmations=0&offset=0&limit=10 related to https://github.com/block-core/blockcore-wallet/issues/155

Right now we use SlowRequestsFilteerAttribute to avoid many calls to tables that do potentially long running computations to avoid multiple updates of the same computation processes. This will correctly return...

When we come to check if a log reader needs enrichment when computing a table we should check if it wasn't already enriched and avoid the additional calls to the...

ah interesting, I could fetch the gas cost but I need to know where to look for it In the deserialized create/call transaction params you can get the gas price...

There are certain addresses such as "none" that appear in rich lists, add support for query such addresses: ![image](https://user-images.githubusercontent.com/309938/153721213-adc3309d-50b2-469a-8a67-7601a381e0a8.png)

We need logs and lots of them, this task is a break down of a few smaller tasks - add debug logs everywhere (see fullnode as example) - change what...

What I think the issue to be is that the information we capture isn't the info most care about. Say I go to the store and buy a Yogurt. I...

We are getting way too many warnings and this needs to be taken care of. Most warnings are actually related to missing XML tags which creates a lot of noise...

I think this test can now be enabled? (in another PR its ok) _Originally posted by @dangershony in https://github.com/block-core/blockcore-indexer/pull/90#r807171982_