FuelLabs / sway-applications

Swaypplications
https://sway-applications.vercel.app/
Apache License 2.0
1.55k stars 532 forks source link

Escrow: move `assets` from `storage` to `data_structures::EscrowInfo` #646

Open K1-R1 opened 1 year ago

K1-R1 commented 1 year ago

Within the storage block in escrow-contract/src/main.sw a previously blocked TODO is now unblocked. The assets storage variable can now be moved into EscrowInfo within escrow-contract/src/data_structures.sw and any associated refactoring can now be completed.

Braqzen commented 1 year ago

I think we may need to bump before this can be implemented otherwise bumping and refactoring would be mixed into 1 PR.