mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-31 00:51:20 +02:00
Merge bitcoin/bitcoin#32096: Move some tests and documentation from testnet3 to testnet4
aa7a898c23
doc: use testnet4 in developer docs (Sjors Provoost)6c217d22fd
test: use testnet4 in argsman test (Sjors Provoost)7c200ece80
test: use testnet4 in key_io_valid.json (Sjors Provoost)d424bd5941
test: drop unused testnet3 magic bytes (Sjors Provoost)8cfc09fafe
test: cover testnet4 magic in assumeutxo.py (Sjors Provoost)4281e3603a
zmq: use testnet4 in zmq_sub.py example (Sjors Provoost) Pull request description: In preparation for dropping testnet3 entirely in #31974 this PR migrates a few things to testnet4: * the ZMQ examples * developer docs * various unit tests * the snapshot magic byte check in `feature_assumeutxo.py` It drops `testnet3` from `MAGIC_BYTES` in the test framework, since no test uses it. ACKs for top commit: fjahr: re-ACKaa7a898c23
maflcko: lgtm ACKaa7a898c23
🔊 hodlinator: re-ACKaa7a898c23
Tree-SHA512: 235f74273234e8fb2aedf0017dea5c16bb9813ec7a1f89a51abe85691f09830a5ead834115d7db0936e12e55a40bc81888856a8002fe507c1474407e77f8b9fb
This commit is contained in:
@@ -410,7 +410,7 @@ to see it.
|
||||
### Signet, testnet, and regtest modes
|
||||
|
||||
If you are testing multi-machine code that needs to operate across the internet,
|
||||
you can run with either the `-signet` or the `-testnet` config option to test
|
||||
you can run with either the `-signet` or the `-testnet4` config option to test
|
||||
with "play bitcoins" on a test network.
|
||||
|
||||
If you are testing something that can run on one machine, run with the
|
||||
|
Reference in New Issue
Block a user