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

move privatesend rpc methods from rpc/masternode.cpp to new rpc/privatesend.cpp #3253

Merged
merged 4 commits into from
Dec 31, 2019

Conversation

PastaPastaPasta
Copy link
Member

Doesn't really make sense imo for those rpc commands to be in masternode.cpp.

Should be just a move only and then adjusting imports

@PastaPastaPasta
Copy link
Member Author

(Hopefully) resolved the compilation errors when wallet is disabled.

@UdjinM6 UdjinM6 added this to the 16 milestone Dec 30, 2019
Copy link

@codablock codablock left a comment

Choose a reason for hiding this comment

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

utACK

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

@UdjinM6 UdjinM6 merged commit 2d080d4 into dashpay:develop Dec 31, 2019
@PastaPastaPasta PastaPastaPasta deleted the move-ps-rpc-new branch December 31, 2019 15:26
@charlesrocket
Copy link

Shouldn't this be merged in 15 instead?

@UdjinM6
Copy link

UdjinM6 commented Jan 9, 2020

Hmm.. yeah, probably a good idea. Should remove conflicts for #3265 backport.

@UdjinM6 UdjinM6 modified the milestones: 16, 15 Jan 9, 2020
@PastaPastaPasta
Copy link
Member Author

@UdjinM6 @charlesrocket

Why should this be in 15? It doesn't affect anything, just a refactoring really

@UdjinM6
Copy link

UdjinM6 commented Jan 9, 2020

@PastaPastaPasta just like with bitcoin backports it's better to keep them in order if this allows you to avoid merge conflicts and it's a trivial one so why not?

UdjinM6 pushed a commit to UdjinM6/dash that referenced this pull request Jan 10, 2020
…tesend.cpp (dashpay#3253)

* move privatesend rpc methods from masternode.cpp to new privatesend.cpp

Signed-off-by: Pasta <[email protected]>

* add ifdef ENABLE_WALLET check for wallet.h import

Signed-off-by: Pasta <[email protected]>

* actually register privatesend rpc

Signed-off-by: Pasta <[email protected]>

* add dropped help text and change some weird spacing below

Signed-off-by: Pasta <[email protected]>
barrystyle pushed a commit to PACGlobalOfficial/PAC that referenced this pull request Jan 22, 2020
…tesend.cpp (dashpay#3253)

* move privatesend rpc methods from masternode.cpp to new privatesend.cpp

Signed-off-by: Pasta <[email protected]>

* add ifdef ENABLE_WALLET check for wallet.h import

Signed-off-by: Pasta <[email protected]>

* actually register privatesend rpc

Signed-off-by: Pasta <[email protected]>

* add dropped help text and change some weird spacing below

Signed-off-by: Pasta <[email protected]>
FornaxA pushed a commit to ioncoincore/ion that referenced this pull request Jul 6, 2020
…tesend.cpp (dashpay#3253)

* move privatesend rpc methods from masternode.cpp to new privatesend.cpp

Signed-off-by: Pasta <[email protected]>

* add ifdef ENABLE_WALLET check for wallet.h import

Signed-off-by: Pasta <[email protected]>

* actually register privatesend rpc

Signed-off-by: Pasta <[email protected]>

* add dropped help text and change some weird spacing below

Signed-off-by: Pasta <[email protected]>
Signed-off-by: cevap <[email protected]>
cryptolinux pushed a commit to cryptolinux/ion that referenced this pull request Feb 6, 2021
…tesend.cpp (dashpay#3253)

* move privatesend rpc methods from masternode.cpp to new privatesend.cpp

Signed-off-by: Pasta <[email protected]>

* add ifdef ENABLE_WALLET check for wallet.h import

Signed-off-by: Pasta <[email protected]>

* actually register privatesend rpc

Signed-off-by: Pasta <[email protected]>

* add dropped help text and change some weird spacing below

Signed-off-by: Pasta <[email protected]>
Signed-off-by: cevap <[email protected]>
ckti pushed a commit to ckti-gitian-ion/ion that referenced this pull request Mar 29, 2021
…tesend.cpp (dashpay#3253)

* move privatesend rpc methods from masternode.cpp to new privatesend.cpp

Signed-off-by: Pasta <[email protected]>

* add ifdef ENABLE_WALLET check for wallet.h import

Signed-off-by: Pasta <[email protected]>

* actually register privatesend rpc

Signed-off-by: Pasta <[email protected]>

* add dropped help text and change some weird spacing below

Signed-off-by: Pasta <[email protected]>
Signed-off-by: cevap <[email protected]>
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.

4 participants