-
Notifications
You must be signed in to change notification settings - Fork 260
/
.gitmodules
45 lines (45 loc) · 1.55 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[submodule "libs/pybind11"]
path = blockscipy/blocksci/pybind11
url = https://github.com/pybind/pybind11
[submodule "libs/bitcoin-api-cpp"]
path = external/bitcoin-api-cpp
url = https://github.com/hkalodner/bitcoin-api-cpp.git
[submodule "libs/dset"]
path = external/dset
url = https://github.com/wjakob/dset.git
[submodule "libs/variant"]
path = external/variant
url = https://github.com/mpark/variant.git
[submodule "libs/range-v3"]
path = external/range-v3
url = https://github.com/ericniebler/range-v3.git
[submodule "Notebooks/blocksci/Blockchain-Known-Pools"]
path = blockscipy/blocksci/Blockchain-Known-Pools
url = https://github.com/blockchain/Blockchain-Known-Pools
[submodule "libs/clipp"]
path = external/clipp
url = https://github.com/muellan/clipp
[submodule "libs/rocksdb"]
path = external/rocksdb
url = https://github.com/facebook/rocksdb
[submodule "external/cereal"]
path = external/cereal
url = https://github.com/USCiLab/cereal
[submodule "external/mio"]
path = external/mio
url = https://github.com/hkalodner/mio
[submodule "external/filesystem"]
path = external/filesystem
url = https://github.com/hkalodner/filesystem
[submodule "external/endian"]
path = external/endian
url = https://github.com/steinwurf/endian
[submodule "blockscipy/external/date"]
path = blockscipy/external/date
url = https://github.com/HowardHinnant/date
[submodule "external/json"]
path = external/json
url = https://github.com/nlohmann/json
[submodule "test/testchain-generator"]
path = test/testchain-generator
url = https://github.com/citp/testchain-generator