explorer-backend icon indicating copy to clipboard operation
explorer-backend copied to clipboard

Ergo Blockchain Explorer

Results 44 explorer-backend issues
Sort by recently updated
recently updated
newest added

The readme should have description of the modules ### explorer-api - how to obtain the yaml file - where to look for endpoints - where to look for request handlers...

Based on https://github.com/ergoplatform/ergo-explorer/issues/75

- Add list of micro services with descriptions - Add/update list of components - Describe interactions between compontes

Parameters, response fields, etc.

documentation

Add api route that takes array of token ids and returns boxes, where this tokens were issued.

A-REST-API
C-feature
P2-medium

Please provide the same json structure for transactions returned by `/transactions/unconfirmed`, `/transactions/unconfirmed/byAddress/` and `/addresses//transactions`. For lighweight clients it is very useful to have `address` and `value` information in inputs (when...

API v1

We found a bug in explorer APIs which seems to be related to data storage and sorting. We have an address that we know the related boxes are not currently...

C-bug

Hi, This might improve performance a lot in both query time and indexing time. Problem : - ErgoTreeTemplate is created here for ALL ErgoTrees instead of just P2SH. The Template...