MOVE ONLY: move rpc* to rpc/#7348
Conversation
|
What's up with |
src/rpc/server.h
Outdated
There was a problem hiding this comment.
Indeed.
I wonder what the best course of action is here?
I'll probably just change that to wallet/rpcwallet.cpp
There was a problem hiding this comment.
#7307 would solve that.
But I agree, changing to wallet/rpcwallet.cpp is probably fine for this PR.
There was a problem hiding this comment.
Yes, my suggested fix too would b to just fix the comment
|
Nice! |
|
Concept ACK. Not that you moved it, but for completeness' sake: please leave rpcwallet.cpp in src/wallet. e.g. it is the RPC interface to the wallet. This, imo, logically belongs to the wallet: if there was a different wallet it could have a different RPC interface. |
|
@laanwj amended inline comment commit. Should be good to go.
Agreed. |
|
@dcousens Could you make the commits atomic, so that each of them compiles? |
|
@MarcoFalke rebased and fixed a bad path in Waiting on travis. |
|
Concept ACK 611508c |
|
Needs rebase after #7307 |
|
Rebased |
|
utACK d13f65e |
|
ACK https://github.com/dcousens/bitcoin/commit/d13f65ebac13ec18b7eb55176c31f1404f185c0c Header guards do not match now ( |
|
utACK d13f65e. |
|
nice |
RPC code refactor Cherry-picked from the following upstream PRs: - bitcoin/bitcoin#7307 - bitcoin/bitcoin#7348 - bitcoin/bitcoin#7766
RPC code refactor Cherry-picked from the following upstream PRs: - bitcoin/bitcoin#7307 - bitcoin/bitcoin#7348 - bitcoin/bitcoin#7766
RPC code refactor Cherry-picked from the following upstream PRs: - bitcoin/bitcoin#7307 - bitcoin/bitcoin#7348 - bitcoin/bitcoin#7766
Was just playing around with the RPC, and found the constant prefixing of file names frustrating.
This also seems to be in line with the way other modules (
zmqetc) have been grouped.Should be easy to review.
Note: This won't negatively impact git blame