We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/extended/v1/contract/{name}
This endpoint needs to consider the case when a contract was deployed in multiple txs: https://api.testnet.hiro.so/extended/v1/contract/ST1GJSC4GG3MDA1KYZJYS9FEVCKHASR1N714NKTHR.univ2-router
Right now, it's returning data from a failed tx: https://api.testnet.hiro.so/extended/v1/tx/0xab9de1ca7f6376eeb0f9df93b679396f0fc3b0a8ae84026cf4369f51c520c4c4
But it should find the successful tx instead: https://api.testnet.hiro.so/extended/v1/tx/0xabd8a9f1a06e9e52e7b033cc96c643198e2751496ffd49e4715dc83175f4a7b3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This endpoint needs to consider the case when a contract was deployed in multiple txs: https://api.testnet.hiro.so/extended/v1/contract/ST1GJSC4GG3MDA1KYZJYS9FEVCKHASR1N714NKTHR.univ2-router
Right now, it's returning data from a failed tx: https://api.testnet.hiro.so/extended/v1/tx/0xab9de1ca7f6376eeb0f9df93b679396f0fc3b0a8ae84026cf4369f51c520c4c4
But it should find the successful tx instead: https://api.testnet.hiro.so/extended/v1/tx/0xabd8a9f1a06e9e52e7b033cc96c643198e2751496ffd49e4715dc83175f4a7b3
The text was updated successfully, but these errors were encountered: