You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Intensive usage of the Proxy standard with the TokenBridge contracts shows that it is not effective. Despite the fact that the upgrade touches only few methods in the original contracts, entire implementation contract should be deployed and this is costly operation.
There is a new Diamond standard (https://eips.ethereum.org/EIPS/eip-2535) providing the functionality to upgrade exact methods so it makes sense to consider the migration of the TokenBridge contracts to follow this new standard to safe gas during contracts upgrades.
The text was updated successfully, but these errors were encountered:
Intensive usage of the Proxy standard with the TokenBridge contracts shows that it is not effective. Despite the fact that the upgrade touches only few methods in the original contracts, entire implementation contract should be deployed and this is costly operation.
There is a new Diamond standard (https://eips.ethereum.org/EIPS/eip-2535) providing the functionality to upgrade exact methods so it makes sense to consider the migration of the TokenBridge contracts to follow this new standard to safe gas during contracts upgrades.
The text was updated successfully, but these errors were encountered: