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

Atm, we check for storage collisions in module's storage namespaces, but we do not check for collisions in satellite proxies. We should also check there since an upgrade to a...

v3-core

Our use of UUPS proxies allows for significant runtime gas cost savings vs transparent proxies. What enables this performance enhancement is the fact that UUPS proxies hold the admin upgradeability...

v3-core

Atm, we calculate hashes "by hand" (e.g. using Remix) and hardcode them to the code, accompanied by a comment which shows how that hash was calculated. E.g. ``` function _electionStore()...

v3-core