aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorCarl Dong <contact@carldong.me>2021-09-01 15:46:51 -0400
committerCarl Dong <contact@carldong.me>2022-02-14 14:53:46 -0500
commit095aa6ca37bf0bd5c5e221bab779978a99b2a34c (patch)
treebc8d2373bbe1268bb240752348940e547ba61482 /.gitignore
parent3ce40e64d4ae9419658555fd1fb250b93f52684a (diff)
downloadbitcoin-095aa6ca37bf0bd5c5e221bab779978a99b2a34c.tar.xz
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 '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f84a53178e..0f07a86401 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,7 @@ src/bitcoin-gui
src/bitcoin-node
src/bitcoin-tx
src/bitcoin-util
+src/bitcoin-chainstate
src/bitcoin-wallet
src/test/fuzz/fuzz
src/test/test_bitcoin