mirror of
https://github.com/vacp2p/vac.dev.git
synced 2026-01-08 06:13:57 -05:00
fix(rln-v3-rlog): formatting for subpoints (#139)
This commit is contained in:
committed by
GitHub
parent
6bdcc40633
commit
cc77d7395f
@@ -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.).
|
||||
|
||||
Reference in New Issue
Block a user