Files
purple-electrumwallet/tests
SomberNight 9016c36df0 tests: test_network.py: rm test_fork_conflict, no longer applicable
Just prior to this commit, test_fork_conflict and test_fork_noconflict were essentially identical copies.
The only diff was that test_fork_conflict set the global blockchain.blockchains,
but this was not even affecting its behaviour anymore.

Originally when this test was added, we had the concept of chain fork conflicting with each other:
we could not handle three-way chain-splits. As in, there could only be a single fork forking away
from the main chain at any given height.
see https://github.com/spesmilo/electrum/commit/7221fb3231a736dc5d3ebd5ed5e0723c9b8203f2

However, this restriction was removed and generalised later:
https://github.com/spesmilo/electrum/commit/141ff99580192c920bc6bb7f6bbc9d35449daea8
After which the "test_fork_conflict" test did not make sense anymore.
2025-06-09 15:46:02 +00:00
..
2025-04-02 16:21:59 +00:00
2024-04-24 14:14:31 +00:00
2024-06-10 20:22:20 +00:00
2025-06-06 10:16:32 +02:00