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

Search queries behind `https://api.ergoplatform.com/search?query=` currently look for partial matches e.g. `where address like '%%'`. I think most times people will search for a full address/tx_id/header_id anyway, so could be made...

Problem: If client sends several (in my case 20) transactions where the next one depends on previous, explorer responses with 200 ok and tx id in a body for all...

getApiV1BoxesP1 returns box information, but there doesn't seem to be a way to make it return information for unconfirmed boxes. Only way to retrieve box information for unconfirmed boxes is...

Example: https://api.ergoplatform.com/api/v1/addresses/9ertXu3FHXmaShS71F38XhmZpzTmmKERnwNceUW6TMqrfNcq5SE/transactions?offset=0&limit=30 Transaction with id c5b19721df446cba447e03609aeec9bb966f502688a0c91bc850b96f3590b717 should be included when call is done with concise=true, but it is not. https://api.ergoplatform.com/api/v1/addresses/9ertXu3FHXmaShS71F38XhmZpzTmmKERnwNceUW6TMqrfNcq5SE/transactions?offset=0&limit=30&concise=true

Current explorer doesn't have method to prevent double spent attempt. > Use case from spectrum user: > "I had to wait until the transactions were confirmed before I could make...

Please publish at least `api` and `core` artifacts to sonatype repo. Perhaps using the same credentials as https://github.com/ScorexFoundation/sigmastate-interpreter ?

What will it take to support fetching transactions for addresses within the timestamp range instead of min/maxHeight? can be useful to get monthly tax reports for miners. Alternatively how to...

When calling this endpoint with an address that does not have any boxes yet (no activity) an error 500 is given, instead of an empty list of items.