tezos-reward-distributor-organization / tezos-reward-distributor

Tezos Reward Distributor (TRD): A reward distribution software for tezos bakers.
https://tezos-reward-distributor-organization.github.io/tezos-reward-distributor/
GNU General Public License v3.0
87 stars 51 forks source link

use `simulate_operation` instead of `run_operation` #676

Open nicolasochem opened 1 year ago

nicolasochem commented 1 year ago

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.

yurug commented 1 year ago

The documentation is here: https://gitlab.com/-/sandbox/swagger#/default/post_helpers_scripts_simulate_operation

It will be improved but here is some curated description of the parameters: