HomePhabricator

Remove cli functionality from bitcoind
b750cf1fb9b6Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Remove cli functionality from bitcoind

As it says on the tin. It was deprecated in version 0.9, and
at some point it should be removed.

Removes the dependency of bitcoind on libbitcoin-cli.a. Move
some functions that used to be shared but are now only used in
bitcoin-cli.cpp to that file.

After this change, an error is printed (and exit code 1 is returned)
when the user tries to send RPC commands using bitcoind.

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on May 26 2014, 09:38
deadalnixPushed on May 14 2017, 22:04
Parents
rABC0cafb630254c: bitcoin-cli, rpcclient: prefer EXIT_FAILURE cstdlib constant
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rABCb750cf1fb9b6: Remove cli functionality from bitcoind (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Jun 15 2014, 13:38