Files
bitcoin/src
Antoine Poinsot 9fc68faf35 script: match multisigs with up to MAX_PUBKEYS_PER_MULTISIG keys
We were previously ruling out 17-20 pubkeys multisig, while they are
only invalid under P2SH context.
This makes multisigs with up to 20 keys be detected as valid by the
solver. This is however *not* a policy change as it would only apply
to bare multisigs, which are already limited to 3 pubkeys.

Note that this does not change the sigOpCount calculation (as it would
break consensus). Therefore 1-16 keys multisigs are counted as 1-16 sigops
and 17-20 keys multisigs are counted as 20 sigops.

Signed-off-by: Antoine Poinsot <darosior@protonmail.com>
2021-04-28 10:00:28 +02:00
..
2021-04-06 14:50:17 +08:00
2021-03-17 17:59:22 -07:00
2021-03-17 17:59:22 -07:00
2021-04-17 20:13:34 +02:00
2021-04-06 14:50:17 +08:00
2021-03-11 13:45:14 +08:00
2021-03-18 18:43:52 +01:00