bolt7

Routing gossip protocol, per BOLT #7.
git clone git://git.ppad.tech/bolt7.git
Log | Files | Refs | README | LICENSE

commit 9d5fa3330385ab70b28144e2a142a85a363bea5d
parent bf284caaf7687fc8a09aa796bd781b89dd36002e
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat, 18 Apr 2026 12:57:31 +0800

readme: pre-release note

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

diff --git a/README.md b/README.md @@ -55,6 +55,11 @@ ppad-bolt7 provides types and codecs for BOLT #7 gossip messages: Haddock documentation is available at [docs.ppad.tech/bolt7](https://docs.ppad.tech/bolt7). +## Security + +This is a pre-release version of the library and makes no claims about +security whatsoever. + ## Development A Nix development shell is provided via flake. Enter it with: @@ -71,6 +76,3 @@ $ cabal test $ cabal bench ``` -## Security - -This library has received no security audit. Use at your own risk.