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: Transaction signer acknowledging bitcoin transaction sign requests #285

Conversation

netrome
Copy link
Contributor

@netrome netrome commented Jul 3, 2024

closes #256

This PR adds a few utility functions for the transaction validation, but since the validation logic depends on transaction parsing logic we'll leave the validation to a follow-up

@netrome netrome force-pushed the 256-feature-transaction-signer-acknowledging-valid-bitcoin-transaction-sign-requests branch 4 times, most recently from 16a7bfd to 71252b1 Compare July 3, 2024 12:32
@netrome netrome force-pushed the 256-feature-transaction-signer-acknowledging-valid-bitcoin-transaction-sign-requests branch from 71252b1 to 0146917 Compare July 3, 2024 12:36
@netrome netrome requested a review from djordon July 3, 2024 12:49
@netrome netrome marked this pull request as ready for review July 3, 2024 12:50
Copy link
Collaborator

@djordon djordon left a comment

Choose a reason for hiding this comment

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

Looks good!

I had a style nit. I also had some comments involving secp256k1 types. These don't need to change now, I feel like we can update them later.

signer/src/transaction_signer.rs Outdated Show resolved Hide resolved
signer/src/testing/transaction_signer.rs Show resolved Hide resolved
signer/src/transaction_signer.rs Show resolved Hide resolved
signer/src/transaction_signer.rs Show resolved Hide resolved
@netrome netrome merged commit 4ca4241 into main Jul 3, 2024
4 checks 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.

[Feature]: Transaction signer acknowledging valid bitcoin transaction sign requests
3 participants