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
-[Core Lightning #8377][] tightens [BOLT11][] invoice parsing requirements by mandating that senders not pay an invoice if a [payment secret][topic payment secrets] is missing or if a mandatory field such as p (payment hash), h (description hash), or s (secret), has an incorrect length. These changes are made to align with the recent specification updates (see Newsletters [#350][news350 bolts] and [#358][news358 bolts]).
108
-
109
-
-[BDK #1957][] introduces RPC batching for transaction history, merkle proofs, and block header requests to optimize full scan and sync performance with an Electrum backend. This PR also adds anchor caching to skip Simple Payment Verification (SPV) (see Newsletter [#312][news312 spv]) revalidation during a sync. Using sample data, the author observed performance improvements of 8.14 seconds to 2.59 seconds with RPC call batching on a full scan and of 1.37 seconds to 0.85 seconds with caching during a sync.
110
-
111
-
-[BIPs #1888][] removes `H` as a hardened-path marker from [BIP380][], leaving just the canonical `h` and the alternative `'`. The recent Newsletter [#360][news360 bip380] had noted that grammar was clarified to allow all three markers, but since few (if any) descriptor implementations actually support it (neither Bitcoin Core nor rust-miniscript do), the specification is tightened to disallow it.
0 commit comments