-
Notifications
You must be signed in to change notification settings - Fork 741
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
on-demand: Improve/fix events #4254
Comments
Hi, I would like to take this on. I wonder what was the intended purpose for the OnDemandOrderPlaced?
|
Relevant stackexchange question: https://substrate.stackexchange.com/questions/11366/ondemandassignmentprovider-ondemandorderplaced-event-was-removed/11389#11389
That we are not reporting the abstract spot traffic, but the actual current price. (spot traffic multiplied by base fee)
Amazing! Thanks a lot! Happy to review!
I don't think we should remove it at all. I guess we should do the following:
|
|
If the traffic value is only used to calculate the real-time price, it is better to display the price directly. If it has other functions, just keep it like this. |
Thanks for the feedback! :-) |
@bolajahmad if you still want to take this, do you have some timeline in mind? |
@eskimor, I have been following the responses in my mail, and I am able to respond now. I will start working on this and in a couple hours (approx 36) I will have a PR for review. |
I don't get what you mean. The |
yes |
title: Improving `on_demand_assigner` emitted events doc: - audience: Rutime User description: OnDemandOrderPlaced event that is useful for indexers to save data related to on demand orders. Check [discussion here](https://substrate.stackexchange.com/questions/11366/ondemandassignmentprovider-ondemandorderplaced-event-was-removed/11389#11389). Closes #4254 crates: [ 'runtime-parachain] --------- Co-authored-by: Maciej <[email protected]>
title: Improving `on_demand_assigner` emitted events doc: - audience: Rutime User description: OnDemandOrderPlaced event that is useful for indexers to save data related to on demand orders. Check [discussion here](https://substrate.stackexchange.com/questions/11366/ondemandassignmentprovider-ondemandorderplaced-event-was-removed/11389#11389). Closes paritytech#4254 crates: [ 'runtime-parachain] --------- Co-authored-by: Maciej <[email protected]>
title: Improving `on_demand_assigner` emitted events doc: - audience: Rutime User description: OnDemandOrderPlaced event that is useful for indexers to save data related to on demand orders. Check [discussion here](https://substrate.stackexchange.com/questions/11366/ondemandassignmentprovider-ondemandorderplaced-event-was-removed/11389#11389). Closes paritytech#4254 crates: [ 'runtime-parachain] --------- Co-authored-by: Maciej <[email protected]>
title: Improving `on_demand_assigner` emitted events doc: - audience: Rutime User description: OnDemandOrderPlaced event that is useful for indexers to save data related to on demand orders. Check [discussion here](https://substrate.stackexchange.com/questions/11366/ondemandassignmentprovider-ondemandorderplaced-event-was-removed/11389#11389). Closes paritytech#4254 crates: [ 'runtime-parachain] --------- Co-authored-by: Maciej <[email protected]>
I just checked on events in on-demand and noticed two things:
SpotPriceSet
?The text was updated successfully, but these errors were encountered: