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
run_operation is deprecated and simulate_operation might give better estimates in order to calculate gas fees and avoid issues such as the one we had during N migraiton.
The text was updated successfully, but these errors were encountered:
It will be improved but here is some curated description of the parameters:
successor_level : if true, the simulation is done on the successor level of the current context, not the current context. That's a very technical parameter that should be ignored by the mere mortals. Mainly used in tests.
latency: an integer that estimates how many blocks to wait before inclusion.
blocks_before_activation: If we are close to a protocol activation, this parameter should be set. Indeed, at activation time, the cache is cleared, so the estimation is impacted. This parameter can be safely ignored.
run_operation
is deprecated andsimulate_operation
might give better estimates in order to calculate gas fees and avoid issues such as the one we had during N migraiton.The text was updated successfully, but these errors were encountered: