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

Add Ownable2Step extension with 2-step transfer #3620

Merged
merged 38 commits into from
Sep 1, 2022

Commits on Aug 16, 2022

  1. Change _owner to internal

    this way it is accessible via inheritance
    heldersepu committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    fccb61f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    918ab11 View commit details
    Browse the repository at this point in the history
  3. New contract SafeOwnable

    heldersepu committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    00aae11 View commit details
    Browse the repository at this point in the history
  4. SafeOwnableMock

    heldersepu committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    16f6014 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fbc33a8 View commit details
    Browse the repository at this point in the history
  6. format code

    heldersepu committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    229b1d0 View commit details
    Browse the repository at this point in the history
  7. Add entry to changelog

    heldersepu committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    4b3369a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6c7325d View commit details
    Browse the repository at this point in the history
  9. Fix mix of tabs and spaces

    heldersepu committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    80b5260 View commit details
    Browse the repository at this point in the history
  10. Allow address(0) as new owner

    it could be a way for owner to cancel a transfer
    heldersepu committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    db4af81 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    c21d53d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2530cd5 View commit details
    Browse the repository at this point in the history
  3. Remove unused const

    heldersepu committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    de9beed View commit details
    Browse the repository at this point in the history
  4. Remove unused constants

    heldersepu committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    c06b773 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3279163 View commit details
    Browse the repository at this point in the history
  6. Update contracts/access/SafeOwnable.sol

    Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
    heldersepu and Amxx committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    d995d7c View commit details
    Browse the repository at this point in the history
  7. Update contracts/access/SafeOwnable.sol

    Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
    heldersepu and Amxx committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    b12b1e7 View commit details
    Browse the repository at this point in the history
  8. format code

    heldersepu committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    8d62986 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    320aa21 View commit details
    Browse the repository at this point in the history
  10. Add check on pendingOwner

    heldersepu committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    fbf41df View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Configuration menu
    Copy the full SHA
    20aa36c View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Configuration menu
    Copy the full SHA
    2ba7878 View commit details
    Browse the repository at this point in the history
  2. Rename to Ownable2Step

    heldersepu committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    9bbeb47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16d5c16 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
    heldersepu and Amxx committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    baf063e View commit details
    Browse the repository at this point in the history
  5. Update contracts/access/Ownable2Step.sol

    Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
    heldersepu and Amxx committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    adcf9aa View commit details
    Browse the repository at this point in the history
  6. check the event arguments

    heldersepu committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    0b46f49 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    50ca6bc View commit details
    Browse the repository at this point in the history
  8. format code

    heldersepu committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    f22673d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ac7e601 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b781427 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Update contracts/access/Ownable2Step.sol

    Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
    heldersepu and Amxx committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    81c1f6c View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Update contracts/access/Ownable2Step.sol

    Co-authored-by: Francisco <frangio.1@gmail.com>
    heldersepu and frangio committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    a36cc8e View commit details
    Browse the repository at this point in the history
  2. Update contracts/access/Ownable2Step.sol

    Co-authored-by: Francisco <frangio.1@gmail.com>
    heldersepu and frangio committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    b0e363a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ff0621 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Configuration menu
    Copy the full SHA
    ff44765 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84f3b9f View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Configuration menu
    Copy the full SHA
    fca0901 View commit details
    Browse the repository at this point in the history