// 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 */ ?> Solana’s co-founder addresses the blockchain’s reliability at Breakpoint – CoinsMegaNews

Solana’s co-founder addresses the blockchain’s reliability at Breakpoint

Solana’s co-founder addresses the blockchain’s reliability at Breakpoint

[ad_1]

Solana co-founder Anatoly Yakovenko says the past year has been mired by the network’s reliability issues and outages, but recent updates will help the blockchain resolve its reliability issues. 

During the Breakpoint 2022 annual conference in Lisbon, Portugal on Nov. 5,  Yakovenko discussed the past and future of the blockchain, noting the network has faced difficulties over the past year:

“We’ve had a lot of challenges over the last year, I would say this whole last year has been all about reliability.”

Solana has suffered ten partial or full outages, according to its own status reporting, the most notable of which occurred between Jan. 6-12, 2022, with the network plagued with issues causing partial outages and degraded performance for between 8 and 18 hours. The most recent was what it called a “major outage,” lasting nearly six and a half hours on Oct. 1.

Between late May and early June, Solana suffered from a clock drift, where the blockchain’s time was different from real-world time due to longer than average slot times (also referred to as block times), the time interval during which a validator can send a block to Solana.

Typically, Solana’s ideal slot time is 400 milliseconds, but Yakovenko said that “things got really really bad in June, block times went up to over a second, which is really slow for Solana,” adding in some cases “confirmation times so we’re taking 15 to 20 seconds:”

“That’s not the experience that we want to deliver and that’s a pretty bad Web2 experience when you’re competing with Google with Facebook with all these other applications.”

Yakovenko said after a recent update and the validator count doubling in the past year puts Solana on the path to resolving the network performance issues and added:

“[We’re] in a constant fight between performance, security, throughput, and decentralization, all of these problems […] whenever you improve one you may actually hurt some of the other ones but I think we’ve done an amazing job in solving a bunch of those.”

“Obviously we still have challenges with outages and bugs,” he said, but its August partnership with Web3 development firm Jump Crypto to build Solana’s scaling solution called Firedancer — dubbed the long-term fix to the network outage problem — could hold the key.

Related: Solana unveils Google partnership, smartphones, Web3 store at Breakpoint

“Having a second implementation and a second client built by a different team with a fully separate code base, the probability of the same kind of bug existing in both is virtually zero.”

[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 */ ?>