FuelLabs / sway

🌴 Empowering everyone to build reliable and efficient smart contracts.
https://docs.fuel.network/docs/sway/
Apache License 2.0
62.59k stars 5.37k forks source link

Remove logic duplicatation between forc-client and sdk #6199

Open kayagokalp opened 4 months ago

kayagokalp commented 4 months ago

We are already depending on sdk for some features, and for others we are re-implementing them from scratch creating two places to update for each change in fuel-core. We should make our best to re-use logic from sdk.

sdankel commented 2 months ago

@kayagokalp I know you replaced some duplicate logic as part of https://github.com/FuelLabs/sway/pull/6250, is there more? What code specifically?