docs.lightning.engineering icon indicating copy to clipboard operation
docs.lightning.engineering copied to clipboard

Building lapps, running lnd, and more

Results 29 docs.lightning.engineering issues
Sort by recently updated
recently updated
newest added

This github action https://github.com/marketplace/actions/404-links should automatically test HTTP resources to ensure they don't return a 404 error code. Pull Request Checklist - [x] The documents updated are not in the...

https://github.com/lightninglabs/docs.lightning.engineering/blob/c7eb3750151f9c3c5707293bf6babc36278d27d2/community-resources/resource-list.md?plain=1#L58 https://github.com/lightninglabs/docs.lightning.engineering/blob/c7eb3750151f9c3c5707293bf6babc36278d27d2/lightning-network-tools/lnd/send-messages-with-keysend.md?plain=1#L56 https://github.com/lightninglabs/docs.lightning.engineering/blob/c7eb3750151f9c3c5707293bf6babc36278d27d2/lightning-network-tools/lnd/send-messages-with-keysend.md?plain=1#L76 https://github.com/lightninglabs/docs.lightning.engineering/blob/c7eb3750151f9c3c5707293bf6babc36278d27d2/the-lightning-network/taproot-assets/taproot-assets-protocol.md?plain=1#L19 https://github.com/lightninglabs/docs.lightning.engineering/blob/c7eb3750151f9c3c5707293bf6babc36278d27d2/docs/lnd/musig2.md?plain=1#L22 https://github.com/lightninglabs/docs.lightning.engineering/blob/c7eb3750151f9c3c5707293bf6babc36278d27d2/docs/lnd/musig2.md?plain=1#L124 https://github.com/lightninglabs/docs.lightning.engineering/blob/c7eb3750151f9c3c5707293bf6babc36278d27d2/lightning-network-tools/aperture/get-aperture.md?plain=1#L42 https://github.com/lightninglabs/docs.lightning.engineering/blob/c7eb3750151f9c3c5707293bf6babc36278d27d2/lightning-network-tools/lnd/rpc-middleware-interceptor.md?plain=1#L139 https://github.com/lightninglabs/docs.lightning.engineering/blob/c7eb3750151f9c3c5707293bf6babc36278d27d2/lightning-network-tools/lnd/channel-acceptor.md?plain=1#L151 https://github.com/lightninglabs/docs.lightning.engineering/blob/c7eb3750151f9c3c5707293bf6babc36278d27d2/lightning-network-tools/lnd/htlc-interceptor.md?plain=1#L297 https://github.com/lightninglabs/docs.lightning.engineering/blob/c7eb3750151f9c3c5707293bf6babc36278d27d2/docs/lnd/INSTALL.md?plain=1#L358 https://github.com/lightninglabs/docs.lightning.engineering/blob/c7eb3750151f9c3c5707293bf6babc36278d27d2/lightning-network-tools/lnd/contribute-to-lnd.md?plain=1#L39 https://github.com/lightninglabs/docs.lightning.engineering/blob/c7eb3750151f9c3c5707293bf6babc36278d27d2/build-a-lapp/local-cluster-setup-with-polar/README.md?plain=1#L5 https://github.com/lightninglabs/docs.lightning.engineering/blob/c7eb3750151f9c3c5707293bf6babc36278d27d2/docs/lnd/release-notes/release-notes-0.16.0.md?plain=1#L516 https://github.com/lightninglabs/docs.lightning.engineering/blob/c7eb3750151f9c3c5707293bf6babc36278d27d2/docs/lnd/grpc/javascript.md?plain=1#L238

Pull Request Checklist - [x] The documents updated are not in the `docs/` directory. These files are synced from upstream repositories ([lnd](https://github.com/lightningnetwork/lnd), [lit](https://github.com/lightninglabs/lightning-terminal), [loop](https://github.com/lightninglabs/loop), [pool](https://github.com/lightninglabs/pool) and [faraday](https://github.com/lightninglabs/faraday)), and should be...

Awesome to see sweeping related documentation. Referring to: https://github.com/lightninglabs/docs.lightning.engineering/blob/master/the-lightning-network/payment-channels/understanding-sweeping.md `When an anchor channel is force-closed, two anchors of 330 satoshis each are created. ` Is this always true? For example:...

Pull Request Checklist - [x] The documents updated are not in the `docs/` directory. These files are synced from upstream repositories ([lnd](https://github.com/lightningnetwork/lnd), [lit](https://github.com/lightninglabs/lightning-terminal), [loop](https://github.com/lightninglabs/loop), [pool](https://github.com/lightninglabs/pool) and [faraday](https://github.com/lightninglabs/faraday)), and should be...

Found URLs with forward slashes which don't conform to [rfc1738](https://tools.ietf.org/html/rfc1738) ```sh grep -rI . -Eo -e '(http|https)://[a-zA-Z0-9./\?@=_-]*' | grep -F "\\" ``` ```text ./community-resources/resource-list.md:https://docs.google.com/forms/d/e/1FAIpQLSdT6kP3oUzd6xWytkDcflU9byHcp8nP9IyYntm\_6wa9Cw6qqg/viewform ./community-resources/glossary.md:https://www.researchgate.net/publication/336890138\_Sphinx\_A\_Transport\_Protocol\_for\_High-Speed\_and\_Lossy\_Mobile\_Networks ./the-lightning-network/multihop-payments/understanding-submarine-swaps.md:https://www.youtube.com/watch?v=eB\_HkYb7Y2M ./the-lightning-network/lsat/implementations-and-links.md:https://docs.google.com/forms/d/e/1FAIpQLSdT6kP3oUzd6xWytkDcflU9byHcp8nP9IyYntm\_6wa9Cw6qqg/viewform ./the-lightning-network/lsat/macaroons.md:https://www.youtube.com/watch?v=CGBZO5n\_SUg ./the-lightning-network/lsat/aperture.md:https://github.com/lightninglabs/aperture/blob/master/lsat/client\_interceptor.go ./the-lightning-network/taro.md:https://mirror.xyz/0xaFaBa30769374EA0F971300dE79c62Bf94B464d5/Yetu-6pZkbQCOpsBxswn\_7dGUZDxoBU8NrOQIZScwpg...

Script to find URLs in repo with 404 error response ``` $ grep --color -rhsI . -oE -e "(http|https)://[a-zA-Z0-9./?@=_-]*" | sort | uniq | parallel 'echo -n "{} "; curl...

Background Quoting from [https://github.com/lightninglabs/docs.lightning.engineering/blob/master/lightning-network-tools/lnd/channel-fees.md](https://github.com/lightninglabs/docs.lightning.engineering/blob/master/lightning-network-tools/lnd/channel-fees.md), " Fees are applied only once per channel by the party which is forwarding the fee. Meaning, as you push a payment to your neighbor node,...

docs.lightning.engineering/the-lightning-network/payment-channels/etymology.md I find that __Nomenclature__ would describe intention of page better then __Etymology__ thanks

Hey, i noticed the Discord link is dead on this page: (at the very bottom) https://docs.lightning.engineering/lightning-network-tools/lnd/recovery-planning-for-failure Maybe you guys can fix it?