2023-06-01 10:05:52 +02:00
|
|
|
# beacon_chain
|
2024-01-02 16:15:44 +01:00
|
|
|
# Copyright (c) 2019-2024 Status Research & Development GmbH
|
2023-06-01 10:05:52 +02:00
|
|
|
# Licensed and distributed under either of
|
|
|
|
# * MIT license (license terms in the root directory or at http://opensource.org/licenses/MIT).
|
|
|
|
# * Apache v2 license (license terms in the root directory or at http://www.apache.org/licenses/LICENSE-2.0).
|
|
|
|
# at your option. This file may not be copied, modified, or distributed except according to those terms.
|
|
|
|
|
2024-05-30 11:28:16 +02:00
|
|
|
[submodule "vendor/mainnet"]
|
|
|
|
path = vendor/mainnet
|
|
|
|
url = https://github.com/eth-clients/mainnet.git
|
|
|
|
ignore = untracked
|
|
|
|
branch = main
|
2020-02-14 11:05:49 +01:00
|
|
|
[submodule "vendor/nim-eth2-scenarios"]
|
|
|
|
path = vendor/nim-eth2-scenarios
|
|
|
|
url = https://github.com/status-im/nim-eth2-scenarios
|
2021-01-20 20:03:43 +01:00
|
|
|
ignore = untracked
|
2020-02-14 11:05:49 +01:00
|
|
|
branch = master
|
2019-08-21 14:45:24 +02:00
|
|
|
[submodule "vendor/nim-blscurve"]
|
|
|
|
path = vendor/nim-blscurve
|
|
|
|
url = https://github.com/status-im/nim-blscurve.git
|
2021-01-20 20:03:43 +01:00
|
|
|
ignore = untracked
|
2019-08-21 14:45:24 +02:00
|
|
|
branch = master
|
|
|
|
[submodule "vendor/nim-confutils"]
|
|
|
|
path = vendor/nim-confutils
|
|
|
|
url = https://github.com/status-im/nim-confutils.git
|
2021-01-20 20:03:43 +01:00
|
|
|
ignore = untracked
|
2019-08-21 14:45:24 +02:00
|
|
|
branch = master
|
|
|
|
[submodule "vendor/nim-libp2p"]
|
|
|
|
path = vendor/nim-libp2p
|
2024-03-12 20:57:21 +01:00
|
|
|
url = https://github.com/vacp2p/nim-libp2p.git
|
2021-01-20 20:03:43 +01:00
|
|
|
ignore = untracked
|
2024-05-01 19:08:48 +02:00
|
|
|
branch = master
|
2019-08-21 14:45:24 +02:00
|
|
|
[submodule "vendor/nimbus-build-system"]
|
|
|
|
path = vendor/nimbus-build-system
|
|
|
|
url = https://github.com/status-im/nimbus-build-system.git
|
2021-01-20 20:03:43 +01:00
|
|
|
ignore = untracked
|
2019-08-21 14:45:24 +02:00
|
|
|
branch = master
|
|
|
|
[submodule "vendor/NimYAML"]
|
|
|
|
path = vendor/NimYAML
|
2020-02-11 22:21:07 +01:00
|
|
|
url = https://github.com/status-im/NimYAML.git
|
2021-01-20 20:03:43 +01:00
|
|
|
ignore = untracked
|
2020-02-11 22:21:07 +01:00
|
|
|
branch = devel
|
2019-08-21 14:45:24 +02:00
|
|
|
[submodule "vendor/nim-web3"]
|
|
|
|
path = vendor/nim-web3
|
|
|
|
url = https://github.com/status-im/nim-web3.git
|
2021-01-20 20:03:43 +01:00
|
|
|
ignore = untracked
|
2019-08-21 14:45:24 +02:00
|
|
|
branch = master
|
|
|
|
[submodule "vendor/nim-nat-traversal"]
|
|
|
|
path = vendor/nim-nat-traversal
|
|
|
|
url = https://github.com/status-im/nim-nat-traversal.git
|
2021-01-20 20:03:43 +01:00
|
|
|
ignore = untracked
|
2019-08-21 14:45:24 +02:00
|
|
|
branch = master
|
|
|
|
[submodule "vendor/nimcrypto"]
|
|
|
|
path = vendor/nimcrypto
|
|
|
|
url = https://github.com/cheatfate/nimcrypto.git
|
2021-01-20 20:03:43 +01:00
|
|
|
ignore = untracked
|
2019-08-21 14:45:24 +02:00
|
|
|
branch = master
|
|
|
|
[submodule "vendor/nim-stew"]
|
|
|
|
path = vendor/nim-stew
|
|
|
|
url = https://github.com/status-im/nim-stew.git
|
2021-01-20 20:03:43 +01:00
|
|
|
ignore = untracked
|
2019-08-21 14:45:24 +02:00
|
|
|
branch = master
|
|
|
|
[submodule "vendor/nim-chronos"]
|
|
|
|
path = vendor/nim-chronos
|
|
|
|
url = https://github.com/status-im/nim-chronos.git
|
2021-01-20 20:03:43 +01:00
|
|
|
ignore = untracked
|
2023-09-15 08:34:32 +03:00
|
|
|
branch = master
|
2019-08-21 14:45:24 +02:00
|
|
|
[submodule "vendor/nim-chronicles"]
|
|
|
|
path = vendor/nim-chronicles
|
|
|
|
url = https://github.com/status-im/nim-chronicles.git
|
2021-01-20 20:03:43 +01:00
|
|
|
ignore = untracked
|
2023-11-17 13:08:50 +01:00
|
|
|
branch = master
|
2019-08-21 14:45:24 +02:00
|
|
|
[submodule "vendor/nim-faststreams"]
|
|
|
|
path = vendor/nim-faststreams
|
|
|
|
url = https://github.com/status-im/nim-faststreams.git
|
2021-01-20 20:03:43 +01:00
|
|
|
ignore = untracked
|
2019-08-21 14:45:24 +02:00
|
|
|
branch = master
|
|
|
|
[submodule "vendor/nim-serialization"]
|
|
|
|
path = vendor/nim-serialization
|
|
|
|
url = https://github.com/status-im/nim-serialization.git
|
2021-01-20 20:03:43 +01:00
|
|
|
ignore = untracked
|
2019-08-21 14:45:24 +02:00
|
|
|
branch = master
|
|
|
|
[submodule "vendor/nim-json-serialization"]
|
|
|
|
path = vendor/nim-json-serialization
|
|
|
|
url = https://github.com/status-im/nim-json-serialization.git
|
2021-01-20 20:03:43 +01:00
|
|
|
ignore = untracked
|
2019-08-21 14:45:24 +02:00
|
|
|
branch = master
|
|
|
|
[submodule "vendor/nim-eth"]
|
|
|
|
path = vendor/nim-eth
|
|
|
|
url = https://github.com/status-im/nim-eth.git
|
2021-01-20 20:03:43 +01:00
|
|
|
ignore = untracked
|
2019-08-21 14:45:24 +02:00
|
|
|
branch = master
|
|
|
|
[submodule "vendor/nim-stint"]
|
|
|
|
path = vendor/nim-stint
|
|
|
|
url = https://github.com/status-im/nim-stint.git
|
2021-01-20 20:03:43 +01:00
|
|
|
ignore = untracked
|
2019-08-21 14:45:24 +02:00
|
|
|
branch = master
|
|
|
|
[submodule "vendor/nim-metrics"]
|
|
|
|
path = vendor/nim-metrics
|
|
|
|
url = https://github.com/status-im/nim-metrics.git
|
2021-01-20 20:03:43 +01:00
|
|
|
ignore = untracked
|
2019-08-21 14:45:24 +02:00
|
|
|
branch = master
|
|
|
|
[submodule "vendor/nim-secp256k1"]
|
|
|
|
path = vendor/nim-secp256k1
|
|
|
|
url = https://github.com/status-im/nim-secp256k1.git
|
2021-01-20 20:03:43 +01:00
|
|
|
ignore = untracked
|
2019-08-21 14:45:24 +02:00
|
|
|
branch = master
|
|
|
|
[submodule "vendor/nim-http-utils"]
|
|
|
|
path = vendor/nim-http-utils
|
|
|
|
url = https://github.com/status-im/nim-http-utils.git
|
2021-01-20 20:03:43 +01:00
|
|
|
ignore = untracked
|
2019-08-21 14:45:24 +02:00
|
|
|
branch = master
|
|
|
|
[submodule "vendor/nim-json-rpc"]
|
|
|
|
path = vendor/nim-json-rpc
|
|
|
|
url = https://github.com/status-im/nim-json-rpc.git
|
2021-01-20 20:03:43 +01:00
|
|
|
ignore = untracked
|
2019-08-21 14:45:24 +02:00
|
|
|
branch = master
|
2019-10-02 15:38:14 +03:00
|
|
|
[submodule "vendor/nim-unicodedb"]
|
|
|
|
path = vendor/nim-unicodedb
|
|
|
|
url = https://github.com/nitely/nim-unicodedb.git
|
2021-01-20 20:03:43 +01:00
|
|
|
ignore = untracked
|
2019-10-02 15:38:14 +03:00
|
|
|
branch = master
|
2019-10-18 14:14:05 +03:00
|
|
|
[submodule "vendor/nim-bearssl"]
|
|
|
|
path = vendor/nim-bearssl
|
|
|
|
url = https://github.com/status-im/nim-bearssl.git
|
2021-01-20 20:03:43 +01:00
|
|
|
ignore = untracked
|
2019-10-18 14:14:05 +03:00
|
|
|
branch = master
|
2020-02-13 13:19:12 +01:00
|
|
|
[submodule "vendor/nim-libbacktrace"]
|
|
|
|
path = vendor/nim-libbacktrace
|
|
|
|
url = https://github.com/status-im/nim-libbacktrace.git
|
2021-01-20 20:03:43 +01:00
|
|
|
ignore = untracked
|
2020-02-13 13:19:12 +01:00
|
|
|
branch = master
|
2020-02-20 11:49:34 +01:00
|
|
|
[submodule "vendor/nim-sqlite3-abi"]
|
|
|
|
path = vendor/nim-sqlite3-abi
|
|
|
|
url = https://github.com/arnetheduck/nim-sqlite3-abi.git
|
2021-01-20 20:03:43 +01:00
|
|
|
ignore = untracked
|
2020-04-08 18:58:25 +02:00
|
|
|
branch = master
|
2020-02-24 15:39:50 +02:00
|
|
|
[submodule "vendor/nim-testutils"]
|
|
|
|
path = vendor/nim-testutils
|
|
|
|
url = https://github.com/status-im/nim-testutils.git
|
2021-01-20 20:03:43 +01:00
|
|
|
ignore = untracked
|
2020-02-24 15:39:50 +02:00
|
|
|
branch = master
|
2020-04-09 21:36:00 +03:00
|
|
|
[submodule "vendor/nim-snappy"]
|
|
|
|
path = vendor/nim-snappy
|
|
|
|
url = https://github.com/status-im/nim-snappy.git
|
2021-01-20 20:03:43 +01:00
|
|
|
ignore = untracked
|
2020-04-09 21:36:00 +03:00
|
|
|
branch = master
|
2020-07-14 22:00:35 +03:00
|
|
|
[submodule "vendor/nimbus-security-resources"]
|
|
|
|
path = vendor/nimbus-security-resources
|
|
|
|
url = https://github.com/status-im/nimbus-security-resources.git
|
2021-01-20 20:03:43 +01:00
|
|
|
ignore = untracked
|
2020-07-14 22:00:35 +03:00
|
|
|
branch = master
|
2020-10-02 17:48:27 +03:00
|
|
|
[submodule "vendor/nim-normalize"]
|
|
|
|
path = vendor/nim-normalize
|
|
|
|
url = https://github.com/nitely/nim-normalize.git
|
2021-01-20 20:03:43 +01:00
|
|
|
ignore = untracked
|
2020-10-02 17:48:27 +03:00
|
|
|
branch = master
|
2020-10-06 21:55:04 +03:00
|
|
|
[submodule "vendor/nim-zxcvbn"]
|
|
|
|
path = vendor/nim-zxcvbn
|
|
|
|
url = https://github.com/status-im/nim-zxcvbn.git
|
2021-01-20 20:03:43 +01:00
|
|
|
ignore = untracked
|
2020-10-06 21:55:04 +03:00
|
|
|
branch = master
|
2020-12-11 12:12:43 +01:00
|
|
|
[submodule "vendor/nimbus-benchmarking"]
|
|
|
|
path = vendor/nimbus-benchmarking
|
|
|
|
url = https://github.com/status-im/nimbus-benchmarking.git
|
2021-01-20 20:03:43 +01:00
|
|
|
ignore = untracked
|
2020-12-11 12:12:43 +01:00
|
|
|
branch = master
|
2021-03-22 08:21:22 +01:00
|
|
|
[submodule "vendor/nim-unittest2"]
|
|
|
|
path = vendor/nim-unittest2
|
|
|
|
url = https://github.com/status-im/nim-unittest2.git
|
|
|
|
ignore = untracked
|
|
|
|
branch = master
|
2021-03-17 19:49:07 +02:00
|
|
|
[submodule "vendor/nim-presto"]
|
|
|
|
path = vendor/nim-presto
|
|
|
|
url = https://github.com/status-im/nim-presto.git
|
|
|
|
ignore = untracked
|
|
|
|
branch = master
|
2021-09-17 02:13:52 +02:00
|
|
|
[submodule "vendor/nim-taskpools"]
|
|
|
|
path = vendor/nim-taskpools
|
|
|
|
url = https://github.com/status-im/nim-taskpools
|
2022-02-25 09:19:12 +01:00
|
|
|
ignore = untracked
|
|
|
|
branch = stable
|
2021-10-21 22:27:06 +02:00
|
|
|
[submodule "vendor/nim-ssz-serialization"]
|
|
|
|
path = vendor/nim-ssz-serialization
|
|
|
|
url = https://github.com/status-im/nim-ssz-serialization.git
|
|
|
|
ignore = untracked
|
|
|
|
branch = master
|
2021-11-23 13:46:49 +02:00
|
|
|
[submodule "vendor/nim-websock"]
|
|
|
|
path = vendor/nim-websock
|
|
|
|
url = https://github.com/status-im/nim-websock.git
|
|
|
|
ignore = untracked
|
2022-01-03 02:33:21 +01:00
|
|
|
branch = main
|
2021-11-23 13:46:49 +02:00
|
|
|
[submodule "vendor/nim-zlib"]
|
|
|
|
path = vendor/nim-zlib
|
|
|
|
url = https://github.com/status-im/nim-zlib.git
|
|
|
|
ignore = untracked
|
|
|
|
branch = master
|
2022-03-05 04:33:15 +02:00
|
|
|
[submodule "vendor/nim-toml-serialization"]
|
|
|
|
path = vendor/nim-toml-serialization
|
|
|
|
url = https://github.com/status-im/nim-toml-serialization.git
|
|
|
|
ignore = untracked
|
|
|
|
branch = master
|
2023-01-12 19:58:42 +02:00
|
|
|
[submodule "vendor/gnosis-chain-configs"]
|
|
|
|
path = vendor/gnosis-chain-configs
|
2023-01-18 17:19:02 +02:00
|
|
|
url = https://github.com/gnosischain/configs.git
|
2023-06-14 03:34:49 +02:00
|
|
|
ignore = untracked
|
|
|
|
branch = main
|
2023-03-29 08:37:14 +00:00
|
|
|
[submodule "vendor/sepolia"]
|
|
|
|
path = vendor/sepolia
|
|
|
|
url = https://github.com/eth-clients/sepolia.git
|
2023-06-14 03:34:49 +02:00
|
|
|
ignore = untracked
|
|
|
|
branch = main
|
2023-03-23 10:47:04 +01:00
|
|
|
[submodule "vendor/nim-kzg4844"]
|
|
|
|
path = vendor/nim-kzg4844
|
2023-06-14 03:34:49 +02:00
|
|
|
url = https://github.com/status-im/nim-kzg4844.git
|
|
|
|
ignore = untracked
|
|
|
|
branch = master
|
2023-07-05 18:06:45 +02:00
|
|
|
[submodule "vendor/nim-results"]
|
|
|
|
path = vendor/nim-results
|
|
|
|
url = https://github.com/arnetheduck/nim-results.git
|
|
|
|
ignore = untracked
|
|
|
|
branch = master
|
2023-09-08 08:53:27 +03:00
|
|
|
[submodule "vendor/holesky"]
|
|
|
|
path = vendor/holesky
|
2023-09-18 20:24:13 +02:00
|
|
|
url = https://github.com/eth-clients/holesky
|
|
|
|
ignore = untracked
|
|
|
|
branch = main
|
2024-03-08 14:22:03 +01:00
|
|
|
[submodule "vendor/EIPs"]
|
|
|
|
path = vendor/EIPs
|
|
|
|
url = https://github.com/ethereum/EIPs
|
|
|
|
ignore = untracked
|
|
|
|
branch = master
|