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

feat(optimized_transaction): Implement send_smart_transaction_with_seeds #64

Merged
merged 6 commits into from
Sep 3, 2024

Conversation

0xIchigo
Copy link
Collaborator

@0xIchigo 0xIchigo commented Sep 1, 2024

This PR aims to add send_smart_transaction_with_seeds, which sends a smart transaction using seed bytes. This method would allow for sending smart transactions in async contexts where the Signer trait's lack of Send + Sync would otherwise cause issues (i.e., the issue outlined in #61)

@0xIchigo 0xIchigo mentioned this pull request Sep 1, 2024
@0xIchigo 0xIchigo linked an issue Sep 1, 2024 that may be closed by this pull request
@0xIchigo 0xIchigo merged commit 2e4f524 into dev Sep 3, 2024
1 check passed
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.

about sync + send
1 participant