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

Make TransparentUpgradeableProxy deploy its ProxyAdmin and optimize proxy interfaces #4382

Merged
merged 48 commits into from
Jul 13, 2023

Commits on Jun 23, 2023

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

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    9d39cf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2acbf84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e48fa5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d999991 View commit details
    Browse the repository at this point in the history
  5. remove gas snapshot

    frangio committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    03c2cf5 View commit details
    Browse the repository at this point in the history
  6. revert test changes

    frangio committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    f570cdc View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. add back upgrade

    frangio committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    0303cc7 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. remove extra space

    frangio committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    347fac0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9de9ce8 View commit details
    Browse the repository at this point in the history
  3. remove unnecessary argument

    frangio committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    34381f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bff3bc7 View commit details
    Browse the repository at this point in the history
  5. Update contracts/proxy/transparent/TransparentUpgradeableProxy.sol

    Co-authored-by: Eric Lau <ericglau@outlook.com>
    ernestognw and ericglau authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    d9e192e View commit details
    Browse the repository at this point in the history
  6. Lint

    ernestognw committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    2dd7c05 View commit details
    Browse the repository at this point in the history
  7. Remove unused import

    ernestognw committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    62bbd7b View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Fix tests

    ernestognw committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    b71fc98 View commit details
    Browse the repository at this point in the history
  2. add else branch

    frangio committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    2e0c396 View commit details
    Browse the repository at this point in the history
  3. use forceCall = false

    frangio committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    ca99577 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    909fe1d View commit details
    Browse the repository at this point in the history
  5. use hardhat-network-helpers

    frangio committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    d01100a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b425a38 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d4f5535 View commit details
    Browse the repository at this point in the history
  8. update docs

    frangio committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    6e48769 View commit details
    Browse the repository at this point in the history
  9. Update create.js

    Amxx authored Jul 8, 2023
    Configuration menu
    Copy the full SHA
    0f479c6 View commit details
    Browse the repository at this point in the history
  10. Update account.js

    Amxx authored Jul 8, 2023
    Configuration menu
    Copy the full SHA
    853dc83 View commit details
    Browse the repository at this point in the history
  11. Update create.js

    Amxx authored Jul 8, 2023
    Configuration menu
    Copy the full SHA
    864be51 View commit details
    Browse the repository at this point in the history
  12. Update create.js

    Amxx authored Jul 8, 2023
    Configuration menu
    Copy the full SHA
    9349f30 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cd1ac92 View commit details
    Browse the repository at this point in the history
  14. fix lint

    Amxx committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    c4d49a4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6e95dac View commit details
    Browse the repository at this point in the history
  16. use constant string

    frangio committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    4d3bb2f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c37cab0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5c77c03 View commit details
    Browse the repository at this point in the history
  19. lint

    frangio committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    ff6a70e View commit details
    Browse the repository at this point in the history
  20. remove unused import

    frangio committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    223d840 View commit details
    Browse the repository at this point in the history
  21. remove unused error

    frangio committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    66a3ebf View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. Configuration menu
    Copy the full SHA
    be31da2 View commit details
    Browse the repository at this point in the history
  2. Moaaar review

    ernestognw committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    802def2 View commit details
    Browse the repository at this point in the history
  3. don't pass empty opts to constructor removes the need for {from:...} …

    …options that are not actually required
    Amxx committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    a22e182 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    dc040f1 View commit details
    Browse the repository at this point in the history
  2. Improve changeset

    ernestognw committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    4b9ec42 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Remove unnecessary slohint annotations

    Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
    ernestognw and Amxx committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    22698a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60123c7 View commit details
    Browse the repository at this point in the history
  3. Add ERC1967Utils tests

    ernestognw committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    9f18301 View commit details
    Browse the repository at this point in the history
  4. Add UpgradeableBeaconMock

    ernestognw committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    75ea1de View commit details
    Browse the repository at this point in the history
  5. remove unused import

    frangio authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    08ad9b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e5c33b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    703659e View commit details
    Browse the repository at this point in the history