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] Validate (total) transaction SigOpCost #161

Open
m-kus opened this issue Sep 9, 2024 · 0 comments
Open

[feat] Validate (total) transaction SigOpCost #161

m-kus opened this issue Sep 9, 2024 · 0 comments
Labels
blocked Requires other issues to be resolved first

Comments

@m-kus
Copy link
Collaborator

m-kus commented Sep 9, 2024

Requires Shinigami integration.

There are hard caps (on transaction and block levels) for the usage of ECDSA signature verification codes.
We have to implement SigOp count calculation for an individual script and then add helpers for transaction and block so that we can compute total SigOpCost.

Maybe the former is best suited to be implemented in shinigami-execution?

References:

@m-kus m-kus added this to the Milestone 3 — milestone Sep 9, 2024
@m-kus m-kus added the blocked Requires other issues to be resolved first label Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Requires other issues to be resolved first
Projects
None yet
Development

No branches or pull requests

1 participant