mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
This PR eliminates "strange regtest=0 behavior" in a test which had forced us to disable the test for Elements. Can re-enable now :) I also removed the `chain_in_args` parameter to `TestNode`, which Steven added in https://github.com/ElementsProject/elements/pull/533 (which itself replaces unconditionally adding chain={} on the command-line, which was added in #458). These were added in the 0.17 rebase to deal with the job of starting bitcoind, which then did not support the `chain=` command-line arg as well as elementsd, which back then required this command-line arg. This was causing some issues with the "check -acceptnonstdtxn doesn't work on mainnet" test because it would add -chain=elementsregtest to the command-line of a daemon that was supposed to be connecting to mainnet/liquidv1. It is possible to override this behavior, but since 0.20+ versions of elementsd and bitcoind have essentially the same support for chain= options, it seemed cleaner to just eliminate the diff. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| address.py | ||
| authproxy.py | ||
| bdb.py | ||
| bip340_test_vectors.csv | ||
| blocktools.py | ||
| coverage.py | ||
| descriptors.py | ||
| key.py | ||
| liquid_addr.py | ||
| messages.py | ||
| muhash.py | ||
| netutil.py | ||
| p2p.py | ||
| script.py | ||
| script_util.py | ||
| segwit_addr.py | ||
| siphash.py | ||
| socks5.py | ||
| test_framework.py | ||
| test_node.py | ||
| test_shell.py | ||
| util.py | ||
| wallet.py | ||
| wallet_util.py | ||