A Minimal Proxy in the Wild
When most blockchain developers hear the term, proxy, they immediately think of a design pattern for upgradeability. ie. The end-user interacts with ProxyFoo which proxies its calls to ContractFooAlpha. This allows the Foo developers to swap out ContractFooAlpha with ContractFooBeta by simply updating an address in ProxyFoo. The above pattern IS NOT what is implied … Read more