Skip to content

Commit

Permalink
Refactor PS (#1437)
Browse files Browse the repository at this point in the history
* split CDarksendPool

* split DoAutomaticDenominating

* CMasternode* -> masternode_info_t

* move some globals into CPrivateSendClient

* addressed PR comments
  • Loading branch information
UdjinM6 authored May 5, 2017
1 parent 411332f commit 7242e29
Show file tree
Hide file tree
Showing 25 changed files with 3,053 additions and 2,761 deletions.
10 changes: 6 additions & 4 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,10 @@ BITCOIN_CORE_H = \
consensus/validation.h \
core_io.h \
core_memusage.h \
darksend.h \
privatesend-client.h \
privatesend.h \
privatesend-server.h \
dsnotificationinterface.h \
darksend-relay.h \
governance.h \
governance-classes.h \
governance-exceptions.h \
Expand Down Expand Up @@ -220,6 +221,8 @@ libbitcoin_server_a_SOURCES = \
policy/fees.cpp \
policy/policy.cpp \
pow.cpp \
privatesend.cpp \
privatesend-server.cpp \
rest.cpp \
rpcblockchain.cpp \
rpcmasternode.cpp \
Expand Down Expand Up @@ -257,9 +260,8 @@ libbitcoin_wallet_a_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
libbitcoin_wallet_a_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
libbitcoin_wallet_a_SOURCES = \
activemasternode.cpp \
darksend.cpp \
privatesend-client.cpp \
dsnotificationinterface.cpp \
darksend-relay.cpp \
instantx.cpp \
masternode.cpp \
masternode-payments.cpp \
Expand Down
Loading

0 comments on commit 7242e29

Please sign in to comment.