bolt3

Lightning transaction and script formats, per BOLT #3.
git clone git://git.ppad.tech/bolt3.git
Log | Files | Refs | README | LICENSE

commit 587c49fe3c066ea743a0727f0b8adacfd5966373
parent a0d457077f6b34c98b1528b42212c25fb5441614
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat, 18 Apr 2026 13:16:59 +0800

meta: dep bounds

Diffstat:
Mppad-bolt3.cabal | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ppad-bolt3.cabal b/ppad-bolt3.cabal @@ -35,9 +35,9 @@ library build-depends: base >= 4.9 && < 5 , bytestring >= 0.9 && < 0.13 - , ppad-ripemd160 - , ppad-secp256k1 - , ppad-sha256 + , ppad-ripemd160 >= 0.1.4 && < 0.2 + , ppad-secp256k1 >= 0.5.4 && < 0.6 + , ppad-sha256 >= 0.3.2 && < 0.4 test-suite bolt3-tests type: exitcode-stdio-1.0