Skip to content
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: avoid cs_main #5650

Merged
merged 2 commits into from
Feb 21, 2024
Merged

Conversation

PastaPastaPasta
Copy link
Member

Issue being fixed or feature implemented

Avoid locking cs_main in high volume call locations; I'm not fully sure the removal in signature_shares.cpp is okay; but it compiles.

What was done?

Removed or reduced scope

How Has This Been Tested?

Running with enable-debug

Breaking Changes

Should be done

Checklist:

Go over all the following points, and put an x in all the boxes that apply.

  • I have performed a self-review of my own code
  • 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
  • I have assigned this pull request to a milestone (for repository code-owners and collaborators only)

@PastaPastaPasta PastaPastaPasta added this to the 20 milestone Oct 25, 2023
@UdjinM6 UdjinM6 modified the milestones: 20, 21 Nov 11, 2023
Copy link

This pull request has conflicts, please rebase.

@UdjinM6 UdjinM6 modified the milestones: 21, 20.1 Nov 14, 2023
src/llmq/chainlocks.cpp Outdated Show resolved Hide resolved
Copy link

@UdjinM6 UdjinM6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK (assuming CI is happy)

Copy link
Collaborator

@knst knst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

@knst knst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

@PastaPastaPasta PastaPastaPasta merged commit 132aded into dashpay:develop Feb 21, 2024
10 checks passed
@PastaPastaPasta PastaPastaPasta deleted the refac/csmain branch February 21, 2024 05:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants