This exposes the input-total metrics for VerifyScript callers, so it
can be used in CheckInputs (-> mempool tracking, scriptcache, connectblock
checking).
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Maniphest Tasks
- T704: sigChecks implementation
- Commits
- rSTAGING3340ff368183: VerifyScript: accumulate ScriptExecutionMetrics and return them
rABC3340ff368183: VerifyScript: accumulate ScriptExecutionMetrics and return them
ninja check
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/script/interpreter.cpp | ||
---|---|---|
1709 ↗ | (On Diff #15162) | This is a pretty bad API. You can instead create a local variable, use that, and merge it at the end. |