mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-15 01:14:56 +00:00
53e4e7b95a
Bump nim-web3, nim-eth and deps - on_chain/group_manager.nim adaption Added status-im/nim-minilru submodule required by latest nim-eth Added nim-quic and nim-ngtcp2 as new deps of nim-libp2p Fixing tests. Changes: modified: .gitmodules modified: tests/waku_discv5/utils.nim modified: tests/waku_enr/utils.nim modified: tests/waku_rln_relay/test_rln_group_manager_onchain.nim modified: tests/waku_rln_relay/utils.nim modified: tests/waku_rln_relay/utils_onchain.nim modified: vendor/nim-chronicles modified: vendor/nim-eth modified: vendor/nim-http-utils modified: vendor/nim-json-rpc modified: vendor/nim-json-serialization modified: vendor/nim-libp2p modified: vendor/nim-metrics new file: vendor/nim-minilru modified: vendor/nim-nat-traversal new file: vendor/nim-ngtcp2 modified: vendor/nim-presto new file: vendor/nim-quic modified: vendor/nim-secp256k1 modified: vendor/nim-serialization modified: vendor/nim-stew modified: vendor/nim-taskpools modified: vendor/nim-testutils modified: vendor/nim-toml-serialization modified: vendor/nim-unicodedb modified: vendor/nim-unittest2 modified: vendor/nim-web3 modified: vendor/nim-websock modified: vendor/nim-zlib modified: vendor/nimcrypto modified: waku.nimble modified: waku/common/enr/builder.nim modified: waku/common/enr/typed_record.nim modified: waku/common/utils/nat.nim modified: waku/discovery/waku_discv5.nim modified: waku/waku_rln_relay/conversion_utils.nim modified: waku/waku_rln_relay/group_manager/on_chain/group_manager.nim modified: waku/waku_rln_relay/rln/wrappers.nim modified: waku/waku_rln_relay/rln_relay.nim
192 lines
5.6 KiB
Plaintext
192 lines
5.6 KiB
Plaintext
[submodule "vendor/nim-eth"]
|
|
path = vendor/nim-eth
|
|
url = https://github.com/status-im/nim-eth.git
|
|
ignore = dirty
|
|
branch = master
|
|
[submodule "vendor/nim-secp256k1"]
|
|
path = vendor/nim-secp256k1
|
|
url = https://github.com/status-im/nim-secp256k1.git
|
|
ignore = dirty
|
|
branch = master
|
|
[submodule "vendor/nim-libp2p"]
|
|
path = vendor/nim-libp2p
|
|
url = https://github.com/vacp2p/nim-libp2p.git
|
|
ignore = dirty
|
|
branch = master
|
|
[submodule "vendor/nim-stew"]
|
|
path = vendor/nim-stew
|
|
url = https://github.com/status-im/nim-stew.git
|
|
ignore = dirty
|
|
branch = master
|
|
[submodule "vendor/nimbus-build-system"]
|
|
path = vendor/nimbus-build-system
|
|
url = https://github.com/status-im/nimbus-build-system.git
|
|
ignore = dirty
|
|
branch = master
|
|
[submodule "vendor/nim-nat-traversal"]
|
|
path = vendor/nim-nat-traversal
|
|
url = https://github.com/status-im/nim-nat-traversal.git
|
|
ignore = dirty
|
|
branch = master
|
|
[submodule "vendor/nim-libbacktrace"]
|
|
path = vendor/nim-libbacktrace
|
|
url = https://github.com/status-im/nim-libbacktrace.git
|
|
ignore = dirty
|
|
branch = master
|
|
[submodule "vendor/nim-confutils"]
|
|
path = vendor/nim-confutils
|
|
url = https://github.com/status-im/nim-confutils.git
|
|
ignore = dirty
|
|
branch = master
|
|
[submodule "vendor/nim-chronicles"]
|
|
path = vendor/nim-chronicles
|
|
url = https://github.com/status-im/nim-chronicles.git
|
|
ignore = dirty
|
|
branch = master
|
|
[submodule "vendor/nim-faststreams"]
|
|
path = vendor/nim-faststreams
|
|
url = https://github.com/status-im/nim-faststreams.git
|
|
ignore = dirty
|
|
branch = master
|
|
[submodule "vendor/nim-chronos"]
|
|
path = vendor/nim-chronos
|
|
url = https://github.com/status-im/nim-chronos.git
|
|
ignore = dirty
|
|
branch = master
|
|
[submodule "vendor/nim-json-serialization"]
|
|
path = vendor/nim-json-serialization
|
|
url = https://github.com/status-im/nim-json-serialization.git
|
|
ignore = dirty
|
|
branch = master
|
|
[submodule "vendor/nim-serialization"]
|
|
path = vendor/nim-serialization
|
|
url = https://github.com/status-im/nim-serialization.git
|
|
ignore = dirty
|
|
branch = master
|
|
[submodule "vendor/nimcrypto"]
|
|
path = vendor/nimcrypto
|
|
url = https://github.com/cheatfate/nimcrypto.git
|
|
ignore = dirty
|
|
branch = master
|
|
[submodule "vendor/nim-metrics"]
|
|
path = vendor/nim-metrics
|
|
url = https://github.com/status-im/nim-metrics.git
|
|
ignore = dirty
|
|
branch = master
|
|
[submodule "vendor/nim-stint"]
|
|
path = vendor/nim-stint
|
|
url = https://github.com/status-im/nim-stint.git
|
|
ignore = dirty
|
|
branch = master
|
|
[submodule "vendor/nim-json-rpc"]
|
|
path = vendor/nim-json-rpc
|
|
url = https://github.com/status-im/nim-json-rpc.git
|
|
ignore = dirty
|
|
branch = master
|
|
[submodule "vendor/nim-http-utils"]
|
|
path = vendor/nim-http-utils
|
|
url = https://github.com/status-im/nim-http-utils.git
|
|
ignore = dirty
|
|
branch = master
|
|
[submodule "vendor/nim-bearssl"]
|
|
path = vendor/nim-bearssl
|
|
url = https://github.com/status-im/nim-bearssl.git
|
|
ignore = dirty
|
|
branch = master
|
|
[submodule "vendor/nim-sqlite3-abi"]
|
|
path = vendor/nim-sqlite3-abi
|
|
url = https://github.com/arnetheduck/nim-sqlite3-abi.git
|
|
ignore = dirty
|
|
branch = master
|
|
[submodule "vendor/nim-web3"]
|
|
path = vendor/nim-web3
|
|
url = https://github.com/status-im/nim-web3.git
|
|
[submodule "vendor/nim-testutils"]
|
|
path = vendor/nim-testutils
|
|
url = https://github.com/status-im/nim-testutils.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nim-unittest2"]
|
|
path = vendor/nim-unittest2
|
|
url = https://github.com/status-im/nim-unittest2.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nim-websock"]
|
|
path = vendor/nim-websock
|
|
url = https://github.com/status-im/nim-websock.git
|
|
ignore = untracked
|
|
branch = main
|
|
[submodule "vendor/nim-zlib"]
|
|
path = vendor/nim-zlib
|
|
url = https://github.com/status-im/nim-zlib.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nim-dnsdisc"]
|
|
path = vendor/nim-dnsdisc
|
|
url = https://github.com/status-im/nim-dnsdisc.git
|
|
ignore = untracked
|
|
branch = main
|
|
[submodule "vendor/dnsclient.nim"]
|
|
path = vendor/dnsclient.nim
|
|
url = https://github.com/ba0f3/dnsclient.nim.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nim-toml-serialization"]
|
|
path = vendor/nim-toml-serialization
|
|
url = https://github.com/status-im/nim-toml-serialization.git
|
|
[submodule "vendor/nim-presto"]
|
|
path = vendor/nim-presto
|
|
url = https://github.com/status-im/nim-presto.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/zerokit"]
|
|
path = vendor/zerokit
|
|
url = https://github.com/vacp2p/zerokit.git
|
|
ignore = dirty
|
|
branch = v0.5.1
|
|
[submodule "vendor/nim-regex"]
|
|
path = vendor/nim-regex
|
|
url = https://github.com/nitely/nim-regex.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nim-unicodedb"]
|
|
path = vendor/nim-unicodedb
|
|
url = https://github.com/nitely/nim-unicodedb.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nim-taskpools"]
|
|
path = vendor/nim-taskpools
|
|
url = https://github.com/status-im/nim-taskpools.git
|
|
ignore = untracked
|
|
branch = stable
|
|
[submodule "vendor/nim-results"]
|
|
ignore = untracked
|
|
branch = master
|
|
path = vendor/nim-results
|
|
url = https://github.com/arnetheduck/nim-results.git
|
|
[submodule "vendor/db_connector"]
|
|
path = vendor/db_connector
|
|
url = https://github.com/nim-lang/db_connector.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nph"]
|
|
ignore = untracked
|
|
branch = master
|
|
path = vendor/nph
|
|
url = https://github.com/arnetheduck/nph.git
|
|
[submodule "vendor/nim-minilru"]
|
|
path = vendor/nim-minilru
|
|
url = https://github.com/status-im/nim-minilru.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nim-quic"]
|
|
path = vendor/nim-quic
|
|
url = https://github.com/status-im/nim-quic.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nim-ngtcp2"]
|
|
path = vendor/nim-ngtcp2
|
|
url = https://github.com/vacp2p/nim-ngtcp2.git
|
|
ignore = untracked
|
|
branch = master
|