Skip to content

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

Merged
UdjinM6 merged 4 commits into
dashpay:developfrom
PastaPastaPasta:move-ps-rpc-new
Dec 31, 2019
Merged

move privatesend rpc methods from rpc/masternode.cpp to new rpc/privatesend.cpp#3253
UdjinM6 merged 4 commits into
dashpay:developfrom
PastaPastaPasta:move-ps-rpc-new

Conversation

@PastaPastaPasta

Copy link
Copy Markdown
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
Copy Markdown
Member Author

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

Signed-off-by: Pasta <pasta@dashboost.org>
Comment thread src/rpc/privatesend.cpp
@UdjinM6 UdjinM6 added this to the 16 milestone Dec 30, 2019
Signed-off-by: Pasta <pasta@dashboost.org>

@codablock codablock left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

utACK

@UdjinM6 UdjinM6 left a comment

Copy link
Copy Markdown

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
Copy Markdown

Shouldn't this be merged in 15 instead?

@UdjinM6

UdjinM6 commented Jan 9, 2020

Copy link
Copy Markdown

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
Copy Markdown
Member Author

@UdjinM6 @charlesrocket

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

@UdjinM6

UdjinM6 commented Jan 9, 2020

Copy link
Copy Markdown

@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 <pasta@dashboost.org>

* add ifdef ENABLE_WALLET check for wallet.h import

Signed-off-by: Pasta <pasta@dashboost.org>

* actually register privatesend rpc

Signed-off-by: Pasta <pasta@dashboost.org>

* add dropped help text and change some weird spacing below

Signed-off-by: Pasta <pasta@dashboost.org>
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 <pasta@dashboost.org>

* add ifdef ENABLE_WALLET check for wallet.h import

Signed-off-by: Pasta <pasta@dashboost.org>

* actually register privatesend rpc

Signed-off-by: Pasta <pasta@dashboost.org>

* add dropped help text and change some weird spacing below

Signed-off-by: Pasta <pasta@dashboost.org>
Signed-off-by: cevap <dev@i2pmail.org>
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 <pasta@dashboost.org>

* add ifdef ENABLE_WALLET check for wallet.h import

Signed-off-by: Pasta <pasta@dashboost.org>

* actually register privatesend rpc

Signed-off-by: Pasta <pasta@dashboost.org>

* add dropped help text and change some weird spacing below

Signed-off-by: Pasta <pasta@dashboost.org>
Signed-off-by: cevap <dev@i2pmail.org>
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 <pasta@dashboost.org>

* add ifdef ENABLE_WALLET check for wallet.h import

Signed-off-by: Pasta <pasta@dashboost.org>

* actually register privatesend rpc

Signed-off-by: Pasta <pasta@dashboost.org>

* add dropped help text and change some weird spacing below

Signed-off-by: Pasta <pasta@dashboost.org>
Signed-off-by: cevap <dev@i2pmail.org>
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