The post Cardano’s Ouroboros Leios Goes Live for Community Feedback appeared first on Coinpedia Fintech News
Cardano is advancing its long-planned upgrade aimed at increasing network throughput and is inviting the community to weigh in.
The “Ouroboros Leios” Cardano Improvement Proposal (CIP) is now publicly available in the Cardano Foundation’s repository.
On August 27, Input Output’s Director of Software Architecture, Nicolas “BeRewt” Biri, announced the public release of the Leios CIP. Although too early to celebrate the upgrade, he notes that this submission is a significant milestone, and the team wants to ensure the community agrees with it first.
So, here it is, we know have a public and submitted CIP for Leios. More than ever, it's now time for feedback.https://t.co/s3aCAHBfyK It may be too early to celebrate, as we want to be sure that the community agrees on it first, but it's a huge milestone.
Biri said that the team is reviewing the design choices and trade-offs. The coverage areas include the detailed Leios variant, implementation materials (formal specifications and mini-protocols), trade-offs, potential positive effects on script budgets, and resistance to attacks.
He added that the team had planned to submit the PR by the end of August. The draft now includes feedback on failed transactions and aims to have minimal impact on dApps.
Community Debates Security, Speed, and Decentralization
Not all community members are convinced that Cardano can achieve higher throughput without compromise.
One user questioned whether the network would need to make the same trade-offs as Solana to achieve speed. Biri responded that Cardano deliberately avoided that path, opting for a balance that does not sacrifice decentralization or security.
Compromising anything how it would be different from Solana? All these days finger was pointed on them now we also saying we need to compromise. Is Solana understood and solve this problem best way possible much ahead of time?
He added that Cardano’s security model limits certain speed optimizations, meaning that matching Solana’s speed would require reducing decentralization, reliability, or cost efficiency. So far, the Cardano community has not been willing to take that approach.
function subscribed_popupmodal(template_id) { var templateId = ‘6’; getAllSubscriberCategoryList([templateId]); var subcribemodal = window.parent.document.getElementById(‘subscribe-modal-design’); if (subcribemodal) { var modalContent = `
Never Miss a Beat in the Crypto World!
Stay informed and gain the edge you need to navigate the crypto world. Select your subscription now
if (storeCheckedId.length === 0) { var unsubcribedPopUpmodal =
`
You’ve Unsubscribed Successfully
We’re sorry to see you go! Your subscription has been canceled. If you change your mind, you can re-subscribe anytime. Thank you for being part of our community!
Thank you for subscribing to our crypto and blockchain newsletter! You’ll now receive the latest news, insights, and updates straight to your inbox. Welcome to our community!
`;
let selectedSubscriptionsArray = selectedSubscriptionsString.split(‘,’); let subscribedCategories = selectedSubscriptionsArray.map(subscription => subscription.split(‘_’)[0]); let subscribedCategoriesString = subscribedCategories.join(‘, ‘);
subscribedmodal.innerHTML = subscribedPopupModal; if (document.getElementById(‘selectidname’)) { document.getElementById(‘selectidname’).textContent = subscribedCategoriesString; }
function closeModal(template_id) { var modalId = template_id; var modal = document.querySelector(‘#’ + modalId); // Using querySelector to find the modal
// Function to get cookies function getCookie(name) { let value = “; ” + document.cookie; let parts = value.split(“; ” + name + “=”); if (parts.length == 2) return parts.pop().split(“;”).shift(); }
// Get user token from cookies const userToken = getCookie(‘user_token’);
if (subscribewithoutData === ‘true’ && userToken) { // Call the modal function with the category ID subscribed_popupmodal(subscribe_clicked_cat_id);
// Remove the flag and category ID from localStorage localStorage.removeItem(‘subscribe_without_Login’); localStorage.removeItem(‘subscribe_clicked_id’); } });
var listItems = document.querySelectorAll(‘.subscription-options li’); if (listItems.length === 0) return;
var anyActive = false; listItems.forEach(function(item) { var checkbox = item.querySelector(‘input[type=”checkbox”]’); if (checkbox) { if (checkbox.checked) { item.classList.add(‘active’); anyActive = true; // Set anyActive to true } else { item.classList.remove(‘active’); // Remove ‘active’ class if checkbox is unchecked } } });
}
function updateButtonText(anyActive) { var subscribeButtonSpan = document.querySelector(‘.subscribe-submit .changeBtnText’); if (subscribeButtonSpan) { if (anyActive) { subscribeButtonSpan.textContent=”Subscribe Now”; } else { subscribeButtonSpan.textContent=”Unsubscribe”; } } }
function updateSubscriptionButton() { var listItems = document.querySelectorAll(‘.subscription-options li’); if (listItems.length === 0) return;
var anyActive = false; listItems.forEach(function(item) { var checkbox = item.querySelector(‘input[type=”checkbox”]’); if (checkbox) { if (checkbox.checked) { item.classList.add(‘active’); anyActive = true; // Set anyActive to true } else { item.classList.remove(‘active’); // Remove ‘active’ class if checkbox is unchecked } } });
// Update the button text based on whether any list item has the ‘active’ class updateButtonText(anyActive); } document.addEventListener(‘click’, function(event) { var clickedItem = event.target.closest(‘.subscription-options li’); if (clickedItem) { var checkbox = clickedItem.querySelector(‘input[type=”checkbox”]’); if (checkbox) { checkbox.checked = !checkbox.checked; updateSubscriptionButton(); } } });
FAQs
What is Cardano’s Ouroboros Leios upgrade?
It’s a Cardano Improvement Proposal (CIP) designed to significantly increase network throughput while maintaining decentralization and security, now open for community review.
How will Leios improve Cardano’s performance?
The upgrade aims to boost transaction throughput and scalability while minimizing impact on dApps and maintaining the network’s security model and decentralization.
What areas does the Leios proposal cover?
It includes formal specifications, implementation details, script budget improvements, attack resistance measures, and handling of failed transactions.