dash/test/functional/test_framework
Odysseas Gabrielides 112564974d
refactor: deprecate non-deterministic IS support (#5553)
## Issue being fixed or feature implemented
Non-deterministic IS locks aren't used anymore since v18 dip24.
We should drop that support to make code simpler.

## What was done?
Dropped non-deterministic IS code, `evo_instantsend_tests` and
`feature_llmq_is_migration.py` (don't need it anymore), adjusted func
tests.

## How Has This Been Tested?
all tests, synced Testnet

## Breaking Changes

## Checklist:
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [ ] I have added or updated relevant unit/integration/functional/e2e
tests
- [ ] I have made corresponding changes to the documentation
- [x] I have assigned this pull request to a milestone _(for repository
code-owners and collaborators only)_

---------

Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>
Co-authored-by: Konstantin Akimov <545784+knst@users.noreply.github.com>
2023-11-20 10:17:04 -06:00
..
__init__.py
address.py
authproxy.py
blocktools.py fix: some fixes for block payee validation and corresponding tests (#5684) 2023-11-13 10:02:52 -06:00
coverage.py
descriptors.py
key.py
messages.py refactor: deprecate non-deterministic IS support (#5553) 2023-11-20 10:17:04 -06:00
mininode.py refactor: deprecate non-deterministic IS support (#5553) 2023-11-20 10:17:04 -06:00
muhash.py
netutil.py
ripemd160.py
script_util.py
script.py
siphash.py
socks5.py
test_framework.py refactor: deprecate non-deterministic IS support (#5553) 2023-11-20 10:17:04 -06:00
test_node.py fix: missing changes from Merge #18873: Fix intermittent sync_blocks failures 2023-09-19 08:54:12 -05:00
test_shell.py
util.py partial Merge bitcoin/bitcoin#27483: Bump python minimum version to 3.8 2023-10-23 10:48:39 -05:00
wallet_util.py