Skip to main content

Weekly Summary - November 4, 2024

· One min read
William Wolff
Architect

Weekly Meeting

  • Discussed Ethereum's blob approach and its relevance to Leios.
  • Considered Leios for storing unstructured, transient data.
  • Identified potential use cases and next steps for protocol modeling.

Meeting with Spyros

  • Spyros worked on network simulation for Leios using Peernet.
  • Focused on bandwidth as a limiting factor and explored block generation frequency limits.

Structuring Repository for Open-source

  • Added basic instructions for Code of Conduct, Contribution guidelines, and coding standards.
  • Restructured code to merge leios and leios-sim packages.

Weekly Summary - October 28, 2024

· One min read
William Wolff
Architect

Visualizing Node Behavior

  • Added a simple web server to render the throughput of IBs and EBs in the Leios simulation.
  • Utilized the Tracer interface for JSON-formatted traces and live graph plotting.

Discussion with Nicolas

  • Explored Leios protocol with a focus on IB to EB construction.
  • Modeled a single node with input and output queues for IBs and EBs.

Meeting with Research

  • Discussed ongoing research work and networking challenges.
  • Aimed to define a ΔQ model for Leios and explore protocol structure.

Public Meeting on October 31, 2024

Weekly Summary - October 21, 2024

· One min read
William Wolff
Architect

Designing Test Environment

  • Sketched ideas for exploring Leios behavior with respect to networking.
  • Developed a high-level design for network simulation.

Leios Meeting

  • Discussed network simulation and ΔQ model of the pipeline.
  • Gathered numbers on network latency and throughput.

Structuring Repository for Open-source

  • Added basic instructions for Code of Conduct, Contribution guidelines, and coding standards.
  • Restructured code to merge leios and leios-sim packages.

Weekly Summary - October 14, 2024

· One min read
William Wolff
Architect

Network Simulation for Leios

  • Discussed early simulations for Leios with researchers.
  • Simulated block diffusion with bandwidth constraints.
  • Modeled block propagation among nodes and observed variations in diffusion time.

Team Meeting

  • Explored potential use cases for "Blob Leios" in governance and auctions.
  • Discussed incentives for SPOs to serve data and compared with Filecoin.

Presentation by Sandro

  • Sandro provided an introductory talk on Leios, explaining protocol decisions.
  • Recording available for team review.

Weekly Summary - October 7, 2024

· One min read
William Wolff
Architect

Weekly Meeting

  • Discussed Ethereum's blob approach and its relevance to Leios.
  • Considered Leios for storing unstructured, transient data.
  • Identified potential use cases and next steps for protocol modeling.

Meeting with Spyros

  • Spyros worked on network simulation for Leios using Peernet.
  • Focused on bandwidth as a limiting factor and explored block generation frequency limits.

Structuring Repository for Open-source

  • Added basic instructions for Code of Conduct, Contribution guidelines, and coding standards.
  • Restructured code to merge leios and leios-sim packages.

Community Round-Table on Leios

· 2 min read
Arnaud Bailly
Lead Architect

On the 14th of June, 2024, along with Pi Lanningham, I was honoured to be invited to the very first Round-Table organised by the Cardano Community group. The discussion was facilitated by Denicio Bernier and Rick McCracken, and was meant to provide a broad overview of Leios, the protocol and the R&D project we have just started working on.

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.

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.