lnd/bolt12
ziggieXXX 2c3e6ffcce
Some checks failed
Vulnerability scan / Scan release binaries (push) Has been cancelled
CI / Static Checks (push) Has been cancelled
CI / Check commits (push) Has been cancelled
CI / Lint code (push) Has been cancelled
CI / Cross compilation (push) Has been cancelled
CI / Cross compilation-1 (push) Has been cancelled
CI / Cross compilation-2 (push) Has been cancelled
CI / Run unit tests (push) Has been cancelled
CI / Run unit tests-1 (push) Has been cancelled
CI / Run unit tests-2 (push) Has been cancelled
CI / Run unit tests-3 (push) Has been cancelled
CI / Run unit tests-4 (push) Has been cancelled
CI / Run unit tests-5 (push) Has been cancelled
CI / Run unit tests-6 (push) Has been cancelled
CI / Run unit tests-7 (push) Has been cancelled
CI / Run unit tests-8 (push) Has been cancelled
CI / Run unit tests-9 (push) Has been cancelled
CI / Run basic itests (push) Has been cancelled
CI / Run basic itests-1 (push) Has been cancelled
CI / Run basic itests-2 (push) Has been cancelled
CI / Run basic itests-3 (push) Has been cancelled
CI / Run basic itests-4 (push) Has been cancelled
CI / Run itests (push) Has been cancelled
CI / Run itests-1 (push) Has been cancelled
CI / Run itests-2 (push) Has been cancelled
CI / Run itests-3 (push) Has been cancelled
CI / Run itests-4 (push) Has been cancelled
CI / Run itests-5 (push) Has been cancelled
CI / Run itests-6 (push) Has been cancelled
CI / Run itests-7 (push) Has been cancelled
CI / Run windows itest (push) Has been cancelled
CI / Run macOS itest (push) Has been cancelled
CI / Check pinned dependencies (push) Has been cancelled
CI / Check pinned dependencies-1 (push) Has been cancelled
CI / Check release notes updated (push) Has been cancelled
CI / Backwards compatibility test (push) Has been cancelled
CI / Cache Cleanup (push) Has been cancelled
CI / Send coverage report (push) Has been cancelled
Merge pull request #10958 from bitromortac/2604-bolt12-1d
bolt12: add invoice_error message for onion message replies
2026-07-24 14:16:13 -03:00
..
decode.go bolt12: add Offer message struct with TLV codec 2026-06-03 12:11:29 +02:00
doc.go bolt12: add chains TLV subtype 2026-06-03 12:11:29 +02:00
helpers_test.go bolt12: validate Offer per BOLT 12 reader/writer requirements 2026-06-03 12:12:23 +02:00
invoice.go bolt12: validate Invoice messages 2026-07-09 08:28:43 +00:00
invoice_error.go bolt12: add InvoiceError onion message replies 2026-07-21 16:23:04 +00:00
invoice_error_test.go bolt12: add InvoiceError onion message replies 2026-07-21 16:23:04 +00:00
invoice_request.go bolt12: validate InvoiceRequest per BOLT 12 reader/writer requirements 2026-06-30 18:20:43 +02:00
invoice_request_test.go bolt12: add NewInvoiceRequestFromOffer 2026-06-30 18:20:00 +02:00
invoice_test.go bolt12: validate Invoice messages 2026-07-09 08:28:43 +00:00
offer.go bolt12: validate Offer per BOLT 12 reader/writer requirements 2026-06-03 12:12:23 +02:00
offer_test.go bolt12: add Offer message struct with TLV codec 2026-06-03 12:11:29 +02:00
pure_tlv.go bolt12: validate Offer per BOLT 12 reader/writer requirements 2026-06-03 12:12:23 +02:00
subtypes.go bolt12: add TUint32 and invoice subtypes 2026-07-09 06:03:25 +00:00
subtypes_test.go bolt12: add TUint32 and invoice subtypes 2026-07-09 06:03:25 +00:00
tlv_types.go bolt12: add TUint32 and invoice subtypes 2026-07-09 06:03:25 +00:00
validate.go Merge pull request #10958 from bitromortac/2604-bolt12-1d 2026-07-24 14:16:13 -03:00
validate_test.go bolt12: add InvoiceError onion message replies 2026-07-21 16:23:04 +00:00