[0.12.2] qa Backports#7811
Merged
Merged
Conversation
added 7 commits
April 5, 2016 11:53
Github-Pull: bitcoin#7720 Rebased-From: fab3890
Github-Pull: bitcoin#7684 Rebased-From: fa3a81a fad7dc8 fad8cfb
Github-Pull: bitcoin#7372 Rebased-From: facd288
Github-Pull: bitcoin#7320 Rebased-From: fa1cb1a
Github-Pull: bitcoin#7702 Rebased-From: fa4a522
Github-Pull: bitcoin#7757 Rebased-From: fa3fafc
Github-Pull: bitcoin#7778 Rebased-From: fa524d9 fa2cea1 faaa3c9 4444806
Member
Author
|
I left out fa8cd46 because I didn't feel like solving conflicts. Extended tests seem to test pass locally. |
Member
|
Probably we want to do this when the Python 3 transition is complete? |
Github-Pull: bitcoin#7697 Rebased-From: ec14339
Github-Pull: bitcoin#7853 Rebased-From: faa41ee, fa7abe0 Conflicts: qa/rpc-tests/invalidtxrequest.py qa/rpc-tests/p2p-feefilter.py qa/rpc-tests/proxy_test.py qa/rpc-tests/test_framework/mininode.py qa/rpc-tests/test_framework/netutil.py src/test/bctest.py
Github-Pull: bitcoin#7801 Rebased-From: ffff866
Github-Pull: bitcoin#7822 Rebased-From: fa942c7 5d217de
Member
Author
|
@laanwj I am not sure if it makes sense to do the py3 switch as part of this pull because I am waiting for travis to switch to trusty first. Then the question arises if we switch the 0.12 branch to trusty as well. Regardless of how we decide, I think the py3 switch for 0.12 should be a separate pull. |
Member
Author
|
Extended tests pass. |
maflcko
pushed a commit
that referenced
this pull request
Apr 25, 2016
6862627 Add listunspent() test for spendable/unspendable UTXO (Joao Fonseca) 28ba22c [qa] Remove misleading "errorString syntax" (MarcoFalke) f1f1b82 [qa] py2: Unfiddle strings into bytes explicitly (MarcoFalke) c0d9e31 Tests: make prioritise_transaction.py more robust (Suhas Daftuar) ff9b436 [qa] Bug fixes and refactor (MarcoFalke) b1dd64b [qa] wallet: Wait for reindex to catch up (MarcoFalke) f23cb7c [qa] Add tests verifychain, lockunspent, getbalance, listsinceblock (MarcoFalke) 3316552 [qa] Test walletpassphrase timeout (MarcoFalke) 6aae129 [qa] wallet: Print maintenance (MarcoFalke) ad8c743 [qa] Extend tests (MarcoFalke) d89fbfe [qa] rpc-test: Normalize assert() (MarcoFalke)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@btcdrak