aboutsummaryrefslogtreecommitdiff
path: root/qa
AgeCommit message (Collapse)Author
2016-09-13Merge #8652: [qa]: remove root test directory for RPC testsMarcoFalke
c62cc4e fix path for bak file (whythat) 438e94d remove root test directory for RPC tests (whythat)
2016-09-13Merge #8528: Update p2p-segwit.py to reflect correct behaviorWladimir J. van der Laan
5547aeb p2psegwit.py transaction is rejected due to premature witness not size (instagibbs) bc1d1f2 Update p2p-segwit.py to reflect correct AskFor behavior (instagibbs)
2016-09-09Merge #8667: Fix SIGHASH_SINGLE bug in test_framework SignatureHashMarcoFalke
2f2548d Fix SIGHASH_SINGLE bug in test_framework SignatureHash (Johnson Lau)
2016-09-09Merge #8680: Address Travis spurious failuresWladimir J. van der Laan
d6a5dc4 add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for tests (Cory Fields)
2016-09-07add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for testsCory Fields
waitfornewblock waits until a new block is received, or the timeout expires, then returns the current block height/hash. waitforblock waits for a specific blockhash, or until the timeout expires, then returns the current block height/hash. If the target blockhash is the current tip, it will return immediately. waitforblockheight waits until the tip has reached a certain height or higher, then returns the current height and hash. waitforblockheight is used to avoid polling in the rpc tests.
2016-09-06Fix SIGHASH_SINGLE bug in test_framework SignatureHashJohnson Lau
The value for "other" inputs should be -1 (0xffffffffffffffff) instead of 0
2016-09-05Add basic test for IsStandard witness transaction blindinginstagibbs
2016-09-05fix path for bak filewhythat
2016-09-05remove root test directory for RPC testswhythat
2016-09-01rest.cpp: change HTTP_INTERNAL_SERVER_ERROR to HTTP_BAD_REQUESTdjpnewton
2016-08-29[doc] - clarify statement about parallel jobs in rpc-tests.pyisle2983
2016-08-28Merge #8607: [doc] Fix doxygen off-by-one comments, fix typosWladimir J. van der Laan
fafe7b3 contrib: Make fix-copyright-headers.py more portable (MarcoFalke) fa27c0a [doc] Fix typos in comments, doxygen: Fix comment syntax (MarcoFalke) fabfd5d [qa] pull-tester: Don't mute zmq ImportError (MarcoFalke) 67a5502 init: Fix typo in help message for -whitelistforcerelay (Wladimir J. van der Laan)
2016-08-24[wallet] rpc: Drop misleading optionMarcoFalke
2016-08-24Merge #8450: [Test] Replace rpc_wallet_tests.cpp with python RPC unit testsWladimir J. van der Laan
9578333 Remove rpc_wallet_tests.cpp (Patrick Strateman) 25400c4 Account wallet feature RPC tests. (Patrick Strateman)
2016-08-22[qa] pull-tester: Don't mute zmq ImportErrorMarcoFalke
2016-08-19[qa] Remove unused codeMarcoFalke
2016-08-18p2psegwit.py transaction is rejected due to premature witness not sizeinstagibbs
2016-08-18Revert "[qa] Adjust timeouts for micro-optimization of run time"Wladimir J. van der Laan
This reverts commit fa2d68f79c459b505652728c3d8da60679f98ae3. Temporary revert - see discussion in #8532.
2016-08-18Merge #8531: [qa] abandonconflict: Use assert_equalWladimir J. van der Laan
fa64306 [qa] abandonconflict: Use assert_equal (MarcoFalke)
2016-08-17[qa] abandonconflict: Use assert_equalMarcoFalke
2016-08-17Merge #8482: [qa] Use single cache dir for chainsWladimir J. van der Laan
fad8cf6 [qa] Use single cache dir for chains (MarcoFalke) fa2d68f [qa] Adjust timeouts for micro-optimization of run time (MarcoFalke) fae596f [qa] Sort scripts by time for pull_tester and don't overwrite setup_chain (MarcoFalke)
2016-08-16Update p2p-segwit.py to reflect correct AskFor behaviorinstagibbs
2016-08-16qa: Remove duplicate `hash160` implementationWladimir J. van der Laan
`hash160` is defined in `test_framework.script`, so there is no need to define it here again.
2016-08-08qa/rpc-tests/segwit: Test GBT sigops before and after activationLuke Dashjr
2016-08-07Account wallet feature RPC tests.Patrick Strateman
2016-08-07[qa] Use single cache dir for chainsMarcoFalke
2016-08-07[qa] Adjust timeouts for micro-optimization of run timeMarcoFalke
2016-08-04Merge #8444: Fix p2p-feefilter.py for changed tx relay behaviorWladimir J. van der Laan
2c517b3 Fix p2p-feefilter.py for changed tx relay behavior (Suhas Daftuar)
2016-08-04Merge #8391: Consensus: Remove ISMWladimir J. van der Laan
122786d Consensus: Remove ISM (NicolasDorier)
2016-08-03Merge #8442: [qa] Rework hd wallet dump testWladimir J. van der Laan
fa4439d [qa] Rework hd wallet dump test (MarcoFalke)
2016-08-02Merge #8418: Add tests for compact blocksWladimir J. van der Laan
45c7ddd Add p2p test for BIP 152 (compact blocks) (Suhas Daftuar) 9a22a6c Add support for compactblocks to mininode (Suhas Daftuar) a8689fd Tests: refactor compact size serialization in mininode (Suhas Daftuar) 9c8593d Implement SipHash in Python (Pieter Wuille) 56c87e9 Allow changing BIP9 parameters on regtest (Suhas Daftuar)
2016-08-01Fix p2p-feefilter.py for changed tx relay behaviorSuhas Daftuar
2016-08-01[qa] Rework hd wallet dump testMarcoFalke
2016-07-31Merge #8400: [qa]: enable rpcbind_testMarcoFalke
9bbb414 [qa]: enable rpcbind_test (whythat) 0ff4375 [qa]: add parsing for '<host>:<port>' argument form to rpc_url() (whythat)
2016-07-29Add p2p test for BIP 152 (compact blocks)Suhas Daftuar
2016-07-29Add support for compactblocks to mininodeSuhas Daftuar
2016-07-29Tests: refactor compact size serialization in mininodeSuhas Daftuar
2016-07-29Implement SipHash in PythonPieter Wuille
2016-07-28[QA] Add walletdump RPC test (including HD- & encryption-tests)Jonas Schnelli
2016-07-28Port from 0.13: Create a new HD seed after encrypting the walletJonas Schnelli
Forward-ports two commits from 0.13: - [0.13] Create a new HD seed after encrypting the wallet - [Wallet] Add CKeyMetadata record for HDMasterKey(s), factor out HD key generation Github-Pull: #8389 Rebased-From: f142c11ac634df487cc4bc65a5f1c9a3e3563dd9 de45c065f0648c4c41b57cb492420ceeed29dd11
2016-07-26Merge #8381: Make witness v0 outputs non-standardWladimir J. van der Laan
c59c434 qa: Add test for standardness of segwit v0 outputs (Suhas Daftuar) 1ffaff2 Make witness v0 outputs non-standard before segwit activation (Johnson Lau)
2016-07-25[qa]: enable rpcbind_testwhythat
2016-07-25[qa]: add parsing for '<host>:<port>' argument form to rpc_url()whythat
2016-07-23Consensus: Remove ISMNicolasDorier
2016-07-23qa: Add test for standardness of segwit v0 outputsSuhas Daftuar
2016-07-21[Wallet] Correct hdmasterkeyid/masterkeyid name confusionJonas Schnelli
2016-07-18Rename "block cost" to "block weight"Suhas Daftuar
2016-07-18Merge #8323: Add HD keypath to CKeyMetadata, report metadata in validateaddressWladimir J. van der Laan
7945088 [Wallet] comsetic non-code changes for the HD feature (Jonas Schnelli) 68d7682 [Wallet] ensure CKeyMetadata.hdMasterKeyID will be cleared during SetNull() (Jonas Schnelli) f708085 [QA] extend wallet-hd test to cover HD metadata (Jonas Schnelli) 986c223 [Wallet] print hd masterkeyid in getwalletinfo (Jonas Schnelli) b1c7b24 [Wallet] report optional HDKeypath/HDMasterKeyId in validateaddress (Jonas Schnelli) 5b95dd2 [Wallet] extend CKeyMetadata with HD keypath (Jonas Schnelli)
2016-07-18Merge #8305: Improve handling of unconnecting headersWladimir J. van der Laan
e91cf4b Add test for handling of unconnecting headers (Suhas Daftuar) 96fa953 Improve handling of unconnecting headers (Suhas Daftuar)
2016-07-15[qa] Sort scripts by time for pull_tester and don't overwrite setup_chainMarcoFalke