Currently we have two segwitv1 output script types that are considered standard:
TxoutType::WITNESS_V1_TAPROOT
(P2TR): witness program has size 32 (introduced with taproot soft-fork)TxoutType::ANCHOR
(P2A): witness program is {0x4e, 0x7e} (introduced with #30352)
This PR adds them to the script standardness unit tests where missing, i.e. for using them with the ExtractDestination
and GetScriptForDestination
functions.