// BEGIN ENQUEUE PARENT ACTION // AUTO GENERATED - Do not modify or remove comment markers above or below: if ( !function_exists( 'chld_thm_cfg_locale_css' ) ): function chld_thm_cfg_locale_css( $uri ){ if ( empty( $uri ) && is_rtl() && file_exists( get_template_directory() . '/rtl.css' ) ) $uri = get_template_directory_uri() . '/rtl.css'; return $uri; } endif; add_filter( 'locale_stylesheet_uri', 'chld_thm_cfg_locale_css' ); if ( !function_exists( 'chld_thm_cfg_parent_css' ) ): function chld_thm_cfg_parent_css() { wp_enqueue_style( 'chld_thm_cfg_parent', trailingslashit( get_template_directory_uri() ) . 'style.css', array( 'font-awesome-v5','bootstrap','sidr','magnific-popup','sliderpro' ) ); wp_enqueue_script('custom-script', get_stylesheet_directory_uri() . '/custom-script.js', array('jquery')); } endif; add_action( 'wp_enqueue_scripts', 'chld_thm_cfg_parent_css', 10 ); // END ENQUEUE PARENT ACTION add_action( 'admin_enqueue_scripts', 'my_cfg_admin_enqueue' ); function my_cfg_admin_enqueue(){ wp_enqueue_script('custom-script', get_stylesheet_directory_uri() . '/custom-script.js', array('jquery')); wp_enqueue_style('style-cfg-child', get_stylesheet_uri(), array(), "4.2"); } add_action( 'after_setup_theme', 'remove_plugin_image_sizes', 999 ); function remove_plugin_image_sizes(){ remove_image_size( '2048x2048' ); remove_image_size( '1536x1536' ); remove_image_size( 'large' ); } function action_dynamic_sidebar_after( $array ) { if($array == "home-content-widgets") { echo the_content(); } }; add_action( 'dynamic_sidebar_after', 'action_dynamic_sidebar_after', 10, 1 ); add_action( 'trashed_post', 'mtp_delete_attached_thumbnail_for_trashed_product', 20, 1 ); function mtp_delete_attached_thumbnail_for_trashed_product( $post_id ) { // gets ID of post being trashed $post_type = get_post_type( $post_id ); // does not run on other post types if ( $post_type != 'post' ) { return true; } // get ID of featured image $post_thumbnail_id = get_post_thumbnail_id( $post_id ); // delete featured image wp_delete_attachment( $post_thumbnail_id, true ); }/** * The header for our theme * * This is the template that displays all of the section and everything up until
* * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package CoverNews */ ?> Ethereum Merge makes network more vulnerable to attack — Security expert – CoinsMegaNews

Ethereum Merge makes network more vulnerable to attack — Security expert

Ethereum Merge makes network more vulnerable to attack — Security expert

[ad_1]

Despite the Ethereum Merge being touted as a major upgrade to the blockchain network, its transition to proof-of-stake theoretically makes it more vulnerable to exploit.

Speaking to Cointelegraph, the security researcher explained that unlike proof-of-work (PoW) systems, a proof-of-stake (PoS) system informs node validators in advance what blocks they will validate, thus enabling them to plan attacks.

The security expert, who asked not to be named, is a blockchain developer and security researcher working on a proof-of-stake layer-2 blockchain.

The researcher explained that an exploit could theoretically occur on the post-Merge Ethereum blockchain if validators manage to line up two consecutive blocks to validate.

“If you control two consecutive blocks, you can start an exploit on block N and finish it on block N+1 without having any arbitrage bot coming in and fixing the price that you have manipulated in between.”

“From an economic security standpoint, [this vulnerability] makes these attacks relatively easier to pull off.”

The expert said that while it’s also possible for miners to validate consecutive blocks in PoW networks — that comes down to “pure luck” and gives the miner no time to plan an attack.

As a result, the security researcher argues that Ethereum will be forgoing some strength in security when the Merge takes effect:

“As we stand right now [with] the Ethereum proof-of-work versus Ethereum proof-of-stake, Ethereum proof-of-work does have stronger security […] and economic guarantees.”

“But that being said […] proof-of-stake [still] has sufficient practical security [and] it doesn’t really matter that it’s theoretically not as secure as proof-of-work. It’s still a very secure system,” he added.

Related: Buterin and Armstrong reflect on proof-of-stake shift as Ethereum Merge nears

The security expert added that “Ethereum is working on fixing [the consecutive block issue].

It is a hard problem to solve, but if that gets done, then proof-of-stake security will [further] increase [as] they’ll have protection against those attack vectors.”

Ethereum validators are subject to slashing in PoS, as the consensus rules were designed to economically incentivize validators to correctly validate incoming transactions and any conduct to the contrary would see their ETH stake slashed.

The Ethereum Merge is finally set to take place on Sept. 15 at about 2:30am UTC, according to Blocknative’s Ethereum Merge Countdown. The transition to PoS is set to make the Ethereum network more scalable and energy-efficient.

[ad_2]

Source link

Leave a Reply

Your email address will not be published. Required fields are marked *

/** * The template for displaying the footer * * Contains the closing of the #content div and all content after. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package CoverNews */ ?>