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

chore: use `fuel-core` `0.31.0` #1454

Closed hal3e closed 1 month ago

hal3e commented 2 months ago

I had to change the logic of get_contract_balances as we were requesting 9999 coins which resulted in a to complex graph-ql query. Now we request in batches of 512. Thanks @xgreenx for you feedback.

Checklist