bolt1

Base Lightning protocol, per BOLT #1 (docs.ppad.tech/bolt1).
git clone git://git.ppad.tech/bolt1.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2026-04-18 03:08readme: add pre-release noteJared Tobin1+2-3
2026-04-12 08:14plans: add old IMPL5 docJared Tobin1+178-0
2026-01-25 11:00Merge branch 'impl/weigh' - comprehensive allocation benchmarksJared Tobin1+338-1
2026-01-25 11:00Merge branch 'impl/criterion' - comprehensive criterion benchmarksJared Tobin1+517-1
2026-01-25 11:00Merge branch 'impl/fixtures' - benchmark fixtures moduleJared Tobin2+435-0
2026-01-25 10:59bench: add comprehensive criterion benchmarksJared Tobin1+517-1
2026-01-25 10:59bench: implement comprehensive weigh allocation benchmarksJared Tobin1+338-1
2026-01-25 10:59feat: add benchmark test fixtures moduleJared Tobin2+435-0
2026-01-25 10:39meta: docsJared Tobin2+160-0
2026-01-25 10:31feat: add ChainHash newtype for type-safe chain hashesJared Tobin4+62-6
2026-01-25 10:30feat: add ChainHash newtype for type-safe chain hashesJared Tobin4+62-6
2026-01-25 10:30feat: add TlvStream smart constructor with ordering validationJared Tobin4+76-27
2026-01-25 10:30feat: add ChannelId newtype for type-safe channel identifiersJared Tobin4+70-10
2026-01-25 10:30feat: add TlvStream smart constructor with ordering validationJared Tobin4+76-27
2026-01-25 10:30feat: add ChannelId newtype for type-safe channel identifiersJared Tobin4+70-10
2026-01-25 07:16fix: address review findings for IMPL3Jared Tobin4+78-18
2026-01-25 07:07feat: implement BOLT #1 stabilization (IMPL3)Jared Tobin7+1391-690
2026-01-25 07:07docs: add ARCH2 architecture notes and IMPL3 planJared Tobin2+77-0
2026-01-25 06:44docs: add README and implementation plansJared Tobin10+326-0
2026-01-25 06:29Merge branch 'impl/ext-even-check'Jared Tobin2+35-23
2026-01-25 06:29fix: reject unknown even TLV types in extensionsJared Tobin2+35-23
2026-01-25 06:24Merge branch 'impl/review-fixes'Jared Tobin2+419-174
2026-01-25 06:22fix: address review findings for message codecJared Tobin2+419-174
2026-01-25 06:00Merge branch 'impl/message-codec' - BOLT #1 message codec (IMPL1-4)Jared Tobin4+1085-1
2026-01-25 05:55feat: implement BOLT #1 message codecJared Tobin4+1085-1
2026-01-25 05:27init: ppad-bolt1 project skeletonJared Tobin12+920-0