Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

500 error returned on query transactions by id #1033

Closed
moisses89 opened this issue Dec 14, 2022 · 1 comment
Closed

500 error returned on query transactions by id #1033

moisses89 opened this issue Dec 14, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@moisses89
Copy link
Member

moisses89 commented Dec 14, 2022

Describe the bug
Get transactions by id are returning 500 error when the transaction contents more than 200 operations inside.

To Reproduce
Steps to reproduce the behavior:

  • Call GET /v1/chains/1/transactions/ethereum_<details_id> where details_id corresponds with a transaction with more than 200 operations.
  • Error 500 is returned and the following body:
{
  "code": 1337,
  "message": "No transfer found"
}

Expected behavior
Return 200 or 404 but 500 is not expected.

@fmrsabino
Copy link
Collaborator

Since we started using a unique id for transfers and module transactions, this issue no longer applies.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants