diff options
author | Carl Dong <contact@carldong.me> | 2021-09-01 15:46:51 -0400 |
---|---|---|
committer | Carl Dong <contact@carldong.me> | 2022-02-14 14:53:46 -0500 |
commit | 095aa6ca37bf0bd5c5e221bab779978a99b2a34c (patch) | |
tree | bc8d2373bbe1268bb240752348940e547ba61482 /src/util/url.cpp | |
parent | 3ce40e64d4ae9419658555fd1fb250b93f52684a (diff) |
build: Add example bitcoin-chainstate executable
The bitcoin-chainstate executable serves to surface the dependencies
required by a program wishing to use Bitcoin Core's consensus engine as
it is right now.
More broadly, the _SOURCES list serves as a guiding "North Star" for the
libbitcoinkernel project: as we decouple more and more modules of the
codebase from our consensus engine, this _SOURCES list will grow shorter
and shorter. One day, only what is critical to our consensus engine will
remain. Right now, it's "the minimal list of files to link in to even
use our consensus engine".
[META] In a future commit the libbitcoinkernel library will be extracted
from bitcoin-chainstate, and the libbitcoinkernel library's
_SOURCES list will be the list that we aim to shrink.
Diffstat (limited to 'src/util/url.cpp')
0 files changed, 0 insertions, 0 deletions