bolt5

On-chain transaction handling for Lightning (docs.ppad.tech/bolt5).
git clone git://git.ppad.tech/bolt5.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2026-04-19 04:58test: add structural property testsJared Tobin1+82-0
2026-04-19 04:56test: add missing unit tests from reviewJared Tobin1+165-0
2026-04-19 04:54lib: guard against fee underflow in spending functionsJared Tobin5+295-154
2026-04-19 03:51test: add coverage for HTLC, remote, revoked, and classify pathsJared Tobin1+372-0
2026-04-19 03:45test, bench: adapt to NonEmpty PenaltyContext changeJared Tobin3+16-16
2026-04-19 03:45lib: address review findingsJared Tobin3+56-81
2026-04-18 14:32readme: add examplesJared Tobin1+52-4
2026-04-18 13:58lib: adapt to bolt3 API changes (encode_tx_for_signing -> Maybe)Jared Tobin2+43-41
2026-04-18 13:16meta: additional docsJared Tobin4+536-0
2026-04-18 13:15Add criterion and weigh benchmarksJared Tobin2+309-10
2026-04-18 13:15Add test suite for BOLT5Jared Tobin1+381-7
2026-04-18 13:14Implement BOLT5 library: types, detection, and spendingJared Tobin4+1175-6
2026-04-18 13:14Add bolt3, tx, and transitive deps to flake and cabalJared Tobin3+606-1
2026-01-25 06:45Initial project skeleton for ppad-bolt5Jared Tobin12+1248-0