From 2ee62869b096a54025b073a3b7a0cdd31d93939d Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Tue, 22 Oct 2024 22:21:11 +0200 Subject: [PATCH 1/3] docs: small display and typo fixes Signed-off-by: Vincenzo Palazzo --- _posts/2024-10-18-#3179.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_posts/2024-10-18-#3179.md b/_posts/2024-10-18-#3179.md index bfabf98..366031d 100644 --- a/_posts/2024-10-18-#3179.md +++ b/_posts/2024-10-18-#3179.md @@ -15,9 +15,8 @@ commit: ## Question 1. Did you review [PR #3179](https://github.com/lightningdevkit/rust-lightning/pull/3179)? Is it a [Concept ACK, approach ACK, tested ACK, or NACK?](https://github.com/lightningdevkit/rust-lightning/blob/master/CONTRIBUTING.md#peer-review) -2. Did you review the [blip-0032](https://github.com/lightning/blips/blob/master/blip-0032.md) +2. Did you review the [blip-0032](https://github.com/lightning/blips/blob/master/blip-0032.md)? 3. What kind of onion messages does [blip-0032](https://github.com/lightning/blips/blob/master/blip-0032.md) define? - 4. What is DNSSEC? Why is it considered secure? - See https://www.icann.org/resources/pages/dnssec-what-is-it-why-important-2019-03-05-en/ 5. What does the `struct OMNameResolver` do in `lightning/src/onion_message/dns_resolution.rs`? From d877b0e074db24c78c5a31c3a6cfebe73e637288 Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Tue, 22 Oct 2024 22:21:51 +0200 Subject: [PATCH 2/3] docs: make the 3179 as done Signed-off-by: Vincenzo Palazzo --- _posts/2024-10-18-#3179.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2024-10-18-#3179.md b/_posts/2024-10-18-#3179.md index 366031d..a42299c 100644 --- a/_posts/2024-10-18-#3179.md +++ b/_posts/2024-10-18-#3179.md @@ -6,7 +6,7 @@ pr: 3179 authors: [ TheBlueMatt ] components: ["Blinded Paths", "Human Readable Names", "Bolt12", "Offer"] host: vincenzopalazzo -status: upcoming +status: past commit: --- From ae6a9fe0b4796027e4df430b1559ecd5976f437f Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Tue, 22 Oct 2024 22:25:57 +0200 Subject: [PATCH 3/3] docs: add review club 3207 Signed-off-by: Vincenzo Palazzo --- _posts/2024-10-25-#3207.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 _posts/2024-10-25-#3207.md diff --git a/_posts/2024-10-25-#3207.md b/_posts/2024-10-25-#3207.md new file mode 100644 index 0000000..c07fae5 --- /dev/null +++ b/_posts/2024-10-25-#3207.md @@ -0,0 +1,22 @@ +--- +layout: pr +date: 2024-10-25 +title: "Support async payments in BOLT 12" +pr: 3207 +authors: [ valentinewallace ] +components: ["Blinded Paths", "Async Payments", "Bolt12", "Offer"] +host: vincenzopalazzo +status: upcoming +commit: +--- + +## Notes + +## Question + +1. Did you review [ldk/3207](https://github.com/lightningdevkit/rust-lightning/pull/3207)? Is it a [Concept ACK, approach ACK, tested ACK, or NACK?](https://github.com/lightningdevkit/rust-lightning/blob/master/CONTRIBUTING.md#peer-review) +2. Did you review the [blot/1149](https://github.com/lightning/bolts/pull/1149)? +3. Is [blots/1149](https://github.com/lightning/bolts/pull/1149) possible to implement on the current spec? If not what is the feature that we need? + +[ldk/3207]: https://github.com/lightningdevkit/rust-lightning/pull/3207 +[bolt/1149]: https://github.com/lightning/bolts/pull/1149 \ No newline at end of file