Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getApiV1AddressesP1Transactions with concise=true omits transactions #193

Open
MrStahlfelge opened this issue Apr 3, 2022 · 4 comments
Open
Assignees

Comments

@MrStahlfelge
Copy link
Member

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

@vorujack
Copy link

Any update on this issue?

@oskin1
Copy link
Member

oskin1 commented Oct 13, 2022

@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 oskin1 closed this as completed Oct 13, 2022
MrStahlfelge added a commit to ergoplatform/ergo-wallet-app that referenced this issue Oct 18, 2022
MrStahlfelge added a commit to ergoplatform/ergo-wallet-app that referenced this issue Oct 24, 2022
@MrStahlfelge
Copy link
Member Author

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 MrStahlfelge reopened this Oct 24, 2022
@vorujack
Copy link

vorujack commented Nov 5, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants