Closed cortze closed 5 months ago
Thanks @guillaumemichel for the pointer to the LC!
The changes are addressed and the Turing
light-client network works (although there is only one peer)
nebula --dry-run crawl --network AVAIL_TURING_LC --limit 100
INFO[0000] Starting Nebula crawler...
INFO[0000] Queried 0 bootstrap peers limit=10
2024/07/02 15:59:25 failed to sufficiently increase receive buffer size (was: 208 kiB, wanted: 2048 kiB, got: 416 kiB). See https://github.com/quic-go/quic-go/wiki/UDP-Receive-Buffer-Size for details.
INFO[0000] Handled worker result crawlErr=protocol_not_supported crawlerID=crawler-03 duration=749.894635ms inflight=0 isDialable=false processed=1 queued=0 remoteID="<peer.ID 12*9ArGRT>"
INFO[0000] Closing driver...
INFO[0000] Crawl summary:
INFO[0000]
INFO[0000]
INFO[0000] Crawl Error count=1 value=protocol_not_supported
INFO[0000]
INFO[0000] Agent count=1 value=avail-light-client/rust-client/server
INFO[0000]
INFO[0000] Protocol count=1 value=/avail_kad/id/1.0.0-d3d2f3
INFO[0000] Protocol count=1 value=/libp2p/autonat/1.0.0
INFO[0000] Protocol count=1 value=/ipfs/id/push/1.0.0
INFO[0000] Protocol count=1 value=/ipfs/id/1.0.0
INFO[0000] Protocol count=1 value=/ipfs/ping/1.0.0
INFO[0000]
INFO[0000] Finished crawl crawlDuration=798.632741ms crawledPeers=1 dialablePeers=1 undialablePeers=0
INFO[0000] Stopped Nebula crawler.
Description
Since the Avail Goldberg testnet has been deprecated, the bootnodes listed in `./config/bootstrap.go are outdated.
This PR aims to remove the deprecated bootnodes in favour of the new ones for the Avail Turin testnet ones.
Works fine locally: