aboutsummaryrefslogtreecommitdiff
path: root/qa
AgeCommit message (Collapse)Author
2016-01-22Merge #7236: Use createrawtx locktime parm in txn_cloneWladimir J. van der Laan
e279038 Use createrawtx locktime parm in txn_clone (Tom Harding)
2016-01-22Merge #7177: [qa] Change default block priority size to 0Wladimir J. van der Laan
fa8e2a6 [qa] Change default block priority size to 0 (MarcoFalke)
2016-01-20[qa] Change default block priority size to 0MarcoFalke
2016-01-19RPC: indicate which transactions are replaceableSuhas Daftuar
Add "bip125-replaceable" output field to listtransactions and gettransaction which indicates if an unconfirmed transaction, or any unconfirmed parent, is signaling opt-in RBF according to BIP 125.
2016-01-19Merge pull request #7164: Do not download transactions during initial ↵Wladimir J. van der Laan
blockchain sync 39a525c Do not download transactions during inital sync (ptschip)
2016-01-18Merge pull request #7372Wladimir J. van der Laan
facd288 [qa] wallet: Print maintenance (MarcoFalke)
2016-01-18[qa] wallet: Print maintenanceMarcoFalke
2016-01-18Fix error in blockchain.py introduced in mergeSuhas Daftuar
2016-01-18Merge pull request #7194Wladimir J. van der Laan
135d6ec Add RPC tests for getblockheader. (James O'Beirne) 4745636 Add RPC documentation for getblockheader[chainwork]. (James O'Beirne) 16d4fce Add assert_is_hex_string and assert_is_hash_string to RPC test utils. (James O'Beirne)
2016-01-18Merge pull request #7320Wladimir J. van der Laan
fa1cb1a [qa] Test walletpassphrase timeout (MarcoFalke)
2016-01-18Merge pull request #7335Wladimir J. van der Laan
7777994 [qa] Fix pyton syntax in rpc tests (MarcoFalke)
2016-01-18Merge pull request #7329Wladimir J. van der Laan
9d263bd Typo fixes in comments (Chris Wheeler)
2016-01-18Merge pull request #7368Wladimir J. van der Laan
4d10d2e Eliminate race condition in mempool_packages test (Suhas Daftuar)
2016-01-17Typo fixes in commentsChris Wheeler
2016-01-14Eliminate race condition in mempool_packages testSuhas Daftuar
2016-01-13[qa] Fix pyton syntax in rpc testsMarcoFalke
2016-01-13Merge pull request #7312Wladimir J. van der Laan
d11fc16 [Wallet] Call notification signal when a transaction is abandoned (Jonas Schnelli) df0e222 Add RPC test for abandoned and conflicted transactions. (Alex Morcos) 01e06d1 Add new rpc call: abandontransaction (Alex Morcos) 9e69717 Make wallet descendant searching more efficient (Alex Morcos)
2016-01-13Add RPC test for abandoned and conflicted transactions.Alex Morcos
2016-01-13Merge pull request #7296Wladimir J. van der Laan
bebe58b SQUASHME: Fix rpc tests that assumed fallback to minRelayTxFee (Alex Morcos) e420a1b Add sane fallback for fee estimation (Alex Morcos) 995b9f3 Always respect GetRequiredFee for wallet txs (Alex Morcos)
2016-01-09[qa] Test walletpassphrase timeoutMarcoFalke
2016-01-09Merge pull request #7308Wladimir J. van der Laan
168915e Eliminate race condition in sendheaders.py test (Suhas Daftuar) 82a0ce0 Add race-condition debugging tool to mininode (Suhas Daftuar)
2016-01-07Eliminate race condition in sendheaders.py testSuhas Daftuar
Clear the last block announcement before mining new blocks.
2016-01-07Add race-condition debugging tool to mininodeSuhas Daftuar
2016-01-07Merge pull request #7229Wladimir J. van der Laan
fa33d97 [walletdb] Add missing LOCK() in Recover() for dummyWallet (MarcoFalke) fa14d99 [qa] check if wallet or blochchain maintenance changes the balance (MarcoFalke) fa0765d [qa] Cleanup wallet.py test (MarcoFalke)
2016-01-05SQUASHME: Fix rpc tests that assumed fallback to minRelayTxFeeAlex Morcos
2016-01-05Merge pull request #7205Wladimir J. van der Laan
fa71669 [devtools] Use git pretty-format for year parsing (MarcoFalke) fa24439 Bump copyright headers to 2015 (MarcoFalke) fa6ad85 [devtools] Rewrite fix-copyright-headers.py (MarcoFalke)
2016-01-04Merge pull request #7250Wladimir J. van der Laan
fa0a974 [qa] Move gen_return_txouts() to util.py (MarcoFalke)
2015-12-24[qa] Move gen_return_txouts() to util.pyMarcoFalke
2015-12-22Merge pull request #7153Wladimir J. van der Laan
7632cf6 [Tests] Refactor some shared functions (Jonas Schnelli) 110ff11 [Tests] Add mempool_limit.py test (Jonas Schnelli)
2015-12-22Merge pull request #7213Wladimir J. van der Laan
37d271d Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY. (mb300sd)
2015-12-22Merge pull request #7226Wladimir J. van der Laan
9b41a5f Add more tests to p2p-fullblocktest (Suhas Daftuar)
2015-12-21Merge pull request #7062Wladimir J. van der Laan
901b01d Remove GetMinRelayFee (Suhas Daftuar) 27fae34 Use fee deltas for determining mempool acceptance (Suhas Daftuar) 9ef2a25 Update replace-by-fee logic to use fee deltas (Suhas Daftuar) eb30666 Fix mempool limiting for PrioritiseTransaction (Suhas Daftuar)
2015-12-20Use createrawtx locktime parm in txn_cloneTom Harding
Streamlines the test and serves as a test of the createrawtransaction locktime parameter.
2015-12-18[qa] check if wallet or blochchain maintenance changes the balanceMarcoFalke
2015-12-18[qa] Cleanup wallet.py testMarcoFalke
* Remove outdated comment * Remove unneeded 0s * Remove semicolons
2015-12-18Add more tests to p2p-fullblocktestSuhas Daftuar
2015-12-15Do not download transactions during inital syncptschip
2015-12-15Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY.mb300sd
2015-12-14Add RPC tests for getblockheader.James O'Beirne
2015-12-14Add assert_is_hex_string and assert_is_hash_string to RPC test utils.James O'Beirne
2015-12-14test: don't override BITCOIND and BITCOINCLI if they're setWladimir J. van der Laan
In rpc-tests.py, don't override BITCOIND and BITCOINCLI if they're already set. Makes it possible to run the tests with either another tree or the GUI.
2015-12-14[RPC-Tests] add option to run rpc test over QT clientsJonas Schnelli
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-12-09test: Add basic test for `reject` codeWladimir J. van der Laan
Extend P2P test framework to make it possible to expect reject codes for transactions and blocks.
2015-12-07Merge pull request #7171Wladimir J. van der Laan
2f601d2 test: remove necessity to call create_callback_map (Wladimir J. van der Laan)
2015-12-04tests: Disable Tor interactionWladimir J. van der Laan
This is unnecessary during the current tests (any test for Tor interaction can explicitly enable it) and interferes with the proxy test.
2015-12-04test: remove necessity to call create_callback_mapWladimir J. van der Laan
Remove necessity to call create_callback_map (as well as the function itself) from the Python P2P test framework. Invoke the appropriate methods directly. - Easy to forget to call it and wonder why it doesn't work - Simplifies the code - This makes it easier to handle new messages in subclasses
2015-12-03[Tests] Refactor some shared functionsJonas Schnelli
2015-12-03Merge pull request #7133Wladimir J. van der Laan
aa4b0c2 When not filtering blocks, getdata sends more in one test (Pieter Wuille) d41e44c Actually only use filterInventoryKnown with MSG_TX inventory messages. (Gregory Maxwell) b6a0da4 Only use filterInventoryKnown with MSG_TX inventory messages. (Patick Strateman) 6b84935 Rename setInventoryKnown filterInventoryKnown (Patick Strateman) e206724 Remove mruset as it is no longer used. (Gregory Maxwell) ec73ef3 Replace setInventoryKnown with a rolling bloom filter. (Gregory Maxwell)
2015-12-02Use fee deltas for determining mempool acceptanceSuhas Daftuar