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
Hi,
It would be useful to implement a Simulate Endpoint for enhanced debugging of transactions issued by this SDK. Simulate is summarized here:
https://developer.algorand.org/articles/whats-new-in-algorand-3150/#new-simulate-endpoint
In the Algod REST API, it's defined here: https://developer.algorand.org/docs/rest-apis/algod/#post-v2transactionssimulate
My understanding is it's just adding a REST interface to this endpoint, and dressing up the result to work with the SDK types.
Happy to have a go at implementing this, unless you would prefer to take care of this :)
The text was updated successfully, but these errors were encountered:
Simulate endpoint is still a WIP from algod.
Sorry, something went wrong.
Updating the V2 kr V3 endpoints is semi automated.
No branches or pull requests
Hi,
It would be useful to implement a Simulate Endpoint for enhanced debugging of transactions issued by this SDK. Simulate is summarized here:
https://developer.algorand.org/articles/whats-new-in-algorand-3150/#new-simulate-endpoint
In the Algod REST API, it's defined here:
https://developer.algorand.org/docs/rest-apis/algod/#post-v2transactionssimulate
My understanding is it's just adding a REST interface to this endpoint, and dressing up the result to work with the SDK types.
Happy to have a go at implementing this, unless you would prefer to take care of this :)
The text was updated successfully, but these errors were encountered: