Refactor bootstrap discovery to use async methods and update bootstrap peers list

This commit is contained in:
sumanjeet0012@gmail.com
2025-07-10 19:24:09 +05:30
parent 198208aef3
commit 2dfee68f20
4 changed files with 28 additions and 9 deletions

View File

@ -19,7 +19,7 @@ dependencies = [
"exceptiongroup>=1.2.0; python_version < '3.11'",
"grpcio>=1.41.0",
"lru-dict>=1.1.6",
"multiaddr>=0.0.9",
"multiaddr @ git+https://github.com/multiformats/py-multiaddr.git",
"mypy-protobuf>=3.0.0",
"noiseprotocol>=0.3.0",
"protobuf>=4.21.0,<5.0.0",