FuelLabs / fuels-rs

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

refactor!: unify call handlers to `CallHandler` #1402

Closed hal3e closed 3 months ago

hal3e commented 4 months ago

One CallHandler to rule them all.

What was done:

As allays naming ideas are welcome. For example, CallHandler's call should be renamed to something else as it could be one call or multiple calls. call_or_calls sounded weird. Also the Parsable trait could be renamed.

BREAKING CHANGE:

Checklist

lidoboss commented 4 months ago

Works finw for me..