As per title.
Details
Details
- Reviewers
jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGING18708a54d44c: [sigcheck] Add per tx limit
rABC18708a54d44c: [sigcheck] Add per tx limit
Added integration tests
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/validation.cpp | ||
---|---|---|
1225 ↗ | (On Diff #16414) | Won't this short circuit so pBlockLimitSigChecks->consume_and_check(metrics.nSigChecks) may not be evaluated? |
1273 ↗ | (On Diff #16414) | ditto |
src/validation.h | ||
524 ↗ | (On Diff #16414) | Nit: s/for to/to |
test/functional/abc-block-sigchecks-activation.py | ||
298 ↗ | (On Diff #16414) | s/may/many ? |
src/validation.cpp | ||
---|---|---|
1225 ↗ | (On Diff #16414) | nvm, the tx limit check failing is the only case where this does not short circuit, so it doesn't matter. |