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

getApiV1AddressesP1Transactions with concise=true omits transactions

Open MrStahlfelge opened this issue 2 years ago • 4 comments

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

MrStahlfelge avatar Apr 03 '22 09:04 MrStahlfelge

Any update on this issue?

vorujack avatar Apr 30 '22 06:04 vorujack

@MrStahlfelge transaction c5b19721df446cba447e03609aeec9bb966f502688a0c91bc850b96f3590b717 is included as far as I can see

{"id":"c5b19721df446cba447e03609aeec9bb966f502688a0c91bc850b96f3590b717","blockId":"0e70ab3da3450444c0ff2b6815436b4c0ad54bd65c98fb7347535f6775066a42","inclusionHeight":719590,"timestamp":1648975136852,"index":1,"globalIndex":2919383,"numConfirmations":132168,"inputs":[],"dataInputs":[],"outputs": ...

oskin1 avatar Oct 13 '22 09:10 oskin1

New example: https://api.ergoplatform.com/api/v1/addresses/9g8gaARC3N8j9v97wmnFkhDMxHHFh9PEzVUtL51FGSNwTbYEnnk/transactions?offset=0&limit=20&concise=true returns 0 transactions although it should. Even more strange, it does return the expected transactions with limit 30.

MrStahlfelge avatar Oct 24 '22 07:10 MrStahlfelge

Another example is https://api.ergoplatform.com/api/v1/addresses/9hTaErNjoRuAQ3KQd5Yb7uAp43yzDErFHcB7WS5i5Sy1gtTGVJ8/transactions?fromHeight=540000&toHeight=570000&concise=true

this URL returns

{"items":[],"total":3}

That says there are 3 transactions available but no transaction in items part

vorujack avatar Nov 05 '22 15:11 vorujack