fix(rln-v3-rlog): formatting for subpoints (#139)

This commit is contained in:
Aaryamann Challani
2024-05-13 20:07:21 +05:30
committed by GitHub
parent 6bdcc40633
commit cc77d7395f

View File

@@ -23,17 +23,17 @@ which can be explained in the following way:
- **RLN-v1:** “Alice can send 1 message per global epoch”
Practically, this is `1 msg/second`
Practically, this is `1 msg/second`
- **RLN-v2:** “Alice can send `x` messages per global epoch”
Practically, this is `x msg/second`
Practically, this is `x msg/second`
- **RLN-v3:** “Alice can send `x` messages within a time interval `y` chosen by herself.
The funds she has to pay are affected by both the number of messages and the chosen time interval.
Other participants can choose different time intervals fitting their specific needs.
The funds she has to pay are affected by both the number of messages and the chosen time interval.
Other participants can choose different time intervals fitting their specific needs.
Practically, this is `x msg/y seconds`
Practically, this is `x msg/y seconds`
RLN-v3 allows higher flexibility and ease of payment/stake for users who have more predictable usage patterns and therefore,
more predictable bandwidth usage on a p2p network (Waku, etc.).