synthetix-v3
                                
                                 synthetix-v3 copied to clipboard
                                
                                    synthetix-v3 copied to clipboard
                            
                            
                            
                        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...
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...
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()...