consider specifying how effective_amount works for claims in a channel #21

Open
opened 2020-02-20 16:44:06 +01:00 by lyoshenka · 0 comments
lyoshenka commented 2020-02-20 16:44:06 +01:00 (Migrated from github.com)

Today, the spec says that each claim has a single global effective_amount. However, a claim in a channel competes for it's name globally AND within the channel. In both cases, the effective amount is the same. This leads to surprising behavior when the in-channel activation delay does not match the global activation delay.

This happens only when a channel has multiple claims for the same name, a state that does not make much sense if we assume each channel has only one owner. However, this assumption may change in the future, and even if it doesn't, we should be clear about the behavior we want.

Today, the spec says that each claim has a single global `effective_amount`. However, a claim in a channel competes for it's name globally AND within the channel. In both cases, the effective amount is the same. This leads to surprising behavior when the in-channel activation delay does not match the global activation delay. This happens only when a channel has multiple claims for the same name, a state that does not make much sense if we assume each channel has only one owner. However, this assumption may change in the future, and even if it doesn't, we should be clear about the behavior we want.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/spec#21
No description provided.