Skip to content
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

Refactor to use pysdk's DryRunTransactionResult #3

Closed
Tracked by #1
tzaffi opened this issue Mar 26, 2022 · 1 comment
Closed
Tracked by #1

Refactor to use pysdk's DryRunTransactionResult #3

tzaffi opened this issue Mar 26, 2022 · 1 comment

Comments

@tzaffi
Copy link
Contributor

tzaffi commented Mar 26, 2022

PySDK's PR #283 introduces DryRunInspector which is very similar in scope to blackbox.DryRunTransactionResult.

The two classes should be unified.

One possible approach is to rename to a existing class and subclass PySDK's as follows:

class  DryRunInspector(algosdk.DryRunTransactionResult):
    ...
@tzaffi
Copy link
Contributor Author

tzaffi commented Jan 13, 2023

Resolving as the upcoming simulate endpoing will deprecate dry-run in any case so we'll have to refactor everything

@tzaffi tzaffi closed this as completed Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants