Commit graph

20 commits

Author SHA1 Message Date
3np
b4e3fdda47 Update minimum supported Bitcoin Core version to 28.1 2025-10-27 23:41:40 +00:00
Kristaps Kaupe
f952d7df2d
Update minimum supported Bitcoin Core version to 29.0
We should not recommend anything older, there have been vulnerabilty fix. https://bitcoincore.org/en/2025/04/28/disclose-cve-2024-52919/
2025-10-17 22:32:11 +03:00
Kristaps Kaupe
6baf4a542d
Bump minimum required Bitcoin Core version from 24.0.1 to 25.1
Security vulnerability has been disclosed for versions older than 25.1, which are also currently EOL. https://bitcoincore.org/en/2024/11/05/cb-stall-hindering-propagation/
2024-11-05 22:18:17 +02:00
Kristaps Kaupe
b456968c8f
Bump minimum required Bitcoin Core version from 22.0 to 24.0.1
Security vulnerability has been disclosed for versions older than 24.0.1, which are also currently EOL. https://bitcoincore.org/en/2024/09/18/disclose-headers-oom/
2024-09-19 16:12:21 +03:00
Kristaps Kaupe
ee4a3fa75f
Bump minimum required Bitcoin Core version from 0.18 to 22.0
There have been multiple vulnerabilities disclosed for older versions, we should not recommend people using them.

* Disclosure of memory DoS due to malicious P2P message - https://bitcoincore.org/en/2024/07/03/disclose-inv-buffer-blowup/
* Disclosure of CPU DoS due to malicious P2P message - https://bitcoincore.org/en/2024/07/03/disclose-getdata-cpu/
* Disclosure of crash due to malicious BIP72 URI - https://bitcoincore.org/en/2024/07/03/disclose-bip70-crash/
* Disclosure of netsplit due to malicious P2P messages by first 200 peers - https://bitcoincore.org/en/2024/07/03/disclose-timestamp-overflow/
* Disclosure of CPU/memory DoS due to many malicious peers - https://bitcoincore.org/en/2024/07/03/disclose-unbounded-banlist/
* Disclosure of censoring unconfirmed transactions to a specific victim - https://bitcoincore.org/en/2024/07/03/disclose_already_asked_for/
* Security advisories for bugs fixed as of Bitcoin Core v22.0 - https://github.com/bitcoin-core/bitcoincore.org/pull/1049
2024-08-09 12:19:30 +03:00
Kristaps Kaupe
24feda79d3
Fix / remove broken links 2024-02-25 20:53:02 +02:00
roshii
c8eef50e93 Migrate to modern packaging and src layout 2023-10-05 19:32:20 +02:00
Carl Dong
11ddec7841 docs: Remove now-confusing mentions of virtualenv 2022-11-07 13:50:39 -05:00
Adam Gibson
3b3bd39597
Replaces test_full_coinjoin with test_e2e_coinjoin
The former was a stale test that we never got to a properly
working state, so we replace it with test/e2e-coinjoin-test.py
which does the same job more effectively, using the RPC-API.
Also removed the old file from parameters of run_tests script.
2022-04-09 19:24:26 +01:00
Kristaps Kaupe
81982c729f Drop support for pre-0.17 Bitcoin Core 2020-12-25 11:04:35 +02:00
Adam Gibson
7a54ad2bb7
update testing docs 2020-08-09 16:17:07 +01:00
Tim Akinbo
18d8f9668c simplified joinmarket dependencies installation
updated xenial and stretch dockerfiles since they bundle old versions of libsodium

refacatoring to make BlockchainInterface and BitcoinCoreNoHistoryInterface python2 compatible

add the -acceptnonstdtxn flag when invoking bitcoind for versions >= 0.19.0

refactor the use of nonlocal to make it compatible with python2

document the get_bitcoind_version method
2020-01-05 05:17:02 +00:00
Kristaps Kaupe
0385a5b7fd Metion bitcoind 0.17+ requirement in docs
Payjoin tests fail on 0.16.
2019-04-21 19:55:00 +03:00
AdamISZ
26e6e15acc
Minor updates to docs on installation and usage;
add segwit donation address to Qt About page.
2019-03-29 15:42:22 +01:00
AdamISZ
d7a2b6b5a8
regtest: fix wallet load in Qt 2018-12-15 14:29:30 +01:00
AdamISZ
99ac1cabf4
update TESTING.md with latest test syntax 2018-11-26 22:37:07 +01:00
James Hilliard
089f75c0a3 Replace deprecated py.test syntax with pytest. 2018-11-14 00:36:14 -07:00
mecampbellsoup
428cc75675 Default regtest bitcoin conf to test/bitcoin.conf
Use relative paths when setting btcconf default filepath

Whitespace and newlines

Must specify return value in python

os.path.join preferred over str +

Also adding some print statements.
2017-09-26 15:53:08 -04:00
Adam Gibson
810242c460
add malicious-yg to yg test runner 2017-07-28 19:37:23 +03:00
Adam Gibson
c36afac66d
move docs to docs, add pubkey 2017-03-02 13:14:12 +02:00
Renamed from TESTING.md (Browse further)