paritytech / subxt

Interact with Substrate based nodes in Rust or WebAssembly
Other
391 stars 236 forks source link

fix: substrate runner libp2p port #1533

Closed niklasad1 closed 2 months ago

niklasad1 commented 2 months ago

Close https://github.com/paritytech/subxt/issues/1527

The logs from substrate/polkadot has been changed and libp2p-tcp is not part of the output anymore

2024-04-15 10:00:03.640 DEBUG tokio-runtime-worker log: New listen address: /ip6/::1/tcp/30333
2024-04-15 10:00:03.641 DEBUG tokio-runtime-worker log: New listen address: /ip4/127.0.0.1/tcp/30333
2024-04-15 10:00:03.641 DEBUG tokio-runtime-worker log: New listen address: /ip6/2001:2042:5a0b:ce00:aebc:be28:e733:a1c3/tcp/30333
2024-04-15 10:00:03.641 DEBUG tokio-runtime-worker log: New listen address: /ip4/192.168.1.74/tcp/30333
2024-04-15 10:00:03.641 DEBUG tokio-runtime-worker log: New listen address: /ip6/2001:2042:5a0b:ce00:234f:135f:ee98:b701/tcp/30333
2024-04-15 10:00:03.641 DEBUG tokio-runtime-worker log: New listen address: /ip4/172.17.0.1/tcp/30333
2024-04-15 10:00:03.641 DEBUG tokio-runtime-worker log: New listen address: /ip6/2001:2042:5a0b:ce00:f22f:74ff:fecd:de1e/tcp/30333
2024-04-15 10:00:03.641 DEBUG tokio-runtime-worker log: New listen address: /ip6/fe80::f22f:74ff:fecd:de1e/tcp/30333