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 a beacon proxy contract #2411

Merged
merged 33 commits into from
Nov 26, 2020
Merged

Add a beacon proxy contract #2411

merged 33 commits into from
Nov 26, 2020

Commits on Nov 13, 2020

  1. Configuration menu
    Copy the full SHA
    c6f7a74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc003f8 View commit details
    Browse the repository at this point in the history
  3. get contracts to compile

    frangio committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    47d93a4 View commit details
    Browse the repository at this point in the history
  4. edit tests

    frangio committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    3ecf638 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Configuration menu
    Copy the full SHA
    e7ef88c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33c4257 View commit details
    Browse the repository at this point in the history
  3. use 4 space indentation

    frangio committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    00e3d30 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Configuration menu
    Copy the full SHA
    d0a9b7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68b56e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1124059 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. widen pragma for 0.7

    frangio committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    86d40ec View commit details
    Browse the repository at this point in the history
  2. rename clashing variable

    frangio committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    edbad75 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

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

    frangio committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    f40ffc4 View commit details
    Browse the repository at this point in the history
  3. fix UpgradeableProxy tests

    frangio committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    12b4314 View commit details
    Browse the repository at this point in the history
  4. fix ProxyAdmin tests

    frangio committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    fe8037b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c0b0f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3e821fe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3da41f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Update contracts/proxy/README.adoc

    Co-authored-by: Santiago Palladino <spalladino@gmail.com>
    frangio and spalladino authored Nov 25, 2020
    Configuration menu
    Copy the full SHA
    7b08c20 View commit details
    Browse the repository at this point in the history
  2. Update contracts/proxy/UpgradeableBeacon.sol

    Co-authored-by: Santiago Palladino <spalladino@gmail.com>
    frangio and spalladino authored Nov 25, 2020
    Configuration menu
    Copy the full SHA
    b72bee0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f051c5 View commit details
    Browse the repository at this point in the history
  4. remove unnecessary await

    frangio committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    1cd213d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56b1c45 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    08b7244 View commit details
    Browse the repository at this point in the history
  7. fix bad test description

    frangio committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    4567c90 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5c3e8c8 View commit details
    Browse the repository at this point in the history
  9. simplify initialization tests

    frangio committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    b4bdf1c View commit details
    Browse the repository at this point in the history
  10. simplify upgrade tests

    frangio committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    48c56ee View commit details
    Browse the repository at this point in the history
  11. simplify test description

    frangio committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    88db9a4 View commit details
    Browse the repository at this point in the history
  12. lint

    frangio committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    541b743 View commit details
    Browse the repository at this point in the history
  13. add more tests for bad beacon

    frangio committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    298f068 View commit details
    Browse the repository at this point in the history
  14. lint

    frangio committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    e72ead8 View commit details
    Browse the repository at this point in the history