joinmarket/test
Adam Gibson 47b2a9cf0b
Update tests to use 1/0 not True/False addr type
Prior to this commit, several test functions were using
"True" to flag internal and "False" to flag external for
the HD branch for the wallet, but we now use BaseWallet vars
ADDRESS_TYPE_[IN/EX]TERNAL (1/0), so this
is changed to explicitly reference those. There is no change
to the live code (which calls get_[internal/external]_addr).
In addition _index_cache updates in wallet are protected
with a wrapper function to ensure that the branch requested
is valid.
Tests pass both before and after this change.
2021-02-09 00:28:48 +02:00
..
Dockerfiles install.sh: use python3 virtualenv 2020-04-25 17:26:28 +02:00
travis Move Travis-specific install_bitcoind.sh out of root 2020-03-15 12:59:56 +02:00
bitcoin.conf [test] Update test/bitcoin.conf according to 0.20 release notes 2020-06-25 15:32:52 -04:00
common.py Update tests to use 1/0 not True/False addr type 2021-02-09 00:28:48 +02:00
payjoinclient.py Implement BIP78 payjoin in JoinMarketQt GUI 2020-08-19 22:20:17 +03:00
payjoinserver.py BIP78 receiver over a Tor hidden service. 2020-09-23 15:04:59 +01:00
regtest_joinmarket.cfg Fix tests for Bitcoin Core v0.21+ 2021-02-08 09:24:08 +02:00
run_tests.sh Silence unnecessary warning 2020-10-22 00:12:01 +03:00
test_full_coinjoin.py Move all user data to home directory 2020-01-06 13:49:47 +00:00
test_segwit.py Update tests to use 1/0 not True/False addr type 2021-02-09 00:28:48 +02:00
tx_segwit_valid.json Modify jmclient tests for new protocol updates 2017-07-22 21:07:17 +03:00
ygrunner.py Move YG settings to a config file 2021-01-20 12:45:47 +00:00