lnc-web
lnc-web copied to clipboard
Lightning Node Connect npm module for web
In an effort to save people's feet from their own guns, we like to make sure they give us minimally permissible credentials to do what they want us to do....
The package currently waits a hardcoded second for the connection to succeed and when that times out it leaves the connection in an undetermined state. Increasing the timeout could give...
`wasmClientDisconnect` takes a function that's called when the disconnect has concluded, but `lnc-web` doesn't use it. As a result, consumers end up needing to do something like this: ```js lnc.disconnect()...
I tried to use typing present in the package but module resolution fails for tests like jest and such ``` import { Invoice, Invoice_InvoiceState, } from "@lightninglabs/lnc-core/dist/types/proto/lnd/lightning"; ``` ```Cannot find...
Hello, I received a Critical Severity alert today from the `crypto-js` NPM package. I am sure you probably did as well, it stated that: ```md crypto-js PBKDF2 1,000 times weaker...
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
I discovered this when using the `sendPaymentV2` method. I use the `onMessage` and `onError` streams that are returned. When the stream ends (the payment being sent has the `'SUCCEEDED'` status),...
Hi, Alby allows users to connect to their node through an [LNC connector](https://github.com/getAlby/lightning-browser-extension/blob/master/src/extension/background-script/connectors/lnc.ts) However, we have some cases where the lightning terminal is not running or not reachable, therefore the...
In frameworks like **NextJS**, components are server side rendered by default unless specified. This causes issues with this lib and causes it to throw a `self is not defined` error...