You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
background:
For calling scheduled call, the actual price when the call is executed might deviate from the initial deposit where the call will not be able to go through. Hence we most likely will require the caller to prepaid a higher amount. To reduce the over withdrawn amount, we need to calculate the price dynamically and provide an suggestion.
expected results:
using on_finalized to calculate the avg price modified by some Modifier
using off_chain worker to submit the averaged price
proper migration for calls from previous runtime version
The text was updated successfully, but these errors were encountered:
Info
background:
For calling scheduled call, the actual price when the call is executed might deviate from the initial deposit where the call will not be able to go through. Hence we most likely will require the caller to prepaid a higher amount. To reduce the over withdrawn amount, we need to calculate the price dynamically and provide an suggestion.
expected results:
The text was updated successfully, but these errors were encountered: