Open zupzup opened 3 weeks ago
Investigate the OutgoingConnectionErrors when running the app:
OutgoingConnectionErrors
[2024-10-29T10:49:27Z ERROR bitcredit::dht::event_loop] OutgoingConnectionError event OutgoingConnectionError { peer_id: Some(PeerId("QmcZf59bWwK5XFi76CZX8cbJ4BhTzzA3gU1ZjYZcYW3dwt")), error: Transport([("/dnsaddr/bootstrap.libp2p.io/p2p/QmcZf59bWwK5XFi76CZX8cbJ4BhTzzA3gU1ZjYZcYW3dwt", Other(Custom { kind: Other, error: Other(Left(Right(Apply(InvalidKey(DecodingError { msg: "cargo feature `rsa` is not enabled", source: None }))))) }))]) }
Upon enabling the feature, there is a panic (see discussion here: https://github.com/BitcreditProtocol/E-Bill/pull/189#issuecomment-2443875540)
Investigate the
OutgoingConnectionErrors
when running the app:Upon enabling the feature, there is a panic (see discussion here: https://github.com/BitcreditProtocol/E-Bill/pull/189#issuecomment-2443875540)