Module ipfs_compat

Module ipfs_compat 

Source
Expand description

IPFS compatibility and connectivity testing

This module provides functionality to test connectivity and interoperability with the public IPFS network, including:

  • Connection to public IPFS bootstrap nodes
  • Protocol compatibility verification
  • Block exchange testing
  • DHT query interoperability

Structs§

IpfsCompatTestResults
IPFS compatibility test results

Constants§

IPFS_BOOTSTRAP_NODES
Public IPFS bootstrap nodes for testing
TEST_CIDS
Well-known IPFS CIDs for testing block retrieval

Functions§

ipfs_test_config
Create a network configuration optimized for IPFS compatibility testing
test_ipfs_connectivity
Test connectivity to public IPFS network