explorer-backend
explorer-backend copied to clipboard
Ergo Blockchain Explorer
- getApiV1BoxesUnspentByaddressP1 (api/v1/boxes/unspent/byAddress/{p1}) - The `items` field has time List[TransactionInfo] in yaml, but not in the actual output. - OutputInfo - AdditionalRegisters is declared as `type: object` in the generated...
Currently affected query sets: - Assets Error message: `Tried to send an out-of-range integer as a 2-byte value: 63702` Example query: `select distinct on (a.index, a.token_id, a.box_id) api_1 | a.token_id,...
Some community members have been requesting https://ergo.watch be integrated as a page or added as a link in the explorer.
Hi there, awesome API. We are using `v1` and are getting unexpected 200 response codes when requesting transactions for invalid addresses. [From the Redoc for `getApiV1AddressesP1Transactions`](https://api.ergoplatform.com/api/v1/docs/#operation/getApiV1AddressesP1Transactions) ``` https://api.ergoplatform.com/api/v1/addresses/{p1}/transactions ``` ##...
We are seeing a problem with postgresql connections not closing when using the latest release `3.2.1`. ``` org.postgresql.util.PSQLException: ERROR: canceling statement due to user request at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2533) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2268) at...
`https://api.ergoplatform.com/api/v0/addresses/` method returns wrong value in `transactions.confirmed` field. The value is less than actual txs explorer website shows.
Right now transaction json does not contain any information about tokens in inputs. E.g. transaction https://explorer.ergoplatform.com/en/transactions/b9c543fe275bd97480f9fec17d297c7ec98e4d2c2dec397549b85f5eab709b85 have an output with 13d24a67432d447e53118d920100c747abb52da8da646bc193f03b47b64a8ac5 token, whereas information about this token is missed in...