New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reward monitoring service #3462
Comments
Part of #216. As defined here: #216 (comment)
Since the price of the underlying token can vary with time see ideas for a price oracle show in the parent issue: here and here
I am not sure this is possible. The advertised MS prices are non-binding on their side. So can't guarantee that in any way in the client. Is my understanding correct @palango ?
The MSes were supposed to advertise their prices in the same broadcast room the clients publish their BPs. Source: The Spec
That's too dynamic for a set default. I would say something like the average of the advertised MS prices as seen in the broadcast room with a user configurable |
Yes, this is right. Short term there is no way of knowing the current price for a monitor request. Longer term the plan is to add a broadcasted channel in which the MS show their current price, which then can be used by the client to get a better picture. |
@palango @rakanalh We discussed this in the OKR meeting yesterday but for the short term the easiest solution would be constant prices for monitoring so that there is no need for the client to learn the price. We know it by default since it will be constant. Is my understanding of the consensus on the meeting on this correct? |
Correct, we should use a constant value until MS implements price publishing. |
@rakanalh So can you edit the issue's open questions? My comment should answer both. |
Introduction
A flag
--enable-monitoring
was introduced into Raiden for the user to specify the intent of whether a monitoring service should be used or not. If monitoring is enabled, when a channel has more than X tokens (capacity) deposited, Raiden automatically sends the latest balance proof to the monitoring service.Requirements
raiden/raiden/raiden_event_handler.py
Line 564 in b9f2c98
Expected: End of Feb, 2019.
The text was updated successfully, but these errors were encountered: