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

feat!: var output estimation optimization (#1393) #1418

Closed hal3e closed 3 weeks ago

hal3e commented 3 weeks ago

closes: #1380

The number of variable outputs is now determined by filling the dry-run tx with as much variable outputs as the node will allow and counting the number of TransferOut receipts made by the dry run.

Checklist