HomePhabricator

Split up bitcoinrpc (code movement only)
fb78cc23784bUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Split up bitcoinrpc (code movement only)

Split bitcoinrpc up into

  • rpcserver: bitcoind RPC server
  • rpcclient: bitcoin-cli RPC client
  • rpcprotocol: shared common HTTP/JSON-RPC protocol code

One step towards making bitcoin-cli independent from the rest
of the code, and thus a smaller executable that doesn't have to
be linked against leveldb.

This commit only does code movement, there are no functional changes.

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on Nov 20 2013, 13:18
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGING03b6a1cee4fe: Merge pull request #3316
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rSTAGINGfb78cc23784b: Split up bitcoinrpc (code movement only) (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Nov 27 2013, 05:00