K1-R1

Results 19 issues of K1-R1

### Motivation In `project/test-utils/src/setup.rs`: ```rust // TODO: once the script is reliable enough, use it for this functionality pub async fn deposit_and_add_liquidity( ```

Good First Issue
Improvement
App: AMM

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...

Good First Issue
Improvement
App: Escrow

Currently in `test-utils/src/setup.rs` the function `deposit_and_add_liquidity` is used instead of the `atomic-add-liquidity` script, but the script should be used now that it's fully implemented and tested

Improvement
App: AMM

### Motivation Create a wrapper around the `set_threshold` and `set_weight` methods called `set_threshold_and_weight` to allow updates to the `threshold` and `weighting` values without disrupting the `m of n` dynamic in...

New Feature
App: Multisig

Prior discourse: https://github.com/FuelLabs/sway/pull/6254#issuecomment-2289928721 The proxy contract used in the forc-deploy-proxy feature should always be the latest audited version of the Owned Proxy contract from https://github.com/FuelLabs/sway-standard-implementations/tree/master/src14/owned_proxy. Safeguards should be added to...

forc-deploy

Once https://github.com/FuelLabs/sway-standard-implementations/issues/13 is merged; the Owned Proxy contract in sway-standard-implementations will be re-audited. If the re-audited contract differs from the proxy contract used in the [forc deploy proxy feature](https://github.com/FuelLabs/sway/tree/master/forc-plugins/forc-client/proxy_abi) then...

forc-deploy

Nick has asked that I review Fluid Protocol's reentrency implementation and meet with the team regarding best practices as they undergo audits.

## Description handle u32 and u16 subtract underflow manually Closes #6653 ## Checklist - [x] I have linked to any relevant issues. - [x] I have commented my code, particularly...

bug
lib: core