Previously, send_big_transactions sent the coins to OP_TRUE.
However, this means the coins did not show up in listunspent.
As a result, several tests are unable to transition to using
send_big_transcations over create_lots_of_big_transactions.
Details
Details
- Reviewers
jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGING1462272d6178: [qa] add cashaddr module, and fix send_big_transactions
rABC1462272d6178: [qa] add cashaddr module, and fix send_big_transactions
./test/functional/test_runner.py --extended
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
test/functional/test_framework/cashaddr.py | ||
---|---|---|
3 ↗ | (On Diff #4543) | Since these copyrights share the same date, put all of them on the same line. |
21 ↗ | (On Diff #4543) | This entire license can be replaced with: # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. This is as per usual with other files in the repo. |
test/functional/test_framework/blocktools.py | ||
---|---|---|
106 ↗ | (On Diff #4543) | Change this to: and then the new CScript line below will be easier to understand, as just: |
test/functional/test_framework/cashaddr.py | ||
53 ↗ | (On Diff #4543) | This file has lots of double-newlines. Please remove them where they aren't necessary. |
110 ↗ | (On Diff #4543) | Is this line supposed to be (prefix, kind, hash)? |
test/functional/test_framework/cashaddr.py | ||
---|---|---|
92 ↗ | (On Diff #4551) | If the below isnt supposed to be (prefix, kind, hash) then this should say pair :P |