dash/src/coinjoin
Konstantin Akimov b997996f95
refactor: new coinjoin/common module with utils code
This code can be used in both server side code and in wallet code
2024-01-10 12:05:59 -06:00
..
client.cpp refactor: re-order headers and forward declarations to improve compile time (#5693) 2023-11-17 10:04:18 -06:00
client.h refactor: re-order headers and forward declarations to improve compile time (#5693) 2023-11-17 10:04:18 -06:00
coinjoin.cpp refactor: new coinjoin/common module with utils code 2024-01-10 12:05:59 -06:00
coinjoin.h refactor: new coinjoin/common module with utils code 2024-01-10 12:05:59 -06:00
common.cpp refactor: new coinjoin/common module with utils code 2024-01-10 12:05:59 -06:00
common.h refactor: new coinjoin/common module with utils code 2024-01-10 12:05:59 -06:00
context.cpp refactor: subsume CoinJoin objects under CJContext, deglobalize coinJoin{ClientQueueManager,Server} (#5337) 2023-09-13 12:52:38 -05:00
context.h refactor: subsume CoinJoin objects under CJContext, deglobalize coinJoin{ClientQueueManager,Server} (#5337) 2023-09-13 12:52:38 -05:00
options.cpp feat(qt): Expose -coinjoinsessions, -coinjoindenomsgoal and -coinjoindenomshardcap in CoinJoin Options (#5549) 2023-09-04 20:34:35 -05:00
options.h refactor: new coinjoin/common module with utils code 2024-01-10 12:05:59 -06:00
server.cpp refactor: decouple db hooks from CFlatDB-based C*Manager objects, migrate to *Store structs (#5555) 2023-09-24 09:50:21 -05:00
server.h refactor: subsume CoinJoin objects under CJContext, deglobalize coinJoin{ClientQueueManager,Server} (#5337) 2023-09-13 12:52:38 -05:00
util.cpp Merge #19980: refactor: Some wallet cleanups 2023-07-26 09:37:53 +05:30
util.h refactor: replace references to feeEstimator global with references 2023-02-28 00:11:11 +03:00