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?
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: