Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-25 | qa: Avoid start/stop of the network thread mid-test | MarcoFalke | |
2018-05-30 | qa: Avoid checking reject code for now | MarcoFalke | |
The node will often disconnect before sending a reject code. A more robust solution would be to read from the debug log. | |||
2018-05-30 | Merge #13069: docs: Fix typos | MarcoFalke | |
d8c4998f31 Fix typos (practicalswift) Pull request description: Fix typos. Tree-SHA512: 9af52a9799e6892b162e4aa1bcd6585502e10650b8aced59e7346dbb2f08544330081eb79328255fad1d358c095507956e049d354c4383b6965d4d5a7d635425 | |||
2018-05-13 | net: Add option `-enablebip61` to configure sending of BIP61 notifications | Wladimir J. van der Laan | |
This commit adds a boolean option `-enablebip61`, defaulting to `1`, that can be used to disable the sending of BIP61 `reject` messages. This functionality has been requested for various reasons: - security (DoS): reject messages can reveal internal state that can be used to target certain resources such as the mempool more easily. - bandwidth: a typical node sends lots of reject messages; this counts against upstream bandwidth. Also the reject messages tend to be larger than the message that was rejected. On the other hand, reject messages can be useful while developing client software (I found them indispensable while creating bitcoin-submittx), as well as for our own test cases, so whatever the default becomes on the long run, IMO the functionality should be retained as option. But that's a discussion for later. | |||
2018-05-07 | Fix typos | practicalswift | |
2018-05-05 | qa: Pad scriptPubKeys to get minimum sized txs | MarcoFalke | |
2018-04-16 | qa: Add test for orphan handling | MarcoFalke | |
2018-02-13 | [test] Fix nits leftover from 11771 | Conor Scott | |
Remove unused variable reassignments in p2p_invalid_tx.py and call send_txs_and_test() with valid transaction. | |||
2018-01-30 | [tests] Change invalidtxrequest to use BitcoinTestFramework | John Newbery | |
2018-01-30 | [tests] Fix flake8 warnings in invalidtxrequest | John Newbery | |
2018-01-25 | [tests] Rename p2p_* functional tests. | Anthony Towns | |