You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2024-10-26-tabconf-6-lightning-session.md
+33-16Lines changed: 33 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,19 +12,36 @@ and other sources.
12
12
This event will take place at TABConf in Atlanta.
13
13
14
14
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
-[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. 😢
-[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)
0 commit comments