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: finalize support for `raw_slice` and `string_slice` #1448

Closed hal3e closed 6 days ago

hal3e commented 2 weeks ago

closes: https://github.com/FuelLabs/fuels-rs/issues/1152, https://github.com/FuelLabs/fuels-rs/issues/1158

This PR uses sway 0.61.0 which has a bug when working with Vec<Vec<u32>> so we are blocked for now.

Checklist