1
0
Fork 0
mirror of https://github.com/lightning/bolts.git synced 2025-03-13 11:35:41 +01:00
Commit graph

3 commits

Author SHA1 Message Date
Elias Rohrer
5f31faa0b6
Add test vector for (invalid) mixed-case offer encoding (#1217)
The spec requires the bech32 offer encodings to be all upper- or
lowercase, but disallows mixed-case encodings.

Here, we add a test vector for this.
2025-02-04 15:31:46 +01:00
t-bast
c41536829c Leftover renaming of path_key in blinded paths
We renamed `blinding` to `path_key` in #1181, but forgot to update the
description in test vectors and the proposal document.
2024-12-03 12:21:43 +10:30
Rusty Russell
247e83d528 BOLT 12: the test vectors.
Three vectors:

1. Raw string decoding tests.  (Start here!)
2. Offer decoding tests.
3. TLV signature tests.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2024-09-24 19:40:59 +09:00