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

Support `Upload` and `Upgrade` transactions #1382

Closed xgreenx closed 1 month ago

xgreenx commented 2 months ago

The change just adda basic support for Upload and Upgrade transactions. It already allows re-usage of all estimation and sending logic which is used in the https://github.com/FuelLabs/fuel-utils.

Checklist

xgreenx commented 1 month ago

@segfault-magnet May I ask you to make this PR fulfill your standards of the codebase, please?=)

The example of how I used Upload and Upgrade transactions you can find in this repository.

segfault-magnet commented 1 month ago

@segfault-magnet May I ask you to make this PR fulfill your standards of the codebase, please?=)

The example of how I used Upload and Upgrade transactions you can find in this repository.

Sure. Tnx for the PR and the examples, I'll finish it up.