Page MenuHomePhabricator

test: add functional test for non-standard txs with too large scriptSig
ClosedPublic

Authored by PiRK on Nov 5 2020, 08:17.

Details

Reviewers
Fabien
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Restricted Project
Commits
rABCf663381f05cf: test: add functional test for non-standard txs with too large scriptSig
Summary

A transaction is rejected by the mempool with reason "scriptsig-size" if any of
the inputs' scriptSig is larger than 1650 bytes.

This is a backport of Core PR17532

Test Plan

ninja && test/functional/test_runner.py mempool_accept

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable