Dominique
Dominique
I noticed also that in the steps on how to [add a proxy](https://wiki.polkadot.network/docs/learn-proxies#how-to-set-up-a-proxy) it mentions the `addProxy(proxy, proxy_type)` function and I think the function now is `addProxy(delegate, proxyType, delay)` so...
@yennycheung I only had a quick look at the original Issue but I can now check more in detail the issue and the current PR.
The same team reported low peer issues this morning after upgrading their KSM nodes to `v0.9.41`. Here are a few logs that they shared : ``` 2023-04-19 04:04:30 💤 Idle...
Thank you @altonen for the quick feedback! I forwarded your suggestions to the three teams who are experiencing the same/similar issue (_low peer count/syn issue in `v0.9.41`_). 1. First team...
First team also shared logs after adding `-l afg=trace,sync=debug` flags : [ksm-v0.9.41-low-peers.log.tar.gz](https://github.com/paritytech/substrate/files/11284314/ksm-v0.9.41-low-peers.log.tar.gz) - There is this error : `ERROR tokio-runtime-worker sync: 💔 Called on_block_justification with a peer ID of an...
@johnsonco reported that their node is syncing properly now. It required approximately 12 hours after they opened the p2p port to sync correctly. @altonen I shared the logs (with `-lsync,sub-libp2p=trace`...
The team shared new logs (with `-lsync,sub-libp2p=trace` and `-lgrandpa=trace` flags). The new file `ksm-logs2.tar.gz` is uploaded in the same [google drive folder](https://drive.google.com/drive/folders/1ESrvispxCpoFDFqEZYkSeuRsOsGudInt?usp=sharing). Please note that the new logs is after...
The P2P port by default should be `30333`. You have to manually open it in the firewall/NAT settings to allow inbound connections. An example that I have at hand is...
The team of @bhargavtheerthamcb is also experiencing the peer/sync issue. **Summary of their Setup & Changes** - They were setting up a new set of polkadot & kusama nodes in...
Thank you! I will relay this to the external team that reported it to me and get back to close this issue as soon as I have a confirmation from...