Skip to content

Commit 65c01a3

Browse files
committed
2829 review club - part 1(blip31)
1 parent 2d47d29 commit 65c01a3

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

_posts/2024-02-16-#2829.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
layout: pr
3+
date: 2024-02-16
4+
title: "Add an implementation of mutual message exchange"
5+
pr: 2829
6+
authors: [TheBlueMatt]
7+
components: ["bLIP31", "Mutual Message Exchange", "Bolt12"]
8+
host: jbesraa
9+
status: upcoming
10+
commit:
11+
---
12+
13+
## Notes
14+
This is part one of the review for [bLIP/31] named "Mutual Message Exchange".
15+
In this part, we will review the bLIP, and in the next session we will review
16+
the implementation at [ldk/2829].
17+
18+
19+
## Questions
20+
1. Did you review bLIP31? [Concept ACK, approach ACK, tested ACK, or NACK](https://github.com/lightningdevkit/rust-lightning/blob/master/CONTRIBUTING.md#peer-review)?
21+
2. What are the capabilities [bLIP/31] introduce?
22+
3. Who initiae the messaging process? what are the pros/cons?
23+
4. How does [bLIP/31] relate to [bolt/11] and [bolt/12]?
24+
5. How the message sender know they are able to exchange a message with the recipient?
25+
26+
[ldk/2829]: https://github.com/lightningdevkit/rust-lightning/pull/2829
27+
[bLIP/31]: https://github.com/lightning/blips/pull/31/files
28+
[bolt/11]: https://github.com/lightning/bolts/blob/master/11-payment-encoding.md
29+
[bolt/12]: https://github.com/lightning/bolts/blob/9118a8f6be5bc08b7bc28fc2b4ebfed433900a9c/12-offer-encoding.md
30+
31+

0 commit comments

Comments
 (0)