Closed takinbo closed 4 years ago
Isn't this fixed with #391?
@kristapsk in a kind of way. The tests use non-standard scripts which, although supported on testnet and regtest for bitcoin-core 0.18 and below, stopped being the default on regtest in 0.19. The solution in #391 was to use a flag explicitly enabling it.
I guess we could close this issue for now, however I think, longterm, we need to update the tests to use standard scripts - possibly use proper p2sh scripts instead.
Oh yes, I see. It should be trivial to replace the dummy output script with a normal one.
The tests
test_tx_creation.py
andtest_wallet.py
fail when using bitcoin core v0.19.0.1. It is possible that the reason this is happening is due to the recent enforcement of standard transactions for regtest (see release notes for v0.19.0.1).It affects
test_create_p2sh_output_tx()
Also affects
test_signing_imported()
and finally,
test_signing_simple()