Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
dashpay
/
dash
Public
forked from
bitcoin/bitcoin
Notifications
You must be signed in to change notification settings
Fork
1.2k
Star
1.5k
Code
Issues
148
Pull requests
94
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
refactor: simplify CoinJoin class hierarchy
- #7248
#7248
Merged
PastaPastaPasta
merged 8 commits into
dashpay:develop
dashpay/dash:develop
from
knst:refactor-simplify-cj-hierarchy
knst/dash:refactor-simplify-cj-hierarchy
Copy head branch name to clipboard
Mar 31, 2026
Conversation
Commits
8
(8)
Checks
Files changed
Merged
refactor: simplify CoinJoin class hierarchy
#7248
PastaPastaPasta
merged 8 commits into
dashpay:develop
dashpay/dash:develop
from
knst:refactor-simplify-cj-hierarchy
knst/dash:refactor-simplify-cj-hierarchy
Copy head branch name to clipboard
Commits
Commits on Mar 27, 2026
refactor: remove passing pointer to unique_ptr to more clear sequence of object initializtion in CJ
knst
committed
689b4ec
View commit details
Copy full SHA for 689b4ec
Browse repository at this point
refactor: pass directly reference to CCoinJoinClientManager& instead unique_ptr inside ForEachCJClientMan
knst
committed
e2d8247
View commit details
Copy full SHA for e2d8247
Browse repository at this point
refactor: inline the middleman class CoinJoinWalletManager to CJWalletManagerImpl
Show description for 3b1c2da
knst
committed
3b1c2da
View commit details
Copy full SHA for 3b1c2da
Browse repository at this point
refactor: inline class CCoinJoinClientQueueManager to CJWalletManagerImpl
Show description for 72229ce
knst
committed
72229ce
View commit details
Copy full SHA for 72229ce
Browse repository at this point
refactor: removed CCoinJoinBaseManager from inheritance of CCoinJoinServer and make it a member
knst
committed
a0f39f2
View commit details
Copy full SHA for a0f39f2
Browse repository at this point
refactor: remove inheritance from CCoinJoinBaseManager in src/test/coinjoin_basemanager_tests.cpp
knst
committed
6fae09a
View commit details
Copy full SHA for 6fae09a
Browse repository at this point
refactor: rename CCoinJoinBaseManager to CoinJoinQueueManager and make it non-virtual
knst
committed
40cd08d
View commit details
Copy full SHA for 40cd08d
Browse repository at this point
fix: added missing thread annotation for CJWalletManagerImpl
knst
committed
eb2142d
View commit details
Copy full SHA for eb2142d
Browse repository at this point
You can’t perform that action at this time.