lightning-node-connect icon indicating copy to clipboard operation
lightning-node-connect copied to clipboard

Results 9 lightning-node-connect issues
Sort by recently updated
recently updated
newest added

Currently lightning node connect is written in go and compiled to web assembly for use in https://github.com/lightninglabs/lnc-web within a browser using javascript. Initially, I thought that maybe web assembly was...

User reports attempting to connect via LNC on a mobile browser. Clean, new pairing phrase. Consistently does not work. Slack chat: https://lightningcommunity.slack.com/archives/C01A2MGARV0/p1698035238721209 Logs: ```2023-10-23 11:00:15.819 [DBG] WASM: WASM client ready...

bug
help wanted

I found this one while using Zeus, described it also there (https://github.com/ZeusLN/zeus/issues/1483), but it probably needs to be fixed on LNC side. ### Problem When connected to a node via...

In Terminal Web, we'd like to get able to get the version of `litd` that the WASM is connected to. This information is available via the `litrpc.Proxy.GetInfo`. Unfortunately, when I...

Was brought up in this twitter thread: https://twitter.com/roasbeef/status/1486422025816064000 [TinyGo](https://tinygo.org/getting-started/overview/) is an alternate Go compiler that is intended for embedded systems, and support compiling to a [WASM target](https://tinygo.org/docs/guides/webassembly/): https://tinygo.org/docs/reference/usage/subcommands/#build. Their overview...

wasm
optimization

Having an issue connecting to my LND Node via LNC. Getting an error that says "session not found failed to connect to the WASM client try reloading the page or...

Lightning Node Connect does not work with wasmer (https://wasmer.io/). Here is the output from the standalone wasmer application. ``` root@44183a01694f:/# wasmer run lnc-v0.2.3-alpha.wasm error: failed to run `lnc-v0.2.3-alpha.wasm` ╰─▶ 1:...

This idea was already considered by others but with one more important feature: being universal for various node applications (electrum server, bitcoind...), not just LND. Here's some discussion https://github.com/BlockchainCommons/Airgapped-Wallet-Community/discussions/33 sadly,...

We should extend our test suite to also cover the browser portion. We leanred earlier this week that Go will actually change the `wasm_exec.js` from time to time. To increase...

wasm
itests