-
Notifications
You must be signed in to change notification settings - Fork 133
[bug]: fundchannel
command hangs due to missing grouped-asset support
#947
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Looks like you hang waiting for funding ACK? It's the last log line from
Do you have logs from the other node as well? |
Attached are the logs from my litd testnet node from a time period when Leo made an attempt to open a channel to me. The logs are from 2024-06-13 15:51:31 UTC to 2024-06-13 15:55:58 UTC |
fundchannel
command hangs
weird, couldn't find any funding related logs in your logs, are you sure the snapshot window is right? You should be seeing at least some |
Leo is the initiator (and would be performing funding) Hannah would be accepting the channel |
Right, my logs are from when Leo was opening a channel to me. I can attempt to open a channel to Leo and send those logs if that would be helpful. |
Current theory is that the failure is due to the asset being a group key |
Main action item here: refactor the existing itest in |
I'm on I have a newly minted asset with group key The command just hangs. I have attached my logs from the moment that I execute the litcli ln fundchannel command. |
I was the receiving node in Leo's attempt to open a channel with asset_id 9ce3596b3c88cf41bff26e1931cbc85d17ee19484f5e3e34357c1951d6831814. I am also running litd using the 0-19-staging branch. Attached are the logs form the attempt. |
fundchannel
command hangsfundchannel
command hangs due to missing grouped-asset support
@Liongrass @HannahMR the litd |
We both upgraded to the latest commit in the 2024-06-24_open channel hangs.txt We'll try again with a non-grouped asset! |
My logs from the latest attempt |
I minted a non-grouped asset with asset_id In this case, both nodes were unable to sync to the universe with the command Logs:
|
@GeorgeTsagk ran local tests:
Current Action
|
Will monitor these user flow to ensure functionality |
May have been related to a universe version mismatch as well. |
This appears to be the true culprit: #990 |
We did try again, both connected to the staging testnet universe, but the command still hangs. I did mint a new asset for this test with We were able to successfully sync this asset from the universe with I then tried to open a channel with:
I have attached the logs between initiating the channel and the command timing out after 30s. |
We are both running v0.13.2-alpha.rc2. Below are my logs from the attempt. |
Closing this, updated the core issue to be tracked in these two issues: |
When testing with the Megalithic node we hit the same channel open issue, although now we are receiving the timeout error. Both of our nodes are running on testnet3, using the v0.13.2-alpha.rc2 litd release, and connecting to the testnet.universe.lightning.finance universe. First I attempted to open a channel to Megalithic using as asset minted a few weeks ago. The logs from that attempt are in the lndJul8.log file. Later Megalithic attempted to open an asset channel to my node using a newly minted asset. Their logs from that attempt are in the lndlogs-after-trying-to-fund-channel.txt file. And my logs from that attempt are in the lndJul8Second.log file. |
Background
I'm running
litd
in integrated mode,tapd
is set to commit76ec8ac232e1076ff2564928ec3700c72fafd267
on Bitcoin testnet3.I have recently created a new grouped asset with the command:
tapcli --tlscertpath ~/.lit/tls.cert --rpcserver=localhost:8443 --network=testnet assets mint --type normal --name neo2oin --supply 100000 --meta_bytes 66616e746173746963206d6f6e6579 --new_grouped_asset
I then finalized the batch with:
tapcli --tlscertpath ~/.lit/tls.cert --rpcserver=localhost:8443 --network=testnet assets mint finalize
I then tried to open a channel to another node:
litcli --network=testnet --macaroonpath=~/.lnd/data/chain/bitcoin/testnet/admin.macaroon ln fundchannel --node_key 03e347d089c071c27680e26299223e80a740cf3e3fc4b4237fa219bb67121a670b --sat_per_vbyte 101 --asset_amount 1000 --asset_id 9ce3596b3c88cf41bff26e1931cbc85d17ee19484f5e3e34357c1951d6831814
The
ln fundchannel
command just hangs. I have attached logs and an LND profile below.goprofile.txt
2024-06-12_open channel hangs.txt
The text was updated successfully, but these errors were encountered: