-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: deprecate non-deterministic IS support #5553
refactor: deprecate non-deterministic IS support #5553
Conversation
999d46a
to
068dcbd
Compare
This pull request has conflicts, please rebase. |
068dcbd
to
d2b1bec
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
d2b1bec
to
bb9a118
Compare
7fe4720
to
6943813
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM and seems to be working correctly (client-side) on mainnet/testnet
light ACK
This pull request has conflicts, please rebase. |
5fb40e7
to
864b679
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rebase looks clean, utACK
rebased via GH GUI to fix merge ff check |
This pull request has conflicts, please rebase. |
Co-Authored-By: UdjinM6 <[email protected]>
Co-authored-by: UdjinM6 <[email protected]>
Co-Authored-By: Konstantin Akimov <[email protected]>
9f2e584
to
e638575
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
re-utACK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
re-utACK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK for squash merge
This PR resulted in a breaking change via the removal of option |
* docs(p2p): move islock to deprecated message type table Related to dashpay/dash#5553 * docs: minor table formatting
* docs(p2p): move islock to deprecated message type table Related to dashpay/dash#5553 * docs: minor table formatting
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
andfeature_llmq_is_migration.py
(don't need it anymore), adjusted func tests.How Has This Been Tested?
all tests, synced Testnet
Breaking Changes
Checklist: