Skip to content

Commit

Permalink
upgrade_mechanism.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ihor Barenblat committed Apr 29, 2020
1 parent 823c207 commit b650ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/upgrade_mechanism.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Source: [link](https://docs.google.com/drawings/d/13SlGac7BHqFeL0J0J3BHdn_nx2tZc

Proxy has a fallback function that performs a delegatecall to the contract implementation and returns whatever the implementation call returns.

There is some type of calls that Proxy must intercept without unchecked submitting to processing to a fallback function. These are calls to `initialize` function (in the right way this function should be called only from`upgradeTarget` method and proxy's constructor) and calls to functions from `UpgradeableMaster` interface (that is why Proxy implements it).
There is some type of calls that Proxy must intercept without unchecked submitting to processing to a fallback function. These are calls to `initialize` function (in the right way this function should be called only from `upgradeTarget` method and proxy's constructor) and calls to functions from `UpgradeableMaster` interface (that is why Proxy implements it).

### UpgradeGatekeeper

Expand Down

0 comments on commit b650ed5

Please sign in to comment.