FuelLabs / fuels-rs

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

fix: use fallback predicate estimation within transaction builder #1428

Closed hal3e closed 3 weeks ago

hal3e commented 3 weeks ago

I have moved the provider fallback into the Transaction trait via the DryRunner.

I had to move DryRunner and DryRun into fuels_core::types because of the wasm target.

BREAKING CHNGE:

Checklist