Skip to content

Commit 2c7328d

Browse files
committed
TABConf 6 Lightning Socratic
1 parent 3ea6d6c commit 2c7328d

File tree

1 file changed

+33
-16
lines changed

1 file changed

+33
-16
lines changed

_posts/2024-10-26-tabconf-6-lightning-session.md

Lines changed: 33 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,36 @@ and other sources.
1212
This event will take place at TABConf in Atlanta.
1313

1414

15-
### Breez SDK adds support for Nodeless (Liquid) and Native (Greenlight) Implementations
16-
17-
The boys at Breez have done it again! The latest SDK refresh adds a 'nodeless' implementation that stores your balance on the Liquid sidechain. It uses a swap service to send and receive bitcoin or lightning, a model pioneered by Aqua Wallet. In addition, the Breez SDK offers a native lightning implementation built using the lightweight self-custodial Greenlight service for a pure lightning architecture that makes no compromises on the trust assumptions of bitcoin and lightning.
18-
19-
Check out the Blockstream [blog announcement](https://blog.liquid.net/breez-releases-nodeless-sdk-implementation-powered-by-liquid/), Breez [github](https://github.com/breez), [nodeless sdk docs](https://sdk-doc-liquid.breez.technology/), or [native sdk docs](https://sdk-doc-greenlight.breez.technology/) for more information.
20-
21-
22-
### BOLT12 Offers Merged
23-
24-
After four long years the BOLT12 Offers spec has been [merged](https://github.com/lightning/bolts/pull/798) into the BOLTs repo. Oh happy day! \o/
25-
26-
BOLT12 offers enable a static lightning invoice that works by communicating invoice parameters through the lightning network using onion messages to anonymously retrieve a BOLT11 invoice. It also uses blinded paths to conceal the endpoint of the lightning route, enabling private and trustless lightning payments. The static address represents a massive usability improvement over ephemeral and interactive BOLT11 invoices. Routing messages through the lightning network removes the need to incorporate a different network stack and thus the need to run a web server, which is approach taken by the LNURL protocol to achieve the same goals.
27-
28-
29-
### Miscellaneous
30-
15+
## Topics
16+
17+
#### vnprc
18+
19+
- Breez SDK adds support for Nodeless: A Liquid Implementation
20+
- Breez [github](https://github.com/breez)
21+
- [nodeless sdk docs](https://sdk-doc-liquid.breez.technology/)
22+
- [native sdk docs](https://sdk-doc-greenlight.breez.technology/)
23+
- Blockstream [blog announcement](https://blog.liquid.net/breez-releases-nodeless-sdk-implementation-powered-by-liquid/)
24+
- [StashPay](https://blog.onionmill.com/p/welcome-to-the-stashpay-testflight) is the first wallet to ship with it
25+
- [BOLT12 Offers Merged](https://github.com/lightning/bolts/pull/798)
26+
- [Building Bolt12 Into Strike](https://strike.me/blog/bolt12-offers/)
27+
- [Mutiny Wallet](https://blog.mutinywallet.com/mutiny-wallet-is-shutting-down/) and [10101](https://10101.finance/blog/10101-is-shutting-down/) are both shutting down. 😢
28+
29+
#### nifty
30+
- [LN Summit 2024 Notes & Summary/Commentary](https://delvingbitcoin.org/t/ln-summit-2024-notes-summary-commentary/1198)
31+
- [Lightning Welder](https://github.com/alexlwn123/Lightning-Welder)
32+
33+
#### randy
34+
- [Spec for dual funding merged into BOLTs](https://github.com/lightning/bolts/pull/851)
35+
- [Bitcoin Core 28 wallet integration guide](https://bitcoinops.org/en/bitcoin-core-28-wallet-integration-guide/) discusses the impact of TRUC transactions on anchor outputs and the potential future deprecation of update_fee as well RBF pinning attacks.
36+
37+
### Research
38+
- [Hybrid Jamming Mitigation: Results and Updates](https://delvingbitcoin.org/t/hybrid-jamming-mitigation-results-and-updates/1147)
39+
- [SuperScalar: Laddered Timeout-Tree-Structured Decker-Wattenhofer Factories](https://delvingbitcoin.org/t/superscalar-laddered-timeout-tree-structured-decker-wattenhofer-factories/1143)
40+
41+
### PRs and Releases
42+
- [LND custom channels PR](https://github.com/lightningnetwork/lnd/pull/8960/files#diff-d8ed3157089b4fb9b6e61d523fd956f2adfd223fdc76d000112bb8e2dab96e8e)
43+
- [LDK rust-lightning v0.0.124 release notes](https://github.com/lightningdevkit/rust-lightning/releases/tag/v0.0.124)
44+
- [LND Gossip Messages](https://github.com/lightningnetwork/lnd/pull/8044)
45+
- [Eclair: Allow including routing hints when creating Bolt 11 invoice](https://github.com/ACINQ/eclair/pull/2909)
46+
- [LDK: Support paying static invoices](https://github.com/lightningdevkit/rust-lightning/pull/3140)
47+
- [LDK: Add the core functionality required to resolve Human Readable Names](https://github.com/lightningdevkit/rust-lightning/pull/3179)

0 commit comments

Comments
 (0)