Opening a channel, does not always succeed. It looks like the maker is busy and we are constantly loosing the connection. During channel creation this is critical as the exchange between both parties is required. see logs below.
Open Channel HTTP Request
2022-12-07 14:55:13 INFO rocket::server: POST /api/channel/open application/json:
2022-12-07 14:55:13 INFO _: Matched: (post_open_channel) POST /api/channel/open application/json
2022-12-07 14:55:13 DEBUG ten_ten_one::wallet: Sending to address address=tb1q0zqkdj72pda06k4605nk8f5us29la2qyat4vjw sats=30500
2022-12-07 14:55:13 WARN electrum_client::client: call 'estimate_fee' failed with EOF while parsing a value at line 1 column 0, retry: 1/1
2022-12-07 14:55:15 DEBUG electrum_client::raw_client: new_ssl socket_addrs.domain():Some("blockstream.info") validate_domain:true timeout:None
2022-12-07 14:55:15 INFO electrum_client::client: Succesfully created new client
2022-12-07 14:55:16 DEBUG ten_ten_one::wallet: Sent to address address=tb1q0zqkdj72pda06k4605nk8f5us29la2qyat4vjw sats=30500 txid=2668d12c9db9e3c5e2bbc5d552529c285541266cf8ec1dd6fa6f11a803218e01
2022-12-07 14:57:29 DEBUG ldk: log_level=Level(Trace) module_path="lightning::ln::channelmanager" line=5618 raw_log="Failing HTLC with hash ca5112e4d5715691dbdef5abd73df96f70f64053781316e29b940c10d9f64630 from our monitor"
2022-12-07 14:57:29 DEBUG ldk: log_level=Level(Trace) module_path="lightning::ln::channelmanager" line=4191 raw_log="Received duplicative fail for HTLC with payment_hash ca5112e4d5715691dbdef5abd73df96f70f64053781316e29b940c10d9f64630"
Disconnection from taker even if at the very same second a ping pong was processed.
2022-12-07 14:57:29 DEBUG ldk: log_level=Level(Trace) module_path="lightning::ln::peer_handler" line=1862 raw_log="Handling disconnection of peer 021e132fd64d457a507b56c1e67aa03a65913c176d733b8e9b110fe164063ce4ef, with future connection to the peer possible."
2022-12-07 14:57:29 DEBUG ldk: log_level=Level(Debug) module_path="lightning::ln::channelmanager" line=6534 raw_log="Marking channels with 021e132fd64d457a507b56c1e67aa03a65913c176d733b8e9b110fe164063ce4ef disconnected and generating channel_updates. We believe we can make future connections to this peer."
2022-12-07 14:57:29 DEBUG ldk: log_level=Level(Trace) module_path="lightning::ln::channel" line=4202 raw_log="Peer disconnection resulted in 0 remote-announced HTLC drops on channel 716c8a3a5c804086c86be064152a4b934e36034fddc6939d38467972edd00a25"
Maker tries to reestablish the channel <- this is repeated several times - I guess this is due to an unstable connection between the maker and the taker.
Tested on
testnet
stable
0.3.2
android
Opening a channel, does not always succeed. It looks like the maker is busy and we are constantly loosing the connection. During channel creation this is critical as the exchange between both parties is required. see logs below.
Open Channel HTTP Request
Open Channel LDK Request
Don't know what this is about - Unsure if this is even an issue.
Ping Pong Looks like the taker is still able to reach the maker
Failing HTLC / Duplicative fail for HTLC
Disconnection from taker even if at the very same second a ping pong was processed.
Finished noise handshake: ?
Peer init message: I guess the taker is trying to reconnect?
Maker tries to reestablish the channel <- this is repeated several times - I guess this is due to an unstable connection between the maker and the taker.
Ping pong