Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-07 | Merge #9532: Remove unused variables | Wladimir J. van der Laan | |
90fd29b Remove unused int64_t nSinceLastSeen (practicalswift) ac4a095 Remove unused Python variables (practicalswift) | |||
2017-01-20 | Remove redundant semicolons in Python code | practicalswift | |
2017-01-13 | Remove unused Python variables | practicalswift | |
2016-11-25 | Merge #9189: Always add default_witness_commitment with GBT client support | Wladimir J. van der Laan | |
95f4a03 [qa] Test getblocktemplate default_witness_commitment (Suhas Daftuar) ad04d1c Always add default_witness_commitment with GBT client support (Pieter Wuille) | |||
2016-11-21 | [qa] Test getblocktemplate default_witness_commitment | Suhas Daftuar | |
2016-11-21 | Make test constant consistent with consensus.h | BtcDrak | |
2016-11-07 | [qa] Respond to getheaders and do not assume a getdata on inv | Matt Corallo | |
2016-10-17 | remove redundant tests in p2p-segwit.py | Johnson Lau | |
2016-10-16 | [qa] Add tests for uncompressed pubkeys in segwit | Suhas Daftuar | |
2016-10-16 | Add standard limits for P2WSH with tests | Johnson Lau | |
2016-10-04 | Fix overly-prescriptive p2p-segwit test for new fetch logic | Matt Corallo | |
2016-09-25 | Ping regularly in p2p-segwit.py to keep connection alive | Johnson Lau | |
This pings regularly while building a big block in p2p-segwit.py, to prevent timeout | |||
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-05 | Add basic test for IsStandard witness transaction blinding | instagibbs | |
2016-08-18 | p2psegwit.py transaction is rejected due to premature witness not size | instagibbs | |
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-07-23 | qa: Add test for standardness of segwit v0 outputs | Suhas Daftuar | |
2016-07-18 | Rename "block cost" to "block weight" | Suhas Daftuar | |
2016-07-15 | [qa] Sort scripts by time for pull_tester and don't overwrite setup_chain | MarcoFalke | |
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-07 | Test that unnecessary witnesses can't be used for mempool DoS | Suhas Daftuar | |
Check that pre-segwit activation, unnecessary witnesses won't cause a txid to be permanently rejected. | |||
2016-07-06 | Rename CTxinWitness -> CTxInWitness | Bob McElrath | |
2016-06-22 | [qa] p2p segwit tests | Suhas Daftuar | |
mininode now supports witness transactions/blocks, blocktools has a helper for adding witness commitments to blocks, and script has a function to calculate hashes for signature under sigversion 1, used by segwit. Py3 conversion by Marco Falke Test to make sure upgraded nodes don't ask for non-wit blocks by Gregory Sanders. |