HomePhabricator

Remove unnecessary dependencies for bitcoin-cli
84ce18ca9339Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Remove unnecessary dependencies for bitcoin-cli

This commit removes all the unnecessary dependencies (key, core,
netbase, sync, ...) from bitcoin-cli.

To do this it shards the chain parameters into BaseParams, which
contains just the RPC port and data directory (as used by utils and
bitcoin-cli) and Params, with the rest.

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on Jun 19 2014, 13:10
deadalnixPushed on May 14 2017, 22:04
Parents
rABC14f888ca8043: Move network-time related functions to timedata.cpp/h
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rABC84ce18ca9339: Remove unnecessary dependencies for bitcoin-cli (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Jun 25 2014, 08:31