diff --git a/_posts/2024-10-18-#3179.md b/_posts/2024-10-18-#3179.md index bfabf98..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: --- @@ -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`? 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