Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Options to change deploy and factory functions #1104

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Nov 28, 2024

  1. Options to change deploy and factory functions

    Adds two new options that allow override of the deploy and factory
    functions.
    
    Kind is still used to identify the kind of proxy used, but this
    customization can manage variations of the proxy implementation and its
    constructor parameters.
    
    As a test case, and to show a concrete application of this change, I
    implemented a AccessManagedProxy. This proxy works like a UUPS (ERC1967)
    proxy, but before delegating the calls, checks with the access manager
    if the call is allowed.
    gnarvaja committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    09113a6 View commit details
    Browse the repository at this point in the history
  2. Fix lint errors

    Quick fix, I'm not expert enough in Typescript to make the correct type
    annotations
    gnarvaja committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    4ea4dda View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. Update types

    ericglau committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    0b7dd99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3d519d View commit details
    Browse the repository at this point in the history
  3. Fix comment

    ericglau committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    966b38d View commit details
    Browse the repository at this point in the history