mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-09 01:13:08 +00:00
* Adapt using chronos' TokenBucket. Removed TokenBucket and test. bump nim-chronos -> nim-libp2p/nim-lsquic/nim-jwt -> adapt to latest libp2p changes * Fix libp2p/utility reports unlisted exception can occure from close of socket in waitForService - -d:ssl compile flag caused it * Adapt request_limiter to new chronos' TokenBucket replenish algorithm to keep original intent of use * Fix filter dos protection test * Fix peer manager tests due change caused by new libp2p * Adjust store test rate limit to eliminate CI test flakyness of timing * Adjust store test rate limit to eliminate CI test flakyness of timing - lightpush/legacy_lightpush/filter * Rework filter dos protection test to avoid CI crazy timing causing flakyness in test results compared to local runs * Rework lightpush dos protection test to avoid CI crazy timing causing flakyness in test results compared to local runs * Rework lightpush and legacy lightpush rate limit tests to eliminate timing effect in CI that cause longer awaits thus result in minting new tokens unlike local runs
198 lines
5.8 KiB
Plaintext
198 lines
5.8 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 = devel
|
|
[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/waku-rlnv2-contract"]
|
|
path = vendor/waku-rlnv2-contract
|
|
url = https://github.com/logos-messaging/waku-rlnv2-contract.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nim-lsquic"]
|
|
path = vendor/nim-lsquic
|
|
url = https://github.com/vacp2p/nim-lsquic
|
|
[submodule "vendor/nim-jwt"]
|
|
path = vendor/nim-jwt
|
|
url = https://github.com/vacp2p/nim-jwt.git
|
|
[submodule "vendor/nim-ffi"]
|
|
path = vendor/nim-ffi
|
|
url = https://github.com/logos-messaging/nim-ffi/
|
|
ignore = untracked
|
|
branch = master
|