It seems that src/secp256k1 and src/univalue are in-tree copies of respective libraries that live as a separate repositories. It would be wise to include them as a submodules to reduce maintenance work and to avoid possible change in bitcoin tree while not updating the library tree.
Include src/secp256k1 and src/univalue as submodules #7446
issue prusnak opened this issue on January 31, 2016-
prusnak commented at 12:35 PM on January 31, 2016: contributor
-
MarcoFalke commented at 12:43 PM on January 31, 2016: member
Right now they are subtrees so you can do a simple and single
git clone ...or download the comple source code zip for any commit off of GitHub. The downside is that anyone must not edit the subtrees. -
jonasschnelli commented at 12:44 PM on January 31, 2016: contributor
It's a subtree and subtree seems to be the preferred way here: #2616 (comment) #6047 (comment)
-
prusnak commented at 12:52 PM on January 31, 2016: contributor
Ok, then. Closing.
- prusnak closed this on Jan 31, 2016
- MarcoFalke locked this on Sep 8, 2021
Contributors