Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-15 | Fix broken sendcmpct test in p2p-compactblocks.py | Suhas Daftuar | |
Python lambda use was incorrect. sendcmpct messages need to be synchronized with RPC calls to generate(). Headers need to be synced (eg with getheaders) for cmpctblock announcements to start. Last test omitted sending a sendcmpct message. | |||
2016-09-14 | [qa] walletbackup: Sync blocks inside the loop | MarcoFalke | |
2016-09-14 | [qa] wallet: Check legacy wallet as well | MarcoFalke | |
2016-09-13 | [qa] create_cache: Delete temp dir when done | MarcoFalke | |
2016-09-13 | Merge #8652: [qa]: remove root test directory for RPC tests | MarcoFalke | |
c62cc4e fix path for bak file (whythat) 438e94d remove root test directory for RPC tests (whythat) | |||
2016-09-13 | Merge #8528: Update p2p-segwit.py to reflect correct behavior | Wladimir 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-11 | [copyright] Add missing copyright headers | isle2983 | |
2016-09-09 | Merge #8667: Fix SIGHASH_SINGLE bug in test_framework SignatureHash | MarcoFalke | |
2f2548d Fix SIGHASH_SINGLE bug in test_framework SignatureHash (Johnson Lau) | |||
2016-09-09 | Merge #8680: Address Travis spurious failures | Wladimir J. van der Laan | |
d6a5dc4 add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for tests (Cory Fields) | |||
2016-09-07 | add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for tests | Cory 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-06 | Fix SIGHASH_SINGLE bug in test_framework SignatureHash | Johnson Lau | |
The value for "other" inputs should be -1 (0xffffffffffffffff) instead of 0 | |||
2016-09-05 | Add basic test for IsStandard witness transaction blinding | instagibbs | |
2016-09-05 | fix path for bak file | whythat | |
2016-09-05 | remove root test directory for RPC tests | whythat | |
2016-09-01 | rest.cpp: change HTTP_INTERNAL_SERVER_ERROR to HTTP_BAD_REQUEST | djpnewton | |
2016-08-31 | Implement NULLDUMMY softfork | Johnson Lau | |
2016-08-29 | [doc] - clarify statement about parallel jobs in rpc-tests.py | isle2983 | |
2016-08-28 | Merge #8607: [doc] Fix doxygen off-by-one comments, fix typos | Wladimir 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 option | MarcoFalke | |
2016-08-24 | Merge #8450: [Test] Replace rpc_wallet_tests.cpp with python RPC unit tests | Wladimir 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 ImportError | MarcoFalke | |
2016-08-19 | [qa] Remove unused code | MarcoFalke | |
2016-08-18 | p2psegwit.py transaction is rejected due to premature witness not size | instagibbs | |
2016-08-18 | Revert "[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-18 | Merge #8531: [qa] abandonconflict: Use assert_equal | Wladimir J. van der Laan | |
fa64306 [qa] abandonconflict: Use assert_equal (MarcoFalke) | |||
2016-08-17 | [qa] abandonconflict: Use assert_equal | MarcoFalke | |
2016-08-17 | Merge #8482: [qa] Use single cache dir for chains | Wladimir 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-16 | Update p2p-segwit.py to reflect correct AskFor behavior | instagibbs | |
2016-08-16 | qa: Remove duplicate `hash160` implementation | Wladimir J. van der Laan | |
`hash160` is defined in `test_framework.script`, so there is no need to define it here again. | |||
2016-08-08 | qa/rpc-tests/segwit: Test GBT sigops before and after activation | Luke Dashjr | |
2016-08-07 | Account wallet feature RPC tests. | Patrick Strateman | |
2016-08-07 | [qa] Use single cache dir for chains | MarcoFalke | |
2016-08-07 | [qa] Adjust timeouts for micro-optimization of run time | MarcoFalke | |
2016-08-04 | Merge #8444: Fix p2p-feefilter.py for changed tx relay behavior | Wladimir J. van der Laan | |
2c517b3 Fix p2p-feefilter.py for changed tx relay behavior (Suhas Daftuar) | |||
2016-08-04 | Merge #8391: Consensus: Remove ISM | Wladimir J. van der Laan | |
122786d Consensus: Remove ISM (NicolasDorier) | |||
2016-08-03 | Merge #8442: [qa] Rework hd wallet dump test | Wladimir J. van der Laan | |
fa4439d [qa] Rework hd wallet dump test (MarcoFalke) | |||
2016-08-02 | Merge #8418: Add tests for compact blocks | Wladimir 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-01 | Fix p2p-feefilter.py for changed tx relay behavior | Suhas Daftuar | |
2016-08-01 | [qa] Rework hd wallet dump test | MarcoFalke | |
2016-07-31 | Merge #8400: [qa]: enable rpcbind_test | MarcoFalke | |
9bbb414 [qa]: enable rpcbind_test (whythat) 0ff4375 [qa]: add parsing for '<host>:<port>' argument form to rpc_url() (whythat) | |||
2016-07-29 | Add p2p test for BIP 152 (compact blocks) | Suhas Daftuar | |
2016-07-29 | Add support for compactblocks to mininode | Suhas Daftuar | |
2016-07-29 | Tests: refactor compact size serialization in mininode | Suhas Daftuar | |
2016-07-29 | Implement SipHash in Python | Pieter Wuille | |
2016-07-28 | [QA] Add walletdump RPC test (including HD- & encryption-tests) | Jonas Schnelli | |
2016-07-28 | Port from 0.13: Create a new HD seed after encrypting the wallet | Jonas 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-26 | Merge #8381: Make witness v0 outputs non-standard | Wladimir 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_test | whythat | |
2016-07-25 | [qa]: add parsing for '<host>:<port>' argument form to rpc_url() | whythat | |
2016-07-23 | Consensus: Remove ISM | NicolasDorier | |