Skip to content

Commit 5b1a1ce

Browse files
committed
Added news about Cardano Community round-table
1 parent 4796204 commit 5b1a1ce

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed

site/authors.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
abailly:
3+
name: Arnaud Bailly
4+
title: Lead Architect
5+
url: https://github.com/abailly-iohk
6+
image_url: https://github.com/abailly-iohk.png

site/docusaurus.config.ts

+12
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,13 @@ const config: Config = {
4545
sidebarPath: './sidebars.ts',
4646
},
4747
blog: {
48+
path: 'news/',
49+
routeBasePath: 'news',
50+
blogTitle: "News",
51+
blogSidebarTitle: "Latest News",
52+
sortPosts: 'descending',
4853
showReadingTime: true,
54+
authorsMapPath: "../authors.yaml",
4955
},
5056
theme: {
5157
customCss: './src/css/custom.css',
@@ -75,6 +81,12 @@ const config: Config = {
7581
label: 'Simulation',
7682
to: 'docs/simulation',
7783
},
84+
{ to: '/news', label: 'Latest News', position: 'right' },
85+
{
86+
href: 'https://github.com/input-output-hk/ouroboros-leios',
87+
label: 'GitHub',
88+
position: 'right',
89+
},
7890
{
7991
href: 'https://github.com/input-output-hk/ouroboros-leios',
8092
label: 'GitHub',
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Community Round-Table on Leios
3+
authors:
4+
- abailly
5+
tags: [education]
6+
---
7+
8+
On the 14th of June, 2024, along with [Pi Lanningham](https://x.com/Quantumplation), I was honoured to be invited to the very first _Round-Table_ organised by the [Cardano Community](https://x.com/Cardano) group. The discussion was facilitated by [Denicio Bernier](https://x.com/DenicioBernier) and [Rick McCracken](https://x.com/RichardMcCrackn), and was meant to provide a broad overview of _Leios_, the protocol and the R&D project we have just started working on.
9+
10+
We first went through Pi's presentation, recalling how _Ouroboros Praos_ works in broad terms and the problem Leios provides a solution for, namely the low throughput of the network. This low throughput is a necessity imposed by diffusion delays across a world spanning network, and constraints of the stake-based sortition algorithm that's used to select block-forging leader. By deconnecting the data diffusion and validation process from the blockchain extension process, trading throughput for latency, Leios aims at dramatically increase the number of transactions that can be processed by Cardano.
11+
12+
We then took questions from the audience, detailing some aspects of the protocol, while answering expectations from the community like the expected throughput and availability of benchmarks, the anticipated timeline for Leios, its possible usage for transient data diffusion, and its relationship with other expected Ouroboros extensions like [Peras](https://peras.cardano-scaling.org).
13+
14+
* Original [blog post](https://cardano.org/news/2024-06-14-media-understanding-leios-with-pi-lanningham-arnaud-bailly/) on Cardano.org
15+
* [X/Twitter](https://x.com/Cardano/status/1802717851544915972) thread
16+
* Discussion recording on [YouTube](https://www.youtube.com/watch?v=vpXS9lgL6BA&t=3s).

0 commit comments

Comments
 (0)