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

Add support for plain vanilla transaction signing. #337

Closed
matiwinnetou opened this issue Oct 18, 2023 · 0 comments
Closed

Add support for plain vanilla transaction signing. #337

matiwinnetou opened this issue Oct 18, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@matiwinnetou
Copy link
Collaborator

Transaction deserialisation between various Cardano clients can be tricky so if one client prepares a transaction and CCL deserialises it and we sign it, it is not guaranteed to work.

In fact we recently stumbled exactly this case with Hydra, where new Hydra 0.13.x protocol prepares transactions which are not sign to be signed by the client. Signing them with CCL using Transaction.deserialisation and TxSigner fails.

Provided ability in quick-tx and outside of quick-tx to simply sign transactions based on bytes only, without having to deserialise, sign and then serialise again the whole transaction.

@matiwinnetou matiwinnetou added the enhancement New feature or request label Oct 18, 2023
@satran004 satran004 self-assigned this Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants