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
As title. Rename the builtin create_forwarder_to to create_minimal_proxy_to.
Motivation
In the past, create_forwarder_to was chosen over proxy terminology (see #1177 (comment)). However, I think these days, proxy is a more standard terminology when talking about smart contracts. Plus, the implementation of create_forwarder_to() was changed in #2281 to use EIP-1167 - the terminology in the EIP only mentions "proxies", not "forwarders", so we should be consistent with the EIP terminology.
Specification
Rename create_forwarder_to to create_minimal_proxy_to
charles-cooper
changed the title
VIP: rename create_forwarder_to to create_proxy_to
VIP: rename create_forwarder_to to create_minimal_proxy_toJun 6, 2022
Simple Summary
As title. Rename the builtin
create_forwarder_to
tocreate_minimal_proxy_to
.Motivation
In the past,
create_forwarder_to
was chosen overproxy
terminology (see #1177 (comment)). However, I think these days,proxy
is a more standard terminology when talking about smart contracts. Plus, the implementation ofcreate_forwarder_to()
was changed in #2281 to use EIP-1167 - the terminology in the EIP only mentions "proxies", not "forwarders", so we should be consistent with the EIP terminology.Specification
Rename
create_forwarder_to
tocreate_minimal_proxy_to
Backwards Compatibility
Breaking change
Dependencies
References
Copyright
Copyright and related rights waived via CC0
The text was updated successfully, but these errors were encountered: