FuelLabs / fuels-rs

Fuel Network Rust SDK
https://fuellabs.github.io/fuels-rs
Apache License 2.0
44.27k stars 1.34k forks source link

gas price variation impacts set max fee #1457

Closed segfault-magnet closed 1 month ago

segfault-magnet commented 1 month ago

Our default block horizon for estimating gas prices is 0.

When prices change that impacts the tx fee.

We currently don't set any tolerance to cover that possibility.

Issue first reported here.