< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #16026: Ensure that uncompressed public keys in a multisig always returns a legacy address (master...dont-sw-ms-uncomp) https://github.com/bitcoin/bitcoin/pull/16026
< bitcoin-git>
[bitcoin] MarcoFalke reopened pull request #16026: Ensure that uncompressed public keys in a multisig always returns a legacy address (master...dont-sw-ms-uncomp) https://github.com/bitcoin/bitcoin/pull/16026
< bitcoin-git>
[bitcoin] practicalswift opened pull request #16221: tests: Mark test coins_tests/updatecoins_simulation_test as non-deterministic (master...updatecoins_simulation_test) https://github.com/bitcoin/bitcoin/pull/16221
< dongcarl>
Looking thru BIP62 right now... I'm wondering if "2. Non-push operations in scriptSig" and "7. Inputs ignored by scripts" were ever addressed? I'm baffled by how one would address these two, although I do know that 7's OP_CHECKMULTISIG case is addressed by BIP147