Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |