RATE Group | Ethereum Is Making It Easier To Clone Smart Contracts
37887
wp-singular,post-template-default,single,single-post,postid-37887,single-format-standard,wp-theme-bridge,wp-child-theme-bridge-child,ajax_fade,page_not_loaded,,qode_grid_1300,side_area_uncovered_from_content,footer_responsive_adv,qode-content-sidebar-responsive,qode-child-theme-ver-1.0.0,qode-theme-ver-13.3,qode-theme-bridge,wpb-js-composer js-comp-ver-7.9,vc_responsive
 

Ethereum Is Making It Easier To Clone Smart Contracts

Ethereum Is Making It Easier To Clone Smart Contracts

[ad_1]

A new Ethereum Improvement Proposal, EIP 1167: Minimal Proxy Contract, will likely be finalized in the next two weeks. This will make clone contracts lighter on the Ethereum network and less expensive to implement. According to the proposal’s GitHub page:

“This standard [allows] for use-cases wherein it is [desirable] to clone exact contract functionality with a minimum of side effects (e.g. memory slot stomping) and with super-cheap deployment of duplicate proxies.”

The new proposal will, in more practical terms, reduce the gas costs demanded by cloned Ethereum contracts. Clone contracts are simply smart contracts which are duplicated for re-useand this puts a heavy load on the Ethereum network.

Up until now, developers changed the addresses in each clone contract, resulting in a lot of unnecessary traffic. But EIP 1167 will allow clone contracts to redirect transactions to one ‘master contract’ that reuses addresses. This will lighten the load on the network. Bowen…

[ad_2]

Source link