-
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
chore: Post v19 cleanup #5622
chore: Post v19 cleanup #5622
Conversation
…ated clients they won't be able to mix because of basic bls scheme anyway
What about something like below as well? Running both governance tests is happy, but I'm mildly concerned there's a potential deadlock somewhere
|
@PastaPastaPasta but this patch doesn't drop any lock, it only drops thread safety checks... |
oh.. lol 🙈 give me a sec |
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.
ACK, synced Testnet
Take a look at: 5776b23 This passes tests at least; thoughts? |
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; my patch is kinda unrelated
Issue being fixed or feature implemented
Now that v19 is buried we can enforce basic bls scheme usage in governance and coinjoin and drop some extra code we used for backwards compatibility.
What was done?
pls see individual commits
How Has This Been Tested?
run tests, sync and mix on testnet
Breaking Changes
n/a
Checklist: