Page MenuHomePhabricator

Moved JSONRPCRequest to its own header
ClosedPublic

Authored by jasonbcox on Jul 23 2018, 23:33.

Details

Summary

Need to move this class for upcoming RPC diffs in addition to locating it in its own separate header like it should be.

Test Plan

make check

Diff Detail

Repository
rABC Bitcoin ABC
Branch
jsonrpcreq
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 2922
Build 3948: Bitcoin ABC Buildbot (legacy)
Build 3947: arc lint + arc unit

Event Timeline

deadalnix added inline comments.
src/rpc/jsonrpcrequest.cpp
1

Please add the usual blurb.

This revision is now accepted and ready to land.Jul 25 2018, 15:53
src/rpc/server.cpp
16

Maybe some of these can be cleaned up ?

src/rpc/server.cpp
16

Yes. I tried doing that in another branch, but it proved to be more involved than just simply removing them. I'll be looking to clean these up in the future as I clean up this and the header file.

This revision was automatically updated to reflect the committed changes.