bolt2

Lightning peer protocol, per BOLT #2.
git clone git://git.ppad.tech/bolt2.git
Log | Files | Refs | README | LICENSE

commit 6ba35318c4c58c15f4e78e88a8a24bb0a3c480d9
parent 9b9f02e85c0aa7b968d373a752540192ed9bd29d
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat, 18 Apr 2026 13:09:12 +0800

readme: pre-release note

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

diff --git a/README.md b/README.md @@ -1,6 +1,8 @@ # ppad-bolt2 +[![](https://img.shields.io/hackage/v/ppad-bolt2?color=blue)](https://hackage.haskell.org/package/ppad-bolt2) ![](https://img.shields.io/badge/license-MIT-brightgreen) +[![](https://img.shields.io/badge/haddock-bolt2-lightblue)](https://docs.ppad.tech/bolt2) Haskell implementation of BOLT #2 (Lightning Network peer protocol), including message types and codecs for channel establishment, normal @@ -74,10 +76,8 @@ Haddocks are hosted at [docs.ppad.tech/bolt2][hadoc]. ## Security -This library aims at the maximum security achievable in a -garbage-collected language under an optimizing compiler such as GHC. -If you discover any vulnerabilities, please disclose them via -security@ppad.tech. +This is a pre-release version of the library and makes no guarantees about +security whatsoever. ## Development