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

Want to do something similar to this https://github.com/Synthetixio/synthetix-v3/blob/306c928de0da52d6e839f0620f8f32d544217648/markets/perps-market/contracts/storage/AsyncOrder.sol#L371 but making it simpler as view function using this https://github.com/Synthetixio/synthetix-v3/blob/306c928de0da52d6e839f0620f8f32d544217648/markets/perps-market/contracts/storage/GlobalPerpsMarket.sol#L100

**Description** In the `getLiquidationMarginUsd` function the `marginAdjustment` includes the estimated liquidation flag fee and liquidation fees. These fees are a best estimate of what the real fees may be in...

isContract() in AddressUtil is used to determine whether the account is a contract or an externally owned account (EOA). However, in Solidity, there is no reliable way to definitively determine...

isContract() in AddressUtil is used to determine whether the account is a contract or an externally owned account (EOA). However, in Solidity, there is no reliable way to definitively determine...

as part of migration from optimism it will be helpful to be able to import positions directly with no fancyx linear ticket forthcoming

When doing a clean install and setting up the project, running yarn test gets to Keeper Rewards - Multiple Positions 1) "before all" hook: restoreSnapshot for "emits position liquidated event"...