Closed gitcoindev closed 1 year ago
Goal of this pull request is to fix failing rpc_createmultisig.py functional test case.
Cherry-picked and manually merged changes from Bitcoin core.
2022-12-19T12:39:57.353000Z TestFramework (INFO): Initializing test directory /tmp/BGL_func_test_4u5hqr2w 2022-12-19T12:39:58.429000Z TestFramework (INFO): Check that addmultisigaddress fails when the private keys are missing 2022-12-19T12:39:58.517000Z TestFramework (INFO): Generating blocks ... 2022-12-19T12:39:59.067000Z TestFramework (INFO): n/m=2/3 bech32 size=336 vsize=146 weight=582 2022-12-19T12:39:59.252000Z TestFramework (INFO): n/m=2/3 p2sh-segwit size=371 vsize=181 weight=722 2022-12-19T12:39:59.441000Z TestFramework (INFO): n/m=2/3 legacy size=334 vsize=334 weight=1336 2022-12-19T12:39:59.620000Z TestFramework (INFO): n/m=3/3 bech32 size=408 vsize=164 weight=654 2022-12-19T12:39:59.789000Z TestFramework (INFO): n/m=3/3 p2sh-segwit size=443 vsize=199 weight=794 2022-12-19T12:39:59.938000Z TestFramework (INFO): n/m=3/3 legacy size=408 vsize=408 weight=1632 2022-12-19T12:40:00.106000Z TestFramework (INFO): n/m=2/5 bech32 size=404 vsize=163 weight=650 2022-12-19T12:40:00.287000Z TestFramework (INFO): n/m=2/5 p2sh-segwit size=439 vsize=198 weight=790 2022-12-19T12:40:00.467000Z TestFramework (INFO): n/m=2/5 legacy size=404 vsize=404 weight=1616 2022-12-19T12:40:00.654000Z TestFramework (INFO): n/m=3/5 bech32 size=476 vsize=181 weight=722 2022-12-19T12:40:00.840000Z TestFramework (INFO): n/m=3/5 p2sh-segwit size=511 vsize=216 weight=862 2022-12-19T12:40:01.020000Z TestFramework (INFO): n/m=3/5 legacy size=476 vsize=476 weight=1904 2022-12-19T12:40:01.252000Z TestFramework (INFO): Mixed compressed and uncompressed multisigs are not allowed 2022-12-19T12:40:01.600000Z TestFramework (INFO): Testing sortedmulti descriptors with BIP 67 test vectors 2022-12-19T12:40:01.669000Z TestFramework (INFO): Stopping nodes 2022-12-19T12:40:01.932000Z TestFramework (INFO): Cleaning up /tmp/BGL_func_test_4u5hqr2w on exit 2022-12-19T12:40:01.932000Z TestFramework (INFO): Tests successful
Description
Goal of this pull request is to fix failing rpc_createmultisig.py functional test case.
Cherry-picked and manually merged changes from Bitcoin core.
Notes