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: support rekeyed signing with kmd #121

Merged
merged 2 commits into from
Nov 29, 2023

Conversation

drichar
Copy link
Collaborator

@drichar drichar commented Nov 29, 2023

Description

This adds support for rekeyed signing to the kmd (Key Management Daemon) provider.

If a transaction in the group contains a reKeyTo property (and the specified account is connected) it is passed to kmd's signTransactionWithSpecificPublicKey method for signing.

Closes #120

Checklist

  • Code compiles correctly
  • Created tests which fail without the change (if possible)
  • All tests passing
  • Extended the README / documentation, if necessary

@drichar drichar merged commit e09b7b5 into main Nov 29, 2023
1 check passed
@drichar drichar deleted the txn-1556-support-rekeyed-signing-with-kmd-provider branch November 29, 2023 09:00
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.

Ability to specify custom signer in signTransactions
1 participant