synthetix-v3 icon indicating copy to clipboard operation
synthetix-v3 copied to clipboard

Results 158 synthetix-v3 issues
Sort by recently updated
recently updated
newest added

Passes already calculated fundingVelocity inside the `recomputeFunding` function.

- Fix min/max collateral discount logic [Issue](https://www.notion.so/guardianaudits/C-02-af4dc12dc2164d5e8ec5f10f2372c286?pvs=4)

- [x] Fix debt wipe when attempting to pay with more amount than debt. - [x] update global debt when debt is paid. - [x] update interest rate on debt...

Guardian Audit Fixes: - [x] Fix utilization calculation to exclude snxUSD [Issue](https://www.notion.so/guardianaudits/C-02-cb3aa2725b2f41d5bc2e22ab22b37459?pvs=4) - [x] Fix `calculateStartingPnl` using new position size instead of size delta [Issue](https://www.notion.so/guardianaudits/H-03-60ef6bbde43d46898d8a06dbfe4b221a?pvs=4) - [x] Check market capacity...

need to write tests and etc but this look like it will work

Fix for Large Orders Can Exceed minimumCredit finding H-04

Updates the `setMarketConfigurationById` with a `recomputeFunding` call.

Informal audit report found below. Some of these issues were already fixed on the gov v3 branch, so all should be present on this branch, but not all will be...