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

bug: await tx committal #1400

Closed segfault-magnet closed 1 month ago

segfault-magnet commented 1 month ago

The test just submitted transactions without awaiting their commitment, causing CI to sometimes complain about transactions being processed out of place... :facepalm:

related: #1382

Checklist