Skip to content

feat: send payment transaction with algokit core #159

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

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

CiottiGiorgio
Copy link
Member

(draft) PR to use AlgoKit Core when dealing with a Payment transaction in utils.

Companion PR of algorandfoundation/algokit-utils-ts#393

@CiottiGiorgio
Copy link
Member Author

At this point, the local AlgoKit Core this is using is from algorandfoundation/algokit-core#81

@CiottiGiorgio CiottiGiorgio changed the title WIP: Send and wait payment transaction with algokit core Send payment transaction with algokit core May 15, 2025
Copy link
Contributor

@aorumbayev aorumbayev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some minor comments, would also be keen to see how it behaves in CI, would be interesting to compare execution time for tests on version with and without these changes. I think you need to patch merge conflict first to have workflows executed

import algosdk.transaction


def payment_through_core(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the name makes it seem like the outcome is a submitted payment txn while it only assembles it.

Suggested change
def payment_through_core(
def make_payment_txn(

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, I still want to make it clear that it goes through core (at least for now). Would build_payment_with_core be good?

@CiottiGiorgio CiottiGiorgio changed the title Send payment transaction with algokit core feat: send payment transaction with algokit core May 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants