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

Delegatable resolver #288

Open
wants to merge 21 commits into
base: staging
Choose a base branch
from
Open

Delegatable resolver #288

wants to merge 21 commits into from

Commits on Sep 8, 2023

  1. Add DelegatableResolver.sol

    makoto committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    bdb5bde View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    440e77b View commit details
    Browse the repository at this point in the history
  2. WIP

    makoto committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    701bf66 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    bbd083a View commit details
    Browse the repository at this point in the history
  2. Add encodedname into the event

    makoto committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    16d5a79 View commit details
    Browse the repository at this point in the history
  3. Add comment

    makoto committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    2aee50b View commit details
    Browse the repository at this point in the history
  4. Add custom error

    makoto committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    429fa38 View commit details
    Browse the repository at this point in the history
  5. Add IDelegatableResolver

    makoto committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    afae77e View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Remove script/deploy.ts

    makoto committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    5eb3d37 View commit details
    Browse the repository at this point in the history
  2. Remove empty file

    makoto committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    6cc269f View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Remove Ownable

    makoto committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    59b0cc7 View commit details
    Browse the repository at this point in the history
  2. Revert indentation

    makoto committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    0abb7cd View commit details
    Browse the repository at this point in the history
  3. Fix test

    makoto committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    2fadc67 View commit details
    Browse the repository at this point in the history
  4. Remove test

    makoto committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    42acb3f View commit details
    Browse the repository at this point in the history
  5. Revert to use OZ Ownable

    makoto committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    7ecbe22 View commit details
    Browse the repository at this point in the history
  6. Add a test to check the owner

    makoto committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    ed57aa8 View commit details
    Browse the repository at this point in the history
  7. Add comments and more test

    makoto committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    093fbd2 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    d07e6d9 View commit details
    Browse the repository at this point in the history
  2. Delegatable resolver with factory (#289)

    * Use Factory
    
    * Add description and more tests
    
    * Add check to prevent people from using the resolver without owner
    
    * Apply suggestions from code review
    
    Co-authored-by: Nick Johnson <[email protected]>
    Co-authored-by: Jeff Lau <[email protected]>
    
    * Fix broken tests
    
    * Remove owner check
    
    ---------
    
    Co-authored-by: Nick Johnson <[email protected]>
    Co-authored-by: Jeff Lau <[email protected]>
    3 people authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    9ae2281 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    e97d21f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #344 from Opti-domains/delegatable-resolver-wo-fac…

    …tory
    
    Use addressOfClone2 instead of predictAddress
    Arachnid authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    52ef40c View commit details
    Browse the repository at this point in the history