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

Offchain signatures preparation #18

Open
zmrocze opened this issue Jul 4, 2024 · 0 comments
Open

Offchain signatures preparation #18

zmrocze opened this issue Jul 4, 2024 · 0 comments

Comments

@zmrocze
Copy link
Contributor

zmrocze commented Jul 4, 2024

Severity CVSS Vulnerability Type
Low 0.0 other

Description

This is a small remark on a challenge that will arise in the future.
Namely, when building a transaction the builder expects the number of signatures that will be signing the transaction. This is needed to calculate the fee. The consequence is that the offchain code defining the transaction before it is send to the owners for signatures will have to know the number of signatures that are to be included - and this is including the signatures for paying the fee.

In practice the easiest is to always use exactly threshold many signatures.

@zmrocze zmrocze mentioned this issue Jul 4, 2024
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