Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-01 | rest.cpp: change HTTP_INTERNAL_SERVER_ERROR to HTTP_BAD_REQUEST | djpnewton | |
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 | 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 | 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 | |
2016-07-23 | qa: Add test for standardness of segwit v0 outputs | Suhas Daftuar | |
2016-07-21 | [Wallet] Correct hdmasterkeyid/masterkeyid name confusion | Jonas Schnelli | |
2016-07-18 | Rename "block cost" to "block weight" | Suhas Daftuar | |
2016-07-18 | Merge #8323: Add HD keypath to CKeyMetadata, report metadata in validateaddress | Wladimir 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-18 | Merge #8305: Improve handling of unconnecting headers | Wladimir 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_chain | MarcoFalke | |
2016-07-15 | [Wallet] comsetic non-code changes for the HD feature | Jonas Schnelli | |
2016-07-14 | [qa] Solve merge conflict of 4324bd237c3147fc153ba5046c211f03e8ac956a | MarcoFalke | |
2016-07-14 | Merge #8312: Fix mempool DoS vulnerability from malleated transactions | Wladimir J. van der Laan | |
46c9620 Test that unnecessary witnesses can't be used for mempool DoS (Suhas Daftuar) bb66a11 Fix DoS vulnerability in mempool acceptance (Suhas Daftuar) | |||
2016-07-14 | Merge #8311: Rename CTxinWitness -> CTxInWitness | Wladimir J. van der Laan | |
36ae37a Rename CTxinWitness -> CTxInWitness (Bob McElrath) | |||
2016-07-12 | Add test for handling of unconnecting headers | Suhas Daftuar | |
2016-07-09 | [QA] extend wallet-hd test to cover HD metadata | Jonas Schnelli | |