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

Implement AlgorandClient interface #110

Closed
3 tasks done
aorumbayev opened this issue Oct 21, 2024 · 1 comment
Closed
3 tasks done

Implement AlgorandClient interface #110

aorumbayev opened this issue Oct 21, 2024 · 1 comment
Assignees
Labels
algokitv3 AlgoKit v3 backlog items

Comments

@aorumbayev
Copy link
Contributor

aorumbayev commented Oct 21, 2024

Description

The goal is to ensure complete feature parity between algokit-utils-ts and algokit-utils-py. AlgorandClient interface and its public methods/properties/vars on utils-py must match the utils-ts implementation within the bounds of python best practices.

Technical Details

Acceptance Criteria

  • AlgorandClient interface on algokit-utils-py is implemented and has full feature parity with algokit-utils-ts

Tasks

  • Implement core AlgorandClient interface (must have all related abstractions implemented first)
  • Implement AlgorandClientTransactionSender (depends on AlgoKitComposer to be implemented first, see related item)
  • Implement AlgorandClientTransactionCreator (depends on AlgoKitComposer to be implemented first, see related item)
@aorumbayev
Copy link
Contributor Author

Implemented as part of #119 and follow up beta patch PRs. Outcome itself is to be closed after prod release of utils-v3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
algokitv3 AlgoKit v3 backlog items
Projects
None yet
Development

No branches or pull requests

1 participant