mirror of
https://github.com/ChainSafe/lodestar.git
synced 2026-01-10 16:18:17 -05:00
**Motivation** Users reported in the v1.34.0 release that changes in the release created an issue when ipv6 and ipv4 ports were the same: ``` ✖ Error: Timeout: Did not receive an init message from worker after 300000ms. Make sure the worker calls expose(). ``` **Description** This PR bumps discv5 from 11.0.3 to 11.0.4 which includes the fix to binding ipv4 and ipv6 on the same port in dual stack mode. See: https://github.com/ChainSafe/discv5/pull/318