-
Notifications
You must be signed in to change notification settings - Fork 111
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
Nonce Filter Is Ignored on /api/v1/transactions/{hash} #9715
Comments
Hi @jnels124 can u assign it to me? I am willing to solve it |
Hi,I would like to work on this issue if no one else is working on it currently. |
Hi @jnels124, I have raised a PR. Could you please review it? |
I also tried to run the transactions.test.js class extractSqlFromTransactionsByIdOrHashRequest test, but I kept getting the following error. Could you guide me on how to resolve it? Here’s the error I’m encountering:
` |
What is the command you used to run the test? can you try this instead? npm test -- __tests__/transactions.test.js |
Description
The nonce query param is only respected when making request with the transaction id and not when request is made with transaction hash.
Steps to reproduce
Given the following request:
The following result will be returned(correct):
However with the following request with the wrong nonce filter still returns the result
Additional context
No response
Hedera network
testnet
Version
v0.117.0
Operating system
None
The text was updated successfully, but these errors were encountered: