forked from erigontech/silkworm
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
57 lines (57 loc) · 2 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
46
47
48
49
50
51
52
53
54
55
56
57
[submodule "evmone"]
path = third_party/evmone
url = https://github.com/ethereum/evmone.git
[submodule "tests"]
path = third_party/tests
url = https://github.com/ethereum/tests.git
[submodule "cbor-cpp"]
path = third_party/cbor-cpp
url = https://github.com/torquem-ch/cbor-cpp.git
[submodule "libmdbx"]
path = third_party/libmdbx
url = https://github.com/torquem-ch/libmdbx.git
[submodule "interfaces/proto"]
path = silkworm/interfaces/proto
url = https://github.com/ledgerwatch/interfaces.git
branch = stable
[submodule "third_party/stbrumme-crc32"]
path = third_party/stbrumme-crc32
url = https://github.com/battlmonstr/stbrumme-crc32.git
[submodule "third_party/erigon-snapshot"]
path = third_party/erigon-snapshot
url = https://github.com/ledgerwatch/erigon-snapshot
[submodule "third_party/secp256k1"]
path = third_party/secp256k1
url = https://github.com/bitcoin-core/secp256k1.git
[submodule "third_party/libff"]
path = third_party/libff
url = https://github.com/torquem-ch/libff.git
branch = win
[submodule "third_party/glaze"]
path = third_party/glaze
url = https://github.com/stephenberry/glaze
[submodule "third_party/blst"]
path = third_party/blst
url = https://github.com/supranational/blst.git
[submodule "third_party/cpp-base64"]
path = third_party/cpp-base64
url = https://github.com/ReneNyffenegger/cpp-base64.git
[submodule "third_party/intx"]
path = third_party/intx
url = https://github.com/chfast/intx.git
[submodule "third_party/ethash"]
path = third_party/ethash
url = https://github.com/chfast/ethash.git
[submodule "third_party/libtorrent"]
path = third_party/libtorrent
url = https://github.com/arvidn/libtorrent
[submodule "third_party/stun-msg"]
path = third_party/stun-msg
url = https://github.com/battlmonstr/stun-msg.git
[submodule "third_party/execution-apis"]
path = third_party/execution-apis
url = https://github.com/ethereum/execution-apis.git
branch = main
[submodule "third_party/picohttpparser"]
path = third_party/picohttpparser
url = https://github.com/h2o/picohttpparser