sipa / bitcoin

Bitcoin integration/staging tree
http://www.bitcoin.org
MIT License
88 stars 21 forks source link

test: Add feature_taproot.py --previous_release #122

Closed maflcko closed 3 years ago

maflcko commented 3 years ago

Disabling the new consensus code at runtime is fine, but potentially fragile and incomplete. Fix that by giving the option to run with a version that has been compiled without any taproot code.

maflcko commented 3 years ago

Example test run without previous releases downloaded:

https://travis-ci.org/github/MarcoFalke/bitcoin-core/jobs/737983581#L3276 (skipped)

with:

https://travis-ci.org/github/MarcoFalke/bitcoin-core/jobs/737983584#L5133 (times out, but I tested locally)