BitcreditProtocol / E-Bill

Core for Bitcredit project.
https://www.bit.cr/
MIT License
12 stars 2 forks source link

Investigate OutgoingConnectionError when running E-Bill app #194

Open zupzup opened 3 weeks ago

zupzup commented 3 weeks ago

Investigate the OutgoingConnectionErrors when running the app:

[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)