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

[FEATURE] - Python SDK improved the signing function such that you can skip overwriting #107

Open
sirdeggen opened this issue Jul 23, 2024 · 0 comments

Comments

@sirdeggen
Copy link
Collaborator

Summary

There is a flag added to the sign function which allows a dev to specify - only sign something which doesn't already have an unlockingScript set, or re-run sign on all inputs.

Motivation

Useful in sceanarios where you have a partially complete tx already, perhaps someone else signed it. Then you can add your own input and only sign it.

The feature is here in py-sdk and should be replicated in the ts-sdk unless there is a superior way to handle this.

Additional References

Default could be false such that no breaking changes are introduced.

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

No branches or pull requests

1 participant