MarcoFalke
40aab35e98
Merge #19253: Tests: tidy up address.py and segwit_addr.py
825fcae484f31182041dfacbf820e818d759b130 [tests] Replace bytes literals with hex literals (John Newbery)
64eca45100536579a3849631e59d4277bbc25be1 [tests] Fix pep8 style violations in address.py (John Newbery)
b230f8b3f3adcb1e2ae299094f9ae0a8bc7cc3d0 [tests] Correct docstring for address.py (John Newbery)
ea70e6a2ca0e183ef40cdb9b3b86f39e94366015 [tests] Tidy up imports in address.py (John Newbery)
7f639df0b8a15aaeccedab00b634925f568c2c9a [tests] Remove unused optional verify_checksum parameter (John Newbery)
011e784f74411bd5d5dbccfd3af39e0937fd8933 [tests] Rename segwit encode and decode functions (John Newbery)
e4557133f595f357df5e16ae4f2f19c579631396 [tests] Move bech32 unit tests to test framework (John Newbery)
Pull request description:
Lots of small fixes:
- moving unit tests to test_framework implementation files
- renaming functions to be clearer
- removing multiple imports
- removing unreadable byte literals from the code
- fixing pep8 violations
- correcting out-of-date docstring
ACKs for top commit:
jonatack:
re-ACK 825fcae484f31182041dfacbf820e818d759b130 per `git range-diff a0a422c 7edcdcd 825fcae` and verified `wallet_address_types.py` and `wallet_basic.py --descriptors` (the failure on one travis job) are green locally.
MarcoFalke:
ACK 825fcae484f31182041dfacbf820e818d759b130
fanquake:
ACK 825fcae484f31182041dfacbf820e818d759b130 - looks ok to me.
Tree-SHA512: aea509c27c1bcb94bef11205b6a79836c39c62249672815efc9822f411bc2e2336ceb3d72b3b861c3f4054a08e16edb28c6edd3aa5eff72eec1d60ea6ca82dc4
2020-10-01 09:43:11 +02:00
..
2020-09-03 16:47:49 +01:00
2020-06-25 17:26:20 +07:00
2020-06-03 07:18:01 -07:00
2018-07-27 07:15:02 -04:00
2020-01-30 23:55:36 -05:00
2020-07-16 18:10:43 +02:00
2020-09-20 11:13:56 +02:00
2020-07-16 18:10:48 +02:00
2019-03-02 10:58:35 -05:00
2020-09-21 22:33:00 +02:00
2020-04-22 09:00:56 -04:00
2020-08-06 18:39:33 +02:00
2020-09-03 16:47:49 +01:00
2018-07-27 07:15:02 -04:00
2019-03-02 10:58:35 -05:00
2020-08-27 18:50:08 +02:00
2020-09-10 07:39:14 -07:00
2019-11-05 12:55:52 +01:00
2020-09-03 12:07:53 +08:00
2020-06-10 12:10:02 -04:00
2020-09-09 11:27:28 +02:00