-
Notifications
You must be signed in to change notification settings - Fork 9
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
get transaction by transaction hash is not support #225
Comments
I'm interested in getting this done, can I get an idea of what it would take? |
I'll list current progress for anyone who is looking into this: As of writing this comment, the current gateway implementation is based on TLDR: It would be more suitable to implement this when the underlying Rosetta SDK implementation is updated with the upstream reference SDK. |
we went forward several versions of the Rosetta SDK in our 2.0.0 release. maybe now is a better time to look at this? |
I am unable to fetch transaction details. I am using the following API call : and the response i get is as follows: { I have tried to run other api calls against my node and all of them work fine. For example : /block and /accoount/balance Can you confirm if the /block/transaction endpoint is available or not for fetching transaction details? |
Confirming that it's not available. You'll have to use a separate service to index transactions by hash. You can use an existing block explorer's API or run your own. |
That was Oasis mainnet upgrade. It does not have that block on chain. It is expected. |
The upgrade had come earlier on block |
In our rosetta node deployment, it has that block. We are using v2.2.1 oasis-rosetta-gateway. For block/transaction, it is not required by Rosetta spec. https://www.rosetta-api.org/docs/BlockApi.html#blocktransaction |
When I try to use
/search/transactions
, it returns404 page not found
. How can I get transaction only by transaction hash?The text was updated successfully, but these errors were encountered: