FuelLabs / fuels-rs

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

feat!: support static gas price setting in `NodeConfig` #1396

Closed MujkicA closed 1 month ago

MujkicA commented 1 month ago

Originally, this PR was aiming to solve several bugs and enables a static gas price in our tests so that we can catch said bugs. It was split into several smaller PRs:

1423, #1425, #1426

In it's current version, it only adds the static gas price config parameter to the node config and enables it in our tests.

BREAKING CHANGE: Adds the field static_gas_price to NodeConfig

Checklist

hal3e commented 1 month ago

can you please add the BREAKING CHANGE section in the PR description.