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
- Rename FFI PaidBolt12Invoice variants from Bolt12Invoice/StaticInvoice
to Bolt12/Static to avoid Kotlin sealed class name collisions where
inner data classes shadowed top-level types of the same name.
- Add serialization round-trip test in bolt12_proof_of_payment to
validate TLV tag 7 backward compatibility.
- Assert bolt12_invoice is None for BOLT11 payments in
do_channel_full_cycle, covering all tests that use this helper.
- Add explanatory comments on the cfg-gated PaidBolt12Invoice
re-export pattern and the clone-based Writeable impl.
- Apply cargo fmt to pre-existing formatting issues in lib.rs and
lnurl_auth.rs.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments