bolt9

Lightning feature flags, per BOLT #9.
git clone git://git.ppad.tech/bolt9.git
Log | Files | Refs | README | LICENSE

commit 39bd0dcf9fe8bd5afba7a873e6f450245a69fe2d
parent f9a9fa2f403dbe60e9f7002d166bd3e3f906c171
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat, 18 Apr 2026 13:30:01 +0800

readme: badges

Diffstat:
MREADME.md | 8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -1,5 +1,9 @@ # ppad-bolt9 +[![](https://img.shields.io/hackage/v/ppad-bolt9?color=blue)](https://hackage.haskell.org/package/ppad-bolt9) +![](https://img.shields.io/badge/license-MIT-brightgreen) +[![](https://img.shields.io/badge/haddock-bolt9-lightblue)](https://docs.ppad.tech/bolt9) + A Haskell implementation of Lightning Network feature flags (BOLT #9), providing type-safe feature vectors with validation and wire format encoding. @@ -83,9 +87,7 @@ $ cabal bench ## Security -This library targets safe, validated handling of Lightning BOLT #9 -feature flags. If you discover any vulnerabilities, please disclose -them via security@ppad.tech. +This is a pre-release library and makes no claims about security whatsoever. ## Development